comparison configure @ 103022:15bf0d8a6099

Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used. * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated. (xg_initialize): Use g_type_class_ref instead of gtk_type_class which is deprecated. * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): Check if it is declared in gtk.h.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 19 Apr 2009 10:53:15 +0000
parents ab6112336de3
children 88c9e3d2daf2
comparison
equal deleted inserted replaced
103021:c647b4bc74ad 103022:15bf0d8a6099
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 emacs 23.0.92. 3 # Generated by GNU Autoconf 2.62 for emacs 23.0.92.
4 # 4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation 7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it. 8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ## 9 ## --------------------- ##
10 ## M4sh Initialization. ## 10 ## M4sh Initialization. ##
11 ## --------------------- ## 11 ## --------------------- ##
13 # Be more Bourne compatible 13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh 14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh 16 emulate sh
17 NULLCMD=: 17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature. 19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"' 20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST 21 setopt NO_GLOB_SUBST
22 else 22 else
23 case `(set -o) 2>/dev/null` in 23 case `(set -o) 2>/dev/null` in
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789' 37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits 38 as_cr_alnum=$as_cr_Letters$as_cr_digits
39 39
40 as_nl='
41 '
42 export as_nl
43 # Printing a long string crashes Solaris 7 /usr/bin/printf.
44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
40 # The user is always right. 72 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then 73 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh 74 PATH_SEPARATOR=:
43 echo "exit 0" >>conf$$.sh 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
44 chmod +x conf$$.sh 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 77 PATH_SEPARATOR=';'
46 PATH_SEPARATOR=';' 78 }
47 else
48 PATH_SEPARATOR=:
49 fi
50 rm -f conf$$.sh
51 fi 79 fi
52 80
53 # Support unset when possible. 81 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 82 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset 83 as_unset=unset
61 # IFS 89 # IFS
62 # We need space, tab and new line, in precisely that order. Quoting is 90 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab. 91 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 92 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.) 93 # splitting by setting IFS to empty value.)
66 as_nl='
67 '
68 IFS=" "" $as_nl" 94 IFS=" "" $as_nl"
69 95
70 # Find who we are. Look in the path if we contain no directory separator. 96 # Find who we are. Look in the path if we contain no directory separator.
71 case $0 in 97 case $0 in
72 *[\\/]* ) as_myself=$0 ;; 98 *[\\/]* ) as_myself=$0 ;;
85 # in which case we are not to be found in the path. 111 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then 112 if test "x$as_myself" = x; then
87 as_myself=$0 113 as_myself=$0
88 fi 114 fi
89 if test ! -f "$as_myself"; then 115 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; } 117 { (exit 1); exit 1; }
92 fi 118 fi
93 119
94 # Work around bugs in pre-3.0 UWIN ksh. 120 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH 121 for as_var in ENV MAIL MAILPATH
98 PS1='$ ' 124 PS1='$ '
99 PS2='> ' 125 PS2='> '
100 PS4='+ ' 126 PS4='+ '
101 127
102 # NLS nuisances. 128 # NLS nuisances.
103 for as_var in \ 129 LC_ALL=C
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 130 export LC_ALL
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 131 LANGUAGE=C
106 LC_TELEPHONE LC_TIME 132 export LANGUAGE
107 do
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112 fi
113 done
114 133
115 # Required to use basename. 134 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 && 135 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then 136 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr 137 as_expr=expr
130 # Name of the executable. 149 # Name of the executable.
131 as_me=`$as_basename -- "$0" || 150 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 151 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \ 152 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 153 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" | 154 $as_echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 155 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/ 156 s//\1/
138 q 157 q
139 } 158 }
140 /^X\/\(\/\/\)$/{ 159 /^X\/\(\/\/\)$/{
156 as_have_required=yes 175 as_have_required=yes
157 else 176 else
158 as_have_required=no 177 as_have_required=no
159 fi 178 fi
160 179
161 if test $as_have_required = yes && (eval ": 180 if test $as_have_required = yes && (eval ":
162 (as_func_return () { 181 (as_func_return () {
163 (exit \$1) 182 (exit \$1)
164 } 183 }
165 as_func_success () { 184 as_func_success () {
166 as_func_return 0 185 as_func_return 0
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 257 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF 258 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh 260 emulate sh
242 NULLCMD=: 261 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature. 263 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"' 264 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST 265 setopt NO_GLOB_SUBST
247 else 266 else
248 case `(set -o) 2>/dev/null` in 267 case `(set -o) 2>/dev/null` in
259 as_have_required=yes 278 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF 279 if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 280 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh 281 emulate sh
263 NULLCMD=: 282 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature. 284 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"' 285 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST 286 setopt NO_GLOB_SUBST
268 else 287 else
269 case `(set -o) 2>/dev/null` in 288 case `(set -o) 2>/dev/null` in
339 358
340 done 359 done
341 360
342 if test "x$CONFIG_SHELL" != x; then 361 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV 362 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done 364 done
346 export CONFIG_SHELL 365 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348 fi 367 fi
349 368
350 369
351 if test $as_have_required = no; then 370 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the 371 echo This script requires a shell more modern than all the
411 echo positional parameters were not saved. 430 echo positional parameters were not saved.
412 fi 431 fi
413 432
414 test \$exitcode = 0") || { 433 test \$exitcode = 0") || {
415 echo No shell found that supports shell functions. 434 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system, 435 echo Please tell bug-autoconf@gnu.org about your system,
417 echo including any error possibly output before this 436 echo including any error possibly output before this message.
418 echo message 437 echo This can help us improve future autoconf versions.
438 echo Configuration will now proceed without shell functions.
419 } 439 }
420 440
421 441
422 442
423 as_lineno_1=$LINENO 443 as_lineno_1=$LINENO
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 469 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop 470 t loop
451 s/-\n.*// 471 s/-\n.*//
452 ' >$as_me.lineno && 472 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" || 473 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; } 475 { (exit 1); exit 1; }; }
456 476
457 # Don't try to exec as it changes $[0], causing all sort of problems 477 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the 478 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this). 479 # original and so on. Autoconf is especially sensitive to this).
477 *) ECHO_C='\c';; 497 *) ECHO_C='\c';;
478 esac;; 498 esac;;
479 *) 499 *)
480 ECHO_N='-n';; 500 ECHO_N='-n';;
481 esac 501 esac
482
483 if expr a : '\(a\)' >/dev/null 2>&1 && 502 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then 503 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr 504 as_expr=expr
486 else 505 else
487 as_expr=false 506 as_expr=false
490 rm -f conf$$ conf$$.exe conf$$.file 509 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then 510 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file 511 rm -f conf$$.dir/conf$$.file
493 else 512 else
494 rm -f conf$$.dir 513 rm -f conf$$.dir
495 mkdir conf$$.dir 514 mkdir conf$$.dir 2>/dev/null
496 fi 515 fi
497 echo >conf$$.file 516 if (echo >conf$$.file) 2>/dev/null; then
498 if ln -s conf$$.file conf$$ 2>/dev/null; then 517 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s' 518 as_ln_s='ln -s'
500 # ... but there are two gotchas: 519 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'. 522 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
524 as_ln_s='cp -p'
525 elif ln conf$$.file conf$$ 2>/dev/null; then
526 as_ln_s=ln
527 else
505 as_ln_s='cp -p' 528 as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then 529 fi
507 as_ln_s=ln
508 else 530 else
509 as_ln_s='cp -p' 531 as_ln_s='cp -p'
510 fi 532 fi
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 533 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null 534 rmdir conf$$.dir 2>/dev/null
527 as_ls_L_option= 549 as_ls_L_option=
528 fi 550 fi
529 as_test_x=' 551 as_test_x='
530 eval sh -c '\'' 552 eval sh -c '\''
531 if test -d "$1"; then 553 if test -d "$1"; then
532 test -d "$1/."; 554 test -d "$1/.";
533 else 555 else
534 case $1 in 556 case $1 in
535 -*)set "./$1";; 557 -*)set "./$1";;
536 esac; 558 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi 560 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh 561 '\'' sh
540 ' 562 '
742 GNUSTEP_SYSTEM_LIBRARIES 764 GNUSTEP_SYSTEM_LIBRARIES
743 GNU_OBJC_CFLAGS 765 GNU_OBJC_CFLAGS
744 LIB_SRC_EXTRA_INSTALLABLES 766 LIB_SRC_EXTRA_INSTALLABLES
745 LTLIBOBJS' 767 LTLIBOBJS'
746 ac_subst_files='' 768 ac_subst_files=''
769 ac_user_opts='
770 enable_option_checking
771 with_pop
772 with_kerberos
773 with_kerberos5
774 with_hesiod
775 with_sound
776 with_sync_input
777 with_x_toolkit
778 with_xpm
779 with_jpeg
780 with_tiff
781 with_gif
782 with_png
783 with_rsvg
784 with_freetype
785 with_xft
786 with_libotf
787 with_m17n_flt
788 with_toolkit_scroll_bars
789 with_xaw3d
790 with_xim
791 with_ns
792 with_gpm
793 with_dbus
794 with_makeinfo
795 with_gtk
796 with_gcc
797 with_pkg_config_prog
798 with_gnustep_conf
799 enable_ns_self_contained
800 enable_asserts
801 enable_maintainer_mode
802 enable_locallisppath
803 enable_largefile
804 with_x
805 '
747 ac_precious_vars='build_alias 806 ac_precious_vars='build_alias
748 host_alias 807 host_alias
749 target_alias 808 target_alias
750 CC 809 CC
751 CFLAGS 810 CFLAGS
757 816
758 817
759 # Initialize some variables set by options. 818 # Initialize some variables set by options.
760 ac_init_help= 819 ac_init_help=
761 ac_init_version=false 820 ac_init_version=false
821 ac_unrecognized_opts=
822 ac_unrecognized_sep=
762 # The variables have the same names as the options, with 823 # The variables have the same names as the options, with
763 # dashes changed to underlines. 824 # dashes changed to underlines.
764 cache_file=/dev/null 825 cache_file=/dev/null
765 exec_prefix=NONE 826 exec_prefix=NONE
766 no_create= 827 no_create=
855 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 916 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
856 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 917 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
857 datarootdir=$ac_optarg ;; 918 datarootdir=$ac_optarg ;;
858 919
859 -disable-* | --disable-*) 920 -disable-* | --disable-*)
860 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 921 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
861 # Reject names that are not valid shell variable names. 922 # Reject names that are not valid shell variable names.
862 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
863 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 924 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
864 { (exit 1); exit 1; }; } 925 { (exit 1); exit 1; }; }
865 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 926 ac_useropt_orig=$ac_useropt
866 eval enable_$ac_feature=no ;; 927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
929 *"
930 "enable_$ac_useropt"
931 "*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
934 esac
935 eval enable_$ac_useropt=no ;;
867 936
868 -docdir | --docdir | --docdi | --doc | --do) 937 -docdir | --docdir | --docdi | --doc | --do)
869 ac_prev=docdir ;; 938 ac_prev=docdir ;;
870 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 939 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
871 docdir=$ac_optarg ;; 940 docdir=$ac_optarg ;;
874 ac_prev=dvidir ;; 943 ac_prev=dvidir ;;
875 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 944 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
876 dvidir=$ac_optarg ;; 945 dvidir=$ac_optarg ;;
877 946
878 -enable-* | --enable-*) 947 -enable-* | --enable-*)
879 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 948 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
880 # Reject names that are not valid shell variable names. 949 # Reject names that are not valid shell variable names.
881 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
882 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 951 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
883 { (exit 1); exit 1; }; } 952 { (exit 1); exit 1; }; }
884 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 953 ac_useropt_orig=$ac_useropt
885 eval enable_$ac_feature=\$ac_optarg ;; 954 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
956 *"
957 "enable_$ac_useropt"
958 "*) ;;
959 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
960 ac_unrecognized_sep=', ';;
961 esac
962 eval enable_$ac_useropt=\$ac_optarg ;;
886 963
887 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 964 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
888 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 965 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
889 | --exec | --exe | --ex) 966 | --exec | --exe | --ex)
890 ac_prev=exec_prefix ;; 967 ac_prev=exec_prefix ;;
1071 1148
1072 -version | --version | --versio | --versi | --vers | -V) 1149 -version | --version | --versio | --versi | --vers | -V)
1073 ac_init_version=: ;; 1150 ac_init_version=: ;;
1074 1151
1075 -with-* | --with-*) 1152 -with-* | --with-*)
1076 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1153 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1077 # Reject names that are not valid shell variable names. 1154 # Reject names that are not valid shell variable names.
1078 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1079 { echo "$as_me: error: invalid package name: $ac_package" >&2 1156 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1080 { (exit 1); exit 1; }; } 1157 { (exit 1); exit 1; }; }
1081 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1158 ac_useropt_orig=$ac_useropt
1082 eval with_$ac_package=\$ac_optarg ;; 1159 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1160 case $ac_user_opts in
1161 *"
1162 "with_$ac_useropt"
1163 "*) ;;
1164 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1165 ac_unrecognized_sep=', ';;
1166 esac
1167 eval with_$ac_useropt=\$ac_optarg ;;
1083 1168
1084 -without-* | --without-*) 1169 -without-* | --without-*)
1085 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1170 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1086 # Reject names that are not valid shell variable names. 1171 # Reject names that are not valid shell variable names.
1087 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1088 { echo "$as_me: error: invalid package name: $ac_package" >&2 1173 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1089 { (exit 1); exit 1; }; } 1174 { (exit 1); exit 1; }; }
1090 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1175 ac_useropt_orig=$ac_useropt
1091 eval with_$ac_package=no ;; 1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=no ;;
1092 1185
1093 --x) 1186 --x)
1094 # Obsolete; use --with-x. 1187 # Obsolete; use --with-x.
1095 with_x=yes ;; 1188 with_x=yes ;;
1096 1189
1106 ac_prev=x_libraries ;; 1199 ac_prev=x_libraries ;;
1107 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1200 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1108 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1201 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1109 x_libraries=$ac_optarg ;; 1202 x_libraries=$ac_optarg ;;
1110 1203
1111 -*) { echo "$as_me: error: unrecognized option: $ac_option 1204 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1112 Try \`$0 --help' for more information." >&2 1205 Try \`$0 --help' for more information." >&2
1113 { (exit 1); exit 1; }; } 1206 { (exit 1); exit 1; }; }
1114 ;; 1207 ;;
1115 1208
1116 *=*) 1209 *=*)
1117 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1118 # Reject names that are not valid shell variable names. 1211 # Reject names that are not valid shell variable names.
1119 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1212 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1120 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1213 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1121 { (exit 1); exit 1; }; } 1214 { (exit 1); exit 1; }; }
1122 eval $ac_envvar=\$ac_optarg 1215 eval $ac_envvar=\$ac_optarg
1123 export $ac_envvar ;; 1216 export $ac_envvar ;;
1124 1217
1125 *) 1218 *)
1126 # FIXME: should be removed in autoconf 3.0. 1219 # FIXME: should be removed in autoconf 3.0.
1127 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1220 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1128 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1221 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1222 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1130 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1223 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1131 ;; 1224 ;;
1132 1225
1133 esac 1226 esac
1134 done 1227 done
1135 1228
1136 if test -n "$ac_prev"; then 1229 if test -n "$ac_prev"; then
1137 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1230 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1138 { echo "$as_me: error: missing argument to $ac_option" >&2 1231 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1139 { (exit 1); exit 1; }; } 1232 { (exit 1); exit 1; }; }
1140 fi 1233 fi
1141 1234
1142 # Be sure to have absolute directory names. 1235 if test -n "$ac_unrecognized_opts"; then
1236 case $enable_option_checking in
1237 no) ;;
1238 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
1239 { (exit 1); exit 1; }; } ;;
1240 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
1241 esac
1242 fi
1243
1244 # Check all directory arguments for consistency.
1143 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1245 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1144 datadir sysconfdir sharedstatedir localstatedir includedir \ 1246 datadir sysconfdir sharedstatedir localstatedir includedir \
1145 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1247 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1146 libdir localedir mandir 1248 libdir localedir mandir
1147 do 1249 do
1148 eval ac_val=\$$ac_var 1250 eval ac_val=\$$ac_var
1251 # Remove trailing slashes.
1252 case $ac_val in
1253 */ )
1254 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1255 eval $ac_var=\$ac_val;;
1256 esac
1257 # Be sure to have absolute directory names.
1149 case $ac_val in 1258 case $ac_val in
1150 [\\/$]* | ?:[\\/]* ) continue;; 1259 [\\/$]* | ?:[\\/]* ) continue;;
1151 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1260 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1152 esac 1261 esac
1153 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1262 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1154 { (exit 1); exit 1; }; } 1263 { (exit 1); exit 1; }; }
1155 done 1264 done
1156 1265
1157 # There might be people who depend on the old broken behavior: `$host' 1266 # There might be people who depend on the old broken behavior: `$host'
1158 # used to hold the argument of --host etc. 1267 # used to hold the argument of --host etc.
1163 1272
1164 # FIXME: To remove some day. 1273 # FIXME: To remove some day.
1165 if test "x$host_alias" != x; then 1274 if test "x$host_alias" != x; then
1166 if test "x$build_alias" = x; then 1275 if test "x$build_alias" = x; then
1167 cross_compiling=maybe 1276 cross_compiling=maybe
1168 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1277 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1169 If a cross compiler is detected then cross compile mode will be used." >&2 1278 If a cross compiler is detected then cross compile mode will be used." >&2
1170 elif test "x$build_alias" != "x$host_alias"; then 1279 elif test "x$build_alias" != "x$host_alias"; then
1171 cross_compiling=yes 1280 cross_compiling=yes
1172 fi 1281 fi
1173 fi 1282 fi
1179 1288
1180 1289
1181 ac_pwd=`pwd` && test -n "$ac_pwd" && 1290 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1182 ac_ls_di=`ls -di .` && 1291 ac_ls_di=`ls -di .` &&
1183 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1292 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1184 { echo "$as_me: error: Working directory cannot be determined" >&2 1293 { $as_echo "$as_me: error: Working directory cannot be determined" >&2
1185 { (exit 1); exit 1; }; } 1294 { (exit 1); exit 1; }; }
1186 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1295 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1187 { echo "$as_me: error: pwd does not report name of working directory" >&2 1296 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1188 { (exit 1); exit 1; }; } 1297 { (exit 1); exit 1; }; }
1189 1298
1190 1299
1191 # Find the source files, if location was not specified. 1300 # Find the source files, if location was not specified.
1192 if test -z "$srcdir"; then 1301 if test -z "$srcdir"; then
1193 ac_srcdir_defaulted=yes 1302 ac_srcdir_defaulted=yes
1194 # Try the directory containing this script, then the parent directory. 1303 # Try the directory containing this script, then the parent directory.
1195 ac_confdir=`$as_dirname -- "$0" || 1304 ac_confdir=`$as_dirname -- "$as_myself" ||
1196 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1305 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1197 X"$0" : 'X\(//\)[^/]' \| \ 1306 X"$as_myself" : 'X\(//\)[^/]' \| \
1198 X"$0" : 'X\(//\)$' \| \ 1307 X"$as_myself" : 'X\(//\)$' \| \
1199 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1308 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1200 echo X"$0" | 1309 $as_echo X"$as_myself" |
1201 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1202 s//\1/ 1311 s//\1/
1203 q 1312 q
1204 } 1313 }
1205 /^X\(\/\/\)[^/].*/{ 1314 /^X\(\/\/\)[^/].*/{
1222 else 1331 else
1223 ac_srcdir_defaulted=no 1332 ac_srcdir_defaulted=no
1224 fi 1333 fi
1225 if test ! -r "$srcdir/$ac_unique_file"; then 1334 if test ! -r "$srcdir/$ac_unique_file"; then
1226 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1335 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1227 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1336 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1228 { (exit 1); exit 1; }; } 1337 { (exit 1); exit 1; }; }
1229 fi 1338 fi
1230 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1339 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1231 ac_abs_confdir=`( 1340 ac_abs_confdir=`(
1232 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1341 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1233 { (exit 1); exit 1; }; } 1342 { (exit 1); exit 1; }; }
1234 pwd)` 1343 pwd)`
1235 # When building in place, set srcdir=. 1344 # When building in place, set srcdir=.
1236 if test "$ac_abs_confdir" = "$ac_pwd"; then 1345 if test "$ac_abs_confdir" = "$ac_pwd"; then
1237 srcdir=. 1346 srcdir=.
1276 -n, --no-create do not create output files 1385 -n, --no-create do not create output files
1277 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1386 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1278 1387
1279 Installation directories: 1388 Installation directories:
1280 --prefix=PREFIX install architecture-independent files in PREFIX 1389 --prefix=PREFIX install architecture-independent files in PREFIX
1281 [$ac_default_prefix] 1390 [$ac_default_prefix]
1282 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1391 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1283 [PREFIX] 1392 [PREFIX]
1284 1393
1285 By default, \`make install' will install all the files in 1394 By default, \`make install' will install all the files in
1286 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1395 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1287 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1396 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1288 for instance \`--prefix=\$HOME'. 1397 for instance \`--prefix=\$HOME'.
1289 1398
1290 For better control, use the options below. 1399 For better control, use the options below.
1291 1400
1292 Fine tuning of the installation directories: 1401 Fine tuning of the installation directories:
1293 --bindir=DIR user executables [EPREFIX/bin] 1402 --bindir=DIR user executables [EPREFIX/bin]
1294 --sbindir=DIR system admin executables [EPREFIX/sbin] 1403 --sbindir=DIR system admin executables [EPREFIX/sbin]
1295 --libexecdir=DIR program executables [EPREFIX/libexec] 1404 --libexecdir=DIR program executables [EPREFIX/libexec]
1296 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1405 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1297 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1406 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1298 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1407 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1299 --libdir=DIR object code libraries [EPREFIX/lib] 1408 --libdir=DIR object code libraries [EPREFIX/lib]
1300 --includedir=DIR C header files [PREFIX/include] 1409 --includedir=DIR C header files [PREFIX/include]
1301 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1410 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1302 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1411 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1303 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1412 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1304 --infodir=DIR info documentation [DATAROOTDIR/info] 1413 --infodir=DIR info documentation [DATAROOTDIR/info]
1305 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1414 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1306 --mandir=DIR man documentation [DATAROOTDIR/man] 1415 --mandir=DIR man documentation [DATAROOTDIR/man]
1307 --docdir=DIR documentation root [DATAROOTDIR/doc/emacs] 1416 --docdir=DIR documentation root [DATAROOTDIR/doc/emacs]
1308 --htmldir=DIR html documentation [DOCDIR] 1417 --htmldir=DIR html documentation [DOCDIR]
1309 --dvidir=DIR dvi documentation [DOCDIR] 1418 --dvidir=DIR dvi documentation [DOCDIR]
1310 --pdfdir=DIR pdf documentation [DOCDIR] 1419 --pdfdir=DIR pdf documentation [DOCDIR]
1311 --psdir=DIR ps documentation [DOCDIR] 1420 --psdir=DIR ps documentation [DOCDIR]
1312 _ACEOF 1421 _ACEOF
1313 1422
1314 cat <<\_ACEOF 1423 cat <<\_ACEOF
1315 1424
1316 Program names: 1425 Program names:
1333 short | recursive ) echo "Configuration of emacs 23.0.92:";; 1442 short | recursive ) echo "Configuration of emacs 23.0.92:";;
1334 esac 1443 esac
1335 cat <<\_ACEOF 1444 cat <<\_ACEOF
1336 1445
1337 Optional Features: 1446 Optional Features:
1447 --disable-option-checking ignore unrecognized --enable/--with options
1338 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1339 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1340 --disable-ns-self-contained 1450 --disable-ns-self-contained
1341 disable self contained build under NeXTstep 1451 disable self contained build under NeXTstep
1342 --enable-asserts compile code with asserts enabled 1452 --enable-asserts compile code with asserts enabled
1405 fi 1515 fi
1406 1516
1407 if test "$ac_init_help" = "recursive"; then 1517 if test "$ac_init_help" = "recursive"; then
1408 # If there are subdirs, report their specific --help. 1518 # If there are subdirs, report their specific --help.
1409 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1519 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1410 test -d "$ac_dir" || continue 1520 test -d "$ac_dir" ||
1521 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1522 continue
1411 ac_builddir=. 1523 ac_builddir=.
1412 1524
1413 case "$ac_dir" in 1525 case "$ac_dir" in
1414 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1526 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415 *) 1527 *)
1416 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1528 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1417 # A ".." for each directory in $ac_dir_suffix. 1529 # A ".." for each directory in $ac_dir_suffix.
1418 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1530 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1419 case $ac_top_builddir_sub in 1531 case $ac_top_builddir_sub in
1420 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1532 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1421 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1533 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1422 esac ;; 1534 esac ;;
1423 esac 1535 esac
1449 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1561 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1450 elif test -f "$ac_srcdir/configure"; then 1562 elif test -f "$ac_srcdir/configure"; then
1451 echo && 1563 echo &&
1452 $SHELL "$ac_srcdir/configure" --help=recursive 1564 $SHELL "$ac_srcdir/configure" --help=recursive
1453 else 1565 else
1454 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1566 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1455 fi || ac_status=$? 1567 fi || ac_status=$?
1456 cd "$ac_pwd" || { ac_status=$?; break; } 1568 cd "$ac_pwd" || { ac_status=$?; break; }
1457 done 1569 done
1458 fi 1570 fi
1459 1571
1460 test -n "$ac_init_help" && exit $ac_status 1572 test -n "$ac_init_help" && exit $ac_status
1461 if $ac_init_version; then 1573 if $ac_init_version; then
1462 cat <<\_ACEOF 1574 cat <<\_ACEOF
1463 emacs configure 23.0.92 1575 emacs configure 23.0.92
1464 generated by GNU Autoconf 2.61 1576 generated by GNU Autoconf 2.62
1465 1577
1466 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1578 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1467 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1579 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1468 This configure script is free software; the Free Software Foundation 1580 This configure script is free software; the Free Software Foundation
1469 gives unlimited permission to copy, distribute and modify it. 1581 gives unlimited permission to copy, distribute and modify it.
1470 _ACEOF 1582 _ACEOF
1471 exit 1583 exit
1472 fi 1584 fi
1473 cat >config.log <<_ACEOF 1585 cat >config.log <<_ACEOF
1474 This file contains any messages produced by compilers while 1586 This file contains any messages produced by compilers while
1475 running configure, to aid debugging if configure makes a mistake. 1587 running configure, to aid debugging if configure makes a mistake.
1476 1588
1477 It was created by emacs $as_me 23.0.92, which was 1589 It was created by emacs $as_me 23.0.92, which was
1478 generated by GNU Autoconf 2.61. Invocation command line was 1590 generated by GNU Autoconf 2.62. Invocation command line was
1479 1591
1480 $ $0 $@ 1592 $ $0 $@
1481 1593
1482 _ACEOF 1594 _ACEOF
1483 exec 5>>config.log 1595 exec 5>>config.log
1509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1510 for as_dir in $PATH 1622 for as_dir in $PATH
1511 do 1623 do
1512 IFS=$as_save_IFS 1624 IFS=$as_save_IFS
1513 test -z "$as_dir" && as_dir=. 1625 test -z "$as_dir" && as_dir=.
1514 echo "PATH: $as_dir" 1626 $as_echo "PATH: $as_dir"
1515 done 1627 done
1516 IFS=$as_save_IFS 1628 IFS=$as_save_IFS
1517 1629
1518 } >&5 1630 } >&5
1519 1631
1544 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1656 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1545 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1657 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1546 | -silent | --silent | --silen | --sile | --sil) 1658 | -silent | --silent | --silen | --sile | --sil)
1547 continue ;; 1659 continue ;;
1548 *\'*) 1660 *\'*)
1549 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1661 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1550 esac 1662 esac
1551 case $ac_pass in 1663 case $ac_pass in
1552 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1664 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1553 2) 1665 2)
1554 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1666 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1596 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1708 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1597 eval ac_val=\$$ac_var 1709 eval ac_val=\$$ac_var
1598 case $ac_val in #( 1710 case $ac_val in #(
1599 *${as_nl}*) 1711 *${as_nl}*)
1600 case $ac_var in #( 1712 case $ac_var in #(
1601 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1713 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1602 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1714 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1603 esac 1715 esac
1604 case $ac_var in #( 1716 case $ac_var in #(
1605 _ | IFS | as_nl) ;; #( 1717 _ | IFS | as_nl) ;; #(
1718 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1606 *) $as_unset $ac_var ;; 1719 *) $as_unset $ac_var ;;
1607 esac ;; 1720 esac ;;
1608 esac 1721 esac
1609 done 1722 done
1610 (set) 2>&1 | 1723 (set) 2>&1 |
1630 echo 1743 echo
1631 for ac_var in $ac_subst_vars 1744 for ac_var in $ac_subst_vars
1632 do 1745 do
1633 eval ac_val=\$$ac_var 1746 eval ac_val=\$$ac_var
1634 case $ac_val in 1747 case $ac_val in
1635 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1748 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1636 esac 1749 esac
1637 echo "$ac_var='\''$ac_val'\''" 1750 $as_echo "$ac_var='\''$ac_val'\''"
1638 done | sort 1751 done | sort
1639 echo 1752 echo
1640 1753
1641 if test -n "$ac_subst_files"; then 1754 if test -n "$ac_subst_files"; then
1642 cat <<\_ASBOX 1755 cat <<\_ASBOX
1647 echo 1760 echo
1648 for ac_var in $ac_subst_files 1761 for ac_var in $ac_subst_files
1649 do 1762 do
1650 eval ac_val=\$$ac_var 1763 eval ac_val=\$$ac_var
1651 case $ac_val in 1764 case $ac_val in
1652 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1765 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1653 esac 1766 esac
1654 echo "$ac_var='\''$ac_val'\''" 1767 $as_echo "$ac_var='\''$ac_val'\''"
1655 done | sort 1768 done | sort
1656 echo 1769 echo
1657 fi 1770 fi
1658 1771
1659 if test -s confdefs.h; then 1772 if test -s confdefs.h; then
1665 echo 1778 echo
1666 cat confdefs.h 1779 cat confdefs.h
1667 echo 1780 echo
1668 fi 1781 fi
1669 test "$ac_signal" != 0 && 1782 test "$ac_signal" != 0 &&
1670 echo "$as_me: caught signal $ac_signal" 1783 $as_echo "$as_me: caught signal $ac_signal"
1671 echo "$as_me: exit $exit_status" 1784 $as_echo "$as_me: exit $exit_status"
1672 } >&5 1785 } >&5
1673 rm -f core *.core core.conftest.* && 1786 rm -f core *.core core.conftest.* &&
1674 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1787 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1675 exit $exit_status 1788 exit $exit_status
1676 ' 0 1789 ' 0
1708 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1821 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1709 _ACEOF 1822 _ACEOF
1710 1823
1711 1824
1712 # Let the site file select an alternate cache file if it wants to. 1825 # Let the site file select an alternate cache file if it wants to.
1713 # Prefer explicitly selected file to automatically selected ones. 1826 # Prefer an explicitly selected file to automatically selected ones.
1827 ac_site_file1=NONE
1828 ac_site_file2=NONE
1714 if test -n "$CONFIG_SITE"; then 1829 if test -n "$CONFIG_SITE"; then
1715 set x "$CONFIG_SITE" 1830 ac_site_file1=$CONFIG_SITE
1716 elif test "x$prefix" != xNONE; then 1831 elif test "x$prefix" != xNONE; then
1717 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1832 ac_site_file1=$prefix/share/config.site
1718 else 1833 ac_site_file2=$prefix/etc/config.site
1719 set x "$ac_default_prefix/share/config.site" \ 1834 else
1720 "$ac_default_prefix/etc/config.site" 1835 ac_site_file1=$ac_default_prefix/share/config.site
1721 fi 1836 ac_site_file2=$ac_default_prefix/etc/config.site
1722 shift 1837 fi
1723 for ac_site_file 1838 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1724 do 1839 do
1840 test "x$ac_site_file" = xNONE && continue
1725 if test -r "$ac_site_file"; then 1841 if test -r "$ac_site_file"; then
1726 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1842 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1727 echo "$as_me: loading site script $ac_site_file" >&6;} 1843 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1728 sed 's/^/| /' "$ac_site_file" >&5 1844 sed 's/^/| /' "$ac_site_file" >&5
1729 . "$ac_site_file" 1845 . "$ac_site_file"
1730 fi 1846 fi
1731 done 1847 done
1732 1848
1733 if test -r "$cache_file"; then 1849 if test -r "$cache_file"; then
1734 # Some versions of bash will fail to source /dev/null (special 1850 # Some versions of bash will fail to source /dev/null (special
1735 # files actually), so we avoid doing that. 1851 # files actually), so we avoid doing that.
1736 if test -f "$cache_file"; then 1852 if test -f "$cache_file"; then
1737 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1853 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1738 echo "$as_me: loading cache $cache_file" >&6;} 1854 $as_echo "$as_me: loading cache $cache_file" >&6;}
1739 case $cache_file in 1855 case $cache_file in
1740 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1856 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1741 *) . "./$cache_file";; 1857 *) . "./$cache_file";;
1742 esac 1858 esac
1743 fi 1859 fi
1744 else 1860 else
1745 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1861 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1746 echo "$as_me: creating cache $cache_file" >&6;} 1862 $as_echo "$as_me: creating cache $cache_file" >&6;}
1747 >$cache_file 1863 >$cache_file
1748 fi 1864 fi
1749 1865
1750 ac_header_list="$ac_header_list sys/time.h" 1866 ac_header_list="$ac_header_list sys/time.h"
1751 ac_header_list="$ac_header_list unistd.h" 1867 ac_header_list="$ac_header_list unistd.h"
1758 eval ac_new_set=\$ac_env_${ac_var}_set 1874 eval ac_new_set=\$ac_env_${ac_var}_set
1759 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1875 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1760 eval ac_new_val=\$ac_env_${ac_var}_value 1876 eval ac_new_val=\$ac_env_${ac_var}_value
1761 case $ac_old_set,$ac_new_set in 1877 case $ac_old_set,$ac_new_set in
1762 set,) 1878 set,)
1763 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1879 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1764 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1880 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1765 ac_cache_corrupted=: ;; 1881 ac_cache_corrupted=: ;;
1766 ,set) 1882 ,set)
1767 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1883 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1768 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1884 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1769 ac_cache_corrupted=: ;; 1885 ac_cache_corrupted=: ;;
1770 ,);; 1886 ,);;
1771 *) 1887 *)
1772 if test "x$ac_old_val" != "x$ac_new_val"; then 1888 if test "x$ac_old_val" != "x$ac_new_val"; then
1773 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1889 # differences in whitespace do not lead to failure.
1774 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1890 ac_old_val_w=`echo x $ac_old_val`
1775 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1891 ac_new_val_w=`echo x $ac_new_val`
1776 echo "$as_me: former value: $ac_old_val" >&2;} 1892 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1777 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1893 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1778 echo "$as_me: current value: $ac_new_val" >&2;} 1894 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1779 ac_cache_corrupted=: 1895 ac_cache_corrupted=:
1896 else
1897 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1898 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1899 eval $ac_var=\$ac_old_val
1900 fi
1901 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1902 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1903 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1904 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1780 fi;; 1905 fi;;
1781 esac 1906 esac
1782 # Pass precious variables to config.status. 1907 # Pass precious variables to config.status.
1783 if test "$ac_new_set" = set; then 1908 if test "$ac_new_set" = set; then
1784 case $ac_new_val in 1909 case $ac_new_val in
1785 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1910 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1786 *) ac_arg=$ac_var=$ac_new_val ;; 1911 *) ac_arg=$ac_var=$ac_new_val ;;
1787 esac 1912 esac
1788 case " $ac_configure_args " in 1913 case " $ac_configure_args " in
1789 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1914 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1790 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1915 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1791 esac 1916 esac
1792 fi 1917 fi
1793 done 1918 done
1794 if $ac_cache_corrupted; then 1919 if $ac_cache_corrupted; then
1795 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1920 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1796 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1921 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1797 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1922 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1798 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1923 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1799 { (exit 1); exit 1; }; } 1924 { (exit 1); exit 1; }; }
1800 fi 1925 fi
1801 1926
1802 1927
1803 1928
1837 test "$program_prefix" != NONE && 1962 test "$program_prefix" != NONE &&
1838 program_transform_name="s&^&$program_prefix&;$program_transform_name" 1963 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1839 # Use a double $ so make ignores it. 1964 # Use a double $ so make ignores it.
1840 test "$program_suffix" != NONE && 1965 test "$program_suffix" != NONE &&
1841 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1966 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1842 # Double any \ or $. echo might interpret backslashes. 1967 # Double any \ or $.
1843 # By default was `s,x,x', remove it if useless. 1968 # By default was `s,x,x', remove it if useless.
1844 cat <<\_ACEOF >conftest.sed 1969 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1845 s/[\\$]/&&/g;s/;s,x,x,$// 1970 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1846 _ACEOF
1847 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1848 rm -f conftest.sed
1849 1971
1850 1972
1851 lispdir='${datadir}/emacs/${version}/lisp' 1973 lispdir='${datadir}/emacs/${version}/lisp'
1852 locallisppath='${datadir}/emacs/${version}/site-lisp:'\ 1974 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
1853 '${datadir}/emacs/site-lisp' 1975 '${datadir}/emacs/site-lisp'
1966 l | lu | luc | luci | lucid ) val=lucid ;; 2088 l | lu | luc | luci | lucid ) val=lucid ;;
1967 a | at | ath | athe | athen | athena ) val=athena ;; 2089 a | at | ath | athe | athen | athena ) val=athena ;;
1968 m | mo | mot | moti | motif ) val=motif ;; 2090 m | mo | mot | moti | motif ) val=motif ;;
1969 g | gt | gtk ) val=gtk ;; 2091 g | gt | gtk ) val=gtk ;;
1970 * ) 2092 * )
1971 { { echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid; 2093 { { $as_echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid;
1972 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. 2094 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1973 \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&5 2095 \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&5
1974 echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid; 2096 $as_echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid;
1975 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. 2097 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1976 \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&2;} 2098 \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." >&2;}
1977 { (exit 1); exit 1; }; } 2099 { (exit 1); exit 1; }; }
1978 ;; 2100 ;;
1979 esac 2101 esac
2126 2248
2127 2249
2128 2250
2129 # Check whether --with-gtk was given. 2251 # Check whether --with-gtk was given.
2130 if test "${with_gtk+set}" = set; then 2252 if test "${with_gtk+set}" = set; then
2131 withval=$with_gtk; { { echo "$as_me:$LINENO: error: --with-gtk has been removed. Use --with-x-toolkit to 2253 withval=$with_gtk; { { $as_echo "$as_me:$LINENO: error: --with-gtk has been removed. Use --with-x-toolkit to
2132 specify a toolkit." >&5 2254 specify a toolkit." >&5
2133 echo "$as_me: error: --with-gtk has been removed. Use --with-x-toolkit to 2255 $as_echo "$as_me: error: --with-gtk has been removed. Use --with-x-toolkit to
2134 specify a toolkit." >&2;} 2256 specify a toolkit." >&2;}
2135 { (exit 1); exit 1; }; } 2257 { (exit 1); exit 1; }; }
2136 fi 2258 fi
2137 2259
2138 2260
2139 2261
2140 # Check whether --with-gcc was given. 2262 # Check whether --with-gcc was given.
2141 if test "${with_gcc+set}" = set; then 2263 if test "${with_gcc+set}" = set; then
2142 withval=$with_gcc; { { echo "$as_me:$LINENO: error: --with-gcc has been removed. Set the \`CC' environment 2264 withval=$with_gcc; { { $as_echo "$as_me:$LINENO: error: --with-gcc has been removed. Set the \`CC' environment
2143 variable to specify a compiler." >&5 2265 variable to specify a compiler." >&5
2144 echo "$as_me: error: --with-gcc has been removed. Set the \`CC' environment 2266 $as_echo "$as_me: error: --with-gcc has been removed. Set the \`CC' environment
2145 variable to specify a compiler." >&2;} 2267 variable to specify a compiler." >&2;}
2146 { (exit 1); exit 1; }; } 2268 { (exit 1); exit 1; }; }
2147 fi 2269 fi
2148 2270
2149 2271
2235 esac 2357 esac
2236 2358
2237 #### Check if the source directory already has a configured system in it. 2359 #### Check if the source directory already has a configured system in it.
2238 if test `pwd` != `(cd ${srcdir} && pwd)` \ 2360 if test `pwd` != `(cd ${srcdir} && pwd)` \
2239 && test -f "${srcdir}/src/config.h" ; then 2361 && test -f "${srcdir}/src/config.h" ; then
2240 { echo "$as_me:$LINENO: WARNING: The directory tree \`${srcdir}' is being used 2362 { $as_echo "$as_me:$LINENO: WARNING: The directory tree \`${srcdir}' is being used
2241 as a build directory right now; it has been configured in its own 2363 as a build directory right now; it has been configured in its own
2242 right. To configure in another directory as well, you MUST 2364 right. To configure in another directory as well, you MUST
2243 use GNU make. If you do not have GNU make, then you must 2365 use GNU make. If you do not have GNU make, then you must
2244 now do \`make distclean' in ${srcdir}, 2366 now do \`make distclean' in ${srcdir},
2245 and then run $0 again." >&5 2367 and then run $0 again." >&5
2246 echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used 2368 $as_echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
2247 as a build directory right now; it has been configured in its own 2369 as a build directory right now; it has been configured in its own
2248 right. To configure in another directory as well, you MUST 2370 right. To configure in another directory as well, you MUST
2249 use GNU make. If you do not have GNU make, then you must 2371 use GNU make. If you do not have GNU make, then you must
2250 now do \`make distclean' in ${srcdir}, 2372 now do \`make distclean' in ${srcdir},
2251 and then run $0 again." >&2;} 2373 and then run $0 again." >&2;}
2271 ac_install_sh="$ac_aux_dir/shtool install -c" 2393 ac_install_sh="$ac_aux_dir/shtool install -c"
2272 break 2394 break
2273 fi 2395 fi
2274 done 2396 done
2275 if test -z "$ac_aux_dir"; then 2397 if test -z "$ac_aux_dir"; then
2276 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 2398 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2277 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 2399 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2278 { (exit 1); exit 1; }; } 2400 { (exit 1); exit 1; }; }
2279 fi 2401 fi
2280 2402
2281 # These three variables are undocumented and unsupported, 2403 # These three variables are undocumented and unsupported,
2282 # and are intended to be withdrawn in a future Autoconf release. 2404 # and are intended to be withdrawn in a future Autoconf release.
2287 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2409 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2288 2410
2289 2411
2290 # Make sure we can run config.sub. 2412 # Make sure we can run config.sub.
2291 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2413 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2292 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 2414 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2293 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 2415 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2294 { (exit 1); exit 1; }; } 2416 { (exit 1); exit 1; }; }
2295 2417
2296 { echo "$as_me:$LINENO: checking build system type" >&5 2418 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2297 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 2419 $as_echo_n "checking build system type... " >&6; }
2298 if test "${ac_cv_build+set}" = set; then 2420 if test "${ac_cv_build+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6 2421 $as_echo_n "(cached) " >&6
2300 else 2422 else
2301 ac_build_alias=$build_alias 2423 ac_build_alias=$build_alias
2302 test "x$ac_build_alias" = x && 2424 test "x$ac_build_alias" = x &&
2303 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2425 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2304 test "x$ac_build_alias" = x && 2426 test "x$ac_build_alias" = x &&
2305 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 2427 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2306 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 2428 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2307 { (exit 1); exit 1; }; } 2429 { (exit 1); exit 1; }; }
2308 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2430 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2309 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 2431 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2310 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 2432 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2311 { (exit 1); exit 1; }; } 2433 { (exit 1); exit 1; }; }
2312 2434
2313 fi 2435 fi
2314 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 2436 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2315 echo "${ECHO_T}$ac_cv_build" >&6; } 2437 $as_echo "$ac_cv_build" >&6; }
2316 case $ac_cv_build in 2438 case $ac_cv_build in
2317 *-*-*) ;; 2439 *-*-*) ;;
2318 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 2440 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2319 echo "$as_me: error: invalid value of canonical build" >&2;} 2441 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2320 { (exit 1); exit 1; }; };; 2442 { (exit 1); exit 1; }; };;
2321 esac 2443 esac
2322 build=$ac_cv_build 2444 build=$ac_cv_build
2323 ac_save_IFS=$IFS; IFS='-' 2445 ac_save_IFS=$IFS; IFS='-'
2324 set x $ac_cv_build 2446 set x $ac_cv_build
2331 build_os=$* 2453 build_os=$*
2332 IFS=$ac_save_IFS 2454 IFS=$ac_save_IFS
2333 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2455 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 2456
2335 2457
2336 { echo "$as_me:$LINENO: checking host system type" >&5 2458 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2337 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 2459 $as_echo_n "checking host system type... " >&6; }
2338 if test "${ac_cv_host+set}" = set; then 2460 if test "${ac_cv_host+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6 2461 $as_echo_n "(cached) " >&6
2340 else 2462 else
2341 if test "x$host_alias" = x; then 2463 if test "x$host_alias" = x; then
2342 ac_cv_host=$ac_cv_build 2464 ac_cv_host=$ac_cv_build
2343 else 2465 else
2344 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2466 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2345 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 2467 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2346 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 2468 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2347 { (exit 1); exit 1; }; } 2469 { (exit 1); exit 1; }; }
2348 fi 2470 fi
2349 2471
2350 fi 2472 fi
2351 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 2473 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2352 echo "${ECHO_T}$ac_cv_host" >&6; } 2474 $as_echo "$ac_cv_host" >&6; }
2353 case $ac_cv_host in 2475 case $ac_cv_host in
2354 *-*-*) ;; 2476 *-*-*) ;;
2355 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 2477 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2356 echo "$as_me: error: invalid value of canonical host" >&2;} 2478 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2357 { (exit 1); exit 1; }; };; 2479 { (exit 1); exit 1; }; };;
2358 esac 2480 esac
2359 host=$ac_cv_host 2481 host=$ac_cv_host
2360 ac_save_IFS=$IFS; IFS='-' 2482 ac_save_IFS=$IFS; IFS='-'
2361 set x $ac_cv_host 2483 set x $ac_cv_host
2433 *-*-netbsd* ) 2555 *-*-netbsd* )
2434 opsys=netbsd 2556 opsys=netbsd
2435 if test -f /usr/lib/crti.o; then 2557 if test -f /usr/lib/crti.o; then
2436 2558
2437 cat >>confdefs.h <<\_ACEOF 2559 cat >>confdefs.h <<\_ACEOF
2438 #define HAVE_CRTIN 2560 #define HAVE_CRTIN /**/
2439 _ACEOF 2561 _ACEOF
2440 2562
2441 fi 2563 fi
2442 2564
2443 case "${canonical}" in 2565 case "${canonical}" in
2705 fi 2827 fi
2706 2828
2707 2829
2708 2830
2709 if test $unported = yes; then 2831 if test $unported = yes; then
2710 { { echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems. 2832 { { $as_echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems.
2711 Check \`etc/MACHINES' for recognized configuration names." >&5 2833 Check \`etc/MACHINES' for recognized configuration names." >&5
2712 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2834 $as_echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2713 Check \`etc/MACHINES' for recognized configuration names." >&2;} 2835 Check \`etc/MACHINES' for recognized configuration names." >&2;}
2714 { (exit 1); exit 1; }; } 2836 { (exit 1); exit 1; }; }
2715 fi 2837 fi
2716 2838
2717 machfile="m/${machine}.h" 2839 machfile="m/${machine}.h"
2730 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2852 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2731 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2853 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2732 if test -n "$ac_tool_prefix"; then 2854 if test -n "$ac_tool_prefix"; then
2733 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2855 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2734 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2856 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2735 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2857 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2736 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2858 $as_echo_n "checking for $ac_word... " >&6; }
2737 if test "${ac_cv_prog_CC+set}" = set; then 2859 if test "${ac_cv_prog_CC+set}" = set; then
2738 echo $ECHO_N "(cached) $ECHO_C" >&6 2860 $as_echo_n "(cached) " >&6
2739 else 2861 else
2740 if test -n "$CC"; then 2862 if test -n "$CC"; then
2741 ac_cv_prog_CC="$CC" # Let the user override the test. 2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2742 else 2864 else
2743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2746 IFS=$as_save_IFS 2868 IFS=$as_save_IFS
2747 test -z "$as_dir" && as_dir=. 2869 test -z "$as_dir" && as_dir=.
2748 for ac_exec_ext in '' $ac_executable_extensions; do 2870 for ac_exec_ext in '' $ac_executable_extensions; do
2749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2750 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2872 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2751 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2873 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2752 break 2 2874 break 2
2753 fi 2875 fi
2754 done 2876 done
2755 done 2877 done
2756 IFS=$as_save_IFS 2878 IFS=$as_save_IFS
2757 2879
2758 fi 2880 fi
2759 fi 2881 fi
2760 CC=$ac_cv_prog_CC 2882 CC=$ac_cv_prog_CC
2761 if test -n "$CC"; then 2883 if test -n "$CC"; then
2762 { echo "$as_me:$LINENO: result: $CC" >&5 2884 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2763 echo "${ECHO_T}$CC" >&6; } 2885 $as_echo "$CC" >&6; }
2764 else 2886 else
2765 { echo "$as_me:$LINENO: result: no" >&5 2887 { $as_echo "$as_me:$LINENO: result: no" >&5
2766 echo "${ECHO_T}no" >&6; } 2888 $as_echo "no" >&6; }
2767 fi 2889 fi
2768 2890
2769 2891
2770 fi 2892 fi
2771 if test -z "$ac_cv_prog_CC"; then 2893 if test -z "$ac_cv_prog_CC"; then
2772 ac_ct_CC=$CC 2894 ac_ct_CC=$CC
2773 # Extract the first word of "gcc", so it can be a program name with args. 2895 # Extract the first word of "gcc", so it can be a program name with args.
2774 set dummy gcc; ac_word=$2 2896 set dummy gcc; ac_word=$2
2775 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2897 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2898 $as_echo_n "checking for $ac_word... " >&6; }
2777 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2899 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2778 echo $ECHO_N "(cached) $ECHO_C" >&6 2900 $as_echo_n "(cached) " >&6
2779 else 2901 else
2780 if test -n "$ac_ct_CC"; then 2902 if test -n "$ac_ct_CC"; then
2781 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2903 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2782 else 2904 else
2783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2786 IFS=$as_save_IFS 2908 IFS=$as_save_IFS
2787 test -z "$as_dir" && as_dir=. 2909 test -z "$as_dir" && as_dir=.
2788 for ac_exec_ext in '' $ac_executable_extensions; do 2910 for ac_exec_ext in '' $ac_executable_extensions; do
2789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2790 ac_cv_prog_ac_ct_CC="gcc" 2912 ac_cv_prog_ac_ct_CC="gcc"
2791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2913 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2792 break 2 2914 break 2
2793 fi 2915 fi
2794 done 2916 done
2795 done 2917 done
2796 IFS=$as_save_IFS 2918 IFS=$as_save_IFS
2797 2919
2798 fi 2920 fi
2799 fi 2921 fi
2800 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2922 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2801 if test -n "$ac_ct_CC"; then 2923 if test -n "$ac_ct_CC"; then
2802 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2924 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2803 echo "${ECHO_T}$ac_ct_CC" >&6; } 2925 $as_echo "$ac_ct_CC" >&6; }
2804 else 2926 else
2805 { echo "$as_me:$LINENO: result: no" >&5 2927 { $as_echo "$as_me:$LINENO: result: no" >&5
2806 echo "${ECHO_T}no" >&6; } 2928 $as_echo "no" >&6; }
2807 fi 2929 fi
2808 2930
2809 if test "x$ac_ct_CC" = x; then 2931 if test "x$ac_ct_CC" = x; then
2810 CC="" 2932 CC=""
2811 else 2933 else
2812 case $cross_compiling:$ac_tool_warned in 2934 case $cross_compiling:$ac_tool_warned in
2813 yes:) 2935 yes:)
2814 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2936 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2815 whose name does not start with the host triplet. If you think this 2937 whose name does not start with the host triplet. If you think this
2816 configuration is useful to you, please write to autoconf@gnu.org." >&5 2938 configuration is useful to you, please write to autoconf@gnu.org." >&5
2817 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2939 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2818 whose name does not start with the host triplet. If you think this 2940 whose name does not start with the host triplet. If you think this
2819 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2941 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2820 ac_tool_warned=yes ;; 2942 ac_tool_warned=yes ;;
2821 esac 2943 esac
2822 CC=$ac_ct_CC 2944 CC=$ac_ct_CC
2827 2949
2828 if test -z "$CC"; then 2950 if test -z "$CC"; then
2829 if test -n "$ac_tool_prefix"; then 2951 if test -n "$ac_tool_prefix"; then
2830 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2952 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2831 set dummy ${ac_tool_prefix}cc; ac_word=$2 2953 set dummy ${ac_tool_prefix}cc; ac_word=$2
2832 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2954 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2955 $as_echo_n "checking for $ac_word... " >&6; }
2834 if test "${ac_cv_prog_CC+set}" = set; then 2956 if test "${ac_cv_prog_CC+set}" = set; then
2835 echo $ECHO_N "(cached) $ECHO_C" >&6 2957 $as_echo_n "(cached) " >&6
2836 else 2958 else
2837 if test -n "$CC"; then 2959 if test -n "$CC"; then
2838 ac_cv_prog_CC="$CC" # Let the user override the test. 2960 ac_cv_prog_CC="$CC" # Let the user override the test.
2839 else 2961 else
2840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2843 IFS=$as_save_IFS 2965 IFS=$as_save_IFS
2844 test -z "$as_dir" && as_dir=. 2966 test -z "$as_dir" && as_dir=.
2845 for ac_exec_ext in '' $ac_executable_extensions; do 2967 for ac_exec_ext in '' $ac_executable_extensions; do
2846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2847 ac_cv_prog_CC="${ac_tool_prefix}cc" 2969 ac_cv_prog_CC="${ac_tool_prefix}cc"
2848 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2970 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2849 break 2 2971 break 2
2850 fi 2972 fi
2851 done 2973 done
2852 done 2974 done
2853 IFS=$as_save_IFS 2975 IFS=$as_save_IFS
2854 2976
2855 fi 2977 fi
2856 fi 2978 fi
2857 CC=$ac_cv_prog_CC 2979 CC=$ac_cv_prog_CC
2858 if test -n "$CC"; then 2980 if test -n "$CC"; then
2859 { echo "$as_me:$LINENO: result: $CC" >&5 2981 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2860 echo "${ECHO_T}$CC" >&6; } 2982 $as_echo "$CC" >&6; }
2861 else 2983 else
2862 { echo "$as_me:$LINENO: result: no" >&5 2984 { $as_echo "$as_me:$LINENO: result: no" >&5
2863 echo "${ECHO_T}no" >&6; } 2985 $as_echo "no" >&6; }
2864 fi 2986 fi
2865 2987
2866 2988
2867 fi 2989 fi
2868 fi 2990 fi
2869 if test -z "$CC"; then 2991 if test -z "$CC"; then
2870 # Extract the first word of "cc", so it can be a program name with args. 2992 # Extract the first word of "cc", so it can be a program name with args.
2871 set dummy cc; ac_word=$2 2993 set dummy cc; ac_word=$2
2872 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2994 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2995 $as_echo_n "checking for $ac_word... " >&6; }
2874 if test "${ac_cv_prog_CC+set}" = set; then 2996 if test "${ac_cv_prog_CC+set}" = set; then
2875 echo $ECHO_N "(cached) $ECHO_C" >&6 2997 $as_echo_n "(cached) " >&6
2876 else 2998 else
2877 if test -n "$CC"; then 2999 if test -n "$CC"; then
2878 ac_cv_prog_CC="$CC" # Let the user override the test. 3000 ac_cv_prog_CC="$CC" # Let the user override the test.
2879 else 3001 else
2880 ac_prog_rejected=no 3002 ac_prog_rejected=no
2888 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3010 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2889 ac_prog_rejected=yes 3011 ac_prog_rejected=yes
2890 continue 3012 continue
2891 fi 3013 fi
2892 ac_cv_prog_CC="cc" 3014 ac_cv_prog_CC="cc"
2893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3015 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 break 2 3016 break 2
2895 fi 3017 fi
2896 done 3018 done
2897 done 3019 done
2898 IFS=$as_save_IFS 3020 IFS=$as_save_IFS
2911 fi 3033 fi
2912 fi 3034 fi
2913 fi 3035 fi
2914 CC=$ac_cv_prog_CC 3036 CC=$ac_cv_prog_CC
2915 if test -n "$CC"; then 3037 if test -n "$CC"; then
2916 { echo "$as_me:$LINENO: result: $CC" >&5 3038 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2917 echo "${ECHO_T}$CC" >&6; } 3039 $as_echo "$CC" >&6; }
2918 else 3040 else
2919 { echo "$as_me:$LINENO: result: no" >&5 3041 { $as_echo "$as_me:$LINENO: result: no" >&5
2920 echo "${ECHO_T}no" >&6; } 3042 $as_echo "no" >&6; }
2921 fi 3043 fi
2922 3044
2923 3045
2924 fi 3046 fi
2925 if test -z "$CC"; then 3047 if test -z "$CC"; then
2926 if test -n "$ac_tool_prefix"; then 3048 if test -n "$ac_tool_prefix"; then
2927 for ac_prog in cl.exe 3049 for ac_prog in cl.exe
2928 do 3050 do
2929 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3051 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2930 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3052 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2931 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3053 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2932 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3054 $as_echo_n "checking for $ac_word... " >&6; }
2933 if test "${ac_cv_prog_CC+set}" = set; then 3055 if test "${ac_cv_prog_CC+set}" = set; then
2934 echo $ECHO_N "(cached) $ECHO_C" >&6 3056 $as_echo_n "(cached) " >&6
2935 else 3057 else
2936 if test -n "$CC"; then 3058 if test -n "$CC"; then
2937 ac_cv_prog_CC="$CC" # Let the user override the test. 3059 ac_cv_prog_CC="$CC" # Let the user override the test.
2938 else 3060 else
2939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2942 IFS=$as_save_IFS 3064 IFS=$as_save_IFS
2943 test -z "$as_dir" && as_dir=. 3065 test -z "$as_dir" && as_dir=.
2944 for ac_exec_ext in '' $ac_executable_extensions; do 3066 for ac_exec_ext in '' $ac_executable_extensions; do
2945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2946 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3068 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2947 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3069 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2948 break 2 3070 break 2
2949 fi 3071 fi
2950 done 3072 done
2951 done 3073 done
2952 IFS=$as_save_IFS 3074 IFS=$as_save_IFS
2953 3075
2954 fi 3076 fi
2955 fi 3077 fi
2956 CC=$ac_cv_prog_CC 3078 CC=$ac_cv_prog_CC
2957 if test -n "$CC"; then 3079 if test -n "$CC"; then
2958 { echo "$as_me:$LINENO: result: $CC" >&5 3080 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2959 echo "${ECHO_T}$CC" >&6; } 3081 $as_echo "$CC" >&6; }
2960 else 3082 else
2961 { echo "$as_me:$LINENO: result: no" >&5 3083 { $as_echo "$as_me:$LINENO: result: no" >&5
2962 echo "${ECHO_T}no" >&6; } 3084 $as_echo "no" >&6; }
2963 fi 3085 fi
2964 3086
2965 3087
2966 test -n "$CC" && break 3088 test -n "$CC" && break
2967 done 3089 done
2970 ac_ct_CC=$CC 3092 ac_ct_CC=$CC
2971 for ac_prog in cl.exe 3093 for ac_prog in cl.exe
2972 do 3094 do
2973 # Extract the first word of "$ac_prog", so it can be a program name with args. 3095 # Extract the first word of "$ac_prog", so it can be a program name with args.
2974 set dummy $ac_prog; ac_word=$2 3096 set dummy $ac_prog; ac_word=$2
2975 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3097 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3098 $as_echo_n "checking for $ac_word... " >&6; }
2977 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3099 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2978 echo $ECHO_N "(cached) $ECHO_C" >&6 3100 $as_echo_n "(cached) " >&6
2979 else 3101 else
2980 if test -n "$ac_ct_CC"; then 3102 if test -n "$ac_ct_CC"; then
2981 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3103 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2982 else 3104 else
2983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986 IFS=$as_save_IFS 3108 IFS=$as_save_IFS
2987 test -z "$as_dir" && as_dir=. 3109 test -z "$as_dir" && as_dir=.
2988 for ac_exec_ext in '' $ac_executable_extensions; do 3110 for ac_exec_ext in '' $ac_executable_extensions; do
2989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2990 ac_cv_prog_ac_ct_CC="$ac_prog" 3112 ac_cv_prog_ac_ct_CC="$ac_prog"
2991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3113 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2992 break 2 3114 break 2
2993 fi 3115 fi
2994 done 3116 done
2995 done 3117 done
2996 IFS=$as_save_IFS 3118 IFS=$as_save_IFS
2997 3119
2998 fi 3120 fi
2999 fi 3121 fi
3000 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3122 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3001 if test -n "$ac_ct_CC"; then 3123 if test -n "$ac_ct_CC"; then
3002 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3124 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3003 echo "${ECHO_T}$ac_ct_CC" >&6; } 3125 $as_echo "$ac_ct_CC" >&6; }
3004 else 3126 else
3005 { echo "$as_me:$LINENO: result: no" >&5 3127 { $as_echo "$as_me:$LINENO: result: no" >&5
3006 echo "${ECHO_T}no" >&6; } 3128 $as_echo "no" >&6; }
3007 fi 3129 fi
3008 3130
3009 3131
3010 test -n "$ac_ct_CC" && break 3132 test -n "$ac_ct_CC" && break
3011 done 3133 done
3013 if test "x$ac_ct_CC" = x; then 3135 if test "x$ac_ct_CC" = x; then
3014 CC="" 3136 CC=""
3015 else 3137 else
3016 case $cross_compiling:$ac_tool_warned in 3138 case $cross_compiling:$ac_tool_warned in
3017 yes:) 3139 yes:)
3018 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3140 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3019 whose name does not start with the host triplet. If you think this 3141 whose name does not start with the host triplet. If you think this
3020 configuration is useful to you, please write to autoconf@gnu.org." >&5 3142 configuration is useful to you, please write to autoconf@gnu.org." >&5
3021 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3143 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3022 whose name does not start with the host triplet. If you think this 3144 whose name does not start with the host triplet. If you think this
3023 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3145 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3024 ac_tool_warned=yes ;; 3146 ac_tool_warned=yes ;;
3025 esac 3147 esac
3026 CC=$ac_ct_CC 3148 CC=$ac_ct_CC
3028 fi 3150 fi
3029 3151
3030 fi 3152 fi
3031 3153
3032 3154
3033 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3155 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3034 See \`config.log' for more details." >&5 3156 See \`config.log' for more details." >&5
3035 echo "$as_me: error: no acceptable C compiler found in \$PATH 3157 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3036 See \`config.log' for more details." >&2;} 3158 See \`config.log' for more details." >&2;}
3037 { (exit 1); exit 1; }; } 3159 { (exit 1); exit 1; }; }
3038 3160
3039 # Provide some information about the compiler. 3161 # Provide some information about the compiler.
3040 echo "$as_me:$LINENO: checking for C compiler version" >&5 3162 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3041 ac_compiler=`set X $ac_compile; echo $2` 3163 set X $ac_compile
3164 ac_compiler=$2
3042 { (ac_try="$ac_compiler --version >&5" 3165 { (ac_try="$ac_compiler --version >&5"
3043 case "(($ac_try" in 3166 case "(($ac_try" in
3044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3045 *) ac_try_echo=$ac_try;; 3168 *) ac_try_echo=$ac_try;;
3046 esac 3169 esac
3047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3171 $as_echo "$ac_try_echo") >&5
3048 (eval "$ac_compiler --version >&5") 2>&5 3172 (eval "$ac_compiler --version >&5") 2>&5
3049 ac_status=$? 3173 ac_status=$?
3050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3051 (exit $ac_status); } 3175 (exit $ac_status); }
3052 { (ac_try="$ac_compiler -v >&5" 3176 { (ac_try="$ac_compiler -v >&5"
3053 case "(($ac_try" in 3177 case "(($ac_try" in
3054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3055 *) ac_try_echo=$ac_try;; 3179 *) ac_try_echo=$ac_try;;
3056 esac 3180 esac
3057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3182 $as_echo "$ac_try_echo") >&5
3058 (eval "$ac_compiler -v >&5") 2>&5 3183 (eval "$ac_compiler -v >&5") 2>&5
3059 ac_status=$? 3184 ac_status=$?
3060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3061 (exit $ac_status); } 3186 (exit $ac_status); }
3062 { (ac_try="$ac_compiler -V >&5" 3187 { (ac_try="$ac_compiler -V >&5"
3063 case "(($ac_try" in 3188 case "(($ac_try" in
3064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3065 *) ac_try_echo=$ac_try;; 3190 *) ac_try_echo=$ac_try;;
3066 esac 3191 esac
3067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3193 $as_echo "$ac_try_echo") >&5
3068 (eval "$ac_compiler -V >&5") 2>&5 3194 (eval "$ac_compiler -V >&5") 2>&5
3069 ac_status=$? 3195 ac_status=$?
3070 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3071 (exit $ac_status); } 3197 (exit $ac_status); }
3072 3198
3073 cat >conftest.$ac_ext <<_ACEOF 3199 cat >conftest.$ac_ext <<_ACEOF
3074 /* confdefs.h. */ 3200 /* confdefs.h. */
3075 _ACEOF 3201 _ACEOF
3084 ; 3210 ;
3085 return 0; 3211 return 0;
3086 } 3212 }
3087 _ACEOF 3213 _ACEOF
3088 ac_clean_files_save=$ac_clean_files 3214 ac_clean_files_save=$ac_clean_files
3089 ac_clean_files="$ac_clean_files a.out a.exe b.out" 3215 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3090 # Try to create an executable without -o first, disregard a.out. 3216 # Try to create an executable without -o first, disregard a.out.
3091 # It will help us diagnose broken compilers, and finding out an intuition 3217 # It will help us diagnose broken compilers, and finding out an intuition
3092 # of exeext. 3218 # of exeext.
3093 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 3219 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3094 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 3220 $as_echo_n "checking for C compiler default output file name... " >&6; }
3095 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3221 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3096 # 3222
3097 # List of possible output files, starting from the most likely. 3223 # The possible output files:
3098 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 3224 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3099 # only as a last resort. b.out is created by i960 compilers. 3225
3100 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
3101 #
3102 # The IRIX 6 linker writes into existing files which may not be
3103 # executable, retaining their permissions. Remove them first so a
3104 # subsequent execution test works.
3105 ac_rmfiles= 3226 ac_rmfiles=
3106 for ac_file in $ac_files 3227 for ac_file in $ac_files
3107 do 3228 do
3108 case $ac_file in 3229 case $ac_file in
3109 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3230 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3110 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 3231 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3111 esac 3232 esac
3112 done 3233 done
3113 rm -f $ac_rmfiles 3234 rm -f $ac_rmfiles
3114 3235
3115 if { (ac_try="$ac_link_default" 3236 if { (ac_try="$ac_link_default"
3116 case "(($ac_try" in 3237 case "(($ac_try" in
3117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3118 *) ac_try_echo=$ac_try;; 3239 *) ac_try_echo=$ac_try;;
3119 esac 3240 esac
3120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3242 $as_echo "$ac_try_echo") >&5
3121 (eval "$ac_link_default") 2>&5 3243 (eval "$ac_link_default") 2>&5
3122 ac_status=$? 3244 ac_status=$?
3123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3124 (exit $ac_status); }; then 3246 (exit $ac_status); }; then
3125 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3247 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3126 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 3248 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3127 # in a Makefile. We should not override ac_cv_exeext if it was cached, 3249 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3128 # so that the user can short-circuit this test for compilers unknown to 3250 # so that the user can short-circuit this test for compilers unknown to
3129 # Autoconf. 3251 # Autoconf.
3130 for ac_file in $ac_files '' 3252 for ac_file in $ac_files ''
3131 do 3253 do
3132 test -f "$ac_file" || continue 3254 test -f "$ac_file" || continue
3133 case $ac_file in 3255 case $ac_file in
3134 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3256 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3135 ;; 3257 ;;
3136 [ab].out ) 3258 [ab].out )
3137 # We found the default executable, but exeext='' is most 3259 # We found the default executable, but exeext='' is most
3138 # certainly right. 3260 # certainly right.
3139 break;; 3261 break;;
3156 3278
3157 else 3279 else
3158 ac_file='' 3280 ac_file=''
3159 fi 3281 fi
3160 3282
3161 { echo "$as_me:$LINENO: result: $ac_file" >&5 3283 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3162 echo "${ECHO_T}$ac_file" >&6; } 3284 $as_echo "$ac_file" >&6; }
3163 if test -z "$ac_file"; then 3285 if test -z "$ac_file"; then
3164 echo "$as_me: failed program was:" >&5 3286 $as_echo "$as_me: failed program was:" >&5
3165 sed 's/^/| /' conftest.$ac_ext >&5 3287 sed 's/^/| /' conftest.$ac_ext >&5
3166 3288
3167 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 3289 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3168 See \`config.log' for more details." >&5 3290 See \`config.log' for more details." >&5
3169 echo "$as_me: error: C compiler cannot create executables 3291 $as_echo "$as_me: error: C compiler cannot create executables
3170 See \`config.log' for more details." >&2;} 3292 See \`config.log' for more details." >&2;}
3171 { (exit 77); exit 77; }; } 3293 { (exit 77); exit 77; }; }
3172 fi 3294 fi
3173 3295
3174 ac_exeext=$ac_cv_exeext 3296 ac_exeext=$ac_cv_exeext
3175 3297
3176 # Check that the compiler produces executables we can run. If not, either 3298 # Check that the compiler produces executables we can run. If not, either
3177 # the compiler is broken, or we cross compile. 3299 # the compiler is broken, or we cross compile.
3178 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 3300 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3179 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 3301 $as_echo_n "checking whether the C compiler works... " >&6; }
3180 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 3302 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3181 # If not cross compiling, check that we can run a simple program. 3303 # If not cross compiling, check that we can run a simple program.
3182 if test "$cross_compiling" != yes; then 3304 if test "$cross_compiling" != yes; then
3183 if { ac_try='./$ac_file' 3305 if { ac_try='./$ac_file'
3184 { (case "(($ac_try" in 3306 { (case "(($ac_try" in
3185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3186 *) ac_try_echo=$ac_try;; 3308 *) ac_try_echo=$ac_try;;
3187 esac 3309 esac
3188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3311 $as_echo "$ac_try_echo") >&5
3189 (eval "$ac_try") 2>&5 3312 (eval "$ac_try") 2>&5
3190 ac_status=$? 3313 ac_status=$?
3191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3192 (exit $ac_status); }; }; then 3315 (exit $ac_status); }; }; then
3193 cross_compiling=no 3316 cross_compiling=no
3194 else 3317 else
3195 if test "$cross_compiling" = maybe; then 3318 if test "$cross_compiling" = maybe; then
3196 cross_compiling=yes 3319 cross_compiling=yes
3197 else 3320 else
3198 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3321 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3199 If you meant to cross compile, use \`--host'. 3322 If you meant to cross compile, use \`--host'.
3200 See \`config.log' for more details." >&5 3323 See \`config.log' for more details." >&5
3201 echo "$as_me: error: cannot run C compiled programs. 3324 $as_echo "$as_me: error: cannot run C compiled programs.
3202 If you meant to cross compile, use \`--host'. 3325 If you meant to cross compile, use \`--host'.
3203 See \`config.log' for more details." >&2;} 3326 See \`config.log' for more details." >&2;}
3204 { (exit 1); exit 1; }; } 3327 { (exit 1); exit 1; }; }
3205 fi 3328 fi
3206 fi 3329 fi
3207 fi 3330 fi
3208 { echo "$as_me:$LINENO: result: yes" >&5 3331 { $as_echo "$as_me:$LINENO: result: yes" >&5
3209 echo "${ECHO_T}yes" >&6; } 3332 $as_echo "yes" >&6; }
3210 3333
3211 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3334 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3212 ac_clean_files=$ac_clean_files_save 3335 ac_clean_files=$ac_clean_files_save
3213 # Check that the compiler produces executables we can run. If not, either 3336 # Check that the compiler produces executables we can run. If not, either
3214 # the compiler is broken, or we cross compile. 3337 # the compiler is broken, or we cross compile.
3215 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 3338 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3216 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 3339 $as_echo_n "checking whether we are cross compiling... " >&6; }
3217 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 3340 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3218 echo "${ECHO_T}$cross_compiling" >&6; } 3341 $as_echo "$cross_compiling" >&6; }
3219 3342
3220 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 3343 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3221 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3344 $as_echo_n "checking for suffix of executables... " >&6; }
3222 if { (ac_try="$ac_link" 3345 if { (ac_try="$ac_link"
3223 case "(($ac_try" in 3346 case "(($ac_try" in
3224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3225 *) ac_try_echo=$ac_try;; 3348 *) ac_try_echo=$ac_try;;
3226 esac 3349 esac
3227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3351 $as_echo "$ac_try_echo") >&5
3228 (eval "$ac_link") 2>&5 3352 (eval "$ac_link") 2>&5
3229 ac_status=$? 3353 ac_status=$?
3230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3231 (exit $ac_status); }; then 3355 (exit $ac_status); }; then
3232 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3356 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3233 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 3357 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3234 # work properly (i.e., refer to `conftest.exe'), while it won't with 3358 # work properly (i.e., refer to `conftest.exe'), while it won't with
3235 # `rm'. 3359 # `rm'.
3236 for ac_file in conftest.exe conftest conftest.*; do 3360 for ac_file in conftest.exe conftest conftest.*; do
3237 test -f "$ac_file" || continue 3361 test -f "$ac_file" || continue
3238 case $ac_file in 3362 case $ac_file in
3239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3363 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3240 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3364 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3241 break;; 3365 break;;
3242 * ) break;; 3366 * ) break;;
3243 esac 3367 esac
3244 done 3368 done
3245 else 3369 else
3246 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3370 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3247 See \`config.log' for more details." >&5 3371 See \`config.log' for more details." >&5
3248 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3372 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3249 See \`config.log' for more details." >&2;} 3373 See \`config.log' for more details." >&2;}
3250 { (exit 1); exit 1; }; } 3374 { (exit 1); exit 1; }; }
3251 fi 3375 fi
3252 3376
3253 rm -f conftest$ac_cv_exeext 3377 rm -f conftest$ac_cv_exeext
3254 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3378 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3255 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3379 $as_echo "$ac_cv_exeext" >&6; }
3256 3380
3257 rm -f conftest.$ac_ext 3381 rm -f conftest.$ac_ext
3258 EXEEXT=$ac_cv_exeext 3382 EXEEXT=$ac_cv_exeext
3259 ac_exeext=$EXEEXT 3383 ac_exeext=$EXEEXT
3260 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 3384 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3261 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 3385 $as_echo_n "checking for suffix of object files... " >&6; }
3262 if test "${ac_cv_objext+set}" = set; then 3386 if test "${ac_cv_objext+set}" = set; then
3263 echo $ECHO_N "(cached) $ECHO_C" >&6 3387 $as_echo_n "(cached) " >&6
3264 else 3388 else
3265 cat >conftest.$ac_ext <<_ACEOF 3389 cat >conftest.$ac_ext <<_ACEOF
3266 /* confdefs.h. */ 3390 /* confdefs.h. */
3267 _ACEOF 3391 _ACEOF
3268 cat confdefs.h >>conftest.$ac_ext 3392 cat confdefs.h >>conftest.$ac_ext
3281 if { (ac_try="$ac_compile" 3405 if { (ac_try="$ac_compile"
3282 case "(($ac_try" in 3406 case "(($ac_try" in
3283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3284 *) ac_try_echo=$ac_try;; 3408 *) ac_try_echo=$ac_try;;
3285 esac 3409 esac
3286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3411 $as_echo "$ac_try_echo") >&5
3287 (eval "$ac_compile") 2>&5 3412 (eval "$ac_compile") 2>&5
3288 ac_status=$? 3413 ac_status=$?
3289 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3290 (exit $ac_status); }; then 3415 (exit $ac_status); }; then
3291 for ac_file in conftest.o conftest.obj conftest.*; do 3416 for ac_file in conftest.o conftest.obj conftest.*; do
3292 test -f "$ac_file" || continue; 3417 test -f "$ac_file" || continue;
3293 case $ac_file in 3418 case $ac_file in
3294 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3419 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3295 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3420 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3296 break;; 3421 break;;
3297 esac 3422 esac
3298 done 3423 done
3299 else 3424 else
3300 echo "$as_me: failed program was:" >&5 3425 $as_echo "$as_me: failed program was:" >&5
3301 sed 's/^/| /' conftest.$ac_ext >&5 3426 sed 's/^/| /' conftest.$ac_ext >&5
3302 3427
3303 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3428 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3304 See \`config.log' for more details." >&5 3429 See \`config.log' for more details." >&5
3305 echo "$as_me: error: cannot compute suffix of object files: cannot compile 3430 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3306 See \`config.log' for more details." >&2;} 3431 See \`config.log' for more details." >&2;}
3307 { (exit 1); exit 1; }; } 3432 { (exit 1); exit 1; }; }
3308 fi 3433 fi
3309 3434
3310 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3435 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3311 fi 3436 fi
3312 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3437 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3313 echo "${ECHO_T}$ac_cv_objext" >&6; } 3438 $as_echo "$ac_cv_objext" >&6; }
3314 OBJEXT=$ac_cv_objext 3439 OBJEXT=$ac_cv_objext
3315 ac_objext=$OBJEXT 3440 ac_objext=$OBJEXT
3316 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3441 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3317 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 3442 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3318 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3443 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3319 echo $ECHO_N "(cached) $ECHO_C" >&6 3444 $as_echo_n "(cached) " >&6
3320 else 3445 else
3321 cat >conftest.$ac_ext <<_ACEOF 3446 cat >conftest.$ac_ext <<_ACEOF
3322 /* confdefs.h. */ 3447 /* confdefs.h. */
3323 _ACEOF 3448 _ACEOF
3324 cat confdefs.h >>conftest.$ac_ext 3449 cat confdefs.h >>conftest.$ac_ext
3340 if { (ac_try="$ac_compile" 3465 if { (ac_try="$ac_compile"
3341 case "(($ac_try" in 3466 case "(($ac_try" in
3342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343 *) ac_try_echo=$ac_try;; 3468 *) ac_try_echo=$ac_try;;
3344 esac 3469 esac
3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3471 $as_echo "$ac_try_echo") >&5
3346 (eval "$ac_compile") 2>conftest.er1 3472 (eval "$ac_compile") 2>conftest.er1
3347 ac_status=$? 3473 ac_status=$?
3348 grep -v '^ *+' conftest.er1 >conftest.err 3474 grep -v '^ *+' conftest.er1 >conftest.err
3349 rm -f conftest.er1 3475 rm -f conftest.er1
3350 cat conftest.err >&5 3476 cat conftest.err >&5
3351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352 (exit $ac_status); } && { 3478 (exit $ac_status); } && {
3353 test -z "$ac_c_werror_flag" || 3479 test -z "$ac_c_werror_flag" ||
3354 test ! -s conftest.err 3480 test ! -s conftest.err
3355 } && test -s conftest.$ac_objext; then 3481 } && test -s conftest.$ac_objext; then
3356 ac_compiler_gnu=yes 3482 ac_compiler_gnu=yes
3357 else 3483 else
3358 echo "$as_me: failed program was:" >&5 3484 $as_echo "$as_me: failed program was:" >&5
3359 sed 's/^/| /' conftest.$ac_ext >&5 3485 sed 's/^/| /' conftest.$ac_ext >&5
3360 3486
3361 ac_compiler_gnu=no 3487 ac_compiler_gnu=no
3362 fi 3488 fi
3363 3489
3364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3365 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3491 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3366 3492
3367 fi 3493 fi
3368 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3494 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3369 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 3495 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3370 GCC=`test $ac_compiler_gnu = yes && echo yes` 3496 if test $ac_compiler_gnu = yes; then
3497 GCC=yes
3498 else
3499 GCC=
3500 fi
3371 ac_test_CFLAGS=${CFLAGS+set} 3501 ac_test_CFLAGS=${CFLAGS+set}
3372 ac_save_CFLAGS=$CFLAGS 3502 ac_save_CFLAGS=$CFLAGS
3373 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3503 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3374 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3504 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3375 if test "${ac_cv_prog_cc_g+set}" = set; then 3505 if test "${ac_cv_prog_cc_g+set}" = set; then
3376 echo $ECHO_N "(cached) $ECHO_C" >&6 3506 $as_echo_n "(cached) " >&6
3377 else 3507 else
3378 ac_save_c_werror_flag=$ac_c_werror_flag 3508 ac_save_c_werror_flag=$ac_c_werror_flag
3379 ac_c_werror_flag=yes 3509 ac_c_werror_flag=yes
3380 ac_cv_prog_cc_g=no 3510 ac_cv_prog_cc_g=no
3381 CFLAGS="-g" 3511 CFLAGS="-g"
3398 if { (ac_try="$ac_compile" 3528 if { (ac_try="$ac_compile"
3399 case "(($ac_try" in 3529 case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;; 3531 *) ac_try_echo=$ac_try;;
3402 esac 3532 esac
3403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3534 $as_echo "$ac_try_echo") >&5
3404 (eval "$ac_compile") 2>conftest.er1 3535 (eval "$ac_compile") 2>conftest.er1
3405 ac_status=$? 3536 ac_status=$?
3406 grep -v '^ *+' conftest.er1 >conftest.err 3537 grep -v '^ *+' conftest.er1 >conftest.err
3407 rm -f conftest.er1 3538 rm -f conftest.er1
3408 cat conftest.err >&5 3539 cat conftest.err >&5
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); } && { 3541 (exit $ac_status); } && {
3411 test -z "$ac_c_werror_flag" || 3542 test -z "$ac_c_werror_flag" ||
3412 test ! -s conftest.err 3543 test ! -s conftest.err
3413 } && test -s conftest.$ac_objext; then 3544 } && test -s conftest.$ac_objext; then
3414 ac_cv_prog_cc_g=yes 3545 ac_cv_prog_cc_g=yes
3415 else 3546 else
3416 echo "$as_me: failed program was:" >&5 3547 $as_echo "$as_me: failed program was:" >&5
3417 sed 's/^/| /' conftest.$ac_ext >&5 3548 sed 's/^/| /' conftest.$ac_ext >&5
3418 3549
3419 CFLAGS="" 3550 CFLAGS=""
3420 cat >conftest.$ac_ext <<_ACEOF 3551 cat >conftest.$ac_ext <<_ACEOF
3421 /* confdefs.h. */ 3552 /* confdefs.h. */
3436 if { (ac_try="$ac_compile" 3567 if { (ac_try="$ac_compile"
3437 case "(($ac_try" in 3568 case "(($ac_try" in
3438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3439 *) ac_try_echo=$ac_try;; 3570 *) ac_try_echo=$ac_try;;
3440 esac 3571 esac
3441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3573 $as_echo "$ac_try_echo") >&5
3442 (eval "$ac_compile") 2>conftest.er1 3574 (eval "$ac_compile") 2>conftest.er1
3443 ac_status=$? 3575 ac_status=$?
3444 grep -v '^ *+' conftest.er1 >conftest.err 3576 grep -v '^ *+' conftest.er1 >conftest.err
3445 rm -f conftest.er1 3577 rm -f conftest.er1
3446 cat conftest.err >&5 3578 cat conftest.err >&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); } && { 3580 (exit $ac_status); } && {
3449 test -z "$ac_c_werror_flag" || 3581 test -z "$ac_c_werror_flag" ||
3450 test ! -s conftest.err 3582 test ! -s conftest.err
3451 } && test -s conftest.$ac_objext; then 3583 } && test -s conftest.$ac_objext; then
3452 : 3584 :
3453 else 3585 else
3454 echo "$as_me: failed program was:" >&5 3586 $as_echo "$as_me: failed program was:" >&5
3455 sed 's/^/| /' conftest.$ac_ext >&5 3587 sed 's/^/| /' conftest.$ac_ext >&5
3456 3588
3457 ac_c_werror_flag=$ac_save_c_werror_flag 3589 ac_c_werror_flag=$ac_save_c_werror_flag
3458 CFLAGS="-g" 3590 CFLAGS="-g"
3459 cat >conftest.$ac_ext <<_ACEOF 3591 cat >conftest.$ac_ext <<_ACEOF
3475 if { (ac_try="$ac_compile" 3607 if { (ac_try="$ac_compile"
3476 case "(($ac_try" in 3608 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;; 3610 *) ac_try_echo=$ac_try;;
3479 esac 3611 esac
3480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3613 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compile") 2>conftest.er1 3614 (eval "$ac_compile") 2>conftest.er1
3482 ac_status=$? 3615 ac_status=$?
3483 grep -v '^ *+' conftest.er1 >conftest.err 3616 grep -v '^ *+' conftest.er1 >conftest.err
3484 rm -f conftest.er1 3617 rm -f conftest.er1
3485 cat conftest.err >&5 3618 cat conftest.err >&5
3486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); } && { 3620 (exit $ac_status); } && {
3488 test -z "$ac_c_werror_flag" || 3621 test -z "$ac_c_werror_flag" ||
3489 test ! -s conftest.err 3622 test ! -s conftest.err
3490 } && test -s conftest.$ac_objext; then 3623 } && test -s conftest.$ac_objext; then
3491 ac_cv_prog_cc_g=yes 3624 ac_cv_prog_cc_g=yes
3492 else 3625 else
3493 echo "$as_me: failed program was:" >&5 3626 $as_echo "$as_me: failed program was:" >&5
3494 sed 's/^/| /' conftest.$ac_ext >&5 3627 sed 's/^/| /' conftest.$ac_ext >&5
3495 3628
3496 3629
3497 fi 3630 fi
3498 3631
3503 fi 3636 fi
3504 3637
3505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3506 ac_c_werror_flag=$ac_save_c_werror_flag 3639 ac_c_werror_flag=$ac_save_c_werror_flag
3507 fi 3640 fi
3508 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3641 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3509 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3642 $as_echo "$ac_cv_prog_cc_g" >&6; }
3510 if test "$ac_test_CFLAGS" = set; then 3643 if test "$ac_test_CFLAGS" = set; then
3511 CFLAGS=$ac_save_CFLAGS 3644 CFLAGS=$ac_save_CFLAGS
3512 elif test $ac_cv_prog_cc_g = yes; then 3645 elif test $ac_cv_prog_cc_g = yes; then
3513 if test "$GCC" = yes; then 3646 if test "$GCC" = yes; then
3514 CFLAGS="-g -O2" 3647 CFLAGS="-g -O2"
3520 CFLAGS="-O2" 3653 CFLAGS="-O2"
3521 else 3654 else
3522 CFLAGS= 3655 CFLAGS=
3523 fi 3656 fi
3524 fi 3657 fi
3525 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3658 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3526 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3659 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3527 if test "${ac_cv_prog_cc_c89+set}" = set; then 3660 if test "${ac_cv_prog_cc_c89+set}" = set; then
3528 echo $ECHO_N "(cached) $ECHO_C" >&6 3661 $as_echo_n "(cached) " >&6
3529 else 3662 else
3530 ac_cv_prog_cc_c89=no 3663 ac_cv_prog_cc_c89=no
3531 ac_save_CC=$CC 3664 ac_save_CC=$CC
3532 cat >conftest.$ac_ext <<_ACEOF 3665 cat >conftest.$ac_ext <<_ACEOF
3533 /* confdefs.h. */ 3666 /* confdefs.h. */
3594 if { (ac_try="$ac_compile" 3727 if { (ac_try="$ac_compile"
3595 case "(($ac_try" in 3728 case "(($ac_try" in
3596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3597 *) ac_try_echo=$ac_try;; 3730 *) ac_try_echo=$ac_try;;
3598 esac 3731 esac
3599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3733 $as_echo "$ac_try_echo") >&5
3600 (eval "$ac_compile") 2>conftest.er1 3734 (eval "$ac_compile") 2>conftest.er1
3601 ac_status=$? 3735 ac_status=$?
3602 grep -v '^ *+' conftest.er1 >conftest.err 3736 grep -v '^ *+' conftest.er1 >conftest.err
3603 rm -f conftest.er1 3737 rm -f conftest.er1
3604 cat conftest.err >&5 3738 cat conftest.err >&5
3605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3606 (exit $ac_status); } && { 3740 (exit $ac_status); } && {
3607 test -z "$ac_c_werror_flag" || 3741 test -z "$ac_c_werror_flag" ||
3608 test ! -s conftest.err 3742 test ! -s conftest.err
3609 } && test -s conftest.$ac_objext; then 3743 } && test -s conftest.$ac_objext; then
3610 ac_cv_prog_cc_c89=$ac_arg 3744 ac_cv_prog_cc_c89=$ac_arg
3611 else 3745 else
3612 echo "$as_me: failed program was:" >&5 3746 $as_echo "$as_me: failed program was:" >&5
3613 sed 's/^/| /' conftest.$ac_ext >&5 3747 sed 's/^/| /' conftest.$ac_ext >&5
3614 3748
3615 3749
3616 fi 3750 fi
3617 3751
3623 3757
3624 fi 3758 fi
3625 # AC_CACHE_VAL 3759 # AC_CACHE_VAL
3626 case "x$ac_cv_prog_cc_c89" in 3760 case "x$ac_cv_prog_cc_c89" in
3627 x) 3761 x)
3628 { echo "$as_me:$LINENO: result: none needed" >&5 3762 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3629 echo "${ECHO_T}none needed" >&6; } ;; 3763 $as_echo "none needed" >&6; } ;;
3630 xno) 3764 xno)
3631 { echo "$as_me:$LINENO: result: unsupported" >&5 3765 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3632 echo "${ECHO_T}unsupported" >&6; } ;; 3766 $as_echo "unsupported" >&6; } ;;
3633 *) 3767 *)
3634 CC="$CC $ac_cv_prog_cc_c89" 3768 CC="$CC $ac_cv_prog_cc_c89"
3635 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3769 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3636 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3770 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3637 esac 3771 esac
3638 3772
3639 3773
3640 ac_ext=c 3774 ac_ext=c
3641 ac_cpp='$CPP $CPPFLAGS' 3775 ac_cpp='$CPP $CPPFLAGS'
3651 3785
3652 ## If not using gcc, and on Solaris, and no CPP specified, see if 3786 ## If not using gcc, and on Solaris, and no CPP specified, see if
3653 ## using a Sun compiler, which needs -Xs to prevent whitespace. 3787 ## using a Sun compiler, which needs -Xs to prevent whitespace.
3654 if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \ 3788 if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
3655 test x"$CPP" = x; then 3789 test x"$CPP" = x; then
3656 { echo "$as_me:$LINENO: checking whether we are using a Sun C compiler" >&5 3790 { $as_echo "$as_me:$LINENO: checking whether we are using a Sun C compiler" >&5
3657 echo $ECHO_N "checking whether we are using a Sun C compiler... $ECHO_C" >&6; } 3791 $as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
3658 3792
3659 if test "${emacs_cv_sunpro_c+set}" = set; then 3793 if test "${emacs_cv_sunpro_c+set}" = set; then
3660 echo $ECHO_N "(cached) $ECHO_C" >&6 3794 $as_echo_n "(cached) " >&6
3661 else 3795 else
3662 cat >conftest.$ac_ext <<_ACEOF 3796 cat >conftest.$ac_ext <<_ACEOF
3663 /* confdefs.h. */ 3797 /* confdefs.h. */
3664 _ACEOF 3798 _ACEOF
3665 cat confdefs.h >>conftest.$ac_ext 3799 cat confdefs.h >>conftest.$ac_ext
3681 if { (ac_try="$ac_link" 3815 if { (ac_try="$ac_link"
3682 case "(($ac_try" in 3816 case "(($ac_try" in
3683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3684 *) ac_try_echo=$ac_try;; 3818 *) ac_try_echo=$ac_try;;
3685 esac 3819 esac
3686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3821 $as_echo "$ac_try_echo") >&5
3687 (eval "$ac_link") 2>conftest.er1 3822 (eval "$ac_link") 2>conftest.er1
3688 ac_status=$? 3823 ac_status=$?
3689 grep -v '^ *+' conftest.er1 >conftest.err 3824 grep -v '^ *+' conftest.er1 >conftest.err
3690 rm -f conftest.er1 3825 rm -f conftest.er1
3691 cat conftest.err >&5 3826 cat conftest.err >&5
3692 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693 (exit $ac_status); } && { 3828 (exit $ac_status); } && {
3694 test -z "$ac_c_werror_flag" || 3829 test -z "$ac_c_werror_flag" ||
3695 test ! -s conftest.err 3830 test ! -s conftest.err
3696 } && test -s conftest$ac_exeext && 3831 } && test -s conftest$ac_exeext && {
3697 $as_test_x conftest$ac_exeext; then 3832 test "$cross_compiling" = yes ||
3833 $as_test_x conftest$ac_exeext
3834 }; then
3698 emacs_cv_sunpro_c=yes 3835 emacs_cv_sunpro_c=yes
3699 else 3836 else
3700 echo "$as_me: failed program was:" >&5 3837 $as_echo "$as_me: failed program was:" >&5
3701 sed 's/^/| /' conftest.$ac_ext >&5 3838 sed 's/^/| /' conftest.$ac_ext >&5
3702 3839
3703 emacs_cv_sunpro_c=no 3840 emacs_cv_sunpro_c=no
3704 fi 3841 fi
3705 3842
3843 rm -rf conftest.dSYM
3706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3707 conftest$ac_exeext conftest.$ac_ext 3845 conftest$ac_exeext conftest.$ac_ext
3708 fi 3846 fi
3709 3847
3710 { echo "$as_me:$LINENO: result: $emacs_cv_sunpro_c" >&5 3848 { $as_echo "$as_me:$LINENO: result: $emacs_cv_sunpro_c" >&5
3711 echo "${ECHO_T}$emacs_cv_sunpro_c" >&6; } 3849 $as_echo "$emacs_cv_sunpro_c" >&6; }
3712 3850
3713 if test x"$emacs_cv_sunpro_c" = xyes; then 3851 if test x"$emacs_cv_sunpro_c" = xyes; then
3714 NON_GNU_CPP="$CC -E -Xs" 3852 NON_GNU_CPP="$CC -E -Xs"
3715 fi 3853 fi
3716 fi 3854 fi
3740 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x 3878 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
3741 then 3879 then
3742 CC="$CC $NON_GCC_TEST_OPTIONS" 3880 CC="$CC $NON_GCC_TEST_OPTIONS"
3743 fi 3881 fi
3744 3882
3745
3746 cat >>confdefs.h <<\_ACEOF
3747 #define _GNU_SOURCE 1
3748 _ACEOF
3749
3750
3751 ac_ext=c 3883 ac_ext=c
3752 ac_cpp='$CPP $CPPFLAGS' 3884 ac_cpp='$CPP $CPPFLAGS'
3753 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3885 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3754 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3886 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3755 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3887 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3756 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3888 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3757 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3889 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3758 # On Suns, sometimes $CPP names a directory. 3890 # On Suns, sometimes $CPP names a directory.
3759 if test -n "$CPP" && test -d "$CPP"; then 3891 if test -n "$CPP" && test -d "$CPP"; then
3760 CPP= 3892 CPP=
3761 fi 3893 fi
3762 if test -z "$CPP"; then 3894 if test -z "$CPP"; then
3763 if test "${ac_cv_prog_CPP+set}" = set; then 3895 if test "${ac_cv_prog_CPP+set}" = set; then
3764 echo $ECHO_N "(cached) $ECHO_C" >&6 3896 $as_echo_n "(cached) " >&6
3765 else 3897 else
3766 # Double quotes because CPP needs to be expanded 3898 # Double quotes because CPP needs to be expanded
3767 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3899 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3768 do 3900 do
3769 ac_preproc_ok=false 3901 ac_preproc_ok=false
3791 if { (ac_try="$ac_cpp conftest.$ac_ext" 3923 if { (ac_try="$ac_cpp conftest.$ac_ext"
3792 case "(($ac_try" in 3924 case "(($ac_try" in
3793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3794 *) ac_try_echo=$ac_try;; 3926 *) ac_try_echo=$ac_try;;
3795 esac 3927 esac
3796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3929 $as_echo "$ac_try_echo") >&5
3797 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3930 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3798 ac_status=$? 3931 ac_status=$?
3799 grep -v '^ *+' conftest.er1 >conftest.err 3932 grep -v '^ *+' conftest.er1 >conftest.err
3800 rm -f conftest.er1 3933 rm -f conftest.er1
3801 cat conftest.err >&5 3934 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3803 (exit $ac_status); } >/dev/null && { 3936 (exit $ac_status); } >/dev/null && {
3804 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3937 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3805 test ! -s conftest.err 3938 test ! -s conftest.err
3806 }; then 3939 }; then
3807 : 3940 :
3808 else 3941 else
3809 echo "$as_me: failed program was:" >&5 3942 $as_echo "$as_me: failed program was:" >&5
3810 sed 's/^/| /' conftest.$ac_ext >&5 3943 sed 's/^/| /' conftest.$ac_ext >&5
3811 3944
3812 # Broken: fails on valid input. 3945 # Broken: fails on valid input.
3813 continue 3946 continue
3814 fi 3947 fi
3828 if { (ac_try="$ac_cpp conftest.$ac_ext" 3961 if { (ac_try="$ac_cpp conftest.$ac_ext"
3829 case "(($ac_try" in 3962 case "(($ac_try" in
3830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3831 *) ac_try_echo=$ac_try;; 3964 *) ac_try_echo=$ac_try;;
3832 esac 3965 esac
3833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3967 $as_echo "$ac_try_echo") >&5
3834 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3968 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3835 ac_status=$? 3969 ac_status=$?
3836 grep -v '^ *+' conftest.er1 >conftest.err 3970 grep -v '^ *+' conftest.er1 >conftest.err
3837 rm -f conftest.er1 3971 rm -f conftest.er1
3838 cat conftest.err >&5 3972 cat conftest.err >&5
3839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3840 (exit $ac_status); } >/dev/null && { 3974 (exit $ac_status); } >/dev/null && {
3841 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3975 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3842 test ! -s conftest.err 3976 test ! -s conftest.err
3843 }; then 3977 }; then
3844 # Broken: success on invalid input. 3978 # Broken: success on invalid input.
3845 continue 3979 continue
3846 else 3980 else
3847 echo "$as_me: failed program was:" >&5 3981 $as_echo "$as_me: failed program was:" >&5
3848 sed 's/^/| /' conftest.$ac_ext >&5 3982 sed 's/^/| /' conftest.$ac_ext >&5
3849 3983
3850 # Passes both tests. 3984 # Passes both tests.
3851 ac_preproc_ok=: 3985 ac_preproc_ok=:
3852 break 3986 break
3867 fi 4001 fi
3868 CPP=$ac_cv_prog_CPP 4002 CPP=$ac_cv_prog_CPP
3869 else 4003 else
3870 ac_cv_prog_CPP=$CPP 4004 ac_cv_prog_CPP=$CPP
3871 fi 4005 fi
3872 { echo "$as_me:$LINENO: result: $CPP" >&5 4006 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3873 echo "${ECHO_T}$CPP" >&6; } 4007 $as_echo "$CPP" >&6; }
3874 ac_preproc_ok=false 4008 ac_preproc_ok=false
3875 for ac_c_preproc_warn_flag in '' yes 4009 for ac_c_preproc_warn_flag in '' yes
3876 do 4010 do
3877 # Use a header file that comes with gcc, so configuring glibc 4011 # Use a header file that comes with gcc, so configuring glibc
3878 # with a fresh cross-compiler works. 4012 # with a fresh cross-compiler works.
3896 if { (ac_try="$ac_cpp conftest.$ac_ext" 4030 if { (ac_try="$ac_cpp conftest.$ac_ext"
3897 case "(($ac_try" in 4031 case "(($ac_try" in
3898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3899 *) ac_try_echo=$ac_try;; 4033 *) ac_try_echo=$ac_try;;
3900 esac 4034 esac
3901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4036 $as_echo "$ac_try_echo") >&5
3902 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4037 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3903 ac_status=$? 4038 ac_status=$?
3904 grep -v '^ *+' conftest.er1 >conftest.err 4039 grep -v '^ *+' conftest.er1 >conftest.err
3905 rm -f conftest.er1 4040 rm -f conftest.er1
3906 cat conftest.err >&5 4041 cat conftest.err >&5
3907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3908 (exit $ac_status); } >/dev/null && { 4043 (exit $ac_status); } >/dev/null && {
3909 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4044 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3910 test ! -s conftest.err 4045 test ! -s conftest.err
3911 }; then 4046 }; then
3912 : 4047 :
3913 else 4048 else
3914 echo "$as_me: failed program was:" >&5 4049 $as_echo "$as_me: failed program was:" >&5
3915 sed 's/^/| /' conftest.$ac_ext >&5 4050 sed 's/^/| /' conftest.$ac_ext >&5
3916 4051
3917 # Broken: fails on valid input. 4052 # Broken: fails on valid input.
3918 continue 4053 continue
3919 fi 4054 fi
3933 if { (ac_try="$ac_cpp conftest.$ac_ext" 4068 if { (ac_try="$ac_cpp conftest.$ac_ext"
3934 case "(($ac_try" in 4069 case "(($ac_try" in
3935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3936 *) ac_try_echo=$ac_try;; 4071 *) ac_try_echo=$ac_try;;
3937 esac 4072 esac
3938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4074 $as_echo "$ac_try_echo") >&5
3939 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4075 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3940 ac_status=$? 4076 ac_status=$?
3941 grep -v '^ *+' conftest.er1 >conftest.err 4077 grep -v '^ *+' conftest.er1 >conftest.err
3942 rm -f conftest.er1 4078 rm -f conftest.er1
3943 cat conftest.err >&5 4079 cat conftest.err >&5
3944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3945 (exit $ac_status); } >/dev/null && { 4081 (exit $ac_status); } >/dev/null && {
3946 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4082 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3947 test ! -s conftest.err 4083 test ! -s conftest.err
3948 }; then 4084 }; then
3949 # Broken: success on invalid input. 4085 # Broken: success on invalid input.
3950 continue 4086 continue
3951 else 4087 else
3952 echo "$as_me: failed program was:" >&5 4088 $as_echo "$as_me: failed program was:" >&5
3953 sed 's/^/| /' conftest.$ac_ext >&5 4089 sed 's/^/| /' conftest.$ac_ext >&5
3954 4090
3955 # Passes both tests. 4091 # Passes both tests.
3956 ac_preproc_ok=: 4092 ac_preproc_ok=:
3957 break 4093 break
3963 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4099 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3964 rm -f conftest.err conftest.$ac_ext 4100 rm -f conftest.err conftest.$ac_ext
3965 if $ac_preproc_ok; then 4101 if $ac_preproc_ok; then
3966 : 4102 :
3967 else 4103 else
3968 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4104 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3969 See \`config.log' for more details." >&5 4105 See \`config.log' for more details." >&5
3970 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4106 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3971 See \`config.log' for more details." >&2;} 4107 See \`config.log' for more details." >&2;}
3972 { (exit 1); exit 1; }; } 4108 { (exit 1); exit 1; }; }
3973 fi 4109 fi
3974 4110
3975 ac_ext=c 4111 ac_ext=c
3977 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4113 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3978 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4114 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3979 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4115 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3980 4116
3981 4117
3982 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4118 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3983 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4119 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3984 if test "${ac_cv_path_GREP+set}" = set; then 4120 if test "${ac_cv_path_GREP+set}" = set; then
3985 echo $ECHO_N "(cached) $ECHO_C" >&6 4121 $as_echo_n "(cached) " >&6
3986 else 4122 else
3987 # Extract the first word of "grep ggrep" to use in msg output 4123 if test -z "$GREP"; then
3988 if test -z "$GREP"; then
3989 set dummy grep ggrep; ac_prog_name=$2
3990 if test "${ac_cv_path_GREP+set}" = set; then
3991 echo $ECHO_N "(cached) $ECHO_C" >&6
3992 else
3993 ac_path_GREP_found=false 4124 ac_path_GREP_found=false
3994 # Loop through the user's path and test for each of PROGNAME-LIST 4125 # Loop through the user's path and test for each of PROGNAME-LIST
3995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3996 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4127 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3997 do 4128 do
3998 IFS=$as_save_IFS 4129 IFS=$as_save_IFS
3999 test -z "$as_dir" && as_dir=. 4130 test -z "$as_dir" && as_dir=.
4000 for ac_prog in grep ggrep; do 4131 for ac_prog in grep ggrep; do
4001 for ac_exec_ext in '' $ac_executable_extensions; do 4132 for ac_exec_ext in '' $ac_executable_extensions; do
4002 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4133 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4003 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4134 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4004 # Check for GNU ac_path_GREP and select it if it is found. 4135 # Check for GNU ac_path_GREP and select it if it is found.
4005 # Check for GNU $ac_path_GREP 4136 # Check for GNU $ac_path_GREP
4006 case `"$ac_path_GREP" --version 2>&1` in 4137 case `"$ac_path_GREP" --version 2>&1` in
4007 *GNU*) 4138 *GNU*)
4008 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4139 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4009 *) 4140 *)
4010 ac_count=0 4141 ac_count=0
4011 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4142 $as_echo_n 0123456789 >"conftest.in"
4012 while : 4143 while :
4013 do 4144 do
4014 cat "conftest.in" "conftest.in" >"conftest.tmp" 4145 cat "conftest.in" "conftest.in" >"conftest.tmp"
4015 mv "conftest.tmp" "conftest.in" 4146 mv "conftest.tmp" "conftest.in"
4016 cp "conftest.in" "conftest.nl" 4147 cp "conftest.in" "conftest.nl"
4017 echo 'GREP' >> "conftest.nl" 4148 $as_echo 'GREP' >> "conftest.nl"
4018 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4149 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4019 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4150 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4020 ac_count=`expr $ac_count + 1` 4151 ac_count=`expr $ac_count + 1`
4021 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4152 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4022 # Best one so far, save it but keep looking for a better one 4153 # Best one so far, save it but keep looking for a better one
4027 test $ac_count -gt 10 && break 4158 test $ac_count -gt 10 && break
4028 done 4159 done
4029 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4160 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4030 esac 4161 esac
4031 4162
4032 4163 $ac_path_GREP_found && break 3
4033 $ac_path_GREP_found && break 3 4164 done
4034 done 4165 done
4035 done 4166 done
4036
4037 done
4038 IFS=$as_save_IFS 4167 IFS=$as_save_IFS
4039 4168 if test -z "$ac_cv_path_GREP"; then
4040 4169 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4041 fi 4170 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4042
4043 GREP="$ac_cv_path_GREP"
4044 if test -z "$GREP"; then
4045 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4046 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4047 { (exit 1); exit 1; }; } 4171 { (exit 1); exit 1; }; }
4048 fi 4172 fi
4049
4050 else 4173 else
4051 ac_cv_path_GREP=$GREP 4174 ac_cv_path_GREP=$GREP
4052 fi 4175 fi
4053 4176
4054 4177 fi
4055 fi 4178 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4056 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4179 $as_echo "$ac_cv_path_GREP" >&6; }
4057 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4058 GREP="$ac_cv_path_GREP" 4180 GREP="$ac_cv_path_GREP"
4059 4181
4060 4182
4061 { echo "$as_me:$LINENO: checking for egrep" >&5 4183 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4062 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4184 $as_echo_n "checking for egrep... " >&6; }
4063 if test "${ac_cv_path_EGREP+set}" = set; then 4185 if test "${ac_cv_path_EGREP+set}" = set; then
4064 echo $ECHO_N "(cached) $ECHO_C" >&6 4186 $as_echo_n "(cached) " >&6
4065 else 4187 else
4066 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4188 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4067 then ac_cv_path_EGREP="$GREP -E" 4189 then ac_cv_path_EGREP="$GREP -E"
4068 else 4190 else
4069 # Extract the first word of "egrep" to use in msg output 4191 if test -z "$EGREP"; then
4070 if test -z "$EGREP"; then
4071 set dummy egrep; ac_prog_name=$2
4072 if test "${ac_cv_path_EGREP+set}" = set; then
4073 echo $ECHO_N "(cached) $ECHO_C" >&6
4074 else
4075 ac_path_EGREP_found=false 4192 ac_path_EGREP_found=false
4076 # Loop through the user's path and test for each of PROGNAME-LIST 4193 # Loop through the user's path and test for each of PROGNAME-LIST
4077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4078 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4195 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4079 do 4196 do
4080 IFS=$as_save_IFS 4197 IFS=$as_save_IFS
4081 test -z "$as_dir" && as_dir=. 4198 test -z "$as_dir" && as_dir=.
4082 for ac_prog in egrep; do 4199 for ac_prog in egrep; do
4083 for ac_exec_ext in '' $ac_executable_extensions; do 4200 for ac_exec_ext in '' $ac_executable_extensions; do
4084 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4201 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4085 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4202 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4086 # Check for GNU ac_path_EGREP and select it if it is found. 4203 # Check for GNU ac_path_EGREP and select it if it is found.
4087 # Check for GNU $ac_path_EGREP 4204 # Check for GNU $ac_path_EGREP
4088 case `"$ac_path_EGREP" --version 2>&1` in 4205 case `"$ac_path_EGREP" --version 2>&1` in
4089 *GNU*) 4206 *GNU*)
4090 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4207 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4091 *) 4208 *)
4092 ac_count=0 4209 ac_count=0
4093 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4210 $as_echo_n 0123456789 >"conftest.in"
4094 while : 4211 while :
4095 do 4212 do
4096 cat "conftest.in" "conftest.in" >"conftest.tmp" 4213 cat "conftest.in" "conftest.in" >"conftest.tmp"
4097 mv "conftest.tmp" "conftest.in" 4214 mv "conftest.tmp" "conftest.in"
4098 cp "conftest.in" "conftest.nl" 4215 cp "conftest.in" "conftest.nl"
4099 echo 'EGREP' >> "conftest.nl" 4216 $as_echo 'EGREP' >> "conftest.nl"
4100 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4217 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4101 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4218 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4102 ac_count=`expr $ac_count + 1` 4219 ac_count=`expr $ac_count + 1`
4103 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4220 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4104 # Best one so far, save it but keep looking for a better one 4221 # Best one so far, save it but keep looking for a better one
4109 test $ac_count -gt 10 && break 4226 test $ac_count -gt 10 && break
4110 done 4227 done
4111 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4228 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4112 esac 4229 esac
4113 4230
4114 4231 $ac_path_EGREP_found && break 3
4115 $ac_path_EGREP_found && break 3 4232 done
4116 done 4233 done
4117 done 4234 done
4118
4119 done
4120 IFS=$as_save_IFS 4235 IFS=$as_save_IFS
4121 4236 if test -z "$ac_cv_path_EGREP"; then
4122 4237 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4123 fi 4238 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4124
4125 EGREP="$ac_cv_path_EGREP"
4126 if test -z "$EGREP"; then
4127 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4128 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4129 { (exit 1); exit 1; }; } 4239 { (exit 1); exit 1; }; }
4130 fi 4240 fi
4131
4132 else 4241 else
4133 ac_cv_path_EGREP=$EGREP 4242 ac_cv_path_EGREP=$EGREP
4134 fi 4243 fi
4135 4244
4136
4137 fi 4245 fi
4138 fi 4246 fi
4139 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4247 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4140 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4248 $as_echo "$ac_cv_path_EGREP" >&6; }
4141 EGREP="$ac_cv_path_EGREP" 4249 EGREP="$ac_cv_path_EGREP"
4142 4250
4143 4251
4144 4252 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4145 { echo "$as_me:$LINENO: checking for AIX" >&5 4253 $as_echo_n "checking for ANSI C header files... " >&6; }
4146 echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
4147 cat >conftest.$ac_ext <<_ACEOF
4148 /* confdefs.h. */
4149 _ACEOF
4150 cat confdefs.h >>conftest.$ac_ext
4151 cat >>conftest.$ac_ext <<_ACEOF
4152 /* end confdefs.h. */
4153 #ifdef _AIX
4154 yes
4155 #endif
4156
4157 _ACEOF
4158 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4159 $EGREP "yes" >/dev/null 2>&1; then
4160 { echo "$as_me:$LINENO: result: yes" >&5
4161 echo "${ECHO_T}yes" >&6; }
4162 cat >>confdefs.h <<\_ACEOF
4163 #define _ALL_SOURCE 1
4164 _ACEOF
4165
4166 else
4167 { echo "$as_me:$LINENO: result: no" >&5
4168 echo "${ECHO_T}no" >&6; }
4169 fi
4170 rm -f conftest*
4171
4172
4173 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4174 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4175 if test "${ac_cv_header_stdc+set}" = set; then 4254 if test "${ac_cv_header_stdc+set}" = set; then
4176 echo $ECHO_N "(cached) $ECHO_C" >&6 4255 $as_echo_n "(cached) " >&6
4177 else 4256 else
4178 cat >conftest.$ac_ext <<_ACEOF 4257 cat >conftest.$ac_ext <<_ACEOF
4179 /* confdefs.h. */ 4258 /* confdefs.h. */
4180 _ACEOF 4259 _ACEOF
4181 cat confdefs.h >>conftest.$ac_ext 4260 cat confdefs.h >>conftest.$ac_ext
4198 if { (ac_try="$ac_compile" 4277 if { (ac_try="$ac_compile"
4199 case "(($ac_try" in 4278 case "(($ac_try" in
4200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4201 *) ac_try_echo=$ac_try;; 4280 *) ac_try_echo=$ac_try;;
4202 esac 4281 esac
4203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4283 $as_echo "$ac_try_echo") >&5
4204 (eval "$ac_compile") 2>conftest.er1 4284 (eval "$ac_compile") 2>conftest.er1
4205 ac_status=$? 4285 ac_status=$?
4206 grep -v '^ *+' conftest.er1 >conftest.err 4286 grep -v '^ *+' conftest.er1 >conftest.err
4207 rm -f conftest.er1 4287 rm -f conftest.er1
4208 cat conftest.err >&5 4288 cat conftest.err >&5
4209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4210 (exit $ac_status); } && { 4290 (exit $ac_status); } && {
4211 test -z "$ac_c_werror_flag" || 4291 test -z "$ac_c_werror_flag" ||
4212 test ! -s conftest.err 4292 test ! -s conftest.err
4213 } && test -s conftest.$ac_objext; then 4293 } && test -s conftest.$ac_objext; then
4214 ac_cv_header_stdc=yes 4294 ac_cv_header_stdc=yes
4215 else 4295 else
4216 echo "$as_me: failed program was:" >&5 4296 $as_echo "$as_me: failed program was:" >&5
4217 sed 's/^/| /' conftest.$ac_ext >&5 4297 sed 's/^/| /' conftest.$ac_ext >&5
4218 4298
4219 ac_cv_header_stdc=no 4299 ac_cv_header_stdc=no
4220 fi 4300 fi
4221 4301
4303 if { (ac_try="$ac_link" 4383 if { (ac_try="$ac_link"
4304 case "(($ac_try" in 4384 case "(($ac_try" in
4305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4306 *) ac_try_echo=$ac_try;; 4386 *) ac_try_echo=$ac_try;;
4307 esac 4387 esac
4308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4389 $as_echo "$ac_try_echo") >&5
4309 (eval "$ac_link") 2>&5 4390 (eval "$ac_link") 2>&5
4310 ac_status=$? 4391 ac_status=$?
4311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4312 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4393 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4313 { (case "(($ac_try" in 4394 { (case "(($ac_try" in
4314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4315 *) ac_try_echo=$ac_try;; 4396 *) ac_try_echo=$ac_try;;
4316 esac 4397 esac
4317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4399 $as_echo "$ac_try_echo") >&5
4318 (eval "$ac_try") 2>&5 4400 (eval "$ac_try") 2>&5
4319 ac_status=$? 4401 ac_status=$?
4320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4321 (exit $ac_status); }; }; then 4403 (exit $ac_status); }; }; then
4322 : 4404 :
4323 else 4405 else
4324 echo "$as_me: program exited with status $ac_status" >&5 4406 $as_echo "$as_me: program exited with status $ac_status" >&5
4325 echo "$as_me: failed program was:" >&5 4407 $as_echo "$as_me: failed program was:" >&5
4326 sed 's/^/| /' conftest.$ac_ext >&5 4408 sed 's/^/| /' conftest.$ac_ext >&5
4327 4409
4328 ( exit $ac_status ) 4410 ( exit $ac_status )
4329 ac_cv_header_stdc=no 4411 ac_cv_header_stdc=no
4330 fi 4412 fi
4413 rm -rf conftest.dSYM
4331 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4414 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4332 fi 4415 fi
4333 4416
4334 4417
4335 fi 4418 fi
4336 fi 4419 fi
4337 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4420 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4338 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4421 $as_echo "$ac_cv_header_stdc" >&6; }
4339 if test $ac_cv_header_stdc = yes; then 4422 if test $ac_cv_header_stdc = yes; then
4340 4423
4341 cat >>confdefs.h <<\_ACEOF 4424 cat >>confdefs.h <<\_ACEOF
4342 #define STDC_HEADERS 1 4425 #define STDC_HEADERS 1
4343 _ACEOF 4426 _ACEOF
4355 4438
4356 4439
4357 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4440 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4358 inttypes.h stdint.h unistd.h 4441 inttypes.h stdint.h unistd.h
4359 do 4442 do
4360 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4443 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4361 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4444 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4445 $as_echo_n "checking for $ac_header... " >&6; }
4363 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4364 echo $ECHO_N "(cached) $ECHO_C" >&6 4447 $as_echo_n "(cached) " >&6
4365 else 4448 else
4366 cat >conftest.$ac_ext <<_ACEOF 4449 cat >conftest.$ac_ext <<_ACEOF
4367 /* confdefs.h. */ 4450 /* confdefs.h. */
4368 _ACEOF 4451 _ACEOF
4369 cat confdefs.h >>conftest.$ac_ext 4452 cat confdefs.h >>conftest.$ac_ext
4377 if { (ac_try="$ac_compile" 4460 if { (ac_try="$ac_compile"
4378 case "(($ac_try" in 4461 case "(($ac_try" in
4379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380 *) ac_try_echo=$ac_try;; 4463 *) ac_try_echo=$ac_try;;
4381 esac 4464 esac
4382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4466 $as_echo "$ac_try_echo") >&5
4383 (eval "$ac_compile") 2>conftest.er1 4467 (eval "$ac_compile") 2>conftest.er1
4384 ac_status=$? 4468 ac_status=$?
4385 grep -v '^ *+' conftest.er1 >conftest.err 4469 grep -v '^ *+' conftest.er1 >conftest.err
4386 rm -f conftest.er1 4470 rm -f conftest.er1
4387 cat conftest.err >&5 4471 cat conftest.err >&5
4388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4389 (exit $ac_status); } && { 4473 (exit $ac_status); } && {
4390 test -z "$ac_c_werror_flag" || 4474 test -z "$ac_c_werror_flag" ||
4391 test ! -s conftest.err 4475 test ! -s conftest.err
4392 } && test -s conftest.$ac_objext; then 4476 } && test -s conftest.$ac_objext; then
4393 eval "$as_ac_Header=yes" 4477 eval "$as_ac_Header=yes"
4394 else 4478 else
4395 echo "$as_me: failed program was:" >&5 4479 $as_echo "$as_me: failed program was:" >&5
4396 sed 's/^/| /' conftest.$ac_ext >&5 4480 sed 's/^/| /' conftest.$ac_ext >&5
4397 4481
4398 eval "$as_ac_Header=no" 4482 eval "$as_ac_Header=no"
4399 fi 4483 fi
4400 4484
4401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4402 fi 4486 fi
4403 ac_res=`eval echo '${'$as_ac_Header'}'` 4487 ac_res=`eval 'as_val=${'$as_ac_Header'}
4404 { echo "$as_me:$LINENO: result: $ac_res" >&5 4488 $as_echo "$as_val"'`
4405 echo "${ECHO_T}$ac_res" >&6; } 4489 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4406 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4490 $as_echo "$ac_res" >&6; }
4491 if test `eval 'as_val=${'$as_ac_Header'}
4492 $as_echo "$as_val"'` = yes; then
4407 cat >>confdefs.h <<_ACEOF 4493 cat >>confdefs.h <<_ACEOF
4408 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4494 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4409 _ACEOF 4495 _ACEOF
4410 4496
4411 fi 4497 fi
4412 4498
4413 done 4499 done
4414 4500
4415 4501
4502
4503 if test "${ac_cv_header_minix_config_h+set}" = set; then
4504 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
4505 $as_echo_n "checking for minix/config.h... " >&6; }
4416 if test "${ac_cv_header_minix_config_h+set}" = set; then 4506 if test "${ac_cv_header_minix_config_h+set}" = set; then
4417 { echo "$as_me:$LINENO: checking for minix/config.h" >&5 4507 $as_echo_n "(cached) " >&6
4418 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } 4508 fi
4419 if test "${ac_cv_header_minix_config_h+set}" = set; then 4509 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4420 echo $ECHO_N "(cached) $ECHO_C" >&6 4510 $as_echo "$ac_cv_header_minix_config_h" >&6; }
4421 fi
4422 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4423 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; }
4424 else 4511 else
4425 # Is the header compilable? 4512 # Is the header compilable?
4426 { echo "$as_me:$LINENO: checking minix/config.h usability" >&5 4513 { $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
4427 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } 4514 $as_echo_n "checking minix/config.h usability... " >&6; }
4428 cat >conftest.$ac_ext <<_ACEOF 4515 cat >conftest.$ac_ext <<_ACEOF
4429 /* confdefs.h. */ 4516 /* confdefs.h. */
4430 _ACEOF 4517 _ACEOF
4431 cat confdefs.h >>conftest.$ac_ext 4518 cat confdefs.h >>conftest.$ac_ext
4432 cat >>conftest.$ac_ext <<_ACEOF 4519 cat >>conftest.$ac_ext <<_ACEOF
4438 if { (ac_try="$ac_compile" 4525 if { (ac_try="$ac_compile"
4439 case "(($ac_try" in 4526 case "(($ac_try" in
4440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4441 *) ac_try_echo=$ac_try;; 4528 *) ac_try_echo=$ac_try;;
4442 esac 4529 esac
4443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4531 $as_echo "$ac_try_echo") >&5
4444 (eval "$ac_compile") 2>conftest.er1 4532 (eval "$ac_compile") 2>conftest.er1
4445 ac_status=$? 4533 ac_status=$?
4446 grep -v '^ *+' conftest.er1 >conftest.err 4534 grep -v '^ *+' conftest.er1 >conftest.err
4447 rm -f conftest.er1 4535 rm -f conftest.er1
4448 cat conftest.err >&5 4536 cat conftest.err >&5
4449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4450 (exit $ac_status); } && { 4538 (exit $ac_status); } && {
4451 test -z "$ac_c_werror_flag" || 4539 test -z "$ac_c_werror_flag" ||
4452 test ! -s conftest.err 4540 test ! -s conftest.err
4453 } && test -s conftest.$ac_objext; then 4541 } && test -s conftest.$ac_objext; then
4454 ac_header_compiler=yes 4542 ac_header_compiler=yes
4455 else 4543 else
4456 echo "$as_me: failed program was:" >&5 4544 $as_echo "$as_me: failed program was:" >&5
4457 sed 's/^/| /' conftest.$ac_ext >&5 4545 sed 's/^/| /' conftest.$ac_ext >&5
4458 4546
4459 ac_header_compiler=no 4547 ac_header_compiler=no
4460 fi 4548 fi
4461 4549
4462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4463 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4551 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4464 echo "${ECHO_T}$ac_header_compiler" >&6; } 4552 $as_echo "$ac_header_compiler" >&6; }
4465 4553
4466 # Is the header present? 4554 # Is the header present?
4467 { echo "$as_me:$LINENO: checking minix/config.h presence" >&5 4555 { $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
4468 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } 4556 $as_echo_n "checking minix/config.h presence... " >&6; }
4469 cat >conftest.$ac_ext <<_ACEOF 4557 cat >conftest.$ac_ext <<_ACEOF
4470 /* confdefs.h. */ 4558 /* confdefs.h. */
4471 _ACEOF 4559 _ACEOF
4472 cat confdefs.h >>conftest.$ac_ext 4560 cat confdefs.h >>conftest.$ac_ext
4473 cat >>conftest.$ac_ext <<_ACEOF 4561 cat >>conftest.$ac_ext <<_ACEOF
4477 if { (ac_try="$ac_cpp conftest.$ac_ext" 4565 if { (ac_try="$ac_cpp conftest.$ac_ext"
4478 case "(($ac_try" in 4566 case "(($ac_try" in
4479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4480 *) ac_try_echo=$ac_try;; 4568 *) ac_try_echo=$ac_try;;
4481 esac 4569 esac
4482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4571 $as_echo "$ac_try_echo") >&5
4483 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4484 ac_status=$? 4573 ac_status=$?
4485 grep -v '^ *+' conftest.er1 >conftest.err 4574 grep -v '^ *+' conftest.er1 >conftest.err
4486 rm -f conftest.er1 4575 rm -f conftest.er1
4487 cat conftest.err >&5 4576 cat conftest.err >&5
4488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4489 (exit $ac_status); } >/dev/null && { 4578 (exit $ac_status); } >/dev/null && {
4490 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4491 test ! -s conftest.err 4580 test ! -s conftest.err
4492 }; then 4581 }; then
4493 ac_header_preproc=yes 4582 ac_header_preproc=yes
4494 else 4583 else
4495 echo "$as_me: failed program was:" >&5 4584 $as_echo "$as_me: failed program was:" >&5
4496 sed 's/^/| /' conftest.$ac_ext >&5 4585 sed 's/^/| /' conftest.$ac_ext >&5
4497 4586
4498 ac_header_preproc=no 4587 ac_header_preproc=no
4499 fi 4588 fi
4500 4589
4501 rm -f conftest.err conftest.$ac_ext 4590 rm -f conftest.err conftest.$ac_ext
4502 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4591 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4503 echo "${ECHO_T}$ac_header_preproc" >&6; } 4592 $as_echo "$ac_header_preproc" >&6; }
4504 4593
4505 # So? What about this header? 4594 # So? What about this header?
4506 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4595 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4507 yes:no: ) 4596 yes:no: )
4508 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 4597 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
4509 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4598 $as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4510 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 4599 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
4511 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} 4600 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
4512 ac_header_preproc=yes 4601 ac_header_preproc=yes
4513 ;; 4602 ;;
4514 no:yes:* ) 4603 no:yes:* )
4515 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 4604 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
4516 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} 4605 $as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
4517 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 4606 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
4518 echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} 4607 $as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
4519 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 4608 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
4520 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} 4609 $as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
4521 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 4610 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
4522 echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} 4611 $as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
4523 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 4612 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
4524 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} 4613 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
4525 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 4614 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
4526 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} 4615 $as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
4527 4616
4528 ;; 4617 ;;
4529 esac 4618 esac
4530 { echo "$as_me:$LINENO: checking for minix/config.h" >&5 4619 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
4531 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } 4620 $as_echo_n "checking for minix/config.h... " >&6; }
4532 if test "${ac_cv_header_minix_config_h+set}" = set; then 4621 if test "${ac_cv_header_minix_config_h+set}" = set; then
4533 echo $ECHO_N "(cached) $ECHO_C" >&6 4622 $as_echo_n "(cached) " >&6
4534 else 4623 else
4535 ac_cv_header_minix_config_h=$ac_header_preproc 4624 ac_cv_header_minix_config_h=$ac_header_preproc
4536 fi 4625 fi
4537 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 4626 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4538 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } 4627 $as_echo "$ac_cv_header_minix_config_h" >&6; }
4539 4628
4540 fi 4629 fi
4541 if test $ac_cv_header_minix_config_h = yes; then 4630 if test $ac_cv_header_minix_config_h = yes; then
4542 MINIX=yes 4631 MINIX=yes
4543 else 4632 else
4544 MINIX= 4633 MINIX=
4545 fi 4634 fi
4546 4635
4547 4636
4548 if test "$MINIX" = yes; then 4637 if test "$MINIX" = yes; then
4549 4638
4550 cat >>confdefs.h <<\_ACEOF 4639 cat >>confdefs.h <<\_ACEOF
4551 #define _POSIX_SOURCE 1 4640 #define _POSIX_SOURCE 1
4552 _ACEOF 4641 _ACEOF
4553 4642
4559 4648
4560 cat >>confdefs.h <<\_ACEOF 4649 cat >>confdefs.h <<\_ACEOF
4561 #define _MINIX 1 4650 #define _MINIX 1
4562 _ACEOF 4651 _ACEOF
4563 4652
4564 fi 4653 fi
4565 4654
4566 4655
4567 4656
4568 4657 { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
4569 4658 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4570
4571
4572
4573
4574
4575
4576 { echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
4577 echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6; }
4578 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then 4659 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
4579 echo $ECHO_N "(cached) $ECHO_C" >&6 4660 $as_echo_n "(cached) " >&6
4580 else 4661 else
4581 cat >conftest.$ac_ext <<_ACEOF 4662 cat >conftest.$ac_ext <<_ACEOF
4582 /* confdefs.h. */ 4663 /* confdefs.h. */
4583 _ACEOF 4664 _ACEOF
4584 cat confdefs.h >>conftest.$ac_ext 4665 cat confdefs.h >>conftest.$ac_ext
4599 if { (ac_try="$ac_compile" 4680 if { (ac_try="$ac_compile"
4600 case "(($ac_try" in 4681 case "(($ac_try" in
4601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4602 *) ac_try_echo=$ac_try;; 4683 *) ac_try_echo=$ac_try;;
4603 esac 4684 esac
4604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4686 $as_echo "$ac_try_echo") >&5
4605 (eval "$ac_compile") 2>conftest.er1 4687 (eval "$ac_compile") 2>conftest.er1
4606 ac_status=$? 4688 ac_status=$?
4607 grep -v '^ *+' conftest.er1 >conftest.err 4689 grep -v '^ *+' conftest.er1 >conftest.err
4608 rm -f conftest.er1 4690 rm -f conftest.er1
4609 cat conftest.err >&5 4691 cat conftest.err >&5
4610 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4611 (exit $ac_status); } && { 4693 (exit $ac_status); } && {
4612 test -z "$ac_c_werror_flag" || 4694 test -z "$ac_c_werror_flag" ||
4613 test ! -s conftest.err 4695 test ! -s conftest.err
4614 } && test -s conftest.$ac_objext; then 4696 } && test -s conftest.$ac_objext; then
4615 ac_cv_safe_to_define___extensions__=yes 4697 ac_cv_safe_to_define___extensions__=yes
4616 else 4698 else
4617 echo "$as_me: failed program was:" >&5 4699 $as_echo "$as_me: failed program was:" >&5
4618 sed 's/^/| /' conftest.$ac_ext >&5 4700 sed 's/^/| /' conftest.$ac_ext >&5
4619 4701
4620 ac_cv_safe_to_define___extensions__=no 4702 ac_cv_safe_to_define___extensions__=no
4621 fi 4703 fi
4622 4704
4623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4624 fi 4706 fi
4625 { echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 4707 { $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
4626 echo "${ECHO_T}$ac_cv_safe_to_define___extensions__" >&6; } 4708 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4627 test $ac_cv_safe_to_define___extensions__ = yes && 4709 test $ac_cv_safe_to_define___extensions__ = yes &&
4628 cat >>confdefs.h <<\_ACEOF 4710 cat >>confdefs.h <<\_ACEOF
4629 #define __EXTENSIONS__ 1 4711 #define __EXTENSIONS__ 1
4630 _ACEOF 4712 _ACEOF
4631 4713
4632 cat >>confdefs.h <<\_ACEOF 4714 cat >>confdefs.h <<\_ACEOF
4715 #define _ALL_SOURCE 1
4716 _ACEOF
4717
4718 cat >>confdefs.h <<\_ACEOF
4719 #define _GNU_SOURCE 1
4720 _ACEOF
4721
4722 cat >>confdefs.h <<\_ACEOF
4633 #define _POSIX_PTHREAD_SEMANTICS 1 4723 #define _POSIX_PTHREAD_SEMANTICS 1
4634 _ACEOF 4724 _ACEOF
4635 4725
4636 cat >>confdefs.h <<\_ACEOF 4726 cat >>confdefs.h <<\_ACEOF
4637 #define _TANDEM_SOURCE 1 4727 #define _TANDEM_SOURCE 1
4638 _ACEOF 4728 _ACEOF
4639 4729
4640 4730
4641 4731
4642 ### Use -Wno-pointer-sign if the compiler supports it 4732 ### Use -Wno-pointer-sign if the compiler supports it
4643 { echo "$as_me:$LINENO: checking whether gcc understands -Wno-pointer-sign" >&5 4733 { $as_echo "$as_me:$LINENO: checking whether gcc understands -Wno-pointer-sign" >&5
4644 echo $ECHO_N "checking whether gcc understands -Wno-pointer-sign... $ECHO_C" >&6; } 4734 $as_echo_n "checking whether gcc understands -Wno-pointer-sign... " >&6; }
4645 SAVE_CFLAGS="$CFLAGS" 4735 SAVE_CFLAGS="$CFLAGS"
4646 CFLAGS="$CFLAGS -Wno-pointer-sign" 4736 CFLAGS="$CFLAGS -Wno-pointer-sign"
4647 cat >conftest.$ac_ext <<_ACEOF 4737 cat >conftest.$ac_ext <<_ACEOF
4648 /* confdefs.h. */ 4738 /* confdefs.h. */
4649 _ACEOF 4739 _ACEOF
4663 if { (ac_try="$ac_compile" 4753 if { (ac_try="$ac_compile"
4664 case "(($ac_try" in 4754 case "(($ac_try" in
4665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4666 *) ac_try_echo=$ac_try;; 4756 *) ac_try_echo=$ac_try;;
4667 esac 4757 esac
4668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4759 $as_echo "$ac_try_echo") >&5
4669 (eval "$ac_compile") 2>conftest.er1 4760 (eval "$ac_compile") 2>conftest.er1
4670 ac_status=$? 4761 ac_status=$?
4671 grep -v '^ *+' conftest.er1 >conftest.err 4762 grep -v '^ *+' conftest.er1 >conftest.err
4672 rm -f conftest.er1 4763 rm -f conftest.er1
4673 cat conftest.err >&5 4764 cat conftest.err >&5
4674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4675 (exit $ac_status); } && { 4766 (exit $ac_status); } && {
4676 test -z "$ac_c_werror_flag" || 4767 test -z "$ac_c_werror_flag" ||
4677 test ! -s conftest.err 4768 test ! -s conftest.err
4678 } && test -s conftest.$ac_objext; then 4769 } && test -s conftest.$ac_objext; then
4679 has_option=yes 4770 has_option=yes
4680 else 4771 else
4681 echo "$as_me: failed program was:" >&5 4772 $as_echo "$as_me: failed program was:" >&5
4682 sed 's/^/| /' conftest.$ac_ext >&5 4773 sed 's/^/| /' conftest.$ac_ext >&5
4683 4774
4684 has_option=no 4775 has_option=no
4685 fi 4776 fi
4686 4777
4687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4688 if test $has_option = yes; then 4779 if test $has_option = yes; then
4689 C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH" 4780 C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH"
4690 fi 4781 fi
4691 { echo "$as_me:$LINENO: result: $has_option" >&5 4782 { $as_echo "$as_me:$LINENO: result: $has_option" >&5
4692 echo "${ECHO_T}$has_option" >&6; } 4783 $as_echo "$has_option" >&6; }
4693 CFLAGS="$SAVE_CFLAGS" 4784 CFLAGS="$SAVE_CFLAGS"
4694 unset has_option 4785 unset has_option
4695 unset SAVE_CFLAGS 4786 unset SAVE_CFLAGS
4696 4787
4697 #### Some other nice autoconf tests. 4788 #### Some other nice autoconf tests.
4698 4789
4699 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 4790 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4700 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 4791 $as_echo_n "checking whether ln -s works... " >&6; }
4701 LN_S=$as_ln_s 4792 LN_S=$as_ln_s
4702 if test "$LN_S" = "ln -s"; then 4793 if test "$LN_S" = "ln -s"; then
4703 { echo "$as_me:$LINENO: result: yes" >&5 4794 { $as_echo "$as_me:$LINENO: result: yes" >&5
4704 echo "${ECHO_T}yes" >&6; } 4795 $as_echo "yes" >&6; }
4705 else 4796 else
4706 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 4797 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4707 echo "${ECHO_T}no, using $LN_S" >&6; } 4798 $as_echo "no, using $LN_S" >&6; }
4708 fi 4799 fi
4709 4800
4710 ac_ext=c 4801 ac_ext=c
4711 ac_cpp='$CPP $CPPFLAGS' 4802 ac_cpp='$CPP $CPPFLAGS'
4712 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4803 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4713 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4804 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4714 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4805 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4715 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4806 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4716 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4807 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4717 # On Suns, sometimes $CPP names a directory. 4808 # On Suns, sometimes $CPP names a directory.
4718 if test -n "$CPP" && test -d "$CPP"; then 4809 if test -n "$CPP" && test -d "$CPP"; then
4719 CPP= 4810 CPP=
4720 fi 4811 fi
4721 if test -z "$CPP"; then 4812 if test -z "$CPP"; then
4722 if test "${ac_cv_prog_CPP+set}" = set; then 4813 if test "${ac_cv_prog_CPP+set}" = set; then
4723 echo $ECHO_N "(cached) $ECHO_C" >&6 4814 $as_echo_n "(cached) " >&6
4724 else 4815 else
4725 # Double quotes because CPP needs to be expanded 4816 # Double quotes because CPP needs to be expanded
4726 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 4817 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4727 do 4818 do
4728 ac_preproc_ok=false 4819 ac_preproc_ok=false
4750 if { (ac_try="$ac_cpp conftest.$ac_ext" 4841 if { (ac_try="$ac_cpp conftest.$ac_ext"
4751 case "(($ac_try" in 4842 case "(($ac_try" in
4752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4753 *) ac_try_echo=$ac_try;; 4844 *) ac_try_echo=$ac_try;;
4754 esac 4845 esac
4755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4847 $as_echo "$ac_try_echo") >&5
4756 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4848 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4757 ac_status=$? 4849 ac_status=$?
4758 grep -v '^ *+' conftest.er1 >conftest.err 4850 grep -v '^ *+' conftest.er1 >conftest.err
4759 rm -f conftest.er1 4851 rm -f conftest.er1
4760 cat conftest.err >&5 4852 cat conftest.err >&5
4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4762 (exit $ac_status); } >/dev/null && { 4854 (exit $ac_status); } >/dev/null && {
4763 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4855 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4764 test ! -s conftest.err 4856 test ! -s conftest.err
4765 }; then 4857 }; then
4766 : 4858 :
4767 else 4859 else
4768 echo "$as_me: failed program was:" >&5 4860 $as_echo "$as_me: failed program was:" >&5
4769 sed 's/^/| /' conftest.$ac_ext >&5 4861 sed 's/^/| /' conftest.$ac_ext >&5
4770 4862
4771 # Broken: fails on valid input. 4863 # Broken: fails on valid input.
4772 continue 4864 continue
4773 fi 4865 fi
4787 if { (ac_try="$ac_cpp conftest.$ac_ext" 4879 if { (ac_try="$ac_cpp conftest.$ac_ext"
4788 case "(($ac_try" in 4880 case "(($ac_try" in
4789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4790 *) ac_try_echo=$ac_try;; 4882 *) ac_try_echo=$ac_try;;
4791 esac 4883 esac
4792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4885 $as_echo "$ac_try_echo") >&5
4793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4886 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4794 ac_status=$? 4887 ac_status=$?
4795 grep -v '^ *+' conftest.er1 >conftest.err 4888 grep -v '^ *+' conftest.er1 >conftest.err
4796 rm -f conftest.er1 4889 rm -f conftest.er1
4797 cat conftest.err >&5 4890 cat conftest.err >&5
4798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4799 (exit $ac_status); } >/dev/null && { 4892 (exit $ac_status); } >/dev/null && {
4800 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4893 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4801 test ! -s conftest.err 4894 test ! -s conftest.err
4802 }; then 4895 }; then
4803 # Broken: success on invalid input. 4896 # Broken: success on invalid input.
4804 continue 4897 continue
4805 else 4898 else
4806 echo "$as_me: failed program was:" >&5 4899 $as_echo "$as_me: failed program was:" >&5
4807 sed 's/^/| /' conftest.$ac_ext >&5 4900 sed 's/^/| /' conftest.$ac_ext >&5
4808 4901
4809 # Passes both tests. 4902 # Passes both tests.
4810 ac_preproc_ok=: 4903 ac_preproc_ok=:
4811 break 4904 break
4826 fi 4919 fi
4827 CPP=$ac_cv_prog_CPP 4920 CPP=$ac_cv_prog_CPP
4828 else 4921 else
4829 ac_cv_prog_CPP=$CPP 4922 ac_cv_prog_CPP=$CPP
4830 fi 4923 fi
4831 { echo "$as_me:$LINENO: result: $CPP" >&5 4924 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4832 echo "${ECHO_T}$CPP" >&6; } 4925 $as_echo "$CPP" >&6; }
4833 ac_preproc_ok=false 4926 ac_preproc_ok=false
4834 for ac_c_preproc_warn_flag in '' yes 4927 for ac_c_preproc_warn_flag in '' yes
4835 do 4928 do
4836 # Use a header file that comes with gcc, so configuring glibc 4929 # Use a header file that comes with gcc, so configuring glibc
4837 # with a fresh cross-compiler works. 4930 # with a fresh cross-compiler works.
4855 if { (ac_try="$ac_cpp conftest.$ac_ext" 4948 if { (ac_try="$ac_cpp conftest.$ac_ext"
4856 case "(($ac_try" in 4949 case "(($ac_try" in
4857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4858 *) ac_try_echo=$ac_try;; 4951 *) ac_try_echo=$ac_try;;
4859 esac 4952 esac
4860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4954 $as_echo "$ac_try_echo") >&5
4861 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4955 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4862 ac_status=$? 4956 ac_status=$?
4863 grep -v '^ *+' conftest.er1 >conftest.err 4957 grep -v '^ *+' conftest.er1 >conftest.err
4864 rm -f conftest.er1 4958 rm -f conftest.er1
4865 cat conftest.err >&5 4959 cat conftest.err >&5
4866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4867 (exit $ac_status); } >/dev/null && { 4961 (exit $ac_status); } >/dev/null && {
4868 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4962 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4869 test ! -s conftest.err 4963 test ! -s conftest.err
4870 }; then 4964 }; then
4871 : 4965 :
4872 else 4966 else
4873 echo "$as_me: failed program was:" >&5 4967 $as_echo "$as_me: failed program was:" >&5
4874 sed 's/^/| /' conftest.$ac_ext >&5 4968 sed 's/^/| /' conftest.$ac_ext >&5
4875 4969
4876 # Broken: fails on valid input. 4970 # Broken: fails on valid input.
4877 continue 4971 continue
4878 fi 4972 fi
4892 if { (ac_try="$ac_cpp conftest.$ac_ext" 4986 if { (ac_try="$ac_cpp conftest.$ac_ext"
4893 case "(($ac_try" in 4987 case "(($ac_try" in
4894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4895 *) ac_try_echo=$ac_try;; 4989 *) ac_try_echo=$ac_try;;
4896 esac 4990 esac
4897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4992 $as_echo "$ac_try_echo") >&5
4898 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4993 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4899 ac_status=$? 4994 ac_status=$?
4900 grep -v '^ *+' conftest.er1 >conftest.err 4995 grep -v '^ *+' conftest.er1 >conftest.err
4901 rm -f conftest.er1 4996 rm -f conftest.er1
4902 cat conftest.err >&5 4997 cat conftest.err >&5
4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4904 (exit $ac_status); } >/dev/null && { 4999 (exit $ac_status); } >/dev/null && {
4905 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5000 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4906 test ! -s conftest.err 5001 test ! -s conftest.err
4907 }; then 5002 }; then
4908 # Broken: success on invalid input. 5003 # Broken: success on invalid input.
4909 continue 5004 continue
4910 else 5005 else
4911 echo "$as_me: failed program was:" >&5 5006 $as_echo "$as_me: failed program was:" >&5
4912 sed 's/^/| /' conftest.$ac_ext >&5 5007 sed 's/^/| /' conftest.$ac_ext >&5
4913 5008
4914 # Passes both tests. 5009 # Passes both tests.
4915 ac_preproc_ok=: 5010 ac_preproc_ok=:
4916 break 5011 break
4922 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5017 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4923 rm -f conftest.err conftest.$ac_ext 5018 rm -f conftest.err conftest.$ac_ext
4924 if $ac_preproc_ok; then 5019 if $ac_preproc_ok; then
4925 : 5020 :
4926 else 5021 else
4927 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5022 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4928 See \`config.log' for more details." >&5 5023 See \`config.log' for more details." >&5
4929 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5024 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4930 See \`config.log' for more details." >&2;} 5025 See \`config.log' for more details." >&2;}
4931 { (exit 1); exit 1; }; } 5026 { (exit 1); exit 1; }; }
4932 fi 5027 fi
4933 5028
4934 ac_ext=c 5029 ac_ext=c
4948 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 5043 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4949 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 5044 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4950 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 5045 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4951 # OS/2's system install, which has a completely different semantic 5046 # OS/2's system install, which has a completely different semantic
4952 # ./install, which can be erroneously created by make from ./install.sh. 5047 # ./install, which can be erroneously created by make from ./install.sh.
4953 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 5048 # Reject install programs that cannot install multiple files.
4954 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 5049 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5050 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4955 if test -z "$INSTALL"; then 5051 if test -z "$INSTALL"; then
4956 if test "${ac_cv_path_install+set}" = set; then 5052 if test "${ac_cv_path_install+set}" = set; then
4957 echo $ECHO_N "(cached) $ECHO_C" >&6 5053 $as_echo_n "(cached) " >&6
4958 else 5054 else
4959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4960 for as_dir in $PATH 5056 for as_dir in $PATH
4961 do 5057 do
4962 IFS=$as_save_IFS 5058 IFS=$as_save_IFS
4981 elif test $ac_prog = install && 5077 elif test $ac_prog = install &&
4982 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 5078 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4983 # program-specific install script used by HP pwplus--don't use. 5079 # program-specific install script used by HP pwplus--don't use.
4984 : 5080 :
4985 else 5081 else
4986 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 5082 rm -rf conftest.one conftest.two conftest.dir
4987 break 3 5083 echo one > conftest.one
5084 echo two > conftest.two
5085 mkdir conftest.dir
5086 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5087 test -s conftest.one && test -s conftest.two &&
5088 test -s conftest.dir/conftest.one &&
5089 test -s conftest.dir/conftest.two
5090 then
5091 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5092 break 3
5093 fi
4988 fi 5094 fi
4989 fi 5095 fi
4990 done 5096 done
4991 done 5097 done
4992 ;; 5098 ;;
4993 esac 5099 esac
5100
4994 done 5101 done
4995 IFS=$as_save_IFS 5102 IFS=$as_save_IFS
4996 5103
5104 rm -rf conftest.one conftest.two conftest.dir
4997 5105
4998 fi 5106 fi
4999 if test "${ac_cv_path_install+set}" = set; then 5107 if test "${ac_cv_path_install+set}" = set; then
5000 INSTALL=$ac_cv_path_install 5108 INSTALL=$ac_cv_path_install
5001 else 5109 else
5004 # break other packages using the cache if that directory is 5112 # break other packages using the cache if that directory is
5005 # removed, or if the value is a relative name. 5113 # removed, or if the value is a relative name.
5006 INSTALL=$ac_install_sh 5114 INSTALL=$ac_install_sh
5007 fi 5115 fi
5008 fi 5116 fi
5009 { echo "$as_me:$LINENO: result: $INSTALL" >&5 5117 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5010 echo "${ECHO_T}$INSTALL" >&6; } 5118 $as_echo "$INSTALL" >&6; }
5011 5119
5012 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 5120 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5013 # It thinks the first close brace ends the variable substitution. 5121 # It thinks the first close brace ends the variable substitution.
5014 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 5122 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5015 5123
5019 5127
5020 if test "x$RANLIB" = x; then 5128 if test "x$RANLIB" = x; then
5021 if test -n "$ac_tool_prefix"; then 5129 if test -n "$ac_tool_prefix"; then
5022 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 5130 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5023 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5131 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5024 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5133 $as_echo_n "checking for $ac_word... " >&6; }
5026 if test "${ac_cv_prog_RANLIB+set}" = set; then 5134 if test "${ac_cv_prog_RANLIB+set}" = set; then
5027 echo $ECHO_N "(cached) $ECHO_C" >&6 5135 $as_echo_n "(cached) " >&6
5028 else 5136 else
5029 if test -n "$RANLIB"; then 5137 if test -n "$RANLIB"; then
5030 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5138 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5031 else 5139 else
5032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035 IFS=$as_save_IFS 5143 IFS=$as_save_IFS
5036 test -z "$as_dir" && as_dir=. 5144 test -z "$as_dir" && as_dir=.
5037 for ac_exec_ext in '' $ac_executable_extensions; do 5145 for ac_exec_ext in '' $ac_executable_extensions; do
5038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5039 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5147 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5040 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5041 break 2 5149 break 2
5042 fi 5150 fi
5043 done 5151 done
5044 done 5152 done
5045 IFS=$as_save_IFS 5153 IFS=$as_save_IFS
5046 5154
5047 fi 5155 fi
5048 fi 5156 fi
5049 RANLIB=$ac_cv_prog_RANLIB 5157 RANLIB=$ac_cv_prog_RANLIB
5050 if test -n "$RANLIB"; then 5158 if test -n "$RANLIB"; then
5051 { echo "$as_me:$LINENO: result: $RANLIB" >&5 5159 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5052 echo "${ECHO_T}$RANLIB" >&6; } 5160 $as_echo "$RANLIB" >&6; }
5053 else 5161 else
5054 { echo "$as_me:$LINENO: result: no" >&5 5162 { $as_echo "$as_me:$LINENO: result: no" >&5
5055 echo "${ECHO_T}no" >&6; } 5163 $as_echo "no" >&6; }
5056 fi 5164 fi
5057 5165
5058 5166
5059 fi 5167 fi
5060 if test -z "$ac_cv_prog_RANLIB"; then 5168 if test -z "$ac_cv_prog_RANLIB"; then
5061 ac_ct_RANLIB=$RANLIB 5169 ac_ct_RANLIB=$RANLIB
5062 # Extract the first word of "ranlib", so it can be a program name with args. 5170 # Extract the first word of "ranlib", so it can be a program name with args.
5063 set dummy ranlib; ac_word=$2 5171 set dummy ranlib; ac_word=$2
5064 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5065 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5173 $as_echo_n "checking for $ac_word... " >&6; }
5066 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 5174 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5067 echo $ECHO_N "(cached) $ECHO_C" >&6 5175 $as_echo_n "(cached) " >&6
5068 else 5176 else
5069 if test -n "$ac_ct_RANLIB"; then 5177 if test -n "$ac_ct_RANLIB"; then
5070 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 5178 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5071 else 5179 else
5072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075 IFS=$as_save_IFS 5183 IFS=$as_save_IFS
5076 test -z "$as_dir" && as_dir=. 5184 test -z "$as_dir" && as_dir=.
5077 for ac_exec_ext in '' $ac_executable_extensions; do 5185 for ac_exec_ext in '' $ac_executable_extensions; do
5078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5079 ac_cv_prog_ac_ct_RANLIB="ranlib" 5187 ac_cv_prog_ac_ct_RANLIB="ranlib"
5080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5188 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5081 break 2 5189 break 2
5082 fi 5190 fi
5083 done 5191 done
5084 done 5192 done
5085 IFS=$as_save_IFS 5193 IFS=$as_save_IFS
5086 5194
5087 fi 5195 fi
5088 fi 5196 fi
5089 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 5197 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5090 if test -n "$ac_ct_RANLIB"; then 5198 if test -n "$ac_ct_RANLIB"; then
5091 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 5199 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5092 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 5200 $as_echo "$ac_ct_RANLIB" >&6; }
5093 else 5201 else
5094 { echo "$as_me:$LINENO: result: no" >&5 5202 { $as_echo "$as_me:$LINENO: result: no" >&5
5095 echo "${ECHO_T}no" >&6; } 5203 $as_echo "no" >&6; }
5096 fi 5204 fi
5097 5205
5098 if test "x$ac_ct_RANLIB" = x; then 5206 if test "x$ac_ct_RANLIB" = x; then
5099 RANLIB=":" 5207 RANLIB=":"
5100 else 5208 else
5101 case $cross_compiling:$ac_tool_warned in 5209 case $cross_compiling:$ac_tool_warned in
5102 yes:) 5210 yes:)
5103 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5211 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5104 whose name does not start with the host triplet. If you think this 5212 whose name does not start with the host triplet. If you think this
5105 configuration is useful to you, please write to autoconf@gnu.org." >&5 5213 configuration is useful to you, please write to autoconf@gnu.org." >&5
5106 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5214 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5107 whose name does not start with the host triplet. If you think this 5215 whose name does not start with the host triplet. If you think this
5108 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5216 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5109 ac_tool_warned=yes ;; 5217 ac_tool_warned=yes ;;
5110 esac 5218 esac
5111 RANLIB=$ac_ct_RANLIB 5219 RANLIB=$ac_ct_RANLIB
5115 fi 5223 fi
5116 5224
5117 fi 5225 fi
5118 # Extract the first word of "install-info", so it can be a program name with args. 5226 # Extract the first word of "install-info", so it can be a program name with args.
5119 set dummy install-info; ac_word=$2 5227 set dummy install-info; ac_word=$2
5120 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5229 $as_echo_n "checking for $ac_word... " >&6; }
5122 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then 5230 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5123 echo $ECHO_N "(cached) $ECHO_C" >&6 5231 $as_echo_n "(cached) " >&6
5124 else 5232 else
5125 case $INSTALL_INFO in 5233 case $INSTALL_INFO in
5126 [\\/]* | ?:[\\/]*) 5234 [\\/]* | ?:[\\/]*)
5127 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path. 5235 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5128 ;; 5236 ;;
5133 IFS=$as_save_IFS 5241 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=. 5242 test -z "$as_dir" && as_dir=.
5135 for ac_exec_ext in '' $ac_executable_extensions; do 5243 for ac_exec_ext in '' $ac_executable_extensions; do
5136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5137 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext" 5245 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5138 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5246 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5139 break 2 5247 break 2
5140 fi 5248 fi
5141 done 5249 done
5142 done 5250 done
5143 IFS=$as_save_IFS 5251 IFS=$as_save_IFS
5145 ;; 5253 ;;
5146 esac 5254 esac
5147 fi 5255 fi
5148 INSTALL_INFO=$ac_cv_path_INSTALL_INFO 5256 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5149 if test -n "$INSTALL_INFO"; then 5257 if test -n "$INSTALL_INFO"; then
5150 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5 5258 { $as_echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5151 echo "${ECHO_T}$INSTALL_INFO" >&6; } 5259 $as_echo "$INSTALL_INFO" >&6; }
5152 else 5260 else
5153 { echo "$as_me:$LINENO: result: no" >&5 5261 { $as_echo "$as_me:$LINENO: result: no" >&5
5154 echo "${ECHO_T}no" >&6; } 5262 $as_echo "no" >&6; }
5155 fi 5263 fi
5156 5264
5157 5265
5158 # Extract the first word of "install-info", so it can be a program name with args. 5266 # Extract the first word of "install-info", so it can be a program name with args.
5159 set dummy install-info; ac_word=$2 5267 set dummy install-info; ac_word=$2
5160 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5268 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5269 $as_echo_n "checking for $ac_word... " >&6; }
5162 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then 5270 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5163 echo $ECHO_N "(cached) $ECHO_C" >&6 5271 $as_echo_n "(cached) " >&6
5164 else 5272 else
5165 case $INSTALL_INFO in 5273 case $INSTALL_INFO in
5166 [\\/]* | ?:[\\/]*) 5274 [\\/]* | ?:[\\/]*)
5167 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path. 5275 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5168 ;; 5276 ;;
5173 IFS=$as_save_IFS 5281 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=. 5282 test -z "$as_dir" && as_dir=.
5175 for ac_exec_ext in '' $ac_executable_extensions; do 5283 for ac_exec_ext in '' $ac_executable_extensions; do
5176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5177 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext" 5285 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5178 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5286 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5179 break 2 5287 break 2
5180 fi 5288 fi
5181 done 5289 done
5182 done 5290 done
5183 IFS=$as_save_IFS 5291 IFS=$as_save_IFS
5185 ;; 5293 ;;
5186 esac 5294 esac
5187 fi 5295 fi
5188 INSTALL_INFO=$ac_cv_path_INSTALL_INFO 5296 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5189 if test -n "$INSTALL_INFO"; then 5297 if test -n "$INSTALL_INFO"; then
5190 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5 5298 { $as_echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5191 echo "${ECHO_T}$INSTALL_INFO" >&6; } 5299 $as_echo "$INSTALL_INFO" >&6; }
5192 else 5300 else
5193 { echo "$as_me:$LINENO: result: no" >&5 5301 { $as_echo "$as_me:$LINENO: result: no" >&5
5194 echo "${ECHO_T}no" >&6; } 5302 $as_echo "no" >&6; }
5195 fi 5303 fi
5196 5304
5197 5305
5198 # Extract the first word of "install-info", so it can be a program name with args. 5306 # Extract the first word of "install-info", so it can be a program name with args.
5199 set dummy install-info; ac_word=$2 5307 set dummy install-info; ac_word=$2
5200 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5308 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5201 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5309 $as_echo_n "checking for $ac_word... " >&6; }
5202 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then 5310 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5203 echo $ECHO_N "(cached) $ECHO_C" >&6 5311 $as_echo_n "(cached) " >&6
5204 else 5312 else
5205 case $INSTALL_INFO in 5313 case $INSTALL_INFO in
5206 [\\/]* | ?:[\\/]*) 5314 [\\/]* | ?:[\\/]*)
5207 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path. 5315 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5208 ;; 5316 ;;
5213 IFS=$as_save_IFS 5321 IFS=$as_save_IFS
5214 test -z "$as_dir" && as_dir=. 5322 test -z "$as_dir" && as_dir=.
5215 for ac_exec_ext in '' $ac_executable_extensions; do 5323 for ac_exec_ext in '' $ac_executable_extensions; do
5216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5217 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext" 5325 ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5326 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5219 break 2 5327 break 2
5220 fi 5328 fi
5221 done 5329 done
5222 done 5330 done
5223 IFS=$as_save_IFS 5331 IFS=$as_save_IFS
5226 ;; 5334 ;;
5227 esac 5335 esac
5228 fi 5336 fi
5229 INSTALL_INFO=$ac_cv_path_INSTALL_INFO 5337 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5230 if test -n "$INSTALL_INFO"; then 5338 if test -n "$INSTALL_INFO"; then
5231 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5 5339 { $as_echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5232 echo "${ECHO_T}$INSTALL_INFO" >&6; } 5340 $as_echo "$INSTALL_INFO" >&6; }
5233 else 5341 else
5234 { echo "$as_me:$LINENO: result: no" >&5 5342 { $as_echo "$as_me:$LINENO: result: no" >&5
5235 echo "${ECHO_T}no" >&6; } 5343 $as_echo "no" >&6; }
5236 fi 5344 fi
5237 5345
5238 5346
5239 # Extract the first word of "gzip", so it can be a program name with args. 5347 # Extract the first word of "gzip", so it can be a program name with args.
5240 set dummy gzip; ac_word=$2 5348 set dummy gzip; ac_word=$2
5241 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5349 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5350 $as_echo_n "checking for $ac_word... " >&6; }
5243 if test "${ac_cv_path_GZIP_PROG+set}" = set; then 5351 if test "${ac_cv_path_GZIP_PROG+set}" = set; then
5244 echo $ECHO_N "(cached) $ECHO_C" >&6 5352 $as_echo_n "(cached) " >&6
5245 else 5353 else
5246 case $GZIP_PROG in 5354 case $GZIP_PROG in
5247 [\\/]* | ?:[\\/]*) 5355 [\\/]* | ?:[\\/]*)
5248 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path. 5356 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
5249 ;; 5357 ;;
5254 IFS=$as_save_IFS 5362 IFS=$as_save_IFS
5255 test -z "$as_dir" && as_dir=. 5363 test -z "$as_dir" && as_dir=.
5256 for ac_exec_ext in '' $ac_executable_extensions; do 5364 for ac_exec_ext in '' $ac_executable_extensions; do
5257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5258 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext" 5366 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
5259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5367 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5260 break 2 5368 break 2
5261 fi 5369 fi
5262 done 5370 done
5263 done 5371 done
5264 IFS=$as_save_IFS 5372 IFS=$as_save_IFS
5266 ;; 5374 ;;
5267 esac 5375 esac
5268 fi 5376 fi
5269 GZIP_PROG=$ac_cv_path_GZIP_PROG 5377 GZIP_PROG=$ac_cv_path_GZIP_PROG
5270 if test -n "$GZIP_PROG"; then 5378 if test -n "$GZIP_PROG"; then
5271 { echo "$as_me:$LINENO: result: $GZIP_PROG" >&5 5379 { $as_echo "$as_me:$LINENO: result: $GZIP_PROG" >&5
5272 echo "${ECHO_T}$GZIP_PROG" >&6; } 5380 $as_echo "$GZIP_PROG" >&6; }
5273 else 5381 else
5274 { echo "$as_me:$LINENO: result: no" >&5 5382 { $as_echo "$as_me:$LINENO: result: no" >&5
5275 echo "${ECHO_T}no" >&6; } 5383 $as_echo "no" >&6; }
5276 fi 5384 fi
5277 5385
5278 5386
5279 5387
5280 5388
5281 ## Need makeinfo >= 4.6 (?) to build the manuals. 5389 ## Need makeinfo >= 4.6 (?) to build the manuals.
5282 # Extract the first word of "makeinfo", so it can be a program name with args. 5390 # Extract the first word of "makeinfo", so it can be a program name with args.
5283 set dummy makeinfo; ac_word=$2 5391 set dummy makeinfo; ac_word=$2
5284 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5393 $as_echo_n "checking for $ac_word... " >&6; }
5286 if test "${ac_cv_path_MAKEINFO+set}" = set; then 5394 if test "${ac_cv_path_MAKEINFO+set}" = set; then
5287 echo $ECHO_N "(cached) $ECHO_C" >&6 5395 $as_echo_n "(cached) " >&6
5288 else 5396 else
5289 case $MAKEINFO in 5397 case $MAKEINFO in
5290 [\\/]* | ?:[\\/]*) 5398 [\\/]* | ?:[\\/]*)
5291 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path. 5399 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
5292 ;; 5400 ;;
5297 IFS=$as_save_IFS 5405 IFS=$as_save_IFS
5298 test -z "$as_dir" && as_dir=. 5406 test -z "$as_dir" && as_dir=.
5299 for ac_exec_ext in '' $ac_executable_extensions; do 5407 for ac_exec_ext in '' $ac_executable_extensions; do
5300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5301 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext" 5409 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
5302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5410 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5303 break 2 5411 break 2
5304 fi 5412 fi
5305 done 5413 done
5306 done 5414 done
5307 IFS=$as_save_IFS 5415 IFS=$as_save_IFS
5310 ;; 5418 ;;
5311 esac 5419 esac
5312 fi 5420 fi
5313 MAKEINFO=$ac_cv_path_MAKEINFO 5421 MAKEINFO=$ac_cv_path_MAKEINFO
5314 if test -n "$MAKEINFO"; then 5422 if test -n "$MAKEINFO"; then
5315 { echo "$as_me:$LINENO: result: $MAKEINFO" >&5 5423 { $as_echo "$as_me:$LINENO: result: $MAKEINFO" >&5
5316 echo "${ECHO_T}$MAKEINFO" >&6; } 5424 $as_echo "$MAKEINFO" >&6; }
5317 else 5425 else
5318 { echo "$as_me:$LINENO: result: no" >&5 5426 { $as_echo "$as_me:$LINENO: result: no" >&5
5319 echo "${ECHO_T}no" >&6; } 5427 $as_echo "no" >&6; }
5320 fi 5428 fi
5321 5429
5322 5430
5323 if test "$MAKEINFO" != "no" && \ 5431 if test "$MAKEINFO" != "no" && \
5324 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then 5432 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
5336 ## with pre-built manuals, from a CVS checkout. 5444 ## with pre-built manuals, from a CVS checkout.
5337 if test "$MAKEINFO" = "no"; then 5445 if test "$MAKEINFO" = "no"; then
5338 if test "x${with_makeinfo}" = "xno"; then 5446 if test "x${with_makeinfo}" = "xno"; then
5339 MAKEINFO=off 5447 MAKEINFO=off
5340 elif ! test -e $srcdir/info/emacs; then 5448 elif ! test -e $srcdir/info/emacs; then
5341 { { echo "$as_me:$LINENO: error: You do not seem to have makeinfo >= 4.6, and your 5449 { { $as_echo "$as_me:$LINENO: error: You do not seem to have makeinfo >= 4.6, and your
5342 source tree does not seem to have pre-built manuals in the \`info' directory. 5450 source tree does not seem to have pre-built manuals in the \`info' directory.
5343 Either install a suitable version of makeinfo, or re-run configure 5451 Either install a suitable version of makeinfo, or re-run configure
5344 with the \`--without-makeinfo' option to build without the manuals. " >&5 5452 with the \`--without-makeinfo' option to build without the manuals. " >&5
5345 echo "$as_me: error: You do not seem to have makeinfo >= 4.6, and your 5453 $as_echo "$as_me: error: You do not seem to have makeinfo >= 4.6, and your
5346 source tree does not seem to have pre-built manuals in the \`info' directory. 5454 source tree does not seem to have pre-built manuals in the \`info' directory.
5347 Either install a suitable version of makeinfo, or re-run configure 5455 Either install a suitable version of makeinfo, or re-run configure
5348 with the \`--without-makeinfo' option to build without the manuals. " >&2;} 5456 with the \`--without-makeinfo' option to build without the manuals. " >&2;}
5349 { (exit 1); exit 1; }; } 5457 { (exit 1); exit 1; }; }
5350 fi 5458 fi
5367 LDFLAGS="$LDFLAGS -Wl,-znocombreloc" 5475 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
5368 else 5476 else
5369 LDFLAGS="$LDFLAGS -znocombreloc" 5477 LDFLAGS="$LDFLAGS -znocombreloc"
5370 fi 5478 fi
5371 5479
5372 { echo "$as_me:$LINENO: checking for -znocombreloc" >&5 5480 { $as_echo "$as_me:$LINENO: checking for -znocombreloc" >&5
5373 echo $ECHO_N "checking for -znocombreloc... $ECHO_C" >&6; } 5481 $as_echo_n "checking for -znocombreloc... " >&6; }
5374 cat >conftest.$ac_ext <<_ACEOF 5482 cat >conftest.$ac_ext <<_ACEOF
5375 main(){return 0;} 5483 main(){return 0;}
5376 _ACEOF 5484 _ACEOF
5377 rm -f conftest.$ac_objext conftest$ac_exeext 5485 rm -f conftest.$ac_objext conftest$ac_exeext
5378 if { (ac_try="$ac_link" 5486 if { (ac_try="$ac_link"
5379 case "(($ac_try" in 5487 case "(($ac_try" in
5380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5381 *) ac_try_echo=$ac_try;; 5489 *) ac_try_echo=$ac_try;;
5382 esac 5490 esac
5383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5492 $as_echo "$ac_try_echo") >&5
5384 (eval "$ac_link") 2>conftest.er1 5493 (eval "$ac_link") 2>conftest.er1
5385 ac_status=$? 5494 ac_status=$?
5386 grep -v '^ *+' conftest.er1 >conftest.err 5495 grep -v '^ *+' conftest.er1 >conftest.err
5387 rm -f conftest.er1 5496 rm -f conftest.er1
5388 cat conftest.err >&5 5497 cat conftest.err >&5
5389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5390 (exit $ac_status); } && { 5499 (exit $ac_status); } && {
5391 test -z "$ac_c_werror_flag" || 5500 test -z "$ac_c_werror_flag" ||
5392 test ! -s conftest.err 5501 test ! -s conftest.err
5393 } && test -s conftest$ac_exeext && 5502 } && test -s conftest$ac_exeext && {
5394 $as_test_x conftest$ac_exeext; then 5503 test "$cross_compiling" = yes ||
5395 { echo "$as_me:$LINENO: result: yes" >&5 5504 $as_test_x conftest$ac_exeext
5396 echo "${ECHO_T}yes" >&6; } 5505 }; then
5397 else 5506 { $as_echo "$as_me:$LINENO: result: yes" >&5
5398 echo "$as_me: failed program was:" >&5 5507 $as_echo "yes" >&6; }
5508 else
5509 $as_echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5 5510 sed 's/^/| /' conftest.$ac_ext >&5
5400 5511
5401 LDFLAGS=$late_LDFLAGS 5512 LDFLAGS=$late_LDFLAGS
5402 { echo "$as_me:$LINENO: result: no" >&5 5513 { $as_echo "$as_me:$LINENO: result: no" >&5
5403 echo "${ECHO_T}no" >&6; } 5514 $as_echo "no" >&6; }
5404 fi 5515 fi
5405 5516
5517 rm -rf conftest.dSYM
5406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5407 conftest$ac_exeext conftest.$ac_ext 5519 conftest$ac_exeext conftest.$ac_ext
5408 5520
5409 #### Extract some information from the operating system and machine files. 5521 #### Extract some information from the operating system and machine files.
5410 5522
5411 { echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out 5523 { $as_echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out
5412 - which libraries the lib-src programs will want, and 5524 - which libraries the lib-src programs will want, and
5413 - whether the GNU malloc routines are usable..." >&5 5525 - whether the GNU malloc routines are usable..." >&5
5414 echo "$as_me: checking the machine- and system-dependent files to find out 5526 $as_echo "$as_me: checking the machine- and system-dependent files to find out
5415 - which libraries the lib-src programs will want, and 5527 - which libraries the lib-src programs will want, and
5416 - whether the GNU malloc routines are usable..." >&6;} 5528 - whether the GNU malloc routines are usable..." >&6;}
5417 5529
5418 ### First figure out CFLAGS (which we use for running the compiler here) 5530 ### First figure out CFLAGS (which we use for running the compiler here)
5419 ### and REAL_CFLAGS (which we use for real compilation). 5531 ### and REAL_CFLAGS (which we use for real compilation).
5558 enableval=$enable_largefile; 5670 enableval=$enable_largefile;
5559 fi 5671 fi
5560 5672
5561 if test "$enable_largefile" != no; then 5673 if test "$enable_largefile" != no; then
5562 5674
5563 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 5675 { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5564 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } 5676 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5565 if test "${ac_cv_sys_largefile_CC+set}" = set; then 5677 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5566 echo $ECHO_N "(cached) $ECHO_C" >&6 5678 $as_echo_n "(cached) " >&6
5567 else 5679 else
5568 ac_cv_sys_largefile_CC=no 5680 ac_cv_sys_largefile_CC=no
5569 if test "$GCC" != yes; then 5681 if test "$GCC" != yes; then
5570 ac_save_CC=$CC 5682 ac_save_CC=$CC
5571 while :; do 5683 while :; do
5598 if { (ac_try="$ac_compile" 5710 if { (ac_try="$ac_compile"
5599 case "(($ac_try" in 5711 case "(($ac_try" in
5600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5601 *) ac_try_echo=$ac_try;; 5713 *) ac_try_echo=$ac_try;;
5602 esac 5714 esac
5603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5716 $as_echo "$ac_try_echo") >&5
5604 (eval "$ac_compile") 2>conftest.er1 5717 (eval "$ac_compile") 2>conftest.er1
5605 ac_status=$? 5718 ac_status=$?
5606 grep -v '^ *+' conftest.er1 >conftest.err 5719 grep -v '^ *+' conftest.er1 >conftest.err
5607 rm -f conftest.er1 5720 rm -f conftest.er1
5608 cat conftest.err >&5 5721 cat conftest.err >&5
5609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5610 (exit $ac_status); } && { 5723 (exit $ac_status); } && {
5611 test -z "$ac_c_werror_flag" || 5724 test -z "$ac_c_werror_flag" ||
5612 test ! -s conftest.err 5725 test ! -s conftest.err
5613 } && test -s conftest.$ac_objext; then 5726 } && test -s conftest.$ac_objext; then
5614 break 5727 break
5615 else 5728 else
5616 echo "$as_me: failed program was:" >&5 5729 $as_echo "$as_me: failed program was:" >&5
5617 sed 's/^/| /' conftest.$ac_ext >&5 5730 sed 's/^/| /' conftest.$ac_ext >&5
5618 5731
5619 5732
5620 fi 5733 fi
5621 5734
5625 if { (ac_try="$ac_compile" 5738 if { (ac_try="$ac_compile"
5626 case "(($ac_try" in 5739 case "(($ac_try" in
5627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5628 *) ac_try_echo=$ac_try;; 5741 *) ac_try_echo=$ac_try;;
5629 esac 5742 esac
5630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5744 $as_echo "$ac_try_echo") >&5
5631 (eval "$ac_compile") 2>conftest.er1 5745 (eval "$ac_compile") 2>conftest.er1
5632 ac_status=$? 5746 ac_status=$?
5633 grep -v '^ *+' conftest.er1 >conftest.err 5747 grep -v '^ *+' conftest.er1 >conftest.err
5634 rm -f conftest.er1 5748 rm -f conftest.er1
5635 cat conftest.err >&5 5749 cat conftest.err >&5
5636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5637 (exit $ac_status); } && { 5751 (exit $ac_status); } && {
5638 test -z "$ac_c_werror_flag" || 5752 test -z "$ac_c_werror_flag" ||
5639 test ! -s conftest.err 5753 test ! -s conftest.err
5640 } && test -s conftest.$ac_objext; then 5754 } && test -s conftest.$ac_objext; then
5641 ac_cv_sys_largefile_CC=' -n32'; break 5755 ac_cv_sys_largefile_CC=' -n32'; break
5642 else 5756 else
5643 echo "$as_me: failed program was:" >&5 5757 $as_echo "$as_me: failed program was:" >&5
5644 sed 's/^/| /' conftest.$ac_ext >&5 5758 sed 's/^/| /' conftest.$ac_ext >&5
5645 5759
5646 5760
5647 fi 5761 fi
5648 5762
5651 done 5765 done
5652 CC=$ac_save_CC 5766 CC=$ac_save_CC
5653 rm -f conftest.$ac_ext 5767 rm -f conftest.$ac_ext
5654 fi 5768 fi
5655 fi 5769 fi
5656 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 5770 { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5657 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } 5771 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5658 if test "$ac_cv_sys_largefile_CC" != no; then 5772 if test "$ac_cv_sys_largefile_CC" != no; then
5659 CC=$CC$ac_cv_sys_largefile_CC 5773 CC=$CC$ac_cv_sys_largefile_CC
5660 fi 5774 fi
5661 5775
5662 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 5776 { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5663 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } 5777 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5664 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 5778 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5665 echo $ECHO_N "(cached) $ECHO_C" >&6 5779 $as_echo_n "(cached) " >&6
5666 else 5780 else
5667 while :; do 5781 while :; do
5668 cat >conftest.$ac_ext <<_ACEOF 5782 cat >conftest.$ac_ext <<_ACEOF
5669 /* confdefs.h. */ 5783 /* confdefs.h. */
5670 _ACEOF 5784 _ACEOF
5692 if { (ac_try="$ac_compile" 5806 if { (ac_try="$ac_compile"
5693 case "(($ac_try" in 5807 case "(($ac_try" in
5694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5695 *) ac_try_echo=$ac_try;; 5809 *) ac_try_echo=$ac_try;;
5696 esac 5810 esac
5697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5812 $as_echo "$ac_try_echo") >&5
5698 (eval "$ac_compile") 2>conftest.er1 5813 (eval "$ac_compile") 2>conftest.er1
5699 ac_status=$? 5814 ac_status=$?
5700 grep -v '^ *+' conftest.er1 >conftest.err 5815 grep -v '^ *+' conftest.er1 >conftest.err
5701 rm -f conftest.er1 5816 rm -f conftest.er1
5702 cat conftest.err >&5 5817 cat conftest.err >&5
5703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5704 (exit $ac_status); } && { 5819 (exit $ac_status); } && {
5705 test -z "$ac_c_werror_flag" || 5820 test -z "$ac_c_werror_flag" ||
5706 test ! -s conftest.err 5821 test ! -s conftest.err
5707 } && test -s conftest.$ac_objext; then 5822 } && test -s conftest.$ac_objext; then
5708 ac_cv_sys_file_offset_bits=no; break 5823 ac_cv_sys_file_offset_bits=no; break
5709 else 5824 else
5710 echo "$as_me: failed program was:" >&5 5825 $as_echo "$as_me: failed program was:" >&5
5711 sed 's/^/| /' conftest.$ac_ext >&5 5826 sed 's/^/| /' conftest.$ac_ext >&5
5712 5827
5713 5828
5714 fi 5829 fi
5715 5830
5742 if { (ac_try="$ac_compile" 5857 if { (ac_try="$ac_compile"
5743 case "(($ac_try" in 5858 case "(($ac_try" in
5744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5745 *) ac_try_echo=$ac_try;; 5860 *) ac_try_echo=$ac_try;;
5746 esac 5861 esac
5747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5863 $as_echo "$ac_try_echo") >&5
5748 (eval "$ac_compile") 2>conftest.er1 5864 (eval "$ac_compile") 2>conftest.er1
5749 ac_status=$? 5865 ac_status=$?
5750 grep -v '^ *+' conftest.er1 >conftest.err 5866 grep -v '^ *+' conftest.er1 >conftest.err
5751 rm -f conftest.er1 5867 rm -f conftest.er1
5752 cat conftest.err >&5 5868 cat conftest.err >&5
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); } && { 5870 (exit $ac_status); } && {
5755 test -z "$ac_c_werror_flag" || 5871 test -z "$ac_c_werror_flag" ||
5756 test ! -s conftest.err 5872 test ! -s conftest.err
5757 } && test -s conftest.$ac_objext; then 5873 } && test -s conftest.$ac_objext; then
5758 ac_cv_sys_file_offset_bits=64; break 5874 ac_cv_sys_file_offset_bits=64; break
5759 else 5875 else
5760 echo "$as_me: failed program was:" >&5 5876 $as_echo "$as_me: failed program was:" >&5
5761 sed 's/^/| /' conftest.$ac_ext >&5 5877 sed 's/^/| /' conftest.$ac_ext >&5
5762 5878
5763 5879
5764 fi 5880 fi
5765 5881
5766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5767 ac_cv_sys_file_offset_bits=unknown 5883 ac_cv_sys_file_offset_bits=unknown
5768 break 5884 break
5769 done 5885 done
5770 fi 5886 fi
5771 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 5887 { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5772 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } 5888 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5773 case $ac_cv_sys_file_offset_bits in #( 5889 case $ac_cv_sys_file_offset_bits in #(
5774 no | unknown) ;; 5890 no | unknown) ;;
5775 *) 5891 *)
5776 cat >>confdefs.h <<_ACEOF 5892 cat >>confdefs.h <<_ACEOF
5777 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits 5893 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5778 _ACEOF 5894 _ACEOF
5779 ;; 5895 ;;
5780 esac 5896 esac
5781 rm -f conftest* 5897 rm -rf conftest*
5782 if test $ac_cv_sys_file_offset_bits = unknown; then 5898 if test $ac_cv_sys_file_offset_bits = unknown; then
5783 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 5899 { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5784 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } 5900 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5785 if test "${ac_cv_sys_large_files+set}" = set; then 5901 if test "${ac_cv_sys_large_files+set}" = set; then
5786 echo $ECHO_N "(cached) $ECHO_C" >&6 5902 $as_echo_n "(cached) " >&6
5787 else 5903 else
5788 while :; do 5904 while :; do
5789 cat >conftest.$ac_ext <<_ACEOF 5905 cat >conftest.$ac_ext <<_ACEOF
5790 /* confdefs.h. */ 5906 /* confdefs.h. */
5791 _ACEOF 5907 _ACEOF
5813 if { (ac_try="$ac_compile" 5929 if { (ac_try="$ac_compile"
5814 case "(($ac_try" in 5930 case "(($ac_try" in
5815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5816 *) ac_try_echo=$ac_try;; 5932 *) ac_try_echo=$ac_try;;
5817 esac 5933 esac
5818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5935 $as_echo "$ac_try_echo") >&5
5819 (eval "$ac_compile") 2>conftest.er1 5936 (eval "$ac_compile") 2>conftest.er1
5820 ac_status=$? 5937 ac_status=$?
5821 grep -v '^ *+' conftest.er1 >conftest.err 5938 grep -v '^ *+' conftest.er1 >conftest.err
5822 rm -f conftest.er1 5939 rm -f conftest.er1
5823 cat conftest.err >&5 5940 cat conftest.err >&5
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); } && { 5942 (exit $ac_status); } && {
5826 test -z "$ac_c_werror_flag" || 5943 test -z "$ac_c_werror_flag" ||
5827 test ! -s conftest.err 5944 test ! -s conftest.err
5828 } && test -s conftest.$ac_objext; then 5945 } && test -s conftest.$ac_objext; then
5829 ac_cv_sys_large_files=no; break 5946 ac_cv_sys_large_files=no; break
5830 else 5947 else
5831 echo "$as_me: failed program was:" >&5 5948 $as_echo "$as_me: failed program was:" >&5
5832 sed 's/^/| /' conftest.$ac_ext >&5 5949 sed 's/^/| /' conftest.$ac_ext >&5
5833 5950
5834 5951
5835 fi 5952 fi
5836 5953
5863 if { (ac_try="$ac_compile" 5980 if { (ac_try="$ac_compile"
5864 case "(($ac_try" in 5981 case "(($ac_try" in
5865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5866 *) ac_try_echo=$ac_try;; 5983 *) ac_try_echo=$ac_try;;
5867 esac 5984 esac
5868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5986 $as_echo "$ac_try_echo") >&5
5869 (eval "$ac_compile") 2>conftest.er1 5987 (eval "$ac_compile") 2>conftest.er1
5870 ac_status=$? 5988 ac_status=$?
5871 grep -v '^ *+' conftest.er1 >conftest.err 5989 grep -v '^ *+' conftest.er1 >conftest.err
5872 rm -f conftest.er1 5990 rm -f conftest.er1
5873 cat conftest.err >&5 5991 cat conftest.err >&5
5874 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5875 (exit $ac_status); } && { 5993 (exit $ac_status); } && {
5876 test -z "$ac_c_werror_flag" || 5994 test -z "$ac_c_werror_flag" ||
5877 test ! -s conftest.err 5995 test ! -s conftest.err
5878 } && test -s conftest.$ac_objext; then 5996 } && test -s conftest.$ac_objext; then
5879 ac_cv_sys_large_files=1; break 5997 ac_cv_sys_large_files=1; break
5880 else 5998 else
5881 echo "$as_me: failed program was:" >&5 5999 $as_echo "$as_me: failed program was:" >&5
5882 sed 's/^/| /' conftest.$ac_ext >&5 6000 sed 's/^/| /' conftest.$ac_ext >&5
5883 6001
5884 6002
5885 fi 6003 fi
5886 6004
5887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5888 ac_cv_sys_large_files=unknown 6006 ac_cv_sys_large_files=unknown
5889 break 6007 break
5890 done 6008 done
5891 fi 6009 fi
5892 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 6010 { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5893 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } 6011 $as_echo "$ac_cv_sys_large_files" >&6; }
5894 case $ac_cv_sys_large_files in #( 6012 case $ac_cv_sys_large_files in #(
5895 no | unknown) ;; 6013 no | unknown) ;;
5896 *) 6014 *)
5897 cat >>confdefs.h <<_ACEOF 6015 cat >>confdefs.h <<_ACEOF
5898 #define _LARGE_FILES $ac_cv_sys_large_files 6016 #define _LARGE_FILES $ac_cv_sys_large_files
5899 _ACEOF 6017 _ACEOF
5900 ;; 6018 ;;
5901 esac 6019 esac
5902 rm -f conftest* 6020 rm -rf conftest*
5903 fi 6021 fi
5904 fi 6022 fi
5905 6023
5906 6024
5907 6025
5928 6046
5929 6047
5930 6048
5931 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 6049 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
5932 do 6050 do
5933 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5935 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6053 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6054 $as_echo_n "checking for $ac_header... " >&6; }
5937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5938 echo $ECHO_N "(cached) $ECHO_C" >&6 6056 $as_echo_n "(cached) " >&6
5939 fi 6057 fi
5940 ac_res=`eval echo '${'$as_ac_Header'}'` 6058 ac_res=`eval 'as_val=${'$as_ac_Header'}
5941 { echo "$as_me:$LINENO: result: $ac_res" >&5 6059 $as_echo "$as_val"'`
5942 echo "${ECHO_T}$ac_res" >&6; } 6060 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6061 $as_echo "$ac_res" >&6; }
5943 else 6062 else
5944 # Is the header compilable? 6063 # Is the header compilable?
5945 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6064 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5946 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6065 $as_echo_n "checking $ac_header usability... " >&6; }
5947 cat >conftest.$ac_ext <<_ACEOF 6066 cat >conftest.$ac_ext <<_ACEOF
5948 /* confdefs.h. */ 6067 /* confdefs.h. */
5949 _ACEOF 6068 _ACEOF
5950 cat confdefs.h >>conftest.$ac_ext 6069 cat confdefs.h >>conftest.$ac_ext
5951 cat >>conftest.$ac_ext <<_ACEOF 6070 cat >>conftest.$ac_ext <<_ACEOF
5957 if { (ac_try="$ac_compile" 6076 if { (ac_try="$ac_compile"
5958 case "(($ac_try" in 6077 case "(($ac_try" in
5959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5960 *) ac_try_echo=$ac_try;; 6079 *) ac_try_echo=$ac_try;;
5961 esac 6080 esac
5962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6082 $as_echo "$ac_try_echo") >&5
5963 (eval "$ac_compile") 2>conftest.er1 6083 (eval "$ac_compile") 2>conftest.er1
5964 ac_status=$? 6084 ac_status=$?
5965 grep -v '^ *+' conftest.er1 >conftest.err 6085 grep -v '^ *+' conftest.er1 >conftest.err
5966 rm -f conftest.er1 6086 rm -f conftest.er1
5967 cat conftest.err >&5 6087 cat conftest.err >&5
5968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5969 (exit $ac_status); } && { 6089 (exit $ac_status); } && {
5970 test -z "$ac_c_werror_flag" || 6090 test -z "$ac_c_werror_flag" ||
5971 test ! -s conftest.err 6091 test ! -s conftest.err
5972 } && test -s conftest.$ac_objext; then 6092 } && test -s conftest.$ac_objext; then
5973 ac_header_compiler=yes 6093 ac_header_compiler=yes
5974 else 6094 else
5975 echo "$as_me: failed program was:" >&5 6095 $as_echo "$as_me: failed program was:" >&5
5976 sed 's/^/| /' conftest.$ac_ext >&5 6096 sed 's/^/| /' conftest.$ac_ext >&5
5977 6097
5978 ac_header_compiler=no 6098 ac_header_compiler=no
5979 fi 6099 fi
5980 6100
5981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5982 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6102 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5983 echo "${ECHO_T}$ac_header_compiler" >&6; } 6103 $as_echo "$ac_header_compiler" >&6; }
5984 6104
5985 # Is the header present? 6105 # Is the header present?
5986 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6106 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5987 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6107 $as_echo_n "checking $ac_header presence... " >&6; }
5988 cat >conftest.$ac_ext <<_ACEOF 6108 cat >conftest.$ac_ext <<_ACEOF
5989 /* confdefs.h. */ 6109 /* confdefs.h. */
5990 _ACEOF 6110 _ACEOF
5991 cat confdefs.h >>conftest.$ac_ext 6111 cat confdefs.h >>conftest.$ac_ext
5992 cat >>conftest.$ac_ext <<_ACEOF 6112 cat >>conftest.$ac_ext <<_ACEOF
5996 if { (ac_try="$ac_cpp conftest.$ac_ext" 6116 if { (ac_try="$ac_cpp conftest.$ac_ext"
5997 case "(($ac_try" in 6117 case "(($ac_try" in
5998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5999 *) ac_try_echo=$ac_try;; 6119 *) ac_try_echo=$ac_try;;
6000 esac 6120 esac
6001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6122 $as_echo "$ac_try_echo") >&5
6002 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6123 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6003 ac_status=$? 6124 ac_status=$?
6004 grep -v '^ *+' conftest.er1 >conftest.err 6125 grep -v '^ *+' conftest.er1 >conftest.err
6005 rm -f conftest.er1 6126 rm -f conftest.er1
6006 cat conftest.err >&5 6127 cat conftest.err >&5
6007 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6008 (exit $ac_status); } >/dev/null && { 6129 (exit $ac_status); } >/dev/null && {
6009 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6130 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6010 test ! -s conftest.err 6131 test ! -s conftest.err
6011 }; then 6132 }; then
6012 ac_header_preproc=yes 6133 ac_header_preproc=yes
6013 else 6134 else
6014 echo "$as_me: failed program was:" >&5 6135 $as_echo "$as_me: failed program was:" >&5
6015 sed 's/^/| /' conftest.$ac_ext >&5 6136 sed 's/^/| /' conftest.$ac_ext >&5
6016 6137
6017 ac_header_preproc=no 6138 ac_header_preproc=no
6018 fi 6139 fi
6019 6140
6020 rm -f conftest.err conftest.$ac_ext 6141 rm -f conftest.err conftest.$ac_ext
6021 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6142 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6022 echo "${ECHO_T}$ac_header_preproc" >&6; } 6143 $as_echo "$ac_header_preproc" >&6; }
6023 6144
6024 # So? What about this header? 6145 # So? What about this header?
6025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6026 yes:no: ) 6147 yes:no: )
6027 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6148 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6028 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6149 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6029 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6150 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6030 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6151 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6031 ac_header_preproc=yes 6152 ac_header_preproc=yes
6032 ;; 6153 ;;
6033 no:yes:* ) 6154 no:yes:* )
6034 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6155 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6035 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6156 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6036 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6157 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6037 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6158 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6038 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6159 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6039 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6160 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6040 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6161 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6041 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6162 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6042 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6163 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6043 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6164 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6044 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6165 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6045 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6166 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6046 6167
6047 ;; 6168 ;;
6048 esac 6169 esac
6049 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6170 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6050 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6171 $as_echo_n "checking for $ac_header... " >&6; }
6051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6052 echo $ECHO_N "(cached) $ECHO_C" >&6 6173 $as_echo_n "(cached) " >&6
6053 else 6174 else
6054 eval "$as_ac_Header=\$ac_header_preproc" 6175 eval "$as_ac_Header=\$ac_header_preproc"
6055 fi 6176 fi
6056 ac_res=`eval echo '${'$as_ac_Header'}'` 6177 ac_res=`eval 'as_val=${'$as_ac_Header'}
6057 { echo "$as_me:$LINENO: result: $ac_res" >&5 6178 $as_echo "$as_val"'`
6058 echo "${ECHO_T}$ac_res" >&6; } 6179 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6059 6180 $as_echo "$ac_res" >&6; }
6060 fi 6181
6061 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6182 fi
6183 if test `eval 'as_val=${'$as_ac_Header'}
6184 $as_echo "$as_val"'` = yes; then
6062 cat >>confdefs.h <<_ACEOF 6185 cat >>confdefs.h <<_ACEOF
6063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6064 _ACEOF 6187 _ACEOF
6065 6188
6066 fi 6189 fi
6067 6190
6068 done 6191 done
6069 6192
6070 # Emulation library used on NetBSD. 6193 # Emulation library used on NetBSD.
6071 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5 6194 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6072 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; } 6195 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6073 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 6196 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6074 echo $ECHO_N "(cached) $ECHO_C" >&6 6197 $as_echo_n "(cached) " >&6
6075 else 6198 else
6076 ac_check_lib_save_LIBS=$LIBS 6199 ac_check_lib_save_LIBS=$LIBS
6077 LIBS="-lossaudio $LIBS" 6200 LIBS="-lossaudio $LIBS"
6078 cat >conftest.$ac_ext <<_ACEOF 6201 cat >conftest.$ac_ext <<_ACEOF
6079 /* confdefs.h. */ 6202 /* confdefs.h. */
6101 if { (ac_try="$ac_link" 6224 if { (ac_try="$ac_link"
6102 case "(($ac_try" in 6225 case "(($ac_try" in
6103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6104 *) ac_try_echo=$ac_try;; 6227 *) ac_try_echo=$ac_try;;
6105 esac 6228 esac
6106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6230 $as_echo "$ac_try_echo") >&5
6107 (eval "$ac_link") 2>conftest.er1 6231 (eval "$ac_link") 2>conftest.er1
6108 ac_status=$? 6232 ac_status=$?
6109 grep -v '^ *+' conftest.er1 >conftest.err 6233 grep -v '^ *+' conftest.er1 >conftest.err
6110 rm -f conftest.er1 6234 rm -f conftest.er1
6111 cat conftest.err >&5 6235 cat conftest.err >&5
6112 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6113 (exit $ac_status); } && { 6237 (exit $ac_status); } && {
6114 test -z "$ac_c_werror_flag" || 6238 test -z "$ac_c_werror_flag" ||
6115 test ! -s conftest.err 6239 test ! -s conftest.err
6116 } && test -s conftest$ac_exeext && 6240 } && test -s conftest$ac_exeext && {
6117 $as_test_x conftest$ac_exeext; then 6241 test "$cross_compiling" = yes ||
6242 $as_test_x conftest$ac_exeext
6243 }; then
6118 ac_cv_lib_ossaudio__oss_ioctl=yes 6244 ac_cv_lib_ossaudio__oss_ioctl=yes
6119 else 6245 else
6120 echo "$as_me: failed program was:" >&5 6246 $as_echo "$as_me: failed program was:" >&5
6121 sed 's/^/| /' conftest.$ac_ext >&5 6247 sed 's/^/| /' conftest.$ac_ext >&5
6122 6248
6123 ac_cv_lib_ossaudio__oss_ioctl=no 6249 ac_cv_lib_ossaudio__oss_ioctl=no
6124 fi 6250 fi
6125 6251
6252 rm -rf conftest.dSYM
6126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6127 conftest$ac_exeext conftest.$ac_ext 6254 conftest$ac_exeext conftest.$ac_ext
6128 LIBS=$ac_check_lib_save_LIBS 6255 LIBS=$ac_check_lib_save_LIBS
6129 fi 6256 fi
6130 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 6257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6131 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 6258 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6132 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 6259 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6133 LIBSOUND=-lossaudio 6260 LIBSOUND=-lossaudio
6134 else 6261 else
6135 LIBSOUND= 6262 LIBSOUND=
6136 fi 6263 fi
6142 6269
6143 succeeded=no 6270 succeeded=no
6144 6271
6145 # Extract the first word of "pkg-config", so it can be a program name with args. 6272 # Extract the first word of "pkg-config", so it can be a program name with args.
6146 set dummy pkg-config; ac_word=$2 6273 set dummy pkg-config; ac_word=$2
6147 { echo "$as_me:$LINENO: checking for $ac_word" >&5 6274 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6148 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6275 $as_echo_n "checking for $ac_word... " >&6; }
6149 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 6276 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
6150 echo $ECHO_N "(cached) $ECHO_C" >&6 6277 $as_echo_n "(cached) " >&6
6151 else 6278 else
6152 case $PKG_CONFIG in 6279 case $PKG_CONFIG in
6153 [\\/]* | ?:[\\/]*) 6280 [\\/]* | ?:[\\/]*)
6154 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6281 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6155 ;; 6282 ;;
6160 IFS=$as_save_IFS 6287 IFS=$as_save_IFS
6161 test -z "$as_dir" && as_dir=. 6288 test -z "$as_dir" && as_dir=.
6162 for ac_exec_ext in '' $ac_executable_extensions; do 6289 for ac_exec_ext in '' $ac_executable_extensions; do
6163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6164 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6291 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6292 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6166 break 2 6293 break 2
6167 fi 6294 fi
6168 done 6295 done
6169 done 6296 done
6170 IFS=$as_save_IFS 6297 IFS=$as_save_IFS
6173 ;; 6300 ;;
6174 esac 6301 esac
6175 fi 6302 fi
6176 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 6303 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6177 if test -n "$PKG_CONFIG"; then 6304 if test -n "$PKG_CONFIG"; then
6178 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 6305 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6179 echo "${ECHO_T}$PKG_CONFIG" >&6; } 6306 $as_echo "$PKG_CONFIG" >&6; }
6180 else 6307 else
6181 { echo "$as_me:$LINENO: result: no" >&5 6308 { $as_echo "$as_me:$LINENO: result: no" >&5
6182 echo "${ECHO_T}no" >&6; } 6309 $as_echo "no" >&6; }
6183 fi 6310 fi
6184 6311
6185 6312
6186 6313
6187 if test "$PKG_CONFIG" = "no" ; then 6314 if test "$PKG_CONFIG" = "no" ; then
6188 HAVE_ALSA=no 6315 HAVE_ALSA=no
6189 else 6316 else
6190 PKG_CONFIG_MIN_VERSION=0.9.0 6317 PKG_CONFIG_MIN_VERSION=0.9.0
6191 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 6318 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6192 { echo "$as_me:$LINENO: checking for $ALSA_MODULES" >&5 6319 { $as_echo "$as_me:$LINENO: checking for $ALSA_MODULES" >&5
6193 echo $ECHO_N "checking for $ALSA_MODULES... $ECHO_C" >&6; } 6320 $as_echo_n "checking for $ALSA_MODULES... " >&6; }
6194 6321
6195 if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; then 6322 if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; then
6196 { echo "$as_me:$LINENO: result: yes" >&5 6323 { $as_echo "$as_me:$LINENO: result: yes" >&5
6197 echo "${ECHO_T}yes" >&6; } 6324 $as_echo "yes" >&6; }
6198 succeeded=yes 6325 succeeded=yes
6199 6326
6200 { echo "$as_me:$LINENO: checking ALSA_CFLAGS" >&5 6327 { $as_echo "$as_me:$LINENO: checking ALSA_CFLAGS" >&5
6201 echo $ECHO_N "checking ALSA_CFLAGS... $ECHO_C" >&6; } 6328 $as_echo_n "checking ALSA_CFLAGS... " >&6; }
6202 ALSA_CFLAGS=`$PKG_CONFIG --cflags "$ALSA_MODULES"|sed -e 's,///*,/,g'` 6329 ALSA_CFLAGS=`$PKG_CONFIG --cflags "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6203 { echo "$as_me:$LINENO: result: $ALSA_CFLAGS" >&5 6330 { $as_echo "$as_me:$LINENO: result: $ALSA_CFLAGS" >&5
6204 echo "${ECHO_T}$ALSA_CFLAGS" >&6; } 6331 $as_echo "$ALSA_CFLAGS" >&6; }
6205 6332
6206 { echo "$as_me:$LINENO: checking ALSA_LIBS" >&5 6333 { $as_echo "$as_me:$LINENO: checking ALSA_LIBS" >&5
6207 echo $ECHO_N "checking ALSA_LIBS... $ECHO_C" >&6; } 6334 $as_echo_n "checking ALSA_LIBS... " >&6; }
6208 ALSA_LIBS=`$PKG_CONFIG --libs "$ALSA_MODULES"|sed -e 's,///*,/,g'` 6335 ALSA_LIBS=`$PKG_CONFIG --libs "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6209 { echo "$as_me:$LINENO: result: $ALSA_LIBS" >&5 6336 { $as_echo "$as_me:$LINENO: result: $ALSA_LIBS" >&5
6210 echo "${ECHO_T}$ALSA_LIBS" >&6; } 6337 $as_echo "$ALSA_LIBS" >&6; }
6211 else 6338 else
6212 { echo "$as_me:$LINENO: result: no" >&5 6339 { $as_echo "$as_me:$LINENO: result: no" >&5
6213 echo "${ECHO_T}no" >&6; } 6340 $as_echo "no" >&6; }
6214 ALSA_CFLAGS="" 6341 ALSA_CFLAGS=""
6215 ALSA_LIBS="" 6342 ALSA_LIBS=""
6216 ## If we have a custom action on failure, don't print errors, but 6343 ## If we have a custom action on failure, don't print errors, but
6217 ## do set a variable so people can do so. 6344 ## do set a variable so people can do so.
6218 ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$ALSA_MODULES"` 6345 ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$ALSA_MODULES"`
6257 if { (ac_try="$ac_compile" 6384 if { (ac_try="$ac_compile"
6258 case "(($ac_try" in 6385 case "(($ac_try" in
6259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6260 *) ac_try_echo=$ac_try;; 6387 *) ac_try_echo=$ac_try;;
6261 esac 6388 esac
6262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6390 $as_echo "$ac_try_echo") >&5
6263 (eval "$ac_compile") 2>conftest.er1 6391 (eval "$ac_compile") 2>conftest.er1
6264 ac_status=$? 6392 ac_status=$?
6265 grep -v '^ *+' conftest.er1 >conftest.err 6393 grep -v '^ *+' conftest.er1 >conftest.err
6266 rm -f conftest.er1 6394 rm -f conftest.er1
6267 cat conftest.err >&5 6395 cat conftest.err >&5
6268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); } && { 6397 (exit $ac_status); } && {
6270 test -z "$ac_c_werror_flag" || 6398 test -z "$ac_c_werror_flag" ||
6271 test ! -s conftest.err 6399 test ! -s conftest.err
6272 } && test -s conftest.$ac_objext; then 6400 } && test -s conftest.$ac_objext; then
6273 emacs_alsa_normal=yes 6401 emacs_alsa_normal=yes
6274 else 6402 else
6275 echo "$as_me: failed program was:" >&5 6403 $as_echo "$as_me: failed program was:" >&5
6276 sed 's/^/| /' conftest.$ac_ext >&5 6404 sed 's/^/| /' conftest.$ac_ext >&5
6277 6405
6278 emacs_alsa_normal=no 6406 emacs_alsa_normal=no
6279 fi 6407 fi
6280 6408
6299 if { (ac_try="$ac_compile" 6427 if { (ac_try="$ac_compile"
6300 case "(($ac_try" in 6428 case "(($ac_try" in
6301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6302 *) ac_try_echo=$ac_try;; 6430 *) ac_try_echo=$ac_try;;
6303 esac 6431 esac
6304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6433 $as_echo "$ac_try_echo") >&5
6305 (eval "$ac_compile") 2>conftest.er1 6434 (eval "$ac_compile") 2>conftest.er1
6306 ac_status=$? 6435 ac_status=$?
6307 grep -v '^ *+' conftest.er1 >conftest.err 6436 grep -v '^ *+' conftest.er1 >conftest.err
6308 rm -f conftest.er1 6437 rm -f conftest.er1
6309 cat conftest.err >&5 6438 cat conftest.err >&5
6310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6311 (exit $ac_status); } && { 6440 (exit $ac_status); } && {
6312 test -z "$ac_c_werror_flag" || 6441 test -z "$ac_c_werror_flag" ||
6313 test ! -s conftest.err 6442 test ! -s conftest.err
6314 } && test -s conftest.$ac_objext; then 6443 } && test -s conftest.$ac_objext; then
6315 emacs_alsa_subdir=yes 6444 emacs_alsa_subdir=yes
6316 else 6445 else
6317 echo "$as_me: failed program was:" >&5 6446 $as_echo "$as_me: failed program was:" >&5
6318 sed 's/^/| /' conftest.$ac_ext >&5 6447 sed 's/^/| /' conftest.$ac_ext >&5
6319 6448
6320 emacs_alsa_subdir=no 6449 emacs_alsa_subdir=no
6321 fi 6450 fi
6322 6451
6323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6324 if test "$emacs_alsa_subdir" != yes; then 6453 if test "$emacs_alsa_subdir" != yes; then
6325 { { echo "$as_me:$LINENO: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&5 6454 { { $as_echo "$as_me:$LINENO: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&5
6326 echo "$as_me: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&2;} 6455 $as_echo "$as_me: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&2;}
6327 { (exit 1); exit 1; }; } 6456 { (exit 1); exit 1; }; }
6328 fi 6457 fi
6329 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" 6458 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
6330 fi 6459 fi
6331 6460
6371 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 6500 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
6372 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ 6501 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
6373 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ 6502 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
6374 sys/utsname.h pwd.h 6503 sys/utsname.h pwd.h
6375 do 6504 do
6376 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6505 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6377 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6506 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6378 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6507 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6379 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6508 $as_echo_n "checking for $ac_header... " >&6; }
6380 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6509 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6381 echo $ECHO_N "(cached) $ECHO_C" >&6 6510 $as_echo_n "(cached) " >&6
6382 fi 6511 fi
6383 ac_res=`eval echo '${'$as_ac_Header'}'` 6512 ac_res=`eval 'as_val=${'$as_ac_Header'}
6384 { echo "$as_me:$LINENO: result: $ac_res" >&5 6513 $as_echo "$as_val"'`
6385 echo "${ECHO_T}$ac_res" >&6; } 6514 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6515 $as_echo "$ac_res" >&6; }
6386 else 6516 else
6387 # Is the header compilable? 6517 # Is the header compilable?
6388 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6518 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6389 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6519 $as_echo_n "checking $ac_header usability... " >&6; }
6390 cat >conftest.$ac_ext <<_ACEOF 6520 cat >conftest.$ac_ext <<_ACEOF
6391 /* confdefs.h. */ 6521 /* confdefs.h. */
6392 _ACEOF 6522 _ACEOF
6393 cat confdefs.h >>conftest.$ac_ext 6523 cat confdefs.h >>conftest.$ac_ext
6394 cat >>conftest.$ac_ext <<_ACEOF 6524 cat >>conftest.$ac_ext <<_ACEOF
6400 if { (ac_try="$ac_compile" 6530 if { (ac_try="$ac_compile"
6401 case "(($ac_try" in 6531 case "(($ac_try" in
6402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6403 *) ac_try_echo=$ac_try;; 6533 *) ac_try_echo=$ac_try;;
6404 esac 6534 esac
6405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6536 $as_echo "$ac_try_echo") >&5
6406 (eval "$ac_compile") 2>conftest.er1 6537 (eval "$ac_compile") 2>conftest.er1
6407 ac_status=$? 6538 ac_status=$?
6408 grep -v '^ *+' conftest.er1 >conftest.err 6539 grep -v '^ *+' conftest.er1 >conftest.err
6409 rm -f conftest.er1 6540 rm -f conftest.er1
6410 cat conftest.err >&5 6541 cat conftest.err >&5
6411 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412 (exit $ac_status); } && { 6543 (exit $ac_status); } && {
6413 test -z "$ac_c_werror_flag" || 6544 test -z "$ac_c_werror_flag" ||
6414 test ! -s conftest.err 6545 test ! -s conftest.err
6415 } && test -s conftest.$ac_objext; then 6546 } && test -s conftest.$ac_objext; then
6416 ac_header_compiler=yes 6547 ac_header_compiler=yes
6417 else 6548 else
6418 echo "$as_me: failed program was:" >&5 6549 $as_echo "$as_me: failed program was:" >&5
6419 sed 's/^/| /' conftest.$ac_ext >&5 6550 sed 's/^/| /' conftest.$ac_ext >&5
6420 6551
6421 ac_header_compiler=no 6552 ac_header_compiler=no
6422 fi 6553 fi
6423 6554
6424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6425 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6556 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6426 echo "${ECHO_T}$ac_header_compiler" >&6; } 6557 $as_echo "$ac_header_compiler" >&6; }
6427 6558
6428 # Is the header present? 6559 # Is the header present?
6429 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6560 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6430 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6561 $as_echo_n "checking $ac_header presence... " >&6; }
6431 cat >conftest.$ac_ext <<_ACEOF 6562 cat >conftest.$ac_ext <<_ACEOF
6432 /* confdefs.h. */ 6563 /* confdefs.h. */
6433 _ACEOF 6564 _ACEOF
6434 cat confdefs.h >>conftest.$ac_ext 6565 cat confdefs.h >>conftest.$ac_ext
6435 cat >>conftest.$ac_ext <<_ACEOF 6566 cat >>conftest.$ac_ext <<_ACEOF
6439 if { (ac_try="$ac_cpp conftest.$ac_ext" 6570 if { (ac_try="$ac_cpp conftest.$ac_ext"
6440 case "(($ac_try" in 6571 case "(($ac_try" in
6441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6442 *) ac_try_echo=$ac_try;; 6573 *) ac_try_echo=$ac_try;;
6443 esac 6574 esac
6444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6576 $as_echo "$ac_try_echo") >&5
6445 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6577 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6446 ac_status=$? 6578 ac_status=$?
6447 grep -v '^ *+' conftest.er1 >conftest.err 6579 grep -v '^ *+' conftest.er1 >conftest.err
6448 rm -f conftest.er1 6580 rm -f conftest.er1
6449 cat conftest.err >&5 6581 cat conftest.err >&5
6450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); } >/dev/null && { 6583 (exit $ac_status); } >/dev/null && {
6452 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6584 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6453 test ! -s conftest.err 6585 test ! -s conftest.err
6454 }; then 6586 }; then
6455 ac_header_preproc=yes 6587 ac_header_preproc=yes
6456 else 6588 else
6457 echo "$as_me: failed program was:" >&5 6589 $as_echo "$as_me: failed program was:" >&5
6458 sed 's/^/| /' conftest.$ac_ext >&5 6590 sed 's/^/| /' conftest.$ac_ext >&5
6459 6591
6460 ac_header_preproc=no 6592 ac_header_preproc=no
6461 fi 6593 fi
6462 6594
6463 rm -f conftest.err conftest.$ac_ext 6595 rm -f conftest.err conftest.$ac_ext
6464 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6596 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6465 echo "${ECHO_T}$ac_header_preproc" >&6; } 6597 $as_echo "$ac_header_preproc" >&6; }
6466 6598
6467 # So? What about this header? 6599 # So? What about this header?
6468 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6600 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6469 yes:no: ) 6601 yes:no: )
6470 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6602 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6471 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6603 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6472 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6604 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6473 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6605 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6474 ac_header_preproc=yes 6606 ac_header_preproc=yes
6475 ;; 6607 ;;
6476 no:yes:* ) 6608 no:yes:* )
6477 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6609 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6478 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6610 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6479 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6611 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6480 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6612 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6481 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6613 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6482 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6614 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6483 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6615 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6484 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6616 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6485 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6617 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6486 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6618 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6487 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6619 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6488 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6620 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6489 6621
6490 ;; 6622 ;;
6491 esac 6623 esac
6492 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6624 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6493 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6625 $as_echo_n "checking for $ac_header... " >&6; }
6494 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6626 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6495 echo $ECHO_N "(cached) $ECHO_C" >&6 6627 $as_echo_n "(cached) " >&6
6496 else 6628 else
6497 eval "$as_ac_Header=\$ac_header_preproc" 6629 eval "$as_ac_Header=\$ac_header_preproc"
6498 fi 6630 fi
6499 ac_res=`eval echo '${'$as_ac_Header'}'` 6631 ac_res=`eval 'as_val=${'$as_ac_Header'}
6500 { echo "$as_me:$LINENO: result: $ac_res" >&5 6632 $as_echo "$as_val"'`
6501 echo "${ECHO_T}$ac_res" >&6; } 6633 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6502 6634 $as_echo "$ac_res" >&6; }
6503 fi 6635
6504 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6636 fi
6637 if test `eval 'as_val=${'$as_ac_Header'}
6638 $as_echo "$as_val"'` = yes; then
6505 cat >>confdefs.h <<_ACEOF 6639 cat >>confdefs.h <<_ACEOF
6506 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6640 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6507 _ACEOF 6641 _ACEOF
6508 6642
6509 fi 6643 fi
6510 6644
6511 done 6645 done
6512 6646
6513 6647
6514 { echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5 6648 { $as_echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
6515 echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6; } 6649 $as_echo_n "checking if personality LINUX32 can be set... " >&6; }
6516 cat >conftest.$ac_ext <<_ACEOF 6650 cat >conftest.$ac_ext <<_ACEOF
6517 /* confdefs.h. */ 6651 /* confdefs.h. */
6518 _ACEOF 6652 _ACEOF
6519 cat confdefs.h >>conftest.$ac_ext 6653 cat confdefs.h >>conftest.$ac_ext
6520 cat >>conftest.$ac_ext <<_ACEOF 6654 cat >>conftest.$ac_ext <<_ACEOF
6532 if { (ac_try="$ac_compile" 6666 if { (ac_try="$ac_compile"
6533 case "(($ac_try" in 6667 case "(($ac_try" in
6534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6535 *) ac_try_echo=$ac_try;; 6669 *) ac_try_echo=$ac_try;;
6536 esac 6670 esac
6537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6672 $as_echo "$ac_try_echo") >&5
6538 (eval "$ac_compile") 2>conftest.er1 6673 (eval "$ac_compile") 2>conftest.er1
6539 ac_status=$? 6674 ac_status=$?
6540 grep -v '^ *+' conftest.er1 >conftest.err 6675 grep -v '^ *+' conftest.er1 >conftest.err
6541 rm -f conftest.er1 6676 rm -f conftest.er1
6542 cat conftest.err >&5 6677 cat conftest.err >&5
6543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6544 (exit $ac_status); } && { 6679 (exit $ac_status); } && {
6545 test -z "$ac_c_werror_flag" || 6680 test -z "$ac_c_werror_flag" ||
6546 test ! -s conftest.err 6681 test ! -s conftest.err
6547 } && test -s conftest.$ac_objext; then 6682 } && test -s conftest.$ac_objext; then
6548 emacs_cv_personality_linux32=yes 6683 emacs_cv_personality_linux32=yes
6549 else 6684 else
6550 echo "$as_me: failed program was:" >&5 6685 $as_echo "$as_me: failed program was:" >&5
6551 sed 's/^/| /' conftest.$ac_ext >&5 6686 sed 's/^/| /' conftest.$ac_ext >&5
6552 6687
6553 emacs_cv_personality_linux32=no 6688 emacs_cv_personality_linux32=no
6554 fi 6689 fi
6555 6690
6556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6557 { echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5 6692 { $as_echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5
6558 echo "${ECHO_T}$emacs_cv_personality_linux32" >&6; } 6693 $as_echo "$emacs_cv_personality_linux32" >&6; }
6559 6694
6560 if test $emacs_cv_personality_linux32 = yes; then 6695 if test $emacs_cv_personality_linux32 = yes; then
6561 6696
6562 cat >>confdefs.h <<\_ACEOF 6697 cat >>confdefs.h <<\_ACEOF
6563 #define HAVE_PERSONALITY_LINUX32 1 6698 #define HAVE_PERSONALITY_LINUX32 1
6566 fi 6701 fi
6567 6702
6568 6703
6569 for ac_header in term.h 6704 for ac_header in term.h
6570 do 6705 do
6571 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6706 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6572 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6707 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6573 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6708 $as_echo_n "checking for $ac_header... " >&6; }
6574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6709 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6575 echo $ECHO_N "(cached) $ECHO_C" >&6 6710 $as_echo_n "(cached) " >&6
6576 else 6711 else
6577 cat >conftest.$ac_ext <<_ACEOF 6712 cat >conftest.$ac_ext <<_ACEOF
6578 /* confdefs.h. */ 6713 /* confdefs.h. */
6579 _ACEOF 6714 _ACEOF
6580 cat confdefs.h >>conftest.$ac_ext 6715 cat confdefs.h >>conftest.$ac_ext
6585 if { (ac_try="$ac_cpp conftest.$ac_ext" 6720 if { (ac_try="$ac_cpp conftest.$ac_ext"
6586 case "(($ac_try" in 6721 case "(($ac_try" in
6587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6588 *) ac_try_echo=$ac_try;; 6723 *) ac_try_echo=$ac_try;;
6589 esac 6724 esac
6590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6726 $as_echo "$ac_try_echo") >&5
6591 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6727 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6592 ac_status=$? 6728 ac_status=$?
6593 grep -v '^ *+' conftest.er1 >conftest.err 6729 grep -v '^ *+' conftest.er1 >conftest.err
6594 rm -f conftest.er1 6730 rm -f conftest.er1
6595 cat conftest.err >&5 6731 cat conftest.err >&5
6596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6597 (exit $ac_status); } >/dev/null && { 6733 (exit $ac_status); } >/dev/null && {
6598 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6734 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6599 test ! -s conftest.err 6735 test ! -s conftest.err
6600 }; then 6736 }; then
6601 eval "$as_ac_Header=yes" 6737 eval "$as_ac_Header=yes"
6602 else 6738 else
6603 echo "$as_me: failed program was:" >&5 6739 $as_echo "$as_me: failed program was:" >&5
6604 sed 's/^/| /' conftest.$ac_ext >&5 6740 sed 's/^/| /' conftest.$ac_ext >&5
6605 6741
6606 eval "$as_ac_Header=no" 6742 eval "$as_ac_Header=no"
6607 fi 6743 fi
6608 6744
6609 rm -f conftest.err conftest.$ac_ext 6745 rm -f conftest.err conftest.$ac_ext
6610 fi 6746 fi
6611 ac_res=`eval echo '${'$as_ac_Header'}'` 6747 ac_res=`eval 'as_val=${'$as_ac_Header'}
6612 { echo "$as_me:$LINENO: result: $ac_res" >&5 6748 $as_echo "$as_val"'`
6613 echo "${ECHO_T}$ac_res" >&6; } 6749 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6614 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6750 $as_echo "$ac_res" >&6; }
6751 if test `eval 'as_val=${'$as_ac_Header'}
6752 $as_echo "$as_val"'` = yes; then
6615 cat >>confdefs.h <<_ACEOF 6753 cat >>confdefs.h <<_ACEOF
6616 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6754 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6617 _ACEOF 6755 _ACEOF
6618 6756
6619 fi 6757 fi
6620 6758
6621 done 6759 done
6622 6760
6623 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 6761 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6624 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 6762 $as_echo_n "checking for ANSI C header files... " >&6; }
6625 if test "${ac_cv_header_stdc+set}" = set; then 6763 if test "${ac_cv_header_stdc+set}" = set; then
6626 echo $ECHO_N "(cached) $ECHO_C" >&6 6764 $as_echo_n "(cached) " >&6
6627 else 6765 else
6628 cat >conftest.$ac_ext <<_ACEOF 6766 cat >conftest.$ac_ext <<_ACEOF
6629 /* confdefs.h. */ 6767 /* confdefs.h. */
6630 _ACEOF 6768 _ACEOF
6631 cat confdefs.h >>conftest.$ac_ext 6769 cat confdefs.h >>conftest.$ac_ext
6648 if { (ac_try="$ac_compile" 6786 if { (ac_try="$ac_compile"
6649 case "(($ac_try" in 6787 case "(($ac_try" in
6650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6651 *) ac_try_echo=$ac_try;; 6789 *) ac_try_echo=$ac_try;;
6652 esac 6790 esac
6653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6792 $as_echo "$ac_try_echo") >&5
6654 (eval "$ac_compile") 2>conftest.er1 6793 (eval "$ac_compile") 2>conftest.er1
6655 ac_status=$? 6794 ac_status=$?
6656 grep -v '^ *+' conftest.er1 >conftest.err 6795 grep -v '^ *+' conftest.er1 >conftest.err
6657 rm -f conftest.er1 6796 rm -f conftest.er1
6658 cat conftest.err >&5 6797 cat conftest.err >&5
6659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6660 (exit $ac_status); } && { 6799 (exit $ac_status); } && {
6661 test -z "$ac_c_werror_flag" || 6800 test -z "$ac_c_werror_flag" ||
6662 test ! -s conftest.err 6801 test ! -s conftest.err
6663 } && test -s conftest.$ac_objext; then 6802 } && test -s conftest.$ac_objext; then
6664 ac_cv_header_stdc=yes 6803 ac_cv_header_stdc=yes
6665 else 6804 else
6666 echo "$as_me: failed program was:" >&5 6805 $as_echo "$as_me: failed program was:" >&5
6667 sed 's/^/| /' conftest.$ac_ext >&5 6806 sed 's/^/| /' conftest.$ac_ext >&5
6668 6807
6669 ac_cv_header_stdc=no 6808 ac_cv_header_stdc=no
6670 fi 6809 fi
6671 6810
6753 if { (ac_try="$ac_link" 6892 if { (ac_try="$ac_link"
6754 case "(($ac_try" in 6893 case "(($ac_try" in
6755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6756 *) ac_try_echo=$ac_try;; 6895 *) ac_try_echo=$ac_try;;
6757 esac 6896 esac
6758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6898 $as_echo "$ac_try_echo") >&5
6759 (eval "$ac_link") 2>&5 6899 (eval "$ac_link") 2>&5
6760 ac_status=$? 6900 ac_status=$?
6761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6902 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6763 { (case "(($ac_try" in 6903 { (case "(($ac_try" in
6764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6765 *) ac_try_echo=$ac_try;; 6905 *) ac_try_echo=$ac_try;;
6766 esac 6906 esac
6767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6908 $as_echo "$ac_try_echo") >&5
6768 (eval "$ac_try") 2>&5 6909 (eval "$ac_try") 2>&5
6769 ac_status=$? 6910 ac_status=$?
6770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6771 (exit $ac_status); }; }; then 6912 (exit $ac_status); }; }; then
6772 : 6913 :
6773 else 6914 else
6774 echo "$as_me: program exited with status $ac_status" >&5 6915 $as_echo "$as_me: program exited with status $ac_status" >&5
6775 echo "$as_me: failed program was:" >&5 6916 $as_echo "$as_me: failed program was:" >&5
6776 sed 's/^/| /' conftest.$ac_ext >&5 6917 sed 's/^/| /' conftest.$ac_ext >&5
6777 6918
6778 ( exit $ac_status ) 6919 ( exit $ac_status )
6779 ac_cv_header_stdc=no 6920 ac_cv_header_stdc=no
6780 fi 6921 fi
6922 rm -rf conftest.dSYM
6781 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6923 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6782 fi 6924 fi
6783 6925
6784 6926
6785 fi 6927 fi
6786 fi 6928 fi
6787 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6929 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6788 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 6930 $as_echo "$ac_cv_header_stdc" >&6; }
6789 if test $ac_cv_header_stdc = yes; then 6931 if test $ac_cv_header_stdc = yes; then
6790 6932
6791 cat >>confdefs.h <<\_ACEOF 6933 cat >>confdefs.h <<\_ACEOF
6792 #define STDC_HEADERS 1 6934 #define STDC_HEADERS 1
6793 _ACEOF 6935 _ACEOF
6794 6936
6795 fi 6937 fi
6796 6938
6797 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 6939 { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
6798 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 6940 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
6799 if test "${ac_cv_header_time+set}" = set; then 6941 if test "${ac_cv_header_time+set}" = set; then
6800 echo $ECHO_N "(cached) $ECHO_C" >&6 6942 $as_echo_n "(cached) " >&6
6801 else 6943 else
6802 cat >conftest.$ac_ext <<_ACEOF 6944 cat >conftest.$ac_ext <<_ACEOF
6803 /* confdefs.h. */ 6945 /* confdefs.h. */
6804 _ACEOF 6946 _ACEOF
6805 cat confdefs.h >>conftest.$ac_ext 6947 cat confdefs.h >>conftest.$ac_ext
6822 if { (ac_try="$ac_compile" 6964 if { (ac_try="$ac_compile"
6823 case "(($ac_try" in 6965 case "(($ac_try" in
6824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6825 *) ac_try_echo=$ac_try;; 6967 *) ac_try_echo=$ac_try;;
6826 esac 6968 esac
6827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6970 $as_echo "$ac_try_echo") >&5
6828 (eval "$ac_compile") 2>conftest.er1 6971 (eval "$ac_compile") 2>conftest.er1
6829 ac_status=$? 6972 ac_status=$?
6830 grep -v '^ *+' conftest.er1 >conftest.err 6973 grep -v '^ *+' conftest.er1 >conftest.err
6831 rm -f conftest.er1 6974 rm -f conftest.er1
6832 cat conftest.err >&5 6975 cat conftest.err >&5
6833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834 (exit $ac_status); } && { 6977 (exit $ac_status); } && {
6835 test -z "$ac_c_werror_flag" || 6978 test -z "$ac_c_werror_flag" ||
6836 test ! -s conftest.err 6979 test ! -s conftest.err
6837 } && test -s conftest.$ac_objext; then 6980 } && test -s conftest.$ac_objext; then
6838 ac_cv_header_time=yes 6981 ac_cv_header_time=yes
6839 else 6982 else
6840 echo "$as_me: failed program was:" >&5 6983 $as_echo "$as_me: failed program was:" >&5
6841 sed 's/^/| /' conftest.$ac_ext >&5 6984 sed 's/^/| /' conftest.$ac_ext >&5
6842 6985
6843 ac_cv_header_time=no 6986 ac_cv_header_time=no
6844 fi 6987 fi
6845 6988
6846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6847 fi 6990 fi
6848 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 6991 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
6849 echo "${ECHO_T}$ac_cv_header_time" >&6; } 6992 $as_echo "$ac_cv_header_time" >&6; }
6850 if test $ac_cv_header_time = yes; then 6993 if test $ac_cv_header_time = yes; then
6851 6994
6852 cat >>confdefs.h <<\_ACEOF 6995 cat >>confdefs.h <<\_ACEOF
6853 #define TIME_WITH_SYS_TIME 1 6996 #define TIME_WITH_SYS_TIME 1
6854 _ACEOF 6997 _ACEOF
6855 6998
6856 fi 6999 fi
6857 7000
6858 { echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 7001 { $as_echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
6859 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; } 7002 $as_echo_n "checking whether sys_siglist is declared... " >&6; }
6860 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then 7003 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
6861 echo $ECHO_N "(cached) $ECHO_C" >&6 7004 $as_echo_n "(cached) " >&6
6862 else 7005 else
6863 cat >conftest.$ac_ext <<_ACEOF 7006 cat >conftest.$ac_ext <<_ACEOF
6864 /* confdefs.h. */ 7007 /* confdefs.h. */
6865 _ACEOF 7008 _ACEOF
6866 cat confdefs.h >>conftest.$ac_ext 7009 cat confdefs.h >>conftest.$ac_ext
6882 if { (ac_try="$ac_compile" 7025 if { (ac_try="$ac_compile"
6883 case "(($ac_try" in 7026 case "(($ac_try" in
6884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6885 *) ac_try_echo=$ac_try;; 7028 *) ac_try_echo=$ac_try;;
6886 esac 7029 esac
6887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7031 $as_echo "$ac_try_echo") >&5
6888 (eval "$ac_compile") 2>conftest.er1 7032 (eval "$ac_compile") 2>conftest.er1
6889 ac_status=$? 7033 ac_status=$?
6890 grep -v '^ *+' conftest.er1 >conftest.err 7034 grep -v '^ *+' conftest.er1 >conftest.err
6891 rm -f conftest.er1 7035 rm -f conftest.er1
6892 cat conftest.err >&5 7036 cat conftest.err >&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } && { 7038 (exit $ac_status); } && {
6895 test -z "$ac_c_werror_flag" || 7039 test -z "$ac_c_werror_flag" ||
6896 test ! -s conftest.err 7040 test ! -s conftest.err
6897 } && test -s conftest.$ac_objext; then 7041 } && test -s conftest.$ac_objext; then
6898 ac_cv_have_decl_sys_siglist=yes 7042 ac_cv_have_decl_sys_siglist=yes
6899 else 7043 else
6900 echo "$as_me: failed program was:" >&5 7044 $as_echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.$ac_ext >&5 7045 sed 's/^/| /' conftest.$ac_ext >&5
6902 7046
6903 ac_cv_have_decl_sys_siglist=no 7047 ac_cv_have_decl_sys_siglist=no
6904 fi 7048 fi
6905 7049
6906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6907 fi 7051 fi
6908 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 7052 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
6909 echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; } 7053 $as_echo "$ac_cv_have_decl_sys_siglist" >&6; }
6910 if test $ac_cv_have_decl_sys_siglist = yes; then 7054 if test $ac_cv_have_decl_sys_siglist = yes; then
6911 7055
6912 cat >>confdefs.h <<_ACEOF 7056 cat >>confdefs.h <<_ACEOF
6913 #define HAVE_DECL_SYS_SIGLIST 1 7057 #define HAVE_DECL_SYS_SIGLIST 1
6914 _ACEOF 7058 _ACEOF
6923 fi 7067 fi
6924 7068
6925 7069
6926 if test $ac_cv_have_decl_sys_siglist != yes; then 7070 if test $ac_cv_have_decl_sys_siglist != yes; then
6927 # For Tru64, at least: 7071 # For Tru64, at least:
6928 { echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5 7072 { $as_echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5
6929 echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6; } 7073 $as_echo_n "checking whether __sys_siglist is declared... " >&6; }
6930 if test "${ac_cv_have_decl___sys_siglist+set}" = set; then 7074 if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
6931 echo $ECHO_N "(cached) $ECHO_C" >&6 7075 $as_echo_n "(cached) " >&6
6932 else 7076 else
6933 cat >conftest.$ac_ext <<_ACEOF 7077 cat >conftest.$ac_ext <<_ACEOF
6934 /* confdefs.h. */ 7078 /* confdefs.h. */
6935 _ACEOF 7079 _ACEOF
6936 cat confdefs.h >>conftest.$ac_ext 7080 cat confdefs.h >>conftest.$ac_ext
6952 if { (ac_try="$ac_compile" 7096 if { (ac_try="$ac_compile"
6953 case "(($ac_try" in 7097 case "(($ac_try" in
6954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6955 *) ac_try_echo=$ac_try;; 7099 *) ac_try_echo=$ac_try;;
6956 esac 7100 esac
6957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7102 $as_echo "$ac_try_echo") >&5
6958 (eval "$ac_compile") 2>conftest.er1 7103 (eval "$ac_compile") 2>conftest.er1
6959 ac_status=$? 7104 ac_status=$?
6960 grep -v '^ *+' conftest.er1 >conftest.err 7105 grep -v '^ *+' conftest.er1 >conftest.err
6961 rm -f conftest.er1 7106 rm -f conftest.er1
6962 cat conftest.err >&5 7107 cat conftest.err >&5
6963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6964 (exit $ac_status); } && { 7109 (exit $ac_status); } && {
6965 test -z "$ac_c_werror_flag" || 7110 test -z "$ac_c_werror_flag" ||
6966 test ! -s conftest.err 7111 test ! -s conftest.err
6967 } && test -s conftest.$ac_objext; then 7112 } && test -s conftest.$ac_objext; then
6968 ac_cv_have_decl___sys_siglist=yes 7113 ac_cv_have_decl___sys_siglist=yes
6969 else 7114 else
6970 echo "$as_me: failed program was:" >&5 7115 $as_echo "$as_me: failed program was:" >&5
6971 sed 's/^/| /' conftest.$ac_ext >&5 7116 sed 's/^/| /' conftest.$ac_ext >&5
6972 7117
6973 ac_cv_have_decl___sys_siglist=no 7118 ac_cv_have_decl___sys_siglist=no
6974 fi 7119 fi
6975 7120
6976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6977 fi 7122 fi
6978 { echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 7123 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
6979 echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6; } 7124 $as_echo "$ac_cv_have_decl___sys_siglist" >&6; }
6980 if test $ac_cv_have_decl___sys_siglist = yes; then 7125 if test $ac_cv_have_decl___sys_siglist = yes; then
6981 7126
6982 cat >>confdefs.h <<_ACEOF 7127 cat >>confdefs.h <<_ACEOF
6983 #define HAVE_DECL___SYS_SIGLIST 1 7128 #define HAVE_DECL___SYS_SIGLIST 1
6984 _ACEOF 7129 _ACEOF
6999 #define sys_siglist __sys_siglist 7144 #define sys_siglist __sys_siglist
7000 _ACEOF 7145 _ACEOF
7001 7146
7002 fi 7147 fi
7003 fi 7148 fi
7004 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 7149 { $as_echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7005 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; } 7150 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
7006 if test "${ac_cv_header_sys_wait_h+set}" = set; then 7151 if test "${ac_cv_header_sys_wait_h+set}" = set; then
7007 echo $ECHO_N "(cached) $ECHO_C" >&6 7152 $as_echo_n "(cached) " >&6
7008 else 7153 else
7009 cat >conftest.$ac_ext <<_ACEOF 7154 cat >conftest.$ac_ext <<_ACEOF
7010 /* confdefs.h. */ 7155 /* confdefs.h. */
7011 _ACEOF 7156 _ACEOF
7012 cat confdefs.h >>conftest.$ac_ext 7157 cat confdefs.h >>conftest.$ac_ext
7035 if { (ac_try="$ac_compile" 7180 if { (ac_try="$ac_compile"
7036 case "(($ac_try" in 7181 case "(($ac_try" in
7037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7038 *) ac_try_echo=$ac_try;; 7183 *) ac_try_echo=$ac_try;;
7039 esac 7184 esac
7040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7186 $as_echo "$ac_try_echo") >&5
7041 (eval "$ac_compile") 2>conftest.er1 7187 (eval "$ac_compile") 2>conftest.er1
7042 ac_status=$? 7188 ac_status=$?
7043 grep -v '^ *+' conftest.er1 >conftest.err 7189 grep -v '^ *+' conftest.er1 >conftest.err
7044 rm -f conftest.er1 7190 rm -f conftest.er1
7045 cat conftest.err >&5 7191 cat conftest.err >&5
7046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7047 (exit $ac_status); } && { 7193 (exit $ac_status); } && {
7048 test -z "$ac_c_werror_flag" || 7194 test -z "$ac_c_werror_flag" ||
7049 test ! -s conftest.err 7195 test ! -s conftest.err
7050 } && test -s conftest.$ac_objext; then 7196 } && test -s conftest.$ac_objext; then
7051 ac_cv_header_sys_wait_h=yes 7197 ac_cv_header_sys_wait_h=yes
7052 else 7198 else
7053 echo "$as_me: failed program was:" >&5 7199 $as_echo "$as_me: failed program was:" >&5
7054 sed 's/^/| /' conftest.$ac_ext >&5 7200 sed 's/^/| /' conftest.$ac_ext >&5
7055 7201
7056 ac_cv_header_sys_wait_h=no 7202 ac_cv_header_sys_wait_h=no
7057 fi 7203 fi
7058 7204
7059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7060 fi 7206 fi
7061 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 7207 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7062 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; } 7208 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
7063 if test $ac_cv_header_sys_wait_h = yes; then 7209 if test $ac_cv_header_sys_wait_h = yes; then
7064 7210
7065 cat >>confdefs.h <<\_ACEOF 7211 cat >>confdefs.h <<\_ACEOF
7066 #define HAVE_SYS_WAIT_H 1 7212 #define HAVE_SYS_WAIT_H 1
7067 _ACEOF 7213 _ACEOF
7068 7214
7069 fi 7215 fi
7070 7216
7071 7217
7072 { echo "$as_me:$LINENO: checking for struct utimbuf" >&5 7218 { $as_echo "$as_me:$LINENO: checking for struct utimbuf" >&5
7073 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6; } 7219 $as_echo_n "checking for struct utimbuf... " >&6; }
7074 if test "${emacs_cv_struct_utimbuf+set}" = set; then 7220 if test "${emacs_cv_struct_utimbuf+set}" = set; then
7075 echo $ECHO_N "(cached) $ECHO_C" >&6 7221 $as_echo_n "(cached) " >&6
7076 else 7222 else
7077 cat >conftest.$ac_ext <<_ACEOF 7223 cat >conftest.$ac_ext <<_ACEOF
7078 /* confdefs.h. */ 7224 /* confdefs.h. */
7079 _ACEOF 7225 _ACEOF
7080 cat confdefs.h >>conftest.$ac_ext 7226 cat confdefs.h >>conftest.$ac_ext
7105 if { (ac_try="$ac_compile" 7251 if { (ac_try="$ac_compile"
7106 case "(($ac_try" in 7252 case "(($ac_try" in
7107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7108 *) ac_try_echo=$ac_try;; 7254 *) ac_try_echo=$ac_try;;
7109 esac 7255 esac
7110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7257 $as_echo "$ac_try_echo") >&5
7111 (eval "$ac_compile") 2>conftest.er1 7258 (eval "$ac_compile") 2>conftest.er1
7112 ac_status=$? 7259 ac_status=$?
7113 grep -v '^ *+' conftest.er1 >conftest.err 7260 grep -v '^ *+' conftest.er1 >conftest.err
7114 rm -f conftest.er1 7261 rm -f conftest.er1
7115 cat conftest.err >&5 7262 cat conftest.err >&5
7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7117 (exit $ac_status); } && { 7264 (exit $ac_status); } && {
7118 test -z "$ac_c_werror_flag" || 7265 test -z "$ac_c_werror_flag" ||
7119 test ! -s conftest.err 7266 test ! -s conftest.err
7120 } && test -s conftest.$ac_objext; then 7267 } && test -s conftest.$ac_objext; then
7121 emacs_cv_struct_utimbuf=yes 7268 emacs_cv_struct_utimbuf=yes
7122 else 7269 else
7123 echo "$as_me: failed program was:" >&5 7270 $as_echo "$as_me: failed program was:" >&5
7124 sed 's/^/| /' conftest.$ac_ext >&5 7271 sed 's/^/| /' conftest.$ac_ext >&5
7125 7272
7126 emacs_cv_struct_utimbuf=no 7273 emacs_cv_struct_utimbuf=no
7127 fi 7274 fi
7128 7275
7129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7130 fi 7277 fi
7131 { echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 7278 { $as_echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
7132 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6; } 7279 $as_echo "$emacs_cv_struct_utimbuf" >&6; }
7133 if test $emacs_cv_struct_utimbuf = yes; then 7280 if test $emacs_cv_struct_utimbuf = yes; then
7134 7281
7135 cat >>confdefs.h <<\_ACEOF 7282 cat >>confdefs.h <<\_ACEOF
7136 #define HAVE_STRUCT_UTIMBUF 1 7283 #define HAVE_STRUCT_UTIMBUF 1
7137 _ACEOF 7284 _ACEOF
7138 7285
7139 fi 7286 fi
7140 7287
7141 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 7288 { $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7142 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 7289 $as_echo_n "checking return type of signal handlers... " >&6; }
7143 if test "${ac_cv_type_signal+set}" = set; then 7290 if test "${ac_cv_type_signal+set}" = set; then
7144 echo $ECHO_N "(cached) $ECHO_C" >&6 7291 $as_echo_n "(cached) " >&6
7145 else 7292 else
7146 cat >conftest.$ac_ext <<_ACEOF 7293 cat >conftest.$ac_ext <<_ACEOF
7147 /* confdefs.h. */ 7294 /* confdefs.h. */
7148 _ACEOF 7295 _ACEOF
7149 cat confdefs.h >>conftest.$ac_ext 7296 cat confdefs.h >>conftest.$ac_ext
7164 if { (ac_try="$ac_compile" 7311 if { (ac_try="$ac_compile"
7165 case "(($ac_try" in 7312 case "(($ac_try" in
7166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7167 *) ac_try_echo=$ac_try;; 7314 *) ac_try_echo=$ac_try;;
7168 esac 7315 esac
7169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7317 $as_echo "$ac_try_echo") >&5
7170 (eval "$ac_compile") 2>conftest.er1 7318 (eval "$ac_compile") 2>conftest.er1
7171 ac_status=$? 7319 ac_status=$?
7172 grep -v '^ *+' conftest.er1 >conftest.err 7320 grep -v '^ *+' conftest.er1 >conftest.err
7173 rm -f conftest.er1 7321 rm -f conftest.er1
7174 cat conftest.err >&5 7322 cat conftest.err >&5
7175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7176 (exit $ac_status); } && { 7324 (exit $ac_status); } && {
7177 test -z "$ac_c_werror_flag" || 7325 test -z "$ac_c_werror_flag" ||
7178 test ! -s conftest.err 7326 test ! -s conftest.err
7179 } && test -s conftest.$ac_objext; then 7327 } && test -s conftest.$ac_objext; then
7180 ac_cv_type_signal=int 7328 ac_cv_type_signal=int
7181 else 7329 else
7182 echo "$as_me: failed program was:" >&5 7330 $as_echo "$as_me: failed program was:" >&5
7183 sed 's/^/| /' conftest.$ac_ext >&5 7331 sed 's/^/| /' conftest.$ac_ext >&5
7184 7332
7185 ac_cv_type_signal=void 7333 ac_cv_type_signal=void
7186 fi 7334 fi
7187 7335
7188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7189 fi 7337 fi
7190 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 7338 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7191 echo "${ECHO_T}$ac_cv_type_signal" >&6; } 7339 $as_echo "$ac_cv_type_signal" >&6; }
7192 7340
7193 cat >>confdefs.h <<_ACEOF 7341 cat >>confdefs.h <<_ACEOF
7194 #define RETSIGTYPE $ac_cv_type_signal 7342 #define RETSIGTYPE $ac_cv_type_signal
7195 _ACEOF 7343 _ACEOF
7196 7344
7197 7345
7198 7346
7199 { echo "$as_me:$LINENO: checking for speed_t" >&5 7347 { $as_echo "$as_me:$LINENO: checking for speed_t" >&5
7200 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6; } 7348 $as_echo_n "checking for speed_t... " >&6; }
7201 if test "${emacs_cv_speed_t+set}" = set; then 7349 if test "${emacs_cv_speed_t+set}" = set; then
7202 echo $ECHO_N "(cached) $ECHO_C" >&6 7350 $as_echo_n "(cached) " >&6
7203 else 7351 else
7204 cat >conftest.$ac_ext <<_ACEOF 7352 cat >conftest.$ac_ext <<_ACEOF
7205 /* confdefs.h. */ 7353 /* confdefs.h. */
7206 _ACEOF 7354 _ACEOF
7207 cat confdefs.h >>conftest.$ac_ext 7355 cat confdefs.h >>conftest.$ac_ext
7220 if { (ac_try="$ac_compile" 7368 if { (ac_try="$ac_compile"
7221 case "(($ac_try" in 7369 case "(($ac_try" in
7222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7223 *) ac_try_echo=$ac_try;; 7371 *) ac_try_echo=$ac_try;;
7224 esac 7372 esac
7225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7374 $as_echo "$ac_try_echo") >&5
7226 (eval "$ac_compile") 2>conftest.er1 7375 (eval "$ac_compile") 2>conftest.er1
7227 ac_status=$? 7376 ac_status=$?
7228 grep -v '^ *+' conftest.er1 >conftest.err 7377 grep -v '^ *+' conftest.er1 >conftest.err
7229 rm -f conftest.er1 7378 rm -f conftest.er1
7230 cat conftest.err >&5 7379 cat conftest.err >&5
7231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7232 (exit $ac_status); } && { 7381 (exit $ac_status); } && {
7233 test -z "$ac_c_werror_flag" || 7382 test -z "$ac_c_werror_flag" ||
7234 test ! -s conftest.err 7383 test ! -s conftest.err
7235 } && test -s conftest.$ac_objext; then 7384 } && test -s conftest.$ac_objext; then
7236 emacs_cv_speed_t=yes 7385 emacs_cv_speed_t=yes
7237 else 7386 else
7238 echo "$as_me: failed program was:" >&5 7387 $as_echo "$as_me: failed program was:" >&5
7239 sed 's/^/| /' conftest.$ac_ext >&5 7388 sed 's/^/| /' conftest.$ac_ext >&5
7240 7389
7241 emacs_cv_speed_t=no 7390 emacs_cv_speed_t=no
7242 fi 7391 fi
7243 7392
7244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7245 fi 7394 fi
7246 { echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 7395 { $as_echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
7247 echo "${ECHO_T}$emacs_cv_speed_t" >&6; } 7396 $as_echo "$emacs_cv_speed_t" >&6; }
7248 if test $emacs_cv_speed_t = yes; then 7397 if test $emacs_cv_speed_t = yes; then
7249 7398
7250 cat >>confdefs.h <<\_ACEOF 7399 cat >>confdefs.h <<\_ACEOF
7251 #define HAVE_SPEED_T 1 7400 #define HAVE_SPEED_T 1
7252 _ACEOF 7401 _ACEOF
7253 7402
7254 fi 7403 fi
7255 7404
7256 { echo "$as_me:$LINENO: checking for struct timeval" >&5 7405 { $as_echo "$as_me:$LINENO: checking for struct timeval" >&5
7257 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; } 7406 $as_echo_n "checking for struct timeval... " >&6; }
7258 if test "${emacs_cv_struct_timeval+set}" = set; then 7407 if test "${emacs_cv_struct_timeval+set}" = set; then
7259 echo $ECHO_N "(cached) $ECHO_C" >&6 7408 $as_echo_n "(cached) " >&6
7260 else 7409 else
7261 cat >conftest.$ac_ext <<_ACEOF 7410 cat >conftest.$ac_ext <<_ACEOF
7262 /* confdefs.h. */ 7411 /* confdefs.h. */
7263 _ACEOF 7412 _ACEOF
7264 cat confdefs.h >>conftest.$ac_ext 7413 cat confdefs.h >>conftest.$ac_ext
7286 if { (ac_try="$ac_compile" 7435 if { (ac_try="$ac_compile"
7287 case "(($ac_try" in 7436 case "(($ac_try" in
7288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7289 *) ac_try_echo=$ac_try;; 7438 *) ac_try_echo=$ac_try;;
7290 esac 7439 esac
7291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7441 $as_echo "$ac_try_echo") >&5
7292 (eval "$ac_compile") 2>conftest.er1 7442 (eval "$ac_compile") 2>conftest.er1
7293 ac_status=$? 7443 ac_status=$?
7294 grep -v '^ *+' conftest.er1 >conftest.err 7444 grep -v '^ *+' conftest.er1 >conftest.err
7295 rm -f conftest.er1 7445 rm -f conftest.er1
7296 cat conftest.err >&5 7446 cat conftest.err >&5
7297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7298 (exit $ac_status); } && { 7448 (exit $ac_status); } && {
7299 test -z "$ac_c_werror_flag" || 7449 test -z "$ac_c_werror_flag" ||
7300 test ! -s conftest.err 7450 test ! -s conftest.err
7301 } && test -s conftest.$ac_objext; then 7451 } && test -s conftest.$ac_objext; then
7302 emacs_cv_struct_timeval=yes 7452 emacs_cv_struct_timeval=yes
7303 else 7453 else
7304 echo "$as_me: failed program was:" >&5 7454 $as_echo "$as_me: failed program was:" >&5
7305 sed 's/^/| /' conftest.$ac_ext >&5 7455 sed 's/^/| /' conftest.$ac_ext >&5
7306 7456
7307 emacs_cv_struct_timeval=no 7457 emacs_cv_struct_timeval=no
7308 fi 7458 fi
7309 7459
7310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7311 fi 7461 fi
7312 { echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 7462 { $as_echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
7313 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6; } 7463 $as_echo "$emacs_cv_struct_timeval" >&6; }
7314 HAVE_TIMEVAL=$emacs_cv_struct_timeval 7464 HAVE_TIMEVAL=$emacs_cv_struct_timeval
7315 if test $emacs_cv_struct_timeval = yes; then 7465 if test $emacs_cv_struct_timeval = yes; then
7316 7466
7317 cat >>confdefs.h <<\_ACEOF 7467 cat >>confdefs.h <<\_ACEOF
7318 #define HAVE_TIMEVAL 1 7468 #define HAVE_TIMEVAL 1
7319 _ACEOF 7469 _ACEOF
7320 7470
7321 fi 7471 fi
7322 7472
7323 { echo "$as_me:$LINENO: checking for struct exception" >&5 7473 { $as_echo "$as_me:$LINENO: checking for struct exception" >&5
7324 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6; } 7474 $as_echo_n "checking for struct exception... " >&6; }
7325 if test "${emacs_cv_struct_exception+set}" = set; then 7475 if test "${emacs_cv_struct_exception+set}" = set; then
7326 echo $ECHO_N "(cached) $ECHO_C" >&6 7476 $as_echo_n "(cached) " >&6
7327 else 7477 else
7328 cat >conftest.$ac_ext <<_ACEOF 7478 cat >conftest.$ac_ext <<_ACEOF
7329 /* confdefs.h. */ 7479 /* confdefs.h. */
7330 _ACEOF 7480 _ACEOF
7331 cat confdefs.h >>conftest.$ac_ext 7481 cat confdefs.h >>conftest.$ac_ext
7344 if { (ac_try="$ac_compile" 7494 if { (ac_try="$ac_compile"
7345 case "(($ac_try" in 7495 case "(($ac_try" in
7346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7347 *) ac_try_echo=$ac_try;; 7497 *) ac_try_echo=$ac_try;;
7348 esac 7498 esac
7349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7500 $as_echo "$ac_try_echo") >&5
7350 (eval "$ac_compile") 2>conftest.er1 7501 (eval "$ac_compile") 2>conftest.er1
7351 ac_status=$? 7502 ac_status=$?
7352 grep -v '^ *+' conftest.er1 >conftest.err 7503 grep -v '^ *+' conftest.er1 >conftest.err
7353 rm -f conftest.er1 7504 rm -f conftest.er1
7354 cat conftest.err >&5 7505 cat conftest.err >&5
7355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7356 (exit $ac_status); } && { 7507 (exit $ac_status); } && {
7357 test -z "$ac_c_werror_flag" || 7508 test -z "$ac_c_werror_flag" ||
7358 test ! -s conftest.err 7509 test ! -s conftest.err
7359 } && test -s conftest.$ac_objext; then 7510 } && test -s conftest.$ac_objext; then
7360 emacs_cv_struct_exception=yes 7511 emacs_cv_struct_exception=yes
7361 else 7512 else
7362 echo "$as_me: failed program was:" >&5 7513 $as_echo "$as_me: failed program was:" >&5
7363 sed 's/^/| /' conftest.$ac_ext >&5 7514 sed 's/^/| /' conftest.$ac_ext >&5
7364 7515
7365 emacs_cv_struct_exception=no 7516 emacs_cv_struct_exception=no
7366 fi 7517 fi
7367 7518
7368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7369 fi 7520 fi
7370 { echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 7521 { $as_echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
7371 echo "${ECHO_T}$emacs_cv_struct_exception" >&6; } 7522 $as_echo "$emacs_cv_struct_exception" >&6; }
7372 HAVE_EXCEPTION=$emacs_cv_struct_exception 7523 HAVE_EXCEPTION=$emacs_cv_struct_exception
7373 if test $emacs_cv_struct_exception != yes; then 7524 if test $emacs_cv_struct_exception != yes; then
7374 7525
7375 cat >>confdefs.h <<\_ACEOF 7526 cat >>confdefs.h <<\_ACEOF
7376 #define NO_MATHERR 1 7527 #define NO_MATHERR 1
7379 fi 7530 fi
7380 7531
7381 7532
7382 for ac_header in sys/socket.h 7533 for ac_header in sys/socket.h
7383 do 7534 do
7384 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7535 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7536 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7386 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7537 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7387 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7538 $as_echo_n "checking for $ac_header... " >&6; }
7388 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7389 echo $ECHO_N "(cached) $ECHO_C" >&6 7540 $as_echo_n "(cached) " >&6
7390 fi 7541 fi
7391 ac_res=`eval echo '${'$as_ac_Header'}'` 7542 ac_res=`eval 'as_val=${'$as_ac_Header'}
7392 { echo "$as_me:$LINENO: result: $ac_res" >&5 7543 $as_echo "$as_val"'`
7393 echo "${ECHO_T}$ac_res" >&6; } 7544 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7545 $as_echo "$ac_res" >&6; }
7394 else 7546 else
7395 # Is the header compilable? 7547 # Is the header compilable?
7396 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7548 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7397 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7549 $as_echo_n "checking $ac_header usability... " >&6; }
7398 cat >conftest.$ac_ext <<_ACEOF 7550 cat >conftest.$ac_ext <<_ACEOF
7399 /* confdefs.h. */ 7551 /* confdefs.h. */
7400 _ACEOF 7552 _ACEOF
7401 cat confdefs.h >>conftest.$ac_ext 7553 cat confdefs.h >>conftest.$ac_ext
7402 cat >>conftest.$ac_ext <<_ACEOF 7554 cat >>conftest.$ac_ext <<_ACEOF
7408 if { (ac_try="$ac_compile" 7560 if { (ac_try="$ac_compile"
7409 case "(($ac_try" in 7561 case "(($ac_try" in
7410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7411 *) ac_try_echo=$ac_try;; 7563 *) ac_try_echo=$ac_try;;
7412 esac 7564 esac
7413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7566 $as_echo "$ac_try_echo") >&5
7414 (eval "$ac_compile") 2>conftest.er1 7567 (eval "$ac_compile") 2>conftest.er1
7415 ac_status=$? 7568 ac_status=$?
7416 grep -v '^ *+' conftest.er1 >conftest.err 7569 grep -v '^ *+' conftest.er1 >conftest.err
7417 rm -f conftest.er1 7570 rm -f conftest.er1
7418 cat conftest.err >&5 7571 cat conftest.err >&5
7419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7420 (exit $ac_status); } && { 7573 (exit $ac_status); } && {
7421 test -z "$ac_c_werror_flag" || 7574 test -z "$ac_c_werror_flag" ||
7422 test ! -s conftest.err 7575 test ! -s conftest.err
7423 } && test -s conftest.$ac_objext; then 7576 } && test -s conftest.$ac_objext; then
7424 ac_header_compiler=yes 7577 ac_header_compiler=yes
7425 else 7578 else
7426 echo "$as_me: failed program was:" >&5 7579 $as_echo "$as_me: failed program was:" >&5
7427 sed 's/^/| /' conftest.$ac_ext >&5 7580 sed 's/^/| /' conftest.$ac_ext >&5
7428 7581
7429 ac_header_compiler=no 7582 ac_header_compiler=no
7430 fi 7583 fi
7431 7584
7432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7433 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7586 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7434 echo "${ECHO_T}$ac_header_compiler" >&6; } 7587 $as_echo "$ac_header_compiler" >&6; }
7435 7588
7436 # Is the header present? 7589 # Is the header present?
7437 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7590 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7438 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7591 $as_echo_n "checking $ac_header presence... " >&6; }
7439 cat >conftest.$ac_ext <<_ACEOF 7592 cat >conftest.$ac_ext <<_ACEOF
7440 /* confdefs.h. */ 7593 /* confdefs.h. */
7441 _ACEOF 7594 _ACEOF
7442 cat confdefs.h >>conftest.$ac_ext 7595 cat confdefs.h >>conftest.$ac_ext
7443 cat >>conftest.$ac_ext <<_ACEOF 7596 cat >>conftest.$ac_ext <<_ACEOF
7447 if { (ac_try="$ac_cpp conftest.$ac_ext" 7600 if { (ac_try="$ac_cpp conftest.$ac_ext"
7448 case "(($ac_try" in 7601 case "(($ac_try" in
7449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7450 *) ac_try_echo=$ac_try;; 7603 *) ac_try_echo=$ac_try;;
7451 esac 7604 esac
7452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7606 $as_echo "$ac_try_echo") >&5
7453 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7454 ac_status=$? 7608 ac_status=$?
7455 grep -v '^ *+' conftest.er1 >conftest.err 7609 grep -v '^ *+' conftest.er1 >conftest.err
7456 rm -f conftest.er1 7610 rm -f conftest.er1
7457 cat conftest.err >&5 7611 cat conftest.err >&5
7458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7459 (exit $ac_status); } >/dev/null && { 7613 (exit $ac_status); } >/dev/null && {
7460 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7461 test ! -s conftest.err 7615 test ! -s conftest.err
7462 }; then 7616 }; then
7463 ac_header_preproc=yes 7617 ac_header_preproc=yes
7464 else 7618 else
7465 echo "$as_me: failed program was:" >&5 7619 $as_echo "$as_me: failed program was:" >&5
7466 sed 's/^/| /' conftest.$ac_ext >&5 7620 sed 's/^/| /' conftest.$ac_ext >&5
7467 7621
7468 ac_header_preproc=no 7622 ac_header_preproc=no
7469 fi 7623 fi
7470 7624
7471 rm -f conftest.err conftest.$ac_ext 7625 rm -f conftest.err conftest.$ac_ext
7472 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7626 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7473 echo "${ECHO_T}$ac_header_preproc" >&6; } 7627 $as_echo "$ac_header_preproc" >&6; }
7474 7628
7475 # So? What about this header? 7629 # So? What about this header?
7476 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7630 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7477 yes:no: ) 7631 yes:no: )
7478 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7632 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7479 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7633 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7634 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7481 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7635 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7482 ac_header_preproc=yes 7636 ac_header_preproc=yes
7483 ;; 7637 ;;
7484 no:yes:* ) 7638 no:yes:* )
7485 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7639 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7486 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7640 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7487 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7641 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7488 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7642 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7489 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7643 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7490 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7644 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7491 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7645 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7492 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7646 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7493 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7647 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7494 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7648 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7495 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7649 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7496 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7650 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7497 7651
7498 ;; 7652 ;;
7499 esac 7653 esac
7500 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7654 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7501 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7655 $as_echo_n "checking for $ac_header... " >&6; }
7502 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7656 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7503 echo $ECHO_N "(cached) $ECHO_C" >&6 7657 $as_echo_n "(cached) " >&6
7504 else 7658 else
7505 eval "$as_ac_Header=\$ac_header_preproc" 7659 eval "$as_ac_Header=\$ac_header_preproc"
7506 fi 7660 fi
7507 ac_res=`eval echo '${'$as_ac_Header'}'` 7661 ac_res=`eval 'as_val=${'$as_ac_Header'}
7508 { echo "$as_me:$LINENO: result: $ac_res" >&5 7662 $as_echo "$as_val"'`
7509 echo "${ECHO_T}$ac_res" >&6; } 7663 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7510 7664 $as_echo "$ac_res" >&6; }
7511 fi 7665
7512 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7666 fi
7667 if test `eval 'as_val=${'$as_ac_Header'}
7668 $as_echo "$as_val"'` = yes; then
7513 cat >>confdefs.h <<_ACEOF 7669 cat >>confdefs.h <<_ACEOF
7514 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7670 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7515 _ACEOF 7671 _ACEOF
7516 7672
7517 fi 7673 fi
7518 7674
7519 done 7675 done
7520 7676
7521 7677
7522 for ac_header in net/if.h 7678 for ac_header in net/if.h
7523 do 7679 do
7524 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7680 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7525 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7681 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7526 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7682 $as_echo_n "checking for $ac_header... " >&6; }
7527 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7683 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7528 echo $ECHO_N "(cached) $ECHO_C" >&6 7684 $as_echo_n "(cached) " >&6
7529 else 7685 else
7530 cat >conftest.$ac_ext <<_ACEOF 7686 cat >conftest.$ac_ext <<_ACEOF
7531 /* confdefs.h. */ 7687 /* confdefs.h. */
7532 _ACEOF 7688 _ACEOF
7533 cat confdefs.h >>conftest.$ac_ext 7689 cat confdefs.h >>conftest.$ac_ext
7544 if { (ac_try="$ac_compile" 7700 if { (ac_try="$ac_compile"
7545 case "(($ac_try" in 7701 case "(($ac_try" in
7546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7547 *) ac_try_echo=$ac_try;; 7703 *) ac_try_echo=$ac_try;;
7548 esac 7704 esac
7549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7706 $as_echo "$ac_try_echo") >&5
7550 (eval "$ac_compile") 2>conftest.er1 7707 (eval "$ac_compile") 2>conftest.er1
7551 ac_status=$? 7708 ac_status=$?
7552 grep -v '^ *+' conftest.er1 >conftest.err 7709 grep -v '^ *+' conftest.er1 >conftest.err
7553 rm -f conftest.er1 7710 rm -f conftest.er1
7554 cat conftest.err >&5 7711 cat conftest.err >&5
7555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7556 (exit $ac_status); } && { 7713 (exit $ac_status); } && {
7557 test -z "$ac_c_werror_flag" || 7714 test -z "$ac_c_werror_flag" ||
7558 test ! -s conftest.err 7715 test ! -s conftest.err
7559 } && test -s conftest.$ac_objext; then 7716 } && test -s conftest.$ac_objext; then
7560 eval "$as_ac_Header=yes" 7717 eval "$as_ac_Header=yes"
7561 else 7718 else
7562 echo "$as_me: failed program was:" >&5 7719 $as_echo "$as_me: failed program was:" >&5
7563 sed 's/^/| /' conftest.$ac_ext >&5 7720 sed 's/^/| /' conftest.$ac_ext >&5
7564 7721
7565 eval "$as_ac_Header=no" 7722 eval "$as_ac_Header=no"
7566 fi 7723 fi
7567 7724
7568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7569 fi 7726 fi
7570 ac_res=`eval echo '${'$as_ac_Header'}'` 7727 ac_res=`eval 'as_val=${'$as_ac_Header'}
7571 { echo "$as_me:$LINENO: result: $ac_res" >&5 7728 $as_echo "$as_val"'`
7572 echo "${ECHO_T}$ac_res" >&6; } 7729 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7573 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7730 $as_echo "$ac_res" >&6; }
7731 if test `eval 'as_val=${'$as_ac_Header'}
7732 $as_echo "$as_val"'` = yes; then
7574 cat >>confdefs.h <<_ACEOF 7733 cat >>confdefs.h <<_ACEOF
7575 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7734 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7576 _ACEOF 7735 _ACEOF
7577 7736
7578 fi 7737 fi
7579 7738
7580 done 7739 done
7581 7740
7582 7741
7583 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 7742 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7584 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 7743 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
7585 if test "${ac_cv_struct_tm+set}" = set; then 7744 if test "${ac_cv_struct_tm+set}" = set; then
7586 echo $ECHO_N "(cached) $ECHO_C" >&6 7745 $as_echo_n "(cached) " >&6
7587 else 7746 else
7588 cat >conftest.$ac_ext <<_ACEOF 7747 cat >conftest.$ac_ext <<_ACEOF
7589 /* confdefs.h. */ 7748 /* confdefs.h. */
7590 _ACEOF 7749 _ACEOF
7591 cat confdefs.h >>conftest.$ac_ext 7750 cat confdefs.h >>conftest.$ac_ext
7597 int 7756 int
7598 main () 7757 main ()
7599 { 7758 {
7600 struct tm tm; 7759 struct tm tm;
7601 int *p = &tm.tm_sec; 7760 int *p = &tm.tm_sec;
7602 return !p; 7761 return !p;
7603 ; 7762 ;
7604 return 0; 7763 return 0;
7605 } 7764 }
7606 _ACEOF 7765 _ACEOF
7607 rm -f conftest.$ac_objext 7766 rm -f conftest.$ac_objext
7608 if { (ac_try="$ac_compile" 7767 if { (ac_try="$ac_compile"
7609 case "(($ac_try" in 7768 case "(($ac_try" in
7610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7611 *) ac_try_echo=$ac_try;; 7770 *) ac_try_echo=$ac_try;;
7612 esac 7771 esac
7613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7773 $as_echo "$ac_try_echo") >&5
7614 (eval "$ac_compile") 2>conftest.er1 7774 (eval "$ac_compile") 2>conftest.er1
7615 ac_status=$? 7775 ac_status=$?
7616 grep -v '^ *+' conftest.er1 >conftest.err 7776 grep -v '^ *+' conftest.er1 >conftest.err
7617 rm -f conftest.er1 7777 rm -f conftest.er1
7618 cat conftest.err >&5 7778 cat conftest.err >&5
7619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7620 (exit $ac_status); } && { 7780 (exit $ac_status); } && {
7621 test -z "$ac_c_werror_flag" || 7781 test -z "$ac_c_werror_flag" ||
7622 test ! -s conftest.err 7782 test ! -s conftest.err
7623 } && test -s conftest.$ac_objext; then 7783 } && test -s conftest.$ac_objext; then
7624 ac_cv_struct_tm=time.h 7784 ac_cv_struct_tm=time.h
7625 else 7785 else
7626 echo "$as_me: failed program was:" >&5 7786 $as_echo "$as_me: failed program was:" >&5
7627 sed 's/^/| /' conftest.$ac_ext >&5 7787 sed 's/^/| /' conftest.$ac_ext >&5
7628 7788
7629 ac_cv_struct_tm=sys/time.h 7789 ac_cv_struct_tm=sys/time.h
7630 fi 7790 fi
7631 7791
7632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7633 fi 7793 fi
7634 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 7794 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7635 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 7795 $as_echo "$ac_cv_struct_tm" >&6; }
7636 if test $ac_cv_struct_tm = sys/time.h; then 7796 if test $ac_cv_struct_tm = sys/time.h; then
7637 7797
7638 cat >>confdefs.h <<\_ACEOF 7798 cat >>confdefs.h <<\_ACEOF
7639 #define TM_IN_SYS_TIME 1 7799 #define TM_IN_SYS_TIME 1
7640 _ACEOF 7800 _ACEOF
7641 7801
7642 fi 7802 fi
7643 7803
7644 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 7804 { $as_echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
7645 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; } 7805 $as_echo_n "checking for struct tm.tm_zone... " >&6; }
7646 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 7806 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
7647 echo $ECHO_N "(cached) $ECHO_C" >&6 7807 $as_echo_n "(cached) " >&6
7648 else 7808 else
7649 cat >conftest.$ac_ext <<_ACEOF 7809 cat >conftest.$ac_ext <<_ACEOF
7650 /* confdefs.h. */ 7810 /* confdefs.h. */
7651 _ACEOF 7811 _ACEOF
7652 cat confdefs.h >>conftest.$ac_ext 7812 cat confdefs.h >>conftest.$ac_ext
7670 if { (ac_try="$ac_compile" 7830 if { (ac_try="$ac_compile"
7671 case "(($ac_try" in 7831 case "(($ac_try" in
7672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7673 *) ac_try_echo=$ac_try;; 7833 *) ac_try_echo=$ac_try;;
7674 esac 7834 esac
7675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7836 $as_echo "$ac_try_echo") >&5
7676 (eval "$ac_compile") 2>conftest.er1 7837 (eval "$ac_compile") 2>conftest.er1
7677 ac_status=$? 7838 ac_status=$?
7678 grep -v '^ *+' conftest.er1 >conftest.err 7839 grep -v '^ *+' conftest.er1 >conftest.err
7679 rm -f conftest.er1 7840 rm -f conftest.er1
7680 cat conftest.err >&5 7841 cat conftest.err >&5
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); } && { 7843 (exit $ac_status); } && {
7683 test -z "$ac_c_werror_flag" || 7844 test -z "$ac_c_werror_flag" ||
7684 test ! -s conftest.err 7845 test ! -s conftest.err
7685 } && test -s conftest.$ac_objext; then 7846 } && test -s conftest.$ac_objext; then
7686 ac_cv_member_struct_tm_tm_zone=yes 7847 ac_cv_member_struct_tm_tm_zone=yes
7687 else 7848 else
7688 echo "$as_me: failed program was:" >&5 7849 $as_echo "$as_me: failed program was:" >&5
7689 sed 's/^/| /' conftest.$ac_ext >&5 7850 sed 's/^/| /' conftest.$ac_ext >&5
7690 7851
7691 cat >conftest.$ac_ext <<_ACEOF 7852 cat >conftest.$ac_ext <<_ACEOF
7692 /* confdefs.h. */ 7853 /* confdefs.h. */
7693 _ACEOF 7854 _ACEOF
7712 if { (ac_try="$ac_compile" 7873 if { (ac_try="$ac_compile"
7713 case "(($ac_try" in 7874 case "(($ac_try" in
7714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7715 *) ac_try_echo=$ac_try;; 7876 *) ac_try_echo=$ac_try;;
7716 esac 7877 esac
7717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7879 $as_echo "$ac_try_echo") >&5
7718 (eval "$ac_compile") 2>conftest.er1 7880 (eval "$ac_compile") 2>conftest.er1
7719 ac_status=$? 7881 ac_status=$?
7720 grep -v '^ *+' conftest.er1 >conftest.err 7882 grep -v '^ *+' conftest.er1 >conftest.err
7721 rm -f conftest.er1 7883 rm -f conftest.er1
7722 cat conftest.err >&5 7884 cat conftest.err >&5
7723 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7724 (exit $ac_status); } && { 7886 (exit $ac_status); } && {
7725 test -z "$ac_c_werror_flag" || 7887 test -z "$ac_c_werror_flag" ||
7726 test ! -s conftest.err 7888 test ! -s conftest.err
7727 } && test -s conftest.$ac_objext; then 7889 } && test -s conftest.$ac_objext; then
7728 ac_cv_member_struct_tm_tm_zone=yes 7890 ac_cv_member_struct_tm_tm_zone=yes
7729 else 7891 else
7730 echo "$as_me: failed program was:" >&5 7892 $as_echo "$as_me: failed program was:" >&5
7731 sed 's/^/| /' conftest.$ac_ext >&5 7893 sed 's/^/| /' conftest.$ac_ext >&5
7732 7894
7733 ac_cv_member_struct_tm_tm_zone=no 7895 ac_cv_member_struct_tm_tm_zone=no
7734 fi 7896 fi
7735 7897
7736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7737 fi 7899 fi
7738 7900
7739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7740 fi 7902 fi
7741 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 7903 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
7742 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; } 7904 $as_echo "$ac_cv_member_struct_tm_tm_zone" >&6; }
7743 if test $ac_cv_member_struct_tm_tm_zone = yes; then 7905 if test $ac_cv_member_struct_tm_tm_zone = yes; then
7744 7906
7745 cat >>confdefs.h <<_ACEOF 7907 cat >>confdefs.h <<_ACEOF
7746 #define HAVE_STRUCT_TM_TM_ZONE 1 7908 #define HAVE_STRUCT_TM_TM_ZONE 1
7747 _ACEOF 7909 _ACEOF
7754 cat >>confdefs.h <<\_ACEOF 7916 cat >>confdefs.h <<\_ACEOF
7755 #define HAVE_TM_ZONE 1 7917 #define HAVE_TM_ZONE 1
7756 _ACEOF 7918 _ACEOF
7757 7919
7758 else 7920 else
7759 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5 7921 { $as_echo "$as_me:$LINENO: checking whether tzname is declared" >&5
7760 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; } 7922 $as_echo_n "checking whether tzname is declared... " >&6; }
7761 if test "${ac_cv_have_decl_tzname+set}" = set; then 7923 if test "${ac_cv_have_decl_tzname+set}" = set; then
7762 echo $ECHO_N "(cached) $ECHO_C" >&6 7924 $as_echo_n "(cached) " >&6
7763 else 7925 else
7764 cat >conftest.$ac_ext <<_ACEOF 7926 cat >conftest.$ac_ext <<_ACEOF
7765 /* confdefs.h. */ 7927 /* confdefs.h. */
7766 _ACEOF 7928 _ACEOF
7767 cat confdefs.h >>conftest.$ac_ext 7929 cat confdefs.h >>conftest.$ac_ext
7784 if { (ac_try="$ac_compile" 7946 if { (ac_try="$ac_compile"
7785 case "(($ac_try" in 7947 case "(($ac_try" in
7786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7787 *) ac_try_echo=$ac_try;; 7949 *) ac_try_echo=$ac_try;;
7788 esac 7950 esac
7789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7952 $as_echo "$ac_try_echo") >&5
7790 (eval "$ac_compile") 2>conftest.er1 7953 (eval "$ac_compile") 2>conftest.er1
7791 ac_status=$? 7954 ac_status=$?
7792 grep -v '^ *+' conftest.er1 >conftest.err 7955 grep -v '^ *+' conftest.er1 >conftest.err
7793 rm -f conftest.er1 7956 rm -f conftest.er1
7794 cat conftest.err >&5 7957 cat conftest.err >&5
7795 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7796 (exit $ac_status); } && { 7959 (exit $ac_status); } && {
7797 test -z "$ac_c_werror_flag" || 7960 test -z "$ac_c_werror_flag" ||
7798 test ! -s conftest.err 7961 test ! -s conftest.err
7799 } && test -s conftest.$ac_objext; then 7962 } && test -s conftest.$ac_objext; then
7800 ac_cv_have_decl_tzname=yes 7963 ac_cv_have_decl_tzname=yes
7801 else 7964 else
7802 echo "$as_me: failed program was:" >&5 7965 $as_echo "$as_me: failed program was:" >&5
7803 sed 's/^/| /' conftest.$ac_ext >&5 7966 sed 's/^/| /' conftest.$ac_ext >&5
7804 7967
7805 ac_cv_have_decl_tzname=no 7968 ac_cv_have_decl_tzname=no
7806 fi 7969 fi
7807 7970
7808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7809 fi 7972 fi
7810 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 7973 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
7811 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; } 7974 $as_echo "$ac_cv_have_decl_tzname" >&6; }
7812 if test $ac_cv_have_decl_tzname = yes; then 7975 if test $ac_cv_have_decl_tzname = yes; then
7813 7976
7814 cat >>confdefs.h <<_ACEOF 7977 cat >>confdefs.h <<_ACEOF
7815 #define HAVE_DECL_TZNAME 1 7978 #define HAVE_DECL_TZNAME 1
7816 _ACEOF 7979 _ACEOF
7823 7986
7824 7987
7825 fi 7988 fi
7826 7989
7827 7990
7828 { echo "$as_me:$LINENO: checking for tzname" >&5 7991 { $as_echo "$as_me:$LINENO: checking for tzname" >&5
7829 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; } 7992 $as_echo_n "checking for tzname... " >&6; }
7830 if test "${ac_cv_var_tzname+set}" = set; then 7993 if test "${ac_cv_var_tzname+set}" = set; then
7831 echo $ECHO_N "(cached) $ECHO_C" >&6 7994 $as_echo_n "(cached) " >&6
7832 else 7995 else
7833 cat >conftest.$ac_ext <<_ACEOF 7996 cat >conftest.$ac_ext <<_ACEOF
7834 /* confdefs.h. */ 7997 /* confdefs.h. */
7835 _ACEOF 7998 _ACEOF
7836 cat confdefs.h >>conftest.$ac_ext 7999 cat confdefs.h >>conftest.$ac_ext
7853 if { (ac_try="$ac_link" 8016 if { (ac_try="$ac_link"
7854 case "(($ac_try" in 8017 case "(($ac_try" in
7855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7856 *) ac_try_echo=$ac_try;; 8019 *) ac_try_echo=$ac_try;;
7857 esac 8020 esac
7858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8022 $as_echo "$ac_try_echo") >&5
7859 (eval "$ac_link") 2>conftest.er1 8023 (eval "$ac_link") 2>conftest.er1
7860 ac_status=$? 8024 ac_status=$?
7861 grep -v '^ *+' conftest.er1 >conftest.err 8025 grep -v '^ *+' conftest.er1 >conftest.err
7862 rm -f conftest.er1 8026 rm -f conftest.er1
7863 cat conftest.err >&5 8027 cat conftest.err >&5
7864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7865 (exit $ac_status); } && { 8029 (exit $ac_status); } && {
7866 test -z "$ac_c_werror_flag" || 8030 test -z "$ac_c_werror_flag" ||
7867 test ! -s conftest.err 8031 test ! -s conftest.err
7868 } && test -s conftest$ac_exeext && 8032 } && test -s conftest$ac_exeext && {
7869 $as_test_x conftest$ac_exeext; then 8033 test "$cross_compiling" = yes ||
8034 $as_test_x conftest$ac_exeext
8035 }; then
7870 ac_cv_var_tzname=yes 8036 ac_cv_var_tzname=yes
7871 else 8037 else
7872 echo "$as_me: failed program was:" >&5 8038 $as_echo "$as_me: failed program was:" >&5
7873 sed 's/^/| /' conftest.$ac_ext >&5 8039 sed 's/^/| /' conftest.$ac_ext >&5
7874 8040
7875 ac_cv_var_tzname=no 8041 ac_cv_var_tzname=no
7876 fi 8042 fi
7877 8043
8044 rm -rf conftest.dSYM
7878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7879 conftest$ac_exeext conftest.$ac_ext 8046 conftest$ac_exeext conftest.$ac_ext
7880 fi 8047 fi
7881 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 8048 { $as_echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
7882 echo "${ECHO_T}$ac_cv_var_tzname" >&6; } 8049 $as_echo "$ac_cv_var_tzname" >&6; }
7883 if test $ac_cv_var_tzname = yes; then 8050 if test $ac_cv_var_tzname = yes; then
7884 8051
7885 cat >>confdefs.h <<\_ACEOF 8052 cat >>confdefs.h <<\_ACEOF
7886 #define HAVE_TZNAME 1 8053 #define HAVE_TZNAME 1
7887 _ACEOF 8054 _ACEOF
7888 8055
7889 fi 8056 fi
7890 fi 8057 fi
7891 8058
7892 { echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5 8059 { $as_echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
7893 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; } 8060 $as_echo_n "checking for struct tm.tm_gmtoff... " >&6; }
7894 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then 8061 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
7895 echo $ECHO_N "(cached) $ECHO_C" >&6 8062 $as_echo_n "(cached) " >&6
7896 else 8063 else
7897 cat >conftest.$ac_ext <<_ACEOF 8064 cat >conftest.$ac_ext <<_ACEOF
7898 /* confdefs.h. */ 8065 /* confdefs.h. */
7899 _ACEOF 8066 _ACEOF
7900 cat confdefs.h >>conftest.$ac_ext 8067 cat confdefs.h >>conftest.$ac_ext
7916 if { (ac_try="$ac_compile" 8083 if { (ac_try="$ac_compile"
7917 case "(($ac_try" in 8084 case "(($ac_try" in
7918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7919 *) ac_try_echo=$ac_try;; 8086 *) ac_try_echo=$ac_try;;
7920 esac 8087 esac
7921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8089 $as_echo "$ac_try_echo") >&5
7922 (eval "$ac_compile") 2>conftest.er1 8090 (eval "$ac_compile") 2>conftest.er1
7923 ac_status=$? 8091 ac_status=$?
7924 grep -v '^ *+' conftest.er1 >conftest.err 8092 grep -v '^ *+' conftest.er1 >conftest.err
7925 rm -f conftest.er1 8093 rm -f conftest.er1
7926 cat conftest.err >&5 8094 cat conftest.err >&5
7927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7928 (exit $ac_status); } && { 8096 (exit $ac_status); } && {
7929 test -z "$ac_c_werror_flag" || 8097 test -z "$ac_c_werror_flag" ||
7930 test ! -s conftest.err 8098 test ! -s conftest.err
7931 } && test -s conftest.$ac_objext; then 8099 } && test -s conftest.$ac_objext; then
7932 ac_cv_member_struct_tm_tm_gmtoff=yes 8100 ac_cv_member_struct_tm_tm_gmtoff=yes
7933 else 8101 else
7934 echo "$as_me: failed program was:" >&5 8102 $as_echo "$as_me: failed program was:" >&5
7935 sed 's/^/| /' conftest.$ac_ext >&5 8103 sed 's/^/| /' conftest.$ac_ext >&5
7936 8104
7937 cat >conftest.$ac_ext <<_ACEOF 8105 cat >conftest.$ac_ext <<_ACEOF
7938 /* confdefs.h. */ 8106 /* confdefs.h. */
7939 _ACEOF 8107 _ACEOF
7956 if { (ac_try="$ac_compile" 8124 if { (ac_try="$ac_compile"
7957 case "(($ac_try" in 8125 case "(($ac_try" in
7958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7959 *) ac_try_echo=$ac_try;; 8127 *) ac_try_echo=$ac_try;;
7960 esac 8128 esac
7961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8130 $as_echo "$ac_try_echo") >&5
7962 (eval "$ac_compile") 2>conftest.er1 8131 (eval "$ac_compile") 2>conftest.er1
7963 ac_status=$? 8132 ac_status=$?
7964 grep -v '^ *+' conftest.er1 >conftest.err 8133 grep -v '^ *+' conftest.er1 >conftest.err
7965 rm -f conftest.er1 8134 rm -f conftest.er1
7966 cat conftest.err >&5 8135 cat conftest.err >&5
7967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7968 (exit $ac_status); } && { 8137 (exit $ac_status); } && {
7969 test -z "$ac_c_werror_flag" || 8138 test -z "$ac_c_werror_flag" ||
7970 test ! -s conftest.err 8139 test ! -s conftest.err
7971 } && test -s conftest.$ac_objext; then 8140 } && test -s conftest.$ac_objext; then
7972 ac_cv_member_struct_tm_tm_gmtoff=yes 8141 ac_cv_member_struct_tm_tm_gmtoff=yes
7973 else 8142 else
7974 echo "$as_me: failed program was:" >&5 8143 $as_echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5 8144 sed 's/^/| /' conftest.$ac_ext >&5
7976 8145
7977 ac_cv_member_struct_tm_tm_gmtoff=no 8146 ac_cv_member_struct_tm_tm_gmtoff=no
7978 fi 8147 fi
7979 8148
7980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7981 fi 8150 fi
7982 8151
7983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7984 fi 8153 fi
7985 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 8154 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
7986 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; } 8155 $as_echo "$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
7987 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then 8156 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
7988 8157
7989 cat >>confdefs.h <<\_ACEOF 8158 cat >>confdefs.h <<\_ACEOF
7990 #define HAVE_TM_GMTOFF 1 8159 #define HAVE_TM_GMTOFF 1
7991 _ACEOF 8160 _ACEOF
7992 8161
7993 fi 8162 fi
7994 8163
7995 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_flags" >&5 8164 { $as_echo "$as_me:$LINENO: checking for struct ifreq.ifr_flags" >&5
7996 echo $ECHO_N "checking for struct ifreq.ifr_flags... $ECHO_C" >&6; } 8165 $as_echo_n "checking for struct ifreq.ifr_flags... " >&6; }
7997 if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then 8166 if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
7998 echo $ECHO_N "(cached) $ECHO_C" >&6 8167 $as_echo_n "(cached) " >&6
7999 else 8168 else
8000 cat >conftest.$ac_ext <<_ACEOF 8169 cat >conftest.$ac_ext <<_ACEOF
8001 /* confdefs.h. */ 8170 /* confdefs.h. */
8002 _ACEOF 8171 _ACEOF
8003 cat confdefs.h >>conftest.$ac_ext 8172 cat confdefs.h >>conftest.$ac_ext
8025 if { (ac_try="$ac_compile" 8194 if { (ac_try="$ac_compile"
8026 case "(($ac_try" in 8195 case "(($ac_try" in
8027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8028 *) ac_try_echo=$ac_try;; 8197 *) ac_try_echo=$ac_try;;
8029 esac 8198 esac
8030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8200 $as_echo "$ac_try_echo") >&5
8031 (eval "$ac_compile") 2>conftest.er1 8201 (eval "$ac_compile") 2>conftest.er1
8032 ac_status=$? 8202 ac_status=$?
8033 grep -v '^ *+' conftest.er1 >conftest.err 8203 grep -v '^ *+' conftest.er1 >conftest.err
8034 rm -f conftest.er1 8204 rm -f conftest.er1
8035 cat conftest.err >&5 8205 cat conftest.err >&5
8036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8037 (exit $ac_status); } && { 8207 (exit $ac_status); } && {
8038 test -z "$ac_c_werror_flag" || 8208 test -z "$ac_c_werror_flag" ||
8039 test ! -s conftest.err 8209 test ! -s conftest.err
8040 } && test -s conftest.$ac_objext; then 8210 } && test -s conftest.$ac_objext; then
8041 ac_cv_member_struct_ifreq_ifr_flags=yes 8211 ac_cv_member_struct_ifreq_ifr_flags=yes
8042 else 8212 else
8043 echo "$as_me: failed program was:" >&5 8213 $as_echo "$as_me: failed program was:" >&5
8044 sed 's/^/| /' conftest.$ac_ext >&5 8214 sed 's/^/| /' conftest.$ac_ext >&5
8045 8215
8046 cat >conftest.$ac_ext <<_ACEOF 8216 cat >conftest.$ac_ext <<_ACEOF
8047 /* confdefs.h. */ 8217 /* confdefs.h. */
8048 _ACEOF 8218 _ACEOF
8071 if { (ac_try="$ac_compile" 8241 if { (ac_try="$ac_compile"
8072 case "(($ac_try" in 8242 case "(($ac_try" in
8073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8074 *) ac_try_echo=$ac_try;; 8244 *) ac_try_echo=$ac_try;;
8075 esac 8245 esac
8076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8247 $as_echo "$ac_try_echo") >&5
8077 (eval "$ac_compile") 2>conftest.er1 8248 (eval "$ac_compile") 2>conftest.er1
8078 ac_status=$? 8249 ac_status=$?
8079 grep -v '^ *+' conftest.er1 >conftest.err 8250 grep -v '^ *+' conftest.er1 >conftest.err
8080 rm -f conftest.er1 8251 rm -f conftest.er1
8081 cat conftest.err >&5 8252 cat conftest.err >&5
8082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083 (exit $ac_status); } && { 8254 (exit $ac_status); } && {
8084 test -z "$ac_c_werror_flag" || 8255 test -z "$ac_c_werror_flag" ||
8085 test ! -s conftest.err 8256 test ! -s conftest.err
8086 } && test -s conftest.$ac_objext; then 8257 } && test -s conftest.$ac_objext; then
8087 ac_cv_member_struct_ifreq_ifr_flags=yes 8258 ac_cv_member_struct_ifreq_ifr_flags=yes
8088 else 8259 else
8089 echo "$as_me: failed program was:" >&5 8260 $as_echo "$as_me: failed program was:" >&5
8090 sed 's/^/| /' conftest.$ac_ext >&5 8261 sed 's/^/| /' conftest.$ac_ext >&5
8091 8262
8092 ac_cv_member_struct_ifreq_ifr_flags=no 8263 ac_cv_member_struct_ifreq_ifr_flags=no
8093 fi 8264 fi
8094 8265
8095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8096 fi 8267 fi
8097 8268
8098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8099 fi 8270 fi
8100 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 8271 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
8101 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6; } 8272 $as_echo "$ac_cv_member_struct_ifreq_ifr_flags" >&6; }
8102 if test $ac_cv_member_struct_ifreq_ifr_flags = yes; then 8273 if test $ac_cv_member_struct_ifreq_ifr_flags = yes; then
8103 8274
8104 cat >>confdefs.h <<_ACEOF 8275 cat >>confdefs.h <<_ACEOF
8105 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 8276 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
8106 _ACEOF 8277 _ACEOF
8107 8278
8108 8279
8109 fi 8280 fi
8110 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_hwaddr" >&5 8281 { $as_echo "$as_me:$LINENO: checking for struct ifreq.ifr_hwaddr" >&5
8111 echo $ECHO_N "checking for struct ifreq.ifr_hwaddr... $ECHO_C" >&6; } 8282 $as_echo_n "checking for struct ifreq.ifr_hwaddr... " >&6; }
8112 if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then 8283 if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
8113 echo $ECHO_N "(cached) $ECHO_C" >&6 8284 $as_echo_n "(cached) " >&6
8114 else 8285 else
8115 cat >conftest.$ac_ext <<_ACEOF 8286 cat >conftest.$ac_ext <<_ACEOF
8116 /* confdefs.h. */ 8287 /* confdefs.h. */
8117 _ACEOF 8288 _ACEOF
8118 cat confdefs.h >>conftest.$ac_ext 8289 cat confdefs.h >>conftest.$ac_ext
8140 if { (ac_try="$ac_compile" 8311 if { (ac_try="$ac_compile"
8141 case "(($ac_try" in 8312 case "(($ac_try" in
8142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8143 *) ac_try_echo=$ac_try;; 8314 *) ac_try_echo=$ac_try;;
8144 esac 8315 esac
8145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8317 $as_echo "$ac_try_echo") >&5
8146 (eval "$ac_compile") 2>conftest.er1 8318 (eval "$ac_compile") 2>conftest.er1
8147 ac_status=$? 8319 ac_status=$?
8148 grep -v '^ *+' conftest.er1 >conftest.err 8320 grep -v '^ *+' conftest.er1 >conftest.err
8149 rm -f conftest.er1 8321 rm -f conftest.er1
8150 cat conftest.err >&5 8322 cat conftest.err >&5
8151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152 (exit $ac_status); } && { 8324 (exit $ac_status); } && {
8153 test -z "$ac_c_werror_flag" || 8325 test -z "$ac_c_werror_flag" ||
8154 test ! -s conftest.err 8326 test ! -s conftest.err
8155 } && test -s conftest.$ac_objext; then 8327 } && test -s conftest.$ac_objext; then
8156 ac_cv_member_struct_ifreq_ifr_hwaddr=yes 8328 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
8157 else 8329 else
8158 echo "$as_me: failed program was:" >&5 8330 $as_echo "$as_me: failed program was:" >&5
8159 sed 's/^/| /' conftest.$ac_ext >&5 8331 sed 's/^/| /' conftest.$ac_ext >&5
8160 8332
8161 cat >conftest.$ac_ext <<_ACEOF 8333 cat >conftest.$ac_ext <<_ACEOF
8162 /* confdefs.h. */ 8334 /* confdefs.h. */
8163 _ACEOF 8335 _ACEOF
8186 if { (ac_try="$ac_compile" 8358 if { (ac_try="$ac_compile"
8187 case "(($ac_try" in 8359 case "(($ac_try" in
8188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8189 *) ac_try_echo=$ac_try;; 8361 *) ac_try_echo=$ac_try;;
8190 esac 8362 esac
8191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8364 $as_echo "$ac_try_echo") >&5
8192 (eval "$ac_compile") 2>conftest.er1 8365 (eval "$ac_compile") 2>conftest.er1
8193 ac_status=$? 8366 ac_status=$?
8194 grep -v '^ *+' conftest.er1 >conftest.err 8367 grep -v '^ *+' conftest.er1 >conftest.err
8195 rm -f conftest.er1 8368 rm -f conftest.er1
8196 cat conftest.err >&5 8369 cat conftest.err >&5
8197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198 (exit $ac_status); } && { 8371 (exit $ac_status); } && {
8199 test -z "$ac_c_werror_flag" || 8372 test -z "$ac_c_werror_flag" ||
8200 test ! -s conftest.err 8373 test ! -s conftest.err
8201 } && test -s conftest.$ac_objext; then 8374 } && test -s conftest.$ac_objext; then
8202 ac_cv_member_struct_ifreq_ifr_hwaddr=yes 8375 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
8203 else 8376 else
8204 echo "$as_me: failed program was:" >&5 8377 $as_echo "$as_me: failed program was:" >&5
8205 sed 's/^/| /' conftest.$ac_ext >&5 8378 sed 's/^/| /' conftest.$ac_ext >&5
8206 8379
8207 ac_cv_member_struct_ifreq_ifr_hwaddr=no 8380 ac_cv_member_struct_ifreq_ifr_hwaddr=no
8208 fi 8381 fi
8209 8382
8210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8211 fi 8384 fi
8212 8385
8213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8214 fi 8387 fi
8215 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 8388 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
8216 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6; } 8389 $as_echo "$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6; }
8217 if test $ac_cv_member_struct_ifreq_ifr_hwaddr = yes; then 8390 if test $ac_cv_member_struct_ifreq_ifr_hwaddr = yes; then
8218 8391
8219 cat >>confdefs.h <<_ACEOF 8392 cat >>confdefs.h <<_ACEOF
8220 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 8393 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
8221 _ACEOF 8394 _ACEOF
8222 8395
8223 8396
8224 fi 8397 fi
8225 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_netmask" >&5 8398 { $as_echo "$as_me:$LINENO: checking for struct ifreq.ifr_netmask" >&5
8226 echo $ECHO_N "checking for struct ifreq.ifr_netmask... $ECHO_C" >&6; } 8399 $as_echo_n "checking for struct ifreq.ifr_netmask... " >&6; }
8227 if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then 8400 if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
8228 echo $ECHO_N "(cached) $ECHO_C" >&6 8401 $as_echo_n "(cached) " >&6
8229 else 8402 else
8230 cat >conftest.$ac_ext <<_ACEOF 8403 cat >conftest.$ac_ext <<_ACEOF
8231 /* confdefs.h. */ 8404 /* confdefs.h. */
8232 _ACEOF 8405 _ACEOF
8233 cat confdefs.h >>conftest.$ac_ext 8406 cat confdefs.h >>conftest.$ac_ext
8255 if { (ac_try="$ac_compile" 8428 if { (ac_try="$ac_compile"
8256 case "(($ac_try" in 8429 case "(($ac_try" in
8257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8258 *) ac_try_echo=$ac_try;; 8431 *) ac_try_echo=$ac_try;;
8259 esac 8432 esac
8260 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
8261 (eval "$ac_compile") 2>conftest.er1 8435 (eval "$ac_compile") 2>conftest.er1
8262 ac_status=$? 8436 ac_status=$?
8263 grep -v '^ *+' conftest.er1 >conftest.err 8437 grep -v '^ *+' conftest.er1 >conftest.err
8264 rm -f conftest.er1 8438 rm -f conftest.er1
8265 cat conftest.err >&5 8439 cat conftest.err >&5
8266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267 (exit $ac_status); } && { 8441 (exit $ac_status); } && {
8268 test -z "$ac_c_werror_flag" || 8442 test -z "$ac_c_werror_flag" ||
8269 test ! -s conftest.err 8443 test ! -s conftest.err
8270 } && test -s conftest.$ac_objext; then 8444 } && test -s conftest.$ac_objext; then
8271 ac_cv_member_struct_ifreq_ifr_netmask=yes 8445 ac_cv_member_struct_ifreq_ifr_netmask=yes
8272 else 8446 else
8273 echo "$as_me: failed program was:" >&5 8447 $as_echo "$as_me: failed program was:" >&5
8274 sed 's/^/| /' conftest.$ac_ext >&5 8448 sed 's/^/| /' conftest.$ac_ext >&5
8275 8449
8276 cat >conftest.$ac_ext <<_ACEOF 8450 cat >conftest.$ac_ext <<_ACEOF
8277 /* confdefs.h. */ 8451 /* confdefs.h. */
8278 _ACEOF 8452 _ACEOF
8301 if { (ac_try="$ac_compile" 8475 if { (ac_try="$ac_compile"
8302 case "(($ac_try" in 8476 case "(($ac_try" in
8303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8304 *) ac_try_echo=$ac_try;; 8478 *) ac_try_echo=$ac_try;;
8305 esac 8479 esac
8306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8481 $as_echo "$ac_try_echo") >&5
8307 (eval "$ac_compile") 2>conftest.er1 8482 (eval "$ac_compile") 2>conftest.er1
8308 ac_status=$? 8483 ac_status=$?
8309 grep -v '^ *+' conftest.er1 >conftest.err 8484 grep -v '^ *+' conftest.er1 >conftest.err
8310 rm -f conftest.er1 8485 rm -f conftest.er1
8311 cat conftest.err >&5 8486 cat conftest.err >&5
8312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8313 (exit $ac_status); } && { 8488 (exit $ac_status); } && {
8314 test -z "$ac_c_werror_flag" || 8489 test -z "$ac_c_werror_flag" ||
8315 test ! -s conftest.err 8490 test ! -s conftest.err
8316 } && test -s conftest.$ac_objext; then 8491 } && test -s conftest.$ac_objext; then
8317 ac_cv_member_struct_ifreq_ifr_netmask=yes 8492 ac_cv_member_struct_ifreq_ifr_netmask=yes
8318 else 8493 else
8319 echo "$as_me: failed program was:" >&5 8494 $as_echo "$as_me: failed program was:" >&5
8320 sed 's/^/| /' conftest.$ac_ext >&5 8495 sed 's/^/| /' conftest.$ac_ext >&5
8321 8496
8322 ac_cv_member_struct_ifreq_ifr_netmask=no 8497 ac_cv_member_struct_ifreq_ifr_netmask=no
8323 fi 8498 fi
8324 8499
8325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8326 fi 8501 fi
8327 8502
8328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8329 fi 8504 fi
8330 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 8505 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
8331 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6; } 8506 $as_echo "$ac_cv_member_struct_ifreq_ifr_netmask" >&6; }
8332 if test $ac_cv_member_struct_ifreq_ifr_netmask = yes; then 8507 if test $ac_cv_member_struct_ifreq_ifr_netmask = yes; then
8333 8508
8334 cat >>confdefs.h <<_ACEOF 8509 cat >>confdefs.h <<_ACEOF
8335 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 8510 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
8336 _ACEOF 8511 _ACEOF
8337 8512
8338 8513
8339 fi 8514 fi
8340 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_broadaddr" >&5 8515 { $as_echo "$as_me:$LINENO: checking for struct ifreq.ifr_broadaddr" >&5
8341 echo $ECHO_N "checking for struct ifreq.ifr_broadaddr... $ECHO_C" >&6; } 8516 $as_echo_n "checking for struct ifreq.ifr_broadaddr... " >&6; }
8342 if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then 8517 if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
8343 echo $ECHO_N "(cached) $ECHO_C" >&6 8518 $as_echo_n "(cached) " >&6
8344 else 8519 else
8345 cat >conftest.$ac_ext <<_ACEOF 8520 cat >conftest.$ac_ext <<_ACEOF
8346 /* confdefs.h. */ 8521 /* confdefs.h. */
8347 _ACEOF 8522 _ACEOF
8348 cat confdefs.h >>conftest.$ac_ext 8523 cat confdefs.h >>conftest.$ac_ext
8370 if { (ac_try="$ac_compile" 8545 if { (ac_try="$ac_compile"
8371 case "(($ac_try" in 8546 case "(($ac_try" in
8372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8373 *) ac_try_echo=$ac_try;; 8548 *) ac_try_echo=$ac_try;;
8374 esac 8549 esac
8375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8551 $as_echo "$ac_try_echo") >&5
8376 (eval "$ac_compile") 2>conftest.er1 8552 (eval "$ac_compile") 2>conftest.er1
8377 ac_status=$? 8553 ac_status=$?
8378 grep -v '^ *+' conftest.er1 >conftest.err 8554 grep -v '^ *+' conftest.er1 >conftest.err
8379 rm -f conftest.er1 8555 rm -f conftest.er1
8380 cat conftest.err >&5 8556 cat conftest.err >&5
8381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8382 (exit $ac_status); } && { 8558 (exit $ac_status); } && {
8383 test -z "$ac_c_werror_flag" || 8559 test -z "$ac_c_werror_flag" ||
8384 test ! -s conftest.err 8560 test ! -s conftest.err
8385 } && test -s conftest.$ac_objext; then 8561 } && test -s conftest.$ac_objext; then
8386 ac_cv_member_struct_ifreq_ifr_broadaddr=yes 8562 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
8387 else 8563 else
8388 echo "$as_me: failed program was:" >&5 8564 $as_echo "$as_me: failed program was:" >&5
8389 sed 's/^/| /' conftest.$ac_ext >&5 8565 sed 's/^/| /' conftest.$ac_ext >&5
8390 8566
8391 cat >conftest.$ac_ext <<_ACEOF 8567 cat >conftest.$ac_ext <<_ACEOF
8392 /* confdefs.h. */ 8568 /* confdefs.h. */
8393 _ACEOF 8569 _ACEOF
8416 if { (ac_try="$ac_compile" 8592 if { (ac_try="$ac_compile"
8417 case "(($ac_try" in 8593 case "(($ac_try" in
8418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8419 *) ac_try_echo=$ac_try;; 8595 *) ac_try_echo=$ac_try;;
8420 esac 8596 esac
8421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8598 $as_echo "$ac_try_echo") >&5
8422 (eval "$ac_compile") 2>conftest.er1 8599 (eval "$ac_compile") 2>conftest.er1
8423 ac_status=$? 8600 ac_status=$?
8424 grep -v '^ *+' conftest.er1 >conftest.err 8601 grep -v '^ *+' conftest.er1 >conftest.err
8425 rm -f conftest.er1 8602 rm -f conftest.er1
8426 cat conftest.err >&5 8603 cat conftest.err >&5
8427 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8428 (exit $ac_status); } && { 8605 (exit $ac_status); } && {
8429 test -z "$ac_c_werror_flag" || 8606 test -z "$ac_c_werror_flag" ||
8430 test ! -s conftest.err 8607 test ! -s conftest.err
8431 } && test -s conftest.$ac_objext; then 8608 } && test -s conftest.$ac_objext; then
8432 ac_cv_member_struct_ifreq_ifr_broadaddr=yes 8609 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
8433 else 8610 else
8434 echo "$as_me: failed program was:" >&5 8611 $as_echo "$as_me: failed program was:" >&5
8435 sed 's/^/| /' conftest.$ac_ext >&5 8612 sed 's/^/| /' conftest.$ac_ext >&5
8436 8613
8437 ac_cv_member_struct_ifreq_ifr_broadaddr=no 8614 ac_cv_member_struct_ifreq_ifr_broadaddr=no
8438 fi 8615 fi
8439 8616
8440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8441 fi 8618 fi
8442 8619
8443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8444 fi 8621 fi
8445 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 8622 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
8446 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6; } 8623 $as_echo "$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6; }
8447 if test $ac_cv_member_struct_ifreq_ifr_broadaddr = yes; then 8624 if test $ac_cv_member_struct_ifreq_ifr_broadaddr = yes; then
8448 8625
8449 cat >>confdefs.h <<_ACEOF 8626 cat >>confdefs.h <<_ACEOF
8450 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 8627 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
8451 _ACEOF 8628 _ACEOF
8452 8629
8453 8630
8454 fi 8631 fi
8455 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_addr" >&5 8632 { $as_echo "$as_me:$LINENO: checking for struct ifreq.ifr_addr" >&5
8456 echo $ECHO_N "checking for struct ifreq.ifr_addr... $ECHO_C" >&6; } 8633 $as_echo_n "checking for struct ifreq.ifr_addr... " >&6; }
8457 if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then 8634 if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
8458 echo $ECHO_N "(cached) $ECHO_C" >&6 8635 $as_echo_n "(cached) " >&6
8459 else 8636 else
8460 cat >conftest.$ac_ext <<_ACEOF 8637 cat >conftest.$ac_ext <<_ACEOF
8461 /* confdefs.h. */ 8638 /* confdefs.h. */
8462 _ACEOF 8639 _ACEOF
8463 cat confdefs.h >>conftest.$ac_ext 8640 cat confdefs.h >>conftest.$ac_ext
8485 if { (ac_try="$ac_compile" 8662 if { (ac_try="$ac_compile"
8486 case "(($ac_try" in 8663 case "(($ac_try" in
8487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8488 *) ac_try_echo=$ac_try;; 8665 *) ac_try_echo=$ac_try;;
8489 esac 8666 esac
8490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8668 $as_echo "$ac_try_echo") >&5
8491 (eval "$ac_compile") 2>conftest.er1 8669 (eval "$ac_compile") 2>conftest.er1
8492 ac_status=$? 8670 ac_status=$?
8493 grep -v '^ *+' conftest.er1 >conftest.err 8671 grep -v '^ *+' conftest.er1 >conftest.err
8494 rm -f conftest.er1 8672 rm -f conftest.er1
8495 cat conftest.err >&5 8673 cat conftest.err >&5
8496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8497 (exit $ac_status); } && { 8675 (exit $ac_status); } && {
8498 test -z "$ac_c_werror_flag" || 8676 test -z "$ac_c_werror_flag" ||
8499 test ! -s conftest.err 8677 test ! -s conftest.err
8500 } && test -s conftest.$ac_objext; then 8678 } && test -s conftest.$ac_objext; then
8501 ac_cv_member_struct_ifreq_ifr_addr=yes 8679 ac_cv_member_struct_ifreq_ifr_addr=yes
8502 else 8680 else
8503 echo "$as_me: failed program was:" >&5 8681 $as_echo "$as_me: failed program was:" >&5
8504 sed 's/^/| /' conftest.$ac_ext >&5 8682 sed 's/^/| /' conftest.$ac_ext >&5
8505 8683
8506 cat >conftest.$ac_ext <<_ACEOF 8684 cat >conftest.$ac_ext <<_ACEOF
8507 /* confdefs.h. */ 8685 /* confdefs.h. */
8508 _ACEOF 8686 _ACEOF
8531 if { (ac_try="$ac_compile" 8709 if { (ac_try="$ac_compile"
8532 case "(($ac_try" in 8710 case "(($ac_try" in
8533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8534 *) ac_try_echo=$ac_try;; 8712 *) ac_try_echo=$ac_try;;
8535 esac 8713 esac
8536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8715 $as_echo "$ac_try_echo") >&5
8537 (eval "$ac_compile") 2>conftest.er1 8716 (eval "$ac_compile") 2>conftest.er1
8538 ac_status=$? 8717 ac_status=$?
8539 grep -v '^ *+' conftest.er1 >conftest.err 8718 grep -v '^ *+' conftest.er1 >conftest.err
8540 rm -f conftest.er1 8719 rm -f conftest.er1
8541 cat conftest.err >&5 8720 cat conftest.err >&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 (exit $ac_status); } && { 8722 (exit $ac_status); } && {
8544 test -z "$ac_c_werror_flag" || 8723 test -z "$ac_c_werror_flag" ||
8545 test ! -s conftest.err 8724 test ! -s conftest.err
8546 } && test -s conftest.$ac_objext; then 8725 } && test -s conftest.$ac_objext; then
8547 ac_cv_member_struct_ifreq_ifr_addr=yes 8726 ac_cv_member_struct_ifreq_ifr_addr=yes
8548 else 8727 else
8549 echo "$as_me: failed program was:" >&5 8728 $as_echo "$as_me: failed program was:" >&5
8550 sed 's/^/| /' conftest.$ac_ext >&5 8729 sed 's/^/| /' conftest.$ac_ext >&5
8551 8730
8552 ac_cv_member_struct_ifreq_ifr_addr=no 8731 ac_cv_member_struct_ifreq_ifr_addr=no
8553 fi 8732 fi
8554 8733
8555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8556 fi 8735 fi
8557 8736
8558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8559 fi 8738 fi
8560 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 8739 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
8561 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6; } 8740 $as_echo "$ac_cv_member_struct_ifreq_ifr_addr" >&6; }
8562 if test $ac_cv_member_struct_ifreq_ifr_addr = yes; then 8741 if test $ac_cv_member_struct_ifreq_ifr_addr = yes; then
8563 8742
8564 cat >>confdefs.h <<_ACEOF 8743 cat >>confdefs.h <<_ACEOF
8565 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 8744 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
8566 _ACEOF 8745 _ACEOF
8568 8747
8569 fi 8748 fi
8570 8749
8571 8750
8572 8751
8573 { echo "$as_me:$LINENO: checking for function prototypes" >&5 8752 { $as_echo "$as_me:$LINENO: checking for function prototypes" >&5
8574 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; } 8753 $as_echo_n "checking for function prototypes... " >&6; }
8575 if test "$ac_cv_prog_cc_c89" != no; then 8754 if test "$ac_cv_prog_cc_c89" != no; then
8576 { echo "$as_me:$LINENO: result: yes" >&5 8755 { $as_echo "$as_me:$LINENO: result: yes" >&5
8577 echo "${ECHO_T}yes" >&6; } 8756 $as_echo "yes" >&6; }
8578 8757
8579 cat >>confdefs.h <<\_ACEOF 8758 cat >>confdefs.h <<\_ACEOF
8580 #define PROTOTYPES 1 8759 #define PROTOTYPES 1
8581 _ACEOF 8760 _ACEOF
8582 8761
8584 cat >>confdefs.h <<\_ACEOF 8763 cat >>confdefs.h <<\_ACEOF
8585 #define __PROTOTYPES 1 8764 #define __PROTOTYPES 1
8586 _ACEOF 8765 _ACEOF
8587 8766
8588 else 8767 else
8589 { echo "$as_me:$LINENO: result: no" >&5 8768 { $as_echo "$as_me:$LINENO: result: no" >&5
8590 echo "${ECHO_T}no" >&6; } 8769 $as_echo "no" >&6; }
8591 fi 8770 fi
8592 8771
8593 { echo "$as_me:$LINENO: checking for working volatile" >&5 8772 { $as_echo "$as_me:$LINENO: checking for working volatile" >&5
8594 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6; } 8773 $as_echo_n "checking for working volatile... " >&6; }
8595 if test "${ac_cv_c_volatile+set}" = set; then 8774 if test "${ac_cv_c_volatile+set}" = set; then
8596 echo $ECHO_N "(cached) $ECHO_C" >&6 8775 $as_echo_n "(cached) " >&6
8597 else 8776 else
8598 cat >conftest.$ac_ext <<_ACEOF 8777 cat >conftest.$ac_ext <<_ACEOF
8599 /* confdefs.h. */ 8778 /* confdefs.h. */
8600 _ACEOF 8779 _ACEOF
8601 cat confdefs.h >>conftest.$ac_ext 8780 cat confdefs.h >>conftest.$ac_ext
8617 if { (ac_try="$ac_compile" 8796 if { (ac_try="$ac_compile"
8618 case "(($ac_try" in 8797 case "(($ac_try" in
8619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8620 *) ac_try_echo=$ac_try;; 8799 *) ac_try_echo=$ac_try;;
8621 esac 8800 esac
8622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8802 $as_echo "$ac_try_echo") >&5
8623 (eval "$ac_compile") 2>conftest.er1 8803 (eval "$ac_compile") 2>conftest.er1
8624 ac_status=$? 8804 ac_status=$?
8625 grep -v '^ *+' conftest.er1 >conftest.err 8805 grep -v '^ *+' conftest.er1 >conftest.err
8626 rm -f conftest.er1 8806 rm -f conftest.er1
8627 cat conftest.err >&5 8807 cat conftest.err >&5
8628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8629 (exit $ac_status); } && { 8809 (exit $ac_status); } && {
8630 test -z "$ac_c_werror_flag" || 8810 test -z "$ac_c_werror_flag" ||
8631 test ! -s conftest.err 8811 test ! -s conftest.err
8632 } && test -s conftest.$ac_objext; then 8812 } && test -s conftest.$ac_objext; then
8633 ac_cv_c_volatile=yes 8813 ac_cv_c_volatile=yes
8634 else 8814 else
8635 echo "$as_me: failed program was:" >&5 8815 $as_echo "$as_me: failed program was:" >&5
8636 sed 's/^/| /' conftest.$ac_ext >&5 8816 sed 's/^/| /' conftest.$ac_ext >&5
8637 8817
8638 ac_cv_c_volatile=no 8818 ac_cv_c_volatile=no
8639 fi 8819 fi
8640 8820
8641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8642 fi 8822 fi
8643 { echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 8823 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
8644 echo "${ECHO_T}$ac_cv_c_volatile" >&6; } 8824 $as_echo "$ac_cv_c_volatile" >&6; }
8645 if test $ac_cv_c_volatile = no; then 8825 if test $ac_cv_c_volatile = no; then
8646 8826
8647 cat >>confdefs.h <<\_ACEOF 8827 cat >>confdefs.h <<\_ACEOF
8648 #define volatile 8828 #define volatile /**/
8649 _ACEOF 8829 _ACEOF
8650 8830
8651 fi 8831 fi
8652 8832
8653 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 8833 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8654 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 8834 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
8655 if test "${ac_cv_c_const+set}" = set; then 8835 if test "${ac_cv_c_const+set}" = set; then
8656 echo $ECHO_N "(cached) $ECHO_C" >&6 8836 $as_echo_n "(cached) " >&6
8657 else 8837 else
8658 cat >conftest.$ac_ext <<_ACEOF 8838 cat >conftest.$ac_ext <<_ACEOF
8659 /* confdefs.h. */ 8839 /* confdefs.h. */
8660 _ACEOF 8840 _ACEOF
8661 cat confdefs.h >>conftest.$ac_ext 8841 cat confdefs.h >>conftest.$ac_ext
8723 if { (ac_try="$ac_compile" 8903 if { (ac_try="$ac_compile"
8724 case "(($ac_try" in 8904 case "(($ac_try" in
8725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8726 *) ac_try_echo=$ac_try;; 8906 *) ac_try_echo=$ac_try;;
8727 esac 8907 esac
8728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8909 $as_echo "$ac_try_echo") >&5
8729 (eval "$ac_compile") 2>conftest.er1 8910 (eval "$ac_compile") 2>conftest.er1
8730 ac_status=$? 8911 ac_status=$?
8731 grep -v '^ *+' conftest.er1 >conftest.err 8912 grep -v '^ *+' conftest.er1 >conftest.err
8732 rm -f conftest.er1 8913 rm -f conftest.er1
8733 cat conftest.err >&5 8914 cat conftest.err >&5
8734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735 (exit $ac_status); } && { 8916 (exit $ac_status); } && {
8736 test -z "$ac_c_werror_flag" || 8917 test -z "$ac_c_werror_flag" ||
8737 test ! -s conftest.err 8918 test ! -s conftest.err
8738 } && test -s conftest.$ac_objext; then 8919 } && test -s conftest.$ac_objext; then
8739 ac_cv_c_const=yes 8920 ac_cv_c_const=yes
8740 else 8921 else
8741 echo "$as_me: failed program was:" >&5 8922 $as_echo "$as_me: failed program was:" >&5
8742 sed 's/^/| /' conftest.$ac_ext >&5 8923 sed 's/^/| /' conftest.$ac_ext >&5
8743 8924
8744 ac_cv_c_const=no 8925 ac_cv_c_const=no
8745 fi 8926 fi
8746 8927
8747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8748 fi 8929 fi
8749 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 8930 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8750 echo "${ECHO_T}$ac_cv_c_const" >&6; } 8931 $as_echo "$ac_cv_c_const" >&6; }
8751 if test $ac_cv_c_const = no; then 8932 if test $ac_cv_c_const = no; then
8752 8933
8753 cat >>confdefs.h <<\_ACEOF 8934 cat >>confdefs.h <<\_ACEOF
8754 #define const 8935 #define const /**/
8755 _ACEOF 8936 _ACEOF
8756 8937
8757 fi 8938 fi
8758 8939
8759 { echo "$as_me:$LINENO: checking for void * support" >&5 8940 { $as_echo "$as_me:$LINENO: checking for void * support" >&5
8760 echo $ECHO_N "checking for void * support... $ECHO_C" >&6; } 8941 $as_echo_n "checking for void * support... " >&6; }
8761 if test "${emacs_cv_void_star+set}" = set; then 8942 if test "${emacs_cv_void_star+set}" = set; then
8762 echo $ECHO_N "(cached) $ECHO_C" >&6 8943 $as_echo_n "(cached) " >&6
8763 else 8944 else
8764 cat >conftest.$ac_ext <<_ACEOF 8945 cat >conftest.$ac_ext <<_ACEOF
8765 /* confdefs.h. */ 8946 /* confdefs.h. */
8766 _ACEOF 8947 _ACEOF
8767 cat confdefs.h >>conftest.$ac_ext 8948 cat confdefs.h >>conftest.$ac_ext
8780 if { (ac_try="$ac_compile" 8961 if { (ac_try="$ac_compile"
8781 case "(($ac_try" in 8962 case "(($ac_try" in
8782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8783 *) ac_try_echo=$ac_try;; 8964 *) ac_try_echo=$ac_try;;
8784 esac 8965 esac
8785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8967 $as_echo "$ac_try_echo") >&5
8786 (eval "$ac_compile") 2>conftest.er1 8968 (eval "$ac_compile") 2>conftest.er1
8787 ac_status=$? 8969 ac_status=$?
8788 grep -v '^ *+' conftest.er1 >conftest.err 8970 grep -v '^ *+' conftest.er1 >conftest.err
8789 rm -f conftest.er1 8971 rm -f conftest.er1
8790 cat conftest.err >&5 8972 cat conftest.err >&5
8791 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792 (exit $ac_status); } && { 8974 (exit $ac_status); } && {
8793 test -z "$ac_c_werror_flag" || 8975 test -z "$ac_c_werror_flag" ||
8794 test ! -s conftest.err 8976 test ! -s conftest.err
8795 } && test -s conftest.$ac_objext; then 8977 } && test -s conftest.$ac_objext; then
8796 emacs_cv_void_star=yes 8978 emacs_cv_void_star=yes
8797 else 8979 else
8798 echo "$as_me: failed program was:" >&5 8980 $as_echo "$as_me: failed program was:" >&5
8799 sed 's/^/| /' conftest.$ac_ext >&5 8981 sed 's/^/| /' conftest.$ac_ext >&5
8800 8982
8801 emacs_cv_void_star=no 8983 emacs_cv_void_star=no
8802 fi 8984 fi
8803 8985
8804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8805 fi 8987 fi
8806 { echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 8988 { $as_echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
8807 echo "${ECHO_T}$emacs_cv_void_star" >&6; } 8989 $as_echo "$emacs_cv_void_star" >&6; }
8808 if test $emacs_cv_void_star = yes; then 8990 if test $emacs_cv_void_star = yes; then
8809 cat >>confdefs.h <<\_ACEOF 8991 cat >>confdefs.h <<\_ACEOF
8810 #define POINTER_TYPE void 8992 #define POINTER_TYPE void
8811 _ACEOF 8993 _ACEOF
8812 8994
8819 9001
8820 9002
8821 9003
8822 9004
8823 9005
8824 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 9006 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
8825 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 9007 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
8826 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 9008 set x ${MAKE-make}
9009 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
8827 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 9010 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
8828 echo $ECHO_N "(cached) $ECHO_C" >&6 9011 $as_echo_n "(cached) " >&6
8829 else 9012 else
8830 cat >conftest.make <<\_ACEOF 9013 cat >conftest.make <<\_ACEOF
8831 SHELL = /bin/sh 9014 SHELL = /bin/sh
8832 all: 9015 all:
8833 @echo '@@@%%%=$(MAKE)=@@@%%%' 9016 @echo '@@@%%%=$(MAKE)=@@@%%%'
8840 eval ac_cv_prog_make_${ac_make}_set=no;; 9023 eval ac_cv_prog_make_${ac_make}_set=no;;
8841 esac 9024 esac
8842 rm -f conftest.make 9025 rm -f conftest.make
8843 fi 9026 fi
8844 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 9027 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
8845 { echo "$as_me:$LINENO: result: yes" >&5 9028 { $as_echo "$as_me:$LINENO: result: yes" >&5
8846 echo "${ECHO_T}yes" >&6; } 9029 $as_echo "yes" >&6; }
8847 SET_MAKE= 9030 SET_MAKE=
8848 else 9031 else
8849 { echo "$as_me:$LINENO: result: no" >&5 9032 { $as_echo "$as_me:$LINENO: result: no" >&5
8850 echo "${ECHO_T}no" >&6; } 9033 $as_echo "no" >&6; }
8851 SET_MAKE="MAKE=${MAKE-make}" 9034 SET_MAKE="MAKE=${MAKE-make}"
8852 fi 9035 fi
8853 9036
8854 9037
8855 { echo "$as_me:$LINENO: checking for long file names" >&5 9038 { $as_echo "$as_me:$LINENO: checking for long file names" >&5
8856 echo $ECHO_N "checking for long file names... $ECHO_C" >&6; } 9039 $as_echo_n "checking for long file names... " >&6; }
8857 if test "${ac_cv_sys_long_file_names+set}" = set; then 9040 if test "${ac_cv_sys_long_file_names+set}" = set; then
8858 echo $ECHO_N "(cached) $ECHO_C" >&6 9041 $as_echo_n "(cached) " >&6
8859 else 9042 else
8860 ac_cv_sys_long_file_names=yes 9043 ac_cv_sys_long_file_names=yes
8861 # Test for long file names in all the places we know might matter: 9044 # Test for long file names in all the places we know might matter:
8862 # . the current directory, where building will happen 9045 # . the current directory, where building will happen
8863 # $prefix/lib where we will be installing things 9046 # $prefix/lib where we will be installing things
8882 ac_cv_sys_long_file_names=no 9065 ac_cv_sys_long_file_names=no
8883 rm -f -r "$ac_xdir" 2>/dev/null 9066 rm -f -r "$ac_xdir" 2>/dev/null
8884 test $ac_cv_sys_long_file_names = no && break 9067 test $ac_cv_sys_long_file_names = no && break
8885 done 9068 done
8886 fi 9069 fi
8887 { echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5 9070 { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5
8888 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6; } 9071 $as_echo "$ac_cv_sys_long_file_names" >&6; }
8889 if test $ac_cv_sys_long_file_names = yes; then 9072 if test $ac_cv_sys_long_file_names = yes; then
8890 9073
8891 cat >>confdefs.h <<\_ACEOF 9074 cat >>confdefs.h <<\_ACEOF
8892 #define HAVE_LONG_FILE_NAMES 1 9075 #define HAVE_LONG_FILE_NAMES 1
8893 _ACEOF 9076 _ACEOF
8895 fi 9078 fi
8896 9079
8897 9080
8898 #### Choose a window system. 9081 #### Choose a window system.
8899 9082
8900 { echo "$as_me:$LINENO: checking for X" >&5 9083 { $as_echo "$as_me:$LINENO: checking for X" >&5
8901 echo $ECHO_N "checking for X... $ECHO_C" >&6; } 9084 $as_echo_n "checking for X... " >&6; }
8902 9085
8903 9086
8904 # Check whether --with-x was given. 9087 # Check whether --with-x was given.
8905 if test "${with_x+set}" = set; then 9088 if test "${with_x+set}" = set; then
8906 withval=$with_x; 9089 withval=$with_x;
8910 if test "x$with_x" = xno; then 9093 if test "x$with_x" = xno; then
8911 # The user explicitly disabled X. 9094 # The user explicitly disabled X.
8912 have_x=disabled 9095 have_x=disabled
8913 else 9096 else
8914 case $x_includes,$x_libraries in #( 9097 case $x_includes,$x_libraries in #(
8915 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 9098 *\'*) { { $as_echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8916 echo "$as_me: error: Cannot use X directory names containing '" >&2;} 9099 $as_echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8917 { (exit 1); exit 1; }; };; #( 9100 { (exit 1); exit 1; }; };; #(
8918 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 9101 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8919 echo $ECHO_N "(cached) $ECHO_C" >&6 9102 $as_echo_n "(cached) " >&6
8920 else 9103 else
8921 # One or both of the vars are not set, and there is no cached value. 9104 # One or both of the vars are not set, and there is no cached value.
8922 ac_x_includes=no ac_x_libraries=no 9105 ac_x_includes=no ac_x_libraries=no
8923 rm -f -r conftest.dir 9106 rm -f -r conftest.dir
8924 if mkdir conftest.dir; then 9107 if mkdir conftest.dir; then
8935 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9118 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8936 for ac_var in incroot usrlibdir libdir; do 9119 for ac_var in incroot usrlibdir libdir; do
8937 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" 9120 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8938 done 9121 done
8939 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 9122 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8940 for ac_extension in a so sl; do 9123 for ac_extension in a so sl dylib la dll; do
8941 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 9124 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8942 test -f "$ac_im_libdir/libX11.$ac_extension"; then 9125 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8943 ac_im_usrlibdir=$ac_im_libdir; break 9126 ac_im_usrlibdir=$ac_im_libdir; break
8944 fi 9127 fi
8945 done 9128 done
9010 if { (ac_try="$ac_cpp conftest.$ac_ext" 9193 if { (ac_try="$ac_cpp conftest.$ac_ext"
9011 case "(($ac_try" in 9194 case "(($ac_try" in
9012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9013 *) ac_try_echo=$ac_try;; 9196 *) ac_try_echo=$ac_try;;
9014 esac 9197 esac
9015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9199 $as_echo "$ac_try_echo") >&5
9016 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9200 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9017 ac_status=$? 9201 ac_status=$?
9018 grep -v '^ *+' conftest.er1 >conftest.err 9202 grep -v '^ *+' conftest.er1 >conftest.err
9019 rm -f conftest.er1 9203 rm -f conftest.er1
9020 cat conftest.err >&5 9204 cat conftest.err >&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); } >/dev/null && { 9206 (exit $ac_status); } >/dev/null && {
9023 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9207 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9024 test ! -s conftest.err 9208 test ! -s conftest.err
9025 }; then 9209 }; then
9026 # We can compile using X headers with no special include directory. 9210 # We can compile using X headers with no special include directory.
9027 ac_x_includes= 9211 ac_x_includes=
9028 else 9212 else
9029 echo "$as_me: failed program was:" >&5 9213 $as_echo "$as_me: failed program was:" >&5
9030 sed 's/^/| /' conftest.$ac_ext >&5 9214 sed 's/^/| /' conftest.$ac_ext >&5
9031 9215
9032 for ac_dir in $ac_x_header_dirs; do 9216 for ac_dir in $ac_x_header_dirs; do
9033 if test -r "$ac_dir/X11/Xlib.h"; then 9217 if test -r "$ac_dir/X11/Xlib.h"; then
9034 ac_x_includes=$ac_dir 9218 ac_x_includes=$ac_dir
9065 if { (ac_try="$ac_link" 9249 if { (ac_try="$ac_link"
9066 case "(($ac_try" in 9250 case "(($ac_try" in
9067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9068 *) ac_try_echo=$ac_try;; 9252 *) ac_try_echo=$ac_try;;
9069 esac 9253 esac
9070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9255 $as_echo "$ac_try_echo") >&5
9071 (eval "$ac_link") 2>conftest.er1 9256 (eval "$ac_link") 2>conftest.er1
9072 ac_status=$? 9257 ac_status=$?
9073 grep -v '^ *+' conftest.er1 >conftest.err 9258 grep -v '^ *+' conftest.er1 >conftest.err
9074 rm -f conftest.er1 9259 rm -f conftest.er1
9075 cat conftest.err >&5 9260 cat conftest.err >&5
9076 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077 (exit $ac_status); } && { 9262 (exit $ac_status); } && {
9078 test -z "$ac_c_werror_flag" || 9263 test -z "$ac_c_werror_flag" ||
9079 test ! -s conftest.err 9264 test ! -s conftest.err
9080 } && test -s conftest$ac_exeext && 9265 } && test -s conftest$ac_exeext && {
9081 $as_test_x conftest$ac_exeext; then 9266 test "$cross_compiling" = yes ||
9267 $as_test_x conftest$ac_exeext
9268 }; then
9082 LIBS=$ac_save_LIBS 9269 LIBS=$ac_save_LIBS
9083 # We can link X programs with no special library path. 9270 # We can link X programs with no special library path.
9084 ac_x_libraries= 9271 ac_x_libraries=
9085 else 9272 else
9086 echo "$as_me: failed program was:" >&5 9273 $as_echo "$as_me: failed program was:" >&5
9087 sed 's/^/| /' conftest.$ac_ext >&5 9274 sed 's/^/| /' conftest.$ac_ext >&5
9088 9275
9089 LIBS=$ac_save_LIBS 9276 LIBS=$ac_save_LIBS
9090 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 9277 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9091 do 9278 do
9092 # Don't even attempt the hair of trying to link an X program! 9279 # Don't even attempt the hair of trying to link an X program!
9093 for ac_extension in a so sl; do 9280 for ac_extension in a so sl dylib la dll; do
9094 if test -r "$ac_dir/libX11.$ac_extension"; then 9281 if test -r "$ac_dir/libX11.$ac_extension"; then
9095 ac_x_libraries=$ac_dir 9282 ac_x_libraries=$ac_dir
9096 break 2 9283 break 2
9097 fi 9284 fi
9098 done 9285 done
9099 done 9286 done
9100 fi 9287 fi
9101 9288
9289 rm -rf conftest.dSYM
9102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9103 conftest$ac_exeext conftest.$ac_ext 9291 conftest$ac_exeext conftest.$ac_ext
9104 fi # $ac_x_libraries = no 9292 fi # $ac_x_libraries = no
9105 9293
9106 case $ac_x_includes,$ac_x_libraries in #( 9294 case $ac_x_includes,$ac_x_libraries in #(
9119 esac 9307 esac
9120 eval "$ac_cv_have_x" 9308 eval "$ac_cv_have_x"
9121 fi # $with_x != no 9309 fi # $with_x != no
9122 9310
9123 if test "$have_x" != yes; then 9311 if test "$have_x" != yes; then
9124 { echo "$as_me:$LINENO: result: $have_x" >&5 9312 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9125 echo "${ECHO_T}$have_x" >&6; } 9313 $as_echo "$have_x" >&6; }
9126 no_x=yes 9314 no_x=yes
9127 else 9315 else
9128 # If each of the values was on the command line, it overrides each guess. 9316 # If each of the values was on the command line, it overrides each guess.
9129 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9317 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9130 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9318 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9131 # Update the cache value to reflect the command line values. 9319 # Update the cache value to reflect the command line values.
9132 ac_cv_have_x="have_x=yes\ 9320 ac_cv_have_x="have_x=yes\
9133 ac_x_includes='$x_includes'\ 9321 ac_x_includes='$x_includes'\
9134 ac_x_libraries='$x_libraries'" 9322 ac_x_libraries='$x_libraries'"
9135 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9323 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9136 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 9324 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9137 fi 9325 fi
9138 9326
9139 if test "$no_x" = yes; then 9327 if test "$no_x" = yes; then
9140 window_system=none 9328 window_system=none
9141 else 9329 else
9227 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" 9415 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"
9228 REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" 9416 REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"
9229 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES}" 9417 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES}"
9230 fi 9418 fi
9231 if test "${ac_cv_header_AppKit_AppKit_h+set}" = set; then 9419 if test "${ac_cv_header_AppKit_AppKit_h+set}" = set; then
9232 { echo "$as_me:$LINENO: checking for AppKit/AppKit.h" >&5 9420 { $as_echo "$as_me:$LINENO: checking for AppKit/AppKit.h" >&5
9233 echo $ECHO_N "checking for AppKit/AppKit.h... $ECHO_C" >&6; } 9421 $as_echo_n "checking for AppKit/AppKit.h... " >&6; }
9234 if test "${ac_cv_header_AppKit_AppKit_h+set}" = set; then 9422 if test "${ac_cv_header_AppKit_AppKit_h+set}" = set; then
9235 echo $ECHO_N "(cached) $ECHO_C" >&6 9423 $as_echo_n "(cached) " >&6
9236 fi 9424 fi
9237 { echo "$as_me:$LINENO: result: $ac_cv_header_AppKit_AppKit_h" >&5 9425 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_AppKit_AppKit_h" >&5
9238 echo "${ECHO_T}$ac_cv_header_AppKit_AppKit_h" >&6; } 9426 $as_echo "$ac_cv_header_AppKit_AppKit_h" >&6; }
9239 else 9427 else
9240 # Is the header compilable? 9428 # Is the header compilable?
9241 { echo "$as_me:$LINENO: checking AppKit/AppKit.h usability" >&5 9429 { $as_echo "$as_me:$LINENO: checking AppKit/AppKit.h usability" >&5
9242 echo $ECHO_N "checking AppKit/AppKit.h usability... $ECHO_C" >&6; } 9430 $as_echo_n "checking AppKit/AppKit.h usability... " >&6; }
9243 cat >conftest.$ac_ext <<_ACEOF 9431 cat >conftest.$ac_ext <<_ACEOF
9244 /* confdefs.h. */ 9432 /* confdefs.h. */
9245 _ACEOF 9433 _ACEOF
9246 cat confdefs.h >>conftest.$ac_ext 9434 cat confdefs.h >>conftest.$ac_ext
9247 cat >>conftest.$ac_ext <<_ACEOF 9435 cat >>conftest.$ac_ext <<_ACEOF
9253 if { (ac_try="$ac_compile" 9441 if { (ac_try="$ac_compile"
9254 case "(($ac_try" in 9442 case "(($ac_try" in
9255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9256 *) ac_try_echo=$ac_try;; 9444 *) ac_try_echo=$ac_try;;
9257 esac 9445 esac
9258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9447 $as_echo "$ac_try_echo") >&5
9259 (eval "$ac_compile") 2>conftest.er1 9448 (eval "$ac_compile") 2>conftest.er1
9260 ac_status=$? 9449 ac_status=$?
9261 grep -v '^ *+' conftest.er1 >conftest.err 9450 grep -v '^ *+' conftest.er1 >conftest.err
9262 rm -f conftest.er1 9451 rm -f conftest.er1
9263 cat conftest.err >&5 9452 cat conftest.err >&5
9264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9265 (exit $ac_status); } && { 9454 (exit $ac_status); } && {
9266 test -z "$ac_c_werror_flag" || 9455 test -z "$ac_c_werror_flag" ||
9267 test ! -s conftest.err 9456 test ! -s conftest.err
9268 } && test -s conftest.$ac_objext; then 9457 } && test -s conftest.$ac_objext; then
9269 ac_header_compiler=yes 9458 ac_header_compiler=yes
9270 else 9459 else
9271 echo "$as_me: failed program was:" >&5 9460 $as_echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5 9461 sed 's/^/| /' conftest.$ac_ext >&5
9273 9462
9274 ac_header_compiler=no 9463 ac_header_compiler=no
9275 fi 9464 fi
9276 9465
9277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9278 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9467 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9279 echo "${ECHO_T}$ac_header_compiler" >&6; } 9468 $as_echo "$ac_header_compiler" >&6; }
9280 9469
9281 # Is the header present? 9470 # Is the header present?
9282 { echo "$as_me:$LINENO: checking AppKit/AppKit.h presence" >&5 9471 { $as_echo "$as_me:$LINENO: checking AppKit/AppKit.h presence" >&5
9283 echo $ECHO_N "checking AppKit/AppKit.h presence... $ECHO_C" >&6; } 9472 $as_echo_n "checking AppKit/AppKit.h presence... " >&6; }
9284 cat >conftest.$ac_ext <<_ACEOF 9473 cat >conftest.$ac_ext <<_ACEOF
9285 /* confdefs.h. */ 9474 /* confdefs.h. */
9286 _ACEOF 9475 _ACEOF
9287 cat confdefs.h >>conftest.$ac_ext 9476 cat confdefs.h >>conftest.$ac_ext
9288 cat >>conftest.$ac_ext <<_ACEOF 9477 cat >>conftest.$ac_ext <<_ACEOF
9292 if { (ac_try="$ac_cpp conftest.$ac_ext" 9481 if { (ac_try="$ac_cpp conftest.$ac_ext"
9293 case "(($ac_try" in 9482 case "(($ac_try" in
9294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9295 *) ac_try_echo=$ac_try;; 9484 *) ac_try_echo=$ac_try;;
9296 esac 9485 esac
9297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9487 $as_echo "$ac_try_echo") >&5
9298 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9299 ac_status=$? 9489 ac_status=$?
9300 grep -v '^ *+' conftest.er1 >conftest.err 9490 grep -v '^ *+' conftest.er1 >conftest.err
9301 rm -f conftest.er1 9491 rm -f conftest.er1
9302 cat conftest.err >&5 9492 cat conftest.err >&5
9303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); } >/dev/null && { 9494 (exit $ac_status); } >/dev/null && {
9305 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9495 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9306 test ! -s conftest.err 9496 test ! -s conftest.err
9307 }; then 9497 }; then
9308 ac_header_preproc=yes 9498 ac_header_preproc=yes
9309 else 9499 else
9310 echo "$as_me: failed program was:" >&5 9500 $as_echo "$as_me: failed program was:" >&5
9311 sed 's/^/| /' conftest.$ac_ext >&5 9501 sed 's/^/| /' conftest.$ac_ext >&5
9312 9502
9313 ac_header_preproc=no 9503 ac_header_preproc=no
9314 fi 9504 fi
9315 9505
9316 rm -f conftest.err conftest.$ac_ext 9506 rm -f conftest.err conftest.$ac_ext
9317 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9507 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9318 echo "${ECHO_T}$ac_header_preproc" >&6; } 9508 $as_echo "$ac_header_preproc" >&6; }
9319 9509
9320 # So? What about this header? 9510 # So? What about this header?
9321 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9511 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9322 yes:no: ) 9512 yes:no: )
9323 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: accepted by the compiler, rejected by the preprocessor!" >&5 9513 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: accepted by the compiler, rejected by the preprocessor!" >&5
9324 echo "$as_me: WARNING: AppKit/AppKit.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9514 $as_echo "$as_me: WARNING: AppKit/AppKit.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9325 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: proceeding with the compiler's result" >&5 9515 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: proceeding with the compiler's result" >&5
9326 echo "$as_me: WARNING: AppKit/AppKit.h: proceeding with the compiler's result" >&2;} 9516 $as_echo "$as_me: WARNING: AppKit/AppKit.h: proceeding with the compiler's result" >&2;}
9327 ac_header_preproc=yes 9517 ac_header_preproc=yes
9328 ;; 9518 ;;
9329 no:yes:* ) 9519 no:yes:* )
9330 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: present but cannot be compiled" >&5 9520 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: present but cannot be compiled" >&5
9331 echo "$as_me: WARNING: AppKit/AppKit.h: present but cannot be compiled" >&2;} 9521 $as_echo "$as_me: WARNING: AppKit/AppKit.h: present but cannot be compiled" >&2;}
9332 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: check for missing prerequisite headers?" >&5 9522 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: check for missing prerequisite headers?" >&5
9333 echo "$as_me: WARNING: AppKit/AppKit.h: check for missing prerequisite headers?" >&2;} 9523 $as_echo "$as_me: WARNING: AppKit/AppKit.h: check for missing prerequisite headers?" >&2;}
9334 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: see the Autoconf documentation" >&5 9524 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: see the Autoconf documentation" >&5
9335 echo "$as_me: WARNING: AppKit/AppKit.h: see the Autoconf documentation" >&2;} 9525 $as_echo "$as_me: WARNING: AppKit/AppKit.h: see the Autoconf documentation" >&2;}
9336 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: section \"Present But Cannot Be Compiled\"" >&5 9526 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: section \"Present But Cannot Be Compiled\"" >&5
9337 echo "$as_me: WARNING: AppKit/AppKit.h: section \"Present But Cannot Be Compiled\"" >&2;} 9527 $as_echo "$as_me: WARNING: AppKit/AppKit.h: section \"Present But Cannot Be Compiled\"" >&2;}
9338 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: proceeding with the preprocessor's result" >&5 9528 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: proceeding with the preprocessor's result" >&5
9339 echo "$as_me: WARNING: AppKit/AppKit.h: proceeding with the preprocessor's result" >&2;} 9529 $as_echo "$as_me: WARNING: AppKit/AppKit.h: proceeding with the preprocessor's result" >&2;}
9340 { echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: in the future, the compiler will take precedence" >&5 9530 { $as_echo "$as_me:$LINENO: WARNING: AppKit/AppKit.h: in the future, the compiler will take precedence" >&5
9341 echo "$as_me: WARNING: AppKit/AppKit.h: in the future, the compiler will take precedence" >&2;} 9531 $as_echo "$as_me: WARNING: AppKit/AppKit.h: in the future, the compiler will take precedence" >&2;}
9342 9532
9343 ;; 9533 ;;
9344 esac 9534 esac
9345 { echo "$as_me:$LINENO: checking for AppKit/AppKit.h" >&5 9535 { $as_echo "$as_me:$LINENO: checking for AppKit/AppKit.h" >&5
9346 echo $ECHO_N "checking for AppKit/AppKit.h... $ECHO_C" >&6; } 9536 $as_echo_n "checking for AppKit/AppKit.h... " >&6; }
9347 if test "${ac_cv_header_AppKit_AppKit_h+set}" = set; then 9537 if test "${ac_cv_header_AppKit_AppKit_h+set}" = set; then
9348 echo $ECHO_N "(cached) $ECHO_C" >&6 9538 $as_echo_n "(cached) " >&6
9349 else 9539 else
9350 ac_cv_header_AppKit_AppKit_h=$ac_header_preproc 9540 ac_cv_header_AppKit_AppKit_h=$ac_header_preproc
9351 fi 9541 fi
9352 { echo "$as_me:$LINENO: result: $ac_cv_header_AppKit_AppKit_h" >&5 9542 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_AppKit_AppKit_h" >&5
9353 echo "${ECHO_T}$ac_cv_header_AppKit_AppKit_h" >&6; } 9543 $as_echo "$ac_cv_header_AppKit_AppKit_h" >&6; }
9354 9544
9355 fi 9545 fi
9356 if test $ac_cv_header_AppKit_AppKit_h = yes; then 9546 if test $ac_cv_header_AppKit_AppKit_h = yes; then
9357 HAVE_NS=yes 9547 HAVE_NS=yes
9358 else 9548 else
9359 { { echo "$as_me:$LINENO: error: \`--with-ns' was specified, but the include 9549 { { $as_echo "$as_me:$LINENO: error: \`--with-ns' was specified, but the include
9360 files are missing or cannot be compiled." >&5 9550 files are missing or cannot be compiled." >&5
9361 echo "$as_me: error: \`--with-ns' was specified, but the include 9551 $as_echo "$as_me: error: \`--with-ns' was specified, but the include
9362 files are missing or cannot be compiled." >&2;} 9552 files are missing or cannot be compiled." >&2;}
9363 { (exit 1); exit 1; }; } 9553 { (exit 1); exit 1; }; }
9364 fi 9554 fi
9365 9555
9366 9556
9384 if { (ac_try="$ac_compile" 9574 if { (ac_try="$ac_compile"
9385 case "(($ac_try" in 9575 case "(($ac_try" in
9386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9387 *) ac_try_echo=$ac_try;; 9577 *) ac_try_echo=$ac_try;;
9388 esac 9578 esac
9389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9580 $as_echo "$ac_try_echo") >&5
9390 (eval "$ac_compile") 2>conftest.er1 9581 (eval "$ac_compile") 2>conftest.er1
9391 ac_status=$? 9582 ac_status=$?
9392 grep -v '^ *+' conftest.er1 >conftest.err 9583 grep -v '^ *+' conftest.er1 >conftest.err
9393 rm -f conftest.er1 9584 rm -f conftest.er1
9394 cat conftest.err >&5 9585 cat conftest.err >&5
9395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9396 (exit $ac_status); } && { 9587 (exit $ac_status); } && {
9397 test -z "$ac_c_werror_flag" || 9588 test -z "$ac_c_werror_flag" ||
9398 test ! -s conftest.err 9589 test ! -s conftest.err
9399 } && test -s conftest.$ac_objext; then 9590 } && test -s conftest.$ac_objext; then
9400 ns_have_nsinteger=yes 9591 ns_have_nsinteger=yes
9401 else 9592 else
9402 echo "$as_me: failed program was:" >&5 9593 $as_echo "$as_me: failed program was:" >&5
9403 sed 's/^/| /' conftest.$ac_ext >&5 9594 sed 's/^/| /' conftest.$ac_ext >&5
9404 9595
9405 ns_have_nsinteger=no 9596 ns_have_nsinteger=no
9406 fi 9597 fi
9407 9598
9445 esac 9636 esac
9446 9637
9447 if test "$window_system" = none && test "X$with_x" != "Xno"; then 9638 if test "$window_system" = none && test "X$with_x" != "Xno"; then
9448 # Extract the first word of "X", so it can be a program name with args. 9639 # Extract the first word of "X", so it can be a program name with args.
9449 set dummy X; ac_word=$2 9640 set dummy X; ac_word=$2
9450 { echo "$as_me:$LINENO: checking for $ac_word" >&5 9641 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 9642 $as_echo_n "checking for $ac_word... " >&6; }
9452 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then 9643 if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then
9453 echo $ECHO_N "(cached) $ECHO_C" >&6 9644 $as_echo_n "(cached) " >&6
9454 else 9645 else
9455 if test -n "$HAVE_XSERVER"; then 9646 if test -n "$HAVE_XSERVER"; then
9456 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test. 9647 ac_cv_prog_HAVE_XSERVER="$HAVE_XSERVER" # Let the user override the test.
9457 else 9648 else
9458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 9649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9461 IFS=$as_save_IFS 9652 IFS=$as_save_IFS
9462 test -z "$as_dir" && as_dir=. 9653 test -z "$as_dir" && as_dir=.
9463 for ac_exec_ext in '' $ac_executable_extensions; do 9654 for ac_exec_ext in '' $ac_executable_extensions; do
9464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9465 ac_cv_prog_HAVE_XSERVER="true" 9656 ac_cv_prog_HAVE_XSERVER="true"
9466 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 9657 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9467 break 2 9658 break 2
9468 fi 9659 fi
9469 done 9660 done
9470 done 9661 done
9471 IFS=$as_save_IFS 9662 IFS=$as_save_IFS
9473 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false" 9664 test -z "$ac_cv_prog_HAVE_XSERVER" && ac_cv_prog_HAVE_XSERVER="false"
9474 fi 9665 fi
9475 fi 9666 fi
9476 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER 9667 HAVE_XSERVER=$ac_cv_prog_HAVE_XSERVER
9477 if test -n "$HAVE_XSERVER"; then 9668 if test -n "$HAVE_XSERVER"; then
9478 { echo "$as_me:$LINENO: result: $HAVE_XSERVER" >&5 9669 { $as_echo "$as_me:$LINENO: result: $HAVE_XSERVER" >&5
9479 echo "${ECHO_T}$HAVE_XSERVER" >&6; } 9670 $as_echo "$HAVE_XSERVER" >&6; }
9480 else 9671 else
9481 { echo "$as_me:$LINENO: result: no" >&5 9672 { $as_echo "$as_me:$LINENO: result: no" >&5
9482 echo "${ECHO_T}no" >&6; } 9673 $as_echo "no" >&6; }
9483 fi 9674 fi
9484 9675
9485 9676
9486 if test "$HAVE_XSERVER" = true || 9677 if test "$HAVE_XSERVER" = true ||
9487 test -n "$DISPLAY" || 9678 test -n "$DISPLAY" ||
9488 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then 9679 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
9489 { { echo "$as_me:$LINENO: error: You seem to be running X, but no X development libraries 9680 { { $as_echo "$as_me:$LINENO: error: You seem to be running X, but no X development libraries
9490 were found. You should install the relevant development files for X 9681 were found. You should install the relevant development files for X
9491 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make 9682 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9492 sure you have development files for image handling, i.e. 9683 sure you have development files for image handling, i.e.
9493 tiff, gif, jpeg, png and xpm. 9684 tiff, gif, jpeg, png and xpm.
9494 If you are sure you want Emacs compiled without X window support, pass 9685 If you are sure you want Emacs compiled without X window support, pass
9495 --without-x 9686 --without-x
9496 to configure." >&5 9687 to configure." >&5
9497 echo "$as_me: error: You seem to be running X, but no X development libraries 9688 $as_echo "$as_me: error: You seem to be running X, but no X development libraries
9498 were found. You should install the relevant development files for X 9689 were found. You should install the relevant development files for X
9499 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make 9690 and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9500 sure you have development files for image handling, i.e. 9691 sure you have development files for image handling, i.e.
9501 tiff, gif, jpeg, png and xpm. 9692 tiff, gif, jpeg, png and xpm.
9502 If you are sure you want Emacs compiled without X window support, pass 9693 If you are sure you want Emacs compiled without X window support, pass
9514 9705
9515 # Do the opsystem or machine files prohibit the use of the GNU malloc? 9706 # Do the opsystem or machine files prohibit the use of the GNU malloc?
9516 # Assume not, until told otherwise. 9707 # Assume not, until told otherwise.
9517 GNU_MALLOC=yes 9708 GNU_MALLOC=yes
9518 doug_lea_malloc=yes 9709 doug_lea_malloc=yes
9519 { echo "$as_me:$LINENO: checking for malloc_get_state" >&5 9710 { $as_echo "$as_me:$LINENO: checking for malloc_get_state" >&5
9520 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6; } 9711 $as_echo_n "checking for malloc_get_state... " >&6; }
9521 if test "${ac_cv_func_malloc_get_state+set}" = set; then 9712 if test "${ac_cv_func_malloc_get_state+set}" = set; then
9522 echo $ECHO_N "(cached) $ECHO_C" >&6 9713 $as_echo_n "(cached) " >&6
9523 else 9714 else
9524 cat >conftest.$ac_ext <<_ACEOF 9715 cat >conftest.$ac_ext <<_ACEOF
9525 /* confdefs.h. */ 9716 /* confdefs.h. */
9526 _ACEOF 9717 _ACEOF
9527 cat confdefs.h >>conftest.$ac_ext 9718 cat confdefs.h >>conftest.$ac_ext
9570 if { (ac_try="$ac_link" 9761 if { (ac_try="$ac_link"
9571 case "(($ac_try" in 9762 case "(($ac_try" in
9572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9573 *) ac_try_echo=$ac_try;; 9764 *) ac_try_echo=$ac_try;;
9574 esac 9765 esac
9575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9767 $as_echo "$ac_try_echo") >&5
9576 (eval "$ac_link") 2>conftest.er1 9768 (eval "$ac_link") 2>conftest.er1
9577 ac_status=$? 9769 ac_status=$?
9578 grep -v '^ *+' conftest.er1 >conftest.err 9770 grep -v '^ *+' conftest.er1 >conftest.err
9579 rm -f conftest.er1 9771 rm -f conftest.er1
9580 cat conftest.err >&5 9772 cat conftest.err >&5
9581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9582 (exit $ac_status); } && { 9774 (exit $ac_status); } && {
9583 test -z "$ac_c_werror_flag" || 9775 test -z "$ac_c_werror_flag" ||
9584 test ! -s conftest.err 9776 test ! -s conftest.err
9585 } && test -s conftest$ac_exeext && 9777 } && test -s conftest$ac_exeext && {
9586 $as_test_x conftest$ac_exeext; then 9778 test "$cross_compiling" = yes ||
9779 $as_test_x conftest$ac_exeext
9780 }; then
9587 ac_cv_func_malloc_get_state=yes 9781 ac_cv_func_malloc_get_state=yes
9588 else 9782 else
9589 echo "$as_me: failed program was:" >&5 9783 $as_echo "$as_me: failed program was:" >&5
9590 sed 's/^/| /' conftest.$ac_ext >&5 9784 sed 's/^/| /' conftest.$ac_ext >&5
9591 9785
9592 ac_cv_func_malloc_get_state=no 9786 ac_cv_func_malloc_get_state=no
9593 fi 9787 fi
9594 9788
9789 rm -rf conftest.dSYM
9595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9596 conftest$ac_exeext conftest.$ac_ext 9791 conftest$ac_exeext conftest.$ac_ext
9597 fi 9792 fi
9598 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 9793 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
9599 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6; } 9794 $as_echo "$ac_cv_func_malloc_get_state" >&6; }
9600 if test $ac_cv_func_malloc_get_state = yes; then 9795 if test $ac_cv_func_malloc_get_state = yes; then
9601 : 9796 :
9602 else 9797 else
9603 doug_lea_malloc=no 9798 doug_lea_malloc=no
9604 fi 9799 fi
9605 9800
9606 { echo "$as_me:$LINENO: checking for malloc_set_state" >&5 9801 { $as_echo "$as_me:$LINENO: checking for malloc_set_state" >&5
9607 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6; } 9802 $as_echo_n "checking for malloc_set_state... " >&6; }
9608 if test "${ac_cv_func_malloc_set_state+set}" = set; then 9803 if test "${ac_cv_func_malloc_set_state+set}" = set; then
9609 echo $ECHO_N "(cached) $ECHO_C" >&6 9804 $as_echo_n "(cached) " >&6
9610 else 9805 else
9611 cat >conftest.$ac_ext <<_ACEOF 9806 cat >conftest.$ac_ext <<_ACEOF
9612 /* confdefs.h. */ 9807 /* confdefs.h. */
9613 _ACEOF 9808 _ACEOF
9614 cat confdefs.h >>conftest.$ac_ext 9809 cat confdefs.h >>conftest.$ac_ext
9657 if { (ac_try="$ac_link" 9852 if { (ac_try="$ac_link"
9658 case "(($ac_try" in 9853 case "(($ac_try" in
9659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9660 *) ac_try_echo=$ac_try;; 9855 *) ac_try_echo=$ac_try;;
9661 esac 9856 esac
9662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9858 $as_echo "$ac_try_echo") >&5
9663 (eval "$ac_link") 2>conftest.er1 9859 (eval "$ac_link") 2>conftest.er1
9664 ac_status=$? 9860 ac_status=$?
9665 grep -v '^ *+' conftest.er1 >conftest.err 9861 grep -v '^ *+' conftest.er1 >conftest.err
9666 rm -f conftest.er1 9862 rm -f conftest.er1
9667 cat conftest.err >&5 9863 cat conftest.err >&5
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } && { 9865 (exit $ac_status); } && {
9670 test -z "$ac_c_werror_flag" || 9866 test -z "$ac_c_werror_flag" ||
9671 test ! -s conftest.err 9867 test ! -s conftest.err
9672 } && test -s conftest$ac_exeext && 9868 } && test -s conftest$ac_exeext && {
9673 $as_test_x conftest$ac_exeext; then 9869 test "$cross_compiling" = yes ||
9870 $as_test_x conftest$ac_exeext
9871 }; then
9674 ac_cv_func_malloc_set_state=yes 9872 ac_cv_func_malloc_set_state=yes
9675 else 9873 else
9676 echo "$as_me: failed program was:" >&5 9874 $as_echo "$as_me: failed program was:" >&5
9677 sed 's/^/| /' conftest.$ac_ext >&5 9875 sed 's/^/| /' conftest.$ac_ext >&5
9678 9876
9679 ac_cv_func_malloc_set_state=no 9877 ac_cv_func_malloc_set_state=no
9680 fi 9878 fi
9681 9879
9880 rm -rf conftest.dSYM
9682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9683 conftest$ac_exeext conftest.$ac_ext 9882 conftest$ac_exeext conftest.$ac_ext
9684 fi 9883 fi
9685 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 9884 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
9686 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6; } 9885 $as_echo "$ac_cv_func_malloc_set_state" >&6; }
9687 if test $ac_cv_func_malloc_set_state = yes; then 9886 if test $ac_cv_func_malloc_set_state = yes; then
9688 : 9887 :
9689 else 9888 else
9690 doug_lea_malloc=no 9889 doug_lea_malloc=no
9691 fi 9890 fi
9692 9891
9693 { echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5 9892 { $as_echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5
9694 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6; } 9893 $as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
9695 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 9894 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
9696 echo $ECHO_N "(cached) $ECHO_C" >&6 9895 $as_echo_n "(cached) " >&6
9697 else 9896 else
9698 cat >conftest.$ac_ext <<_ACEOF 9897 cat >conftest.$ac_ext <<_ACEOF
9699 /* confdefs.h. */ 9898 /* confdefs.h. */
9700 _ACEOF 9899 _ACEOF
9701 cat confdefs.h >>conftest.$ac_ext 9900 cat confdefs.h >>conftest.$ac_ext
9714 if { (ac_try="$ac_link" 9913 if { (ac_try="$ac_link"
9715 case "(($ac_try" in 9914 case "(($ac_try" in
9716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9717 *) ac_try_echo=$ac_try;; 9916 *) ac_try_echo=$ac_try;;
9718 esac 9917 esac
9719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9919 $as_echo "$ac_try_echo") >&5
9720 (eval "$ac_link") 2>conftest.er1 9920 (eval "$ac_link") 2>conftest.er1
9721 ac_status=$? 9921 ac_status=$?
9722 grep -v '^ *+' conftest.er1 >conftest.err 9922 grep -v '^ *+' conftest.er1 >conftest.err
9723 rm -f conftest.er1 9923 rm -f conftest.er1
9724 cat conftest.err >&5 9924 cat conftest.err >&5
9725 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9726 (exit $ac_status); } && { 9926 (exit $ac_status); } && {
9727 test -z "$ac_c_werror_flag" || 9927 test -z "$ac_c_werror_flag" ||
9728 test ! -s conftest.err 9928 test ! -s conftest.err
9729 } && test -s conftest$ac_exeext && 9929 } && test -s conftest$ac_exeext && {
9730 $as_test_x conftest$ac_exeext; then 9930 test "$cross_compiling" = yes ||
9931 $as_test_x conftest$ac_exeext
9932 }; then
9731 emacs_cv_var___after_morecore_hook=yes 9933 emacs_cv_var___after_morecore_hook=yes
9732 else 9934 else
9733 echo "$as_me: failed program was:" >&5 9935 $as_echo "$as_me: failed program was:" >&5
9734 sed 's/^/| /' conftest.$ac_ext >&5 9936 sed 's/^/| /' conftest.$ac_ext >&5
9735 9937
9736 emacs_cv_var___after_morecore_hook=no 9938 emacs_cv_var___after_morecore_hook=no
9737 fi 9939 fi
9738 9940
9941 rm -rf conftest.dSYM
9739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9740 conftest$ac_exeext conftest.$ac_ext 9943 conftest$ac_exeext conftest.$ac_ext
9741 fi 9944 fi
9742 { echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 9945 { $as_echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
9743 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6; } 9946 $as_echo "$emacs_cv_var___after_morecore_hook" >&6; }
9744 if test $emacs_cv_var___after_morecore_hook = no; then 9947 if test $emacs_cv_var___after_morecore_hook = no; then
9745 doug_lea_malloc=no 9948 doug_lea_malloc=no
9746 fi 9949 fi
9747 if test "${system_malloc}" = "yes"; then 9950 if test "${system_malloc}" = "yes"; then
9748 GNU_MALLOC=no 9951 GNU_MALLOC=no
9768 9971
9769 9972
9770 9973
9771 for ac_header in stdlib.h unistd.h 9974 for ac_header in stdlib.h unistd.h
9772 do 9975 do
9773 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9976 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9774 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9977 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9775 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9978 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9776 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9979 $as_echo_n "checking for $ac_header... " >&6; }
9777 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9980 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9778 echo $ECHO_N "(cached) $ECHO_C" >&6 9981 $as_echo_n "(cached) " >&6
9779 fi 9982 fi
9780 ac_res=`eval echo '${'$as_ac_Header'}'` 9983 ac_res=`eval 'as_val=${'$as_ac_Header'}
9781 { echo "$as_me:$LINENO: result: $ac_res" >&5 9984 $as_echo "$as_val"'`
9782 echo "${ECHO_T}$ac_res" >&6; } 9985 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9986 $as_echo "$ac_res" >&6; }
9783 else 9987 else
9784 # Is the header compilable? 9988 # Is the header compilable?
9785 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 9989 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
9786 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9990 $as_echo_n "checking $ac_header usability... " >&6; }
9787 cat >conftest.$ac_ext <<_ACEOF 9991 cat >conftest.$ac_ext <<_ACEOF
9788 /* confdefs.h. */ 9992 /* confdefs.h. */
9789 _ACEOF 9993 _ACEOF
9790 cat confdefs.h >>conftest.$ac_ext 9994 cat confdefs.h >>conftest.$ac_ext
9791 cat >>conftest.$ac_ext <<_ACEOF 9995 cat >>conftest.$ac_ext <<_ACEOF
9797 if { (ac_try="$ac_compile" 10001 if { (ac_try="$ac_compile"
9798 case "(($ac_try" in 10002 case "(($ac_try" in
9799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9800 *) ac_try_echo=$ac_try;; 10004 *) ac_try_echo=$ac_try;;
9801 esac 10005 esac
9802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10007 $as_echo "$ac_try_echo") >&5
9803 (eval "$ac_compile") 2>conftest.er1 10008 (eval "$ac_compile") 2>conftest.er1
9804 ac_status=$? 10009 ac_status=$?
9805 grep -v '^ *+' conftest.er1 >conftest.err 10010 grep -v '^ *+' conftest.er1 >conftest.err
9806 rm -f conftest.er1 10011 rm -f conftest.er1
9807 cat conftest.err >&5 10012 cat conftest.err >&5
9808 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10013 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9809 (exit $ac_status); } && { 10014 (exit $ac_status); } && {
9810 test -z "$ac_c_werror_flag" || 10015 test -z "$ac_c_werror_flag" ||
9811 test ! -s conftest.err 10016 test ! -s conftest.err
9812 } && test -s conftest.$ac_objext; then 10017 } && test -s conftest.$ac_objext; then
9813 ac_header_compiler=yes 10018 ac_header_compiler=yes
9814 else 10019 else
9815 echo "$as_me: failed program was:" >&5 10020 $as_echo "$as_me: failed program was:" >&5
9816 sed 's/^/| /' conftest.$ac_ext >&5 10021 sed 's/^/| /' conftest.$ac_ext >&5
9817 10022
9818 ac_header_compiler=no 10023 ac_header_compiler=no
9819 fi 10024 fi
9820 10025
9821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9822 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10027 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9823 echo "${ECHO_T}$ac_header_compiler" >&6; } 10028 $as_echo "$ac_header_compiler" >&6; }
9824 10029
9825 # Is the header present? 10030 # Is the header present?
9826 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 10031 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
9827 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 10032 $as_echo_n "checking $ac_header presence... " >&6; }
9828 cat >conftest.$ac_ext <<_ACEOF 10033 cat >conftest.$ac_ext <<_ACEOF
9829 /* confdefs.h. */ 10034 /* confdefs.h. */
9830 _ACEOF 10035 _ACEOF
9831 cat confdefs.h >>conftest.$ac_ext 10036 cat confdefs.h >>conftest.$ac_ext
9832 cat >>conftest.$ac_ext <<_ACEOF 10037 cat >>conftest.$ac_ext <<_ACEOF
9836 if { (ac_try="$ac_cpp conftest.$ac_ext" 10041 if { (ac_try="$ac_cpp conftest.$ac_ext"
9837 case "(($ac_try" in 10042 case "(($ac_try" in
9838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9839 *) ac_try_echo=$ac_try;; 10044 *) ac_try_echo=$ac_try;;
9840 esac 10045 esac
9841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10047 $as_echo "$ac_try_echo") >&5
9842 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10048 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9843 ac_status=$? 10049 ac_status=$?
9844 grep -v '^ *+' conftest.er1 >conftest.err 10050 grep -v '^ *+' conftest.er1 >conftest.err
9845 rm -f conftest.er1 10051 rm -f conftest.er1
9846 cat conftest.err >&5 10052 cat conftest.err >&5
9847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9848 (exit $ac_status); } >/dev/null && { 10054 (exit $ac_status); } >/dev/null && {
9849 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10055 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9850 test ! -s conftest.err 10056 test ! -s conftest.err
9851 }; then 10057 }; then
9852 ac_header_preproc=yes 10058 ac_header_preproc=yes
9853 else 10059 else
9854 echo "$as_me: failed program was:" >&5 10060 $as_echo "$as_me: failed program was:" >&5
9855 sed 's/^/| /' conftest.$ac_ext >&5 10061 sed 's/^/| /' conftest.$ac_ext >&5
9856 10062
9857 ac_header_preproc=no 10063 ac_header_preproc=no
9858 fi 10064 fi
9859 10065
9860 rm -f conftest.err conftest.$ac_ext 10066 rm -f conftest.err conftest.$ac_ext
9861 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10067 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9862 echo "${ECHO_T}$ac_header_preproc" >&6; } 10068 $as_echo "$ac_header_preproc" >&6; }
9863 10069
9864 # So? What about this header? 10070 # So? What about this header?
9865 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10071 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9866 yes:no: ) 10072 yes:no: )
9867 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10073 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9868 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10074 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9869 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10075 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9870 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10076 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9871 ac_header_preproc=yes 10077 ac_header_preproc=yes
9872 ;; 10078 ;;
9873 no:yes:* ) 10079 no:yes:* )
9874 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10080 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9875 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10081 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9876 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10082 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9877 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10083 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9878 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 10084 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9879 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 10085 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9880 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 10086 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9881 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 10087 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9882 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10088 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9883 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10089 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9884 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10090 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9885 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10091 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9886 10092
9887 ;; 10093 ;;
9888 esac 10094 esac
9889 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10095 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9890 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10096 $as_echo_n "checking for $ac_header... " >&6; }
9891 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9892 echo $ECHO_N "(cached) $ECHO_C" >&6 10098 $as_echo_n "(cached) " >&6
9893 else 10099 else
9894 eval "$as_ac_Header=\$ac_header_preproc" 10100 eval "$as_ac_Header=\$ac_header_preproc"
9895 fi 10101 fi
9896 ac_res=`eval echo '${'$as_ac_Header'}'` 10102 ac_res=`eval 'as_val=${'$as_ac_Header'}
9897 { echo "$as_me:$LINENO: result: $ac_res" >&5 10103 $as_echo "$as_val"'`
9898 echo "${ECHO_T}$ac_res" >&6; } 10104 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9899 10105 $as_echo "$ac_res" >&6; }
9900 fi 10106
9901 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10107 fi
10108 if test `eval 'as_val=${'$as_ac_Header'}
10109 $as_echo "$as_val"'` = yes; then
9902 cat >>confdefs.h <<_ACEOF 10110 cat >>confdefs.h <<_ACEOF
9903 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 10111 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9904 _ACEOF 10112 _ACEOF
9905 10113
9906 fi 10114 fi
9907 10115
9908 done 10116 done
9909 10117
9910 10118
9911 for ac_func in getpagesize 10119 for ac_func in getpagesize
9912 do 10120 do
9913 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10121 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9914 { echo "$as_me:$LINENO: checking for $ac_func" >&5 10122 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
9915 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 10123 $as_echo_n "checking for $ac_func... " >&6; }
9916 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 10124 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9917 echo $ECHO_N "(cached) $ECHO_C" >&6 10125 $as_echo_n "(cached) " >&6
9918 else 10126 else
9919 cat >conftest.$ac_ext <<_ACEOF 10127 cat >conftest.$ac_ext <<_ACEOF
9920 /* confdefs.h. */ 10128 /* confdefs.h. */
9921 _ACEOF 10129 _ACEOF
9922 cat confdefs.h >>conftest.$ac_ext 10130 cat confdefs.h >>conftest.$ac_ext
9965 if { (ac_try="$ac_link" 10173 if { (ac_try="$ac_link"
9966 case "(($ac_try" in 10174 case "(($ac_try" in
9967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9968 *) ac_try_echo=$ac_try;; 10176 *) ac_try_echo=$ac_try;;
9969 esac 10177 esac
9970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10179 $as_echo "$ac_try_echo") >&5
9971 (eval "$ac_link") 2>conftest.er1 10180 (eval "$ac_link") 2>conftest.er1
9972 ac_status=$? 10181 ac_status=$?
9973 grep -v '^ *+' conftest.er1 >conftest.err 10182 grep -v '^ *+' conftest.er1 >conftest.err
9974 rm -f conftest.er1 10183 rm -f conftest.er1
9975 cat conftest.err >&5 10184 cat conftest.err >&5
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); } && { 10186 (exit $ac_status); } && {
9978 test -z "$ac_c_werror_flag" || 10187 test -z "$ac_c_werror_flag" ||
9979 test ! -s conftest.err 10188 test ! -s conftest.err
9980 } && test -s conftest$ac_exeext && 10189 } && test -s conftest$ac_exeext && {
9981 $as_test_x conftest$ac_exeext; then 10190 test "$cross_compiling" = yes ||
10191 $as_test_x conftest$ac_exeext
10192 }; then
9982 eval "$as_ac_var=yes" 10193 eval "$as_ac_var=yes"
9983 else 10194 else
9984 echo "$as_me: failed program was:" >&5 10195 $as_echo "$as_me: failed program was:" >&5
9985 sed 's/^/| /' conftest.$ac_ext >&5 10196 sed 's/^/| /' conftest.$ac_ext >&5
9986 10197
9987 eval "$as_ac_var=no" 10198 eval "$as_ac_var=no"
9988 fi 10199 fi
9989 10200
10201 rm -rf conftest.dSYM
9990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9991 conftest$ac_exeext conftest.$ac_ext 10203 conftest$ac_exeext conftest.$ac_ext
9992 fi 10204 fi
9993 ac_res=`eval echo '${'$as_ac_var'}'` 10205 ac_res=`eval 'as_val=${'$as_ac_var'}
9994 { echo "$as_me:$LINENO: result: $ac_res" >&5 10206 $as_echo "$as_val"'`
9995 echo "${ECHO_T}$ac_res" >&6; } 10207 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9996 if test `eval echo '${'$as_ac_var'}'` = yes; then 10208 $as_echo "$ac_res" >&6; }
10209 if test `eval 'as_val=${'$as_ac_var'}
10210 $as_echo "$as_val"'` = yes; then
9997 cat >>confdefs.h <<_ACEOF 10211 cat >>confdefs.h <<_ACEOF
9998 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10212 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9999 _ACEOF 10213 _ACEOF
10000 10214
10001 fi 10215 fi
10002 done 10216 done
10003 10217
10004 { echo "$as_me:$LINENO: checking for working mmap" >&5 10218 { $as_echo "$as_me:$LINENO: checking for working mmap" >&5
10005 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } 10219 $as_echo_n "checking for working mmap... " >&6; }
10006 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 10220 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
10007 echo $ECHO_N "(cached) $ECHO_C" >&6 10221 $as_echo_n "(cached) " >&6
10008 else 10222 else
10009 if test "$cross_compiling" = yes; then 10223 if test "$cross_compiling" = yes; then
10010 ac_cv_func_mmap_fixed_mapped=no 10224 ac_cv_func_mmap_fixed_mapped=no
10011 else 10225 else
10012 cat >conftest.$ac_ext <<_ACEOF 10226 cat >conftest.$ac_ext <<_ACEOF
10146 if { (ac_try="$ac_link" 10360 if { (ac_try="$ac_link"
10147 case "(($ac_try" in 10361 case "(($ac_try" in
10148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10149 *) ac_try_echo=$ac_try;; 10363 *) ac_try_echo=$ac_try;;
10150 esac 10364 esac
10151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10366 $as_echo "$ac_try_echo") >&5
10152 (eval "$ac_link") 2>&5 10367 (eval "$ac_link") 2>&5
10153 ac_status=$? 10368 ac_status=$?
10154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10370 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10156 { (case "(($ac_try" in 10371 { (case "(($ac_try" in
10157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10158 *) ac_try_echo=$ac_try;; 10373 *) ac_try_echo=$ac_try;;
10159 esac 10374 esac
10160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10376 $as_echo "$ac_try_echo") >&5
10161 (eval "$ac_try") 2>&5 10377 (eval "$ac_try") 2>&5
10162 ac_status=$? 10378 ac_status=$?
10163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10164 (exit $ac_status); }; }; then 10380 (exit $ac_status); }; }; then
10165 ac_cv_func_mmap_fixed_mapped=yes 10381 ac_cv_func_mmap_fixed_mapped=yes
10166 else 10382 else
10167 echo "$as_me: program exited with status $ac_status" >&5 10383 $as_echo "$as_me: program exited with status $ac_status" >&5
10168 echo "$as_me: failed program was:" >&5 10384 $as_echo "$as_me: failed program was:" >&5
10169 sed 's/^/| /' conftest.$ac_ext >&5 10385 sed 's/^/| /' conftest.$ac_ext >&5
10170 10386
10171 ( exit $ac_status ) 10387 ( exit $ac_status )
10172 ac_cv_func_mmap_fixed_mapped=no 10388 ac_cv_func_mmap_fixed_mapped=no
10173 fi 10389 fi
10390 rm -rf conftest.dSYM
10174 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10391 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10175 fi 10392 fi
10176 10393
10177 10394
10178 fi 10395 fi
10179 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 10396 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
10180 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } 10397 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
10181 if test $ac_cv_func_mmap_fixed_mapped = yes; then 10398 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10182 10399
10183 cat >>confdefs.h <<\_ACEOF 10400 cat >>confdefs.h <<\_ACEOF
10184 #define HAVE_MMAP 1 10401 #define HAVE_MMAP 1
10185 _ACEOF 10402 _ACEOF
10192 fi 10409 fi
10193 10410
10194 LIBS="$libsrc_libs $LIBS" 10411 LIBS="$libsrc_libs $LIBS"
10195 10412
10196 10413
10197 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 10414 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
10198 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 10415 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10199 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 10416 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
10200 echo $ECHO_N "(cached) $ECHO_C" >&6 10417 $as_echo_n "(cached) " >&6
10201 else 10418 else
10202 ac_check_lib_save_LIBS=$LIBS 10419 ac_check_lib_save_LIBS=$LIBS
10203 LIBS="-ldnet $LIBS" 10420 LIBS="-ldnet $LIBS"
10204 cat >conftest.$ac_ext <<_ACEOF 10421 cat >conftest.$ac_ext <<_ACEOF
10205 /* confdefs.h. */ 10422 /* confdefs.h. */
10227 if { (ac_try="$ac_link" 10444 if { (ac_try="$ac_link"
10228 case "(($ac_try" in 10445 case "(($ac_try" in
10229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10230 *) ac_try_echo=$ac_try;; 10447 *) ac_try_echo=$ac_try;;
10231 esac 10448 esac
10232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10450 $as_echo "$ac_try_echo") >&5
10233 (eval "$ac_link") 2>conftest.er1 10451 (eval "$ac_link") 2>conftest.er1
10234 ac_status=$? 10452 ac_status=$?
10235 grep -v '^ *+' conftest.er1 >conftest.err 10453 grep -v '^ *+' conftest.er1 >conftest.err
10236 rm -f conftest.er1 10454 rm -f conftest.er1
10237 cat conftest.err >&5 10455 cat conftest.err >&5
10238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10239 (exit $ac_status); } && { 10457 (exit $ac_status); } && {
10240 test -z "$ac_c_werror_flag" || 10458 test -z "$ac_c_werror_flag" ||
10241 test ! -s conftest.err 10459 test ! -s conftest.err
10242 } && test -s conftest$ac_exeext && 10460 } && test -s conftest$ac_exeext && {
10243 $as_test_x conftest$ac_exeext; then 10461 test "$cross_compiling" = yes ||
10462 $as_test_x conftest$ac_exeext
10463 }; then
10244 ac_cv_lib_dnet_dnet_ntoa=yes 10464 ac_cv_lib_dnet_dnet_ntoa=yes
10245 else 10465 else
10246 echo "$as_me: failed program was:" >&5 10466 $as_echo "$as_me: failed program was:" >&5
10247 sed 's/^/| /' conftest.$ac_ext >&5 10467 sed 's/^/| /' conftest.$ac_ext >&5
10248 10468
10249 ac_cv_lib_dnet_dnet_ntoa=no 10469 ac_cv_lib_dnet_dnet_ntoa=no
10250 fi 10470 fi
10251 10471
10472 rm -rf conftest.dSYM
10252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10253 conftest$ac_exeext conftest.$ac_ext 10474 conftest$ac_exeext conftest.$ac_ext
10254 LIBS=$ac_check_lib_save_LIBS 10475 LIBS=$ac_check_lib_save_LIBS
10255 fi 10476 fi
10256 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 10477 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10257 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 10478 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10258 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 10479 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
10259 cat >>confdefs.h <<_ACEOF 10480 cat >>confdefs.h <<_ACEOF
10260 #define HAVE_LIBDNET 1 10481 #define HAVE_LIBDNET 1
10261 _ACEOF 10482 _ACEOF
10262 10483
10263 LIBS="-ldnet $LIBS" 10484 LIBS="-ldnet $LIBS"
10264 10485
10265 fi 10486 fi
10266 10487
10267 10488
10268 { echo "$as_me:$LINENO: checking for main in -lXbsd" >&5 10489 { $as_echo "$as_me:$LINENO: checking for main in -lXbsd" >&5
10269 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6; } 10490 $as_echo_n "checking for main in -lXbsd... " >&6; }
10270 if test "${ac_cv_lib_Xbsd_main+set}" = set; then 10491 if test "${ac_cv_lib_Xbsd_main+set}" = set; then
10271 echo $ECHO_N "(cached) $ECHO_C" >&6 10492 $as_echo_n "(cached) " >&6
10272 else 10493 else
10273 ac_check_lib_save_LIBS=$LIBS 10494 ac_check_lib_save_LIBS=$LIBS
10274 LIBS="-lXbsd $LIBS" 10495 LIBS="-lXbsd $LIBS"
10275 cat >conftest.$ac_ext <<_ACEOF 10496 cat >conftest.$ac_ext <<_ACEOF
10276 /* confdefs.h. */ 10497 /* confdefs.h. */
10292 if { (ac_try="$ac_link" 10513 if { (ac_try="$ac_link"
10293 case "(($ac_try" in 10514 case "(($ac_try" in
10294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10295 *) ac_try_echo=$ac_try;; 10516 *) ac_try_echo=$ac_try;;
10296 esac 10517 esac
10297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10519 $as_echo "$ac_try_echo") >&5
10298 (eval "$ac_link") 2>conftest.er1 10520 (eval "$ac_link") 2>conftest.er1
10299 ac_status=$? 10521 ac_status=$?
10300 grep -v '^ *+' conftest.er1 >conftest.err 10522 grep -v '^ *+' conftest.er1 >conftest.err
10301 rm -f conftest.er1 10523 rm -f conftest.er1
10302 cat conftest.err >&5 10524 cat conftest.err >&5
10303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10304 (exit $ac_status); } && { 10526 (exit $ac_status); } && {
10305 test -z "$ac_c_werror_flag" || 10527 test -z "$ac_c_werror_flag" ||
10306 test ! -s conftest.err 10528 test ! -s conftest.err
10307 } && test -s conftest$ac_exeext && 10529 } && test -s conftest$ac_exeext && {
10308 $as_test_x conftest$ac_exeext; then 10530 test "$cross_compiling" = yes ||
10531 $as_test_x conftest$ac_exeext
10532 }; then
10309 ac_cv_lib_Xbsd_main=yes 10533 ac_cv_lib_Xbsd_main=yes
10310 else 10534 else
10311 echo "$as_me: failed program was:" >&5 10535 $as_echo "$as_me: failed program was:" >&5
10312 sed 's/^/| /' conftest.$ac_ext >&5 10536 sed 's/^/| /' conftest.$ac_ext >&5
10313 10537
10314 ac_cv_lib_Xbsd_main=no 10538 ac_cv_lib_Xbsd_main=no
10315 fi 10539 fi
10316 10540
10541 rm -rf conftest.dSYM
10317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10318 conftest$ac_exeext conftest.$ac_ext 10543 conftest$ac_exeext conftest.$ac_ext
10319 LIBS=$ac_check_lib_save_LIBS 10544 LIBS=$ac_check_lib_save_LIBS
10320 fi 10545 fi
10321 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 10546 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
10322 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6; } 10547 $as_echo "$ac_cv_lib_Xbsd_main" >&6; }
10323 if test $ac_cv_lib_Xbsd_main = yes; then 10548 if test $ac_cv_lib_Xbsd_main = yes; then
10324 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 10549 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10325 fi 10550 fi
10326 10551
10327 10552
10328 10553
10329 { echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5 10554 { $as_echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5
10330 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6; } 10555 $as_echo_n "checking for cma_open in -lpthreads... " >&6; }
10331 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 10556 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
10332 echo $ECHO_N "(cached) $ECHO_C" >&6 10557 $as_echo_n "(cached) " >&6
10333 else 10558 else
10334 ac_check_lib_save_LIBS=$LIBS 10559 ac_check_lib_save_LIBS=$LIBS
10335 LIBS="-lpthreads $LIBS" 10560 LIBS="-lpthreads $LIBS"
10336 cat >conftest.$ac_ext <<_ACEOF 10561 cat >conftest.$ac_ext <<_ACEOF
10337 /* confdefs.h. */ 10562 /* confdefs.h. */
10359 if { (ac_try="$ac_link" 10584 if { (ac_try="$ac_link"
10360 case "(($ac_try" in 10585 case "(($ac_try" in
10361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10362 *) ac_try_echo=$ac_try;; 10587 *) ac_try_echo=$ac_try;;
10363 esac 10588 esac
10364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10590 $as_echo "$ac_try_echo") >&5
10365 (eval "$ac_link") 2>conftest.er1 10591 (eval "$ac_link") 2>conftest.er1
10366 ac_status=$? 10592 ac_status=$?
10367 grep -v '^ *+' conftest.er1 >conftest.err 10593 grep -v '^ *+' conftest.er1 >conftest.err
10368 rm -f conftest.er1 10594 rm -f conftest.er1
10369 cat conftest.err >&5 10595 cat conftest.err >&5
10370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10371 (exit $ac_status); } && { 10597 (exit $ac_status); } && {
10372 test -z "$ac_c_werror_flag" || 10598 test -z "$ac_c_werror_flag" ||
10373 test ! -s conftest.err 10599 test ! -s conftest.err
10374 } && test -s conftest$ac_exeext && 10600 } && test -s conftest$ac_exeext && {
10375 $as_test_x conftest$ac_exeext; then 10601 test "$cross_compiling" = yes ||
10602 $as_test_x conftest$ac_exeext
10603 }; then
10376 ac_cv_lib_pthreads_cma_open=yes 10604 ac_cv_lib_pthreads_cma_open=yes
10377 else 10605 else
10378 echo "$as_me: failed program was:" >&5 10606 $as_echo "$as_me: failed program was:" >&5
10379 sed 's/^/| /' conftest.$ac_ext >&5 10607 sed 's/^/| /' conftest.$ac_ext >&5
10380 10608
10381 ac_cv_lib_pthreads_cma_open=no 10609 ac_cv_lib_pthreads_cma_open=no
10382 fi 10610 fi
10383 10611
10612 rm -rf conftest.dSYM
10384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10385 conftest$ac_exeext conftest.$ac_ext 10614 conftest$ac_exeext conftest.$ac_ext
10386 LIBS=$ac_check_lib_save_LIBS 10615 LIBS=$ac_check_lib_save_LIBS
10387 fi 10616 fi
10388 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 10617 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
10389 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6; } 10618 $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
10390 if test $ac_cv_lib_pthreads_cma_open = yes; then 10619 if test $ac_cv_lib_pthreads_cma_open = yes; then
10391 cat >>confdefs.h <<_ACEOF 10620 cat >>confdefs.h <<_ACEOF
10392 #define HAVE_LIBPTHREADS 1 10621 #define HAVE_LIBPTHREADS 1
10393 _ACEOF 10622 _ACEOF
10394 10623
10398 10627
10399 10628
10400 10629
10401 case ${host_os} in 10630 case ${host_os} in
10402 aix*) 10631 aix*)
10403 { echo "$as_me:$LINENO: checking for -bbigtoc option" >&5 10632 { $as_echo "$as_me:$LINENO: checking for -bbigtoc option" >&5
10404 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6; } 10633 $as_echo_n "checking for -bbigtoc option... " >&6; }
10405 if test "${gdb_cv_bigtoc+set}" = set; then 10634 if test "${gdb_cv_bigtoc+set}" = set; then
10406 echo $ECHO_N "(cached) $ECHO_C" >&6 10635 $as_echo_n "(cached) " >&6
10407 else 10636 else
10408 10637
10409 case $GCC in 10638 case $GCC in
10410 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;; 10639 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
10411 *) gdb_cv_bigtoc=-bbigtoc ;; 10640 *) gdb_cv_bigtoc=-bbigtoc ;;
10431 if { (ac_try="$ac_link" 10660 if { (ac_try="$ac_link"
10432 case "(($ac_try" in 10661 case "(($ac_try" in
10433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10434 *) ac_try_echo=$ac_try;; 10663 *) ac_try_echo=$ac_try;;
10435 esac 10664 esac
10436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10666 $as_echo "$ac_try_echo") >&5
10437 (eval "$ac_link") 2>conftest.er1 10667 (eval "$ac_link") 2>conftest.er1
10438 ac_status=$? 10668 ac_status=$?
10439 grep -v '^ *+' conftest.er1 >conftest.err 10669 grep -v '^ *+' conftest.er1 >conftest.err
10440 rm -f conftest.er1 10670 rm -f conftest.er1
10441 cat conftest.err >&5 10671 cat conftest.err >&5
10442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10443 (exit $ac_status); } && { 10673 (exit $ac_status); } && {
10444 test -z "$ac_c_werror_flag" || 10674 test -z "$ac_c_werror_flag" ||
10445 test ! -s conftest.err 10675 test ! -s conftest.err
10446 } && test -s conftest$ac_exeext && 10676 } && test -s conftest$ac_exeext && {
10447 $as_test_x conftest$ac_exeext; then 10677 test "$cross_compiling" = yes ||
10678 $as_test_x conftest$ac_exeext
10679 }; then
10448 : 10680 :
10449 else 10681 else
10450 echo "$as_me: failed program was:" >&5 10682 $as_echo "$as_me: failed program was:" >&5
10451 sed 's/^/| /' conftest.$ac_ext >&5 10683 sed 's/^/| /' conftest.$ac_ext >&5
10452 10684
10453 gdb_cv_bigtoc= 10685 gdb_cv_bigtoc=
10454 fi 10686 fi
10455 10687
10688 rm -rf conftest.dSYM
10456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10457 conftest$ac_exeext conftest.$ac_ext 10690 conftest$ac_exeext conftest.$ac_ext
10458 10691
10459 fi 10692 fi
10460 { echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 10693 { $as_echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
10461 echo "${ECHO_T}$gdb_cv_bigtoc" >&6; } 10694 $as_echo "$gdb_cv_bigtoc" >&6; }
10462 ;; 10695 ;;
10463 esac 10696 esac
10464 10697
10465 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets 10698 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
10466 # used for the tests that follow. We set them back to REAL_CFLAGS and 10699 # used for the tests that follow. We set them back to REAL_CFLAGS and
10483 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH 10716 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
10484 export LD_RUN_PATH 10717 export LD_RUN_PATH
10485 fi 10718 fi
10486 10719
10487 if test "${opsys}" = "gnu-linux"; then 10720 if test "${opsys}" = "gnu-linux"; then
10488 { echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 10721 { $as_echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
10489 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6; } 10722 $as_echo_n "checking whether X on GNU/Linux needs -b to link... " >&6; }
10490 cat >conftest.$ac_ext <<_ACEOF 10723 cat >conftest.$ac_ext <<_ACEOF
10491 /* confdefs.h. */ 10724 /* confdefs.h. */
10492 _ACEOF 10725 _ACEOF
10493 cat confdefs.h >>conftest.$ac_ext 10726 cat confdefs.h >>conftest.$ac_ext
10494 cat >>conftest.$ac_ext <<_ACEOF 10727 cat >>conftest.$ac_ext <<_ACEOF
10506 if { (ac_try="$ac_link" 10739 if { (ac_try="$ac_link"
10507 case "(($ac_try" in 10740 case "(($ac_try" in
10508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10509 *) ac_try_echo=$ac_try;; 10742 *) ac_try_echo=$ac_try;;
10510 esac 10743 esac
10511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10745 $as_echo "$ac_try_echo") >&5
10512 (eval "$ac_link") 2>conftest.er1 10746 (eval "$ac_link") 2>conftest.er1
10513 ac_status=$? 10747 ac_status=$?
10514 grep -v '^ *+' conftest.er1 >conftest.err 10748 grep -v '^ *+' conftest.er1 >conftest.err
10515 rm -f conftest.er1 10749 rm -f conftest.er1
10516 cat conftest.err >&5 10750 cat conftest.err >&5
10517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10518 (exit $ac_status); } && { 10752 (exit $ac_status); } && {
10519 test -z "$ac_c_werror_flag" || 10753 test -z "$ac_c_werror_flag" ||
10520 test ! -s conftest.err 10754 test ! -s conftest.err
10521 } && test -s conftest$ac_exeext && 10755 } && test -s conftest$ac_exeext && {
10522 $as_test_x conftest$ac_exeext; then 10756 test "$cross_compiling" = yes ||
10757 $as_test_x conftest$ac_exeext
10758 }; then
10523 xlinux_first_failure=no 10759 xlinux_first_failure=no
10524 else 10760 else
10525 echo "$as_me: failed program was:" >&5 10761 $as_echo "$as_me: failed program was:" >&5
10526 sed 's/^/| /' conftest.$ac_ext >&5 10762 sed 's/^/| /' conftest.$ac_ext >&5
10527 10763
10528 xlinux_first_failure=yes 10764 xlinux_first_failure=yes
10529 fi 10765 fi
10530 10766
10767 rm -rf conftest.dSYM
10531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10532 conftest$ac_exeext conftest.$ac_ext 10769 conftest$ac_exeext conftest.$ac_ext
10533 if test "${xlinux_first_failure}" = "yes"; then 10770 if test "${xlinux_first_failure}" = "yes"; then
10534 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" 10771 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
10535 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" 10772 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
10558 if { (ac_try="$ac_link" 10795 if { (ac_try="$ac_link"
10559 case "(($ac_try" in 10796 case "(($ac_try" in
10560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10561 *) ac_try_echo=$ac_try;; 10798 *) ac_try_echo=$ac_try;;
10562 esac 10799 esac
10563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10801 $as_echo "$ac_try_echo") >&5
10564 (eval "$ac_link") 2>conftest.er1 10802 (eval "$ac_link") 2>conftest.er1
10565 ac_status=$? 10803 ac_status=$?
10566 grep -v '^ *+' conftest.er1 >conftest.err 10804 grep -v '^ *+' conftest.er1 >conftest.err
10567 rm -f conftest.er1 10805 rm -f conftest.er1
10568 cat conftest.err >&5 10806 cat conftest.err >&5
10569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570 (exit $ac_status); } && { 10808 (exit $ac_status); } && {
10571 test -z "$ac_c_werror_flag" || 10809 test -z "$ac_c_werror_flag" ||
10572 test ! -s conftest.err 10810 test ! -s conftest.err
10573 } && test -s conftest$ac_exeext && 10811 } && test -s conftest$ac_exeext && {
10574 $as_test_x conftest$ac_exeext; then 10812 test "$cross_compiling" = yes ||
10813 $as_test_x conftest$ac_exeext
10814 }; then
10575 xlinux_second_failure=no 10815 xlinux_second_failure=no
10576 else 10816 else
10577 echo "$as_me: failed program was:" >&5 10817 $as_echo "$as_me: failed program was:" >&5
10578 sed 's/^/| /' conftest.$ac_ext >&5 10818 sed 's/^/| /' conftest.$ac_ext >&5
10579 10819
10580 xlinux_second_failure=yes 10820 xlinux_second_failure=yes
10581 fi 10821 fi
10582 10822
10823 rm -rf conftest.dSYM
10583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10584 conftest$ac_exeext conftest.$ac_ext 10825 conftest$ac_exeext conftest.$ac_ext
10585 if test "${xlinux_second_failure}" = "yes"; then 10826 if test "${xlinux_second_failure}" = "yes"; then
10586 # If we get the same failure with -b, there is no use adding -b. 10827 # If we get the same failure with -b, there is no use adding -b.
10587 # So take it out. This plays safe. 10828 # So take it out. This plays safe.
10588 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" 10829 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
10589 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 10830 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
10590 CPPFLAGS="$OLD_CPPFLAGS" 10831 CPPFLAGS="$OLD_CPPFLAGS"
10591 LIBS="$OLD_LIBS" 10832 LIBS="$OLD_LIBS"
10592 { echo "$as_me:$LINENO: result: no" >&5 10833 { $as_echo "$as_me:$LINENO: result: no" >&5
10593 echo "${ECHO_T}no" >&6; } 10834 $as_echo "no" >&6; }
10594 else 10835 else
10595 { echo "$as_me:$LINENO: result: yes" >&5 10836 { $as_echo "$as_me:$LINENO: result: yes" >&5
10596 echo "${ECHO_T}yes" >&6; } 10837 $as_echo "yes" >&6; }
10597 fi 10838 fi
10598 else 10839 else
10599 { echo "$as_me:$LINENO: result: no" >&5 10840 { $as_echo "$as_me:$LINENO: result: no" >&5
10600 echo "${ECHO_T}no" >&6; } 10841 $as_echo "no" >&6; }
10601 fi 10842 fi
10602 fi 10843 fi
10603 10844
10604 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 10845 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
10605 # header files included from there. 10846 # header files included from there.
10606 { echo "$as_me:$LINENO: checking for Xkb" >&5 10847 { $as_echo "$as_me:$LINENO: checking for Xkb" >&5
10607 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6; } 10848 $as_echo_n "checking for Xkb... " >&6; }
10608 cat >conftest.$ac_ext <<_ACEOF 10849 cat >conftest.$ac_ext <<_ACEOF
10609 /* confdefs.h. */ 10850 /* confdefs.h. */
10610 _ACEOF 10851 _ACEOF
10611 cat confdefs.h >>conftest.$ac_ext 10852 cat confdefs.h >>conftest.$ac_ext
10612 cat >>conftest.$ac_ext <<_ACEOF 10853 cat >>conftest.$ac_ext <<_ACEOF
10625 if { (ac_try="$ac_link" 10866 if { (ac_try="$ac_link"
10626 case "(($ac_try" in 10867 case "(($ac_try" in
10627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10628 *) ac_try_echo=$ac_try;; 10869 *) ac_try_echo=$ac_try;;
10629 esac 10870 esac
10630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10872 $as_echo "$ac_try_echo") >&5
10631 (eval "$ac_link") 2>conftest.er1 10873 (eval "$ac_link") 2>conftest.er1
10632 ac_status=$? 10874 ac_status=$?
10633 grep -v '^ *+' conftest.er1 >conftest.err 10875 grep -v '^ *+' conftest.er1 >conftest.err
10634 rm -f conftest.er1 10876 rm -f conftest.er1
10635 cat conftest.err >&5 10877 cat conftest.err >&5
10636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10637 (exit $ac_status); } && { 10879 (exit $ac_status); } && {
10638 test -z "$ac_c_werror_flag" || 10880 test -z "$ac_c_werror_flag" ||
10639 test ! -s conftest.err 10881 test ! -s conftest.err
10640 } && test -s conftest$ac_exeext && 10882 } && test -s conftest$ac_exeext && {
10641 $as_test_x conftest$ac_exeext; then 10883 test "$cross_compiling" = yes ||
10884 $as_test_x conftest$ac_exeext
10885 }; then
10642 emacs_xkb=yes 10886 emacs_xkb=yes
10643 else 10887 else
10644 echo "$as_me: failed program was:" >&5 10888 $as_echo "$as_me: failed program was:" >&5
10645 sed 's/^/| /' conftest.$ac_ext >&5 10889 sed 's/^/| /' conftest.$ac_ext >&5
10646 10890
10647 emacs_xkb=no 10891 emacs_xkb=no
10648 fi 10892 fi
10649 10893
10894 rm -rf conftest.dSYM
10650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10651 conftest$ac_exeext conftest.$ac_ext 10896 conftest$ac_exeext conftest.$ac_ext
10652 { echo "$as_me:$LINENO: result: $emacs_xkb" >&5 10897 { $as_echo "$as_me:$LINENO: result: $emacs_xkb" >&5
10653 echo "${ECHO_T}$emacs_xkb" >&6; } 10898 $as_echo "$emacs_xkb" >&6; }
10654 if test $emacs_xkb = yes; then 10899 if test $emacs_xkb = yes; then
10655 10900
10656 cat >>confdefs.h <<\_ACEOF 10901 cat >>confdefs.h <<\_ACEOF
10657 #define HAVE_XKBGETKEYBOARD 1 10902 #define HAVE_XKBGETKEYBOARD 1
10658 _ACEOF 10903 _ACEOF
10664 10909
10665 10910
10666 for ac_func in XrmSetDatabase XScreenResourceString \ 10911 for ac_func in XrmSetDatabase XScreenResourceString \
10667 XScreenNumberOfScreen XSetWMProtocols 10912 XScreenNumberOfScreen XSetWMProtocols
10668 do 10913 do
10669 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10914 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10670 { echo "$as_me:$LINENO: checking for $ac_func" >&5 10915 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
10671 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 10916 $as_echo_n "checking for $ac_func... " >&6; }
10672 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 10917 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10673 echo $ECHO_N "(cached) $ECHO_C" >&6 10918 $as_echo_n "(cached) " >&6
10674 else 10919 else
10675 cat >conftest.$ac_ext <<_ACEOF 10920 cat >conftest.$ac_ext <<_ACEOF
10676 /* confdefs.h. */ 10921 /* confdefs.h. */
10677 _ACEOF 10922 _ACEOF
10678 cat confdefs.h >>conftest.$ac_ext 10923 cat confdefs.h >>conftest.$ac_ext
10721 if { (ac_try="$ac_link" 10966 if { (ac_try="$ac_link"
10722 case "(($ac_try" in 10967 case "(($ac_try" in
10723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10724 *) ac_try_echo=$ac_try;; 10969 *) ac_try_echo=$ac_try;;
10725 esac 10970 esac
10726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10972 $as_echo "$ac_try_echo") >&5
10727 (eval "$ac_link") 2>conftest.er1 10973 (eval "$ac_link") 2>conftest.er1
10728 ac_status=$? 10974 ac_status=$?
10729 grep -v '^ *+' conftest.er1 >conftest.err 10975 grep -v '^ *+' conftest.er1 >conftest.err
10730 rm -f conftest.er1 10976 rm -f conftest.er1
10731 cat conftest.err >&5 10977 cat conftest.err >&5
10732 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10733 (exit $ac_status); } && { 10979 (exit $ac_status); } && {
10734 test -z "$ac_c_werror_flag" || 10980 test -z "$ac_c_werror_flag" ||
10735 test ! -s conftest.err 10981 test ! -s conftest.err
10736 } && test -s conftest$ac_exeext && 10982 } && test -s conftest$ac_exeext && {
10737 $as_test_x conftest$ac_exeext; then 10983 test "$cross_compiling" = yes ||
10984 $as_test_x conftest$ac_exeext
10985 }; then
10738 eval "$as_ac_var=yes" 10986 eval "$as_ac_var=yes"
10739 else 10987 else
10740 echo "$as_me: failed program was:" >&5 10988 $as_echo "$as_me: failed program was:" >&5
10741 sed 's/^/| /' conftest.$ac_ext >&5 10989 sed 's/^/| /' conftest.$ac_ext >&5
10742 10990
10743 eval "$as_ac_var=no" 10991 eval "$as_ac_var=no"
10744 fi 10992 fi
10745 10993
10994 rm -rf conftest.dSYM
10746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10747 conftest$ac_exeext conftest.$ac_ext 10996 conftest$ac_exeext conftest.$ac_ext
10748 fi 10997 fi
10749 ac_res=`eval echo '${'$as_ac_var'}'` 10998 ac_res=`eval 'as_val=${'$as_ac_var'}
10750 { echo "$as_me:$LINENO: result: $ac_res" >&5 10999 $as_echo "$as_val"'`
10751 echo "${ECHO_T}$ac_res" >&6; } 11000 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10752 if test `eval echo '${'$as_ac_var'}'` = yes; then 11001 $as_echo "$ac_res" >&6; }
11002 if test `eval 'as_val=${'$as_ac_var'}
11003 $as_echo "$as_val"'` = yes; then
10753 cat >>confdefs.h <<_ACEOF 11004 cat >>confdefs.h <<_ACEOF
10754 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11005 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10755 _ACEOF 11006 _ACEOF
10756 11007
10757 fi 11008 fi
10758 done 11009 done
10759 11010
10760 fi 11011 fi
10761 11012
10762 if test "${window_system}" = "x11"; then 11013 if test "${window_system}" = "x11"; then
10763 { echo "$as_me:$LINENO: checking X11 version 6" >&5 11014 { $as_echo "$as_me:$LINENO: checking X11 version 6" >&5
10764 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6; } 11015 $as_echo_n "checking X11 version 6... " >&6; }
10765 if test "${emacs_cv_x11_version_6+set}" = set; then 11016 if test "${emacs_cv_x11_version_6+set}" = set; then
10766 echo $ECHO_N "(cached) $ECHO_C" >&6 11017 $as_echo_n "(cached) " >&6
10767 else 11018 else
10768 cat >conftest.$ac_ext <<_ACEOF 11019 cat >conftest.$ac_ext <<_ACEOF
10769 /* confdefs.h. */ 11020 /* confdefs.h. */
10770 _ACEOF 11021 _ACEOF
10771 cat confdefs.h >>conftest.$ac_ext 11022 cat confdefs.h >>conftest.$ac_ext
10787 if { (ac_try="$ac_link" 11038 if { (ac_try="$ac_link"
10788 case "(($ac_try" in 11039 case "(($ac_try" in
10789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10790 *) ac_try_echo=$ac_try;; 11041 *) ac_try_echo=$ac_try;;
10791 esac 11042 esac
10792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11044 $as_echo "$ac_try_echo") >&5
10793 (eval "$ac_link") 2>conftest.er1 11045 (eval "$ac_link") 2>conftest.er1
10794 ac_status=$? 11046 ac_status=$?
10795 grep -v '^ *+' conftest.er1 >conftest.err 11047 grep -v '^ *+' conftest.er1 >conftest.err
10796 rm -f conftest.er1 11048 rm -f conftest.er1
10797 cat conftest.err >&5 11049 cat conftest.err >&5
10798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10799 (exit $ac_status); } && { 11051 (exit $ac_status); } && {
10800 test -z "$ac_c_werror_flag" || 11052 test -z "$ac_c_werror_flag" ||
10801 test ! -s conftest.err 11053 test ! -s conftest.err
10802 } && test -s conftest$ac_exeext && 11054 } && test -s conftest$ac_exeext && {
10803 $as_test_x conftest$ac_exeext; then 11055 test "$cross_compiling" = yes ||
11056 $as_test_x conftest$ac_exeext
11057 }; then
10804 emacs_cv_x11_version_6=yes 11058 emacs_cv_x11_version_6=yes
10805 else 11059 else
10806 echo "$as_me: failed program was:" >&5 11060 $as_echo "$as_me: failed program was:" >&5
10807 sed 's/^/| /' conftest.$ac_ext >&5 11061 sed 's/^/| /' conftest.$ac_ext >&5
10808 11062
10809 emacs_cv_x11_version_6=no 11063 emacs_cv_x11_version_6=no
10810 fi 11064 fi
10811 11065
11066 rm -rf conftest.dSYM
10812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10813 conftest$ac_exeext conftest.$ac_ext 11068 conftest$ac_exeext conftest.$ac_ext
10814 fi 11069 fi
10815 11070
10816 if test $emacs_cv_x11_version_6 = yes; then 11071 if test $emacs_cv_x11_version_6 = yes; then
10817 { echo "$as_me:$LINENO: result: 6 or newer" >&5 11072 { $as_echo "$as_me:$LINENO: result: 6 or newer" >&5
10818 echo "${ECHO_T}6 or newer" >&6; } 11073 $as_echo "6 or newer" >&6; }
10819 11074
10820 cat >>confdefs.h <<\_ACEOF 11075 cat >>confdefs.h <<\_ACEOF
10821 #define HAVE_X11R6 1 11076 #define HAVE_X11R6 1
10822 _ACEOF 11077 _ACEOF
10823 11078
10824 else 11079 else
10825 { echo "$as_me:$LINENO: result: before 6" >&5 11080 { $as_echo "$as_me:$LINENO: result: before 6" >&5
10826 echo "${ECHO_T}before 6" >&6; } 11081 $as_echo "before 6" >&6; }
10827 fi 11082 fi
10828 fi 11083 fi
10829 11084
10830 11085
10831 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. 11086 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
10838 11093
10839 succeeded=no 11094 succeeded=no
10840 11095
10841 # Extract the first word of "pkg-config", so it can be a program name with args. 11096 # Extract the first word of "pkg-config", so it can be a program name with args.
10842 set dummy pkg-config; ac_word=$2 11097 set dummy pkg-config; ac_word=$2
10843 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11098 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10844 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11099 $as_echo_n "checking for $ac_word... " >&6; }
10845 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 11100 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
10846 echo $ECHO_N "(cached) $ECHO_C" >&6 11101 $as_echo_n "(cached) " >&6
10847 else 11102 else
10848 case $PKG_CONFIG in 11103 case $PKG_CONFIG in
10849 [\\/]* | ?:[\\/]*) 11104 [\\/]* | ?:[\\/]*)
10850 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 11105 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10851 ;; 11106 ;;
10856 IFS=$as_save_IFS 11111 IFS=$as_save_IFS
10857 test -z "$as_dir" && as_dir=. 11112 test -z "$as_dir" && as_dir=.
10858 for ac_exec_ext in '' $ac_executable_extensions; do 11113 for ac_exec_ext in '' $ac_executable_extensions; do
10859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10860 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 11115 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10861 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11116 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10862 break 2 11117 break 2
10863 fi 11118 fi
10864 done 11119 done
10865 done 11120 done
10866 IFS=$as_save_IFS 11121 IFS=$as_save_IFS
10869 ;; 11124 ;;
10870 esac 11125 esac
10871 fi 11126 fi
10872 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 11127 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10873 if test -n "$PKG_CONFIG"; then 11128 if test -n "$PKG_CONFIG"; then
10874 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 11129 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
10875 echo "${ECHO_T}$PKG_CONFIG" >&6; } 11130 $as_echo "$PKG_CONFIG" >&6; }
10876 else 11131 else
10877 { echo "$as_me:$LINENO: result: no" >&5 11132 { $as_echo "$as_me:$LINENO: result: no" >&5
10878 echo "${ECHO_T}no" >&6; } 11133 $as_echo "no" >&6; }
10879 fi 11134 fi
10880 11135
10881 11136
10882 11137
10883 if test "$PKG_CONFIG" = "no" ; then 11138 if test "$PKG_CONFIG" = "no" ; then
10884 : 11139 :
10885 else 11140 else
10886 PKG_CONFIG_MIN_VERSION=0.9.0 11141 PKG_CONFIG_MIN_VERSION=0.9.0
10887 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 11142 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
10888 { echo "$as_me:$LINENO: checking for $RSVG_MODULE" >&5 11143 { $as_echo "$as_me:$LINENO: checking for $RSVG_MODULE" >&5
10889 echo $ECHO_N "checking for $RSVG_MODULE... $ECHO_C" >&6; } 11144 $as_echo_n "checking for $RSVG_MODULE... " >&6; }
10890 11145
10891 if $PKG_CONFIG --exists "$RSVG_MODULE" 2>&5; then 11146 if $PKG_CONFIG --exists "$RSVG_MODULE" 2>&5; then
10892 { echo "$as_me:$LINENO: result: yes" >&5 11147 { $as_echo "$as_me:$LINENO: result: yes" >&5
10893 echo "${ECHO_T}yes" >&6; } 11148 $as_echo "yes" >&6; }
10894 succeeded=yes 11149 succeeded=yes
10895 11150
10896 { echo "$as_me:$LINENO: checking RSVG_CFLAGS" >&5 11151 { $as_echo "$as_me:$LINENO: checking RSVG_CFLAGS" >&5
10897 echo $ECHO_N "checking RSVG_CFLAGS... $ECHO_C" >&6; } 11152 $as_echo_n "checking RSVG_CFLAGS... " >&6; }
10898 RSVG_CFLAGS=`$PKG_CONFIG --cflags "$RSVG_MODULE"|sed -e 's,///*,/,g'` 11153 RSVG_CFLAGS=`$PKG_CONFIG --cflags "$RSVG_MODULE"|sed -e 's,///*,/,g'`
10899 { echo "$as_me:$LINENO: result: $RSVG_CFLAGS" >&5 11154 { $as_echo "$as_me:$LINENO: result: $RSVG_CFLAGS" >&5
10900 echo "${ECHO_T}$RSVG_CFLAGS" >&6; } 11155 $as_echo "$RSVG_CFLAGS" >&6; }
10901 11156
10902 { echo "$as_me:$LINENO: checking RSVG_LIBS" >&5 11157 { $as_echo "$as_me:$LINENO: checking RSVG_LIBS" >&5
10903 echo $ECHO_N "checking RSVG_LIBS... $ECHO_C" >&6; } 11158 $as_echo_n "checking RSVG_LIBS... " >&6; }
10904 RSVG_LIBS=`$PKG_CONFIG --libs "$RSVG_MODULE"|sed -e 's,///*,/,g'` 11159 RSVG_LIBS=`$PKG_CONFIG --libs "$RSVG_MODULE"|sed -e 's,///*,/,g'`
10905 { echo "$as_me:$LINENO: result: $RSVG_LIBS" >&5 11160 { $as_echo "$as_me:$LINENO: result: $RSVG_LIBS" >&5
10906 echo "${ECHO_T}$RSVG_LIBS" >&6; } 11161 $as_echo "$RSVG_LIBS" >&6; }
10907 else 11162 else
10908 { echo "$as_me:$LINENO: result: no" >&5 11163 { $as_echo "$as_me:$LINENO: result: no" >&5
10909 echo "${ECHO_T}no" >&6; } 11164 $as_echo "no" >&6; }
10910 RSVG_CFLAGS="" 11165 RSVG_CFLAGS=""
10911 RSVG_LIBS="" 11166 RSVG_LIBS=""
10912 ## If we have a custom action on failure, don't print errors, but 11167 ## If we have a custom action on failure, don't print errors, but
10913 ## do set a variable so people can do so. 11168 ## do set a variable so people can do so.
10914 RSVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$RSVG_MODULE"` 11169 RSVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$RSVG_MODULE"`
10955 11210
10956 succeeded=no 11211 succeeded=no
10957 11212
10958 # Extract the first word of "pkg-config", so it can be a program name with args. 11213 # Extract the first word of "pkg-config", so it can be a program name with args.
10959 set dummy pkg-config; ac_word=$2 11214 set dummy pkg-config; ac_word=$2
10960 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11215 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10961 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11216 $as_echo_n "checking for $ac_word... " >&6; }
10962 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 11217 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
10963 echo $ECHO_N "(cached) $ECHO_C" >&6 11218 $as_echo_n "(cached) " >&6
10964 else 11219 else
10965 case $PKG_CONFIG in 11220 case $PKG_CONFIG in
10966 [\\/]* | ?:[\\/]*) 11221 [\\/]* | ?:[\\/]*)
10967 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 11222 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10968 ;; 11223 ;;
10973 IFS=$as_save_IFS 11228 IFS=$as_save_IFS
10974 test -z "$as_dir" && as_dir=. 11229 test -z "$as_dir" && as_dir=.
10975 for ac_exec_ext in '' $ac_executable_extensions; do 11230 for ac_exec_ext in '' $ac_executable_extensions; do
10976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10977 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 11232 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11233 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10979 break 2 11234 break 2
10980 fi 11235 fi
10981 done 11236 done
10982 done 11237 done
10983 IFS=$as_save_IFS 11238 IFS=$as_save_IFS
10986 ;; 11241 ;;
10987 esac 11242 esac
10988 fi 11243 fi
10989 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 11244 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10990 if test -n "$PKG_CONFIG"; then 11245 if test -n "$PKG_CONFIG"; then
10991 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 11246 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
10992 echo "${ECHO_T}$PKG_CONFIG" >&6; } 11247 $as_echo "$PKG_CONFIG" >&6; }
10993 else 11248 else
10994 { echo "$as_me:$LINENO: result: no" >&5 11249 { $as_echo "$as_me:$LINENO: result: no" >&5
10995 echo "${ECHO_T}no" >&6; } 11250 $as_echo "no" >&6; }
10996 fi 11251 fi
10997 11252
10998 11253
10999 11254
11000 if test "$PKG_CONFIG" = "no" ; then 11255 if test "$PKG_CONFIG" = "no" ; then
11001 pkg_check_gtk=no 11256 pkg_check_gtk=no
11002 else 11257 else
11003 PKG_CONFIG_MIN_VERSION=0.9.0 11258 PKG_CONFIG_MIN_VERSION=0.9.0
11004 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 11259 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11005 { echo "$as_me:$LINENO: checking for $GTK_MODULES" >&5 11260 { $as_echo "$as_me:$LINENO: checking for $GTK_MODULES" >&5
11006 echo $ECHO_N "checking for $GTK_MODULES... $ECHO_C" >&6; } 11261 $as_echo_n "checking for $GTK_MODULES... " >&6; }
11007 11262
11008 if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then 11263 if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
11009 { echo "$as_me:$LINENO: result: yes" >&5 11264 { $as_echo "$as_me:$LINENO: result: yes" >&5
11010 echo "${ECHO_T}yes" >&6; } 11265 $as_echo "yes" >&6; }
11011 succeeded=yes 11266 succeeded=yes
11012 11267
11013 { echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5 11268 { $as_echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
11014 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6; } 11269 $as_echo_n "checking GTK_CFLAGS... " >&6; }
11015 GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'` 11270 GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|sed -e 's,///*,/,g'`
11016 { echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5 11271 { $as_echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
11017 echo "${ECHO_T}$GTK_CFLAGS" >&6; } 11272 $as_echo "$GTK_CFLAGS" >&6; }
11018 11273
11019 { echo "$as_me:$LINENO: checking GTK_LIBS" >&5 11274 { $as_echo "$as_me:$LINENO: checking GTK_LIBS" >&5
11020 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6; } 11275 $as_echo_n "checking GTK_LIBS... " >&6; }
11021 GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'` 11276 GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|sed -e 's,///*,/,g'`
11022 { echo "$as_me:$LINENO: result: $GTK_LIBS" >&5 11277 { $as_echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
11023 echo "${ECHO_T}$GTK_LIBS" >&6; } 11278 $as_echo "$GTK_LIBS" >&6; }
11024 else 11279 else
11025 { echo "$as_me:$LINENO: result: no" >&5 11280 { $as_echo "$as_me:$LINENO: result: no" >&5
11026 echo "${ECHO_T}no" >&6; } 11281 $as_echo "no" >&6; }
11027 GTK_CFLAGS="" 11282 GTK_CFLAGS=""
11028 GTK_LIBS="" 11283 GTK_LIBS=""
11029 ## If we have a custom action on failure, don't print errors, but 11284 ## If we have a custom action on failure, don't print errors, but
11030 ## do set a variable so people can do so. 11285 ## do set a variable so people can do so.
11031 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"` 11286 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
11045 else 11300 else
11046 pkg_check_gtk=no 11301 pkg_check_gtk=no
11047 fi 11302 fi
11048 11303
11049 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 11304 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
11050 { { echo "$as_me:$LINENO: error: $GTK_PKG_ERRORS" >&5 11305 { { $as_echo "$as_me:$LINENO: error: $GTK_PKG_ERRORS" >&5
11051 echo "$as_me: error: $GTK_PKG_ERRORS" >&2;} 11306 $as_echo "$as_me: error: $GTK_PKG_ERRORS" >&2;}
11052 { (exit 1); exit 1; }; } 11307 { (exit 1); exit 1; }; }
11053 fi 11308 fi
11054 fi 11309 fi
11055 11310
11056 11311
11063 LIBS="$GTK_LIBS $LIBS" 11318 LIBS="$GTK_LIBS $LIBS"
11064 GTK_COMPILES=no 11319 GTK_COMPILES=no
11065 11320
11066 for ac_func in gtk_main 11321 for ac_func in gtk_main
11067 do 11322 do
11068 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11323 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11069 { echo "$as_me:$LINENO: checking for $ac_func" >&5 11324 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
11070 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11325 $as_echo_n "checking for $ac_func... " >&6; }
11071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11326 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11072 echo $ECHO_N "(cached) $ECHO_C" >&6 11327 $as_echo_n "(cached) " >&6
11073 else 11328 else
11074 cat >conftest.$ac_ext <<_ACEOF 11329 cat >conftest.$ac_ext <<_ACEOF
11075 /* confdefs.h. */ 11330 /* confdefs.h. */
11076 _ACEOF 11331 _ACEOF
11077 cat confdefs.h >>conftest.$ac_ext 11332 cat confdefs.h >>conftest.$ac_ext
11120 if { (ac_try="$ac_link" 11375 if { (ac_try="$ac_link"
11121 case "(($ac_try" in 11376 case "(($ac_try" in
11122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11123 *) ac_try_echo=$ac_try;; 11378 *) ac_try_echo=$ac_try;;
11124 esac 11379 esac
11125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11381 $as_echo "$ac_try_echo") >&5
11126 (eval "$ac_link") 2>conftest.er1 11382 (eval "$ac_link") 2>conftest.er1
11127 ac_status=$? 11383 ac_status=$?
11128 grep -v '^ *+' conftest.er1 >conftest.err 11384 grep -v '^ *+' conftest.er1 >conftest.err
11129 rm -f conftest.er1 11385 rm -f conftest.er1
11130 cat conftest.err >&5 11386 cat conftest.err >&5
11131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11132 (exit $ac_status); } && { 11388 (exit $ac_status); } && {
11133 test -z "$ac_c_werror_flag" || 11389 test -z "$ac_c_werror_flag" ||
11134 test ! -s conftest.err 11390 test ! -s conftest.err
11135 } && test -s conftest$ac_exeext && 11391 } && test -s conftest$ac_exeext && {
11136 $as_test_x conftest$ac_exeext; then 11392 test "$cross_compiling" = yes ||
11393 $as_test_x conftest$ac_exeext
11394 }; then
11137 eval "$as_ac_var=yes" 11395 eval "$as_ac_var=yes"
11138 else 11396 else
11139 echo "$as_me: failed program was:" >&5 11397 $as_echo "$as_me: failed program was:" >&5
11140 sed 's/^/| /' conftest.$ac_ext >&5 11398 sed 's/^/| /' conftest.$ac_ext >&5
11141 11399
11142 eval "$as_ac_var=no" 11400 eval "$as_ac_var=no"
11143 fi 11401 fi
11144 11402
11403 rm -rf conftest.dSYM
11145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11146 conftest$ac_exeext conftest.$ac_ext 11405 conftest$ac_exeext conftest.$ac_ext
11147 fi 11406 fi
11148 ac_res=`eval echo '${'$as_ac_var'}'` 11407 ac_res=`eval 'as_val=${'$as_ac_var'}
11149 { echo "$as_me:$LINENO: result: $ac_res" >&5 11408 $as_echo "$as_val"'`
11150 echo "${ECHO_T}$ac_res" >&6; } 11409 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11151 if test `eval echo '${'$as_ac_var'}'` = yes; then 11410 $as_echo "$ac_res" >&6; }
11411 if test `eval 'as_val=${'$as_ac_var'}
11412 $as_echo "$as_val"'` = yes; then
11152 cat >>confdefs.h <<_ACEOF 11413 cat >>confdefs.h <<_ACEOF
11153 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11414 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11154 _ACEOF 11415 _ACEOF
11155 GTK_COMPILES=yes 11416 GTK_COMPILES=yes
11156 fi 11417 fi
11157 done 11418 done
11158 11419
11159 if test "${GTK_COMPILES}" != "yes"; then 11420 if test "${GTK_COMPILES}" != "yes"; then
11160 if test "$USE_X_TOOLKIT" != "maybe"; then 11421 if test "$USE_X_TOOLKIT" != "maybe"; then
11161 { { echo "$as_me:$LINENO: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&5 11422 { { $as_echo "$as_me:$LINENO: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&5
11162 echo "$as_me: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&2;} 11423 $as_echo "$as_me: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&2;}
11163 { (exit 1); exit 1; }; }; 11424 { (exit 1); exit 1; }; };
11164 fi 11425 fi
11165 else 11426 else
11166 HAVE_GTK=yes 11427 HAVE_GTK=yes
11167 11428
11171 11432
11172 USE_X_TOOLKIT=none 11433 USE_X_TOOLKIT=none
11173 if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then 11434 if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then
11174 : 11435 :
11175 else 11436 else
11176 { echo "$as_me:$LINENO: WARNING: Your version of Gtk+ will have problems with 11437 { $as_echo "$as_me:$LINENO: WARNING: Your version of Gtk+ will have problems with
11177 closing open displays. This is no problem if you just use 11438 closing open displays. This is no problem if you just use
11178 one display, but if you use more than one and close one of them 11439 one display, but if you use more than one and close one of them
11179 Emacs may crash." >&5 11440 Emacs may crash." >&5
11180 echo "$as_me: WARNING: Your version of Gtk+ will have problems with 11441 $as_echo "$as_me: WARNING: Your version of Gtk+ will have problems with
11181 closing open displays. This is no problem if you just use 11442 closing open displays. This is no problem if you just use
11182 one display, but if you use more than one and close one of them 11443 one display, but if you use more than one and close one of them
11183 Emacs may crash." >&2;} 11444 Emacs may crash." >&2;}
11184 sleep 3 11445 sleep 3
11185 fi 11446 fi
11196 11457
11197 HAVE_GTK_MULTIDISPLAY=no 11458 HAVE_GTK_MULTIDISPLAY=no
11198 11459
11199 for ac_func in gdk_display_open 11460 for ac_func in gdk_display_open
11200 do 11461 do
11201 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11462 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11202 { echo "$as_me:$LINENO: checking for $ac_func" >&5 11463 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
11203 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11464 $as_echo_n "checking for $ac_func... " >&6; }
11204 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11465 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11205 echo $ECHO_N "(cached) $ECHO_C" >&6 11466 $as_echo_n "(cached) " >&6
11206 else 11467 else
11207 cat >conftest.$ac_ext <<_ACEOF 11468 cat >conftest.$ac_ext <<_ACEOF
11208 /* confdefs.h. */ 11469 /* confdefs.h. */
11209 _ACEOF 11470 _ACEOF
11210 cat confdefs.h >>conftest.$ac_ext 11471 cat confdefs.h >>conftest.$ac_ext
11253 if { (ac_try="$ac_link" 11514 if { (ac_try="$ac_link"
11254 case "(($ac_try" in 11515 case "(($ac_try" in
11255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11256 *) ac_try_echo=$ac_try;; 11517 *) ac_try_echo=$ac_try;;
11257 esac 11518 esac
11258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11520 $as_echo "$ac_try_echo") >&5
11259 (eval "$ac_link") 2>conftest.er1 11521 (eval "$ac_link") 2>conftest.er1
11260 ac_status=$? 11522 ac_status=$?
11261 grep -v '^ *+' conftest.er1 >conftest.err 11523 grep -v '^ *+' conftest.er1 >conftest.err
11262 rm -f conftest.er1 11524 rm -f conftest.er1
11263 cat conftest.err >&5 11525 cat conftest.err >&5
11264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11265 (exit $ac_status); } && { 11527 (exit $ac_status); } && {
11266 test -z "$ac_c_werror_flag" || 11528 test -z "$ac_c_werror_flag" ||
11267 test ! -s conftest.err 11529 test ! -s conftest.err
11268 } && test -s conftest$ac_exeext && 11530 } && test -s conftest$ac_exeext && {
11269 $as_test_x conftest$ac_exeext; then 11531 test "$cross_compiling" = yes ||
11532 $as_test_x conftest$ac_exeext
11533 }; then
11270 eval "$as_ac_var=yes" 11534 eval "$as_ac_var=yes"
11271 else 11535 else
11272 echo "$as_me: failed program was:" >&5 11536 $as_echo "$as_me: failed program was:" >&5
11273 sed 's/^/| /' conftest.$ac_ext >&5 11537 sed 's/^/| /' conftest.$ac_ext >&5
11274 11538
11275 eval "$as_ac_var=no" 11539 eval "$as_ac_var=no"
11276 fi 11540 fi
11277 11541
11542 rm -rf conftest.dSYM
11278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11279 conftest$ac_exeext conftest.$ac_ext 11544 conftest$ac_exeext conftest.$ac_ext
11280 fi 11545 fi
11281 ac_res=`eval echo '${'$as_ac_var'}'` 11546 ac_res=`eval 'as_val=${'$as_ac_var'}
11282 { echo "$as_me:$LINENO: result: $ac_res" >&5 11547 $as_echo "$as_val"'`
11283 echo "${ECHO_T}$ac_res" >&6; } 11548 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11284 if test `eval echo '${'$as_ac_var'}'` = yes; then 11549 $as_echo "$ac_res" >&6; }
11550 if test `eval 'as_val=${'$as_ac_var'}
11551 $as_echo "$as_val"'` = yes; then
11285 cat >>confdefs.h <<_ACEOF 11552 cat >>confdefs.h <<_ACEOF
11286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11553 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11287 _ACEOF 11554 _ACEOF
11288 HAVE_GTK_MULTIDISPLAY=yes 11555 HAVE_GTK_MULTIDISPLAY=yes
11289 fi 11556 fi
11290 done 11557 done
11291 11558
11295 #define HAVE_GTK_MULTIDISPLAY 1 11562 #define HAVE_GTK_MULTIDISPLAY 1
11296 _ACEOF 11563 _ACEOF
11297 11564
11298 fi 11565 fi
11299 11566
11300 HAVE_GTK_FILE_SELECTION=no 11567 HAVE_GTK_FILE_SELECTION=no
11568 { $as_echo "$as_me:$LINENO: checking whether GTK_TYPE_FILE_SELECTION is declared" >&5
11569 $as_echo_n "checking whether GTK_TYPE_FILE_SELECTION is declared... " >&6; }
11570 if test "${ac_cv_have_decl_GTK_TYPE_FILE_SELECTION+set}" = set; then
11571 $as_echo_n "(cached) " >&6
11572 else
11573 cat >conftest.$ac_ext <<_ACEOF
11574 /* confdefs.h. */
11575 _ACEOF
11576 cat confdefs.h >>conftest.$ac_ext
11577 cat >>conftest.$ac_ext <<_ACEOF
11578 /* end confdefs.h. */
11579 $ac_includes_default
11580 #include <gtk/gtk.h>
11581
11582 int
11583 main ()
11584 {
11585 #ifndef GTK_TYPE_FILE_SELECTION
11586 (void) GTK_TYPE_FILE_SELECTION;
11587 #endif
11588
11589 ;
11590 return 0;
11591 }
11592 _ACEOF
11593 rm -f conftest.$ac_objext
11594 if { (ac_try="$ac_compile"
11595 case "(($ac_try" in
11596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11597 *) ac_try_echo=$ac_try;;
11598 esac
11599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11600 $as_echo "$ac_try_echo") >&5
11601 (eval "$ac_compile") 2>conftest.er1
11602 ac_status=$?
11603 grep -v '^ *+' conftest.er1 >conftest.err
11604 rm -f conftest.er1
11605 cat conftest.err >&5
11606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607 (exit $ac_status); } && {
11608 test -z "$ac_c_werror_flag" ||
11609 test ! -s conftest.err
11610 } && test -s conftest.$ac_objext; then
11611 ac_cv_have_decl_GTK_TYPE_FILE_SELECTION=yes
11612 else
11613 $as_echo "$as_me: failed program was:" >&5
11614 sed 's/^/| /' conftest.$ac_ext >&5
11615
11616 ac_cv_have_decl_GTK_TYPE_FILE_SELECTION=no
11617 fi
11618
11619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11620 fi
11621 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" >&5
11622 $as_echo "$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" >&6; }
11623 if test $ac_cv_have_decl_GTK_TYPE_FILE_SELECTION = yes; then
11624 HAVE_GTK_FILE_SELECTION=yes
11625 else
11626 HAVE_GTK_FILE_SELECTION=no
11627 fi
11628
11629 if test "$HAVE_GTK_FILE_SELECTION" = yes; then
11301 11630
11302 for ac_func in gtk_file_selection_new 11631 for ac_func in gtk_file_selection_new
11303 do 11632 do
11304 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11633 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11305 { echo "$as_me:$LINENO: checking for $ac_func" >&5 11634 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
11306 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11635 $as_echo_n "checking for $ac_func... " >&6; }
11307 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11636 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11308 echo $ECHO_N "(cached) $ECHO_C" >&6 11637 $as_echo_n "(cached) " >&6
11309 else 11638 else
11310 cat >conftest.$ac_ext <<_ACEOF 11639 cat >conftest.$ac_ext <<_ACEOF
11311 /* confdefs.h. */ 11640 /* confdefs.h. */
11312 _ACEOF 11641 _ACEOF
11313 cat confdefs.h >>conftest.$ac_ext 11642 cat confdefs.h >>conftest.$ac_ext
11356 if { (ac_try="$ac_link" 11685 if { (ac_try="$ac_link"
11357 case "(($ac_try" in 11686 case "(($ac_try" in
11358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11359 *) ac_try_echo=$ac_try;; 11688 *) ac_try_echo=$ac_try;;
11360 esac 11689 esac
11361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11691 $as_echo "$ac_try_echo") >&5
11362 (eval "$ac_link") 2>conftest.er1 11692 (eval "$ac_link") 2>conftest.er1
11363 ac_status=$? 11693 ac_status=$?
11364 grep -v '^ *+' conftest.er1 >conftest.err 11694 grep -v '^ *+' conftest.er1 >conftest.err
11365 rm -f conftest.er1 11695 rm -f conftest.er1
11366 cat conftest.err >&5 11696 cat conftest.err >&5
11367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11368 (exit $ac_status); } && { 11698 (exit $ac_status); } && {
11369 test -z "$ac_c_werror_flag" || 11699 test -z "$ac_c_werror_flag" ||
11370 test ! -s conftest.err 11700 test ! -s conftest.err
11371 } && test -s conftest$ac_exeext && 11701 } && test -s conftest$ac_exeext && {
11372 $as_test_x conftest$ac_exeext; then 11702 test "$cross_compiling" = yes ||
11703 $as_test_x conftest$ac_exeext
11704 }; then
11373 eval "$as_ac_var=yes" 11705 eval "$as_ac_var=yes"
11374 else 11706 else
11375 echo "$as_me: failed program was:" >&5 11707 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5 11708 sed 's/^/| /' conftest.$ac_ext >&5
11377 11709
11378 eval "$as_ac_var=no" 11710 eval "$as_ac_var=no"
11379 fi 11711 fi
11380 11712
11713 rm -rf conftest.dSYM
11381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11382 conftest$ac_exeext conftest.$ac_ext 11715 conftest$ac_exeext conftest.$ac_ext
11383 fi 11716 fi
11384 ac_res=`eval echo '${'$as_ac_var'}'` 11717 ac_res=`eval 'as_val=${'$as_ac_var'}
11385 { echo "$as_me:$LINENO: result: $ac_res" >&5 11718 $as_echo "$as_val"'`
11386 echo "${ECHO_T}$ac_res" >&6; } 11719 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11387 if test `eval echo '${'$as_ac_var'}'` = yes; then 11720 $as_echo "$ac_res" >&6; }
11721 if test `eval 'as_val=${'$as_ac_var'}
11722 $as_echo "$as_val"'` = yes; then
11388 cat >>confdefs.h <<_ACEOF 11723 cat >>confdefs.h <<_ACEOF
11389 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11724 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11390 _ACEOF 11725 _ACEOF
11391 HAVE_GTK_FILE_SELECTION=yes 11726 HAVE_GTK_FILE_SELECTION=yes
11727 else
11728 HAVE_GTK_FILE_SELECTION=no
11392 fi 11729 fi
11393 done 11730 done
11394 11731
11395 11732 fi
11396 HAVE_GTK_FILE_CHOOSER=no 11733
11734 HAVE_GTK_FILE_CHOOSER=no
11735 { $as_echo "$as_me:$LINENO: checking whether GTK_TYPE_FILE_CHOOSER is declared" >&5
11736 $as_echo_n "checking whether GTK_TYPE_FILE_CHOOSER is declared... " >&6; }
11737 if test "${ac_cv_have_decl_GTK_TYPE_FILE_CHOOSER+set}" = set; then
11738 $as_echo_n "(cached) " >&6
11739 else
11740 cat >conftest.$ac_ext <<_ACEOF
11741 /* confdefs.h. */
11742 _ACEOF
11743 cat confdefs.h >>conftest.$ac_ext
11744 cat >>conftest.$ac_ext <<_ACEOF
11745 /* end confdefs.h. */
11746 $ac_includes_default
11747 #include <gtk/gtk.h>
11748
11749 int
11750 main ()
11751 {
11752 #ifndef GTK_TYPE_FILE_CHOOSER
11753 (void) GTK_TYPE_FILE_CHOOSER;
11754 #endif
11755
11756 ;
11757 return 0;
11758 }
11759 _ACEOF
11760 rm -f conftest.$ac_objext
11761 if { (ac_try="$ac_compile"
11762 case "(($ac_try" in
11763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11764 *) ac_try_echo=$ac_try;;
11765 esac
11766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11767 $as_echo "$ac_try_echo") >&5
11768 (eval "$ac_compile") 2>conftest.er1
11769 ac_status=$?
11770 grep -v '^ *+' conftest.er1 >conftest.err
11771 rm -f conftest.er1
11772 cat conftest.err >&5
11773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11774 (exit $ac_status); } && {
11775 test -z "$ac_c_werror_flag" ||
11776 test ! -s conftest.err
11777 } && test -s conftest.$ac_objext; then
11778 ac_cv_have_decl_GTK_TYPE_FILE_CHOOSER=yes
11779 else
11780 $as_echo "$as_me: failed program was:" >&5
11781 sed 's/^/| /' conftest.$ac_ext >&5
11782
11783 ac_cv_have_decl_GTK_TYPE_FILE_CHOOSER=no
11784 fi
11785
11786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11787 fi
11788 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_GTK_TYPE_FILE_CHOOSER" >&5
11789 $as_echo "$ac_cv_have_decl_GTK_TYPE_FILE_CHOOSER" >&6; }
11790 if test $ac_cv_have_decl_GTK_TYPE_FILE_CHOOSER = yes; then
11791 HAVE_GTK_FILE_CHOOSER=yes
11792 else
11793 HAVE_GTK_FILE_CHOOSER=no
11794 fi
11795
11796 if test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11397 11797
11398 for ac_func in gtk_file_chooser_dialog_new 11798 for ac_func in gtk_file_chooser_dialog_new
11399 do 11799 do
11400 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11800 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11401 { echo "$as_me:$LINENO: checking for $ac_func" >&5 11801 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
11402 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11802 $as_echo_n "checking for $ac_func... " >&6; }
11403 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11803 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6 11804 $as_echo_n "(cached) " >&6
11405 else 11805 else
11406 cat >conftest.$ac_ext <<_ACEOF 11806 cat >conftest.$ac_ext <<_ACEOF
11407 /* confdefs.h. */ 11807 /* confdefs.h. */
11408 _ACEOF 11808 _ACEOF
11409 cat confdefs.h >>conftest.$ac_ext 11809 cat confdefs.h >>conftest.$ac_ext
11452 if { (ac_try="$ac_link" 11852 if { (ac_try="$ac_link"
11453 case "(($ac_try" in 11853 case "(($ac_try" in
11454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11455 *) ac_try_echo=$ac_try;; 11855 *) ac_try_echo=$ac_try;;
11456 esac 11856 esac
11457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11858 $as_echo "$ac_try_echo") >&5
11458 (eval "$ac_link") 2>conftest.er1 11859 (eval "$ac_link") 2>conftest.er1
11459 ac_status=$? 11860 ac_status=$?
11460 grep -v '^ *+' conftest.er1 >conftest.err 11861 grep -v '^ *+' conftest.er1 >conftest.err
11461 rm -f conftest.er1 11862 rm -f conftest.er1
11462 cat conftest.err >&5 11863 cat conftest.err >&5
11463 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11464 (exit $ac_status); } && { 11865 (exit $ac_status); } && {
11465 test -z "$ac_c_werror_flag" || 11866 test -z "$ac_c_werror_flag" ||
11466 test ! -s conftest.err 11867 test ! -s conftest.err
11467 } && test -s conftest$ac_exeext && 11868 } && test -s conftest$ac_exeext && {
11468 $as_test_x conftest$ac_exeext; then 11869 test "$cross_compiling" = yes ||
11870 $as_test_x conftest$ac_exeext
11871 }; then
11469 eval "$as_ac_var=yes" 11872 eval "$as_ac_var=yes"
11470 else 11873 else
11471 echo "$as_me: failed program was:" >&5 11874 $as_echo "$as_me: failed program was:" >&5
11472 sed 's/^/| /' conftest.$ac_ext >&5 11875 sed 's/^/| /' conftest.$ac_ext >&5
11473 11876
11474 eval "$as_ac_var=no" 11877 eval "$as_ac_var=no"
11475 fi 11878 fi
11476 11879
11880 rm -rf conftest.dSYM
11477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11478 conftest$ac_exeext conftest.$ac_ext 11882 conftest$ac_exeext conftest.$ac_ext
11479 fi 11883 fi
11480 ac_res=`eval echo '${'$as_ac_var'}'` 11884 ac_res=`eval 'as_val=${'$as_ac_var'}
11481 { echo "$as_me:$LINENO: result: $ac_res" >&5 11885 $as_echo "$as_val"'`
11482 echo "${ECHO_T}$ac_res" >&6; } 11886 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11483 if test `eval echo '${'$as_ac_var'}'` = yes; then 11887 $as_echo "$ac_res" >&6; }
11888 if test `eval 'as_val=${'$as_ac_var'}
11889 $as_echo "$as_val"'` = yes; then
11484 cat >>confdefs.h <<_ACEOF 11890 cat >>confdefs.h <<_ACEOF
11485 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11891 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11486 _ACEOF 11892 _ACEOF
11487 HAVE_GTK_FILE_CHOOSER=yes 11893 HAVE_GTK_FILE_CHOOSER=yes
11894 else
11895 HAVE_GTK_FILE_CHOOSER=no
11488 fi 11896 fi
11489 done 11897 done
11490 11898
11899 fi
11491 11900
11492 if test "$HAVE_GTK_FILE_SELECTION" = yes \ 11901 if test "$HAVE_GTK_FILE_SELECTION" = yes \
11493 && test "$HAVE_GTK_FILE_CHOOSER" = yes; then 11902 && test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11494 11903
11495 cat >>confdefs.h <<\_ACEOF 11904 cat >>confdefs.h <<\_ACEOF
11501 if test "$HAVE_GTK_FILE_CHOOSER" = yes; then 11910 if test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11502 HAVE_GTK_AND_PTHREAD=no 11911 HAVE_GTK_AND_PTHREAD=no
11503 11912
11504 for ac_header in pthread.h 11913 for ac_header in pthread.h
11505 do 11914 do
11506 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11915 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11507 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11916 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11508 { echo "$as_me:$LINENO: checking for $ac_header" >&5 11917 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11509 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11918 $as_echo_n "checking for $ac_header... " >&6; }
11510 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11919 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11511 echo $ECHO_N "(cached) $ECHO_C" >&6 11920 $as_echo_n "(cached) " >&6
11512 fi 11921 fi
11513 ac_res=`eval echo '${'$as_ac_Header'}'` 11922 ac_res=`eval 'as_val=${'$as_ac_Header'}
11514 { echo "$as_me:$LINENO: result: $ac_res" >&5 11923 $as_echo "$as_val"'`
11515 echo "${ECHO_T}$ac_res" >&6; } 11924 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11925 $as_echo "$ac_res" >&6; }
11516 else 11926 else
11517 # Is the header compilable? 11927 # Is the header compilable?
11518 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 11928 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11519 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 11929 $as_echo_n "checking $ac_header usability... " >&6; }
11520 cat >conftest.$ac_ext <<_ACEOF 11930 cat >conftest.$ac_ext <<_ACEOF
11521 /* confdefs.h. */ 11931 /* confdefs.h. */
11522 _ACEOF 11932 _ACEOF
11523 cat confdefs.h >>conftest.$ac_ext 11933 cat confdefs.h >>conftest.$ac_ext
11524 cat >>conftest.$ac_ext <<_ACEOF 11934 cat >>conftest.$ac_ext <<_ACEOF
11530 if { (ac_try="$ac_compile" 11940 if { (ac_try="$ac_compile"
11531 case "(($ac_try" in 11941 case "(($ac_try" in
11532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11533 *) ac_try_echo=$ac_try;; 11943 *) ac_try_echo=$ac_try;;
11534 esac 11944 esac
11535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11946 $as_echo "$ac_try_echo") >&5
11536 (eval "$ac_compile") 2>conftest.er1 11947 (eval "$ac_compile") 2>conftest.er1
11537 ac_status=$? 11948 ac_status=$?
11538 grep -v '^ *+' conftest.er1 >conftest.err 11949 grep -v '^ *+' conftest.er1 >conftest.err
11539 rm -f conftest.er1 11950 rm -f conftest.er1
11540 cat conftest.err >&5 11951 cat conftest.err >&5
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); } && { 11953 (exit $ac_status); } && {
11543 test -z "$ac_c_werror_flag" || 11954 test -z "$ac_c_werror_flag" ||
11544 test ! -s conftest.err 11955 test ! -s conftest.err
11545 } && test -s conftest.$ac_objext; then 11956 } && test -s conftest.$ac_objext; then
11546 ac_header_compiler=yes 11957 ac_header_compiler=yes
11547 else 11958 else
11548 echo "$as_me: failed program was:" >&5 11959 $as_echo "$as_me: failed program was:" >&5
11549 sed 's/^/| /' conftest.$ac_ext >&5 11960 sed 's/^/| /' conftest.$ac_ext >&5
11550 11961
11551 ac_header_compiler=no 11962 ac_header_compiler=no
11552 fi 11963 fi
11553 11964
11554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11555 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11966 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11556 echo "${ECHO_T}$ac_header_compiler" >&6; } 11967 $as_echo "$ac_header_compiler" >&6; }
11557 11968
11558 # Is the header present? 11969 # Is the header present?
11559 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 11970 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11560 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 11971 $as_echo_n "checking $ac_header presence... " >&6; }
11561 cat >conftest.$ac_ext <<_ACEOF 11972 cat >conftest.$ac_ext <<_ACEOF
11562 /* confdefs.h. */ 11973 /* confdefs.h. */
11563 _ACEOF 11974 _ACEOF
11564 cat confdefs.h >>conftest.$ac_ext 11975 cat confdefs.h >>conftest.$ac_ext
11565 cat >>conftest.$ac_ext <<_ACEOF 11976 cat >>conftest.$ac_ext <<_ACEOF
11569 if { (ac_try="$ac_cpp conftest.$ac_ext" 11980 if { (ac_try="$ac_cpp conftest.$ac_ext"
11570 case "(($ac_try" in 11981 case "(($ac_try" in
11571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11572 *) ac_try_echo=$ac_try;; 11983 *) ac_try_echo=$ac_try;;
11573 esac 11984 esac
11574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11986 $as_echo "$ac_try_echo") >&5
11575 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11987 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11576 ac_status=$? 11988 ac_status=$?
11577 grep -v '^ *+' conftest.er1 >conftest.err 11989 grep -v '^ *+' conftest.er1 >conftest.err
11578 rm -f conftest.er1 11990 rm -f conftest.er1
11579 cat conftest.err >&5 11991 cat conftest.err >&5
11580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11581 (exit $ac_status); } >/dev/null && { 11993 (exit $ac_status); } >/dev/null && {
11582 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 11994 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11583 test ! -s conftest.err 11995 test ! -s conftest.err
11584 }; then 11996 }; then
11585 ac_header_preproc=yes 11997 ac_header_preproc=yes
11586 else 11998 else
11587 echo "$as_me: failed program was:" >&5 11999 $as_echo "$as_me: failed program was:" >&5
11588 sed 's/^/| /' conftest.$ac_ext >&5 12000 sed 's/^/| /' conftest.$ac_ext >&5
11589 12001
11590 ac_header_preproc=no 12002 ac_header_preproc=no
11591 fi 12003 fi
11592 12004
11593 rm -f conftest.err conftest.$ac_ext 12005 rm -f conftest.err conftest.$ac_ext
11594 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 12006 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11595 echo "${ECHO_T}$ac_header_preproc" >&6; } 12007 $as_echo "$ac_header_preproc" >&6; }
11596 12008
11597 # So? What about this header? 12009 # So? What about this header?
11598 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 12010 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11599 yes:no: ) 12011 yes:no: )
11600 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12012 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11601 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12013 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11602 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 12014 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11603 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 12015 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11604 ac_header_preproc=yes 12016 ac_header_preproc=yes
11605 ;; 12017 ;;
11606 no:yes:* ) 12018 no:yes:* )
11607 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12019 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11608 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12020 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11609 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12021 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11610 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12022 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11611 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 12023 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11612 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 12024 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11613 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 12025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11614 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12026 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11615 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11616 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12028 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11617 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 12029 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11618 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 12030 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11619 12031
11620 ;; 12032 ;;
11621 esac 12033 esac
11622 { echo "$as_me:$LINENO: checking for $ac_header" >&5 12034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11623 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12035 $as_echo_n "checking for $ac_header... " >&6; }
11624 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11625 echo $ECHO_N "(cached) $ECHO_C" >&6 12037 $as_echo_n "(cached) " >&6
11626 else 12038 else
11627 eval "$as_ac_Header=\$ac_header_preproc" 12039 eval "$as_ac_Header=\$ac_header_preproc"
11628 fi 12040 fi
11629 ac_res=`eval echo '${'$as_ac_Header'}'` 12041 ac_res=`eval 'as_val=${'$as_ac_Header'}
11630 { echo "$as_me:$LINENO: result: $ac_res" >&5 12042 $as_echo "$as_val"'`
11631 echo "${ECHO_T}$ac_res" >&6; } 12043 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11632 12044 $as_echo "$ac_res" >&6; }
11633 fi 12045
11634 if test `eval echo '${'$as_ac_Header'}'` = yes; then 12046 fi
12047 if test `eval 'as_val=${'$as_ac_Header'}
12048 $as_echo "$as_val"'` = yes; then
11635 cat >>confdefs.h <<_ACEOF 12049 cat >>confdefs.h <<_ACEOF
11636 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12050 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11637 _ACEOF 12051 _ACEOF
11638 12052
11639 fi 12053 fi
11640 12054
11641 done 12055 done
11642 12056
11643 if test "$ac_cv_header_pthread_h"; then 12057 if test "$ac_cv_header_pthread_h"; then
11644 { echo "$as_me:$LINENO: checking for pthread_self in -lpthread" >&5 12058 { $as_echo "$as_me:$LINENO: checking for pthread_self in -lpthread" >&5
11645 echo $ECHO_N "checking for pthread_self in -lpthread... $ECHO_C" >&6; } 12059 $as_echo_n "checking for pthread_self in -lpthread... " >&6; }
11646 if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then 12060 if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then
11647 echo $ECHO_N "(cached) $ECHO_C" >&6 12061 $as_echo_n "(cached) " >&6
11648 else 12062 else
11649 ac_check_lib_save_LIBS=$LIBS 12063 ac_check_lib_save_LIBS=$LIBS
11650 LIBS="-lpthread $LIBS" 12064 LIBS="-lpthread $LIBS"
11651 cat >conftest.$ac_ext <<_ACEOF 12065 cat >conftest.$ac_ext <<_ACEOF
11652 /* confdefs.h. */ 12066 /* confdefs.h. */
11674 if { (ac_try="$ac_link" 12088 if { (ac_try="$ac_link"
11675 case "(($ac_try" in 12089 case "(($ac_try" in
11676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11677 *) ac_try_echo=$ac_try;; 12091 *) ac_try_echo=$ac_try;;
11678 esac 12092 esac
11679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12094 $as_echo "$ac_try_echo") >&5
11680 (eval "$ac_link") 2>conftest.er1 12095 (eval "$ac_link") 2>conftest.er1
11681 ac_status=$? 12096 ac_status=$?
11682 grep -v '^ *+' conftest.er1 >conftest.err 12097 grep -v '^ *+' conftest.er1 >conftest.err
11683 rm -f conftest.er1 12098 rm -f conftest.er1
11684 cat conftest.err >&5 12099 cat conftest.err >&5
11685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11686 (exit $ac_status); } && { 12101 (exit $ac_status); } && {
11687 test -z "$ac_c_werror_flag" || 12102 test -z "$ac_c_werror_flag" ||
11688 test ! -s conftest.err 12103 test ! -s conftest.err
11689 } && test -s conftest$ac_exeext && 12104 } && test -s conftest$ac_exeext && {
11690 $as_test_x conftest$ac_exeext; then 12105 test "$cross_compiling" = yes ||
12106 $as_test_x conftest$ac_exeext
12107 }; then
11691 ac_cv_lib_pthread_pthread_self=yes 12108 ac_cv_lib_pthread_pthread_self=yes
11692 else 12109 else
11693 echo "$as_me: failed program was:" >&5 12110 $as_echo "$as_me: failed program was:" >&5
11694 sed 's/^/| /' conftest.$ac_ext >&5 12111 sed 's/^/| /' conftest.$ac_ext >&5
11695 12112
11696 ac_cv_lib_pthread_pthread_self=no 12113 ac_cv_lib_pthread_pthread_self=no
11697 fi 12114 fi
11698 12115
12116 rm -rf conftest.dSYM
11699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11700 conftest$ac_exeext conftest.$ac_ext 12118 conftest$ac_exeext conftest.$ac_ext
11701 LIBS=$ac_check_lib_save_LIBS 12119 LIBS=$ac_check_lib_save_LIBS
11702 fi 12120 fi
11703 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5 12121 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5
11704 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_self" >&6; } 12122 $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
11705 if test $ac_cv_lib_pthread_pthread_self = yes; then 12123 if test $ac_cv_lib_pthread_pthread_self = yes; then
11706 HAVE_GTK_AND_PTHREAD=yes 12124 HAVE_GTK_AND_PTHREAD=yes
11707 fi 12125 fi
11708 12126
11709 fi 12127 fi
11726 12144
11727 succeeded=no 12145 succeeded=no
11728 12146
11729 # Extract the first word of "pkg-config", so it can be a program name with args. 12147 # Extract the first word of "pkg-config", so it can be a program name with args.
11730 set dummy pkg-config; ac_word=$2 12148 set dummy pkg-config; ac_word=$2
11731 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12149 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12150 $as_echo_n "checking for $ac_word... " >&6; }
11733 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12151 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11734 echo $ECHO_N "(cached) $ECHO_C" >&6 12152 $as_echo_n "(cached) " >&6
11735 else 12153 else
11736 case $PKG_CONFIG in 12154 case $PKG_CONFIG in
11737 [\\/]* | ?:[\\/]*) 12155 [\\/]* | ?:[\\/]*)
11738 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 12156 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11739 ;; 12157 ;;
11744 IFS=$as_save_IFS 12162 IFS=$as_save_IFS
11745 test -z "$as_dir" && as_dir=. 12163 test -z "$as_dir" && as_dir=.
11746 for ac_exec_ext in '' $ac_executable_extensions; do 12164 for ac_exec_ext in '' $ac_executable_extensions; do
11747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11748 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12166 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11749 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12167 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11750 break 2 12168 break 2
11751 fi 12169 fi
11752 done 12170 done
11753 done 12171 done
11754 IFS=$as_save_IFS 12172 IFS=$as_save_IFS
11757 ;; 12175 ;;
11758 esac 12176 esac
11759 fi 12177 fi
11760 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12178 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11761 if test -n "$PKG_CONFIG"; then 12179 if test -n "$PKG_CONFIG"; then
11762 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12180 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
11763 echo "${ECHO_T}$PKG_CONFIG" >&6; } 12181 $as_echo "$PKG_CONFIG" >&6; }
11764 else 12182 else
11765 { echo "$as_me:$LINENO: result: no" >&5 12183 { $as_echo "$as_me:$LINENO: result: no" >&5
11766 echo "${ECHO_T}no" >&6; } 12184 $as_echo "no" >&6; }
11767 fi 12185 fi
11768 12186
11769 12187
11770 12188
11771 if test "$PKG_CONFIG" = "no" ; then 12189 if test "$PKG_CONFIG" = "no" ; then
11772 HAVE_DBUS=no 12190 HAVE_DBUS=no
11773 else 12191 else
11774 PKG_CONFIG_MIN_VERSION=0.9.0 12192 PKG_CONFIG_MIN_VERSION=0.9.0
11775 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 12193 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11776 { echo "$as_me:$LINENO: checking for dbus-1 >= 1.0" >&5 12194 { $as_echo "$as_me:$LINENO: checking for dbus-1 >= 1.0" >&5
11777 echo $ECHO_N "checking for dbus-1 >= 1.0... $ECHO_C" >&6; } 12195 $as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
11778 12196
11779 if $PKG_CONFIG --exists "dbus-1 >= 1.0" 2>&5; then 12197 if $PKG_CONFIG --exists "dbus-1 >= 1.0" 2>&5; then
11780 { echo "$as_me:$LINENO: result: yes" >&5 12198 { $as_echo "$as_me:$LINENO: result: yes" >&5
11781 echo "${ECHO_T}yes" >&6; } 12199 $as_echo "yes" >&6; }
11782 succeeded=yes 12200 succeeded=yes
11783 12201
11784 { echo "$as_me:$LINENO: checking DBUS_CFLAGS" >&5 12202 { $as_echo "$as_me:$LINENO: checking DBUS_CFLAGS" >&5
11785 echo $ECHO_N "checking DBUS_CFLAGS... $ECHO_C" >&6; } 12203 $as_echo_n "checking DBUS_CFLAGS... " >&6; }
11786 DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 1.0"|sed -e 's,///*,/,g'` 12204 DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 1.0"|sed -e 's,///*,/,g'`
11787 { echo "$as_me:$LINENO: result: $DBUS_CFLAGS" >&5 12205 { $as_echo "$as_me:$LINENO: result: $DBUS_CFLAGS" >&5
11788 echo "${ECHO_T}$DBUS_CFLAGS" >&6; } 12206 $as_echo "$DBUS_CFLAGS" >&6; }
11789 12207
11790 { echo "$as_me:$LINENO: checking DBUS_LIBS" >&5 12208 { $as_echo "$as_me:$LINENO: checking DBUS_LIBS" >&5
11791 echo $ECHO_N "checking DBUS_LIBS... $ECHO_C" >&6; } 12209 $as_echo_n "checking DBUS_LIBS... " >&6; }
11792 DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 1.0"|sed -e 's,///*,/,g'` 12210 DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 1.0"|sed -e 's,///*,/,g'`
11793 { echo "$as_me:$LINENO: result: $DBUS_LIBS" >&5 12211 { $as_echo "$as_me:$LINENO: result: $DBUS_LIBS" >&5
11794 echo "${ECHO_T}$DBUS_LIBS" >&6; } 12212 $as_echo "$DBUS_LIBS" >&6; }
11795 else 12213 else
11796 { echo "$as_me:$LINENO: result: no" >&5 12214 { $as_echo "$as_me:$LINENO: result: no" >&5
11797 echo "${ECHO_T}no" >&6; } 12215 $as_echo "no" >&6; }
11798 DBUS_CFLAGS="" 12216 DBUS_CFLAGS=""
11799 DBUS_LIBS="" 12217 DBUS_LIBS=""
11800 ## If we have a custom action on failure, don't print errors, but 12218 ## If we have a custom action on failure, don't print errors, but
11801 ## do set a variable so people can do so. 12219 ## do set a variable so people can do so.
11802 DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 >= 1.0"` 12220 DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 >= 1.0"`
11827 fi 12245 fi
11828 12246
11829 HAVE_XAW3D=no 12247 HAVE_XAW3D=no
11830 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 12248 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
11831 if test "$with_xaw3d" != no; then 12249 if test "$with_xaw3d" != no; then
11832 { echo "$as_me:$LINENO: checking for xaw3d" >&5 12250 { $as_echo "$as_me:$LINENO: checking for xaw3d" >&5
11833 echo $ECHO_N "checking for xaw3d... $ECHO_C" >&6; } 12251 $as_echo_n "checking for xaw3d... " >&6; }
11834 if test "${emacs_cv_xaw3d+set}" = set; then 12252 if test "${emacs_cv_xaw3d+set}" = set; then
11835 echo $ECHO_N "(cached) $ECHO_C" >&6 12253 $as_echo_n "(cached) " >&6
11836 else 12254 else
11837 cat >conftest.$ac_ext <<_ACEOF 12255 cat >conftest.$ac_ext <<_ACEOF
11838 /* confdefs.h. */ 12256 /* confdefs.h. */
11839 _ACEOF 12257 _ACEOF
11840 cat confdefs.h >>conftest.$ac_ext 12258 cat confdefs.h >>conftest.$ac_ext
11855 if { (ac_try="$ac_link" 12273 if { (ac_try="$ac_link"
11856 case "(($ac_try" in 12274 case "(($ac_try" in
11857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11858 *) ac_try_echo=$ac_try;; 12276 *) ac_try_echo=$ac_try;;
11859 esac 12277 esac
11860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12279 $as_echo "$ac_try_echo") >&5
11861 (eval "$ac_link") 2>conftest.er1 12280 (eval "$ac_link") 2>conftest.er1
11862 ac_status=$? 12281 ac_status=$?
11863 grep -v '^ *+' conftest.er1 >conftest.err 12282 grep -v '^ *+' conftest.er1 >conftest.err
11864 rm -f conftest.er1 12283 rm -f conftest.er1
11865 cat conftest.err >&5 12284 cat conftest.err >&5
11866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867 (exit $ac_status); } && { 12286 (exit $ac_status); } && {
11868 test -z "$ac_c_werror_flag" || 12287 test -z "$ac_c_werror_flag" ||
11869 test ! -s conftest.err 12288 test ! -s conftest.err
11870 } && test -s conftest$ac_exeext && 12289 } && test -s conftest$ac_exeext && {
11871 $as_test_x conftest$ac_exeext; then 12290 test "$cross_compiling" = yes ||
12291 $as_test_x conftest$ac_exeext
12292 }; then
11872 emacs_cv_xaw3d=yes 12293 emacs_cv_xaw3d=yes
11873 else 12294 else
11874 echo "$as_me: failed program was:" >&5 12295 $as_echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5 12296 sed 's/^/| /' conftest.$ac_ext >&5
11876 12297
11877 emacs_cv_xaw3d=no 12298 emacs_cv_xaw3d=no
11878 fi 12299 fi
11879 12300
12301 rm -rf conftest.dSYM
11880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11881 conftest$ac_exeext conftest.$ac_ext 12303 conftest$ac_exeext conftest.$ac_ext
11882 fi 12304 fi
11883 12305
11884 else 12306 else
11885 emacs_cv_xaw3d=no 12307 emacs_cv_xaw3d=no
11886 fi 12308 fi
11887 if test $emacs_cv_xaw3d = yes; then 12309 if test $emacs_cv_xaw3d = yes; then
11888 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5 12310 { $as_echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
11889 echo "${ECHO_T}yes; using Lucid toolkit" >&6; } 12311 $as_echo "yes; using Lucid toolkit" >&6; }
11890 USE_X_TOOLKIT=LUCID 12312 USE_X_TOOLKIT=LUCID
11891 HAVE_XAW3D=yes 12313 HAVE_XAW3D=yes
11892 12314
11893 cat >>confdefs.h <<\_ACEOF 12315 cat >>confdefs.h <<\_ACEOF
11894 #define HAVE_XAW3D 1 12316 #define HAVE_XAW3D 1
11895 _ACEOF 12317 _ACEOF
11896 12318
11897 else 12319 else
11898 { echo "$as_me:$LINENO: result: no" >&5 12320 { $as_echo "$as_me:$LINENO: result: no" >&5
11899 echo "${ECHO_T}no" >&6; } 12321 $as_echo "no" >&6; }
11900 { echo "$as_me:$LINENO: checking for libXaw" >&5 12322 { $as_echo "$as_me:$LINENO: checking for libXaw" >&5
11901 echo $ECHO_N "checking for libXaw... $ECHO_C" >&6; } 12323 $as_echo_n "checking for libXaw... " >&6; }
11902 if test "${emacs_cv_xaw+set}" = set; then 12324 if test "${emacs_cv_xaw+set}" = set; then
11903 echo $ECHO_N "(cached) $ECHO_C" >&6 12325 $as_echo_n "(cached) " >&6
11904 else 12326 else
11905 cat >conftest.$ac_ext <<_ACEOF 12327 cat >conftest.$ac_ext <<_ACEOF
11906 /* confdefs.h. */ 12328 /* confdefs.h. */
11907 _ACEOF 12329 _ACEOF
11908 cat confdefs.h >>conftest.$ac_ext 12330 cat confdefs.h >>conftest.$ac_ext
11923 if { (ac_try="$ac_link" 12345 if { (ac_try="$ac_link"
11924 case "(($ac_try" in 12346 case "(($ac_try" in
11925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11926 *) ac_try_echo=$ac_try;; 12348 *) ac_try_echo=$ac_try;;
11927 esac 12349 esac
11928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12351 $as_echo "$ac_try_echo") >&5
11929 (eval "$ac_link") 2>conftest.er1 12352 (eval "$ac_link") 2>conftest.er1
11930 ac_status=$? 12353 ac_status=$?
11931 grep -v '^ *+' conftest.er1 >conftest.err 12354 grep -v '^ *+' conftest.er1 >conftest.err
11932 rm -f conftest.er1 12355 rm -f conftest.er1
11933 cat conftest.err >&5 12356 cat conftest.err >&5
11934 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935 (exit $ac_status); } && { 12358 (exit $ac_status); } && {
11936 test -z "$ac_c_werror_flag" || 12359 test -z "$ac_c_werror_flag" ||
11937 test ! -s conftest.err 12360 test ! -s conftest.err
11938 } && test -s conftest$ac_exeext && 12361 } && test -s conftest$ac_exeext && {
11939 $as_test_x conftest$ac_exeext; then 12362 test "$cross_compiling" = yes ||
12363 $as_test_x conftest$ac_exeext
12364 }; then
11940 emacs_cv_xaw=yes 12365 emacs_cv_xaw=yes
11941 else 12366 else
11942 echo "$as_me: failed program was:" >&5 12367 $as_echo "$as_me: failed program was:" >&5
11943 sed 's/^/| /' conftest.$ac_ext >&5 12368 sed 's/^/| /' conftest.$ac_ext >&5
11944 12369
11945 emacs_cv_xaw=no 12370 emacs_cv_xaw=no
11946 fi 12371 fi
11947 12372
12373 rm -rf conftest.dSYM
11948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11949 conftest$ac_exeext conftest.$ac_ext 12375 conftest$ac_exeext conftest.$ac_ext
11950 fi 12376 fi
11951 12377
11952 if test $emacs_cv_xaw = yes; then 12378 if test $emacs_cv_xaw = yes; then
11953 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5 12379 { $as_echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
11954 echo "${ECHO_T}yes; using Lucid toolkit" >&6; } 12380 $as_echo "yes; using Lucid toolkit" >&6; }
11955 USE_X_TOOLKIT=LUCID 12381 USE_X_TOOLKIT=LUCID
11956 elif test x"${USE_X_TOOLKIT}" = xLUCID; then 12382 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
11957 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5 12383 { { $as_echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5
11958 echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;} 12384 $as_echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;}
11959 { (exit 1); exit 1; }; } 12385 { (exit 1); exit 1; }; }
11960 else 12386 else
11961 { echo "$as_me:$LINENO: result: no; do not use toolkit by default" >&5 12387 { $as_echo "$as_me:$LINENO: result: no; do not use toolkit by default" >&5
11962 echo "${ECHO_T}no; do not use toolkit by default" >&6; } 12388 $as_echo "no; do not use toolkit by default" >&6; }
11963 USE_X_TOOLKIT=none 12389 USE_X_TOOLKIT=none
11964 fi 12390 fi
11965 fi 12391 fi
11966 fi 12392 fi
11967 12393
11968 X_TOOLKIT_TYPE=$USE_X_TOOLKIT 12394 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
11969 12395
11970 if test "${USE_X_TOOLKIT}" != "none"; then 12396 if test "${USE_X_TOOLKIT}" != "none"; then
11971 { echo "$as_me:$LINENO: checking X11 toolkit version" >&5 12397 { $as_echo "$as_me:$LINENO: checking X11 toolkit version" >&5
11972 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6; } 12398 $as_echo_n "checking X11 toolkit version... " >&6; }
11973 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 12399 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
11974 echo $ECHO_N "(cached) $ECHO_C" >&6 12400 $as_echo_n "(cached) " >&6
11975 else 12401 else
11976 cat >conftest.$ac_ext <<_ACEOF 12402 cat >conftest.$ac_ext <<_ACEOF
11977 /* confdefs.h. */ 12403 /* confdefs.h. */
11978 _ACEOF 12404 _ACEOF
11979 cat confdefs.h >>conftest.$ac_ext 12405 cat confdefs.h >>conftest.$ac_ext
11995 if { (ac_try="$ac_link" 12421 if { (ac_try="$ac_link"
11996 case "(($ac_try" in 12422 case "(($ac_try" in
11997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11998 *) ac_try_echo=$ac_try;; 12424 *) ac_try_echo=$ac_try;;
11999 esac 12425 esac
12000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12427 $as_echo "$ac_try_echo") >&5
12001 (eval "$ac_link") 2>conftest.er1 12428 (eval "$ac_link") 2>conftest.er1
12002 ac_status=$? 12429 ac_status=$?
12003 grep -v '^ *+' conftest.er1 >conftest.err 12430 grep -v '^ *+' conftest.er1 >conftest.err
12004 rm -f conftest.er1 12431 rm -f conftest.er1
12005 cat conftest.err >&5 12432 cat conftest.err >&5
12006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12007 (exit $ac_status); } && { 12434 (exit $ac_status); } && {
12008 test -z "$ac_c_werror_flag" || 12435 test -z "$ac_c_werror_flag" ||
12009 test ! -s conftest.err 12436 test ! -s conftest.err
12010 } && test -s conftest$ac_exeext && 12437 } && test -s conftest$ac_exeext && {
12011 $as_test_x conftest$ac_exeext; then 12438 test "$cross_compiling" = yes ||
12439 $as_test_x conftest$ac_exeext
12440 }; then
12012 emacs_cv_x11_toolkit_version_6=yes 12441 emacs_cv_x11_toolkit_version_6=yes
12013 else 12442 else
12014 echo "$as_me: failed program was:" >&5 12443 $as_echo "$as_me: failed program was:" >&5
12015 sed 's/^/| /' conftest.$ac_ext >&5 12444 sed 's/^/| /' conftest.$ac_ext >&5
12016 12445
12017 emacs_cv_x11_toolkit_version_6=no 12446 emacs_cv_x11_toolkit_version_6=no
12018 fi 12447 fi
12019 12448
12449 rm -rf conftest.dSYM
12020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12021 conftest$ac_exeext conftest.$ac_ext 12451 conftest$ac_exeext conftest.$ac_ext
12022 fi 12452 fi
12023 12453
12024 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 12454 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
12025 if test $emacs_cv_x11_toolkit_version_6 = yes; then 12455 if test $emacs_cv_x11_toolkit_version_6 = yes; then
12026 { echo "$as_me:$LINENO: result: 6 or newer" >&5 12456 { $as_echo "$as_me:$LINENO: result: 6 or newer" >&5
12027 echo "${ECHO_T}6 or newer" >&6; } 12457 $as_echo "6 or newer" >&6; }
12028 12458
12029 cat >>confdefs.h <<\_ACEOF 12459 cat >>confdefs.h <<\_ACEOF
12030 #define HAVE_X11XTR6 1 12460 #define HAVE_X11XTR6 1
12031 _ACEOF 12461 _ACEOF
12032 12462
12033 else 12463 else
12034 { echo "$as_me:$LINENO: result: before 6" >&5 12464 { $as_echo "$as_me:$LINENO: result: before 6" >&5
12035 echo "${ECHO_T}before 6" >&6; } 12465 $as_echo "before 6" >&6; }
12036 fi 12466 fi
12037 12467
12038 OLDLIBS="$LIBS" 12468 OLDLIBS="$LIBS"
12039 if test x$HAVE_X11XTR6 = xyes; then 12469 if test x$HAVE_X11XTR6 = xyes; then
12040 LIBS="-lXt -lSM -lICE $LIBS" 12470 LIBS="-lXt -lSM -lICE $LIBS"
12041 else 12471 else
12042 LIBS="-lXt $LIBS" 12472 LIBS="-lXt $LIBS"
12043 fi 12473 fi
12044 12474
12045 { echo "$as_me:$LINENO: checking for XmuConvertStandardSelection in -lXmu" >&5 12475 { $as_echo "$as_me:$LINENO: checking for XmuConvertStandardSelection in -lXmu" >&5
12046 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6; } 12476 $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
12047 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 12477 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
12048 echo $ECHO_N "(cached) $ECHO_C" >&6 12478 $as_echo_n "(cached) " >&6
12049 else 12479 else
12050 ac_check_lib_save_LIBS=$LIBS 12480 ac_check_lib_save_LIBS=$LIBS
12051 LIBS="-lXmu $LIBS" 12481 LIBS="-lXmu $LIBS"
12052 cat >conftest.$ac_ext <<_ACEOF 12482 cat >conftest.$ac_ext <<_ACEOF
12053 /* confdefs.h. */ 12483 /* confdefs.h. */
12075 if { (ac_try="$ac_link" 12505 if { (ac_try="$ac_link"
12076 case "(($ac_try" in 12506 case "(($ac_try" in
12077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12078 *) ac_try_echo=$ac_try;; 12508 *) ac_try_echo=$ac_try;;
12079 esac 12509 esac
12080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12511 $as_echo "$ac_try_echo") >&5
12081 (eval "$ac_link") 2>conftest.er1 12512 (eval "$ac_link") 2>conftest.er1
12082 ac_status=$? 12513 ac_status=$?
12083 grep -v '^ *+' conftest.er1 >conftest.err 12514 grep -v '^ *+' conftest.er1 >conftest.err
12084 rm -f conftest.er1 12515 rm -f conftest.er1
12085 cat conftest.err >&5 12516 cat conftest.err >&5
12086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12087 (exit $ac_status); } && { 12518 (exit $ac_status); } && {
12088 test -z "$ac_c_werror_flag" || 12519 test -z "$ac_c_werror_flag" ||
12089 test ! -s conftest.err 12520 test ! -s conftest.err
12090 } && test -s conftest$ac_exeext && 12521 } && test -s conftest$ac_exeext && {
12091 $as_test_x conftest$ac_exeext; then 12522 test "$cross_compiling" = yes ||
12523 $as_test_x conftest$ac_exeext
12524 }; then
12092 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 12525 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
12093 else 12526 else
12094 echo "$as_me: failed program was:" >&5 12527 $as_echo "$as_me: failed program was:" >&5
12095 sed 's/^/| /' conftest.$ac_ext >&5 12528 sed 's/^/| /' conftest.$ac_ext >&5
12096 12529
12097 ac_cv_lib_Xmu_XmuConvertStandardSelection=no 12530 ac_cv_lib_Xmu_XmuConvertStandardSelection=no
12098 fi 12531 fi
12099 12532
12533 rm -rf conftest.dSYM
12100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12101 conftest$ac_exeext conftest.$ac_ext 12535 conftest$ac_exeext conftest.$ac_ext
12102 LIBS=$ac_check_lib_save_LIBS 12536 LIBS=$ac_check_lib_save_LIBS
12103 fi 12537 fi
12104 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 12538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
12105 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } 12539 $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
12106 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 12540 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
12107 cat >>confdefs.h <<_ACEOF 12541 cat >>confdefs.h <<_ACEOF
12108 #define HAVE_LIBXMU 1 12542 #define HAVE_LIBXMU 1
12109 _ACEOF 12543 _ACEOF
12110 12544
12117 12551
12118 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D. 12552 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
12119 if test "${HAVE_X11}" = "yes"; then 12553 if test "${HAVE_X11}" = "yes"; then
12120 if test "${USE_X_TOOLKIT}" != "none"; then 12554 if test "${USE_X_TOOLKIT}" != "none"; then
12121 12555
12122 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5 12556 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
12123 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; } 12557 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
12124 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 12558 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
12125 echo $ECHO_N "(cached) $ECHO_C" >&6 12559 $as_echo_n "(cached) " >&6
12126 else 12560 else
12127 ac_check_lib_save_LIBS=$LIBS 12561 ac_check_lib_save_LIBS=$LIBS
12128 LIBS="-lXext $LIBS" 12562 LIBS="-lXext $LIBS"
12129 cat >conftest.$ac_ext <<_ACEOF 12563 cat >conftest.$ac_ext <<_ACEOF
12130 /* confdefs.h. */ 12564 /* confdefs.h. */
12152 if { (ac_try="$ac_link" 12586 if { (ac_try="$ac_link"
12153 case "(($ac_try" in 12587 case "(($ac_try" in
12154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12155 *) ac_try_echo=$ac_try;; 12589 *) ac_try_echo=$ac_try;;
12156 esac 12590 esac
12157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12592 $as_echo "$ac_try_echo") >&5
12158 (eval "$ac_link") 2>conftest.er1 12593 (eval "$ac_link") 2>conftest.er1
12159 ac_status=$? 12594 ac_status=$?
12160 grep -v '^ *+' conftest.er1 >conftest.err 12595 grep -v '^ *+' conftest.er1 >conftest.err
12161 rm -f conftest.er1 12596 rm -f conftest.er1
12162 cat conftest.err >&5 12597 cat conftest.err >&5
12163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12164 (exit $ac_status); } && { 12599 (exit $ac_status); } && {
12165 test -z "$ac_c_werror_flag" || 12600 test -z "$ac_c_werror_flag" ||
12166 test ! -s conftest.err 12601 test ! -s conftest.err
12167 } && test -s conftest$ac_exeext && 12602 } && test -s conftest$ac_exeext && {
12168 $as_test_x conftest$ac_exeext; then 12603 test "$cross_compiling" = yes ||
12604 $as_test_x conftest$ac_exeext
12605 }; then
12169 ac_cv_lib_Xext_XShapeQueryExtension=yes 12606 ac_cv_lib_Xext_XShapeQueryExtension=yes
12170 else 12607 else
12171 echo "$as_me: failed program was:" >&5 12608 $as_echo "$as_me: failed program was:" >&5
12172 sed 's/^/| /' conftest.$ac_ext >&5 12609 sed 's/^/| /' conftest.$ac_ext >&5
12173 12610
12174 ac_cv_lib_Xext_XShapeQueryExtension=no 12611 ac_cv_lib_Xext_XShapeQueryExtension=no
12175 fi 12612 fi
12176 12613
12614 rm -rf conftest.dSYM
12177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12178 conftest$ac_exeext conftest.$ac_ext 12616 conftest$ac_exeext conftest.$ac_ext
12179 LIBS=$ac_check_lib_save_LIBS 12617 LIBS=$ac_check_lib_save_LIBS
12180 fi 12618 fi
12181 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 12619 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
12182 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } 12620 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
12183 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 12621 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
12184 cat >>confdefs.h <<_ACEOF 12622 cat >>confdefs.h <<_ACEOF
12185 #define HAVE_LIBXEXT 1 12623 #define HAVE_LIBXEXT 1
12186 _ACEOF 12624 _ACEOF
12187 12625
12191 12629
12192 fi 12630 fi
12193 fi 12631 fi
12194 12632
12195 if test "${USE_X_TOOLKIT}" = "MOTIF"; then 12633 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12196 { echo "$as_me:$LINENO: checking for Motif version 2.1" >&5 12634 { $as_echo "$as_me:$LINENO: checking for Motif version 2.1" >&5
12197 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6; } 12635 $as_echo_n "checking for Motif version 2.1... " >&6; }
12198 if test "${emacs_cv_motif_version_2_1+set}" = set; then 12636 if test "${emacs_cv_motif_version_2_1+set}" = set; then
12199 echo $ECHO_N "(cached) $ECHO_C" >&6 12637 $as_echo_n "(cached) " >&6
12200 else 12638 else
12201 cat >conftest.$ac_ext <<_ACEOF 12639 cat >conftest.$ac_ext <<_ACEOF
12202 /* confdefs.h. */ 12640 /* confdefs.h. */
12203 _ACEOF 12641 _ACEOF
12204 cat confdefs.h >>conftest.$ac_ext 12642 cat confdefs.h >>conftest.$ac_ext
12221 if { (ac_try="$ac_compile" 12659 if { (ac_try="$ac_compile"
12222 case "(($ac_try" in 12660 case "(($ac_try" in
12223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12224 *) ac_try_echo=$ac_try;; 12662 *) ac_try_echo=$ac_try;;
12225 esac 12663 esac
12226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12665 $as_echo "$ac_try_echo") >&5
12227 (eval "$ac_compile") 2>conftest.er1 12666 (eval "$ac_compile") 2>conftest.er1
12228 ac_status=$? 12667 ac_status=$?
12229 grep -v '^ *+' conftest.er1 >conftest.err 12668 grep -v '^ *+' conftest.er1 >conftest.err
12230 rm -f conftest.er1 12669 rm -f conftest.er1
12231 cat conftest.err >&5 12670 cat conftest.err >&5
12232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12233 (exit $ac_status); } && { 12672 (exit $ac_status); } && {
12234 test -z "$ac_c_werror_flag" || 12673 test -z "$ac_c_werror_flag" ||
12235 test ! -s conftest.err 12674 test ! -s conftest.err
12236 } && test -s conftest.$ac_objext; then 12675 } && test -s conftest.$ac_objext; then
12237 emacs_cv_motif_version_2_1=yes 12676 emacs_cv_motif_version_2_1=yes
12238 else 12677 else
12239 echo "$as_me: failed program was:" >&5 12678 $as_echo "$as_me: failed program was:" >&5
12240 sed 's/^/| /' conftest.$ac_ext >&5 12679 sed 's/^/| /' conftest.$ac_ext >&5
12241 12680
12242 emacs_cv_motif_version_2_1=no 12681 emacs_cv_motif_version_2_1=no
12243 fi 12682 fi
12244 12683
12245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12246 fi 12685 fi
12247 { echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 12686 { $as_echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
12248 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6; } 12687 $as_echo "$emacs_cv_motif_version_2_1" >&6; }
12249 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 12688 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
12250 if test $emacs_cv_motif_version_2_1 = yes; then 12689 if test $emacs_cv_motif_version_2_1 = yes; then
12251 HAVE_LIBXP=no 12690 HAVE_LIBXP=no
12252 12691
12253 cat >>confdefs.h <<\_ACEOF 12692 cat >>confdefs.h <<\_ACEOF
12254 #define HAVE_MOTIF_2_1 1 12693 #define HAVE_MOTIF_2_1 1
12255 _ACEOF 12694 _ACEOF
12256 12695
12257 { echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5 12696 { $as_echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5
12258 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6; } 12697 $as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
12259 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 12698 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
12260 echo $ECHO_N "(cached) $ECHO_C" >&6 12699 $as_echo_n "(cached) " >&6
12261 else 12700 else
12262 ac_check_lib_save_LIBS=$LIBS 12701 ac_check_lib_save_LIBS=$LIBS
12263 LIBS="-lXp $LIBS" 12702 LIBS="-lXp $LIBS"
12264 cat >conftest.$ac_ext <<_ACEOF 12703 cat >conftest.$ac_ext <<_ACEOF
12265 /* confdefs.h. */ 12704 /* confdefs.h. */
12287 if { (ac_try="$ac_link" 12726 if { (ac_try="$ac_link"
12288 case "(($ac_try" in 12727 case "(($ac_try" in
12289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12290 *) ac_try_echo=$ac_try;; 12729 *) ac_try_echo=$ac_try;;
12291 esac 12730 esac
12292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12732 $as_echo "$ac_try_echo") >&5
12293 (eval "$ac_link") 2>conftest.er1 12733 (eval "$ac_link") 2>conftest.er1
12294 ac_status=$? 12734 ac_status=$?
12295 grep -v '^ *+' conftest.er1 >conftest.err 12735 grep -v '^ *+' conftest.er1 >conftest.err
12296 rm -f conftest.er1 12736 rm -f conftest.er1
12297 cat conftest.err >&5 12737 cat conftest.err >&5
12298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12299 (exit $ac_status); } && { 12739 (exit $ac_status); } && {
12300 test -z "$ac_c_werror_flag" || 12740 test -z "$ac_c_werror_flag" ||
12301 test ! -s conftest.err 12741 test ! -s conftest.err
12302 } && test -s conftest$ac_exeext && 12742 } && test -s conftest$ac_exeext && {
12303 $as_test_x conftest$ac_exeext; then 12743 test "$cross_compiling" = yes ||
12744 $as_test_x conftest$ac_exeext
12745 }; then
12304 ac_cv_lib_Xp_XpCreateContext=yes 12746 ac_cv_lib_Xp_XpCreateContext=yes
12305 else 12747 else
12306 echo "$as_me: failed program was:" >&5 12748 $as_echo "$as_me: failed program was:" >&5
12307 sed 's/^/| /' conftest.$ac_ext >&5 12749 sed 's/^/| /' conftest.$ac_ext >&5
12308 12750
12309 ac_cv_lib_Xp_XpCreateContext=no 12751 ac_cv_lib_Xp_XpCreateContext=no
12310 fi 12752 fi
12311 12753
12754 rm -rf conftest.dSYM
12312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12313 conftest$ac_exeext conftest.$ac_ext 12756 conftest$ac_exeext conftest.$ac_ext
12314 LIBS=$ac_check_lib_save_LIBS 12757 LIBS=$ac_check_lib_save_LIBS
12315 fi 12758 fi
12316 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 12759 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12317 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6; } 12760 $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
12318 if test $ac_cv_lib_Xp_XpCreateContext = yes; then 12761 if test $ac_cv_lib_Xp_XpCreateContext = yes; then
12319 HAVE_LIBXP=yes 12762 HAVE_LIBXP=yes
12320 fi 12763 fi
12321 12764
12322 if test ${HAVE_LIBXP} = yes; then 12765 if test ${HAVE_LIBXP} = yes; then
12325 #define HAVE_LIBXP 1 12768 #define HAVE_LIBXP 1
12326 _ACEOF 12769 _ACEOF
12327 12770
12328 fi 12771 fi
12329 else 12772 else
12330 { echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5 12773 { $as_echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5
12331 echo $ECHO_N "checking for LessTif where some systems put it... $ECHO_C" >&6; } 12774 $as_echo_n "checking for LessTif where some systems put it... " >&6; }
12332 if test "${emacs_cv_lesstif+set}" = set; then 12775 if test "${emacs_cv_lesstif+set}" = set; then
12333 echo $ECHO_N "(cached) $ECHO_C" >&6 12776 $as_echo_n "(cached) " >&6
12334 else 12777 else
12335 # We put this in CFLAGS temporarily to precede other -I options 12778 # We put this in CFLAGS temporarily to precede other -I options
12336 # that might be in CFLAGS temporarily. 12779 # that might be in CFLAGS temporarily.
12337 # We put this in CPPFLAGS where it precedes the other -I options. 12780 # We put this in CPPFLAGS where it precedes the other -I options.
12338 OLD_CPPFLAGS=$CPPFLAGS 12781 OLD_CPPFLAGS=$CPPFLAGS
12358 if { (ac_try="$ac_compile" 12801 if { (ac_try="$ac_compile"
12359 case "(($ac_try" in 12802 case "(($ac_try" in
12360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12361 *) ac_try_echo=$ac_try;; 12804 *) ac_try_echo=$ac_try;;
12362 esac 12805 esac
12363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12807 $as_echo "$ac_try_echo") >&5
12364 (eval "$ac_compile") 2>conftest.er1 12808 (eval "$ac_compile") 2>conftest.er1
12365 ac_status=$? 12809 ac_status=$?
12366 grep -v '^ *+' conftest.er1 >conftest.err 12810 grep -v '^ *+' conftest.er1 >conftest.err
12367 rm -f conftest.er1 12811 rm -f conftest.er1
12368 cat conftest.err >&5 12812 cat conftest.err >&5
12369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12370 (exit $ac_status); } && { 12814 (exit $ac_status); } && {
12371 test -z "$ac_c_werror_flag" || 12815 test -z "$ac_c_werror_flag" ||
12372 test ! -s conftest.err 12816 test ! -s conftest.err
12373 } && test -s conftest.$ac_objext; then 12817 } && test -s conftest.$ac_objext; then
12374 emacs_cv_lesstif=yes 12818 emacs_cv_lesstif=yes
12375 else 12819 else
12376 echo "$as_me: failed program was:" >&5 12820 $as_echo "$as_me: failed program was:" >&5
12377 sed 's/^/| /' conftest.$ac_ext >&5 12821 sed 's/^/| /' conftest.$ac_ext >&5
12378 12822
12379 emacs_cv_lesstif=no 12823 emacs_cv_lesstif=no
12380 fi 12824 fi
12381 12825
12382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12383 fi 12827 fi
12384 { echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 12828 { $as_echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
12385 echo "${ECHO_T}$emacs_cv_lesstif" >&6; } 12829 $as_echo "$emacs_cv_lesstif" >&6; }
12386 if test $emacs_cv_lesstif = yes; then 12830 if test $emacs_cv_lesstif = yes; then
12387 # Make sure this -I option remains in CPPFLAGS after it is set 12831 # Make sure this -I option remains in CPPFLAGS after it is set
12388 # back to REAL_CPPFLAGS. 12832 # back to REAL_CPPFLAGS.
12389 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not 12833 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
12390 # have those other -I options anyway. Ultimately, having this 12834 # have those other -I options anyway. Ultimately, having this
12453 if { (ac_try="$ac_compile" 12897 if { (ac_try="$ac_compile"
12454 case "(($ac_try" in 12898 case "(($ac_try" in
12455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12456 *) ac_try_echo=$ac_try;; 12900 *) ac_try_echo=$ac_try;;
12457 esac 12901 esac
12458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12903 $as_echo "$ac_try_echo") >&5
12459 (eval "$ac_compile") 2>conftest.er1 12904 (eval "$ac_compile") 2>conftest.er1
12460 ac_status=$? 12905 ac_status=$?
12461 grep -v '^ *+' conftest.er1 >conftest.err 12906 grep -v '^ *+' conftest.er1 >conftest.err
12462 rm -f conftest.er1 12907 rm -f conftest.er1
12463 cat conftest.err >&5 12908 cat conftest.err >&5
12464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12465 (exit $ac_status); } && { 12910 (exit $ac_status); } && {
12466 test -z "$ac_c_werror_flag" || 12911 test -z "$ac_c_werror_flag" ||
12467 test ! -s conftest.err 12912 test ! -s conftest.err
12468 } && test -s conftest.$ac_objext; then 12913 } && test -s conftest.$ac_objext; then
12469 HAVE_XIM=yes 12914 HAVE_XIM=yes
12471 cat >>confdefs.h <<\_ACEOF 12916 cat >>confdefs.h <<\_ACEOF
12472 #define HAVE_XIM 1 12917 #define HAVE_XIM 1
12473 _ACEOF 12918 _ACEOF
12474 12919
12475 else 12920 else
12476 echo "$as_me: failed program was:" >&5 12921 $as_echo "$as_me: failed program was:" >&5
12477 sed 's/^/| /' conftest.$ac_ext >&5 12922 sed 's/^/| /' conftest.$ac_ext >&5
12478 12923
12479 HAVE_XIM=no 12924 HAVE_XIM=no
12480 fi 12925 fi
12481 12926
12530 if { (ac_try="$ac_compile" 12975 if { (ac_try="$ac_compile"
12531 case "(($ac_try" in 12976 case "(($ac_try" in
12532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12533 *) ac_try_echo=$ac_try;; 12978 *) ac_try_echo=$ac_try;;
12534 esac 12979 esac
12535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12981 $as_echo "$ac_try_echo") >&5
12536 (eval "$ac_compile") 2>conftest.er1 12982 (eval "$ac_compile") 2>conftest.er1
12537 ac_status=$? 12983 ac_status=$?
12538 grep -v '^ *+' conftest.er1 >conftest.err 12984 grep -v '^ *+' conftest.er1 >conftest.err
12539 rm -f conftest.er1 12985 rm -f conftest.er1
12540 cat conftest.err >&5 12986 cat conftest.err >&5
12541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12542 (exit $ac_status); } && { 12988 (exit $ac_status); } && {
12543 test -z "$ac_c_werror_flag" || 12989 test -z "$ac_c_werror_flag" ||
12544 test ! -s conftest.err 12990 test ! -s conftest.err
12545 } && test -s conftest.$ac_objext; then 12991 } && test -s conftest.$ac_objext; then
12546 emacs_cv_arg6_star=yes 12992 emacs_cv_arg6_star=yes
12547 else 12993 else
12548 echo "$as_me: failed program was:" >&5 12994 $as_echo "$as_me: failed program was:" >&5
12549 sed 's/^/| /' conftest.$ac_ext >&5 12995 sed 's/^/| /' conftest.$ac_ext >&5
12550 12996
12551 12997
12552 fi 12998 fi
12553 12999
12576 13022
12577 succeeded=no 13023 succeeded=no
12578 13024
12579 # Extract the first word of "pkg-config", so it can be a program name with args. 13025 # Extract the first word of "pkg-config", so it can be a program name with args.
12580 set dummy pkg-config; ac_word=$2 13026 set dummy pkg-config; ac_word=$2
12581 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13027 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13028 $as_echo_n "checking for $ac_word... " >&6; }
12583 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13029 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12584 echo $ECHO_N "(cached) $ECHO_C" >&6 13030 $as_echo_n "(cached) " >&6
12585 else 13031 else
12586 case $PKG_CONFIG in 13032 case $PKG_CONFIG in
12587 [\\/]* | ?:[\\/]*) 13033 [\\/]* | ?:[\\/]*)
12588 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 13034 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12589 ;; 13035 ;;
12594 IFS=$as_save_IFS 13040 IFS=$as_save_IFS
12595 test -z "$as_dir" && as_dir=. 13041 test -z "$as_dir" && as_dir=.
12596 for ac_exec_ext in '' $ac_executable_extensions; do 13042 for ac_exec_ext in '' $ac_executable_extensions; do
12597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12598 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13044 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13045 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12600 break 2 13046 break 2
12601 fi 13047 fi
12602 done 13048 done
12603 done 13049 done
12604 IFS=$as_save_IFS 13050 IFS=$as_save_IFS
12607 ;; 13053 ;;
12608 esac 13054 esac
12609 fi 13055 fi
12610 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 13056 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12611 if test -n "$PKG_CONFIG"; then 13057 if test -n "$PKG_CONFIG"; then
12612 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 13058 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12613 echo "${ECHO_T}$PKG_CONFIG" >&6; } 13059 $as_echo "$PKG_CONFIG" >&6; }
12614 else 13060 else
12615 { echo "$as_me:$LINENO: result: no" >&5 13061 { $as_echo "$as_me:$LINENO: result: no" >&5
12616 echo "${ECHO_T}no" >&6; } 13062 $as_echo "no" >&6; }
12617 fi 13063 fi
12618 13064
12619 13065
12620 13066
12621 if test "$PKG_CONFIG" = "no" ; then 13067 if test "$PKG_CONFIG" = "no" ; then
12622 HAVE_FC=no 13068 HAVE_FC=no
12623 else 13069 else
12624 PKG_CONFIG_MIN_VERSION=0.9.0 13070 PKG_CONFIG_MIN_VERSION=0.9.0
12625 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 13071 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12626 { echo "$as_me:$LINENO: checking for fontconfig >= 2.2.0" >&5 13072 { $as_echo "$as_me:$LINENO: checking for fontconfig >= 2.2.0" >&5
12627 echo $ECHO_N "checking for fontconfig >= 2.2.0... $ECHO_C" >&6; } 13073 $as_echo_n "checking for fontconfig >= 2.2.0... " >&6; }
12628 13074
12629 if $PKG_CONFIG --exists "fontconfig >= 2.2.0" 2>&5; then 13075 if $PKG_CONFIG --exists "fontconfig >= 2.2.0" 2>&5; then
12630 { echo "$as_me:$LINENO: result: yes" >&5 13076 { $as_echo "$as_me:$LINENO: result: yes" >&5
12631 echo "${ECHO_T}yes" >&6; } 13077 $as_echo "yes" >&6; }
12632 succeeded=yes 13078 succeeded=yes
12633 13079
12634 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5 13080 { $as_echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5
12635 echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; } 13081 $as_echo_n "checking FONTCONFIG_CFLAGS... " >&6; }
12636 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'` 13082 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
12637 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5 13083 { $as_echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5
12638 echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; } 13084 $as_echo "$FONTCONFIG_CFLAGS" >&6; }
12639 13085
12640 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5 13086 { $as_echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5
12641 echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; } 13087 $as_echo_n "checking FONTCONFIG_LIBS... " >&6; }
12642 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'` 13088 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
12643 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5 13089 { $as_echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5
12644 echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; } 13090 $as_echo "$FONTCONFIG_LIBS" >&6; }
12645 else 13091 else
12646 { echo "$as_me:$LINENO: result: no" >&5 13092 { $as_echo "$as_me:$LINENO: result: no" >&5
12647 echo "${ECHO_T}no" >&6; } 13093 $as_echo "no" >&6; }
12648 FONTCONFIG_CFLAGS="" 13094 FONTCONFIG_CFLAGS=""
12649 FONTCONFIG_LIBS="" 13095 FONTCONFIG_LIBS=""
12650 ## If we have a custom action on failure, don't print errors, but 13096 ## If we have a custom action on failure, don't print errors, but
12651 ## do set a variable so people can do so. 13097 ## do set a variable so people can do so.
12652 FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig >= 2.2.0"` 13098 FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig >= 2.2.0"`
12679 13125
12680 succeeded=no 13126 succeeded=no
12681 13127
12682 # Extract the first word of "pkg-config", so it can be a program name with args. 13128 # Extract the first word of "pkg-config", so it can be a program name with args.
12683 set dummy pkg-config; ac_word=$2 13129 set dummy pkg-config; ac_word=$2
12684 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13130 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12685 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13131 $as_echo_n "checking for $ac_word... " >&6; }
12686 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13132 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12687 echo $ECHO_N "(cached) $ECHO_C" >&6 13133 $as_echo_n "(cached) " >&6
12688 else 13134 else
12689 case $PKG_CONFIG in 13135 case $PKG_CONFIG in
12690 [\\/]* | ?:[\\/]*) 13136 [\\/]* | ?:[\\/]*)
12691 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 13137 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12692 ;; 13138 ;;
12697 IFS=$as_save_IFS 13143 IFS=$as_save_IFS
12698 test -z "$as_dir" && as_dir=. 13144 test -z "$as_dir" && as_dir=.
12699 for ac_exec_ext in '' $ac_executable_extensions; do 13145 for ac_exec_ext in '' $ac_executable_extensions; do
12700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12701 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13147 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12703 break 2 13149 break 2
12704 fi 13150 fi
12705 done 13151 done
12706 done 13152 done
12707 IFS=$as_save_IFS 13153 IFS=$as_save_IFS
12710 ;; 13156 ;;
12711 esac 13157 esac
12712 fi 13158 fi
12713 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 13159 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12714 if test -n "$PKG_CONFIG"; then 13160 if test -n "$PKG_CONFIG"; then
12715 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 13161 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12716 echo "${ECHO_T}$PKG_CONFIG" >&6; } 13162 $as_echo "$PKG_CONFIG" >&6; }
12717 else 13163 else
12718 { echo "$as_me:$LINENO: result: no" >&5 13164 { $as_echo "$as_me:$LINENO: result: no" >&5
12719 echo "${ECHO_T}no" >&6; } 13165 $as_echo "no" >&6; }
12720 fi 13166 fi
12721 13167
12722 13168
12723 13169
12724 if test "$PKG_CONFIG" = "no" ; then 13170 if test "$PKG_CONFIG" = "no" ; then
12725 HAVE_XFT=no 13171 HAVE_XFT=no
12726 else 13172 else
12727 PKG_CONFIG_MIN_VERSION=0.9.0 13173 PKG_CONFIG_MIN_VERSION=0.9.0
12728 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 13174 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12729 { echo "$as_me:$LINENO: checking for xft >= 0.13.0" >&5 13175 { $as_echo "$as_me:$LINENO: checking for xft >= 0.13.0" >&5
12730 echo $ECHO_N "checking for xft >= 0.13.0... $ECHO_C" >&6; } 13176 $as_echo_n "checking for xft >= 0.13.0... " >&6; }
12731 13177
12732 if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then 13178 if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then
12733 { echo "$as_me:$LINENO: result: yes" >&5 13179 { $as_echo "$as_me:$LINENO: result: yes" >&5
12734 echo "${ECHO_T}yes" >&6; } 13180 $as_echo "yes" >&6; }
12735 succeeded=yes 13181 succeeded=yes
12736 13182
12737 { echo "$as_me:$LINENO: checking XFT_CFLAGS" >&5 13183 { $as_echo "$as_me:$LINENO: checking XFT_CFLAGS" >&5
12738 echo $ECHO_N "checking XFT_CFLAGS... $ECHO_C" >&6; } 13184 $as_echo_n "checking XFT_CFLAGS... " >&6; }
12739 XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"|sed -e 's,///*,/,g'` 13185 XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"|sed -e 's,///*,/,g'`
12740 { echo "$as_me:$LINENO: result: $XFT_CFLAGS" >&5 13186 { $as_echo "$as_me:$LINENO: result: $XFT_CFLAGS" >&5
12741 echo "${ECHO_T}$XFT_CFLAGS" >&6; } 13187 $as_echo "$XFT_CFLAGS" >&6; }
12742 13188
12743 { echo "$as_me:$LINENO: checking XFT_LIBS" >&5 13189 { $as_echo "$as_me:$LINENO: checking XFT_LIBS" >&5
12744 echo $ECHO_N "checking XFT_LIBS... $ECHO_C" >&6; } 13190 $as_echo_n "checking XFT_LIBS... " >&6; }
12745 XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'` 13191 XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
12746 { echo "$as_me:$LINENO: result: $XFT_LIBS" >&5 13192 { $as_echo "$as_me:$LINENO: result: $XFT_LIBS" >&5
12747 echo "${ECHO_T}$XFT_LIBS" >&6; } 13193 $as_echo "$XFT_LIBS" >&6; }
12748 else 13194 else
12749 { echo "$as_me:$LINENO: result: no" >&5 13195 { $as_echo "$as_me:$LINENO: result: no" >&5
12750 echo "${ECHO_T}no" >&6; } 13196 $as_echo "no" >&6; }
12751 XFT_CFLAGS="" 13197 XFT_CFLAGS=""
12752 XFT_LIBS="" 13198 XFT_LIBS=""
12753 ## If we have a custom action on failure, don't print errors, but 13199 ## If we have a custom action on failure, don't print errors, but
12754 ## do set a variable so people can do so. 13200 ## do set a variable so people can do so.
12755 XFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xft >= 0.13.0"` 13201 XFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xft >= 0.13.0"`
12776 OLD_LIBS="$LIBS" 13222 OLD_LIBS="$LIBS"
12777 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS" 13223 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
12778 CFLAGS="$CFLAGS $XFT_CFLAGS" 13224 CFLAGS="$CFLAGS $XFT_CFLAGS"
12779 LIBS="$XFT_LIBS $LIBS" 13225 LIBS="$XFT_LIBS $LIBS"
12780 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 13226 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12781 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 13227 { $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
12782 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; } 13228 $as_echo_n "checking for X11/Xft/Xft.h... " >&6; }
12783 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 13229 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12784 echo $ECHO_N "(cached) $ECHO_C" >&6 13230 $as_echo_n "(cached) " >&6
12785 fi 13231 fi
12786 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 13232 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
12787 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; } 13233 $as_echo "$ac_cv_header_X11_Xft_Xft_h" >&6; }
12788 else 13234 else
12789 # Is the header compilable? 13235 # Is the header compilable?
12790 { echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5 13236 { $as_echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5
12791 echo $ECHO_N "checking X11/Xft/Xft.h usability... $ECHO_C" >&6; } 13237 $as_echo_n "checking X11/Xft/Xft.h usability... " >&6; }
12792 cat >conftest.$ac_ext <<_ACEOF 13238 cat >conftest.$ac_ext <<_ACEOF
12793 /* confdefs.h. */ 13239 /* confdefs.h. */
12794 _ACEOF 13240 _ACEOF
12795 cat confdefs.h >>conftest.$ac_ext 13241 cat confdefs.h >>conftest.$ac_ext
12796 cat >>conftest.$ac_ext <<_ACEOF 13242 cat >>conftest.$ac_ext <<_ACEOF
12802 if { (ac_try="$ac_compile" 13248 if { (ac_try="$ac_compile"
12803 case "(($ac_try" in 13249 case "(($ac_try" in
12804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12805 *) ac_try_echo=$ac_try;; 13251 *) ac_try_echo=$ac_try;;
12806 esac 13252 esac
12807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13254 $as_echo "$ac_try_echo") >&5
12808 (eval "$ac_compile") 2>conftest.er1 13255 (eval "$ac_compile") 2>conftest.er1
12809 ac_status=$? 13256 ac_status=$?
12810 grep -v '^ *+' conftest.er1 >conftest.err 13257 grep -v '^ *+' conftest.er1 >conftest.err
12811 rm -f conftest.er1 13258 rm -f conftest.er1
12812 cat conftest.err >&5 13259 cat conftest.err >&5
12813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12814 (exit $ac_status); } && { 13261 (exit $ac_status); } && {
12815 test -z "$ac_c_werror_flag" || 13262 test -z "$ac_c_werror_flag" ||
12816 test ! -s conftest.err 13263 test ! -s conftest.err
12817 } && test -s conftest.$ac_objext; then 13264 } && test -s conftest.$ac_objext; then
12818 ac_header_compiler=yes 13265 ac_header_compiler=yes
12819 else 13266 else
12820 echo "$as_me: failed program was:" >&5 13267 $as_echo "$as_me: failed program was:" >&5
12821 sed 's/^/| /' conftest.$ac_ext >&5 13268 sed 's/^/| /' conftest.$ac_ext >&5
12822 13269
12823 ac_header_compiler=no 13270 ac_header_compiler=no
12824 fi 13271 fi
12825 13272
12826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12827 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13274 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12828 echo "${ECHO_T}$ac_header_compiler" >&6; } 13275 $as_echo "$ac_header_compiler" >&6; }
12829 13276
12830 # Is the header present? 13277 # Is the header present?
12831 { echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5 13278 { $as_echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5
12832 echo $ECHO_N "checking X11/Xft/Xft.h presence... $ECHO_C" >&6; } 13279 $as_echo_n "checking X11/Xft/Xft.h presence... " >&6; }
12833 cat >conftest.$ac_ext <<_ACEOF 13280 cat >conftest.$ac_ext <<_ACEOF
12834 /* confdefs.h. */ 13281 /* confdefs.h. */
12835 _ACEOF 13282 _ACEOF
12836 cat confdefs.h >>conftest.$ac_ext 13283 cat confdefs.h >>conftest.$ac_ext
12837 cat >>conftest.$ac_ext <<_ACEOF 13284 cat >>conftest.$ac_ext <<_ACEOF
12841 if { (ac_try="$ac_cpp conftest.$ac_ext" 13288 if { (ac_try="$ac_cpp conftest.$ac_ext"
12842 case "(($ac_try" in 13289 case "(($ac_try" in
12843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12844 *) ac_try_echo=$ac_try;; 13291 *) ac_try_echo=$ac_try;;
12845 esac 13292 esac
12846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13294 $as_echo "$ac_try_echo") >&5
12847 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 13295 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12848 ac_status=$? 13296 ac_status=$?
12849 grep -v '^ *+' conftest.er1 >conftest.err 13297 grep -v '^ *+' conftest.er1 >conftest.err
12850 rm -f conftest.er1 13298 rm -f conftest.er1
12851 cat conftest.err >&5 13299 cat conftest.err >&5
12852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12853 (exit $ac_status); } >/dev/null && { 13301 (exit $ac_status); } >/dev/null && {
12854 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 13302 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12855 test ! -s conftest.err 13303 test ! -s conftest.err
12856 }; then 13304 }; then
12857 ac_header_preproc=yes 13305 ac_header_preproc=yes
12858 else 13306 else
12859 echo "$as_me: failed program was:" >&5 13307 $as_echo "$as_me: failed program was:" >&5
12860 sed 's/^/| /' conftest.$ac_ext >&5 13308 sed 's/^/| /' conftest.$ac_ext >&5
12861 13309
12862 ac_header_preproc=no 13310 ac_header_preproc=no
12863 fi 13311 fi
12864 13312
12865 rm -f conftest.err conftest.$ac_ext 13313 rm -f conftest.err conftest.$ac_ext
12866 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 13314 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12867 echo "${ECHO_T}$ac_header_preproc" >&6; } 13315 $as_echo "$ac_header_preproc" >&6; }
12868 13316
12869 # So? What about this header? 13317 # So? What about this header?
12870 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 13318 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12871 yes:no: ) 13319 yes:no: )
12872 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&5 13320 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&5
12873 echo "$as_me: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 13321 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12874 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&5 13322 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&5
12875 echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&2;} 13323 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&2;}
12876 ac_header_preproc=yes 13324 ac_header_preproc=yes
12877 ;; 13325 ;;
12878 no:yes:* ) 13326 no:yes:* )
12879 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&5 13327 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&5
12880 echo "$as_me: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&2;} 13328 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&2;}
12881 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&5 13329 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&5
12882 echo "$as_me: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&2;} 13330 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&2;}
12883 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&5 13331 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&5
12884 echo "$as_me: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&2;} 13332 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&2;}
12885 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&5 13333 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&5
12886 echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&2;} 13334 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&2;}
12887 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&5 13335 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&5
12888 echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;} 13336 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;}
12889 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5 13337 { $as_echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5
12890 echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;} 13338 $as_echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;}
12891 13339
12892 ;; 13340 ;;
12893 esac 13341 esac
12894 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 13342 { $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
12895 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; } 13343 $as_echo_n "checking for X11/Xft/Xft.h... " >&6; }
12896 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 13344 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12897 echo $ECHO_N "(cached) $ECHO_C" >&6 13345 $as_echo_n "(cached) " >&6
12898 else 13346 else
12899 ac_cv_header_X11_Xft_Xft_h=$ac_header_preproc 13347 ac_cv_header_X11_Xft_Xft_h=$ac_header_preproc
12900 fi 13348 fi
12901 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 13349 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
12902 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; } 13350 $as_echo "$ac_cv_header_X11_Xft_Xft_h" >&6; }
12903 13351
12904 fi 13352 fi
12905 if test $ac_cv_header_X11_Xft_Xft_h = yes; then 13353 if test $ac_cv_header_X11_Xft_Xft_h = yes; then
12906 { echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5 13354 { $as_echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5
12907 echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6; } 13355 $as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
12908 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then 13356 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then
12909 echo $ECHO_N "(cached) $ECHO_C" >&6 13357 $as_echo_n "(cached) " >&6
12910 else 13358 else
12911 ac_check_lib_save_LIBS=$LIBS 13359 ac_check_lib_save_LIBS=$LIBS
12912 LIBS="-lXft $XFT_LIBS $LIBS" 13360 LIBS="-lXft $XFT_LIBS $LIBS"
12913 cat >conftest.$ac_ext <<_ACEOF 13361 cat >conftest.$ac_ext <<_ACEOF
12914 /* confdefs.h. */ 13362 /* confdefs.h. */
12936 if { (ac_try="$ac_link" 13384 if { (ac_try="$ac_link"
12937 case "(($ac_try" in 13385 case "(($ac_try" in
12938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12939 *) ac_try_echo=$ac_try;; 13387 *) ac_try_echo=$ac_try;;
12940 esac 13388 esac
12941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13390 $as_echo "$ac_try_echo") >&5
12942 (eval "$ac_link") 2>conftest.er1 13391 (eval "$ac_link") 2>conftest.er1
12943 ac_status=$? 13392 ac_status=$?
12944 grep -v '^ *+' conftest.er1 >conftest.err 13393 grep -v '^ *+' conftest.er1 >conftest.err
12945 rm -f conftest.er1 13394 rm -f conftest.er1
12946 cat conftest.err >&5 13395 cat conftest.err >&5
12947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12948 (exit $ac_status); } && { 13397 (exit $ac_status); } && {
12949 test -z "$ac_c_werror_flag" || 13398 test -z "$ac_c_werror_flag" ||
12950 test ! -s conftest.err 13399 test ! -s conftest.err
12951 } && test -s conftest$ac_exeext && 13400 } && test -s conftest$ac_exeext && {
12952 $as_test_x conftest$ac_exeext; then 13401 test "$cross_compiling" = yes ||
13402 $as_test_x conftest$ac_exeext
13403 }; then
12953 ac_cv_lib_Xft_XftFontOpen=yes 13404 ac_cv_lib_Xft_XftFontOpen=yes
12954 else 13405 else
12955 echo "$as_me: failed program was:" >&5 13406 $as_echo "$as_me: failed program was:" >&5
12956 sed 's/^/| /' conftest.$ac_ext >&5 13407 sed 's/^/| /' conftest.$ac_ext >&5
12957 13408
12958 ac_cv_lib_Xft_XftFontOpen=no 13409 ac_cv_lib_Xft_XftFontOpen=no
12959 fi 13410 fi
12960 13411
13412 rm -rf conftest.dSYM
12961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12962 conftest$ac_exeext conftest.$ac_ext 13414 conftest$ac_exeext conftest.$ac_ext
12963 LIBS=$ac_check_lib_save_LIBS 13415 LIBS=$ac_check_lib_save_LIBS
12964 fi 13416 fi
12965 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5 13417 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12966 echo "${ECHO_T}$ac_cv_lib_Xft_XftFontOpen" >&6; } 13418 $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
12967 if test $ac_cv_lib_Xft_XftFontOpen = yes; then 13419 if test $ac_cv_lib_Xft_XftFontOpen = yes; then
12968 HAVE_XFT=yes 13420 HAVE_XFT=yes
12969 fi 13421 fi
12970 13422
12971 fi 13423 fi
13004 13456
13005 succeeded=no 13457 succeeded=no
13006 13458
13007 # Extract the first word of "pkg-config", so it can be a program name with args. 13459 # Extract the first word of "pkg-config", so it can be a program name with args.
13008 set dummy pkg-config; ac_word=$2 13460 set dummy pkg-config; ac_word=$2
13009 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13461 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13010 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13462 $as_echo_n "checking for $ac_word... " >&6; }
13011 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13463 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13012 echo $ECHO_N "(cached) $ECHO_C" >&6 13464 $as_echo_n "(cached) " >&6
13013 else 13465 else
13014 case $PKG_CONFIG in 13466 case $PKG_CONFIG in
13015 [\\/]* | ?:[\\/]*) 13467 [\\/]* | ?:[\\/]*)
13016 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 13468 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13017 ;; 13469 ;;
13022 IFS=$as_save_IFS 13474 IFS=$as_save_IFS
13023 test -z "$as_dir" && as_dir=. 13475 test -z "$as_dir" && as_dir=.
13024 for ac_exec_ext in '' $ac_executable_extensions; do 13476 for ac_exec_ext in '' $ac_executable_extensions; do
13025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13026 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13478 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13028 break 2 13480 break 2
13029 fi 13481 fi
13030 done 13482 done
13031 done 13483 done
13032 IFS=$as_save_IFS 13484 IFS=$as_save_IFS
13035 ;; 13487 ;;
13036 esac 13488 esac
13037 fi 13489 fi
13038 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 13490 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13039 if test -n "$PKG_CONFIG"; then 13491 if test -n "$PKG_CONFIG"; then
13040 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 13492 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13041 echo "${ECHO_T}$PKG_CONFIG" >&6; } 13493 $as_echo "$PKG_CONFIG" >&6; }
13042 else 13494 else
13043 { echo "$as_me:$LINENO: result: no" >&5 13495 { $as_echo "$as_me:$LINENO: result: no" >&5
13044 echo "${ECHO_T}no" >&6; } 13496 $as_echo "no" >&6; }
13045 fi 13497 fi
13046 13498
13047 13499
13048 13500
13049 if test "$PKG_CONFIG" = "no" ; then 13501 if test "$PKG_CONFIG" = "no" ; then
13050 HAVE_FREETYPE=no 13502 HAVE_FREETYPE=no
13051 else 13503 else
13052 PKG_CONFIG_MIN_VERSION=0.9.0 13504 PKG_CONFIG_MIN_VERSION=0.9.0
13053 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 13505 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13054 { echo "$as_me:$LINENO: checking for freetype2" >&5 13506 { $as_echo "$as_me:$LINENO: checking for freetype2" >&5
13055 echo $ECHO_N "checking for freetype2... $ECHO_C" >&6; } 13507 $as_echo_n "checking for freetype2... " >&6; }
13056 13508
13057 if $PKG_CONFIG --exists "freetype2" 2>&5; then 13509 if $PKG_CONFIG --exists "freetype2" 2>&5; then
13058 { echo "$as_me:$LINENO: result: yes" >&5 13510 { $as_echo "$as_me:$LINENO: result: yes" >&5
13059 echo "${ECHO_T}yes" >&6; } 13511 $as_echo "yes" >&6; }
13060 succeeded=yes 13512 succeeded=yes
13061 13513
13062 { echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5 13514 { $as_echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5
13063 echo $ECHO_N "checking FREETYPE_CFLAGS... $ECHO_C" >&6; } 13515 $as_echo_n "checking FREETYPE_CFLAGS... " >&6; }
13064 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"|sed -e 's,///*,/,g'` 13516 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"|sed -e 's,///*,/,g'`
13065 { echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5 13517 { $as_echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5
13066 echo "${ECHO_T}$FREETYPE_CFLAGS" >&6; } 13518 $as_echo "$FREETYPE_CFLAGS" >&6; }
13067 13519
13068 { echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5 13520 { $as_echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5
13069 echo $ECHO_N "checking FREETYPE_LIBS... $ECHO_C" >&6; } 13521 $as_echo_n "checking FREETYPE_LIBS... " >&6; }
13070 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"|sed -e 's,///*,/,g'` 13522 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"|sed -e 's,///*,/,g'`
13071 { echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5 13523 { $as_echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5
13072 echo "${ECHO_T}$FREETYPE_LIBS" >&6; } 13524 $as_echo "$FREETYPE_LIBS" >&6; }
13073 else 13525 else
13074 { echo "$as_me:$LINENO: result: no" >&5 13526 { $as_echo "$as_me:$LINENO: result: no" >&5
13075 echo "${ECHO_T}no" >&6; } 13527 $as_echo "no" >&6; }
13076 FREETYPE_CFLAGS="" 13528 FREETYPE_CFLAGS=""
13077 FREETYPE_LIBS="" 13529 FREETYPE_LIBS=""
13078 ## If we have a custom action on failure, don't print errors, but 13530 ## If we have a custom action on failure, don't print errors, but
13079 ## do set a variable so people can do so. 13531 ## do set a variable so people can do so.
13080 FREETYPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "freetype2"` 13532 FREETYPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "freetype2"`
13108 13560
13109 succeeded=no 13561 succeeded=no
13110 13562
13111 # Extract the first word of "pkg-config", so it can be a program name with args. 13563 # Extract the first word of "pkg-config", so it can be a program name with args.
13112 set dummy pkg-config; ac_word=$2 13564 set dummy pkg-config; ac_word=$2
13113 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13114 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13566 $as_echo_n "checking for $ac_word... " >&6; }
13115 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13567 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13116 echo $ECHO_N "(cached) $ECHO_C" >&6 13568 $as_echo_n "(cached) " >&6
13117 else 13569 else
13118 case $PKG_CONFIG in 13570 case $PKG_CONFIG in
13119 [\\/]* | ?:[\\/]*) 13571 [\\/]* | ?:[\\/]*)
13120 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 13572 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13121 ;; 13573 ;;
13126 IFS=$as_save_IFS 13578 IFS=$as_save_IFS
13127 test -z "$as_dir" && as_dir=. 13579 test -z "$as_dir" && as_dir=.
13128 for ac_exec_ext in '' $ac_executable_extensions; do 13580 for ac_exec_ext in '' $ac_executable_extensions; do
13129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13130 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13582 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13131 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13583 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13132 break 2 13584 break 2
13133 fi 13585 fi
13134 done 13586 done
13135 done 13587 done
13136 IFS=$as_save_IFS 13588 IFS=$as_save_IFS
13139 ;; 13591 ;;
13140 esac 13592 esac
13141 fi 13593 fi
13142 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 13594 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13143 if test -n "$PKG_CONFIG"; then 13595 if test -n "$PKG_CONFIG"; then
13144 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 13596 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13145 echo "${ECHO_T}$PKG_CONFIG" >&6; } 13597 $as_echo "$PKG_CONFIG" >&6; }
13146 else 13598 else
13147 { echo "$as_me:$LINENO: result: no" >&5 13599 { $as_echo "$as_me:$LINENO: result: no" >&5
13148 echo "${ECHO_T}no" >&6; } 13600 $as_echo "no" >&6; }
13149 fi 13601 fi
13150 13602
13151 13603
13152 13604
13153 if test "$PKG_CONFIG" = "no" ; then 13605 if test "$PKG_CONFIG" = "no" ; then
13154 HAVE_LIBOTF=no 13606 HAVE_LIBOTF=no
13155 else 13607 else
13156 PKG_CONFIG_MIN_VERSION=0.9.0 13608 PKG_CONFIG_MIN_VERSION=0.9.0
13157 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 13609 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13158 { echo "$as_me:$LINENO: checking for libotf" >&5 13610 { $as_echo "$as_me:$LINENO: checking for libotf" >&5
13159 echo $ECHO_N "checking for libotf... $ECHO_C" >&6; } 13611 $as_echo_n "checking for libotf... " >&6; }
13160 13612
13161 if $PKG_CONFIG --exists "libotf" 2>&5; then 13613 if $PKG_CONFIG --exists "libotf" 2>&5; then
13162 { echo "$as_me:$LINENO: result: yes" >&5 13614 { $as_echo "$as_me:$LINENO: result: yes" >&5
13163 echo "${ECHO_T}yes" >&6; } 13615 $as_echo "yes" >&6; }
13164 succeeded=yes 13616 succeeded=yes
13165 13617
13166 { echo "$as_me:$LINENO: checking LIBOTF_CFLAGS" >&5 13618 { $as_echo "$as_me:$LINENO: checking LIBOTF_CFLAGS" >&5
13167 echo $ECHO_N "checking LIBOTF_CFLAGS... $ECHO_C" >&6; } 13619 $as_echo_n "checking LIBOTF_CFLAGS... " >&6; }
13168 LIBOTF_CFLAGS=`$PKG_CONFIG --cflags "libotf"|sed -e 's,///*,/,g'` 13620 LIBOTF_CFLAGS=`$PKG_CONFIG --cflags "libotf"|sed -e 's,///*,/,g'`
13169 { echo "$as_me:$LINENO: result: $LIBOTF_CFLAGS" >&5 13621 { $as_echo "$as_me:$LINENO: result: $LIBOTF_CFLAGS" >&5
13170 echo "${ECHO_T}$LIBOTF_CFLAGS" >&6; } 13622 $as_echo "$LIBOTF_CFLAGS" >&6; }
13171 13623
13172 { echo "$as_me:$LINENO: checking LIBOTF_LIBS" >&5 13624 { $as_echo "$as_me:$LINENO: checking LIBOTF_LIBS" >&5
13173 echo $ECHO_N "checking LIBOTF_LIBS... $ECHO_C" >&6; } 13625 $as_echo_n "checking LIBOTF_LIBS... " >&6; }
13174 LIBOTF_LIBS=`$PKG_CONFIG --libs "libotf"|sed -e 's,///*,/,g'` 13626 LIBOTF_LIBS=`$PKG_CONFIG --libs "libotf"|sed -e 's,///*,/,g'`
13175 { echo "$as_me:$LINENO: result: $LIBOTF_LIBS" >&5 13627 { $as_echo "$as_me:$LINENO: result: $LIBOTF_LIBS" >&5
13176 echo "${ECHO_T}$LIBOTF_LIBS" >&6; } 13628 $as_echo "$LIBOTF_LIBS" >&6; }
13177 else 13629 else
13178 { echo "$as_me:$LINENO: result: no" >&5 13630 { $as_echo "$as_me:$LINENO: result: no" >&5
13179 echo "${ECHO_T}no" >&6; } 13631 $as_echo "no" >&6; }
13180 LIBOTF_CFLAGS="" 13632 LIBOTF_CFLAGS=""
13181 LIBOTF_LIBS="" 13633 LIBOTF_LIBS=""
13182 ## If we have a custom action on failure, don't print errors, but 13634 ## If we have a custom action on failure, don't print errors, but
13183 ## do set a variable so people can do so. 13635 ## do set a variable so people can do so.
13184 LIBOTF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libotf"` 13636 LIBOTF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libotf"`
13203 13655
13204 cat >>confdefs.h <<\_ACEOF 13656 cat >>confdefs.h <<\_ACEOF
13205 #define HAVE_LIBOTF 1 13657 #define HAVE_LIBOTF 1
13206 _ACEOF 13658 _ACEOF
13207 13659
13208 { echo "$as_me:$LINENO: checking for OTF_get_variation_glyphs in -lotf" >&5 13660 { $as_echo "$as_me:$LINENO: checking for OTF_get_variation_glyphs in -lotf" >&5
13209 echo $ECHO_N "checking for OTF_get_variation_glyphs in -lotf... $ECHO_C" >&6; } 13661 $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
13210 if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then 13662 if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then
13211 echo $ECHO_N "(cached) $ECHO_C" >&6 13663 $as_echo_n "(cached) " >&6
13212 else 13664 else
13213 ac_check_lib_save_LIBS=$LIBS 13665 ac_check_lib_save_LIBS=$LIBS
13214 LIBS="-lotf $LIBS" 13666 LIBS="-lotf $LIBS"
13215 cat >conftest.$ac_ext <<_ACEOF 13667 cat >conftest.$ac_ext <<_ACEOF
13216 /* confdefs.h. */ 13668 /* confdefs.h. */
13238 if { (ac_try="$ac_link" 13690 if { (ac_try="$ac_link"
13239 case "(($ac_try" in 13691 case "(($ac_try" in
13240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13241 *) ac_try_echo=$ac_try;; 13693 *) ac_try_echo=$ac_try;;
13242 esac 13694 esac
13243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13696 $as_echo "$ac_try_echo") >&5
13244 (eval "$ac_link") 2>conftest.er1 13697 (eval "$ac_link") 2>conftest.er1
13245 ac_status=$? 13698 ac_status=$?
13246 grep -v '^ *+' conftest.er1 >conftest.err 13699 grep -v '^ *+' conftest.er1 >conftest.err
13247 rm -f conftest.er1 13700 rm -f conftest.er1
13248 cat conftest.err >&5 13701 cat conftest.err >&5
13249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13250 (exit $ac_status); } && { 13703 (exit $ac_status); } && {
13251 test -z "$ac_c_werror_flag" || 13704 test -z "$ac_c_werror_flag" ||
13252 test ! -s conftest.err 13705 test ! -s conftest.err
13253 } && test -s conftest$ac_exeext && 13706 } && test -s conftest$ac_exeext && {
13254 $as_test_x conftest$ac_exeext; then 13707 test "$cross_compiling" = yes ||
13708 $as_test_x conftest$ac_exeext
13709 }; then
13255 ac_cv_lib_otf_OTF_get_variation_glyphs=yes 13710 ac_cv_lib_otf_OTF_get_variation_glyphs=yes
13256 else 13711 else
13257 echo "$as_me: failed program was:" >&5 13712 $as_echo "$as_me: failed program was:" >&5
13258 sed 's/^/| /' conftest.$ac_ext >&5 13713 sed 's/^/| /' conftest.$ac_ext >&5
13259 13714
13260 ac_cv_lib_otf_OTF_get_variation_glyphs=no 13715 ac_cv_lib_otf_OTF_get_variation_glyphs=no
13261 fi 13716 fi
13262 13717
13718 rm -rf conftest.dSYM
13263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13264 conftest$ac_exeext conftest.$ac_ext 13720 conftest$ac_exeext conftest.$ac_ext
13265 LIBS=$ac_check_lib_save_LIBS 13721 LIBS=$ac_check_lib_save_LIBS
13266 fi 13722 fi
13267 { echo "$as_me:$LINENO: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 13723 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
13268 echo "${ECHO_T}$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } 13724 $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
13269 if test $ac_cv_lib_otf_OTF_get_variation_glyphs = yes; then 13725 if test $ac_cv_lib_otf_OTF_get_variation_glyphs = yes; then
13270 HAVE_OTF_GET_VARIATION_GLYPHS=yes 13726 HAVE_OTF_GET_VARIATION_GLYPHS=yes
13271 else 13727 else
13272 HAVE_OTF_GET_VARIATION_GLYPHS=no 13728 HAVE_OTF_GET_VARIATION_GLYPHS=no
13273 fi 13729 fi
13289 13745
13290 succeeded=no 13746 succeeded=no
13291 13747
13292 # Extract the first word of "pkg-config", so it can be a program name with args. 13748 # Extract the first word of "pkg-config", so it can be a program name with args.
13293 set dummy pkg-config; ac_word=$2 13749 set dummy pkg-config; ac_word=$2
13294 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13750 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13751 $as_echo_n "checking for $ac_word... " >&6; }
13296 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13752 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13297 echo $ECHO_N "(cached) $ECHO_C" >&6 13753 $as_echo_n "(cached) " >&6
13298 else 13754 else
13299 case $PKG_CONFIG in 13755 case $PKG_CONFIG in
13300 [\\/]* | ?:[\\/]*) 13756 [\\/]* | ?:[\\/]*)
13301 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 13757 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13302 ;; 13758 ;;
13307 IFS=$as_save_IFS 13763 IFS=$as_save_IFS
13308 test -z "$as_dir" && as_dir=. 13764 test -z "$as_dir" && as_dir=.
13309 for ac_exec_ext in '' $ac_executable_extensions; do 13765 for ac_exec_ext in '' $ac_executable_extensions; do
13310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13311 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13767 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13313 break 2 13769 break 2
13314 fi 13770 fi
13315 done 13771 done
13316 done 13772 done
13317 IFS=$as_save_IFS 13773 IFS=$as_save_IFS
13320 ;; 13776 ;;
13321 esac 13777 esac
13322 fi 13778 fi
13323 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 13779 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13324 if test -n "$PKG_CONFIG"; then 13780 if test -n "$PKG_CONFIG"; then
13325 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 13781 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13326 echo "${ECHO_T}$PKG_CONFIG" >&6; } 13782 $as_echo "$PKG_CONFIG" >&6; }
13327 else 13783 else
13328 { echo "$as_me:$LINENO: result: no" >&5 13784 { $as_echo "$as_me:$LINENO: result: no" >&5
13329 echo "${ECHO_T}no" >&6; } 13785 $as_echo "no" >&6; }
13330 fi 13786 fi
13331 13787
13332 13788
13333 13789
13334 if test "$PKG_CONFIG" = "no" ; then 13790 if test "$PKG_CONFIG" = "no" ; then
13335 HAVE_M17N_FLT=no 13791 HAVE_M17N_FLT=no
13336 else 13792 else
13337 PKG_CONFIG_MIN_VERSION=0.9.0 13793 PKG_CONFIG_MIN_VERSION=0.9.0
13338 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 13794 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13339 { echo "$as_me:$LINENO: checking for m17n-flt" >&5 13795 { $as_echo "$as_me:$LINENO: checking for m17n-flt" >&5
13340 echo $ECHO_N "checking for m17n-flt... $ECHO_C" >&6; } 13796 $as_echo_n "checking for m17n-flt... " >&6; }
13341 13797
13342 if $PKG_CONFIG --exists "m17n-flt" 2>&5; then 13798 if $PKG_CONFIG --exists "m17n-flt" 2>&5; then
13343 { echo "$as_me:$LINENO: result: yes" >&5 13799 { $as_echo "$as_me:$LINENO: result: yes" >&5
13344 echo "${ECHO_T}yes" >&6; } 13800 $as_echo "yes" >&6; }
13345 succeeded=yes 13801 succeeded=yes
13346 13802
13347 { echo "$as_me:$LINENO: checking M17N_FLT_CFLAGS" >&5 13803 { $as_echo "$as_me:$LINENO: checking M17N_FLT_CFLAGS" >&5
13348 echo $ECHO_N "checking M17N_FLT_CFLAGS... $ECHO_C" >&6; } 13804 $as_echo_n "checking M17N_FLT_CFLAGS... " >&6; }
13349 M17N_FLT_CFLAGS=`$PKG_CONFIG --cflags "m17n-flt"|sed -e 's,///*,/,g'` 13805 M17N_FLT_CFLAGS=`$PKG_CONFIG --cflags "m17n-flt"|sed -e 's,///*,/,g'`
13350 { echo "$as_me:$LINENO: result: $M17N_FLT_CFLAGS" >&5 13806 { $as_echo "$as_me:$LINENO: result: $M17N_FLT_CFLAGS" >&5
13351 echo "${ECHO_T}$M17N_FLT_CFLAGS" >&6; } 13807 $as_echo "$M17N_FLT_CFLAGS" >&6; }
13352 13808
13353 { echo "$as_me:$LINENO: checking M17N_FLT_LIBS" >&5 13809 { $as_echo "$as_me:$LINENO: checking M17N_FLT_LIBS" >&5
13354 echo $ECHO_N "checking M17N_FLT_LIBS... $ECHO_C" >&6; } 13810 $as_echo_n "checking M17N_FLT_LIBS... " >&6; }
13355 M17N_FLT_LIBS=`$PKG_CONFIG --libs "m17n-flt"|sed -e 's,///*,/,g'` 13811 M17N_FLT_LIBS=`$PKG_CONFIG --libs "m17n-flt"|sed -e 's,///*,/,g'`
13356 { echo "$as_me:$LINENO: result: $M17N_FLT_LIBS" >&5 13812 { $as_echo "$as_me:$LINENO: result: $M17N_FLT_LIBS" >&5
13357 echo "${ECHO_T}$M17N_FLT_LIBS" >&6; } 13813 $as_echo "$M17N_FLT_LIBS" >&6; }
13358 else 13814 else
13359 { echo "$as_me:$LINENO: result: no" >&5 13815 { $as_echo "$as_me:$LINENO: result: no" >&5
13360 echo "${ECHO_T}no" >&6; } 13816 $as_echo "no" >&6; }
13361 M17N_FLT_CFLAGS="" 13817 M17N_FLT_CFLAGS=""
13362 M17N_FLT_LIBS="" 13818 M17N_FLT_LIBS=""
13363 ## If we have a custom action on failure, don't print errors, but 13819 ## If we have a custom action on failure, don't print errors, but
13364 ## do set a variable so people can do so. 13820 ## do set a variable so people can do so.
13365 M17N_FLT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "m17n-flt"` 13821 M17N_FLT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "m17n-flt"`
13409 ### Use -lXpm if available, unless `--with-xpm=no'. 13865 ### Use -lXpm if available, unless `--with-xpm=no'.
13410 HAVE_XPM=no 13866 HAVE_XPM=no
13411 if test "${HAVE_X11}" = "yes"; then 13867 if test "${HAVE_X11}" = "yes"; then
13412 if test "${with_xpm}" != "no"; then 13868 if test "${with_xpm}" != "no"; then
13413 if test "${ac_cv_header_X11_xpm_h+set}" = set; then 13869 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
13414 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 13870 { $as_echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
13415 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; } 13871 $as_echo_n "checking for X11/xpm.h... " >&6; }
13416 if test "${ac_cv_header_X11_xpm_h+set}" = set; then 13872 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
13417 echo $ECHO_N "(cached) $ECHO_C" >&6 13873 $as_echo_n "(cached) " >&6
13418 fi 13874 fi
13419 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5 13875 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
13420 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; } 13876 $as_echo "$ac_cv_header_X11_xpm_h" >&6; }
13421 else 13877 else
13422 # Is the header compilable? 13878 # Is the header compilable?
13423 { echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 13879 { $as_echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
13424 echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6; } 13880 $as_echo_n "checking X11/xpm.h usability... " >&6; }
13425 cat >conftest.$ac_ext <<_ACEOF 13881 cat >conftest.$ac_ext <<_ACEOF
13426 /* confdefs.h. */ 13882 /* confdefs.h. */
13427 _ACEOF 13883 _ACEOF
13428 cat confdefs.h >>conftest.$ac_ext 13884 cat confdefs.h >>conftest.$ac_ext
13429 cat >>conftest.$ac_ext <<_ACEOF 13885 cat >>conftest.$ac_ext <<_ACEOF
13435 if { (ac_try="$ac_compile" 13891 if { (ac_try="$ac_compile"
13436 case "(($ac_try" in 13892 case "(($ac_try" in
13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;; 13894 *) ac_try_echo=$ac_try;;
13439 esac 13895 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13897 $as_echo "$ac_try_echo") >&5
13441 (eval "$ac_compile") 2>conftest.er1 13898 (eval "$ac_compile") 2>conftest.er1
13442 ac_status=$? 13899 ac_status=$?
13443 grep -v '^ *+' conftest.er1 >conftest.err 13900 grep -v '^ *+' conftest.er1 >conftest.err
13444 rm -f conftest.er1 13901 rm -f conftest.er1
13445 cat conftest.err >&5 13902 cat conftest.err >&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } && { 13904 (exit $ac_status); } && {
13448 test -z "$ac_c_werror_flag" || 13905 test -z "$ac_c_werror_flag" ||
13449 test ! -s conftest.err 13906 test ! -s conftest.err
13450 } && test -s conftest.$ac_objext; then 13907 } && test -s conftest.$ac_objext; then
13451 ac_header_compiler=yes 13908 ac_header_compiler=yes
13452 else 13909 else
13453 echo "$as_me: failed program was:" >&5 13910 $as_echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5 13911 sed 's/^/| /' conftest.$ac_ext >&5
13455 13912
13456 ac_header_compiler=no 13913 ac_header_compiler=no
13457 fi 13914 fi
13458 13915
13459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13460 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13917 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13461 echo "${ECHO_T}$ac_header_compiler" >&6; } 13918 $as_echo "$ac_header_compiler" >&6; }
13462 13919
13463 # Is the header present? 13920 # Is the header present?
13464 { echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 13921 { $as_echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
13465 echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6; } 13922 $as_echo_n "checking X11/xpm.h presence... " >&6; }
13466 cat >conftest.$ac_ext <<_ACEOF 13923 cat >conftest.$ac_ext <<_ACEOF
13467 /* confdefs.h. */ 13924 /* confdefs.h. */
13468 _ACEOF 13925 _ACEOF
13469 cat confdefs.h >>conftest.$ac_ext 13926 cat confdefs.h >>conftest.$ac_ext
13470 cat >>conftest.$ac_ext <<_ACEOF 13927 cat >>conftest.$ac_ext <<_ACEOF
13474 if { (ac_try="$ac_cpp conftest.$ac_ext" 13931 if { (ac_try="$ac_cpp conftest.$ac_ext"
13475 case "(($ac_try" in 13932 case "(($ac_try" in
13476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13477 *) ac_try_echo=$ac_try;; 13934 *) ac_try_echo=$ac_try;;
13478 esac 13935 esac
13479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13937 $as_echo "$ac_try_echo") >&5
13480 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 13938 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13481 ac_status=$? 13939 ac_status=$?
13482 grep -v '^ *+' conftest.er1 >conftest.err 13940 grep -v '^ *+' conftest.er1 >conftest.err
13483 rm -f conftest.er1 13941 rm -f conftest.er1
13484 cat conftest.err >&5 13942 cat conftest.err >&5
13485 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13486 (exit $ac_status); } >/dev/null && { 13944 (exit $ac_status); } >/dev/null && {
13487 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 13945 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13488 test ! -s conftest.err 13946 test ! -s conftest.err
13489 }; then 13947 }; then
13490 ac_header_preproc=yes 13948 ac_header_preproc=yes
13491 else 13949 else
13492 echo "$as_me: failed program was:" >&5 13950 $as_echo "$as_me: failed program was:" >&5
13493 sed 's/^/| /' conftest.$ac_ext >&5 13951 sed 's/^/| /' conftest.$ac_ext >&5
13494 13952
13495 ac_header_preproc=no 13953 ac_header_preproc=no
13496 fi 13954 fi
13497 13955
13498 rm -f conftest.err conftest.$ac_ext 13956 rm -f conftest.err conftest.$ac_ext
13499 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 13957 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13500 echo "${ECHO_T}$ac_header_preproc" >&6; } 13958 $as_echo "$ac_header_preproc" >&6; }
13501 13959
13502 # So? What about this header? 13960 # So? What about this header?
13503 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 13961 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13504 yes:no: ) 13962 yes:no: )
13505 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 13963 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
13506 echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 13964 $as_echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13507 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5 13965 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
13508 echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;} 13966 $as_echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
13509 ac_header_preproc=yes 13967 ac_header_preproc=yes
13510 ;; 13968 ;;
13511 no:yes:* ) 13969 no:yes:* )
13512 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 13970 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
13513 echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 13971 $as_echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
13514 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 13972 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
13515 echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 13973 $as_echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
13516 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5 13974 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
13517 echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;} 13975 $as_echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
13518 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5 13976 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
13519 echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;} 13977 $as_echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
13520 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 13978 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
13521 echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 13979 $as_echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
13522 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5 13980 { $as_echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
13523 echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;} 13981 $as_echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
13524 13982
13525 ;; 13983 ;;
13526 esac 13984 esac
13527 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 13985 { $as_echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
13528 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; } 13986 $as_echo_n "checking for X11/xpm.h... " >&6; }
13529 if test "${ac_cv_header_X11_xpm_h+set}" = set; then 13987 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
13530 echo $ECHO_N "(cached) $ECHO_C" >&6 13988 $as_echo_n "(cached) " >&6
13531 else 13989 else
13532 ac_cv_header_X11_xpm_h=$ac_header_preproc 13990 ac_cv_header_X11_xpm_h=$ac_header_preproc
13533 fi 13991 fi
13534 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5 13992 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
13535 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; } 13993 $as_echo "$ac_cv_header_X11_xpm_h" >&6; }
13536 13994
13537 fi 13995 fi
13538 if test $ac_cv_header_X11_xpm_h = yes; then 13996 if test $ac_cv_header_X11_xpm_h = yes; then
13539 { echo "$as_me:$LINENO: checking for XpmReadFileToPixmap in -lXpm" >&5 13997 { $as_echo "$as_me:$LINENO: checking for XpmReadFileToPixmap in -lXpm" >&5
13540 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6; } 13998 $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
13541 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 13999 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
13542 echo $ECHO_N "(cached) $ECHO_C" >&6 14000 $as_echo_n "(cached) " >&6
13543 else 14001 else
13544 ac_check_lib_save_LIBS=$LIBS 14002 ac_check_lib_save_LIBS=$LIBS
13545 LIBS="-lXpm -lX11 $LIBS" 14003 LIBS="-lXpm -lX11 $LIBS"
13546 cat >conftest.$ac_ext <<_ACEOF 14004 cat >conftest.$ac_ext <<_ACEOF
13547 /* confdefs.h. */ 14005 /* confdefs.h. */
13569 if { (ac_try="$ac_link" 14027 if { (ac_try="$ac_link"
13570 case "(($ac_try" in 14028 case "(($ac_try" in
13571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13572 *) ac_try_echo=$ac_try;; 14030 *) ac_try_echo=$ac_try;;
13573 esac 14031 esac
13574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14032 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14033 $as_echo "$ac_try_echo") >&5
13575 (eval "$ac_link") 2>conftest.er1 14034 (eval "$ac_link") 2>conftest.er1
13576 ac_status=$? 14035 ac_status=$?
13577 grep -v '^ *+' conftest.er1 >conftest.err 14036 grep -v '^ *+' conftest.er1 >conftest.err
13578 rm -f conftest.er1 14037 rm -f conftest.er1
13579 cat conftest.err >&5 14038 cat conftest.err >&5
13580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13581 (exit $ac_status); } && { 14040 (exit $ac_status); } && {
13582 test -z "$ac_c_werror_flag" || 14041 test -z "$ac_c_werror_flag" ||
13583 test ! -s conftest.err 14042 test ! -s conftest.err
13584 } && test -s conftest$ac_exeext && 14043 } && test -s conftest$ac_exeext && {
13585 $as_test_x conftest$ac_exeext; then 14044 test "$cross_compiling" = yes ||
14045 $as_test_x conftest$ac_exeext
14046 }; then
13586 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 14047 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
13587 else 14048 else
13588 echo "$as_me: failed program was:" >&5 14049 $as_echo "$as_me: failed program was:" >&5
13589 sed 's/^/| /' conftest.$ac_ext >&5 14050 sed 's/^/| /' conftest.$ac_ext >&5
13590 14051
13591 ac_cv_lib_Xpm_XpmReadFileToPixmap=no 14052 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
13592 fi 14053 fi
13593 14054
14055 rm -rf conftest.dSYM
13594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13595 conftest$ac_exeext conftest.$ac_ext 14057 conftest$ac_exeext conftest.$ac_ext
13596 LIBS=$ac_check_lib_save_LIBS 14058 LIBS=$ac_check_lib_save_LIBS
13597 fi 14059 fi
13598 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 14060 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
13599 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } 14061 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
13600 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 14062 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
13601 HAVE_XPM=yes 14063 HAVE_XPM=yes
13602 fi 14064 fi
13603 14065
13604 fi 14066 fi
13605 14067
13606 14068
13607 if test "${HAVE_XPM}" = "yes"; then 14069 if test "${HAVE_XPM}" = "yes"; then
13608 { echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 14070 { $as_echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
13609 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6; } 14071 $as_echo_n "checking for XpmReturnAllocPixels preprocessor define... " >&6; }
13610 cat >conftest.$ac_ext <<_ACEOF 14072 cat >conftest.$ac_ext <<_ACEOF
13611 /* confdefs.h. */ 14073 /* confdefs.h. */
13612 _ACEOF 14074 _ACEOF
13613 cat confdefs.h >>conftest.$ac_ext 14075 cat confdefs.h >>conftest.$ac_ext
13614 cat >>conftest.$ac_ext <<_ACEOF 14076 cat >>conftest.$ac_ext <<_ACEOF
13627 fi 14089 fi
13628 rm -f conftest* 14090 rm -f conftest*
13629 14091
13630 14092
13631 if test "${HAVE_XPM}" = "yes"; then 14093 if test "${HAVE_XPM}" = "yes"; then
13632 { echo "$as_me:$LINENO: result: yes" >&5 14094 { $as_echo "$as_me:$LINENO: result: yes" >&5
13633 echo "${ECHO_T}yes" >&6; } 14095 $as_echo "yes" >&6; }
13634 else 14096 else
13635 { echo "$as_me:$LINENO: result: no" >&5 14097 { $as_echo "$as_me:$LINENO: result: no" >&5
13636 echo "${ECHO_T}no" >&6; } 14098 $as_echo "no" >&6; }
13637 fi 14099 fi
13638 fi 14100 fi
13639 fi 14101 fi
13640 14102
13641 if test "${HAVE_XPM}" = "yes"; then 14103 if test "${HAVE_XPM}" = "yes"; then
13650 ### Use -ljpeg if available, unless `--with-jpeg=no'. 14112 ### Use -ljpeg if available, unless `--with-jpeg=no'.
13651 HAVE_JPEG=no 14113 HAVE_JPEG=no
13652 if test "${HAVE_X11}" = "yes"; then 14114 if test "${HAVE_X11}" = "yes"; then
13653 if test "${with_jpeg}" != "no"; then 14115 if test "${with_jpeg}" != "no"; then
13654 if test "${ac_cv_header_jerror_h+set}" = set; then 14116 if test "${ac_cv_header_jerror_h+set}" = set; then
13655 { echo "$as_me:$LINENO: checking for jerror.h" >&5 14117 { $as_echo "$as_me:$LINENO: checking for jerror.h" >&5
13656 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6; } 14118 $as_echo_n "checking for jerror.h... " >&6; }
13657 if test "${ac_cv_header_jerror_h+set}" = set; then 14119 if test "${ac_cv_header_jerror_h+set}" = set; then
13658 echo $ECHO_N "(cached) $ECHO_C" >&6 14120 $as_echo_n "(cached) " >&6
13659 fi 14121 fi
13660 { echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5 14122 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
13661 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6; } 14123 $as_echo "$ac_cv_header_jerror_h" >&6; }
13662 else 14124 else
13663 # Is the header compilable? 14125 # Is the header compilable?
13664 { echo "$as_me:$LINENO: checking jerror.h usability" >&5 14126 { $as_echo "$as_me:$LINENO: checking jerror.h usability" >&5
13665 echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6; } 14127 $as_echo_n "checking jerror.h usability... " >&6; }
13666 cat >conftest.$ac_ext <<_ACEOF 14128 cat >conftest.$ac_ext <<_ACEOF
13667 /* confdefs.h. */ 14129 /* confdefs.h. */
13668 _ACEOF 14130 _ACEOF
13669 cat confdefs.h >>conftest.$ac_ext 14131 cat confdefs.h >>conftest.$ac_ext
13670 cat >>conftest.$ac_ext <<_ACEOF 14132 cat >>conftest.$ac_ext <<_ACEOF
13676 if { (ac_try="$ac_compile" 14138 if { (ac_try="$ac_compile"
13677 case "(($ac_try" in 14139 case "(($ac_try" in
13678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13679 *) ac_try_echo=$ac_try;; 14141 *) ac_try_echo=$ac_try;;
13680 esac 14142 esac
13681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14144 $as_echo "$ac_try_echo") >&5
13682 (eval "$ac_compile") 2>conftest.er1 14145 (eval "$ac_compile") 2>conftest.er1
13683 ac_status=$? 14146 ac_status=$?
13684 grep -v '^ *+' conftest.er1 >conftest.err 14147 grep -v '^ *+' conftest.er1 >conftest.err
13685 rm -f conftest.er1 14148 rm -f conftest.er1
13686 cat conftest.err >&5 14149 cat conftest.err >&5
13687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13688 (exit $ac_status); } && { 14151 (exit $ac_status); } && {
13689 test -z "$ac_c_werror_flag" || 14152 test -z "$ac_c_werror_flag" ||
13690 test ! -s conftest.err 14153 test ! -s conftest.err
13691 } && test -s conftest.$ac_objext; then 14154 } && test -s conftest.$ac_objext; then
13692 ac_header_compiler=yes 14155 ac_header_compiler=yes
13693 else 14156 else
13694 echo "$as_me: failed program was:" >&5 14157 $as_echo "$as_me: failed program was:" >&5
13695 sed 's/^/| /' conftest.$ac_ext >&5 14158 sed 's/^/| /' conftest.$ac_ext >&5
13696 14159
13697 ac_header_compiler=no 14160 ac_header_compiler=no
13698 fi 14161 fi
13699 14162
13700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13701 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14164 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13702 echo "${ECHO_T}$ac_header_compiler" >&6; } 14165 $as_echo "$ac_header_compiler" >&6; }
13703 14166
13704 # Is the header present? 14167 # Is the header present?
13705 { echo "$as_me:$LINENO: checking jerror.h presence" >&5 14168 { $as_echo "$as_me:$LINENO: checking jerror.h presence" >&5
13706 echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6; } 14169 $as_echo_n "checking jerror.h presence... " >&6; }
13707 cat >conftest.$ac_ext <<_ACEOF 14170 cat >conftest.$ac_ext <<_ACEOF
13708 /* confdefs.h. */ 14171 /* confdefs.h. */
13709 _ACEOF 14172 _ACEOF
13710 cat confdefs.h >>conftest.$ac_ext 14173 cat confdefs.h >>conftest.$ac_ext
13711 cat >>conftest.$ac_ext <<_ACEOF 14174 cat >>conftest.$ac_ext <<_ACEOF
13715 if { (ac_try="$ac_cpp conftest.$ac_ext" 14178 if { (ac_try="$ac_cpp conftest.$ac_ext"
13716 case "(($ac_try" in 14179 case "(($ac_try" in
13717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13718 *) ac_try_echo=$ac_try;; 14181 *) ac_try_echo=$ac_try;;
13719 esac 14182 esac
13720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14184 $as_echo "$ac_try_echo") >&5
13721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 14185 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13722 ac_status=$? 14186 ac_status=$?
13723 grep -v '^ *+' conftest.er1 >conftest.err 14187 grep -v '^ *+' conftest.er1 >conftest.err
13724 rm -f conftest.er1 14188 rm -f conftest.er1
13725 cat conftest.err >&5 14189 cat conftest.err >&5
13726 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727 (exit $ac_status); } >/dev/null && { 14191 (exit $ac_status); } >/dev/null && {
13728 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 14192 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13729 test ! -s conftest.err 14193 test ! -s conftest.err
13730 }; then 14194 }; then
13731 ac_header_preproc=yes 14195 ac_header_preproc=yes
13732 else 14196 else
13733 echo "$as_me: failed program was:" >&5 14197 $as_echo "$as_me: failed program was:" >&5
13734 sed 's/^/| /' conftest.$ac_ext >&5 14198 sed 's/^/| /' conftest.$ac_ext >&5
13735 14199
13736 ac_header_preproc=no 14200 ac_header_preproc=no
13737 fi 14201 fi
13738 14202
13739 rm -f conftest.err conftest.$ac_ext 14203 rm -f conftest.err conftest.$ac_ext
13740 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14204 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13741 echo "${ECHO_T}$ac_header_preproc" >&6; } 14205 $as_echo "$ac_header_preproc" >&6; }
13742 14206
13743 # So? What about this header? 14207 # So? What about this header?
13744 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14208 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13745 yes:no: ) 14209 yes:no: )
13746 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 14210 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
13747 echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14211 $as_echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13748 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5 14212 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5
13749 echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;} 14213 $as_echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
13750 ac_header_preproc=yes 14214 ac_header_preproc=yes
13751 ;; 14215 ;;
13752 no:yes:* ) 14216 no:yes:* )
13753 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 14217 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
13754 echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 14218 $as_echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
13755 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 14219 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
13756 echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 14220 $as_echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
13757 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5 14221 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
13758 echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;} 14222 $as_echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
13759 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5 14223 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
13760 echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;} 14224 $as_echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
13761 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 14225 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
13762 echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 14226 $as_echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
13763 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5 14227 { $as_echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
13764 echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;} 14228 $as_echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
13765 14229
13766 ;; 14230 ;;
13767 esac 14231 esac
13768 { echo "$as_me:$LINENO: checking for jerror.h" >&5 14232 { $as_echo "$as_me:$LINENO: checking for jerror.h" >&5
13769 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6; } 14233 $as_echo_n "checking for jerror.h... " >&6; }
13770 if test "${ac_cv_header_jerror_h+set}" = set; then 14234 if test "${ac_cv_header_jerror_h+set}" = set; then
13771 echo $ECHO_N "(cached) $ECHO_C" >&6 14235 $as_echo_n "(cached) " >&6
13772 else 14236 else
13773 ac_cv_header_jerror_h=$ac_header_preproc 14237 ac_cv_header_jerror_h=$ac_header_preproc
13774 fi 14238 fi
13775 { echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5 14239 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
13776 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6; } 14240 $as_echo "$ac_cv_header_jerror_h" >&6; }
13777 14241
13778 fi 14242 fi
13779 if test $ac_cv_header_jerror_h = yes; then 14243 if test $ac_cv_header_jerror_h = yes; then
13780 { echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5 14244 { $as_echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5
13781 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6; } 14245 $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
13782 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 14246 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
13783 echo $ECHO_N "(cached) $ECHO_C" >&6 14247 $as_echo_n "(cached) " >&6
13784 else 14248 else
13785 ac_check_lib_save_LIBS=$LIBS 14249 ac_check_lib_save_LIBS=$LIBS
13786 LIBS="-ljpeg $LIBS" 14250 LIBS="-ljpeg $LIBS"
13787 cat >conftest.$ac_ext <<_ACEOF 14251 cat >conftest.$ac_ext <<_ACEOF
13788 /* confdefs.h. */ 14252 /* confdefs.h. */
13810 if { (ac_try="$ac_link" 14274 if { (ac_try="$ac_link"
13811 case "(($ac_try" in 14275 case "(($ac_try" in
13812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13813 *) ac_try_echo=$ac_try;; 14277 *) ac_try_echo=$ac_try;;
13814 esac 14278 esac
13815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14280 $as_echo "$ac_try_echo") >&5
13816 (eval "$ac_link") 2>conftest.er1 14281 (eval "$ac_link") 2>conftest.er1
13817 ac_status=$? 14282 ac_status=$?
13818 grep -v '^ *+' conftest.er1 >conftest.err 14283 grep -v '^ *+' conftest.er1 >conftest.err
13819 rm -f conftest.er1 14284 rm -f conftest.er1
13820 cat conftest.err >&5 14285 cat conftest.err >&5
13821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13822 (exit $ac_status); } && { 14287 (exit $ac_status); } && {
13823 test -z "$ac_c_werror_flag" || 14288 test -z "$ac_c_werror_flag" ||
13824 test ! -s conftest.err 14289 test ! -s conftest.err
13825 } && test -s conftest$ac_exeext && 14290 } && test -s conftest$ac_exeext && {
13826 $as_test_x conftest$ac_exeext; then 14291 test "$cross_compiling" = yes ||
14292 $as_test_x conftest$ac_exeext
14293 }; then
13827 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 14294 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
13828 else 14295 else
13829 echo "$as_me: failed program was:" >&5 14296 $as_echo "$as_me: failed program was:" >&5
13830 sed 's/^/| /' conftest.$ac_ext >&5 14297 sed 's/^/| /' conftest.$ac_ext >&5
13831 14298
13832 ac_cv_lib_jpeg_jpeg_destroy_compress=no 14299 ac_cv_lib_jpeg_jpeg_destroy_compress=no
13833 fi 14300 fi
13834 14301
14302 rm -rf conftest.dSYM
13835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13836 conftest$ac_exeext conftest.$ac_ext 14304 conftest$ac_exeext conftest.$ac_ext
13837 LIBS=$ac_check_lib_save_LIBS 14305 LIBS=$ac_check_lib_save_LIBS
13838 fi 14306 fi
13839 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 14307 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
13840 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } 14308 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
13841 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 14309 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
13842 HAVE_JPEG=yes 14310 HAVE_JPEG=yes
13843 fi 14311 fi
13844 14312
13845 fi 14313 fi
13868 cat >>confdefs.h <<\_ACEOF 14336 cat >>confdefs.h <<\_ACEOF
13869 #define HAVE_JPEG 1 14337 #define HAVE_JPEG 1
13870 _ACEOF 14338 _ACEOF
13871 14339
13872 else 14340 else
13873 { echo "$as_me:$LINENO: WARNING: libjpeg found, but not version 6b or later" >&5 14341 { $as_echo "$as_me:$LINENO: WARNING: libjpeg found, but not version 6b or later" >&5
13874 echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;} 14342 $as_echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13875 HAVE_JPEG=no 14343 HAVE_JPEG=no
13876 fi 14344 fi
13877 rm -f conftest* 14345 rm -f conftest*
13878 14346
13879 fi 14347 fi
13887 # in /usr/include/libpng. 14355 # in /usr/include/libpng.
13888 14356
13889 14357
13890 for ac_header in png.h libpng/png.h 14358 for ac_header in png.h libpng/png.h
13891 do 14359 do
13892 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 14360 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13893 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 14361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13894 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14362 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13895 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14363 $as_echo_n "checking for $ac_header... " >&6; }
13896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 14364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13897 echo $ECHO_N "(cached) $ECHO_C" >&6 14365 $as_echo_n "(cached) " >&6
13898 fi 14366 fi
13899 ac_res=`eval echo '${'$as_ac_Header'}'` 14367 ac_res=`eval 'as_val=${'$as_ac_Header'}
13900 { echo "$as_me:$LINENO: result: $ac_res" >&5 14368 $as_echo "$as_val"'`
13901 echo "${ECHO_T}$ac_res" >&6; } 14369 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14370 $as_echo "$ac_res" >&6; }
13902 else 14371 else
13903 # Is the header compilable? 14372 # Is the header compilable?
13904 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 14373 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13905 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 14374 $as_echo_n "checking $ac_header usability... " >&6; }
13906 cat >conftest.$ac_ext <<_ACEOF 14375 cat >conftest.$ac_ext <<_ACEOF
13907 /* confdefs.h. */ 14376 /* confdefs.h. */
13908 _ACEOF 14377 _ACEOF
13909 cat confdefs.h >>conftest.$ac_ext 14378 cat confdefs.h >>conftest.$ac_ext
13910 cat >>conftest.$ac_ext <<_ACEOF 14379 cat >>conftest.$ac_ext <<_ACEOF
13916 if { (ac_try="$ac_compile" 14385 if { (ac_try="$ac_compile"
13917 case "(($ac_try" in 14386 case "(($ac_try" in
13918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13919 *) ac_try_echo=$ac_try;; 14388 *) ac_try_echo=$ac_try;;
13920 esac 14389 esac
13921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14391 $as_echo "$ac_try_echo") >&5
13922 (eval "$ac_compile") 2>conftest.er1 14392 (eval "$ac_compile") 2>conftest.er1
13923 ac_status=$? 14393 ac_status=$?
13924 grep -v '^ *+' conftest.er1 >conftest.err 14394 grep -v '^ *+' conftest.er1 >conftest.err
13925 rm -f conftest.er1 14395 rm -f conftest.er1
13926 cat conftest.err >&5 14396 cat conftest.err >&5
13927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13928 (exit $ac_status); } && { 14398 (exit $ac_status); } && {
13929 test -z "$ac_c_werror_flag" || 14399 test -z "$ac_c_werror_flag" ||
13930 test ! -s conftest.err 14400 test ! -s conftest.err
13931 } && test -s conftest.$ac_objext; then 14401 } && test -s conftest.$ac_objext; then
13932 ac_header_compiler=yes 14402 ac_header_compiler=yes
13933 else 14403 else
13934 echo "$as_me: failed program was:" >&5 14404 $as_echo "$as_me: failed program was:" >&5
13935 sed 's/^/| /' conftest.$ac_ext >&5 14405 sed 's/^/| /' conftest.$ac_ext >&5
13936 14406
13937 ac_header_compiler=no 14407 ac_header_compiler=no
13938 fi 14408 fi
13939 14409
13940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13941 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14411 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13942 echo "${ECHO_T}$ac_header_compiler" >&6; } 14412 $as_echo "$ac_header_compiler" >&6; }
13943 14413
13944 # Is the header present? 14414 # Is the header present?
13945 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 14415 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13946 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 14416 $as_echo_n "checking $ac_header presence... " >&6; }
13947 cat >conftest.$ac_ext <<_ACEOF 14417 cat >conftest.$ac_ext <<_ACEOF
13948 /* confdefs.h. */ 14418 /* confdefs.h. */
13949 _ACEOF 14419 _ACEOF
13950 cat confdefs.h >>conftest.$ac_ext 14420 cat confdefs.h >>conftest.$ac_ext
13951 cat >>conftest.$ac_ext <<_ACEOF 14421 cat >>conftest.$ac_ext <<_ACEOF
13955 if { (ac_try="$ac_cpp conftest.$ac_ext" 14425 if { (ac_try="$ac_cpp conftest.$ac_ext"
13956 case "(($ac_try" in 14426 case "(($ac_try" in
13957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13958 *) ac_try_echo=$ac_try;; 14428 *) ac_try_echo=$ac_try;;
13959 esac 14429 esac
13960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14431 $as_echo "$ac_try_echo") >&5
13961 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 14432 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13962 ac_status=$? 14433 ac_status=$?
13963 grep -v '^ *+' conftest.er1 >conftest.err 14434 grep -v '^ *+' conftest.er1 >conftest.err
13964 rm -f conftest.er1 14435 rm -f conftest.er1
13965 cat conftest.err >&5 14436 cat conftest.err >&5
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); } >/dev/null && { 14438 (exit $ac_status); } >/dev/null && {
13968 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 14439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13969 test ! -s conftest.err 14440 test ! -s conftest.err
13970 }; then 14441 }; then
13971 ac_header_preproc=yes 14442 ac_header_preproc=yes
13972 else 14443 else
13973 echo "$as_me: failed program was:" >&5 14444 $as_echo "$as_me: failed program was:" >&5
13974 sed 's/^/| /' conftest.$ac_ext >&5 14445 sed 's/^/| /' conftest.$ac_ext >&5
13975 14446
13976 ac_header_preproc=no 14447 ac_header_preproc=no
13977 fi 14448 fi
13978 14449
13979 rm -f conftest.err conftest.$ac_ext 14450 rm -f conftest.err conftest.$ac_ext
13980 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14451 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13981 echo "${ECHO_T}$ac_header_preproc" >&6; } 14452 $as_echo "$ac_header_preproc" >&6; }
13982 14453
13983 # So? What about this header? 14454 # So? What about this header?
13984 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14455 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13985 yes:no: ) 14456 yes:no: )
13986 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14457 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13987 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14458 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13988 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14459 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13989 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14460 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13990 ac_header_preproc=yes 14461 ac_header_preproc=yes
13991 ;; 14462 ;;
13992 no:yes:* ) 14463 no:yes:* )
13993 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14464 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13994 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14465 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13995 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14466 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13996 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14467 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13997 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 14468 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13998 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 14469 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13999 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 14470 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14000 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 14471 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14001 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14472 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14002 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14473 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14003 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 14474 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14004 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 14475 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14005 14476
14006 ;; 14477 ;;
14007 esac 14478 esac
14008 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14479 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14009 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14480 $as_echo_n "checking for $ac_header... " >&6; }
14010 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 14481 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14011 echo $ECHO_N "(cached) $ECHO_C" >&6 14482 $as_echo_n "(cached) " >&6
14012 else 14483 else
14013 eval "$as_ac_Header=\$ac_header_preproc" 14484 eval "$as_ac_Header=\$ac_header_preproc"
14014 fi 14485 fi
14015 ac_res=`eval echo '${'$as_ac_Header'}'` 14486 ac_res=`eval 'as_val=${'$as_ac_Header'}
14016 { echo "$as_me:$LINENO: result: $ac_res" >&5 14487 $as_echo "$as_val"'`
14017 echo "${ECHO_T}$ac_res" >&6; } 14488 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14018 14489 $as_echo "$ac_res" >&6; }
14019 fi 14490
14020 if test `eval echo '${'$as_ac_Header'}'` = yes; then 14491 fi
14492 if test `eval 'as_val=${'$as_ac_Header'}
14493 $as_echo "$as_val"'` = yes; then
14021 cat >>confdefs.h <<_ACEOF 14494 cat >>confdefs.h <<_ACEOF
14022 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 14495 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14023 _ACEOF 14496 _ACEOF
14024 14497
14025 fi 14498 fi
14026 14499
14027 done 14500 done
14028 14501
14029 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then 14502 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
14030 { echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5 14503 { $as_echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5
14031 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6; } 14504 $as_echo_n "checking for png_get_channels in -lpng... " >&6; }
14032 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 14505 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
14033 echo $ECHO_N "(cached) $ECHO_C" >&6 14506 $as_echo_n "(cached) " >&6
14034 else 14507 else
14035 ac_check_lib_save_LIBS=$LIBS 14508 ac_check_lib_save_LIBS=$LIBS
14036 LIBS="-lpng -lz -lm $LIBS" 14509 LIBS="-lpng -lz -lm $LIBS"
14037 cat >conftest.$ac_ext <<_ACEOF 14510 cat >conftest.$ac_ext <<_ACEOF
14038 /* confdefs.h. */ 14511 /* confdefs.h. */
14060 if { (ac_try="$ac_link" 14533 if { (ac_try="$ac_link"
14061 case "(($ac_try" in 14534 case "(($ac_try" in
14062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14063 *) ac_try_echo=$ac_try;; 14536 *) ac_try_echo=$ac_try;;
14064 esac 14537 esac
14065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14539 $as_echo "$ac_try_echo") >&5
14066 (eval "$ac_link") 2>conftest.er1 14540 (eval "$ac_link") 2>conftest.er1
14067 ac_status=$? 14541 ac_status=$?
14068 grep -v '^ *+' conftest.er1 >conftest.err 14542 grep -v '^ *+' conftest.er1 >conftest.err
14069 rm -f conftest.er1 14543 rm -f conftest.er1
14070 cat conftest.err >&5 14544 cat conftest.err >&5
14071 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14072 (exit $ac_status); } && { 14546 (exit $ac_status); } && {
14073 test -z "$ac_c_werror_flag" || 14547 test -z "$ac_c_werror_flag" ||
14074 test ! -s conftest.err 14548 test ! -s conftest.err
14075 } && test -s conftest$ac_exeext && 14549 } && test -s conftest$ac_exeext && {
14076 $as_test_x conftest$ac_exeext; then 14550 test "$cross_compiling" = yes ||
14551 $as_test_x conftest$ac_exeext
14552 }; then
14077 ac_cv_lib_png_png_get_channels=yes 14553 ac_cv_lib_png_png_get_channels=yes
14078 else 14554 else
14079 echo "$as_me: failed program was:" >&5 14555 $as_echo "$as_me: failed program was:" >&5
14080 sed 's/^/| /' conftest.$ac_ext >&5 14556 sed 's/^/| /' conftest.$ac_ext >&5
14081 14557
14082 ac_cv_lib_png_png_get_channels=no 14558 ac_cv_lib_png_png_get_channels=no
14083 fi 14559 fi
14084 14560
14561 rm -rf conftest.dSYM
14085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14086 conftest$ac_exeext conftest.$ac_ext 14563 conftest$ac_exeext conftest.$ac_ext
14087 LIBS=$ac_check_lib_save_LIBS 14564 LIBS=$ac_check_lib_save_LIBS
14088 fi 14565 fi
14089 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 14566 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
14090 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6; } 14567 $as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
14091 if test $ac_cv_lib_png_png_get_channels = yes; then 14568 if test $ac_cv_lib_png_png_get_channels = yes; then
14092 HAVE_PNG=yes 14569 HAVE_PNG=yes
14093 fi 14570 fi
14094 14571
14095 fi 14572 fi
14107 ### Use -ltiff if available, unless `--with-tiff=no'. 14584 ### Use -ltiff if available, unless `--with-tiff=no'.
14108 HAVE_TIFF=no 14585 HAVE_TIFF=no
14109 if test "${HAVE_X11}" = "yes"; then 14586 if test "${HAVE_X11}" = "yes"; then
14110 if test "${with_tiff}" != "no"; then 14587 if test "${with_tiff}" != "no"; then
14111 if test "${ac_cv_header_tiffio_h+set}" = set; then 14588 if test "${ac_cv_header_tiffio_h+set}" = set; then
14112 { echo "$as_me:$LINENO: checking for tiffio.h" >&5 14589 { $as_echo "$as_me:$LINENO: checking for tiffio.h" >&5
14113 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; } 14590 $as_echo_n "checking for tiffio.h... " >&6; }
14114 if test "${ac_cv_header_tiffio_h+set}" = set; then 14591 if test "${ac_cv_header_tiffio_h+set}" = set; then
14115 echo $ECHO_N "(cached) $ECHO_C" >&6 14592 $as_echo_n "(cached) " >&6
14116 fi 14593 fi
14117 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 14594 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
14118 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; } 14595 $as_echo "$ac_cv_header_tiffio_h" >&6; }
14119 else 14596 else
14120 # Is the header compilable? 14597 # Is the header compilable?
14121 { echo "$as_me:$LINENO: checking tiffio.h usability" >&5 14598 { $as_echo "$as_me:$LINENO: checking tiffio.h usability" >&5
14122 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6; } 14599 $as_echo_n "checking tiffio.h usability... " >&6; }
14123 cat >conftest.$ac_ext <<_ACEOF 14600 cat >conftest.$ac_ext <<_ACEOF
14124 /* confdefs.h. */ 14601 /* confdefs.h. */
14125 _ACEOF 14602 _ACEOF
14126 cat confdefs.h >>conftest.$ac_ext 14603 cat confdefs.h >>conftest.$ac_ext
14127 cat >>conftest.$ac_ext <<_ACEOF 14604 cat >>conftest.$ac_ext <<_ACEOF
14133 if { (ac_try="$ac_compile" 14610 if { (ac_try="$ac_compile"
14134 case "(($ac_try" in 14611 case "(($ac_try" in
14135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14136 *) ac_try_echo=$ac_try;; 14613 *) ac_try_echo=$ac_try;;
14137 esac 14614 esac
14138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14616 $as_echo "$ac_try_echo") >&5
14139 (eval "$ac_compile") 2>conftest.er1 14617 (eval "$ac_compile") 2>conftest.er1
14140 ac_status=$? 14618 ac_status=$?
14141 grep -v '^ *+' conftest.er1 >conftest.err 14619 grep -v '^ *+' conftest.er1 >conftest.err
14142 rm -f conftest.er1 14620 rm -f conftest.er1
14143 cat conftest.err >&5 14621 cat conftest.err >&5
14144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14145 (exit $ac_status); } && { 14623 (exit $ac_status); } && {
14146 test -z "$ac_c_werror_flag" || 14624 test -z "$ac_c_werror_flag" ||
14147 test ! -s conftest.err 14625 test ! -s conftest.err
14148 } && test -s conftest.$ac_objext; then 14626 } && test -s conftest.$ac_objext; then
14149 ac_header_compiler=yes 14627 ac_header_compiler=yes
14150 else 14628 else
14151 echo "$as_me: failed program was:" >&5 14629 $as_echo "$as_me: failed program was:" >&5
14152 sed 's/^/| /' conftest.$ac_ext >&5 14630 sed 's/^/| /' conftest.$ac_ext >&5
14153 14631
14154 ac_header_compiler=no 14632 ac_header_compiler=no
14155 fi 14633 fi
14156 14634
14157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14158 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14636 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14159 echo "${ECHO_T}$ac_header_compiler" >&6; } 14637 $as_echo "$ac_header_compiler" >&6; }
14160 14638
14161 # Is the header present? 14639 # Is the header present?
14162 { echo "$as_me:$LINENO: checking tiffio.h presence" >&5 14640 { $as_echo "$as_me:$LINENO: checking tiffio.h presence" >&5
14163 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6; } 14641 $as_echo_n "checking tiffio.h presence... " >&6; }
14164 cat >conftest.$ac_ext <<_ACEOF 14642 cat >conftest.$ac_ext <<_ACEOF
14165 /* confdefs.h. */ 14643 /* confdefs.h. */
14166 _ACEOF 14644 _ACEOF
14167 cat confdefs.h >>conftest.$ac_ext 14645 cat confdefs.h >>conftest.$ac_ext
14168 cat >>conftest.$ac_ext <<_ACEOF 14646 cat >>conftest.$ac_ext <<_ACEOF
14172 if { (ac_try="$ac_cpp conftest.$ac_ext" 14650 if { (ac_try="$ac_cpp conftest.$ac_ext"
14173 case "(($ac_try" in 14651 case "(($ac_try" in
14174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14175 *) ac_try_echo=$ac_try;; 14653 *) ac_try_echo=$ac_try;;
14176 esac 14654 esac
14177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14656 $as_echo "$ac_try_echo") >&5
14178 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 14657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14179 ac_status=$? 14658 ac_status=$?
14180 grep -v '^ *+' conftest.er1 >conftest.err 14659 grep -v '^ *+' conftest.er1 >conftest.err
14181 rm -f conftest.er1 14660 rm -f conftest.er1
14182 cat conftest.err >&5 14661 cat conftest.err >&5
14183 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14184 (exit $ac_status); } >/dev/null && { 14663 (exit $ac_status); } >/dev/null && {
14185 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 14664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14186 test ! -s conftest.err 14665 test ! -s conftest.err
14187 }; then 14666 }; then
14188 ac_header_preproc=yes 14667 ac_header_preproc=yes
14189 else 14668 else
14190 echo "$as_me: failed program was:" >&5 14669 $as_echo "$as_me: failed program was:" >&5
14191 sed 's/^/| /' conftest.$ac_ext >&5 14670 sed 's/^/| /' conftest.$ac_ext >&5
14192 14671
14193 ac_header_preproc=no 14672 ac_header_preproc=no
14194 fi 14673 fi
14195 14674
14196 rm -f conftest.err conftest.$ac_ext 14675 rm -f conftest.err conftest.$ac_ext
14197 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14676 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14198 echo "${ECHO_T}$ac_header_preproc" >&6; } 14677 $as_echo "$ac_header_preproc" >&6; }
14199 14678
14200 # So? What about this header? 14679 # So? What about this header?
14201 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14680 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14202 yes:no: ) 14681 yes:no: )
14203 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 14682 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
14204 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14683 $as_echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14205 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 14684 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
14206 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} 14685 $as_echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
14207 ac_header_preproc=yes 14686 ac_header_preproc=yes
14208 ;; 14687 ;;
14209 no:yes:* ) 14688 no:yes:* )
14210 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 14689 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
14211 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 14690 $as_echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
14212 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 14691 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
14213 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 14692 $as_echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
14214 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5 14693 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
14215 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;} 14694 $as_echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
14216 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5 14695 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
14217 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;} 14696 $as_echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
14218 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 14697 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
14219 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 14698 $as_echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
14220 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5 14699 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
14221 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;} 14700 $as_echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
14222 14701
14223 ;; 14702 ;;
14224 esac 14703 esac
14225 { echo "$as_me:$LINENO: checking for tiffio.h" >&5 14704 { $as_echo "$as_me:$LINENO: checking for tiffio.h" >&5
14226 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; } 14705 $as_echo_n "checking for tiffio.h... " >&6; }
14227 if test "${ac_cv_header_tiffio_h+set}" = set; then 14706 if test "${ac_cv_header_tiffio_h+set}" = set; then
14228 echo $ECHO_N "(cached) $ECHO_C" >&6 14707 $as_echo_n "(cached) " >&6
14229 else 14708 else
14230 ac_cv_header_tiffio_h=$ac_header_preproc 14709 ac_cv_header_tiffio_h=$ac_header_preproc
14231 fi 14710 fi
14232 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 14711 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
14233 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; } 14712 $as_echo "$ac_cv_header_tiffio_h" >&6; }
14234 14713
14235 fi 14714 fi
14236 if test $ac_cv_header_tiffio_h = yes; then 14715 if test $ac_cv_header_tiffio_h = yes; then
14237 tifflibs="-lz -lm" 14716 tifflibs="-lz -lm"
14238 # At least one tiff package requires the jpeg library. 14717 # At least one tiff package requires the jpeg library.
14239 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 14718 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
14240 { echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5 14719 { $as_echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
14241 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6; } 14720 $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
14242 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 14721 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
14243 echo $ECHO_N "(cached) $ECHO_C" >&6 14722 $as_echo_n "(cached) " >&6
14244 else 14723 else
14245 ac_check_lib_save_LIBS=$LIBS 14724 ac_check_lib_save_LIBS=$LIBS
14246 LIBS="-ltiff $tifflibs $LIBS" 14725 LIBS="-ltiff $tifflibs $LIBS"
14247 cat >conftest.$ac_ext <<_ACEOF 14726 cat >conftest.$ac_ext <<_ACEOF
14248 /* confdefs.h. */ 14727 /* confdefs.h. */
14270 if { (ac_try="$ac_link" 14749 if { (ac_try="$ac_link"
14271 case "(($ac_try" in 14750 case "(($ac_try" in
14272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14273 *) ac_try_echo=$ac_try;; 14752 *) ac_try_echo=$ac_try;;
14274 esac 14753 esac
14275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14755 $as_echo "$ac_try_echo") >&5
14276 (eval "$ac_link") 2>conftest.er1 14756 (eval "$ac_link") 2>conftest.er1
14277 ac_status=$? 14757 ac_status=$?
14278 grep -v '^ *+' conftest.er1 >conftest.err 14758 grep -v '^ *+' conftest.er1 >conftest.err
14279 rm -f conftest.er1 14759 rm -f conftest.er1
14280 cat conftest.err >&5 14760 cat conftest.err >&5
14281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14282 (exit $ac_status); } && { 14762 (exit $ac_status); } && {
14283 test -z "$ac_c_werror_flag" || 14763 test -z "$ac_c_werror_flag" ||
14284 test ! -s conftest.err 14764 test ! -s conftest.err
14285 } && test -s conftest$ac_exeext && 14765 } && test -s conftest$ac_exeext && {
14286 $as_test_x conftest$ac_exeext; then 14766 test "$cross_compiling" = yes ||
14767 $as_test_x conftest$ac_exeext
14768 }; then
14287 ac_cv_lib_tiff_TIFFGetVersion=yes 14769 ac_cv_lib_tiff_TIFFGetVersion=yes
14288 else 14770 else
14289 echo "$as_me: failed program was:" >&5 14771 $as_echo "$as_me: failed program was:" >&5
14290 sed 's/^/| /' conftest.$ac_ext >&5 14772 sed 's/^/| /' conftest.$ac_ext >&5
14291 14773
14292 ac_cv_lib_tiff_TIFFGetVersion=no 14774 ac_cv_lib_tiff_TIFFGetVersion=no
14293 fi 14775 fi
14294 14776
14777 rm -rf conftest.dSYM
14295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14296 conftest$ac_exeext conftest.$ac_ext 14779 conftest$ac_exeext conftest.$ac_ext
14297 LIBS=$ac_check_lib_save_LIBS 14780 LIBS=$ac_check_lib_save_LIBS
14298 fi 14781 fi
14299 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 14782 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
14300 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6; } 14783 $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
14301 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 14784 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
14302 HAVE_TIFF=yes 14785 HAVE_TIFF=yes
14303 fi 14786 fi
14304 14787
14305 fi 14788 fi
14318 14801
14319 ### Use -lgif or -lungif if available, unless `--with-gif=no'. 14802 ### Use -lgif or -lungif if available, unless `--with-gif=no'.
14320 HAVE_GIF=no 14803 HAVE_GIF=no
14321 if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 14804 if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
14322 if test "${ac_cv_header_gif_lib_h+set}" = set; then 14805 if test "${ac_cv_header_gif_lib_h+set}" = set; then
14323 { echo "$as_me:$LINENO: checking for gif_lib.h" >&5 14806 { $as_echo "$as_me:$LINENO: checking for gif_lib.h" >&5
14324 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; } 14807 $as_echo_n "checking for gif_lib.h... " >&6; }
14325 if test "${ac_cv_header_gif_lib_h+set}" = set; then 14808 if test "${ac_cv_header_gif_lib_h+set}" = set; then
14326 echo $ECHO_N "(cached) $ECHO_C" >&6 14809 $as_echo_n "(cached) " >&6
14327 fi 14810 fi
14328 { echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5 14811 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
14329 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; } 14812 $as_echo "$ac_cv_header_gif_lib_h" >&6; }
14330 else 14813 else
14331 # Is the header compilable? 14814 # Is the header compilable?
14332 { echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 14815 { $as_echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
14333 echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6; } 14816 $as_echo_n "checking gif_lib.h usability... " >&6; }
14334 cat >conftest.$ac_ext <<_ACEOF 14817 cat >conftest.$ac_ext <<_ACEOF
14335 /* confdefs.h. */ 14818 /* confdefs.h. */
14336 _ACEOF 14819 _ACEOF
14337 cat confdefs.h >>conftest.$ac_ext 14820 cat confdefs.h >>conftest.$ac_ext
14338 cat >>conftest.$ac_ext <<_ACEOF 14821 cat >>conftest.$ac_ext <<_ACEOF
14344 if { (ac_try="$ac_compile" 14827 if { (ac_try="$ac_compile"
14345 case "(($ac_try" in 14828 case "(($ac_try" in
14346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14347 *) ac_try_echo=$ac_try;; 14830 *) ac_try_echo=$ac_try;;
14348 esac 14831 esac
14349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14833 $as_echo "$ac_try_echo") >&5
14350 (eval "$ac_compile") 2>conftest.er1 14834 (eval "$ac_compile") 2>conftest.er1
14351 ac_status=$? 14835 ac_status=$?
14352 grep -v '^ *+' conftest.er1 >conftest.err 14836 grep -v '^ *+' conftest.er1 >conftest.err
14353 rm -f conftest.er1 14837 rm -f conftest.er1
14354 cat conftest.err >&5 14838 cat conftest.err >&5
14355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356 (exit $ac_status); } && { 14840 (exit $ac_status); } && {
14357 test -z "$ac_c_werror_flag" || 14841 test -z "$ac_c_werror_flag" ||
14358 test ! -s conftest.err 14842 test ! -s conftest.err
14359 } && test -s conftest.$ac_objext; then 14843 } && test -s conftest.$ac_objext; then
14360 ac_header_compiler=yes 14844 ac_header_compiler=yes
14361 else 14845 else
14362 echo "$as_me: failed program was:" >&5 14846 $as_echo "$as_me: failed program was:" >&5
14363 sed 's/^/| /' conftest.$ac_ext >&5 14847 sed 's/^/| /' conftest.$ac_ext >&5
14364 14848
14365 ac_header_compiler=no 14849 ac_header_compiler=no
14366 fi 14850 fi
14367 14851
14368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14369 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14853 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14370 echo "${ECHO_T}$ac_header_compiler" >&6; } 14854 $as_echo "$ac_header_compiler" >&6; }
14371 14855
14372 # Is the header present? 14856 # Is the header present?
14373 { echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 14857 { $as_echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
14374 echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6; } 14858 $as_echo_n "checking gif_lib.h presence... " >&6; }
14375 cat >conftest.$ac_ext <<_ACEOF 14859 cat >conftest.$ac_ext <<_ACEOF
14376 /* confdefs.h. */ 14860 /* confdefs.h. */
14377 _ACEOF 14861 _ACEOF
14378 cat confdefs.h >>conftest.$ac_ext 14862 cat confdefs.h >>conftest.$ac_ext
14379 cat >>conftest.$ac_ext <<_ACEOF 14863 cat >>conftest.$ac_ext <<_ACEOF
14383 if { (ac_try="$ac_cpp conftest.$ac_ext" 14867 if { (ac_try="$ac_cpp conftest.$ac_ext"
14384 case "(($ac_try" in 14868 case "(($ac_try" in
14385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14386 *) ac_try_echo=$ac_try;; 14870 *) ac_try_echo=$ac_try;;
14387 esac 14871 esac
14388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14873 $as_echo "$ac_try_echo") >&5
14389 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 14874 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14390 ac_status=$? 14875 ac_status=$?
14391 grep -v '^ *+' conftest.er1 >conftest.err 14876 grep -v '^ *+' conftest.er1 >conftest.err
14392 rm -f conftest.er1 14877 rm -f conftest.er1
14393 cat conftest.err >&5 14878 cat conftest.err >&5
14394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14395 (exit $ac_status); } >/dev/null && { 14880 (exit $ac_status); } >/dev/null && {
14396 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 14881 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14397 test ! -s conftest.err 14882 test ! -s conftest.err
14398 }; then 14883 }; then
14399 ac_header_preproc=yes 14884 ac_header_preproc=yes
14400 else 14885 else
14401 echo "$as_me: failed program was:" >&5 14886 $as_echo "$as_me: failed program was:" >&5
14402 sed 's/^/| /' conftest.$ac_ext >&5 14887 sed 's/^/| /' conftest.$ac_ext >&5
14403 14888
14404 ac_header_preproc=no 14889 ac_header_preproc=no
14405 fi 14890 fi
14406 14891
14407 rm -f conftest.err conftest.$ac_ext 14892 rm -f conftest.err conftest.$ac_ext
14408 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14893 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14409 echo "${ECHO_T}$ac_header_preproc" >&6; } 14894 $as_echo "$ac_header_preproc" >&6; }
14410 14895
14411 # So? What about this header? 14896 # So? What about this header?
14412 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14897 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14413 yes:no: ) 14898 yes:no: )
14414 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 14899 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
14415 echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14900 $as_echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14416 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5 14901 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
14417 echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;} 14902 $as_echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
14418 ac_header_preproc=yes 14903 ac_header_preproc=yes
14419 ;; 14904 ;;
14420 no:yes:* ) 14905 no:yes:* )
14421 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 14906 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
14422 echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 14907 $as_echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
14423 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 14908 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
14424 echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 14909 $as_echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
14425 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5 14910 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
14426 echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;} 14911 $as_echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
14427 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5 14912 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
14428 echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;} 14913 $as_echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
14429 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 14914 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
14430 echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 14915 $as_echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
14431 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5 14916 { $as_echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
14432 echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;} 14917 $as_echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
14433 14918
14434 ;; 14919 ;;
14435 esac 14920 esac
14436 { echo "$as_me:$LINENO: checking for gif_lib.h" >&5 14921 { $as_echo "$as_me:$LINENO: checking for gif_lib.h" >&5
14437 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; } 14922 $as_echo_n "checking for gif_lib.h... " >&6; }
14438 if test "${ac_cv_header_gif_lib_h+set}" = set; then 14923 if test "${ac_cv_header_gif_lib_h+set}" = set; then
14439 echo $ECHO_N "(cached) $ECHO_C" >&6 14924 $as_echo_n "(cached) " >&6
14440 else 14925 else
14441 ac_cv_header_gif_lib_h=$ac_header_preproc 14926 ac_cv_header_gif_lib_h=$ac_header_preproc
14442 fi 14927 fi
14443 { echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5 14928 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
14444 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; } 14929 $as_echo "$ac_cv_header_gif_lib_h" >&6; }
14445 14930
14446 fi 14931 fi
14447 if test $ac_cv_header_gif_lib_h = yes; then 14932 if test $ac_cv_header_gif_lib_h = yes; then
14448 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 14933 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
14449 # Earlier versions can crash Emacs. 14934 # Earlier versions can crash Emacs.
14450 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5 14935 { $as_echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5
14451 echo $ECHO_N "checking for EGifPutExtensionLast in -lgif... $ECHO_C" >&6; } 14936 $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
14452 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then 14937 if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then
14453 echo $ECHO_N "(cached) $ECHO_C" >&6 14938 $as_echo_n "(cached) " >&6
14454 else 14939 else
14455 ac_check_lib_save_LIBS=$LIBS 14940 ac_check_lib_save_LIBS=$LIBS
14456 LIBS="-lgif $LIBS" 14941 LIBS="-lgif $LIBS"
14457 cat >conftest.$ac_ext <<_ACEOF 14942 cat >conftest.$ac_ext <<_ACEOF
14458 /* confdefs.h. */ 14943 /* confdefs.h. */
14480 if { (ac_try="$ac_link" 14965 if { (ac_try="$ac_link"
14481 case "(($ac_try" in 14966 case "(($ac_try" in
14482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14483 *) ac_try_echo=$ac_try;; 14968 *) ac_try_echo=$ac_try;;
14484 esac 14969 esac
14485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14971 $as_echo "$ac_try_echo") >&5
14486 (eval "$ac_link") 2>conftest.er1 14972 (eval "$ac_link") 2>conftest.er1
14487 ac_status=$? 14973 ac_status=$?
14488 grep -v '^ *+' conftest.er1 >conftest.err 14974 grep -v '^ *+' conftest.er1 >conftest.err
14489 rm -f conftest.er1 14975 rm -f conftest.er1
14490 cat conftest.err >&5 14976 cat conftest.err >&5
14491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14492 (exit $ac_status); } && { 14978 (exit $ac_status); } && {
14493 test -z "$ac_c_werror_flag" || 14979 test -z "$ac_c_werror_flag" ||
14494 test ! -s conftest.err 14980 test ! -s conftest.err
14495 } && test -s conftest$ac_exeext && 14981 } && test -s conftest$ac_exeext && {
14496 $as_test_x conftest$ac_exeext; then 14982 test "$cross_compiling" = yes ||
14983 $as_test_x conftest$ac_exeext
14984 }; then
14497 ac_cv_lib_gif_EGifPutExtensionLast=yes 14985 ac_cv_lib_gif_EGifPutExtensionLast=yes
14498 else 14986 else
14499 echo "$as_me: failed program was:" >&5 14987 $as_echo "$as_me: failed program was:" >&5
14500 sed 's/^/| /' conftest.$ac_ext >&5 14988 sed 's/^/| /' conftest.$ac_ext >&5
14501 14989
14502 ac_cv_lib_gif_EGifPutExtensionLast=no 14990 ac_cv_lib_gif_EGifPutExtensionLast=no
14503 fi 14991 fi
14504 14992
14993 rm -rf conftest.dSYM
14505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14506 conftest$ac_exeext conftest.$ac_ext 14995 conftest$ac_exeext conftest.$ac_ext
14507 LIBS=$ac_check_lib_save_LIBS 14996 LIBS=$ac_check_lib_save_LIBS
14508 fi 14997 fi
14509 { echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 14998 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
14510 echo "${ECHO_T}$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 14999 $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
14511 if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then 15000 if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then
14512 HAVE_GIF=yes 15001 HAVE_GIF=yes
14513 else 15002 else
14514 try_libungif=yes 15003 try_libungif=yes
14515 fi 15004 fi
14522 ac_gif_lib_name="-lgif" 15011 ac_gif_lib_name="-lgif"
14523 fi 15012 fi
14524 15013
14525 # If gif_lib.h but no libgif, try libungif. 15014 # If gif_lib.h but no libgif, try libungif.
14526 if test x"$try_libungif" = xyes; then 15015 if test x"$try_libungif" = xyes; then
14527 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5 15016 { $as_echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5
14528 echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6; } 15017 $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
14529 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then 15018 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
14530 echo $ECHO_N "(cached) $ECHO_C" >&6 15019 $as_echo_n "(cached) " >&6
14531 else 15020 else
14532 ac_check_lib_save_LIBS=$LIBS 15021 ac_check_lib_save_LIBS=$LIBS
14533 LIBS="-lungif $LIBS" 15022 LIBS="-lungif $LIBS"
14534 cat >conftest.$ac_ext <<_ACEOF 15023 cat >conftest.$ac_ext <<_ACEOF
14535 /* confdefs.h. */ 15024 /* confdefs.h. */
14557 if { (ac_try="$ac_link" 15046 if { (ac_try="$ac_link"
14558 case "(($ac_try" in 15047 case "(($ac_try" in
14559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14560 *) ac_try_echo=$ac_try;; 15049 *) ac_try_echo=$ac_try;;
14561 esac 15050 esac
14562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15052 $as_echo "$ac_try_echo") >&5
14563 (eval "$ac_link") 2>conftest.er1 15053 (eval "$ac_link") 2>conftest.er1
14564 ac_status=$? 15054 ac_status=$?
14565 grep -v '^ *+' conftest.er1 >conftest.err 15055 grep -v '^ *+' conftest.er1 >conftest.err
14566 rm -f conftest.er1 15056 rm -f conftest.er1
14567 cat conftest.err >&5 15057 cat conftest.err >&5
14568 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); } && { 15059 (exit $ac_status); } && {
14570 test -z "$ac_c_werror_flag" || 15060 test -z "$ac_c_werror_flag" ||
14571 test ! -s conftest.err 15061 test ! -s conftest.err
14572 } && test -s conftest$ac_exeext && 15062 } && test -s conftest$ac_exeext && {
14573 $as_test_x conftest$ac_exeext; then 15063 test "$cross_compiling" = yes ||
15064 $as_test_x conftest$ac_exeext
15065 }; then
14574 ac_cv_lib_ungif_EGifPutExtensionLast=yes 15066 ac_cv_lib_ungif_EGifPutExtensionLast=yes
14575 else 15067 else
14576 echo "$as_me: failed program was:" >&5 15068 $as_echo "$as_me: failed program was:" >&5
14577 sed 's/^/| /' conftest.$ac_ext >&5 15069 sed 's/^/| /' conftest.$ac_ext >&5
14578 15070
14579 ac_cv_lib_ungif_EGifPutExtensionLast=no 15071 ac_cv_lib_ungif_EGifPutExtensionLast=no
14580 fi 15072 fi
14581 15073
15074 rm -rf conftest.dSYM
14582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14583 conftest$ac_exeext conftest.$ac_ext 15076 conftest$ac_exeext conftest.$ac_ext
14584 LIBS=$ac_check_lib_save_LIBS 15077 LIBS=$ac_check_lib_save_LIBS
14585 fi 15078 fi
14586 { echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 15079 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
14587 echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 15080 $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
14588 if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then 15081 if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
14589 HAVE_GIF=yes 15082 HAVE_GIF=yes
14590 fi 15083 fi
14591 15084
14592 15085
14622 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no" 15115 MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no"
14623 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" && 15116 test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" &&
14624 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" 15117 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
14625 15118
14626 if test "X${MISSING}" != X; then 15119 if test "X${MISSING}" != X; then
14627 { { echo "$as_me:$LINENO: error: The following required libraries were not found: 15120 { { $as_echo "$as_me:$LINENO: error: The following required libraries were not found:
14628 $MISSING 15121 $MISSING
14629 Maybe some development libraries/packages are missing? 15122 Maybe some development libraries/packages are missing?
14630 If you don't want to link with them give 15123 If you don't want to link with them give
14631 $WITH_NO 15124 $WITH_NO
14632 as options to configure" >&5 15125 as options to configure" >&5
14633 echo "$as_me: error: The following required libraries were not found: 15126 $as_echo "$as_me: error: The following required libraries were not found:
14634 $MISSING 15127 $MISSING
14635 Maybe some development libraries/packages are missing? 15128 Maybe some development libraries/packages are missing?
14636 If you don't want to link with them give 15129 If you don't want to link with them give
14637 $WITH_NO 15130 $WITH_NO
14638 as options to configure" >&2;} 15131 as options to configure" >&2;}
14642 15135
14643 ### Use -lgpm if available, unless `--with-gpm=no'. 15136 ### Use -lgpm if available, unless `--with-gpm=no'.
14644 HAVE_GPM=no 15137 HAVE_GPM=no
14645 if test "${with_gpm}" != "no"; then 15138 if test "${with_gpm}" != "no"; then
14646 if test "${ac_cv_header_gpm_h+set}" = set; then 15139 if test "${ac_cv_header_gpm_h+set}" = set; then
14647 { echo "$as_me:$LINENO: checking for gpm.h" >&5 15140 { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5
14648 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6; } 15141 $as_echo_n "checking for gpm.h... " >&6; }
14649 if test "${ac_cv_header_gpm_h+set}" = set; then 15142 if test "${ac_cv_header_gpm_h+set}" = set; then
14650 echo $ECHO_N "(cached) $ECHO_C" >&6 15143 $as_echo_n "(cached) " >&6
14651 fi 15144 fi
14652 { echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5 15145 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5
14653 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6; } 15146 $as_echo "$ac_cv_header_gpm_h" >&6; }
14654 else 15147 else
14655 # Is the header compilable? 15148 # Is the header compilable?
14656 { echo "$as_me:$LINENO: checking gpm.h usability" >&5 15149 { $as_echo "$as_me:$LINENO: checking gpm.h usability" >&5
14657 echo $ECHO_N "checking gpm.h usability... $ECHO_C" >&6; } 15150 $as_echo_n "checking gpm.h usability... " >&6; }
14658 cat >conftest.$ac_ext <<_ACEOF 15151 cat >conftest.$ac_ext <<_ACEOF
14659 /* confdefs.h. */ 15152 /* confdefs.h. */
14660 _ACEOF 15153 _ACEOF
14661 cat confdefs.h >>conftest.$ac_ext 15154 cat confdefs.h >>conftest.$ac_ext
14662 cat >>conftest.$ac_ext <<_ACEOF 15155 cat >>conftest.$ac_ext <<_ACEOF
14668 if { (ac_try="$ac_compile" 15161 if { (ac_try="$ac_compile"
14669 case "(($ac_try" in 15162 case "(($ac_try" in
14670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14671 *) ac_try_echo=$ac_try;; 15164 *) ac_try_echo=$ac_try;;
14672 esac 15165 esac
14673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15167 $as_echo "$ac_try_echo") >&5
14674 (eval "$ac_compile") 2>conftest.er1 15168 (eval "$ac_compile") 2>conftest.er1
14675 ac_status=$? 15169 ac_status=$?
14676 grep -v '^ *+' conftest.er1 >conftest.err 15170 grep -v '^ *+' conftest.er1 >conftest.err
14677 rm -f conftest.er1 15171 rm -f conftest.er1
14678 cat conftest.err >&5 15172 cat conftest.err >&5
14679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14680 (exit $ac_status); } && { 15174 (exit $ac_status); } && {
14681 test -z "$ac_c_werror_flag" || 15175 test -z "$ac_c_werror_flag" ||
14682 test ! -s conftest.err 15176 test ! -s conftest.err
14683 } && test -s conftest.$ac_objext; then 15177 } && test -s conftest.$ac_objext; then
14684 ac_header_compiler=yes 15178 ac_header_compiler=yes
14685 else 15179 else
14686 echo "$as_me: failed program was:" >&5 15180 $as_echo "$as_me: failed program was:" >&5
14687 sed 's/^/| /' conftest.$ac_ext >&5 15181 sed 's/^/| /' conftest.$ac_ext >&5
14688 15182
14689 ac_header_compiler=no 15183 ac_header_compiler=no
14690 fi 15184 fi
14691 15185
14692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14693 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15187 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14694 echo "${ECHO_T}$ac_header_compiler" >&6; } 15188 $as_echo "$ac_header_compiler" >&6; }
14695 15189
14696 # Is the header present? 15190 # Is the header present?
14697 { echo "$as_me:$LINENO: checking gpm.h presence" >&5 15191 { $as_echo "$as_me:$LINENO: checking gpm.h presence" >&5
14698 echo $ECHO_N "checking gpm.h presence... $ECHO_C" >&6; } 15192 $as_echo_n "checking gpm.h presence... " >&6; }
14699 cat >conftest.$ac_ext <<_ACEOF 15193 cat >conftest.$ac_ext <<_ACEOF
14700 /* confdefs.h. */ 15194 /* confdefs.h. */
14701 _ACEOF 15195 _ACEOF
14702 cat confdefs.h >>conftest.$ac_ext 15196 cat confdefs.h >>conftest.$ac_ext
14703 cat >>conftest.$ac_ext <<_ACEOF 15197 cat >>conftest.$ac_ext <<_ACEOF
14707 if { (ac_try="$ac_cpp conftest.$ac_ext" 15201 if { (ac_try="$ac_cpp conftest.$ac_ext"
14708 case "(($ac_try" in 15202 case "(($ac_try" in
14709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14710 *) ac_try_echo=$ac_try;; 15204 *) ac_try_echo=$ac_try;;
14711 esac 15205 esac
14712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15207 $as_echo "$ac_try_echo") >&5
14713 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15208 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14714 ac_status=$? 15209 ac_status=$?
14715 grep -v '^ *+' conftest.er1 >conftest.err 15210 grep -v '^ *+' conftest.er1 >conftest.err
14716 rm -f conftest.er1 15211 rm -f conftest.er1
14717 cat conftest.err >&5 15212 cat conftest.err >&5
14718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14719 (exit $ac_status); } >/dev/null && { 15214 (exit $ac_status); } >/dev/null && {
14720 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15215 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14721 test ! -s conftest.err 15216 test ! -s conftest.err
14722 }; then 15217 }; then
14723 ac_header_preproc=yes 15218 ac_header_preproc=yes
14724 else 15219 else
14725 echo "$as_me: failed program was:" >&5 15220 $as_echo "$as_me: failed program was:" >&5
14726 sed 's/^/| /' conftest.$ac_ext >&5 15221 sed 's/^/| /' conftest.$ac_ext >&5
14727 15222
14728 ac_header_preproc=no 15223 ac_header_preproc=no
14729 fi 15224 fi
14730 15225
14731 rm -f conftest.err conftest.$ac_ext 15226 rm -f conftest.err conftest.$ac_ext
14732 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15227 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14733 echo "${ECHO_T}$ac_header_preproc" >&6; } 15228 $as_echo "$ac_header_preproc" >&6; }
14734 15229
14735 # So? What about this header? 15230 # So? What about this header?
14736 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15231 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14737 yes:no: ) 15232 yes:no: )
14738 { echo "$as_me:$LINENO: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 15233 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
14739 echo "$as_me: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15234 $as_echo "$as_me: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14740 { echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the compiler's result" >&5 15235 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the compiler's result" >&5
14741 echo "$as_me: WARNING: gpm.h: proceeding with the compiler's result" >&2;} 15236 $as_echo "$as_me: WARNING: gpm.h: proceeding with the compiler's result" >&2;}
14742 ac_header_preproc=yes 15237 ac_header_preproc=yes
14743 ;; 15238 ;;
14744 no:yes:* ) 15239 no:yes:* )
14745 { echo "$as_me:$LINENO: WARNING: gpm.h: present but cannot be compiled" >&5 15240 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: present but cannot be compiled" >&5
14746 echo "$as_me: WARNING: gpm.h: present but cannot be compiled" >&2;} 15241 $as_echo "$as_me: WARNING: gpm.h: present but cannot be compiled" >&2;}
14747 { echo "$as_me:$LINENO: WARNING: gpm.h: check for missing prerequisite headers?" >&5 15242 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: check for missing prerequisite headers?" >&5
14748 echo "$as_me: WARNING: gpm.h: check for missing prerequisite headers?" >&2;} 15243 $as_echo "$as_me: WARNING: gpm.h: check for missing prerequisite headers?" >&2;}
14749 { echo "$as_me:$LINENO: WARNING: gpm.h: see the Autoconf documentation" >&5 15244 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: see the Autoconf documentation" >&5
14750 echo "$as_me: WARNING: gpm.h: see the Autoconf documentation" >&2;} 15245 $as_echo "$as_me: WARNING: gpm.h: see the Autoconf documentation" >&2;}
14751 { echo "$as_me:$LINENO: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&5 15246 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&5
14752 echo "$as_me: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&2;} 15247 $as_echo "$as_me: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
14753 { echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the preprocessor's result" >&5 15248 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the preprocessor's result" >&5
14754 echo "$as_me: WARNING: gpm.h: proceeding with the preprocessor's result" >&2;} 15249 $as_echo "$as_me: WARNING: gpm.h: proceeding with the preprocessor's result" >&2;}
14755 { echo "$as_me:$LINENO: WARNING: gpm.h: in the future, the compiler will take precedence" >&5 15250 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: in the future, the compiler will take precedence" >&5
14756 echo "$as_me: WARNING: gpm.h: in the future, the compiler will take precedence" >&2;} 15251 $as_echo "$as_me: WARNING: gpm.h: in the future, the compiler will take precedence" >&2;}
14757 15252
14758 ;; 15253 ;;
14759 esac 15254 esac
14760 { echo "$as_me:$LINENO: checking for gpm.h" >&5 15255 { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5
14761 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6; } 15256 $as_echo_n "checking for gpm.h... " >&6; }
14762 if test "${ac_cv_header_gpm_h+set}" = set; then 15257 if test "${ac_cv_header_gpm_h+set}" = set; then
14763 echo $ECHO_N "(cached) $ECHO_C" >&6 15258 $as_echo_n "(cached) " >&6
14764 else 15259 else
14765 ac_cv_header_gpm_h=$ac_header_preproc 15260 ac_cv_header_gpm_h=$ac_header_preproc
14766 fi 15261 fi
14767 { echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5 15262 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5
14768 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6; } 15263 $as_echo "$ac_cv_header_gpm_h" >&6; }
14769 15264
14770 fi 15265 fi
14771 if test $ac_cv_header_gpm_h = yes; then 15266 if test $ac_cv_header_gpm_h = yes; then
14772 { echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5 15267 { $as_echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5
14773 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6; } 15268 $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
14774 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 15269 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
14775 echo $ECHO_N "(cached) $ECHO_C" >&6 15270 $as_echo_n "(cached) " >&6
14776 else 15271 else
14777 ac_check_lib_save_LIBS=$LIBS 15272 ac_check_lib_save_LIBS=$LIBS
14778 LIBS="-lgpm $LIBS" 15273 LIBS="-lgpm $LIBS"
14779 cat >conftest.$ac_ext <<_ACEOF 15274 cat >conftest.$ac_ext <<_ACEOF
14780 /* confdefs.h. */ 15275 /* confdefs.h. */
14802 if { (ac_try="$ac_link" 15297 if { (ac_try="$ac_link"
14803 case "(($ac_try" in 15298 case "(($ac_try" in
14804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14805 *) ac_try_echo=$ac_try;; 15300 *) ac_try_echo=$ac_try;;
14806 esac 15301 esac
14807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15303 $as_echo "$ac_try_echo") >&5
14808 (eval "$ac_link") 2>conftest.er1 15304 (eval "$ac_link") 2>conftest.er1
14809 ac_status=$? 15305 ac_status=$?
14810 grep -v '^ *+' conftest.er1 >conftest.err 15306 grep -v '^ *+' conftest.er1 >conftest.err
14811 rm -f conftest.er1 15307 rm -f conftest.er1
14812 cat conftest.err >&5 15308 cat conftest.err >&5
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); } && { 15310 (exit $ac_status); } && {
14815 test -z "$ac_c_werror_flag" || 15311 test -z "$ac_c_werror_flag" ||
14816 test ! -s conftest.err 15312 test ! -s conftest.err
14817 } && test -s conftest$ac_exeext && 15313 } && test -s conftest$ac_exeext && {
14818 $as_test_x conftest$ac_exeext; then 15314 test "$cross_compiling" = yes ||
15315 $as_test_x conftest$ac_exeext
15316 }; then
14819 ac_cv_lib_gpm_Gpm_Open=yes 15317 ac_cv_lib_gpm_Gpm_Open=yes
14820 else 15318 else
14821 echo "$as_me: failed program was:" >&5 15319 $as_echo "$as_me: failed program was:" >&5
14822 sed 's/^/| /' conftest.$ac_ext >&5 15320 sed 's/^/| /' conftest.$ac_ext >&5
14823 15321
14824 ac_cv_lib_gpm_Gpm_Open=no 15322 ac_cv_lib_gpm_Gpm_Open=no
14825 fi 15323 fi
14826 15324
15325 rm -rf conftest.dSYM
14827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14828 conftest$ac_exeext conftest.$ac_ext 15327 conftest$ac_exeext conftest.$ac_ext
14829 LIBS=$ac_check_lib_save_LIBS 15328 LIBS=$ac_check_lib_save_LIBS
14830 fi 15329 fi
14831 { echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5 15330 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5
14832 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6; } 15331 $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
14833 if test $ac_cv_lib_gpm_Gpm_Open = yes; then 15332 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
14834 HAVE_GPM=yes 15333 HAVE_GPM=yes
14835 fi 15334 fi
14836 15335
14837 fi 15336 fi
14846 _ACEOF 15345 _ACEOF
14847 15346
14848 fi 15347 fi
14849 15348
14850 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then 15349 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
14851 { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 15350 { $as_echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
14852 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; } 15351 $as_echo_n "checking for malloc/malloc.h... " >&6; }
14853 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then 15352 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
14854 echo $ECHO_N "(cached) $ECHO_C" >&6 15353 $as_echo_n "(cached) " >&6
14855 fi 15354 fi
14856 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5 15355 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
14857 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; } 15356 $as_echo "$ac_cv_header_malloc_malloc_h" >&6; }
14858 else 15357 else
14859 # Is the header compilable? 15358 # Is the header compilable?
14860 { echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 15359 { $as_echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5
14861 echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6; } 15360 $as_echo_n "checking malloc/malloc.h usability... " >&6; }
14862 cat >conftest.$ac_ext <<_ACEOF 15361 cat >conftest.$ac_ext <<_ACEOF
14863 /* confdefs.h. */ 15362 /* confdefs.h. */
14864 _ACEOF 15363 _ACEOF
14865 cat confdefs.h >>conftest.$ac_ext 15364 cat confdefs.h >>conftest.$ac_ext
14866 cat >>conftest.$ac_ext <<_ACEOF 15365 cat >>conftest.$ac_ext <<_ACEOF
14872 if { (ac_try="$ac_compile" 15371 if { (ac_try="$ac_compile"
14873 case "(($ac_try" in 15372 case "(($ac_try" in
14874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14875 *) ac_try_echo=$ac_try;; 15374 *) ac_try_echo=$ac_try;;
14876 esac 15375 esac
14877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15377 $as_echo "$ac_try_echo") >&5
14878 (eval "$ac_compile") 2>conftest.er1 15378 (eval "$ac_compile") 2>conftest.er1
14879 ac_status=$? 15379 ac_status=$?
14880 grep -v '^ *+' conftest.er1 >conftest.err 15380 grep -v '^ *+' conftest.er1 >conftest.err
14881 rm -f conftest.er1 15381 rm -f conftest.er1
14882 cat conftest.err >&5 15382 cat conftest.err >&5
14883 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14884 (exit $ac_status); } && { 15384 (exit $ac_status); } && {
14885 test -z "$ac_c_werror_flag" || 15385 test -z "$ac_c_werror_flag" ||
14886 test ! -s conftest.err 15386 test ! -s conftest.err
14887 } && test -s conftest.$ac_objext; then 15387 } && test -s conftest.$ac_objext; then
14888 ac_header_compiler=yes 15388 ac_header_compiler=yes
14889 else 15389 else
14890 echo "$as_me: failed program was:" >&5 15390 $as_echo "$as_me: failed program was:" >&5
14891 sed 's/^/| /' conftest.$ac_ext >&5 15391 sed 's/^/| /' conftest.$ac_ext >&5
14892 15392
14893 ac_header_compiler=no 15393 ac_header_compiler=no
14894 fi 15394 fi
14895 15395
14896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14897 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15397 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14898 echo "${ECHO_T}$ac_header_compiler" >&6; } 15398 $as_echo "$ac_header_compiler" >&6; }
14899 15399
14900 # Is the header present? 15400 # Is the header present?
14901 { echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 15401 { $as_echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5
14902 echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6; } 15402 $as_echo_n "checking malloc/malloc.h presence... " >&6; }
14903 cat >conftest.$ac_ext <<_ACEOF 15403 cat >conftest.$ac_ext <<_ACEOF
14904 /* confdefs.h. */ 15404 /* confdefs.h. */
14905 _ACEOF 15405 _ACEOF
14906 cat confdefs.h >>conftest.$ac_ext 15406 cat confdefs.h >>conftest.$ac_ext
14907 cat >>conftest.$ac_ext <<_ACEOF 15407 cat >>conftest.$ac_ext <<_ACEOF
14911 if { (ac_try="$ac_cpp conftest.$ac_ext" 15411 if { (ac_try="$ac_cpp conftest.$ac_ext"
14912 case "(($ac_try" in 15412 case "(($ac_try" in
14913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14914 *) ac_try_echo=$ac_try;; 15414 *) ac_try_echo=$ac_try;;
14915 esac 15415 esac
14916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15417 $as_echo "$ac_try_echo") >&5
14917 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15418 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14918 ac_status=$? 15419 ac_status=$?
14919 grep -v '^ *+' conftest.er1 >conftest.err 15420 grep -v '^ *+' conftest.er1 >conftest.err
14920 rm -f conftest.er1 15421 rm -f conftest.er1
14921 cat conftest.err >&5 15422 cat conftest.err >&5
14922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14923 (exit $ac_status); } >/dev/null && { 15424 (exit $ac_status); } >/dev/null && {
14924 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15425 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14925 test ! -s conftest.err 15426 test ! -s conftest.err
14926 }; then 15427 }; then
14927 ac_header_preproc=yes 15428 ac_header_preproc=yes
14928 else 15429 else
14929 echo "$as_me: failed program was:" >&5 15430 $as_echo "$as_me: failed program was:" >&5
14930 sed 's/^/| /' conftest.$ac_ext >&5 15431 sed 's/^/| /' conftest.$ac_ext >&5
14931 15432
14932 ac_header_preproc=no 15433 ac_header_preproc=no
14933 fi 15434 fi
14934 15435
14935 rm -f conftest.err conftest.$ac_ext 15436 rm -f conftest.err conftest.$ac_ext
14936 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15437 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14937 echo "${ECHO_T}$ac_header_preproc" >&6; } 15438 $as_echo "$ac_header_preproc" >&6; }
14938 15439
14939 # So? What about this header? 15440 # So? What about this header?
14940 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15441 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14941 yes:no: ) 15442 yes:no: )
14942 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 15443 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
14943 echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15444 $as_echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14944 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5 15445 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5
14945 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;} 15446 $as_echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;}
14946 ac_header_preproc=yes 15447 ac_header_preproc=yes
14947 ;; 15448 ;;
14948 no:yes:* ) 15449 no:yes:* )
14949 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5 15450 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5
14950 echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;} 15451 $as_echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;}
14951 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5 15452 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5
14952 echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;} 15453 $as_echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;}
14953 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5 15454 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5
14954 echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;} 15455 $as_echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;}
14955 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5 15456 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5
14956 echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;} 15457 $as_echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
14957 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5 15458 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
14958 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;} 15459 $as_echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
14959 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5 15460 { $as_echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5
14960 echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;} 15461 $as_echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;}
14961 15462
14962 ;; 15463 ;;
14963 esac 15464 esac
14964 { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5 15465 { $as_echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
14965 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; } 15466 $as_echo_n "checking for malloc/malloc.h... " >&6; }
14966 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then 15467 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
14967 echo $ECHO_N "(cached) $ECHO_C" >&6 15468 $as_echo_n "(cached) " >&6
14968 else 15469 else
14969 ac_cv_header_malloc_malloc_h=$ac_header_preproc 15470 ac_cv_header_malloc_malloc_h=$ac_header_preproc
14970 fi 15471 fi
14971 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5 15472 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
14972 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; } 15473 $as_echo "$ac_cv_header_malloc_malloc_h" >&6; }
14973 15474
14974 fi 15475 fi
14975 if test $ac_cv_header_malloc_malloc_h = yes; then 15476 if test $ac_cv_header_malloc_malloc_h = yes; then
14976 15477
14977 cat >>confdefs.h <<\_ACEOF 15478 cat >>confdefs.h <<\_ACEOF
15020 15521
15021 ### Use session management (-lSM -lICE) if available 15522 ### Use session management (-lSM -lICE) if available
15022 HAVE_X_SM=no 15523 HAVE_X_SM=no
15023 if test "${HAVE_X11}" = "yes"; then 15524 if test "${HAVE_X11}" = "yes"; then
15024 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then 15525 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
15025 { echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 15526 { $as_echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
15026 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6; } 15527 $as_echo_n "checking for X11/SM/SMlib.h... " >&6; }
15027 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then 15528 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
15028 echo $ECHO_N "(cached) $ECHO_C" >&6 15529 $as_echo_n "(cached) " >&6
15029 fi 15530 fi
15030 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5 15531 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
15031 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6; } 15532 $as_echo "$ac_cv_header_X11_SM_SMlib_h" >&6; }
15032 else 15533 else
15033 # Is the header compilable? 15534 # Is the header compilable?
15034 { echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 15535 { $as_echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
15035 echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6; } 15536 $as_echo_n "checking X11/SM/SMlib.h usability... " >&6; }
15036 cat >conftest.$ac_ext <<_ACEOF 15537 cat >conftest.$ac_ext <<_ACEOF
15037 /* confdefs.h. */ 15538 /* confdefs.h. */
15038 _ACEOF 15539 _ACEOF
15039 cat confdefs.h >>conftest.$ac_ext 15540 cat confdefs.h >>conftest.$ac_ext
15040 cat >>conftest.$ac_ext <<_ACEOF 15541 cat >>conftest.$ac_ext <<_ACEOF
15046 if { (ac_try="$ac_compile" 15547 if { (ac_try="$ac_compile"
15047 case "(($ac_try" in 15548 case "(($ac_try" in
15048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15049 *) ac_try_echo=$ac_try;; 15550 *) ac_try_echo=$ac_try;;
15050 esac 15551 esac
15051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15553 $as_echo "$ac_try_echo") >&5
15052 (eval "$ac_compile") 2>conftest.er1 15554 (eval "$ac_compile") 2>conftest.er1
15053 ac_status=$? 15555 ac_status=$?
15054 grep -v '^ *+' conftest.er1 >conftest.err 15556 grep -v '^ *+' conftest.er1 >conftest.err
15055 rm -f conftest.er1 15557 rm -f conftest.er1
15056 cat conftest.err >&5 15558 cat conftest.err >&5
15057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15058 (exit $ac_status); } && { 15560 (exit $ac_status); } && {
15059 test -z "$ac_c_werror_flag" || 15561 test -z "$ac_c_werror_flag" ||
15060 test ! -s conftest.err 15562 test ! -s conftest.err
15061 } && test -s conftest.$ac_objext; then 15563 } && test -s conftest.$ac_objext; then
15062 ac_header_compiler=yes 15564 ac_header_compiler=yes
15063 else 15565 else
15064 echo "$as_me: failed program was:" >&5 15566 $as_echo "$as_me: failed program was:" >&5
15065 sed 's/^/| /' conftest.$ac_ext >&5 15567 sed 's/^/| /' conftest.$ac_ext >&5
15066 15568
15067 ac_header_compiler=no 15569 ac_header_compiler=no
15068 fi 15570 fi
15069 15571
15070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15071 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15573 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15072 echo "${ECHO_T}$ac_header_compiler" >&6; } 15574 $as_echo "$ac_header_compiler" >&6; }
15073 15575
15074 # Is the header present? 15576 # Is the header present?
15075 { echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 15577 { $as_echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
15076 echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6; } 15578 $as_echo_n "checking X11/SM/SMlib.h presence... " >&6; }
15077 cat >conftest.$ac_ext <<_ACEOF 15579 cat >conftest.$ac_ext <<_ACEOF
15078 /* confdefs.h. */ 15580 /* confdefs.h. */
15079 _ACEOF 15581 _ACEOF
15080 cat confdefs.h >>conftest.$ac_ext 15582 cat confdefs.h >>conftest.$ac_ext
15081 cat >>conftest.$ac_ext <<_ACEOF 15583 cat >>conftest.$ac_ext <<_ACEOF
15085 if { (ac_try="$ac_cpp conftest.$ac_ext" 15587 if { (ac_try="$ac_cpp conftest.$ac_ext"
15086 case "(($ac_try" in 15588 case "(($ac_try" in
15087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15088 *) ac_try_echo=$ac_try;; 15590 *) ac_try_echo=$ac_try;;
15089 esac 15591 esac
15090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15593 $as_echo "$ac_try_echo") >&5
15091 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15594 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15092 ac_status=$? 15595 ac_status=$?
15093 grep -v '^ *+' conftest.er1 >conftest.err 15596 grep -v '^ *+' conftest.er1 >conftest.err
15094 rm -f conftest.er1 15597 rm -f conftest.er1
15095 cat conftest.err >&5 15598 cat conftest.err >&5
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); } >/dev/null && { 15600 (exit $ac_status); } >/dev/null && {
15098 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15601 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15099 test ! -s conftest.err 15602 test ! -s conftest.err
15100 }; then 15603 }; then
15101 ac_header_preproc=yes 15604 ac_header_preproc=yes
15102 else 15605 else
15103 echo "$as_me: failed program was:" >&5 15606 $as_echo "$as_me: failed program was:" >&5
15104 sed 's/^/| /' conftest.$ac_ext >&5 15607 sed 's/^/| /' conftest.$ac_ext >&5
15105 15608
15106 ac_header_preproc=no 15609 ac_header_preproc=no
15107 fi 15610 fi
15108 15611
15109 rm -f conftest.err conftest.$ac_ext 15612 rm -f conftest.err conftest.$ac_ext
15110 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15613 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15111 echo "${ECHO_T}$ac_header_preproc" >&6; } 15614 $as_echo "$ac_header_preproc" >&6; }
15112 15615
15113 # So? What about this header? 15616 # So? What about this header?
15114 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15617 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15115 yes:no: ) 15618 yes:no: )
15116 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 15619 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
15117 echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15620 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15118 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5 15621 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
15119 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;} 15622 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
15120 ac_header_preproc=yes 15623 ac_header_preproc=yes
15121 ;; 15624 ;;
15122 no:yes:* ) 15625 no:yes:* )
15123 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 15626 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
15124 echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 15627 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
15125 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 15628 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
15126 echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 15629 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
15127 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5 15630 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
15128 echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;} 15631 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
15129 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5 15632 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
15130 echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;} 15633 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
15131 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 15634 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
15132 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 15635 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
15133 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5 15636 { $as_echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
15134 echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;} 15637 $as_echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
15135 15638
15136 ;; 15639 ;;
15137 esac 15640 esac
15138 { echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 15641 { $as_echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
15139 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6; } 15642 $as_echo_n "checking for X11/SM/SMlib.h... " >&6; }
15140 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then 15643 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
15141 echo $ECHO_N "(cached) $ECHO_C" >&6 15644 $as_echo_n "(cached) " >&6
15142 else 15645 else
15143 ac_cv_header_X11_SM_SMlib_h=$ac_header_preproc 15646 ac_cv_header_X11_SM_SMlib_h=$ac_header_preproc
15144 fi 15647 fi
15145 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5 15648 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
15146 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6; } 15649 $as_echo "$ac_cv_header_X11_SM_SMlib_h" >&6; }
15147 15650
15148 fi 15651 fi
15149 if test $ac_cv_header_X11_SM_SMlib_h = yes; then 15652 if test $ac_cv_header_X11_SM_SMlib_h = yes; then
15150 { echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5 15653 { $as_echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5
15151 echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6; } 15654 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
15152 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then 15655 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
15153 echo $ECHO_N "(cached) $ECHO_C" >&6 15656 $as_echo_n "(cached) " >&6
15154 else 15657 else
15155 ac_check_lib_save_LIBS=$LIBS 15658 ac_check_lib_save_LIBS=$LIBS
15156 LIBS="-lSM -lICE $LIBS" 15659 LIBS="-lSM -lICE $LIBS"
15157 cat >conftest.$ac_ext <<_ACEOF 15660 cat >conftest.$ac_ext <<_ACEOF
15158 /* confdefs.h. */ 15661 /* confdefs.h. */
15180 if { (ac_try="$ac_link" 15683 if { (ac_try="$ac_link"
15181 case "(($ac_try" in 15684 case "(($ac_try" in
15182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15183 *) ac_try_echo=$ac_try;; 15686 *) ac_try_echo=$ac_try;;
15184 esac 15687 esac
15185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15689 $as_echo "$ac_try_echo") >&5
15186 (eval "$ac_link") 2>conftest.er1 15690 (eval "$ac_link") 2>conftest.er1
15187 ac_status=$? 15691 ac_status=$?
15188 grep -v '^ *+' conftest.er1 >conftest.err 15692 grep -v '^ *+' conftest.er1 >conftest.err
15189 rm -f conftest.er1 15693 rm -f conftest.er1
15190 cat conftest.err >&5 15694 cat conftest.err >&5
15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); } && { 15696 (exit $ac_status); } && {
15193 test -z "$ac_c_werror_flag" || 15697 test -z "$ac_c_werror_flag" ||
15194 test ! -s conftest.err 15698 test ! -s conftest.err
15195 } && test -s conftest$ac_exeext && 15699 } && test -s conftest$ac_exeext && {
15196 $as_test_x conftest$ac_exeext; then 15700 test "$cross_compiling" = yes ||
15701 $as_test_x conftest$ac_exeext
15702 }; then
15197 ac_cv_lib_SM_SmcOpenConnection=yes 15703 ac_cv_lib_SM_SmcOpenConnection=yes
15198 else 15704 else
15199 echo "$as_me: failed program was:" >&5 15705 $as_echo "$as_me: failed program was:" >&5
15200 sed 's/^/| /' conftest.$ac_ext >&5 15706 sed 's/^/| /' conftest.$ac_ext >&5
15201 15707
15202 ac_cv_lib_SM_SmcOpenConnection=no 15708 ac_cv_lib_SM_SmcOpenConnection=no
15203 fi 15709 fi
15204 15710
15711 rm -rf conftest.dSYM
15205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15206 conftest$ac_exeext conftest.$ac_ext 15713 conftest$ac_exeext conftest.$ac_ext
15207 LIBS=$ac_check_lib_save_LIBS 15714 LIBS=$ac_check_lib_save_LIBS
15208 fi 15715 fi
15209 { echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 15716 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
15210 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6; } 15717 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
15211 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then 15718 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
15212 HAVE_X_SM=yes 15719 HAVE_X_SM=yes
15213 fi 15720 fi
15214 15721
15215 fi 15722 fi
15228 esac 15735 esac
15229 fi 15736 fi
15230 fi 15737 fi
15231 15738
15232 # If netdb.h doesn't declare h_errno, we must declare it by hand. 15739 # If netdb.h doesn't declare h_errno, we must declare it by hand.
15233 { echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5 15740 { $as_echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5
15234 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6; } 15741 $as_echo_n "checking whether netdb declares h_errno... " >&6; }
15235 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 15742 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
15236 echo $ECHO_N "(cached) $ECHO_C" >&6 15743 $as_echo_n "(cached) " >&6
15237 else 15744 else
15238 cat >conftest.$ac_ext <<_ACEOF 15745 cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h. */ 15746 /* confdefs.h. */
15240 _ACEOF 15747 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext 15748 cat confdefs.h >>conftest.$ac_ext
15254 if { (ac_try="$ac_link" 15761 if { (ac_try="$ac_link"
15255 case "(($ac_try" in 15762 case "(($ac_try" in
15256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15257 *) ac_try_echo=$ac_try;; 15764 *) ac_try_echo=$ac_try;;
15258 esac 15765 esac
15259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15767 $as_echo "$ac_try_echo") >&5
15260 (eval "$ac_link") 2>conftest.er1 15768 (eval "$ac_link") 2>conftest.er1
15261 ac_status=$? 15769 ac_status=$?
15262 grep -v '^ *+' conftest.er1 >conftest.err 15770 grep -v '^ *+' conftest.er1 >conftest.err
15263 rm -f conftest.er1 15771 rm -f conftest.er1
15264 cat conftest.err >&5 15772 cat conftest.err >&5
15265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15266 (exit $ac_status); } && { 15774 (exit $ac_status); } && {
15267 test -z "$ac_c_werror_flag" || 15775 test -z "$ac_c_werror_flag" ||
15268 test ! -s conftest.err 15776 test ! -s conftest.err
15269 } && test -s conftest$ac_exeext && 15777 } && test -s conftest$ac_exeext && {
15270 $as_test_x conftest$ac_exeext; then 15778 test "$cross_compiling" = yes ||
15779 $as_test_x conftest$ac_exeext
15780 }; then
15271 emacs_cv_netdb_declares_h_errno=yes 15781 emacs_cv_netdb_declares_h_errno=yes
15272 else 15782 else
15273 echo "$as_me: failed program was:" >&5 15783 $as_echo "$as_me: failed program was:" >&5
15274 sed 's/^/| /' conftest.$ac_ext >&5 15784 sed 's/^/| /' conftest.$ac_ext >&5
15275 15785
15276 emacs_cv_netdb_declares_h_errno=no 15786 emacs_cv_netdb_declares_h_errno=no
15277 fi 15787 fi
15278 15788
15789 rm -rf conftest.dSYM
15279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15280 conftest$ac_exeext conftest.$ac_ext 15791 conftest$ac_exeext conftest.$ac_ext
15281 fi 15792 fi
15282 { echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 15793 { $as_echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
15283 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6; } 15794 $as_echo "$emacs_cv_netdb_declares_h_errno" >&6; }
15284 if test $emacs_cv_netdb_declares_h_errno = yes; then 15795 if test $emacs_cv_netdb_declares_h_errno = yes; then
15285 15796
15286 cat >>confdefs.h <<\_ACEOF 15797 cat >>confdefs.h <<\_ACEOF
15287 #define HAVE_H_ERRNO 1 15798 #define HAVE_H_ERRNO 1
15288 _ACEOF 15799 _ACEOF
15289 15800
15290 fi 15801 fi
15291 15802
15292 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 15803 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15293 # for constant arguments. Useless! 15804 # for constant arguments. Useless!
15294 { echo "$as_me:$LINENO: checking for working alloca.h" >&5 15805 { $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
15295 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } 15806 $as_echo_n "checking for working alloca.h... " >&6; }
15296 if test "${ac_cv_working_alloca_h+set}" = set; then 15807 if test "${ac_cv_working_alloca_h+set}" = set; then
15297 echo $ECHO_N "(cached) $ECHO_C" >&6 15808 $as_echo_n "(cached) " >&6
15298 else 15809 else
15299 cat >conftest.$ac_ext <<_ACEOF 15810 cat >conftest.$ac_ext <<_ACEOF
15300 /* confdefs.h. */ 15811 /* confdefs.h. */
15301 _ACEOF 15812 _ACEOF
15302 cat confdefs.h >>conftest.$ac_ext 15813 cat confdefs.h >>conftest.$ac_ext
15316 if { (ac_try="$ac_link" 15827 if { (ac_try="$ac_link"
15317 case "(($ac_try" in 15828 case "(($ac_try" in
15318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15319 *) ac_try_echo=$ac_try;; 15830 *) ac_try_echo=$ac_try;;
15320 esac 15831 esac
15321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15833 $as_echo "$ac_try_echo") >&5
15322 (eval "$ac_link") 2>conftest.er1 15834 (eval "$ac_link") 2>conftest.er1
15323 ac_status=$? 15835 ac_status=$?
15324 grep -v '^ *+' conftest.er1 >conftest.err 15836 grep -v '^ *+' conftest.er1 >conftest.err
15325 rm -f conftest.er1 15837 rm -f conftest.er1
15326 cat conftest.err >&5 15838 cat conftest.err >&5
15327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15328 (exit $ac_status); } && { 15840 (exit $ac_status); } && {
15329 test -z "$ac_c_werror_flag" || 15841 test -z "$ac_c_werror_flag" ||
15330 test ! -s conftest.err 15842 test ! -s conftest.err
15331 } && test -s conftest$ac_exeext && 15843 } && test -s conftest$ac_exeext && {
15332 $as_test_x conftest$ac_exeext; then 15844 test "$cross_compiling" = yes ||
15845 $as_test_x conftest$ac_exeext
15846 }; then
15333 ac_cv_working_alloca_h=yes 15847 ac_cv_working_alloca_h=yes
15334 else 15848 else
15335 echo "$as_me: failed program was:" >&5 15849 $as_echo "$as_me: failed program was:" >&5
15336 sed 's/^/| /' conftest.$ac_ext >&5 15850 sed 's/^/| /' conftest.$ac_ext >&5
15337 15851
15338 ac_cv_working_alloca_h=no 15852 ac_cv_working_alloca_h=no
15339 fi 15853 fi
15340 15854
15855 rm -rf conftest.dSYM
15341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15342 conftest$ac_exeext conftest.$ac_ext 15857 conftest$ac_exeext conftest.$ac_ext
15343 fi 15858 fi
15344 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 15859 { $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
15345 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } 15860 $as_echo "$ac_cv_working_alloca_h" >&6; }
15346 if test $ac_cv_working_alloca_h = yes; then 15861 if test $ac_cv_working_alloca_h = yes; then
15347 15862
15348 cat >>confdefs.h <<\_ACEOF 15863 cat >>confdefs.h <<\_ACEOF
15349 #define HAVE_ALLOCA_H 1 15864 #define HAVE_ALLOCA_H 1
15350 _ACEOF 15865 _ACEOF
15351 15866
15352 fi 15867 fi
15353 15868
15354 { echo "$as_me:$LINENO: checking for alloca" >&5 15869 { $as_echo "$as_me:$LINENO: checking for alloca" >&5
15355 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } 15870 $as_echo_n "checking for alloca... " >&6; }
15356 if test "${ac_cv_func_alloca_works+set}" = set; then 15871 if test "${ac_cv_func_alloca_works+set}" = set; then
15357 echo $ECHO_N "(cached) $ECHO_C" >&6 15872 $as_echo_n "(cached) " >&6
15358 else 15873 else
15359 cat >conftest.$ac_ext <<_ACEOF 15874 cat >conftest.$ac_ext <<_ACEOF
15360 /* confdefs.h. */ 15875 /* confdefs.h. */
15361 _ACEOF 15876 _ACEOF
15362 cat confdefs.h >>conftest.$ac_ext 15877 cat confdefs.h >>conftest.$ac_ext
15396 if { (ac_try="$ac_link" 15911 if { (ac_try="$ac_link"
15397 case "(($ac_try" in 15912 case "(($ac_try" in
15398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15399 *) ac_try_echo=$ac_try;; 15914 *) ac_try_echo=$ac_try;;
15400 esac 15915 esac
15401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15917 $as_echo "$ac_try_echo") >&5
15402 (eval "$ac_link") 2>conftest.er1 15918 (eval "$ac_link") 2>conftest.er1
15403 ac_status=$? 15919 ac_status=$?
15404 grep -v '^ *+' conftest.er1 >conftest.err 15920 grep -v '^ *+' conftest.er1 >conftest.err
15405 rm -f conftest.er1 15921 rm -f conftest.er1
15406 cat conftest.err >&5 15922 cat conftest.err >&5
15407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15408 (exit $ac_status); } && { 15924 (exit $ac_status); } && {
15409 test -z "$ac_c_werror_flag" || 15925 test -z "$ac_c_werror_flag" ||
15410 test ! -s conftest.err 15926 test ! -s conftest.err
15411 } && test -s conftest$ac_exeext && 15927 } && test -s conftest$ac_exeext && {
15412 $as_test_x conftest$ac_exeext; then 15928 test "$cross_compiling" = yes ||
15929 $as_test_x conftest$ac_exeext
15930 }; then
15413 ac_cv_func_alloca_works=yes 15931 ac_cv_func_alloca_works=yes
15414 else 15932 else
15415 echo "$as_me: failed program was:" >&5 15933 $as_echo "$as_me: failed program was:" >&5
15416 sed 's/^/| /' conftest.$ac_ext >&5 15934 sed 's/^/| /' conftest.$ac_ext >&5
15417 15935
15418 ac_cv_func_alloca_works=no 15936 ac_cv_func_alloca_works=no
15419 fi 15937 fi
15420 15938
15939 rm -rf conftest.dSYM
15421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15422 conftest$ac_exeext conftest.$ac_ext 15941 conftest$ac_exeext conftest.$ac_ext
15423 fi 15942 fi
15424 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 15943 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
15425 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } 15944 $as_echo "$ac_cv_func_alloca_works" >&6; }
15426 15945
15427 if test $ac_cv_func_alloca_works = yes; then 15946 if test $ac_cv_func_alloca_works = yes; then
15428 15947
15429 cat >>confdefs.h <<\_ACEOF 15948 cat >>confdefs.h <<\_ACEOF
15430 #define HAVE_ALLOCA 1 15949 #define HAVE_ALLOCA 1
15441 cat >>confdefs.h <<\_ACEOF 15960 cat >>confdefs.h <<\_ACEOF
15442 #define C_ALLOCA 1 15961 #define C_ALLOCA 1
15443 _ACEOF 15962 _ACEOF
15444 15963
15445 15964
15446 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 15965 { $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
15447 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } 15966 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
15448 if test "${ac_cv_os_cray+set}" = set; then 15967 if test "${ac_cv_os_cray+set}" = set; then
15449 echo $ECHO_N "(cached) $ECHO_C" >&6 15968 $as_echo_n "(cached) " >&6
15450 else 15969 else
15451 cat >conftest.$ac_ext <<_ACEOF 15970 cat >conftest.$ac_ext <<_ACEOF
15452 /* confdefs.h. */ 15971 /* confdefs.h. */
15453 _ACEOF 15972 _ACEOF
15454 cat confdefs.h >>conftest.$ac_ext 15973 cat confdefs.h >>conftest.$ac_ext
15468 ac_cv_os_cray=no 15987 ac_cv_os_cray=no
15469 fi 15988 fi
15470 rm -f conftest* 15989 rm -f conftest*
15471 15990
15472 fi 15991 fi
15473 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 15992 { $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
15474 echo "${ECHO_T}$ac_cv_os_cray" >&6; } 15993 $as_echo "$ac_cv_os_cray" >&6; }
15475 if test $ac_cv_os_cray = yes; then 15994 if test $ac_cv_os_cray = yes; then
15476 for ac_func in _getb67 GETB67 getb67; do 15995 for ac_func in _getb67 GETB67 getb67; do
15477 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 15996 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15478 { echo "$as_me:$LINENO: checking for $ac_func" >&5 15997 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15479 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 15998 $as_echo_n "checking for $ac_func... " >&6; }
15480 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 15999 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15481 echo $ECHO_N "(cached) $ECHO_C" >&6 16000 $as_echo_n "(cached) " >&6
15482 else 16001 else
15483 cat >conftest.$ac_ext <<_ACEOF 16002 cat >conftest.$ac_ext <<_ACEOF
15484 /* confdefs.h. */ 16003 /* confdefs.h. */
15485 _ACEOF 16004 _ACEOF
15486 cat confdefs.h >>conftest.$ac_ext 16005 cat confdefs.h >>conftest.$ac_ext
15529 if { (ac_try="$ac_link" 16048 if { (ac_try="$ac_link"
15530 case "(($ac_try" in 16049 case "(($ac_try" in
15531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15532 *) ac_try_echo=$ac_try;; 16051 *) ac_try_echo=$ac_try;;
15533 esac 16052 esac
15534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16054 $as_echo "$ac_try_echo") >&5
15535 (eval "$ac_link") 2>conftest.er1 16055 (eval "$ac_link") 2>conftest.er1
15536 ac_status=$? 16056 ac_status=$?
15537 grep -v '^ *+' conftest.er1 >conftest.err 16057 grep -v '^ *+' conftest.er1 >conftest.err
15538 rm -f conftest.er1 16058 rm -f conftest.er1
15539 cat conftest.err >&5 16059 cat conftest.err >&5
15540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); } && { 16061 (exit $ac_status); } && {
15542 test -z "$ac_c_werror_flag" || 16062 test -z "$ac_c_werror_flag" ||
15543 test ! -s conftest.err 16063 test ! -s conftest.err
15544 } && test -s conftest$ac_exeext && 16064 } && test -s conftest$ac_exeext && {
15545 $as_test_x conftest$ac_exeext; then 16065 test "$cross_compiling" = yes ||
16066 $as_test_x conftest$ac_exeext
16067 }; then
15546 eval "$as_ac_var=yes" 16068 eval "$as_ac_var=yes"
15547 else 16069 else
15548 echo "$as_me: failed program was:" >&5 16070 $as_echo "$as_me: failed program was:" >&5
15549 sed 's/^/| /' conftest.$ac_ext >&5 16071 sed 's/^/| /' conftest.$ac_ext >&5
15550 16072
15551 eval "$as_ac_var=no" 16073 eval "$as_ac_var=no"
15552 fi 16074 fi
15553 16075
16076 rm -rf conftest.dSYM
15554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15555 conftest$ac_exeext conftest.$ac_ext 16078 conftest$ac_exeext conftest.$ac_ext
15556 fi 16079 fi
15557 ac_res=`eval echo '${'$as_ac_var'}'` 16080 ac_res=`eval 'as_val=${'$as_ac_var'}
15558 { echo "$as_me:$LINENO: result: $ac_res" >&5 16081 $as_echo "$as_val"'`
15559 echo "${ECHO_T}$ac_res" >&6; } 16082 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15560 if test `eval echo '${'$as_ac_var'}'` = yes; then 16083 $as_echo "$ac_res" >&6; }
16084 if test `eval 'as_val=${'$as_ac_var'}
16085 $as_echo "$as_val"'` = yes; then
15561 16086
15562 cat >>confdefs.h <<_ACEOF 16087 cat >>confdefs.h <<_ACEOF
15563 #define CRAY_STACKSEG_END $ac_func 16088 #define CRAY_STACKSEG_END $ac_func
15564 _ACEOF 16089 _ACEOF
15565 16090
15567 fi 16092 fi
15568 16093
15569 done 16094 done
15570 fi 16095 fi
15571 16096
15572 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 16097 { $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
15573 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } 16098 $as_echo_n "checking stack direction for C alloca... " >&6; }
15574 if test "${ac_cv_c_stack_direction+set}" = set; then 16099 if test "${ac_cv_c_stack_direction+set}" = set; then
15575 echo $ECHO_N "(cached) $ECHO_C" >&6 16100 $as_echo_n "(cached) " >&6
15576 else 16101 else
15577 if test "$cross_compiling" = yes; then 16102 if test "$cross_compiling" = yes; then
15578 ac_cv_c_stack_direction=0 16103 ac_cv_c_stack_direction=0
15579 else 16104 else
15580 cat >conftest.$ac_ext <<_ACEOF 16105 cat >conftest.$ac_ext <<_ACEOF
15608 if { (ac_try="$ac_link" 16133 if { (ac_try="$ac_link"
15609 case "(($ac_try" in 16134 case "(($ac_try" in
15610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15611 *) ac_try_echo=$ac_try;; 16136 *) ac_try_echo=$ac_try;;
15612 esac 16137 esac
15613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16139 $as_echo "$ac_try_echo") >&5
15614 (eval "$ac_link") 2>&5 16140 (eval "$ac_link") 2>&5
15615 ac_status=$? 16141 ac_status=$?
15616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16143 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15618 { (case "(($ac_try" in 16144 { (case "(($ac_try" in
15619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15620 *) ac_try_echo=$ac_try;; 16146 *) ac_try_echo=$ac_try;;
15621 esac 16147 esac
15622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16149 $as_echo "$ac_try_echo") >&5
15623 (eval "$ac_try") 2>&5 16150 (eval "$ac_try") 2>&5
15624 ac_status=$? 16151 ac_status=$?
15625 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15626 (exit $ac_status); }; }; then 16153 (exit $ac_status); }; }; then
15627 ac_cv_c_stack_direction=1 16154 ac_cv_c_stack_direction=1
15628 else 16155 else
15629 echo "$as_me: program exited with status $ac_status" >&5 16156 $as_echo "$as_me: program exited with status $ac_status" >&5
15630 echo "$as_me: failed program was:" >&5 16157 $as_echo "$as_me: failed program was:" >&5
15631 sed 's/^/| /' conftest.$ac_ext >&5 16158 sed 's/^/| /' conftest.$ac_ext >&5
15632 16159
15633 ( exit $ac_status ) 16160 ( exit $ac_status )
15634 ac_cv_c_stack_direction=-1 16161 ac_cv_c_stack_direction=-1
15635 fi 16162 fi
16163 rm -rf conftest.dSYM
15636 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16164 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15637 fi 16165 fi
15638 16166
15639 16167
15640 fi 16168 fi
15641 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 16169 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
15642 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } 16170 $as_echo "$ac_cv_c_stack_direction" >&6; }
15643 16171
15644 cat >>confdefs.h <<_ACEOF 16172 cat >>confdefs.h <<_ACEOF
15645 #define STACK_DIRECTION $ac_cv_c_stack_direction 16173 #define STACK_DIRECTION $ac_cv_c_stack_direction
15646 _ACEOF 16174 _ACEOF
15647 16175
15648 16176
15649 fi 16177 fi
15650 16178
15651 16179
15652 if test x"$ac_cv_func_alloca_works" != xyes; then 16180 if test x"$ac_cv_func_alloca_works" != xyes; then
15653 { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5 16181 { { $as_echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5
15654 echo "$as_me: error: a system implementation of alloca is required " >&2;} 16182 $as_echo "$as_me: error: a system implementation of alloca is required " >&2;}
15655 { (exit 1); exit 1; }; } 16183 { (exit 1); exit 1; }; }
15656 fi 16184 fi
15657 16185
15658 # fmod, logb, and frexp are found in -lm on most systems. 16186 # fmod, logb, and frexp are found in -lm on most systems.
15659 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. 16187 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
15660 16188
15661 { echo "$as_me:$LINENO: checking for sqrt in -lm" >&5 16189 { $as_echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
15662 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6; } 16190 $as_echo_n "checking for sqrt in -lm... " >&6; }
15663 if test "${ac_cv_lib_m_sqrt+set}" = set; then 16191 if test "${ac_cv_lib_m_sqrt+set}" = set; then
15664 echo $ECHO_N "(cached) $ECHO_C" >&6 16192 $as_echo_n "(cached) " >&6
15665 else 16193 else
15666 ac_check_lib_save_LIBS=$LIBS 16194 ac_check_lib_save_LIBS=$LIBS
15667 LIBS="-lm $LIBS" 16195 LIBS="-lm $LIBS"
15668 cat >conftest.$ac_ext <<_ACEOF 16196 cat >conftest.$ac_ext <<_ACEOF
15669 /* confdefs.h. */ 16197 /* confdefs.h. */
15691 if { (ac_try="$ac_link" 16219 if { (ac_try="$ac_link"
15692 case "(($ac_try" in 16220 case "(($ac_try" in
15693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15694 *) ac_try_echo=$ac_try;; 16222 *) ac_try_echo=$ac_try;;
15695 esac 16223 esac
15696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16225 $as_echo "$ac_try_echo") >&5
15697 (eval "$ac_link") 2>conftest.er1 16226 (eval "$ac_link") 2>conftest.er1
15698 ac_status=$? 16227 ac_status=$?
15699 grep -v '^ *+' conftest.er1 >conftest.err 16228 grep -v '^ *+' conftest.er1 >conftest.err
15700 rm -f conftest.er1 16229 rm -f conftest.er1
15701 cat conftest.err >&5 16230 cat conftest.err >&5
15702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15703 (exit $ac_status); } && { 16232 (exit $ac_status); } && {
15704 test -z "$ac_c_werror_flag" || 16233 test -z "$ac_c_werror_flag" ||
15705 test ! -s conftest.err 16234 test ! -s conftest.err
15706 } && test -s conftest$ac_exeext && 16235 } && test -s conftest$ac_exeext && {
15707 $as_test_x conftest$ac_exeext; then 16236 test "$cross_compiling" = yes ||
16237 $as_test_x conftest$ac_exeext
16238 }; then
15708 ac_cv_lib_m_sqrt=yes 16239 ac_cv_lib_m_sqrt=yes
15709 else 16240 else
15710 echo "$as_me: failed program was:" >&5 16241 $as_echo "$as_me: failed program was:" >&5
15711 sed 's/^/| /' conftest.$ac_ext >&5 16242 sed 's/^/| /' conftest.$ac_ext >&5
15712 16243
15713 ac_cv_lib_m_sqrt=no 16244 ac_cv_lib_m_sqrt=no
15714 fi 16245 fi
15715 16246
16247 rm -rf conftest.dSYM
15716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15717 conftest$ac_exeext conftest.$ac_ext 16249 conftest$ac_exeext conftest.$ac_ext
15718 LIBS=$ac_check_lib_save_LIBS 16250 LIBS=$ac_check_lib_save_LIBS
15719 fi 16251 fi
15720 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 16252 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
15721 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; } 16253 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
15722 if test $ac_cv_lib_m_sqrt = yes; then 16254 if test $ac_cv_lib_m_sqrt = yes; then
15723 cat >>confdefs.h <<_ACEOF 16255 cat >>confdefs.h <<_ACEOF
15724 #define HAVE_LIBM 1 16256 #define HAVE_LIBM 1
15725 _ACEOF 16257 _ACEOF
15726 16258
15730 16262
15731 16263
15732 # Check for mail-locking functions in a "mail" library. Probably this should 16264 # Check for mail-locking functions in a "mail" library. Probably this should
15733 # have the same check as for liblockfile below. 16265 # have the same check as for liblockfile below.
15734 16266
15735 { echo "$as_me:$LINENO: checking for maillock in -lmail" >&5 16267 { $as_echo "$as_me:$LINENO: checking for maillock in -lmail" >&5
15736 echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6; } 16268 $as_echo_n "checking for maillock in -lmail... " >&6; }
15737 if test "${ac_cv_lib_mail_maillock+set}" = set; then 16269 if test "${ac_cv_lib_mail_maillock+set}" = set; then
15738 echo $ECHO_N "(cached) $ECHO_C" >&6 16270 $as_echo_n "(cached) " >&6
15739 else 16271 else
15740 ac_check_lib_save_LIBS=$LIBS 16272 ac_check_lib_save_LIBS=$LIBS
15741 LIBS="-lmail $LIBS" 16273 LIBS="-lmail $LIBS"
15742 cat >conftest.$ac_ext <<_ACEOF 16274 cat >conftest.$ac_ext <<_ACEOF
15743 /* confdefs.h. */ 16275 /* confdefs.h. */
15765 if { (ac_try="$ac_link" 16297 if { (ac_try="$ac_link"
15766 case "(($ac_try" in 16298 case "(($ac_try" in
15767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15768 *) ac_try_echo=$ac_try;; 16300 *) ac_try_echo=$ac_try;;
15769 esac 16301 esac
15770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16303 $as_echo "$ac_try_echo") >&5
15771 (eval "$ac_link") 2>conftest.er1 16304 (eval "$ac_link") 2>conftest.er1
15772 ac_status=$? 16305 ac_status=$?
15773 grep -v '^ *+' conftest.er1 >conftest.err 16306 grep -v '^ *+' conftest.er1 >conftest.err
15774 rm -f conftest.er1 16307 rm -f conftest.er1
15775 cat conftest.err >&5 16308 cat conftest.err >&5
15776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15777 (exit $ac_status); } && { 16310 (exit $ac_status); } && {
15778 test -z "$ac_c_werror_flag" || 16311 test -z "$ac_c_werror_flag" ||
15779 test ! -s conftest.err 16312 test ! -s conftest.err
15780 } && test -s conftest$ac_exeext && 16313 } && test -s conftest$ac_exeext && {
15781 $as_test_x conftest$ac_exeext; then 16314 test "$cross_compiling" = yes ||
16315 $as_test_x conftest$ac_exeext
16316 }; then
15782 ac_cv_lib_mail_maillock=yes 16317 ac_cv_lib_mail_maillock=yes
15783 else 16318 else
15784 echo "$as_me: failed program was:" >&5 16319 $as_echo "$as_me: failed program was:" >&5
15785 sed 's/^/| /' conftest.$ac_ext >&5 16320 sed 's/^/| /' conftest.$ac_ext >&5
15786 16321
15787 ac_cv_lib_mail_maillock=no 16322 ac_cv_lib_mail_maillock=no
15788 fi 16323 fi
15789 16324
16325 rm -rf conftest.dSYM
15790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15791 conftest$ac_exeext conftest.$ac_ext 16327 conftest$ac_exeext conftest.$ac_ext
15792 LIBS=$ac_check_lib_save_LIBS 16328 LIBS=$ac_check_lib_save_LIBS
15793 fi 16329 fi
15794 { echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 16330 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
15795 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6; } 16331 $as_echo "$ac_cv_lib_mail_maillock" >&6; }
15796 if test $ac_cv_lib_mail_maillock = yes; then 16332 if test $ac_cv_lib_mail_maillock = yes; then
15797 cat >>confdefs.h <<_ACEOF 16333 cat >>confdefs.h <<_ACEOF
15798 #define HAVE_LIBMAIL 1 16334 #define HAVE_LIBMAIL 1
15799 _ACEOF 16335 _ACEOF
15800 16336
15801 LIBS="-lmail $LIBS" 16337 LIBS="-lmail $LIBS"
15802 16338
15803 fi 16339 fi
15804 16340
15805 16341
15806 { echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 16342 { $as_echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5
15807 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; } 16343 $as_echo_n "checking for maillock in -llockfile... " >&6; }
15808 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 16344 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
15809 echo $ECHO_N "(cached) $ECHO_C" >&6 16345 $as_echo_n "(cached) " >&6
15810 else 16346 else
15811 ac_check_lib_save_LIBS=$LIBS 16347 ac_check_lib_save_LIBS=$LIBS
15812 LIBS="-llockfile $LIBS" 16348 LIBS="-llockfile $LIBS"
15813 cat >conftest.$ac_ext <<_ACEOF 16349 cat >conftest.$ac_ext <<_ACEOF
15814 /* confdefs.h. */ 16350 /* confdefs.h. */
15836 if { (ac_try="$ac_link" 16372 if { (ac_try="$ac_link"
15837 case "(($ac_try" in 16373 case "(($ac_try" in
15838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15839 *) ac_try_echo=$ac_try;; 16375 *) ac_try_echo=$ac_try;;
15840 esac 16376 esac
15841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16378 $as_echo "$ac_try_echo") >&5
15842 (eval "$ac_link") 2>conftest.er1 16379 (eval "$ac_link") 2>conftest.er1
15843 ac_status=$? 16380 ac_status=$?
15844 grep -v '^ *+' conftest.er1 >conftest.err 16381 grep -v '^ *+' conftest.er1 >conftest.err
15845 rm -f conftest.er1 16382 rm -f conftest.er1
15846 cat conftest.err >&5 16383 cat conftest.err >&5
15847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15848 (exit $ac_status); } && { 16385 (exit $ac_status); } && {
15849 test -z "$ac_c_werror_flag" || 16386 test -z "$ac_c_werror_flag" ||
15850 test ! -s conftest.err 16387 test ! -s conftest.err
15851 } && test -s conftest$ac_exeext && 16388 } && test -s conftest$ac_exeext && {
15852 $as_test_x conftest$ac_exeext; then 16389 test "$cross_compiling" = yes ||
16390 $as_test_x conftest$ac_exeext
16391 }; then
15853 ac_cv_lib_lockfile_maillock=yes 16392 ac_cv_lib_lockfile_maillock=yes
15854 else 16393 else
15855 echo "$as_me: failed program was:" >&5 16394 $as_echo "$as_me: failed program was:" >&5
15856 sed 's/^/| /' conftest.$ac_ext >&5 16395 sed 's/^/| /' conftest.$ac_ext >&5
15857 16396
15858 ac_cv_lib_lockfile_maillock=no 16397 ac_cv_lib_lockfile_maillock=no
15859 fi 16398 fi
15860 16399
16400 rm -rf conftest.dSYM
15861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15862 conftest$ac_exeext conftest.$ac_ext 16402 conftest$ac_exeext conftest.$ac_ext
15863 LIBS=$ac_check_lib_save_LIBS 16403 LIBS=$ac_check_lib_save_LIBS
15864 fi 16404 fi
15865 { echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 16405 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
15866 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; } 16406 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
15867 if test $ac_cv_lib_lockfile_maillock = yes; then 16407 if test $ac_cv_lib_lockfile_maillock = yes; then
15868 cat >>confdefs.h <<_ACEOF 16408 cat >>confdefs.h <<_ACEOF
15869 #define HAVE_LIBLOCKFILE 1 16409 #define HAVE_LIBLOCKFILE 1
15870 _ACEOF 16410 _ACEOF
15871 16411
15877 # locking (e.g. Debian). If we couldn't link against liblockfile 16417 # locking (e.g. Debian). If we couldn't link against liblockfile
15878 # (no liblockfile.a installed), ensure that we don't need to. 16418 # (no liblockfile.a installed), ensure that we don't need to.
15879 if test "$ac_cv_lib_lockfile_maillock" = no; then 16419 if test "$ac_cv_lib_lockfile_maillock" = no; then
15880 # Extract the first word of "liblockfile.so", so it can be a program name with args. 16420 # Extract the first word of "liblockfile.so", so it can be a program name with args.
15881 set dummy liblockfile.so; ac_word=$2 16421 set dummy liblockfile.so; ac_word=$2
15882 { echo "$as_me:$LINENO: checking for $ac_word" >&5 16422 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 16423 $as_echo_n "checking for $ac_word... " >&6; }
15884 if test "${ac_cv_prog_liblockfile+set}" = set; then 16424 if test "${ac_cv_prog_liblockfile+set}" = set; then
15885 echo $ECHO_N "(cached) $ECHO_C" >&6 16425 $as_echo_n "(cached) " >&6
15886 else 16426 else
15887 if test -n "$liblockfile"; then 16427 if test -n "$liblockfile"; then
15888 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. 16428 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
15889 else 16429 else
15890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15894 IFS=$as_save_IFS 16434 IFS=$as_save_IFS
15895 test -z "$as_dir" && as_dir=. 16435 test -z "$as_dir" && as_dir=.
15896 for ac_exec_ext in '' $ac_executable_extensions; do 16436 for ac_exec_ext in '' $ac_executable_extensions; do
15897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 16437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15898 ac_cv_prog_liblockfile="yes" 16438 ac_cv_prog_liblockfile="yes"
15899 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 16439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15900 break 2 16440 break 2
15901 fi 16441 fi
15902 done 16442 done
15903 done 16443 done
15904 IFS=$as_save_IFS 16444 IFS=$as_save_IFS
15906 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no" 16446 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no"
15907 fi 16447 fi
15908 fi 16448 fi
15909 liblockfile=$ac_cv_prog_liblockfile 16449 liblockfile=$ac_cv_prog_liblockfile
15910 if test -n "$liblockfile"; then 16450 if test -n "$liblockfile"; then
15911 { echo "$as_me:$LINENO: result: $liblockfile" >&5 16451 { $as_echo "$as_me:$LINENO: result: $liblockfile" >&5
15912 echo "${ECHO_T}$liblockfile" >&6; } 16452 $as_echo "$liblockfile" >&6; }
15913 else 16453 else
15914 { echo "$as_me:$LINENO: result: no" >&5 16454 { $as_echo "$as_me:$LINENO: result: no" >&5
15915 echo "${ECHO_T}no" >&6; } 16455 $as_echo "no" >&6; }
15916 fi 16456 fi
15917 16457
15918 16458
15919 if test $ac_cv_prog_liblockfile = yes; then 16459 if test $ac_cv_prog_liblockfile = yes; then
15920 { { echo "$as_me:$LINENO: error: Shared liblockfile found but can't link against it. 16460 { { $as_echo "$as_me:$LINENO: error: Shared liblockfile found but can't link against it.
15921 This probably means that movemail could lose mail. 16461 This probably means that movemail could lose mail.
15922 There may be a \`development' package to install containing liblockfile." >&5 16462 There may be a \`development' package to install containing liblockfile." >&5
15923 echo "$as_me: error: Shared liblockfile found but can't link against it. 16463 $as_echo "$as_me: error: Shared liblockfile found but can't link against it.
15924 This probably means that movemail could lose mail. 16464 This probably means that movemail could lose mail.
15925 There may be a \`development' package to install containing liblockfile." >&2;} 16465 There may be a \`development' package to install containing liblockfile." >&2;}
15926 { (exit 1); exit 1; }; } 16466 { (exit 1); exit 1; }; }
15927 else : 16467 else :
15928 fi 16468 fi
15929 fi 16469 fi
15930 16470
15931 for ac_func in touchlock 16471 for ac_func in touchlock
15932 do 16472 do
15933 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16473 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15934 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16474 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15935 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16475 $as_echo_n "checking for $ac_func... " >&6; }
15936 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16476 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15937 echo $ECHO_N "(cached) $ECHO_C" >&6 16477 $as_echo_n "(cached) " >&6
15938 else 16478 else
15939 cat >conftest.$ac_ext <<_ACEOF 16479 cat >conftest.$ac_ext <<_ACEOF
15940 /* confdefs.h. */ 16480 /* confdefs.h. */
15941 _ACEOF 16481 _ACEOF
15942 cat confdefs.h >>conftest.$ac_ext 16482 cat confdefs.h >>conftest.$ac_ext
15985 if { (ac_try="$ac_link" 16525 if { (ac_try="$ac_link"
15986 case "(($ac_try" in 16526 case "(($ac_try" in
15987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15988 *) ac_try_echo=$ac_try;; 16528 *) ac_try_echo=$ac_try;;
15989 esac 16529 esac
15990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16531 $as_echo "$ac_try_echo") >&5
15991 (eval "$ac_link") 2>conftest.er1 16532 (eval "$ac_link") 2>conftest.er1
15992 ac_status=$? 16533 ac_status=$?
15993 grep -v '^ *+' conftest.er1 >conftest.err 16534 grep -v '^ *+' conftest.er1 >conftest.err
15994 rm -f conftest.er1 16535 rm -f conftest.er1
15995 cat conftest.err >&5 16536 cat conftest.err >&5
15996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997 (exit $ac_status); } && { 16538 (exit $ac_status); } && {
15998 test -z "$ac_c_werror_flag" || 16539 test -z "$ac_c_werror_flag" ||
15999 test ! -s conftest.err 16540 test ! -s conftest.err
16000 } && test -s conftest$ac_exeext && 16541 } && test -s conftest$ac_exeext && {
16001 $as_test_x conftest$ac_exeext; then 16542 test "$cross_compiling" = yes ||
16543 $as_test_x conftest$ac_exeext
16544 }; then
16002 eval "$as_ac_var=yes" 16545 eval "$as_ac_var=yes"
16003 else 16546 else
16004 echo "$as_me: failed program was:" >&5 16547 $as_echo "$as_me: failed program was:" >&5
16005 sed 's/^/| /' conftest.$ac_ext >&5 16548 sed 's/^/| /' conftest.$ac_ext >&5
16006 16549
16007 eval "$as_ac_var=no" 16550 eval "$as_ac_var=no"
16008 fi 16551 fi
16009 16552
16553 rm -rf conftest.dSYM
16010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16011 conftest$ac_exeext conftest.$ac_ext 16555 conftest$ac_exeext conftest.$ac_ext
16012 fi 16556 fi
16013 ac_res=`eval echo '${'$as_ac_var'}'` 16557 ac_res=`eval 'as_val=${'$as_ac_var'}
16014 { echo "$as_me:$LINENO: result: $ac_res" >&5 16558 $as_echo "$as_val"'`
16015 echo "${ECHO_T}$ac_res" >&6; } 16559 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16016 if test `eval echo '${'$as_ac_var'}'` = yes; then 16560 $as_echo "$ac_res" >&6; }
16561 if test `eval 'as_val=${'$as_ac_var'}
16562 $as_echo "$as_val"'` = yes; then
16017 cat >>confdefs.h <<_ACEOF 16563 cat >>confdefs.h <<_ACEOF
16018 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 16564 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16019 _ACEOF 16565 _ACEOF
16020 16566
16021 fi 16567 fi
16022 done 16568 done
16023 16569
16024 16570
16025 for ac_header in maillock.h 16571 for ac_header in maillock.h
16026 do 16572 do
16027 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16573 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16029 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16575 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16030 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16576 $as_echo_n "checking for $ac_header... " >&6; }
16031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16032 echo $ECHO_N "(cached) $ECHO_C" >&6 16578 $as_echo_n "(cached) " >&6
16033 fi 16579 fi
16034 ac_res=`eval echo '${'$as_ac_Header'}'` 16580 ac_res=`eval 'as_val=${'$as_ac_Header'}
16035 { echo "$as_me:$LINENO: result: $ac_res" >&5 16581 $as_echo "$as_val"'`
16036 echo "${ECHO_T}$ac_res" >&6; } 16582 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16583 $as_echo "$ac_res" >&6; }
16037 else 16584 else
16038 # Is the header compilable? 16585 # Is the header compilable?
16039 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 16586 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 16587 $as_echo_n "checking $ac_header usability... " >&6; }
16041 cat >conftest.$ac_ext <<_ACEOF 16588 cat >conftest.$ac_ext <<_ACEOF
16042 /* confdefs.h. */ 16589 /* confdefs.h. */
16043 _ACEOF 16590 _ACEOF
16044 cat confdefs.h >>conftest.$ac_ext 16591 cat confdefs.h >>conftest.$ac_ext
16045 cat >>conftest.$ac_ext <<_ACEOF 16592 cat >>conftest.$ac_ext <<_ACEOF
16051 if { (ac_try="$ac_compile" 16598 if { (ac_try="$ac_compile"
16052 case "(($ac_try" in 16599 case "(($ac_try" in
16053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16054 *) ac_try_echo=$ac_try;; 16601 *) ac_try_echo=$ac_try;;
16055 esac 16602 esac
16056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16604 $as_echo "$ac_try_echo") >&5
16057 (eval "$ac_compile") 2>conftest.er1 16605 (eval "$ac_compile") 2>conftest.er1
16058 ac_status=$? 16606 ac_status=$?
16059 grep -v '^ *+' conftest.er1 >conftest.err 16607 grep -v '^ *+' conftest.er1 >conftest.err
16060 rm -f conftest.er1 16608 rm -f conftest.er1
16061 cat conftest.err >&5 16609 cat conftest.err >&5
16062 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16063 (exit $ac_status); } && { 16611 (exit $ac_status); } && {
16064 test -z "$ac_c_werror_flag" || 16612 test -z "$ac_c_werror_flag" ||
16065 test ! -s conftest.err 16613 test ! -s conftest.err
16066 } && test -s conftest.$ac_objext; then 16614 } && test -s conftest.$ac_objext; then
16067 ac_header_compiler=yes 16615 ac_header_compiler=yes
16068 else 16616 else
16069 echo "$as_me: failed program was:" >&5 16617 $as_echo "$as_me: failed program was:" >&5
16070 sed 's/^/| /' conftest.$ac_ext >&5 16618 sed 's/^/| /' conftest.$ac_ext >&5
16071 16619
16072 ac_header_compiler=no 16620 ac_header_compiler=no
16073 fi 16621 fi
16074 16622
16075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16076 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 16624 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16077 echo "${ECHO_T}$ac_header_compiler" >&6; } 16625 $as_echo "$ac_header_compiler" >&6; }
16078 16626
16079 # Is the header present? 16627 # Is the header present?
16080 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 16628 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16081 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 16629 $as_echo_n "checking $ac_header presence... " >&6; }
16082 cat >conftest.$ac_ext <<_ACEOF 16630 cat >conftest.$ac_ext <<_ACEOF
16083 /* confdefs.h. */ 16631 /* confdefs.h. */
16084 _ACEOF 16632 _ACEOF
16085 cat confdefs.h >>conftest.$ac_ext 16633 cat confdefs.h >>conftest.$ac_ext
16086 cat >>conftest.$ac_ext <<_ACEOF 16634 cat >>conftest.$ac_ext <<_ACEOF
16090 if { (ac_try="$ac_cpp conftest.$ac_ext" 16638 if { (ac_try="$ac_cpp conftest.$ac_ext"
16091 case "(($ac_try" in 16639 case "(($ac_try" in
16092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16093 *) ac_try_echo=$ac_try;; 16641 *) ac_try_echo=$ac_try;;
16094 esac 16642 esac
16095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16644 $as_echo "$ac_try_echo") >&5
16096 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 16645 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16097 ac_status=$? 16646 ac_status=$?
16098 grep -v '^ *+' conftest.er1 >conftest.err 16647 grep -v '^ *+' conftest.er1 >conftest.err
16099 rm -f conftest.er1 16648 rm -f conftest.er1
16100 cat conftest.err >&5 16649 cat conftest.err >&5
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); } >/dev/null && { 16651 (exit $ac_status); } >/dev/null && {
16103 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 16652 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16104 test ! -s conftest.err 16653 test ! -s conftest.err
16105 }; then 16654 }; then
16106 ac_header_preproc=yes 16655 ac_header_preproc=yes
16107 else 16656 else
16108 echo "$as_me: failed program was:" >&5 16657 $as_echo "$as_me: failed program was:" >&5
16109 sed 's/^/| /' conftest.$ac_ext >&5 16658 sed 's/^/| /' conftest.$ac_ext >&5
16110 16659
16111 ac_header_preproc=no 16660 ac_header_preproc=no
16112 fi 16661 fi
16113 16662
16114 rm -f conftest.err conftest.$ac_ext 16663 rm -f conftest.err conftest.$ac_ext
16115 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16664 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16116 echo "${ECHO_T}$ac_header_preproc" >&6; } 16665 $as_echo "$ac_header_preproc" >&6; }
16117 16666
16118 # So? What about this header? 16667 # So? What about this header?
16119 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16668 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16120 yes:no: ) 16669 yes:no: )
16121 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16122 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16671 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16123 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 16672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16124 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 16673 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16125 ac_header_preproc=yes 16674 ac_header_preproc=yes
16126 ;; 16675 ;;
16127 no:yes:* ) 16676 no:yes:* )
16128 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 16677 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16129 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 16678 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16130 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 16679 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16131 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 16680 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16132 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 16681 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16133 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 16682 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16134 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 16683 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16135 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 16684 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16136 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16685 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16137 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16686 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16138 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 16687 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16139 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 16688 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16140 16689
16141 ;; 16690 ;;
16142 esac 16691 esac
16143 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16692 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16693 $as_echo_n "checking for $ac_header... " >&6; }
16145 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16146 echo $ECHO_N "(cached) $ECHO_C" >&6 16695 $as_echo_n "(cached) " >&6
16147 else 16696 else
16148 eval "$as_ac_Header=\$ac_header_preproc" 16697 eval "$as_ac_Header=\$ac_header_preproc"
16149 fi 16698 fi
16150 ac_res=`eval echo '${'$as_ac_Header'}'` 16699 ac_res=`eval 'as_val=${'$as_ac_Header'}
16151 { echo "$as_me:$LINENO: result: $ac_res" >&5 16700 $as_echo "$as_val"'`
16152 echo "${ECHO_T}$ac_res" >&6; } 16701 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16153 16702 $as_echo "$ac_res" >&6; }
16154 fi 16703
16155 if test `eval echo '${'$as_ac_Header'}'` = yes; then 16704 fi
16705 if test `eval 'as_val=${'$as_ac_Header'}
16706 $as_echo "$as_val"'` = yes; then
16156 cat >>confdefs.h <<_ACEOF 16707 cat >>confdefs.h <<_ACEOF
16157 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 16708 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16158 _ACEOF 16709 _ACEOF
16159 16710
16160 fi 16711 fi
16161 16712
16162 done 16713 done
16242 sendto recvfrom getsockopt setsockopt getsockname getpeername \ 16793 sendto recvfrom getsockopt setsockopt getsockname getpeername \
16243 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \ 16794 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \
16244 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign \ 16795 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign \
16245 cfmakeraw cfsetspeed 16796 cfmakeraw cfsetspeed
16246 do 16797 do
16247 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16798 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16248 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16799 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
16249 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16800 $as_echo_n "checking for $ac_func... " >&6; }
16250 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16801 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16251 echo $ECHO_N "(cached) $ECHO_C" >&6 16802 $as_echo_n "(cached) " >&6
16252 else 16803 else
16253 cat >conftest.$ac_ext <<_ACEOF 16804 cat >conftest.$ac_ext <<_ACEOF
16254 /* confdefs.h. */ 16805 /* confdefs.h. */
16255 _ACEOF 16806 _ACEOF
16256 cat confdefs.h >>conftest.$ac_ext 16807 cat confdefs.h >>conftest.$ac_ext
16299 if { (ac_try="$ac_link" 16850 if { (ac_try="$ac_link"
16300 case "(($ac_try" in 16851 case "(($ac_try" in
16301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16302 *) ac_try_echo=$ac_try;; 16853 *) ac_try_echo=$ac_try;;
16303 esac 16854 esac
16304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16856 $as_echo "$ac_try_echo") >&5
16305 (eval "$ac_link") 2>conftest.er1 16857 (eval "$ac_link") 2>conftest.er1
16306 ac_status=$? 16858 ac_status=$?
16307 grep -v '^ *+' conftest.er1 >conftest.err 16859 grep -v '^ *+' conftest.er1 >conftest.err
16308 rm -f conftest.er1 16860 rm -f conftest.er1
16309 cat conftest.err >&5 16861 cat conftest.err >&5
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); } && { 16863 (exit $ac_status); } && {
16312 test -z "$ac_c_werror_flag" || 16864 test -z "$ac_c_werror_flag" ||
16313 test ! -s conftest.err 16865 test ! -s conftest.err
16314 } && test -s conftest$ac_exeext && 16866 } && test -s conftest$ac_exeext && {
16315 $as_test_x conftest$ac_exeext; then 16867 test "$cross_compiling" = yes ||
16868 $as_test_x conftest$ac_exeext
16869 }; then
16316 eval "$as_ac_var=yes" 16870 eval "$as_ac_var=yes"
16317 else 16871 else
16318 echo "$as_me: failed program was:" >&5 16872 $as_echo "$as_me: failed program was:" >&5
16319 sed 's/^/| /' conftest.$ac_ext >&5 16873 sed 's/^/| /' conftest.$ac_ext >&5
16320 16874
16321 eval "$as_ac_var=no" 16875 eval "$as_ac_var=no"
16322 fi 16876 fi
16323 16877
16878 rm -rf conftest.dSYM
16324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16325 conftest$ac_exeext conftest.$ac_ext 16880 conftest$ac_exeext conftest.$ac_ext
16326 fi 16881 fi
16327 ac_res=`eval echo '${'$as_ac_var'}'` 16882 ac_res=`eval 'as_val=${'$as_ac_var'}
16328 { echo "$as_me:$LINENO: result: $ac_res" >&5 16883 $as_echo "$as_val"'`
16329 echo "${ECHO_T}$ac_res" >&6; } 16884 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16330 if test `eval echo '${'$as_ac_var'}'` = yes; then 16885 $as_echo "$ac_res" >&6; }
16886 if test `eval 'as_val=${'$as_ac_var'}
16887 $as_echo "$as_val"'` = yes; then
16331 cat >>confdefs.h <<_ACEOF 16888 cat >>confdefs.h <<_ACEOF
16332 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 16889 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16333 _ACEOF 16890 _ACEOF
16334 16891
16335 fi 16892 fi
16336 done 16893 done
16337 16894
16338 16895
16339 16896
16340 for ac_header in sys/un.h 16897 for ac_header in sys/un.h
16341 do 16898 do
16342 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16900 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16344 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16901 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16902 $as_echo_n "checking for $ac_header... " >&6; }
16346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16903 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16347 echo $ECHO_N "(cached) $ECHO_C" >&6 16904 $as_echo_n "(cached) " >&6
16348 fi 16905 fi
16349 ac_res=`eval echo '${'$as_ac_Header'}'` 16906 ac_res=`eval 'as_val=${'$as_ac_Header'}
16350 { echo "$as_me:$LINENO: result: $ac_res" >&5 16907 $as_echo "$as_val"'`
16351 echo "${ECHO_T}$ac_res" >&6; } 16908 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16909 $as_echo "$ac_res" >&6; }
16352 else 16910 else
16353 # Is the header compilable? 16911 # Is the header compilable?
16354 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 16912 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16355 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 16913 $as_echo_n "checking $ac_header usability... " >&6; }
16356 cat >conftest.$ac_ext <<_ACEOF 16914 cat >conftest.$ac_ext <<_ACEOF
16357 /* confdefs.h. */ 16915 /* confdefs.h. */
16358 _ACEOF 16916 _ACEOF
16359 cat confdefs.h >>conftest.$ac_ext 16917 cat confdefs.h >>conftest.$ac_ext
16360 cat >>conftest.$ac_ext <<_ACEOF 16918 cat >>conftest.$ac_ext <<_ACEOF
16366 if { (ac_try="$ac_compile" 16924 if { (ac_try="$ac_compile"
16367 case "(($ac_try" in 16925 case "(($ac_try" in
16368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369 *) ac_try_echo=$ac_try;; 16927 *) ac_try_echo=$ac_try;;
16370 esac 16928 esac
16371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16930 $as_echo "$ac_try_echo") >&5
16372 (eval "$ac_compile") 2>conftest.er1 16931 (eval "$ac_compile") 2>conftest.er1
16373 ac_status=$? 16932 ac_status=$?
16374 grep -v '^ *+' conftest.er1 >conftest.err 16933 grep -v '^ *+' conftest.er1 >conftest.err
16375 rm -f conftest.er1 16934 rm -f conftest.er1
16376 cat conftest.err >&5 16935 cat conftest.err >&5
16377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16378 (exit $ac_status); } && { 16937 (exit $ac_status); } && {
16379 test -z "$ac_c_werror_flag" || 16938 test -z "$ac_c_werror_flag" ||
16380 test ! -s conftest.err 16939 test ! -s conftest.err
16381 } && test -s conftest.$ac_objext; then 16940 } && test -s conftest.$ac_objext; then
16382 ac_header_compiler=yes 16941 ac_header_compiler=yes
16383 else 16942 else
16384 echo "$as_me: failed program was:" >&5 16943 $as_echo "$as_me: failed program was:" >&5
16385 sed 's/^/| /' conftest.$ac_ext >&5 16944 sed 's/^/| /' conftest.$ac_ext >&5
16386 16945
16387 ac_header_compiler=no 16946 ac_header_compiler=no
16388 fi 16947 fi
16389 16948
16390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16391 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 16950 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16392 echo "${ECHO_T}$ac_header_compiler" >&6; } 16951 $as_echo "$ac_header_compiler" >&6; }
16393 16952
16394 # Is the header present? 16953 # Is the header present?
16395 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 16954 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 16955 $as_echo_n "checking $ac_header presence... " >&6; }
16397 cat >conftest.$ac_ext <<_ACEOF 16956 cat >conftest.$ac_ext <<_ACEOF
16398 /* confdefs.h. */ 16957 /* confdefs.h. */
16399 _ACEOF 16958 _ACEOF
16400 cat confdefs.h >>conftest.$ac_ext 16959 cat confdefs.h >>conftest.$ac_ext
16401 cat >>conftest.$ac_ext <<_ACEOF 16960 cat >>conftest.$ac_ext <<_ACEOF
16405 if { (ac_try="$ac_cpp conftest.$ac_ext" 16964 if { (ac_try="$ac_cpp conftest.$ac_ext"
16406 case "(($ac_try" in 16965 case "(($ac_try" in
16407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16408 *) ac_try_echo=$ac_try;; 16967 *) ac_try_echo=$ac_try;;
16409 esac 16968 esac
16410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16970 $as_echo "$ac_try_echo") >&5
16411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 16971 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16412 ac_status=$? 16972 ac_status=$?
16413 grep -v '^ *+' conftest.er1 >conftest.err 16973 grep -v '^ *+' conftest.er1 >conftest.err
16414 rm -f conftest.er1 16974 rm -f conftest.er1
16415 cat conftest.err >&5 16975 cat conftest.err >&5
16416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417 (exit $ac_status); } >/dev/null && { 16977 (exit $ac_status); } >/dev/null && {
16418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 16978 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16419 test ! -s conftest.err 16979 test ! -s conftest.err
16420 }; then 16980 }; then
16421 ac_header_preproc=yes 16981 ac_header_preproc=yes
16422 else 16982 else
16423 echo "$as_me: failed program was:" >&5 16983 $as_echo "$as_me: failed program was:" >&5
16424 sed 's/^/| /' conftest.$ac_ext >&5 16984 sed 's/^/| /' conftest.$ac_ext >&5
16425 16985
16426 ac_header_preproc=no 16986 ac_header_preproc=no
16427 fi 16987 fi
16428 16988
16429 rm -f conftest.err conftest.$ac_ext 16989 rm -f conftest.err conftest.$ac_ext
16430 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 16990 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16431 echo "${ECHO_T}$ac_header_preproc" >&6; } 16991 $as_echo "$ac_header_preproc" >&6; }
16432 16992
16433 # So? What about this header? 16993 # So? What about this header?
16434 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 16994 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16435 yes:no: ) 16995 yes:no: )
16436 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16996 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16437 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16997 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16438 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 16998 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16439 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 16999 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16440 ac_header_preproc=yes 17000 ac_header_preproc=yes
16441 ;; 17001 ;;
16442 no:yes:* ) 17002 no:yes:* )
16443 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17003 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16444 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17004 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16445 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17005 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16446 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17006 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16447 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 17007 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16448 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 17008 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16449 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 17009 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16450 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 17010 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17011 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16452 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17012 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16453 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 17013 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16454 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 17014 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16455 17015
16456 ;; 17016 ;;
16457 esac 17017 esac
16458 { echo "$as_me:$LINENO: checking for $ac_header" >&5 17018 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 17019 $as_echo_n "checking for $ac_header... " >&6; }
16460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17020 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16461 echo $ECHO_N "(cached) $ECHO_C" >&6 17021 $as_echo_n "(cached) " >&6
16462 else 17022 else
16463 eval "$as_ac_Header=\$ac_header_preproc" 17023 eval "$as_ac_Header=\$ac_header_preproc"
16464 fi 17024 fi
16465 ac_res=`eval echo '${'$as_ac_Header'}'` 17025 ac_res=`eval 'as_val=${'$as_ac_Header'}
16466 { echo "$as_me:$LINENO: result: $ac_res" >&5 17026 $as_echo "$as_val"'`
16467 echo "${ECHO_T}$ac_res" >&6; } 17027 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16468 17028 $as_echo "$ac_res" >&6; }
16469 fi 17029
16470 if test `eval echo '${'$as_ac_Header'}'` = yes; then 17030 fi
17031 if test `eval 'as_val=${'$as_ac_Header'}
17032 $as_echo "$as_val"'` = yes; then
16471 cat >>confdefs.h <<_ACEOF 17033 cat >>confdefs.h <<_ACEOF
16472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 17034 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16473 _ACEOF 17035 _ACEOF
16474 17036
16475 fi 17037 fi
16476 17038
16477 done 17039 done
16481 17043
16482 17044
16483 17045
16484 for ac_header in $ac_header_list 17046 for ac_header in $ac_header_list
16485 do 17047 do
16486 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 17048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16487 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16488 { echo "$as_me:$LINENO: checking for $ac_header" >&5 17050 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16489 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 17051 $as_echo_n "checking for $ac_header... " >&6; }
16490 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16491 echo $ECHO_N "(cached) $ECHO_C" >&6 17053 $as_echo_n "(cached) " >&6
16492 fi 17054 fi
16493 ac_res=`eval echo '${'$as_ac_Header'}'` 17055 ac_res=`eval 'as_val=${'$as_ac_Header'}
16494 { echo "$as_me:$LINENO: result: $ac_res" >&5 17056 $as_echo "$as_val"'`
16495 echo "${ECHO_T}$ac_res" >&6; } 17057 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17058 $as_echo "$ac_res" >&6; }
16496 else 17059 else
16497 # Is the header compilable? 17060 # Is the header compilable?
16498 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 17061 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16499 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 17062 $as_echo_n "checking $ac_header usability... " >&6; }
16500 cat >conftest.$ac_ext <<_ACEOF 17063 cat >conftest.$ac_ext <<_ACEOF
16501 /* confdefs.h. */ 17064 /* confdefs.h. */
16502 _ACEOF 17065 _ACEOF
16503 cat confdefs.h >>conftest.$ac_ext 17066 cat confdefs.h >>conftest.$ac_ext
16504 cat >>conftest.$ac_ext <<_ACEOF 17067 cat >>conftest.$ac_ext <<_ACEOF
16510 if { (ac_try="$ac_compile" 17073 if { (ac_try="$ac_compile"
16511 case "(($ac_try" in 17074 case "(($ac_try" in
16512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16513 *) ac_try_echo=$ac_try;; 17076 *) ac_try_echo=$ac_try;;
16514 esac 17077 esac
16515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17079 $as_echo "$ac_try_echo") >&5
16516 (eval "$ac_compile") 2>conftest.er1 17080 (eval "$ac_compile") 2>conftest.er1
16517 ac_status=$? 17081 ac_status=$?
16518 grep -v '^ *+' conftest.er1 >conftest.err 17082 grep -v '^ *+' conftest.er1 >conftest.err
16519 rm -f conftest.er1 17083 rm -f conftest.er1
16520 cat conftest.err >&5 17084 cat conftest.err >&5
16521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16522 (exit $ac_status); } && { 17086 (exit $ac_status); } && {
16523 test -z "$ac_c_werror_flag" || 17087 test -z "$ac_c_werror_flag" ||
16524 test ! -s conftest.err 17088 test ! -s conftest.err
16525 } && test -s conftest.$ac_objext; then 17089 } && test -s conftest.$ac_objext; then
16526 ac_header_compiler=yes 17090 ac_header_compiler=yes
16527 else 17091 else
16528 echo "$as_me: failed program was:" >&5 17092 $as_echo "$as_me: failed program was:" >&5
16529 sed 's/^/| /' conftest.$ac_ext >&5 17093 sed 's/^/| /' conftest.$ac_ext >&5
16530 17094
16531 ac_header_compiler=no 17095 ac_header_compiler=no
16532 fi 17096 fi
16533 17097
16534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16535 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17099 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16536 echo "${ECHO_T}$ac_header_compiler" >&6; } 17100 $as_echo "$ac_header_compiler" >&6; }
16537 17101
16538 # Is the header present? 17102 # Is the header present?
16539 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 17103 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16540 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 17104 $as_echo_n "checking $ac_header presence... " >&6; }
16541 cat >conftest.$ac_ext <<_ACEOF 17105 cat >conftest.$ac_ext <<_ACEOF
16542 /* confdefs.h. */ 17106 /* confdefs.h. */
16543 _ACEOF 17107 _ACEOF
16544 cat confdefs.h >>conftest.$ac_ext 17108 cat confdefs.h >>conftest.$ac_ext
16545 cat >>conftest.$ac_ext <<_ACEOF 17109 cat >>conftest.$ac_ext <<_ACEOF
16549 if { (ac_try="$ac_cpp conftest.$ac_ext" 17113 if { (ac_try="$ac_cpp conftest.$ac_ext"
16550 case "(($ac_try" in 17114 case "(($ac_try" in
16551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16552 *) ac_try_echo=$ac_try;; 17116 *) ac_try_echo=$ac_try;;
16553 esac 17117 esac
16554 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
16555 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 17120 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16556 ac_status=$? 17121 ac_status=$?
16557 grep -v '^ *+' conftest.er1 >conftest.err 17122 grep -v '^ *+' conftest.er1 >conftest.err
16558 rm -f conftest.er1 17123 rm -f conftest.er1
16559 cat conftest.err >&5 17124 cat conftest.err >&5
16560 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16561 (exit $ac_status); } >/dev/null && { 17126 (exit $ac_status); } >/dev/null && {
16562 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 17127 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16563 test ! -s conftest.err 17128 test ! -s conftest.err
16564 }; then 17129 }; then
16565 ac_header_preproc=yes 17130 ac_header_preproc=yes
16566 else 17131 else
16567 echo "$as_me: failed program was:" >&5 17132 $as_echo "$as_me: failed program was:" >&5
16568 sed 's/^/| /' conftest.$ac_ext >&5 17133 sed 's/^/| /' conftest.$ac_ext >&5
16569 17134
16570 ac_header_preproc=no 17135 ac_header_preproc=no
16571 fi 17136 fi
16572 17137
16573 rm -f conftest.err conftest.$ac_ext 17138 rm -f conftest.err conftest.$ac_ext
16574 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 17139 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16575 echo "${ECHO_T}$ac_header_preproc" >&6; } 17140 $as_echo "$ac_header_preproc" >&6; }
16576 17141
16577 # So? What about this header? 17142 # So? What about this header?
16578 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17143 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16579 yes:no: ) 17144 yes:no: )
16580 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17145 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16581 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17146 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16582 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16583 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17148 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16584 ac_header_preproc=yes 17149 ac_header_preproc=yes
16585 ;; 17150 ;;
16586 no:yes:* ) 17151 no:yes:* )
16587 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17152 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16588 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17153 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16589 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17154 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16590 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17155 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16591 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 17156 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16592 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 17157 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16593 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 17158 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16594 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 17159 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16595 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17160 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16596 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17161 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16597 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 17162 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16598 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 17163 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16599 17164
16600 ;; 17165 ;;
16601 esac 17166 esac
16602 { echo "$as_me:$LINENO: checking for $ac_header" >&5 17167 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16603 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 17168 $as_echo_n "checking for $ac_header... " >&6; }
16604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17169 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16605 echo $ECHO_N "(cached) $ECHO_C" >&6 17170 $as_echo_n "(cached) " >&6
16606 else 17171 else
16607 eval "$as_ac_Header=\$ac_header_preproc" 17172 eval "$as_ac_Header=\$ac_header_preproc"
16608 fi 17173 fi
16609 ac_res=`eval echo '${'$as_ac_Header'}'` 17174 ac_res=`eval 'as_val=${'$as_ac_Header'}
16610 { echo "$as_me:$LINENO: result: $ac_res" >&5 17175 $as_echo "$as_val"'`
16611 echo "${ECHO_T}$ac_res" >&6; } 17176 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16612 17177 $as_echo "$ac_res" >&6; }
16613 fi 17178
16614 if test `eval echo '${'$as_ac_Header'}'` = yes; then 17179 fi
17180 if test `eval 'as_val=${'$as_ac_Header'}
17181 $as_echo "$as_val"'` = yes; then
16615 cat >>confdefs.h <<_ACEOF 17182 cat >>confdefs.h <<_ACEOF
16616 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 17183 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16617 _ACEOF 17184 _ACEOF
16618 17185
16619 fi 17186 fi
16620 17187
16621 done 17188 done
16628 17195
16629 17196
16630 17197
16631 for ac_func in $ac_func_list 17198 for ac_func in $ac_func_list
16632 do 17199 do
16633 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 17200 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16634 { echo "$as_me:$LINENO: checking for $ac_func" >&5 17201 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
16635 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 17202 $as_echo_n "checking for $ac_func... " >&6; }
16636 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 17203 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6 17204 $as_echo_n "(cached) " >&6
16638 else 17205 else
16639 cat >conftest.$ac_ext <<_ACEOF 17206 cat >conftest.$ac_ext <<_ACEOF
16640 /* confdefs.h. */ 17207 /* confdefs.h. */
16641 _ACEOF 17208 _ACEOF
16642 cat confdefs.h >>conftest.$ac_ext 17209 cat confdefs.h >>conftest.$ac_ext
16685 if { (ac_try="$ac_link" 17252 if { (ac_try="$ac_link"
16686 case "(($ac_try" in 17253 case "(($ac_try" in
16687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16688 *) ac_try_echo=$ac_try;; 17255 *) ac_try_echo=$ac_try;;
16689 esac 17256 esac
16690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17258 $as_echo "$ac_try_echo") >&5
16691 (eval "$ac_link") 2>conftest.er1 17259 (eval "$ac_link") 2>conftest.er1
16692 ac_status=$? 17260 ac_status=$?
16693 grep -v '^ *+' conftest.er1 >conftest.err 17261 grep -v '^ *+' conftest.er1 >conftest.err
16694 rm -f conftest.er1 17262 rm -f conftest.er1
16695 cat conftest.err >&5 17263 cat conftest.err >&5
16696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16697 (exit $ac_status); } && { 17265 (exit $ac_status); } && {
16698 test -z "$ac_c_werror_flag" || 17266 test -z "$ac_c_werror_flag" ||
16699 test ! -s conftest.err 17267 test ! -s conftest.err
16700 } && test -s conftest$ac_exeext && 17268 } && test -s conftest$ac_exeext && {
16701 $as_test_x conftest$ac_exeext; then 17269 test "$cross_compiling" = yes ||
17270 $as_test_x conftest$ac_exeext
17271 }; then
16702 eval "$as_ac_var=yes" 17272 eval "$as_ac_var=yes"
16703 else 17273 else
16704 echo "$as_me: failed program was:" >&5 17274 $as_echo "$as_me: failed program was:" >&5
16705 sed 's/^/| /' conftest.$ac_ext >&5 17275 sed 's/^/| /' conftest.$ac_ext >&5
16706 17276
16707 eval "$as_ac_var=no" 17277 eval "$as_ac_var=no"
16708 fi 17278 fi
16709 17279
17280 rm -rf conftest.dSYM
16710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16711 conftest$ac_exeext conftest.$ac_ext 17282 conftest$ac_exeext conftest.$ac_ext
16712 fi 17283 fi
16713 ac_res=`eval echo '${'$as_ac_var'}'` 17284 ac_res=`eval 'as_val=${'$as_ac_var'}
16714 { echo "$as_me:$LINENO: result: $ac_res" >&5 17285 $as_echo "$as_val"'`
16715 echo "${ECHO_T}$ac_res" >&6; } 17286 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16716 if test `eval echo '${'$as_ac_var'}'` = yes; then 17287 $as_echo "$ac_res" >&6; }
17288 if test `eval 'as_val=${'$as_ac_var'}
17289 $as_echo "$as_val"'` = yes; then
16717 cat >>confdefs.h <<_ACEOF 17290 cat >>confdefs.h <<_ACEOF
16718 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 17291 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16719 _ACEOF 17292 _ACEOF
16720 17293
16721 fi 17294 fi
16722 done 17295 done
16723 17296
16735 17308
16736 17309
16737 17310
16738 17311
16739 17312
16740 { echo "$as_me:$LINENO: checking for working mktime" >&5 17313 { $as_echo "$as_me:$LINENO: checking for working mktime" >&5
16741 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6; } 17314 $as_echo_n "checking for working mktime... " >&6; }
16742 if test "${ac_cv_func_working_mktime+set}" = set; then 17315 if test "${ac_cv_func_working_mktime+set}" = set; then
16743 echo $ECHO_N "(cached) $ECHO_C" >&6 17316 $as_echo_n "(cached) " >&6
16744 else 17317 else
16745 if test "$cross_compiling" = yes; then 17318 if test "$cross_compiling" = yes; then
16746 ac_cv_func_working_mktime=no 17319 ac_cv_func_working_mktime=no
16747 else 17320 else
16748 cat >conftest.$ac_ext <<_ACEOF 17321 cat >conftest.$ac_ext <<_ACEOF
16950 if { (ac_try="$ac_link" 17523 if { (ac_try="$ac_link"
16951 case "(($ac_try" in 17524 case "(($ac_try" in
16952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16953 *) ac_try_echo=$ac_try;; 17526 *) ac_try_echo=$ac_try;;
16954 esac 17527 esac
16955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17529 $as_echo "$ac_try_echo") >&5
16956 (eval "$ac_link") 2>&5 17530 (eval "$ac_link") 2>&5
16957 ac_status=$? 17531 ac_status=$?
16958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 17533 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16960 { (case "(($ac_try" in 17534 { (case "(($ac_try" in
16961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16962 *) ac_try_echo=$ac_try;; 17536 *) ac_try_echo=$ac_try;;
16963 esac 17537 esac
16964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17539 $as_echo "$ac_try_echo") >&5
16965 (eval "$ac_try") 2>&5 17540 (eval "$ac_try") 2>&5
16966 ac_status=$? 17541 ac_status=$?
16967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16968 (exit $ac_status); }; }; then 17543 (exit $ac_status); }; }; then
16969 ac_cv_func_working_mktime=yes 17544 ac_cv_func_working_mktime=yes
16970 else 17545 else
16971 echo "$as_me: program exited with status $ac_status" >&5 17546 $as_echo "$as_me: program exited with status $ac_status" >&5
16972 echo "$as_me: failed program was:" >&5 17547 $as_echo "$as_me: failed program was:" >&5
16973 sed 's/^/| /' conftest.$ac_ext >&5 17548 sed 's/^/| /' conftest.$ac_ext >&5
16974 17549
16975 ( exit $ac_status ) 17550 ( exit $ac_status )
16976 ac_cv_func_working_mktime=no 17551 ac_cv_func_working_mktime=no
16977 fi 17552 fi
17553 rm -rf conftest.dSYM
16978 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17554 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16979 fi 17555 fi
16980 17556
16981 17557
16982 fi 17558 fi
16983 { echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 17559 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
16984 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; } 17560 $as_echo "$ac_cv_func_working_mktime" >&6; }
16985 if test $ac_cv_func_working_mktime = no; then 17561 if test $ac_cv_func_working_mktime = no; then
16986 case " $LIBOBJS " in 17562 case " $LIBOBJS " in
16987 *" mktime.$ac_objext "* ) ;; 17563 *" mktime.$ac_objext "* ) ;;
16988 *) LIBOBJS="$LIBOBJS mktime.$ac_objext" 17564 *) LIBOBJS="$LIBOBJS mktime.$ac_objext"
16989 ;; 17565 ;;
17001 17577
17002 ac_have_func=no # yes means we've found a way to get the load average. 17578 ac_have_func=no # yes means we've found a way to get the load average.
17003 17579
17004 # Make sure getloadavg.c is where it belongs, at configure-time. 17580 # Make sure getloadavg.c is where it belongs, at configure-time.
17005 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" || 17581 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
17006 { { echo "$as_me:$LINENO: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&5 17582 { { $as_echo "$as_me:$LINENO: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&5
17007 echo "$as_me: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&2;} 17583 $as_echo "$as_me: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&2;}
17008 { (exit 1); exit 1; }; } 17584 { (exit 1); exit 1; }; }
17009 17585
17010 ac_save_LIBS=$LIBS 17586 ac_save_LIBS=$LIBS
17011 17587
17012 # Check for getloadavg, but be sure not to touch the cache variable. 17588 # Check for getloadavg, but be sure not to touch the cache variable.
17013 ({ echo "$as_me:$LINENO: checking for getloadavg" >&5 17589 ({ $as_echo "$as_me:$LINENO: checking for getloadavg" >&5
17014 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6; } 17590 $as_echo_n "checking for getloadavg... " >&6; }
17015 if test "${ac_cv_func_getloadavg+set}" = set; then 17591 if test "${ac_cv_func_getloadavg+set}" = set; then
17016 echo $ECHO_N "(cached) $ECHO_C" >&6 17592 $as_echo_n "(cached) " >&6
17017 else 17593 else
17018 cat >conftest.$ac_ext <<_ACEOF 17594 cat >conftest.$ac_ext <<_ACEOF
17019 /* confdefs.h. */ 17595 /* confdefs.h. */
17020 _ACEOF 17596 _ACEOF
17021 cat confdefs.h >>conftest.$ac_ext 17597 cat confdefs.h >>conftest.$ac_ext
17064 if { (ac_try="$ac_link" 17640 if { (ac_try="$ac_link"
17065 case "(($ac_try" in 17641 case "(($ac_try" in
17066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17067 *) ac_try_echo=$ac_try;; 17643 *) ac_try_echo=$ac_try;;
17068 esac 17644 esac
17069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17646 $as_echo "$ac_try_echo") >&5
17070 (eval "$ac_link") 2>conftest.er1 17647 (eval "$ac_link") 2>conftest.er1
17071 ac_status=$? 17648 ac_status=$?
17072 grep -v '^ *+' conftest.er1 >conftest.err 17649 grep -v '^ *+' conftest.er1 >conftest.err
17073 rm -f conftest.er1 17650 rm -f conftest.er1
17074 cat conftest.err >&5 17651 cat conftest.err >&5
17075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17076 (exit $ac_status); } && { 17653 (exit $ac_status); } && {
17077 test -z "$ac_c_werror_flag" || 17654 test -z "$ac_c_werror_flag" ||
17078 test ! -s conftest.err 17655 test ! -s conftest.err
17079 } && test -s conftest$ac_exeext && 17656 } && test -s conftest$ac_exeext && {
17080 $as_test_x conftest$ac_exeext; then 17657 test "$cross_compiling" = yes ||
17658 $as_test_x conftest$ac_exeext
17659 }; then
17081 ac_cv_func_getloadavg=yes 17660 ac_cv_func_getloadavg=yes
17082 else 17661 else
17083 echo "$as_me: failed program was:" >&5 17662 $as_echo "$as_me: failed program was:" >&5
17084 sed 's/^/| /' conftest.$ac_ext >&5 17663 sed 's/^/| /' conftest.$ac_ext >&5
17085 17664
17086 ac_cv_func_getloadavg=no 17665 ac_cv_func_getloadavg=no
17087 fi 17666 fi
17088 17667
17668 rm -rf conftest.dSYM
17089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17090 conftest$ac_exeext conftest.$ac_ext 17670 conftest$ac_exeext conftest.$ac_ext
17091 fi 17671 fi
17092 { echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 17672 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
17093 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6; } 17673 $as_echo "$ac_cv_func_getloadavg" >&6; }
17094 if test $ac_cv_func_getloadavg = yes; then 17674 if test $ac_cv_func_getloadavg = yes; then
17095 exit 0 17675 exit 0
17096 else 17676 else
17097 exit 1 17677 exit 1
17098 fi 17678 fi
17100 17680
17101 # On HPUX9, an unprivileged user can get load averages through this function. 17681 # On HPUX9, an unprivileged user can get load averages through this function.
17102 17682
17103 for ac_func in pstat_getdynamic 17683 for ac_func in pstat_getdynamic
17104 do 17684 do
17105 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 17685 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17106 { echo "$as_me:$LINENO: checking for $ac_func" >&5 17686 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17107 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 17687 $as_echo_n "checking for $ac_func... " >&6; }
17108 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 17688 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17109 echo $ECHO_N "(cached) $ECHO_C" >&6 17689 $as_echo_n "(cached) " >&6
17110 else 17690 else
17111 cat >conftest.$ac_ext <<_ACEOF 17691 cat >conftest.$ac_ext <<_ACEOF
17112 /* confdefs.h. */ 17692 /* confdefs.h. */
17113 _ACEOF 17693 _ACEOF
17114 cat confdefs.h >>conftest.$ac_ext 17694 cat confdefs.h >>conftest.$ac_ext
17157 if { (ac_try="$ac_link" 17737 if { (ac_try="$ac_link"
17158 case "(($ac_try" in 17738 case "(($ac_try" in
17159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17160 *) ac_try_echo=$ac_try;; 17740 *) ac_try_echo=$ac_try;;
17161 esac 17741 esac
17162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17743 $as_echo "$ac_try_echo") >&5
17163 (eval "$ac_link") 2>conftest.er1 17744 (eval "$ac_link") 2>conftest.er1
17164 ac_status=$? 17745 ac_status=$?
17165 grep -v '^ *+' conftest.er1 >conftest.err 17746 grep -v '^ *+' conftest.er1 >conftest.err
17166 rm -f conftest.er1 17747 rm -f conftest.er1
17167 cat conftest.err >&5 17748 cat conftest.err >&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } && { 17750 (exit $ac_status); } && {
17170 test -z "$ac_c_werror_flag" || 17751 test -z "$ac_c_werror_flag" ||
17171 test ! -s conftest.err 17752 test ! -s conftest.err
17172 } && test -s conftest$ac_exeext && 17753 } && test -s conftest$ac_exeext && {
17173 $as_test_x conftest$ac_exeext; then 17754 test "$cross_compiling" = yes ||
17755 $as_test_x conftest$ac_exeext
17756 }; then
17174 eval "$as_ac_var=yes" 17757 eval "$as_ac_var=yes"
17175 else 17758 else
17176 echo "$as_me: failed program was:" >&5 17759 $as_echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5 17760 sed 's/^/| /' conftest.$ac_ext >&5
17178 17761
17179 eval "$as_ac_var=no" 17762 eval "$as_ac_var=no"
17180 fi 17763 fi
17181 17764
17765 rm -rf conftest.dSYM
17182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17183 conftest$ac_exeext conftest.$ac_ext 17767 conftest$ac_exeext conftest.$ac_ext
17184 fi 17768 fi
17185 ac_res=`eval echo '${'$as_ac_var'}'` 17769 ac_res=`eval 'as_val=${'$as_ac_var'}
17186 { echo "$as_me:$LINENO: result: $ac_res" >&5 17770 $as_echo "$as_val"'`
17187 echo "${ECHO_T}$ac_res" >&6; } 17771 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17188 if test `eval echo '${'$as_ac_var'}'` = yes; then 17772 $as_echo "$ac_res" >&6; }
17773 if test `eval 'as_val=${'$as_ac_var'}
17774 $as_echo "$as_val"'` = yes; then
17189 cat >>confdefs.h <<_ACEOF 17775 cat >>confdefs.h <<_ACEOF
17190 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 17776 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17191 _ACEOF 17777 _ACEOF
17192 17778
17193 fi 17779 fi
17194 done 17780 done
17195 17781
17196 17782
17197 # Solaris has libkstat which does not require root. 17783 # Solaris has libkstat which does not require root.
17198 17784
17199 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5 17785 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17200 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; } 17786 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17201 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 17787 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17202 echo $ECHO_N "(cached) $ECHO_C" >&6 17788 $as_echo_n "(cached) " >&6
17203 else 17789 else
17204 ac_check_lib_save_LIBS=$LIBS 17790 ac_check_lib_save_LIBS=$LIBS
17205 LIBS="-lkstat $LIBS" 17791 LIBS="-lkstat $LIBS"
17206 cat >conftest.$ac_ext <<_ACEOF 17792 cat >conftest.$ac_ext <<_ACEOF
17207 /* confdefs.h. */ 17793 /* confdefs.h. */
17229 if { (ac_try="$ac_link" 17815 if { (ac_try="$ac_link"
17230 case "(($ac_try" in 17816 case "(($ac_try" in
17231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17232 *) ac_try_echo=$ac_try;; 17818 *) ac_try_echo=$ac_try;;
17233 esac 17819 esac
17234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17821 $as_echo "$ac_try_echo") >&5
17235 (eval "$ac_link") 2>conftest.er1 17822 (eval "$ac_link") 2>conftest.er1
17236 ac_status=$? 17823 ac_status=$?
17237 grep -v '^ *+' conftest.er1 >conftest.err 17824 grep -v '^ *+' conftest.er1 >conftest.err
17238 rm -f conftest.er1 17825 rm -f conftest.er1
17239 cat conftest.err >&5 17826 cat conftest.err >&5
17240 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17241 (exit $ac_status); } && { 17828 (exit $ac_status); } && {
17242 test -z "$ac_c_werror_flag" || 17829 test -z "$ac_c_werror_flag" ||
17243 test ! -s conftest.err 17830 test ! -s conftest.err
17244 } && test -s conftest$ac_exeext && 17831 } && test -s conftest$ac_exeext && {
17245 $as_test_x conftest$ac_exeext; then 17832 test "$cross_compiling" = yes ||
17833 $as_test_x conftest$ac_exeext
17834 }; then
17246 ac_cv_lib_kstat_kstat_open=yes 17835 ac_cv_lib_kstat_kstat_open=yes
17247 else 17836 else
17248 echo "$as_me: failed program was:" >&5 17837 $as_echo "$as_me: failed program was:" >&5
17249 sed 's/^/| /' conftest.$ac_ext >&5 17838 sed 's/^/| /' conftest.$ac_ext >&5
17250 17839
17251 ac_cv_lib_kstat_kstat_open=no 17840 ac_cv_lib_kstat_kstat_open=no
17252 fi 17841 fi
17253 17842
17843 rm -rf conftest.dSYM
17254 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 \
17255 conftest$ac_exeext conftest.$ac_ext 17845 conftest$ac_exeext conftest.$ac_ext
17256 LIBS=$ac_check_lib_save_LIBS 17846 LIBS=$ac_check_lib_save_LIBS
17257 fi 17847 fi
17258 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 17848 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17259 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; } 17849 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17260 if test $ac_cv_lib_kstat_kstat_open = yes; then 17850 if test $ac_cv_lib_kstat_kstat_open = yes; then
17261 cat >>confdefs.h <<_ACEOF 17851 cat >>confdefs.h <<_ACEOF
17262 #define HAVE_LIBKSTAT 1 17852 #define HAVE_LIBKSTAT 1
17263 _ACEOF 17853 _ACEOF
17264 17854
17271 # Some systems with -lutil have (and need) -lkvm as well, some do not. 17861 # Some systems with -lutil have (and need) -lkvm as well, some do not.
17272 # On Solaris, -lkvm requires nlist from -lelf, so check that first 17862 # On Solaris, -lkvm requires nlist from -lelf, so check that first
17273 # to get the right answer into the cache. 17863 # to get the right answer into the cache.
17274 # For kstat on solaris, we need libelf to force the definition of SVR4 below. 17864 # For kstat on solaris, we need libelf to force the definition of SVR4 below.
17275 if test $ac_have_func = no; then 17865 if test $ac_have_func = no; then
17276 { echo "$as_me:$LINENO: checking for elf_begin in -lelf" >&5 17866 { $as_echo "$as_me:$LINENO: checking for elf_begin in -lelf" >&5
17277 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6; } 17867 $as_echo_n "checking for elf_begin in -lelf... " >&6; }
17278 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 17868 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
17279 echo $ECHO_N "(cached) $ECHO_C" >&6 17869 $as_echo_n "(cached) " >&6
17280 else 17870 else
17281 ac_check_lib_save_LIBS=$LIBS 17871 ac_check_lib_save_LIBS=$LIBS
17282 LIBS="-lelf $LIBS" 17872 LIBS="-lelf $LIBS"
17283 cat >conftest.$ac_ext <<_ACEOF 17873 cat >conftest.$ac_ext <<_ACEOF
17284 /* confdefs.h. */ 17874 /* confdefs.h. */
17306 if { (ac_try="$ac_link" 17896 if { (ac_try="$ac_link"
17307 case "(($ac_try" in 17897 case "(($ac_try" in
17308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17309 *) ac_try_echo=$ac_try;; 17899 *) ac_try_echo=$ac_try;;
17310 esac 17900 esac
17311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17902 $as_echo "$ac_try_echo") >&5
17312 (eval "$ac_link") 2>conftest.er1 17903 (eval "$ac_link") 2>conftest.er1
17313 ac_status=$? 17904 ac_status=$?
17314 grep -v '^ *+' conftest.er1 >conftest.err 17905 grep -v '^ *+' conftest.er1 >conftest.err
17315 rm -f conftest.er1 17906 rm -f conftest.er1
17316 cat conftest.err >&5 17907 cat conftest.err >&5
17317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17318 (exit $ac_status); } && { 17909 (exit $ac_status); } && {
17319 test -z "$ac_c_werror_flag" || 17910 test -z "$ac_c_werror_flag" ||
17320 test ! -s conftest.err 17911 test ! -s conftest.err
17321 } && test -s conftest$ac_exeext && 17912 } && test -s conftest$ac_exeext && {
17322 $as_test_x conftest$ac_exeext; then 17913 test "$cross_compiling" = yes ||
17914 $as_test_x conftest$ac_exeext
17915 }; then
17323 ac_cv_lib_elf_elf_begin=yes 17916 ac_cv_lib_elf_elf_begin=yes
17324 else 17917 else
17325 echo "$as_me: failed program was:" >&5 17918 $as_echo "$as_me: failed program was:" >&5
17326 sed 's/^/| /' conftest.$ac_ext >&5 17919 sed 's/^/| /' conftest.$ac_ext >&5
17327 17920
17328 ac_cv_lib_elf_elf_begin=no 17921 ac_cv_lib_elf_elf_begin=no
17329 fi 17922 fi
17330 17923
17924 rm -rf conftest.dSYM
17331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17332 conftest$ac_exeext conftest.$ac_ext 17926 conftest$ac_exeext conftest.$ac_ext
17333 LIBS=$ac_check_lib_save_LIBS 17927 LIBS=$ac_check_lib_save_LIBS
17334 fi 17928 fi
17335 { echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 17929 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
17336 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6; } 17930 $as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
17337 if test $ac_cv_lib_elf_elf_begin = yes; then 17931 if test $ac_cv_lib_elf_elf_begin = yes; then
17338 LIBS="-lelf $LIBS" 17932 LIBS="-lelf $LIBS"
17339 fi 17933 fi
17340 17934
17341 fi 17935 fi
17342 if test $ac_have_func = no; then 17936 if test $ac_have_func = no; then
17343 { echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 17937 { $as_echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5
17344 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6; } 17938 $as_echo_n "checking for kvm_open in -lkvm... " >&6; }
17345 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 17939 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
17346 echo $ECHO_N "(cached) $ECHO_C" >&6 17940 $as_echo_n "(cached) " >&6
17347 else 17941 else
17348 ac_check_lib_save_LIBS=$LIBS 17942 ac_check_lib_save_LIBS=$LIBS
17349 LIBS="-lkvm $LIBS" 17943 LIBS="-lkvm $LIBS"
17350 cat >conftest.$ac_ext <<_ACEOF 17944 cat >conftest.$ac_ext <<_ACEOF
17351 /* confdefs.h. */ 17945 /* confdefs.h. */
17373 if { (ac_try="$ac_link" 17967 if { (ac_try="$ac_link"
17374 case "(($ac_try" in 17968 case "(($ac_try" in
17375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17376 *) ac_try_echo=$ac_try;; 17970 *) ac_try_echo=$ac_try;;
17377 esac 17971 esac
17378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17973 $as_echo "$ac_try_echo") >&5
17379 (eval "$ac_link") 2>conftest.er1 17974 (eval "$ac_link") 2>conftest.er1
17380 ac_status=$? 17975 ac_status=$?
17381 grep -v '^ *+' conftest.er1 >conftest.err 17976 grep -v '^ *+' conftest.er1 >conftest.err
17382 rm -f conftest.er1 17977 rm -f conftest.er1
17383 cat conftest.err >&5 17978 cat conftest.err >&5
17384 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17385 (exit $ac_status); } && { 17980 (exit $ac_status); } && {
17386 test -z "$ac_c_werror_flag" || 17981 test -z "$ac_c_werror_flag" ||
17387 test ! -s conftest.err 17982 test ! -s conftest.err
17388 } && test -s conftest$ac_exeext && 17983 } && test -s conftest$ac_exeext && {
17389 $as_test_x conftest$ac_exeext; then 17984 test "$cross_compiling" = yes ||
17985 $as_test_x conftest$ac_exeext
17986 }; then
17390 ac_cv_lib_kvm_kvm_open=yes 17987 ac_cv_lib_kvm_kvm_open=yes
17391 else 17988 else
17392 echo "$as_me: failed program was:" >&5 17989 $as_echo "$as_me: failed program was:" >&5
17393 sed 's/^/| /' conftest.$ac_ext >&5 17990 sed 's/^/| /' conftest.$ac_ext >&5
17394 17991
17395 ac_cv_lib_kvm_kvm_open=no 17992 ac_cv_lib_kvm_kvm_open=no
17396 fi 17993 fi
17397 17994
17995 rm -rf conftest.dSYM
17398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17399 conftest$ac_exeext conftest.$ac_ext 17997 conftest$ac_exeext conftest.$ac_ext
17400 LIBS=$ac_check_lib_save_LIBS 17998 LIBS=$ac_check_lib_save_LIBS
17401 fi 17999 fi
17402 { echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 18000 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
17403 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; } 18001 $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
17404 if test $ac_cv_lib_kvm_kvm_open = yes; then 18002 if test $ac_cv_lib_kvm_kvm_open = yes; then
17405 LIBS="-lkvm $LIBS" 18003 LIBS="-lkvm $LIBS"
17406 fi 18004 fi
17407 18005
17408 # Check for the 4.4BSD definition of getloadavg. 18006 # Check for the 4.4BSD definition of getloadavg.
17409 { echo "$as_me:$LINENO: checking for getloadavg in -lutil" >&5 18007 { $as_echo "$as_me:$LINENO: checking for getloadavg in -lutil" >&5
17410 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6; } 18008 $as_echo_n "checking for getloadavg in -lutil... " >&6; }
17411 if test "${ac_cv_lib_util_getloadavg+set}" = set; then 18009 if test "${ac_cv_lib_util_getloadavg+set}" = set; then
17412 echo $ECHO_N "(cached) $ECHO_C" >&6 18010 $as_echo_n "(cached) " >&6
17413 else 18011 else
17414 ac_check_lib_save_LIBS=$LIBS 18012 ac_check_lib_save_LIBS=$LIBS
17415 LIBS="-lutil $LIBS" 18013 LIBS="-lutil $LIBS"
17416 cat >conftest.$ac_ext <<_ACEOF 18014 cat >conftest.$ac_ext <<_ACEOF
17417 /* confdefs.h. */ 18015 /* confdefs.h. */
17439 if { (ac_try="$ac_link" 18037 if { (ac_try="$ac_link"
17440 case "(($ac_try" in 18038 case "(($ac_try" in
17441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17442 *) ac_try_echo=$ac_try;; 18040 *) ac_try_echo=$ac_try;;
17443 esac 18041 esac
17444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18043 $as_echo "$ac_try_echo") >&5
17445 (eval "$ac_link") 2>conftest.er1 18044 (eval "$ac_link") 2>conftest.er1
17446 ac_status=$? 18045 ac_status=$?
17447 grep -v '^ *+' conftest.er1 >conftest.err 18046 grep -v '^ *+' conftest.er1 >conftest.err
17448 rm -f conftest.er1 18047 rm -f conftest.er1
17449 cat conftest.err >&5 18048 cat conftest.err >&5
17450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17451 (exit $ac_status); } && { 18050 (exit $ac_status); } && {
17452 test -z "$ac_c_werror_flag" || 18051 test -z "$ac_c_werror_flag" ||
17453 test ! -s conftest.err 18052 test ! -s conftest.err
17454 } && test -s conftest$ac_exeext && 18053 } && test -s conftest$ac_exeext && {
17455 $as_test_x conftest$ac_exeext; then 18054 test "$cross_compiling" = yes ||
18055 $as_test_x conftest$ac_exeext
18056 }; then
17456 ac_cv_lib_util_getloadavg=yes 18057 ac_cv_lib_util_getloadavg=yes
17457 else 18058 else
17458 echo "$as_me: failed program was:" >&5 18059 $as_echo "$as_me: failed program was:" >&5
17459 sed 's/^/| /' conftest.$ac_ext >&5 18060 sed 's/^/| /' conftest.$ac_ext >&5
17460 18061
17461 ac_cv_lib_util_getloadavg=no 18062 ac_cv_lib_util_getloadavg=no
17462 fi 18063 fi
17463 18064
18065 rm -rf conftest.dSYM
17464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17465 conftest$ac_exeext conftest.$ac_ext 18067 conftest$ac_exeext conftest.$ac_ext
17466 LIBS=$ac_check_lib_save_LIBS 18068 LIBS=$ac_check_lib_save_LIBS
17467 fi 18069 fi
17468 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 18070 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
17469 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6; } 18071 $as_echo "$ac_cv_lib_util_getloadavg" >&6; }
17470 if test $ac_cv_lib_util_getloadavg = yes; then 18072 if test $ac_cv_lib_util_getloadavg = yes; then
17471 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 18073 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
17472 fi 18074 fi
17473 18075
17474 fi 18076 fi
17476 if test $ac_have_func = no; then 18078 if test $ac_have_func = no; then
17477 # There is a commonly available library for RS/6000 AIX. 18079 # There is a commonly available library for RS/6000 AIX.
17478 # Since it is not a standard part of AIX, it might be installed locally. 18080 # Since it is not a standard part of AIX, it might be installed locally.
17479 ac_getloadavg_LIBS=$LIBS 18081 ac_getloadavg_LIBS=$LIBS
17480 LIBS="-L/usr/local/lib $LIBS" 18082 LIBS="-L/usr/local/lib $LIBS"
17481 { echo "$as_me:$LINENO: checking for getloadavg in -lgetloadavg" >&5 18083 { $as_echo "$as_me:$LINENO: checking for getloadavg in -lgetloadavg" >&5
17482 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6; } 18084 $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
17483 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 18085 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
17484 echo $ECHO_N "(cached) $ECHO_C" >&6 18086 $as_echo_n "(cached) " >&6
17485 else 18087 else
17486 ac_check_lib_save_LIBS=$LIBS 18088 ac_check_lib_save_LIBS=$LIBS
17487 LIBS="-lgetloadavg $LIBS" 18089 LIBS="-lgetloadavg $LIBS"
17488 cat >conftest.$ac_ext <<_ACEOF 18090 cat >conftest.$ac_ext <<_ACEOF
17489 /* confdefs.h. */ 18091 /* confdefs.h. */
17511 if { (ac_try="$ac_link" 18113 if { (ac_try="$ac_link"
17512 case "(($ac_try" in 18114 case "(($ac_try" in
17513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17514 *) ac_try_echo=$ac_try;; 18116 *) ac_try_echo=$ac_try;;
17515 esac 18117 esac
17516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18119 $as_echo "$ac_try_echo") >&5
17517 (eval "$ac_link") 2>conftest.er1 18120 (eval "$ac_link") 2>conftest.er1
17518 ac_status=$? 18121 ac_status=$?
17519 grep -v '^ *+' conftest.er1 >conftest.err 18122 grep -v '^ *+' conftest.er1 >conftest.err
17520 rm -f conftest.er1 18123 rm -f conftest.er1
17521 cat conftest.err >&5 18124 cat conftest.err >&5
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); } && { 18126 (exit $ac_status); } && {
17524 test -z "$ac_c_werror_flag" || 18127 test -z "$ac_c_werror_flag" ||
17525 test ! -s conftest.err 18128 test ! -s conftest.err
17526 } && test -s conftest$ac_exeext && 18129 } && test -s conftest$ac_exeext && {
17527 $as_test_x conftest$ac_exeext; then 18130 test "$cross_compiling" = yes ||
18131 $as_test_x conftest$ac_exeext
18132 }; then
17528 ac_cv_lib_getloadavg_getloadavg=yes 18133 ac_cv_lib_getloadavg_getloadavg=yes
17529 else 18134 else
17530 echo "$as_me: failed program was:" >&5 18135 $as_echo "$as_me: failed program was:" >&5
17531 sed 's/^/| /' conftest.$ac_ext >&5 18136 sed 's/^/| /' conftest.$ac_ext >&5
17532 18137
17533 ac_cv_lib_getloadavg_getloadavg=no 18138 ac_cv_lib_getloadavg_getloadavg=no
17534 fi 18139 fi
17535 18140
18141 rm -rf conftest.dSYM
17536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17537 conftest$ac_exeext conftest.$ac_ext 18143 conftest$ac_exeext conftest.$ac_ext
17538 LIBS=$ac_check_lib_save_LIBS 18144 LIBS=$ac_check_lib_save_LIBS
17539 fi 18145 fi
17540 { echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 18146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
17541 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6; } 18147 $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
17542 if test $ac_cv_lib_getloadavg_getloadavg = yes; then 18148 if test $ac_cv_lib_getloadavg_getloadavg = yes; then
17543 LIBS="-lgetloadavg $LIBS" 18149 LIBS="-lgetloadavg $LIBS"
17544 else 18150 else
17545 LIBS=$ac_getloadavg_LIBS 18151 LIBS=$ac_getloadavg_LIBS
17546 fi 18152 fi
17550 # Make sure it is really in the library, if we think we found it, 18156 # Make sure it is really in the library, if we think we found it,
17551 # otherwise set up the replacement function. 18157 # otherwise set up the replacement function.
17552 18158
17553 for ac_func in getloadavg 18159 for ac_func in getloadavg
17554 do 18160 do
17555 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 18161 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17556 { echo "$as_me:$LINENO: checking for $ac_func" >&5 18162 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17557 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 18163 $as_echo_n "checking for $ac_func... " >&6; }
17558 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 18164 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17559 echo $ECHO_N "(cached) $ECHO_C" >&6 18165 $as_echo_n "(cached) " >&6
17560 else 18166 else
17561 cat >conftest.$ac_ext <<_ACEOF 18167 cat >conftest.$ac_ext <<_ACEOF
17562 /* confdefs.h. */ 18168 /* confdefs.h. */
17563 _ACEOF 18169 _ACEOF
17564 cat confdefs.h >>conftest.$ac_ext 18170 cat confdefs.h >>conftest.$ac_ext
17607 if { (ac_try="$ac_link" 18213 if { (ac_try="$ac_link"
17608 case "(($ac_try" in 18214 case "(($ac_try" in
17609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17610 *) ac_try_echo=$ac_try;; 18216 *) ac_try_echo=$ac_try;;
17611 esac 18217 esac
17612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18219 $as_echo "$ac_try_echo") >&5
17613 (eval "$ac_link") 2>conftest.er1 18220 (eval "$ac_link") 2>conftest.er1
17614 ac_status=$? 18221 ac_status=$?
17615 grep -v '^ *+' conftest.er1 >conftest.err 18222 grep -v '^ *+' conftest.er1 >conftest.err
17616 rm -f conftest.er1 18223 rm -f conftest.er1
17617 cat conftest.err >&5 18224 cat conftest.err >&5
17618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619 (exit $ac_status); } && { 18226 (exit $ac_status); } && {
17620 test -z "$ac_c_werror_flag" || 18227 test -z "$ac_c_werror_flag" ||
17621 test ! -s conftest.err 18228 test ! -s conftest.err
17622 } && test -s conftest$ac_exeext && 18229 } && test -s conftest$ac_exeext && {
17623 $as_test_x conftest$ac_exeext; then 18230 test "$cross_compiling" = yes ||
18231 $as_test_x conftest$ac_exeext
18232 }; then
17624 eval "$as_ac_var=yes" 18233 eval "$as_ac_var=yes"
17625 else 18234 else
17626 echo "$as_me: failed program was:" >&5 18235 $as_echo "$as_me: failed program was:" >&5
17627 sed 's/^/| /' conftest.$ac_ext >&5 18236 sed 's/^/| /' conftest.$ac_ext >&5
17628 18237
17629 eval "$as_ac_var=no" 18238 eval "$as_ac_var=no"
17630 fi 18239 fi
17631 18240
18241 rm -rf conftest.dSYM
17632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17633 conftest$ac_exeext conftest.$ac_ext 18243 conftest$ac_exeext conftest.$ac_ext
17634 fi 18244 fi
17635 ac_res=`eval echo '${'$as_ac_var'}'` 18245 ac_res=`eval 'as_val=${'$as_ac_var'}
17636 { echo "$as_me:$LINENO: result: $ac_res" >&5 18246 $as_echo "$as_val"'`
17637 echo "${ECHO_T}$ac_res" >&6; } 18247 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17638 if test `eval echo '${'$as_ac_var'}'` = yes; then 18248 $as_echo "$ac_res" >&6; }
18249 if test `eval 'as_val=${'$as_ac_var'}
18250 $as_echo "$as_val"'` = yes; then
17639 cat >>confdefs.h <<_ACEOF 18251 cat >>confdefs.h <<_ACEOF
17640 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 18252 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17641 _ACEOF 18253 _ACEOF
17642 18254
17643 else 18255 else
17644 case " $LIBOBJS " in 18256 case " $LIBOBJS " in
17645 *" getloadavg.$ac_objext "* ) ;; 18257 *" getloadavg.$ac_objext "* ) ;;
17653 _ACEOF 18265 _ACEOF
17654 18266
17655 # Figure out what our getloadavg.c needs. 18267 # Figure out what our getloadavg.c needs.
17656 ac_have_func=no 18268 ac_have_func=no
17657 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 18269 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17658 { echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 18270 { $as_echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
17659 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6; } 18271 $as_echo_n "checking for sys/dg_sys_info.h... " >&6; }
17660 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 18272 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17661 echo $ECHO_N "(cached) $ECHO_C" >&6 18273 $as_echo_n "(cached) " >&6
17662 fi 18274 fi
17663 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5 18275 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
17664 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; } 18276 $as_echo "$ac_cv_header_sys_dg_sys_info_h" >&6; }
17665 else 18277 else
17666 # Is the header compilable? 18278 # Is the header compilable?
17667 { echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 18279 { $as_echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
17668 echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6; } 18280 $as_echo_n "checking sys/dg_sys_info.h usability... " >&6; }
17669 cat >conftest.$ac_ext <<_ACEOF 18281 cat >conftest.$ac_ext <<_ACEOF
17670 /* confdefs.h. */ 18282 /* confdefs.h. */
17671 _ACEOF 18283 _ACEOF
17672 cat confdefs.h >>conftest.$ac_ext 18284 cat confdefs.h >>conftest.$ac_ext
17673 cat >>conftest.$ac_ext <<_ACEOF 18285 cat >>conftest.$ac_ext <<_ACEOF
17679 if { (ac_try="$ac_compile" 18291 if { (ac_try="$ac_compile"
17680 case "(($ac_try" in 18292 case "(($ac_try" in
17681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17682 *) ac_try_echo=$ac_try;; 18294 *) ac_try_echo=$ac_try;;
17683 esac 18295 esac
17684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18297 $as_echo "$ac_try_echo") >&5
17685 (eval "$ac_compile") 2>conftest.er1 18298 (eval "$ac_compile") 2>conftest.er1
17686 ac_status=$? 18299 ac_status=$?
17687 grep -v '^ *+' conftest.er1 >conftest.err 18300 grep -v '^ *+' conftest.er1 >conftest.err
17688 rm -f conftest.er1 18301 rm -f conftest.er1
17689 cat conftest.err >&5 18302 cat conftest.err >&5
17690 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17691 (exit $ac_status); } && { 18304 (exit $ac_status); } && {
17692 test -z "$ac_c_werror_flag" || 18305 test -z "$ac_c_werror_flag" ||
17693 test ! -s conftest.err 18306 test ! -s conftest.err
17694 } && test -s conftest.$ac_objext; then 18307 } && test -s conftest.$ac_objext; then
17695 ac_header_compiler=yes 18308 ac_header_compiler=yes
17696 else 18309 else
17697 echo "$as_me: failed program was:" >&5 18310 $as_echo "$as_me: failed program was:" >&5
17698 sed 's/^/| /' conftest.$ac_ext >&5 18311 sed 's/^/| /' conftest.$ac_ext >&5
17699 18312
17700 ac_header_compiler=no 18313 ac_header_compiler=no
17701 fi 18314 fi
17702 18315
17703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17704 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18317 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17705 echo "${ECHO_T}$ac_header_compiler" >&6; } 18318 $as_echo "$ac_header_compiler" >&6; }
17706 18319
17707 # Is the header present? 18320 # Is the header present?
17708 { echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 18321 { $as_echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
17709 echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6; } 18322 $as_echo_n "checking sys/dg_sys_info.h presence... " >&6; }
17710 cat >conftest.$ac_ext <<_ACEOF 18323 cat >conftest.$ac_ext <<_ACEOF
17711 /* confdefs.h. */ 18324 /* confdefs.h. */
17712 _ACEOF 18325 _ACEOF
17713 cat confdefs.h >>conftest.$ac_ext 18326 cat confdefs.h >>conftest.$ac_ext
17714 cat >>conftest.$ac_ext <<_ACEOF 18327 cat >>conftest.$ac_ext <<_ACEOF
17718 if { (ac_try="$ac_cpp conftest.$ac_ext" 18331 if { (ac_try="$ac_cpp conftest.$ac_ext"
17719 case "(($ac_try" in 18332 case "(($ac_try" in
17720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17721 *) ac_try_echo=$ac_try;; 18334 *) ac_try_echo=$ac_try;;
17722 esac 18335 esac
17723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18337 $as_echo "$ac_try_echo") >&5
17724 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 18338 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17725 ac_status=$? 18339 ac_status=$?
17726 grep -v '^ *+' conftest.er1 >conftest.err 18340 grep -v '^ *+' conftest.er1 >conftest.err
17727 rm -f conftest.er1 18341 rm -f conftest.er1
17728 cat conftest.err >&5 18342 cat conftest.err >&5
17729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17730 (exit $ac_status); } >/dev/null && { 18344 (exit $ac_status); } >/dev/null && {
17731 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 18345 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17732 test ! -s conftest.err 18346 test ! -s conftest.err
17733 }; then 18347 }; then
17734 ac_header_preproc=yes 18348 ac_header_preproc=yes
17735 else 18349 else
17736 echo "$as_me: failed program was:" >&5 18350 $as_echo "$as_me: failed program was:" >&5
17737 sed 's/^/| /' conftest.$ac_ext >&5 18351 sed 's/^/| /' conftest.$ac_ext >&5
17738 18352
17739 ac_header_preproc=no 18353 ac_header_preproc=no
17740 fi 18354 fi
17741 18355
17742 rm -f conftest.err conftest.$ac_ext 18356 rm -f conftest.err conftest.$ac_ext
17743 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 18357 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17744 echo "${ECHO_T}$ac_header_preproc" >&6; } 18358 $as_echo "$ac_header_preproc" >&6; }
17745 18359
17746 # So? What about this header? 18360 # So? What about this header?
17747 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18361 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17748 yes:no: ) 18362 yes:no: )
17749 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 18363 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
17750 echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18364 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17751 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5 18365 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
17752 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;} 18366 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
17753 ac_header_preproc=yes 18367 ac_header_preproc=yes
17754 ;; 18368 ;;
17755 no:yes:* ) 18369 no:yes:* )
17756 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 18370 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
17757 echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 18371 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
17758 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 18372 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
17759 echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 18373 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
17760 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5 18374 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
17761 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;} 18375 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
17762 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5 18376 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
17763 echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;} 18377 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
17764 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 18378 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
17765 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 18379 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
17766 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5 18380 { $as_echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
17767 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;} 18381 $as_echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
17768 18382
17769 ;; 18383 ;;
17770 esac 18384 esac
17771 { echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 18385 { $as_echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
17772 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6; } 18386 $as_echo_n "checking for sys/dg_sys_info.h... " >&6; }
17773 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 18387 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17774 echo $ECHO_N "(cached) $ECHO_C" >&6 18388 $as_echo_n "(cached) " >&6
17775 else 18389 else
17776 ac_cv_header_sys_dg_sys_info_h=$ac_header_preproc 18390 ac_cv_header_sys_dg_sys_info_h=$ac_header_preproc
17777 fi 18391 fi
17778 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5 18392 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
17779 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; } 18393 $as_echo "$ac_cv_header_sys_dg_sys_info_h" >&6; }
17780 18394
17781 fi 18395 fi
17782 if test $ac_cv_header_sys_dg_sys_info_h = yes; then 18396 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
17783 ac_have_func=yes 18397 ac_have_func=yes
17784 18398
17785 cat >>confdefs.h <<\_ACEOF 18399 cat >>confdefs.h <<\_ACEOF
17786 #define DGUX 1 18400 #define DGUX 1
17787 _ACEOF 18401 _ACEOF
17788 18402
17789 18403
17790 { echo "$as_me:$LINENO: checking for dg_sys_info in -ldgc" >&5 18404 { $as_echo "$as_me:$LINENO: checking for dg_sys_info in -ldgc" >&5
17791 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6; } 18405 $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
17792 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 18406 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
17793 echo $ECHO_N "(cached) $ECHO_C" >&6 18407 $as_echo_n "(cached) " >&6
17794 else 18408 else
17795 ac_check_lib_save_LIBS=$LIBS 18409 ac_check_lib_save_LIBS=$LIBS
17796 LIBS="-ldgc $LIBS" 18410 LIBS="-ldgc $LIBS"
17797 cat >conftest.$ac_ext <<_ACEOF 18411 cat >conftest.$ac_ext <<_ACEOF
17798 /* confdefs.h. */ 18412 /* confdefs.h. */
17820 if { (ac_try="$ac_link" 18434 if { (ac_try="$ac_link"
17821 case "(($ac_try" in 18435 case "(($ac_try" in
17822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17823 *) ac_try_echo=$ac_try;; 18437 *) ac_try_echo=$ac_try;;
17824 esac 18438 esac
17825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18440 $as_echo "$ac_try_echo") >&5
17826 (eval "$ac_link") 2>conftest.er1 18441 (eval "$ac_link") 2>conftest.er1
17827 ac_status=$? 18442 ac_status=$?
17828 grep -v '^ *+' conftest.er1 >conftest.err 18443 grep -v '^ *+' conftest.er1 >conftest.err
17829 rm -f conftest.er1 18444 rm -f conftest.er1
17830 cat conftest.err >&5 18445 cat conftest.err >&5
17831 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17832 (exit $ac_status); } && { 18447 (exit $ac_status); } && {
17833 test -z "$ac_c_werror_flag" || 18448 test -z "$ac_c_werror_flag" ||
17834 test ! -s conftest.err 18449 test ! -s conftest.err
17835 } && test -s conftest$ac_exeext && 18450 } && test -s conftest$ac_exeext && {
17836 $as_test_x conftest$ac_exeext; then 18451 test "$cross_compiling" = yes ||
18452 $as_test_x conftest$ac_exeext
18453 }; then
17837 ac_cv_lib_dgc_dg_sys_info=yes 18454 ac_cv_lib_dgc_dg_sys_info=yes
17838 else 18455 else
17839 echo "$as_me: failed program was:" >&5 18456 $as_echo "$as_me: failed program was:" >&5
17840 sed 's/^/| /' conftest.$ac_ext >&5 18457 sed 's/^/| /' conftest.$ac_ext >&5
17841 18458
17842 ac_cv_lib_dgc_dg_sys_info=no 18459 ac_cv_lib_dgc_dg_sys_info=no
17843 fi 18460 fi
17844 18461
18462 rm -rf conftest.dSYM
17845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18463 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17846 conftest$ac_exeext conftest.$ac_ext 18464 conftest$ac_exeext conftest.$ac_ext
17847 LIBS=$ac_check_lib_save_LIBS 18465 LIBS=$ac_check_lib_save_LIBS
17848 fi 18466 fi
17849 { echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 18467 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
17850 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6; } 18468 $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
17851 if test $ac_cv_lib_dgc_dg_sys_info = yes; then 18469 if test $ac_cv_lib_dgc_dg_sys_info = yes; then
17852 cat >>confdefs.h <<_ACEOF 18470 cat >>confdefs.h <<_ACEOF
17853 #define HAVE_LIBDGC 1 18471 #define HAVE_LIBDGC 1
17854 _ACEOF 18472 _ACEOF
17855 18473
17860 fi 18478 fi
17861 18479
17862 18480
17863 18481
17864 if test "${ac_cv_header_locale_h+set}" = set; then 18482 if test "${ac_cv_header_locale_h+set}" = set; then
17865 { echo "$as_me:$LINENO: checking for locale.h" >&5 18483 { $as_echo "$as_me:$LINENO: checking for locale.h" >&5
17866 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; } 18484 $as_echo_n "checking for locale.h... " >&6; }
17867 if test "${ac_cv_header_locale_h+set}" = set; then 18485 if test "${ac_cv_header_locale_h+set}" = set; then
17868 echo $ECHO_N "(cached) $ECHO_C" >&6 18486 $as_echo_n "(cached) " >&6
17869 fi 18487 fi
17870 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5 18488 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
17871 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; } 18489 $as_echo "$ac_cv_header_locale_h" >&6; }
17872 else 18490 else
17873 # Is the header compilable? 18491 # Is the header compilable?
17874 { echo "$as_me:$LINENO: checking locale.h usability" >&5 18492 { $as_echo "$as_me:$LINENO: checking locale.h usability" >&5
17875 echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6; } 18493 $as_echo_n "checking locale.h usability... " >&6; }
17876 cat >conftest.$ac_ext <<_ACEOF 18494 cat >conftest.$ac_ext <<_ACEOF
17877 /* confdefs.h. */ 18495 /* confdefs.h. */
17878 _ACEOF 18496 _ACEOF
17879 cat confdefs.h >>conftest.$ac_ext 18497 cat confdefs.h >>conftest.$ac_ext
17880 cat >>conftest.$ac_ext <<_ACEOF 18498 cat >>conftest.$ac_ext <<_ACEOF
17886 if { (ac_try="$ac_compile" 18504 if { (ac_try="$ac_compile"
17887 case "(($ac_try" in 18505 case "(($ac_try" in
17888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17889 *) ac_try_echo=$ac_try;; 18507 *) ac_try_echo=$ac_try;;
17890 esac 18508 esac
17891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18510 $as_echo "$ac_try_echo") >&5
17892 (eval "$ac_compile") 2>conftest.er1 18511 (eval "$ac_compile") 2>conftest.er1
17893 ac_status=$? 18512 ac_status=$?
17894 grep -v '^ *+' conftest.er1 >conftest.err 18513 grep -v '^ *+' conftest.er1 >conftest.err
17895 rm -f conftest.er1 18514 rm -f conftest.er1
17896 cat conftest.err >&5 18515 cat conftest.err >&5
17897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17898 (exit $ac_status); } && { 18517 (exit $ac_status); } && {
17899 test -z "$ac_c_werror_flag" || 18518 test -z "$ac_c_werror_flag" ||
17900 test ! -s conftest.err 18519 test ! -s conftest.err
17901 } && test -s conftest.$ac_objext; then 18520 } && test -s conftest.$ac_objext; then
17902 ac_header_compiler=yes 18521 ac_header_compiler=yes
17903 else 18522 else
17904 echo "$as_me: failed program was:" >&5 18523 $as_echo "$as_me: failed program was:" >&5
17905 sed 's/^/| /' conftest.$ac_ext >&5 18524 sed 's/^/| /' conftest.$ac_ext >&5
17906 18525
17907 ac_header_compiler=no 18526 ac_header_compiler=no
17908 fi 18527 fi
17909 18528
17910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17911 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18530 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17912 echo "${ECHO_T}$ac_header_compiler" >&6; } 18531 $as_echo "$ac_header_compiler" >&6; }
17913 18532
17914 # Is the header present? 18533 # Is the header present?
17915 { echo "$as_me:$LINENO: checking locale.h presence" >&5 18534 { $as_echo "$as_me:$LINENO: checking locale.h presence" >&5
17916 echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6; } 18535 $as_echo_n "checking locale.h presence... " >&6; }
17917 cat >conftest.$ac_ext <<_ACEOF 18536 cat >conftest.$ac_ext <<_ACEOF
17918 /* confdefs.h. */ 18537 /* confdefs.h. */
17919 _ACEOF 18538 _ACEOF
17920 cat confdefs.h >>conftest.$ac_ext 18539 cat confdefs.h >>conftest.$ac_ext
17921 cat >>conftest.$ac_ext <<_ACEOF 18540 cat >>conftest.$ac_ext <<_ACEOF
17925 if { (ac_try="$ac_cpp conftest.$ac_ext" 18544 if { (ac_try="$ac_cpp conftest.$ac_ext"
17926 case "(($ac_try" in 18545 case "(($ac_try" in
17927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17928 *) ac_try_echo=$ac_try;; 18547 *) ac_try_echo=$ac_try;;
17929 esac 18548 esac
17930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18550 $as_echo "$ac_try_echo") >&5
17931 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 18551 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17932 ac_status=$? 18552 ac_status=$?
17933 grep -v '^ *+' conftest.er1 >conftest.err 18553 grep -v '^ *+' conftest.er1 >conftest.err
17934 rm -f conftest.er1 18554 rm -f conftest.er1
17935 cat conftest.err >&5 18555 cat conftest.err >&5
17936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17937 (exit $ac_status); } >/dev/null && { 18557 (exit $ac_status); } >/dev/null && {
17938 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 18558 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17939 test ! -s conftest.err 18559 test ! -s conftest.err
17940 }; then 18560 }; then
17941 ac_header_preproc=yes 18561 ac_header_preproc=yes
17942 else 18562 else
17943 echo "$as_me: failed program was:" >&5 18563 $as_echo "$as_me: failed program was:" >&5
17944 sed 's/^/| /' conftest.$ac_ext >&5 18564 sed 's/^/| /' conftest.$ac_ext >&5
17945 18565
17946 ac_header_preproc=no 18566 ac_header_preproc=no
17947 fi 18567 fi
17948 18568
17949 rm -f conftest.err conftest.$ac_ext 18569 rm -f conftest.err conftest.$ac_ext
17950 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 18570 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17951 echo "${ECHO_T}$ac_header_preproc" >&6; } 18571 $as_echo "$ac_header_preproc" >&6; }
17952 18572
17953 # So? What about this header? 18573 # So? What about this header?
17954 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18574 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17955 yes:no: ) 18575 yes:no: )
17956 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 18576 { $as_echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
17957 echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18577 $as_echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17958 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5 18578 { $as_echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
17959 echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;} 18579 $as_echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
17960 ac_header_preproc=yes 18580 ac_header_preproc=yes
17961 ;; 18581 ;;
17962 no:yes:* ) 18582 no:yes:* )
17963 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 18583 { $as_echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
17964 echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 18584 $as_echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
17965 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 18585 { $as_echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
17966 echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 18586 $as_echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
17967 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5 18587 { $as_echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
17968 echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;} 18588 $as_echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
17969 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5 18589 { $as_echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
17970 echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;} 18590 $as_echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
17971 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 18591 { $as_echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
17972 echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 18592 $as_echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
17973 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5 18593 { $as_echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
17974 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;} 18594 $as_echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
17975 18595
17976 ;; 18596 ;;
17977 esac 18597 esac
17978 { echo "$as_me:$LINENO: checking for locale.h" >&5 18598 { $as_echo "$as_me:$LINENO: checking for locale.h" >&5
17979 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; } 18599 $as_echo_n "checking for locale.h... " >&6; }
17980 if test "${ac_cv_header_locale_h+set}" = set; then 18600 if test "${ac_cv_header_locale_h+set}" = set; then
17981 echo $ECHO_N "(cached) $ECHO_C" >&6 18601 $as_echo_n "(cached) " >&6
17982 else 18602 else
17983 ac_cv_header_locale_h=$ac_header_preproc 18603 ac_cv_header_locale_h=$ac_header_preproc
17984 fi 18604 fi
17985 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5 18605 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
17986 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; } 18606 $as_echo "$ac_cv_header_locale_h" >&6; }
17987 18607
17988 fi 18608 fi
17989 18609
17990 18610
17991 18611
17992 for ac_func in setlocale 18612 for ac_func in setlocale
17993 do 18613 do
17994 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 18614 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17995 { echo "$as_me:$LINENO: checking for $ac_func" >&5 18615 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17996 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 18616 $as_echo_n "checking for $ac_func... " >&6; }
17997 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 18617 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17998 echo $ECHO_N "(cached) $ECHO_C" >&6 18618 $as_echo_n "(cached) " >&6
17999 else 18619 else
18000 cat >conftest.$ac_ext <<_ACEOF 18620 cat >conftest.$ac_ext <<_ACEOF
18001 /* confdefs.h. */ 18621 /* confdefs.h. */
18002 _ACEOF 18622 _ACEOF
18003 cat confdefs.h >>conftest.$ac_ext 18623 cat confdefs.h >>conftest.$ac_ext
18046 if { (ac_try="$ac_link" 18666 if { (ac_try="$ac_link"
18047 case "(($ac_try" in 18667 case "(($ac_try" in
18048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18049 *) ac_try_echo=$ac_try;; 18669 *) ac_try_echo=$ac_try;;
18050 esac 18670 esac
18051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18672 $as_echo "$ac_try_echo") >&5
18052 (eval "$ac_link") 2>conftest.er1 18673 (eval "$ac_link") 2>conftest.er1
18053 ac_status=$? 18674 ac_status=$?
18054 grep -v '^ *+' conftest.er1 >conftest.err 18675 grep -v '^ *+' conftest.er1 >conftest.err
18055 rm -f conftest.er1 18676 rm -f conftest.er1
18056 cat conftest.err >&5 18677 cat conftest.err >&5
18057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18058 (exit $ac_status); } && { 18679 (exit $ac_status); } && {
18059 test -z "$ac_c_werror_flag" || 18680 test -z "$ac_c_werror_flag" ||
18060 test ! -s conftest.err 18681 test ! -s conftest.err
18061 } && test -s conftest$ac_exeext && 18682 } && test -s conftest$ac_exeext && {
18062 $as_test_x conftest$ac_exeext; then 18683 test "$cross_compiling" = yes ||
18684 $as_test_x conftest$ac_exeext
18685 }; then
18063 eval "$as_ac_var=yes" 18686 eval "$as_ac_var=yes"
18064 else 18687 else
18065 echo "$as_me: failed program was:" >&5 18688 $as_echo "$as_me: failed program was:" >&5
18066 sed 's/^/| /' conftest.$ac_ext >&5 18689 sed 's/^/| /' conftest.$ac_ext >&5
18067 18690
18068 eval "$as_ac_var=no" 18691 eval "$as_ac_var=no"
18069 fi 18692 fi
18070 18693
18694 rm -rf conftest.dSYM
18071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18072 conftest$ac_exeext conftest.$ac_ext 18696 conftest$ac_exeext conftest.$ac_ext
18073 fi 18697 fi
18074 ac_res=`eval echo '${'$as_ac_var'}'` 18698 ac_res=`eval 'as_val=${'$as_ac_var'}
18075 { echo "$as_me:$LINENO: result: $ac_res" >&5 18699 $as_echo "$as_val"'`
18076 echo "${ECHO_T}$ac_res" >&6; } 18700 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18077 if test `eval echo '${'$as_ac_var'}'` = yes; then 18701 $as_echo "$ac_res" >&6; }
18702 if test `eval 'as_val=${'$as_ac_var'}
18703 $as_echo "$as_val"'` = yes; then
18078 cat >>confdefs.h <<_ACEOF 18704 cat >>confdefs.h <<_ACEOF
18079 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 18705 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18080 _ACEOF 18706 _ACEOF
18081 18707
18082 fi 18708 fi
18083 done 18709 done
18084 18710
18095 18721
18096 fi 18722 fi
18097 18723
18098 if test $ac_have_func = no; then 18724 if test $ac_have_func = no; then
18099 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 18725 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18100 { echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 18726 { $as_echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
18101 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6; } 18727 $as_echo_n "checking for inq_stats/cpustats.h... " >&6; }
18102 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 18728 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18103 echo $ECHO_N "(cached) $ECHO_C" >&6 18729 $as_echo_n "(cached) " >&6
18104 fi 18730 fi
18105 { echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5 18731 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
18106 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; } 18732 $as_echo "$ac_cv_header_inq_stats_cpustats_h" >&6; }
18107 else 18733 else
18108 # Is the header compilable? 18734 # Is the header compilable?
18109 { echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 18735 { $as_echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
18110 echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6; } 18736 $as_echo_n "checking inq_stats/cpustats.h usability... " >&6; }
18111 cat >conftest.$ac_ext <<_ACEOF 18737 cat >conftest.$ac_ext <<_ACEOF
18112 /* confdefs.h. */ 18738 /* confdefs.h. */
18113 _ACEOF 18739 _ACEOF
18114 cat confdefs.h >>conftest.$ac_ext 18740 cat confdefs.h >>conftest.$ac_ext
18115 cat >>conftest.$ac_ext <<_ACEOF 18741 cat >>conftest.$ac_ext <<_ACEOF
18121 if { (ac_try="$ac_compile" 18747 if { (ac_try="$ac_compile"
18122 case "(($ac_try" in 18748 case "(($ac_try" in
18123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18124 *) ac_try_echo=$ac_try;; 18750 *) ac_try_echo=$ac_try;;
18125 esac 18751 esac
18126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18753 $as_echo "$ac_try_echo") >&5
18127 (eval "$ac_compile") 2>conftest.er1 18754 (eval "$ac_compile") 2>conftest.er1
18128 ac_status=$? 18755 ac_status=$?
18129 grep -v '^ *+' conftest.er1 >conftest.err 18756 grep -v '^ *+' conftest.er1 >conftest.err
18130 rm -f conftest.er1 18757 rm -f conftest.er1
18131 cat conftest.err >&5 18758 cat conftest.err >&5
18132 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133 (exit $ac_status); } && { 18760 (exit $ac_status); } && {
18134 test -z "$ac_c_werror_flag" || 18761 test -z "$ac_c_werror_flag" ||
18135 test ! -s conftest.err 18762 test ! -s conftest.err
18136 } && test -s conftest.$ac_objext; then 18763 } && test -s conftest.$ac_objext; then
18137 ac_header_compiler=yes 18764 ac_header_compiler=yes
18138 else 18765 else
18139 echo "$as_me: failed program was:" >&5 18766 $as_echo "$as_me: failed program was:" >&5
18140 sed 's/^/| /' conftest.$ac_ext >&5 18767 sed 's/^/| /' conftest.$ac_ext >&5
18141 18768
18142 ac_header_compiler=no 18769 ac_header_compiler=no
18143 fi 18770 fi
18144 18771
18145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18146 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18773 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18147 echo "${ECHO_T}$ac_header_compiler" >&6; } 18774 $as_echo "$ac_header_compiler" >&6; }
18148 18775
18149 # Is the header present? 18776 # Is the header present?
18150 { echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 18777 { $as_echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
18151 echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6; } 18778 $as_echo_n "checking inq_stats/cpustats.h presence... " >&6; }
18152 cat >conftest.$ac_ext <<_ACEOF 18779 cat >conftest.$ac_ext <<_ACEOF
18153 /* confdefs.h. */ 18780 /* confdefs.h. */
18154 _ACEOF 18781 _ACEOF
18155 cat confdefs.h >>conftest.$ac_ext 18782 cat confdefs.h >>conftest.$ac_ext
18156 cat >>conftest.$ac_ext <<_ACEOF 18783 cat >>conftest.$ac_ext <<_ACEOF
18160 if { (ac_try="$ac_cpp conftest.$ac_ext" 18787 if { (ac_try="$ac_cpp conftest.$ac_ext"
18161 case "(($ac_try" in 18788 case "(($ac_try" in
18162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18163 *) ac_try_echo=$ac_try;; 18790 *) ac_try_echo=$ac_try;;
18164 esac 18791 esac
18165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18793 $as_echo "$ac_try_echo") >&5
18166 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 18794 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18167 ac_status=$? 18795 ac_status=$?
18168 grep -v '^ *+' conftest.er1 >conftest.err 18796 grep -v '^ *+' conftest.er1 >conftest.err
18169 rm -f conftest.er1 18797 rm -f conftest.er1
18170 cat conftest.err >&5 18798 cat conftest.err >&5
18171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18172 (exit $ac_status); } >/dev/null && { 18800 (exit $ac_status); } >/dev/null && {
18173 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 18801 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18174 test ! -s conftest.err 18802 test ! -s conftest.err
18175 }; then 18803 }; then
18176 ac_header_preproc=yes 18804 ac_header_preproc=yes
18177 else 18805 else
18178 echo "$as_me: failed program was:" >&5 18806 $as_echo "$as_me: failed program was:" >&5
18179 sed 's/^/| /' conftest.$ac_ext >&5 18807 sed 's/^/| /' conftest.$ac_ext >&5
18180 18808
18181 ac_header_preproc=no 18809 ac_header_preproc=no
18182 fi 18810 fi
18183 18811
18184 rm -f conftest.err conftest.$ac_ext 18812 rm -f conftest.err conftest.$ac_ext
18185 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 18813 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18186 echo "${ECHO_T}$ac_header_preproc" >&6; } 18814 $as_echo "$ac_header_preproc" >&6; }
18187 18815
18188 # So? What about this header? 18816 # So? What about this header?
18189 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18817 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18190 yes:no: ) 18818 yes:no: )
18191 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 18819 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
18192 echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18820 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18193 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5 18821 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
18194 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;} 18822 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
18195 ac_header_preproc=yes 18823 ac_header_preproc=yes
18196 ;; 18824 ;;
18197 no:yes:* ) 18825 no:yes:* )
18198 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 18826 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
18199 echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 18827 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
18200 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 18828 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
18201 echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 18829 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
18202 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5 18830 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
18203 echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;} 18831 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
18204 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5 18832 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
18205 echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;} 18833 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
18206 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 18834 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
18207 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 18835 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
18208 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5 18836 { $as_echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
18209 echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;} 18837 $as_echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
18210 18838
18211 ;; 18839 ;;
18212 esac 18840 esac
18213 { echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 18841 { $as_echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
18214 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6; } 18842 $as_echo_n "checking for inq_stats/cpustats.h... " >&6; }
18215 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 18843 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18216 echo $ECHO_N "(cached) $ECHO_C" >&6 18844 $as_echo_n "(cached) " >&6
18217 else 18845 else
18218 ac_cv_header_inq_stats_cpustats_h=$ac_header_preproc 18846 ac_cv_header_inq_stats_cpustats_h=$ac_header_preproc
18219 fi 18847 fi
18220 { echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5 18848 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
18221 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; } 18849 $as_echo "$ac_cv_header_inq_stats_cpustats_h" >&6; }
18222 18850
18223 fi 18851 fi
18224 if test $ac_cv_header_inq_stats_cpustats_h = yes; then 18852 if test $ac_cv_header_inq_stats_cpustats_h = yes; then
18225 ac_have_func=yes 18853 ac_have_func=yes
18226 18854
18238 18866
18239 fi 18867 fi
18240 18868
18241 if test $ac_have_func = no; then 18869 if test $ac_have_func = no; then
18242 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 18870 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18243 { echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 18871 { $as_echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
18244 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6; } 18872 $as_echo_n "checking for sys/cpustats.h... " >&6; }
18245 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 18873 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18246 echo $ECHO_N "(cached) $ECHO_C" >&6 18874 $as_echo_n "(cached) " >&6
18247 fi 18875 fi
18248 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5 18876 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
18249 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; } 18877 $as_echo "$ac_cv_header_sys_cpustats_h" >&6; }
18250 else 18878 else
18251 # Is the header compilable? 18879 # Is the header compilable?
18252 { echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 18880 { $as_echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
18253 echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6; } 18881 $as_echo_n "checking sys/cpustats.h usability... " >&6; }
18254 cat >conftest.$ac_ext <<_ACEOF 18882 cat >conftest.$ac_ext <<_ACEOF
18255 /* confdefs.h. */ 18883 /* confdefs.h. */
18256 _ACEOF 18884 _ACEOF
18257 cat confdefs.h >>conftest.$ac_ext 18885 cat confdefs.h >>conftest.$ac_ext
18258 cat >>conftest.$ac_ext <<_ACEOF 18886 cat >>conftest.$ac_ext <<_ACEOF
18264 if { (ac_try="$ac_compile" 18892 if { (ac_try="$ac_compile"
18265 case "(($ac_try" in 18893 case "(($ac_try" in
18266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18267 *) ac_try_echo=$ac_try;; 18895 *) ac_try_echo=$ac_try;;
18268 esac 18896 esac
18269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18898 $as_echo "$ac_try_echo") >&5
18270 (eval "$ac_compile") 2>conftest.er1 18899 (eval "$ac_compile") 2>conftest.er1
18271 ac_status=$? 18900 ac_status=$?
18272 grep -v '^ *+' conftest.er1 >conftest.err 18901 grep -v '^ *+' conftest.er1 >conftest.err
18273 rm -f conftest.er1 18902 rm -f conftest.er1
18274 cat conftest.err >&5 18903 cat conftest.err >&5
18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); } && { 18905 (exit $ac_status); } && {
18277 test -z "$ac_c_werror_flag" || 18906 test -z "$ac_c_werror_flag" ||
18278 test ! -s conftest.err 18907 test ! -s conftest.err
18279 } && test -s conftest.$ac_objext; then 18908 } && test -s conftest.$ac_objext; then
18280 ac_header_compiler=yes 18909 ac_header_compiler=yes
18281 else 18910 else
18282 echo "$as_me: failed program was:" >&5 18911 $as_echo "$as_me: failed program was:" >&5
18283 sed 's/^/| /' conftest.$ac_ext >&5 18912 sed 's/^/| /' conftest.$ac_ext >&5
18284 18913
18285 ac_header_compiler=no 18914 ac_header_compiler=no
18286 fi 18915 fi
18287 18916
18288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18289 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18918 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18290 echo "${ECHO_T}$ac_header_compiler" >&6; } 18919 $as_echo "$ac_header_compiler" >&6; }
18291 18920
18292 # Is the header present? 18921 # Is the header present?
18293 { echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 18922 { $as_echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
18294 echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6; } 18923 $as_echo_n "checking sys/cpustats.h presence... " >&6; }
18295 cat >conftest.$ac_ext <<_ACEOF 18924 cat >conftest.$ac_ext <<_ACEOF
18296 /* confdefs.h. */ 18925 /* confdefs.h. */
18297 _ACEOF 18926 _ACEOF
18298 cat confdefs.h >>conftest.$ac_ext 18927 cat confdefs.h >>conftest.$ac_ext
18299 cat >>conftest.$ac_ext <<_ACEOF 18928 cat >>conftest.$ac_ext <<_ACEOF
18303 if { (ac_try="$ac_cpp conftest.$ac_ext" 18932 if { (ac_try="$ac_cpp conftest.$ac_ext"
18304 case "(($ac_try" in 18933 case "(($ac_try" in
18305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18306 *) ac_try_echo=$ac_try;; 18935 *) ac_try_echo=$ac_try;;
18307 esac 18936 esac
18308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18938 $as_echo "$ac_try_echo") >&5
18309 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 18939 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18310 ac_status=$? 18940 ac_status=$?
18311 grep -v '^ *+' conftest.er1 >conftest.err 18941 grep -v '^ *+' conftest.er1 >conftest.err
18312 rm -f conftest.er1 18942 rm -f conftest.er1
18313 cat conftest.err >&5 18943 cat conftest.err >&5
18314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18315 (exit $ac_status); } >/dev/null && { 18945 (exit $ac_status); } >/dev/null && {
18316 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 18946 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18317 test ! -s conftest.err 18947 test ! -s conftest.err
18318 }; then 18948 }; then
18319 ac_header_preproc=yes 18949 ac_header_preproc=yes
18320 else 18950 else
18321 echo "$as_me: failed program was:" >&5 18951 $as_echo "$as_me: failed program was:" >&5
18322 sed 's/^/| /' conftest.$ac_ext >&5 18952 sed 's/^/| /' conftest.$ac_ext >&5
18323 18953
18324 ac_header_preproc=no 18954 ac_header_preproc=no
18325 fi 18955 fi
18326 18956
18327 rm -f conftest.err conftest.$ac_ext 18957 rm -f conftest.err conftest.$ac_ext
18328 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 18958 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18329 echo "${ECHO_T}$ac_header_preproc" >&6; } 18959 $as_echo "$ac_header_preproc" >&6; }
18330 18960
18331 # So? What about this header? 18961 # So? What about this header?
18332 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18962 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18333 yes:no: ) 18963 yes:no: )
18334 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 18964 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
18335 echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18965 $as_echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18336 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5 18966 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
18337 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;} 18967 $as_echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
18338 ac_header_preproc=yes 18968 ac_header_preproc=yes
18339 ;; 18969 ;;
18340 no:yes:* ) 18970 no:yes:* )
18341 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 18971 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
18342 echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 18972 $as_echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
18343 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 18973 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
18344 echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 18974 $as_echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
18345 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5 18975 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
18346 echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;} 18976 $as_echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
18347 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5 18977 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
18348 echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;} 18978 $as_echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
18349 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 18979 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
18350 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 18980 $as_echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
18351 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5 18981 { $as_echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
18352 echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;} 18982 $as_echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
18353 18983
18354 ;; 18984 ;;
18355 esac 18985 esac
18356 { echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 18986 { $as_echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
18357 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6; } 18987 $as_echo_n "checking for sys/cpustats.h... " >&6; }
18358 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 18988 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18359 echo $ECHO_N "(cached) $ECHO_C" >&6 18989 $as_echo_n "(cached) " >&6
18360 else 18990 else
18361 ac_cv_header_sys_cpustats_h=$ac_header_preproc 18991 ac_cv_header_sys_cpustats_h=$ac_header_preproc
18362 fi 18992 fi
18363 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5 18993 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
18364 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; } 18994 $as_echo "$ac_cv_header_sys_cpustats_h" >&6; }
18365 18995
18366 fi 18996 fi
18367 if test $ac_cv_header_sys_cpustats_h = yes; then 18997 if test $ac_cv_header_sys_cpustats_h = yes; then
18368 ac_have_func=yes; cat >>confdefs.h <<\_ACEOF 18998 ac_have_func=yes; cat >>confdefs.h <<\_ACEOF
18369 #define UMAX 1 18999 #define UMAX 1
18376 19006
18377 if test $ac_have_func = no; then 19007 if test $ac_have_func = no; then
18378 19008
18379 for ac_header in mach/mach.h 19009 for ac_header in mach/mach.h
18380 do 19010 do
18381 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 19011 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18382 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18383 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19013 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
18384 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19014 $as_echo_n "checking for $ac_header... " >&6; }
18385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18386 echo $ECHO_N "(cached) $ECHO_C" >&6 19016 $as_echo_n "(cached) " >&6
18387 fi 19017 fi
18388 ac_res=`eval echo '${'$as_ac_Header'}'` 19018 ac_res=`eval 'as_val=${'$as_ac_Header'}
18389 { echo "$as_me:$LINENO: result: $ac_res" >&5 19019 $as_echo "$as_val"'`
18390 echo "${ECHO_T}$ac_res" >&6; } 19020 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19021 $as_echo "$ac_res" >&6; }
18391 else 19022 else
18392 # Is the header compilable? 19023 # Is the header compilable?
18393 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 19024 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
18394 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 19025 $as_echo_n "checking $ac_header usability... " >&6; }
18395 cat >conftest.$ac_ext <<_ACEOF 19026 cat >conftest.$ac_ext <<_ACEOF
18396 /* confdefs.h. */ 19027 /* confdefs.h. */
18397 _ACEOF 19028 _ACEOF
18398 cat confdefs.h >>conftest.$ac_ext 19029 cat confdefs.h >>conftest.$ac_ext
18399 cat >>conftest.$ac_ext <<_ACEOF 19030 cat >>conftest.$ac_ext <<_ACEOF
18405 if { (ac_try="$ac_compile" 19036 if { (ac_try="$ac_compile"
18406 case "(($ac_try" in 19037 case "(($ac_try" in
18407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18408 *) ac_try_echo=$ac_try;; 19039 *) ac_try_echo=$ac_try;;
18409 esac 19040 esac
18410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19042 $as_echo "$ac_try_echo") >&5
18411 (eval "$ac_compile") 2>conftest.er1 19043 (eval "$ac_compile") 2>conftest.er1
18412 ac_status=$? 19044 ac_status=$?
18413 grep -v '^ *+' conftest.er1 >conftest.err 19045 grep -v '^ *+' conftest.er1 >conftest.err
18414 rm -f conftest.er1 19046 rm -f conftest.er1
18415 cat conftest.err >&5 19047 cat conftest.err >&5
18416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18417 (exit $ac_status); } && { 19049 (exit $ac_status); } && {
18418 test -z "$ac_c_werror_flag" || 19050 test -z "$ac_c_werror_flag" ||
18419 test ! -s conftest.err 19051 test ! -s conftest.err
18420 } && test -s conftest.$ac_objext; then 19052 } && test -s conftest.$ac_objext; then
18421 ac_header_compiler=yes 19053 ac_header_compiler=yes
18422 else 19054 else
18423 echo "$as_me: failed program was:" >&5 19055 $as_echo "$as_me: failed program was:" >&5
18424 sed 's/^/| /' conftest.$ac_ext >&5 19056 sed 's/^/| /' conftest.$ac_ext >&5
18425 19057
18426 ac_header_compiler=no 19058 ac_header_compiler=no
18427 fi 19059 fi
18428 19060
18429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18430 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19062 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18431 echo "${ECHO_T}$ac_header_compiler" >&6; } 19063 $as_echo "$ac_header_compiler" >&6; }
18432 19064
18433 # Is the header present? 19065 # Is the header present?
18434 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 19066 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
18435 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 19067 $as_echo_n "checking $ac_header presence... " >&6; }
18436 cat >conftest.$ac_ext <<_ACEOF 19068 cat >conftest.$ac_ext <<_ACEOF
18437 /* confdefs.h. */ 19069 /* confdefs.h. */
18438 _ACEOF 19070 _ACEOF
18439 cat confdefs.h >>conftest.$ac_ext 19071 cat confdefs.h >>conftest.$ac_ext
18440 cat >>conftest.$ac_ext <<_ACEOF 19072 cat >>conftest.$ac_ext <<_ACEOF
18444 if { (ac_try="$ac_cpp conftest.$ac_ext" 19076 if { (ac_try="$ac_cpp conftest.$ac_ext"
18445 case "(($ac_try" in 19077 case "(($ac_try" in
18446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18447 *) ac_try_echo=$ac_try;; 19079 *) ac_try_echo=$ac_try;;
18448 esac 19080 esac
18449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19082 $as_echo "$ac_try_echo") >&5
18450 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 19083 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18451 ac_status=$? 19084 ac_status=$?
18452 grep -v '^ *+' conftest.er1 >conftest.err 19085 grep -v '^ *+' conftest.er1 >conftest.err
18453 rm -f conftest.er1 19086 rm -f conftest.er1
18454 cat conftest.err >&5 19087 cat conftest.err >&5
18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18456 (exit $ac_status); } >/dev/null && { 19089 (exit $ac_status); } >/dev/null && {
18457 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 19090 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18458 test ! -s conftest.err 19091 test ! -s conftest.err
18459 }; then 19092 }; then
18460 ac_header_preproc=yes 19093 ac_header_preproc=yes
18461 else 19094 else
18462 echo "$as_me: failed program was:" >&5 19095 $as_echo "$as_me: failed program was:" >&5
18463 sed 's/^/| /' conftest.$ac_ext >&5 19096 sed 's/^/| /' conftest.$ac_ext >&5
18464 19097
18465 ac_header_preproc=no 19098 ac_header_preproc=no
18466 fi 19099 fi
18467 19100
18468 rm -f conftest.err conftest.$ac_ext 19101 rm -f conftest.err conftest.$ac_ext
18469 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 19102 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18470 echo "${ECHO_T}$ac_header_preproc" >&6; } 19103 $as_echo "$ac_header_preproc" >&6; }
18471 19104
18472 # So? What about this header? 19105 # So? What about this header?
18473 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19106 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18474 yes:no: ) 19107 yes:no: )
18475 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19108 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18476 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19109 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18477 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19110 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18478 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19111 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18479 ac_header_preproc=yes 19112 ac_header_preproc=yes
18480 ;; 19113 ;;
18481 no:yes:* ) 19114 no:yes:* )
18482 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19115 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18483 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19116 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18484 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19117 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18485 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19118 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18486 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 19119 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18487 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 19120 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18488 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 19121 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18489 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 19122 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18490 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19123 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18491 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19124 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18492 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 19125 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18493 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 19126 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18494 19127
18495 ;; 19128 ;;
18496 esac 19129 esac
18497 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19130 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
18498 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19131 $as_echo_n "checking for $ac_header... " >&6; }
18499 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19132 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18500 echo $ECHO_N "(cached) $ECHO_C" >&6 19133 $as_echo_n "(cached) " >&6
18501 else 19134 else
18502 eval "$as_ac_Header=\$ac_header_preproc" 19135 eval "$as_ac_Header=\$ac_header_preproc"
18503 fi 19136 fi
18504 ac_res=`eval echo '${'$as_ac_Header'}'` 19137 ac_res=`eval 'as_val=${'$as_ac_Header'}
18505 { echo "$as_me:$LINENO: result: $ac_res" >&5 19138 $as_echo "$as_val"'`
18506 echo "${ECHO_T}$ac_res" >&6; } 19139 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18507 19140 $as_echo "$ac_res" >&6; }
18508 fi 19141
18509 if test `eval echo '${'$as_ac_Header'}'` = yes; then 19142 fi
19143 if test `eval 'as_val=${'$as_ac_Header'}
19144 $as_echo "$as_val"'` = yes; then
18510 cat >>confdefs.h <<_ACEOF 19145 cat >>confdefs.h <<_ACEOF
18511 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 19146 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18512 _ACEOF 19147 _ACEOF
18513 19148
18514 fi 19149 fi
18515 19150
18516 done 19151 done
18518 fi 19153 fi
18519 19154
18520 19155
18521 for ac_header in nlist.h 19156 for ac_header in nlist.h
18522 do 19157 do
18523 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 19158 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18524 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19159 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18525 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19160 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
18526 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19161 $as_echo_n "checking for $ac_header... " >&6; }
18527 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19162 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18528 echo $ECHO_N "(cached) $ECHO_C" >&6 19163 $as_echo_n "(cached) " >&6
18529 fi 19164 fi
18530 ac_res=`eval echo '${'$as_ac_Header'}'` 19165 ac_res=`eval 'as_val=${'$as_ac_Header'}
18531 { echo "$as_me:$LINENO: result: $ac_res" >&5 19166 $as_echo "$as_val"'`
18532 echo "${ECHO_T}$ac_res" >&6; } 19167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19168 $as_echo "$ac_res" >&6; }
18533 else 19169 else
18534 # Is the header compilable? 19170 # Is the header compilable?
18535 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 19171 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
18536 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 19172 $as_echo_n "checking $ac_header usability... " >&6; }
18537 cat >conftest.$ac_ext <<_ACEOF 19173 cat >conftest.$ac_ext <<_ACEOF
18538 /* confdefs.h. */ 19174 /* confdefs.h. */
18539 _ACEOF 19175 _ACEOF
18540 cat confdefs.h >>conftest.$ac_ext 19176 cat confdefs.h >>conftest.$ac_ext
18541 cat >>conftest.$ac_ext <<_ACEOF 19177 cat >>conftest.$ac_ext <<_ACEOF
18547 if { (ac_try="$ac_compile" 19183 if { (ac_try="$ac_compile"
18548 case "(($ac_try" in 19184 case "(($ac_try" in
18549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18550 *) ac_try_echo=$ac_try;; 19186 *) ac_try_echo=$ac_try;;
18551 esac 19187 esac
18552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19189 $as_echo "$ac_try_echo") >&5
18553 (eval "$ac_compile") 2>conftest.er1 19190 (eval "$ac_compile") 2>conftest.er1
18554 ac_status=$? 19191 ac_status=$?
18555 grep -v '^ *+' conftest.er1 >conftest.err 19192 grep -v '^ *+' conftest.er1 >conftest.err
18556 rm -f conftest.er1 19193 rm -f conftest.er1
18557 cat conftest.err >&5 19194 cat conftest.err >&5
18558 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18559 (exit $ac_status); } && { 19196 (exit $ac_status); } && {
18560 test -z "$ac_c_werror_flag" || 19197 test -z "$ac_c_werror_flag" ||
18561 test ! -s conftest.err 19198 test ! -s conftest.err
18562 } && test -s conftest.$ac_objext; then 19199 } && test -s conftest.$ac_objext; then
18563 ac_header_compiler=yes 19200 ac_header_compiler=yes
18564 else 19201 else
18565 echo "$as_me: failed program was:" >&5 19202 $as_echo "$as_me: failed program was:" >&5
18566 sed 's/^/| /' conftest.$ac_ext >&5 19203 sed 's/^/| /' conftest.$ac_ext >&5
18567 19204
18568 ac_header_compiler=no 19205 ac_header_compiler=no
18569 fi 19206 fi
18570 19207
18571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18572 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19209 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18573 echo "${ECHO_T}$ac_header_compiler" >&6; } 19210 $as_echo "$ac_header_compiler" >&6; }
18574 19211
18575 # Is the header present? 19212 # Is the header present?
18576 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 19213 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
18577 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 19214 $as_echo_n "checking $ac_header presence... " >&6; }
18578 cat >conftest.$ac_ext <<_ACEOF 19215 cat >conftest.$ac_ext <<_ACEOF
18579 /* confdefs.h. */ 19216 /* confdefs.h. */
18580 _ACEOF 19217 _ACEOF
18581 cat confdefs.h >>conftest.$ac_ext 19218 cat confdefs.h >>conftest.$ac_ext
18582 cat >>conftest.$ac_ext <<_ACEOF 19219 cat >>conftest.$ac_ext <<_ACEOF
18586 if { (ac_try="$ac_cpp conftest.$ac_ext" 19223 if { (ac_try="$ac_cpp conftest.$ac_ext"
18587 case "(($ac_try" in 19224 case "(($ac_try" in
18588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18589 *) ac_try_echo=$ac_try;; 19226 *) ac_try_echo=$ac_try;;
18590 esac 19227 esac
18591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19229 $as_echo "$ac_try_echo") >&5
18592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 19230 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18593 ac_status=$? 19231 ac_status=$?
18594 grep -v '^ *+' conftest.er1 >conftest.err 19232 grep -v '^ *+' conftest.er1 >conftest.err
18595 rm -f conftest.er1 19233 rm -f conftest.er1
18596 cat conftest.err >&5 19234 cat conftest.err >&5
18597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18598 (exit $ac_status); } >/dev/null && { 19236 (exit $ac_status); } >/dev/null && {
18599 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 19237 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18600 test ! -s conftest.err 19238 test ! -s conftest.err
18601 }; then 19239 }; then
18602 ac_header_preproc=yes 19240 ac_header_preproc=yes
18603 else 19241 else
18604 echo "$as_me: failed program was:" >&5 19242 $as_echo "$as_me: failed program was:" >&5
18605 sed 's/^/| /' conftest.$ac_ext >&5 19243 sed 's/^/| /' conftest.$ac_ext >&5
18606 19244
18607 ac_header_preproc=no 19245 ac_header_preproc=no
18608 fi 19246 fi
18609 19247
18610 rm -f conftest.err conftest.$ac_ext 19248 rm -f conftest.err conftest.$ac_ext
18611 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 19249 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18612 echo "${ECHO_T}$ac_header_preproc" >&6; } 19250 $as_echo "$ac_header_preproc" >&6; }
18613 19251
18614 # So? What about this header? 19252 # So? What about this header?
18615 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19253 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18616 yes:no: ) 19254 yes:no: )
18617 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19255 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18618 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19256 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18619 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19257 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18620 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19258 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18621 ac_header_preproc=yes 19259 ac_header_preproc=yes
18622 ;; 19260 ;;
18623 no:yes:* ) 19261 no:yes:* )
18624 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19262 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18625 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19263 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18626 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19264 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18627 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19265 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18628 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 19266 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18629 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 19267 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18630 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 19268 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18631 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 19269 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18632 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19270 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18633 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19271 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18634 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 19272 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18635 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 19273 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18636 19274
18637 ;; 19275 ;;
18638 esac 19276 esac
18639 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19277 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
18640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19278 $as_echo_n "checking for $ac_header... " >&6; }
18641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18642 echo $ECHO_N "(cached) $ECHO_C" >&6 19280 $as_echo_n "(cached) " >&6
18643 else 19281 else
18644 eval "$as_ac_Header=\$ac_header_preproc" 19282 eval "$as_ac_Header=\$ac_header_preproc"
18645 fi 19283 fi
18646 ac_res=`eval echo '${'$as_ac_Header'}'` 19284 ac_res=`eval 'as_val=${'$as_ac_Header'}
18647 { echo "$as_me:$LINENO: result: $ac_res" >&5 19285 $as_echo "$as_val"'`
18648 echo "${ECHO_T}$ac_res" >&6; } 19286 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18649 19287 $as_echo "$ac_res" >&6; }
18650 fi 19288
18651 if test `eval echo '${'$as_ac_Header'}'` = yes; then 19289 fi
19290 if test `eval 'as_val=${'$as_ac_Header'}
19291 $as_echo "$as_val"'` = yes; then
18652 cat >>confdefs.h <<_ACEOF 19292 cat >>confdefs.h <<_ACEOF
18653 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 19293 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18654 _ACEOF 19294 _ACEOF
18655 { echo "$as_me:$LINENO: checking for struct nlist.n_un.n_name" >&5 19295 { $as_echo "$as_me:$LINENO: checking for struct nlist.n_un.n_name" >&5
18656 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6; } 19296 $as_echo_n "checking for struct nlist.n_un.n_name... " >&6; }
18657 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 19297 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
18658 echo $ECHO_N "(cached) $ECHO_C" >&6 19298 $as_echo_n "(cached) " >&6
18659 else 19299 else
18660 cat >conftest.$ac_ext <<_ACEOF 19300 cat >conftest.$ac_ext <<_ACEOF
18661 /* confdefs.h. */ 19301 /* confdefs.h. */
18662 _ACEOF 19302 _ACEOF
18663 cat confdefs.h >>conftest.$ac_ext 19303 cat confdefs.h >>conftest.$ac_ext
18679 if { (ac_try="$ac_compile" 19319 if { (ac_try="$ac_compile"
18680 case "(($ac_try" in 19320 case "(($ac_try" in
18681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18682 *) ac_try_echo=$ac_try;; 19322 *) ac_try_echo=$ac_try;;
18683 esac 19323 esac
18684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19325 $as_echo "$ac_try_echo") >&5
18685 (eval "$ac_compile") 2>conftest.er1 19326 (eval "$ac_compile") 2>conftest.er1
18686 ac_status=$? 19327 ac_status=$?
18687 grep -v '^ *+' conftest.er1 >conftest.err 19328 grep -v '^ *+' conftest.er1 >conftest.err
18688 rm -f conftest.er1 19329 rm -f conftest.er1
18689 cat conftest.err >&5 19330 cat conftest.err >&5
18690 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18691 (exit $ac_status); } && { 19332 (exit $ac_status); } && {
18692 test -z "$ac_c_werror_flag" || 19333 test -z "$ac_c_werror_flag" ||
18693 test ! -s conftest.err 19334 test ! -s conftest.err
18694 } && test -s conftest.$ac_objext; then 19335 } && test -s conftest.$ac_objext; then
18695 ac_cv_member_struct_nlist_n_un_n_name=yes 19336 ac_cv_member_struct_nlist_n_un_n_name=yes
18696 else 19337 else
18697 echo "$as_me: failed program was:" >&5 19338 $as_echo "$as_me: failed program was:" >&5
18698 sed 's/^/| /' conftest.$ac_ext >&5 19339 sed 's/^/| /' conftest.$ac_ext >&5
18699 19340
18700 cat >conftest.$ac_ext <<_ACEOF 19341 cat >conftest.$ac_ext <<_ACEOF
18701 /* confdefs.h. */ 19342 /* confdefs.h. */
18702 _ACEOF 19343 _ACEOF
18719 if { (ac_try="$ac_compile" 19360 if { (ac_try="$ac_compile"
18720 case "(($ac_try" in 19361 case "(($ac_try" in
18721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18722 *) ac_try_echo=$ac_try;; 19363 *) ac_try_echo=$ac_try;;
18723 esac 19364 esac
18724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19366 $as_echo "$ac_try_echo") >&5
18725 (eval "$ac_compile") 2>conftest.er1 19367 (eval "$ac_compile") 2>conftest.er1
18726 ac_status=$? 19368 ac_status=$?
18727 grep -v '^ *+' conftest.er1 >conftest.err 19369 grep -v '^ *+' conftest.er1 >conftest.err
18728 rm -f conftest.er1 19370 rm -f conftest.er1
18729 cat conftest.err >&5 19371 cat conftest.err >&5
18730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19372 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18731 (exit $ac_status); } && { 19373 (exit $ac_status); } && {
18732 test -z "$ac_c_werror_flag" || 19374 test -z "$ac_c_werror_flag" ||
18733 test ! -s conftest.err 19375 test ! -s conftest.err
18734 } && test -s conftest.$ac_objext; then 19376 } && test -s conftest.$ac_objext; then
18735 ac_cv_member_struct_nlist_n_un_n_name=yes 19377 ac_cv_member_struct_nlist_n_un_n_name=yes
18736 else 19378 else
18737 echo "$as_me: failed program was:" >&5 19379 $as_echo "$as_me: failed program was:" >&5
18738 sed 's/^/| /' conftest.$ac_ext >&5 19380 sed 's/^/| /' conftest.$ac_ext >&5
18739 19381
18740 ac_cv_member_struct_nlist_n_un_n_name=no 19382 ac_cv_member_struct_nlist_n_un_n_name=no
18741 fi 19383 fi
18742 19384
18743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18744 fi 19386 fi
18745 19387
18746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18747 fi 19389 fi
18748 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 19390 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
18749 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6; } 19391 $as_echo "$ac_cv_member_struct_nlist_n_un_n_name" >&6; }
18750 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 19392 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
18751 19393
18752 cat >>confdefs.h <<_ACEOF 19394 cat >>confdefs.h <<_ACEOF
18753 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 19395 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
18754 _ACEOF 19396 _ACEOF
18768 fi 19410 fi
18769 done 19411 done
18770 19412
18771 19413
18772 # Some definitions of getloadavg require that the program be installed setgid. 19414 # Some definitions of getloadavg require that the program be installed setgid.
18773 { echo "$as_me:$LINENO: checking whether getloadavg requires setgid" >&5 19415 { $as_echo "$as_me:$LINENO: checking whether getloadavg requires setgid" >&5
18774 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6; } 19416 $as_echo_n "checking whether getloadavg requires setgid... " >&6; }
18775 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 19417 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
18776 echo $ECHO_N "(cached) $ECHO_C" >&6 19418 $as_echo_n "(cached) " >&6
18777 else 19419 else
18778 cat >conftest.$ac_ext <<_ACEOF 19420 cat >conftest.$ac_ext <<_ACEOF
18779 /* confdefs.h. */ 19421 /* confdefs.h. */
18780 _ACEOF 19422 _ACEOF
18781 cat confdefs.h >>conftest.$ac_ext 19423 cat confdefs.h >>conftest.$ac_ext
18793 ac_cv_func_getloadavg_setgid=no 19435 ac_cv_func_getloadavg_setgid=no
18794 fi 19436 fi
18795 rm -f conftest* 19437 rm -f conftest*
18796 19438
18797 fi 19439 fi
18798 { echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg_setgid" >&5 19440 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg_setgid" >&5
18799 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6; } 19441 $as_echo "$ac_cv_func_getloadavg_setgid" >&6; }
18800 if test $ac_cv_func_getloadavg_setgid = yes; then 19442 if test $ac_cv_func_getloadavg_setgid = yes; then
18801 NEED_SETGID=true 19443 NEED_SETGID=true
18802 19444
18803 cat >>confdefs.h <<\_ACEOF 19445 cat >>confdefs.h <<\_ACEOF
18804 #define GETLOADAVG_PRIVILEGED 1 19446 #define GETLOADAVG_PRIVILEGED 1
18807 else 19449 else
18808 NEED_SETGID=false 19450 NEED_SETGID=false
18809 fi 19451 fi
18810 19452
18811 if test $ac_cv_func_getloadavg_setgid = yes; then 19453 if test $ac_cv_func_getloadavg_setgid = yes; then
18812 { echo "$as_me:$LINENO: checking group of /dev/kmem" >&5 19454 { $as_echo "$as_me:$LINENO: checking group of /dev/kmem" >&5
18813 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6; } 19455 $as_echo_n "checking group of /dev/kmem... " >&6; }
18814 if test "${ac_cv_group_kmem+set}" = set; then 19456 if test "${ac_cv_group_kmem+set}" = set; then
18815 echo $ECHO_N "(cached) $ECHO_C" >&6 19457 $as_echo_n "(cached) " >&6
18816 else 19458 else
18817 # On Solaris, /dev/kmem is a symlink. Get info on the real file. 19459 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
18818 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null` 19460 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
18819 # If we got an error (system does not support symlinks), try without -L. 19461 # If we got an error (system does not support symlinks), try without -L.
18820 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 19462 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
18821 ac_cv_group_kmem=`echo $ac_ls_output \ 19463 ac_cv_group_kmem=`$as_echo "$ac_ls_output" \
18822 | sed -ne 's/[ ][ ]*/ /g; 19464 | sed -ne 's/[ ][ ]*/ /g;
18823 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 19465 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
18824 / /s/.* //;p;'` 19466 / /s/.* //;p;'`
18825 19467
18826 fi 19468 fi
18827 { echo "$as_me:$LINENO: result: $ac_cv_group_kmem" >&5 19469 { $as_echo "$as_me:$LINENO: result: $ac_cv_group_kmem" >&5
18828 echo "${ECHO_T}$ac_cv_group_kmem" >&6; } 19470 $as_echo "$ac_cv_group_kmem" >&6; }
18829 KMEM_GROUP=$ac_cv_group_kmem 19471 KMEM_GROUP=$ac_cv_group_kmem
18830 fi 19472 fi
18831 if test "x$ac_save_LIBS" = x; then 19473 if test "x$ac_save_LIBS" = x; then
18832 GETLOADAVG_LIBS=$LIBS 19474 GETLOADAVG_LIBS=$LIBS
18833 else 19475 else
18834 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"` 19476 GETLOADAVG_LIBS=`$as_echo "$LIBS" | sed "s|$ac_save_LIBS||"`
18835 fi 19477 fi
18836 LIBS=$ac_save_LIBS 19478 LIBS=$ac_save_LIBS
18837 19479
18838 19480
18839 19481
18840 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5 19482 { $as_echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
18841 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; } 19483 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
18842 if test "${ac_cv_sys_largefile_source+set}" = set; then 19484 if test "${ac_cv_sys_largefile_source+set}" = set; then
18843 echo $ECHO_N "(cached) $ECHO_C" >&6 19485 $as_echo_n "(cached) " >&6
18844 else 19486 else
18845 while :; do 19487 while :; do
18846 cat >conftest.$ac_ext <<_ACEOF 19488 cat >conftest.$ac_ext <<_ACEOF
18847 /* confdefs.h. */ 19489 /* confdefs.h. */
18848 _ACEOF 19490 _ACEOF
18849 cat confdefs.h >>conftest.$ac_ext 19491 cat confdefs.h >>conftest.$ac_ext
18850 cat >>conftest.$ac_ext <<_ACEOF 19492 cat >>conftest.$ac_ext <<_ACEOF
18851 /* end confdefs.h. */ 19493 /* end confdefs.h. */
18852 #include <stdio.h> 19494 #include <sys/types.h> /* for off_t */
19495 #include <stdio.h>
18853 int 19496 int
18854 main () 19497 main ()
18855 { 19498 {
18856 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); 19499 int (*fp) (FILE *, off_t, int) = fseeko;
19500 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18857 ; 19501 ;
18858 return 0; 19502 return 0;
18859 } 19503 }
18860 _ACEOF 19504 _ACEOF
18861 rm -f conftest.$ac_objext conftest$ac_exeext 19505 rm -f conftest.$ac_objext conftest$ac_exeext
18862 if { (ac_try="$ac_link" 19506 if { (ac_try="$ac_link"
18863 case "(($ac_try" in 19507 case "(($ac_try" in
18864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18865 *) ac_try_echo=$ac_try;; 19509 *) ac_try_echo=$ac_try;;
18866 esac 19510 esac
18867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19512 $as_echo "$ac_try_echo") >&5
18868 (eval "$ac_link") 2>conftest.er1 19513 (eval "$ac_link") 2>conftest.er1
18869 ac_status=$? 19514 ac_status=$?
18870 grep -v '^ *+' conftest.er1 >conftest.err 19515 grep -v '^ *+' conftest.er1 >conftest.err
18871 rm -f conftest.er1 19516 rm -f conftest.er1
18872 cat conftest.err >&5 19517 cat conftest.err >&5
18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18874 (exit $ac_status); } && { 19519 (exit $ac_status); } && {
18875 test -z "$ac_c_werror_flag" || 19520 test -z "$ac_c_werror_flag" ||
18876 test ! -s conftest.err 19521 test ! -s conftest.err
18877 } && test -s conftest$ac_exeext && 19522 } && test -s conftest$ac_exeext && {
18878 $as_test_x conftest$ac_exeext; then 19523 test "$cross_compiling" = yes ||
19524 $as_test_x conftest$ac_exeext
19525 }; then
18879 ac_cv_sys_largefile_source=no; break 19526 ac_cv_sys_largefile_source=no; break
18880 else 19527 else
18881 echo "$as_me: failed program was:" >&5 19528 $as_echo "$as_me: failed program was:" >&5
18882 sed 's/^/| /' conftest.$ac_ext >&5 19529 sed 's/^/| /' conftest.$ac_ext >&5
18883 19530
18884 19531
18885 fi 19532 fi
18886 19533
19534 rm -rf conftest.dSYM
18887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18888 conftest$ac_exeext conftest.$ac_ext 19536 conftest$ac_exeext conftest.$ac_ext
18889 cat >conftest.$ac_ext <<_ACEOF 19537 cat >conftest.$ac_ext <<_ACEOF
18890 /* confdefs.h. */ 19538 /* confdefs.h. */
18891 _ACEOF 19539 _ACEOF
18892 cat confdefs.h >>conftest.$ac_ext 19540 cat confdefs.h >>conftest.$ac_ext
18893 cat >>conftest.$ac_ext <<_ACEOF 19541 cat >>conftest.$ac_ext <<_ACEOF
18894 /* end confdefs.h. */ 19542 /* end confdefs.h. */
18895 #define _LARGEFILE_SOURCE 1 19543 #define _LARGEFILE_SOURCE 1
18896 #include <stdio.h> 19544 #include <sys/types.h> /* for off_t */
19545 #include <stdio.h>
18897 int 19546 int
18898 main () 19547 main ()
18899 { 19548 {
18900 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); 19549 int (*fp) (FILE *, off_t, int) = fseeko;
19550 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18901 ; 19551 ;
18902 return 0; 19552 return 0;
18903 } 19553 }
18904 _ACEOF 19554 _ACEOF
18905 rm -f conftest.$ac_objext conftest$ac_exeext 19555 rm -f conftest.$ac_objext conftest$ac_exeext
18906 if { (ac_try="$ac_link" 19556 if { (ac_try="$ac_link"
18907 case "(($ac_try" in 19557 case "(($ac_try" in
18908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18909 *) ac_try_echo=$ac_try;; 19559 *) ac_try_echo=$ac_try;;
18910 esac 19560 esac
18911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19562 $as_echo "$ac_try_echo") >&5
18912 (eval "$ac_link") 2>conftest.er1 19563 (eval "$ac_link") 2>conftest.er1
18913 ac_status=$? 19564 ac_status=$?
18914 grep -v '^ *+' conftest.er1 >conftest.err 19565 grep -v '^ *+' conftest.er1 >conftest.err
18915 rm -f conftest.er1 19566 rm -f conftest.er1
18916 cat conftest.err >&5 19567 cat conftest.err >&5
18917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18918 (exit $ac_status); } && { 19569 (exit $ac_status); } && {
18919 test -z "$ac_c_werror_flag" || 19570 test -z "$ac_c_werror_flag" ||
18920 test ! -s conftest.err 19571 test ! -s conftest.err
18921 } && test -s conftest$ac_exeext && 19572 } && test -s conftest$ac_exeext && {
18922 $as_test_x conftest$ac_exeext; then 19573 test "$cross_compiling" = yes ||
19574 $as_test_x conftest$ac_exeext
19575 }; then
18923 ac_cv_sys_largefile_source=1; break 19576 ac_cv_sys_largefile_source=1; break
18924 else 19577 else
18925 echo "$as_me: failed program was:" >&5 19578 $as_echo "$as_me: failed program was:" >&5
18926 sed 's/^/| /' conftest.$ac_ext >&5 19579 sed 's/^/| /' conftest.$ac_ext >&5
18927 19580
18928 19581
18929 fi 19582 fi
18930 19583
19584 rm -rf conftest.dSYM
18931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18932 conftest$ac_exeext conftest.$ac_ext 19586 conftest$ac_exeext conftest.$ac_ext
18933 ac_cv_sys_largefile_source=unknown 19587 ac_cv_sys_largefile_source=unknown
18934 break 19588 break
18935 done 19589 done
18936 fi 19590 fi
18937 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5 19591 { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
18938 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; } 19592 $as_echo "$ac_cv_sys_largefile_source" >&6; }
18939 case $ac_cv_sys_largefile_source in #( 19593 case $ac_cv_sys_largefile_source in #(
18940 no | unknown) ;; 19594 no | unknown) ;;
18941 *) 19595 *)
18942 cat >>confdefs.h <<_ACEOF 19596 cat >>confdefs.h <<_ACEOF
18943 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source 19597 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
18944 _ACEOF 19598 _ACEOF
18945 ;; 19599 ;;
18946 esac 19600 esac
18947 rm -f conftest* 19601 rm -rf conftest*
18948 19602
18949 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 19603 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
18950 # in glibc 2.1.3, but that breaks too many other things. 19604 # in glibc 2.1.3, but that breaks too many other things.
18951 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 19605 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
18952 if test $ac_cv_sys_largefile_source != unknown; then 19606 if test $ac_cv_sys_largefile_source != unknown; then
18982 19636
18983 GETOPT_H= 19637 GETOPT_H=
18984 19638
18985 for ac_header in getopt.h 19639 for ac_header in getopt.h
18986 do 19640 do
18987 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 19641 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18988 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19642 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18989 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19643 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
18990 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19644 $as_echo_n "checking for $ac_header... " >&6; }
18991 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19645 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18992 echo $ECHO_N "(cached) $ECHO_C" >&6 19646 $as_echo_n "(cached) " >&6
18993 fi 19647 fi
18994 ac_res=`eval echo '${'$as_ac_Header'}'` 19648 ac_res=`eval 'as_val=${'$as_ac_Header'}
18995 { echo "$as_me:$LINENO: result: $ac_res" >&5 19649 $as_echo "$as_val"'`
18996 echo "${ECHO_T}$ac_res" >&6; } 19650 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19651 $as_echo "$ac_res" >&6; }
18997 else 19652 else
18998 # Is the header compilable? 19653 # Is the header compilable?
18999 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 19654 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
19000 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 19655 $as_echo_n "checking $ac_header usability... " >&6; }
19001 cat >conftest.$ac_ext <<_ACEOF 19656 cat >conftest.$ac_ext <<_ACEOF
19002 /* confdefs.h. */ 19657 /* confdefs.h. */
19003 _ACEOF 19658 _ACEOF
19004 cat confdefs.h >>conftest.$ac_ext 19659 cat confdefs.h >>conftest.$ac_ext
19005 cat >>conftest.$ac_ext <<_ACEOF 19660 cat >>conftest.$ac_ext <<_ACEOF
19011 if { (ac_try="$ac_compile" 19666 if { (ac_try="$ac_compile"
19012 case "(($ac_try" in 19667 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;; 19669 *) ac_try_echo=$ac_try;;
19015 esac 19670 esac
19016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19672 $as_echo "$ac_try_echo") >&5
19017 (eval "$ac_compile") 2>conftest.er1 19673 (eval "$ac_compile") 2>conftest.er1
19018 ac_status=$? 19674 ac_status=$?
19019 grep -v '^ *+' conftest.er1 >conftest.err 19675 grep -v '^ *+' conftest.er1 >conftest.err
19020 rm -f conftest.er1 19676 rm -f conftest.er1
19021 cat conftest.err >&5 19677 cat conftest.err >&5
19022 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19023 (exit $ac_status); } && { 19679 (exit $ac_status); } && {
19024 test -z "$ac_c_werror_flag" || 19680 test -z "$ac_c_werror_flag" ||
19025 test ! -s conftest.err 19681 test ! -s conftest.err
19026 } && test -s conftest.$ac_objext; then 19682 } && test -s conftest.$ac_objext; then
19027 ac_header_compiler=yes 19683 ac_header_compiler=yes
19028 else 19684 else
19029 echo "$as_me: failed program was:" >&5 19685 $as_echo "$as_me: failed program was:" >&5
19030 sed 's/^/| /' conftest.$ac_ext >&5 19686 sed 's/^/| /' conftest.$ac_ext >&5
19031 19687
19032 ac_header_compiler=no 19688 ac_header_compiler=no
19033 fi 19689 fi
19034 19690
19035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19036 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19692 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19037 echo "${ECHO_T}$ac_header_compiler" >&6; } 19693 $as_echo "$ac_header_compiler" >&6; }
19038 19694
19039 # Is the header present? 19695 # Is the header present?
19040 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 19696 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
19041 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 19697 $as_echo_n "checking $ac_header presence... " >&6; }
19042 cat >conftest.$ac_ext <<_ACEOF 19698 cat >conftest.$ac_ext <<_ACEOF
19043 /* confdefs.h. */ 19699 /* confdefs.h. */
19044 _ACEOF 19700 _ACEOF
19045 cat confdefs.h >>conftest.$ac_ext 19701 cat confdefs.h >>conftest.$ac_ext
19046 cat >>conftest.$ac_ext <<_ACEOF 19702 cat >>conftest.$ac_ext <<_ACEOF
19050 if { (ac_try="$ac_cpp conftest.$ac_ext" 19706 if { (ac_try="$ac_cpp conftest.$ac_ext"
19051 case "(($ac_try" in 19707 case "(($ac_try" in
19052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19053 *) ac_try_echo=$ac_try;; 19709 *) ac_try_echo=$ac_try;;
19054 esac 19710 esac
19055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19712 $as_echo "$ac_try_echo") >&5
19056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 19713 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19057 ac_status=$? 19714 ac_status=$?
19058 grep -v '^ *+' conftest.er1 >conftest.err 19715 grep -v '^ *+' conftest.er1 >conftest.err
19059 rm -f conftest.er1 19716 rm -f conftest.er1
19060 cat conftest.err >&5 19717 cat conftest.err >&5
19061 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19062 (exit $ac_status); } >/dev/null && { 19719 (exit $ac_status); } >/dev/null && {
19063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 19720 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19064 test ! -s conftest.err 19721 test ! -s conftest.err
19065 }; then 19722 }; then
19066 ac_header_preproc=yes 19723 ac_header_preproc=yes
19067 else 19724 else
19068 echo "$as_me: failed program was:" >&5 19725 $as_echo "$as_me: failed program was:" >&5
19069 sed 's/^/| /' conftest.$ac_ext >&5 19726 sed 's/^/| /' conftest.$ac_ext >&5
19070 19727
19071 ac_header_preproc=no 19728 ac_header_preproc=no
19072 fi 19729 fi
19073 19730
19074 rm -f conftest.err conftest.$ac_ext 19731 rm -f conftest.err conftest.$ac_ext
19075 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 19732 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19076 echo "${ECHO_T}$ac_header_preproc" >&6; } 19733 $as_echo "$ac_header_preproc" >&6; }
19077 19734
19078 # So? What about this header? 19735 # So? What about this header?
19079 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19736 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19080 yes:no: ) 19737 yes:no: )
19081 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19082 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19739 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19083 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19084 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19085 ac_header_preproc=yes 19742 ac_header_preproc=yes
19086 ;; 19743 ;;
19087 no:yes:* ) 19744 no:yes:* )
19088 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19745 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19089 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19746 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19090 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19747 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19091 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19748 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19092 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 19749 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19093 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 19750 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19094 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 19751 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19095 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 19752 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19096 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19753 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19097 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19754 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19098 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 19755 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19099 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 19756 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19100 19757
19101 ;; 19758 ;;
19102 esac 19759 esac
19103 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19760 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19104 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19761 $as_echo_n "checking for $ac_header... " >&6; }
19105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19762 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6 19763 $as_echo_n "(cached) " >&6
19107 else 19764 else
19108 eval "$as_ac_Header=\$ac_header_preproc" 19765 eval "$as_ac_Header=\$ac_header_preproc"
19109 fi 19766 fi
19110 ac_res=`eval echo '${'$as_ac_Header'}'` 19767 ac_res=`eval 'as_val=${'$as_ac_Header'}
19111 { echo "$as_me:$LINENO: result: $ac_res" >&5 19768 $as_echo "$as_val"'`
19112 echo "${ECHO_T}$ac_res" >&6; } 19769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19113 19770 $as_echo "$ac_res" >&6; }
19114 fi 19771
19115 if test `eval echo '${'$as_ac_Header'}'` = yes; then 19772 fi
19773 if test `eval 'as_val=${'$as_ac_Header'}
19774 $as_echo "$as_val"'` = yes; then
19116 cat >>confdefs.h <<_ACEOF 19775 cat >>confdefs.h <<_ACEOF
19117 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 19776 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19118 _ACEOF 19777 _ACEOF
19119 19778
19120 else 19779 else
19121 GETOPT_H=getopt.h 19780 GETOPT_H=getopt.h
19122 fi 19781 fi
19125 19784
19126 if test -z "$GETOPT_H"; then 19785 if test -z "$GETOPT_H"; then
19127 19786
19128 for ac_func in getopt_long_only 19787 for ac_func in getopt_long_only
19129 do 19788 do
19130 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 19789 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19131 { echo "$as_me:$LINENO: checking for $ac_func" >&5 19790 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19132 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 19791 $as_echo_n "checking for $ac_func... " >&6; }
19133 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 19792 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19134 echo $ECHO_N "(cached) $ECHO_C" >&6 19793 $as_echo_n "(cached) " >&6
19135 else 19794 else
19136 cat >conftest.$ac_ext <<_ACEOF 19795 cat >conftest.$ac_ext <<_ACEOF
19137 /* confdefs.h. */ 19796 /* confdefs.h. */
19138 _ACEOF 19797 _ACEOF
19139 cat confdefs.h >>conftest.$ac_ext 19798 cat confdefs.h >>conftest.$ac_ext
19182 if { (ac_try="$ac_link" 19841 if { (ac_try="$ac_link"
19183 case "(($ac_try" in 19842 case "(($ac_try" in
19184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19185 *) ac_try_echo=$ac_try;; 19844 *) ac_try_echo=$ac_try;;
19186 esac 19845 esac
19187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19847 $as_echo "$ac_try_echo") >&5
19188 (eval "$ac_link") 2>conftest.er1 19848 (eval "$ac_link") 2>conftest.er1
19189 ac_status=$? 19849 ac_status=$?
19190 grep -v '^ *+' conftest.er1 >conftest.err 19850 grep -v '^ *+' conftest.er1 >conftest.err
19191 rm -f conftest.er1 19851 rm -f conftest.er1
19192 cat conftest.err >&5 19852 cat conftest.err >&5
19193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19194 (exit $ac_status); } && { 19854 (exit $ac_status); } && {
19195 test -z "$ac_c_werror_flag" || 19855 test -z "$ac_c_werror_flag" ||
19196 test ! -s conftest.err 19856 test ! -s conftest.err
19197 } && test -s conftest$ac_exeext && 19857 } && test -s conftest$ac_exeext && {
19198 $as_test_x conftest$ac_exeext; then 19858 test "$cross_compiling" = yes ||
19859 $as_test_x conftest$ac_exeext
19860 }; then
19199 eval "$as_ac_var=yes" 19861 eval "$as_ac_var=yes"
19200 else 19862 else
19201 echo "$as_me: failed program was:" >&5 19863 $as_echo "$as_me: failed program was:" >&5
19202 sed 's/^/| /' conftest.$ac_ext >&5 19864 sed 's/^/| /' conftest.$ac_ext >&5
19203 19865
19204 eval "$as_ac_var=no" 19866 eval "$as_ac_var=no"
19205 fi 19867 fi
19206 19868
19869 rm -rf conftest.dSYM
19207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19208 conftest$ac_exeext conftest.$ac_ext 19871 conftest$ac_exeext conftest.$ac_ext
19209 fi 19872 fi
19210 ac_res=`eval echo '${'$as_ac_var'}'` 19873 ac_res=`eval 'as_val=${'$as_ac_var'}
19211 { echo "$as_me:$LINENO: result: $ac_res" >&5 19874 $as_echo "$as_val"'`
19212 echo "${ECHO_T}$ac_res" >&6; } 19875 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19213 if test `eval echo '${'$as_ac_var'}'` = yes; then 19876 $as_echo "$ac_res" >&6; }
19877 if test `eval 'as_val=${'$as_ac_var'}
19878 $as_echo "$as_val"'` = yes; then
19214 cat >>confdefs.h <<_ACEOF 19879 cat >>confdefs.h <<_ACEOF
19215 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 19880 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19216 _ACEOF 19881 _ACEOF
19217 19882
19218 else 19883 else
19219 GETOPT_H=getopt.h 19884 GETOPT_H=getopt.h
19220 fi 19885 fi
19221 done 19886 done
19222 19887
19223 fi 19888 fi
19224 19889
19225 if test -z "$GETOPT_H"; then 19890 if test -z "$GETOPT_H"; then
19226 { echo "$as_me:$LINENO: checking whether optreset is declared" >&5 19891 { $as_echo "$as_me:$LINENO: checking whether optreset is declared" >&5
19227 echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6; } 19892 $as_echo_n "checking whether optreset is declared... " >&6; }
19228 if test "${ac_cv_have_decl_optreset+set}" = set; then 19893 if test "${ac_cv_have_decl_optreset+set}" = set; then
19229 echo $ECHO_N "(cached) $ECHO_C" >&6 19894 $as_echo_n "(cached) " >&6
19230 else 19895 else
19231 cat >conftest.$ac_ext <<_ACEOF 19896 cat >conftest.$ac_ext <<_ACEOF
19232 /* confdefs.h. */ 19897 /* confdefs.h. */
19233 _ACEOF 19898 _ACEOF
19234 cat confdefs.h >>conftest.$ac_ext 19899 cat confdefs.h >>conftest.$ac_ext
19251 if { (ac_try="$ac_compile" 19916 if { (ac_try="$ac_compile"
19252 case "(($ac_try" in 19917 case "(($ac_try" in
19253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19254 *) ac_try_echo=$ac_try;; 19919 *) ac_try_echo=$ac_try;;
19255 esac 19920 esac
19256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19922 $as_echo "$ac_try_echo") >&5
19257 (eval "$ac_compile") 2>conftest.er1 19923 (eval "$ac_compile") 2>conftest.er1
19258 ac_status=$? 19924 ac_status=$?
19259 grep -v '^ *+' conftest.er1 >conftest.err 19925 grep -v '^ *+' conftest.er1 >conftest.err
19260 rm -f conftest.er1 19926 rm -f conftest.er1
19261 cat conftest.err >&5 19927 cat conftest.err >&5
19262 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19263 (exit $ac_status); } && { 19929 (exit $ac_status); } && {
19264 test -z "$ac_c_werror_flag" || 19930 test -z "$ac_c_werror_flag" ||
19265 test ! -s conftest.err 19931 test ! -s conftest.err
19266 } && test -s conftest.$ac_objext; then 19932 } && test -s conftest.$ac_objext; then
19267 ac_cv_have_decl_optreset=yes 19933 ac_cv_have_decl_optreset=yes
19268 else 19934 else
19269 echo "$as_me: failed program was:" >&5 19935 $as_echo "$as_me: failed program was:" >&5
19270 sed 's/^/| /' conftest.$ac_ext >&5 19936 sed 's/^/| /' conftest.$ac_ext >&5
19271 19937
19272 ac_cv_have_decl_optreset=no 19938 ac_cv_have_decl_optreset=no
19273 fi 19939 fi
19274 19940
19275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19276 fi 19942 fi
19277 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5 19943 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5
19278 echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6; } 19944 $as_echo "$ac_cv_have_decl_optreset" >&6; }
19279 if test $ac_cv_have_decl_optreset = yes; then 19945 if test $ac_cv_have_decl_optreset = yes; then
19280 GETOPT_H=getopt.h 19946 GETOPT_H=getopt.h
19281 fi 19947 fi
19282 19948
19283 fi 19949 fi
19284 19950
19285 if test -z "$GETOPT_H"; then 19951 if test -z "$GETOPT_H"; then
19286 { echo "$as_me:$LINENO: checking for working GNU getopt function" >&5 19952 { $as_echo "$as_me:$LINENO: checking for working GNU getopt function" >&5
19287 echo $ECHO_N "checking for working GNU getopt function... $ECHO_C" >&6; } 19953 $as_echo_n "checking for working GNU getopt function... " >&6; }
19288 if test "${gl_cv_func_gnu_getopt+set}" = set; then 19954 if test "${gl_cv_func_gnu_getopt+set}" = set; then
19289 echo $ECHO_N "(cached) $ECHO_C" >&6 19955 $as_echo_n "(cached) " >&6
19290 else 19956 else
19291 if test "$cross_compiling" = yes; then 19957 if test "$cross_compiling" = yes; then
19292 { echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5 19958 { $as_echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5
19293 echo $ECHO_N "checking whether getopt_clip is declared... $ECHO_C" >&6; } 19959 $as_echo_n "checking whether getopt_clip is declared... " >&6; }
19294 if test "${ac_cv_have_decl_getopt_clip+set}" = set; then 19960 if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
19295 echo $ECHO_N "(cached) $ECHO_C" >&6 19961 $as_echo_n "(cached) " >&6
19296 else 19962 else
19297 cat >conftest.$ac_ext <<_ACEOF 19963 cat >conftest.$ac_ext <<_ACEOF
19298 /* confdefs.h. */ 19964 /* confdefs.h. */
19299 _ACEOF 19965 _ACEOF
19300 cat confdefs.h >>conftest.$ac_ext 19966 cat confdefs.h >>conftest.$ac_ext
19317 if { (ac_try="$ac_compile" 19983 if { (ac_try="$ac_compile"
19318 case "(($ac_try" in 19984 case "(($ac_try" in
19319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19320 *) ac_try_echo=$ac_try;; 19986 *) ac_try_echo=$ac_try;;
19321 esac 19987 esac
19322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19989 $as_echo "$ac_try_echo") >&5
19323 (eval "$ac_compile") 2>conftest.er1 19990 (eval "$ac_compile") 2>conftest.er1
19324 ac_status=$? 19991 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err 19992 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1 19993 rm -f conftest.er1
19327 cat conftest.err >&5 19994 cat conftest.err >&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && { 19996 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" || 19997 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err 19998 test ! -s conftest.err
19332 } && test -s conftest.$ac_objext; then 19999 } && test -s conftest.$ac_objext; then
19333 ac_cv_have_decl_getopt_clip=yes 20000 ac_cv_have_decl_getopt_clip=yes
19334 else 20001 else
19335 echo "$as_me: failed program was:" >&5 20002 $as_echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5 20003 sed 's/^/| /' conftest.$ac_ext >&5
19337 20004
19338 ac_cv_have_decl_getopt_clip=no 20005 ac_cv_have_decl_getopt_clip=no
19339 fi 20006 fi
19340 20007
19341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19342 fi 20009 fi
19343 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5 20010 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5
19344 echo "${ECHO_T}$ac_cv_have_decl_getopt_clip" >&6; } 20011 $as_echo "$ac_cv_have_decl_getopt_clip" >&6; }
19345 if test $ac_cv_have_decl_getopt_clip = yes; then 20012 if test $ac_cv_have_decl_getopt_clip = yes; then
19346 gl_cv_func_gnu_getopt=no 20013 gl_cv_func_gnu_getopt=no
19347 else 20014 else
19348 gl_cv_func_gnu_getopt=yes 20015 gl_cv_func_gnu_getopt=yes
19349 fi 20016 fi
19374 if { (ac_try="$ac_link" 20041 if { (ac_try="$ac_link"
19375 case "(($ac_try" in 20042 case "(($ac_try" in
19376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19377 *) ac_try_echo=$ac_try;; 20044 *) ac_try_echo=$ac_try;;
19378 esac 20045 esac
19379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20047 $as_echo "$ac_try_echo") >&5
19380 (eval "$ac_link") 2>&5 20048 (eval "$ac_link") 2>&5
19381 ac_status=$? 20049 ac_status=$?
19382 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19383 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 20051 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19384 { (case "(($ac_try" in 20052 { (case "(($ac_try" in
19385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19386 *) ac_try_echo=$ac_try;; 20054 *) ac_try_echo=$ac_try;;
19387 esac 20055 esac
19388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20057 $as_echo "$ac_try_echo") >&5
19389 (eval "$ac_try") 2>&5 20058 (eval "$ac_try") 2>&5
19390 ac_status=$? 20059 ac_status=$?
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); }; }; then 20061 (exit $ac_status); }; }; then
19393 gl_cv_func_gnu_getopt=yes 20062 gl_cv_func_gnu_getopt=yes
19394 else 20063 else
19395 echo "$as_me: program exited with status $ac_status" >&5 20064 $as_echo "$as_me: program exited with status $ac_status" >&5
19396 echo "$as_me: failed program was:" >&5 20065 $as_echo "$as_me: failed program was:" >&5
19397 sed 's/^/| /' conftest.$ac_ext >&5 20066 sed 's/^/| /' conftest.$ac_ext >&5
19398 20067
19399 ( exit $ac_status ) 20068 ( exit $ac_status )
19400 gl_cv_func_gnu_getopt=no 20069 gl_cv_func_gnu_getopt=no
19401 fi 20070 fi
20071 rm -rf conftest.dSYM
19402 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20072 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19403 fi 20073 fi
19404 20074
19405 20075
19406 fi 20076 fi
19407 { echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5 20077 { $as_echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5
19408 echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6; } 20078 $as_echo "$gl_cv_func_gnu_getopt" >&6; }
19409 if test "$gl_cv_func_gnu_getopt" = "no"; then 20079 if test "$gl_cv_func_gnu_getopt" = "no"; then
19410 GETOPT_H=getopt.h 20080 GETOPT_H=getopt.h
19411 fi 20081 fi
19412 fi 20082 fi
19413 20083
19430 fi 20100 fi
19431 20101
19432 20102
19433 20103
19434 20104
19435 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 20105 { $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
19436 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } 20106 $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
19437 if test "${ac_cv_func_getpgrp_void+set}" = set; then 20107 if test "${ac_cv_func_getpgrp_void+set}" = set; then
19438 echo $ECHO_N "(cached) $ECHO_C" >&6 20108 $as_echo_n "(cached) " >&6
19439 else 20109 else
19440 # Use it with a single arg. 20110 # Use it with a single arg.
19441 cat >conftest.$ac_ext <<_ACEOF 20111 cat >conftest.$ac_ext <<_ACEOF
19442 /* confdefs.h. */ 20112 /* confdefs.h. */
19443 _ACEOF 20113 _ACEOF
19457 if { (ac_try="$ac_compile" 20127 if { (ac_try="$ac_compile"
19458 case "(($ac_try" in 20128 case "(($ac_try" in
19459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19460 *) ac_try_echo=$ac_try;; 20130 *) ac_try_echo=$ac_try;;
19461 esac 20131 esac
19462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20133 $as_echo "$ac_try_echo") >&5
19463 (eval "$ac_compile") 2>conftest.er1 20134 (eval "$ac_compile") 2>conftest.er1
19464 ac_status=$? 20135 ac_status=$?
19465 grep -v '^ *+' conftest.er1 >conftest.err 20136 grep -v '^ *+' conftest.er1 >conftest.err
19466 rm -f conftest.er1 20137 rm -f conftest.er1
19467 cat conftest.err >&5 20138 cat conftest.err >&5
19468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19469 (exit $ac_status); } && { 20140 (exit $ac_status); } && {
19470 test -z "$ac_c_werror_flag" || 20141 test -z "$ac_c_werror_flag" ||
19471 test ! -s conftest.err 20142 test ! -s conftest.err
19472 } && test -s conftest.$ac_objext; then 20143 } && test -s conftest.$ac_objext; then
19473 ac_cv_func_getpgrp_void=no 20144 ac_cv_func_getpgrp_void=no
19474 else 20145 else
19475 echo "$as_me: failed program was:" >&5 20146 $as_echo "$as_me: failed program was:" >&5
19476 sed 's/^/| /' conftest.$ac_ext >&5 20147 sed 's/^/| /' conftest.$ac_ext >&5
19477 20148
19478 ac_cv_func_getpgrp_void=yes 20149 ac_cv_func_getpgrp_void=yes
19479 fi 20150 fi
19480 20151
19481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19482 20153
19483 fi 20154 fi
19484 { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 20155 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
19485 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } 20156 $as_echo "$ac_cv_func_getpgrp_void" >&6; }
19486 if test $ac_cv_func_getpgrp_void = yes; then 20157 if test $ac_cv_func_getpgrp_void = yes; then
19487 20158
19488 cat >>confdefs.h <<\_ACEOF 20159 cat >>confdefs.h <<\_ACEOF
19489 #define GETPGRP_VOID 1 20160 #define GETPGRP_VOID 1
19490 _ACEOF 20161 _ACEOF
19493 20164
19494 20165
19495 20166
19496 for ac_func in strftime 20167 for ac_func in strftime
19497 do 20168 do
19498 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20169 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19499 { echo "$as_me:$LINENO: checking for $ac_func" >&5 20170 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19500 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20171 $as_echo_n "checking for $ac_func... " >&6; }
19501 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20172 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19502 echo $ECHO_N "(cached) $ECHO_C" >&6 20173 $as_echo_n "(cached) " >&6
19503 else 20174 else
19504 cat >conftest.$ac_ext <<_ACEOF 20175 cat >conftest.$ac_ext <<_ACEOF
19505 /* confdefs.h. */ 20176 /* confdefs.h. */
19506 _ACEOF 20177 _ACEOF
19507 cat confdefs.h >>conftest.$ac_ext 20178 cat confdefs.h >>conftest.$ac_ext
19550 if { (ac_try="$ac_link" 20221 if { (ac_try="$ac_link"
19551 case "(($ac_try" in 20222 case "(($ac_try" in
19552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19553 *) ac_try_echo=$ac_try;; 20224 *) ac_try_echo=$ac_try;;
19554 esac 20225 esac
19555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20227 $as_echo "$ac_try_echo") >&5
19556 (eval "$ac_link") 2>conftest.er1 20228 (eval "$ac_link") 2>conftest.er1
19557 ac_status=$? 20229 ac_status=$?
19558 grep -v '^ *+' conftest.er1 >conftest.err 20230 grep -v '^ *+' conftest.er1 >conftest.err
19559 rm -f conftest.er1 20231 rm -f conftest.er1
19560 cat conftest.err >&5 20232 cat conftest.err >&5
19561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); } && { 20234 (exit $ac_status); } && {
19563 test -z "$ac_c_werror_flag" || 20235 test -z "$ac_c_werror_flag" ||
19564 test ! -s conftest.err 20236 test ! -s conftest.err
19565 } && test -s conftest$ac_exeext && 20237 } && test -s conftest$ac_exeext && {
19566 $as_test_x conftest$ac_exeext; then 20238 test "$cross_compiling" = yes ||
20239 $as_test_x conftest$ac_exeext
20240 }; then
19567 eval "$as_ac_var=yes" 20241 eval "$as_ac_var=yes"
19568 else 20242 else
19569 echo "$as_me: failed program was:" >&5 20243 $as_echo "$as_me: failed program was:" >&5
19570 sed 's/^/| /' conftest.$ac_ext >&5 20244 sed 's/^/| /' conftest.$ac_ext >&5
19571 20245
19572 eval "$as_ac_var=no" 20246 eval "$as_ac_var=no"
19573 fi 20247 fi
19574 20248
20249 rm -rf conftest.dSYM
19575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19576 conftest$ac_exeext conftest.$ac_ext 20251 conftest$ac_exeext conftest.$ac_ext
19577 fi 20252 fi
19578 ac_res=`eval echo '${'$as_ac_var'}'` 20253 ac_res=`eval 'as_val=${'$as_ac_var'}
19579 { echo "$as_me:$LINENO: result: $ac_res" >&5 20254 $as_echo "$as_val"'`
19580 echo "${ECHO_T}$ac_res" >&6; } 20255 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19581 if test `eval echo '${'$as_ac_var'}'` = yes; then 20256 $as_echo "$ac_res" >&6; }
20257 if test `eval 'as_val=${'$as_ac_var'}
20258 $as_echo "$as_val"'` = yes; then
19582 cat >>confdefs.h <<_ACEOF 20259 cat >>confdefs.h <<_ACEOF
19583 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20260 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19584 _ACEOF 20261 _ACEOF
19585 20262
19586 else 20263 else
19587 # strftime is in -lintl on SCO UNIX. 20264 # strftime is in -lintl on SCO UNIX.
19588 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 20265 { $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
19589 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } 20266 $as_echo_n "checking for strftime in -lintl... " >&6; }
19590 if test "${ac_cv_lib_intl_strftime+set}" = set; then 20267 if test "${ac_cv_lib_intl_strftime+set}" = set; then
19591 echo $ECHO_N "(cached) $ECHO_C" >&6 20268 $as_echo_n "(cached) " >&6
19592 else 20269 else
19593 ac_check_lib_save_LIBS=$LIBS 20270 ac_check_lib_save_LIBS=$LIBS
19594 LIBS="-lintl $LIBS" 20271 LIBS="-lintl $LIBS"
19595 cat >conftest.$ac_ext <<_ACEOF 20272 cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h. */ 20273 /* confdefs.h. */
19618 if { (ac_try="$ac_link" 20295 if { (ac_try="$ac_link"
19619 case "(($ac_try" in 20296 case "(($ac_try" in
19620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19621 *) ac_try_echo=$ac_try;; 20298 *) ac_try_echo=$ac_try;;
19622 esac 20299 esac
19623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20301 $as_echo "$ac_try_echo") >&5
19624 (eval "$ac_link") 2>conftest.er1 20302 (eval "$ac_link") 2>conftest.er1
19625 ac_status=$? 20303 ac_status=$?
19626 grep -v '^ *+' conftest.er1 >conftest.err 20304 grep -v '^ *+' conftest.er1 >conftest.err
19627 rm -f conftest.er1 20305 rm -f conftest.er1
19628 cat conftest.err >&5 20306 cat conftest.err >&5
19629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19630 (exit $ac_status); } && { 20308 (exit $ac_status); } && {
19631 test -z "$ac_c_werror_flag" || 20309 test -z "$ac_c_werror_flag" ||
19632 test ! -s conftest.err 20310 test ! -s conftest.err
19633 } && test -s conftest$ac_exeext && 20311 } && test -s conftest$ac_exeext && {
19634 $as_test_x conftest$ac_exeext; then 20312 test "$cross_compiling" = yes ||
20313 $as_test_x conftest$ac_exeext
20314 }; then
19635 ac_cv_lib_intl_strftime=yes 20315 ac_cv_lib_intl_strftime=yes
19636 else 20316 else
19637 echo "$as_me: failed program was:" >&5 20317 $as_echo "$as_me: failed program was:" >&5
19638 sed 's/^/| /' conftest.$ac_ext >&5 20318 sed 's/^/| /' conftest.$ac_ext >&5
19639 20319
19640 ac_cv_lib_intl_strftime=no 20320 ac_cv_lib_intl_strftime=no
19641 fi 20321 fi
19642 20322
20323 rm -rf conftest.dSYM
19643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19644 conftest$ac_exeext conftest.$ac_ext 20325 conftest$ac_exeext conftest.$ac_ext
19645 LIBS=$ac_check_lib_save_LIBS 20326 LIBS=$ac_check_lib_save_LIBS
19646 fi 20327 fi
19647 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 20328 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
19648 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } 20329 $as_echo "$ac_cv_lib_intl_strftime" >&6; }
19649 if test $ac_cv_lib_intl_strftime = yes; then 20330 if test $ac_cv_lib_intl_strftime = yes; then
19650 cat >>confdefs.h <<\_ACEOF 20331 cat >>confdefs.h <<\_ACEOF
19651 #define HAVE_STRFTIME 1 20332 #define HAVE_STRFTIME 1
19652 _ACEOF 20333 _ACEOF
19653 20334
19660 20341
19661 # UNIX98 PTYs. 20342 # UNIX98 PTYs.
19662 20343
19663 for ac_func in grantpt 20344 for ac_func in grantpt
19664 do 20345 do
19665 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20346 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19666 { echo "$as_me:$LINENO: checking for $ac_func" >&5 20347 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19667 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20348 $as_echo_n "checking for $ac_func... " >&6; }
19668 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20349 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19669 echo $ECHO_N "(cached) $ECHO_C" >&6 20350 $as_echo_n "(cached) " >&6
19670 else 20351 else
19671 cat >conftest.$ac_ext <<_ACEOF 20352 cat >conftest.$ac_ext <<_ACEOF
19672 /* confdefs.h. */ 20353 /* confdefs.h. */
19673 _ACEOF 20354 _ACEOF
19674 cat confdefs.h >>conftest.$ac_ext 20355 cat confdefs.h >>conftest.$ac_ext
19717 if { (ac_try="$ac_link" 20398 if { (ac_try="$ac_link"
19718 case "(($ac_try" in 20399 case "(($ac_try" in
19719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19720 *) ac_try_echo=$ac_try;; 20401 *) ac_try_echo=$ac_try;;
19721 esac 20402 esac
19722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20404 $as_echo "$ac_try_echo") >&5
19723 (eval "$ac_link") 2>conftest.er1 20405 (eval "$ac_link") 2>conftest.er1
19724 ac_status=$? 20406 ac_status=$?
19725 grep -v '^ *+' conftest.er1 >conftest.err 20407 grep -v '^ *+' conftest.er1 >conftest.err
19726 rm -f conftest.er1 20408 rm -f conftest.er1
19727 cat conftest.err >&5 20409 cat conftest.err >&5
19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } && { 20411 (exit $ac_status); } && {
19730 test -z "$ac_c_werror_flag" || 20412 test -z "$ac_c_werror_flag" ||
19731 test ! -s conftest.err 20413 test ! -s conftest.err
19732 } && test -s conftest$ac_exeext && 20414 } && test -s conftest$ac_exeext && {
19733 $as_test_x conftest$ac_exeext; then 20415 test "$cross_compiling" = yes ||
20416 $as_test_x conftest$ac_exeext
20417 }; then
19734 eval "$as_ac_var=yes" 20418 eval "$as_ac_var=yes"
19735 else 20419 else
19736 echo "$as_me: failed program was:" >&5 20420 $as_echo "$as_me: failed program was:" >&5
19737 sed 's/^/| /' conftest.$ac_ext >&5 20421 sed 's/^/| /' conftest.$ac_ext >&5
19738 20422
19739 eval "$as_ac_var=no" 20423 eval "$as_ac_var=no"
19740 fi 20424 fi
19741 20425
20426 rm -rf conftest.dSYM
19742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19743 conftest$ac_exeext conftest.$ac_ext 20428 conftest$ac_exeext conftest.$ac_ext
19744 fi 20429 fi
19745 ac_res=`eval echo '${'$as_ac_var'}'` 20430 ac_res=`eval 'as_val=${'$as_ac_var'}
19746 { echo "$as_me:$LINENO: result: $ac_res" >&5 20431 $as_echo "$as_val"'`
19747 echo "${ECHO_T}$ac_res" >&6; } 20432 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19748 if test `eval echo '${'$as_ac_var'}'` = yes; then 20433 $as_echo "$ac_res" >&6; }
20434 if test `eval 'as_val=${'$as_ac_var'}
20435 $as_echo "$as_val"'` = yes; then
19749 cat >>confdefs.h <<_ACEOF 20436 cat >>confdefs.h <<_ACEOF
19750 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20437 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19751 _ACEOF 20438 _ACEOF
19752 20439
19753 fi 20440 fi
19754 done 20441 done
19755 20442
19756 20443
19757 # PTY-related GNU extensions. 20444 # PTY-related GNU extensions.
19758 20445
19759 for ac_func in getpt 20446 for ac_func in getpt
19760 do 20447 do
19761 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20448 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19762 { echo "$as_me:$LINENO: checking for $ac_func" >&5 20449 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19763 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20450 $as_echo_n "checking for $ac_func... " >&6; }
19764 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20451 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19765 echo $ECHO_N "(cached) $ECHO_C" >&6 20452 $as_echo_n "(cached) " >&6
19766 else 20453 else
19767 cat >conftest.$ac_ext <<_ACEOF 20454 cat >conftest.$ac_ext <<_ACEOF
19768 /* confdefs.h. */ 20455 /* confdefs.h. */
19769 _ACEOF 20456 _ACEOF
19770 cat confdefs.h >>conftest.$ac_ext 20457 cat confdefs.h >>conftest.$ac_ext
19813 if { (ac_try="$ac_link" 20500 if { (ac_try="$ac_link"
19814 case "(($ac_try" in 20501 case "(($ac_try" in
19815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19816 *) ac_try_echo=$ac_try;; 20503 *) ac_try_echo=$ac_try;;
19817 esac 20504 esac
19818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20506 $as_echo "$ac_try_echo") >&5
19819 (eval "$ac_link") 2>conftest.er1 20507 (eval "$ac_link") 2>conftest.er1
19820 ac_status=$? 20508 ac_status=$?
19821 grep -v '^ *+' conftest.er1 >conftest.err 20509 grep -v '^ *+' conftest.er1 >conftest.err
19822 rm -f conftest.er1 20510 rm -f conftest.er1
19823 cat conftest.err >&5 20511 cat conftest.err >&5
19824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); } && { 20513 (exit $ac_status); } && {
19826 test -z "$ac_c_werror_flag" || 20514 test -z "$ac_c_werror_flag" ||
19827 test ! -s conftest.err 20515 test ! -s conftest.err
19828 } && test -s conftest$ac_exeext && 20516 } && test -s conftest$ac_exeext && {
19829 $as_test_x conftest$ac_exeext; then 20517 test "$cross_compiling" = yes ||
20518 $as_test_x conftest$ac_exeext
20519 }; then
19830 eval "$as_ac_var=yes" 20520 eval "$as_ac_var=yes"
19831 else 20521 else
19832 echo "$as_me: failed program was:" >&5 20522 $as_echo "$as_me: failed program was:" >&5
19833 sed 's/^/| /' conftest.$ac_ext >&5 20523 sed 's/^/| /' conftest.$ac_ext >&5
19834 20524
19835 eval "$as_ac_var=no" 20525 eval "$as_ac_var=no"
19836 fi 20526 fi
19837 20527
20528 rm -rf conftest.dSYM
19838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19839 conftest$ac_exeext conftest.$ac_ext 20530 conftest$ac_exeext conftest.$ac_ext
19840 fi 20531 fi
19841 ac_res=`eval echo '${'$as_ac_var'}'` 20532 ac_res=`eval 'as_val=${'$as_ac_var'}
19842 { echo "$as_me:$LINENO: result: $ac_res" >&5 20533 $as_echo "$as_val"'`
19843 echo "${ECHO_T}$ac_res" >&6; } 20534 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19844 if test `eval echo '${'$as_ac_var'}'` = yes; then 20535 $as_echo "$ac_res" >&6; }
20536 if test `eval 'as_val=${'$as_ac_var'}
20537 $as_echo "$as_val"'` = yes; then
19845 cat >>confdefs.h <<_ACEOF 20538 cat >>confdefs.h <<_ACEOF
19846 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20539 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19847 _ACEOF 20540 _ACEOF
19848 20541
19849 fi 20542 fi
19850 done 20543 done
19851 20544
19853 # Check this now, so that we will NOT find the above functions in ncurses. 20546 # Check this now, so that we will NOT find the above functions in ncurses.
19854 # That is because we have not set up to link ncurses in lib-src. 20547 # That is because we have not set up to link ncurses in lib-src.
19855 # It's better to believe a function is not available 20548 # It's better to believe a function is not available
19856 # than to expect to find it in ncurses. 20549 # than to expect to find it in ncurses.
19857 20550
19858 { echo "$as_me:$LINENO: checking for tparm in -lncurses" >&5 20551 { $as_echo "$as_me:$LINENO: checking for tparm in -lncurses" >&5
19859 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6; } 20552 $as_echo_n "checking for tparm in -lncurses... " >&6; }
19860 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 20553 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
19861 echo $ECHO_N "(cached) $ECHO_C" >&6 20554 $as_echo_n "(cached) " >&6
19862 else 20555 else
19863 ac_check_lib_save_LIBS=$LIBS 20556 ac_check_lib_save_LIBS=$LIBS
19864 LIBS="-lncurses $LIBS" 20557 LIBS="-lncurses $LIBS"
19865 cat >conftest.$ac_ext <<_ACEOF 20558 cat >conftest.$ac_ext <<_ACEOF
19866 /* confdefs.h. */ 20559 /* confdefs.h. */
19888 if { (ac_try="$ac_link" 20581 if { (ac_try="$ac_link"
19889 case "(($ac_try" in 20582 case "(($ac_try" in
19890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19891 *) ac_try_echo=$ac_try;; 20584 *) ac_try_echo=$ac_try;;
19892 esac 20585 esac
19893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20587 $as_echo "$ac_try_echo") >&5
19894 (eval "$ac_link") 2>conftest.er1 20588 (eval "$ac_link") 2>conftest.er1
19895 ac_status=$? 20589 ac_status=$?
19896 grep -v '^ *+' conftest.er1 >conftest.err 20590 grep -v '^ *+' conftest.er1 >conftest.err
19897 rm -f conftest.er1 20591 rm -f conftest.er1
19898 cat conftest.err >&5 20592 cat conftest.err >&5
19899 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } && { 20594 (exit $ac_status); } && {
19901 test -z "$ac_c_werror_flag" || 20595 test -z "$ac_c_werror_flag" ||
19902 test ! -s conftest.err 20596 test ! -s conftest.err
19903 } && test -s conftest$ac_exeext && 20597 } && test -s conftest$ac_exeext && {
19904 $as_test_x conftest$ac_exeext; then 20598 test "$cross_compiling" = yes ||
20599 $as_test_x conftest$ac_exeext
20600 }; then
19905 ac_cv_lib_ncurses_tparm=yes 20601 ac_cv_lib_ncurses_tparm=yes
19906 else 20602 else
19907 echo "$as_me: failed program was:" >&5 20603 $as_echo "$as_me: failed program was:" >&5
19908 sed 's/^/| /' conftest.$ac_ext >&5 20604 sed 's/^/| /' conftest.$ac_ext >&5
19909 20605
19910 ac_cv_lib_ncurses_tparm=no 20606 ac_cv_lib_ncurses_tparm=no
19911 fi 20607 fi
19912 20608
20609 rm -rf conftest.dSYM
19913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19914 conftest$ac_exeext conftest.$ac_ext 20611 conftest$ac_exeext conftest.$ac_ext
19915 LIBS=$ac_check_lib_save_LIBS 20612 LIBS=$ac_check_lib_save_LIBS
19916 fi 20613 fi
19917 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 20614 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
19918 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6; } 20615 $as_echo "$ac_cv_lib_ncurses_tparm" >&6; }
19919 if test $ac_cv_lib_ncurses_tparm = yes; then 20616 if test $ac_cv_lib_ncurses_tparm = yes; then
19920 cat >>confdefs.h <<_ACEOF 20617 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_LIBNCURSES 1 20618 #define HAVE_LIBNCURSES 1
19922 _ACEOF 20619 _ACEOF
19923 20620
19950 if { (ac_try="$ac_link" 20647 if { (ac_try="$ac_link"
19951 case "(($ac_try" in 20648 case "(($ac_try" in
19952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19953 *) ac_try_echo=$ac_try;; 20650 *) ac_try_echo=$ac_try;;
19954 esac 20651 esac
19955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20653 $as_echo "$ac_try_echo") >&5
19956 (eval "$ac_link") 2>conftest.er1 20654 (eval "$ac_link") 2>conftest.er1
19957 ac_status=$? 20655 ac_status=$?
19958 grep -v '^ *+' conftest.er1 >conftest.err 20656 grep -v '^ *+' conftest.er1 >conftest.err
19959 rm -f conftest.er1 20657 rm -f conftest.er1
19960 cat conftest.err >&5 20658 cat conftest.err >&5
19961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19962 (exit $ac_status); } && { 20660 (exit $ac_status); } && {
19963 test -z "$ac_c_werror_flag" || 20661 test -z "$ac_c_werror_flag" ||
19964 test ! -s conftest.err 20662 test ! -s conftest.err
19965 } && test -s conftest$ac_exeext && 20663 } && test -s conftest$ac_exeext && {
19966 $as_test_x conftest$ac_exeext; then 20664 test "$cross_compiling" = yes ||
20665 $as_test_x conftest$ac_exeext
20666 }; then
19967 have_res_init=yes 20667 have_res_init=yes
19968 else 20668 else
19969 echo "$as_me: failed program was:" >&5 20669 $as_echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5 20670 sed 's/^/| /' conftest.$ac_ext >&5
19971 20671
19972 have_res_init=no 20672 have_res_init=no
19973 fi 20673 fi
19974 20674
20675 rm -rf conftest.dSYM
19975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19976 conftest$ac_exeext conftest.$ac_ext 20677 conftest$ac_exeext conftest.$ac_ext
19977 if test "$have_res_init" = no; then 20678 if test "$have_res_init" = no; then
19978 OLIBS="$LIBS" 20679 OLIBS="$LIBS"
19979 LIBS="$LIBS -lresolv" 20680 LIBS="$LIBS -lresolv"
19980 { echo "$as_me:$LINENO: checking for res_init with -lresolv" >&5 20681 { $as_echo "$as_me:$LINENO: checking for res_init with -lresolv" >&5
19981 echo $ECHO_N "checking for res_init with -lresolv... $ECHO_C" >&6; } 20682 $as_echo_n "checking for res_init with -lresolv... " >&6; }
19982 cat >conftest.$ac_ext <<_ACEOF 20683 cat >conftest.$ac_ext <<_ACEOF
19983 /* confdefs.h. */ 20684 /* confdefs.h. */
19984 _ACEOF 20685 _ACEOF
19985 cat confdefs.h >>conftest.$ac_ext 20686 cat confdefs.h >>conftest.$ac_ext
19986 cat >>conftest.$ac_ext <<_ACEOF 20687 cat >>conftest.$ac_ext <<_ACEOF
20000 if { (ac_try="$ac_link" 20701 if { (ac_try="$ac_link"
20001 case "(($ac_try" in 20702 case "(($ac_try" in
20002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20003 *) ac_try_echo=$ac_try;; 20704 *) ac_try_echo=$ac_try;;
20004 esac 20705 esac
20005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20707 $as_echo "$ac_try_echo") >&5
20006 (eval "$ac_link") 2>conftest.er1 20708 (eval "$ac_link") 2>conftest.er1
20007 ac_status=$? 20709 ac_status=$?
20008 grep -v '^ *+' conftest.er1 >conftest.err 20710 grep -v '^ *+' conftest.er1 >conftest.err
20009 rm -f conftest.er1 20711 rm -f conftest.er1
20010 cat conftest.err >&5 20712 cat conftest.err >&5
20011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20012 (exit $ac_status); } && { 20714 (exit $ac_status); } && {
20013 test -z "$ac_c_werror_flag" || 20715 test -z "$ac_c_werror_flag" ||
20014 test ! -s conftest.err 20716 test ! -s conftest.err
20015 } && test -s conftest$ac_exeext && 20717 } && test -s conftest$ac_exeext && {
20016 $as_test_x conftest$ac_exeext; then 20718 test "$cross_compiling" = yes ||
20719 $as_test_x conftest$ac_exeext
20720 }; then
20017 have_res_init=yes 20721 have_res_init=yes
20018 else 20722 else
20019 echo "$as_me: failed program was:" >&5 20723 $as_echo "$as_me: failed program was:" >&5
20020 sed 's/^/| /' conftest.$ac_ext >&5 20724 sed 's/^/| /' conftest.$ac_ext >&5
20021 20725
20022 have_res_init=no 20726 have_res_init=no
20023 fi 20727 fi
20024 20728
20729 rm -rf conftest.dSYM
20025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20026 conftest$ac_exeext conftest.$ac_ext 20731 conftest$ac_exeext conftest.$ac_ext
20027 { echo "$as_me:$LINENO: result: $have_res_init" >&5 20732 { $as_echo "$as_me:$LINENO: result: $have_res_init" >&5
20028 echo "${ECHO_T}$have_res_init" >&6; } 20733 $as_echo "$have_res_init" >&6; }
20029 if test "$have_res_init" = yes ; then 20734 if test "$have_res_init" = yes ; then
20030 resolv=yes 20735 resolv=yes
20031 fi 20736 fi
20032 LIBS="$OLIBS" 20737 LIBS="$OLIBS"
20033 fi 20738 fi
20041 fi 20746 fi
20042 20747
20043 # Do we need the Hesiod library to provide the support routines? 20748 # Do we need the Hesiod library to provide the support routines?
20044 if test "$with_hesiod" != no ; then 20749 if test "$with_hesiod" != no ; then
20045 # Don't set $LIBS here -- see comments above. 20750 # Don't set $LIBS here -- see comments above.
20046 { echo "$as_me:$LINENO: checking for res_send" >&5 20751 { $as_echo "$as_me:$LINENO: checking for res_send" >&5
20047 echo $ECHO_N "checking for res_send... $ECHO_C" >&6; } 20752 $as_echo_n "checking for res_send... " >&6; }
20048 if test "${ac_cv_func_res_send+set}" = set; then 20753 if test "${ac_cv_func_res_send+set}" = set; then
20049 echo $ECHO_N "(cached) $ECHO_C" >&6 20754 $as_echo_n "(cached) " >&6
20050 else 20755 else
20051 cat >conftest.$ac_ext <<_ACEOF 20756 cat >conftest.$ac_ext <<_ACEOF
20052 /* confdefs.h. */ 20757 /* confdefs.h. */
20053 _ACEOF 20758 _ACEOF
20054 cat confdefs.h >>conftest.$ac_ext 20759 cat confdefs.h >>conftest.$ac_ext
20097 if { (ac_try="$ac_link" 20802 if { (ac_try="$ac_link"
20098 case "(($ac_try" in 20803 case "(($ac_try" in
20099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20100 *) ac_try_echo=$ac_try;; 20805 *) ac_try_echo=$ac_try;;
20101 esac 20806 esac
20102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20808 $as_echo "$ac_try_echo") >&5
20103 (eval "$ac_link") 2>conftest.er1 20809 (eval "$ac_link") 2>conftest.er1
20104 ac_status=$? 20810 ac_status=$?
20105 grep -v '^ *+' conftest.er1 >conftest.err 20811 grep -v '^ *+' conftest.er1 >conftest.err
20106 rm -f conftest.er1 20812 rm -f conftest.er1
20107 cat conftest.err >&5 20813 cat conftest.err >&5
20108 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20109 (exit $ac_status); } && { 20815 (exit $ac_status); } && {
20110 test -z "$ac_c_werror_flag" || 20816 test -z "$ac_c_werror_flag" ||
20111 test ! -s conftest.err 20817 test ! -s conftest.err
20112 } && test -s conftest$ac_exeext && 20818 } && test -s conftest$ac_exeext && {
20113 $as_test_x conftest$ac_exeext; then 20819 test "$cross_compiling" = yes ||
20820 $as_test_x conftest$ac_exeext
20821 }; then
20114 ac_cv_func_res_send=yes 20822 ac_cv_func_res_send=yes
20115 else 20823 else
20116 echo "$as_me: failed program was:" >&5 20824 $as_echo "$as_me: failed program was:" >&5
20117 sed 's/^/| /' conftest.$ac_ext >&5 20825 sed 's/^/| /' conftest.$ac_ext >&5
20118 20826
20119 ac_cv_func_res_send=no 20827 ac_cv_func_res_send=no
20120 fi 20828 fi
20121 20829
20830 rm -rf conftest.dSYM
20122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20123 conftest$ac_exeext conftest.$ac_ext 20832 conftest$ac_exeext conftest.$ac_ext
20124 fi 20833 fi
20125 { echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 20834 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
20126 echo "${ECHO_T}$ac_cv_func_res_send" >&6; } 20835 $as_echo "$ac_cv_func_res_send" >&6; }
20127 if test $ac_cv_func_res_send = yes; then 20836 if test $ac_cv_func_res_send = yes; then
20128 : 20837 :
20129 else 20838 else
20130 { echo "$as_me:$LINENO: checking for __res_send" >&5 20839 { $as_echo "$as_me:$LINENO: checking for __res_send" >&5
20131 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6; } 20840 $as_echo_n "checking for __res_send... " >&6; }
20132 if test "${ac_cv_func___res_send+set}" = set; then 20841 if test "${ac_cv_func___res_send+set}" = set; then
20133 echo $ECHO_N "(cached) $ECHO_C" >&6 20842 $as_echo_n "(cached) " >&6
20134 else 20843 else
20135 cat >conftest.$ac_ext <<_ACEOF 20844 cat >conftest.$ac_ext <<_ACEOF
20136 /* confdefs.h. */ 20845 /* confdefs.h. */
20137 _ACEOF 20846 _ACEOF
20138 cat confdefs.h >>conftest.$ac_ext 20847 cat confdefs.h >>conftest.$ac_ext
20181 if { (ac_try="$ac_link" 20890 if { (ac_try="$ac_link"
20182 case "(($ac_try" in 20891 case "(($ac_try" in
20183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20184 *) ac_try_echo=$ac_try;; 20893 *) ac_try_echo=$ac_try;;
20185 esac 20894 esac
20186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20896 $as_echo "$ac_try_echo") >&5
20187 (eval "$ac_link") 2>conftest.er1 20897 (eval "$ac_link") 2>conftest.er1
20188 ac_status=$? 20898 ac_status=$?
20189 grep -v '^ *+' conftest.er1 >conftest.err 20899 grep -v '^ *+' conftest.er1 >conftest.err
20190 rm -f conftest.er1 20900 rm -f conftest.er1
20191 cat conftest.err >&5 20901 cat conftest.err >&5
20192 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20193 (exit $ac_status); } && { 20903 (exit $ac_status); } && {
20194 test -z "$ac_c_werror_flag" || 20904 test -z "$ac_c_werror_flag" ||
20195 test ! -s conftest.err 20905 test ! -s conftest.err
20196 } && test -s conftest$ac_exeext && 20906 } && test -s conftest$ac_exeext && {
20197 $as_test_x conftest$ac_exeext; then 20907 test "$cross_compiling" = yes ||
20908 $as_test_x conftest$ac_exeext
20909 }; then
20198 ac_cv_func___res_send=yes 20910 ac_cv_func___res_send=yes
20199 else 20911 else
20200 echo "$as_me: failed program was:" >&5 20912 $as_echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5 20913 sed 's/^/| /' conftest.$ac_ext >&5
20202 20914
20203 ac_cv_func___res_send=no 20915 ac_cv_func___res_send=no
20204 fi 20916 fi
20205 20917
20918 rm -rf conftest.dSYM
20206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20207 conftest$ac_exeext conftest.$ac_ext 20920 conftest$ac_exeext conftest.$ac_ext
20208 fi 20921 fi
20209 { echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 20922 { $as_echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
20210 echo "${ECHO_T}$ac_cv_func___res_send" >&6; } 20923 $as_echo "$ac_cv_func___res_send" >&6; }
20211 if test $ac_cv_func___res_send = yes; then 20924 if test $ac_cv_func___res_send = yes; then
20212 : 20925 :
20213 else 20926 else
20214 { echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5 20927 { $as_echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5
20215 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6; } 20928 $as_echo_n "checking for res_send in -lresolv... " >&6; }
20216 if test "${ac_cv_lib_resolv_res_send+set}" = set; then 20929 if test "${ac_cv_lib_resolv_res_send+set}" = set; then
20217 echo $ECHO_N "(cached) $ECHO_C" >&6 20930 $as_echo_n "(cached) " >&6
20218 else 20931 else
20219 ac_check_lib_save_LIBS=$LIBS 20932 ac_check_lib_save_LIBS=$LIBS
20220 LIBS="-lresolv $LIBS" 20933 LIBS="-lresolv $LIBS"
20221 cat >conftest.$ac_ext <<_ACEOF 20934 cat >conftest.$ac_ext <<_ACEOF
20222 /* confdefs.h. */ 20935 /* confdefs.h. */
20244 if { (ac_try="$ac_link" 20957 if { (ac_try="$ac_link"
20245 case "(($ac_try" in 20958 case "(($ac_try" in
20246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20247 *) ac_try_echo=$ac_try;; 20960 *) ac_try_echo=$ac_try;;
20248 esac 20961 esac
20249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20963 $as_echo "$ac_try_echo") >&5
20250 (eval "$ac_link") 2>conftest.er1 20964 (eval "$ac_link") 2>conftest.er1
20251 ac_status=$? 20965 ac_status=$?
20252 grep -v '^ *+' conftest.er1 >conftest.err 20966 grep -v '^ *+' conftest.er1 >conftest.err
20253 rm -f conftest.er1 20967 rm -f conftest.er1
20254 cat conftest.err >&5 20968 cat conftest.err >&5
20255 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20256 (exit $ac_status); } && { 20970 (exit $ac_status); } && {
20257 test -z "$ac_c_werror_flag" || 20971 test -z "$ac_c_werror_flag" ||
20258 test ! -s conftest.err 20972 test ! -s conftest.err
20259 } && test -s conftest$ac_exeext && 20973 } && test -s conftest$ac_exeext && {
20260 $as_test_x conftest$ac_exeext; then 20974 test "$cross_compiling" = yes ||
20975 $as_test_x conftest$ac_exeext
20976 }; then
20261 ac_cv_lib_resolv_res_send=yes 20977 ac_cv_lib_resolv_res_send=yes
20262 else 20978 else
20263 echo "$as_me: failed program was:" >&5 20979 $as_echo "$as_me: failed program was:" >&5
20264 sed 's/^/| /' conftest.$ac_ext >&5 20980 sed 's/^/| /' conftest.$ac_ext >&5
20265 20981
20266 ac_cv_lib_resolv_res_send=no 20982 ac_cv_lib_resolv_res_send=no
20267 fi 20983 fi
20268 20984
20985 rm -rf conftest.dSYM
20269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20270 conftest$ac_exeext conftest.$ac_ext 20987 conftest$ac_exeext conftest.$ac_ext
20271 LIBS=$ac_check_lib_save_LIBS 20988 LIBS=$ac_check_lib_save_LIBS
20272 fi 20989 fi
20273 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 20990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
20274 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6; } 20991 $as_echo "$ac_cv_lib_resolv_res_send" >&6; }
20275 if test $ac_cv_lib_resolv_res_send = yes; then 20992 if test $ac_cv_lib_resolv_res_send = yes; then
20276 resolv=yes 20993 resolv=yes
20277 else 20994 else
20278 { echo "$as_me:$LINENO: checking for __res_send in -lresolv" >&5 20995 { $as_echo "$as_me:$LINENO: checking for __res_send in -lresolv" >&5
20279 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6; } 20996 $as_echo_n "checking for __res_send in -lresolv... " >&6; }
20280 if test "${ac_cv_lib_resolv___res_send+set}" = set; then 20997 if test "${ac_cv_lib_resolv___res_send+set}" = set; then
20281 echo $ECHO_N "(cached) $ECHO_C" >&6 20998 $as_echo_n "(cached) " >&6
20282 else 20999 else
20283 ac_check_lib_save_LIBS=$LIBS 21000 ac_check_lib_save_LIBS=$LIBS
20284 LIBS="-lresolv $LIBS" 21001 LIBS="-lresolv $LIBS"
20285 cat >conftest.$ac_ext <<_ACEOF 21002 cat >conftest.$ac_ext <<_ACEOF
20286 /* confdefs.h. */ 21003 /* confdefs.h. */
20308 if { (ac_try="$ac_link" 21025 if { (ac_try="$ac_link"
20309 case "(($ac_try" in 21026 case "(($ac_try" in
20310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20311 *) ac_try_echo=$ac_try;; 21028 *) ac_try_echo=$ac_try;;
20312 esac 21029 esac
20313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21031 $as_echo "$ac_try_echo") >&5
20314 (eval "$ac_link") 2>conftest.er1 21032 (eval "$ac_link") 2>conftest.er1
20315 ac_status=$? 21033 ac_status=$?
20316 grep -v '^ *+' conftest.er1 >conftest.err 21034 grep -v '^ *+' conftest.er1 >conftest.err
20317 rm -f conftest.er1 21035 rm -f conftest.er1
20318 cat conftest.err >&5 21036 cat conftest.err >&5
20319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20320 (exit $ac_status); } && { 21038 (exit $ac_status); } && {
20321 test -z "$ac_c_werror_flag" || 21039 test -z "$ac_c_werror_flag" ||
20322 test ! -s conftest.err 21040 test ! -s conftest.err
20323 } && test -s conftest$ac_exeext && 21041 } && test -s conftest$ac_exeext && {
20324 $as_test_x conftest$ac_exeext; then 21042 test "$cross_compiling" = yes ||
21043 $as_test_x conftest$ac_exeext
21044 }; then
20325 ac_cv_lib_resolv___res_send=yes 21045 ac_cv_lib_resolv___res_send=yes
20326 else 21046 else
20327 echo "$as_me: failed program was:" >&5 21047 $as_echo "$as_me: failed program was:" >&5
20328 sed 's/^/| /' conftest.$ac_ext >&5 21048 sed 's/^/| /' conftest.$ac_ext >&5
20329 21049
20330 ac_cv_lib_resolv___res_send=no 21050 ac_cv_lib_resolv___res_send=no
20331 fi 21051 fi
20332 21052
21053 rm -rf conftest.dSYM
20333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20334 conftest$ac_exeext conftest.$ac_ext 21055 conftest$ac_exeext conftest.$ac_ext
20335 LIBS=$ac_check_lib_save_LIBS 21056 LIBS=$ac_check_lib_save_LIBS
20336 fi 21057 fi
20337 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 21058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
20338 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6; } 21059 $as_echo "$ac_cv_lib_resolv___res_send" >&6; }
20339 if test $ac_cv_lib_resolv___res_send = yes; then 21060 if test $ac_cv_lib_resolv___res_send = yes; then
20340 resolv=yes 21061 resolv=yes
20341 fi 21062 fi
20342 21063
20343 fi 21064 fi
20349 if test "$resolv" = yes ; then 21070 if test "$resolv" = yes ; then
20350 RESOLVLIB=-lresolv 21071 RESOLVLIB=-lresolv
20351 else 21072 else
20352 RESOLVLIB= 21073 RESOLVLIB=
20353 fi 21074 fi
20354 { echo "$as_me:$LINENO: checking for hes_getmailhost" >&5 21075 { $as_echo "$as_me:$LINENO: checking for hes_getmailhost" >&5
20355 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6; } 21076 $as_echo_n "checking for hes_getmailhost... " >&6; }
20356 if test "${ac_cv_func_hes_getmailhost+set}" = set; then 21077 if test "${ac_cv_func_hes_getmailhost+set}" = set; then
20357 echo $ECHO_N "(cached) $ECHO_C" >&6 21078 $as_echo_n "(cached) " >&6
20358 else 21079 else
20359 cat >conftest.$ac_ext <<_ACEOF 21080 cat >conftest.$ac_ext <<_ACEOF
20360 /* confdefs.h. */ 21081 /* confdefs.h. */
20361 _ACEOF 21082 _ACEOF
20362 cat confdefs.h >>conftest.$ac_ext 21083 cat confdefs.h >>conftest.$ac_ext
20405 if { (ac_try="$ac_link" 21126 if { (ac_try="$ac_link"
20406 case "(($ac_try" in 21127 case "(($ac_try" in
20407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20408 *) ac_try_echo=$ac_try;; 21129 *) ac_try_echo=$ac_try;;
20409 esac 21130 esac
20410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21132 $as_echo "$ac_try_echo") >&5
20411 (eval "$ac_link") 2>conftest.er1 21133 (eval "$ac_link") 2>conftest.er1
20412 ac_status=$? 21134 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err 21135 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1 21136 rm -f conftest.er1
20415 cat conftest.err >&5 21137 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } && { 21139 (exit $ac_status); } && {
20418 test -z "$ac_c_werror_flag" || 21140 test -z "$ac_c_werror_flag" ||
20419 test ! -s conftest.err 21141 test ! -s conftest.err
20420 } && test -s conftest$ac_exeext && 21142 } && test -s conftest$ac_exeext && {
20421 $as_test_x conftest$ac_exeext; then 21143 test "$cross_compiling" = yes ||
21144 $as_test_x conftest$ac_exeext
21145 }; then
20422 ac_cv_func_hes_getmailhost=yes 21146 ac_cv_func_hes_getmailhost=yes
20423 else 21147 else
20424 echo "$as_me: failed program was:" >&5 21148 $as_echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.$ac_ext >&5 21149 sed 's/^/| /' conftest.$ac_ext >&5
20426 21150
20427 ac_cv_func_hes_getmailhost=no 21151 ac_cv_func_hes_getmailhost=no
20428 fi 21152 fi
20429 21153
21154 rm -rf conftest.dSYM
20430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20431 conftest$ac_exeext conftest.$ac_ext 21156 conftest$ac_exeext conftest.$ac_ext
20432 fi 21157 fi
20433 { echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 21158 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
20434 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6; } 21159 $as_echo "$ac_cv_func_hes_getmailhost" >&6; }
20435 if test $ac_cv_func_hes_getmailhost = yes; then 21160 if test $ac_cv_func_hes_getmailhost = yes; then
20436 : 21161 :
20437 else 21162 else
20438 { echo "$as_me:$LINENO: checking for hes_getmailhost in -lhesiod" >&5 21163 { $as_echo "$as_me:$LINENO: checking for hes_getmailhost in -lhesiod" >&5
20439 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6; } 21164 $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
20440 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 21165 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
20441 echo $ECHO_N "(cached) $ECHO_C" >&6 21166 $as_echo_n "(cached) " >&6
20442 else 21167 else
20443 ac_check_lib_save_LIBS=$LIBS 21168 ac_check_lib_save_LIBS=$LIBS
20444 LIBS="-lhesiod $RESOLVLIB $LIBS" 21169 LIBS="-lhesiod $RESOLVLIB $LIBS"
20445 cat >conftest.$ac_ext <<_ACEOF 21170 cat >conftest.$ac_ext <<_ACEOF
20446 /* confdefs.h. */ 21171 /* confdefs.h. */
20468 if { (ac_try="$ac_link" 21193 if { (ac_try="$ac_link"
20469 case "(($ac_try" in 21194 case "(($ac_try" in
20470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20471 *) ac_try_echo=$ac_try;; 21196 *) ac_try_echo=$ac_try;;
20472 esac 21197 esac
20473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21199 $as_echo "$ac_try_echo") >&5
20474 (eval "$ac_link") 2>conftest.er1 21200 (eval "$ac_link") 2>conftest.er1
20475 ac_status=$? 21201 ac_status=$?
20476 grep -v '^ *+' conftest.er1 >conftest.err 21202 grep -v '^ *+' conftest.er1 >conftest.err
20477 rm -f conftest.er1 21203 rm -f conftest.er1
20478 cat conftest.err >&5 21204 cat conftest.err >&5
20479 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20480 (exit $ac_status); } && { 21206 (exit $ac_status); } && {
20481 test -z "$ac_c_werror_flag" || 21207 test -z "$ac_c_werror_flag" ||
20482 test ! -s conftest.err 21208 test ! -s conftest.err
20483 } && test -s conftest$ac_exeext && 21209 } && test -s conftest$ac_exeext && {
20484 $as_test_x conftest$ac_exeext; then 21210 test "$cross_compiling" = yes ||
21211 $as_test_x conftest$ac_exeext
21212 }; then
20485 ac_cv_lib_hesiod_hes_getmailhost=yes 21213 ac_cv_lib_hesiod_hes_getmailhost=yes
20486 else 21214 else
20487 echo "$as_me: failed program was:" >&5 21215 $as_echo "$as_me: failed program was:" >&5
20488 sed 's/^/| /' conftest.$ac_ext >&5 21216 sed 's/^/| /' conftest.$ac_ext >&5
20489 21217
20490 ac_cv_lib_hesiod_hes_getmailhost=no 21218 ac_cv_lib_hesiod_hes_getmailhost=no
20491 fi 21219 fi
20492 21220
21221 rm -rf conftest.dSYM
20493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20494 conftest$ac_exeext conftest.$ac_ext 21223 conftest$ac_exeext conftest.$ac_ext
20495 LIBS=$ac_check_lib_save_LIBS 21224 LIBS=$ac_check_lib_save_LIBS
20496 fi 21225 fi
20497 { echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 21226 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
20498 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6; } 21227 $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
20499 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 21228 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
20500 21229
20501 cat >>confdefs.h <<\_ACEOF 21230 cat >>confdefs.h <<\_ACEOF
20502 #define HAVE_LIBHESIOD 1 21231 #define HAVE_LIBHESIOD 1
20503 _ACEOF 21232 _ACEOF
20520 fi 21249 fi
20521 21250
20522 # These tell us which Kerberos-related libraries to use. 21251 # These tell us which Kerberos-related libraries to use.
20523 if test "${with_kerberos}" != no; then 21252 if test "${with_kerberos}" != no; then
20524 21253
20525 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5 21254 { $as_echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
20526 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6; } 21255 $as_echo_n "checking for com_err in -lcom_err... " >&6; }
20527 if test "${ac_cv_lib_com_err_com_err+set}" = set; then 21256 if test "${ac_cv_lib_com_err_com_err+set}" = set; then
20528 echo $ECHO_N "(cached) $ECHO_C" >&6 21257 $as_echo_n "(cached) " >&6
20529 else 21258 else
20530 ac_check_lib_save_LIBS=$LIBS 21259 ac_check_lib_save_LIBS=$LIBS
20531 LIBS="-lcom_err $LIBS" 21260 LIBS="-lcom_err $LIBS"
20532 cat >conftest.$ac_ext <<_ACEOF 21261 cat >conftest.$ac_ext <<_ACEOF
20533 /* confdefs.h. */ 21262 /* confdefs.h. */
20555 if { (ac_try="$ac_link" 21284 if { (ac_try="$ac_link"
20556 case "(($ac_try" in 21285 case "(($ac_try" in
20557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20558 *) ac_try_echo=$ac_try;; 21287 *) ac_try_echo=$ac_try;;
20559 esac 21288 esac
20560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21290 $as_echo "$ac_try_echo") >&5
20561 (eval "$ac_link") 2>conftest.er1 21291 (eval "$ac_link") 2>conftest.er1
20562 ac_status=$? 21292 ac_status=$?
20563 grep -v '^ *+' conftest.er1 >conftest.err 21293 grep -v '^ *+' conftest.er1 >conftest.err
20564 rm -f conftest.er1 21294 rm -f conftest.er1
20565 cat conftest.err >&5 21295 cat conftest.err >&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && { 21297 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" || 21298 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err 21299 test ! -s conftest.err
20570 } && test -s conftest$ac_exeext && 21300 } && test -s conftest$ac_exeext && {
20571 $as_test_x conftest$ac_exeext; then 21301 test "$cross_compiling" = yes ||
21302 $as_test_x conftest$ac_exeext
21303 }; then
20572 ac_cv_lib_com_err_com_err=yes 21304 ac_cv_lib_com_err_com_err=yes
20573 else 21305 else
20574 echo "$as_me: failed program was:" >&5 21306 $as_echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.$ac_ext >&5 21307 sed 's/^/| /' conftest.$ac_ext >&5
20576 21308
20577 ac_cv_lib_com_err_com_err=no 21309 ac_cv_lib_com_err_com_err=no
20578 fi 21310 fi
20579 21311
21312 rm -rf conftest.dSYM
20580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20581 conftest$ac_exeext conftest.$ac_ext 21314 conftest$ac_exeext conftest.$ac_ext
20582 LIBS=$ac_check_lib_save_LIBS 21315 LIBS=$ac_check_lib_save_LIBS
20583 fi 21316 fi
20584 { echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 21317 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
20585 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; } 21318 $as_echo "$ac_cv_lib_com_err_com_err" >&6; }
20586 if test $ac_cv_lib_com_err_com_err = yes; then 21319 if test $ac_cv_lib_com_err_com_err = yes; then
20587 cat >>confdefs.h <<_ACEOF 21320 cat >>confdefs.h <<_ACEOF
20588 #define HAVE_LIBCOM_ERR 1 21321 #define HAVE_LIBCOM_ERR 1
20589 _ACEOF 21322 _ACEOF
20590 21323
20591 LIBS="-lcom_err $LIBS" 21324 LIBS="-lcom_err $LIBS"
20592 21325
20593 fi 21326 fi
20594 21327
20595 21328
20596 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 21329 { $as_echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
20597 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6; } 21330 $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
20598 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 21331 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
20599 echo $ECHO_N "(cached) $ECHO_C" >&6 21332 $as_echo_n "(cached) " >&6
20600 else 21333 else
20601 ac_check_lib_save_LIBS=$LIBS 21334 ac_check_lib_save_LIBS=$LIBS
20602 LIBS="-lk5crypto $LIBS" 21335 LIBS="-lk5crypto $LIBS"
20603 cat >conftest.$ac_ext <<_ACEOF 21336 cat >conftest.$ac_ext <<_ACEOF
20604 /* confdefs.h. */ 21337 /* confdefs.h. */
20626 if { (ac_try="$ac_link" 21359 if { (ac_try="$ac_link"
20627 case "(($ac_try" in 21360 case "(($ac_try" in
20628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20629 *) ac_try_echo=$ac_try;; 21362 *) ac_try_echo=$ac_try;;
20630 esac 21363 esac
20631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21365 $as_echo "$ac_try_echo") >&5
20632 (eval "$ac_link") 2>conftest.er1 21366 (eval "$ac_link") 2>conftest.er1
20633 ac_status=$? 21367 ac_status=$?
20634 grep -v '^ *+' conftest.er1 >conftest.err 21368 grep -v '^ *+' conftest.er1 >conftest.err
20635 rm -f conftest.er1 21369 rm -f conftest.er1
20636 cat conftest.err >&5 21370 cat conftest.err >&5
20637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); } && { 21372 (exit $ac_status); } && {
20639 test -z "$ac_c_werror_flag" || 21373 test -z "$ac_c_werror_flag" ||
20640 test ! -s conftest.err 21374 test ! -s conftest.err
20641 } && test -s conftest$ac_exeext && 21375 } && test -s conftest$ac_exeext && {
20642 $as_test_x conftest$ac_exeext; then 21376 test "$cross_compiling" = yes ||
21377 $as_test_x conftest$ac_exeext
21378 }; then
20643 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 21379 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
20644 else 21380 else
20645 echo "$as_me: failed program was:" >&5 21381 $as_echo "$as_me: failed program was:" >&5
20646 sed 's/^/| /' conftest.$ac_ext >&5 21382 sed 's/^/| /' conftest.$ac_ext >&5
20647 21383
20648 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 21384 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
20649 fi 21385 fi
20650 21386
21387 rm -rf conftest.dSYM
20651 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20652 conftest$ac_exeext conftest.$ac_ext 21389 conftest$ac_exeext conftest.$ac_ext
20653 LIBS=$ac_check_lib_save_LIBS 21390 LIBS=$ac_check_lib_save_LIBS
20654 fi 21391 fi
20655 { echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 21392 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
20656 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } 21393 $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
20657 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 21394 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
20658 cat >>confdefs.h <<_ACEOF 21395 cat >>confdefs.h <<_ACEOF
20659 #define HAVE_LIBK5CRYPTO 1 21396 #define HAVE_LIBK5CRYPTO 1
20660 _ACEOF 21397 _ACEOF
20661 21398
20662 LIBS="-lk5crypto $LIBS" 21399 LIBS="-lk5crypto $LIBS"
20663 21400
20664 fi 21401 fi
20665 21402
20666 21403
20667 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lcrypto" >&5 21404 { $as_echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lcrypto" >&5
20668 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6; } 21405 $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
20669 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 21406 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
20670 echo $ECHO_N "(cached) $ECHO_C" >&6 21407 $as_echo_n "(cached) " >&6
20671 else 21408 else
20672 ac_check_lib_save_LIBS=$LIBS 21409 ac_check_lib_save_LIBS=$LIBS
20673 LIBS="-lcrypto $LIBS" 21410 LIBS="-lcrypto $LIBS"
20674 cat >conftest.$ac_ext <<_ACEOF 21411 cat >conftest.$ac_ext <<_ACEOF
20675 /* confdefs.h. */ 21412 /* confdefs.h. */
20697 if { (ac_try="$ac_link" 21434 if { (ac_try="$ac_link"
20698 case "(($ac_try" in 21435 case "(($ac_try" in
20699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20700 *) ac_try_echo=$ac_try;; 21437 *) ac_try_echo=$ac_try;;
20701 esac 21438 esac
20702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21440 $as_echo "$ac_try_echo") >&5
20703 (eval "$ac_link") 2>conftest.er1 21441 (eval "$ac_link") 2>conftest.er1
20704 ac_status=$? 21442 ac_status=$?
20705 grep -v '^ *+' conftest.er1 >conftest.err 21443 grep -v '^ *+' conftest.er1 >conftest.err
20706 rm -f conftest.er1 21444 rm -f conftest.er1
20707 cat conftest.err >&5 21445 cat conftest.err >&5
20708 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20709 (exit $ac_status); } && { 21447 (exit $ac_status); } && {
20710 test -z "$ac_c_werror_flag" || 21448 test -z "$ac_c_werror_flag" ||
20711 test ! -s conftest.err 21449 test ! -s conftest.err
20712 } && test -s conftest$ac_exeext && 21450 } && test -s conftest$ac_exeext && {
20713 $as_test_x conftest$ac_exeext; then 21451 test "$cross_compiling" = yes ||
21452 $as_test_x conftest$ac_exeext
21453 }; then
20714 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 21454 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
20715 else 21455 else
20716 echo "$as_me: failed program was:" >&5 21456 $as_echo "$as_me: failed program was:" >&5
20717 sed 's/^/| /' conftest.$ac_ext >&5 21457 sed 's/^/| /' conftest.$ac_ext >&5
20718 21458
20719 ac_cv_lib_crypto_mit_des_cbc_encrypt=no 21459 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
20720 fi 21460 fi
20721 21461
21462 rm -rf conftest.dSYM
20722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21463 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20723 conftest$ac_exeext conftest.$ac_ext 21464 conftest$ac_exeext conftest.$ac_ext
20724 LIBS=$ac_check_lib_save_LIBS 21465 LIBS=$ac_check_lib_save_LIBS
20725 fi 21466 fi
20726 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 21467 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
20727 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } 21468 $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
20728 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 21469 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
20729 cat >>confdefs.h <<_ACEOF 21470 cat >>confdefs.h <<_ACEOF
20730 #define HAVE_LIBCRYPTO 1 21471 #define HAVE_LIBCRYPTO 1
20731 _ACEOF 21472 _ACEOF
20732 21473
20733 LIBS="-lcrypto $LIBS" 21474 LIBS="-lcrypto $LIBS"
20734 21475
20735 fi 21476 fi
20736 21477
20737 21478
20738 { echo "$as_me:$LINENO: checking for krb5_init_context in -lkrb5" >&5 21479 { $as_echo "$as_me:$LINENO: checking for krb5_init_context in -lkrb5" >&5
20739 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6; } 21480 $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
20740 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 21481 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
20741 echo $ECHO_N "(cached) $ECHO_C" >&6 21482 $as_echo_n "(cached) " >&6
20742 else 21483 else
20743 ac_check_lib_save_LIBS=$LIBS 21484 ac_check_lib_save_LIBS=$LIBS
20744 LIBS="-lkrb5 $LIBS" 21485 LIBS="-lkrb5 $LIBS"
20745 cat >conftest.$ac_ext <<_ACEOF 21486 cat >conftest.$ac_ext <<_ACEOF
20746 /* confdefs.h. */ 21487 /* confdefs.h. */
20768 if { (ac_try="$ac_link" 21509 if { (ac_try="$ac_link"
20769 case "(($ac_try" in 21510 case "(($ac_try" in
20770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20771 *) ac_try_echo=$ac_try;; 21512 *) ac_try_echo=$ac_try;;
20772 esac 21513 esac
20773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21515 $as_echo "$ac_try_echo") >&5
20774 (eval "$ac_link") 2>conftest.er1 21516 (eval "$ac_link") 2>conftest.er1
20775 ac_status=$? 21517 ac_status=$?
20776 grep -v '^ *+' conftest.er1 >conftest.err 21518 grep -v '^ *+' conftest.er1 >conftest.err
20777 rm -f conftest.er1 21519 rm -f conftest.er1
20778 cat conftest.err >&5 21520 cat conftest.err >&5
20779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20780 (exit $ac_status); } && { 21522 (exit $ac_status); } && {
20781 test -z "$ac_c_werror_flag" || 21523 test -z "$ac_c_werror_flag" ||
20782 test ! -s conftest.err 21524 test ! -s conftest.err
20783 } && test -s conftest$ac_exeext && 21525 } && test -s conftest$ac_exeext && {
20784 $as_test_x conftest$ac_exeext; then 21526 test "$cross_compiling" = yes ||
21527 $as_test_x conftest$ac_exeext
21528 }; then
20785 ac_cv_lib_krb5_krb5_init_context=yes 21529 ac_cv_lib_krb5_krb5_init_context=yes
20786 else 21530 else
20787 echo "$as_me: failed program was:" >&5 21531 $as_echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.$ac_ext >&5 21532 sed 's/^/| /' conftest.$ac_ext >&5
20789 21533
20790 ac_cv_lib_krb5_krb5_init_context=no 21534 ac_cv_lib_krb5_krb5_init_context=no
20791 fi 21535 fi
20792 21536
21537 rm -rf conftest.dSYM
20793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20794 conftest$ac_exeext conftest.$ac_ext 21539 conftest$ac_exeext conftest.$ac_ext
20795 LIBS=$ac_check_lib_save_LIBS 21540 LIBS=$ac_check_lib_save_LIBS
20796 fi 21541 fi
20797 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 21542 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
20798 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6; } 21543 $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
20799 if test $ac_cv_lib_krb5_krb5_init_context = yes; then 21544 if test $ac_cv_lib_krb5_krb5_init_context = yes; then
20800 cat >>confdefs.h <<_ACEOF 21545 cat >>confdefs.h <<_ACEOF
20801 #define HAVE_LIBKRB5 1 21546 #define HAVE_LIBKRB5 1
20802 _ACEOF 21547 _ACEOF
20803 21548
20805 21550
20806 fi 21551 fi
20807 21552
20808 if test "${with_kerberos5}" = no; then 21553 if test "${with_kerberos5}" = no; then
20809 21554
20810 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5 21555 { $as_echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
20811 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6; } 21556 $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
20812 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 21557 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
20813 echo $ECHO_N "(cached) $ECHO_C" >&6 21558 $as_echo_n "(cached) " >&6
20814 else 21559 else
20815 ac_check_lib_save_LIBS=$LIBS 21560 ac_check_lib_save_LIBS=$LIBS
20816 LIBS="-ldes425 $LIBS" 21561 LIBS="-ldes425 $LIBS"
20817 cat >conftest.$ac_ext <<_ACEOF 21562 cat >conftest.$ac_ext <<_ACEOF
20818 /* confdefs.h. */ 21563 /* confdefs.h. */
20840 if { (ac_try="$ac_link" 21585 if { (ac_try="$ac_link"
20841 case "(($ac_try" in 21586 case "(($ac_try" in
20842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20843 *) ac_try_echo=$ac_try;; 21588 *) ac_try_echo=$ac_try;;
20844 esac 21589 esac
20845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21591 $as_echo "$ac_try_echo") >&5
20846 (eval "$ac_link") 2>conftest.er1 21592 (eval "$ac_link") 2>conftest.er1
20847 ac_status=$? 21593 ac_status=$?
20848 grep -v '^ *+' conftest.er1 >conftest.err 21594 grep -v '^ *+' conftest.er1 >conftest.err
20849 rm -f conftest.er1 21595 rm -f conftest.er1
20850 cat conftest.err >&5 21596 cat conftest.err >&5
20851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20852 (exit $ac_status); } && { 21598 (exit $ac_status); } && {
20853 test -z "$ac_c_werror_flag" || 21599 test -z "$ac_c_werror_flag" ||
20854 test ! -s conftest.err 21600 test ! -s conftest.err
20855 } && test -s conftest$ac_exeext && 21601 } && test -s conftest$ac_exeext && {
20856 $as_test_x conftest$ac_exeext; then 21602 test "$cross_compiling" = yes ||
21603 $as_test_x conftest$ac_exeext
21604 }; then
20857 ac_cv_lib_des425_des_cbc_encrypt=yes 21605 ac_cv_lib_des425_des_cbc_encrypt=yes
20858 else 21606 else
20859 echo "$as_me: failed program was:" >&5 21607 $as_echo "$as_me: failed program was:" >&5
20860 sed 's/^/| /' conftest.$ac_ext >&5 21608 sed 's/^/| /' conftest.$ac_ext >&5
20861 21609
20862 ac_cv_lib_des425_des_cbc_encrypt=no 21610 ac_cv_lib_des425_des_cbc_encrypt=no
20863 fi 21611 fi
20864 21612
21613 rm -rf conftest.dSYM
20865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20866 conftest$ac_exeext conftest.$ac_ext 21615 conftest$ac_exeext conftest.$ac_ext
20867 LIBS=$ac_check_lib_save_LIBS 21616 LIBS=$ac_check_lib_save_LIBS
20868 fi 21617 fi
20869 { echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 21618 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
20870 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 21619 $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
20871 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 21620 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
20872 cat >>confdefs.h <<_ACEOF 21621 cat >>confdefs.h <<_ACEOF
20873 #define HAVE_LIBDES425 1 21622 #define HAVE_LIBDES425 1
20874 _ACEOF 21623 _ACEOF
20875 21624
20876 LIBS="-ldes425 $LIBS" 21625 LIBS="-ldes425 $LIBS"
20877 21626
20878 else 21627 else
20879 21628
20880 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes" >&5 21629 { $as_echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes" >&5
20881 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6; } 21630 $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
20882 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 21631 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
20883 echo $ECHO_N "(cached) $ECHO_C" >&6 21632 $as_echo_n "(cached) " >&6
20884 else 21633 else
20885 ac_check_lib_save_LIBS=$LIBS 21634 ac_check_lib_save_LIBS=$LIBS
20886 LIBS="-ldes $LIBS" 21635 LIBS="-ldes $LIBS"
20887 cat >conftest.$ac_ext <<_ACEOF 21636 cat >conftest.$ac_ext <<_ACEOF
20888 /* confdefs.h. */ 21637 /* confdefs.h. */
20910 if { (ac_try="$ac_link" 21659 if { (ac_try="$ac_link"
20911 case "(($ac_try" in 21660 case "(($ac_try" in
20912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20913 *) ac_try_echo=$ac_try;; 21662 *) ac_try_echo=$ac_try;;
20914 esac 21663 esac
20915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21665 $as_echo "$ac_try_echo") >&5
20916 (eval "$ac_link") 2>conftest.er1 21666 (eval "$ac_link") 2>conftest.er1
20917 ac_status=$? 21667 ac_status=$?
20918 grep -v '^ *+' conftest.er1 >conftest.err 21668 grep -v '^ *+' conftest.er1 >conftest.err
20919 rm -f conftest.er1 21669 rm -f conftest.er1
20920 cat conftest.err >&5 21670 cat conftest.err >&5
20921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20922 (exit $ac_status); } && { 21672 (exit $ac_status); } && {
20923 test -z "$ac_c_werror_flag" || 21673 test -z "$ac_c_werror_flag" ||
20924 test ! -s conftest.err 21674 test ! -s conftest.err
20925 } && test -s conftest$ac_exeext && 21675 } && test -s conftest$ac_exeext && {
20926 $as_test_x conftest$ac_exeext; then 21676 test "$cross_compiling" = yes ||
21677 $as_test_x conftest$ac_exeext
21678 }; then
20927 ac_cv_lib_des_des_cbc_encrypt=yes 21679 ac_cv_lib_des_des_cbc_encrypt=yes
20928 else 21680 else
20929 echo "$as_me: failed program was:" >&5 21681 $as_echo "$as_me: failed program was:" >&5
20930 sed 's/^/| /' conftest.$ac_ext >&5 21682 sed 's/^/| /' conftest.$ac_ext >&5
20931 21683
20932 ac_cv_lib_des_des_cbc_encrypt=no 21684 ac_cv_lib_des_des_cbc_encrypt=no
20933 fi 21685 fi
20934 21686
21687 rm -rf conftest.dSYM
20935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20936 conftest$ac_exeext conftest.$ac_ext 21689 conftest$ac_exeext conftest.$ac_ext
20937 LIBS=$ac_check_lib_save_LIBS 21690 LIBS=$ac_check_lib_save_LIBS
20938 fi 21691 fi
20939 { echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 21692 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
20940 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6; } 21693 $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
20941 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 21694 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
20942 cat >>confdefs.h <<_ACEOF 21695 cat >>confdefs.h <<_ACEOF
20943 #define HAVE_LIBDES 1 21696 #define HAVE_LIBDES 1
20944 _ACEOF 21697 _ACEOF
20945 21698
20948 fi 21701 fi
20949 21702
20950 fi 21703 fi
20951 21704
20952 21705
20953 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb4" >&5 21706 { $as_echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb4" >&5
20954 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6; } 21707 $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
20955 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 21708 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
20956 echo $ECHO_N "(cached) $ECHO_C" >&6 21709 $as_echo_n "(cached) " >&6
20957 else 21710 else
20958 ac_check_lib_save_LIBS=$LIBS 21711 ac_check_lib_save_LIBS=$LIBS
20959 LIBS="-lkrb4 $LIBS" 21712 LIBS="-lkrb4 $LIBS"
20960 cat >conftest.$ac_ext <<_ACEOF 21713 cat >conftest.$ac_ext <<_ACEOF
20961 /* confdefs.h. */ 21714 /* confdefs.h. */
20983 if { (ac_try="$ac_link" 21736 if { (ac_try="$ac_link"
20984 case "(($ac_try" in 21737 case "(($ac_try" in
20985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20986 *) ac_try_echo=$ac_try;; 21739 *) ac_try_echo=$ac_try;;
20987 esac 21740 esac
20988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21742 $as_echo "$ac_try_echo") >&5
20989 (eval "$ac_link") 2>conftest.er1 21743 (eval "$ac_link") 2>conftest.er1
20990 ac_status=$? 21744 ac_status=$?
20991 grep -v '^ *+' conftest.er1 >conftest.err 21745 grep -v '^ *+' conftest.er1 >conftest.err
20992 rm -f conftest.er1 21746 rm -f conftest.er1
20993 cat conftest.err >&5 21747 cat conftest.err >&5
20994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20995 (exit $ac_status); } && { 21749 (exit $ac_status); } && {
20996 test -z "$ac_c_werror_flag" || 21750 test -z "$ac_c_werror_flag" ||
20997 test ! -s conftest.err 21751 test ! -s conftest.err
20998 } && test -s conftest$ac_exeext && 21752 } && test -s conftest$ac_exeext && {
20999 $as_test_x conftest$ac_exeext; then 21753 test "$cross_compiling" = yes ||
21754 $as_test_x conftest$ac_exeext
21755 }; then
21000 ac_cv_lib_krb4_krb_get_cred=yes 21756 ac_cv_lib_krb4_krb_get_cred=yes
21001 else 21757 else
21002 echo "$as_me: failed program was:" >&5 21758 $as_echo "$as_me: failed program was:" >&5
21003 sed 's/^/| /' conftest.$ac_ext >&5 21759 sed 's/^/| /' conftest.$ac_ext >&5
21004 21760
21005 ac_cv_lib_krb4_krb_get_cred=no 21761 ac_cv_lib_krb4_krb_get_cred=no
21006 fi 21762 fi
21007 21763
21764 rm -rf conftest.dSYM
21008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21009 conftest$ac_exeext conftest.$ac_ext 21766 conftest$ac_exeext conftest.$ac_ext
21010 LIBS=$ac_check_lib_save_LIBS 21767 LIBS=$ac_check_lib_save_LIBS
21011 fi 21768 fi
21012 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 21769 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
21013 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6; } 21770 $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
21014 if test $ac_cv_lib_krb4_krb_get_cred = yes; then 21771 if test $ac_cv_lib_krb4_krb_get_cred = yes; then
21015 cat >>confdefs.h <<_ACEOF 21772 cat >>confdefs.h <<_ACEOF
21016 #define HAVE_LIBKRB4 1 21773 #define HAVE_LIBKRB4 1
21017 _ACEOF 21774 _ACEOF
21018 21775
21019 LIBS="-lkrb4 $LIBS" 21776 LIBS="-lkrb4 $LIBS"
21020 21777
21021 else 21778 else
21022 21779
21023 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb" >&5 21780 { $as_echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb" >&5
21024 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6; } 21781 $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
21025 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 21782 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
21026 echo $ECHO_N "(cached) $ECHO_C" >&6 21783 $as_echo_n "(cached) " >&6
21027 else 21784 else
21028 ac_check_lib_save_LIBS=$LIBS 21785 ac_check_lib_save_LIBS=$LIBS
21029 LIBS="-lkrb $LIBS" 21786 LIBS="-lkrb $LIBS"
21030 cat >conftest.$ac_ext <<_ACEOF 21787 cat >conftest.$ac_ext <<_ACEOF
21031 /* confdefs.h. */ 21788 /* confdefs.h. */
21053 if { (ac_try="$ac_link" 21810 if { (ac_try="$ac_link"
21054 case "(($ac_try" in 21811 case "(($ac_try" in
21055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21056 *) ac_try_echo=$ac_try;; 21813 *) ac_try_echo=$ac_try;;
21057 esac 21814 esac
21058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21816 $as_echo "$ac_try_echo") >&5
21059 (eval "$ac_link") 2>conftest.er1 21817 (eval "$ac_link") 2>conftest.er1
21060 ac_status=$? 21818 ac_status=$?
21061 grep -v '^ *+' conftest.er1 >conftest.err 21819 grep -v '^ *+' conftest.er1 >conftest.err
21062 rm -f conftest.er1 21820 rm -f conftest.er1
21063 cat conftest.err >&5 21821 cat conftest.err >&5
21064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21065 (exit $ac_status); } && { 21823 (exit $ac_status); } && {
21066 test -z "$ac_c_werror_flag" || 21824 test -z "$ac_c_werror_flag" ||
21067 test ! -s conftest.err 21825 test ! -s conftest.err
21068 } && test -s conftest$ac_exeext && 21826 } && test -s conftest$ac_exeext && {
21069 $as_test_x conftest$ac_exeext; then 21827 test "$cross_compiling" = yes ||
21828 $as_test_x conftest$ac_exeext
21829 }; then
21070 ac_cv_lib_krb_krb_get_cred=yes 21830 ac_cv_lib_krb_krb_get_cred=yes
21071 else 21831 else
21072 echo "$as_me: failed program was:" >&5 21832 $as_echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5 21833 sed 's/^/| /' conftest.$ac_ext >&5
21074 21834
21075 ac_cv_lib_krb_krb_get_cred=no 21835 ac_cv_lib_krb_krb_get_cred=no
21076 fi 21836 fi
21077 21837
21838 rm -rf conftest.dSYM
21078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21079 conftest$ac_exeext conftest.$ac_ext 21840 conftest$ac_exeext conftest.$ac_ext
21080 LIBS=$ac_check_lib_save_LIBS 21841 LIBS=$ac_check_lib_save_LIBS
21081 fi 21842 fi
21082 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 21843 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
21083 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6; } 21844 $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
21084 if test $ac_cv_lib_krb_krb_get_cred = yes; then 21845 if test $ac_cv_lib_krb_krb_get_cred = yes; then
21085 cat >>confdefs.h <<_ACEOF 21846 cat >>confdefs.h <<_ACEOF
21086 #define HAVE_LIBKRB 1 21847 #define HAVE_LIBKRB 1
21087 _ACEOF 21848 _ACEOF
21088 21849
21096 21857
21097 if test "${with_kerberos5}" != no; then 21858 if test "${with_kerberos5}" != no; then
21098 21859
21099 for ac_header in krb5.h 21860 for ac_header in krb5.h
21100 do 21861 do
21101 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 21862 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21102 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21863 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21103 { echo "$as_me:$LINENO: checking for $ac_header" >&5 21864 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21104 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21865 $as_echo_n "checking for $ac_header... " >&6; }
21105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21106 echo $ECHO_N "(cached) $ECHO_C" >&6 21867 $as_echo_n "(cached) " >&6
21107 fi 21868 fi
21108 ac_res=`eval echo '${'$as_ac_Header'}'` 21869 ac_res=`eval 'as_val=${'$as_ac_Header'}
21109 { echo "$as_me:$LINENO: result: $ac_res" >&5 21870 $as_echo "$as_val"'`
21110 echo "${ECHO_T}$ac_res" >&6; } 21871 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21872 $as_echo "$ac_res" >&6; }
21111 else 21873 else
21112 # Is the header compilable? 21874 # Is the header compilable?
21113 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 21875 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21114 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 21876 $as_echo_n "checking $ac_header usability... " >&6; }
21115 cat >conftest.$ac_ext <<_ACEOF 21877 cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h. */ 21878 /* confdefs.h. */
21117 _ACEOF 21879 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext 21880 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF 21881 cat >>conftest.$ac_ext <<_ACEOF
21125 if { (ac_try="$ac_compile" 21887 if { (ac_try="$ac_compile"
21126 case "(($ac_try" in 21888 case "(($ac_try" in
21127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21128 *) ac_try_echo=$ac_try;; 21890 *) ac_try_echo=$ac_try;;
21129 esac 21891 esac
21130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21893 $as_echo "$ac_try_echo") >&5
21131 (eval "$ac_compile") 2>conftest.er1 21894 (eval "$ac_compile") 2>conftest.er1
21132 ac_status=$? 21895 ac_status=$?
21133 grep -v '^ *+' conftest.er1 >conftest.err 21896 grep -v '^ *+' conftest.er1 >conftest.err
21134 rm -f conftest.er1 21897 rm -f conftest.er1
21135 cat conftest.err >&5 21898 cat conftest.err >&5
21136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21137 (exit $ac_status); } && { 21900 (exit $ac_status); } && {
21138 test -z "$ac_c_werror_flag" || 21901 test -z "$ac_c_werror_flag" ||
21139 test ! -s conftest.err 21902 test ! -s conftest.err
21140 } && test -s conftest.$ac_objext; then 21903 } && test -s conftest.$ac_objext; then
21141 ac_header_compiler=yes 21904 ac_header_compiler=yes
21142 else 21905 else
21143 echo "$as_me: failed program was:" >&5 21906 $as_echo "$as_me: failed program was:" >&5
21144 sed 's/^/| /' conftest.$ac_ext >&5 21907 sed 's/^/| /' conftest.$ac_ext >&5
21145 21908
21146 ac_header_compiler=no 21909 ac_header_compiler=no
21147 fi 21910 fi
21148 21911
21149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21150 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21913 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21151 echo "${ECHO_T}$ac_header_compiler" >&6; } 21914 $as_echo "$ac_header_compiler" >&6; }
21152 21915
21153 # Is the header present? 21916 # Is the header present?
21154 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 21917 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21155 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 21918 $as_echo_n "checking $ac_header presence... " >&6; }
21156 cat >conftest.$ac_ext <<_ACEOF 21919 cat >conftest.$ac_ext <<_ACEOF
21157 /* confdefs.h. */ 21920 /* confdefs.h. */
21158 _ACEOF 21921 _ACEOF
21159 cat confdefs.h >>conftest.$ac_ext 21922 cat confdefs.h >>conftest.$ac_ext
21160 cat >>conftest.$ac_ext <<_ACEOF 21923 cat >>conftest.$ac_ext <<_ACEOF
21164 if { (ac_try="$ac_cpp conftest.$ac_ext" 21927 if { (ac_try="$ac_cpp conftest.$ac_ext"
21165 case "(($ac_try" in 21928 case "(($ac_try" in
21166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21167 *) ac_try_echo=$ac_try;; 21930 *) ac_try_echo=$ac_try;;
21168 esac 21931 esac
21169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21933 $as_echo "$ac_try_echo") >&5
21170 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 21934 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21171 ac_status=$? 21935 ac_status=$?
21172 grep -v '^ *+' conftest.er1 >conftest.err 21936 grep -v '^ *+' conftest.er1 >conftest.err
21173 rm -f conftest.er1 21937 rm -f conftest.er1
21174 cat conftest.err >&5 21938 cat conftest.err >&5
21175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21176 (exit $ac_status); } >/dev/null && { 21940 (exit $ac_status); } >/dev/null && {
21177 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 21941 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21178 test ! -s conftest.err 21942 test ! -s conftest.err
21179 }; then 21943 }; then
21180 ac_header_preproc=yes 21944 ac_header_preproc=yes
21181 else 21945 else
21182 echo "$as_me: failed program was:" >&5 21946 $as_echo "$as_me: failed program was:" >&5
21183 sed 's/^/| /' conftest.$ac_ext >&5 21947 sed 's/^/| /' conftest.$ac_ext >&5
21184 21948
21185 ac_header_preproc=no 21949 ac_header_preproc=no
21186 fi 21950 fi
21187 21951
21188 rm -f conftest.err conftest.$ac_ext 21952 rm -f conftest.err conftest.$ac_ext
21189 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21953 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21190 echo "${ECHO_T}$ac_header_preproc" >&6; } 21954 $as_echo "$ac_header_preproc" >&6; }
21191 21955
21192 # So? What about this header? 21956 # So? What about this header?
21193 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 21957 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21194 yes:no: ) 21958 yes:no: )
21195 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 21959 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21196 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 21960 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21197 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 21961 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21198 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 21962 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21199 ac_header_preproc=yes 21963 ac_header_preproc=yes
21200 ;; 21964 ;;
21201 no:yes:* ) 21965 no:yes:* )
21202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 21966 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21203 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 21967 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 21968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21205 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 21969 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21206 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 21970 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21207 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 21971 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21208 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 21972 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21209 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 21973 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21210 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 21974 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21211 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 21975 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21212 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 21976 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21213 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 21977 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21214 21978
21215 ;; 21979 ;;
21216 esac 21980 esac
21217 { echo "$as_me:$LINENO: checking for $ac_header" >&5 21981 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21218 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21982 $as_echo_n "checking for $ac_header... " >&6; }
21219 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21983 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21220 echo $ECHO_N "(cached) $ECHO_C" >&6 21984 $as_echo_n "(cached) " >&6
21221 else 21985 else
21222 eval "$as_ac_Header=\$ac_header_preproc" 21986 eval "$as_ac_Header=\$ac_header_preproc"
21223 fi 21987 fi
21224 ac_res=`eval echo '${'$as_ac_Header'}'` 21988 ac_res=`eval 'as_val=${'$as_ac_Header'}
21225 { echo "$as_me:$LINENO: result: $ac_res" >&5 21989 $as_echo "$as_val"'`
21226 echo "${ECHO_T}$ac_res" >&6; } 21990 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21227 21991 $as_echo "$ac_res" >&6; }
21228 fi 21992
21229 if test `eval echo '${'$as_ac_Header'}'` = yes; then 21993 fi
21994 if test `eval 'as_val=${'$as_ac_Header'}
21995 $as_echo "$as_val"'` = yes; then
21230 cat >>confdefs.h <<_ACEOF 21996 cat >>confdefs.h <<_ACEOF
21231 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 21997 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21232 _ACEOF 21998 _ACEOF
21233 { echo "$as_me:$LINENO: checking for krb5_error.text" >&5 21999 { $as_echo "$as_me:$LINENO: checking for krb5_error.text" >&5
21234 echo $ECHO_N "checking for krb5_error.text... $ECHO_C" >&6; } 22000 $as_echo_n "checking for krb5_error.text... " >&6; }
21235 if test "${ac_cv_member_krb5_error_text+set}" = set; then 22001 if test "${ac_cv_member_krb5_error_text+set}" = set; then
21236 echo $ECHO_N "(cached) $ECHO_C" >&6 22002 $as_echo_n "(cached) " >&6
21237 else 22003 else
21238 cat >conftest.$ac_ext <<_ACEOF 22004 cat >conftest.$ac_ext <<_ACEOF
21239 /* confdefs.h. */ 22005 /* confdefs.h. */
21240 _ACEOF 22006 _ACEOF
21241 cat confdefs.h >>conftest.$ac_ext 22007 cat confdefs.h >>conftest.$ac_ext
21257 if { (ac_try="$ac_compile" 22023 if { (ac_try="$ac_compile"
21258 case "(($ac_try" in 22024 case "(($ac_try" in
21259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21260 *) ac_try_echo=$ac_try;; 22026 *) ac_try_echo=$ac_try;;
21261 esac 22027 esac
21262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22029 $as_echo "$ac_try_echo") >&5
21263 (eval "$ac_compile") 2>conftest.er1 22030 (eval "$ac_compile") 2>conftest.er1
21264 ac_status=$? 22031 ac_status=$?
21265 grep -v '^ *+' conftest.er1 >conftest.err 22032 grep -v '^ *+' conftest.er1 >conftest.err
21266 rm -f conftest.er1 22033 rm -f conftest.er1
21267 cat conftest.err >&5 22034 cat conftest.err >&5
21268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21269 (exit $ac_status); } && { 22036 (exit $ac_status); } && {
21270 test -z "$ac_c_werror_flag" || 22037 test -z "$ac_c_werror_flag" ||
21271 test ! -s conftest.err 22038 test ! -s conftest.err
21272 } && test -s conftest.$ac_objext; then 22039 } && test -s conftest.$ac_objext; then
21273 ac_cv_member_krb5_error_text=yes 22040 ac_cv_member_krb5_error_text=yes
21274 else 22041 else
21275 echo "$as_me: failed program was:" >&5 22042 $as_echo "$as_me: failed program was:" >&5
21276 sed 's/^/| /' conftest.$ac_ext >&5 22043 sed 's/^/| /' conftest.$ac_ext >&5
21277 22044
21278 cat >conftest.$ac_ext <<_ACEOF 22045 cat >conftest.$ac_ext <<_ACEOF
21279 /* confdefs.h. */ 22046 /* confdefs.h. */
21280 _ACEOF 22047 _ACEOF
21297 if { (ac_try="$ac_compile" 22064 if { (ac_try="$ac_compile"
21298 case "(($ac_try" in 22065 case "(($ac_try" in
21299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21300 *) ac_try_echo=$ac_try;; 22067 *) ac_try_echo=$ac_try;;
21301 esac 22068 esac
21302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22070 $as_echo "$ac_try_echo") >&5
21303 (eval "$ac_compile") 2>conftest.er1 22071 (eval "$ac_compile") 2>conftest.er1
21304 ac_status=$? 22072 ac_status=$?
21305 grep -v '^ *+' conftest.er1 >conftest.err 22073 grep -v '^ *+' conftest.er1 >conftest.err
21306 rm -f conftest.er1 22074 rm -f conftest.er1
21307 cat conftest.err >&5 22075 cat conftest.err >&5
21308 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21309 (exit $ac_status); } && { 22077 (exit $ac_status); } && {
21310 test -z "$ac_c_werror_flag" || 22078 test -z "$ac_c_werror_flag" ||
21311 test ! -s conftest.err 22079 test ! -s conftest.err
21312 } && test -s conftest.$ac_objext; then 22080 } && test -s conftest.$ac_objext; then
21313 ac_cv_member_krb5_error_text=yes 22081 ac_cv_member_krb5_error_text=yes
21314 else 22082 else
21315 echo "$as_me: failed program was:" >&5 22083 $as_echo "$as_me: failed program was:" >&5
21316 sed 's/^/| /' conftest.$ac_ext >&5 22084 sed 's/^/| /' conftest.$ac_ext >&5
21317 22085
21318 ac_cv_member_krb5_error_text=no 22086 ac_cv_member_krb5_error_text=no
21319 fi 22087 fi
21320 22088
21321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21322 fi 22090 fi
21323 22091
21324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21325 fi 22093 fi
21326 { echo "$as_me:$LINENO: result: $ac_cv_member_krb5_error_text" >&5 22094 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_krb5_error_text" >&5
21327 echo "${ECHO_T}$ac_cv_member_krb5_error_text" >&6; } 22095 $as_echo "$ac_cv_member_krb5_error_text" >&6; }
21328 if test $ac_cv_member_krb5_error_text = yes; then 22096 if test $ac_cv_member_krb5_error_text = yes; then
21329 22097
21330 cat >>confdefs.h <<_ACEOF 22098 cat >>confdefs.h <<_ACEOF
21331 #define HAVE_KRB5_ERROR_TEXT 1 22099 #define HAVE_KRB5_ERROR_TEXT 1
21332 _ACEOF 22100 _ACEOF
21333 22101
21334 22102
21335 fi 22103 fi
21336 { echo "$as_me:$LINENO: checking for krb5_error.e_text" >&5 22104 { $as_echo "$as_me:$LINENO: checking for krb5_error.e_text" >&5
21337 echo $ECHO_N "checking for krb5_error.e_text... $ECHO_C" >&6; } 22105 $as_echo_n "checking for krb5_error.e_text... " >&6; }
21338 if test "${ac_cv_member_krb5_error_e_text+set}" = set; then 22106 if test "${ac_cv_member_krb5_error_e_text+set}" = set; then
21339 echo $ECHO_N "(cached) $ECHO_C" >&6 22107 $as_echo_n "(cached) " >&6
21340 else 22108 else
21341 cat >conftest.$ac_ext <<_ACEOF 22109 cat >conftest.$ac_ext <<_ACEOF
21342 /* confdefs.h. */ 22110 /* confdefs.h. */
21343 _ACEOF 22111 _ACEOF
21344 cat confdefs.h >>conftest.$ac_ext 22112 cat confdefs.h >>conftest.$ac_ext
21360 if { (ac_try="$ac_compile" 22128 if { (ac_try="$ac_compile"
21361 case "(($ac_try" in 22129 case "(($ac_try" in
21362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21363 *) ac_try_echo=$ac_try;; 22131 *) ac_try_echo=$ac_try;;
21364 esac 22132 esac
21365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22134 $as_echo "$ac_try_echo") >&5
21366 (eval "$ac_compile") 2>conftest.er1 22135 (eval "$ac_compile") 2>conftest.er1
21367 ac_status=$? 22136 ac_status=$?
21368 grep -v '^ *+' conftest.er1 >conftest.err 22137 grep -v '^ *+' conftest.er1 >conftest.err
21369 rm -f conftest.er1 22138 rm -f conftest.er1
21370 cat conftest.err >&5 22139 cat conftest.err >&5
21371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21372 (exit $ac_status); } && { 22141 (exit $ac_status); } && {
21373 test -z "$ac_c_werror_flag" || 22142 test -z "$ac_c_werror_flag" ||
21374 test ! -s conftest.err 22143 test ! -s conftest.err
21375 } && test -s conftest.$ac_objext; then 22144 } && test -s conftest.$ac_objext; then
21376 ac_cv_member_krb5_error_e_text=yes 22145 ac_cv_member_krb5_error_e_text=yes
21377 else 22146 else
21378 echo "$as_me: failed program was:" >&5 22147 $as_echo "$as_me: failed program was:" >&5
21379 sed 's/^/| /' conftest.$ac_ext >&5 22148 sed 's/^/| /' conftest.$ac_ext >&5
21380 22149
21381 cat >conftest.$ac_ext <<_ACEOF 22150 cat >conftest.$ac_ext <<_ACEOF
21382 /* confdefs.h. */ 22151 /* confdefs.h. */
21383 _ACEOF 22152 _ACEOF
21400 if { (ac_try="$ac_compile" 22169 if { (ac_try="$ac_compile"
21401 case "(($ac_try" in 22170 case "(($ac_try" in
21402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21403 *) ac_try_echo=$ac_try;; 22172 *) ac_try_echo=$ac_try;;
21404 esac 22173 esac
21405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22175 $as_echo "$ac_try_echo") >&5
21406 (eval "$ac_compile") 2>conftest.er1 22176 (eval "$ac_compile") 2>conftest.er1
21407 ac_status=$? 22177 ac_status=$?
21408 grep -v '^ *+' conftest.er1 >conftest.err 22178 grep -v '^ *+' conftest.er1 >conftest.err
21409 rm -f conftest.er1 22179 rm -f conftest.er1
21410 cat conftest.err >&5 22180 cat conftest.err >&5
21411 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21412 (exit $ac_status); } && { 22182 (exit $ac_status); } && {
21413 test -z "$ac_c_werror_flag" || 22183 test -z "$ac_c_werror_flag" ||
21414 test ! -s conftest.err 22184 test ! -s conftest.err
21415 } && test -s conftest.$ac_objext; then 22185 } && test -s conftest.$ac_objext; then
21416 ac_cv_member_krb5_error_e_text=yes 22186 ac_cv_member_krb5_error_e_text=yes
21417 else 22187 else
21418 echo "$as_me: failed program was:" >&5 22188 $as_echo "$as_me: failed program was:" >&5
21419 sed 's/^/| /' conftest.$ac_ext >&5 22189 sed 's/^/| /' conftest.$ac_ext >&5
21420 22190
21421 ac_cv_member_krb5_error_e_text=no 22191 ac_cv_member_krb5_error_e_text=no
21422 fi 22192 fi
21423 22193
21424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21425 fi 22195 fi
21426 22196
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21428 fi 22198 fi
21429 { echo "$as_me:$LINENO: result: $ac_cv_member_krb5_error_e_text" >&5 22199 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_krb5_error_e_text" >&5
21430 echo "${ECHO_T}$ac_cv_member_krb5_error_e_text" >&6; } 22200 $as_echo "$ac_cv_member_krb5_error_e_text" >&6; }
21431 if test $ac_cv_member_krb5_error_e_text = yes; then 22201 if test $ac_cv_member_krb5_error_e_text = yes; then
21432 22202
21433 cat >>confdefs.h <<_ACEOF 22203 cat >>confdefs.h <<_ACEOF
21434 #define HAVE_KRB5_ERROR_E_TEXT 1 22204 #define HAVE_KRB5_ERROR_E_TEXT 1
21435 _ACEOF 22205 _ACEOF
21443 22213
21444 else 22214 else
21445 22215
21446 for ac_header in des.h 22216 for ac_header in des.h
21447 do 22217 do
21448 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22218 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22219 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21450 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22220 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21451 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22221 $as_echo_n "checking for $ac_header... " >&6; }
21452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22222 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21453 echo $ECHO_N "(cached) $ECHO_C" >&6 22223 $as_echo_n "(cached) " >&6
21454 fi 22224 fi
21455 ac_res=`eval echo '${'$as_ac_Header'}'` 22225 ac_res=`eval 'as_val=${'$as_ac_Header'}
21456 { echo "$as_me:$LINENO: result: $ac_res" >&5 22226 $as_echo "$as_val"'`
21457 echo "${ECHO_T}$ac_res" >&6; } 22227 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22228 $as_echo "$ac_res" >&6; }
21458 else 22229 else
21459 # Is the header compilable? 22230 # Is the header compilable?
21460 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 22231 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21461 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 22232 $as_echo_n "checking $ac_header usability... " >&6; }
21462 cat >conftest.$ac_ext <<_ACEOF 22233 cat >conftest.$ac_ext <<_ACEOF
21463 /* confdefs.h. */ 22234 /* confdefs.h. */
21464 _ACEOF 22235 _ACEOF
21465 cat confdefs.h >>conftest.$ac_ext 22236 cat confdefs.h >>conftest.$ac_ext
21466 cat >>conftest.$ac_ext <<_ACEOF 22237 cat >>conftest.$ac_ext <<_ACEOF
21472 if { (ac_try="$ac_compile" 22243 if { (ac_try="$ac_compile"
21473 case "(($ac_try" in 22244 case "(($ac_try" in
21474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21475 *) ac_try_echo=$ac_try;; 22246 *) ac_try_echo=$ac_try;;
21476 esac 22247 esac
21477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22249 $as_echo "$ac_try_echo") >&5
21478 (eval "$ac_compile") 2>conftest.er1 22250 (eval "$ac_compile") 2>conftest.er1
21479 ac_status=$? 22251 ac_status=$?
21480 grep -v '^ *+' conftest.er1 >conftest.err 22252 grep -v '^ *+' conftest.er1 >conftest.err
21481 rm -f conftest.er1 22253 rm -f conftest.er1
21482 cat conftest.err >&5 22254 cat conftest.err >&5
21483 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21484 (exit $ac_status); } && { 22256 (exit $ac_status); } && {
21485 test -z "$ac_c_werror_flag" || 22257 test -z "$ac_c_werror_flag" ||
21486 test ! -s conftest.err 22258 test ! -s conftest.err
21487 } && test -s conftest.$ac_objext; then 22259 } && test -s conftest.$ac_objext; then
21488 ac_header_compiler=yes 22260 ac_header_compiler=yes
21489 else 22261 else
21490 echo "$as_me: failed program was:" >&5 22262 $as_echo "$as_me: failed program was:" >&5
21491 sed 's/^/| /' conftest.$ac_ext >&5 22263 sed 's/^/| /' conftest.$ac_ext >&5
21492 22264
21493 ac_header_compiler=no 22265 ac_header_compiler=no
21494 fi 22266 fi
21495 22267
21496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21497 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22269 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21498 echo "${ECHO_T}$ac_header_compiler" >&6; } 22270 $as_echo "$ac_header_compiler" >&6; }
21499 22271
21500 # Is the header present? 22272 # Is the header present?
21501 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 22273 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21502 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 22274 $as_echo_n "checking $ac_header presence... " >&6; }
21503 cat >conftest.$ac_ext <<_ACEOF 22275 cat >conftest.$ac_ext <<_ACEOF
21504 /* confdefs.h. */ 22276 /* confdefs.h. */
21505 _ACEOF 22277 _ACEOF
21506 cat confdefs.h >>conftest.$ac_ext 22278 cat confdefs.h >>conftest.$ac_ext
21507 cat >>conftest.$ac_ext <<_ACEOF 22279 cat >>conftest.$ac_ext <<_ACEOF
21511 if { (ac_try="$ac_cpp conftest.$ac_ext" 22283 if { (ac_try="$ac_cpp conftest.$ac_ext"
21512 case "(($ac_try" in 22284 case "(($ac_try" in
21513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21514 *) ac_try_echo=$ac_try;; 22286 *) ac_try_echo=$ac_try;;
21515 esac 22287 esac
21516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22289 $as_echo "$ac_try_echo") >&5
21517 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 22290 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21518 ac_status=$? 22291 ac_status=$?
21519 grep -v '^ *+' conftest.er1 >conftest.err 22292 grep -v '^ *+' conftest.er1 >conftest.err
21520 rm -f conftest.er1 22293 rm -f conftest.er1
21521 cat conftest.err >&5 22294 cat conftest.err >&5
21522 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21523 (exit $ac_status); } >/dev/null && { 22296 (exit $ac_status); } >/dev/null && {
21524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 22297 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21525 test ! -s conftest.err 22298 test ! -s conftest.err
21526 }; then 22299 }; then
21527 ac_header_preproc=yes 22300 ac_header_preproc=yes
21528 else 22301 else
21529 echo "$as_me: failed program was:" >&5 22302 $as_echo "$as_me: failed program was:" >&5
21530 sed 's/^/| /' conftest.$ac_ext >&5 22303 sed 's/^/| /' conftest.$ac_ext >&5
21531 22304
21532 ac_header_preproc=no 22305 ac_header_preproc=no
21533 fi 22306 fi
21534 22307
21535 rm -f conftest.err conftest.$ac_ext 22308 rm -f conftest.err conftest.$ac_ext
21536 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22309 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21537 echo "${ECHO_T}$ac_header_preproc" >&6; } 22310 $as_echo "$ac_header_preproc" >&6; }
21538 22311
21539 # So? What about this header? 22312 # So? What about this header?
21540 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22313 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21541 yes:no: ) 22314 yes:no: )
21542 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 22315 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21543 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 22316 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21544 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 22317 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21545 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 22318 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21546 ac_header_preproc=yes 22319 ac_header_preproc=yes
21547 ;; 22320 ;;
21548 no:yes:* ) 22321 no:yes:* )
21549 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 22322 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21550 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 22323 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21551 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 22324 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21552 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 22325 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21553 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 22326 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21554 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 22327 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21555 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 22328 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21556 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 22329 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21557 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 22330 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21558 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22331 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21559 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22332 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21560 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22333 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21561 22334
21562 ;; 22335 ;;
21563 esac 22336 esac
21564 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22338 $as_echo_n "checking for $ac_header... " >&6; }
21566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21567 echo $ECHO_N "(cached) $ECHO_C" >&6 22340 $as_echo_n "(cached) " >&6
21568 else 22341 else
21569 eval "$as_ac_Header=\$ac_header_preproc" 22342 eval "$as_ac_Header=\$ac_header_preproc"
21570 fi 22343 fi
21571 ac_res=`eval echo '${'$as_ac_Header'}'` 22344 ac_res=`eval 'as_val=${'$as_ac_Header'}
21572 { echo "$as_me:$LINENO: result: $ac_res" >&5 22345 $as_echo "$as_val"'`
21573 echo "${ECHO_T}$ac_res" >&6; } 22346 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21574 22347 $as_echo "$ac_res" >&6; }
21575 fi 22348
21576 if test `eval echo '${'$as_ac_Header'}'` = yes; then 22349 fi
22350 if test `eval 'as_val=${'$as_ac_Header'}
22351 $as_echo "$as_val"'` = yes; then
21577 cat >>confdefs.h <<_ACEOF 22352 cat >>confdefs.h <<_ACEOF
21578 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 22353 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21579 _ACEOF 22354 _ACEOF
21580 22355
21581 else 22356 else
21582 22357
21583 for ac_header in kerberosIV/des.h 22358 for ac_header in kerberosIV/des.h
21584 do 22359 do
21585 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22360 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21586 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21587 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22362 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21588 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22363 $as_echo_n "checking for $ac_header... " >&6; }
21589 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21590 echo $ECHO_N "(cached) $ECHO_C" >&6 22365 $as_echo_n "(cached) " >&6
21591 fi 22366 fi
21592 ac_res=`eval echo '${'$as_ac_Header'}'` 22367 ac_res=`eval 'as_val=${'$as_ac_Header'}
21593 { echo "$as_me:$LINENO: result: $ac_res" >&5 22368 $as_echo "$as_val"'`
21594 echo "${ECHO_T}$ac_res" >&6; } 22369 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22370 $as_echo "$ac_res" >&6; }
21595 else 22371 else
21596 # Is the header compilable? 22372 # Is the header compilable?
21597 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 22373 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21598 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 22374 $as_echo_n "checking $ac_header usability... " >&6; }
21599 cat >conftest.$ac_ext <<_ACEOF 22375 cat >conftest.$ac_ext <<_ACEOF
21600 /* confdefs.h. */ 22376 /* confdefs.h. */
21601 _ACEOF 22377 _ACEOF
21602 cat confdefs.h >>conftest.$ac_ext 22378 cat confdefs.h >>conftest.$ac_ext
21603 cat >>conftest.$ac_ext <<_ACEOF 22379 cat >>conftest.$ac_ext <<_ACEOF
21609 if { (ac_try="$ac_compile" 22385 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in 22386 case "(($ac_try" in
21611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612 *) ac_try_echo=$ac_try;; 22388 *) ac_try_echo=$ac_try;;
21613 esac 22389 esac
21614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22391 $as_echo "$ac_try_echo") >&5
21615 (eval "$ac_compile") 2>conftest.er1 22392 (eval "$ac_compile") 2>conftest.er1
21616 ac_status=$? 22393 ac_status=$?
21617 grep -v '^ *+' conftest.er1 >conftest.err 22394 grep -v '^ *+' conftest.er1 >conftest.err
21618 rm -f conftest.er1 22395 rm -f conftest.er1
21619 cat conftest.err >&5 22396 cat conftest.err >&5
21620 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); } && { 22398 (exit $ac_status); } && {
21622 test -z "$ac_c_werror_flag" || 22399 test -z "$ac_c_werror_flag" ||
21623 test ! -s conftest.err 22400 test ! -s conftest.err
21624 } && test -s conftest.$ac_objext; then 22401 } && test -s conftest.$ac_objext; then
21625 ac_header_compiler=yes 22402 ac_header_compiler=yes
21626 else 22403 else
21627 echo "$as_me: failed program was:" >&5 22404 $as_echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5 22405 sed 's/^/| /' conftest.$ac_ext >&5
21629 22406
21630 ac_header_compiler=no 22407 ac_header_compiler=no
21631 fi 22408 fi
21632 22409
21633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21634 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22411 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21635 echo "${ECHO_T}$ac_header_compiler" >&6; } 22412 $as_echo "$ac_header_compiler" >&6; }
21636 22413
21637 # Is the header present? 22414 # Is the header present?
21638 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 22415 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21639 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 22416 $as_echo_n "checking $ac_header presence... " >&6; }
21640 cat >conftest.$ac_ext <<_ACEOF 22417 cat >conftest.$ac_ext <<_ACEOF
21641 /* confdefs.h. */ 22418 /* confdefs.h. */
21642 _ACEOF 22419 _ACEOF
21643 cat confdefs.h >>conftest.$ac_ext 22420 cat confdefs.h >>conftest.$ac_ext
21644 cat >>conftest.$ac_ext <<_ACEOF 22421 cat >>conftest.$ac_ext <<_ACEOF
21648 if { (ac_try="$ac_cpp conftest.$ac_ext" 22425 if { (ac_try="$ac_cpp conftest.$ac_ext"
21649 case "(($ac_try" in 22426 case "(($ac_try" in
21650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21651 *) ac_try_echo=$ac_try;; 22428 *) ac_try_echo=$ac_try;;
21652 esac 22429 esac
21653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22431 $as_echo "$ac_try_echo") >&5
21654 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 22432 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21655 ac_status=$? 22433 ac_status=$?
21656 grep -v '^ *+' conftest.er1 >conftest.err 22434 grep -v '^ *+' conftest.er1 >conftest.err
21657 rm -f conftest.er1 22435 rm -f conftest.er1
21658 cat conftest.err >&5 22436 cat conftest.err >&5
21659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21660 (exit $ac_status); } >/dev/null && { 22438 (exit $ac_status); } >/dev/null && {
21661 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 22439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21662 test ! -s conftest.err 22440 test ! -s conftest.err
21663 }; then 22441 }; then
21664 ac_header_preproc=yes 22442 ac_header_preproc=yes
21665 else 22443 else
21666 echo "$as_me: failed program was:" >&5 22444 $as_echo "$as_me: failed program was:" >&5
21667 sed 's/^/| /' conftest.$ac_ext >&5 22445 sed 's/^/| /' conftest.$ac_ext >&5
21668 22446
21669 ac_header_preproc=no 22447 ac_header_preproc=no
21670 fi 22448 fi
21671 22449
21672 rm -f conftest.err conftest.$ac_ext 22450 rm -f conftest.err conftest.$ac_ext
21673 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22451 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21674 echo "${ECHO_T}$ac_header_preproc" >&6; } 22452 $as_echo "$ac_header_preproc" >&6; }
21675 22453
21676 # So? What about this header? 22454 # So? What about this header?
21677 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22455 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21678 yes:no: ) 22456 yes:no: )
21679 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 22457 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21680 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 22458 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21681 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 22459 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21682 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 22460 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21683 ac_header_preproc=yes 22461 ac_header_preproc=yes
21684 ;; 22462 ;;
21685 no:yes:* ) 22463 no:yes:* )
21686 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 22464 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21687 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 22465 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21688 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 22466 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21689 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 22467 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21690 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 22468 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21691 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 22469 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21692 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 22470 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21693 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 22471 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21694 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 22472 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21695 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22473 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21696 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22474 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21697 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22475 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21698 22476
21699 ;; 22477 ;;
21700 esac 22478 esac
21701 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22479 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21702 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22480 $as_echo_n "checking for $ac_header... " >&6; }
21703 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22481 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21704 echo $ECHO_N "(cached) $ECHO_C" >&6 22482 $as_echo_n "(cached) " >&6
21705 else 22483 else
21706 eval "$as_ac_Header=\$ac_header_preproc" 22484 eval "$as_ac_Header=\$ac_header_preproc"
21707 fi 22485 fi
21708 ac_res=`eval echo '${'$as_ac_Header'}'` 22486 ac_res=`eval 'as_val=${'$as_ac_Header'}
21709 { echo "$as_me:$LINENO: result: $ac_res" >&5 22487 $as_echo "$as_val"'`
21710 echo "${ECHO_T}$ac_res" >&6; } 22488 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21711 22489 $as_echo "$ac_res" >&6; }
21712 fi 22490
21713 if test `eval echo '${'$as_ac_Header'}'` = yes; then 22491 fi
22492 if test `eval 'as_val=${'$as_ac_Header'}
22493 $as_echo "$as_val"'` = yes; then
21714 cat >>confdefs.h <<_ACEOF 22494 cat >>confdefs.h <<_ACEOF
21715 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 22495 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21716 _ACEOF 22496 _ACEOF
21717 22497
21718 else 22498 else
21719 22499
21720 for ac_header in kerberos/des.h 22500 for ac_header in kerberos/des.h
21721 do 22501 do
21722 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22502 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22503 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21724 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22504 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21725 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22505 $as_echo_n "checking for $ac_header... " >&6; }
21726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22506 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21727 echo $ECHO_N "(cached) $ECHO_C" >&6 22507 $as_echo_n "(cached) " >&6
21728 fi 22508 fi
21729 ac_res=`eval echo '${'$as_ac_Header'}'` 22509 ac_res=`eval 'as_val=${'$as_ac_Header'}
21730 { echo "$as_me:$LINENO: result: $ac_res" >&5 22510 $as_echo "$as_val"'`
21731 echo "${ECHO_T}$ac_res" >&6; } 22511 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22512 $as_echo "$ac_res" >&6; }
21732 else 22513 else
21733 # Is the header compilable? 22514 # Is the header compilable?
21734 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 22515 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21735 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 22516 $as_echo_n "checking $ac_header usability... " >&6; }
21736 cat >conftest.$ac_ext <<_ACEOF 22517 cat >conftest.$ac_ext <<_ACEOF
21737 /* confdefs.h. */ 22518 /* confdefs.h. */
21738 _ACEOF 22519 _ACEOF
21739 cat confdefs.h >>conftest.$ac_ext 22520 cat confdefs.h >>conftest.$ac_ext
21740 cat >>conftest.$ac_ext <<_ACEOF 22521 cat >>conftest.$ac_ext <<_ACEOF
21746 if { (ac_try="$ac_compile" 22527 if { (ac_try="$ac_compile"
21747 case "(($ac_try" in 22528 case "(($ac_try" in
21748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21749 *) ac_try_echo=$ac_try;; 22530 *) ac_try_echo=$ac_try;;
21750 esac 22531 esac
21751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22533 $as_echo "$ac_try_echo") >&5
21752 (eval "$ac_compile") 2>conftest.er1 22534 (eval "$ac_compile") 2>conftest.er1
21753 ac_status=$? 22535 ac_status=$?
21754 grep -v '^ *+' conftest.er1 >conftest.err 22536 grep -v '^ *+' conftest.er1 >conftest.err
21755 rm -f conftest.er1 22537 rm -f conftest.er1
21756 cat conftest.err >&5 22538 cat conftest.err >&5
21757 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21758 (exit $ac_status); } && { 22540 (exit $ac_status); } && {
21759 test -z "$ac_c_werror_flag" || 22541 test -z "$ac_c_werror_flag" ||
21760 test ! -s conftest.err 22542 test ! -s conftest.err
21761 } && test -s conftest.$ac_objext; then 22543 } && test -s conftest.$ac_objext; then
21762 ac_header_compiler=yes 22544 ac_header_compiler=yes
21763 else 22545 else
21764 echo "$as_me: failed program was:" >&5 22546 $as_echo "$as_me: failed program was:" >&5
21765 sed 's/^/| /' conftest.$ac_ext >&5 22547 sed 's/^/| /' conftest.$ac_ext >&5
21766 22548
21767 ac_header_compiler=no 22549 ac_header_compiler=no
21768 fi 22550 fi
21769 22551
21770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21771 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22553 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21772 echo "${ECHO_T}$ac_header_compiler" >&6; } 22554 $as_echo "$ac_header_compiler" >&6; }
21773 22555
21774 # Is the header present? 22556 # Is the header present?
21775 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 22557 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21776 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 22558 $as_echo_n "checking $ac_header presence... " >&6; }
21777 cat >conftest.$ac_ext <<_ACEOF 22559 cat >conftest.$ac_ext <<_ACEOF
21778 /* confdefs.h. */ 22560 /* confdefs.h. */
21779 _ACEOF 22561 _ACEOF
21780 cat confdefs.h >>conftest.$ac_ext 22562 cat confdefs.h >>conftest.$ac_ext
21781 cat >>conftest.$ac_ext <<_ACEOF 22563 cat >>conftest.$ac_ext <<_ACEOF
21785 if { (ac_try="$ac_cpp conftest.$ac_ext" 22567 if { (ac_try="$ac_cpp conftest.$ac_ext"
21786 case "(($ac_try" in 22568 case "(($ac_try" in
21787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21788 *) ac_try_echo=$ac_try;; 22570 *) ac_try_echo=$ac_try;;
21789 esac 22571 esac
21790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22573 $as_echo "$ac_try_echo") >&5
21791 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 22574 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21792 ac_status=$? 22575 ac_status=$?
21793 grep -v '^ *+' conftest.er1 >conftest.err 22576 grep -v '^ *+' conftest.er1 >conftest.err
21794 rm -f conftest.er1 22577 rm -f conftest.er1
21795 cat conftest.err >&5 22578 cat conftest.err >&5
21796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21797 (exit $ac_status); } >/dev/null && { 22580 (exit $ac_status); } >/dev/null && {
21798 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 22581 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21799 test ! -s conftest.err 22582 test ! -s conftest.err
21800 }; then 22583 }; then
21801 ac_header_preproc=yes 22584 ac_header_preproc=yes
21802 else 22585 else
21803 echo "$as_me: failed program was:" >&5 22586 $as_echo "$as_me: failed program was:" >&5
21804 sed 's/^/| /' conftest.$ac_ext >&5 22587 sed 's/^/| /' conftest.$ac_ext >&5
21805 22588
21806 ac_header_preproc=no 22589 ac_header_preproc=no
21807 fi 22590 fi
21808 22591
21809 rm -f conftest.err conftest.$ac_ext 22592 rm -f conftest.err conftest.$ac_ext
21810 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22593 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21811 echo "${ECHO_T}$ac_header_preproc" >&6; } 22594 $as_echo "$ac_header_preproc" >&6; }
21812 22595
21813 # So? What about this header? 22596 # So? What about this header?
21814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22597 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21815 yes:no: ) 22598 yes:no: )
21816 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 22599 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21817 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 22600 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21818 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 22601 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21819 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 22602 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21820 ac_header_preproc=yes 22603 ac_header_preproc=yes
21821 ;; 22604 ;;
21822 no:yes:* ) 22605 no:yes:* )
21823 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 22606 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21824 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 22607 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21825 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 22608 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21826 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 22609 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21827 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 22610 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21828 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 22611 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21829 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 22612 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21830 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 22613 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21831 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 22614 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21832 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22615 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21833 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22616 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21834 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22617 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21835 22618
21836 ;; 22619 ;;
21837 esac 22620 esac
21838 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22621 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21839 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22622 $as_echo_n "checking for $ac_header... " >&6; }
21840 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21841 echo $ECHO_N "(cached) $ECHO_C" >&6 22624 $as_echo_n "(cached) " >&6
21842 else 22625 else
21843 eval "$as_ac_Header=\$ac_header_preproc" 22626 eval "$as_ac_Header=\$ac_header_preproc"
21844 fi 22627 fi
21845 ac_res=`eval echo '${'$as_ac_Header'}'` 22628 ac_res=`eval 'as_val=${'$as_ac_Header'}
21846 { echo "$as_me:$LINENO: result: $ac_res" >&5 22629 $as_echo "$as_val"'`
21847 echo "${ECHO_T}$ac_res" >&6; } 22630 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21848 22631 $as_echo "$ac_res" >&6; }
21849 fi 22632
21850 if test `eval echo '${'$as_ac_Header'}'` = yes; then 22633 fi
22634 if test `eval 'as_val=${'$as_ac_Header'}
22635 $as_echo "$as_val"'` = yes; then
21851 cat >>confdefs.h <<_ACEOF 22636 cat >>confdefs.h <<_ACEOF
21852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 22637 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21853 _ACEOF 22638 _ACEOF
21854 22639
21855 fi 22640 fi
21856 22641
21857 done 22642 done
21865 done 22650 done
21866 22651
21867 22652
21868 for ac_header in krb.h 22653 for ac_header in krb.h
21869 do 22654 do
21870 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22655 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21871 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22656 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21872 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22657 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22658 $as_echo_n "checking for $ac_header... " >&6; }
21874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22659 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21875 echo $ECHO_N "(cached) $ECHO_C" >&6 22660 $as_echo_n "(cached) " >&6
21876 fi 22661 fi
21877 ac_res=`eval echo '${'$as_ac_Header'}'` 22662 ac_res=`eval 'as_val=${'$as_ac_Header'}
21878 { echo "$as_me:$LINENO: result: $ac_res" >&5 22663 $as_echo "$as_val"'`
21879 echo "${ECHO_T}$ac_res" >&6; } 22664 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22665 $as_echo "$ac_res" >&6; }
21880 else 22666 else
21881 # Is the header compilable? 22667 # Is the header compilable?
21882 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 22668 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21883 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 22669 $as_echo_n "checking $ac_header usability... " >&6; }
21884 cat >conftest.$ac_ext <<_ACEOF 22670 cat >conftest.$ac_ext <<_ACEOF
21885 /* confdefs.h. */ 22671 /* confdefs.h. */
21886 _ACEOF 22672 _ACEOF
21887 cat confdefs.h >>conftest.$ac_ext 22673 cat confdefs.h >>conftest.$ac_ext
21888 cat >>conftest.$ac_ext <<_ACEOF 22674 cat >>conftest.$ac_ext <<_ACEOF
21894 if { (ac_try="$ac_compile" 22680 if { (ac_try="$ac_compile"
21895 case "(($ac_try" in 22681 case "(($ac_try" in
21896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21897 *) ac_try_echo=$ac_try;; 22683 *) ac_try_echo=$ac_try;;
21898 esac 22684 esac
21899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22686 $as_echo "$ac_try_echo") >&5
21900 (eval "$ac_compile") 2>conftest.er1 22687 (eval "$ac_compile") 2>conftest.er1
21901 ac_status=$? 22688 ac_status=$?
21902 grep -v '^ *+' conftest.er1 >conftest.err 22689 grep -v '^ *+' conftest.er1 >conftest.err
21903 rm -f conftest.er1 22690 rm -f conftest.er1
21904 cat conftest.err >&5 22691 cat conftest.err >&5
21905 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21906 (exit $ac_status); } && { 22693 (exit $ac_status); } && {
21907 test -z "$ac_c_werror_flag" || 22694 test -z "$ac_c_werror_flag" ||
21908 test ! -s conftest.err 22695 test ! -s conftest.err
21909 } && test -s conftest.$ac_objext; then 22696 } && test -s conftest.$ac_objext; then
21910 ac_header_compiler=yes 22697 ac_header_compiler=yes
21911 else 22698 else
21912 echo "$as_me: failed program was:" >&5 22699 $as_echo "$as_me: failed program was:" >&5
21913 sed 's/^/| /' conftest.$ac_ext >&5 22700 sed 's/^/| /' conftest.$ac_ext >&5
21914 22701
21915 ac_header_compiler=no 22702 ac_header_compiler=no
21916 fi 22703 fi
21917 22704
21918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21919 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22706 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21920 echo "${ECHO_T}$ac_header_compiler" >&6; } 22707 $as_echo "$ac_header_compiler" >&6; }
21921 22708
21922 # Is the header present? 22709 # Is the header present?
21923 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 22710 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21924 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 22711 $as_echo_n "checking $ac_header presence... " >&6; }
21925 cat >conftest.$ac_ext <<_ACEOF 22712 cat >conftest.$ac_ext <<_ACEOF
21926 /* confdefs.h. */ 22713 /* confdefs.h. */
21927 _ACEOF 22714 _ACEOF
21928 cat confdefs.h >>conftest.$ac_ext 22715 cat confdefs.h >>conftest.$ac_ext
21929 cat >>conftest.$ac_ext <<_ACEOF 22716 cat >>conftest.$ac_ext <<_ACEOF
21933 if { (ac_try="$ac_cpp conftest.$ac_ext" 22720 if { (ac_try="$ac_cpp conftest.$ac_ext"
21934 case "(($ac_try" in 22721 case "(($ac_try" in
21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936 *) ac_try_echo=$ac_try;; 22723 *) ac_try_echo=$ac_try;;
21937 esac 22724 esac
21938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22726 $as_echo "$ac_try_echo") >&5
21939 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 22727 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21940 ac_status=$? 22728 ac_status=$?
21941 grep -v '^ *+' conftest.er1 >conftest.err 22729 grep -v '^ *+' conftest.er1 >conftest.err
21942 rm -f conftest.er1 22730 rm -f conftest.er1
21943 cat conftest.err >&5 22731 cat conftest.err >&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } >/dev/null && { 22733 (exit $ac_status); } >/dev/null && {
21946 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 22734 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21947 test ! -s conftest.err 22735 test ! -s conftest.err
21948 }; then 22736 }; then
21949 ac_header_preproc=yes 22737 ac_header_preproc=yes
21950 else 22738 else
21951 echo "$as_me: failed program was:" >&5 22739 $as_echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.$ac_ext >&5 22740 sed 's/^/| /' conftest.$ac_ext >&5
21953 22741
21954 ac_header_preproc=no 22742 ac_header_preproc=no
21955 fi 22743 fi
21956 22744
21957 rm -f conftest.err conftest.$ac_ext 22745 rm -f conftest.err conftest.$ac_ext
21958 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22746 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21959 echo "${ECHO_T}$ac_header_preproc" >&6; } 22747 $as_echo "$ac_header_preproc" >&6; }
21960 22748
21961 # So? What about this header? 22749 # So? What about this header?
21962 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22750 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21963 yes:no: ) 22751 yes:no: )
21964 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 22752 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21965 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 22753 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21966 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 22754 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21967 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 22755 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21968 ac_header_preproc=yes 22756 ac_header_preproc=yes
21969 ;; 22757 ;;
21970 no:yes:* ) 22758 no:yes:* )
21971 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 22759 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21972 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 22760 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21973 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 22761 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21974 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 22762 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21975 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 22763 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21976 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 22764 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21977 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 22765 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21978 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 22766 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21979 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 22767 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21980 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22768 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21981 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22769 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21982 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22770 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21983 22771
21984 ;; 22772 ;;
21985 esac 22773 esac
21986 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22774 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21987 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22775 $as_echo_n "checking for $ac_header... " >&6; }
21988 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22776 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21989 echo $ECHO_N "(cached) $ECHO_C" >&6 22777 $as_echo_n "(cached) " >&6
21990 else 22778 else
21991 eval "$as_ac_Header=\$ac_header_preproc" 22779 eval "$as_ac_Header=\$ac_header_preproc"
21992 fi 22780 fi
21993 ac_res=`eval echo '${'$as_ac_Header'}'` 22781 ac_res=`eval 'as_val=${'$as_ac_Header'}
21994 { echo "$as_me:$LINENO: result: $ac_res" >&5 22782 $as_echo "$as_val"'`
21995 echo "${ECHO_T}$ac_res" >&6; } 22783 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21996 22784 $as_echo "$ac_res" >&6; }
21997 fi 22785
21998 if test `eval echo '${'$as_ac_Header'}'` = yes; then 22786 fi
22787 if test `eval 'as_val=${'$as_ac_Header'}
22788 $as_echo "$as_val"'` = yes; then
21999 cat >>confdefs.h <<_ACEOF 22789 cat >>confdefs.h <<_ACEOF
22000 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 22790 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
22001 _ACEOF 22791 _ACEOF
22002 22792
22003 else 22793 else
22004 22794
22005 for ac_header in kerberosIV/krb.h 22795 for ac_header in kerberosIV/krb.h
22006 do 22796 do
22007 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22797 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
22008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22798 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22009 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22799 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22010 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22800 $as_echo_n "checking for $ac_header... " >&6; }
22011 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22012 echo $ECHO_N "(cached) $ECHO_C" >&6 22802 $as_echo_n "(cached) " >&6
22013 fi 22803 fi
22014 ac_res=`eval echo '${'$as_ac_Header'}'` 22804 ac_res=`eval 'as_val=${'$as_ac_Header'}
22015 { echo "$as_me:$LINENO: result: $ac_res" >&5 22805 $as_echo "$as_val"'`
22016 echo "${ECHO_T}$ac_res" >&6; } 22806 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22807 $as_echo "$ac_res" >&6; }
22017 else 22808 else
22018 # Is the header compilable? 22809 # Is the header compilable?
22019 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 22810 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
22020 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 22811 $as_echo_n "checking $ac_header usability... " >&6; }
22021 cat >conftest.$ac_ext <<_ACEOF 22812 cat >conftest.$ac_ext <<_ACEOF
22022 /* confdefs.h. */ 22813 /* confdefs.h. */
22023 _ACEOF 22814 _ACEOF
22024 cat confdefs.h >>conftest.$ac_ext 22815 cat confdefs.h >>conftest.$ac_ext
22025 cat >>conftest.$ac_ext <<_ACEOF 22816 cat >>conftest.$ac_ext <<_ACEOF
22031 if { (ac_try="$ac_compile" 22822 if { (ac_try="$ac_compile"
22032 case "(($ac_try" in 22823 case "(($ac_try" in
22033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22034 *) ac_try_echo=$ac_try;; 22825 *) ac_try_echo=$ac_try;;
22035 esac 22826 esac
22036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22828 $as_echo "$ac_try_echo") >&5
22037 (eval "$ac_compile") 2>conftest.er1 22829 (eval "$ac_compile") 2>conftest.er1
22038 ac_status=$? 22830 ac_status=$?
22039 grep -v '^ *+' conftest.er1 >conftest.err 22831 grep -v '^ *+' conftest.er1 >conftest.err
22040 rm -f conftest.er1 22832 rm -f conftest.er1
22041 cat conftest.err >&5 22833 cat conftest.err >&5
22042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22043 (exit $ac_status); } && { 22835 (exit $ac_status); } && {
22044 test -z "$ac_c_werror_flag" || 22836 test -z "$ac_c_werror_flag" ||
22045 test ! -s conftest.err 22837 test ! -s conftest.err
22046 } && test -s conftest.$ac_objext; then 22838 } && test -s conftest.$ac_objext; then
22047 ac_header_compiler=yes 22839 ac_header_compiler=yes
22048 else 22840 else
22049 echo "$as_me: failed program was:" >&5 22841 $as_echo "$as_me: failed program was:" >&5
22050 sed 's/^/| /' conftest.$ac_ext >&5 22842 sed 's/^/| /' conftest.$ac_ext >&5
22051 22843
22052 ac_header_compiler=no 22844 ac_header_compiler=no
22053 fi 22845 fi
22054 22846
22055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22056 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22848 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22057 echo "${ECHO_T}$ac_header_compiler" >&6; } 22849 $as_echo "$ac_header_compiler" >&6; }
22058 22850
22059 # Is the header present? 22851 # Is the header present?
22060 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 22852 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
22061 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 22853 $as_echo_n "checking $ac_header presence... " >&6; }
22062 cat >conftest.$ac_ext <<_ACEOF 22854 cat >conftest.$ac_ext <<_ACEOF
22063 /* confdefs.h. */ 22855 /* confdefs.h. */
22064 _ACEOF 22856 _ACEOF
22065 cat confdefs.h >>conftest.$ac_ext 22857 cat confdefs.h >>conftest.$ac_ext
22066 cat >>conftest.$ac_ext <<_ACEOF 22858 cat >>conftest.$ac_ext <<_ACEOF
22070 if { (ac_try="$ac_cpp conftest.$ac_ext" 22862 if { (ac_try="$ac_cpp conftest.$ac_ext"
22071 case "(($ac_try" in 22863 case "(($ac_try" in
22072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22073 *) ac_try_echo=$ac_try;; 22865 *) ac_try_echo=$ac_try;;
22074 esac 22866 esac
22075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22868 $as_echo "$ac_try_echo") >&5
22076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 22869 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22077 ac_status=$? 22870 ac_status=$?
22078 grep -v '^ *+' conftest.er1 >conftest.err 22871 grep -v '^ *+' conftest.er1 >conftest.err
22079 rm -f conftest.er1 22872 rm -f conftest.er1
22080 cat conftest.err >&5 22873 cat conftest.err >&5
22081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); } >/dev/null && { 22875 (exit $ac_status); } >/dev/null && {
22083 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 22876 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22084 test ! -s conftest.err 22877 test ! -s conftest.err
22085 }; then 22878 }; then
22086 ac_header_preproc=yes 22879 ac_header_preproc=yes
22087 else 22880 else
22088 echo "$as_me: failed program was:" >&5 22881 $as_echo "$as_me: failed program was:" >&5
22089 sed 's/^/| /' conftest.$ac_ext >&5 22882 sed 's/^/| /' conftest.$ac_ext >&5
22090 22883
22091 ac_header_preproc=no 22884 ac_header_preproc=no
22092 fi 22885 fi
22093 22886
22094 rm -f conftest.err conftest.$ac_ext 22887 rm -f conftest.err conftest.$ac_ext
22095 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22888 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22096 echo "${ECHO_T}$ac_header_preproc" >&6; } 22889 $as_echo "$ac_header_preproc" >&6; }
22097 22890
22098 # So? What about this header? 22891 # So? What about this header?
22099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22892 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22100 yes:no: ) 22893 yes:no: )
22101 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 22894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22102 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 22895 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22103 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 22896 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22104 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 22897 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22105 ac_header_preproc=yes 22898 ac_header_preproc=yes
22106 ;; 22899 ;;
22107 no:yes:* ) 22900 no:yes:* )
22108 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 22901 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22109 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 22902 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22110 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 22903 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22111 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 22904 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22112 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 22905 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22113 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 22906 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22114 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 22907 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22115 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 22908 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 22909 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22117 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22910 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22118 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22911 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22119 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22912 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22120 22913
22121 ;; 22914 ;;
22122 esac 22915 esac
22123 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22916 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22124 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22917 $as_echo_n "checking for $ac_header... " >&6; }
22125 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22918 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22126 echo $ECHO_N "(cached) $ECHO_C" >&6 22919 $as_echo_n "(cached) " >&6
22127 else 22920 else
22128 eval "$as_ac_Header=\$ac_header_preproc" 22921 eval "$as_ac_Header=\$ac_header_preproc"
22129 fi 22922 fi
22130 ac_res=`eval echo '${'$as_ac_Header'}'` 22923 ac_res=`eval 'as_val=${'$as_ac_Header'}
22131 { echo "$as_me:$LINENO: result: $ac_res" >&5 22924 $as_echo "$as_val"'`
22132 echo "${ECHO_T}$ac_res" >&6; } 22925 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22133 22926 $as_echo "$ac_res" >&6; }
22134 fi 22927
22135 if test `eval echo '${'$as_ac_Header'}'` = yes; then 22928 fi
22929 if test `eval 'as_val=${'$as_ac_Header'}
22930 $as_echo "$as_val"'` = yes; then
22136 cat >>confdefs.h <<_ACEOF 22931 cat >>confdefs.h <<_ACEOF
22137 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 22932 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
22138 _ACEOF 22933 _ACEOF
22139 22934
22140 else 22935 else
22141 22936
22142 for ac_header in kerberos/krb.h 22937 for ac_header in kerberos/krb.h
22143 do 22938 do
22144 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22939 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
22145 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22940 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22146 { echo "$as_me:$LINENO: checking for $ac_header" >&5 22941 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22147 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 22942 $as_echo_n "checking for $ac_header... " >&6; }
22148 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 22943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22149 echo $ECHO_N "(cached) $ECHO_C" >&6 22944 $as_echo_n "(cached) " >&6
22150 fi 22945 fi
22151 ac_res=`eval echo '${'$as_ac_Header'}'` 22946 ac_res=`eval 'as_val=${'$as_ac_Header'}
22152 { echo "$as_me:$LINENO: result: $ac_res" >&5 22947 $as_echo "$as_val"'`
22153 echo "${ECHO_T}$ac_res" >&6; } 22948 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22949 $as_echo "$ac_res" >&6; }
22154 else 22950 else
22155 # Is the header compilable? 22951 # Is the header compilable?
22156 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 22952 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
22157 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 22953 $as_echo_n "checking $ac_header usability... " >&6; }
22158 cat >conftest.$ac_ext <<_ACEOF 22954 cat >conftest.$ac_ext <<_ACEOF
22159 /* confdefs.h. */ 22955 /* confdefs.h. */
22160 _ACEOF 22956 _ACEOF
22161 cat confdefs.h >>conftest.$ac_ext 22957 cat confdefs.h >>conftest.$ac_ext
22162 cat >>conftest.$ac_ext <<_ACEOF 22958 cat >>conftest.$ac_ext <<_ACEOF
22168 if { (ac_try="$ac_compile" 22964 if { (ac_try="$ac_compile"
22169 case "(($ac_try" in 22965 case "(($ac_try" in
22170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22171 *) ac_try_echo=$ac_try;; 22967 *) ac_try_echo=$ac_try;;
22172 esac 22968 esac
22173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22970 $as_echo "$ac_try_echo") >&5
22174 (eval "$ac_compile") 2>conftest.er1 22971 (eval "$ac_compile") 2>conftest.er1
22175 ac_status=$? 22972 ac_status=$?
22176 grep -v '^ *+' conftest.er1 >conftest.err 22973 grep -v '^ *+' conftest.er1 >conftest.err
22177 rm -f conftest.er1 22974 rm -f conftest.er1
22178 cat conftest.err >&5 22975 cat conftest.err >&5
22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); } && { 22977 (exit $ac_status); } && {
22181 test -z "$ac_c_werror_flag" || 22978 test -z "$ac_c_werror_flag" ||
22182 test ! -s conftest.err 22979 test ! -s conftest.err
22183 } && test -s conftest.$ac_objext; then 22980 } && test -s conftest.$ac_objext; then
22184 ac_header_compiler=yes 22981 ac_header_compiler=yes
22185 else 22982 else
22186 echo "$as_me: failed program was:" >&5 22983 $as_echo "$as_me: failed program was:" >&5
22187 sed 's/^/| /' conftest.$ac_ext >&5 22984 sed 's/^/| /' conftest.$ac_ext >&5
22188 22985
22189 ac_header_compiler=no 22986 ac_header_compiler=no
22190 fi 22987 fi
22191 22988
22192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22193 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22990 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22194 echo "${ECHO_T}$ac_header_compiler" >&6; } 22991 $as_echo "$ac_header_compiler" >&6; }
22195 22992
22196 # Is the header present? 22993 # Is the header present?
22197 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 22994 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
22198 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 22995 $as_echo_n "checking $ac_header presence... " >&6; }
22199 cat >conftest.$ac_ext <<_ACEOF 22996 cat >conftest.$ac_ext <<_ACEOF
22200 /* confdefs.h. */ 22997 /* confdefs.h. */
22201 _ACEOF 22998 _ACEOF
22202 cat confdefs.h >>conftest.$ac_ext 22999 cat confdefs.h >>conftest.$ac_ext
22203 cat >>conftest.$ac_ext <<_ACEOF 23000 cat >>conftest.$ac_ext <<_ACEOF
22207 if { (ac_try="$ac_cpp conftest.$ac_ext" 23004 if { (ac_try="$ac_cpp conftest.$ac_ext"
22208 case "(($ac_try" in 23005 case "(($ac_try" in
22209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22210 *) ac_try_echo=$ac_try;; 23007 *) ac_try_echo=$ac_try;;
22211 esac 23008 esac
22212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23010 $as_echo "$ac_try_echo") >&5
22213 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23011 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22214 ac_status=$? 23012 ac_status=$?
22215 grep -v '^ *+' conftest.er1 >conftest.err 23013 grep -v '^ *+' conftest.er1 >conftest.err
22216 rm -f conftest.er1 23014 rm -f conftest.er1
22217 cat conftest.err >&5 23015 cat conftest.err >&5
22218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22219 (exit $ac_status); } >/dev/null && { 23017 (exit $ac_status); } >/dev/null && {
22220 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23018 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22221 test ! -s conftest.err 23019 test ! -s conftest.err
22222 }; then 23020 }; then
22223 ac_header_preproc=yes 23021 ac_header_preproc=yes
22224 else 23022 else
22225 echo "$as_me: failed program was:" >&5 23023 $as_echo "$as_me: failed program was:" >&5
22226 sed 's/^/| /' conftest.$ac_ext >&5 23024 sed 's/^/| /' conftest.$ac_ext >&5
22227 23025
22228 ac_header_preproc=no 23026 ac_header_preproc=no
22229 fi 23027 fi
22230 23028
22231 rm -f conftest.err conftest.$ac_ext 23029 rm -f conftest.err conftest.$ac_ext
22232 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23030 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22233 echo "${ECHO_T}$ac_header_preproc" >&6; } 23031 $as_echo "$ac_header_preproc" >&6; }
22234 23032
22235 # So? What about this header? 23033 # So? What about this header?
22236 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23034 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22237 yes:no: ) 23035 yes:no: )
22238 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 23036 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22239 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 23037 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22240 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 23038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22241 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 23039 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22242 ac_header_preproc=yes 23040 ac_header_preproc=yes
22243 ;; 23041 ;;
22244 no:yes:* ) 23042 no:yes:* )
22245 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 23043 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22246 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 23044 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22247 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 23045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22248 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 23046 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22249 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 23047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22250 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 23048 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22251 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 23049 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22252 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 23050 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22253 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 23051 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22254 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 23052 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22255 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 23053 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22256 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 23054 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22257 23055
22258 ;; 23056 ;;
22259 esac 23057 esac
22260 { echo "$as_me:$LINENO: checking for $ac_header" >&5 23058 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 23059 $as_echo_n "checking for $ac_header... " >&6; }
22262 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22263 echo $ECHO_N "(cached) $ECHO_C" >&6 23061 $as_echo_n "(cached) " >&6
22264 else 23062 else
22265 eval "$as_ac_Header=\$ac_header_preproc" 23063 eval "$as_ac_Header=\$ac_header_preproc"
22266 fi 23064 fi
22267 ac_res=`eval echo '${'$as_ac_Header'}'` 23065 ac_res=`eval 'as_val=${'$as_ac_Header'}
22268 { echo "$as_me:$LINENO: result: $ac_res" >&5 23066 $as_echo "$as_val"'`
22269 echo "${ECHO_T}$ac_res" >&6; } 23067 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22270 23068 $as_echo "$ac_res" >&6; }
22271 fi 23069
22272 if test `eval echo '${'$as_ac_Header'}'` = yes; then 23070 fi
23071 if test `eval 'as_val=${'$as_ac_Header'}
23072 $as_echo "$as_val"'` = yes; then
22273 cat >>confdefs.h <<_ACEOF 23073 cat >>confdefs.h <<_ACEOF
22274 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 23074 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
22275 _ACEOF 23075 _ACEOF
22276 23076
22277 fi 23077 fi
22278 23078
22279 done 23079 done
22288 23088
22289 fi 23089 fi
22290 23090
22291 for ac_header in com_err.h 23091 for ac_header in com_err.h
22292 do 23092 do
22293 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 23093 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
22294 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23094 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22295 { echo "$as_me:$LINENO: checking for $ac_header" >&5 23095 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22296 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 23096 $as_echo_n "checking for $ac_header... " >&6; }
22297 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22298 echo $ECHO_N "(cached) $ECHO_C" >&6 23098 $as_echo_n "(cached) " >&6
22299 fi 23099 fi
22300 ac_res=`eval echo '${'$as_ac_Header'}'` 23100 ac_res=`eval 'as_val=${'$as_ac_Header'}
22301 { echo "$as_me:$LINENO: result: $ac_res" >&5 23101 $as_echo "$as_val"'`
22302 echo "${ECHO_T}$ac_res" >&6; } 23102 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23103 $as_echo "$ac_res" >&6; }
22303 else 23104 else
22304 # Is the header compilable? 23105 # Is the header compilable?
22305 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 23106 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
22306 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 23107 $as_echo_n "checking $ac_header usability... " >&6; }
22307 cat >conftest.$ac_ext <<_ACEOF 23108 cat >conftest.$ac_ext <<_ACEOF
22308 /* confdefs.h. */ 23109 /* confdefs.h. */
22309 _ACEOF 23110 _ACEOF
22310 cat confdefs.h >>conftest.$ac_ext 23111 cat confdefs.h >>conftest.$ac_ext
22311 cat >>conftest.$ac_ext <<_ACEOF 23112 cat >>conftest.$ac_ext <<_ACEOF
22317 if { (ac_try="$ac_compile" 23118 if { (ac_try="$ac_compile"
22318 case "(($ac_try" in 23119 case "(($ac_try" in
22319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22320 *) ac_try_echo=$ac_try;; 23121 *) ac_try_echo=$ac_try;;
22321 esac 23122 esac
22322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23124 $as_echo "$ac_try_echo") >&5
22323 (eval "$ac_compile") 2>conftest.er1 23125 (eval "$ac_compile") 2>conftest.er1
22324 ac_status=$? 23126 ac_status=$?
22325 grep -v '^ *+' conftest.er1 >conftest.err 23127 grep -v '^ *+' conftest.er1 >conftest.err
22326 rm -f conftest.er1 23128 rm -f conftest.er1
22327 cat conftest.err >&5 23129 cat conftest.err >&5
22328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22329 (exit $ac_status); } && { 23131 (exit $ac_status); } && {
22330 test -z "$ac_c_werror_flag" || 23132 test -z "$ac_c_werror_flag" ||
22331 test ! -s conftest.err 23133 test ! -s conftest.err
22332 } && test -s conftest.$ac_objext; then 23134 } && test -s conftest.$ac_objext; then
22333 ac_header_compiler=yes 23135 ac_header_compiler=yes
22334 else 23136 else
22335 echo "$as_me: failed program was:" >&5 23137 $as_echo "$as_me: failed program was:" >&5
22336 sed 's/^/| /' conftest.$ac_ext >&5 23138 sed 's/^/| /' conftest.$ac_ext >&5
22337 23139
22338 ac_header_compiler=no 23140 ac_header_compiler=no
22339 fi 23141 fi
22340 23142
22341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22342 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23144 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22343 echo "${ECHO_T}$ac_header_compiler" >&6; } 23145 $as_echo "$ac_header_compiler" >&6; }
22344 23146
22345 # Is the header present? 23147 # Is the header present?
22346 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 23148 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
22347 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 23149 $as_echo_n "checking $ac_header presence... " >&6; }
22348 cat >conftest.$ac_ext <<_ACEOF 23150 cat >conftest.$ac_ext <<_ACEOF
22349 /* confdefs.h. */ 23151 /* confdefs.h. */
22350 _ACEOF 23152 _ACEOF
22351 cat confdefs.h >>conftest.$ac_ext 23153 cat confdefs.h >>conftest.$ac_ext
22352 cat >>conftest.$ac_ext <<_ACEOF 23154 cat >>conftest.$ac_ext <<_ACEOF
22356 if { (ac_try="$ac_cpp conftest.$ac_ext" 23158 if { (ac_try="$ac_cpp conftest.$ac_ext"
22357 case "(($ac_try" in 23159 case "(($ac_try" in
22358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22359 *) ac_try_echo=$ac_try;; 23161 *) ac_try_echo=$ac_try;;
22360 esac 23162 esac
22361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23164 $as_echo "$ac_try_echo") >&5
22362 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23165 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22363 ac_status=$? 23166 ac_status=$?
22364 grep -v '^ *+' conftest.er1 >conftest.err 23167 grep -v '^ *+' conftest.er1 >conftest.err
22365 rm -f conftest.er1 23168 rm -f conftest.er1
22366 cat conftest.err >&5 23169 cat conftest.err >&5
22367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22368 (exit $ac_status); } >/dev/null && { 23171 (exit $ac_status); } >/dev/null && {
22369 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23172 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22370 test ! -s conftest.err 23173 test ! -s conftest.err
22371 }; then 23174 }; then
22372 ac_header_preproc=yes 23175 ac_header_preproc=yes
22373 else 23176 else
22374 echo "$as_me: failed program was:" >&5 23177 $as_echo "$as_me: failed program was:" >&5
22375 sed 's/^/| /' conftest.$ac_ext >&5 23178 sed 's/^/| /' conftest.$ac_ext >&5
22376 23179
22377 ac_header_preproc=no 23180 ac_header_preproc=no
22378 fi 23181 fi
22379 23182
22380 rm -f conftest.err conftest.$ac_ext 23183 rm -f conftest.err conftest.$ac_ext
22381 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23184 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22382 echo "${ECHO_T}$ac_header_preproc" >&6; } 23185 $as_echo "$ac_header_preproc" >&6; }
22383 23186
22384 # So? What about this header? 23187 # So? What about this header?
22385 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23188 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22386 yes:no: ) 23189 yes:no: )
22387 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 23190 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22388 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 23191 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22389 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 23192 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22390 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 23193 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22391 ac_header_preproc=yes 23194 ac_header_preproc=yes
22392 ;; 23195 ;;
22393 no:yes:* ) 23196 no:yes:* )
22394 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 23197 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22395 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 23198 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22396 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 23199 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22397 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 23200 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22398 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 23201 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22399 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 23202 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22400 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 23203 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22401 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 23204 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22402 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 23205 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22403 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 23206 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22404 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 23207 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22405 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 23208 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22406 23209
22407 ;; 23210 ;;
22408 esac 23211 esac
22409 { echo "$as_me:$LINENO: checking for $ac_header" >&5 23212 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22410 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 23213 $as_echo_n "checking for $ac_header... " >&6; }
22411 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22412 echo $ECHO_N "(cached) $ECHO_C" >&6 23215 $as_echo_n "(cached) " >&6
22413 else 23216 else
22414 eval "$as_ac_Header=\$ac_header_preproc" 23217 eval "$as_ac_Header=\$ac_header_preproc"
22415 fi 23218 fi
22416 ac_res=`eval echo '${'$as_ac_Header'}'` 23219 ac_res=`eval 'as_val=${'$as_ac_Header'}
22417 { echo "$as_me:$LINENO: result: $ac_res" >&5 23220 $as_echo "$as_val"'`
22418 echo "${ECHO_T}$ac_res" >&6; } 23221 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22419 23222 $as_echo "$ac_res" >&6; }
22420 fi 23223
22421 if test `eval echo '${'$as_ac_Header'}'` = yes; then 23224 fi
23225 if test `eval 'as_val=${'$as_ac_Header'}
23226 $as_echo "$as_val"'` = yes; then
22422 cat >>confdefs.h <<_ACEOF 23227 cat >>confdefs.h <<_ACEOF
22423 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 23228 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
22424 _ACEOF 23229 _ACEOF
22425 23230
22426 fi 23231 fi
22427 23232
22428 done 23233 done
22430 fi 23235 fi
22431 23236
22432 # Solaris requires -lintl if you want strerror (which calls dgettext) 23237 # Solaris requires -lintl if you want strerror (which calls dgettext)
22433 # to return localized messages. 23238 # to return localized messages.
22434 23239
22435 { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 23240 { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
22436 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; } 23241 $as_echo_n "checking for dgettext in -lintl... " >&6; }
22437 if test "${ac_cv_lib_intl_dgettext+set}" = set; then 23242 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
22438 echo $ECHO_N "(cached) $ECHO_C" >&6 23243 $as_echo_n "(cached) " >&6
22439 else 23244 else
22440 ac_check_lib_save_LIBS=$LIBS 23245 ac_check_lib_save_LIBS=$LIBS
22441 LIBS="-lintl $LIBS" 23246 LIBS="-lintl $LIBS"
22442 cat >conftest.$ac_ext <<_ACEOF 23247 cat >conftest.$ac_ext <<_ACEOF
22443 /* confdefs.h. */ 23248 /* confdefs.h. */
22465 if { (ac_try="$ac_link" 23270 if { (ac_try="$ac_link"
22466 case "(($ac_try" in 23271 case "(($ac_try" in
22467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22468 *) ac_try_echo=$ac_try;; 23273 *) ac_try_echo=$ac_try;;
22469 esac 23274 esac
22470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23276 $as_echo "$ac_try_echo") >&5
22471 (eval "$ac_link") 2>conftest.er1 23277 (eval "$ac_link") 2>conftest.er1
22472 ac_status=$? 23278 ac_status=$?
22473 grep -v '^ *+' conftest.er1 >conftest.err 23279 grep -v '^ *+' conftest.er1 >conftest.err
22474 rm -f conftest.er1 23280 rm -f conftest.er1
22475 cat conftest.err >&5 23281 cat conftest.err >&5
22476 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22477 (exit $ac_status); } && { 23283 (exit $ac_status); } && {
22478 test -z "$ac_c_werror_flag" || 23284 test -z "$ac_c_werror_flag" ||
22479 test ! -s conftest.err 23285 test ! -s conftest.err
22480 } && test -s conftest$ac_exeext && 23286 } && test -s conftest$ac_exeext && {
22481 $as_test_x conftest$ac_exeext; then 23287 test "$cross_compiling" = yes ||
23288 $as_test_x conftest$ac_exeext
23289 }; then
22482 ac_cv_lib_intl_dgettext=yes 23290 ac_cv_lib_intl_dgettext=yes
22483 else 23291 else
22484 echo "$as_me: failed program was:" >&5 23292 $as_echo "$as_me: failed program was:" >&5
22485 sed 's/^/| /' conftest.$ac_ext >&5 23293 sed 's/^/| /' conftest.$ac_ext >&5
22486 23294
22487 ac_cv_lib_intl_dgettext=no 23295 ac_cv_lib_intl_dgettext=no
22488 fi 23296 fi
22489 23297
23298 rm -rf conftest.dSYM
22490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 23299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22491 conftest$ac_exeext conftest.$ac_ext 23300 conftest$ac_exeext conftest.$ac_ext
22492 LIBS=$ac_check_lib_save_LIBS 23301 LIBS=$ac_check_lib_save_LIBS
22493 fi 23302 fi
22494 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 23303 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
22495 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; } 23304 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
22496 if test $ac_cv_lib_intl_dgettext = yes; then 23305 if test $ac_cv_lib_intl_dgettext = yes; then
22497 cat >>confdefs.h <<_ACEOF 23306 cat >>confdefs.h <<_ACEOF
22498 #define HAVE_LIBINTL 1 23307 #define HAVE_LIBINTL 1
22499 _ACEOF 23308 _ACEOF
22500 23309
22501 LIBS="-lintl $LIBS" 23310 LIBS="-lintl $LIBS"
22502 23311
22503 fi 23312 fi
22504 23313
22505 23314
22506 { echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5 23315 { $as_echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5
22507 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6; } 23316 $as_echo_n "checking whether localtime caches TZ... " >&6; }
22508 if test "${emacs_cv_localtime_cache+set}" = set; then 23317 if test "${emacs_cv_localtime_cache+set}" = set; then
22509 echo $ECHO_N "(cached) $ECHO_C" >&6 23318 $as_echo_n "(cached) " >&6
22510 else 23319 else
22511 if test x$ac_cv_func_tzset = xyes; then 23320 if test x$ac_cv_func_tzset = xyes; then
22512 if test "$cross_compiling" = yes; then 23321 if test "$cross_compiling" = yes; then
22513 # If we have tzset, assume the worst when cross-compiling. 23322 # If we have tzset, assume the worst when cross-compiling.
22514 emacs_cv_localtime_cache=yes 23323 emacs_cv_localtime_cache=yes
22553 if { (ac_try="$ac_link" 23362 if { (ac_try="$ac_link"
22554 case "(($ac_try" in 23363 case "(($ac_try" in
22555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22556 *) ac_try_echo=$ac_try;; 23365 *) ac_try_echo=$ac_try;;
22557 esac 23366 esac
22558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23368 $as_echo "$ac_try_echo") >&5
22559 (eval "$ac_link") 2>&5 23369 (eval "$ac_link") 2>&5
22560 ac_status=$? 23370 ac_status=$?
22561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22562 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 23372 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22563 { (case "(($ac_try" in 23373 { (case "(($ac_try" in
22564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22565 *) ac_try_echo=$ac_try;; 23375 *) ac_try_echo=$ac_try;;
22566 esac 23376 esac
22567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23378 $as_echo "$ac_try_echo") >&5
22568 (eval "$ac_try") 2>&5 23379 (eval "$ac_try") 2>&5
22569 ac_status=$? 23380 ac_status=$?
22570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22571 (exit $ac_status); }; }; then 23382 (exit $ac_status); }; }; then
22572 emacs_cv_localtime_cache=no 23383 emacs_cv_localtime_cache=no
22573 else 23384 else
22574 echo "$as_me: program exited with status $ac_status" >&5 23385 $as_echo "$as_me: program exited with status $ac_status" >&5
22575 echo "$as_me: failed program was:" >&5 23386 $as_echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.$ac_ext >&5 23387 sed 's/^/| /' conftest.$ac_ext >&5
22577 23388
22578 ( exit $ac_status ) 23389 ( exit $ac_status )
22579 emacs_cv_localtime_cache=yes 23390 emacs_cv_localtime_cache=yes
22580 fi 23391 fi
23392 rm -rf conftest.dSYM
22581 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 23393 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22582 fi 23394 fi
22583 23395
22584 23396
22585 else 23397 else
22586 # If we lack tzset, report that localtime does not cache TZ, 23398 # If we lack tzset, report that localtime does not cache TZ,
22587 # since we can't invalidate the cache if we don't have tzset. 23399 # since we can't invalidate the cache if we don't have tzset.
22588 emacs_cv_localtime_cache=no 23400 emacs_cv_localtime_cache=no
22589 fi 23401 fi
22590 fi 23402 fi
22591 { echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5 23403 { $as_echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5
22592 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6; } 23404 $as_echo "$emacs_cv_localtime_cache" >&6; }
22593 if test $emacs_cv_localtime_cache = yes; then 23405 if test $emacs_cv_localtime_cache = yes; then
22594 23406
22595 cat >>confdefs.h <<\_ACEOF 23407 cat >>confdefs.h <<\_ACEOF
22596 #define LOCALTIME_CACHE 1 23408 #define LOCALTIME_CACHE 1
22597 _ACEOF 23409 _ACEOF
22600 23412
22601 if test "x$HAVE_TIMEVAL" = xyes; then 23413 if test "x$HAVE_TIMEVAL" = xyes; then
22602 23414
22603 for ac_func in gettimeofday 23415 for ac_func in gettimeofday
22604 do 23416 do
22605 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 23417 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22606 { echo "$as_me:$LINENO: checking for $ac_func" >&5 23418 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
22607 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 23419 $as_echo_n "checking for $ac_func... " >&6; }
22608 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 23420 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22609 echo $ECHO_N "(cached) $ECHO_C" >&6 23421 $as_echo_n "(cached) " >&6
22610 else 23422 else
22611 cat >conftest.$ac_ext <<_ACEOF 23423 cat >conftest.$ac_ext <<_ACEOF
22612 /* confdefs.h. */ 23424 /* confdefs.h. */
22613 _ACEOF 23425 _ACEOF
22614 cat confdefs.h >>conftest.$ac_ext 23426 cat confdefs.h >>conftest.$ac_ext
22657 if { (ac_try="$ac_link" 23469 if { (ac_try="$ac_link"
22658 case "(($ac_try" in 23470 case "(($ac_try" in
22659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22660 *) ac_try_echo=$ac_try;; 23472 *) ac_try_echo=$ac_try;;
22661 esac 23473 esac
22662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23475 $as_echo "$ac_try_echo") >&5
22663 (eval "$ac_link") 2>conftest.er1 23476 (eval "$ac_link") 2>conftest.er1
22664 ac_status=$? 23477 ac_status=$?
22665 grep -v '^ *+' conftest.er1 >conftest.err 23478 grep -v '^ *+' conftest.er1 >conftest.err
22666 rm -f conftest.er1 23479 rm -f conftest.er1
22667 cat conftest.err >&5 23480 cat conftest.err >&5
22668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22669 (exit $ac_status); } && { 23482 (exit $ac_status); } && {
22670 test -z "$ac_c_werror_flag" || 23483 test -z "$ac_c_werror_flag" ||
22671 test ! -s conftest.err 23484 test ! -s conftest.err
22672 } && test -s conftest$ac_exeext && 23485 } && test -s conftest$ac_exeext && {
22673 $as_test_x conftest$ac_exeext; then 23486 test "$cross_compiling" = yes ||
23487 $as_test_x conftest$ac_exeext
23488 }; then
22674 eval "$as_ac_var=yes" 23489 eval "$as_ac_var=yes"
22675 else 23490 else
22676 echo "$as_me: failed program was:" >&5 23491 $as_echo "$as_me: failed program was:" >&5
22677 sed 's/^/| /' conftest.$ac_ext >&5 23492 sed 's/^/| /' conftest.$ac_ext >&5
22678 23493
22679 eval "$as_ac_var=no" 23494 eval "$as_ac_var=no"
22680 fi 23495 fi
22681 23496
23497 rm -rf conftest.dSYM
22682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 23498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22683 conftest$ac_exeext conftest.$ac_ext 23499 conftest$ac_exeext conftest.$ac_ext
22684 fi 23500 fi
22685 ac_res=`eval echo '${'$as_ac_var'}'` 23501 ac_res=`eval 'as_val=${'$as_ac_var'}
22686 { echo "$as_me:$LINENO: result: $ac_res" >&5 23502 $as_echo "$as_val"'`
22687 echo "${ECHO_T}$ac_res" >&6; } 23503 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22688 if test `eval echo '${'$as_ac_var'}'` = yes; then 23504 $as_echo "$ac_res" >&6; }
23505 if test `eval 'as_val=${'$as_ac_var'}
23506 $as_echo "$as_val"'` = yes; then
22689 cat >>confdefs.h <<_ACEOF 23507 cat >>confdefs.h <<_ACEOF
22690 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 23508 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22691 _ACEOF 23509 _ACEOF
22692 23510
22693 fi 23511 fi
22694 done 23512 done
22695 23513
22696 if test $ac_cv_func_gettimeofday = yes; then 23514 if test $ac_cv_func_gettimeofday = yes; then
22697 { echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5 23515 { $as_echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
22698 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6; } 23516 $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
22699 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 23517 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
22700 echo $ECHO_N "(cached) $ECHO_C" >&6 23518 $as_echo_n "(cached) " >&6
22701 else 23519 else
22702 cat >conftest.$ac_ext <<_ACEOF 23520 cat >conftest.$ac_ext <<_ACEOF
22703 /* confdefs.h. */ 23521 /* confdefs.h. */
22704 _ACEOF 23522 _ACEOF
22705 cat confdefs.h >>conftest.$ac_ext 23523 cat confdefs.h >>conftest.$ac_ext
22729 if { (ac_try="$ac_compile" 23547 if { (ac_try="$ac_compile"
22730 case "(($ac_try" in 23548 case "(($ac_try" in
22731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22732 *) ac_try_echo=$ac_try;; 23550 *) ac_try_echo=$ac_try;;
22733 esac 23551 esac
22734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23553 $as_echo "$ac_try_echo") >&5
22735 (eval "$ac_compile") 2>conftest.er1 23554 (eval "$ac_compile") 2>conftest.er1
22736 ac_status=$? 23555 ac_status=$?
22737 grep -v '^ *+' conftest.er1 >conftest.err 23556 grep -v '^ *+' conftest.er1 >conftest.err
22738 rm -f conftest.er1 23557 rm -f conftest.er1
22739 cat conftest.err >&5 23558 cat conftest.err >&5
22740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22741 (exit $ac_status); } && { 23560 (exit $ac_status); } && {
22742 test -z "$ac_c_werror_flag" || 23561 test -z "$ac_c_werror_flag" ||
22743 test ! -s conftest.err 23562 test ! -s conftest.err
22744 } && test -s conftest.$ac_objext; then 23563 } && test -s conftest.$ac_objext; then
22745 emacs_cv_gettimeofday_two_arguments=yes 23564 emacs_cv_gettimeofday_two_arguments=yes
22746 else 23565 else
22747 echo "$as_me: failed program was:" >&5 23566 $as_echo "$as_me: failed program was:" >&5
22748 sed 's/^/| /' conftest.$ac_ext >&5 23567 sed 's/^/| /' conftest.$ac_ext >&5
22749 23568
22750 emacs_cv_gettimeofday_two_arguments=no 23569 emacs_cv_gettimeofday_two_arguments=no
22751 fi 23570 fi
22752 23571
22753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22754 fi 23573 fi
22755 { echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 23574 { $as_echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
22756 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6; } 23575 $as_echo "$emacs_cv_gettimeofday_two_arguments" >&6; }
22757 if test $emacs_cv_gettimeofday_two_arguments = no; then 23576 if test $emacs_cv_gettimeofday_two_arguments = no; then
22758 23577
22759 cat >>confdefs.h <<\_ACEOF 23578 cat >>confdefs.h <<\_ACEOF
22760 #define GETTIMEOFDAY_ONE_ARGUMENT 1 23579 #define GETTIMEOFDAY_ONE_ARGUMENT 1
22761 _ACEOF 23580 _ACEOF
22763 fi 23582 fi
22764 fi 23583 fi
22765 fi 23584 fi
22766 23585
22767 ok_so_far=yes 23586 ok_so_far=yes
22768 { echo "$as_me:$LINENO: checking for socket" >&5 23587 { $as_echo "$as_me:$LINENO: checking for socket" >&5
22769 echo $ECHO_N "checking for socket... $ECHO_C" >&6; } 23588 $as_echo_n "checking for socket... " >&6; }
22770 if test "${ac_cv_func_socket+set}" = set; then 23589 if test "${ac_cv_func_socket+set}" = set; then
22771 echo $ECHO_N "(cached) $ECHO_C" >&6 23590 $as_echo_n "(cached) " >&6
22772 else 23591 else
22773 cat >conftest.$ac_ext <<_ACEOF 23592 cat >conftest.$ac_ext <<_ACEOF
22774 /* confdefs.h. */ 23593 /* confdefs.h. */
22775 _ACEOF 23594 _ACEOF
22776 cat confdefs.h >>conftest.$ac_ext 23595 cat confdefs.h >>conftest.$ac_ext
22819 if { (ac_try="$ac_link" 23638 if { (ac_try="$ac_link"
22820 case "(($ac_try" in 23639 case "(($ac_try" in
22821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22822 *) ac_try_echo=$ac_try;; 23641 *) ac_try_echo=$ac_try;;
22823 esac 23642 esac
22824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23644 $as_echo "$ac_try_echo") >&5
22825 (eval "$ac_link") 2>conftest.er1 23645 (eval "$ac_link") 2>conftest.er1
22826 ac_status=$? 23646 ac_status=$?
22827 grep -v '^ *+' conftest.er1 >conftest.err 23647 grep -v '^ *+' conftest.er1 >conftest.err
22828 rm -f conftest.er1 23648 rm -f conftest.er1
22829 cat conftest.err >&5 23649 cat conftest.err >&5
22830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22831 (exit $ac_status); } && { 23651 (exit $ac_status); } && {
22832 test -z "$ac_c_werror_flag" || 23652 test -z "$ac_c_werror_flag" ||
22833 test ! -s conftest.err 23653 test ! -s conftest.err
22834 } && test -s conftest$ac_exeext && 23654 } && test -s conftest$ac_exeext && {
22835 $as_test_x conftest$ac_exeext; then 23655 test "$cross_compiling" = yes ||
23656 $as_test_x conftest$ac_exeext
23657 }; then
22836 ac_cv_func_socket=yes 23658 ac_cv_func_socket=yes
22837 else 23659 else
22838 echo "$as_me: failed program was:" >&5 23660 $as_echo "$as_me: failed program was:" >&5
22839 sed 's/^/| /' conftest.$ac_ext >&5 23661 sed 's/^/| /' conftest.$ac_ext >&5
22840 23662
22841 ac_cv_func_socket=no 23663 ac_cv_func_socket=no
22842 fi 23664 fi
22843 23665
23666 rm -rf conftest.dSYM
22844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 23667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22845 conftest$ac_exeext conftest.$ac_ext 23668 conftest$ac_exeext conftest.$ac_ext
22846 fi 23669 fi
22847 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 23670 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
22848 echo "${ECHO_T}$ac_cv_func_socket" >&6; } 23671 $as_echo "$ac_cv_func_socket" >&6; }
22849 if test $ac_cv_func_socket = yes; then 23672 if test $ac_cv_func_socket = yes; then
22850 : 23673 :
22851 else 23674 else
22852 ok_so_far=no 23675 ok_so_far=no
22853 fi 23676 fi
22854 23677
22855 if test $ok_so_far = yes; then 23678 if test $ok_so_far = yes; then
22856 if test "${ac_cv_header_netinet_in_h+set}" = set; then 23679 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22857 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 23680 { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22858 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 23681 $as_echo_n "checking for netinet/in.h... " >&6; }
22859 if test "${ac_cv_header_netinet_in_h+set}" = set; then 23682 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22860 echo $ECHO_N "(cached) $ECHO_C" >&6 23683 $as_echo_n "(cached) " >&6
22861 fi 23684 fi
22862 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 23685 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22863 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 23686 $as_echo "$ac_cv_header_netinet_in_h" >&6; }
22864 else 23687 else
22865 # Is the header compilable? 23688 # Is the header compilable?
22866 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 23689 { $as_echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
22867 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } 23690 $as_echo_n "checking netinet/in.h usability... " >&6; }
22868 cat >conftest.$ac_ext <<_ACEOF 23691 cat >conftest.$ac_ext <<_ACEOF
22869 /* confdefs.h. */ 23692 /* confdefs.h. */
22870 _ACEOF 23693 _ACEOF
22871 cat confdefs.h >>conftest.$ac_ext 23694 cat confdefs.h >>conftest.$ac_ext
22872 cat >>conftest.$ac_ext <<_ACEOF 23695 cat >>conftest.$ac_ext <<_ACEOF
22878 if { (ac_try="$ac_compile" 23701 if { (ac_try="$ac_compile"
22879 case "(($ac_try" in 23702 case "(($ac_try" in
22880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22881 *) ac_try_echo=$ac_try;; 23704 *) ac_try_echo=$ac_try;;
22882 esac 23705 esac
22883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23707 $as_echo "$ac_try_echo") >&5
22884 (eval "$ac_compile") 2>conftest.er1 23708 (eval "$ac_compile") 2>conftest.er1
22885 ac_status=$? 23709 ac_status=$?
22886 grep -v '^ *+' conftest.er1 >conftest.err 23710 grep -v '^ *+' conftest.er1 >conftest.err
22887 rm -f conftest.er1 23711 rm -f conftest.er1
22888 cat conftest.err >&5 23712 cat conftest.err >&5
22889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22890 (exit $ac_status); } && { 23714 (exit $ac_status); } && {
22891 test -z "$ac_c_werror_flag" || 23715 test -z "$ac_c_werror_flag" ||
22892 test ! -s conftest.err 23716 test ! -s conftest.err
22893 } && test -s conftest.$ac_objext; then 23717 } && test -s conftest.$ac_objext; then
22894 ac_header_compiler=yes 23718 ac_header_compiler=yes
22895 else 23719 else
22896 echo "$as_me: failed program was:" >&5 23720 $as_echo "$as_me: failed program was:" >&5
22897 sed 's/^/| /' conftest.$ac_ext >&5 23721 sed 's/^/| /' conftest.$ac_ext >&5
22898 23722
22899 ac_header_compiler=no 23723 ac_header_compiler=no
22900 fi 23724 fi
22901 23725
22902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22903 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23727 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22904 echo "${ECHO_T}$ac_header_compiler" >&6; } 23728 $as_echo "$ac_header_compiler" >&6; }
22905 23729
22906 # Is the header present? 23730 # Is the header present?
22907 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 23731 { $as_echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
22908 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } 23732 $as_echo_n "checking netinet/in.h presence... " >&6; }
22909 cat >conftest.$ac_ext <<_ACEOF 23733 cat >conftest.$ac_ext <<_ACEOF
22910 /* confdefs.h. */ 23734 /* confdefs.h. */
22911 _ACEOF 23735 _ACEOF
22912 cat confdefs.h >>conftest.$ac_ext 23736 cat confdefs.h >>conftest.$ac_ext
22913 cat >>conftest.$ac_ext <<_ACEOF 23737 cat >>conftest.$ac_ext <<_ACEOF
22917 if { (ac_try="$ac_cpp conftest.$ac_ext" 23741 if { (ac_try="$ac_cpp conftest.$ac_ext"
22918 case "(($ac_try" in 23742 case "(($ac_try" in
22919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22920 *) ac_try_echo=$ac_try;; 23744 *) ac_try_echo=$ac_try;;
22921 esac 23745 esac
22922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23747 $as_echo "$ac_try_echo") >&5
22923 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23748 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22924 ac_status=$? 23749 ac_status=$?
22925 grep -v '^ *+' conftest.er1 >conftest.err 23750 grep -v '^ *+' conftest.er1 >conftest.err
22926 rm -f conftest.er1 23751 rm -f conftest.er1
22927 cat conftest.err >&5 23752 cat conftest.err >&5
22928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22929 (exit $ac_status); } >/dev/null && { 23754 (exit $ac_status); } >/dev/null && {
22930 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23755 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22931 test ! -s conftest.err 23756 test ! -s conftest.err
22932 }; then 23757 }; then
22933 ac_header_preproc=yes 23758 ac_header_preproc=yes
22934 else 23759 else
22935 echo "$as_me: failed program was:" >&5 23760 $as_echo "$as_me: failed program was:" >&5
22936 sed 's/^/| /' conftest.$ac_ext >&5 23761 sed 's/^/| /' conftest.$ac_ext >&5
22937 23762
22938 ac_header_preproc=no 23763 ac_header_preproc=no
22939 fi 23764 fi
22940 23765
22941 rm -f conftest.err conftest.$ac_ext 23766 rm -f conftest.err conftest.$ac_ext
22942 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23767 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22943 echo "${ECHO_T}$ac_header_preproc" >&6; } 23768 $as_echo "$ac_header_preproc" >&6; }
22944 23769
22945 # So? What about this header? 23770 # So? What about this header?
22946 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23771 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22947 yes:no: ) 23772 yes:no: )
22948 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 23773 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
22949 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 23774 $as_echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22950 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 23775 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
22951 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 23776 $as_echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
22952 ac_header_preproc=yes 23777 ac_header_preproc=yes
22953 ;; 23778 ;;
22954 no:yes:* ) 23779 no:yes:* )
22955 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 23780 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
22956 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 23781 $as_echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
22957 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 23782 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
22958 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 23783 $as_echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
22959 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 23784 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
22960 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} 23785 $as_echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
22961 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 23786 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
22962 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} 23787 $as_echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
22963 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 23788 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
22964 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 23789 $as_echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
22965 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 23790 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
22966 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 23791 $as_echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
22967 23792
22968 ;; 23793 ;;
22969 esac 23794 esac
22970 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 23795 { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22971 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 23796 $as_echo_n "checking for netinet/in.h... " >&6; }
22972 if test "${ac_cv_header_netinet_in_h+set}" = set; then 23797 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22973 echo $ECHO_N "(cached) $ECHO_C" >&6 23798 $as_echo_n "(cached) " >&6
22974 else 23799 else
22975 ac_cv_header_netinet_in_h=$ac_header_preproc 23800 ac_cv_header_netinet_in_h=$ac_header_preproc
22976 fi 23801 fi
22977 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 23802 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22978 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 23803 $as_echo "$ac_cv_header_netinet_in_h" >&6; }
22979 23804
22980 fi 23805 fi
22981 if test $ac_cv_header_netinet_in_h = yes; then 23806 if test $ac_cv_header_netinet_in_h = yes; then
22982 : 23807 :
22983 else 23808 else
22986 23811
22987 23812
22988 fi 23813 fi
22989 if test $ok_so_far = yes; then 23814 if test $ok_so_far = yes; then
22990 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 23815 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22991 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 23816 { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
22992 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 23817 $as_echo_n "checking for arpa/inet.h... " >&6; }
22993 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 23818 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22994 echo $ECHO_N "(cached) $ECHO_C" >&6 23819 $as_echo_n "(cached) " >&6
22995 fi 23820 fi
22996 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 23821 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
22997 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 23822 $as_echo "$ac_cv_header_arpa_inet_h" >&6; }
22998 else 23823 else
22999 # Is the header compilable? 23824 # Is the header compilable?
23000 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 23825 { $as_echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
23001 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 23826 $as_echo_n "checking arpa/inet.h usability... " >&6; }
23002 cat >conftest.$ac_ext <<_ACEOF 23827 cat >conftest.$ac_ext <<_ACEOF
23003 /* confdefs.h. */ 23828 /* confdefs.h. */
23004 _ACEOF 23829 _ACEOF
23005 cat confdefs.h >>conftest.$ac_ext 23830 cat confdefs.h >>conftest.$ac_ext
23006 cat >>conftest.$ac_ext <<_ACEOF 23831 cat >>conftest.$ac_ext <<_ACEOF
23012 if { (ac_try="$ac_compile" 23837 if { (ac_try="$ac_compile"
23013 case "(($ac_try" in 23838 case "(($ac_try" in
23014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23015 *) ac_try_echo=$ac_try;; 23840 *) ac_try_echo=$ac_try;;
23016 esac 23841 esac
23017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23843 $as_echo "$ac_try_echo") >&5
23018 (eval "$ac_compile") 2>conftest.er1 23844 (eval "$ac_compile") 2>conftest.er1
23019 ac_status=$? 23845 ac_status=$?
23020 grep -v '^ *+' conftest.er1 >conftest.err 23846 grep -v '^ *+' conftest.er1 >conftest.err
23021 rm -f conftest.er1 23847 rm -f conftest.er1
23022 cat conftest.err >&5 23848 cat conftest.err >&5
23023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23024 (exit $ac_status); } && { 23850 (exit $ac_status); } && {
23025 test -z "$ac_c_werror_flag" || 23851 test -z "$ac_c_werror_flag" ||
23026 test ! -s conftest.err 23852 test ! -s conftest.err
23027 } && test -s conftest.$ac_objext; then 23853 } && test -s conftest.$ac_objext; then
23028 ac_header_compiler=yes 23854 ac_header_compiler=yes
23029 else 23855 else
23030 echo "$as_me: failed program was:" >&5 23856 $as_echo "$as_me: failed program was:" >&5
23031 sed 's/^/| /' conftest.$ac_ext >&5 23857 sed 's/^/| /' conftest.$ac_ext >&5
23032 23858
23033 ac_header_compiler=no 23859 ac_header_compiler=no
23034 fi 23860 fi
23035 23861
23036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23037 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23863 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23038 echo "${ECHO_T}$ac_header_compiler" >&6; } 23864 $as_echo "$ac_header_compiler" >&6; }
23039 23865
23040 # Is the header present? 23866 # Is the header present?
23041 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 23867 { $as_echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
23042 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 23868 $as_echo_n "checking arpa/inet.h presence... " >&6; }
23043 cat >conftest.$ac_ext <<_ACEOF 23869 cat >conftest.$ac_ext <<_ACEOF
23044 /* confdefs.h. */ 23870 /* confdefs.h. */
23045 _ACEOF 23871 _ACEOF
23046 cat confdefs.h >>conftest.$ac_ext 23872 cat confdefs.h >>conftest.$ac_ext
23047 cat >>conftest.$ac_ext <<_ACEOF 23873 cat >>conftest.$ac_ext <<_ACEOF
23051 if { (ac_try="$ac_cpp conftest.$ac_ext" 23877 if { (ac_try="$ac_cpp conftest.$ac_ext"
23052 case "(($ac_try" in 23878 case "(($ac_try" in
23053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23054 *) ac_try_echo=$ac_try;; 23880 *) ac_try_echo=$ac_try;;
23055 esac 23881 esac
23056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23883 $as_echo "$ac_try_echo") >&5
23057 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23884 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23058 ac_status=$? 23885 ac_status=$?
23059 grep -v '^ *+' conftest.er1 >conftest.err 23886 grep -v '^ *+' conftest.er1 >conftest.err
23060 rm -f conftest.er1 23887 rm -f conftest.er1
23061 cat conftest.err >&5 23888 cat conftest.err >&5
23062 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23063 (exit $ac_status); } >/dev/null && { 23890 (exit $ac_status); } >/dev/null && {
23064 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23065 test ! -s conftest.err 23892 test ! -s conftest.err
23066 }; then 23893 }; then
23067 ac_header_preproc=yes 23894 ac_header_preproc=yes
23068 else 23895 else
23069 echo "$as_me: failed program was:" >&5 23896 $as_echo "$as_me: failed program was:" >&5
23070 sed 's/^/| /' conftest.$ac_ext >&5 23897 sed 's/^/| /' conftest.$ac_ext >&5
23071 23898
23072 ac_header_preproc=no 23899 ac_header_preproc=no
23073 fi 23900 fi
23074 23901
23075 rm -f conftest.err conftest.$ac_ext 23902 rm -f conftest.err conftest.$ac_ext
23076 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23903 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23077 echo "${ECHO_T}$ac_header_preproc" >&6; } 23904 $as_echo "$ac_header_preproc" >&6; }
23078 23905
23079 # So? What about this header? 23906 # So? What about this header?
23080 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23907 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23081 yes:no: ) 23908 yes:no: )
23082 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 23909 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
23083 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 23910 $as_echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23084 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 23911 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
23085 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 23912 $as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
23086 ac_header_preproc=yes 23913 ac_header_preproc=yes
23087 ;; 23914 ;;
23088 no:yes:* ) 23915 no:yes:* )
23089 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 23916 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
23090 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 23917 $as_echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
23091 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 23918 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
23092 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 23919 $as_echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
23093 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 23920 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
23094 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 23921 $as_echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
23095 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 23922 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
23096 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} 23923 $as_echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
23097 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 23924 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
23098 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 23925 $as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
23099 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 23926 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
23100 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 23927 $as_echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
23101 23928
23102 ;; 23929 ;;
23103 esac 23930 esac
23104 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 23931 { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
23105 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 23932 $as_echo_n "checking for arpa/inet.h... " >&6; }
23106 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 23933 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
23107 echo $ECHO_N "(cached) $ECHO_C" >&6 23934 $as_echo_n "(cached) " >&6
23108 else 23935 else
23109 ac_cv_header_arpa_inet_h=$ac_header_preproc 23936 ac_cv_header_arpa_inet_h=$ac_header_preproc
23110 fi 23937 fi
23111 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 23938 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
23112 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 23939 $as_echo "$ac_cv_header_arpa_inet_h" >&6; }
23113 23940
23114 fi 23941 fi
23115 if test $ac_cv_header_arpa_inet_h = yes; then 23942 if test $ac_cv_header_arpa_inet_h = yes; then
23116 : 23943 :
23117 else 23944 else
23129 fi 23956 fi
23130 23957
23131 23958
23132 for ac_header in sys/ioctl.h 23959 for ac_header in sys/ioctl.h
23133 do 23960 do
23134 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 23961 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
23135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23962 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23136 { echo "$as_me:$LINENO: checking for $ac_header" >&5 23963 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
23137 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 23964 $as_echo_n "checking for $ac_header... " >&6; }
23138 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23965 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23139 echo $ECHO_N "(cached) $ECHO_C" >&6 23966 $as_echo_n "(cached) " >&6
23140 fi 23967 fi
23141 ac_res=`eval echo '${'$as_ac_Header'}'` 23968 ac_res=`eval 'as_val=${'$as_ac_Header'}
23142 { echo "$as_me:$LINENO: result: $ac_res" >&5 23969 $as_echo "$as_val"'`
23143 echo "${ECHO_T}$ac_res" >&6; } 23970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23971 $as_echo "$ac_res" >&6; }
23144 else 23972 else
23145 # Is the header compilable? 23973 # Is the header compilable?
23146 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 23974 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
23147 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 23975 $as_echo_n "checking $ac_header usability... " >&6; }
23148 cat >conftest.$ac_ext <<_ACEOF 23976 cat >conftest.$ac_ext <<_ACEOF
23149 /* confdefs.h. */ 23977 /* confdefs.h. */
23150 _ACEOF 23978 _ACEOF
23151 cat confdefs.h >>conftest.$ac_ext 23979 cat confdefs.h >>conftest.$ac_ext
23152 cat >>conftest.$ac_ext <<_ACEOF 23980 cat >>conftest.$ac_ext <<_ACEOF
23158 if { (ac_try="$ac_compile" 23986 if { (ac_try="$ac_compile"
23159 case "(($ac_try" in 23987 case "(($ac_try" in
23160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23161 *) ac_try_echo=$ac_try;; 23989 *) ac_try_echo=$ac_try;;
23162 esac 23990 esac
23163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23992 $as_echo "$ac_try_echo") >&5
23164 (eval "$ac_compile") 2>conftest.er1 23993 (eval "$ac_compile") 2>conftest.er1
23165 ac_status=$? 23994 ac_status=$?
23166 grep -v '^ *+' conftest.er1 >conftest.err 23995 grep -v '^ *+' conftest.er1 >conftest.err
23167 rm -f conftest.er1 23996 rm -f conftest.er1
23168 cat conftest.err >&5 23997 cat conftest.err >&5
23169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23170 (exit $ac_status); } && { 23999 (exit $ac_status); } && {
23171 test -z "$ac_c_werror_flag" || 24000 test -z "$ac_c_werror_flag" ||
23172 test ! -s conftest.err 24001 test ! -s conftest.err
23173 } && test -s conftest.$ac_objext; then 24002 } && test -s conftest.$ac_objext; then
23174 ac_header_compiler=yes 24003 ac_header_compiler=yes
23175 else 24004 else
23176 echo "$as_me: failed program was:" >&5 24005 $as_echo "$as_me: failed program was:" >&5
23177 sed 's/^/| /' conftest.$ac_ext >&5 24006 sed 's/^/| /' conftest.$ac_ext >&5
23178 24007
23179 ac_header_compiler=no 24008 ac_header_compiler=no
23180 fi 24009 fi
23181 24010
23182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23183 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 24012 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23184 echo "${ECHO_T}$ac_header_compiler" >&6; } 24013 $as_echo "$ac_header_compiler" >&6; }
23185 24014
23186 # Is the header present? 24015 # Is the header present?
23187 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 24016 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
23188 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 24017 $as_echo_n "checking $ac_header presence... " >&6; }
23189 cat >conftest.$ac_ext <<_ACEOF 24018 cat >conftest.$ac_ext <<_ACEOF
23190 /* confdefs.h. */ 24019 /* confdefs.h. */
23191 _ACEOF 24020 _ACEOF
23192 cat confdefs.h >>conftest.$ac_ext 24021 cat confdefs.h >>conftest.$ac_ext
23193 cat >>conftest.$ac_ext <<_ACEOF 24022 cat >>conftest.$ac_ext <<_ACEOF
23197 if { (ac_try="$ac_cpp conftest.$ac_ext" 24026 if { (ac_try="$ac_cpp conftest.$ac_ext"
23198 case "(($ac_try" in 24027 case "(($ac_try" in
23199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23200 *) ac_try_echo=$ac_try;; 24029 *) ac_try_echo=$ac_try;;
23201 esac 24030 esac
23202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24032 $as_echo "$ac_try_echo") >&5
23203 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 24033 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23204 ac_status=$? 24034 ac_status=$?
23205 grep -v '^ *+' conftest.er1 >conftest.err 24035 grep -v '^ *+' conftest.er1 >conftest.err
23206 rm -f conftest.er1 24036 rm -f conftest.er1
23207 cat conftest.err >&5 24037 cat conftest.err >&5
23208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23209 (exit $ac_status); } >/dev/null && { 24039 (exit $ac_status); } >/dev/null && {
23210 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 24040 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23211 test ! -s conftest.err 24041 test ! -s conftest.err
23212 }; then 24042 }; then
23213 ac_header_preproc=yes 24043 ac_header_preproc=yes
23214 else 24044 else
23215 echo "$as_me: failed program was:" >&5 24045 $as_echo "$as_me: failed program was:" >&5
23216 sed 's/^/| /' conftest.$ac_ext >&5 24046 sed 's/^/| /' conftest.$ac_ext >&5
23217 24047
23218 ac_header_preproc=no 24048 ac_header_preproc=no
23219 fi 24049 fi
23220 24050
23221 rm -f conftest.err conftest.$ac_ext 24051 rm -f conftest.err conftest.$ac_ext
23222 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 24052 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23223 echo "${ECHO_T}$ac_header_preproc" >&6; } 24053 $as_echo "$ac_header_preproc" >&6; }
23224 24054
23225 # So? What about this header? 24055 # So? What about this header?
23226 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 24056 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23227 yes:no: ) 24057 yes:no: )
23228 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 24058 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23229 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 24059 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23230 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 24060 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23231 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 24061 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23232 ac_header_preproc=yes 24062 ac_header_preproc=yes
23233 ;; 24063 ;;
23234 no:yes:* ) 24064 no:yes:* )
23235 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 24065 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23236 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 24066 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23237 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 24067 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23238 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 24068 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23239 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 24069 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23240 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 24070 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23241 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 24071 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23242 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 24072 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23243 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 24073 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23244 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 24074 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23245 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 24075 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23246 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 24076 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23247 24077
23248 ;; 24078 ;;
23249 esac 24079 esac
23250 { echo "$as_me:$LINENO: checking for $ac_header" >&5 24080 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
23251 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 24081 $as_echo_n "checking for $ac_header... " >&6; }
23252 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23253 echo $ECHO_N "(cached) $ECHO_C" >&6 24083 $as_echo_n "(cached) " >&6
23254 else 24084 else
23255 eval "$as_ac_Header=\$ac_header_preproc" 24085 eval "$as_ac_Header=\$ac_header_preproc"
23256 fi 24086 fi
23257 ac_res=`eval echo '${'$as_ac_Header'}'` 24087 ac_res=`eval 'as_val=${'$as_ac_Header'}
23258 { echo "$as_me:$LINENO: result: $ac_res" >&5 24088 $as_echo "$as_val"'`
23259 echo "${ECHO_T}$ac_res" >&6; } 24089 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23260 24090 $as_echo "$ac_res" >&6; }
23261 fi 24091
23262 if test `eval echo '${'$as_ac_Header'}'` = yes; then 24092 fi
24093 if test `eval 'as_val=${'$as_ac_Header'}
24094 $as_echo "$as_val"'` = yes; then
23263 cat >>confdefs.h <<_ACEOF 24095 cat >>confdefs.h <<_ACEOF
23264 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 24096 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
23265 _ACEOF 24097 _ACEOF
23266 24098
23267 fi 24099 fi
23268 24100
23269 done 24101 done
23275 #define HAVE_AIX_SMT_EXP 1 24107 #define HAVE_AIX_SMT_EXP 1
23276 _ACEOF 24108 _ACEOF
23277 24109
23278 fi 24110 fi
23279 24111
23280 { echo "$as_me:$LINENO: checking whether system supports dynamic ptys" >&5 24112 { $as_echo "$as_me:$LINENO: checking whether system supports dynamic ptys" >&5
23281 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6; } 24113 $as_echo_n "checking whether system supports dynamic ptys... " >&6; }
23282 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 24114 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
23283 { echo "$as_me:$LINENO: result: yes" >&5 24115 { $as_echo "$as_me:$LINENO: result: yes" >&5
23284 echo "${ECHO_T}yes" >&6; } 24116 $as_echo "yes" >&6; }
23285 24117
23286 cat >>confdefs.h <<\_ACEOF 24118 cat >>confdefs.h <<\_ACEOF
23287 #define HAVE_DEV_PTMX 1 24119 #define HAVE_DEV_PTMX 1
23288 _ACEOF 24120 _ACEOF
23289 24121
23290 else 24122 else
23291 { echo "$as_me:$LINENO: result: no" >&5 24123 { $as_echo "$as_me:$LINENO: result: no" >&5
23292 echo "${ECHO_T}no" >&6; } 24124 $as_echo "no" >&6; }
23293 fi 24125 fi
23294 24126
23295 { echo "$as_me:$LINENO: checking for pid_t" >&5 24127 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
23296 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 24128 $as_echo_n "checking for pid_t... " >&6; }
23297 if test "${ac_cv_type_pid_t+set}" = set; then 24129 if test "${ac_cv_type_pid_t+set}" = set; then
23298 echo $ECHO_N "(cached) $ECHO_C" >&6 24130 $as_echo_n "(cached) " >&6
23299 else 24131 else
23300 cat >conftest.$ac_ext <<_ACEOF 24132 ac_cv_type_pid_t=no
24133 cat >conftest.$ac_ext <<_ACEOF
23301 /* confdefs.h. */ 24134 /* confdefs.h. */
23302 _ACEOF 24135 _ACEOF
23303 cat confdefs.h >>conftest.$ac_ext 24136 cat confdefs.h >>conftest.$ac_ext
23304 cat >>conftest.$ac_ext <<_ACEOF 24137 cat >>conftest.$ac_ext <<_ACEOF
23305 /* end confdefs.h. */ 24138 /* end confdefs.h. */
23306 $ac_includes_default 24139 $ac_includes_default
23307 typedef pid_t ac__type_new_;
23308 int 24140 int
23309 main () 24141 main ()
23310 { 24142 {
23311 if ((ac__type_new_ *) 0) 24143 if (sizeof (pid_t))
23312 return 0; 24144 return 0;
23313 if (sizeof (ac__type_new_))
23314 return 0;
23315 ; 24145 ;
23316 return 0; 24146 return 0;
23317 } 24147 }
23318 _ACEOF 24148 _ACEOF
23319 rm -f conftest.$ac_objext 24149 rm -f conftest.$ac_objext
23320 if { (ac_try="$ac_compile" 24150 if { (ac_try="$ac_compile"
23321 case "(($ac_try" in 24151 case "(($ac_try" in
23322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23323 *) ac_try_echo=$ac_try;; 24153 *) ac_try_echo=$ac_try;;
23324 esac 24154 esac
23325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24156 $as_echo "$ac_try_echo") >&5
23326 (eval "$ac_compile") 2>conftest.er1 24157 (eval "$ac_compile") 2>conftest.er1
23327 ac_status=$? 24158 ac_status=$?
23328 grep -v '^ *+' conftest.er1 >conftest.err 24159 grep -v '^ *+' conftest.er1 >conftest.err
23329 rm -f conftest.er1 24160 rm -f conftest.er1
23330 cat conftest.err >&5 24161 cat conftest.err >&5
23331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23332 (exit $ac_status); } && { 24163 (exit $ac_status); } && {
23333 test -z "$ac_c_werror_flag" || 24164 test -z "$ac_c_werror_flag" ||
23334 test ! -s conftest.err 24165 test ! -s conftest.err
23335 } && test -s conftest.$ac_objext; then 24166 } && test -s conftest.$ac_objext; then
23336 ac_cv_type_pid_t=yes 24167 cat >conftest.$ac_ext <<_ACEOF
23337 else 24168 /* confdefs.h. */
23338 echo "$as_me: failed program was:" >&5 24169 _ACEOF
24170 cat confdefs.h >>conftest.$ac_ext
24171 cat >>conftest.$ac_ext <<_ACEOF
24172 /* end confdefs.h. */
24173 $ac_includes_default
24174 int
24175 main ()
24176 {
24177 if (sizeof ((pid_t)))
24178 return 0;
24179 ;
24180 return 0;
24181 }
24182 _ACEOF
24183 rm -f conftest.$ac_objext
24184 if { (ac_try="$ac_compile"
24185 case "(($ac_try" in
24186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24187 *) ac_try_echo=$ac_try;;
24188 esac
24189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24190 $as_echo "$ac_try_echo") >&5
24191 (eval "$ac_compile") 2>conftest.er1
24192 ac_status=$?
24193 grep -v '^ *+' conftest.er1 >conftest.err
24194 rm -f conftest.er1
24195 cat conftest.err >&5
24196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24197 (exit $ac_status); } && {
24198 test -z "$ac_c_werror_flag" ||
24199 test ! -s conftest.err
24200 } && test -s conftest.$ac_objext; then
24201 :
24202 else
24203 $as_echo "$as_me: failed program was:" >&5
23339 sed 's/^/| /' conftest.$ac_ext >&5 24204 sed 's/^/| /' conftest.$ac_ext >&5
23340 24205
23341 ac_cv_type_pid_t=no 24206 ac_cv_type_pid_t=yes
23342 fi 24207 fi
23343 24208
23344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 fi 24210 else
23346 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 24211 $as_echo "$as_me: failed program was:" >&5
23347 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 24212 sed 's/^/| /' conftest.$ac_ext >&5
24213
24214
24215 fi
24216
24217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24218 fi
24219 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
24220 $as_echo "$ac_cv_type_pid_t" >&6; }
23348 if test $ac_cv_type_pid_t = yes; then 24221 if test $ac_cv_type_pid_t = yes; then
23349 : 24222 :
23350 else 24223 else
23351 24224
23352 cat >>confdefs.h <<_ACEOF 24225 cat >>confdefs.h <<_ACEOF
23356 fi 24229 fi
23357 24230
23358 24231
23359 for ac_header in vfork.h 24232 for ac_header in vfork.h
23360 do 24233 do
23361 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 24234 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
23362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24235 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23363 { echo "$as_me:$LINENO: checking for $ac_header" >&5 24236 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
23364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 24237 $as_echo_n "checking for $ac_header... " >&6; }
23365 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24238 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23366 echo $ECHO_N "(cached) $ECHO_C" >&6 24239 $as_echo_n "(cached) " >&6
23367 fi 24240 fi
23368 ac_res=`eval echo '${'$as_ac_Header'}'` 24241 ac_res=`eval 'as_val=${'$as_ac_Header'}
23369 { echo "$as_me:$LINENO: result: $ac_res" >&5 24242 $as_echo "$as_val"'`
23370 echo "${ECHO_T}$ac_res" >&6; } 24243 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24244 $as_echo "$ac_res" >&6; }
23371 else 24245 else
23372 # Is the header compilable? 24246 # Is the header compilable?
23373 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 24247 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
23374 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 24248 $as_echo_n "checking $ac_header usability... " >&6; }
23375 cat >conftest.$ac_ext <<_ACEOF 24249 cat >conftest.$ac_ext <<_ACEOF
23376 /* confdefs.h. */ 24250 /* confdefs.h. */
23377 _ACEOF 24251 _ACEOF
23378 cat confdefs.h >>conftest.$ac_ext 24252 cat confdefs.h >>conftest.$ac_ext
23379 cat >>conftest.$ac_ext <<_ACEOF 24253 cat >>conftest.$ac_ext <<_ACEOF
23385 if { (ac_try="$ac_compile" 24259 if { (ac_try="$ac_compile"
23386 case "(($ac_try" in 24260 case "(($ac_try" in
23387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23388 *) ac_try_echo=$ac_try;; 24262 *) ac_try_echo=$ac_try;;
23389 esac 24263 esac
23390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24265 $as_echo "$ac_try_echo") >&5
23391 (eval "$ac_compile") 2>conftest.er1 24266 (eval "$ac_compile") 2>conftest.er1
23392 ac_status=$? 24267 ac_status=$?
23393 grep -v '^ *+' conftest.er1 >conftest.err 24268 grep -v '^ *+' conftest.er1 >conftest.err
23394 rm -f conftest.er1 24269 rm -f conftest.er1
23395 cat conftest.err >&5 24270 cat conftest.err >&5
23396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23397 (exit $ac_status); } && { 24272 (exit $ac_status); } && {
23398 test -z "$ac_c_werror_flag" || 24273 test -z "$ac_c_werror_flag" ||
23399 test ! -s conftest.err 24274 test ! -s conftest.err
23400 } && test -s conftest.$ac_objext; then 24275 } && test -s conftest.$ac_objext; then
23401 ac_header_compiler=yes 24276 ac_header_compiler=yes
23402 else 24277 else
23403 echo "$as_me: failed program was:" >&5 24278 $as_echo "$as_me: failed program was:" >&5
23404 sed 's/^/| /' conftest.$ac_ext >&5 24279 sed 's/^/| /' conftest.$ac_ext >&5
23405 24280
23406 ac_header_compiler=no 24281 ac_header_compiler=no
23407 fi 24282 fi
23408 24283
23409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23410 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 24285 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23411 echo "${ECHO_T}$ac_header_compiler" >&6; } 24286 $as_echo "$ac_header_compiler" >&6; }
23412 24287
23413 # Is the header present? 24288 # Is the header present?
23414 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 24289 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
23415 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 24290 $as_echo_n "checking $ac_header presence... " >&6; }
23416 cat >conftest.$ac_ext <<_ACEOF 24291 cat >conftest.$ac_ext <<_ACEOF
23417 /* confdefs.h. */ 24292 /* confdefs.h. */
23418 _ACEOF 24293 _ACEOF
23419 cat confdefs.h >>conftest.$ac_ext 24294 cat confdefs.h >>conftest.$ac_ext
23420 cat >>conftest.$ac_ext <<_ACEOF 24295 cat >>conftest.$ac_ext <<_ACEOF
23424 if { (ac_try="$ac_cpp conftest.$ac_ext" 24299 if { (ac_try="$ac_cpp conftest.$ac_ext"
23425 case "(($ac_try" in 24300 case "(($ac_try" in
23426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23427 *) ac_try_echo=$ac_try;; 24302 *) ac_try_echo=$ac_try;;
23428 esac 24303 esac
23429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24305 $as_echo "$ac_try_echo") >&5
23430 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 24306 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23431 ac_status=$? 24307 ac_status=$?
23432 grep -v '^ *+' conftest.er1 >conftest.err 24308 grep -v '^ *+' conftest.er1 >conftest.err
23433 rm -f conftest.er1 24309 rm -f conftest.er1
23434 cat conftest.err >&5 24310 cat conftest.err >&5
23435 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436 (exit $ac_status); } >/dev/null && { 24312 (exit $ac_status); } >/dev/null && {
23437 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 24313 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23438 test ! -s conftest.err 24314 test ! -s conftest.err
23439 }; then 24315 }; then
23440 ac_header_preproc=yes 24316 ac_header_preproc=yes
23441 else 24317 else
23442 echo "$as_me: failed program was:" >&5 24318 $as_echo "$as_me: failed program was:" >&5
23443 sed 's/^/| /' conftest.$ac_ext >&5 24319 sed 's/^/| /' conftest.$ac_ext >&5
23444 24320
23445 ac_header_preproc=no 24321 ac_header_preproc=no
23446 fi 24322 fi
23447 24323
23448 rm -f conftest.err conftest.$ac_ext 24324 rm -f conftest.err conftest.$ac_ext
23449 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 24325 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23450 echo "${ECHO_T}$ac_header_preproc" >&6; } 24326 $as_echo "$ac_header_preproc" >&6; }
23451 24327
23452 # So? What about this header? 24328 # So? What about this header?
23453 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 24329 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23454 yes:no: ) 24330 yes:no: )
23455 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 24331 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23456 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 24332 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23457 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 24333 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23458 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 24334 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23459 ac_header_preproc=yes 24335 ac_header_preproc=yes
23460 ;; 24336 ;;
23461 no:yes:* ) 24337 no:yes:* )
23462 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 24338 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23463 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 24339 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23464 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 24340 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23465 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 24341 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23466 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 24342 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23467 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 24343 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23468 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 24344 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23469 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 24345 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23470 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 24346 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23471 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 24347 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23472 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 24348 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23473 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 24349 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23474 24350
23475 ;; 24351 ;;
23476 esac 24352 esac
23477 { echo "$as_me:$LINENO: checking for $ac_header" >&5 24353 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
23478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 24354 $as_echo_n "checking for $ac_header... " >&6; }
23479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24355 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23480 echo $ECHO_N "(cached) $ECHO_C" >&6 24356 $as_echo_n "(cached) " >&6
23481 else 24357 else
23482 eval "$as_ac_Header=\$ac_header_preproc" 24358 eval "$as_ac_Header=\$ac_header_preproc"
23483 fi 24359 fi
23484 ac_res=`eval echo '${'$as_ac_Header'}'` 24360 ac_res=`eval 'as_val=${'$as_ac_Header'}
23485 { echo "$as_me:$LINENO: result: $ac_res" >&5 24361 $as_echo "$as_val"'`
23486 echo "${ECHO_T}$ac_res" >&6; } 24362 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23487 24363 $as_echo "$ac_res" >&6; }
23488 fi 24364
23489 if test `eval echo '${'$as_ac_Header'}'` = yes; then 24365 fi
24366 if test `eval 'as_val=${'$as_ac_Header'}
24367 $as_echo "$as_val"'` = yes; then
23490 cat >>confdefs.h <<_ACEOF 24368 cat >>confdefs.h <<_ACEOF
23491 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 24369 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
23492 _ACEOF 24370 _ACEOF
23493 24371
23494 fi 24372 fi
23495 24373
23496 done 24374 done
23497 24375
23498 24376
23499 24377
23500 for ac_func in fork vfork 24378 for ac_func in fork vfork
23501 do 24379 do
23502 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 24380 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
23503 { echo "$as_me:$LINENO: checking for $ac_func" >&5 24381 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
23504 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 24382 $as_echo_n "checking for $ac_func... " >&6; }
23505 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 24383 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23506 echo $ECHO_N "(cached) $ECHO_C" >&6 24384 $as_echo_n "(cached) " >&6
23507 else 24385 else
23508 cat >conftest.$ac_ext <<_ACEOF 24386 cat >conftest.$ac_ext <<_ACEOF
23509 /* confdefs.h. */ 24387 /* confdefs.h. */
23510 _ACEOF 24388 _ACEOF
23511 cat confdefs.h >>conftest.$ac_ext 24389 cat confdefs.h >>conftest.$ac_ext
23554 if { (ac_try="$ac_link" 24432 if { (ac_try="$ac_link"
23555 case "(($ac_try" in 24433 case "(($ac_try" in
23556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23557 *) ac_try_echo=$ac_try;; 24435 *) ac_try_echo=$ac_try;;
23558 esac 24436 esac
23559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24438 $as_echo "$ac_try_echo") >&5
23560 (eval "$ac_link") 2>conftest.er1 24439 (eval "$ac_link") 2>conftest.er1
23561 ac_status=$? 24440 ac_status=$?
23562 grep -v '^ *+' conftest.er1 >conftest.err 24441 grep -v '^ *+' conftest.er1 >conftest.err
23563 rm -f conftest.er1 24442 rm -f conftest.er1
23564 cat conftest.err >&5 24443 cat conftest.err >&5
23565 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23566 (exit $ac_status); } && { 24445 (exit $ac_status); } && {
23567 test -z "$ac_c_werror_flag" || 24446 test -z "$ac_c_werror_flag" ||
23568 test ! -s conftest.err 24447 test ! -s conftest.err
23569 } && test -s conftest$ac_exeext && 24448 } && test -s conftest$ac_exeext && {
23570 $as_test_x conftest$ac_exeext; then 24449 test "$cross_compiling" = yes ||
24450 $as_test_x conftest$ac_exeext
24451 }; then
23571 eval "$as_ac_var=yes" 24452 eval "$as_ac_var=yes"
23572 else 24453 else
23573 echo "$as_me: failed program was:" >&5 24454 $as_echo "$as_me: failed program was:" >&5
23574 sed 's/^/| /' conftest.$ac_ext >&5 24455 sed 's/^/| /' conftest.$ac_ext >&5
23575 24456
23576 eval "$as_ac_var=no" 24457 eval "$as_ac_var=no"
23577 fi 24458 fi
23578 24459
24460 rm -rf conftest.dSYM
23579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23580 conftest$ac_exeext conftest.$ac_ext 24462 conftest$ac_exeext conftest.$ac_ext
23581 fi 24463 fi
23582 ac_res=`eval echo '${'$as_ac_var'}'` 24464 ac_res=`eval 'as_val=${'$as_ac_var'}
23583 { echo "$as_me:$LINENO: result: $ac_res" >&5 24465 $as_echo "$as_val"'`
23584 echo "${ECHO_T}$ac_res" >&6; } 24466 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23585 if test `eval echo '${'$as_ac_var'}'` = yes; then 24467 $as_echo "$ac_res" >&6; }
24468 if test `eval 'as_val=${'$as_ac_var'}
24469 $as_echo "$as_val"'` = yes; then
23586 cat >>confdefs.h <<_ACEOF 24470 cat >>confdefs.h <<_ACEOF
23587 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 24471 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
23588 _ACEOF 24472 _ACEOF
23589 24473
23590 fi 24474 fi
23591 done 24475 done
23592 24476
23593 if test "x$ac_cv_func_fork" = xyes; then 24477 if test "x$ac_cv_func_fork" = xyes; then
23594 { echo "$as_me:$LINENO: checking for working fork" >&5 24478 { $as_echo "$as_me:$LINENO: checking for working fork" >&5
23595 echo $ECHO_N "checking for working fork... $ECHO_C" >&6; } 24479 $as_echo_n "checking for working fork... " >&6; }
23596 if test "${ac_cv_func_fork_works+set}" = set; then 24480 if test "${ac_cv_func_fork_works+set}" = set; then
23597 echo $ECHO_N "(cached) $ECHO_C" >&6 24481 $as_echo_n "(cached) " >&6
23598 else 24482 else
23599 if test "$cross_compiling" = yes; then 24483 if test "$cross_compiling" = yes; then
23600 ac_cv_func_fork_works=cross 24484 ac_cv_func_fork_works=cross
23601 else 24485 else
23602 cat >conftest.$ac_ext <<_ACEOF 24486 cat >conftest.$ac_ext <<_ACEOF
23621 if { (ac_try="$ac_link" 24505 if { (ac_try="$ac_link"
23622 case "(($ac_try" in 24506 case "(($ac_try" in
23623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23624 *) ac_try_echo=$ac_try;; 24508 *) ac_try_echo=$ac_try;;
23625 esac 24509 esac
23626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24511 $as_echo "$ac_try_echo") >&5
23627 (eval "$ac_link") 2>&5 24512 (eval "$ac_link") 2>&5
23628 ac_status=$? 24513 ac_status=$?
23629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23630 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 24515 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23631 { (case "(($ac_try" in 24516 { (case "(($ac_try" in
23632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23633 *) ac_try_echo=$ac_try;; 24518 *) ac_try_echo=$ac_try;;
23634 esac 24519 esac
23635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24521 $as_echo "$ac_try_echo") >&5
23636 (eval "$ac_try") 2>&5 24522 (eval "$ac_try") 2>&5
23637 ac_status=$? 24523 ac_status=$?
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); }; }; then 24525 (exit $ac_status); }; }; then
23640 ac_cv_func_fork_works=yes 24526 ac_cv_func_fork_works=yes
23641 else 24527 else
23642 echo "$as_me: program exited with status $ac_status" >&5 24528 $as_echo "$as_me: program exited with status $ac_status" >&5
23643 echo "$as_me: failed program was:" >&5 24529 $as_echo "$as_me: failed program was:" >&5
23644 sed 's/^/| /' conftest.$ac_ext >&5 24530 sed 's/^/| /' conftest.$ac_ext >&5
23645 24531
23646 ( exit $ac_status ) 24532 ( exit $ac_status )
23647 ac_cv_func_fork_works=no 24533 ac_cv_func_fork_works=no
23648 fi 24534 fi
24535 rm -rf conftest.dSYM
23649 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 24536 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23650 fi 24537 fi
23651 24538
23652 24539
23653 fi 24540 fi
23654 { echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 24541 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
23655 echo "${ECHO_T}$ac_cv_func_fork_works" >&6; } 24542 $as_echo "$ac_cv_func_fork_works" >&6; }
23656 24543
23657 else 24544 else
23658 ac_cv_func_fork_works=$ac_cv_func_fork 24545 ac_cv_func_fork_works=$ac_cv_func_fork
23659 fi 24546 fi
23660 if test "x$ac_cv_func_fork_works" = xcross; then 24547 if test "x$ac_cv_func_fork_works" = xcross; then
23665 ;; 24552 ;;
23666 *) 24553 *)
23667 ac_cv_func_fork_works=yes 24554 ac_cv_func_fork_works=yes
23668 ;; 24555 ;;
23669 esac 24556 esac
23670 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 24557 { $as_echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
23671 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} 24558 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
23672 fi 24559 fi
23673 ac_cv_func_vfork_works=$ac_cv_func_vfork 24560 ac_cv_func_vfork_works=$ac_cv_func_vfork
23674 if test "x$ac_cv_func_vfork" = xyes; then 24561 if test "x$ac_cv_func_vfork" = xyes; then
23675 { echo "$as_me:$LINENO: checking for working vfork" >&5 24562 { $as_echo "$as_me:$LINENO: checking for working vfork" >&5
23676 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; } 24563 $as_echo_n "checking for working vfork... " >&6; }
23677 if test "${ac_cv_func_vfork_works+set}" = set; then 24564 if test "${ac_cv_func_vfork_works+set}" = set; then
23678 echo $ECHO_N "(cached) $ECHO_C" >&6 24565 $as_echo_n "(cached) " >&6
23679 else 24566 else
23680 if test "$cross_compiling" = yes; then 24567 if test "$cross_compiling" = yes; then
23681 ac_cv_func_vfork_works=cross 24568 ac_cv_func_vfork_works=cross
23682 else 24569 else
23683 cat >conftest.$ac_ext <<_ACEOF 24570 cat >conftest.$ac_ext <<_ACEOF
23780 if { (ac_try="$ac_link" 24667 if { (ac_try="$ac_link"
23781 case "(($ac_try" in 24668 case "(($ac_try" in
23782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23783 *) ac_try_echo=$ac_try;; 24670 *) ac_try_echo=$ac_try;;
23784 esac 24671 esac
23785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24673 $as_echo "$ac_try_echo") >&5
23786 (eval "$ac_link") 2>&5 24674 (eval "$ac_link") 2>&5
23787 ac_status=$? 24675 ac_status=$?
23788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23789 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 24677 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23790 { (case "(($ac_try" in 24678 { (case "(($ac_try" in
23791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23792 *) ac_try_echo=$ac_try;; 24680 *) ac_try_echo=$ac_try;;
23793 esac 24681 esac
23794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24683 $as_echo "$ac_try_echo") >&5
23795 (eval "$ac_try") 2>&5 24684 (eval "$ac_try") 2>&5
23796 ac_status=$? 24685 ac_status=$?
23797 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23798 (exit $ac_status); }; }; then 24687 (exit $ac_status); }; }; then
23799 ac_cv_func_vfork_works=yes 24688 ac_cv_func_vfork_works=yes
23800 else 24689 else
23801 echo "$as_me: program exited with status $ac_status" >&5 24690 $as_echo "$as_me: program exited with status $ac_status" >&5
23802 echo "$as_me: failed program was:" >&5 24691 $as_echo "$as_me: failed program was:" >&5
23803 sed 's/^/| /' conftest.$ac_ext >&5 24692 sed 's/^/| /' conftest.$ac_ext >&5
23804 24693
23805 ( exit $ac_status ) 24694 ( exit $ac_status )
23806 ac_cv_func_vfork_works=no 24695 ac_cv_func_vfork_works=no
23807 fi 24696 fi
24697 rm -rf conftest.dSYM
23808 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 24698 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23809 fi 24699 fi
23810 24700
23811 24701
23812 fi 24702 fi
23813 { echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 24703 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
23814 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; } 24704 $as_echo "$ac_cv_func_vfork_works" >&6; }
23815 24705
23816 fi; 24706 fi;
23817 if test "x$ac_cv_func_fork_works" = xcross; then 24707 if test "x$ac_cv_func_fork_works" = xcross; then
23818 ac_cv_func_vfork_works=$ac_cv_func_vfork 24708 ac_cv_func_vfork_works=$ac_cv_func_vfork
23819 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 24709 { $as_echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
23820 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} 24710 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
23821 fi 24711 fi
23822 24712
23823 if test "x$ac_cv_func_vfork_works" = xyes; then 24713 if test "x$ac_cv_func_vfork_works" = xyes; then
23824 24714
23825 cat >>confdefs.h <<\_ACEOF 24715 cat >>confdefs.h <<\_ACEOF
23840 _ACEOF 24730 _ACEOF
23841 24731
23842 fi 24732 fi
23843 24733
23844 24734
23845 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 24735 { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
23846 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } 24736 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
23847 if test "${emacs_cv_langinfo_codeset+set}" = set; then 24737 if test "${emacs_cv_langinfo_codeset+set}" = set; then
23848 echo $ECHO_N "(cached) $ECHO_C" >&6 24738 $as_echo_n "(cached) " >&6
23849 else 24739 else
23850 cat >conftest.$ac_ext <<_ACEOF 24740 cat >conftest.$ac_ext <<_ACEOF
23851 /* confdefs.h. */ 24741 /* confdefs.h. */
23852 _ACEOF 24742 _ACEOF
23853 cat confdefs.h >>conftest.$ac_ext 24743 cat confdefs.h >>conftest.$ac_ext
23866 if { (ac_try="$ac_link" 24756 if { (ac_try="$ac_link"
23867 case "(($ac_try" in 24757 case "(($ac_try" in
23868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23869 *) ac_try_echo=$ac_try;; 24759 *) ac_try_echo=$ac_try;;
23870 esac 24760 esac
23871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24762 $as_echo "$ac_try_echo") >&5
23872 (eval "$ac_link") 2>conftest.er1 24763 (eval "$ac_link") 2>conftest.er1
23873 ac_status=$? 24764 ac_status=$?
23874 grep -v '^ *+' conftest.er1 >conftest.err 24765 grep -v '^ *+' conftest.er1 >conftest.err
23875 rm -f conftest.er1 24766 rm -f conftest.er1
23876 cat conftest.err >&5 24767 cat conftest.err >&5
23877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23878 (exit $ac_status); } && { 24769 (exit $ac_status); } && {
23879 test -z "$ac_c_werror_flag" || 24770 test -z "$ac_c_werror_flag" ||
23880 test ! -s conftest.err 24771 test ! -s conftest.err
23881 } && test -s conftest$ac_exeext && 24772 } && test -s conftest$ac_exeext && {
23882 $as_test_x conftest$ac_exeext; then 24773 test "$cross_compiling" = yes ||
24774 $as_test_x conftest$ac_exeext
24775 }; then
23883 emacs_cv_langinfo_codeset=yes 24776 emacs_cv_langinfo_codeset=yes
23884 else 24777 else
23885 echo "$as_me: failed program was:" >&5 24778 $as_echo "$as_me: failed program was:" >&5
23886 sed 's/^/| /' conftest.$ac_ext >&5 24779 sed 's/^/| /' conftest.$ac_ext >&5
23887 24780
23888 emacs_cv_langinfo_codeset=no 24781 emacs_cv_langinfo_codeset=no
23889 fi 24782 fi
23890 24783
24784 rm -rf conftest.dSYM
23891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23892 conftest$ac_exeext conftest.$ac_ext 24786 conftest$ac_exeext conftest.$ac_ext
23893 24787
23894 fi 24788 fi
23895 { echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 24789 { $as_echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
23896 echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6; } 24790 $as_echo "$emacs_cv_langinfo_codeset" >&6; }
23897 if test $emacs_cv_langinfo_codeset = yes; then 24791 if test $emacs_cv_langinfo_codeset = yes; then
23898 24792
23899 cat >>confdefs.h <<\_ACEOF 24793 cat >>confdefs.h <<\_ACEOF
23900 #define HAVE_LANGINFO_CODESET 1 24794 #define HAVE_LANGINFO_CODESET 1
23901 _ACEOF 24795 _ACEOF
23902 24796
23903 fi 24797 fi
23904 24798
23905 { echo "$as_me:$LINENO: checking for size_t" >&5 24799 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
23906 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 24800 $as_echo_n "checking for size_t... " >&6; }
23907 if test "${ac_cv_type_size_t+set}" = set; then 24801 if test "${ac_cv_type_size_t+set}" = set; then
23908 echo $ECHO_N "(cached) $ECHO_C" >&6 24802 $as_echo_n "(cached) " >&6
23909 else 24803 else
23910 cat >conftest.$ac_ext <<_ACEOF 24804 ac_cv_type_size_t=no
24805 cat >conftest.$ac_ext <<_ACEOF
23911 /* confdefs.h. */ 24806 /* confdefs.h. */
23912 _ACEOF 24807 _ACEOF
23913 cat confdefs.h >>conftest.$ac_ext 24808 cat confdefs.h >>conftest.$ac_ext
23914 cat >>conftest.$ac_ext <<_ACEOF 24809 cat >>conftest.$ac_ext <<_ACEOF
23915 /* end confdefs.h. */ 24810 /* end confdefs.h. */
23916 $ac_includes_default 24811 $ac_includes_default
23917 typedef size_t ac__type_new_;
23918 int 24812 int
23919 main () 24813 main ()
23920 { 24814 {
23921 if ((ac__type_new_ *) 0) 24815 if (sizeof (size_t))
23922 return 0; 24816 return 0;
23923 if (sizeof (ac__type_new_))
23924 return 0;
23925 ; 24817 ;
23926 return 0; 24818 return 0;
23927 } 24819 }
23928 _ACEOF 24820 _ACEOF
23929 rm -f conftest.$ac_objext 24821 rm -f conftest.$ac_objext
23930 if { (ac_try="$ac_compile" 24822 if { (ac_try="$ac_compile"
23931 case "(($ac_try" in 24823 case "(($ac_try" in
23932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23933 *) ac_try_echo=$ac_try;; 24825 *) ac_try_echo=$ac_try;;
23934 esac 24826 esac
23935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24828 $as_echo "$ac_try_echo") >&5
23936 (eval "$ac_compile") 2>conftest.er1 24829 (eval "$ac_compile") 2>conftest.er1
23937 ac_status=$? 24830 ac_status=$?
23938 grep -v '^ *+' conftest.er1 >conftest.err 24831 grep -v '^ *+' conftest.er1 >conftest.err
23939 rm -f conftest.er1 24832 rm -f conftest.er1
23940 cat conftest.err >&5 24833 cat conftest.err >&5
23941 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23942 (exit $ac_status); } && { 24835 (exit $ac_status); } && {
23943 test -z "$ac_c_werror_flag" || 24836 test -z "$ac_c_werror_flag" ||
23944 test ! -s conftest.err 24837 test ! -s conftest.err
23945 } && test -s conftest.$ac_objext; then 24838 } && test -s conftest.$ac_objext; then
23946 ac_cv_type_size_t=yes 24839 cat >conftest.$ac_ext <<_ACEOF
23947 else 24840 /* confdefs.h. */
23948 echo "$as_me: failed program was:" >&5 24841 _ACEOF
24842 cat confdefs.h >>conftest.$ac_ext
24843 cat >>conftest.$ac_ext <<_ACEOF
24844 /* end confdefs.h. */
24845 $ac_includes_default
24846 int
24847 main ()
24848 {
24849 if (sizeof ((size_t)))
24850 return 0;
24851 ;
24852 return 0;
24853 }
24854 _ACEOF
24855 rm -f conftest.$ac_objext
24856 if { (ac_try="$ac_compile"
24857 case "(($ac_try" in
24858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24859 *) ac_try_echo=$ac_try;;
24860 esac
24861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24862 $as_echo "$ac_try_echo") >&5
24863 (eval "$ac_compile") 2>conftest.er1
24864 ac_status=$?
24865 grep -v '^ *+' conftest.er1 >conftest.err
24866 rm -f conftest.er1
24867 cat conftest.err >&5
24868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24869 (exit $ac_status); } && {
24870 test -z "$ac_c_werror_flag" ||
24871 test ! -s conftest.err
24872 } && test -s conftest.$ac_objext; then
24873 :
24874 else
24875 $as_echo "$as_me: failed program was:" >&5
23949 sed 's/^/| /' conftest.$ac_ext >&5 24876 sed 's/^/| /' conftest.$ac_ext >&5
23950 24877
23951 ac_cv_type_size_t=no 24878 ac_cv_type_size_t=yes
23952 fi 24879 fi
23953 24880
23954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23955 fi 24882 else
23956 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 24883 $as_echo "$as_me: failed program was:" >&5
23957 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 24884 sed 's/^/| /' conftest.$ac_ext >&5
24885
24886
24887 fi
24888
24889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24890 fi
24891 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
24892 $as_echo "$ac_cv_type_size_t" >&6; }
23958 if test $ac_cv_type_size_t = yes; then 24893 if test $ac_cv_type_size_t = yes; then
23959 24894
23960 cat >>confdefs.h <<_ACEOF 24895 cat >>confdefs.h <<_ACEOF
23961 #define HAVE_SIZE_T 1 24896 #define HAVE_SIZE_T 1
23962 _ACEOF 24897 _ACEOF
23963 24898
23964 24899
23965 fi 24900 fi
23966 24901
23967 24902
23968 { echo "$as_me:$LINENO: checking for mbstate_t" >&5 24903 { $as_echo "$as_me:$LINENO: checking for mbstate_t" >&5
23969 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; } 24904 $as_echo_n "checking for mbstate_t... " >&6; }
23970 if test "${ac_cv_type_mbstate_t+set}" = set; then 24905 if test "${ac_cv_type_mbstate_t+set}" = set; then
23971 echo $ECHO_N "(cached) $ECHO_C" >&6 24906 $as_echo_n "(cached) " >&6
23972 else 24907 else
23973 cat >conftest.$ac_ext <<_ACEOF 24908 cat >conftest.$ac_ext <<_ACEOF
23974 /* confdefs.h. */ 24909 /* confdefs.h. */
23975 _ACEOF 24910 _ACEOF
23976 cat confdefs.h >>conftest.$ac_ext 24911 cat confdefs.h >>conftest.$ac_ext
23990 if { (ac_try="$ac_compile" 24925 if { (ac_try="$ac_compile"
23991 case "(($ac_try" in 24926 case "(($ac_try" in
23992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23993 *) ac_try_echo=$ac_try;; 24928 *) ac_try_echo=$ac_try;;
23994 esac 24929 esac
23995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24931 $as_echo "$ac_try_echo") >&5
23996 (eval "$ac_compile") 2>conftest.er1 24932 (eval "$ac_compile") 2>conftest.er1
23997 ac_status=$? 24933 ac_status=$?
23998 grep -v '^ *+' conftest.er1 >conftest.err 24934 grep -v '^ *+' conftest.er1 >conftest.err
23999 rm -f conftest.er1 24935 rm -f conftest.er1
24000 cat conftest.err >&5 24936 cat conftest.err >&5
24001 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24002 (exit $ac_status); } && { 24938 (exit $ac_status); } && {
24003 test -z "$ac_c_werror_flag" || 24939 test -z "$ac_c_werror_flag" ||
24004 test ! -s conftest.err 24940 test ! -s conftest.err
24005 } && test -s conftest.$ac_objext; then 24941 } && test -s conftest.$ac_objext; then
24006 ac_cv_type_mbstate_t=yes 24942 ac_cv_type_mbstate_t=yes
24007 else 24943 else
24008 echo "$as_me: failed program was:" >&5 24944 $as_echo "$as_me: failed program was:" >&5
24009 sed 's/^/| /' conftest.$ac_ext >&5 24945 sed 's/^/| /' conftest.$ac_ext >&5
24010 24946
24011 ac_cv_type_mbstate_t=no 24947 ac_cv_type_mbstate_t=no
24012 fi 24948 fi
24013 24949
24014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24015 fi 24951 fi
24016 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 24952 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
24017 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; } 24953 $as_echo "$ac_cv_type_mbstate_t" >&6; }
24018 if test $ac_cv_type_mbstate_t = yes; then 24954 if test $ac_cv_type_mbstate_t = yes; then
24019 24955
24020 cat >>confdefs.h <<\_ACEOF 24956 cat >>confdefs.h <<\_ACEOF
24021 #define HAVE_MBSTATE_T 1 24957 #define HAVE_MBSTATE_T 1
24022 _ACEOF 24958 _ACEOF
24027 #define mbstate_t int 24963 #define mbstate_t int
24028 _ACEOF 24964 _ACEOF
24029 24965
24030 fi 24966 fi
24031 24967
24032 { echo "$as_me:$LINENO: checking for C restrict keyword" >&5 24968 { $as_echo "$as_me:$LINENO: checking for C restrict keyword" >&5
24033 echo $ECHO_N "checking for C restrict keyword... $ECHO_C" >&6; } 24969 $as_echo_n "checking for C restrict keyword... " >&6; }
24034 if test "${emacs_cv_c_restrict+set}" = set; then 24970 if test "${emacs_cv_c_restrict+set}" = set; then
24035 echo $ECHO_N "(cached) $ECHO_C" >&6 24971 $as_echo_n "(cached) " >&6
24036 else 24972 else
24037 cat >conftest.$ac_ext <<_ACEOF 24973 cat >conftest.$ac_ext <<_ACEOF
24038 /* confdefs.h. */ 24974 /* confdefs.h. */
24039 _ACEOF 24975 _ACEOF
24040 cat confdefs.h >>conftest.$ac_ext 24976 cat confdefs.h >>conftest.$ac_ext
24053 if { (ac_try="$ac_compile" 24989 if { (ac_try="$ac_compile"
24054 case "(($ac_try" in 24990 case "(($ac_try" in
24055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24056 *) ac_try_echo=$ac_try;; 24992 *) ac_try_echo=$ac_try;;
24057 esac 24993 esac
24058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24995 $as_echo "$ac_try_echo") >&5
24059 (eval "$ac_compile") 2>conftest.er1 24996 (eval "$ac_compile") 2>conftest.er1
24060 ac_status=$? 24997 ac_status=$?
24061 grep -v '^ *+' conftest.er1 >conftest.err 24998 grep -v '^ *+' conftest.er1 >conftest.err
24062 rm -f conftest.er1 24999 rm -f conftest.er1
24063 cat conftest.err >&5 25000 cat conftest.err >&5
24064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24065 (exit $ac_status); } && { 25002 (exit $ac_status); } && {
24066 test -z "$ac_c_werror_flag" || 25003 test -z "$ac_c_werror_flag" ||
24067 test ! -s conftest.err 25004 test ! -s conftest.err
24068 } && test -s conftest.$ac_objext; then 25005 } && test -s conftest.$ac_objext; then
24069 emacs_cv_c_restrict=yes 25006 emacs_cv_c_restrict=yes
24070 else 25007 else
24071 echo "$as_me: failed program was:" >&5 25008 $as_echo "$as_me: failed program was:" >&5
24072 sed 's/^/| /' conftest.$ac_ext >&5 25009 sed 's/^/| /' conftest.$ac_ext >&5
24073 25010
24074 cat >conftest.$ac_ext <<_ACEOF 25011 cat >conftest.$ac_ext <<_ACEOF
24075 /* confdefs.h. */ 25012 /* confdefs.h. */
24076 _ACEOF 25013 _ACEOF
24090 if { (ac_try="$ac_compile" 25027 if { (ac_try="$ac_compile"
24091 case "(($ac_try" in 25028 case "(($ac_try" in
24092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24093 *) ac_try_echo=$ac_try;; 25030 *) ac_try_echo=$ac_try;;
24094 esac 25031 esac
24095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25032 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25033 $as_echo "$ac_try_echo") >&5
24096 (eval "$ac_compile") 2>conftest.er1 25034 (eval "$ac_compile") 2>conftest.er1
24097 ac_status=$? 25035 ac_status=$?
24098 grep -v '^ *+' conftest.er1 >conftest.err 25036 grep -v '^ *+' conftest.er1 >conftest.err
24099 rm -f conftest.er1 25037 rm -f conftest.er1
24100 cat conftest.err >&5 25038 cat conftest.err >&5
24101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24102 (exit $ac_status); } && { 25040 (exit $ac_status); } && {
24103 test -z "$ac_c_werror_flag" || 25041 test -z "$ac_c_werror_flag" ||
24104 test ! -s conftest.err 25042 test ! -s conftest.err
24105 } && test -s conftest.$ac_objext; then 25043 } && test -s conftest.$ac_objext; then
24106 emacs_cv_c_restrict=__restrict 25044 emacs_cv_c_restrict=__restrict
24107 else 25045 else
24108 echo "$as_me: failed program was:" >&5 25046 $as_echo "$as_me: failed program was:" >&5
24109 sed 's/^/| /' conftest.$ac_ext >&5 25047 sed 's/^/| /' conftest.$ac_ext >&5
24110 25048
24111 emacs_cv_c_restrict=no 25049 emacs_cv_c_restrict=no
24112 fi 25050 fi
24113 25051
24114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24115 fi 25053 fi
24116 25054
24117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24118 fi 25056 fi
24119 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 25057 { $as_echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
24120 echo "${ECHO_T}$emacs_cv_c_restrict" >&6; } 25058 $as_echo "$emacs_cv_c_restrict" >&6; }
24121 case "$emacs_cv_c_restrict" in 25059 case "$emacs_cv_c_restrict" in
24122 yes) emacs_restrict=restrict;; 25060 yes) emacs_restrict=restrict;;
24123 no) emacs_restrict="";; 25061 no) emacs_restrict="";;
24124 *) emacs_restrict="$emacs_cv_c_restrict";; 25062 *) emacs_restrict="$emacs_cv_c_restrict";;
24125 esac 25063 esac
24129 #define __restrict $emacs_restrict 25067 #define __restrict $emacs_restrict
24130 _ACEOF 25068 _ACEOF
24131 25069
24132 fi 25070 fi
24133 25071
24134 { echo "$as_me:$LINENO: checking for C restricted array declarations" >&5 25072 { $as_echo "$as_me:$LINENO: checking for C restricted array declarations" >&5
24135 echo $ECHO_N "checking for C restricted array declarations... $ECHO_C" >&6; } 25073 $as_echo_n "checking for C restricted array declarations... " >&6; }
24136 if test "${emacs_cv_c_restrict_arr+set}" = set; then 25074 if test "${emacs_cv_c_restrict_arr+set}" = set; then
24137 echo $ECHO_N "(cached) $ECHO_C" >&6 25075 $as_echo_n "(cached) " >&6
24138 else 25076 else
24139 cat >conftest.$ac_ext <<_ACEOF 25077 cat >conftest.$ac_ext <<_ACEOF
24140 /* confdefs.h. */ 25078 /* confdefs.h. */
24141 _ACEOF 25079 _ACEOF
24142 cat confdefs.h >>conftest.$ac_ext 25080 cat confdefs.h >>conftest.$ac_ext
24155 if { (ac_try="$ac_compile" 25093 if { (ac_try="$ac_compile"
24156 case "(($ac_try" in 25094 case "(($ac_try" in
24157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24158 *) ac_try_echo=$ac_try;; 25096 *) ac_try_echo=$ac_try;;
24159 esac 25097 esac
24160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25099 $as_echo "$ac_try_echo") >&5
24161 (eval "$ac_compile") 2>conftest.er1 25100 (eval "$ac_compile") 2>conftest.er1
24162 ac_status=$? 25101 ac_status=$?
24163 grep -v '^ *+' conftest.er1 >conftest.err 25102 grep -v '^ *+' conftest.er1 >conftest.err
24164 rm -f conftest.er1 25103 rm -f conftest.er1
24165 cat conftest.err >&5 25104 cat conftest.err >&5
24166 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24167 (exit $ac_status); } && { 25106 (exit $ac_status); } && {
24168 test -z "$ac_c_werror_flag" || 25107 test -z "$ac_c_werror_flag" ||
24169 test ! -s conftest.err 25108 test ! -s conftest.err
24170 } && test -s conftest.$ac_objext; then 25109 } && test -s conftest.$ac_objext; then
24171 emacs_cv_c_restrict_arr=yes 25110 emacs_cv_c_restrict_arr=yes
24172 else 25111 else
24173 echo "$as_me: failed program was:" >&5 25112 $as_echo "$as_me: failed program was:" >&5
24174 sed 's/^/| /' conftest.$ac_ext >&5 25113 sed 's/^/| /' conftest.$ac_ext >&5
24175 25114
24176 emacs_cv_c_restrict_arr=no 25115 emacs_cv_c_restrict_arr=no
24177 fi 25116 fi
24178 25117
24179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24180 fi 25119 fi
24181 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 25120 { $as_echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
24182 echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6; } 25121 $as_echo "$emacs_cv_c_restrict_arr" >&6; }
24183 if test "$emacs_cv_c_restrict_arr" = yes; then 25122 if test "$emacs_cv_c_restrict_arr" = yes; then
24184 25123
24185 cat >>confdefs.h <<\_ACEOF 25124 cat >>confdefs.h <<\_ACEOF
24186 #define __restrict_arr __restrict 25125 #define __restrict_arr __restrict
24187 _ACEOF 25126 _ACEOF
24196 25135
24197 #### Find out which version of Emacs this is. 25136 #### Find out which version of Emacs this is.
24198 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 25137 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
24199 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 25138 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
24200 if test x"${version}" = x; then 25139 if test x"${version}" = x; then
24201 { { echo "$as_me:$LINENO: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 25140 { { $as_echo "$as_me:$LINENO: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
24202 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 25141 $as_echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
24203 { (exit 1); exit 1; }; } 25142 { (exit 1); exit 1; }; }
24204 fi 25143 fi
24205 25144
24206 ### Specify what sort of things we'll be editing into Makefile and config.h. 25145 ### Specify what sort of things we'll be editing into Makefile and config.h.
24207 ### Use configuration here uncanonicalized to avoid exceeding size limits. 25146 ### Use configuration here uncanonicalized to avoid exceeding size limits.
24504 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 25443 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24505 eval ac_val=\$$ac_var 25444 eval ac_val=\$$ac_var
24506 case $ac_val in #( 25445 case $ac_val in #(
24507 *${as_nl}*) 25446 *${as_nl}*)
24508 case $ac_var in #( 25447 case $ac_var in #(
24509 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 25448 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
24510 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 25449 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
24511 esac 25450 esac
24512 case $ac_var in #( 25451 case $ac_var in #(
24513 _ | IFS | as_nl) ;; #( 25452 _ | IFS | as_nl) ;; #(
25453 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
24514 *) $as_unset $ac_var ;; 25454 *) $as_unset $ac_var ;;
24515 esac ;; 25455 esac ;;
24516 esac 25456 esac
24517 done 25457 done
24518 25458
24541 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 25481 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24542 :end' >>confcache 25482 :end' >>confcache
24543 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 25483 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24544 if test -w "$cache_file"; then 25484 if test -w "$cache_file"; then
24545 test "x$cache_file" != "x/dev/null" && 25485 test "x$cache_file" != "x/dev/null" &&
24546 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 25486 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
24547 echo "$as_me: updating cache $cache_file" >&6;} 25487 $as_echo "$as_me: updating cache $cache_file" >&6;}
24548 cat confcache >$cache_file 25488 cat confcache >$cache_file
24549 else 25489 else
24550 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 25490 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
24551 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 25491 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24552 fi 25492 fi
24553 fi 25493 fi
24554 rm -f confcache 25494 rm -f confcache
24555 25495
24556 test "x$prefix" = xNONE && prefix=$ac_default_prefix 25496 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24562 ac_libobjs= 25502 ac_libobjs=
24563 ac_ltlibobjs= 25503 ac_ltlibobjs=
24564 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 25504 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24565 # 1. Remove the extension, and $U if already installed. 25505 # 1. Remove the extension, and $U if already installed.
24566 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 25506 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24567 ac_i=`echo "$ac_i" | sed "$ac_script"` 25507 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
24568 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 25508 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24569 # will be set to the directory where LIBOBJS objects are built. 25509 # will be set to the directory where LIBOBJS objects are built.
24570 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 25510 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24571 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 25511 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24572 done 25512 done
24575 LTLIBOBJS=$ac_ltlibobjs 25515 LTLIBOBJS=$ac_ltlibobjs
24576 25516
24577 25517
24578 25518
24579 : ${CONFIG_STATUS=./config.status} 25519 : ${CONFIG_STATUS=./config.status}
25520 ac_write_fail=0
24580 ac_clean_files_save=$ac_clean_files 25521 ac_clean_files_save=$ac_clean_files
24581 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 25522 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24582 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 25523 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24583 echo "$as_me: creating $CONFIG_STATUS" >&6;} 25524 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
24584 cat >$CONFIG_STATUS <<_ACEOF 25525 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24585 #! $SHELL 25526 #! $SHELL
24586 # Generated by $as_me. 25527 # Generated by $as_me.
24587 # Run this file to recreate the current configuration. 25528 # Run this file to recreate the current configuration.
24588 # Compiler output produced by configure, useful for debugging 25529 # Compiler output produced by configure, useful for debugging
24589 # configure, is in config.log if it exists. 25530 # configure, is in config.log if it exists.
24592 ac_cs_recheck=false 25533 ac_cs_recheck=false
24593 ac_cs_silent=false 25534 ac_cs_silent=false
24594 SHELL=\${CONFIG_SHELL-$SHELL} 25535 SHELL=\${CONFIG_SHELL-$SHELL}
24595 _ACEOF 25536 _ACEOF
24596 25537
24597 cat >>$CONFIG_STATUS <<\_ACEOF 25538 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24598 ## --------------------- ## 25539 ## --------------------- ##
24599 ## M4sh Initialization. ## 25540 ## M4sh Initialization. ##
24600 ## --------------------- ## 25541 ## --------------------- ##
24601 25542
24602 # Be more Bourne compatible 25543 # Be more Bourne compatible
24603 DUALCASE=1; export DUALCASE # for MKS sh 25544 DUALCASE=1; export DUALCASE # for MKS sh
24604 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 25545 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24605 emulate sh 25546 emulate sh
24606 NULLCMD=: 25547 NULLCMD=:
24607 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 25548 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24608 # is contrary to our usage. Disable this feature. 25549 # is contrary to our usage. Disable this feature.
24609 alias -g '${1+"$@"}'='"$@"' 25550 alias -g '${1+"$@"}'='"$@"'
24610 setopt NO_GLOB_SUBST 25551 setopt NO_GLOB_SUBST
24611 else 25552 else
24612 case `(set -o) 2>/dev/null` in 25553 case `(set -o) 2>/dev/null` in
24624 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 25565 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24625 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 25566 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24626 as_cr_digits='0123456789' 25567 as_cr_digits='0123456789'
24627 as_cr_alnum=$as_cr_Letters$as_cr_digits 25568 as_cr_alnum=$as_cr_Letters$as_cr_digits
24628 25569
25570 as_nl='
25571 '
25572 export as_nl
25573 # Printing a long string crashes Solaris 7 /usr/bin/printf.
25574 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
25575 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
25576 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
25577 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
25578 as_echo='printf %s\n'
25579 as_echo_n='printf %s'
25580 else
25581 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
25582 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
25583 as_echo_n='/usr/ucb/echo -n'
25584 else
25585 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
25586 as_echo_n_body='eval
25587 arg=$1;
25588 case $arg in
25589 *"$as_nl"*)
25590 expr "X$arg" : "X\\(.*\\)$as_nl";
25591 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
25592 esac;
25593 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
25594 '
25595 export as_echo_n_body
25596 as_echo_n='sh -c $as_echo_n_body as_echo'
25597 fi
25598 export as_echo_body
25599 as_echo='sh -c $as_echo_body as_echo'
25600 fi
25601
24629 # The user is always right. 25602 # The user is always right.
24630 if test "${PATH_SEPARATOR+set}" != set; then 25603 if test "${PATH_SEPARATOR+set}" != set; then
24631 echo "#! /bin/sh" >conf$$.sh 25604 PATH_SEPARATOR=:
24632 echo "exit 0" >>conf$$.sh 25605 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
24633 chmod +x conf$$.sh 25606 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
24634 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 25607 PATH_SEPARATOR=';'
24635 PATH_SEPARATOR=';' 25608 }
24636 else
24637 PATH_SEPARATOR=:
24638 fi
24639 rm -f conf$$.sh
24640 fi 25609 fi
24641 25610
24642 # Support unset when possible. 25611 # Support unset when possible.
24643 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 25612 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24644 as_unset=unset 25613 as_unset=unset
24650 # IFS 25619 # IFS
24651 # We need space, tab and new line, in precisely that order. Quoting is 25620 # We need space, tab and new line, in precisely that order. Quoting is
24652 # there to prevent editors from complaining about space-tab. 25621 # there to prevent editors from complaining about space-tab.
24653 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 25622 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24654 # splitting by setting IFS to empty value.) 25623 # splitting by setting IFS to empty value.)
24655 as_nl='
24656 '
24657 IFS=" "" $as_nl" 25624 IFS=" "" $as_nl"
24658 25625
24659 # Find who we are. Look in the path if we contain no directory separator. 25626 # Find who we are. Look in the path if we contain no directory separator.
24660 case $0 in 25627 case $0 in
24661 *[\\/]* ) as_myself=$0 ;; 25628 *[\\/]* ) as_myself=$0 ;;
24674 # in which case we are not to be found in the path. 25641 # in which case we are not to be found in the path.
24675 if test "x$as_myself" = x; then 25642 if test "x$as_myself" = x; then
24676 as_myself=$0 25643 as_myself=$0
24677 fi 25644 fi
24678 if test ! -f "$as_myself"; then 25645 if test ! -f "$as_myself"; then
24679 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 25646 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24680 { (exit 1); exit 1; } 25647 { (exit 1); exit 1; }
24681 fi 25648 fi
24682 25649
24683 # Work around bugs in pre-3.0 UWIN ksh. 25650 # Work around bugs in pre-3.0 UWIN ksh.
24684 for as_var in ENV MAIL MAILPATH 25651 for as_var in ENV MAIL MAILPATH
24687 PS1='$ ' 25654 PS1='$ '
24688 PS2='> ' 25655 PS2='> '
24689 PS4='+ ' 25656 PS4='+ '
24690 25657
24691 # NLS nuisances. 25658 # NLS nuisances.
24692 for as_var in \ 25659 LC_ALL=C
24693 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 25660 export LC_ALL
24694 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 25661 LANGUAGE=C
24695 LC_TELEPHONE LC_TIME 25662 export LANGUAGE
24696 do
24697 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24698 eval $as_var=C; export $as_var
24699 else
24700 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24701 fi
24702 done
24703 25663
24704 # Required to use basename. 25664 # Required to use basename.
24705 if expr a : '\(a\)' >/dev/null 2>&1 && 25665 if expr a : '\(a\)' >/dev/null 2>&1 &&
24706 test "X`expr 00001 : '.*\(...\)'`" = X001; then 25666 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24707 as_expr=expr 25667 as_expr=expr
24719 # Name of the executable. 25679 # Name of the executable.
24720 as_me=`$as_basename -- "$0" || 25680 as_me=`$as_basename -- "$0" ||
24721 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 25681 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24722 X"$0" : 'X\(//\)$' \| \ 25682 X"$0" : 'X\(//\)$' \| \
24723 X"$0" : 'X\(/\)' \| . 2>/dev/null || 25683 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24724 echo X/"$0" | 25684 $as_echo X/"$0" |
24725 sed '/^.*\/\([^/][^/]*\)\/*$/{ 25685 sed '/^.*\/\([^/][^/]*\)\/*$/{
24726 s//\1/ 25686 s//\1/
24727 q 25687 q
24728 } 25688 }
24729 /^X\/\(\/\/\)$/{ 25689 /^X\/\(\/\/\)$/{
24770 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 25730 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24771 t loop 25731 t loop
24772 s/-\n.*// 25732 s/-\n.*//
24773 ' >$as_me.lineno && 25733 ' >$as_me.lineno &&
24774 chmod +x "$as_me.lineno" || 25734 chmod +x "$as_me.lineno" ||
24775 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 25735 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24776 { (exit 1); exit 1; }; } 25736 { (exit 1); exit 1; }; }
24777 25737
24778 # Don't try to exec as it changes $[0], causing all sort of problems 25738 # Don't try to exec as it changes $[0], causing all sort of problems
24779 # (the dirname of $[0] is not the place where we might find the 25739 # (the dirname of $[0] is not the place where we might find the
24780 # original and so on. Autoconf is especially sensitive to this). 25740 # original and so on. Autoconf is especially sensitive to this).
24798 *) ECHO_C='\c';; 25758 *) ECHO_C='\c';;
24799 esac;; 25759 esac;;
24800 *) 25760 *)
24801 ECHO_N='-n';; 25761 ECHO_N='-n';;
24802 esac 25762 esac
24803
24804 if expr a : '\(a\)' >/dev/null 2>&1 && 25763 if expr a : '\(a\)' >/dev/null 2>&1 &&
24805 test "X`expr 00001 : '.*\(...\)'`" = X001; then 25764 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24806 as_expr=expr 25765 as_expr=expr
24807 else 25766 else
24808 as_expr=false 25767 as_expr=false
24811 rm -f conf$$ conf$$.exe conf$$.file 25770 rm -f conf$$ conf$$.exe conf$$.file
24812 if test -d conf$$.dir; then 25771 if test -d conf$$.dir; then
24813 rm -f conf$$.dir/conf$$.file 25772 rm -f conf$$.dir/conf$$.file
24814 else 25773 else
24815 rm -f conf$$.dir 25774 rm -f conf$$.dir
24816 mkdir conf$$.dir 25775 mkdir conf$$.dir 2>/dev/null
24817 fi 25776 fi
24818 echo >conf$$.file 25777 if (echo >conf$$.file) 2>/dev/null; then
24819 if ln -s conf$$.file conf$$ 2>/dev/null; then 25778 if ln -s conf$$.file conf$$ 2>/dev/null; then
24820 as_ln_s='ln -s' 25779 as_ln_s='ln -s'
24821 # ... but there are two gotchas: 25780 # ... but there are two gotchas:
24822 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 25781 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24823 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 25782 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24824 # In both cases, we have to default to `cp -p'. 25783 # In both cases, we have to default to `cp -p'.
24825 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 25784 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25785 as_ln_s='cp -p'
25786 elif ln conf$$.file conf$$ 2>/dev/null; then
25787 as_ln_s=ln
25788 else
24826 as_ln_s='cp -p' 25789 as_ln_s='cp -p'
24827 elif ln conf$$.file conf$$ 2>/dev/null; then 25790 fi
24828 as_ln_s=ln
24829 else 25791 else
24830 as_ln_s='cp -p' 25792 as_ln_s='cp -p'
24831 fi 25793 fi
24832 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 25794 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24833 rmdir conf$$.dir 2>/dev/null 25795 rmdir conf$$.dir 2>/dev/null
24848 as_ls_L_option= 25810 as_ls_L_option=
24849 fi 25811 fi
24850 as_test_x=' 25812 as_test_x='
24851 eval sh -c '\'' 25813 eval sh -c '\''
24852 if test -d "$1"; then 25814 if test -d "$1"; then
24853 test -d "$1/."; 25815 test -d "$1/.";
24854 else 25816 else
24855 case $1 in 25817 case $1 in
24856 -*)set "./$1";; 25818 -*)set "./$1";;
24857 esac; 25819 esac;
24858 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 25820 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
24859 ???[sx]*):;;*)false;;esac;fi 25821 ???[sx]*):;;*)false;;esac;fi
24860 '\'' sh 25822 '\'' sh
24861 ' 25823 '
24874 # Save the log message, to keep $[0] and so on meaningful, and to 25836 # Save the log message, to keep $[0] and so on meaningful, and to
24875 # report actual input values of CONFIG_FILES etc. instead of their 25837 # report actual input values of CONFIG_FILES etc. instead of their
24876 # values after options handling. 25838 # values after options handling.
24877 ac_log=" 25839 ac_log="
24878 This file was extended by emacs $as_me 23.0.92, which was 25840 This file was extended by emacs $as_me 23.0.92, which was
24879 generated by GNU Autoconf 2.61. Invocation command line was 25841 generated by GNU Autoconf 2.62. Invocation command line was
24880 25842
24881 CONFIG_FILES = $CONFIG_FILES 25843 CONFIG_FILES = $CONFIG_FILES
24882 CONFIG_HEADERS = $CONFIG_HEADERS 25844 CONFIG_HEADERS = $CONFIG_HEADERS
24883 CONFIG_LINKS = $CONFIG_LINKS 25845 CONFIG_LINKS = $CONFIG_LINKS
24884 CONFIG_COMMANDS = $CONFIG_COMMANDS 25846 CONFIG_COMMANDS = $CONFIG_COMMANDS
24887 on `(hostname || uname -n) 2>/dev/null | sed 1q` 25849 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24888 " 25850 "
24889 25851
24890 _ACEOF 25852 _ACEOF
24891 25853
24892 cat >>$CONFIG_STATUS <<_ACEOF 25854 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24893 # Files that config.status was made for. 25855 # Files that config.status was made for.
24894 config_files="$ac_config_files" 25856 config_files="$ac_config_files"
24895 config_headers="$ac_config_headers" 25857 config_headers="$ac_config_headers"
24896 config_commands="$ac_config_commands" 25858 config_commands="$ac_config_commands"
24897 25859
24898 _ACEOF 25860 _ACEOF
24899 25861
24900 cat >>$CONFIG_STATUS <<\_ACEOF 25862 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24901 ac_cs_usage="\ 25863 ac_cs_usage="\
24902 \`$as_me' instantiates files from templates according to the 25864 \`$as_me' instantiates files from templates according to the
24903 current configuration. 25865 current configuration.
24904 25866
24905 Usage: $0 [OPTIONS] [FILE]... 25867 Usage: $0 [OPTIONS] [FILE]...
24908 -V, --version print version number and configuration settings, then exit 25870 -V, --version print version number and configuration settings, then exit
24909 -q, --quiet do not print progress messages 25871 -q, --quiet do not print progress messages
24910 -d, --debug don't remove temporary files 25872 -d, --debug don't remove temporary files
24911 --recheck update $as_me by reconfiguring in the same conditions 25873 --recheck update $as_me by reconfiguring in the same conditions
24912 --file=FILE[:TEMPLATE] 25874 --file=FILE[:TEMPLATE]
24913 instantiate the configuration file FILE 25875 instantiate the configuration file FILE
24914 --header=FILE[:TEMPLATE] 25876 --header=FILE[:TEMPLATE]
24915 instantiate the configuration header FILE 25877 instantiate the configuration header FILE
24916 25878
24917 Configuration files: 25879 Configuration files:
24918 $config_files 25880 $config_files
24919 25881
24920 Configuration headers: 25882 Configuration headers:
24924 $config_commands 25886 $config_commands
24925 25887
24926 Report bugs to <bug-autoconf@gnu.org>." 25888 Report bugs to <bug-autoconf@gnu.org>."
24927 25889
24928 _ACEOF 25890 _ACEOF
24929 cat >>$CONFIG_STATUS <<_ACEOF 25891 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24930 ac_cs_version="\\ 25892 ac_cs_version="\\
24931 emacs config.status 23.0.92 25893 emacs config.status 23.0.92
24932 configured by $0, generated by GNU Autoconf 2.61, 25894 configured by $0, generated by GNU Autoconf 2.62,
24933 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 25895 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24934 25896
24935 Copyright (C) 2006 Free Software Foundation, Inc. 25897 Copyright (C) 2008 Free Software Foundation, Inc.
24936 This config.status script is free software; the Free Software Foundation 25898 This config.status script is free software; the Free Software Foundation
24937 gives unlimited permission to copy, distribute and modify it." 25899 gives unlimited permission to copy, distribute and modify it."
24938 25900
24939 ac_pwd='$ac_pwd' 25901 ac_pwd='$ac_pwd'
24940 srcdir='$srcdir' 25902 srcdir='$srcdir'
24941 INSTALL='$INSTALL' 25903 INSTALL='$INSTALL'
24942 _ACEOF 25904 test -n "\$AWK" || AWK=awk
24943 25905 _ACEOF
24944 cat >>$CONFIG_STATUS <<\_ACEOF 25906
24945 # If no file are specified by the user, then we need to provide default 25907 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24946 # value. By we need to know if files were specified by the user. 25908 # The default lists apply if the user does not specify any file.
24947 ac_need_defaults=: 25909 ac_need_defaults=:
24948 while test $# != 0 25910 while test $# != 0
24949 do 25911 do
24950 case $1 in 25912 case $1 in
24951 --*=*) 25913 --*=*)
24963 case $ac_option in 25925 case $ac_option in
24964 # Handling of the options. 25926 # Handling of the options.
24965 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 25927 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24966 ac_cs_recheck=: ;; 25928 ac_cs_recheck=: ;;
24967 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 25929 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
24968 echo "$ac_cs_version"; exit ;; 25930 $as_echo "$ac_cs_version"; exit ;;
24969 --debug | --debu | --deb | --de | --d | -d ) 25931 --debug | --debu | --deb | --de | --d | -d )
24970 debug=: ;; 25932 debug=: ;;
24971 --file | --fil | --fi | --f ) 25933 --file | --fil | --fi | --f )
24972 $ac_shift 25934 $ac_shift
24973 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 25935 case $ac_optarg in
25936 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
25937 esac
25938 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
24974 ac_need_defaults=false;; 25939 ac_need_defaults=false;;
24975 --header | --heade | --head | --hea ) 25940 --header | --heade | --head | --hea )
24976 $ac_shift 25941 $ac_shift
24977 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 25942 case $ac_optarg in
25943 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
25944 esac
25945 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
24978 ac_need_defaults=false;; 25946 ac_need_defaults=false;;
24979 --he | --h) 25947 --he | --h)
24980 # Conflict between --help and --header 25948 # Conflict between --help and --header
24981 { echo "$as_me: error: ambiguous option: $1 25949 { $as_echo "$as_me: error: ambiguous option: $1
24982 Try \`$0 --help' for more information." >&2 25950 Try \`$0 --help' for more information." >&2
24983 { (exit 1); exit 1; }; };; 25951 { (exit 1); exit 1; }; };;
24984 --help | --hel | -h ) 25952 --help | --hel | -h )
24985 echo "$ac_cs_usage"; exit ;; 25953 $as_echo "$ac_cs_usage"; exit ;;
24986 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 25954 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24987 | -silent | --silent | --silen | --sile | --sil | --si | --s) 25955 | -silent | --silent | --silen | --sile | --sil | --si | --s)
24988 ac_cs_silent=: ;; 25956 ac_cs_silent=: ;;
24989 25957
24990 # This is an error. 25958 # This is an error.
24991 -*) { echo "$as_me: error: unrecognized option: $1 25959 -*) { $as_echo "$as_me: error: unrecognized option: $1
24992 Try \`$0 --help' for more information." >&2 25960 Try \`$0 --help' for more information." >&2
24993 { (exit 1); exit 1; }; } ;; 25961 { (exit 1); exit 1; }; } ;;
24994 25962
24995 *) ac_config_targets="$ac_config_targets $1" 25963 *) ac_config_targets="$ac_config_targets $1"
24996 ac_need_defaults=false ;; 25964 ac_need_defaults=false ;;
25005 exec 6>/dev/null 25973 exec 6>/dev/null
25006 ac_configure_extra_args="$ac_configure_extra_args --silent" 25974 ac_configure_extra_args="$ac_configure_extra_args --silent"
25007 fi 25975 fi
25008 25976
25009 _ACEOF 25977 _ACEOF
25010 cat >>$CONFIG_STATUS <<_ACEOF 25978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25011 if \$ac_cs_recheck; then 25979 if \$ac_cs_recheck; then
25012 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 25980 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
25013 CONFIG_SHELL=$SHELL 25981 shift
25982 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
25983 CONFIG_SHELL='$SHELL'
25014 export CONFIG_SHELL 25984 export CONFIG_SHELL
25015 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 25985 exec "\$@"
25016 fi 25986 fi
25017 25987
25018 _ACEOF 25988 _ACEOF
25019 cat >>$CONFIG_STATUS <<\_ACEOF 25989 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25020 exec 5>>config.log 25990 exec 5>>config.log
25021 { 25991 {
25022 echo 25992 echo
25023 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 25993 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
25024 ## Running $as_me. ## 25994 ## Running $as_me. ##
25025 _ASBOX 25995 _ASBOX
25026 echo "$ac_log" 25996 $as_echo "$ac_log"
25027 } >&5 25997 } >&5
25028 25998
25029 _ACEOF 25999 _ACEOF
25030 cat >>$CONFIG_STATUS <<_ACEOF 26000 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25031 # 26001 #
25032 # INIT-COMMANDS 26002 # INIT-COMMANDS
25033 # 26003 #
25034 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" cpp_undefs="$cpp_undefs" 26004 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" cpp_undefs="$cpp_undefs"
25035 26005
25036 _ACEOF 26006 _ACEOF
25037 26007
25038 cat >>$CONFIG_STATUS <<\_ACEOF 26008 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25039 26009
25040 # Handling of arguments. 26010 # Handling of arguments.
25041 for ac_config_target in $ac_config_targets 26011 for ac_config_target in $ac_config_targets
25042 do 26012 do
25043 case $ac_config_target in 26013 case $ac_config_target in
25053 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; 26023 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
25054 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; 26024 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
25055 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 26025 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
25056 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 26026 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
25057 26027
25058 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 26028 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
25059 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 26029 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
25060 { (exit 1); exit 1; }; };; 26030 { (exit 1); exit 1; }; };;
25061 esac 26031 esac
25062 done 26032 done
25063 26033
25064 26034
25095 { 26065 {
25096 tmp=./conf$$-$RANDOM 26066 tmp=./conf$$-$RANDOM
25097 (umask 077 && mkdir "$tmp") 26067 (umask 077 && mkdir "$tmp")
25098 } || 26068 } ||
25099 { 26069 {
25100 echo "$me: cannot create a temporary directory in ." >&2 26070 $as_echo "$as_me: cannot create a temporary directory in ." >&2
25101 { (exit 1); exit 1; } 26071 { (exit 1); exit 1; }
25102 } 26072 }
25103 26073
25104 # 26074 # Set up the scripts for CONFIG_FILES section.
25105 # Set up the sed scripts for CONFIG_FILES section. 26075 # No need to generate them if there are no CONFIG_FILES.
25106 # 26076 # This happens for instance with `./config.status config.h'.
25107
25108 # No need to generate the scripts if there are no CONFIG_FILES.
25109 # This happens for instance when ./config.status config.h
25110 if test -n "$CONFIG_FILES"; then 26077 if test -n "$CONFIG_FILES"; then
25111 26078
25112 _ACEOF 26079
25113 26080 ac_cr='
25114 26081 '
25115 26082 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
26083 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
26084 ac_cs_awk_cr='\\r'
26085 else
26086 ac_cs_awk_cr=$ac_cr
26087 fi
26088
26089 echo 'BEGIN {' >"$tmp/subs1.awk" &&
26090 _ACEOF
26091
26092
26093 {
26094 echo "cat >conf$$subs.awk <<_ACEOF" &&
26095 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
26096 echo "_ACEOF"
26097 } >conf$$subs.sh ||
26098 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26099 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26100 { (exit 1); exit 1; }; }
26101 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
25116 ac_delim='%!_!# ' 26102 ac_delim='%!_!# '
25117 for ac_last_try in false false false false false :; do 26103 for ac_last_try in false false false false false :; do
25118 cat >conf$$subs.sed <<_ACEOF 26104 . ./conf$$subs.sh ||
25119 SHELL!$SHELL$ac_delim 26105 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25120 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 26106 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25121 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 26107 { (exit 1); exit 1; }; }
25122 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 26108
25123 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 26109 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
25124 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
25125 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
25126 exec_prefix!$exec_prefix$ac_delim
25127 prefix!$prefix$ac_delim
25128 program_transform_name!$program_transform_name$ac_delim
25129 bindir!$bindir$ac_delim
25130 sbindir!$sbindir$ac_delim
25131 libexecdir!$libexecdir$ac_delim
25132 datarootdir!$datarootdir$ac_delim
25133 datadir!$datadir$ac_delim
25134 sysconfdir!$sysconfdir$ac_delim
25135 sharedstatedir!$sharedstatedir$ac_delim
25136 localstatedir!$localstatedir$ac_delim
25137 includedir!$includedir$ac_delim
25138 oldincludedir!$oldincludedir$ac_delim
25139 docdir!$docdir$ac_delim
25140 infodir!$infodir$ac_delim
25141 htmldir!$htmldir$ac_delim
25142 dvidir!$dvidir$ac_delim
25143 pdfdir!$pdfdir$ac_delim
25144 psdir!$psdir$ac_delim
25145 libdir!$libdir$ac_delim
25146 localedir!$localedir$ac_delim
25147 mandir!$mandir$ac_delim
25148 DEFS!$DEFS$ac_delim
25149 ECHO_C!$ECHO_C$ac_delim
25150 ECHO_N!$ECHO_N$ac_delim
25151 ECHO_T!$ECHO_T$ac_delim
25152 LIBS!$LIBS$ac_delim
25153 build_alias!$build_alias$ac_delim
25154 host_alias!$host_alias$ac_delim
25155 target_alias!$target_alias$ac_delim
25156 MAINT!$MAINT$ac_delim
25157 build!$build$ac_delim
25158 build_cpu!$build_cpu$ac_delim
25159 build_vendor!$build_vendor$ac_delim
25160 build_os!$build_os$ac_delim
25161 host!$host$ac_delim
25162 host_cpu!$host_cpu$ac_delim
25163 host_vendor!$host_vendor$ac_delim
25164 host_os!$host_os$ac_delim
25165 CC!$CC$ac_delim
25166 CFLAGS!$CFLAGS$ac_delim
25167 LDFLAGS!$LDFLAGS$ac_delim
25168 CPPFLAGS!$CPPFLAGS$ac_delim
25169 ac_ct_CC!$ac_ct_CC$ac_delim
25170 EXEEXT!$EXEEXT$ac_delim
25171 OBJEXT!$OBJEXT$ac_delim
25172 CPP!$CPP$ac_delim
25173 GREP!$GREP$ac_delim
25174 EGREP!$EGREP$ac_delim
25175 LN_S!$LN_S$ac_delim
25176 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
25177 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
25178 INSTALL_DATA!$INSTALL_DATA$ac_delim
25179 RANLIB!$RANLIB$ac_delim
25180 INSTALL_INFO!$INSTALL_INFO$ac_delim
25181 GZIP_PROG!$GZIP_PROG$ac_delim
25182 MAKEINFO!$MAKEINFO$ac_delim
25183 LIBSOUND!$LIBSOUND$ac_delim
25184 PKG_CONFIG!$PKG_CONFIG$ac_delim
25185 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
25186 ALSA_LIBS!$ALSA_LIBS$ac_delim
25187 CFLAGS_SOUND!$CFLAGS_SOUND$ac_delim
25188 SET_MAKE!$SET_MAKE$ac_delim
25189 XMKMF!$XMKMF$ac_delim
25190 HAVE_XSERVER!$HAVE_XSERVER$ac_delim
25191 RSVG_CFLAGS!$RSVG_CFLAGS$ac_delim
25192 RSVG_LIBS!$RSVG_LIBS$ac_delim
25193 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
25194 GTK_LIBS!$GTK_LIBS$ac_delim
25195 DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
25196 DBUS_LIBS!$DBUS_LIBS$ac_delim
25197 FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
25198 FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
25199 XFT_CFLAGS!$XFT_CFLAGS$ac_delim
25200 XFT_LIBS!$XFT_LIBS$ac_delim
25201 FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
25202 FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
25203 LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
25204 LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
25205 M17N_FLT_CFLAGS!$M17N_FLT_CFLAGS$ac_delim
25206 M17N_FLT_LIBS!$M17N_FLT_LIBS$ac_delim
25207 ALLOCA!$ALLOCA$ac_delim
25208 liblockfile!$liblockfile$ac_delim
25209 LIBOBJS!$LIBOBJS$ac_delim
25210 NEED_SETGID!$NEED_SETGID$ac_delim
25211 KMEM_GROUP!$KMEM_GROUP$ac_delim
25212 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim
25213 GETOPT_H!$GETOPT_H$ac_delim
25214 GETOPTOBJS!$GETOPTOBJS$ac_delim
25215 version!$version$ac_delim
25216 _ACEOF
25217
25218 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
25219 break 26110 break
25220 elif $ac_last_try; then 26111 elif $ac_last_try; then
25221 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 26112 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25222 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 26113 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25223 { (exit 1); exit 1; }; } 26114 { (exit 1); exit 1; }; }
25224 else 26115 else
25225 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 26116 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25226 fi 26117 fi
25227 done 26118 done
25228 26119 rm -f conf$$subs.sh
25229 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 26120
25230 if test -n "$ac_eof"; then 26121 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25231 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 26122 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
25232 ac_eof=`expr $ac_eof + 1` 26123 _ACEOF
25233 fi 26124 sed -n '
25234 26125 h
25235 cat >>$CONFIG_STATUS <<_ACEOF 26126 s/^/S["/; s/!.*/"]=/
25236 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 26127 p
25237 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 26128 g
25238 _ACEOF 26129 s/^[^!]*!//
25239 sed ' 26130 :repl
25240 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 26131 t repl
25241 s/^/s,@/; s/!/@,|#_!!_#|/ 26132 s/'"$ac_delim"'$//
25242 :n 26133 t delim
25243 t n 26134 :nl
25244 s/'"$ac_delim"'$/,g/; t 26135 h
25245 s/$/\\/; p 26136 s/\(.\{148\}\).*/\1/
25246 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 26137 t more1
25247 ' >>$CONFIG_STATUS <conf$$subs.sed 26138 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
25248 rm -f conf$$subs.sed 26139 p
25249 cat >>$CONFIG_STATUS <<_ACEOF 26140 n
25250 CEOF$ac_eof 26141 b repl
25251 _ACEOF 26142 :more1
25252 26143 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
25253 26144 p
25254 ac_delim='%!_!# ' 26145 g
25255 for ac_last_try in false false false false false :; do 26146 s/.\{148\}//
25256 cat >conf$$subs.sed <<_ACEOF 26147 t nl
25257 configuration!$configuration$ac_delim 26148 :delim
25258 canonical!$canonical$ac_delim 26149 h
25259 srcdir!$srcdir$ac_delim 26150 s/\(.\{148\}\).*/\1/
25260 lispdir!$lispdir$ac_delim 26151 t more2
25261 locallisppath!$locallisppath$ac_delim 26152 s/["\\]/\\&/g; s/^/"/; s/$/"/
25262 lisppath!$lisppath$ac_delim 26153 p
25263 x_default_search_path!$x_default_search_path$ac_delim 26154 b
25264 etcdir!$etcdir$ac_delim 26155 :more2
25265 archlibdir!$archlibdir$ac_delim 26156 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
25266 bitmapdir!$bitmapdir$ac_delim 26157 p
25267 gamedir!$gamedir$ac_delim 26158 g
25268 gameuser!$gameuser$ac_delim 26159 s/.\{148\}//
25269 c_switch_system!$c_switch_system$ac_delim 26160 t delim
25270 c_switch_machine!$c_switch_machine$ac_delim 26161 ' <conf$$subs.awk | sed '
25271 LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim 26162 /^[^""]/{
25272 LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim 26163 N
25273 C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim 26164 s/\n//
25274 X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim 26165 }
25275 machfile!$machfile$ac_delim 26166 ' >>$CONFIG_STATUS || ac_write_fail=1
25276 opsysfile!$opsysfile$ac_delim 26167 rm -f conf$$subs.awk
25277 ns_appdir!$ns_appdir$ac_delim 26168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25278 ns_appbindir!$ns_appbindir$ac_delim 26169 _ACAWK
25279 ns_appresdir!$ns_appresdir$ac_delim 26170 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
25280 ns_appsrc!$ns_appsrc$ac_delim 26171 for (key in S) S_is_set[key] = 1
25281 GNUSTEP_MAKEFILES!$GNUSTEP_MAKEFILES$ac_delim 26172 FS = ""
25282 GNUSTEP_SYSTEM_HEADERS!$GNUSTEP_SYSTEM_HEADERS$ac_delim 26173
25283 GNUSTEP_SYSTEM_LIBRARIES!$GNUSTEP_SYSTEM_LIBRARIES$ac_delim 26174 }
25284 GNU_OBJC_CFLAGS!$GNU_OBJC_CFLAGS$ac_delim 26175 {
25285 LIB_SRC_EXTRA_INSTALLABLES!$LIB_SRC_EXTRA_INSTALLABLES$ac_delim 26176 line = $ 0
25286 LTLIBOBJS!$LTLIBOBJS$ac_delim 26177 nfields = split(line, field, "@")
25287 _ACEOF 26178 substed = 0
25288 26179 len = length(field[1])
25289 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 30; then 26180 for (i = 2; i < nfields; i++) {
25290 break 26181 key = field[i]
25291 elif $ac_last_try; then 26182 keylen = length(key)
25292 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 26183 if (S_is_set[key]) {
25293 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 26184 value = S[key]
26185 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
26186 len += length(value) + length(field[++i])
26187 substed = 1
26188 } else
26189 len += 1 + keylen
26190 }
26191
26192 print line
26193 }
26194
26195 _ACAWK
26196 _ACEOF
26197 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26198 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
26199 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
26200 else
26201 cat
26202 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
26203 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
26204 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
25294 { (exit 1); exit 1; }; } 26205 { (exit 1); exit 1; }; }
25295 else 26206 _ACEOF
25296 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25297 fi
25298 done
25299
25300 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25301 if test -n "$ac_eof"; then
25302 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25303 ac_eof=`expr $ac_eof + 1`
25304 fi
25305
25306 cat >>$CONFIG_STATUS <<_ACEOF
25307 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
25308 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
25309 _ACEOF
25310 sed '
25311 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25312 s/^/s,@/; s/!/@,|#_!!_#|/
25313 :n
25314 t n
25315 s/'"$ac_delim"'$/,g/; t
25316 s/$/\\/; p
25317 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25318 ' >>$CONFIG_STATUS <conf$$subs.sed
25319 rm -f conf$$subs.sed
25320 cat >>$CONFIG_STATUS <<_ACEOF
25321 :end
25322 s/|#_!!_#|//g
25323 CEOF$ac_eof
25324 _ACEOF
25325
25326 26207
25327 # VPATH may cause trouble with some makes, so we remove $(srcdir), 26208 # VPATH may cause trouble with some makes, so we remove $(srcdir),
25328 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 26209 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
25329 # trailing colons and then remove the whole line if VPATH becomes empty 26210 # trailing colons and then remove the whole line if VPATH becomes empty
25330 # (actually we leave an empty line to preserve line numbers). 26211 # (actually we leave an empty line to preserve line numbers).
25337 s/:*$// 26218 s/:*$//
25338 s/^[^=]*=[ ]*$// 26219 s/^[^=]*=[ ]*$//
25339 }' 26220 }'
25340 fi 26221 fi
25341 26222
25342 cat >>$CONFIG_STATUS <<\_ACEOF 26223 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25343 fi # test -n "$CONFIG_FILES" 26224 fi # test -n "$CONFIG_FILES"
25344 26225
25345 26226 # Set up the scripts for CONFIG_HEADERS section.
25346 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 26227 # No need to generate them if there are no CONFIG_HEADERS.
26228 # This happens for instance with `./config.status Makefile'.
26229 if test -n "$CONFIG_HEADERS"; then
26230 cat >"$tmp/defines.awk" <<\_ACAWK ||
26231 BEGIN {
26232 _ACEOF
26233
26234 # Transform confdefs.h into an awk script `defines.awk', embedded as
26235 # here-document in config.status, that substitutes the proper values into
26236 # config.h.in to produce config.h.
26237
26238 # Create a delimiter string that does not exist in confdefs.h, to ease
26239 # handling of long lines.
26240 ac_delim='%!_!# '
26241 for ac_last_try in false false :; do
26242 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
26243 if test -z "$ac_t"; then
26244 break
26245 elif $ac_last_try; then
26246 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
26247 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
26248 { (exit 1); exit 1; }; }
26249 else
26250 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26251 fi
26252 done
26253
26254 # For the awk script, D is an array of macro values keyed by name,
26255 # likewise P contains macro parameters if any. Preserve backslash
26256 # newline sequences.
26257
26258 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
26259 sed -n '
26260 s/.\{148\}/&'"$ac_delim"'/g
26261 t rset
26262 :rset
26263 s/^[ ]*#[ ]*define[ ][ ]*/ /
26264 t def
26265 d
26266 :def
26267 s/\\$//
26268 t bsnl
26269 s/["\\]/\\&/g
26270 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
26271 D["\1"]=" \3"/p
26272 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
26273 d
26274 :bsnl
26275 s/["\\]/\\&/g
26276 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
26277 D["\1"]=" \3\\\\\\n"\\/p
26278 t cont
26279 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
26280 t cont
26281 d
26282 :cont
26283 n
26284 s/.\{148\}/&'"$ac_delim"'/g
26285 t clear
26286 :clear
26287 s/\\$//
26288 t bsnlc
26289 s/["\\]/\\&/g; s/^/"/; s/$/"/p
26290 d
26291 :bsnlc
26292 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
26293 b cont
26294 ' <confdefs.h | sed '
26295 s/'"$ac_delim"'/"\\\
26296 "/g' >>$CONFIG_STATUS || ac_write_fail=1
26297
26298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26299 for (key in D) D_is_set[key] = 1
26300 FS = ""
26301 }
26302 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
26303 line = \$ 0
26304 split(line, arg, " ")
26305 if (arg[1] == "#") {
26306 defundef = arg[2]
26307 mac1 = arg[3]
26308 } else {
26309 defundef = substr(arg[1], 2)
26310 mac1 = arg[2]
26311 }
26312 split(mac1, mac2, "(") #)
26313 macro = mac2[1]
26314 if (D_is_set[macro]) {
26315 # Preserve the white space surrounding the "#".
26316 prefix = substr(line, 1, index(line, defundef) - 1)
26317 print prefix "define", macro P[macro] D[macro]
26318 next
26319 } else {
26320 # Replace #undef with comments. This is necessary, for example,
26321 # in the case of _POSIX_SOURCE, which is predefined and required
26322 # on some systems where configure will not decide to define it.
26323 if (defundef == "undef") {
26324 print "/*", line, "*/"
26325 next
26326 }
26327 }
26328 }
26329 { print }
26330 _ACAWK
26331 _ACEOF
26332 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26333 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
26334 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
26335 { (exit 1); exit 1; }; }
26336 fi # test -n "$CONFIG_HEADERS"
26337
26338
26339 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
26340 shift
26341 for ac_tag
25347 do 26342 do
25348 case $ac_tag in 26343 case $ac_tag in
25349 :[FHLC]) ac_mode=$ac_tag; continue;; 26344 :[FHLC]) ac_mode=$ac_tag; continue;;
25350 esac 26345 esac
25351 case $ac_mode$ac_tag in 26346 case $ac_mode$ac_tag in
25352 :[FHL]*:*);; 26347 :[FHL]*:*);;
25353 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 26348 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
25354 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 26349 $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
25355 { (exit 1); exit 1; }; };; 26350 { (exit 1); exit 1; }; };;
25356 :[FH]-) ac_tag=-:-;; 26351 :[FH]-) ac_tag=-:-;;
25357 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 26352 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
25358 esac 26353 esac
25359 ac_save_IFS=$IFS 26354 ac_save_IFS=$IFS
25378 test -f "$ac_f" || 26373 test -f "$ac_f" ||
25379 case $ac_f in 26374 case $ac_f in
25380 [\\/$]*) false;; 26375 [\\/$]*) false;;
25381 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 26376 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
25382 esac || 26377 esac ||
25383 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 26378 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
25384 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 26379 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
25385 { (exit 1); exit 1; }; };; 26380 { (exit 1); exit 1; }; };;
25386 esac 26381 esac
25387 ac_file_inputs="$ac_file_inputs $ac_f" 26382 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
26383 ac_file_inputs="$ac_file_inputs '$ac_f'"
25388 done 26384 done
25389 26385
25390 # Let's still pretend it is `configure' which instantiates (i.e., don't 26386 # Let's still pretend it is `configure' which instantiates (i.e., don't
25391 # use $as_me), people would be surprised to read: 26387 # use $as_me), people would be surprised to read:
25392 # /* config.h. Generated by config.status. */ 26388 # /* config.h. Generated by config.status. */
25393 configure_input="Generated from "`IFS=: 26389 configure_input='Generated from '`
25394 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 26390 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
26391 `' by configure.'
25395 if test x"$ac_file" != x-; then 26392 if test x"$ac_file" != x-; then
25396 configure_input="$ac_file. $configure_input" 26393 configure_input="$ac_file. $configure_input"
25397 { echo "$as_me:$LINENO: creating $ac_file" >&5 26394 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
25398 echo "$as_me: creating $ac_file" >&6;} 26395 $as_echo "$as_me: creating $ac_file" >&6;}
25399 fi 26396 fi
26397 # Neutralize special characters interpreted by sed in replacement strings.
26398 case $configure_input in #(
26399 *\&* | *\|* | *\\* )
26400 ac_sed_conf_input=`$as_echo "$configure_input" |
26401 sed 's/[\\\\&|]/\\\\&/g'`;; #(
26402 *) ac_sed_conf_input=$configure_input;;
26403 esac
25400 26404
25401 case $ac_tag in 26405 case $ac_tag in
25402 *:-:* | *:-) cat >"$tmp/stdin";; 26406 *:-:* | *:-) cat >"$tmp/stdin" \
26407 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
26408 $as_echo "$as_me: error: could not create $ac_file" >&2;}
26409 { (exit 1); exit 1; }; } ;;
25403 esac 26410 esac
25404 ;; 26411 ;;
25405 esac 26412 esac
25406 26413
25407 ac_dir=`$as_dirname -- "$ac_file" || 26414 ac_dir=`$as_dirname -- "$ac_file" ||
25408 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 26415 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25409 X"$ac_file" : 'X\(//\)[^/]' \| \ 26416 X"$ac_file" : 'X\(//\)[^/]' \| \
25410 X"$ac_file" : 'X\(//\)$' \| \ 26417 X"$ac_file" : 'X\(//\)$' \| \
25411 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 26418 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25412 echo X"$ac_file" | 26419 $as_echo X"$ac_file" |
25413 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 26420 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25414 s//\1/ 26421 s//\1/
25415 q 26422 q
25416 } 26423 }
25417 /^X\(\/\/\)[^/].*/{ 26424 /^X\(\/\/\)[^/].*/{
25433 esac 26440 esac
25434 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 26441 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
25435 as_dirs= 26442 as_dirs=
25436 while :; do 26443 while :; do
25437 case $as_dir in #( 26444 case $as_dir in #(
25438 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 26445 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
25439 *) as_qdir=$as_dir;; 26446 *) as_qdir=$as_dir;;
25440 esac 26447 esac
25441 as_dirs="'$as_qdir' $as_dirs" 26448 as_dirs="'$as_qdir' $as_dirs"
25442 as_dir=`$as_dirname -- "$as_dir" || 26449 as_dir=`$as_dirname -- "$as_dir" ||
25443 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 26450 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25444 X"$as_dir" : 'X\(//\)[^/]' \| \ 26451 X"$as_dir" : 'X\(//\)[^/]' \| \
25445 X"$as_dir" : 'X\(//\)$' \| \ 26452 X"$as_dir" : 'X\(//\)$' \| \
25446 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 26453 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25447 echo X"$as_dir" | 26454 $as_echo X"$as_dir" |
25448 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 26455 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25449 s//\1/ 26456 s//\1/
25450 q 26457 q
25451 } 26458 }
25452 /^X\(\/\/\)[^/].*/{ 26459 /^X\(\/\/\)[^/].*/{
25463 } 26470 }
25464 s/.*/./; q'` 26471 s/.*/./; q'`
25465 test -d "$as_dir" && break 26472 test -d "$as_dir" && break
25466 done 26473 done
25467 test -z "$as_dirs" || eval "mkdir $as_dirs" 26474 test -z "$as_dirs" || eval "mkdir $as_dirs"
25468 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 26475 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25469 echo "$as_me: error: cannot create directory $as_dir" >&2;} 26476 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
25470 { (exit 1); exit 1; }; }; } 26477 { (exit 1); exit 1; }; }; }
25471 ac_builddir=. 26478 ac_builddir=.
25472 26479
25473 case "$ac_dir" in 26480 case "$ac_dir" in
25474 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 26481 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
25475 *) 26482 *)
25476 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 26483 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
25477 # A ".." for each directory in $ac_dir_suffix. 26484 # A ".." for each directory in $ac_dir_suffix.
25478 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 26485 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
25479 case $ac_top_builddir_sub in 26486 case $ac_top_builddir_sub in
25480 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 26487 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
25481 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 26488 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
25482 esac ;; 26489 esac ;;
25483 esac 26490 esac
25513 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 26520 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
25514 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 26521 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
25515 esac 26522 esac
25516 _ACEOF 26523 _ACEOF
25517 26524
25518 cat >>$CONFIG_STATUS <<\_ACEOF 26525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25519 # If the template does not know about datarootdir, expand it. 26526 # If the template does not know about datarootdir, expand it.
25520 # FIXME: This hack should be removed a few years after 2.60. 26527 # FIXME: This hack should be removed a few years after 2.60.
25521 ac_datarootdir_hack=; ac_datarootdir_seen= 26528 ac_datarootdir_hack=; ac_datarootdir_seen=
25522 26529
25523 case `sed -n '/datarootdir/ { 26530 ac_sed_dataroot='
26531 /datarootdir/ {
25524 p 26532 p
25525 q 26533 q
25526 } 26534 }
25527 /@datadir@/p 26535 /@datadir@/p
25528 /@docdir@/p 26536 /@docdir@/p
25529 /@infodir@/p 26537 /@infodir@/p
25530 /@localedir@/p 26538 /@localedir@/p
25531 /@mandir@/p 26539 /@mandir@/p
25532 ' $ac_file_inputs` in 26540 '
26541 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
25533 *datarootdir*) ac_datarootdir_seen=yes;; 26542 *datarootdir*) ac_datarootdir_seen=yes;;
25534 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 26543 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
25535 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 26544 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25536 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 26545 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25537 _ACEOF 26546 _ACEOF
25538 cat >>$CONFIG_STATUS <<_ACEOF 26547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25539 ac_datarootdir_hack=' 26548 ac_datarootdir_hack='
25540 s&@datadir@&$datadir&g 26549 s&@datadir@&$datadir&g
25541 s&@docdir@&$docdir&g 26550 s&@docdir@&$docdir&g
25542 s&@infodir@&$infodir&g 26551 s&@infodir@&$infodir&g
25543 s&@localedir@&$localedir&g 26552 s&@localedir@&$localedir&g
25547 _ACEOF 26556 _ACEOF
25548 26557
25549 # Neutralize VPATH when `$srcdir' = `.'. 26558 # Neutralize VPATH when `$srcdir' = `.'.
25550 # Shell code in configure.ac might set extrasub. 26559 # Shell code in configure.ac might set extrasub.
25551 # FIXME: do we really want to maintain this feature? 26560 # FIXME: do we really want to maintain this feature?
25552 cat >>$CONFIG_STATUS <<_ACEOF 26561 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25553 sed "$ac_vpsub 26562 ac_sed_extra="$ac_vpsub
25554 $extrasub 26563 $extrasub
25555 _ACEOF 26564 _ACEOF
25556 cat >>$CONFIG_STATUS <<\_ACEOF 26565 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25557 :t 26566 :t
25558 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 26567 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25559 s&@configure_input@&$configure_input&;t t 26568 s|@configure_input@|$ac_sed_conf_input|;t t
25560 s&@top_builddir@&$ac_top_builddir_sub&;t t 26569 s&@top_builddir@&$ac_top_builddir_sub&;t t
26570 s&@top_build_prefix@&$ac_top_build_prefix&;t t
25561 s&@srcdir@&$ac_srcdir&;t t 26571 s&@srcdir@&$ac_srcdir&;t t
25562 s&@abs_srcdir@&$ac_abs_srcdir&;t t 26572 s&@abs_srcdir@&$ac_abs_srcdir&;t t
25563 s&@top_srcdir@&$ac_top_srcdir&;t t 26573 s&@top_srcdir@&$ac_top_srcdir&;t t
25564 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 26574 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
25565 s&@builddir@&$ac_builddir&;t t 26575 s&@builddir@&$ac_builddir&;t t
25566 s&@abs_builddir@&$ac_abs_builddir&;t t 26576 s&@abs_builddir@&$ac_abs_builddir&;t t
25567 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 26577 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
25568 s&@INSTALL@&$ac_INSTALL&;t t 26578 s&@INSTALL@&$ac_INSTALL&;t t
25569 $ac_datarootdir_hack 26579 $ac_datarootdir_hack
25570 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 26580 "
26581 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
26582 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
26583 $as_echo "$as_me: error: could not create $ac_file" >&2;}
26584 { (exit 1); exit 1; }; }
25571 26585
25572 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 26586 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25573 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 26587 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25574 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 26588 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25575 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 26589 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25576 which seems to be undefined. Please make sure it is defined." >&5 26590 which seems to be undefined. Please make sure it is defined." >&5
25577 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 26591 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25578 which seems to be undefined. Please make sure it is defined." >&2;} 26592 which seems to be undefined. Please make sure it is defined." >&2;}
25579 26593
25580 rm -f "$tmp/stdin" 26594 rm -f "$tmp/stdin"
25581 case $ac_file in 26595 case $ac_file in
25582 -) cat "$tmp/out"; rm -f "$tmp/out";; 26596 -) cat "$tmp/out" && rm -f "$tmp/out";;
25583 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 26597 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
25584 esac 26598 esac \
26599 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
26600 $as_echo "$as_me: error: could not create $ac_file" >&2;}
26601 { (exit 1); exit 1; }; }
25585 ;; 26602 ;;
25586 :H) 26603 :H)
25587 # 26604 #
25588 # CONFIG_HEADER 26605 # CONFIG_HEADER
25589 # 26606 #
25590 _ACEOF
25591
25592 # Transform confdefs.h into a sed script `conftest.defines', that
25593 # substitutes the proper values into config.h.in to produce config.h.
25594 rm -f conftest.defines conftest.tail
25595 # First, append a space to every undef/define line, to ease matching.
25596 echo 's/$/ /' >conftest.defines
25597 # Then, protect against being on the right side of a sed subst, or in
25598 # an unquoted here document, in config.status. If some macros were
25599 # called several times there might be several #defines for the same
25600 # symbol, which is useless. But do not sort them, since the last
25601 # AC_DEFINE must be honored.
25602 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
25603 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25604 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25605 # PARAMS is the parameter list in the macro definition--in most cases, it's
25606 # just an empty string.
25607 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25608 ac_dB='\\)[ (].*,\\1define\\2'
25609 ac_dC=' '
25610 ac_dD=' ,'
25611
25612 uniq confdefs.h |
25613 sed -n '
25614 t rset
25615 :rset
25616 s/^[ ]*#[ ]*define[ ][ ]*//
25617 t ok
25618 d
25619 :ok
25620 s/[\\&,]/\\&/g
25621 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25622 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25623 ' >>conftest.defines
25624
25625 # Remove the space that was appended to ease matching.
25626 # Then replace #undef with comments. This is necessary, for
25627 # example, in the case of _POSIX_SOURCE, which is predefined and required
25628 # on some systems where configure will not decide to define it.
25629 # (The regexp can be short, since the line contains either #define or #undef.)
25630 echo 's/ $//
25631 s,^[ #]*u.*,/* & */,' >>conftest.defines
25632
25633 # Break up conftest.defines:
25634 ac_max_sed_lines=50
25635
25636 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25637 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25638 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25639 # et cetera.
25640 ac_in='$ac_file_inputs'
25641 ac_out='"$tmp/out1"'
25642 ac_nxt='"$tmp/out2"'
25643
25644 while :
25645 do
25646 # Write a here document:
25647 cat >>$CONFIG_STATUS <<_ACEOF
25648 # First, check the format of the line:
25649 cat >"\$tmp/defines.sed" <<\\CEOF
25650 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25651 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25652 b
25653 :def
25654 _ACEOF
25655 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
25656 echo 'CEOF
25657 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25658 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
25659 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
25660 grep . conftest.tail >/dev/null || break
25661 rm -f conftest.defines
25662 mv conftest.tail conftest.defines
25663 done
25664 rm -f conftest.defines conftest.tail
25665
25666 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25667 cat >>$CONFIG_STATUS <<\_ACEOF
25668 if test x"$ac_file" != x-; then 26607 if test x"$ac_file" != x-; then
25669 echo "/* $configure_input */" >"$tmp/config.h" 26608 {
25670 cat "$ac_result" >>"$tmp/config.h" 26609 $as_echo "/* $configure_input */" \
25671 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 26610 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
25672 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 26611 } >"$tmp/config.h" \
25673 echo "$as_me: $ac_file is unchanged" >&6;} 26612 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
26613 $as_echo "$as_me: error: could not create $ac_file" >&2;}
26614 { (exit 1); exit 1; }; }
26615 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
26616 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
26617 $as_echo "$as_me: $ac_file is unchanged" >&6;}
25674 else 26618 else
25675 rm -f $ac_file 26619 rm -f "$ac_file"
25676 mv "$tmp/config.h" $ac_file 26620 mv "$tmp/config.h" "$ac_file" \
26621 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
26622 $as_echo "$as_me: error: could not create $ac_file" >&2;}
26623 { (exit 1); exit 1; }; }
25677 fi 26624 fi
25678 else 26625 else
25679 echo "/* $configure_input */" 26626 $as_echo "/* $configure_input */" \
25680 cat "$ac_result" 26627 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
26628 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
26629 $as_echo "$as_me: error: could not create -" >&2;}
26630 { (exit 1); exit 1; }; }
25681 fi 26631 fi
25682 rm -f "$tmp/out12"
25683 ;; 26632 ;;
25684 26633
25685 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 26634 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
25686 echo "$as_me: executing $ac_file commands" >&6;} 26635 $as_echo "$as_me: executing $ac_file commands" >&6;}
25687 ;; 26636 ;;
25688 esac 26637 esac
25689 26638
25690 26639
25691 case $ac_file$ac_mode in 26640 case $ac_file$ac_mode in
25755 26704
25756 { (exit 0); exit 0; } 26705 { (exit 0); exit 0; }
25757 _ACEOF 26706 _ACEOF
25758 chmod +x $CONFIG_STATUS 26707 chmod +x $CONFIG_STATUS
25759 ac_clean_files=$ac_clean_files_save 26708 ac_clean_files=$ac_clean_files_save
26709
26710 test $ac_write_fail = 0 ||
26711 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
26712 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
26713 { (exit 1); exit 1; }; }
25760 26714
25761 26715
25762 # configure is writing to config.log, and then calls config.status. 26716 # configure is writing to config.log, and then calls config.status.
25763 # config.status does its own redirection, appending to config.log. 26717 # config.status does its own redirection, appending to config.log.
25764 # Unfortunately, on DOS this fails, as config.log is still kept open 26718 # Unfortunately, on DOS this fails, as config.log is still kept open
25777 exec 5>>config.log 26731 exec 5>>config.log
25778 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 26732 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25779 # would make configure fail if this is the last instruction. 26733 # would make configure fail if this is the last instruction.
25780 $ac_cs_success || { (exit 1); exit 1; } 26734 $ac_cs_success || { (exit 1); exit 1; }
25781 fi 26735 fi
25782 26736 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
25783 26737 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
26738 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
26739 fi
26740
26741