diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-24 22:46:54 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-24 22:46:54 +0000 |
commit | 59247ecde39f2d826a94ab07f6095ca1f6644e88 (patch) | |
tree | 5910d4a840352aafbf67e8a39fa63936e5529b26 /configure | |
parent | 07d905b406c4ab64ea2f10a22f4f8f0d595269f6 (diff) | |
parent | 964476f91b66c475d5b8fa1e8b28d39a97a1b56e (diff) |
* New upstream release.
* Update to GSSAPI patch from
http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12027 |
1 files changed, 6799 insertions, 5228 deletions
@@ -1,12 +1,12 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # From configure.ac Revision: 1.415 . | 2 | # From configure.ac Revision: 1.427 . |
3 | # Guess values for system-dependent variables and create Makefiles. | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | # Generated by GNU Autoconf 2.61 for OpenSSH Portable. | 4 | # Generated by GNU Autoconf 2.62 for OpenSSH Portable. |
5 | # | 5 | # |
6 | # Report bugs to <openssh-unix-dev@mindrot.org>. | 6 | # Report bugs to <openssh-unix-dev@mindrot.org>. |
7 | # | 7 | # |
8 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
9 | # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 9 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
10 | # This configure script is free software; the Free Software Foundation | 10 | # This configure script is free software; the Free Software Foundation |
11 | # gives unlimited permission to copy, distribute and modify it. | 11 | # gives unlimited permission to copy, distribute and modify it. |
12 | ## --------------------- ## | 12 | ## --------------------- ## |
@@ -18,7 +18,7 @@ DUALCASE=1; export DUALCASE # for MKS sh | |||
18 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 18 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
19 | emulate sh | 19 | emulate sh |
20 | NULLCMD=: | 20 | NULLCMD=: |
21 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | 21 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
22 | # is contrary to our usage. Disable this feature. | 22 | # is contrary to our usage. Disable this feature. |
23 | alias -g '${1+"$@"}'='"$@"' | 23 | alias -g '${1+"$@"}'='"$@"' |
24 | setopt NO_GLOB_SUBST | 24 | setopt NO_GLOB_SUBST |
@@ -40,17 +40,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |||
40 | as_cr_digits='0123456789' | 40 | as_cr_digits='0123456789' |
41 | as_cr_alnum=$as_cr_Letters$as_cr_digits | 41 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
42 | 42 | ||
43 | # The user is always right. | 43 | as_nl=' |
44 | if test "${PATH_SEPARATOR+set}" != set; then | 44 | ' |
45 | echo "#! /bin/sh" >conf$$.sh | 45 | export as_nl |
46 | echo "exit 0" >>conf$$.sh | 46 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
47 | chmod +x conf$$.sh | 47 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
48 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | 48 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
49 | PATH_SEPARATOR=';' | 49 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
50 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
51 | as_echo='printf %s\n' | ||
52 | as_echo_n='printf %s' | ||
53 | else | ||
54 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | ||
55 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | ||
56 | as_echo_n='/usr/ucb/echo -n' | ||
50 | else | 57 | else |
51 | PATH_SEPARATOR=: | 58 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
59 | as_echo_n_body='eval | ||
60 | arg=$1; | ||
61 | case $arg in | ||
62 | *"$as_nl"*) | ||
63 | expr "X$arg" : "X\\(.*\\)$as_nl"; | ||
64 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | ||
65 | esac; | ||
66 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | ||
67 | ' | ||
68 | export as_echo_n_body | ||
69 | as_echo_n='sh -c $as_echo_n_body as_echo' | ||
52 | fi | 70 | fi |
53 | rm -f conf$$.sh | 71 | export as_echo_body |
72 | as_echo='sh -c $as_echo_body as_echo' | ||
73 | fi | ||
74 | |||
75 | # The user is always right. | ||
76 | if test "${PATH_SEPARATOR+set}" != set; then | ||
77 | PATH_SEPARATOR=: | ||
78 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | ||
79 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | ||
80 | PATH_SEPARATOR=';' | ||
81 | } | ||
54 | fi | 82 | fi |
55 | 83 | ||
56 | # Support unset when possible. | 84 | # Support unset when possible. |
@@ -66,8 +94,6 @@ fi | |||
66 | # there to prevent editors from complaining about space-tab. | 94 | # there to prevent editors from complaining about space-tab. |
67 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 95 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
68 | # splitting by setting IFS to empty value.) | 96 | # splitting by setting IFS to empty value.) |
69 | as_nl=' | ||
70 | ' | ||
71 | IFS=" "" $as_nl" | 97 | IFS=" "" $as_nl" |
72 | 98 | ||
73 | # Find who we are. Look in the path if we contain no directory separator. | 99 | # Find who we are. Look in the path if we contain no directory separator. |
@@ -90,7 +116,7 @@ if test "x$as_myself" = x; then | |||
90 | as_myself=$0 | 116 | as_myself=$0 |
91 | fi | 117 | fi |
92 | if test ! -f "$as_myself"; then | 118 | if test ! -f "$as_myself"; then |
93 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | 119 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
94 | { (exit 1); exit 1; } | 120 | { (exit 1); exit 1; } |
95 | fi | 121 | fi |
96 | 122 | ||
@@ -103,17 +129,10 @@ PS2='> ' | |||
103 | PS4='+ ' | 129 | PS4='+ ' |
104 | 130 | ||
105 | # NLS nuisances. | 131 | # NLS nuisances. |
106 | for as_var in \ | 132 | LC_ALL=C |
107 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | 133 | export LC_ALL |
108 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | 134 | LANGUAGE=C |
109 | LC_TELEPHONE LC_TIME | 135 | export LANGUAGE |
110 | do | ||
111 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | ||
112 | eval $as_var=C; export $as_var | ||
113 | else | ||
114 | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | ||
115 | fi | ||
116 | done | ||
117 | 136 | ||
118 | # Required to use basename. | 137 | # Required to use basename. |
119 | if expr a : '\(a\)' >/dev/null 2>&1 && | 138 | if expr a : '\(a\)' >/dev/null 2>&1 && |
@@ -135,7 +154,7 @@ as_me=`$as_basename -- "$0" || | |||
135 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | 154 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
136 | X"$0" : 'X\(//\)$' \| \ | 155 | X"$0" : 'X\(//\)$' \| \ |
137 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | 156 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
138 | echo X/"$0" | | 157 | $as_echo X/"$0" | |
139 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | 158 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
140 | s//\1/ | 159 | s//\1/ |
141 | q | 160 | q |
@@ -161,7 +180,7 @@ else | |||
161 | as_have_required=no | 180 | as_have_required=no |
162 | fi | 181 | fi |
163 | 182 | ||
164 | if test $as_have_required = yes && (eval ": | 183 | if test $as_have_required = yes && (eval ": |
165 | (as_func_return () { | 184 | (as_func_return () { |
166 | (exit \$1) | 185 | (exit \$1) |
167 | } | 186 | } |
@@ -243,7 +262,7 @@ IFS=$as_save_IFS | |||
243 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 262 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
244 | emulate sh | 263 | emulate sh |
245 | NULLCMD=: | 264 | NULLCMD=: |
246 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | 265 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
247 | # is contrary to our usage. Disable this feature. | 266 | # is contrary to our usage. Disable this feature. |
248 | alias -g '${1+"$@"}'='"$@"' | 267 | alias -g '${1+"$@"}'='"$@"' |
249 | setopt NO_GLOB_SUBST | 268 | setopt NO_GLOB_SUBST |
@@ -264,7 +283,7 @@ _ASEOF | |||
264 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 283 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
265 | emulate sh | 284 | emulate sh |
266 | NULLCMD=: | 285 | NULLCMD=: |
267 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | 286 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
268 | # is contrary to our usage. Disable this feature. | 287 | # is contrary to our usage. Disable this feature. |
269 | alias -g '${1+"$@"}'='"$@"' | 288 | alias -g '${1+"$@"}'='"$@"' |
270 | setopt NO_GLOB_SUBST | 289 | setopt NO_GLOB_SUBST |
@@ -344,10 +363,10 @@ fi | |||
344 | 363 | ||
345 | if test "x$CONFIG_SHELL" != x; then | 364 | if test "x$CONFIG_SHELL" != x; then |
346 | for as_var in BASH_ENV ENV | 365 | for as_var in BASH_ENV ENV |
347 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | 366 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
348 | done | 367 | done |
349 | export CONFIG_SHELL | 368 | export CONFIG_SHELL |
350 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | 369 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
351 | fi | 370 | fi |
352 | 371 | ||
353 | 372 | ||
@@ -416,9 +435,10 @@ fi | |||
416 | 435 | ||
417 | test \$exitcode = 0") || { | 436 | test \$exitcode = 0") || { |
418 | echo No shell found that supports shell functions. | 437 | echo No shell found that supports shell functions. |
419 | echo Please tell autoconf@gnu.org about your system, | 438 | echo Please tell bug-autoconf@gnu.org about your system, |
420 | echo including any error possibly output before this | 439 | echo including any error possibly output before this message. |
421 | echo message | 440 | echo This can help us improve future autoconf versions. |
441 | echo Configuration will now proceed without shell functions. | ||
422 | } | 442 | } |
423 | 443 | ||
424 | 444 | ||
@@ -454,7 +474,7 @@ test \$exitcode = 0") || { | |||
454 | s/-\n.*// | 474 | s/-\n.*// |
455 | ' >$as_me.lineno && | 475 | ' >$as_me.lineno && |
456 | chmod +x "$as_me.lineno" || | 476 | chmod +x "$as_me.lineno" || |
457 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | 477 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
458 | { (exit 1); exit 1; }; } | 478 | { (exit 1); exit 1; }; } |
459 | 479 | ||
460 | # Don't try to exec as it changes $[0], causing all sort of problems | 480 | # Don't try to exec as it changes $[0], causing all sort of problems |
@@ -482,7 +502,6 @@ case `echo -n x` in | |||
482 | *) | 502 | *) |
483 | ECHO_N='-n';; | 503 | ECHO_N='-n';; |
484 | esac | 504 | esac |
485 | |||
486 | if expr a : '\(a\)' >/dev/null 2>&1 && | 505 | if expr a : '\(a\)' >/dev/null 2>&1 && |
487 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | 506 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
488 | as_expr=expr | 507 | as_expr=expr |
@@ -495,19 +514,22 @@ if test -d conf$$.dir; then | |||
495 | rm -f conf$$.dir/conf$$.file | 514 | rm -f conf$$.dir/conf$$.file |
496 | else | 515 | else |
497 | rm -f conf$$.dir | 516 | rm -f conf$$.dir |
498 | mkdir conf$$.dir | 517 | mkdir conf$$.dir 2>/dev/null |
499 | fi | 518 | fi |
500 | echo >conf$$.file | 519 | if (echo >conf$$.file) 2>/dev/null; then |
501 | if ln -s conf$$.file conf$$ 2>/dev/null; then | 520 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
502 | as_ln_s='ln -s' | 521 | as_ln_s='ln -s' |
503 | # ... but there are two gotchas: | 522 | # ... but there are two gotchas: |
504 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 523 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
505 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 524 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
506 | # In both cases, we have to default to `cp -p'. | 525 | # In both cases, we have to default to `cp -p'. |
507 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 526 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
527 | as_ln_s='cp -p' | ||
528 | elif ln conf$$.file conf$$ 2>/dev/null; then | ||
529 | as_ln_s=ln | ||
530 | else | ||
508 | as_ln_s='cp -p' | 531 | as_ln_s='cp -p' |
509 | elif ln conf$$.file conf$$ 2>/dev/null; then | 532 | fi |
510 | as_ln_s=ln | ||
511 | else | 533 | else |
512 | as_ln_s='cp -p' | 534 | as_ln_s='cp -p' |
513 | fi | 535 | fi |
@@ -532,10 +554,10 @@ else | |||
532 | as_test_x=' | 554 | as_test_x=' |
533 | eval sh -c '\'' | 555 | eval sh -c '\'' |
534 | if test -d "$1"; then | 556 | if test -d "$1"; then |
535 | test -d "$1/."; | 557 | test -d "$1/."; |
536 | else | 558 | else |
537 | case $1 in | 559 | case $1 in |
538 | -*)set "./$1";; | 560 | -*)set "./$1";; |
539 | esac; | 561 | esac; |
540 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | 562 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
541 | ???[sx]*):;;*)false;;esac;fi | 563 | ???[sx]*):;;*)false;;esac;fi |
@@ -714,6 +736,7 @@ PROG_IPCS | |||
714 | PROG_TAIL | 736 | PROG_TAIL |
715 | INSTALL_SSH_PRNG_CMDS | 737 | INSTALL_SSH_PRNG_CMDS |
716 | OPENSC_CONFIG | 738 | OPENSC_CONFIG |
739 | KRB5CONF | ||
717 | PRIVSEP_PATH | 740 | PRIVSEP_PATH |
718 | xauth_path | 741 | xauth_path |
719 | STRIP_OPT | 742 | STRIP_OPT |
@@ -727,6 +750,60 @@ TEST_SSH_IPV6 | |||
727 | LIBOBJS | 750 | LIBOBJS |
728 | LTLIBOBJS' | 751 | LTLIBOBJS' |
729 | ac_subst_files='' | 752 | ac_subst_files='' |
753 | ac_user_opts=' | ||
754 | enable_option_checking | ||
755 | enable_largefile | ||
756 | with_stackprotect | ||
757 | with_rpath | ||
758 | with_cflags | ||
759 | with_cppflags | ||
760 | with_ldflags | ||
761 | with_libs | ||
762 | with_Werror | ||
763 | with_solaris_contracts | ||
764 | with_osfsia | ||
765 | with_zlib | ||
766 | with_zlib_version_check | ||
767 | with_skey | ||
768 | with_tcp_wrappers | ||
769 | with_libedit | ||
770 | with_audit | ||
771 | with_ssl_dir | ||
772 | with_openssl_header_check | ||
773 | with_ssl_engine | ||
774 | with_pam | ||
775 | with_rand_helper | ||
776 | with_prngd_port | ||
777 | with_prngd_socket | ||
778 | with_entropy_timeout | ||
779 | with_privsep_user | ||
780 | with_sectok | ||
781 | with_opensc | ||
782 | with_selinux | ||
783 | with_kerberos5 | ||
784 | with_privsep_path | ||
785 | with_xauth | ||
786 | enable_strip | ||
787 | with_mantype | ||
788 | with_md5_passwords | ||
789 | with_shadow | ||
790 | with_ipaddr_display | ||
791 | enable_etc_default_login | ||
792 | with_default_path | ||
793 | with_superuser_path | ||
794 | with_4in6 | ||
795 | with_bsd_auth | ||
796 | with_pid_dir | ||
797 | enable_lastlog | ||
798 | enable_utmp | ||
799 | enable_utmpx | ||
800 | enable_wtmp | ||
801 | enable_wtmpx | ||
802 | enable_libutil | ||
803 | enable_pututline | ||
804 | enable_pututxline | ||
805 | with_lastlog | ||
806 | ' | ||
730 | ac_precious_vars='build_alias | 807 | ac_precious_vars='build_alias |
731 | host_alias | 808 | host_alias |
732 | target_alias | 809 | target_alias |
@@ -741,6 +818,8 @@ CPP' | |||
741 | # Initialize some variables set by options. | 818 | # Initialize some variables set by options. |
742 | ac_init_help= | 819 | ac_init_help= |
743 | ac_init_version=false | 820 | ac_init_version=false |
821 | ac_unrecognized_opts= | ||
822 | ac_unrecognized_sep= | ||
744 | # The variables have the same names as the options, with | 823 | # The variables have the same names as the options, with |
745 | # dashes changed to underlines. | 824 | # dashes changed to underlines. |
746 | cache_file=/dev/null | 825 | cache_file=/dev/null |
@@ -839,13 +918,21 @@ do | |||
839 | datarootdir=$ac_optarg ;; | 918 | datarootdir=$ac_optarg ;; |
840 | 919 | ||
841 | -disable-* | --disable-*) | 920 | -disable-* | --disable-*) |
842 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 921 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
843 | # Reject names that are not valid shell variable names. | 922 | # Reject names that are not valid shell variable names. |
844 | expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && | 923 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
845 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | 924 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
846 | { (exit 1); exit 1; }; } | 925 | { (exit 1); exit 1; }; } |
847 | ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` | 926 | ac_useropt_orig=$ac_useropt |
848 | 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 ;; | ||
849 | 936 | ||
850 | -docdir | --docdir | --docdi | --doc | --do) | 937 | -docdir | --docdir | --docdi | --doc | --do) |
851 | ac_prev=docdir ;; | 938 | ac_prev=docdir ;; |
@@ -858,13 +945,21 @@ do | |||
858 | dvidir=$ac_optarg ;; | 945 | dvidir=$ac_optarg ;; |
859 | 946 | ||
860 | -enable-* | --enable-*) | 947 | -enable-* | --enable-*) |
861 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 948 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
862 | # Reject names that are not valid shell variable names. | 949 | # Reject names that are not valid shell variable names. |
863 | expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && | 950 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
864 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | 951 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
865 | { (exit 1); exit 1; }; } | 952 | { (exit 1); exit 1; }; } |
866 | ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` | 953 | ac_useropt_orig=$ac_useropt |
867 | 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 ;; | ||
868 | 963 | ||
869 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | 964 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
870 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | 965 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
@@ -1055,22 +1150,38 @@ do | |||
1055 | ac_init_version=: ;; | 1150 | ac_init_version=: ;; |
1056 | 1151 | ||
1057 | -with-* | --with-*) | 1152 | -with-* | --with-*) |
1058 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1153 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1059 | # Reject names that are not valid shell variable names. | 1154 | # Reject names that are not valid shell variable names. |
1060 | expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1155 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1061 | { echo "$as_me: error: invalid package name: $ac_package" >&2 | 1156 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
1062 | { (exit 1); exit 1; }; } | 1157 | { (exit 1); exit 1; }; } |
1063 | ac_package=`echo $ac_package | sed 's/[-.]/_/g'` | 1158 | ac_useropt_orig=$ac_useropt |
1064 | 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 ;; | ||
1065 | 1168 | ||
1066 | -without-* | --without-*) | 1169 | -without-* | --without-*) |
1067 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1170 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1068 | # Reject names that are not valid shell variable names. | 1171 | # Reject names that are not valid shell variable names. |
1069 | expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1172 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1070 | { echo "$as_me: error: invalid package name: $ac_package" >&2 | 1173 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
1071 | { (exit 1); exit 1; }; } | 1174 | { (exit 1); exit 1; }; } |
1072 | ac_package=`echo $ac_package | sed 's/[-.]/_/g'` | 1175 | ac_useropt_orig=$ac_useropt |
1073 | 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 ;; | ||
1074 | 1185 | ||
1075 | --x) | 1186 | --x) |
1076 | # Obsolete; use --with-x. | 1187 | # Obsolete; use --with-x. |
@@ -1090,7 +1201,7 @@ do | |||
1090 | | --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=*) |
1091 | x_libraries=$ac_optarg ;; | 1202 | x_libraries=$ac_optarg ;; |
1092 | 1203 | ||
1093 | -*) { echo "$as_me: error: unrecognized option: $ac_option | 1204 | -*) { $as_echo "$as_me: error: unrecognized option: $ac_option |
1094 | Try \`$0 --help' for more information." >&2 | 1205 | Try \`$0 --help' for more information." >&2 |
1095 | { (exit 1); exit 1; }; } | 1206 | { (exit 1); exit 1; }; } |
1096 | ;; | 1207 | ;; |
@@ -1099,16 +1210,16 @@ Try \`$0 --help' for more information." >&2 | |||
1099 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 1210 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
1100 | # Reject names that are not valid shell variable names. | 1211 | # Reject names that are not valid shell variable names. |
1101 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | 1212 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
1102 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | 1213 | { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
1103 | { (exit 1); exit 1; }; } | 1214 | { (exit 1); exit 1; }; } |
1104 | eval $ac_envvar=\$ac_optarg | 1215 | eval $ac_envvar=\$ac_optarg |
1105 | export $ac_envvar ;; | 1216 | export $ac_envvar ;; |
1106 | 1217 | ||
1107 | *) | 1218 | *) |
1108 | # FIXME: should be removed in autoconf 3.0. | 1219 | # FIXME: should be removed in autoconf 3.0. |
1109 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1220 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1110 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1221 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1111 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1222 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1112 | : ${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} |
1113 | ;; | 1224 | ;; |
1114 | 1225 | ||
@@ -1117,22 +1228,38 @@ done | |||
1117 | 1228 | ||
1118 | if test -n "$ac_prev"; then | 1229 | if test -n "$ac_prev"; then |
1119 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1230 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1120 | { echo "$as_me: error: missing argument to $ac_option" >&2 | 1231 | { $as_echo "$as_me: error: missing argument to $ac_option" >&2 |
1121 | { (exit 1); exit 1; }; } | 1232 | { (exit 1); exit 1; }; } |
1122 | fi | 1233 | fi |
1123 | 1234 | ||
1124 | # 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. | ||
1125 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | 1245 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1126 | datadir sysconfdir sharedstatedir localstatedir includedir \ | 1246 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1127 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | 1247 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1128 | libdir localedir mandir | 1248 | libdir localedir mandir |
1129 | do | 1249 | do |
1130 | 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. | ||
1131 | case $ac_val in | 1258 | case $ac_val in |
1132 | [\\/$]* | ?:[\\/]* ) continue;; | 1259 | [\\/$]* | ?:[\\/]* ) continue;; |
1133 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1260 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1134 | esac | 1261 | esac |
1135 | { 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 |
1136 | { (exit 1); exit 1; }; } | 1263 | { (exit 1); exit 1; }; } |
1137 | done | 1264 | done |
1138 | 1265 | ||
@@ -1147,7 +1274,7 @@ target=$target_alias | |||
1147 | if test "x$host_alias" != x; then | 1274 | if test "x$host_alias" != x; then |
1148 | if test "x$build_alias" = x; then | 1275 | if test "x$build_alias" = x; then |
1149 | cross_compiling=maybe | 1276 | cross_compiling=maybe |
1150 | 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. |
1151 | 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 |
1152 | elif test "x$build_alias" != "x$host_alias"; then | 1279 | elif test "x$build_alias" != "x$host_alias"; then |
1153 | cross_compiling=yes | 1280 | cross_compiling=yes |
@@ -1163,10 +1290,10 @@ test "$silent" = yes && exec 6>/dev/null | |||
1163 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1290 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1164 | ac_ls_di=`ls -di .` && | 1291 | ac_ls_di=`ls -di .` && |
1165 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1292 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1166 | { echo "$as_me: error: Working directory cannot be determined" >&2 | 1293 | { $as_echo "$as_me: error: Working directory cannot be determined" >&2 |
1167 | { (exit 1); exit 1; }; } | 1294 | { (exit 1); exit 1; }; } |
1168 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1295 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1169 | { 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 |
1170 | { (exit 1); exit 1; }; } | 1297 | { (exit 1); exit 1; }; } |
1171 | 1298 | ||
1172 | 1299 | ||
@@ -1174,12 +1301,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |||
1174 | if test -z "$srcdir"; then | 1301 | if test -z "$srcdir"; then |
1175 | ac_srcdir_defaulted=yes | 1302 | ac_srcdir_defaulted=yes |
1176 | # Try the directory containing this script, then the parent directory. | 1303 | # Try the directory containing this script, then the parent directory. |
1177 | ac_confdir=`$as_dirname -- "$0" || | 1304 | ac_confdir=`$as_dirname -- "$as_myself" || |
1178 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 1305 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1179 | X"$0" : 'X\(//\)[^/]' \| \ | 1306 | X"$as_myself" : 'X\(//\)[^/]' \| \ |
1180 | X"$0" : 'X\(//\)$' \| \ | 1307 | X"$as_myself" : 'X\(//\)$' \| \ |
1181 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | 1308 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
1182 | echo X"$0" | | 1309 | $as_echo X"$as_myself" | |
1183 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 1310 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1184 | s//\1/ | 1311 | s//\1/ |
1185 | q | 1312 | q |
@@ -1206,12 +1333,12 @@ else | |||
1206 | fi | 1333 | fi |
1207 | if test ! -r "$srcdir/$ac_unique_file"; then | 1334 | if test ! -r "$srcdir/$ac_unique_file"; then |
1208 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1335 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1209 | { 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 |
1210 | { (exit 1); exit 1; }; } | 1337 | { (exit 1); exit 1; }; } |
1211 | fi | 1338 | fi |
1212 | 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" |
1213 | ac_abs_confdir=`( | 1340 | ac_abs_confdir=`( |
1214 | 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 |
1215 | { (exit 1); exit 1; }; } | 1342 | { (exit 1); exit 1; }; } |
1216 | pwd)` | 1343 | pwd)` |
1217 | # When building in place, set srcdir=. | 1344 | # When building in place, set srcdir=. |
@@ -1260,9 +1387,9 @@ Configuration: | |||
1260 | 1387 | ||
1261 | Installation directories: | 1388 | Installation directories: |
1262 | --prefix=PREFIX install architecture-independent files in PREFIX | 1389 | --prefix=PREFIX install architecture-independent files in PREFIX |
1263 | [$ac_default_prefix] | 1390 | [$ac_default_prefix] |
1264 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | 1391 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
1265 | [PREFIX] | 1392 | [PREFIX] |
1266 | 1393 | ||
1267 | By default, \`make install' will install all the files in | 1394 | By default, \`make install' will install all the files in |
1268 | \`$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 |
@@ -1272,25 +1399,25 @@ for instance \`--prefix=\$HOME'. | |||
1272 | For better control, use the options below. | 1399 | For better control, use the options below. |
1273 | 1400 | ||
1274 | Fine tuning of the installation directories: | 1401 | Fine tuning of the installation directories: |
1275 | --bindir=DIR user executables [EPREFIX/bin] | 1402 | --bindir=DIR user executables [EPREFIX/bin] |
1276 | --sbindir=DIR system admin executables [EPREFIX/sbin] | 1403 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
1277 | --libexecdir=DIR program executables [EPREFIX/libexec] | 1404 | --libexecdir=DIR program executables [EPREFIX/libexec] |
1278 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | 1405 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1279 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | 1406 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1280 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | 1407 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
1281 | --libdir=DIR object code libraries [EPREFIX/lib] | 1408 | --libdir=DIR object code libraries [EPREFIX/lib] |
1282 | --includedir=DIR C header files [PREFIX/include] | 1409 | --includedir=DIR C header files [PREFIX/include] |
1283 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | 1410 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
1284 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | 1411 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
1285 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | 1412 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
1286 | --infodir=DIR info documentation [DATAROOTDIR/info] | 1413 | --infodir=DIR info documentation [DATAROOTDIR/info] |
1287 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | 1414 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1288 | --mandir=DIR man documentation [DATAROOTDIR/man] | 1415 | --mandir=DIR man documentation [DATAROOTDIR/man] |
1289 | --docdir=DIR documentation root [DATAROOTDIR/doc/openssh] | 1416 | --docdir=DIR documentation root [DATAROOTDIR/doc/openssh] |
1290 | --htmldir=DIR html documentation [DOCDIR] | 1417 | --htmldir=DIR html documentation [DOCDIR] |
1291 | --dvidir=DIR dvi documentation [DOCDIR] | 1418 | --dvidir=DIR dvi documentation [DOCDIR] |
1292 | --pdfdir=DIR pdf documentation [DOCDIR] | 1419 | --pdfdir=DIR pdf documentation [DOCDIR] |
1293 | --psdir=DIR ps documentation [DOCDIR] | 1420 | --psdir=DIR ps documentation [DOCDIR] |
1294 | _ACEOF | 1421 | _ACEOF |
1295 | 1422 | ||
1296 | cat <<\_ACEOF | 1423 | cat <<\_ACEOF |
@@ -1308,6 +1435,7 @@ if test -n "$ac_init_help"; then | |||
1308 | cat <<\_ACEOF | 1435 | cat <<\_ACEOF |
1309 | 1436 | ||
1310 | Optional Features: | 1437 | Optional Features: |
1438 | --disable-option-checking ignore unrecognized --enable/--with options | ||
1311 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 1439 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1312 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 1440 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1313 | --disable-largefile omit support for large files | 1441 | --disable-largefile omit support for large files |
@@ -1387,15 +1515,17 @@ fi | |||
1387 | if test "$ac_init_help" = "recursive"; then | 1515 | if test "$ac_init_help" = "recursive"; then |
1388 | # If there are subdirs, report their specific --help. | 1516 | # If there are subdirs, report their specific --help. |
1389 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | 1517 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
1390 | test -d "$ac_dir" || continue | 1518 | test -d "$ac_dir" || |
1519 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | ||
1520 | continue | ||
1391 | ac_builddir=. | 1521 | ac_builddir=. |
1392 | 1522 | ||
1393 | case "$ac_dir" in | 1523 | case "$ac_dir" in |
1394 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | 1524 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1395 | *) | 1525 | *) |
1396 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | 1526 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
1397 | # A ".." for each directory in $ac_dir_suffix. | 1527 | # A ".." for each directory in $ac_dir_suffix. |
1398 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` | 1528 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
1399 | case $ac_top_builddir_sub in | 1529 | case $ac_top_builddir_sub in |
1400 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | 1530 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1401 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | 1531 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
@@ -1431,7 +1561,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |||
1431 | echo && | 1561 | echo && |
1432 | $SHELL "$ac_srcdir/configure" --help=recursive | 1562 | $SHELL "$ac_srcdir/configure" --help=recursive |
1433 | else | 1563 | else |
1434 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | 1564 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1435 | fi || ac_status=$? | 1565 | fi || ac_status=$? |
1436 | cd "$ac_pwd" || { ac_status=$?; break; } | 1566 | cd "$ac_pwd" || { ac_status=$?; break; } |
1437 | done | 1567 | done |
@@ -1441,10 +1571,10 @@ test -n "$ac_init_help" && exit $ac_status | |||
1441 | if $ac_init_version; then | 1571 | if $ac_init_version; then |
1442 | cat <<\_ACEOF | 1572 | cat <<\_ACEOF |
1443 | OpenSSH configure Portable | 1573 | OpenSSH configure Portable |
1444 | generated by GNU Autoconf 2.61 | 1574 | generated by GNU Autoconf 2.62 |
1445 | 1575 | ||
1446 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 1576 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
1447 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 1577 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
1448 | This configure script is free software; the Free Software Foundation | 1578 | This configure script is free software; the Free Software Foundation |
1449 | gives unlimited permission to copy, distribute and modify it. | 1579 | gives unlimited permission to copy, distribute and modify it. |
1450 | _ACEOF | 1580 | _ACEOF |
@@ -1455,7 +1585,7 @@ This file contains any messages produced by compilers while | |||
1455 | running configure, to aid debugging if configure makes a mistake. | 1585 | running configure, to aid debugging if configure makes a mistake. |
1456 | 1586 | ||
1457 | It was created by OpenSSH $as_me Portable, which was | 1587 | It was created by OpenSSH $as_me Portable, which was |
1458 | generated by GNU Autoconf 2.61. Invocation command line was | 1588 | generated by GNU Autoconf 2.62. Invocation command line was |
1459 | 1589 | ||
1460 | $ $0 $@ | 1590 | $ $0 $@ |
1461 | 1591 | ||
@@ -1491,7 +1621,7 @@ for as_dir in $PATH | |||
1491 | do | 1621 | do |
1492 | IFS=$as_save_IFS | 1622 | IFS=$as_save_IFS |
1493 | test -z "$as_dir" && as_dir=. | 1623 | test -z "$as_dir" && as_dir=. |
1494 | echo "PATH: $as_dir" | 1624 | $as_echo "PATH: $as_dir" |
1495 | done | 1625 | done |
1496 | IFS=$as_save_IFS | 1626 | IFS=$as_save_IFS |
1497 | 1627 | ||
@@ -1526,7 +1656,7 @@ do | |||
1526 | | -silent | --silent | --silen | --sile | --sil) | 1656 | | -silent | --silent | --silen | --sile | --sil) |
1527 | continue ;; | 1657 | continue ;; |
1528 | *\'*) | 1658 | *\'*) |
1529 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | 1659 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
1530 | esac | 1660 | esac |
1531 | case $ac_pass in | 1661 | case $ac_pass in |
1532 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | 1662 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
@@ -1578,11 +1708,12 @@ _ASBOX | |||
1578 | case $ac_val in #( | 1708 | case $ac_val in #( |
1579 | *${as_nl}*) | 1709 | *${as_nl}*) |
1580 | case $ac_var in #( | 1710 | case $ac_var in #( |
1581 | *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | 1711 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
1582 | echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | 1712 | $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
1583 | esac | 1713 | esac |
1584 | case $ac_var in #( | 1714 | case $ac_var in #( |
1585 | _ | IFS | as_nl) ;; #( | 1715 | _ | IFS | as_nl) ;; #( |
1716 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | ||
1586 | *) $as_unset $ac_var ;; | 1717 | *) $as_unset $ac_var ;; |
1587 | esac ;; | 1718 | esac ;; |
1588 | esac | 1719 | esac |
@@ -1612,9 +1743,9 @@ _ASBOX | |||
1612 | do | 1743 | do |
1613 | eval ac_val=\$$ac_var | 1744 | eval ac_val=\$$ac_var |
1614 | case $ac_val in | 1745 | case $ac_val in |
1615 | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | 1746 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1616 | esac | 1747 | esac |
1617 | echo "$ac_var='\''$ac_val'\''" | 1748 | $as_echo "$ac_var='\''$ac_val'\''" |
1618 | done | sort | 1749 | done | sort |
1619 | echo | 1750 | echo |
1620 | 1751 | ||
@@ -1629,9 +1760,9 @@ _ASBOX | |||
1629 | do | 1760 | do |
1630 | eval ac_val=\$$ac_var | 1761 | eval ac_val=\$$ac_var |
1631 | case $ac_val in | 1762 | case $ac_val in |
1632 | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | 1763 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1633 | esac | 1764 | esac |
1634 | echo "$ac_var='\''$ac_val'\''" | 1765 | $as_echo "$ac_var='\''$ac_val'\''" |
1635 | done | sort | 1766 | done | sort |
1636 | echo | 1767 | echo |
1637 | fi | 1768 | fi |
@@ -1647,8 +1778,8 @@ _ASBOX | |||
1647 | echo | 1778 | echo |
1648 | fi | 1779 | fi |
1649 | test "$ac_signal" != 0 && | 1780 | test "$ac_signal" != 0 && |
1650 | echo "$as_me: caught signal $ac_signal" | 1781 | $as_echo "$as_me: caught signal $ac_signal" |
1651 | echo "$as_me: exit $exit_status" | 1782 | $as_echo "$as_me: exit $exit_status" |
1652 | } >&5 | 1783 | } >&5 |
1653 | rm -f core *.core core.conftest.* && | 1784 | rm -f core *.core core.conftest.* && |
1654 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | 1785 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
@@ -1690,21 +1821,24 @@ _ACEOF | |||
1690 | 1821 | ||
1691 | 1822 | ||
1692 | # Let the site file select an alternate cache file if it wants to. | 1823 | # Let the site file select an alternate cache file if it wants to. |
1693 | # Prefer explicitly selected file to automatically selected ones. | 1824 | # Prefer an explicitly selected file to automatically selected ones. |
1825 | ac_site_file1=NONE | ||
1826 | ac_site_file2=NONE | ||
1694 | if test -n "$CONFIG_SITE"; then | 1827 | if test -n "$CONFIG_SITE"; then |
1695 | set x "$CONFIG_SITE" | 1828 | ac_site_file1=$CONFIG_SITE |
1696 | elif test "x$prefix" != xNONE; then | 1829 | elif test "x$prefix" != xNONE; then |
1697 | set x "$prefix/share/config.site" "$prefix/etc/config.site" | 1830 | ac_site_file1=$prefix/share/config.site |
1831 | ac_site_file2=$prefix/etc/config.site | ||
1698 | else | 1832 | else |
1699 | set x "$ac_default_prefix/share/config.site" \ | 1833 | ac_site_file1=$ac_default_prefix/share/config.site |
1700 | "$ac_default_prefix/etc/config.site" | 1834 | ac_site_file2=$ac_default_prefix/etc/config.site |
1701 | fi | 1835 | fi |
1702 | shift | 1836 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
1703 | for ac_site_file | ||
1704 | do | 1837 | do |
1838 | test "x$ac_site_file" = xNONE && continue | ||
1705 | if test -r "$ac_site_file"; then | 1839 | if test -r "$ac_site_file"; then |
1706 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | 1840 | { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
1707 | echo "$as_me: loading site script $ac_site_file" >&6;} | 1841 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
1708 | sed 's/^/| /' "$ac_site_file" >&5 | 1842 | sed 's/^/| /' "$ac_site_file" >&5 |
1709 | . "$ac_site_file" | 1843 | . "$ac_site_file" |
1710 | fi | 1844 | fi |
@@ -1714,16 +1848,16 @@ if test -r "$cache_file"; then | |||
1714 | # Some versions of bash will fail to source /dev/null (special | 1848 | # Some versions of bash will fail to source /dev/null (special |
1715 | # files actually), so we avoid doing that. | 1849 | # files actually), so we avoid doing that. |
1716 | if test -f "$cache_file"; then | 1850 | if test -f "$cache_file"; then |
1717 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 | 1851 | { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
1718 | echo "$as_me: loading cache $cache_file" >&6;} | 1852 | $as_echo "$as_me: loading cache $cache_file" >&6;} |
1719 | case $cache_file in | 1853 | case $cache_file in |
1720 | [\\/]* | ?:[\\/]* ) . "$cache_file";; | 1854 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
1721 | *) . "./$cache_file";; | 1855 | *) . "./$cache_file";; |
1722 | esac | 1856 | esac |
1723 | fi | 1857 | fi |
1724 | else | 1858 | else |
1725 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 | 1859 | { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
1726 | echo "$as_me: creating cache $cache_file" >&6;} | 1860 | $as_echo "$as_me: creating cache $cache_file" >&6;} |
1727 | >$cache_file | 1861 | >$cache_file |
1728 | fi | 1862 | fi |
1729 | 1863 | ||
@@ -1737,29 +1871,38 @@ for ac_var in $ac_precious_vars; do | |||
1737 | eval ac_new_val=\$ac_env_${ac_var}_value | 1871 | eval ac_new_val=\$ac_env_${ac_var}_value |
1738 | case $ac_old_set,$ac_new_set in | 1872 | case $ac_old_set,$ac_new_set in |
1739 | set,) | 1873 | set,) |
1740 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | 1874 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
1741 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | 1875 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
1742 | ac_cache_corrupted=: ;; | 1876 | ac_cache_corrupted=: ;; |
1743 | ,set) | 1877 | ,set) |
1744 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | 1878 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
1745 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | 1879 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
1746 | ac_cache_corrupted=: ;; | 1880 | ac_cache_corrupted=: ;; |
1747 | ,);; | 1881 | ,);; |
1748 | *) | 1882 | *) |
1749 | if test "x$ac_old_val" != "x$ac_new_val"; then | 1883 | if test "x$ac_old_val" != "x$ac_new_val"; then |
1750 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 | 1884 | # differences in whitespace do not lead to failure. |
1751 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | 1885 | ac_old_val_w=`echo x $ac_old_val` |
1752 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 | 1886 | ac_new_val_w=`echo x $ac_new_val` |
1753 | echo "$as_me: former value: $ac_old_val" >&2;} | 1887 | if test "$ac_old_val_w" != "$ac_new_val_w"; then |
1754 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 | 1888 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
1755 | echo "$as_me: current value: $ac_new_val" >&2;} | 1889 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
1756 | ac_cache_corrupted=: | 1890 | ac_cache_corrupted=: |
1891 | else | ||
1892 | { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | ||
1893 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | ||
1894 | eval $ac_var=\$ac_old_val | ||
1895 | fi | ||
1896 | { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 | ||
1897 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | ||
1898 | { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 | ||
1899 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | ||
1757 | fi;; | 1900 | fi;; |
1758 | esac | 1901 | esac |
1759 | # Pass precious variables to config.status. | 1902 | # Pass precious variables to config.status. |
1760 | if test "$ac_new_set" = set; then | 1903 | if test "$ac_new_set" = set; then |
1761 | case $ac_new_val in | 1904 | case $ac_new_val in |
1762 | *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | 1905 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
1763 | *) ac_arg=$ac_var=$ac_new_val ;; | 1906 | *) ac_arg=$ac_var=$ac_new_val ;; |
1764 | esac | 1907 | esac |
1765 | case " $ac_configure_args " in | 1908 | case " $ac_configure_args " in |
@@ -1769,10 +1912,10 @@ echo "$as_me: current value: $ac_new_val" >&2;} | |||
1769 | fi | 1912 | fi |
1770 | done | 1913 | done |
1771 | if $ac_cache_corrupted; then | 1914 | if $ac_cache_corrupted; then |
1772 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | 1915 | { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
1773 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 1916 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
1774 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | 1917 | { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
1775 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | 1918 | $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
1776 | { (exit 1); exit 1; }; } | 1919 | { (exit 1); exit 1; }; } |
1777 | fi | 1920 | fi |
1778 | 1921 | ||
@@ -1820,10 +1963,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
1820 | if test -n "$ac_tool_prefix"; then | 1963 | if test -n "$ac_tool_prefix"; then |
1821 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | 1964 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
1822 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 1965 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
1823 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 1966 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
1824 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 1967 | $as_echo_n "checking for $ac_word... " >&6; } |
1825 | if test "${ac_cv_prog_CC+set}" = set; then | 1968 | if test "${ac_cv_prog_CC+set}" = set; then |
1826 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 1969 | $as_echo_n "(cached) " >&6 |
1827 | else | 1970 | else |
1828 | if test -n "$CC"; then | 1971 | if test -n "$CC"; then |
1829 | ac_cv_prog_CC="$CC" # Let the user override the test. | 1972 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -1836,7 +1979,7 @@ do | |||
1836 | for ac_exec_ext in '' $ac_executable_extensions; do | 1979 | for ac_exec_ext in '' $ac_executable_extensions; do |
1837 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 1980 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
1838 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | 1981 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
1839 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 1982 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1840 | break 2 | 1983 | break 2 |
1841 | fi | 1984 | fi |
1842 | done | 1985 | done |
@@ -1847,11 +1990,11 @@ fi | |||
1847 | fi | 1990 | fi |
1848 | CC=$ac_cv_prog_CC | 1991 | CC=$ac_cv_prog_CC |
1849 | if test -n "$CC"; then | 1992 | if test -n "$CC"; then |
1850 | { echo "$as_me:$LINENO: result: $CC" >&5 | 1993 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
1851 | echo "${ECHO_T}$CC" >&6; } | 1994 | $as_echo "$CC" >&6; } |
1852 | else | 1995 | else |
1853 | { echo "$as_me:$LINENO: result: no" >&5 | 1996 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
1854 | echo "${ECHO_T}no" >&6; } | 1997 | $as_echo "no" >&6; } |
1855 | fi | 1998 | fi |
1856 | 1999 | ||
1857 | 2000 | ||
@@ -1860,10 +2003,10 @@ if test -z "$ac_cv_prog_CC"; then | |||
1860 | ac_ct_CC=$CC | 2003 | ac_ct_CC=$CC |
1861 | # Extract the first word of "gcc", so it can be a program name with args. | 2004 | # Extract the first word of "gcc", so it can be a program name with args. |
1862 | set dummy gcc; ac_word=$2 | 2005 | set dummy gcc; ac_word=$2 |
1863 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2006 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
1864 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 2007 | $as_echo_n "checking for $ac_word... " >&6; } |
1865 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | 2008 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
1866 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2009 | $as_echo_n "(cached) " >&6 |
1867 | else | 2010 | else |
1868 | if test -n "$ac_ct_CC"; then | 2011 | if test -n "$ac_ct_CC"; then |
1869 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2012 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
@@ -1876,7 +2019,7 @@ do | |||
1876 | for ac_exec_ext in '' $ac_executable_extensions; do | 2019 | for ac_exec_ext in '' $ac_executable_extensions; do |
1877 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2020 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
1878 | ac_cv_prog_ac_ct_CC="gcc" | 2021 | ac_cv_prog_ac_ct_CC="gcc" |
1879 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2022 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1880 | break 2 | 2023 | break 2 |
1881 | fi | 2024 | fi |
1882 | done | 2025 | done |
@@ -1887,11 +2030,11 @@ fi | |||
1887 | fi | 2030 | fi |
1888 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | 2031 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
1889 | if test -n "$ac_ct_CC"; then | 2032 | if test -n "$ac_ct_CC"; then |
1890 | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | 2033 | { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
1891 | echo "${ECHO_T}$ac_ct_CC" >&6; } | 2034 | $as_echo "$ac_ct_CC" >&6; } |
1892 | else | 2035 | else |
1893 | { echo "$as_me:$LINENO: result: no" >&5 | 2036 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
1894 | echo "${ECHO_T}no" >&6; } | 2037 | $as_echo "no" >&6; } |
1895 | fi | 2038 | fi |
1896 | 2039 | ||
1897 | if test "x$ac_ct_CC" = x; then | 2040 | if test "x$ac_ct_CC" = x; then |
@@ -1899,10 +2042,10 @@ fi | |||
1899 | else | 2042 | else |
1900 | case $cross_compiling:$ac_tool_warned in | 2043 | case $cross_compiling:$ac_tool_warned in |
1901 | yes:) | 2044 | yes:) |
1902 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | 2045 | { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
1903 | whose name does not start with the host triplet. If you think this | 2046 | whose name does not start with the host triplet. If you think this |
1904 | configuration is useful to you, please write to autoconf@gnu.org." >&5 | 2047 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
1905 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | 2048 | $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
1906 | whose name does not start with the host triplet. If you think this | 2049 | whose name does not start with the host triplet. If you think this |
1907 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | 2050 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
1908 | ac_tool_warned=yes ;; | 2051 | ac_tool_warned=yes ;; |
@@ -1917,10 +2060,10 @@ if test -z "$CC"; then | |||
1917 | if test -n "$ac_tool_prefix"; then | 2060 | if test -n "$ac_tool_prefix"; then |
1918 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | 2061 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
1919 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 2062 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
1920 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2063 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
1921 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 2064 | $as_echo_n "checking for $ac_word... " >&6; } |
1922 | if test "${ac_cv_prog_CC+set}" = set; then | 2065 | if test "${ac_cv_prog_CC+set}" = set; then |
1923 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2066 | $as_echo_n "(cached) " >&6 |
1924 | else | 2067 | else |
1925 | if test -n "$CC"; then | 2068 | if test -n "$CC"; then |
1926 | ac_cv_prog_CC="$CC" # Let the user override the test. | 2069 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -1933,7 +2076,7 @@ do | |||
1933 | for ac_exec_ext in '' $ac_executable_extensions; do | 2076 | for ac_exec_ext in '' $ac_executable_extensions; do |
1934 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2077 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
1935 | ac_cv_prog_CC="${ac_tool_prefix}cc" | 2078 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
1936 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2079 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1937 | break 2 | 2080 | break 2 |
1938 | fi | 2081 | fi |
1939 | done | 2082 | done |
@@ -1944,11 +2087,11 @@ fi | |||
1944 | fi | 2087 | fi |
1945 | CC=$ac_cv_prog_CC | 2088 | CC=$ac_cv_prog_CC |
1946 | if test -n "$CC"; then | 2089 | if test -n "$CC"; then |
1947 | { echo "$as_me:$LINENO: result: $CC" >&5 | 2090 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
1948 | echo "${ECHO_T}$CC" >&6; } | 2091 | $as_echo "$CC" >&6; } |
1949 | else | 2092 | else |
1950 | { echo "$as_me:$LINENO: result: no" >&5 | 2093 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
1951 | echo "${ECHO_T}no" >&6; } | 2094 | $as_echo "no" >&6; } |
1952 | fi | 2095 | fi |
1953 | 2096 | ||
1954 | 2097 | ||
@@ -1957,10 +2100,10 @@ fi | |||
1957 | if test -z "$CC"; then | 2100 | if test -z "$CC"; then |
1958 | # Extract the first word of "cc", so it can be a program name with args. | 2101 | # Extract the first word of "cc", so it can be a program name with args. |
1959 | set dummy cc; ac_word=$2 | 2102 | set dummy cc; ac_word=$2 |
1960 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2103 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
1961 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 2104 | $as_echo_n "checking for $ac_word... " >&6; } |
1962 | if test "${ac_cv_prog_CC+set}" = set; then | 2105 | if test "${ac_cv_prog_CC+set}" = set; then |
1963 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2106 | $as_echo_n "(cached) " >&6 |
1964 | else | 2107 | else |
1965 | if test -n "$CC"; then | 2108 | if test -n "$CC"; then |
1966 | ac_cv_prog_CC="$CC" # Let the user override the test. | 2109 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -1978,7 +2121,7 @@ do | |||
1978 | continue | 2121 | continue |
1979 | fi | 2122 | fi |
1980 | ac_cv_prog_CC="cc" | 2123 | ac_cv_prog_CC="cc" |
1981 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2124 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1982 | break 2 | 2125 | break 2 |
1983 | fi | 2126 | fi |
1984 | done | 2127 | done |
@@ -2001,11 +2144,11 @@ fi | |||
2001 | fi | 2144 | fi |
2002 | CC=$ac_cv_prog_CC | 2145 | CC=$ac_cv_prog_CC |
2003 | if test -n "$CC"; then | 2146 | if test -n "$CC"; then |
2004 | { echo "$as_me:$LINENO: result: $CC" >&5 | 2147 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
2005 | echo "${ECHO_T}$CC" >&6; } | 2148 | $as_echo "$CC" >&6; } |
2006 | else | 2149 | else |
2007 | { echo "$as_me:$LINENO: result: no" >&5 | 2150 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
2008 | echo "${ECHO_T}no" >&6; } | 2151 | $as_echo "no" >&6; } |
2009 | fi | 2152 | fi |
2010 | 2153 | ||
2011 | 2154 | ||
@@ -2016,10 +2159,10 @@ if test -z "$CC"; then | |||
2016 | do | 2159 | do |
2017 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 2160 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2018 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 2161 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2019 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2162 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2020 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 2163 | $as_echo_n "checking for $ac_word... " >&6; } |
2021 | if test "${ac_cv_prog_CC+set}" = set; then | 2164 | if test "${ac_cv_prog_CC+set}" = set; then |
2022 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2165 | $as_echo_n "(cached) " >&6 |
2023 | else | 2166 | else |
2024 | if test -n "$CC"; then | 2167 | if test -n "$CC"; then |
2025 | ac_cv_prog_CC="$CC" # Let the user override the test. | 2168 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -2032,7 +2175,7 @@ do | |||
2032 | for ac_exec_ext in '' $ac_executable_extensions; do | 2175 | for ac_exec_ext in '' $ac_executable_extensions; do |
2033 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2176 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2034 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | 2177 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
2035 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2178 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2036 | break 2 | 2179 | break 2 |
2037 | fi | 2180 | fi |
2038 | done | 2181 | done |
@@ -2043,11 +2186,11 @@ fi | |||
2043 | fi | 2186 | fi |
2044 | CC=$ac_cv_prog_CC | 2187 | CC=$ac_cv_prog_CC |
2045 | if test -n "$CC"; then | 2188 | if test -n "$CC"; then |
2046 | { echo "$as_me:$LINENO: result: $CC" >&5 | 2189 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 |
2047 | echo "${ECHO_T}$CC" >&6; } | 2190 | $as_echo "$CC" >&6; } |
2048 | else | 2191 | else |
2049 | { echo "$as_me:$LINENO: result: no" >&5 | 2192 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
2050 | echo "${ECHO_T}no" >&6; } | 2193 | $as_echo "no" >&6; } |
2051 | fi | 2194 | fi |
2052 | 2195 | ||
2053 | 2196 | ||
@@ -2060,10 +2203,10 @@ if test -z "$CC"; then | |||
2060 | do | 2203 | do |
2061 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 2204 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
2062 | set dummy $ac_prog; ac_word=$2 | 2205 | set dummy $ac_prog; ac_word=$2 |
2063 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2206 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2064 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 2207 | $as_echo_n "checking for $ac_word... " >&6; } |
2065 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | 2208 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2066 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2209 | $as_echo_n "(cached) " >&6 |
2067 | else | 2210 | else |
2068 | if test -n "$ac_ct_CC"; then | 2211 | if test -n "$ac_ct_CC"; then |
2069 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2212 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
@@ -2076,7 +2219,7 @@ do | |||
2076 | for ac_exec_ext in '' $ac_executable_extensions; do | 2219 | for ac_exec_ext in '' $ac_executable_extensions; do |
2077 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2220 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2078 | ac_cv_prog_ac_ct_CC="$ac_prog" | 2221 | ac_cv_prog_ac_ct_CC="$ac_prog" |
2079 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2222 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2080 | break 2 | 2223 | break 2 |
2081 | fi | 2224 | fi |
2082 | done | 2225 | done |
@@ -2087,11 +2230,11 @@ fi | |||
2087 | fi | 2230 | fi |
2088 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | 2231 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
2089 | if test -n "$ac_ct_CC"; then | 2232 | if test -n "$ac_ct_CC"; then |
2090 | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | 2233 | { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2091 | echo "${ECHO_T}$ac_ct_CC" >&6; } | 2234 | $as_echo "$ac_ct_CC" >&6; } |
2092 | else | 2235 | else |
2093 | { echo "$as_me:$LINENO: result: no" >&5 | 2236 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
2094 | echo "${ECHO_T}no" >&6; } | 2237 | $as_echo "no" >&6; } |
2095 | fi | 2238 | fi |
2096 | 2239 | ||
2097 | 2240 | ||
@@ -2103,10 +2246,10 @@ done | |||
2103 | else | 2246 | else |
2104 | case $cross_compiling:$ac_tool_warned in | 2247 | case $cross_compiling:$ac_tool_warned in |
2105 | yes:) | 2248 | yes:) |
2106 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | 2249 | { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
2107 | whose name does not start with the host triplet. If you think this | 2250 | whose name does not start with the host triplet. If you think this |
2108 | configuration is useful to you, please write to autoconf@gnu.org." >&5 | 2251 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
2109 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | 2252 | $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
2110 | whose name does not start with the host triplet. If you think this | 2253 | whose name does not start with the host triplet. If you think this |
2111 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | 2254 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
2112 | ac_tool_warned=yes ;; | 2255 | ac_tool_warned=yes ;; |
@@ -2118,44 +2261,48 @@ fi | |||
2118 | fi | 2261 | fi |
2119 | 2262 | ||
2120 | 2263 | ||
2121 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | 2264 | test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
2122 | See \`config.log' for more details." >&5 | 2265 | See \`config.log' for more details." >&5 |
2123 | echo "$as_me: error: no acceptable C compiler found in \$PATH | 2266 | $as_echo "$as_me: error: no acceptable C compiler found in \$PATH |
2124 | See \`config.log' for more details." >&2;} | 2267 | See \`config.log' for more details." >&2;} |
2125 | { (exit 1); exit 1; }; } | 2268 | { (exit 1); exit 1; }; } |
2126 | 2269 | ||
2127 | # Provide some information about the compiler. | 2270 | # Provide some information about the compiler. |
2128 | echo "$as_me:$LINENO: checking for C compiler version" >&5 | 2271 | $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 |
2129 | ac_compiler=`set X $ac_compile; echo $2` | 2272 | set X $ac_compile |
2273 | ac_compiler=$2 | ||
2130 | { (ac_try="$ac_compiler --version >&5" | 2274 | { (ac_try="$ac_compiler --version >&5" |
2131 | case "(($ac_try" in | 2275 | case "(($ac_try" in |
2132 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2133 | *) ac_try_echo=$ac_try;; | 2277 | *) ac_try_echo=$ac_try;; |
2134 | esac | 2278 | esac |
2135 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2279 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2280 | $as_echo "$ac_try_echo") >&5 | ||
2136 | (eval "$ac_compiler --version >&5") 2>&5 | 2281 | (eval "$ac_compiler --version >&5") 2>&5 |
2137 | ac_status=$? | 2282 | ac_status=$? |
2138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2283 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2139 | (exit $ac_status); } | 2284 | (exit $ac_status); } |
2140 | { (ac_try="$ac_compiler -v >&5" | 2285 | { (ac_try="$ac_compiler -v >&5" |
2141 | case "(($ac_try" in | 2286 | case "(($ac_try" in |
2142 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2287 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2143 | *) ac_try_echo=$ac_try;; | 2288 | *) ac_try_echo=$ac_try;; |
2144 | esac | 2289 | esac |
2145 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2290 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2291 | $as_echo "$ac_try_echo") >&5 | ||
2146 | (eval "$ac_compiler -v >&5") 2>&5 | 2292 | (eval "$ac_compiler -v >&5") 2>&5 |
2147 | ac_status=$? | 2293 | ac_status=$? |
2148 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2294 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2149 | (exit $ac_status); } | 2295 | (exit $ac_status); } |
2150 | { (ac_try="$ac_compiler -V >&5" | 2296 | { (ac_try="$ac_compiler -V >&5" |
2151 | case "(($ac_try" in | 2297 | case "(($ac_try" in |
2152 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2298 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2153 | *) ac_try_echo=$ac_try;; | 2299 | *) ac_try_echo=$ac_try;; |
2154 | esac | 2300 | esac |
2155 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2301 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2302 | $as_echo "$ac_try_echo") >&5 | ||
2156 | (eval "$ac_compiler -V >&5") 2>&5 | 2303 | (eval "$ac_compiler -V >&5") 2>&5 |
2157 | ac_status=$? | 2304 | ac_status=$? |
2158 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2305 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2159 | (exit $ac_status); } | 2306 | (exit $ac_status); } |
2160 | 2307 | ||
2161 | cat >conftest.$ac_ext <<_ACEOF | 2308 | cat >conftest.$ac_ext <<_ACEOF |
@@ -2174,27 +2321,22 @@ main () | |||
2174 | } | 2321 | } |
2175 | _ACEOF | 2322 | _ACEOF |
2176 | ac_clean_files_save=$ac_clean_files | 2323 | ac_clean_files_save=$ac_clean_files |
2177 | ac_clean_files="$ac_clean_files a.out a.exe b.out" | 2324 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
2178 | # Try to create an executable without -o first, disregard a.out. | 2325 | # Try to create an executable without -o first, disregard a.out. |
2179 | # It will help us diagnose broken compilers, and finding out an intuition | 2326 | # It will help us diagnose broken compilers, and finding out an intuition |
2180 | # of exeext. | 2327 | # of exeext. |
2181 | { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 | 2328 | { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
2182 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } | 2329 | $as_echo_n "checking for C compiler default output file name... " >&6; } |
2183 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 2330 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
2184 | # | 2331 | |
2185 | # List of possible output files, starting from the most likely. | 2332 | # The possible output files: |
2186 | # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) | 2333 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
2187 | # only as a last resort. b.out is created by i960 compilers. | 2334 | |
2188 | ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' | ||
2189 | # | ||
2190 | # The IRIX 6 linker writes into existing files which may not be | ||
2191 | # executable, retaining their permissions. Remove them first so a | ||
2192 | # subsequent execution test works. | ||
2193 | ac_rmfiles= | 2335 | ac_rmfiles= |
2194 | for ac_file in $ac_files | 2336 | for ac_file in $ac_files |
2195 | do | 2337 | do |
2196 | case $ac_file in | 2338 | case $ac_file in |
2197 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; | 2339 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
2198 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | 2340 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
2199 | esac | 2341 | esac |
2200 | done | 2342 | done |
@@ -2205,10 +2347,11 @@ case "(($ac_try" in | |||
2205 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2347 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2206 | *) ac_try_echo=$ac_try;; | 2348 | *) ac_try_echo=$ac_try;; |
2207 | esac | 2349 | esac |
2208 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2350 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2351 | $as_echo "$ac_try_echo") >&5 | ||
2209 | (eval "$ac_link_default") 2>&5 | 2352 | (eval "$ac_link_default") 2>&5 |
2210 | ac_status=$? | 2353 | ac_status=$? |
2211 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2354 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2212 | (exit $ac_status); }; then | 2355 | (exit $ac_status); }; then |
2213 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | 2356 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
2214 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | 2357 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
@@ -2219,7 +2362,7 @@ for ac_file in $ac_files '' | |||
2219 | do | 2362 | do |
2220 | test -f "$ac_file" || continue | 2363 | test -f "$ac_file" || continue |
2221 | case $ac_file in | 2364 | case $ac_file in |
2222 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) | 2365 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
2223 | ;; | 2366 | ;; |
2224 | [ab].out ) | 2367 | [ab].out ) |
2225 | # We found the default executable, but exeext='' is most | 2368 | # We found the default executable, but exeext='' is most |
@@ -2246,15 +2389,15 @@ else | |||
2246 | ac_file='' | 2389 | ac_file='' |
2247 | fi | 2390 | fi |
2248 | 2391 | ||
2249 | { echo "$as_me:$LINENO: result: $ac_file" >&5 | 2392 | { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 |
2250 | echo "${ECHO_T}$ac_file" >&6; } | 2393 | $as_echo "$ac_file" >&6; } |
2251 | if test -z "$ac_file"; then | 2394 | if test -z "$ac_file"; then |
2252 | echo "$as_me: failed program was:" >&5 | 2395 | $as_echo "$as_me: failed program was:" >&5 |
2253 | sed 's/^/| /' conftest.$ac_ext >&5 | 2396 | sed 's/^/| /' conftest.$ac_ext >&5 |
2254 | 2397 | ||
2255 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables | 2398 | { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables |
2256 | See \`config.log' for more details." >&5 | 2399 | See \`config.log' for more details." >&5 |
2257 | echo "$as_me: error: C compiler cannot create executables | 2400 | $as_echo "$as_me: error: C compiler cannot create executables |
2258 | See \`config.log' for more details." >&2;} | 2401 | See \`config.log' for more details." >&2;} |
2259 | { (exit 77); exit 77; }; } | 2402 | { (exit 77); exit 77; }; } |
2260 | fi | 2403 | fi |
@@ -2263,8 +2406,8 @@ ac_exeext=$ac_cv_exeext | |||
2263 | 2406 | ||
2264 | # Check that the compiler produces executables we can run. If not, either | 2407 | # Check that the compiler produces executables we can run. If not, either |
2265 | # the compiler is broken, or we cross compile. | 2408 | # the compiler is broken, or we cross compile. |
2266 | { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | 2409 | { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
2267 | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } | 2410 | $as_echo_n "checking whether the C compiler works... " >&6; } |
2268 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | 2411 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
2269 | # If not cross compiling, check that we can run a simple program. | 2412 | # If not cross compiling, check that we can run a simple program. |
2270 | if test "$cross_compiling" != yes; then | 2413 | if test "$cross_compiling" != yes; then |
@@ -2273,49 +2416,51 @@ if test "$cross_compiling" != yes; then | |||
2273 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2416 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2274 | *) ac_try_echo=$ac_try;; | 2417 | *) ac_try_echo=$ac_try;; |
2275 | esac | 2418 | esac |
2276 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2419 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2420 | $as_echo "$ac_try_echo") >&5 | ||
2277 | (eval "$ac_try") 2>&5 | 2421 | (eval "$ac_try") 2>&5 |
2278 | ac_status=$? | 2422 | ac_status=$? |
2279 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2423 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2280 | (exit $ac_status); }; }; then | 2424 | (exit $ac_status); }; }; then |
2281 | cross_compiling=no | 2425 | cross_compiling=no |
2282 | else | 2426 | else |
2283 | if test "$cross_compiling" = maybe; then | 2427 | if test "$cross_compiling" = maybe; then |
2284 | cross_compiling=yes | 2428 | cross_compiling=yes |
2285 | else | 2429 | else |
2286 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | 2430 | { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. |
2287 | If you meant to cross compile, use \`--host'. | 2431 | If you meant to cross compile, use \`--host'. |
2288 | See \`config.log' for more details." >&5 | 2432 | See \`config.log' for more details." >&5 |
2289 | echo "$as_me: error: cannot run C compiled programs. | 2433 | $as_echo "$as_me: error: cannot run C compiled programs. |
2290 | If you meant to cross compile, use \`--host'. | 2434 | If you meant to cross compile, use \`--host'. |
2291 | See \`config.log' for more details." >&2;} | 2435 | See \`config.log' for more details." >&2;} |
2292 | { (exit 1); exit 1; }; } | 2436 | { (exit 1); exit 1; }; } |
2293 | fi | 2437 | fi |
2294 | fi | 2438 | fi |
2295 | fi | 2439 | fi |
2296 | { echo "$as_me:$LINENO: result: yes" >&5 | 2440 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
2297 | echo "${ECHO_T}yes" >&6; } | 2441 | $as_echo "yes" >&6; } |
2298 | 2442 | ||
2299 | rm -f a.out a.exe conftest$ac_cv_exeext b.out | 2443 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
2300 | ac_clean_files=$ac_clean_files_save | 2444 | ac_clean_files=$ac_clean_files_save |
2301 | # Check that the compiler produces executables we can run. If not, either | 2445 | # Check that the compiler produces executables we can run. If not, either |
2302 | # the compiler is broken, or we cross compile. | 2446 | # the compiler is broken, or we cross compile. |
2303 | { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | 2447 | { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
2304 | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } | 2448 | $as_echo_n "checking whether we are cross compiling... " >&6; } |
2305 | { echo "$as_me:$LINENO: result: $cross_compiling" >&5 | 2449 | { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
2306 | echo "${ECHO_T}$cross_compiling" >&6; } | 2450 | $as_echo "$cross_compiling" >&6; } |
2307 | 2451 | ||
2308 | { echo "$as_me:$LINENO: checking for suffix of executables" >&5 | 2452 | { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
2309 | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } | 2453 | $as_echo_n "checking for suffix of executables... " >&6; } |
2310 | if { (ac_try="$ac_link" | 2454 | if { (ac_try="$ac_link" |
2311 | case "(($ac_try" in | 2455 | case "(($ac_try" in |
2312 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2456 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2313 | *) ac_try_echo=$ac_try;; | 2457 | *) ac_try_echo=$ac_try;; |
2314 | esac | 2458 | esac |
2315 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2459 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2460 | $as_echo "$ac_try_echo") >&5 | ||
2316 | (eval "$ac_link") 2>&5 | 2461 | (eval "$ac_link") 2>&5 |
2317 | ac_status=$? | 2462 | ac_status=$? |
2318 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2463 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2319 | (exit $ac_status); }; then | 2464 | (exit $ac_status); }; then |
2320 | # If both `conftest.exe' and `conftest' are `present' (well, observable) | 2465 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
2321 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | 2466 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
@@ -2324,31 +2469,31 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
2324 | for ac_file in conftest.exe conftest conftest.*; do | 2469 | for ac_file in conftest.exe conftest conftest.*; do |
2325 | test -f "$ac_file" || continue | 2470 | test -f "$ac_file" || continue |
2326 | case $ac_file in | 2471 | case $ac_file in |
2327 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; | 2472 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
2328 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | 2473 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
2329 | break;; | 2474 | break;; |
2330 | * ) break;; | 2475 | * ) break;; |
2331 | esac | 2476 | esac |
2332 | done | 2477 | done |
2333 | else | 2478 | else |
2334 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link | 2479 | { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
2335 | See \`config.log' for more details." >&5 | 2480 | See \`config.log' for more details." >&5 |
2336 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | 2481 | $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
2337 | See \`config.log' for more details." >&2;} | 2482 | See \`config.log' for more details." >&2;} |
2338 | { (exit 1); exit 1; }; } | 2483 | { (exit 1); exit 1; }; } |
2339 | fi | 2484 | fi |
2340 | 2485 | ||
2341 | rm -f conftest$ac_cv_exeext | 2486 | rm -f conftest$ac_cv_exeext |
2342 | { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | 2487 | { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
2343 | echo "${ECHO_T}$ac_cv_exeext" >&6; } | 2488 | $as_echo "$ac_cv_exeext" >&6; } |
2344 | 2489 | ||
2345 | rm -f conftest.$ac_ext | 2490 | rm -f conftest.$ac_ext |
2346 | EXEEXT=$ac_cv_exeext | 2491 | EXEEXT=$ac_cv_exeext |
2347 | ac_exeext=$EXEEXT | 2492 | ac_exeext=$EXEEXT |
2348 | { echo "$as_me:$LINENO: checking for suffix of object files" >&5 | 2493 | { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
2349 | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } | 2494 | $as_echo_n "checking for suffix of object files... " >&6; } |
2350 | if test "${ac_cv_objext+set}" = set; then | 2495 | if test "${ac_cv_objext+set}" = set; then |
2351 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2496 | $as_echo_n "(cached) " >&6 |
2352 | else | 2497 | else |
2353 | cat >conftest.$ac_ext <<_ACEOF | 2498 | cat >conftest.$ac_ext <<_ACEOF |
2354 | /* confdefs.h. */ | 2499 | /* confdefs.h. */ |
@@ -2371,40 +2516,41 @@ case "(($ac_try" in | |||
2371 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2372 | *) ac_try_echo=$ac_try;; | 2517 | *) ac_try_echo=$ac_try;; |
2373 | esac | 2518 | esac |
2374 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2519 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2520 | $as_echo "$ac_try_echo") >&5 | ||
2375 | (eval "$ac_compile") 2>&5 | 2521 | (eval "$ac_compile") 2>&5 |
2376 | ac_status=$? | 2522 | ac_status=$? |
2377 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2523 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2378 | (exit $ac_status); }; then | 2524 | (exit $ac_status); }; then |
2379 | for ac_file in conftest.o conftest.obj conftest.*; do | 2525 | for ac_file in conftest.o conftest.obj conftest.*; do |
2380 | test -f "$ac_file" || continue; | 2526 | test -f "$ac_file" || continue; |
2381 | case $ac_file in | 2527 | case $ac_file in |
2382 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; | 2528 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
2383 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | 2529 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
2384 | break;; | 2530 | break;; |
2385 | esac | 2531 | esac |
2386 | done | 2532 | done |
2387 | else | 2533 | else |
2388 | echo "$as_me: failed program was:" >&5 | 2534 | $as_echo "$as_me: failed program was:" >&5 |
2389 | sed 's/^/| /' conftest.$ac_ext >&5 | 2535 | sed 's/^/| /' conftest.$ac_ext >&5 |
2390 | 2536 | ||
2391 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | 2537 | { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
2392 | See \`config.log' for more details." >&5 | 2538 | See \`config.log' for more details." >&5 |
2393 | echo "$as_me: error: cannot compute suffix of object files: cannot compile | 2539 | $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile |
2394 | See \`config.log' for more details." >&2;} | 2540 | See \`config.log' for more details." >&2;} |
2395 | { (exit 1); exit 1; }; } | 2541 | { (exit 1); exit 1; }; } |
2396 | fi | 2542 | fi |
2397 | 2543 | ||
2398 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2544 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
2399 | fi | 2545 | fi |
2400 | { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | 2546 | { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
2401 | echo "${ECHO_T}$ac_cv_objext" >&6; } | 2547 | $as_echo "$ac_cv_objext" >&6; } |
2402 | OBJEXT=$ac_cv_objext | 2548 | OBJEXT=$ac_cv_objext |
2403 | ac_objext=$OBJEXT | 2549 | ac_objext=$OBJEXT |
2404 | { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | 2550 | { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
2405 | echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } | 2551 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
2406 | if test "${ac_cv_c_compiler_gnu+set}" = set; then | 2552 | if test "${ac_cv_c_compiler_gnu+set}" = set; then |
2407 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2553 | $as_echo_n "(cached) " >&6 |
2408 | else | 2554 | else |
2409 | cat >conftest.$ac_ext <<_ACEOF | 2555 | cat >conftest.$ac_ext <<_ACEOF |
2410 | /* confdefs.h. */ | 2556 | /* confdefs.h. */ |
@@ -2430,20 +2576,21 @@ case "(($ac_try" in | |||
2430 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2576 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2431 | *) ac_try_echo=$ac_try;; | 2577 | *) ac_try_echo=$ac_try;; |
2432 | esac | 2578 | esac |
2433 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2579 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2580 | $as_echo "$ac_try_echo") >&5 | ||
2434 | (eval "$ac_compile") 2>conftest.er1 | 2581 | (eval "$ac_compile") 2>conftest.er1 |
2435 | ac_status=$? | 2582 | ac_status=$? |
2436 | grep -v '^ *+' conftest.er1 >conftest.err | 2583 | grep -v '^ *+' conftest.er1 >conftest.err |
2437 | rm -f conftest.er1 | 2584 | rm -f conftest.er1 |
2438 | cat conftest.err >&5 | 2585 | cat conftest.err >&5 |
2439 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2586 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2440 | (exit $ac_status); } && { | 2587 | (exit $ac_status); } && { |
2441 | test -z "$ac_c_werror_flag" || | 2588 | test -z "$ac_c_werror_flag" || |
2442 | test ! -s conftest.err | 2589 | test ! -s conftest.err |
2443 | } && test -s conftest.$ac_objext; then | 2590 | } && test -s conftest.$ac_objext; then |
2444 | ac_compiler_gnu=yes | 2591 | ac_compiler_gnu=yes |
2445 | else | 2592 | else |
2446 | echo "$as_me: failed program was:" >&5 | 2593 | $as_echo "$as_me: failed program was:" >&5 |
2447 | sed 's/^/| /' conftest.$ac_ext >&5 | 2594 | sed 's/^/| /' conftest.$ac_ext >&5 |
2448 | 2595 | ||
2449 | ac_compiler_gnu=no | 2596 | ac_compiler_gnu=no |
@@ -2453,15 +2600,19 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
2453 | ac_cv_c_compiler_gnu=$ac_compiler_gnu | 2600 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
2454 | 2601 | ||
2455 | fi | 2602 | fi |
2456 | { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | 2603 | { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
2457 | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } | 2604 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } |
2458 | GCC=`test $ac_compiler_gnu = yes && echo yes` | 2605 | if test $ac_compiler_gnu = yes; then |
2606 | GCC=yes | ||
2607 | else | ||
2608 | GCC= | ||
2609 | fi | ||
2459 | ac_test_CFLAGS=${CFLAGS+set} | 2610 | ac_test_CFLAGS=${CFLAGS+set} |
2460 | ac_save_CFLAGS=$CFLAGS | 2611 | ac_save_CFLAGS=$CFLAGS |
2461 | { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | 2612 | { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
2462 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } | 2613 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
2463 | if test "${ac_cv_prog_cc_g+set}" = set; then | 2614 | if test "${ac_cv_prog_cc_g+set}" = set; then |
2464 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2615 | $as_echo_n "(cached) " >&6 |
2465 | else | 2616 | else |
2466 | ac_save_c_werror_flag=$ac_c_werror_flag | 2617 | ac_save_c_werror_flag=$ac_c_werror_flag |
2467 | ac_c_werror_flag=yes | 2618 | ac_c_werror_flag=yes |
@@ -2488,20 +2639,21 @@ case "(($ac_try" in | |||
2488 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2639 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2489 | *) ac_try_echo=$ac_try;; | 2640 | *) ac_try_echo=$ac_try;; |
2490 | esac | 2641 | esac |
2491 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2642 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2643 | $as_echo "$ac_try_echo") >&5 | ||
2492 | (eval "$ac_compile") 2>conftest.er1 | 2644 | (eval "$ac_compile") 2>conftest.er1 |
2493 | ac_status=$? | 2645 | ac_status=$? |
2494 | grep -v '^ *+' conftest.er1 >conftest.err | 2646 | grep -v '^ *+' conftest.er1 >conftest.err |
2495 | rm -f conftest.er1 | 2647 | rm -f conftest.er1 |
2496 | cat conftest.err >&5 | 2648 | cat conftest.err >&5 |
2497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2649 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2498 | (exit $ac_status); } && { | 2650 | (exit $ac_status); } && { |
2499 | test -z "$ac_c_werror_flag" || | 2651 | test -z "$ac_c_werror_flag" || |
2500 | test ! -s conftest.err | 2652 | test ! -s conftest.err |
2501 | } && test -s conftest.$ac_objext; then | 2653 | } && test -s conftest.$ac_objext; then |
2502 | ac_cv_prog_cc_g=yes | 2654 | ac_cv_prog_cc_g=yes |
2503 | else | 2655 | else |
2504 | echo "$as_me: failed program was:" >&5 | 2656 | $as_echo "$as_me: failed program was:" >&5 |
2505 | sed 's/^/| /' conftest.$ac_ext >&5 | 2657 | sed 's/^/| /' conftest.$ac_ext >&5 |
2506 | 2658 | ||
2507 | CFLAGS="" | 2659 | CFLAGS="" |
@@ -2526,20 +2678,21 @@ case "(($ac_try" in | |||
2526 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2678 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2527 | *) ac_try_echo=$ac_try;; | 2679 | *) ac_try_echo=$ac_try;; |
2528 | esac | 2680 | esac |
2529 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2681 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2682 | $as_echo "$ac_try_echo") >&5 | ||
2530 | (eval "$ac_compile") 2>conftest.er1 | 2683 | (eval "$ac_compile") 2>conftest.er1 |
2531 | ac_status=$? | 2684 | ac_status=$? |
2532 | grep -v '^ *+' conftest.er1 >conftest.err | 2685 | grep -v '^ *+' conftest.er1 >conftest.err |
2533 | rm -f conftest.er1 | 2686 | rm -f conftest.er1 |
2534 | cat conftest.err >&5 | 2687 | cat conftest.err >&5 |
2535 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2688 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2536 | (exit $ac_status); } && { | 2689 | (exit $ac_status); } && { |
2537 | test -z "$ac_c_werror_flag" || | 2690 | test -z "$ac_c_werror_flag" || |
2538 | test ! -s conftest.err | 2691 | test ! -s conftest.err |
2539 | } && test -s conftest.$ac_objext; then | 2692 | } && test -s conftest.$ac_objext; then |
2540 | : | 2693 | : |
2541 | else | 2694 | else |
2542 | echo "$as_me: failed program was:" >&5 | 2695 | $as_echo "$as_me: failed program was:" >&5 |
2543 | sed 's/^/| /' conftest.$ac_ext >&5 | 2696 | sed 's/^/| /' conftest.$ac_ext >&5 |
2544 | 2697 | ||
2545 | ac_c_werror_flag=$ac_save_c_werror_flag | 2698 | ac_c_werror_flag=$ac_save_c_werror_flag |
@@ -2565,20 +2718,21 @@ case "(($ac_try" in | |||
2565 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2718 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2566 | *) ac_try_echo=$ac_try;; | 2719 | *) ac_try_echo=$ac_try;; |
2567 | esac | 2720 | esac |
2568 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2721 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2722 | $as_echo "$ac_try_echo") >&5 | ||
2569 | (eval "$ac_compile") 2>conftest.er1 | 2723 | (eval "$ac_compile") 2>conftest.er1 |
2570 | ac_status=$? | 2724 | ac_status=$? |
2571 | grep -v '^ *+' conftest.er1 >conftest.err | 2725 | grep -v '^ *+' conftest.er1 >conftest.err |
2572 | rm -f conftest.er1 | 2726 | rm -f conftest.er1 |
2573 | cat conftest.err >&5 | 2727 | cat conftest.err >&5 |
2574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2728 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2575 | (exit $ac_status); } && { | 2729 | (exit $ac_status); } && { |
2576 | test -z "$ac_c_werror_flag" || | 2730 | test -z "$ac_c_werror_flag" || |
2577 | test ! -s conftest.err | 2731 | test ! -s conftest.err |
2578 | } && test -s conftest.$ac_objext; then | 2732 | } && test -s conftest.$ac_objext; then |
2579 | ac_cv_prog_cc_g=yes | 2733 | ac_cv_prog_cc_g=yes |
2580 | else | 2734 | else |
2581 | echo "$as_me: failed program was:" >&5 | 2735 | $as_echo "$as_me: failed program was:" >&5 |
2582 | sed 's/^/| /' conftest.$ac_ext >&5 | 2736 | sed 's/^/| /' conftest.$ac_ext >&5 |
2583 | 2737 | ||
2584 | 2738 | ||
@@ -2593,8 +2747,8 @@ fi | |||
2593 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 2747 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2594 | ac_c_werror_flag=$ac_save_c_werror_flag | 2748 | ac_c_werror_flag=$ac_save_c_werror_flag |
2595 | fi | 2749 | fi |
2596 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | 2750 | { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
2597 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } | 2751 | $as_echo "$ac_cv_prog_cc_g" >&6; } |
2598 | if test "$ac_test_CFLAGS" = set; then | 2752 | if test "$ac_test_CFLAGS" = set; then |
2599 | CFLAGS=$ac_save_CFLAGS | 2753 | CFLAGS=$ac_save_CFLAGS |
2600 | elif test $ac_cv_prog_cc_g = yes; then | 2754 | elif test $ac_cv_prog_cc_g = yes; then |
@@ -2610,10 +2764,10 @@ else | |||
2610 | CFLAGS= | 2764 | CFLAGS= |
2611 | fi | 2765 | fi |
2612 | fi | 2766 | fi |
2613 | { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 | 2767 | { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
2614 | echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } | 2768 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
2615 | if test "${ac_cv_prog_cc_c89+set}" = set; then | 2769 | if test "${ac_cv_prog_cc_c89+set}" = set; then |
2616 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2770 | $as_echo_n "(cached) " >&6 |
2617 | else | 2771 | else |
2618 | ac_cv_prog_cc_c89=no | 2772 | ac_cv_prog_cc_c89=no |
2619 | ac_save_CC=$CC | 2773 | ac_save_CC=$CC |
@@ -2684,20 +2838,21 @@ case "(($ac_try" in | |||
2684 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2838 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2685 | *) ac_try_echo=$ac_try;; | 2839 | *) ac_try_echo=$ac_try;; |
2686 | esac | 2840 | esac |
2687 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 2841 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
2842 | $as_echo "$ac_try_echo") >&5 | ||
2688 | (eval "$ac_compile") 2>conftest.er1 | 2843 | (eval "$ac_compile") 2>conftest.er1 |
2689 | ac_status=$? | 2844 | ac_status=$? |
2690 | grep -v '^ *+' conftest.er1 >conftest.err | 2845 | grep -v '^ *+' conftest.er1 >conftest.err |
2691 | rm -f conftest.er1 | 2846 | rm -f conftest.er1 |
2692 | cat conftest.err >&5 | 2847 | cat conftest.err >&5 |
2693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2848 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2694 | (exit $ac_status); } && { | 2849 | (exit $ac_status); } && { |
2695 | test -z "$ac_c_werror_flag" || | 2850 | test -z "$ac_c_werror_flag" || |
2696 | test ! -s conftest.err | 2851 | test ! -s conftest.err |
2697 | } && test -s conftest.$ac_objext; then | 2852 | } && test -s conftest.$ac_objext; then |
2698 | ac_cv_prog_cc_c89=$ac_arg | 2853 | ac_cv_prog_cc_c89=$ac_arg |
2699 | else | 2854 | else |
2700 | echo "$as_me: failed program was:" >&5 | 2855 | $as_echo "$as_me: failed program was:" >&5 |
2701 | sed 's/^/| /' conftest.$ac_ext >&5 | 2856 | sed 's/^/| /' conftest.$ac_ext >&5 |
2702 | 2857 | ||
2703 | 2858 | ||
@@ -2713,15 +2868,15 @@ fi | |||
2713 | # AC_CACHE_VAL | 2868 | # AC_CACHE_VAL |
2714 | case "x$ac_cv_prog_cc_c89" in | 2869 | case "x$ac_cv_prog_cc_c89" in |
2715 | x) | 2870 | x) |
2716 | { echo "$as_me:$LINENO: result: none needed" >&5 | 2871 | { $as_echo "$as_me:$LINENO: result: none needed" >&5 |
2717 | echo "${ECHO_T}none needed" >&6; } ;; | 2872 | $as_echo "none needed" >&6; } ;; |
2718 | xno) | 2873 | xno) |
2719 | { echo "$as_me:$LINENO: result: unsupported" >&5 | 2874 | { $as_echo "$as_me:$LINENO: result: unsupported" >&5 |
2720 | echo "${ECHO_T}unsupported" >&6; } ;; | 2875 | $as_echo "unsupported" >&6; } ;; |
2721 | *) | 2876 | *) |
2722 | CC="$CC $ac_cv_prog_cc_c89" | 2877 | CC="$CC $ac_cv_prog_cc_c89" |
2723 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 | 2878 | { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
2724 | echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; | 2879 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
2725 | esac | 2880 | esac |
2726 | 2881 | ||
2727 | 2882 | ||
@@ -2748,8 +2903,8 @@ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | |||
2748 | fi | 2903 | fi |
2749 | done | 2904 | done |
2750 | if test -z "$ac_aux_dir"; then | 2905 | if test -z "$ac_aux_dir"; then |
2751 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 | 2906 | { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
2752 | echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} | 2907 | $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
2753 | { (exit 1); exit 1; }; } | 2908 | { (exit 1); exit 1; }; } |
2754 | fi | 2909 | fi |
2755 | 2910 | ||
@@ -2764,34 +2919,34 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |||
2764 | 2919 | ||
2765 | # Make sure we can run config.sub. | 2920 | # Make sure we can run config.sub. |
2766 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 2921 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2767 | { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 | 2922 | { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
2768 | echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} | 2923 | $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
2769 | { (exit 1); exit 1; }; } | 2924 | { (exit 1); exit 1; }; } |
2770 | 2925 | ||
2771 | { echo "$as_me:$LINENO: checking build system type" >&5 | 2926 | { $as_echo "$as_me:$LINENO: checking build system type" >&5 |
2772 | echo $ECHO_N "checking build system type... $ECHO_C" >&6; } | 2927 | $as_echo_n "checking build system type... " >&6; } |
2773 | if test "${ac_cv_build+set}" = set; then | 2928 | if test "${ac_cv_build+set}" = set; then |
2774 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2929 | $as_echo_n "(cached) " >&6 |
2775 | else | 2930 | else |
2776 | ac_build_alias=$build_alias | 2931 | ac_build_alias=$build_alias |
2777 | test "x$ac_build_alias" = x && | 2932 | test "x$ac_build_alias" = x && |
2778 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 2933 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
2779 | test "x$ac_build_alias" = x && | 2934 | test "x$ac_build_alias" = x && |
2780 | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | 2935 | { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
2781 | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | 2936 | $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
2782 | { (exit 1); exit 1; }; } | 2937 | { (exit 1); exit 1; }; } |
2783 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 2938 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
2784 | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 | 2939 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
2785 | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} | 2940 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
2786 | { (exit 1); exit 1; }; } | 2941 | { (exit 1); exit 1; }; } |
2787 | 2942 | ||
2788 | fi | 2943 | fi |
2789 | { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | 2944 | { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
2790 | echo "${ECHO_T}$ac_cv_build" >&6; } | 2945 | $as_echo "$ac_cv_build" >&6; } |
2791 | case $ac_cv_build in | 2946 | case $ac_cv_build in |
2792 | *-*-*) ;; | 2947 | *-*-*) ;; |
2793 | *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 | 2948 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
2794 | echo "$as_me: error: invalid value of canonical build" >&2;} | 2949 | $as_echo "$as_me: error: invalid value of canonical build" >&2;} |
2795 | { (exit 1); exit 1; }; };; | 2950 | { (exit 1); exit 1; }; };; |
2796 | esac | 2951 | esac |
2797 | build=$ac_cv_build | 2952 | build=$ac_cv_build |
@@ -2808,27 +2963,27 @@ IFS=$ac_save_IFS | |||
2808 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | 2963 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
2809 | 2964 | ||
2810 | 2965 | ||
2811 | { echo "$as_me:$LINENO: checking host system type" >&5 | 2966 | { $as_echo "$as_me:$LINENO: checking host system type" >&5 |
2812 | echo $ECHO_N "checking host system type... $ECHO_C" >&6; } | 2967 | $as_echo_n "checking host system type... " >&6; } |
2813 | if test "${ac_cv_host+set}" = set; then | 2968 | if test "${ac_cv_host+set}" = set; then |
2814 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 2969 | $as_echo_n "(cached) " >&6 |
2815 | else | 2970 | else |
2816 | if test "x$host_alias" = x; then | 2971 | if test "x$host_alias" = x; then |
2817 | ac_cv_host=$ac_cv_build | 2972 | ac_cv_host=$ac_cv_build |
2818 | else | 2973 | else |
2819 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 2974 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
2820 | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 | 2975 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
2821 | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} | 2976 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
2822 | { (exit 1); exit 1; }; } | 2977 | { (exit 1); exit 1; }; } |
2823 | fi | 2978 | fi |
2824 | 2979 | ||
2825 | fi | 2980 | fi |
2826 | { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | 2981 | { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
2827 | echo "${ECHO_T}$ac_cv_host" >&6; } | 2982 | $as_echo "$ac_cv_host" >&6; } |
2828 | case $ac_cv_host in | 2983 | case $ac_cv_host in |
2829 | *-*-*) ;; | 2984 | *-*-*) ;; |
2830 | *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 | 2985 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
2831 | echo "$as_me: error: invalid value of canonical host" >&2;} | 2986 | $as_echo "$as_me: error: invalid value of canonical host" >&2;} |
2832 | { (exit 1); exit 1; }; };; | 2987 | { (exit 1); exit 1; }; };; |
2833 | esac | 2988 | esac |
2834 | host=$ac_cv_host | 2989 | host=$ac_cv_host |
@@ -2851,15 +3006,15 @@ ac_cpp='$CPP $CPPFLAGS' | |||
2851 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3006 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
2852 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3007 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
2853 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3008 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2854 | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | 3009 | { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
2855 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } | 3010 | $as_echo_n "checking how to run the C preprocessor... " >&6; } |
2856 | # On Suns, sometimes $CPP names a directory. | 3011 | # On Suns, sometimes $CPP names a directory. |
2857 | if test -n "$CPP" && test -d "$CPP"; then | 3012 | if test -n "$CPP" && test -d "$CPP"; then |
2858 | CPP= | 3013 | CPP= |
2859 | fi | 3014 | fi |
2860 | if test -z "$CPP"; then | 3015 | if test -z "$CPP"; then |
2861 | if test "${ac_cv_prog_CPP+set}" = set; then | 3016 | if test "${ac_cv_prog_CPP+set}" = set; then |
2862 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3017 | $as_echo_n "(cached) " >&6 |
2863 | else | 3018 | else |
2864 | # Double quotes because CPP needs to be expanded | 3019 | # Double quotes because CPP needs to be expanded |
2865 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | 3020 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
@@ -2891,20 +3046,21 @@ case "(($ac_try" in | |||
2891 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3046 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2892 | *) ac_try_echo=$ac_try;; | 3047 | *) ac_try_echo=$ac_try;; |
2893 | esac | 3048 | esac |
2894 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3049 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3050 | $as_echo "$ac_try_echo") >&5 | ||
2895 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3051 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
2896 | ac_status=$? | 3052 | ac_status=$? |
2897 | grep -v '^ *+' conftest.er1 >conftest.err | 3053 | grep -v '^ *+' conftest.er1 >conftest.err |
2898 | rm -f conftest.er1 | 3054 | rm -f conftest.er1 |
2899 | cat conftest.err >&5 | 3055 | cat conftest.err >&5 |
2900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3056 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2901 | (exit $ac_status); } >/dev/null && { | 3057 | (exit $ac_status); } >/dev/null && { |
2902 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3058 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
2903 | test ! -s conftest.err | 3059 | test ! -s conftest.err |
2904 | }; then | 3060 | }; then |
2905 | : | 3061 | : |
2906 | else | 3062 | else |
2907 | echo "$as_me: failed program was:" >&5 | 3063 | $as_echo "$as_me: failed program was:" >&5 |
2908 | sed 's/^/| /' conftest.$ac_ext >&5 | 3064 | sed 's/^/| /' conftest.$ac_ext >&5 |
2909 | 3065 | ||
2910 | # Broken: fails on valid input. | 3066 | # Broken: fails on valid input. |
@@ -2928,13 +3084,14 @@ case "(($ac_try" in | |||
2928 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3084 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2929 | *) ac_try_echo=$ac_try;; | 3085 | *) ac_try_echo=$ac_try;; |
2930 | esac | 3086 | esac |
2931 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3087 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3088 | $as_echo "$ac_try_echo") >&5 | ||
2932 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3089 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
2933 | ac_status=$? | 3090 | ac_status=$? |
2934 | grep -v '^ *+' conftest.er1 >conftest.err | 3091 | grep -v '^ *+' conftest.er1 >conftest.err |
2935 | rm -f conftest.er1 | 3092 | rm -f conftest.er1 |
2936 | cat conftest.err >&5 | 3093 | cat conftest.err >&5 |
2937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3094 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2938 | (exit $ac_status); } >/dev/null && { | 3095 | (exit $ac_status); } >/dev/null && { |
2939 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3096 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
2940 | test ! -s conftest.err | 3097 | test ! -s conftest.err |
@@ -2942,7 +3099,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
2942 | # Broken: success on invalid input. | 3099 | # Broken: success on invalid input. |
2943 | continue | 3100 | continue |
2944 | else | 3101 | else |
2945 | echo "$as_me: failed program was:" >&5 | 3102 | $as_echo "$as_me: failed program was:" >&5 |
2946 | sed 's/^/| /' conftest.$ac_ext >&5 | 3103 | sed 's/^/| /' conftest.$ac_ext >&5 |
2947 | 3104 | ||
2948 | # Passes both tests. | 3105 | # Passes both tests. |
@@ -2967,8 +3124,8 @@ fi | |||
2967 | else | 3124 | else |
2968 | ac_cv_prog_CPP=$CPP | 3125 | ac_cv_prog_CPP=$CPP |
2969 | fi | 3126 | fi |
2970 | { echo "$as_me:$LINENO: result: $CPP" >&5 | 3127 | { $as_echo "$as_me:$LINENO: result: $CPP" >&5 |
2971 | echo "${ECHO_T}$CPP" >&6; } | 3128 | $as_echo "$CPP" >&6; } |
2972 | ac_preproc_ok=false | 3129 | ac_preproc_ok=false |
2973 | for ac_c_preproc_warn_flag in '' yes | 3130 | for ac_c_preproc_warn_flag in '' yes |
2974 | do | 3131 | do |
@@ -2996,20 +3153,21 @@ case "(($ac_try" in | |||
2996 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3153 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2997 | *) ac_try_echo=$ac_try;; | 3154 | *) ac_try_echo=$ac_try;; |
2998 | esac | 3155 | esac |
2999 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3156 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3157 | $as_echo "$ac_try_echo") >&5 | ||
3000 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3158 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3001 | ac_status=$? | 3159 | ac_status=$? |
3002 | grep -v '^ *+' conftest.er1 >conftest.err | 3160 | grep -v '^ *+' conftest.er1 >conftest.err |
3003 | rm -f conftest.er1 | 3161 | rm -f conftest.er1 |
3004 | cat conftest.err >&5 | 3162 | cat conftest.err >&5 |
3005 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3163 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3006 | (exit $ac_status); } >/dev/null && { | 3164 | (exit $ac_status); } >/dev/null && { |
3007 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3165 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3008 | test ! -s conftest.err | 3166 | test ! -s conftest.err |
3009 | }; then | 3167 | }; then |
3010 | : | 3168 | : |
3011 | else | 3169 | else |
3012 | echo "$as_me: failed program was:" >&5 | 3170 | $as_echo "$as_me: failed program was:" >&5 |
3013 | sed 's/^/| /' conftest.$ac_ext >&5 | 3171 | sed 's/^/| /' conftest.$ac_ext >&5 |
3014 | 3172 | ||
3015 | # Broken: fails on valid input. | 3173 | # Broken: fails on valid input. |
@@ -3033,13 +3191,14 @@ case "(($ac_try" in | |||
3033 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3191 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3034 | *) ac_try_echo=$ac_try;; | 3192 | *) ac_try_echo=$ac_try;; |
3035 | esac | 3193 | esac |
3036 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3194 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3195 | $as_echo "$ac_try_echo") >&5 | ||
3037 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3196 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3038 | ac_status=$? | 3197 | ac_status=$? |
3039 | grep -v '^ *+' conftest.er1 >conftest.err | 3198 | grep -v '^ *+' conftest.er1 >conftest.err |
3040 | rm -f conftest.er1 | 3199 | rm -f conftest.er1 |
3041 | cat conftest.err >&5 | 3200 | cat conftest.err >&5 |
3042 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3201 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3043 | (exit $ac_status); } >/dev/null && { | 3202 | (exit $ac_status); } >/dev/null && { |
3044 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3203 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3045 | test ! -s conftest.err | 3204 | test ! -s conftest.err |
@@ -3047,7 +3206,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
3047 | # Broken: success on invalid input. | 3206 | # Broken: success on invalid input. |
3048 | continue | 3207 | continue |
3049 | else | 3208 | else |
3050 | echo "$as_me: failed program was:" >&5 | 3209 | $as_echo "$as_me: failed program was:" >&5 |
3051 | sed 's/^/| /' conftest.$ac_ext >&5 | 3210 | sed 's/^/| /' conftest.$ac_ext >&5 |
3052 | 3211 | ||
3053 | # Passes both tests. | 3212 | # Passes both tests. |
@@ -3063,9 +3222,9 @@ rm -f conftest.err conftest.$ac_ext | |||
3063 | if $ac_preproc_ok; then | 3222 | if $ac_preproc_ok; then |
3064 | : | 3223 | : |
3065 | else | 3224 | else |
3066 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | 3225 | { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
3067 | See \`config.log' for more details." >&5 | 3226 | See \`config.log' for more details." >&5 |
3068 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | 3227 | $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
3069 | See \`config.log' for more details." >&2;} | 3228 | See \`config.log' for more details." >&2;} |
3070 | { (exit 1); exit 1; }; } | 3229 | { (exit 1); exit 1; }; } |
3071 | fi | 3230 | fi |
@@ -3077,42 +3236,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ | |||
3077 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3236 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3078 | 3237 | ||
3079 | 3238 | ||
3080 | { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 | 3239 | { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
3081 | echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } | 3240 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
3082 | if test "${ac_cv_path_GREP+set}" = set; then | 3241 | if test "${ac_cv_path_GREP+set}" = set; then |
3083 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3242 | $as_echo_n "(cached) " >&6 |
3084 | else | ||
3085 | # Extract the first word of "grep ggrep" to use in msg output | ||
3086 | if test -z "$GREP"; then | ||
3087 | set dummy grep ggrep; ac_prog_name=$2 | ||
3088 | if test "${ac_cv_path_GREP+set}" = set; then | ||
3089 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
3090 | else | 3243 | else |
3244 | if test -z "$GREP"; then | ||
3091 | ac_path_GREP_found=false | 3245 | ac_path_GREP_found=false |
3092 | # Loop through the user's path and test for each of PROGNAME-LIST | 3246 | # Loop through the user's path and test for each of PROGNAME-LIST |
3093 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3247 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3094 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | 3248 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
3095 | do | 3249 | do |
3096 | IFS=$as_save_IFS | 3250 | IFS=$as_save_IFS |
3097 | test -z "$as_dir" && as_dir=. | 3251 | test -z "$as_dir" && as_dir=. |
3098 | for ac_prog in grep ggrep; do | 3252 | for ac_prog in grep ggrep; do |
3099 | for ac_exec_ext in '' $ac_executable_extensions; do | 3253 | for ac_exec_ext in '' $ac_executable_extensions; do |
3100 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | 3254 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
3101 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | 3255 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
3102 | # Check for GNU ac_path_GREP and select it if it is found. | 3256 | # Check for GNU ac_path_GREP and select it if it is found. |
3103 | # Check for GNU $ac_path_GREP | 3257 | # Check for GNU $ac_path_GREP |
3104 | case `"$ac_path_GREP" --version 2>&1` in | 3258 | case `"$ac_path_GREP" --version 2>&1` in |
3105 | *GNU*) | 3259 | *GNU*) |
3106 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | 3260 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
3107 | *) | 3261 | *) |
3108 | ac_count=0 | 3262 | ac_count=0 |
3109 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" | 3263 | $as_echo_n 0123456789 >"conftest.in" |
3110 | while : | 3264 | while : |
3111 | do | 3265 | do |
3112 | cat "conftest.in" "conftest.in" >"conftest.tmp" | 3266 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
3113 | mv "conftest.tmp" "conftest.in" | 3267 | mv "conftest.tmp" "conftest.in" |
3114 | cp "conftest.in" "conftest.nl" | 3268 | cp "conftest.in" "conftest.nl" |
3115 | echo 'GREP' >> "conftest.nl" | 3269 | $as_echo 'GREP' >> "conftest.nl" |
3116 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | 3270 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
3117 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | 3271 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
3118 | ac_count=`expr $ac_count + 1` | 3272 | ac_count=`expr $ac_count + 1` |
@@ -3127,74 +3281,60 @@ case `"$ac_path_GREP" --version 2>&1` in | |||
3127 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | 3281 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
3128 | esac | 3282 | esac |
3129 | 3283 | ||
3130 | 3284 | $ac_path_GREP_found && break 3 | |
3131 | $ac_path_GREP_found && break 3 | 3285 | done |
3132 | done | 3286 | done |
3133 | done | 3287 | done |
3134 | |||
3135 | done | ||
3136 | IFS=$as_save_IFS | 3288 | IFS=$as_save_IFS |
3137 | 3289 | if test -z "$ac_cv_path_GREP"; then | |
3138 | 3290 | { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | |
3139 | fi | 3291 | $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
3140 | |||
3141 | GREP="$ac_cv_path_GREP" | ||
3142 | if test -z "$GREP"; then | ||
3143 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | ||
3144 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | ||
3145 | { (exit 1); exit 1; }; } | 3292 | { (exit 1); exit 1; }; } |
3146 | fi | 3293 | fi |
3147 | |||
3148 | else | 3294 | else |
3149 | ac_cv_path_GREP=$GREP | 3295 | ac_cv_path_GREP=$GREP |
3150 | fi | 3296 | fi |
3151 | 3297 | ||
3152 | |||
3153 | fi | 3298 | fi |
3154 | { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 | 3299 | { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 |
3155 | echo "${ECHO_T}$ac_cv_path_GREP" >&6; } | 3300 | $as_echo "$ac_cv_path_GREP" >&6; } |
3156 | GREP="$ac_cv_path_GREP" | 3301 | GREP="$ac_cv_path_GREP" |
3157 | 3302 | ||
3158 | 3303 | ||
3159 | { echo "$as_me:$LINENO: checking for egrep" >&5 | 3304 | { $as_echo "$as_me:$LINENO: checking for egrep" >&5 |
3160 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } | 3305 | $as_echo_n "checking for egrep... " >&6; } |
3161 | if test "${ac_cv_path_EGREP+set}" = set; then | 3306 | if test "${ac_cv_path_EGREP+set}" = set; then |
3162 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3307 | $as_echo_n "(cached) " >&6 |
3163 | else | 3308 | else |
3164 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 3309 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
3165 | then ac_cv_path_EGREP="$GREP -E" | 3310 | then ac_cv_path_EGREP="$GREP -E" |
3166 | else | 3311 | else |
3167 | # Extract the first word of "egrep" to use in msg output | 3312 | if test -z "$EGREP"; then |
3168 | if test -z "$EGREP"; then | ||
3169 | set dummy egrep; ac_prog_name=$2 | ||
3170 | if test "${ac_cv_path_EGREP+set}" = set; then | ||
3171 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
3172 | else | ||
3173 | ac_path_EGREP_found=false | 3313 | ac_path_EGREP_found=false |
3174 | # Loop through the user's path and test for each of PROGNAME-LIST | 3314 | # Loop through the user's path and test for each of PROGNAME-LIST |
3175 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3315 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3176 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | 3316 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
3177 | do | 3317 | do |
3178 | IFS=$as_save_IFS | 3318 | IFS=$as_save_IFS |
3179 | test -z "$as_dir" && as_dir=. | 3319 | test -z "$as_dir" && as_dir=. |
3180 | for ac_prog in egrep; do | 3320 | for ac_prog in egrep; do |
3181 | for ac_exec_ext in '' $ac_executable_extensions; do | 3321 | for ac_exec_ext in '' $ac_executable_extensions; do |
3182 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | 3322 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
3183 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | 3323 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
3184 | # Check for GNU ac_path_EGREP and select it if it is found. | 3324 | # Check for GNU ac_path_EGREP and select it if it is found. |
3185 | # Check for GNU $ac_path_EGREP | 3325 | # Check for GNU $ac_path_EGREP |
3186 | case `"$ac_path_EGREP" --version 2>&1` in | 3326 | case `"$ac_path_EGREP" --version 2>&1` in |
3187 | *GNU*) | 3327 | *GNU*) |
3188 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | 3328 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
3189 | *) | 3329 | *) |
3190 | ac_count=0 | 3330 | ac_count=0 |
3191 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" | 3331 | $as_echo_n 0123456789 >"conftest.in" |
3192 | while : | 3332 | while : |
3193 | do | 3333 | do |
3194 | cat "conftest.in" "conftest.in" >"conftest.tmp" | 3334 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
3195 | mv "conftest.tmp" "conftest.in" | 3335 | mv "conftest.tmp" "conftest.in" |
3196 | cp "conftest.in" "conftest.nl" | 3336 | cp "conftest.in" "conftest.nl" |
3197 | echo 'EGREP' >> "conftest.nl" | 3337 | $as_echo 'EGREP' >> "conftest.nl" |
3198 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | 3338 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
3199 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | 3339 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
3200 | ac_count=`expr $ac_count + 1` | 3340 | ac_count=`expr $ac_count + 1` |
@@ -3209,40 +3349,31 @@ case `"$ac_path_EGREP" --version 2>&1` in | |||
3209 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | 3349 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
3210 | esac | 3350 | esac |
3211 | 3351 | ||
3212 | 3352 | $ac_path_EGREP_found && break 3 | |
3213 | $ac_path_EGREP_found && break 3 | 3353 | done |
3214 | done | 3354 | done |
3215 | done | 3355 | done |
3216 | |||
3217 | done | ||
3218 | IFS=$as_save_IFS | 3356 | IFS=$as_save_IFS |
3219 | 3357 | if test -z "$ac_cv_path_EGREP"; then | |
3220 | 3358 | { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | |
3221 | fi | 3359 | $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
3222 | |||
3223 | EGREP="$ac_cv_path_EGREP" | ||
3224 | if test -z "$EGREP"; then | ||
3225 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | ||
3226 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | ||
3227 | { (exit 1); exit 1; }; } | 3360 | { (exit 1); exit 1; }; } |
3228 | fi | 3361 | fi |
3229 | |||
3230 | else | 3362 | else |
3231 | ac_cv_path_EGREP=$EGREP | 3363 | ac_cv_path_EGREP=$EGREP |
3232 | fi | 3364 | fi |
3233 | 3365 | ||
3234 | |||
3235 | fi | 3366 | fi |
3236 | fi | 3367 | fi |
3237 | { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 | 3368 | { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
3238 | echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } | 3369 | $as_echo "$ac_cv_path_EGREP" >&6; } |
3239 | EGREP="$ac_cv_path_EGREP" | 3370 | EGREP="$ac_cv_path_EGREP" |
3240 | 3371 | ||
3241 | 3372 | ||
3242 | { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | 3373 | { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
3243 | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } | 3374 | $as_echo_n "checking for ANSI C header files... " >&6; } |
3244 | if test "${ac_cv_header_stdc+set}" = set; then | 3375 | if test "${ac_cv_header_stdc+set}" = set; then |
3245 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3376 | $as_echo_n "(cached) " >&6 |
3246 | else | 3377 | else |
3247 | cat >conftest.$ac_ext <<_ACEOF | 3378 | cat >conftest.$ac_ext <<_ACEOF |
3248 | /* confdefs.h. */ | 3379 | /* confdefs.h. */ |
@@ -3269,20 +3400,21 @@ case "(($ac_try" in | |||
3269 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3400 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3270 | *) ac_try_echo=$ac_try;; | 3401 | *) ac_try_echo=$ac_try;; |
3271 | esac | 3402 | esac |
3272 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3403 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3404 | $as_echo "$ac_try_echo") >&5 | ||
3273 | (eval "$ac_compile") 2>conftest.er1 | 3405 | (eval "$ac_compile") 2>conftest.er1 |
3274 | ac_status=$? | 3406 | ac_status=$? |
3275 | grep -v '^ *+' conftest.er1 >conftest.err | 3407 | grep -v '^ *+' conftest.er1 >conftest.err |
3276 | rm -f conftest.er1 | 3408 | rm -f conftest.er1 |
3277 | cat conftest.err >&5 | 3409 | cat conftest.err >&5 |
3278 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3410 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3279 | (exit $ac_status); } && { | 3411 | (exit $ac_status); } && { |
3280 | test -z "$ac_c_werror_flag" || | 3412 | test -z "$ac_c_werror_flag" || |
3281 | test ! -s conftest.err | 3413 | test ! -s conftest.err |
3282 | } && test -s conftest.$ac_objext; then | 3414 | } && test -s conftest.$ac_objext; then |
3283 | ac_cv_header_stdc=yes | 3415 | ac_cv_header_stdc=yes |
3284 | else | 3416 | else |
3285 | echo "$as_me: failed program was:" >&5 | 3417 | $as_echo "$as_me: failed program was:" >&5 |
3286 | sed 's/^/| /' conftest.$ac_ext >&5 | 3418 | sed 's/^/| /' conftest.$ac_ext >&5 |
3287 | 3419 | ||
3288 | ac_cv_header_stdc=no | 3420 | ac_cv_header_stdc=no |
@@ -3374,37 +3506,40 @@ case "(($ac_try" in | |||
3374 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3506 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3375 | *) ac_try_echo=$ac_try;; | 3507 | *) ac_try_echo=$ac_try;; |
3376 | esac | 3508 | esac |
3377 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3509 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3510 | $as_echo "$ac_try_echo") >&5 | ||
3378 | (eval "$ac_link") 2>&5 | 3511 | (eval "$ac_link") 2>&5 |
3379 | ac_status=$? | 3512 | ac_status=$? |
3380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3513 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3381 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 3514 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
3382 | { (case "(($ac_try" in | 3515 | { (case "(($ac_try" in |
3383 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3384 | *) ac_try_echo=$ac_try;; | 3517 | *) ac_try_echo=$ac_try;; |
3385 | esac | 3518 | esac |
3386 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3519 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3520 | $as_echo "$ac_try_echo") >&5 | ||
3387 | (eval "$ac_try") 2>&5 | 3521 | (eval "$ac_try") 2>&5 |
3388 | ac_status=$? | 3522 | ac_status=$? |
3389 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3523 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3390 | (exit $ac_status); }; }; then | 3524 | (exit $ac_status); }; }; then |
3391 | : | 3525 | : |
3392 | else | 3526 | else |
3393 | echo "$as_me: program exited with status $ac_status" >&5 | 3527 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
3394 | echo "$as_me: failed program was:" >&5 | 3528 | $as_echo "$as_me: failed program was:" >&5 |
3395 | sed 's/^/| /' conftest.$ac_ext >&5 | 3529 | sed 's/^/| /' conftest.$ac_ext >&5 |
3396 | 3530 | ||
3397 | ( exit $ac_status ) | 3531 | ( exit $ac_status ) |
3398 | ac_cv_header_stdc=no | 3532 | ac_cv_header_stdc=no |
3399 | fi | 3533 | fi |
3534 | rm -rf conftest.dSYM | ||
3400 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 3535 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
3401 | fi | 3536 | fi |
3402 | 3537 | ||
3403 | 3538 | ||
3404 | fi | 3539 | fi |
3405 | fi | 3540 | fi |
3406 | { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | 3541 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
3407 | echo "${ECHO_T}$ac_cv_header_stdc" >&6; } | 3542 | $as_echo "$ac_cv_header_stdc" >&6; } |
3408 | if test $ac_cv_header_stdc = yes; then | 3543 | if test $ac_cv_header_stdc = yes; then |
3409 | 3544 | ||
3410 | cat >>confdefs.h <<\_ACEOF | 3545 | cat >>confdefs.h <<\_ACEOF |
@@ -3426,11 +3561,11 @@ fi | |||
3426 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | 3561 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
3427 | inttypes.h stdint.h unistd.h | 3562 | inttypes.h stdint.h unistd.h |
3428 | do | 3563 | do |
3429 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 3564 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
3430 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 3565 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
3431 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 3566 | $as_echo_n "checking for $ac_header... " >&6; } |
3432 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 3567 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
3433 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3568 | $as_echo_n "(cached) " >&6 |
3434 | else | 3569 | else |
3435 | cat >conftest.$ac_ext <<_ACEOF | 3570 | cat >conftest.$ac_ext <<_ACEOF |
3436 | /* confdefs.h. */ | 3571 | /* confdefs.h. */ |
@@ -3448,20 +3583,21 @@ case "(($ac_try" in | |||
3448 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3583 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3449 | *) ac_try_echo=$ac_try;; | 3584 | *) ac_try_echo=$ac_try;; |
3450 | esac | 3585 | esac |
3451 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3586 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3587 | $as_echo "$ac_try_echo") >&5 | ||
3452 | (eval "$ac_compile") 2>conftest.er1 | 3588 | (eval "$ac_compile") 2>conftest.er1 |
3453 | ac_status=$? | 3589 | ac_status=$? |
3454 | grep -v '^ *+' conftest.er1 >conftest.err | 3590 | grep -v '^ *+' conftest.er1 >conftest.err |
3455 | rm -f conftest.er1 | 3591 | rm -f conftest.er1 |
3456 | cat conftest.err >&5 | 3592 | cat conftest.err >&5 |
3457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3593 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3458 | (exit $ac_status); } && { | 3594 | (exit $ac_status); } && { |
3459 | test -z "$ac_c_werror_flag" || | 3595 | test -z "$ac_c_werror_flag" || |
3460 | test ! -s conftest.err | 3596 | test ! -s conftest.err |
3461 | } && test -s conftest.$ac_objext; then | 3597 | } && test -s conftest.$ac_objext; then |
3462 | eval "$as_ac_Header=yes" | 3598 | eval "$as_ac_Header=yes" |
3463 | else | 3599 | else |
3464 | echo "$as_me: failed program was:" >&5 | 3600 | $as_echo "$as_me: failed program was:" >&5 |
3465 | sed 's/^/| /' conftest.$ac_ext >&5 | 3601 | sed 's/^/| /' conftest.$ac_ext >&5 |
3466 | 3602 | ||
3467 | eval "$as_ac_Header=no" | 3603 | eval "$as_ac_Header=no" |
@@ -3469,12 +3605,14 @@ fi | |||
3469 | 3605 | ||
3470 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 3606 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3471 | fi | 3607 | fi |
3472 | ac_res=`eval echo '${'$as_ac_Header'}'` | 3608 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
3473 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 3609 | $as_echo "$as_val"'` |
3474 | echo "${ECHO_T}$ac_res" >&6; } | 3610 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
3475 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 3611 | $as_echo "$ac_res" >&6; } |
3612 | if test `eval 'as_val=${'$as_ac_Header'} | ||
3613 | $as_echo "$as_val"'` = yes; then | ||
3476 | cat >>confdefs.h <<_ACEOF | 3614 | cat >>confdefs.h <<_ACEOF |
3477 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3615 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
3478 | _ACEOF | 3616 | _ACEOF |
3479 | 3617 | ||
3480 | fi | 3618 | fi |
@@ -3482,28 +3620,78 @@ fi | |||
3482 | done | 3620 | done |
3483 | 3621 | ||
3484 | 3622 | ||
3485 | { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 | 3623 | |
3486 | echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } | 3624 | { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 |
3625 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | ||
3487 | if test "${ac_cv_c_bigendian+set}" = set; then | 3626 | if test "${ac_cv_c_bigendian+set}" = set; then |
3488 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3627 | $as_echo_n "(cached) " >&6 |
3489 | else | 3628 | else |
3490 | # See if sys/param.h defines the BYTE_ORDER macro. | 3629 | ac_cv_c_bigendian=unknown |
3491 | cat >conftest.$ac_ext <<_ACEOF | 3630 | # See if we're dealing with a universal compiler. |
3631 | cat >conftest.$ac_ext <<_ACEOF | ||
3632 | /* confdefs.h. */ | ||
3633 | _ACEOF | ||
3634 | cat confdefs.h >>conftest.$ac_ext | ||
3635 | cat >>conftest.$ac_ext <<_ACEOF | ||
3636 | /* end confdefs.h. */ | ||
3637 | #ifndef __APPLE_CC__ | ||
3638 | not a universal capable compiler | ||
3639 | #endif | ||
3640 | typedef int dummy; | ||
3641 | |||
3642 | _ACEOF | ||
3643 | rm -f conftest.$ac_objext | ||
3644 | if { (ac_try="$ac_compile" | ||
3645 | case "(($ac_try" in | ||
3646 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
3647 | *) ac_try_echo=$ac_try;; | ||
3648 | esac | ||
3649 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
3650 | $as_echo "$ac_try_echo") >&5 | ||
3651 | (eval "$ac_compile") 2>conftest.er1 | ||
3652 | ac_status=$? | ||
3653 | grep -v '^ *+' conftest.er1 >conftest.err | ||
3654 | rm -f conftest.er1 | ||
3655 | cat conftest.err >&5 | ||
3656 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
3657 | (exit $ac_status); } && { | ||
3658 | test -z "$ac_c_werror_flag" || | ||
3659 | test ! -s conftest.err | ||
3660 | } && test -s conftest.$ac_objext; then | ||
3661 | |||
3662 | # Check for potential -arch flags. It is not universal unless | ||
3663 | # there are some -arch flags. Note that *ppc* also matches | ||
3664 | # ppc64. This check is also rather less than ideal. | ||
3665 | case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( | ||
3666 | *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; | ||
3667 | esac | ||
3668 | else | ||
3669 | $as_echo "$as_me: failed program was:" >&5 | ||
3670 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
3671 | |||
3672 | |||
3673 | fi | ||
3674 | |||
3675 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
3676 | if test $ac_cv_c_bigendian = unknown; then | ||
3677 | # See if sys/param.h defines the BYTE_ORDER macro. | ||
3678 | cat >conftest.$ac_ext <<_ACEOF | ||
3492 | /* confdefs.h. */ | 3679 | /* confdefs.h. */ |
3493 | _ACEOF | 3680 | _ACEOF |
3494 | cat confdefs.h >>conftest.$ac_ext | 3681 | cat confdefs.h >>conftest.$ac_ext |
3495 | cat >>conftest.$ac_ext <<_ACEOF | 3682 | cat >>conftest.$ac_ext <<_ACEOF |
3496 | /* end confdefs.h. */ | 3683 | /* end confdefs.h. */ |
3497 | #include <sys/types.h> | 3684 | #include <sys/types.h> |
3498 | #include <sys/param.h> | 3685 | #include <sys/param.h> |
3499 | 3686 | ||
3500 | int | 3687 | int |
3501 | main () | 3688 | main () |
3502 | { | 3689 | { |
3503 | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ | 3690 | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ |
3504 | && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) | 3691 | && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ |
3505 | bogus endian macros | 3692 | && LITTLE_ENDIAN) |
3506 | #endif | 3693 | bogus endian macros |
3694 | #endif | ||
3507 | 3695 | ||
3508 | ; | 3696 | ; |
3509 | return 0; | 3697 | return 0; |
@@ -3515,33 +3703,34 @@ case "(($ac_try" in | |||
3515 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3703 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3516 | *) ac_try_echo=$ac_try;; | 3704 | *) ac_try_echo=$ac_try;; |
3517 | esac | 3705 | esac |
3518 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3706 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3707 | $as_echo "$ac_try_echo") >&5 | ||
3519 | (eval "$ac_compile") 2>conftest.er1 | 3708 | (eval "$ac_compile") 2>conftest.er1 |
3520 | ac_status=$? | 3709 | ac_status=$? |
3521 | grep -v '^ *+' conftest.er1 >conftest.err | 3710 | grep -v '^ *+' conftest.er1 >conftest.err |
3522 | rm -f conftest.er1 | 3711 | rm -f conftest.er1 |
3523 | cat conftest.err >&5 | 3712 | cat conftest.err >&5 |
3524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3713 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3525 | (exit $ac_status); } && { | 3714 | (exit $ac_status); } && { |
3526 | test -z "$ac_c_werror_flag" || | 3715 | test -z "$ac_c_werror_flag" || |
3527 | test ! -s conftest.err | 3716 | test ! -s conftest.err |
3528 | } && test -s conftest.$ac_objext; then | 3717 | } && test -s conftest.$ac_objext; then |
3529 | # It does; now see whether it defined to BIG_ENDIAN or not. | 3718 | # It does; now see whether it defined to BIG_ENDIAN or not. |
3530 | cat >conftest.$ac_ext <<_ACEOF | 3719 | cat >conftest.$ac_ext <<_ACEOF |
3531 | /* confdefs.h. */ | 3720 | /* confdefs.h. */ |
3532 | _ACEOF | 3721 | _ACEOF |
3533 | cat confdefs.h >>conftest.$ac_ext | 3722 | cat confdefs.h >>conftest.$ac_ext |
3534 | cat >>conftest.$ac_ext <<_ACEOF | 3723 | cat >>conftest.$ac_ext <<_ACEOF |
3535 | /* end confdefs.h. */ | 3724 | /* end confdefs.h. */ |
3536 | #include <sys/types.h> | 3725 | #include <sys/types.h> |
3537 | #include <sys/param.h> | 3726 | #include <sys/param.h> |
3538 | 3727 | ||
3539 | int | 3728 | int |
3540 | main () | 3729 | main () |
3541 | { | 3730 | { |
3542 | #if BYTE_ORDER != BIG_ENDIAN | 3731 | #if BYTE_ORDER != BIG_ENDIAN |
3543 | not big endian | 3732 | not big endian |
3544 | #endif | 3733 | #endif |
3545 | 3734 | ||
3546 | ; | 3735 | ; |
3547 | return 0; | 3736 | return 0; |
@@ -3553,20 +3742,21 @@ case "(($ac_try" in | |||
3553 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3742 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3554 | *) ac_try_echo=$ac_try;; | 3743 | *) ac_try_echo=$ac_try;; |
3555 | esac | 3744 | esac |
3556 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3745 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3746 | $as_echo "$ac_try_echo") >&5 | ||
3557 | (eval "$ac_compile") 2>conftest.er1 | 3747 | (eval "$ac_compile") 2>conftest.er1 |
3558 | ac_status=$? | 3748 | ac_status=$? |
3559 | grep -v '^ *+' conftest.er1 >conftest.err | 3749 | grep -v '^ *+' conftest.er1 >conftest.err |
3560 | rm -f conftest.er1 | 3750 | rm -f conftest.er1 |
3561 | cat conftest.err >&5 | 3751 | cat conftest.err >&5 |
3562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3752 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3563 | (exit $ac_status); } && { | 3753 | (exit $ac_status); } && { |
3564 | test -z "$ac_c_werror_flag" || | 3754 | test -z "$ac_c_werror_flag" || |
3565 | test ! -s conftest.err | 3755 | test ! -s conftest.err |
3566 | } && test -s conftest.$ac_objext; then | 3756 | } && test -s conftest.$ac_objext; then |
3567 | ac_cv_c_bigendian=yes | 3757 | ac_cv_c_bigendian=yes |
3568 | else | 3758 | else |
3569 | echo "$as_me: failed program was:" >&5 | 3759 | $as_echo "$as_me: failed program was:" >&5 |
3570 | sed 's/^/| /' conftest.$ac_ext >&5 | 3760 | sed 's/^/| /' conftest.$ac_ext >&5 |
3571 | 3761 | ||
3572 | ac_cv_c_bigendian=no | 3762 | ac_cv_c_bigendian=no |
@@ -3574,29 +3764,31 @@ fi | |||
3574 | 3764 | ||
3575 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 3765 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3576 | else | 3766 | else |
3577 | echo "$as_me: failed program was:" >&5 | 3767 | $as_echo "$as_me: failed program was:" >&5 |
3578 | sed 's/^/| /' conftest.$ac_ext >&5 | 3768 | sed 's/^/| /' conftest.$ac_ext >&5 |
3579 | 3769 | ||
3580 | # It does not; compile a test program. | 3770 | |
3581 | if test "$cross_compiling" = yes; then | 3771 | fi |
3582 | # try to guess the endianness by grepping values into an object file | 3772 | |
3583 | ac_cv_c_bigendian=unknown | 3773 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3584 | cat >conftest.$ac_ext <<_ACEOF | 3774 | fi |
3775 | if test $ac_cv_c_bigendian = unknown; then | ||
3776 | # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). | ||
3777 | cat >conftest.$ac_ext <<_ACEOF | ||
3585 | /* confdefs.h. */ | 3778 | /* confdefs.h. */ |
3586 | _ACEOF | 3779 | _ACEOF |
3587 | cat confdefs.h >>conftest.$ac_ext | 3780 | cat confdefs.h >>conftest.$ac_ext |
3588 | cat >>conftest.$ac_ext <<_ACEOF | 3781 | cat >>conftest.$ac_ext <<_ACEOF |
3589 | /* end confdefs.h. */ | 3782 | /* end confdefs.h. */ |
3590 | short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; | 3783 | #include <limits.h> |
3591 | short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; | 3784 | |
3592 | void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } | ||
3593 | short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; | ||
3594 | short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; | ||
3595 | void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } | ||
3596 | int | 3785 | int |
3597 | main () | 3786 | main () |
3598 | { | 3787 | { |
3599 | _ascii (); _ebcdic (); | 3788 | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) |
3789 | bogus endian macros | ||
3790 | #endif | ||
3791 | |||
3600 | ; | 3792 | ; |
3601 | return 0; | 3793 | return 0; |
3602 | } | 3794 | } |
@@ -3607,30 +3799,139 @@ case "(($ac_try" in | |||
3607 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3799 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3608 | *) ac_try_echo=$ac_try;; | 3800 | *) ac_try_echo=$ac_try;; |
3609 | esac | 3801 | esac |
3610 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3802 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3803 | $as_echo "$ac_try_echo") >&5 | ||
3611 | (eval "$ac_compile") 2>conftest.er1 | 3804 | (eval "$ac_compile") 2>conftest.er1 |
3612 | ac_status=$? | 3805 | ac_status=$? |
3613 | grep -v '^ *+' conftest.er1 >conftest.err | 3806 | grep -v '^ *+' conftest.er1 >conftest.err |
3614 | rm -f conftest.er1 | 3807 | rm -f conftest.er1 |
3615 | cat conftest.err >&5 | 3808 | cat conftest.err >&5 |
3616 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3809 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3810 | (exit $ac_status); } && { | ||
3811 | test -z "$ac_c_werror_flag" || | ||
3812 | test ! -s conftest.err | ||
3813 | } && test -s conftest.$ac_objext; then | ||
3814 | # It does; now see whether it defined to _BIG_ENDIAN or not. | ||
3815 | cat >conftest.$ac_ext <<_ACEOF | ||
3816 | /* confdefs.h. */ | ||
3817 | _ACEOF | ||
3818 | cat confdefs.h >>conftest.$ac_ext | ||
3819 | cat >>conftest.$ac_ext <<_ACEOF | ||
3820 | /* end confdefs.h. */ | ||
3821 | #include <limits.h> | ||
3822 | |||
3823 | int | ||
3824 | main () | ||
3825 | { | ||
3826 | #ifndef _BIG_ENDIAN | ||
3827 | not big endian | ||
3828 | #endif | ||
3829 | |||
3830 | ; | ||
3831 | return 0; | ||
3832 | } | ||
3833 | _ACEOF | ||
3834 | rm -f conftest.$ac_objext | ||
3835 | if { (ac_try="$ac_compile" | ||
3836 | case "(($ac_try" in | ||
3837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
3838 | *) ac_try_echo=$ac_try;; | ||
3839 | esac | ||
3840 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
3841 | $as_echo "$ac_try_echo") >&5 | ||
3842 | (eval "$ac_compile") 2>conftest.er1 | ||
3843 | ac_status=$? | ||
3844 | grep -v '^ *+' conftest.er1 >conftest.err | ||
3845 | rm -f conftest.er1 | ||
3846 | cat conftest.err >&5 | ||
3847 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
3617 | (exit $ac_status); } && { | 3848 | (exit $ac_status); } && { |
3618 | test -z "$ac_c_werror_flag" || | 3849 | test -z "$ac_c_werror_flag" || |
3619 | test ! -s conftest.err | 3850 | test ! -s conftest.err |
3620 | } && test -s conftest.$ac_objext; then | 3851 | } && test -s conftest.$ac_objext; then |
3621 | if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then | ||
3622 | ac_cv_c_bigendian=yes | 3852 | ac_cv_c_bigendian=yes |
3853 | else | ||
3854 | $as_echo "$as_me: failed program was:" >&5 | ||
3855 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
3856 | |||
3857 | ac_cv_c_bigendian=no | ||
3623 | fi | 3858 | fi |
3624 | if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then | 3859 | |
3625 | if test "$ac_cv_c_bigendian" = unknown; then | 3860 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3626 | ac_cv_c_bigendian=no | 3861 | else |
3627 | else | 3862 | $as_echo "$as_me: failed program was:" >&5 |
3628 | # finding both strings is unlikely to happen, but who knows? | 3863 | sed 's/^/| /' conftest.$ac_ext >&5 |
3629 | ac_cv_c_bigendian=unknown | 3864 | |
3630 | fi | 3865 | |
3631 | fi | 3866 | fi |
3867 | |||
3868 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
3869 | fi | ||
3870 | if test $ac_cv_c_bigendian = unknown; then | ||
3871 | # Compile a test program. | ||
3872 | if test "$cross_compiling" = yes; then | ||
3873 | # Try to guess by grepping values from an object file. | ||
3874 | cat >conftest.$ac_ext <<_ACEOF | ||
3875 | /* confdefs.h. */ | ||
3876 | _ACEOF | ||
3877 | cat confdefs.h >>conftest.$ac_ext | ||
3878 | cat >>conftest.$ac_ext <<_ACEOF | ||
3879 | /* end confdefs.h. */ | ||
3880 | short int ascii_mm[] = | ||
3881 | { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; | ||
3882 | short int ascii_ii[] = | ||
3883 | { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; | ||
3884 | int use_ascii (int i) { | ||
3885 | return ascii_mm[i] + ascii_ii[i]; | ||
3886 | } | ||
3887 | short int ebcdic_ii[] = | ||
3888 | { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; | ||
3889 | short int ebcdic_mm[] = | ||
3890 | { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; | ||
3891 | int use_ebcdic (int i) { | ||
3892 | return ebcdic_mm[i] + ebcdic_ii[i]; | ||
3893 | } | ||
3894 | extern int foo; | ||
3895 | |||
3896 | int | ||
3897 | main () | ||
3898 | { | ||
3899 | return use_ascii (foo) == use_ebcdic (foo); | ||
3900 | ; | ||
3901 | return 0; | ||
3902 | } | ||
3903 | _ACEOF | ||
3904 | rm -f conftest.$ac_objext | ||
3905 | if { (ac_try="$ac_compile" | ||
3906 | case "(($ac_try" in | ||
3907 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
3908 | *) ac_try_echo=$ac_try;; | ||
3909 | esac | ||
3910 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
3911 | $as_echo "$ac_try_echo") >&5 | ||
3912 | (eval "$ac_compile") 2>conftest.er1 | ||
3913 | ac_status=$? | ||
3914 | grep -v '^ *+' conftest.er1 >conftest.err | ||
3915 | rm -f conftest.er1 | ||
3916 | cat conftest.err >&5 | ||
3917 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
3918 | (exit $ac_status); } && { | ||
3919 | test -z "$ac_c_werror_flag" || | ||
3920 | test ! -s conftest.err | ||
3921 | } && test -s conftest.$ac_objext; then | ||
3922 | if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then | ||
3923 | ac_cv_c_bigendian=yes | ||
3924 | fi | ||
3925 | if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then | ||
3926 | if test "$ac_cv_c_bigendian" = unknown; then | ||
3927 | ac_cv_c_bigendian=no | ||
3928 | else | ||
3929 | # finding both strings is unlikely to happen, but who knows? | ||
3930 | ac_cv_c_bigendian=unknown | ||
3931 | fi | ||
3932 | fi | ||
3632 | else | 3933 | else |
3633 | echo "$as_me: failed program was:" >&5 | 3934 | $as_echo "$as_me: failed program was:" >&5 |
3634 | sed 's/^/| /' conftest.$ac_ext >&5 | 3935 | sed 's/^/| /' conftest.$ac_ext >&5 |
3635 | 3936 | ||
3636 | 3937 | ||
@@ -3649,14 +3950,14 @@ int | |||
3649 | main () | 3950 | main () |
3650 | { | 3951 | { |
3651 | 3952 | ||
3652 | /* Are we little or big endian? From Harbison&Steele. */ | 3953 | /* Are we little or big endian? From Harbison&Steele. */ |
3653 | union | 3954 | union |
3654 | { | 3955 | { |
3655 | long int l; | 3956 | long int l; |
3656 | char c[sizeof (long int)]; | 3957 | char c[sizeof (long int)]; |
3657 | } u; | 3958 | } u; |
3658 | u.l = 1; | 3959 | u.l = 1; |
3659 | return u.c[sizeof (long int) - 1] == 1; | 3960 | return u.c[sizeof (long int) - 1] == 1; |
3660 | 3961 | ||
3661 | ; | 3962 | ; |
3662 | return 0; | 3963 | return 0; |
@@ -3668,55 +3969,62 @@ case "(($ac_try" in | |||
3668 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3969 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3669 | *) ac_try_echo=$ac_try;; | 3970 | *) ac_try_echo=$ac_try;; |
3670 | esac | 3971 | esac |
3671 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3972 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3973 | $as_echo "$ac_try_echo") >&5 | ||
3672 | (eval "$ac_link") 2>&5 | 3974 | (eval "$ac_link") 2>&5 |
3673 | ac_status=$? | 3975 | ac_status=$? |
3674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3976 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3675 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 3977 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
3676 | { (case "(($ac_try" in | 3978 | { (case "(($ac_try" in |
3677 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3979 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3678 | *) ac_try_echo=$ac_try;; | 3980 | *) ac_try_echo=$ac_try;; |
3679 | esac | 3981 | esac |
3680 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 3982 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
3983 | $as_echo "$ac_try_echo") >&5 | ||
3681 | (eval "$ac_try") 2>&5 | 3984 | (eval "$ac_try") 2>&5 |
3682 | ac_status=$? | 3985 | ac_status=$? |
3683 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3986 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3684 | (exit $ac_status); }; }; then | 3987 | (exit $ac_status); }; }; then |
3685 | ac_cv_c_bigendian=no | 3988 | ac_cv_c_bigendian=no |
3686 | else | 3989 | else |
3687 | echo "$as_me: program exited with status $ac_status" >&5 | 3990 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
3688 | echo "$as_me: failed program was:" >&5 | 3991 | $as_echo "$as_me: failed program was:" >&5 |
3689 | sed 's/^/| /' conftest.$ac_ext >&5 | 3992 | sed 's/^/| /' conftest.$ac_ext >&5 |
3690 | 3993 | ||
3691 | ( exit $ac_status ) | 3994 | ( exit $ac_status ) |
3692 | ac_cv_c_bigendian=yes | 3995 | ac_cv_c_bigendian=yes |
3693 | fi | 3996 | fi |
3997 | rm -rf conftest.dSYM | ||
3694 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 3998 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
3695 | fi | 3999 | fi |
3696 | 4000 | ||
3697 | 4001 | ||
4002 | fi | ||
3698 | fi | 4003 | fi |
3699 | 4004 | { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 | |
3700 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 4005 | $as_echo "$ac_cv_c_bigendian" >&6; } |
3701 | fi | 4006 | case $ac_cv_c_bigendian in #( |
3702 | { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 | 4007 | yes) |
3703 | echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } | 4008 | cat >>confdefs.h <<\_ACEOF |
3704 | case $ac_cv_c_bigendian in | 4009 | #define WORDS_BIGENDIAN 1 |
3705 | yes) | 4010 | _ACEOF |
4011 | ;; #( | ||
4012 | no) | ||
4013 | ;; #( | ||
4014 | universal) | ||
3706 | 4015 | ||
3707 | cat >>confdefs.h <<\_ACEOF | 4016 | cat >>confdefs.h <<\_ACEOF |
3708 | #define WORDS_BIGENDIAN 1 | 4017 | #define AC_APPLE_UNIVERSAL_BUILD 1 |
3709 | _ACEOF | 4018 | _ACEOF |
3710 | ;; | 4019 | |
3711 | no) | 4020 | ;; #( |
3712 | ;; | 4021 | *) |
3713 | *) | 4022 | { { $as_echo "$as_me:$LINENO: error: unknown endianness |
3714 | { { echo "$as_me:$LINENO: error: unknown endianness | 4023 | presetting ac_cv_c_bigendian=no (or yes) will help" >&5 |
3715 | presetting ac_cv_c_bigendian=no (or yes) will help" >&5 | 4024 | $as_echo "$as_me: error: unknown endianness |
3716 | echo "$as_me: error: unknown endianness | 4025 | presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} |
3717 | presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} | ||
3718 | { (exit 1); exit 1; }; } ;; | 4026 | { (exit 1); exit 1; }; } ;; |
3719 | esac | 4027 | esac |
3720 | 4028 | ||
3721 | 4029 | ||
3722 | # Checks for programs. | 4030 | # Checks for programs. |
@@ -3724,10 +4032,10 @@ for ac_prog in gawk mawk nawk awk | |||
3724 | do | 4032 | do |
3725 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 4033 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3726 | set dummy $ac_prog; ac_word=$2 | 4034 | set dummy $ac_prog; ac_word=$2 |
3727 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4035 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3728 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4036 | $as_echo_n "checking for $ac_word... " >&6; } |
3729 | if test "${ac_cv_prog_AWK+set}" = set; then | 4037 | if test "${ac_cv_prog_AWK+set}" = set; then |
3730 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4038 | $as_echo_n "(cached) " >&6 |
3731 | else | 4039 | else |
3732 | if test -n "$AWK"; then | 4040 | if test -n "$AWK"; then |
3733 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | 4041 | ac_cv_prog_AWK="$AWK" # Let the user override the test. |
@@ -3740,7 +4048,7 @@ do | |||
3740 | for ac_exec_ext in '' $ac_executable_extensions; do | 4048 | for ac_exec_ext in '' $ac_executable_extensions; do |
3741 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4049 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3742 | ac_cv_prog_AWK="$ac_prog" | 4050 | ac_cv_prog_AWK="$ac_prog" |
3743 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4051 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3744 | break 2 | 4052 | break 2 |
3745 | fi | 4053 | fi |
3746 | done | 4054 | done |
@@ -3751,11 +4059,11 @@ fi | |||
3751 | fi | 4059 | fi |
3752 | AWK=$ac_cv_prog_AWK | 4060 | AWK=$ac_cv_prog_AWK |
3753 | if test -n "$AWK"; then | 4061 | if test -n "$AWK"; then |
3754 | { echo "$as_me:$LINENO: result: $AWK" >&5 | 4062 | { $as_echo "$as_me:$LINENO: result: $AWK" >&5 |
3755 | echo "${ECHO_T}$AWK" >&6; } | 4063 | $as_echo "$AWK" >&6; } |
3756 | else | 4064 | else |
3757 | { echo "$as_me:$LINENO: result: no" >&5 | 4065 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
3758 | echo "${ECHO_T}no" >&6; } | 4066 | $as_echo "no" >&6; } |
3759 | fi | 4067 | fi |
3760 | 4068 | ||
3761 | 4069 | ||
@@ -3767,15 +4075,15 @@ ac_cpp='$CPP $CPPFLAGS' | |||
3767 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 4075 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3768 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 4076 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3769 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 4077 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3770 | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | 4078 | { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
3771 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } | 4079 | $as_echo_n "checking how to run the C preprocessor... " >&6; } |
3772 | # On Suns, sometimes $CPP names a directory. | 4080 | # On Suns, sometimes $CPP names a directory. |
3773 | if test -n "$CPP" && test -d "$CPP"; then | 4081 | if test -n "$CPP" && test -d "$CPP"; then |
3774 | CPP= | 4082 | CPP= |
3775 | fi | 4083 | fi |
3776 | if test -z "$CPP"; then | 4084 | if test -z "$CPP"; then |
3777 | if test "${ac_cv_prog_CPP+set}" = set; then | 4085 | if test "${ac_cv_prog_CPP+set}" = set; then |
3778 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4086 | $as_echo_n "(cached) " >&6 |
3779 | else | 4087 | else |
3780 | # Double quotes because CPP needs to be expanded | 4088 | # Double quotes because CPP needs to be expanded |
3781 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | 4089 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
@@ -3807,20 +4115,21 @@ case "(($ac_try" in | |||
3807 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4115 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3808 | *) ac_try_echo=$ac_try;; | 4116 | *) ac_try_echo=$ac_try;; |
3809 | esac | 4117 | esac |
3810 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 4118 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
4119 | $as_echo "$ac_try_echo") >&5 | ||
3811 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 4120 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3812 | ac_status=$? | 4121 | ac_status=$? |
3813 | grep -v '^ *+' conftest.er1 >conftest.err | 4122 | grep -v '^ *+' conftest.er1 >conftest.err |
3814 | rm -f conftest.er1 | 4123 | rm -f conftest.er1 |
3815 | cat conftest.err >&5 | 4124 | cat conftest.err >&5 |
3816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4125 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3817 | (exit $ac_status); } >/dev/null && { | 4126 | (exit $ac_status); } >/dev/null && { |
3818 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 4127 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3819 | test ! -s conftest.err | 4128 | test ! -s conftest.err |
3820 | }; then | 4129 | }; then |
3821 | : | 4130 | : |
3822 | else | 4131 | else |
3823 | echo "$as_me: failed program was:" >&5 | 4132 | $as_echo "$as_me: failed program was:" >&5 |
3824 | sed 's/^/| /' conftest.$ac_ext >&5 | 4133 | sed 's/^/| /' conftest.$ac_ext >&5 |
3825 | 4134 | ||
3826 | # Broken: fails on valid input. | 4135 | # Broken: fails on valid input. |
@@ -3844,13 +4153,14 @@ case "(($ac_try" in | |||
3844 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4153 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3845 | *) ac_try_echo=$ac_try;; | 4154 | *) ac_try_echo=$ac_try;; |
3846 | esac | 4155 | esac |
3847 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 4156 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
4157 | $as_echo "$ac_try_echo") >&5 | ||
3848 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 4158 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3849 | ac_status=$? | 4159 | ac_status=$? |
3850 | grep -v '^ *+' conftest.er1 >conftest.err | 4160 | grep -v '^ *+' conftest.er1 >conftest.err |
3851 | rm -f conftest.er1 | 4161 | rm -f conftest.er1 |
3852 | cat conftest.err >&5 | 4162 | cat conftest.err >&5 |
3853 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4163 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3854 | (exit $ac_status); } >/dev/null && { | 4164 | (exit $ac_status); } >/dev/null && { |
3855 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 4165 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3856 | test ! -s conftest.err | 4166 | test ! -s conftest.err |
@@ -3858,7 +4168,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
3858 | # Broken: success on invalid input. | 4168 | # Broken: success on invalid input. |
3859 | continue | 4169 | continue |
3860 | else | 4170 | else |
3861 | echo "$as_me: failed program was:" >&5 | 4171 | $as_echo "$as_me: failed program was:" >&5 |
3862 | sed 's/^/| /' conftest.$ac_ext >&5 | 4172 | sed 's/^/| /' conftest.$ac_ext >&5 |
3863 | 4173 | ||
3864 | # Passes both tests. | 4174 | # Passes both tests. |
@@ -3883,8 +4193,8 @@ fi | |||
3883 | else | 4193 | else |
3884 | ac_cv_prog_CPP=$CPP | 4194 | ac_cv_prog_CPP=$CPP |
3885 | fi | 4195 | fi |
3886 | { echo "$as_me:$LINENO: result: $CPP" >&5 | 4196 | { $as_echo "$as_me:$LINENO: result: $CPP" >&5 |
3887 | echo "${ECHO_T}$CPP" >&6; } | 4197 | $as_echo "$CPP" >&6; } |
3888 | ac_preproc_ok=false | 4198 | ac_preproc_ok=false |
3889 | for ac_c_preproc_warn_flag in '' yes | 4199 | for ac_c_preproc_warn_flag in '' yes |
3890 | do | 4200 | do |
@@ -3912,20 +4222,21 @@ case "(($ac_try" in | |||
3912 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4222 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3913 | *) ac_try_echo=$ac_try;; | 4223 | *) ac_try_echo=$ac_try;; |
3914 | esac | 4224 | esac |
3915 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 4225 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
4226 | $as_echo "$ac_try_echo") >&5 | ||
3916 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 4227 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3917 | ac_status=$? | 4228 | ac_status=$? |
3918 | grep -v '^ *+' conftest.er1 >conftest.err | 4229 | grep -v '^ *+' conftest.er1 >conftest.err |
3919 | rm -f conftest.er1 | 4230 | rm -f conftest.er1 |
3920 | cat conftest.err >&5 | 4231 | cat conftest.err >&5 |
3921 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4232 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3922 | (exit $ac_status); } >/dev/null && { | 4233 | (exit $ac_status); } >/dev/null && { |
3923 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 4234 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3924 | test ! -s conftest.err | 4235 | test ! -s conftest.err |
3925 | }; then | 4236 | }; then |
3926 | : | 4237 | : |
3927 | else | 4238 | else |
3928 | echo "$as_me: failed program was:" >&5 | 4239 | $as_echo "$as_me: failed program was:" >&5 |
3929 | sed 's/^/| /' conftest.$ac_ext >&5 | 4240 | sed 's/^/| /' conftest.$ac_ext >&5 |
3930 | 4241 | ||
3931 | # Broken: fails on valid input. | 4242 | # Broken: fails on valid input. |
@@ -3949,13 +4260,14 @@ case "(($ac_try" in | |||
3949 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4260 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3950 | *) ac_try_echo=$ac_try;; | 4261 | *) ac_try_echo=$ac_try;; |
3951 | esac | 4262 | esac |
3952 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 4263 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
4264 | $as_echo "$ac_try_echo") >&5 | ||
3953 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 4265 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3954 | ac_status=$? | 4266 | ac_status=$? |
3955 | grep -v '^ *+' conftest.er1 >conftest.err | 4267 | grep -v '^ *+' conftest.er1 >conftest.err |
3956 | rm -f conftest.er1 | 4268 | rm -f conftest.er1 |
3957 | cat conftest.err >&5 | 4269 | cat conftest.err >&5 |
3958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4270 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3959 | (exit $ac_status); } >/dev/null && { | 4271 | (exit $ac_status); } >/dev/null && { |
3960 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 4272 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3961 | test ! -s conftest.err | 4273 | test ! -s conftest.err |
@@ -3963,7 +4275,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
3963 | # Broken: success on invalid input. | 4275 | # Broken: success on invalid input. |
3964 | continue | 4276 | continue |
3965 | else | 4277 | else |
3966 | echo "$as_me: failed program was:" >&5 | 4278 | $as_echo "$as_me: failed program was:" >&5 |
3967 | sed 's/^/| /' conftest.$ac_ext >&5 | 4279 | sed 's/^/| /' conftest.$ac_ext >&5 |
3968 | 4280 | ||
3969 | # Passes both tests. | 4281 | # Passes both tests. |
@@ -3979,9 +4291,9 @@ rm -f conftest.err conftest.$ac_ext | |||
3979 | if $ac_preproc_ok; then | 4291 | if $ac_preproc_ok; then |
3980 | : | 4292 | : |
3981 | else | 4293 | else |
3982 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | 4294 | { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
3983 | See \`config.log' for more details." >&5 | 4295 | See \`config.log' for more details." >&5 |
3984 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | 4296 | $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
3985 | See \`config.log' for more details." >&2;} | 4297 | See \`config.log' for more details." >&2;} |
3986 | { (exit 1); exit 1; }; } | 4298 | { (exit 1); exit 1; }; } |
3987 | fi | 4299 | fi |
@@ -3995,10 +4307,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
3995 | if test -n "$ac_tool_prefix"; then | 4307 | if test -n "$ac_tool_prefix"; then |
3996 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | 4308 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
3997 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 4309 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
3998 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4310 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3999 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4311 | $as_echo_n "checking for $ac_word... " >&6; } |
4000 | if test "${ac_cv_prog_RANLIB+set}" = set; then | 4312 | if test "${ac_cv_prog_RANLIB+set}" = set; then |
4001 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4313 | $as_echo_n "(cached) " >&6 |
4002 | else | 4314 | else |
4003 | if test -n "$RANLIB"; then | 4315 | if test -n "$RANLIB"; then |
4004 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | 4316 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
@@ -4011,7 +4323,7 @@ do | |||
4011 | for ac_exec_ext in '' $ac_executable_extensions; do | 4323 | for ac_exec_ext in '' $ac_executable_extensions; do |
4012 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4324 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4013 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | 4325 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
4014 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4326 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4015 | break 2 | 4327 | break 2 |
4016 | fi | 4328 | fi |
4017 | done | 4329 | done |
@@ -4022,11 +4334,11 @@ fi | |||
4022 | fi | 4334 | fi |
4023 | RANLIB=$ac_cv_prog_RANLIB | 4335 | RANLIB=$ac_cv_prog_RANLIB |
4024 | if test -n "$RANLIB"; then | 4336 | if test -n "$RANLIB"; then |
4025 | { echo "$as_me:$LINENO: result: $RANLIB" >&5 | 4337 | { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 |
4026 | echo "${ECHO_T}$RANLIB" >&6; } | 4338 | $as_echo "$RANLIB" >&6; } |
4027 | else | 4339 | else |
4028 | { echo "$as_me:$LINENO: result: no" >&5 | 4340 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4029 | echo "${ECHO_T}no" >&6; } | 4341 | $as_echo "no" >&6; } |
4030 | fi | 4342 | fi |
4031 | 4343 | ||
4032 | 4344 | ||
@@ -4035,10 +4347,10 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
4035 | ac_ct_RANLIB=$RANLIB | 4347 | ac_ct_RANLIB=$RANLIB |
4036 | # Extract the first word of "ranlib", so it can be a program name with args. | 4348 | # Extract the first word of "ranlib", so it can be a program name with args. |
4037 | set dummy ranlib; ac_word=$2 | 4349 | set dummy ranlib; ac_word=$2 |
4038 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4350 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4039 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4351 | $as_echo_n "checking for $ac_word... " >&6; } |
4040 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | 4352 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
4041 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4353 | $as_echo_n "(cached) " >&6 |
4042 | else | 4354 | else |
4043 | if test -n "$ac_ct_RANLIB"; then | 4355 | if test -n "$ac_ct_RANLIB"; then |
4044 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | 4356 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
@@ -4051,7 +4363,7 @@ do | |||
4051 | for ac_exec_ext in '' $ac_executable_extensions; do | 4363 | for ac_exec_ext in '' $ac_executable_extensions; do |
4052 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4364 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4053 | ac_cv_prog_ac_ct_RANLIB="ranlib" | 4365 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
4054 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4366 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4055 | break 2 | 4367 | break 2 |
4056 | fi | 4368 | fi |
4057 | done | 4369 | done |
@@ -4062,11 +4374,11 @@ fi | |||
4062 | fi | 4374 | fi |
4063 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | 4375 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
4064 | if test -n "$ac_ct_RANLIB"; then | 4376 | if test -n "$ac_ct_RANLIB"; then |
4065 | { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | 4377 | { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
4066 | echo "${ECHO_T}$ac_ct_RANLIB" >&6; } | 4378 | $as_echo "$ac_ct_RANLIB" >&6; } |
4067 | else | 4379 | else |
4068 | { echo "$as_me:$LINENO: result: no" >&5 | 4380 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4069 | echo "${ECHO_T}no" >&6; } | 4381 | $as_echo "no" >&6; } |
4070 | fi | 4382 | fi |
4071 | 4383 | ||
4072 | if test "x$ac_ct_RANLIB" = x; then | 4384 | if test "x$ac_ct_RANLIB" = x; then |
@@ -4074,10 +4386,10 @@ fi | |||
4074 | else | 4386 | else |
4075 | case $cross_compiling:$ac_tool_warned in | 4387 | case $cross_compiling:$ac_tool_warned in |
4076 | yes:) | 4388 | yes:) |
4077 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | 4389 | { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
4078 | whose name does not start with the host triplet. If you think this | 4390 | whose name does not start with the host triplet. If you think this |
4079 | configuration is useful to you, please write to autoconf@gnu.org." >&5 | 4391 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
4080 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | 4392 | $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
4081 | whose name does not start with the host triplet. If you think this | 4393 | whose name does not start with the host triplet. If you think this |
4082 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | 4394 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
4083 | ac_tool_warned=yes ;; | 4395 | ac_tool_warned=yes ;; |
@@ -4101,11 +4413,12 @@ fi | |||
4101 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | 4413 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
4102 | # OS/2's system install, which has a completely different semantic | 4414 | # OS/2's system install, which has a completely different semantic |
4103 | # ./install, which can be erroneously created by make from ./install.sh. | 4415 | # ./install, which can be erroneously created by make from ./install.sh. |
4104 | { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | 4416 | # Reject install programs that cannot install multiple files. |
4105 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } | 4417 | { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
4418 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | ||
4106 | if test -z "$INSTALL"; then | 4419 | if test -z "$INSTALL"; then |
4107 | if test "${ac_cv_path_install+set}" = set; then | 4420 | if test "${ac_cv_path_install+set}" = set; then |
4108 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4421 | $as_echo_n "(cached) " >&6 |
4109 | else | 4422 | else |
4110 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 4423 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4111 | for as_dir in $PATH | 4424 | for as_dir in $PATH |
@@ -4134,17 +4447,29 @@ case $as_dir/ in | |||
4134 | # program-specific install script used by HP pwplus--don't use. | 4447 | # program-specific install script used by HP pwplus--don't use. |
4135 | : | 4448 | : |
4136 | else | 4449 | else |
4137 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | 4450 | rm -rf conftest.one conftest.two conftest.dir |
4138 | break 3 | 4451 | echo one > conftest.one |
4452 | echo two > conftest.two | ||
4453 | mkdir conftest.dir | ||
4454 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | ||
4455 | test -s conftest.one && test -s conftest.two && | ||
4456 | test -s conftest.dir/conftest.one && | ||
4457 | test -s conftest.dir/conftest.two | ||
4458 | then | ||
4459 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | ||
4460 | break 3 | ||
4461 | fi | ||
4139 | fi | 4462 | fi |
4140 | fi | 4463 | fi |
4141 | done | 4464 | done |
4142 | done | 4465 | done |
4143 | ;; | 4466 | ;; |
4144 | esac | 4467 | esac |
4468 | |||
4145 | done | 4469 | done |
4146 | IFS=$as_save_IFS | 4470 | IFS=$as_save_IFS |
4147 | 4471 | ||
4472 | rm -rf conftest.one conftest.two conftest.dir | ||
4148 | 4473 | ||
4149 | fi | 4474 | fi |
4150 | if test "${ac_cv_path_install+set}" = set; then | 4475 | if test "${ac_cv_path_install+set}" = set; then |
@@ -4157,8 +4482,8 @@ fi | |||
4157 | INSTALL=$ac_install_sh | 4482 | INSTALL=$ac_install_sh |
4158 | fi | 4483 | fi |
4159 | fi | 4484 | fi |
4160 | { echo "$as_me:$LINENO: result: $INSTALL" >&5 | 4485 | { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 |
4161 | echo "${ECHO_T}$INSTALL" >&6; } | 4486 | $as_echo "$INSTALL" >&6; } |
4162 | 4487 | ||
4163 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | 4488 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
4164 | # It thinks the first close brace ends the variable substitution. | 4489 | # It thinks the first close brace ends the variable substitution. |
@@ -4168,45 +4493,40 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |||
4168 | 4493 | ||
4169 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | 4494 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
4170 | 4495 | ||
4171 | { echo "$as_me:$LINENO: checking for egrep" >&5 | 4496 | { $as_echo "$as_me:$LINENO: checking for egrep" >&5 |
4172 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } | 4497 | $as_echo_n "checking for egrep... " >&6; } |
4173 | if test "${ac_cv_path_EGREP+set}" = set; then | 4498 | if test "${ac_cv_path_EGREP+set}" = set; then |
4174 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4499 | $as_echo_n "(cached) " >&6 |
4175 | else | 4500 | else |
4176 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 4501 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4177 | then ac_cv_path_EGREP="$GREP -E" | 4502 | then ac_cv_path_EGREP="$GREP -E" |
4178 | else | 4503 | else |
4179 | # Extract the first word of "egrep" to use in msg output | 4504 | if test -z "$EGREP"; then |
4180 | if test -z "$EGREP"; then | ||
4181 | set dummy egrep; ac_prog_name=$2 | ||
4182 | if test "${ac_cv_path_EGREP+set}" = set; then | ||
4183 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
4184 | else | ||
4185 | ac_path_EGREP_found=false | 4505 | ac_path_EGREP_found=false |
4186 | # Loop through the user's path and test for each of PROGNAME-LIST | 4506 | # Loop through the user's path and test for each of PROGNAME-LIST |
4187 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 4507 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4188 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | 4508 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
4189 | do | 4509 | do |
4190 | IFS=$as_save_IFS | 4510 | IFS=$as_save_IFS |
4191 | test -z "$as_dir" && as_dir=. | 4511 | test -z "$as_dir" && as_dir=. |
4192 | for ac_prog in egrep; do | 4512 | for ac_prog in egrep; do |
4193 | for ac_exec_ext in '' $ac_executable_extensions; do | 4513 | for ac_exec_ext in '' $ac_executable_extensions; do |
4194 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | 4514 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
4195 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | 4515 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
4196 | # Check for GNU ac_path_EGREP and select it if it is found. | 4516 | # Check for GNU ac_path_EGREP and select it if it is found. |
4197 | # Check for GNU $ac_path_EGREP | 4517 | # Check for GNU $ac_path_EGREP |
4198 | case `"$ac_path_EGREP" --version 2>&1` in | 4518 | case `"$ac_path_EGREP" --version 2>&1` in |
4199 | *GNU*) | 4519 | *GNU*) |
4200 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | 4520 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
4201 | *) | 4521 | *) |
4202 | ac_count=0 | 4522 | ac_count=0 |
4203 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" | 4523 | $as_echo_n 0123456789 >"conftest.in" |
4204 | while : | 4524 | while : |
4205 | do | 4525 | do |
4206 | cat "conftest.in" "conftest.in" >"conftest.tmp" | 4526 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
4207 | mv "conftest.tmp" "conftest.in" | 4527 | mv "conftest.tmp" "conftest.in" |
4208 | cp "conftest.in" "conftest.nl" | 4528 | cp "conftest.in" "conftest.nl" |
4209 | echo 'EGREP' >> "conftest.nl" | 4529 | $as_echo 'EGREP' >> "conftest.nl" |
4210 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | 4530 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4211 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | 4531 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
4212 | ac_count=`expr $ac_count + 1` | 4532 | ac_count=`expr $ac_count + 1` |
@@ -4221,42 +4541,33 @@ case `"$ac_path_EGREP" --version 2>&1` in | |||
4221 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | 4541 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4222 | esac | 4542 | esac |
4223 | 4543 | ||
4224 | 4544 | $ac_path_EGREP_found && break 3 | |
4225 | $ac_path_EGREP_found && break 3 | 4545 | done |
4226 | done | 4546 | done |
4227 | done | 4547 | done |
4228 | |||
4229 | done | ||
4230 | IFS=$as_save_IFS | 4548 | IFS=$as_save_IFS |
4231 | 4549 | if test -z "$ac_cv_path_EGREP"; then | |
4232 | 4550 | { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | |
4233 | fi | 4551 | $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
4234 | |||
4235 | EGREP="$ac_cv_path_EGREP" | ||
4236 | if test -z "$EGREP"; then | ||
4237 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | ||
4238 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | ||
4239 | { (exit 1); exit 1; }; } | 4552 | { (exit 1); exit 1; }; } |
4240 | fi | 4553 | fi |
4241 | |||
4242 | else | 4554 | else |
4243 | ac_cv_path_EGREP=$EGREP | 4555 | ac_cv_path_EGREP=$EGREP |
4244 | fi | 4556 | fi |
4245 | 4557 | ||
4246 | |||
4247 | fi | 4558 | fi |
4248 | fi | 4559 | fi |
4249 | { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 | 4560 | { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
4250 | echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } | 4561 | $as_echo "$ac_cv_path_EGREP" >&6; } |
4251 | EGREP="$ac_cv_path_EGREP" | 4562 | EGREP="$ac_cv_path_EGREP" |
4252 | 4563 | ||
4253 | 4564 | ||
4254 | # Extract the first word of "ar", so it can be a program name with args. | 4565 | # Extract the first word of "ar", so it can be a program name with args. |
4255 | set dummy ar; ac_word=$2 | 4566 | set dummy ar; ac_word=$2 |
4256 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4567 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4257 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4568 | $as_echo_n "checking for $ac_word... " >&6; } |
4258 | if test "${ac_cv_path_AR+set}" = set; then | 4569 | if test "${ac_cv_path_AR+set}" = set; then |
4259 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4570 | $as_echo_n "(cached) " >&6 |
4260 | else | 4571 | else |
4261 | case $AR in | 4572 | case $AR in |
4262 | [\\/]* | ?:[\\/]*) | 4573 | [\\/]* | ?:[\\/]*) |
@@ -4271,7 +4582,7 @@ do | |||
4271 | for ac_exec_ext in '' $ac_executable_extensions; do | 4582 | for ac_exec_ext in '' $ac_executable_extensions; do |
4272 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4583 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4273 | ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" | 4584 | ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" |
4274 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4585 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4275 | break 2 | 4586 | break 2 |
4276 | fi | 4587 | fi |
4277 | done | 4588 | done |
@@ -4283,20 +4594,20 @@ esac | |||
4283 | fi | 4594 | fi |
4284 | AR=$ac_cv_path_AR | 4595 | AR=$ac_cv_path_AR |
4285 | if test -n "$AR"; then | 4596 | if test -n "$AR"; then |
4286 | { echo "$as_me:$LINENO: result: $AR" >&5 | 4597 | { $as_echo "$as_me:$LINENO: result: $AR" >&5 |
4287 | echo "${ECHO_T}$AR" >&6; } | 4598 | $as_echo "$AR" >&6; } |
4288 | else | 4599 | else |
4289 | { echo "$as_me:$LINENO: result: no" >&5 | 4600 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4290 | echo "${ECHO_T}no" >&6; } | 4601 | $as_echo "no" >&6; } |
4291 | fi | 4602 | fi |
4292 | 4603 | ||
4293 | 4604 | ||
4294 | # Extract the first word of "cat", so it can be a program name with args. | 4605 | # Extract the first word of "cat", so it can be a program name with args. |
4295 | set dummy cat; ac_word=$2 | 4606 | set dummy cat; ac_word=$2 |
4296 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4607 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4297 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4608 | $as_echo_n "checking for $ac_word... " >&6; } |
4298 | if test "${ac_cv_path_CAT+set}" = set; then | 4609 | if test "${ac_cv_path_CAT+set}" = set; then |
4299 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4610 | $as_echo_n "(cached) " >&6 |
4300 | else | 4611 | else |
4301 | case $CAT in | 4612 | case $CAT in |
4302 | [\\/]* | ?:[\\/]*) | 4613 | [\\/]* | ?:[\\/]*) |
@@ -4311,7 +4622,7 @@ do | |||
4311 | for ac_exec_ext in '' $ac_executable_extensions; do | 4622 | for ac_exec_ext in '' $ac_executable_extensions; do |
4312 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4623 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4313 | ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" | 4624 | ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" |
4314 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4625 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4315 | break 2 | 4626 | break 2 |
4316 | fi | 4627 | fi |
4317 | done | 4628 | done |
@@ -4323,20 +4634,20 @@ esac | |||
4323 | fi | 4634 | fi |
4324 | CAT=$ac_cv_path_CAT | 4635 | CAT=$ac_cv_path_CAT |
4325 | if test -n "$CAT"; then | 4636 | if test -n "$CAT"; then |
4326 | { echo "$as_me:$LINENO: result: $CAT" >&5 | 4637 | { $as_echo "$as_me:$LINENO: result: $CAT" >&5 |
4327 | echo "${ECHO_T}$CAT" >&6; } | 4638 | $as_echo "$CAT" >&6; } |
4328 | else | 4639 | else |
4329 | { echo "$as_me:$LINENO: result: no" >&5 | 4640 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4330 | echo "${ECHO_T}no" >&6; } | 4641 | $as_echo "no" >&6; } |
4331 | fi | 4642 | fi |
4332 | 4643 | ||
4333 | 4644 | ||
4334 | # Extract the first word of "kill", so it can be a program name with args. | 4645 | # Extract the first word of "kill", so it can be a program name with args. |
4335 | set dummy kill; ac_word=$2 | 4646 | set dummy kill; ac_word=$2 |
4336 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4647 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4337 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4648 | $as_echo_n "checking for $ac_word... " >&6; } |
4338 | if test "${ac_cv_path_KILL+set}" = set; then | 4649 | if test "${ac_cv_path_KILL+set}" = set; then |
4339 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4650 | $as_echo_n "(cached) " >&6 |
4340 | else | 4651 | else |
4341 | case $KILL in | 4652 | case $KILL in |
4342 | [\\/]* | ?:[\\/]*) | 4653 | [\\/]* | ?:[\\/]*) |
@@ -4351,7 +4662,7 @@ do | |||
4351 | for ac_exec_ext in '' $ac_executable_extensions; do | 4662 | for ac_exec_ext in '' $ac_executable_extensions; do |
4352 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4663 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4353 | ac_cv_path_KILL="$as_dir/$ac_word$ac_exec_ext" | 4664 | ac_cv_path_KILL="$as_dir/$ac_word$ac_exec_ext" |
4354 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4665 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4355 | break 2 | 4666 | break 2 |
4356 | fi | 4667 | fi |
4357 | done | 4668 | done |
@@ -4363,11 +4674,11 @@ esac | |||
4363 | fi | 4674 | fi |
4364 | KILL=$ac_cv_path_KILL | 4675 | KILL=$ac_cv_path_KILL |
4365 | if test -n "$KILL"; then | 4676 | if test -n "$KILL"; then |
4366 | { echo "$as_me:$LINENO: result: $KILL" >&5 | 4677 | { $as_echo "$as_me:$LINENO: result: $KILL" >&5 |
4367 | echo "${ECHO_T}$KILL" >&6; } | 4678 | $as_echo "$KILL" >&6; } |
4368 | else | 4679 | else |
4369 | { echo "$as_me:$LINENO: result: no" >&5 | 4680 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4370 | echo "${ECHO_T}no" >&6; } | 4681 | $as_echo "no" >&6; } |
4371 | fi | 4682 | fi |
4372 | 4683 | ||
4373 | 4684 | ||
@@ -4375,10 +4686,10 @@ for ac_prog in perl5 perl | |||
4375 | do | 4686 | do |
4376 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 4687 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
4377 | set dummy $ac_prog; ac_word=$2 | 4688 | set dummy $ac_prog; ac_word=$2 |
4378 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4689 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4379 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4690 | $as_echo_n "checking for $ac_word... " >&6; } |
4380 | if test "${ac_cv_path_PERL+set}" = set; then | 4691 | if test "${ac_cv_path_PERL+set}" = set; then |
4381 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4692 | $as_echo_n "(cached) " >&6 |
4382 | else | 4693 | else |
4383 | case $PERL in | 4694 | case $PERL in |
4384 | [\\/]* | ?:[\\/]*) | 4695 | [\\/]* | ?:[\\/]*) |
@@ -4393,7 +4704,7 @@ do | |||
4393 | for ac_exec_ext in '' $ac_executable_extensions; do | 4704 | for ac_exec_ext in '' $ac_executable_extensions; do |
4394 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4705 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4395 | ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" | 4706 | ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" |
4396 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4707 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4397 | break 2 | 4708 | break 2 |
4398 | fi | 4709 | fi |
4399 | done | 4710 | done |
@@ -4405,11 +4716,11 @@ esac | |||
4405 | fi | 4716 | fi |
4406 | PERL=$ac_cv_path_PERL | 4717 | PERL=$ac_cv_path_PERL |
4407 | if test -n "$PERL"; then | 4718 | if test -n "$PERL"; then |
4408 | { echo "$as_me:$LINENO: result: $PERL" >&5 | 4719 | { $as_echo "$as_me:$LINENO: result: $PERL" >&5 |
4409 | echo "${ECHO_T}$PERL" >&6; } | 4720 | $as_echo "$PERL" >&6; } |
4410 | else | 4721 | else |
4411 | { echo "$as_me:$LINENO: result: no" >&5 | 4722 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4412 | echo "${ECHO_T}no" >&6; } | 4723 | $as_echo "no" >&6; } |
4413 | fi | 4724 | fi |
4414 | 4725 | ||
4415 | 4726 | ||
@@ -4418,10 +4729,10 @@ done | |||
4418 | 4729 | ||
4419 | # Extract the first word of "sed", so it can be a program name with args. | 4730 | # Extract the first word of "sed", so it can be a program name with args. |
4420 | set dummy sed; ac_word=$2 | 4731 | set dummy sed; ac_word=$2 |
4421 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4732 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4422 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4733 | $as_echo_n "checking for $ac_word... " >&6; } |
4423 | if test "${ac_cv_path_SED+set}" = set; then | 4734 | if test "${ac_cv_path_SED+set}" = set; then |
4424 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4735 | $as_echo_n "(cached) " >&6 |
4425 | else | 4736 | else |
4426 | case $SED in | 4737 | case $SED in |
4427 | [\\/]* | ?:[\\/]*) | 4738 | [\\/]* | ?:[\\/]*) |
@@ -4436,7 +4747,7 @@ do | |||
4436 | for ac_exec_ext in '' $ac_executable_extensions; do | 4747 | for ac_exec_ext in '' $ac_executable_extensions; do |
4437 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4748 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4438 | ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" | 4749 | ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" |
4439 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4750 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4440 | break 2 | 4751 | break 2 |
4441 | fi | 4752 | fi |
4442 | done | 4753 | done |
@@ -4448,21 +4759,21 @@ esac | |||
4448 | fi | 4759 | fi |
4449 | SED=$ac_cv_path_SED | 4760 | SED=$ac_cv_path_SED |
4450 | if test -n "$SED"; then | 4761 | if test -n "$SED"; then |
4451 | { echo "$as_me:$LINENO: result: $SED" >&5 | 4762 | { $as_echo "$as_me:$LINENO: result: $SED" >&5 |
4452 | echo "${ECHO_T}$SED" >&6; } | 4763 | $as_echo "$SED" >&6; } |
4453 | else | 4764 | else |
4454 | { echo "$as_me:$LINENO: result: no" >&5 | 4765 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4455 | echo "${ECHO_T}no" >&6; } | 4766 | $as_echo "no" >&6; } |
4456 | fi | 4767 | fi |
4457 | 4768 | ||
4458 | 4769 | ||
4459 | 4770 | ||
4460 | # Extract the first word of "ent", so it can be a program name with args. | 4771 | # Extract the first word of "ent", so it can be a program name with args. |
4461 | set dummy ent; ac_word=$2 | 4772 | set dummy ent; ac_word=$2 |
4462 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4773 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4463 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4774 | $as_echo_n "checking for $ac_word... " >&6; } |
4464 | if test "${ac_cv_path_ENT+set}" = set; then | 4775 | if test "${ac_cv_path_ENT+set}" = set; then |
4465 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4776 | $as_echo_n "(cached) " >&6 |
4466 | else | 4777 | else |
4467 | case $ENT in | 4778 | case $ENT in |
4468 | [\\/]* | ?:[\\/]*) | 4779 | [\\/]* | ?:[\\/]*) |
@@ -4477,7 +4788,7 @@ do | |||
4477 | for ac_exec_ext in '' $ac_executable_extensions; do | 4788 | for ac_exec_ext in '' $ac_executable_extensions; do |
4478 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4789 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4479 | ac_cv_path_ENT="$as_dir/$ac_word$ac_exec_ext" | 4790 | ac_cv_path_ENT="$as_dir/$ac_word$ac_exec_ext" |
4480 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4791 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4481 | break 2 | 4792 | break 2 |
4482 | fi | 4793 | fi |
4483 | done | 4794 | done |
@@ -4489,21 +4800,21 @@ esac | |||
4489 | fi | 4800 | fi |
4490 | ENT=$ac_cv_path_ENT | 4801 | ENT=$ac_cv_path_ENT |
4491 | if test -n "$ENT"; then | 4802 | if test -n "$ENT"; then |
4492 | { echo "$as_me:$LINENO: result: $ENT" >&5 | 4803 | { $as_echo "$as_me:$LINENO: result: $ENT" >&5 |
4493 | echo "${ECHO_T}$ENT" >&6; } | 4804 | $as_echo "$ENT" >&6; } |
4494 | else | 4805 | else |
4495 | { echo "$as_me:$LINENO: result: no" >&5 | 4806 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4496 | echo "${ECHO_T}no" >&6; } | 4807 | $as_echo "no" >&6; } |
4497 | fi | 4808 | fi |
4498 | 4809 | ||
4499 | 4810 | ||
4500 | 4811 | ||
4501 | # Extract the first word of "bash", so it can be a program name with args. | 4812 | # Extract the first word of "bash", so it can be a program name with args. |
4502 | set dummy bash; ac_word=$2 | 4813 | set dummy bash; ac_word=$2 |
4503 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4814 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4504 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4815 | $as_echo_n "checking for $ac_word... " >&6; } |
4505 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then | 4816 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then |
4506 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4817 | $as_echo_n "(cached) " >&6 |
4507 | else | 4818 | else |
4508 | case $TEST_MINUS_S_SH in | 4819 | case $TEST_MINUS_S_SH in |
4509 | [\\/]* | ?:[\\/]*) | 4820 | [\\/]* | ?:[\\/]*) |
@@ -4518,7 +4829,7 @@ do | |||
4518 | for ac_exec_ext in '' $ac_executable_extensions; do | 4829 | for ac_exec_ext in '' $ac_executable_extensions; do |
4519 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4830 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4520 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" | 4831 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" |
4521 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4832 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4522 | break 2 | 4833 | break 2 |
4523 | fi | 4834 | fi |
4524 | done | 4835 | done |
@@ -4530,20 +4841,20 @@ esac | |||
4530 | fi | 4841 | fi |
4531 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH | 4842 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH |
4532 | if test -n "$TEST_MINUS_S_SH"; then | 4843 | if test -n "$TEST_MINUS_S_SH"; then |
4533 | { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 | 4844 | { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 |
4534 | echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; } | 4845 | $as_echo "$TEST_MINUS_S_SH" >&6; } |
4535 | else | 4846 | else |
4536 | { echo "$as_me:$LINENO: result: no" >&5 | 4847 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4537 | echo "${ECHO_T}no" >&6; } | 4848 | $as_echo "no" >&6; } |
4538 | fi | 4849 | fi |
4539 | 4850 | ||
4540 | 4851 | ||
4541 | # Extract the first word of "ksh", so it can be a program name with args. | 4852 | # Extract the first word of "ksh", so it can be a program name with args. |
4542 | set dummy ksh; ac_word=$2 | 4853 | set dummy ksh; ac_word=$2 |
4543 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4854 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4544 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4855 | $as_echo_n "checking for $ac_word... " >&6; } |
4545 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then | 4856 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then |
4546 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4857 | $as_echo_n "(cached) " >&6 |
4547 | else | 4858 | else |
4548 | case $TEST_MINUS_S_SH in | 4859 | case $TEST_MINUS_S_SH in |
4549 | [\\/]* | ?:[\\/]*) | 4860 | [\\/]* | ?:[\\/]*) |
@@ -4558,7 +4869,7 @@ do | |||
4558 | for ac_exec_ext in '' $ac_executable_extensions; do | 4869 | for ac_exec_ext in '' $ac_executable_extensions; do |
4559 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4870 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4560 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" | 4871 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" |
4561 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4872 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4562 | break 2 | 4873 | break 2 |
4563 | fi | 4874 | fi |
4564 | done | 4875 | done |
@@ -4570,20 +4881,20 @@ esac | |||
4570 | fi | 4881 | fi |
4571 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH | 4882 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH |
4572 | if test -n "$TEST_MINUS_S_SH"; then | 4883 | if test -n "$TEST_MINUS_S_SH"; then |
4573 | { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 | 4884 | { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 |
4574 | echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; } | 4885 | $as_echo "$TEST_MINUS_S_SH" >&6; } |
4575 | else | 4886 | else |
4576 | { echo "$as_me:$LINENO: result: no" >&5 | 4887 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4577 | echo "${ECHO_T}no" >&6; } | 4888 | $as_echo "no" >&6; } |
4578 | fi | 4889 | fi |
4579 | 4890 | ||
4580 | 4891 | ||
4581 | # Extract the first word of "sh", so it can be a program name with args. | 4892 | # Extract the first word of "sh", so it can be a program name with args. |
4582 | set dummy sh; ac_word=$2 | 4893 | set dummy sh; ac_word=$2 |
4583 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4894 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4584 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4895 | $as_echo_n "checking for $ac_word... " >&6; } |
4585 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then | 4896 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then |
4586 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4897 | $as_echo_n "(cached) " >&6 |
4587 | else | 4898 | else |
4588 | case $TEST_MINUS_S_SH in | 4899 | case $TEST_MINUS_S_SH in |
4589 | [\\/]* | ?:[\\/]*) | 4900 | [\\/]* | ?:[\\/]*) |
@@ -4598,7 +4909,7 @@ do | |||
4598 | for ac_exec_ext in '' $ac_executable_extensions; do | 4909 | for ac_exec_ext in '' $ac_executable_extensions; do |
4599 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4910 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4600 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" | 4911 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" |
4601 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4912 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4602 | break 2 | 4913 | break 2 |
4603 | fi | 4914 | fi |
4604 | done | 4915 | done |
@@ -4610,20 +4921,20 @@ esac | |||
4610 | fi | 4921 | fi |
4611 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH | 4922 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH |
4612 | if test -n "$TEST_MINUS_S_SH"; then | 4923 | if test -n "$TEST_MINUS_S_SH"; then |
4613 | { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 | 4924 | { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 |
4614 | echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; } | 4925 | $as_echo "$TEST_MINUS_S_SH" >&6; } |
4615 | else | 4926 | else |
4616 | { echo "$as_me:$LINENO: result: no" >&5 | 4927 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4617 | echo "${ECHO_T}no" >&6; } | 4928 | $as_echo "no" >&6; } |
4618 | fi | 4929 | fi |
4619 | 4930 | ||
4620 | 4931 | ||
4621 | # Extract the first word of "sh", so it can be a program name with args. | 4932 | # Extract the first word of "sh", so it can be a program name with args. |
4622 | set dummy sh; ac_word=$2 | 4933 | set dummy sh; ac_word=$2 |
4623 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4934 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4624 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4935 | $as_echo_n "checking for $ac_word... " >&6; } |
4625 | if test "${ac_cv_path_SH+set}" = set; then | 4936 | if test "${ac_cv_path_SH+set}" = set; then |
4626 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4937 | $as_echo_n "(cached) " >&6 |
4627 | else | 4938 | else |
4628 | case $SH in | 4939 | case $SH in |
4629 | [\\/]* | ?:[\\/]*) | 4940 | [\\/]* | ?:[\\/]*) |
@@ -4638,7 +4949,7 @@ do | |||
4638 | for ac_exec_ext in '' $ac_executable_extensions; do | 4949 | for ac_exec_ext in '' $ac_executable_extensions; do |
4639 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4950 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4640 | ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext" | 4951 | ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext" |
4641 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4952 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4642 | break 2 | 4953 | break 2 |
4643 | fi | 4954 | fi |
4644 | done | 4955 | done |
@@ -4650,11 +4961,11 @@ esac | |||
4650 | fi | 4961 | fi |
4651 | SH=$ac_cv_path_SH | 4962 | SH=$ac_cv_path_SH |
4652 | if test -n "$SH"; then | 4963 | if test -n "$SH"; then |
4653 | { echo "$as_me:$LINENO: result: $SH" >&5 | 4964 | { $as_echo "$as_me:$LINENO: result: $SH" >&5 |
4654 | echo "${ECHO_T}$SH" >&6; } | 4965 | $as_echo "$SH" >&6; } |
4655 | else | 4966 | else |
4656 | { echo "$as_me:$LINENO: result: no" >&5 | 4967 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4657 | echo "${ECHO_T}no" >&6; } | 4968 | $as_echo "no" >&6; } |
4658 | fi | 4969 | fi |
4659 | 4970 | ||
4660 | 4971 | ||
@@ -4663,10 +4974,10 @@ TEST_SHELL=sh | |||
4663 | 4974 | ||
4664 | # Extract the first word of "groupadd", so it can be a program name with args. | 4975 | # Extract the first word of "groupadd", so it can be a program name with args. |
4665 | set dummy groupadd; ac_word=$2 | 4976 | set dummy groupadd; ac_word=$2 |
4666 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4977 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4667 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 4978 | $as_echo_n "checking for $ac_word... " >&6; } |
4668 | if test "${ac_cv_path_PATH_GROUPADD_PROG+set}" = set; then | 4979 | if test "${ac_cv_path_PATH_GROUPADD_PROG+set}" = set; then |
4669 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4980 | $as_echo_n "(cached) " >&6 |
4670 | else | 4981 | else |
4671 | case $PATH_GROUPADD_PROG in | 4982 | case $PATH_GROUPADD_PROG in |
4672 | [\\/]* | ?:[\\/]*) | 4983 | [\\/]* | ?:[\\/]*) |
@@ -4681,7 +4992,7 @@ do | |||
4681 | for ac_exec_ext in '' $ac_executable_extensions; do | 4992 | for ac_exec_ext in '' $ac_executable_extensions; do |
4682 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4993 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4683 | ac_cv_path_PATH_GROUPADD_PROG="$as_dir/$ac_word$ac_exec_ext" | 4994 | ac_cv_path_PATH_GROUPADD_PROG="$as_dir/$ac_word$ac_exec_ext" |
4684 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4995 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4685 | break 2 | 4996 | break 2 |
4686 | fi | 4997 | fi |
4687 | done | 4998 | done |
@@ -4694,20 +5005,20 @@ esac | |||
4694 | fi | 5005 | fi |
4695 | PATH_GROUPADD_PROG=$ac_cv_path_PATH_GROUPADD_PROG | 5006 | PATH_GROUPADD_PROG=$ac_cv_path_PATH_GROUPADD_PROG |
4696 | if test -n "$PATH_GROUPADD_PROG"; then | 5007 | if test -n "$PATH_GROUPADD_PROG"; then |
4697 | { echo "$as_me:$LINENO: result: $PATH_GROUPADD_PROG" >&5 | 5008 | { $as_echo "$as_me:$LINENO: result: $PATH_GROUPADD_PROG" >&5 |
4698 | echo "${ECHO_T}$PATH_GROUPADD_PROG" >&6; } | 5009 | $as_echo "$PATH_GROUPADD_PROG" >&6; } |
4699 | else | 5010 | else |
4700 | { echo "$as_me:$LINENO: result: no" >&5 | 5011 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4701 | echo "${ECHO_T}no" >&6; } | 5012 | $as_echo "no" >&6; } |
4702 | fi | 5013 | fi |
4703 | 5014 | ||
4704 | 5015 | ||
4705 | # Extract the first word of "useradd", so it can be a program name with args. | 5016 | # Extract the first word of "useradd", so it can be a program name with args. |
4706 | set dummy useradd; ac_word=$2 | 5017 | set dummy useradd; ac_word=$2 |
4707 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 5018 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4708 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 5019 | $as_echo_n "checking for $ac_word... " >&6; } |
4709 | if test "${ac_cv_path_PATH_USERADD_PROG+set}" = set; then | 5020 | if test "${ac_cv_path_PATH_USERADD_PROG+set}" = set; then |
4710 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5021 | $as_echo_n "(cached) " >&6 |
4711 | else | 5022 | else |
4712 | case $PATH_USERADD_PROG in | 5023 | case $PATH_USERADD_PROG in |
4713 | [\\/]* | ?:[\\/]*) | 5024 | [\\/]* | ?:[\\/]*) |
@@ -4722,7 +5033,7 @@ do | |||
4722 | for ac_exec_ext in '' $ac_executable_extensions; do | 5033 | for ac_exec_ext in '' $ac_executable_extensions; do |
4723 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 5034 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4724 | ac_cv_path_PATH_USERADD_PROG="$as_dir/$ac_word$ac_exec_ext" | 5035 | ac_cv_path_PATH_USERADD_PROG="$as_dir/$ac_word$ac_exec_ext" |
4725 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 5036 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4726 | break 2 | 5037 | break 2 |
4727 | fi | 5038 | fi |
4728 | done | 5039 | done |
@@ -4735,20 +5046,20 @@ esac | |||
4735 | fi | 5046 | fi |
4736 | PATH_USERADD_PROG=$ac_cv_path_PATH_USERADD_PROG | 5047 | PATH_USERADD_PROG=$ac_cv_path_PATH_USERADD_PROG |
4737 | if test -n "$PATH_USERADD_PROG"; then | 5048 | if test -n "$PATH_USERADD_PROG"; then |
4738 | { echo "$as_me:$LINENO: result: $PATH_USERADD_PROG" >&5 | 5049 | { $as_echo "$as_me:$LINENO: result: $PATH_USERADD_PROG" >&5 |
4739 | echo "${ECHO_T}$PATH_USERADD_PROG" >&6; } | 5050 | $as_echo "$PATH_USERADD_PROG" >&6; } |
4740 | else | 5051 | else |
4741 | { echo "$as_me:$LINENO: result: no" >&5 | 5052 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4742 | echo "${ECHO_T}no" >&6; } | 5053 | $as_echo "no" >&6; } |
4743 | fi | 5054 | fi |
4744 | 5055 | ||
4745 | 5056 | ||
4746 | # Extract the first word of "pkgmk", so it can be a program name with args. | 5057 | # Extract the first word of "pkgmk", so it can be a program name with args. |
4747 | set dummy pkgmk; ac_word=$2 | 5058 | set dummy pkgmk; ac_word=$2 |
4748 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 5059 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4749 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 5060 | $as_echo_n "checking for $ac_word... " >&6; } |
4750 | if test "${ac_cv_prog_MAKE_PACKAGE_SUPPORTED+set}" = set; then | 5061 | if test "${ac_cv_prog_MAKE_PACKAGE_SUPPORTED+set}" = set; then |
4751 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5062 | $as_echo_n "(cached) " >&6 |
4752 | else | 5063 | else |
4753 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then | 5064 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then |
4754 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="$MAKE_PACKAGE_SUPPORTED" # Let the user override the test. | 5065 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="$MAKE_PACKAGE_SUPPORTED" # Let the user override the test. |
@@ -4761,7 +5072,7 @@ do | |||
4761 | for ac_exec_ext in '' $ac_executable_extensions; do | 5072 | for ac_exec_ext in '' $ac_executable_extensions; do |
4762 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 5073 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4763 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="yes" | 5074 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="yes" |
4764 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 5075 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4765 | break 2 | 5076 | break 2 |
4766 | fi | 5077 | fi |
4767 | done | 5078 | done |
@@ -4773,11 +5084,11 @@ fi | |||
4773 | fi | 5084 | fi |
4774 | MAKE_PACKAGE_SUPPORTED=$ac_cv_prog_MAKE_PACKAGE_SUPPORTED | 5085 | MAKE_PACKAGE_SUPPORTED=$ac_cv_prog_MAKE_PACKAGE_SUPPORTED |
4775 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then | 5086 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then |
4776 | { echo "$as_me:$LINENO: result: $MAKE_PACKAGE_SUPPORTED" >&5 | 5087 | { $as_echo "$as_me:$LINENO: result: $MAKE_PACKAGE_SUPPORTED" >&5 |
4777 | echo "${ECHO_T}$MAKE_PACKAGE_SUPPORTED" >&6; } | 5088 | $as_echo "$MAKE_PACKAGE_SUPPORTED" >&6; } |
4778 | else | 5089 | else |
4779 | { echo "$as_me:$LINENO: result: no" >&5 | 5090 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
4780 | echo "${ECHO_T}no" >&6; } | 5091 | $as_echo "no" >&6; } |
4781 | fi | 5092 | fi |
4782 | 5093 | ||
4783 | 5094 | ||
@@ -4797,10 +5108,10 @@ fi | |||
4797 | 5108 | ||
4798 | if test "$enable_largefile" != no; then | 5109 | if test "$enable_largefile" != no; then |
4799 | 5110 | ||
4800 | { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 | 5111 | { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 |
4801 | echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } | 5112 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
4802 | if test "${ac_cv_sys_largefile_CC+set}" = set; then | 5113 | if test "${ac_cv_sys_largefile_CC+set}" = set; then |
4803 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5114 | $as_echo_n "(cached) " >&6 |
4804 | else | 5115 | else |
4805 | ac_cv_sys_largefile_CC=no | 5116 | ac_cv_sys_largefile_CC=no |
4806 | if test "$GCC" != yes; then | 5117 | if test "$GCC" != yes; then |
@@ -4837,20 +5148,21 @@ case "(($ac_try" in | |||
4837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5148 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4838 | *) ac_try_echo=$ac_try;; | 5149 | *) ac_try_echo=$ac_try;; |
4839 | esac | 5150 | esac |
4840 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5151 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5152 | $as_echo "$ac_try_echo") >&5 | ||
4841 | (eval "$ac_compile") 2>conftest.er1 | 5153 | (eval "$ac_compile") 2>conftest.er1 |
4842 | ac_status=$? | 5154 | ac_status=$? |
4843 | grep -v '^ *+' conftest.er1 >conftest.err | 5155 | grep -v '^ *+' conftest.er1 >conftest.err |
4844 | rm -f conftest.er1 | 5156 | rm -f conftest.er1 |
4845 | cat conftest.err >&5 | 5157 | cat conftest.err >&5 |
4846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5158 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4847 | (exit $ac_status); } && { | 5159 | (exit $ac_status); } && { |
4848 | test -z "$ac_c_werror_flag" || | 5160 | test -z "$ac_c_werror_flag" || |
4849 | test ! -s conftest.err | 5161 | test ! -s conftest.err |
4850 | } && test -s conftest.$ac_objext; then | 5162 | } && test -s conftest.$ac_objext; then |
4851 | break | 5163 | break |
4852 | else | 5164 | else |
4853 | echo "$as_me: failed program was:" >&5 | 5165 | $as_echo "$as_me: failed program was:" >&5 |
4854 | sed 's/^/| /' conftest.$ac_ext >&5 | 5166 | sed 's/^/| /' conftest.$ac_ext >&5 |
4855 | 5167 | ||
4856 | 5168 | ||
@@ -4864,20 +5176,21 @@ case "(($ac_try" in | |||
4864 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5176 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4865 | *) ac_try_echo=$ac_try;; | 5177 | *) ac_try_echo=$ac_try;; |
4866 | esac | 5178 | esac |
4867 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5179 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5180 | $as_echo "$ac_try_echo") >&5 | ||
4868 | (eval "$ac_compile") 2>conftest.er1 | 5181 | (eval "$ac_compile") 2>conftest.er1 |
4869 | ac_status=$? | 5182 | ac_status=$? |
4870 | grep -v '^ *+' conftest.er1 >conftest.err | 5183 | grep -v '^ *+' conftest.er1 >conftest.err |
4871 | rm -f conftest.er1 | 5184 | rm -f conftest.er1 |
4872 | cat conftest.err >&5 | 5185 | cat conftest.err >&5 |
4873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5186 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4874 | (exit $ac_status); } && { | 5187 | (exit $ac_status); } && { |
4875 | test -z "$ac_c_werror_flag" || | 5188 | test -z "$ac_c_werror_flag" || |
4876 | test ! -s conftest.err | 5189 | test ! -s conftest.err |
4877 | } && test -s conftest.$ac_objext; then | 5190 | } && test -s conftest.$ac_objext; then |
4878 | ac_cv_sys_largefile_CC=' -n32'; break | 5191 | ac_cv_sys_largefile_CC=' -n32'; break |
4879 | else | 5192 | else |
4880 | echo "$as_me: failed program was:" >&5 | 5193 | $as_echo "$as_me: failed program was:" >&5 |
4881 | sed 's/^/| /' conftest.$ac_ext >&5 | 5194 | sed 's/^/| /' conftest.$ac_ext >&5 |
4882 | 5195 | ||
4883 | 5196 | ||
@@ -4890,16 +5203,16 @@ rm -f core conftest.err conftest.$ac_objext | |||
4890 | rm -f conftest.$ac_ext | 5203 | rm -f conftest.$ac_ext |
4891 | fi | 5204 | fi |
4892 | fi | 5205 | fi |
4893 | { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 | 5206 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 |
4894 | echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } | 5207 | $as_echo "$ac_cv_sys_largefile_CC" >&6; } |
4895 | if test "$ac_cv_sys_largefile_CC" != no; then | 5208 | if test "$ac_cv_sys_largefile_CC" != no; then |
4896 | CC=$CC$ac_cv_sys_largefile_CC | 5209 | CC=$CC$ac_cv_sys_largefile_CC |
4897 | fi | 5210 | fi |
4898 | 5211 | ||
4899 | { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 5212 | { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
4900 | echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } | 5213 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
4901 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then | 5214 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then |
4902 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5215 | $as_echo_n "(cached) " >&6 |
4903 | else | 5216 | else |
4904 | while :; do | 5217 | while :; do |
4905 | cat >conftest.$ac_ext <<_ACEOF | 5218 | cat >conftest.$ac_ext <<_ACEOF |
@@ -4931,20 +5244,21 @@ case "(($ac_try" in | |||
4931 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5244 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4932 | *) ac_try_echo=$ac_try;; | 5245 | *) ac_try_echo=$ac_try;; |
4933 | esac | 5246 | esac |
4934 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5247 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5248 | $as_echo "$ac_try_echo") >&5 | ||
4935 | (eval "$ac_compile") 2>conftest.er1 | 5249 | (eval "$ac_compile") 2>conftest.er1 |
4936 | ac_status=$? | 5250 | ac_status=$? |
4937 | grep -v '^ *+' conftest.er1 >conftest.err | 5251 | grep -v '^ *+' conftest.er1 >conftest.err |
4938 | rm -f conftest.er1 | 5252 | rm -f conftest.er1 |
4939 | cat conftest.err >&5 | 5253 | cat conftest.err >&5 |
4940 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5254 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4941 | (exit $ac_status); } && { | 5255 | (exit $ac_status); } && { |
4942 | test -z "$ac_c_werror_flag" || | 5256 | test -z "$ac_c_werror_flag" || |
4943 | test ! -s conftest.err | 5257 | test ! -s conftest.err |
4944 | } && test -s conftest.$ac_objext; then | 5258 | } && test -s conftest.$ac_objext; then |
4945 | ac_cv_sys_file_offset_bits=no; break | 5259 | ac_cv_sys_file_offset_bits=no; break |
4946 | else | 5260 | else |
4947 | echo "$as_me: failed program was:" >&5 | 5261 | $as_echo "$as_me: failed program was:" >&5 |
4948 | sed 's/^/| /' conftest.$ac_ext >&5 | 5262 | sed 's/^/| /' conftest.$ac_ext >&5 |
4949 | 5263 | ||
4950 | 5264 | ||
@@ -4981,20 +5295,21 @@ case "(($ac_try" in | |||
4981 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5295 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4982 | *) ac_try_echo=$ac_try;; | 5296 | *) ac_try_echo=$ac_try;; |
4983 | esac | 5297 | esac |
4984 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5298 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5299 | $as_echo "$ac_try_echo") >&5 | ||
4985 | (eval "$ac_compile") 2>conftest.er1 | 5300 | (eval "$ac_compile") 2>conftest.er1 |
4986 | ac_status=$? | 5301 | ac_status=$? |
4987 | grep -v '^ *+' conftest.er1 >conftest.err | 5302 | grep -v '^ *+' conftest.er1 >conftest.err |
4988 | rm -f conftest.er1 | 5303 | rm -f conftest.er1 |
4989 | cat conftest.err >&5 | 5304 | cat conftest.err >&5 |
4990 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5305 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4991 | (exit $ac_status); } && { | 5306 | (exit $ac_status); } && { |
4992 | test -z "$ac_c_werror_flag" || | 5307 | test -z "$ac_c_werror_flag" || |
4993 | test ! -s conftest.err | 5308 | test ! -s conftest.err |
4994 | } && test -s conftest.$ac_objext; then | 5309 | } && test -s conftest.$ac_objext; then |
4995 | ac_cv_sys_file_offset_bits=64; break | 5310 | ac_cv_sys_file_offset_bits=64; break |
4996 | else | 5311 | else |
4997 | echo "$as_me: failed program was:" >&5 | 5312 | $as_echo "$as_me: failed program was:" >&5 |
4998 | sed 's/^/| /' conftest.$ac_ext >&5 | 5313 | sed 's/^/| /' conftest.$ac_ext >&5 |
4999 | 5314 | ||
5000 | 5315 | ||
@@ -5005,8 +5320,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
5005 | break | 5320 | break |
5006 | done | 5321 | done |
5007 | fi | 5322 | fi |
5008 | { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 | 5323 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 |
5009 | echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } | 5324 | $as_echo "$ac_cv_sys_file_offset_bits" >&6; } |
5010 | case $ac_cv_sys_file_offset_bits in #( | 5325 | case $ac_cv_sys_file_offset_bits in #( |
5011 | no | unknown) ;; | 5326 | no | unknown) ;; |
5012 | *) | 5327 | *) |
@@ -5015,12 +5330,12 @@ cat >>confdefs.h <<_ACEOF | |||
5015 | _ACEOF | 5330 | _ACEOF |
5016 | ;; | 5331 | ;; |
5017 | esac | 5332 | esac |
5018 | rm -f conftest* | 5333 | rm -rf conftest* |
5019 | if test $ac_cv_sys_file_offset_bits = unknown; then | 5334 | if test $ac_cv_sys_file_offset_bits = unknown; then |
5020 | { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 | 5335 | { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 |
5021 | echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } | 5336 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
5022 | if test "${ac_cv_sys_large_files+set}" = set; then | 5337 | if test "${ac_cv_sys_large_files+set}" = set; then |
5023 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5338 | $as_echo_n "(cached) " >&6 |
5024 | else | 5339 | else |
5025 | while :; do | 5340 | while :; do |
5026 | cat >conftest.$ac_ext <<_ACEOF | 5341 | cat >conftest.$ac_ext <<_ACEOF |
@@ -5052,20 +5367,21 @@ case "(($ac_try" in | |||
5052 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5053 | *) ac_try_echo=$ac_try;; | 5368 | *) ac_try_echo=$ac_try;; |
5054 | esac | 5369 | esac |
5055 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5370 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5371 | $as_echo "$ac_try_echo") >&5 | ||
5056 | (eval "$ac_compile") 2>conftest.er1 | 5372 | (eval "$ac_compile") 2>conftest.er1 |
5057 | ac_status=$? | 5373 | ac_status=$? |
5058 | grep -v '^ *+' conftest.er1 >conftest.err | 5374 | grep -v '^ *+' conftest.er1 >conftest.err |
5059 | rm -f conftest.er1 | 5375 | rm -f conftest.er1 |
5060 | cat conftest.err >&5 | 5376 | cat conftest.err >&5 |
5061 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5377 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5062 | (exit $ac_status); } && { | 5378 | (exit $ac_status); } && { |
5063 | test -z "$ac_c_werror_flag" || | 5379 | test -z "$ac_c_werror_flag" || |
5064 | test ! -s conftest.err | 5380 | test ! -s conftest.err |
5065 | } && test -s conftest.$ac_objext; then | 5381 | } && test -s conftest.$ac_objext; then |
5066 | ac_cv_sys_large_files=no; break | 5382 | ac_cv_sys_large_files=no; break |
5067 | else | 5383 | else |
5068 | echo "$as_me: failed program was:" >&5 | 5384 | $as_echo "$as_me: failed program was:" >&5 |
5069 | sed 's/^/| /' conftest.$ac_ext >&5 | 5385 | sed 's/^/| /' conftest.$ac_ext >&5 |
5070 | 5386 | ||
5071 | 5387 | ||
@@ -5102,20 +5418,21 @@ case "(($ac_try" in | |||
5102 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5418 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5103 | *) ac_try_echo=$ac_try;; | 5419 | *) ac_try_echo=$ac_try;; |
5104 | esac | 5420 | esac |
5105 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5421 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5422 | $as_echo "$ac_try_echo") >&5 | ||
5106 | (eval "$ac_compile") 2>conftest.er1 | 5423 | (eval "$ac_compile") 2>conftest.er1 |
5107 | ac_status=$? | 5424 | ac_status=$? |
5108 | grep -v '^ *+' conftest.er1 >conftest.err | 5425 | grep -v '^ *+' conftest.er1 >conftest.err |
5109 | rm -f conftest.er1 | 5426 | rm -f conftest.er1 |
5110 | cat conftest.err >&5 | 5427 | cat conftest.err >&5 |
5111 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5428 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5112 | (exit $ac_status); } && { | 5429 | (exit $ac_status); } && { |
5113 | test -z "$ac_c_werror_flag" || | 5430 | test -z "$ac_c_werror_flag" || |
5114 | test ! -s conftest.err | 5431 | test ! -s conftest.err |
5115 | } && test -s conftest.$ac_objext; then | 5432 | } && test -s conftest.$ac_objext; then |
5116 | ac_cv_sys_large_files=1; break | 5433 | ac_cv_sys_large_files=1; break |
5117 | else | 5434 | else |
5118 | echo "$as_me: failed program was:" >&5 | 5435 | $as_echo "$as_me: failed program was:" >&5 |
5119 | sed 's/^/| /' conftest.$ac_ext >&5 | 5436 | sed 's/^/| /' conftest.$ac_ext >&5 |
5120 | 5437 | ||
5121 | 5438 | ||
@@ -5126,8 +5443,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
5126 | break | 5443 | break |
5127 | done | 5444 | done |
5128 | fi | 5445 | fi |
5129 | { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 | 5446 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 |
5130 | echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } | 5447 | $as_echo "$ac_cv_sys_large_files" >&6; } |
5131 | case $ac_cv_sys_large_files in #( | 5448 | case $ac_cv_sys_large_files in #( |
5132 | no | unknown) ;; | 5449 | no | unknown) ;; |
5133 | *) | 5450 | *) |
@@ -5136,14 +5453,14 @@ cat >>confdefs.h <<_ACEOF | |||
5136 | _ACEOF | 5453 | _ACEOF |
5137 | ;; | 5454 | ;; |
5138 | esac | 5455 | esac |
5139 | rm -f conftest* | 5456 | rm -rf conftest* |
5140 | fi | 5457 | fi |
5141 | fi | 5458 | fi |
5142 | 5459 | ||
5143 | 5460 | ||
5144 | if test -z "$AR" ; then | 5461 | if test -z "$AR" ; then |
5145 | { { echo "$as_me:$LINENO: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5 | 5462 | { { $as_echo "$as_me:$LINENO: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5 |
5146 | echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;} | 5463 | $as_echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;} |
5147 | { (exit 1); exit 1; }; } | 5464 | { (exit 1); exit 1; }; } |
5148 | fi | 5465 | fi |
5149 | 5466 | ||
@@ -5158,10 +5475,10 @@ else | |||
5158 | # Search for login | 5475 | # Search for login |
5159 | # Extract the first word of "login", so it can be a program name with args. | 5476 | # Extract the first word of "login", so it can be a program name with args. |
5160 | set dummy login; ac_word=$2 | 5477 | set dummy login; ac_word=$2 |
5161 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 5478 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
5162 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 5479 | $as_echo_n "checking for $ac_word... " >&6; } |
5163 | if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then | 5480 | if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then |
5164 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5481 | $as_echo_n "(cached) " >&6 |
5165 | else | 5482 | else |
5166 | case $LOGIN_PROGRAM_FALLBACK in | 5483 | case $LOGIN_PROGRAM_FALLBACK in |
5167 | [\\/]* | ?:[\\/]*) | 5484 | [\\/]* | ?:[\\/]*) |
@@ -5176,7 +5493,7 @@ do | |||
5176 | for ac_exec_ext in '' $ac_executable_extensions; do | 5493 | for ac_exec_ext in '' $ac_executable_extensions; do |
5177 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 5494 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5178 | ac_cv_path_LOGIN_PROGRAM_FALLBACK="$as_dir/$ac_word$ac_exec_ext" | 5495 | ac_cv_path_LOGIN_PROGRAM_FALLBACK="$as_dir/$ac_word$ac_exec_ext" |
5179 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 5496 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5180 | break 2 | 5497 | break 2 |
5181 | fi | 5498 | fi |
5182 | done | 5499 | done |
@@ -5188,11 +5505,11 @@ esac | |||
5188 | fi | 5505 | fi |
5189 | LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK | 5506 | LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK |
5190 | if test -n "$LOGIN_PROGRAM_FALLBACK"; then | 5507 | if test -n "$LOGIN_PROGRAM_FALLBACK"; then |
5191 | { echo "$as_me:$LINENO: result: $LOGIN_PROGRAM_FALLBACK" >&5 | 5508 | { $as_echo "$as_me:$LINENO: result: $LOGIN_PROGRAM_FALLBACK" >&5 |
5192 | echo "${ECHO_T}$LOGIN_PROGRAM_FALLBACK" >&6; } | 5509 | $as_echo "$LOGIN_PROGRAM_FALLBACK" >&6; } |
5193 | else | 5510 | else |
5194 | { echo "$as_me:$LINENO: result: no" >&5 | 5511 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
5195 | echo "${ECHO_T}no" >&6; } | 5512 | $as_echo "no" >&6; } |
5196 | fi | 5513 | fi |
5197 | 5514 | ||
5198 | 5515 | ||
@@ -5206,10 +5523,10 @@ fi | |||
5206 | 5523 | ||
5207 | # Extract the first word of "passwd", so it can be a program name with args. | 5524 | # Extract the first word of "passwd", so it can be a program name with args. |
5208 | set dummy passwd; ac_word=$2 | 5525 | set dummy passwd; ac_word=$2 |
5209 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 5526 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
5210 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 5527 | $as_echo_n "checking for $ac_word... " >&6; } |
5211 | if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then | 5528 | if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then |
5212 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5529 | $as_echo_n "(cached) " >&6 |
5213 | else | 5530 | else |
5214 | case $PATH_PASSWD_PROG in | 5531 | case $PATH_PASSWD_PROG in |
5215 | [\\/]* | ?:[\\/]*) | 5532 | [\\/]* | ?:[\\/]*) |
@@ -5224,7 +5541,7 @@ do | |||
5224 | for ac_exec_ext in '' $ac_executable_extensions; do | 5541 | for ac_exec_ext in '' $ac_executable_extensions; do |
5225 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 5542 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5226 | ac_cv_path_PATH_PASSWD_PROG="$as_dir/$ac_word$ac_exec_ext" | 5543 | ac_cv_path_PATH_PASSWD_PROG="$as_dir/$ac_word$ac_exec_ext" |
5227 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 5544 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5228 | break 2 | 5545 | break 2 |
5229 | fi | 5546 | fi |
5230 | done | 5547 | done |
@@ -5236,11 +5553,11 @@ esac | |||
5236 | fi | 5553 | fi |
5237 | PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG | 5554 | PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG |
5238 | if test -n "$PATH_PASSWD_PROG"; then | 5555 | if test -n "$PATH_PASSWD_PROG"; then |
5239 | { echo "$as_me:$LINENO: result: $PATH_PASSWD_PROG" >&5 | 5556 | { $as_echo "$as_me:$LINENO: result: $PATH_PASSWD_PROG" >&5 |
5240 | echo "${ECHO_T}$PATH_PASSWD_PROG" >&6; } | 5557 | $as_echo "$PATH_PASSWD_PROG" >&6; } |
5241 | else | 5558 | else |
5242 | { echo "$as_me:$LINENO: result: no" >&5 | 5559 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
5243 | echo "${ECHO_T}no" >&6; } | 5560 | $as_echo "no" >&6; } |
5244 | fi | 5561 | fi |
5245 | 5562 | ||
5246 | 5563 | ||
@@ -5257,10 +5574,10 @@ if test -z "$LD" ; then | |||
5257 | fi | 5574 | fi |
5258 | 5575 | ||
5259 | 5576 | ||
5260 | { echo "$as_me:$LINENO: checking for inline" >&5 | 5577 | { $as_echo "$as_me:$LINENO: checking for inline" >&5 |
5261 | echo $ECHO_N "checking for inline... $ECHO_C" >&6; } | 5578 | $as_echo_n "checking for inline... " >&6; } |
5262 | if test "${ac_cv_c_inline+set}" = set; then | 5579 | if test "${ac_cv_c_inline+set}" = set; then |
5263 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5580 | $as_echo_n "(cached) " >&6 |
5264 | else | 5581 | else |
5265 | ac_cv_c_inline=no | 5582 | ac_cv_c_inline=no |
5266 | for ac_kw in inline __inline__ __inline; do | 5583 | for ac_kw in inline __inline__ __inline; do |
@@ -5283,20 +5600,21 @@ case "(($ac_try" in | |||
5283 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5600 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5284 | *) ac_try_echo=$ac_try;; | 5601 | *) ac_try_echo=$ac_try;; |
5285 | esac | 5602 | esac |
5286 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5603 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5604 | $as_echo "$ac_try_echo") >&5 | ||
5287 | (eval "$ac_compile") 2>conftest.er1 | 5605 | (eval "$ac_compile") 2>conftest.er1 |
5288 | ac_status=$? | 5606 | ac_status=$? |
5289 | grep -v '^ *+' conftest.er1 >conftest.err | 5607 | grep -v '^ *+' conftest.er1 >conftest.err |
5290 | rm -f conftest.er1 | 5608 | rm -f conftest.er1 |
5291 | cat conftest.err >&5 | 5609 | cat conftest.err >&5 |
5292 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5610 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5293 | (exit $ac_status); } && { | 5611 | (exit $ac_status); } && { |
5294 | test -z "$ac_c_werror_flag" || | 5612 | test -z "$ac_c_werror_flag" || |
5295 | test ! -s conftest.err | 5613 | test ! -s conftest.err |
5296 | } && test -s conftest.$ac_objext; then | 5614 | } && test -s conftest.$ac_objext; then |
5297 | ac_cv_c_inline=$ac_kw | 5615 | ac_cv_c_inline=$ac_kw |
5298 | else | 5616 | else |
5299 | echo "$as_me: failed program was:" >&5 | 5617 | $as_echo "$as_me: failed program was:" >&5 |
5300 | sed 's/^/| /' conftest.$ac_ext >&5 | 5618 | sed 's/^/| /' conftest.$ac_ext >&5 |
5301 | 5619 | ||
5302 | 5620 | ||
@@ -5307,8 +5625,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
5307 | done | 5625 | done |
5308 | 5626 | ||
5309 | fi | 5627 | fi |
5310 | { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 | 5628 | { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 |
5311 | echo "${ECHO_T}$ac_cv_c_inline" >&6; } | 5629 | $as_echo "$ac_cv_c_inline" >&6; } |
5312 | 5630 | ||
5313 | 5631 | ||
5314 | case $ac_cv_c_inline in | 5632 | case $ac_cv_c_inline in |
@@ -5327,10 +5645,10 @@ _ACEOF | |||
5327 | esac | 5645 | esac |
5328 | 5646 | ||
5329 | 5647 | ||
5330 | { echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 | 5648 | { $as_echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 |
5331 | echo $ECHO_N "checking whether LLONG_MAX is declared... $ECHO_C" >&6; } | 5649 | $as_echo_n "checking whether LLONG_MAX is declared... " >&6; } |
5332 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then | 5650 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then |
5333 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5651 | $as_echo_n "(cached) " >&6 |
5334 | else | 5652 | else |
5335 | cat >conftest.$ac_ext <<_ACEOF | 5653 | cat >conftest.$ac_ext <<_ACEOF |
5336 | /* confdefs.h. */ | 5654 | /* confdefs.h. */ |
@@ -5357,20 +5675,21 @@ case "(($ac_try" in | |||
5357 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5675 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5358 | *) ac_try_echo=$ac_try;; | 5676 | *) ac_try_echo=$ac_try;; |
5359 | esac | 5677 | esac |
5360 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5678 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5679 | $as_echo "$ac_try_echo") >&5 | ||
5361 | (eval "$ac_compile") 2>conftest.er1 | 5680 | (eval "$ac_compile") 2>conftest.er1 |
5362 | ac_status=$? | 5681 | ac_status=$? |
5363 | grep -v '^ *+' conftest.er1 >conftest.err | 5682 | grep -v '^ *+' conftest.er1 >conftest.err |
5364 | rm -f conftest.er1 | 5683 | rm -f conftest.er1 |
5365 | cat conftest.err >&5 | 5684 | cat conftest.err >&5 |
5366 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5685 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5367 | (exit $ac_status); } && { | 5686 | (exit $ac_status); } && { |
5368 | test -z "$ac_c_werror_flag" || | 5687 | test -z "$ac_c_werror_flag" || |
5369 | test ! -s conftest.err | 5688 | test ! -s conftest.err |
5370 | } && test -s conftest.$ac_objext; then | 5689 | } && test -s conftest.$ac_objext; then |
5371 | ac_cv_have_decl_LLONG_MAX=yes | 5690 | ac_cv_have_decl_LLONG_MAX=yes |
5372 | else | 5691 | else |
5373 | echo "$as_me: failed program was:" >&5 | 5692 | $as_echo "$as_me: failed program was:" >&5 |
5374 | sed 's/^/| /' conftest.$ac_ext >&5 | 5693 | sed 's/^/| /' conftest.$ac_ext >&5 |
5375 | 5694 | ||
5376 | ac_cv_have_decl_LLONG_MAX=no | 5695 | ac_cv_have_decl_LLONG_MAX=no |
@@ -5378,8 +5697,8 @@ fi | |||
5378 | 5697 | ||
5379 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 5698 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5380 | fi | 5699 | fi |
5381 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 | 5700 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 |
5382 | echo "${ECHO_T}$ac_cv_have_decl_LLONG_MAX" >&6; } | 5701 | $as_echo "$ac_cv_have_decl_LLONG_MAX" >&6; } |
5383 | if test $ac_cv_have_decl_LLONG_MAX = yes; then | 5702 | if test $ac_cv_have_decl_LLONG_MAX = yes; then |
5384 | have_llong_max=1 | 5703 | have_llong_max=1 |
5385 | fi | 5704 | fi |
@@ -5411,8 +5730,8 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then | |||
5411 | *) ;; | 5730 | *) ;; |
5412 | esac | 5731 | esac |
5413 | 5732 | ||
5414 | { echo "$as_me:$LINENO: checking if $CC accepts -fno-builtin-memset" >&5 | 5733 | { $as_echo "$as_me:$LINENO: checking if $CC accepts -fno-builtin-memset" >&5 |
5415 | echo $ECHO_N "checking if $CC accepts -fno-builtin-memset... $ECHO_C" >&6; } | 5734 | $as_echo_n "checking if $CC accepts -fno-builtin-memset... " >&6; } |
5416 | saved_CFLAGS="$CFLAGS" | 5735 | saved_CFLAGS="$CFLAGS" |
5417 | CFLAGS="$CFLAGS -fno-builtin-memset" | 5736 | CFLAGS="$CFLAGS -fno-builtin-memset" |
5418 | cat >conftest.$ac_ext <<_ACEOF | 5737 | cat >conftest.$ac_ext <<_ACEOF |
@@ -5432,30 +5751,34 @@ case "(($ac_try" in | |||
5432 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5751 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5433 | *) ac_try_echo=$ac_try;; | 5752 | *) ac_try_echo=$ac_try;; |
5434 | esac | 5753 | esac |
5435 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5754 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5755 | $as_echo "$ac_try_echo") >&5 | ||
5436 | (eval "$ac_link") 2>conftest.er1 | 5756 | (eval "$ac_link") 2>conftest.er1 |
5437 | ac_status=$? | 5757 | ac_status=$? |
5438 | grep -v '^ *+' conftest.er1 >conftest.err | 5758 | grep -v '^ *+' conftest.er1 >conftest.err |
5439 | rm -f conftest.er1 | 5759 | rm -f conftest.er1 |
5440 | cat conftest.err >&5 | 5760 | cat conftest.err >&5 |
5441 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5761 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5442 | (exit $ac_status); } && { | 5762 | (exit $ac_status); } && { |
5443 | test -z "$ac_c_werror_flag" || | 5763 | test -z "$ac_c_werror_flag" || |
5444 | test ! -s conftest.err | 5764 | test ! -s conftest.err |
5445 | } && test -s conftest$ac_exeext && | 5765 | } && test -s conftest$ac_exeext && { |
5446 | $as_test_x conftest$ac_exeext; then | 5766 | test "$cross_compiling" = yes || |
5447 | { echo "$as_me:$LINENO: result: yes" >&5 | 5767 | $as_test_x conftest$ac_exeext |
5448 | echo "${ECHO_T}yes" >&6; } | 5768 | }; then |
5769 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
5770 | $as_echo "yes" >&6; } | ||
5449 | else | 5771 | else |
5450 | echo "$as_me: failed program was:" >&5 | 5772 | $as_echo "$as_me: failed program was:" >&5 |
5451 | sed 's/^/| /' conftest.$ac_ext >&5 | 5773 | sed 's/^/| /' conftest.$ac_ext >&5 |
5452 | 5774 | ||
5453 | { echo "$as_me:$LINENO: result: no" >&5 | 5775 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
5454 | echo "${ECHO_T}no" >&6; } | 5776 | $as_echo "no" >&6; } |
5455 | CFLAGS="$saved_CFLAGS" | 5777 | CFLAGS="$saved_CFLAGS" |
5456 | 5778 | ||
5457 | fi | 5779 | fi |
5458 | 5780 | ||
5781 | rm -rf conftest.dSYM | ||
5459 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 5782 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
5460 | conftest$ac_exeext conftest.$ac_ext | 5783 | conftest$ac_exeext conftest.$ac_ext |
5461 | 5784 | ||
@@ -5464,8 +5787,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
5464 | # on a given platform gcc will emit a warning so we use -Werror. | 5787 | # on a given platform gcc will emit a warning so we use -Werror. |
5465 | if test "x$use_stack_protector" = "x1"; then | 5788 | if test "x$use_stack_protector" = "x1"; then |
5466 | for t in -fstack-protector-all -fstack-protector; do | 5789 | for t in -fstack-protector-all -fstack-protector; do |
5467 | { echo "$as_me:$LINENO: checking if $CC supports $t" >&5 | 5790 | { $as_echo "$as_me:$LINENO: checking if $CC supports $t" >&5 |
5468 | echo $ECHO_N "checking if $CC supports $t... $ECHO_C" >&6; } | 5791 | $as_echo_n "checking if $CC supports $t... " >&6; } |
5469 | saved_CFLAGS="$CFLAGS" | 5792 | saved_CFLAGS="$CFLAGS" |
5470 | saved_LDFLAGS="$LDFLAGS" | 5793 | saved_LDFLAGS="$LDFLAGS" |
5471 | CFLAGS="$CFLAGS $t -Werror" | 5794 | CFLAGS="$CFLAGS $t -Werror" |
@@ -5487,27 +5810,30 @@ case "(($ac_try" in | |||
5487 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5810 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5488 | *) ac_try_echo=$ac_try;; | 5811 | *) ac_try_echo=$ac_try;; |
5489 | esac | 5812 | esac |
5490 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5813 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5814 | $as_echo "$ac_try_echo") >&5 | ||
5491 | (eval "$ac_link") 2>conftest.er1 | 5815 | (eval "$ac_link") 2>conftest.er1 |
5492 | ac_status=$? | 5816 | ac_status=$? |
5493 | grep -v '^ *+' conftest.er1 >conftest.err | 5817 | grep -v '^ *+' conftest.er1 >conftest.err |
5494 | rm -f conftest.er1 | 5818 | rm -f conftest.er1 |
5495 | cat conftest.err >&5 | 5819 | cat conftest.err >&5 |
5496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5820 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5497 | (exit $ac_status); } && { | 5821 | (exit $ac_status); } && { |
5498 | test -z "$ac_c_werror_flag" || | 5822 | test -z "$ac_c_werror_flag" || |
5499 | test ! -s conftest.err | 5823 | test ! -s conftest.err |
5500 | } && test -s conftest$ac_exeext && | 5824 | } && test -s conftest$ac_exeext && { |
5501 | $as_test_x conftest$ac_exeext; then | 5825 | test "$cross_compiling" = yes || |
5502 | { echo "$as_me:$LINENO: result: yes" >&5 | 5826 | $as_test_x conftest$ac_exeext |
5503 | echo "${ECHO_T}yes" >&6; } | 5827 | }; then |
5828 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
5829 | $as_echo "yes" >&6; } | ||
5504 | CFLAGS="$saved_CFLAGS $t" | 5830 | CFLAGS="$saved_CFLAGS $t" |
5505 | LDFLAGS="$saved_LDFLAGS $t" | 5831 | LDFLAGS="$saved_LDFLAGS $t" |
5506 | { echo "$as_me:$LINENO: checking if $t works" >&5 | 5832 | { $as_echo "$as_me:$LINENO: checking if $t works" >&5 |
5507 | echo $ECHO_N "checking if $t works... $ECHO_C" >&6; } | 5833 | $as_echo_n "checking if $t works... " >&6; } |
5508 | if test "$cross_compiling" = yes; then | 5834 | if test "$cross_compiling" = yes; then |
5509 | { echo "$as_me:$LINENO: WARNING: cross compiling: cannot test" >&5 | 5835 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: cannot test" >&5 |
5510 | echo "$as_me: WARNING: cross compiling: cannot test" >&2;} | 5836 | $as_echo "$as_me: WARNING: cross compiling: cannot test" >&2;} |
5511 | break | 5837 | break |
5512 | 5838 | ||
5513 | else | 5839 | else |
@@ -5528,46 +5854,50 @@ case "(($ac_try" in | |||
5528 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5854 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5529 | *) ac_try_echo=$ac_try;; | 5855 | *) ac_try_echo=$ac_try;; |
5530 | esac | 5856 | esac |
5531 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5857 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5858 | $as_echo "$ac_try_echo") >&5 | ||
5532 | (eval "$ac_link") 2>&5 | 5859 | (eval "$ac_link") 2>&5 |
5533 | ac_status=$? | 5860 | ac_status=$? |
5534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5861 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5535 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 5862 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
5536 | { (case "(($ac_try" in | 5863 | { (case "(($ac_try" in |
5537 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5864 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5538 | *) ac_try_echo=$ac_try;; | 5865 | *) ac_try_echo=$ac_try;; |
5539 | esac | 5866 | esac |
5540 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5867 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5868 | $as_echo "$ac_try_echo") >&5 | ||
5541 | (eval "$ac_try") 2>&5 | 5869 | (eval "$ac_try") 2>&5 |
5542 | ac_status=$? | 5870 | ac_status=$? |
5543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5871 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5544 | (exit $ac_status); }; }; then | 5872 | (exit $ac_status); }; }; then |
5545 | { echo "$as_me:$LINENO: result: yes" >&5 | 5873 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
5546 | echo "${ECHO_T}yes" >&6; } | 5874 | $as_echo "yes" >&6; } |
5547 | break | 5875 | break |
5548 | else | 5876 | else |
5549 | echo "$as_me: program exited with status $ac_status" >&5 | 5877 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
5550 | echo "$as_me: failed program was:" >&5 | 5878 | $as_echo "$as_me: failed program was:" >&5 |
5551 | sed 's/^/| /' conftest.$ac_ext >&5 | 5879 | sed 's/^/| /' conftest.$ac_ext >&5 |
5552 | 5880 | ||
5553 | ( exit $ac_status ) | 5881 | ( exit $ac_status ) |
5554 | { echo "$as_me:$LINENO: result: no" >&5 | 5882 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
5555 | echo "${ECHO_T}no" >&6; } | 5883 | $as_echo "no" >&6; } |
5556 | fi | 5884 | fi |
5885 | rm -rf conftest.dSYM | ||
5557 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 5886 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5558 | fi | 5887 | fi |
5559 | 5888 | ||
5560 | 5889 | ||
5561 | 5890 | ||
5562 | else | 5891 | else |
5563 | echo "$as_me: failed program was:" >&5 | 5892 | $as_echo "$as_me: failed program was:" >&5 |
5564 | sed 's/^/| /' conftest.$ac_ext >&5 | 5893 | sed 's/^/| /' conftest.$ac_ext >&5 |
5565 | 5894 | ||
5566 | { echo "$as_me:$LINENO: result: no" >&5 | 5895 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
5567 | echo "${ECHO_T}no" >&6; } | 5896 | $as_echo "no" >&6; } |
5568 | 5897 | ||
5569 | fi | 5898 | fi |
5570 | 5899 | ||
5900 | rm -rf conftest.dSYM | ||
5571 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 5901 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
5572 | conftest$ac_exeext conftest.$ac_ext | 5902 | conftest$ac_exeext conftest.$ac_ext |
5573 | CFLAGS="$saved_CFLAGS" | 5903 | CFLAGS="$saved_CFLAGS" |
@@ -5580,10 +5910,10 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
5580 | unset ac_cv_have_decl_LLONG_MAX | 5910 | unset ac_cv_have_decl_LLONG_MAX |
5581 | saved_CFLAGS="$CFLAGS" | 5911 | saved_CFLAGS="$CFLAGS" |
5582 | CFLAGS="$CFLAGS -std=gnu99" | 5912 | CFLAGS="$CFLAGS -std=gnu99" |
5583 | { echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 | 5913 | { $as_echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 |
5584 | echo $ECHO_N "checking whether LLONG_MAX is declared... $ECHO_C" >&6; } | 5914 | $as_echo_n "checking whether LLONG_MAX is declared... " >&6; } |
5585 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then | 5915 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then |
5586 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5916 | $as_echo_n "(cached) " >&6 |
5587 | else | 5917 | else |
5588 | cat >conftest.$ac_ext <<_ACEOF | 5918 | cat >conftest.$ac_ext <<_ACEOF |
5589 | /* confdefs.h. */ | 5919 | /* confdefs.h. */ |
@@ -5611,20 +5941,21 @@ case "(($ac_try" in | |||
5611 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5941 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5612 | *) ac_try_echo=$ac_try;; | 5942 | *) ac_try_echo=$ac_try;; |
5613 | esac | 5943 | esac |
5614 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 5944 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
5945 | $as_echo "$ac_try_echo") >&5 | ||
5615 | (eval "$ac_compile") 2>conftest.er1 | 5946 | (eval "$ac_compile") 2>conftest.er1 |
5616 | ac_status=$? | 5947 | ac_status=$? |
5617 | grep -v '^ *+' conftest.er1 >conftest.err | 5948 | grep -v '^ *+' conftest.er1 >conftest.err |
5618 | rm -f conftest.er1 | 5949 | rm -f conftest.er1 |
5619 | cat conftest.err >&5 | 5950 | cat conftest.err >&5 |
5620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5951 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5621 | (exit $ac_status); } && { | 5952 | (exit $ac_status); } && { |
5622 | test -z "$ac_c_werror_flag" || | 5953 | test -z "$ac_c_werror_flag" || |
5623 | test ! -s conftest.err | 5954 | test ! -s conftest.err |
5624 | } && test -s conftest.$ac_objext; then | 5955 | } && test -s conftest.$ac_objext; then |
5625 | ac_cv_have_decl_LLONG_MAX=yes | 5956 | ac_cv_have_decl_LLONG_MAX=yes |
5626 | else | 5957 | else |
5627 | echo "$as_me: failed program was:" >&5 | 5958 | $as_echo "$as_me: failed program was:" >&5 |
5628 | sed 's/^/| /' conftest.$ac_ext >&5 | 5959 | sed 's/^/| /' conftest.$ac_ext >&5 |
5629 | 5960 | ||
5630 | ac_cv_have_decl_LLONG_MAX=no | 5961 | ac_cv_have_decl_LLONG_MAX=no |
@@ -5632,8 +5963,8 @@ fi | |||
5632 | 5963 | ||
5633 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 5964 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5634 | fi | 5965 | fi |
5635 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 | 5966 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 |
5636 | echo "${ECHO_T}$ac_cv_have_decl_LLONG_MAX" >&6; } | 5967 | $as_echo "$ac_cv_have_decl_LLONG_MAX" >&6; } |
5637 | if test $ac_cv_have_decl_LLONG_MAX = yes; then | 5968 | if test $ac_cv_have_decl_LLONG_MAX = yes; then |
5638 | have_llong_max=1 | 5969 | have_llong_max=1 |
5639 | else | 5970 | else |
@@ -5793,7 +6124,6 @@ fi | |||
5793 | 6124 | ||
5794 | 6125 | ||
5795 | 6126 | ||
5796 | |||
5797 | for ac_header in \ | 6127 | for ac_header in \ |
5798 | bstring.h \ | 6128 | bstring.h \ |
5799 | crypt.h \ | 6129 | crypt.h \ |
@@ -5833,7 +6163,6 @@ for ac_header in \ | |||
5833 | sys/cdefs.h \ | 6163 | sys/cdefs.h \ |
5834 | sys/dir.h \ | 6164 | sys/dir.h \ |
5835 | sys/mman.h \ | 6165 | sys/mman.h \ |
5836 | sys/mount.h \ | ||
5837 | sys/ndir.h \ | 6166 | sys/ndir.h \ |
5838 | sys/poll.h \ | 6167 | sys/poll.h \ |
5839 | sys/prctl.h \ | 6168 | sys/prctl.h \ |
@@ -5861,20 +6190,21 @@ for ac_header in \ | |||
5861 | vis.h \ | 6190 | vis.h \ |
5862 | 6191 | ||
5863 | do | 6192 | do |
5864 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6193 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5865 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6194 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
5866 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6195 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5867 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 6196 | $as_echo_n "checking for $ac_header... " >&6; } |
5868 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6197 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
5869 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6198 | $as_echo_n "(cached) " >&6 |
5870 | fi | 6199 | fi |
5871 | ac_res=`eval echo '${'$as_ac_Header'}'` | 6200 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
5872 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 6201 | $as_echo "$as_val"'` |
5873 | echo "${ECHO_T}$ac_res" >&6; } | 6202 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
6203 | $as_echo "$ac_res" >&6; } | ||
5874 | else | 6204 | else |
5875 | # Is the header compilable? | 6205 | # Is the header compilable? |
5876 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 6206 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
5877 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 6207 | $as_echo_n "checking $ac_header usability... " >&6; } |
5878 | cat >conftest.$ac_ext <<_ACEOF | 6208 | cat >conftest.$ac_ext <<_ACEOF |
5879 | /* confdefs.h. */ | 6209 | /* confdefs.h. */ |
5880 | _ACEOF | 6210 | _ACEOF |
@@ -5890,32 +6220,33 @@ case "(($ac_try" in | |||
5890 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6220 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5891 | *) ac_try_echo=$ac_try;; | 6221 | *) ac_try_echo=$ac_try;; |
5892 | esac | 6222 | esac |
5893 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6223 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6224 | $as_echo "$ac_try_echo") >&5 | ||
5894 | (eval "$ac_compile") 2>conftest.er1 | 6225 | (eval "$ac_compile") 2>conftest.er1 |
5895 | ac_status=$? | 6226 | ac_status=$? |
5896 | grep -v '^ *+' conftest.er1 >conftest.err | 6227 | grep -v '^ *+' conftest.er1 >conftest.err |
5897 | rm -f conftest.er1 | 6228 | rm -f conftest.er1 |
5898 | cat conftest.err >&5 | 6229 | cat conftest.err >&5 |
5899 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6230 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5900 | (exit $ac_status); } && { | 6231 | (exit $ac_status); } && { |
5901 | test -z "$ac_c_werror_flag" || | 6232 | test -z "$ac_c_werror_flag" || |
5902 | test ! -s conftest.err | 6233 | test ! -s conftest.err |
5903 | } && test -s conftest.$ac_objext; then | 6234 | } && test -s conftest.$ac_objext; then |
5904 | ac_header_compiler=yes | 6235 | ac_header_compiler=yes |
5905 | else | 6236 | else |
5906 | echo "$as_me: failed program was:" >&5 | 6237 | $as_echo "$as_me: failed program was:" >&5 |
5907 | sed 's/^/| /' conftest.$ac_ext >&5 | 6238 | sed 's/^/| /' conftest.$ac_ext >&5 |
5908 | 6239 | ||
5909 | ac_header_compiler=no | 6240 | ac_header_compiler=no |
5910 | fi | 6241 | fi |
5911 | 6242 | ||
5912 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6243 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5913 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 6244 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
5914 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 6245 | $as_echo "$ac_header_compiler" >&6; } |
5915 | 6246 | ||
5916 | # Is the header present? | 6247 | # Is the header present? |
5917 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 6248 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
5918 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 6249 | $as_echo_n "checking $ac_header presence... " >&6; } |
5919 | cat >conftest.$ac_ext <<_ACEOF | 6250 | cat >conftest.$ac_ext <<_ACEOF |
5920 | /* confdefs.h. */ | 6251 | /* confdefs.h. */ |
5921 | _ACEOF | 6252 | _ACEOF |
@@ -5929,51 +6260,52 @@ case "(($ac_try" in | |||
5929 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6260 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5930 | *) ac_try_echo=$ac_try;; | 6261 | *) ac_try_echo=$ac_try;; |
5931 | esac | 6262 | esac |
5932 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6263 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6264 | $as_echo "$ac_try_echo") >&5 | ||
5933 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 6265 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
5934 | ac_status=$? | 6266 | ac_status=$? |
5935 | grep -v '^ *+' conftest.er1 >conftest.err | 6267 | grep -v '^ *+' conftest.er1 >conftest.err |
5936 | rm -f conftest.er1 | 6268 | rm -f conftest.er1 |
5937 | cat conftest.err >&5 | 6269 | cat conftest.err >&5 |
5938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6270 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5939 | (exit $ac_status); } >/dev/null && { | 6271 | (exit $ac_status); } >/dev/null && { |
5940 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 6272 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
5941 | test ! -s conftest.err | 6273 | test ! -s conftest.err |
5942 | }; then | 6274 | }; then |
5943 | ac_header_preproc=yes | 6275 | ac_header_preproc=yes |
5944 | else | 6276 | else |
5945 | echo "$as_me: failed program was:" >&5 | 6277 | $as_echo "$as_me: failed program was:" >&5 |
5946 | sed 's/^/| /' conftest.$ac_ext >&5 | 6278 | sed 's/^/| /' conftest.$ac_ext >&5 |
5947 | 6279 | ||
5948 | ac_header_preproc=no | 6280 | ac_header_preproc=no |
5949 | fi | 6281 | fi |
5950 | 6282 | ||
5951 | rm -f conftest.err conftest.$ac_ext | 6283 | rm -f conftest.err conftest.$ac_ext |
5952 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 6284 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
5953 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 6285 | $as_echo "$ac_header_preproc" >&6; } |
5954 | 6286 | ||
5955 | # So? What about this header? | 6287 | # So? What about this header? |
5956 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 6288 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
5957 | yes:no: ) | 6289 | yes:no: ) |
5958 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 6290 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
5959 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 6291 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
5960 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 6292 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
5961 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 6293 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
5962 | ac_header_preproc=yes | 6294 | ac_header_preproc=yes |
5963 | ;; | 6295 | ;; |
5964 | no:yes:* ) | 6296 | no:yes:* ) |
5965 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 6297 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
5966 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 6298 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
5967 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 6299 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
5968 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 6300 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
5969 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 6301 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
5970 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 6302 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
5971 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 6303 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
5972 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 6304 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
5973 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 6305 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
5974 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 6306 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
5975 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 6307 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
5976 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 6308 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
5977 | ( cat <<\_ASBOX | 6309 | ( cat <<\_ASBOX |
5978 | ## ------------------------------------------- ## | 6310 | ## ------------------------------------------- ## |
5979 | ## Report this to openssh-unix-dev@mindrot.org ## | 6311 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -5982,21 +6314,23 @@ _ASBOX | |||
5982 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 6314 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
5983 | ;; | 6315 | ;; |
5984 | esac | 6316 | esac |
5985 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6317 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5986 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 6318 | $as_echo_n "checking for $ac_header... " >&6; } |
5987 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6319 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
5988 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6320 | $as_echo_n "(cached) " >&6 |
5989 | else | 6321 | else |
5990 | eval "$as_ac_Header=\$ac_header_preproc" | 6322 | eval "$as_ac_Header=\$ac_header_preproc" |
5991 | fi | 6323 | fi |
5992 | ac_res=`eval echo '${'$as_ac_Header'}'` | 6324 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
5993 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 6325 | $as_echo "$as_val"'` |
5994 | echo "${ECHO_T}$ac_res" >&6; } | 6326 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
6327 | $as_echo "$ac_res" >&6; } | ||
5995 | 6328 | ||
5996 | fi | 6329 | fi |
5997 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 6330 | if test `eval 'as_val=${'$as_ac_Header'} |
6331 | $as_echo "$as_val"'` = yes; then | ||
5998 | cat >>confdefs.h <<_ACEOF | 6332 | cat >>confdefs.h <<_ACEOF |
5999 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6333 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6000 | _ACEOF | 6334 | _ACEOF |
6001 | 6335 | ||
6002 | fi | 6336 | fi |
@@ -6008,11 +6342,11 @@ done | |||
6008 | 6342 | ||
6009 | for ac_header in lastlog.h | 6343 | for ac_header in lastlog.h |
6010 | do | 6344 | do |
6011 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6345 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6012 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6346 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6013 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 6347 | $as_echo_n "checking for $ac_header... " >&6; } |
6014 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6348 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6015 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6349 | $as_echo_n "(cached) " >&6 |
6016 | else | 6350 | else |
6017 | cat >conftest.$ac_ext <<_ACEOF | 6351 | cat >conftest.$ac_ext <<_ACEOF |
6018 | /* confdefs.h. */ | 6352 | /* confdefs.h. */ |
@@ -6034,20 +6368,21 @@ case "(($ac_try" in | |||
6034 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6368 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6035 | *) ac_try_echo=$ac_try;; | 6369 | *) ac_try_echo=$ac_try;; |
6036 | esac | 6370 | esac |
6037 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6371 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6372 | $as_echo "$ac_try_echo") >&5 | ||
6038 | (eval "$ac_compile") 2>conftest.er1 | 6373 | (eval "$ac_compile") 2>conftest.er1 |
6039 | ac_status=$? | 6374 | ac_status=$? |
6040 | grep -v '^ *+' conftest.er1 >conftest.err | 6375 | grep -v '^ *+' conftest.er1 >conftest.err |
6041 | rm -f conftest.er1 | 6376 | rm -f conftest.er1 |
6042 | cat conftest.err >&5 | 6377 | cat conftest.err >&5 |
6043 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6378 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6044 | (exit $ac_status); } && { | 6379 | (exit $ac_status); } && { |
6045 | test -z "$ac_c_werror_flag" || | 6380 | test -z "$ac_c_werror_flag" || |
6046 | test ! -s conftest.err | 6381 | test ! -s conftest.err |
6047 | } && test -s conftest.$ac_objext; then | 6382 | } && test -s conftest.$ac_objext; then |
6048 | eval "$as_ac_Header=yes" | 6383 | eval "$as_ac_Header=yes" |
6049 | else | 6384 | else |
6050 | echo "$as_me: failed program was:" >&5 | 6385 | $as_echo "$as_me: failed program was:" >&5 |
6051 | sed 's/^/| /' conftest.$ac_ext >&5 | 6386 | sed 's/^/| /' conftest.$ac_ext >&5 |
6052 | 6387 | ||
6053 | eval "$as_ac_Header=no" | 6388 | eval "$as_ac_Header=no" |
@@ -6055,12 +6390,14 @@ fi | |||
6055 | 6390 | ||
6056 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6391 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6057 | fi | 6392 | fi |
6058 | ac_res=`eval echo '${'$as_ac_Header'}'` | 6393 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
6059 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 6394 | $as_echo "$as_val"'` |
6060 | echo "${ECHO_T}$ac_res" >&6; } | 6395 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
6061 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 6396 | $as_echo "$ac_res" >&6; } |
6397 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6398 | $as_echo "$as_val"'` = yes; then | ||
6062 | cat >>confdefs.h <<_ACEOF | 6399 | cat >>confdefs.h <<_ACEOF |
6063 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6400 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6064 | _ACEOF | 6401 | _ACEOF |
6065 | 6402 | ||
6066 | fi | 6403 | fi |
@@ -6072,11 +6409,11 @@ done | |||
6072 | 6409 | ||
6073 | for ac_header in sys/ptms.h | 6410 | for ac_header in sys/ptms.h |
6074 | do | 6411 | do |
6075 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6412 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6076 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6413 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6077 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 6414 | $as_echo_n "checking for $ac_header... " >&6; } |
6078 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6415 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6079 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6416 | $as_echo_n "(cached) " >&6 |
6080 | else | 6417 | else |
6081 | cat >conftest.$ac_ext <<_ACEOF | 6418 | cat >conftest.$ac_ext <<_ACEOF |
6082 | /* confdefs.h. */ | 6419 | /* confdefs.h. */ |
@@ -6098,20 +6435,21 @@ case "(($ac_try" in | |||
6098 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6435 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6099 | *) ac_try_echo=$ac_try;; | 6436 | *) ac_try_echo=$ac_try;; |
6100 | esac | 6437 | esac |
6101 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6438 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6439 | $as_echo "$ac_try_echo") >&5 | ||
6102 | (eval "$ac_compile") 2>conftest.er1 | 6440 | (eval "$ac_compile") 2>conftest.er1 |
6103 | ac_status=$? | 6441 | ac_status=$? |
6104 | grep -v '^ *+' conftest.er1 >conftest.err | 6442 | grep -v '^ *+' conftest.er1 >conftest.err |
6105 | rm -f conftest.er1 | 6443 | rm -f conftest.er1 |
6106 | cat conftest.err >&5 | 6444 | cat conftest.err >&5 |
6107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6445 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6108 | (exit $ac_status); } && { | 6446 | (exit $ac_status); } && { |
6109 | test -z "$ac_c_werror_flag" || | 6447 | test -z "$ac_c_werror_flag" || |
6110 | test ! -s conftest.err | 6448 | test ! -s conftest.err |
6111 | } && test -s conftest.$ac_objext; then | 6449 | } && test -s conftest.$ac_objext; then |
6112 | eval "$as_ac_Header=yes" | 6450 | eval "$as_ac_Header=yes" |
6113 | else | 6451 | else |
6114 | echo "$as_me: failed program was:" >&5 | 6452 | $as_echo "$as_me: failed program was:" >&5 |
6115 | sed 's/^/| /' conftest.$ac_ext >&5 | 6453 | sed 's/^/| /' conftest.$ac_ext >&5 |
6116 | 6454 | ||
6117 | eval "$as_ac_Header=no" | 6455 | eval "$as_ac_Header=no" |
@@ -6119,12 +6457,14 @@ fi | |||
6119 | 6457 | ||
6120 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6458 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6121 | fi | 6459 | fi |
6122 | ac_res=`eval echo '${'$as_ac_Header'}'` | 6460 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
6123 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 6461 | $as_echo "$as_val"'` |
6124 | echo "${ECHO_T}$ac_res" >&6; } | 6462 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
6125 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 6463 | $as_echo "$ac_res" >&6; } |
6464 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6465 | $as_echo "$as_val"'` = yes; then | ||
6126 | cat >>confdefs.h <<_ACEOF | 6466 | cat >>confdefs.h <<_ACEOF |
6127 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6467 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6128 | _ACEOF | 6468 | _ACEOF |
6129 | 6469 | ||
6130 | fi | 6470 | fi |
@@ -6136,11 +6476,11 @@ done | |||
6136 | 6476 | ||
6137 | for ac_header in login_cap.h | 6477 | for ac_header in login_cap.h |
6138 | do | 6478 | do |
6139 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6479 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6140 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6480 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6141 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 6481 | $as_echo_n "checking for $ac_header... " >&6; } |
6142 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6482 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6143 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6483 | $as_echo_n "(cached) " >&6 |
6144 | else | 6484 | else |
6145 | cat >conftest.$ac_ext <<_ACEOF | 6485 | cat >conftest.$ac_ext <<_ACEOF |
6146 | /* confdefs.h. */ | 6486 | /* confdefs.h. */ |
@@ -6160,20 +6500,21 @@ case "(($ac_try" in | |||
6160 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6500 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6161 | *) ac_try_echo=$ac_try;; | 6501 | *) ac_try_echo=$ac_try;; |
6162 | esac | 6502 | esac |
6163 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6503 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6504 | $as_echo "$ac_try_echo") >&5 | ||
6164 | (eval "$ac_compile") 2>conftest.er1 | 6505 | (eval "$ac_compile") 2>conftest.er1 |
6165 | ac_status=$? | 6506 | ac_status=$? |
6166 | grep -v '^ *+' conftest.er1 >conftest.err | 6507 | grep -v '^ *+' conftest.er1 >conftest.err |
6167 | rm -f conftest.er1 | 6508 | rm -f conftest.er1 |
6168 | cat conftest.err >&5 | 6509 | cat conftest.err >&5 |
6169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6510 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6170 | (exit $ac_status); } && { | 6511 | (exit $ac_status); } && { |
6171 | test -z "$ac_c_werror_flag" || | 6512 | test -z "$ac_c_werror_flag" || |
6172 | test ! -s conftest.err | 6513 | test ! -s conftest.err |
6173 | } && test -s conftest.$ac_objext; then | 6514 | } && test -s conftest.$ac_objext; then |
6174 | eval "$as_ac_Header=yes" | 6515 | eval "$as_ac_Header=yes" |
6175 | else | 6516 | else |
6176 | echo "$as_me: failed program was:" >&5 | 6517 | $as_echo "$as_me: failed program was:" >&5 |
6177 | sed 's/^/| /' conftest.$ac_ext >&5 | 6518 | sed 's/^/| /' conftest.$ac_ext >&5 |
6178 | 6519 | ||
6179 | eval "$as_ac_Header=no" | 6520 | eval "$as_ac_Header=no" |
@@ -6181,12 +6522,79 @@ fi | |||
6181 | 6522 | ||
6182 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6523 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6183 | fi | 6524 | fi |
6184 | ac_res=`eval echo '${'$as_ac_Header'}'` | 6525 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
6185 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 6526 | $as_echo "$as_val"'` |
6186 | echo "${ECHO_T}$ac_res" >&6; } | 6527 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
6187 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 6528 | $as_echo "$ac_res" >&6; } |
6529 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6530 | $as_echo "$as_val"'` = yes; then | ||
6188 | cat >>confdefs.h <<_ACEOF | 6531 | cat >>confdefs.h <<_ACEOF |
6189 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6532 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6533 | _ACEOF | ||
6534 | |||
6535 | fi | ||
6536 | |||
6537 | done | ||
6538 | |||
6539 | |||
6540 | # older BSDs need sys/param.h before sys/mount.h | ||
6541 | |||
6542 | for ac_header in sys/mount.h | ||
6543 | do | ||
6544 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
6545 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
6546 | $as_echo_n "checking for $ac_header... " >&6; } | ||
6547 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | ||
6548 | $as_echo_n "(cached) " >&6 | ||
6549 | else | ||
6550 | cat >conftest.$ac_ext <<_ACEOF | ||
6551 | /* confdefs.h. */ | ||
6552 | _ACEOF | ||
6553 | cat confdefs.h >>conftest.$ac_ext | ||
6554 | cat >>conftest.$ac_ext <<_ACEOF | ||
6555 | /* end confdefs.h. */ | ||
6556 | |||
6557 | #include <sys/param.h> | ||
6558 | |||
6559 | |||
6560 | #include <$ac_header> | ||
6561 | _ACEOF | ||
6562 | rm -f conftest.$ac_objext | ||
6563 | if { (ac_try="$ac_compile" | ||
6564 | case "(($ac_try" in | ||
6565 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
6566 | *) ac_try_echo=$ac_try;; | ||
6567 | esac | ||
6568 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
6569 | $as_echo "$ac_try_echo") >&5 | ||
6570 | (eval "$ac_compile") 2>conftest.er1 | ||
6571 | ac_status=$? | ||
6572 | grep -v '^ *+' conftest.er1 >conftest.err | ||
6573 | rm -f conftest.er1 | ||
6574 | cat conftest.err >&5 | ||
6575 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
6576 | (exit $ac_status); } && { | ||
6577 | test -z "$ac_c_werror_flag" || | ||
6578 | test ! -s conftest.err | ||
6579 | } && test -s conftest.$ac_objext; then | ||
6580 | eval "$as_ac_Header=yes" | ||
6581 | else | ||
6582 | $as_echo "$as_me: failed program was:" >&5 | ||
6583 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
6584 | |||
6585 | eval "$as_ac_Header=no" | ||
6586 | fi | ||
6587 | |||
6588 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
6589 | fi | ||
6590 | ac_res=`eval 'as_val=${'$as_ac_Header'} | ||
6591 | $as_echo "$as_val"'` | ||
6592 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | ||
6593 | $as_echo "$ac_res" >&6; } | ||
6594 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6595 | $as_echo "$as_val"'` = yes; then | ||
6596 | cat >>confdefs.h <<_ACEOF | ||
6597 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
6190 | _ACEOF | 6598 | _ACEOF |
6191 | 6599 | ||
6192 | fi | 6600 | fi |
@@ -6206,8 +6614,8 @@ case "$host" in | |||
6206 | # particularly with older versions of vac or xlc. | 6614 | # particularly with older versions of vac or xlc. |
6207 | # It also throws errors about null macro argments, but these are | 6615 | # It also throws errors about null macro argments, but these are |
6208 | # not fatal. | 6616 | # not fatal. |
6209 | { echo "$as_me:$LINENO: checking if compiler allows macro redefinitions" >&5 | 6617 | { $as_echo "$as_me:$LINENO: checking if compiler allows macro redefinitions" >&5 |
6210 | echo $ECHO_N "checking if compiler allows macro redefinitions... $ECHO_C" >&6; } | 6618 | $as_echo_n "checking if compiler allows macro redefinitions... " >&6; } |
6211 | cat >conftest.$ac_ext <<_ACEOF | 6619 | cat >conftest.$ac_ext <<_ACEOF |
6212 | /* confdefs.h. */ | 6620 | /* confdefs.h. */ |
6213 | _ACEOF | 6621 | _ACEOF |
@@ -6226,25 +6634,26 @@ case "(($ac_try" in | |||
6226 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6634 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6227 | *) ac_try_echo=$ac_try;; | 6635 | *) ac_try_echo=$ac_try;; |
6228 | esac | 6636 | esac |
6229 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6637 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6638 | $as_echo "$ac_try_echo") >&5 | ||
6230 | (eval "$ac_compile") 2>conftest.er1 | 6639 | (eval "$ac_compile") 2>conftest.er1 |
6231 | ac_status=$? | 6640 | ac_status=$? |
6232 | grep -v '^ *+' conftest.er1 >conftest.err | 6641 | grep -v '^ *+' conftest.er1 >conftest.err |
6233 | rm -f conftest.er1 | 6642 | rm -f conftest.er1 |
6234 | cat conftest.err >&5 | 6643 | cat conftest.err >&5 |
6235 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6644 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6236 | (exit $ac_status); } && { | 6645 | (exit $ac_status); } && { |
6237 | test -z "$ac_c_werror_flag" || | 6646 | test -z "$ac_c_werror_flag" || |
6238 | test ! -s conftest.err | 6647 | test ! -s conftest.err |
6239 | } && test -s conftest.$ac_objext; then | 6648 | } && test -s conftest.$ac_objext; then |
6240 | { echo "$as_me:$LINENO: result: yes" >&5 | 6649 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
6241 | echo "${ECHO_T}yes" >&6; } | 6650 | $as_echo "yes" >&6; } |
6242 | else | 6651 | else |
6243 | echo "$as_me: failed program was:" >&5 | 6652 | $as_echo "$as_me: failed program was:" >&5 |
6244 | sed 's/^/| /' conftest.$ac_ext >&5 | 6653 | sed 's/^/| /' conftest.$ac_ext >&5 |
6245 | 6654 | ||
6246 | { echo "$as_me:$LINENO: result: no" >&5 | 6655 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
6247 | echo "${ECHO_T}no" >&6; } | 6656 | $as_echo "no" >&6; } |
6248 | CC="`echo $CC | sed 's/-qlanglvl\=ansi//g'`" | 6657 | CC="`echo $CC | sed 's/-qlanglvl\=ansi//g'`" |
6249 | LD="`echo $LD | sed 's/-qlanglvl\=ansi//g'`" | 6658 | LD="`echo $LD | sed 's/-qlanglvl\=ansi//g'`" |
6250 | CFLAGS="`echo $CFLAGS | sed 's/-qlanglvl\=ansi//g'`" | 6659 | CFLAGS="`echo $CFLAGS | sed 's/-qlanglvl\=ansi//g'`" |
@@ -6255,8 +6664,8 @@ fi | |||
6255 | 6664 | ||
6256 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6665 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6257 | 6666 | ||
6258 | { echo "$as_me:$LINENO: checking how to specify blibpath for linker ($LD)" >&5 | 6667 | { $as_echo "$as_me:$LINENO: checking how to specify blibpath for linker ($LD)" >&5 |
6259 | echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6; } | 6668 | $as_echo_n "checking how to specify blibpath for linker ($LD)... " >&6; } |
6260 | if (test -z "$blibpath"); then | 6669 | if (test -z "$blibpath"); then |
6261 | blibpath="/usr/lib:/lib" | 6670 | blibpath="/usr/lib:/lib" |
6262 | fi | 6671 | fi |
@@ -6290,45 +6699,49 @@ case "(($ac_try" in | |||
6290 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6291 | *) ac_try_echo=$ac_try;; | 6700 | *) ac_try_echo=$ac_try;; |
6292 | esac | 6701 | esac |
6293 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6702 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6703 | $as_echo "$ac_try_echo") >&5 | ||
6294 | (eval "$ac_link") 2>conftest.er1 | 6704 | (eval "$ac_link") 2>conftest.er1 |
6295 | ac_status=$? | 6705 | ac_status=$? |
6296 | grep -v '^ *+' conftest.er1 >conftest.err | 6706 | grep -v '^ *+' conftest.er1 >conftest.err |
6297 | rm -f conftest.er1 | 6707 | rm -f conftest.er1 |
6298 | cat conftest.err >&5 | 6708 | cat conftest.err >&5 |
6299 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6709 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6300 | (exit $ac_status); } && { | 6710 | (exit $ac_status); } && { |
6301 | test -z "$ac_c_werror_flag" || | 6711 | test -z "$ac_c_werror_flag" || |
6302 | test ! -s conftest.err | 6712 | test ! -s conftest.err |
6303 | } && test -s conftest$ac_exeext && | 6713 | } && test -s conftest$ac_exeext && { |
6304 | $as_test_x conftest$ac_exeext; then | 6714 | test "$cross_compiling" = yes || |
6715 | $as_test_x conftest$ac_exeext | ||
6716 | }; then | ||
6305 | blibflags=$tryflags | 6717 | blibflags=$tryflags |
6306 | else | 6718 | else |
6307 | echo "$as_me: failed program was:" >&5 | 6719 | $as_echo "$as_me: failed program was:" >&5 |
6308 | sed 's/^/| /' conftest.$ac_ext >&5 | 6720 | sed 's/^/| /' conftest.$ac_ext >&5 |
6309 | 6721 | ||
6310 | 6722 | ||
6311 | fi | 6723 | fi |
6312 | 6724 | ||
6725 | rm -rf conftest.dSYM | ||
6313 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 6726 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6314 | conftest$ac_exeext conftest.$ac_ext | 6727 | conftest$ac_exeext conftest.$ac_ext |
6315 | fi | 6728 | fi |
6316 | done | 6729 | done |
6317 | if (test -z "$blibflags"); then | 6730 | if (test -z "$blibflags"); then |
6318 | { echo "$as_me:$LINENO: result: not found" >&5 | 6731 | { $as_echo "$as_me:$LINENO: result: not found" >&5 |
6319 | echo "${ECHO_T}not found" >&6; } | 6732 | $as_echo "not found" >&6; } |
6320 | { { echo "$as_me:$LINENO: error: *** must be able to specify blibpath on AIX - check config.log" >&5 | 6733 | { { $as_echo "$as_me:$LINENO: error: *** must be able to specify blibpath on AIX - check config.log" >&5 |
6321 | echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} | 6734 | $as_echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} |
6322 | { (exit 1); exit 1; }; } | 6735 | { (exit 1); exit 1; }; } |
6323 | else | 6736 | else |
6324 | { echo "$as_me:$LINENO: result: $blibflags" >&5 | 6737 | { $as_echo "$as_me:$LINENO: result: $blibflags" >&5 |
6325 | echo "${ECHO_T}$blibflags" >&6; } | 6738 | $as_echo "$blibflags" >&6; } |
6326 | fi | 6739 | fi |
6327 | LDFLAGS="$saved_LDFLAGS" | 6740 | LDFLAGS="$saved_LDFLAGS" |
6328 | { echo "$as_me:$LINENO: checking for authenticate" >&5 | 6741 | { $as_echo "$as_me:$LINENO: checking for authenticate" >&5 |
6329 | echo $ECHO_N "checking for authenticate... $ECHO_C" >&6; } | 6742 | $as_echo_n "checking for authenticate... " >&6; } |
6330 | if test "${ac_cv_func_authenticate+set}" = set; then | 6743 | if test "${ac_cv_func_authenticate+set}" = set; then |
6331 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6744 | $as_echo_n "(cached) " >&6 |
6332 | else | 6745 | else |
6333 | cat >conftest.$ac_ext <<_ACEOF | 6746 | cat >conftest.$ac_ext <<_ACEOF |
6334 | /* confdefs.h. */ | 6747 | /* confdefs.h. */ |
@@ -6381,31 +6794,35 @@ case "(($ac_try" in | |||
6381 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6794 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6382 | *) ac_try_echo=$ac_try;; | 6795 | *) ac_try_echo=$ac_try;; |
6383 | esac | 6796 | esac |
6384 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6797 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6798 | $as_echo "$ac_try_echo") >&5 | ||
6385 | (eval "$ac_link") 2>conftest.er1 | 6799 | (eval "$ac_link") 2>conftest.er1 |
6386 | ac_status=$? | 6800 | ac_status=$? |
6387 | grep -v '^ *+' conftest.er1 >conftest.err | 6801 | grep -v '^ *+' conftest.er1 >conftest.err |
6388 | rm -f conftest.er1 | 6802 | rm -f conftest.er1 |
6389 | cat conftest.err >&5 | 6803 | cat conftest.err >&5 |
6390 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6804 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6391 | (exit $ac_status); } && { | 6805 | (exit $ac_status); } && { |
6392 | test -z "$ac_c_werror_flag" || | 6806 | test -z "$ac_c_werror_flag" || |
6393 | test ! -s conftest.err | 6807 | test ! -s conftest.err |
6394 | } && test -s conftest$ac_exeext && | 6808 | } && test -s conftest$ac_exeext && { |
6395 | $as_test_x conftest$ac_exeext; then | 6809 | test "$cross_compiling" = yes || |
6810 | $as_test_x conftest$ac_exeext | ||
6811 | }; then | ||
6396 | ac_cv_func_authenticate=yes | 6812 | ac_cv_func_authenticate=yes |
6397 | else | 6813 | else |
6398 | echo "$as_me: failed program was:" >&5 | 6814 | $as_echo "$as_me: failed program was:" >&5 |
6399 | sed 's/^/| /' conftest.$ac_ext >&5 | 6815 | sed 's/^/| /' conftest.$ac_ext >&5 |
6400 | 6816 | ||
6401 | ac_cv_func_authenticate=no | 6817 | ac_cv_func_authenticate=no |
6402 | fi | 6818 | fi |
6403 | 6819 | ||
6820 | rm -rf conftest.dSYM | ||
6404 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 6821 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6405 | conftest$ac_exeext conftest.$ac_ext | 6822 | conftest$ac_exeext conftest.$ac_ext |
6406 | fi | 6823 | fi |
6407 | { echo "$as_me:$LINENO: result: $ac_cv_func_authenticate" >&5 | 6824 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_authenticate" >&5 |
6408 | echo "${ECHO_T}$ac_cv_func_authenticate" >&6; } | 6825 | $as_echo "$ac_cv_func_authenticate" >&6; } |
6409 | if test $ac_cv_func_authenticate = yes; then | 6826 | if test $ac_cv_func_authenticate = yes; then |
6410 | 6827 | ||
6411 | cat >>confdefs.h <<\_ACEOF | 6828 | cat >>confdefs.h <<\_ACEOF |
@@ -6413,10 +6830,10 @@ cat >>confdefs.h <<\_ACEOF | |||
6413 | _ACEOF | 6830 | _ACEOF |
6414 | 6831 | ||
6415 | else | 6832 | else |
6416 | { echo "$as_me:$LINENO: checking for authenticate in -ls" >&5 | 6833 | { $as_echo "$as_me:$LINENO: checking for authenticate in -ls" >&5 |
6417 | echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6; } | 6834 | $as_echo_n "checking for authenticate in -ls... " >&6; } |
6418 | if test "${ac_cv_lib_s_authenticate+set}" = set; then | 6835 | if test "${ac_cv_lib_s_authenticate+set}" = set; then |
6419 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6836 | $as_echo_n "(cached) " >&6 |
6420 | else | 6837 | else |
6421 | ac_check_lib_save_LIBS=$LIBS | 6838 | ac_check_lib_save_LIBS=$LIBS |
6422 | LIBS="-ls $LIBS" | 6839 | LIBS="-ls $LIBS" |
@@ -6448,32 +6865,36 @@ case "(($ac_try" in | |||
6448 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6865 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6449 | *) ac_try_echo=$ac_try;; | 6866 | *) ac_try_echo=$ac_try;; |
6450 | esac | 6867 | esac |
6451 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6868 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6869 | $as_echo "$ac_try_echo") >&5 | ||
6452 | (eval "$ac_link") 2>conftest.er1 | 6870 | (eval "$ac_link") 2>conftest.er1 |
6453 | ac_status=$? | 6871 | ac_status=$? |
6454 | grep -v '^ *+' conftest.er1 >conftest.err | 6872 | grep -v '^ *+' conftest.er1 >conftest.err |
6455 | rm -f conftest.er1 | 6873 | rm -f conftest.er1 |
6456 | cat conftest.err >&5 | 6874 | cat conftest.err >&5 |
6457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6875 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6458 | (exit $ac_status); } && { | 6876 | (exit $ac_status); } && { |
6459 | test -z "$ac_c_werror_flag" || | 6877 | test -z "$ac_c_werror_flag" || |
6460 | test ! -s conftest.err | 6878 | test ! -s conftest.err |
6461 | } && test -s conftest$ac_exeext && | 6879 | } && test -s conftest$ac_exeext && { |
6462 | $as_test_x conftest$ac_exeext; then | 6880 | test "$cross_compiling" = yes || |
6881 | $as_test_x conftest$ac_exeext | ||
6882 | }; then | ||
6463 | ac_cv_lib_s_authenticate=yes | 6883 | ac_cv_lib_s_authenticate=yes |
6464 | else | 6884 | else |
6465 | echo "$as_me: failed program was:" >&5 | 6885 | $as_echo "$as_me: failed program was:" >&5 |
6466 | sed 's/^/| /' conftest.$ac_ext >&5 | 6886 | sed 's/^/| /' conftest.$ac_ext >&5 |
6467 | 6887 | ||
6468 | ac_cv_lib_s_authenticate=no | 6888 | ac_cv_lib_s_authenticate=no |
6469 | fi | 6889 | fi |
6470 | 6890 | ||
6891 | rm -rf conftest.dSYM | ||
6471 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 6892 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6472 | conftest$ac_exeext conftest.$ac_ext | 6893 | conftest$ac_exeext conftest.$ac_ext |
6473 | LIBS=$ac_check_lib_save_LIBS | 6894 | LIBS=$ac_check_lib_save_LIBS |
6474 | fi | 6895 | fi |
6475 | { echo "$as_me:$LINENO: result: $ac_cv_lib_s_authenticate" >&5 | 6896 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_s_authenticate" >&5 |
6476 | echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6; } | 6897 | $as_echo "$ac_cv_lib_s_authenticate" >&6; } |
6477 | if test $ac_cv_lib_s_authenticate = yes; then | 6898 | if test $ac_cv_lib_s_authenticate = yes; then |
6478 | cat >>confdefs.h <<\_ACEOF | 6899 | cat >>confdefs.h <<\_ACEOF |
6479 | #define WITH_AIXAUTHENTICATE 1 | 6900 | #define WITH_AIXAUTHENTICATE 1 |
@@ -6486,10 +6907,10 @@ fi | |||
6486 | 6907 | ||
6487 | fi | 6908 | fi |
6488 | 6909 | ||
6489 | { echo "$as_me:$LINENO: checking whether authenticate is declared" >&5 | 6910 | { $as_echo "$as_me:$LINENO: checking whether authenticate is declared" >&5 |
6490 | echo $ECHO_N "checking whether authenticate is declared... $ECHO_C" >&6; } | 6911 | $as_echo_n "checking whether authenticate is declared... " >&6; } |
6491 | if test "${ac_cv_have_decl_authenticate+set}" = set; then | 6912 | if test "${ac_cv_have_decl_authenticate+set}" = set; then |
6492 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6913 | $as_echo_n "(cached) " >&6 |
6493 | else | 6914 | else |
6494 | cat >conftest.$ac_ext <<_ACEOF | 6915 | cat >conftest.$ac_ext <<_ACEOF |
6495 | /* confdefs.h. */ | 6916 | /* confdefs.h. */ |
@@ -6516,20 +6937,21 @@ case "(($ac_try" in | |||
6516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6937 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6517 | *) ac_try_echo=$ac_try;; | 6938 | *) ac_try_echo=$ac_try;; |
6518 | esac | 6939 | esac |
6519 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 6940 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
6941 | $as_echo "$ac_try_echo") >&5 | ||
6520 | (eval "$ac_compile") 2>conftest.er1 | 6942 | (eval "$ac_compile") 2>conftest.er1 |
6521 | ac_status=$? | 6943 | ac_status=$? |
6522 | grep -v '^ *+' conftest.er1 >conftest.err | 6944 | grep -v '^ *+' conftest.er1 >conftest.err |
6523 | rm -f conftest.er1 | 6945 | rm -f conftest.er1 |
6524 | cat conftest.err >&5 | 6946 | cat conftest.err >&5 |
6525 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6947 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6526 | (exit $ac_status); } && { | 6948 | (exit $ac_status); } && { |
6527 | test -z "$ac_c_werror_flag" || | 6949 | test -z "$ac_c_werror_flag" || |
6528 | test ! -s conftest.err | 6950 | test ! -s conftest.err |
6529 | } && test -s conftest.$ac_objext; then | 6951 | } && test -s conftest.$ac_objext; then |
6530 | ac_cv_have_decl_authenticate=yes | 6952 | ac_cv_have_decl_authenticate=yes |
6531 | else | 6953 | else |
6532 | echo "$as_me: failed program was:" >&5 | 6954 | $as_echo "$as_me: failed program was:" >&5 |
6533 | sed 's/^/| /' conftest.$ac_ext >&5 | 6955 | sed 's/^/| /' conftest.$ac_ext >&5 |
6534 | 6956 | ||
6535 | ac_cv_have_decl_authenticate=no | 6957 | ac_cv_have_decl_authenticate=no |
@@ -6537,8 +6959,8 @@ fi | |||
6537 | 6959 | ||
6538 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6960 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6539 | fi | 6961 | fi |
6540 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_authenticate" >&5 | 6962 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_authenticate" >&5 |
6541 | echo "${ECHO_T}$ac_cv_have_decl_authenticate" >&6; } | 6963 | $as_echo "$ac_cv_have_decl_authenticate" >&6; } |
6542 | if test $ac_cv_have_decl_authenticate = yes; then | 6964 | if test $ac_cv_have_decl_authenticate = yes; then |
6543 | 6965 | ||
6544 | cat >>confdefs.h <<_ACEOF | 6966 | cat >>confdefs.h <<_ACEOF |
@@ -6553,10 +6975,10 @@ _ACEOF | |||
6553 | 6975 | ||
6554 | 6976 | ||
6555 | fi | 6977 | fi |
6556 | { echo "$as_me:$LINENO: checking whether loginrestrictions is declared" >&5 | 6978 | { $as_echo "$as_me:$LINENO: checking whether loginrestrictions is declared" >&5 |
6557 | echo $ECHO_N "checking whether loginrestrictions is declared... $ECHO_C" >&6; } | 6979 | $as_echo_n "checking whether loginrestrictions is declared... " >&6; } |
6558 | if test "${ac_cv_have_decl_loginrestrictions+set}" = set; then | 6980 | if test "${ac_cv_have_decl_loginrestrictions+set}" = set; then |
6559 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6981 | $as_echo_n "(cached) " >&6 |
6560 | else | 6982 | else |
6561 | cat >conftest.$ac_ext <<_ACEOF | 6983 | cat >conftest.$ac_ext <<_ACEOF |
6562 | /* confdefs.h. */ | 6984 | /* confdefs.h. */ |
@@ -6583,20 +7005,21 @@ case "(($ac_try" in | |||
6583 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7005 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6584 | *) ac_try_echo=$ac_try;; | 7006 | *) ac_try_echo=$ac_try;; |
6585 | esac | 7007 | esac |
6586 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7008 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7009 | $as_echo "$ac_try_echo") >&5 | ||
6587 | (eval "$ac_compile") 2>conftest.er1 | 7010 | (eval "$ac_compile") 2>conftest.er1 |
6588 | ac_status=$? | 7011 | ac_status=$? |
6589 | grep -v '^ *+' conftest.er1 >conftest.err | 7012 | grep -v '^ *+' conftest.er1 >conftest.err |
6590 | rm -f conftest.er1 | 7013 | rm -f conftest.er1 |
6591 | cat conftest.err >&5 | 7014 | cat conftest.err >&5 |
6592 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7015 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6593 | (exit $ac_status); } && { | 7016 | (exit $ac_status); } && { |
6594 | test -z "$ac_c_werror_flag" || | 7017 | test -z "$ac_c_werror_flag" || |
6595 | test ! -s conftest.err | 7018 | test ! -s conftest.err |
6596 | } && test -s conftest.$ac_objext; then | 7019 | } && test -s conftest.$ac_objext; then |
6597 | ac_cv_have_decl_loginrestrictions=yes | 7020 | ac_cv_have_decl_loginrestrictions=yes |
6598 | else | 7021 | else |
6599 | echo "$as_me: failed program was:" >&5 | 7022 | $as_echo "$as_me: failed program was:" >&5 |
6600 | sed 's/^/| /' conftest.$ac_ext >&5 | 7023 | sed 's/^/| /' conftest.$ac_ext >&5 |
6601 | 7024 | ||
6602 | ac_cv_have_decl_loginrestrictions=no | 7025 | ac_cv_have_decl_loginrestrictions=no |
@@ -6604,8 +7027,8 @@ fi | |||
6604 | 7027 | ||
6605 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7028 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6606 | fi | 7029 | fi |
6607 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginrestrictions" >&5 | 7030 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginrestrictions" >&5 |
6608 | echo "${ECHO_T}$ac_cv_have_decl_loginrestrictions" >&6; } | 7031 | $as_echo "$ac_cv_have_decl_loginrestrictions" >&6; } |
6609 | if test $ac_cv_have_decl_loginrestrictions = yes; then | 7032 | if test $ac_cv_have_decl_loginrestrictions = yes; then |
6610 | 7033 | ||
6611 | cat >>confdefs.h <<_ACEOF | 7034 | cat >>confdefs.h <<_ACEOF |
@@ -6620,10 +7043,10 @@ _ACEOF | |||
6620 | 7043 | ||
6621 | 7044 | ||
6622 | fi | 7045 | fi |
6623 | { echo "$as_me:$LINENO: checking whether loginsuccess is declared" >&5 | 7046 | { $as_echo "$as_me:$LINENO: checking whether loginsuccess is declared" >&5 |
6624 | echo $ECHO_N "checking whether loginsuccess is declared... $ECHO_C" >&6; } | 7047 | $as_echo_n "checking whether loginsuccess is declared... " >&6; } |
6625 | if test "${ac_cv_have_decl_loginsuccess+set}" = set; then | 7048 | if test "${ac_cv_have_decl_loginsuccess+set}" = set; then |
6626 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7049 | $as_echo_n "(cached) " >&6 |
6627 | else | 7050 | else |
6628 | cat >conftest.$ac_ext <<_ACEOF | 7051 | cat >conftest.$ac_ext <<_ACEOF |
6629 | /* confdefs.h. */ | 7052 | /* confdefs.h. */ |
@@ -6650,20 +7073,21 @@ case "(($ac_try" in | |||
6650 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7073 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6651 | *) ac_try_echo=$ac_try;; | 7074 | *) ac_try_echo=$ac_try;; |
6652 | esac | 7075 | esac |
6653 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7076 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7077 | $as_echo "$ac_try_echo") >&5 | ||
6654 | (eval "$ac_compile") 2>conftest.er1 | 7078 | (eval "$ac_compile") 2>conftest.er1 |
6655 | ac_status=$? | 7079 | ac_status=$? |
6656 | grep -v '^ *+' conftest.er1 >conftest.err | 7080 | grep -v '^ *+' conftest.er1 >conftest.err |
6657 | rm -f conftest.er1 | 7081 | rm -f conftest.er1 |
6658 | cat conftest.err >&5 | 7082 | cat conftest.err >&5 |
6659 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7083 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6660 | (exit $ac_status); } && { | 7084 | (exit $ac_status); } && { |
6661 | test -z "$ac_c_werror_flag" || | 7085 | test -z "$ac_c_werror_flag" || |
6662 | test ! -s conftest.err | 7086 | test ! -s conftest.err |
6663 | } && test -s conftest.$ac_objext; then | 7087 | } && test -s conftest.$ac_objext; then |
6664 | ac_cv_have_decl_loginsuccess=yes | 7088 | ac_cv_have_decl_loginsuccess=yes |
6665 | else | 7089 | else |
6666 | echo "$as_me: failed program was:" >&5 | 7090 | $as_echo "$as_me: failed program was:" >&5 |
6667 | sed 's/^/| /' conftest.$ac_ext >&5 | 7091 | sed 's/^/| /' conftest.$ac_ext >&5 |
6668 | 7092 | ||
6669 | ac_cv_have_decl_loginsuccess=no | 7093 | ac_cv_have_decl_loginsuccess=no |
@@ -6671,8 +7095,8 @@ fi | |||
6671 | 7095 | ||
6672 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7096 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6673 | fi | 7097 | fi |
6674 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginsuccess" >&5 | 7098 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginsuccess" >&5 |
6675 | echo "${ECHO_T}$ac_cv_have_decl_loginsuccess" >&6; } | 7099 | $as_echo "$ac_cv_have_decl_loginsuccess" >&6; } |
6676 | if test $ac_cv_have_decl_loginsuccess = yes; then | 7100 | if test $ac_cv_have_decl_loginsuccess = yes; then |
6677 | 7101 | ||
6678 | cat >>confdefs.h <<_ACEOF | 7102 | cat >>confdefs.h <<_ACEOF |
@@ -6687,10 +7111,10 @@ _ACEOF | |||
6687 | 7111 | ||
6688 | 7112 | ||
6689 | fi | 7113 | fi |
6690 | { echo "$as_me:$LINENO: checking whether passwdexpired is declared" >&5 | 7114 | { $as_echo "$as_me:$LINENO: checking whether passwdexpired is declared" >&5 |
6691 | echo $ECHO_N "checking whether passwdexpired is declared... $ECHO_C" >&6; } | 7115 | $as_echo_n "checking whether passwdexpired is declared... " >&6; } |
6692 | if test "${ac_cv_have_decl_passwdexpired+set}" = set; then | 7116 | if test "${ac_cv_have_decl_passwdexpired+set}" = set; then |
6693 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7117 | $as_echo_n "(cached) " >&6 |
6694 | else | 7118 | else |
6695 | cat >conftest.$ac_ext <<_ACEOF | 7119 | cat >conftest.$ac_ext <<_ACEOF |
6696 | /* confdefs.h. */ | 7120 | /* confdefs.h. */ |
@@ -6717,20 +7141,21 @@ case "(($ac_try" in | |||
6717 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7141 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6718 | *) ac_try_echo=$ac_try;; | 7142 | *) ac_try_echo=$ac_try;; |
6719 | esac | 7143 | esac |
6720 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7144 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7145 | $as_echo "$ac_try_echo") >&5 | ||
6721 | (eval "$ac_compile") 2>conftest.er1 | 7146 | (eval "$ac_compile") 2>conftest.er1 |
6722 | ac_status=$? | 7147 | ac_status=$? |
6723 | grep -v '^ *+' conftest.er1 >conftest.err | 7148 | grep -v '^ *+' conftest.er1 >conftest.err |
6724 | rm -f conftest.er1 | 7149 | rm -f conftest.er1 |
6725 | cat conftest.err >&5 | 7150 | cat conftest.err >&5 |
6726 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7151 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6727 | (exit $ac_status); } && { | 7152 | (exit $ac_status); } && { |
6728 | test -z "$ac_c_werror_flag" || | 7153 | test -z "$ac_c_werror_flag" || |
6729 | test ! -s conftest.err | 7154 | test ! -s conftest.err |
6730 | } && test -s conftest.$ac_objext; then | 7155 | } && test -s conftest.$ac_objext; then |
6731 | ac_cv_have_decl_passwdexpired=yes | 7156 | ac_cv_have_decl_passwdexpired=yes |
6732 | else | 7157 | else |
6733 | echo "$as_me: failed program was:" >&5 | 7158 | $as_echo "$as_me: failed program was:" >&5 |
6734 | sed 's/^/| /' conftest.$ac_ext >&5 | 7159 | sed 's/^/| /' conftest.$ac_ext >&5 |
6735 | 7160 | ||
6736 | ac_cv_have_decl_passwdexpired=no | 7161 | ac_cv_have_decl_passwdexpired=no |
@@ -6738,8 +7163,8 @@ fi | |||
6738 | 7163 | ||
6739 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7164 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6740 | fi | 7165 | fi |
6741 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_passwdexpired" >&5 | 7166 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_passwdexpired" >&5 |
6742 | echo "${ECHO_T}$ac_cv_have_decl_passwdexpired" >&6; } | 7167 | $as_echo "$ac_cv_have_decl_passwdexpired" >&6; } |
6743 | if test $ac_cv_have_decl_passwdexpired = yes; then | 7168 | if test $ac_cv_have_decl_passwdexpired = yes; then |
6744 | 7169 | ||
6745 | cat >>confdefs.h <<_ACEOF | 7170 | cat >>confdefs.h <<_ACEOF |
@@ -6754,10 +7179,10 @@ _ACEOF | |||
6754 | 7179 | ||
6755 | 7180 | ||
6756 | fi | 7181 | fi |
6757 | { echo "$as_me:$LINENO: checking whether setauthdb is declared" >&5 | 7182 | { $as_echo "$as_me:$LINENO: checking whether setauthdb is declared" >&5 |
6758 | echo $ECHO_N "checking whether setauthdb is declared... $ECHO_C" >&6; } | 7183 | $as_echo_n "checking whether setauthdb is declared... " >&6; } |
6759 | if test "${ac_cv_have_decl_setauthdb+set}" = set; then | 7184 | if test "${ac_cv_have_decl_setauthdb+set}" = set; then |
6760 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7185 | $as_echo_n "(cached) " >&6 |
6761 | else | 7186 | else |
6762 | cat >conftest.$ac_ext <<_ACEOF | 7187 | cat >conftest.$ac_ext <<_ACEOF |
6763 | /* confdefs.h. */ | 7188 | /* confdefs.h. */ |
@@ -6784,20 +7209,21 @@ case "(($ac_try" in | |||
6784 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7209 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6785 | *) ac_try_echo=$ac_try;; | 7210 | *) ac_try_echo=$ac_try;; |
6786 | esac | 7211 | esac |
6787 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7212 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7213 | $as_echo "$ac_try_echo") >&5 | ||
6788 | (eval "$ac_compile") 2>conftest.er1 | 7214 | (eval "$ac_compile") 2>conftest.er1 |
6789 | ac_status=$? | 7215 | ac_status=$? |
6790 | grep -v '^ *+' conftest.er1 >conftest.err | 7216 | grep -v '^ *+' conftest.er1 >conftest.err |
6791 | rm -f conftest.er1 | 7217 | rm -f conftest.er1 |
6792 | cat conftest.err >&5 | 7218 | cat conftest.err >&5 |
6793 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7219 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6794 | (exit $ac_status); } && { | 7220 | (exit $ac_status); } && { |
6795 | test -z "$ac_c_werror_flag" || | 7221 | test -z "$ac_c_werror_flag" || |
6796 | test ! -s conftest.err | 7222 | test ! -s conftest.err |
6797 | } && test -s conftest.$ac_objext; then | 7223 | } && test -s conftest.$ac_objext; then |
6798 | ac_cv_have_decl_setauthdb=yes | 7224 | ac_cv_have_decl_setauthdb=yes |
6799 | else | 7225 | else |
6800 | echo "$as_me: failed program was:" >&5 | 7226 | $as_echo "$as_me: failed program was:" >&5 |
6801 | sed 's/^/| /' conftest.$ac_ext >&5 | 7227 | sed 's/^/| /' conftest.$ac_ext >&5 |
6802 | 7228 | ||
6803 | ac_cv_have_decl_setauthdb=no | 7229 | ac_cv_have_decl_setauthdb=no |
@@ -6805,8 +7231,8 @@ fi | |||
6805 | 7231 | ||
6806 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7232 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6807 | fi | 7233 | fi |
6808 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_setauthdb" >&5 | 7234 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_setauthdb" >&5 |
6809 | echo "${ECHO_T}$ac_cv_have_decl_setauthdb" >&6; } | 7235 | $as_echo "$ac_cv_have_decl_setauthdb" >&6; } |
6810 | if test $ac_cv_have_decl_setauthdb = yes; then | 7236 | if test $ac_cv_have_decl_setauthdb = yes; then |
6811 | 7237 | ||
6812 | cat >>confdefs.h <<_ACEOF | 7238 | cat >>confdefs.h <<_ACEOF |
@@ -6823,10 +7249,10 @@ _ACEOF | |||
6823 | fi | 7249 | fi |
6824 | 7250 | ||
6825 | 7251 | ||
6826 | { echo "$as_me:$LINENO: checking whether loginfailed is declared" >&5 | 7252 | { $as_echo "$as_me:$LINENO: checking whether loginfailed is declared" >&5 |
6827 | echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6; } | 7253 | $as_echo_n "checking whether loginfailed is declared... " >&6; } |
6828 | if test "${ac_cv_have_decl_loginfailed+set}" = set; then | 7254 | if test "${ac_cv_have_decl_loginfailed+set}" = set; then |
6829 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7255 | $as_echo_n "(cached) " >&6 |
6830 | else | 7256 | else |
6831 | cat >conftest.$ac_ext <<_ACEOF | 7257 | cat >conftest.$ac_ext <<_ACEOF |
6832 | /* confdefs.h. */ | 7258 | /* confdefs.h. */ |
@@ -6854,20 +7280,21 @@ case "(($ac_try" in | |||
6854 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7280 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6855 | *) ac_try_echo=$ac_try;; | 7281 | *) ac_try_echo=$ac_try;; |
6856 | esac | 7282 | esac |
6857 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7283 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7284 | $as_echo "$ac_try_echo") >&5 | ||
6858 | (eval "$ac_compile") 2>conftest.er1 | 7285 | (eval "$ac_compile") 2>conftest.er1 |
6859 | ac_status=$? | 7286 | ac_status=$? |
6860 | grep -v '^ *+' conftest.er1 >conftest.err | 7287 | grep -v '^ *+' conftest.er1 >conftest.err |
6861 | rm -f conftest.er1 | 7288 | rm -f conftest.er1 |
6862 | cat conftest.err >&5 | 7289 | cat conftest.err >&5 |
6863 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7290 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6864 | (exit $ac_status); } && { | 7291 | (exit $ac_status); } && { |
6865 | test -z "$ac_c_werror_flag" || | 7292 | test -z "$ac_c_werror_flag" || |
6866 | test ! -s conftest.err | 7293 | test ! -s conftest.err |
6867 | } && test -s conftest.$ac_objext; then | 7294 | } && test -s conftest.$ac_objext; then |
6868 | ac_cv_have_decl_loginfailed=yes | 7295 | ac_cv_have_decl_loginfailed=yes |
6869 | else | 7296 | else |
6870 | echo "$as_me: failed program was:" >&5 | 7297 | $as_echo "$as_me: failed program was:" >&5 |
6871 | sed 's/^/| /' conftest.$ac_ext >&5 | 7298 | sed 's/^/| /' conftest.$ac_ext >&5 |
6872 | 7299 | ||
6873 | ac_cv_have_decl_loginfailed=no | 7300 | ac_cv_have_decl_loginfailed=no |
@@ -6875,16 +7302,16 @@ fi | |||
6875 | 7302 | ||
6876 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7303 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6877 | fi | 7304 | fi |
6878 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginfailed" >&5 | 7305 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginfailed" >&5 |
6879 | echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6; } | 7306 | $as_echo "$ac_cv_have_decl_loginfailed" >&6; } |
6880 | if test $ac_cv_have_decl_loginfailed = yes; then | 7307 | if test $ac_cv_have_decl_loginfailed = yes; then |
6881 | 7308 | ||
6882 | cat >>confdefs.h <<_ACEOF | 7309 | cat >>confdefs.h <<_ACEOF |
6883 | #define HAVE_DECL_LOGINFAILED 1 | 7310 | #define HAVE_DECL_LOGINFAILED 1 |
6884 | _ACEOF | 7311 | _ACEOF |
6885 | 7312 | ||
6886 | { echo "$as_me:$LINENO: checking if loginfailed takes 4 arguments" >&5 | 7313 | { $as_echo "$as_me:$LINENO: checking if loginfailed takes 4 arguments" >&5 |
6887 | echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6; } | 7314 | $as_echo_n "checking if loginfailed takes 4 arguments... " >&6; } |
6888 | cat >conftest.$ac_ext <<_ACEOF | 7315 | cat >conftest.$ac_ext <<_ACEOF |
6889 | /* confdefs.h. */ | 7316 | /* confdefs.h. */ |
6890 | _ACEOF | 7317 | _ACEOF |
@@ -6906,30 +7333,31 @@ case "(($ac_try" in | |||
6906 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7333 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6907 | *) ac_try_echo=$ac_try;; | 7334 | *) ac_try_echo=$ac_try;; |
6908 | esac | 7335 | esac |
6909 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7336 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7337 | $as_echo "$ac_try_echo") >&5 | ||
6910 | (eval "$ac_compile") 2>conftest.er1 | 7338 | (eval "$ac_compile") 2>conftest.er1 |
6911 | ac_status=$? | 7339 | ac_status=$? |
6912 | grep -v '^ *+' conftest.er1 >conftest.err | 7340 | grep -v '^ *+' conftest.er1 >conftest.err |
6913 | rm -f conftest.er1 | 7341 | rm -f conftest.er1 |
6914 | cat conftest.err >&5 | 7342 | cat conftest.err >&5 |
6915 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7343 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6916 | (exit $ac_status); } && { | 7344 | (exit $ac_status); } && { |
6917 | test -z "$ac_c_werror_flag" || | 7345 | test -z "$ac_c_werror_flag" || |
6918 | test ! -s conftest.err | 7346 | test ! -s conftest.err |
6919 | } && test -s conftest.$ac_objext; then | 7347 | } && test -s conftest.$ac_objext; then |
6920 | { echo "$as_me:$LINENO: result: yes" >&5 | 7348 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
6921 | echo "${ECHO_T}yes" >&6; } | 7349 | $as_echo "yes" >&6; } |
6922 | 7350 | ||
6923 | cat >>confdefs.h <<\_ACEOF | 7351 | cat >>confdefs.h <<\_ACEOF |
6924 | #define AIX_LOGINFAILED_4ARG 1 | 7352 | #define AIX_LOGINFAILED_4ARG 1 |
6925 | _ACEOF | 7353 | _ACEOF |
6926 | 7354 | ||
6927 | else | 7355 | else |
6928 | echo "$as_me: failed program was:" >&5 | 7356 | $as_echo "$as_me: failed program was:" >&5 |
6929 | sed 's/^/| /' conftest.$ac_ext >&5 | 7357 | sed 's/^/| /' conftest.$ac_ext >&5 |
6930 | 7358 | ||
6931 | { echo "$as_me:$LINENO: result: no" >&5 | 7359 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
6932 | echo "${ECHO_T}no" >&6; } | 7360 | $as_echo "no" >&6; } |
6933 | 7361 | ||
6934 | fi | 7362 | fi |
6935 | 7363 | ||
@@ -6947,11 +7375,11 @@ fi | |||
6947 | 7375 | ||
6948 | for ac_func in getgrset setauthdb | 7376 | for ac_func in getgrset setauthdb |
6949 | do | 7377 | do |
6950 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 7378 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
6951 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 7379 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
6952 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 7380 | $as_echo_n "checking for $ac_func... " >&6; } |
6953 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 7381 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
6954 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7382 | $as_echo_n "(cached) " >&6 |
6955 | else | 7383 | else |
6956 | cat >conftest.$ac_ext <<_ACEOF | 7384 | cat >conftest.$ac_ext <<_ACEOF |
6957 | /* confdefs.h. */ | 7385 | /* confdefs.h. */ |
@@ -7004,44 +7432,50 @@ case "(($ac_try" in | |||
7004 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7432 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7005 | *) ac_try_echo=$ac_try;; | 7433 | *) ac_try_echo=$ac_try;; |
7006 | esac | 7434 | esac |
7007 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7435 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7436 | $as_echo "$ac_try_echo") >&5 | ||
7008 | (eval "$ac_link") 2>conftest.er1 | 7437 | (eval "$ac_link") 2>conftest.er1 |
7009 | ac_status=$? | 7438 | ac_status=$? |
7010 | grep -v '^ *+' conftest.er1 >conftest.err | 7439 | grep -v '^ *+' conftest.er1 >conftest.err |
7011 | rm -f conftest.er1 | 7440 | rm -f conftest.er1 |
7012 | cat conftest.err >&5 | 7441 | cat conftest.err >&5 |
7013 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7442 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7014 | (exit $ac_status); } && { | 7443 | (exit $ac_status); } && { |
7015 | test -z "$ac_c_werror_flag" || | 7444 | test -z "$ac_c_werror_flag" || |
7016 | test ! -s conftest.err | 7445 | test ! -s conftest.err |
7017 | } && test -s conftest$ac_exeext && | 7446 | } && test -s conftest$ac_exeext && { |
7018 | $as_test_x conftest$ac_exeext; then | 7447 | test "$cross_compiling" = yes || |
7448 | $as_test_x conftest$ac_exeext | ||
7449 | }; then | ||
7019 | eval "$as_ac_var=yes" | 7450 | eval "$as_ac_var=yes" |
7020 | else | 7451 | else |
7021 | echo "$as_me: failed program was:" >&5 | 7452 | $as_echo "$as_me: failed program was:" >&5 |
7022 | sed 's/^/| /' conftest.$ac_ext >&5 | 7453 | sed 's/^/| /' conftest.$ac_ext >&5 |
7023 | 7454 | ||
7024 | eval "$as_ac_var=no" | 7455 | eval "$as_ac_var=no" |
7025 | fi | 7456 | fi |
7026 | 7457 | ||
7458 | rm -rf conftest.dSYM | ||
7027 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 7459 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
7028 | conftest$ac_exeext conftest.$ac_ext | 7460 | conftest$ac_exeext conftest.$ac_ext |
7029 | fi | 7461 | fi |
7030 | ac_res=`eval echo '${'$as_ac_var'}'` | 7462 | ac_res=`eval 'as_val=${'$as_ac_var'} |
7031 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 7463 | $as_echo "$as_val"'` |
7032 | echo "${ECHO_T}$ac_res" >&6; } | 7464 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
7033 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 7465 | $as_echo "$ac_res" >&6; } |
7466 | if test `eval 'as_val=${'$as_ac_var'} | ||
7467 | $as_echo "$as_val"'` = yes; then | ||
7034 | cat >>confdefs.h <<_ACEOF | 7468 | cat >>confdefs.h <<_ACEOF |
7035 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 7469 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
7036 | _ACEOF | 7470 | _ACEOF |
7037 | 7471 | ||
7038 | fi | 7472 | fi |
7039 | done | 7473 | done |
7040 | 7474 | ||
7041 | { echo "$as_me:$LINENO: checking whether F_CLOSEM is declared" >&5 | 7475 | { $as_echo "$as_me:$LINENO: checking whether F_CLOSEM is declared" >&5 |
7042 | echo $ECHO_N "checking whether F_CLOSEM is declared... $ECHO_C" >&6; } | 7476 | $as_echo_n "checking whether F_CLOSEM is declared... " >&6; } |
7043 | if test "${ac_cv_have_decl_F_CLOSEM+set}" = set; then | 7477 | if test "${ac_cv_have_decl_F_CLOSEM+set}" = set; then |
7044 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7478 | $as_echo_n "(cached) " >&6 |
7045 | else | 7479 | else |
7046 | cat >conftest.$ac_ext <<_ACEOF | 7480 | cat >conftest.$ac_ext <<_ACEOF |
7047 | /* confdefs.h. */ | 7481 | /* confdefs.h. */ |
@@ -7070,20 +7504,21 @@ case "(($ac_try" in | |||
7070 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7504 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7071 | *) ac_try_echo=$ac_try;; | 7505 | *) ac_try_echo=$ac_try;; |
7072 | esac | 7506 | esac |
7073 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7507 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7508 | $as_echo "$ac_try_echo") >&5 | ||
7074 | (eval "$ac_compile") 2>conftest.er1 | 7509 | (eval "$ac_compile") 2>conftest.er1 |
7075 | ac_status=$? | 7510 | ac_status=$? |
7076 | grep -v '^ *+' conftest.er1 >conftest.err | 7511 | grep -v '^ *+' conftest.er1 >conftest.err |
7077 | rm -f conftest.er1 | 7512 | rm -f conftest.er1 |
7078 | cat conftest.err >&5 | 7513 | cat conftest.err >&5 |
7079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7514 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7080 | (exit $ac_status); } && { | 7515 | (exit $ac_status); } && { |
7081 | test -z "$ac_c_werror_flag" || | 7516 | test -z "$ac_c_werror_flag" || |
7082 | test ! -s conftest.err | 7517 | test ! -s conftest.err |
7083 | } && test -s conftest.$ac_objext; then | 7518 | } && test -s conftest.$ac_objext; then |
7084 | ac_cv_have_decl_F_CLOSEM=yes | 7519 | ac_cv_have_decl_F_CLOSEM=yes |
7085 | else | 7520 | else |
7086 | echo "$as_me: failed program was:" >&5 | 7521 | $as_echo "$as_me: failed program was:" >&5 |
7087 | sed 's/^/| /' conftest.$ac_ext >&5 | 7522 | sed 's/^/| /' conftest.$ac_ext >&5 |
7088 | 7523 | ||
7089 | ac_cv_have_decl_F_CLOSEM=no | 7524 | ac_cv_have_decl_F_CLOSEM=no |
@@ -7091,8 +7526,8 @@ fi | |||
7091 | 7526 | ||
7092 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7527 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7093 | fi | 7528 | fi |
7094 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_F_CLOSEM" >&5 | 7529 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_F_CLOSEM" >&5 |
7095 | echo "${ECHO_T}$ac_cv_have_decl_F_CLOSEM" >&6; } | 7530 | $as_echo "$ac_cv_have_decl_F_CLOSEM" >&6; } |
7096 | if test $ac_cv_have_decl_F_CLOSEM = yes; then | 7531 | if test $ac_cv_have_decl_F_CLOSEM = yes; then |
7097 | 7532 | ||
7098 | cat >>confdefs.h <<\_ACEOF | 7533 | cat >>confdefs.h <<\_ACEOF |
@@ -7168,27 +7603,28 @@ _ACEOF | |||
7168 | 7603 | ||
7169 | 7604 | ||
7170 | cat >>confdefs.h <<\_ACEOF | 7605 | cat >>confdefs.h <<\_ACEOF |
7171 | #define IP_TOS_IS_BROKEN 1 | 7606 | #define NO_X11_UNIX_SOCKETS 1 |
7172 | _ACEOF | 7607 | _ACEOF |
7173 | 7608 | ||
7174 | 7609 | ||
7175 | cat >>confdefs.h <<\_ACEOF | 7610 | cat >>confdefs.h <<\_ACEOF |
7176 | #define NO_X11_UNIX_SOCKETS 1 | 7611 | #define NO_IPPORT_RESERVED_CONCEPT 1 |
7177 | _ACEOF | 7612 | _ACEOF |
7178 | 7613 | ||
7179 | 7614 | ||
7180 | cat >>confdefs.h <<\_ACEOF | 7615 | cat >>confdefs.h <<\_ACEOF |
7181 | #define NO_IPPORT_RESERVED_CONCEPT 1 | 7616 | #define DISABLE_FD_PASSING 1 |
7182 | _ACEOF | 7617 | _ACEOF |
7183 | 7618 | ||
7184 | 7619 | ||
7185 | cat >>confdefs.h <<\_ACEOF | 7620 | cat >>confdefs.h <<\_ACEOF |
7186 | #define DISABLE_FD_PASSING 1 | 7621 | #define SSH_IOBUFSZ 65536 |
7187 | _ACEOF | 7622 | _ACEOF |
7188 | 7623 | ||
7189 | ;; | 7624 | ;; |
7190 | *-*-dgux*) | 7625 | *-*-dgux*) |
7191 | cat >>confdefs.h <<\_ACEOF | 7626 | |
7627 | cat >>confdefs.h <<\_ACEOF | ||
7192 | #define IP_TOS_IS_BROKEN 1 | 7628 | #define IP_TOS_IS_BROKEN 1 |
7193 | _ACEOF | 7629 | _ACEOF |
7194 | 7630 | ||
@@ -7206,11 +7642,11 @@ _ACEOF | |||
7206 | 7642 | ||
7207 | ;; | 7643 | ;; |
7208 | *-*-darwin*) | 7644 | *-*-darwin*) |
7209 | { echo "$as_me:$LINENO: checking if we have working getaddrinfo" >&5 | 7645 | { $as_echo "$as_me:$LINENO: checking if we have working getaddrinfo" >&5 |
7210 | echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6; } | 7646 | $as_echo_n "checking if we have working getaddrinfo... " >&6; } |
7211 | if test "$cross_compiling" = yes; then | 7647 | if test "$cross_compiling" = yes; then |
7212 | { echo "$as_me:$LINENO: result: assume it is working" >&5 | 7648 | { $as_echo "$as_me:$LINENO: result: assume it is working" >&5 |
7213 | echo "${ECHO_T}assume it is working" >&6; } | 7649 | $as_echo "assume it is working" >&6; } |
7214 | else | 7650 | else |
7215 | cat >conftest.$ac_ext <<_ACEOF | 7651 | cat >conftest.$ac_ext <<_ACEOF |
7216 | /* confdefs.h. */ | 7652 | /* confdefs.h. */ |
@@ -7231,36 +7667,39 @@ case "(($ac_try" in | |||
7231 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7667 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7232 | *) ac_try_echo=$ac_try;; | 7668 | *) ac_try_echo=$ac_try;; |
7233 | esac | 7669 | esac |
7234 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7670 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7671 | $as_echo "$ac_try_echo") >&5 | ||
7235 | (eval "$ac_link") 2>&5 | 7672 | (eval "$ac_link") 2>&5 |
7236 | ac_status=$? | 7673 | ac_status=$? |
7237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7674 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7238 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 7675 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
7239 | { (case "(($ac_try" in | 7676 | { (case "(($ac_try" in |
7240 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7677 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7241 | *) ac_try_echo=$ac_try;; | 7678 | *) ac_try_echo=$ac_try;; |
7242 | esac | 7679 | esac |
7243 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7680 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7681 | $as_echo "$ac_try_echo") >&5 | ||
7244 | (eval "$ac_try") 2>&5 | 7682 | (eval "$ac_try") 2>&5 |
7245 | ac_status=$? | 7683 | ac_status=$? |
7246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7684 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7247 | (exit $ac_status); }; }; then | 7685 | (exit $ac_status); }; }; then |
7248 | { echo "$as_me:$LINENO: result: working" >&5 | 7686 | { $as_echo "$as_me:$LINENO: result: working" >&5 |
7249 | echo "${ECHO_T}working" >&6; } | 7687 | $as_echo "working" >&6; } |
7250 | else | 7688 | else |
7251 | echo "$as_me: program exited with status $ac_status" >&5 | 7689 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
7252 | echo "$as_me: failed program was:" >&5 | 7690 | $as_echo "$as_me: failed program was:" >&5 |
7253 | sed 's/^/| /' conftest.$ac_ext >&5 | 7691 | sed 's/^/| /' conftest.$ac_ext >&5 |
7254 | 7692 | ||
7255 | ( exit $ac_status ) | 7693 | ( exit $ac_status ) |
7256 | { echo "$as_me:$LINENO: result: buggy" >&5 | 7694 | { $as_echo "$as_me:$LINENO: result: buggy" >&5 |
7257 | echo "${ECHO_T}buggy" >&6; } | 7695 | $as_echo "buggy" >&6; } |
7258 | 7696 | ||
7259 | cat >>confdefs.h <<\_ACEOF | 7697 | cat >>confdefs.h <<\_ACEOF |
7260 | #define BROKEN_GETADDRINFO 1 | 7698 | #define BROKEN_GETADDRINFO 1 |
7261 | _ACEOF | 7699 | _ACEOF |
7262 | 7700 | ||
7263 | fi | 7701 | fi |
7702 | rm -rf conftest.dSYM | ||
7264 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 7703 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
7265 | fi | 7704 | fi |
7266 | 7705 | ||
@@ -7302,122 +7741,11 @@ cat >>confdefs.h <<\_ACEOF | |||
7302 | #define SSH_TUN_PREPEND_AF 1 | 7741 | #define SSH_TUN_PREPEND_AF 1 |
7303 | _ACEOF | 7742 | _ACEOF |
7304 | 7743 | ||
7305 | { echo "$as_me:$LINENO: checking if we have the Security Authorization Session API" >&5 | ||
7306 | echo $ECHO_N "checking if we have the Security Authorization Session API... $ECHO_C" >&6; } | ||
7307 | cat >conftest.$ac_ext <<_ACEOF | ||
7308 | /* confdefs.h. */ | ||
7309 | _ACEOF | ||
7310 | cat confdefs.h >>conftest.$ac_ext | ||
7311 | cat >>conftest.$ac_ext <<_ACEOF | ||
7312 | /* end confdefs.h. */ | ||
7313 | #include <Security/AuthSession.h> | ||
7314 | int | ||
7315 | main () | ||
7316 | { | ||
7317 | SessionCreate(0, 0); | ||
7318 | ; | ||
7319 | return 0; | ||
7320 | } | ||
7321 | _ACEOF | ||
7322 | rm -f conftest.$ac_objext | ||
7323 | if { (ac_try="$ac_compile" | ||
7324 | case "(($ac_try" in | ||
7325 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
7326 | *) ac_try_echo=$ac_try;; | ||
7327 | esac | ||
7328 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
7329 | (eval "$ac_compile") 2>conftest.er1 | ||
7330 | ac_status=$? | ||
7331 | grep -v '^ *+' conftest.er1 >conftest.err | ||
7332 | rm -f conftest.er1 | ||
7333 | cat conftest.err >&5 | ||
7334 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
7335 | (exit $ac_status); } && { | ||
7336 | test -z "$ac_c_werror_flag" || | ||
7337 | test ! -s conftest.err | ||
7338 | } && test -s conftest.$ac_objext; then | ||
7339 | ac_cv_use_security_session_api="yes" | ||
7340 | |||
7341 | cat >>confdefs.h <<\_ACEOF | ||
7342 | #define USE_SECURITY_SESSION_API 1 | ||
7343 | _ACEOF | ||
7344 | 7744 | ||
7345 | LIBS="$LIBS -framework Security" | 7745 | { $as_echo "$as_me:$LINENO: checking whether AU_IPv4 is declared" >&5 |
7346 | { echo "$as_me:$LINENO: result: yes" >&5 | 7746 | $as_echo_n "checking whether AU_IPv4 is declared... " >&6; } |
7347 | echo "${ECHO_T}yes" >&6; } | ||
7348 | else | ||
7349 | echo "$as_me: failed program was:" >&5 | ||
7350 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
7351 | |||
7352 | ac_cv_use_security_session_api="no" | ||
7353 | { echo "$as_me:$LINENO: result: no" >&5 | ||
7354 | echo "${ECHO_T}no" >&6; } | ||
7355 | fi | ||
7356 | |||
7357 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
7358 | { echo "$as_me:$LINENO: checking if we have an in-memory credentials cache" >&5 | ||
7359 | echo $ECHO_N "checking if we have an in-memory credentials cache... $ECHO_C" >&6; } | ||
7360 | cat >conftest.$ac_ext <<_ACEOF | ||
7361 | /* confdefs.h. */ | ||
7362 | _ACEOF | ||
7363 | cat confdefs.h >>conftest.$ac_ext | ||
7364 | cat >>conftest.$ac_ext <<_ACEOF | ||
7365 | /* end confdefs.h. */ | ||
7366 | #include <Kerberos/Kerberos.h> | ||
7367 | int | ||
7368 | main () | ||
7369 | { | ||
7370 | cc_context_t c; | ||
7371 | (void) cc_initialize (&c, 0, NULL, NULL); | ||
7372 | ; | ||
7373 | return 0; | ||
7374 | } | ||
7375 | _ACEOF | ||
7376 | rm -f conftest.$ac_objext | ||
7377 | if { (ac_try="$ac_compile" | ||
7378 | case "(($ac_try" in | ||
7379 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
7380 | *) ac_try_echo=$ac_try;; | ||
7381 | esac | ||
7382 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
7383 | (eval "$ac_compile") 2>conftest.er1 | ||
7384 | ac_status=$? | ||
7385 | grep -v '^ *+' conftest.er1 >conftest.err | ||
7386 | rm -f conftest.er1 | ||
7387 | cat conftest.err >&5 | ||
7388 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
7389 | (exit $ac_status); } && { | ||
7390 | test -z "$ac_c_werror_flag" || | ||
7391 | test ! -s conftest.err | ||
7392 | } && test -s conftest.$ac_objext; then | ||
7393 | |||
7394 | cat >>confdefs.h <<\_ACEOF | ||
7395 | #define USE_CCAPI 1 | ||
7396 | _ACEOF | ||
7397 | |||
7398 | LIBS="$LIBS -framework Security" | ||
7399 | { echo "$as_me:$LINENO: result: yes" >&5 | ||
7400 | echo "${ECHO_T}yes" >&6; } | ||
7401 | if test "x$ac_cv_use_security_session_api" = "xno"; then | ||
7402 | { { echo "$as_me:$LINENO: error: *** Need a security framework to use the credentials cache API ***" >&5 | ||
7403 | echo "$as_me: error: *** Need a security framework to use the credentials cache API ***" >&2;} | ||
7404 | { (exit 1); exit 1; }; } | ||
7405 | fi | ||
7406 | else | ||
7407 | echo "$as_me: failed program was:" >&5 | ||
7408 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
7409 | |||
7410 | { echo "$as_me:$LINENO: result: no" >&5 | ||
7411 | echo "${ECHO_T}no" >&6; } | ||
7412 | |||
7413 | fi | ||
7414 | |||
7415 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
7416 | |||
7417 | { echo "$as_me:$LINENO: checking whether AU_IPv4 is declared" >&5 | ||
7418 | echo $ECHO_N "checking whether AU_IPv4 is declared... $ECHO_C" >&6; } | ||
7419 | if test "${ac_cv_have_decl_AU_IPv4+set}" = set; then | 7747 | if test "${ac_cv_have_decl_AU_IPv4+set}" = set; then |
7420 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7748 | $as_echo_n "(cached) " >&6 |
7421 | else | 7749 | else |
7422 | cat >conftest.$ac_ext <<_ACEOF | 7750 | cat >conftest.$ac_ext <<_ACEOF |
7423 | /* confdefs.h. */ | 7751 | /* confdefs.h. */ |
@@ -7443,20 +7771,21 @@ case "(($ac_try" in | |||
7443 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7771 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7444 | *) ac_try_echo=$ac_try;; | 7772 | *) ac_try_echo=$ac_try;; |
7445 | esac | 7773 | esac |
7446 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7774 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7775 | $as_echo "$ac_try_echo") >&5 | ||
7447 | (eval "$ac_compile") 2>conftest.er1 | 7776 | (eval "$ac_compile") 2>conftest.er1 |
7448 | ac_status=$? | 7777 | ac_status=$? |
7449 | grep -v '^ *+' conftest.er1 >conftest.err | 7778 | grep -v '^ *+' conftest.er1 >conftest.err |
7450 | rm -f conftest.er1 | 7779 | rm -f conftest.er1 |
7451 | cat conftest.err >&5 | 7780 | cat conftest.err >&5 |
7452 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7781 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7453 | (exit $ac_status); } && { | 7782 | (exit $ac_status); } && { |
7454 | test -z "$ac_c_werror_flag" || | 7783 | test -z "$ac_c_werror_flag" || |
7455 | test ! -s conftest.err | 7784 | test ! -s conftest.err |
7456 | } && test -s conftest.$ac_objext; then | 7785 | } && test -s conftest.$ac_objext; then |
7457 | ac_cv_have_decl_AU_IPv4=yes | 7786 | ac_cv_have_decl_AU_IPv4=yes |
7458 | else | 7787 | else |
7459 | echo "$as_me: failed program was:" >&5 | 7788 | $as_echo "$as_me: failed program was:" >&5 |
7460 | sed 's/^/| /' conftest.$ac_ext >&5 | 7789 | sed 's/^/| /' conftest.$ac_ext >&5 |
7461 | 7790 | ||
7462 | ac_cv_have_decl_AU_IPv4=no | 7791 | ac_cv_have_decl_AU_IPv4=no |
@@ -7464,8 +7793,8 @@ fi | |||
7464 | 7793 | ||
7465 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7794 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7466 | fi | 7795 | fi |
7467 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_AU_IPv4" >&5 | 7796 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_AU_IPv4" >&5 |
7468 | echo "${ECHO_T}$ac_cv_have_decl_AU_IPv4" >&6; } | 7797 | $as_echo "$ac_cv_have_decl_AU_IPv4" >&6; } |
7469 | if test $ac_cv_have_decl_AU_IPv4 = yes; then | 7798 | if test $ac_cv_have_decl_AU_IPv4 = yes; then |
7470 | : | 7799 | : |
7471 | else | 7800 | else |
@@ -7516,10 +7845,10 @@ _ACEOF | |||
7516 | MAIL="/var/mail/username" | 7845 | MAIL="/var/mail/username" |
7517 | LIBS="$LIBS -lsec" | 7846 | LIBS="$LIBS -lsec" |
7518 | 7847 | ||
7519 | { echo "$as_me:$LINENO: checking for t_error in -lxnet" >&5 | 7848 | { $as_echo "$as_me:$LINENO: checking for t_error in -lxnet" >&5 |
7520 | echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6; } | 7849 | $as_echo_n "checking for t_error in -lxnet... " >&6; } |
7521 | if test "${ac_cv_lib_xnet_t_error+set}" = set; then | 7850 | if test "${ac_cv_lib_xnet_t_error+set}" = set; then |
7522 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7851 | $as_echo_n "(cached) " >&6 |
7523 | else | 7852 | else |
7524 | ac_check_lib_save_LIBS=$LIBS | 7853 | ac_check_lib_save_LIBS=$LIBS |
7525 | LIBS="-lxnet $LIBS" | 7854 | LIBS="-lxnet $LIBS" |
@@ -7551,32 +7880,36 @@ case "(($ac_try" in | |||
7551 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7880 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7552 | *) ac_try_echo=$ac_try;; | 7881 | *) ac_try_echo=$ac_try;; |
7553 | esac | 7882 | esac |
7554 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 7883 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
7884 | $as_echo "$ac_try_echo") >&5 | ||
7555 | (eval "$ac_link") 2>conftest.er1 | 7885 | (eval "$ac_link") 2>conftest.er1 |
7556 | ac_status=$? | 7886 | ac_status=$? |
7557 | grep -v '^ *+' conftest.er1 >conftest.err | 7887 | grep -v '^ *+' conftest.er1 >conftest.err |
7558 | rm -f conftest.er1 | 7888 | rm -f conftest.er1 |
7559 | cat conftest.err >&5 | 7889 | cat conftest.err >&5 |
7560 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7890 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7561 | (exit $ac_status); } && { | 7891 | (exit $ac_status); } && { |
7562 | test -z "$ac_c_werror_flag" || | 7892 | test -z "$ac_c_werror_flag" || |
7563 | test ! -s conftest.err | 7893 | test ! -s conftest.err |
7564 | } && test -s conftest$ac_exeext && | 7894 | } && test -s conftest$ac_exeext && { |
7565 | $as_test_x conftest$ac_exeext; then | 7895 | test "$cross_compiling" = yes || |
7896 | $as_test_x conftest$ac_exeext | ||
7897 | }; then | ||
7566 | ac_cv_lib_xnet_t_error=yes | 7898 | ac_cv_lib_xnet_t_error=yes |
7567 | else | 7899 | else |
7568 | echo "$as_me: failed program was:" >&5 | 7900 | $as_echo "$as_me: failed program was:" >&5 |
7569 | sed 's/^/| /' conftest.$ac_ext >&5 | 7901 | sed 's/^/| /' conftest.$ac_ext >&5 |
7570 | 7902 | ||
7571 | ac_cv_lib_xnet_t_error=no | 7903 | ac_cv_lib_xnet_t_error=no |
7572 | fi | 7904 | fi |
7573 | 7905 | ||
7906 | rm -rf conftest.dSYM | ||
7574 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 7907 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
7575 | conftest$ac_exeext conftest.$ac_ext | 7908 | conftest$ac_exeext conftest.$ac_ext |
7576 | LIBS=$ac_check_lib_save_LIBS | 7909 | LIBS=$ac_check_lib_save_LIBS |
7577 | fi | 7910 | fi |
7578 | { echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_t_error" >&5 | 7911 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_t_error" >&5 |
7579 | echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6; } | 7912 | $as_echo "$ac_cv_lib_xnet_t_error" >&6; } |
7580 | if test $ac_cv_lib_xnet_t_error = yes; then | 7913 | if test $ac_cv_lib_xnet_t_error = yes; then |
7581 | cat >>confdefs.h <<_ACEOF | 7914 | cat >>confdefs.h <<_ACEOF |
7582 | #define HAVE_LIBXNET 1 | 7915 | #define HAVE_LIBXNET 1 |
@@ -7585,8 +7918,8 @@ _ACEOF | |||
7585 | LIBS="-lxnet $LIBS" | 7918 | LIBS="-lxnet $LIBS" |
7586 | 7919 | ||
7587 | else | 7920 | else |
7588 | { { echo "$as_me:$LINENO: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 | 7921 | { { $as_echo "$as_me:$LINENO: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 |
7589 | echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} | 7922 | $as_echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} |
7590 | { (exit 1); exit 1; }; } | 7923 | { (exit 1); exit 1; }; } |
7591 | fi | 7924 | fi |
7592 | 7925 | ||
@@ -7678,10 +8011,10 @@ cat >>confdefs.h <<\_ACEOF | |||
7678 | #define WITH_IRIX_AUDIT 1 | 8011 | #define WITH_IRIX_AUDIT 1 |
7679 | _ACEOF | 8012 | _ACEOF |
7680 | 8013 | ||
7681 | { echo "$as_me:$LINENO: checking for jlimit_startjob" >&5 | 8014 | { $as_echo "$as_me:$LINENO: checking for jlimit_startjob" >&5 |
7682 | echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6; } | 8015 | $as_echo_n "checking for jlimit_startjob... " >&6; } |
7683 | if test "${ac_cv_func_jlimit_startjob+set}" = set; then | 8016 | if test "${ac_cv_func_jlimit_startjob+set}" = set; then |
7684 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8017 | $as_echo_n "(cached) " >&6 |
7685 | else | 8018 | else |
7686 | cat >conftest.$ac_ext <<_ACEOF | 8019 | cat >conftest.$ac_ext <<_ACEOF |
7687 | /* confdefs.h. */ | 8020 | /* confdefs.h. */ |
@@ -7734,31 +8067,35 @@ case "(($ac_try" in | |||
7734 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8067 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7735 | *) ac_try_echo=$ac_try;; | 8068 | *) ac_try_echo=$ac_try;; |
7736 | esac | 8069 | esac |
7737 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8070 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8071 | $as_echo "$ac_try_echo") >&5 | ||
7738 | (eval "$ac_link") 2>conftest.er1 | 8072 | (eval "$ac_link") 2>conftest.er1 |
7739 | ac_status=$? | 8073 | ac_status=$? |
7740 | grep -v '^ *+' conftest.er1 >conftest.err | 8074 | grep -v '^ *+' conftest.er1 >conftest.err |
7741 | rm -f conftest.er1 | 8075 | rm -f conftest.er1 |
7742 | cat conftest.err >&5 | 8076 | cat conftest.err >&5 |
7743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8077 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7744 | (exit $ac_status); } && { | 8078 | (exit $ac_status); } && { |
7745 | test -z "$ac_c_werror_flag" || | 8079 | test -z "$ac_c_werror_flag" || |
7746 | test ! -s conftest.err | 8080 | test ! -s conftest.err |
7747 | } && test -s conftest$ac_exeext && | 8081 | } && test -s conftest$ac_exeext && { |
7748 | $as_test_x conftest$ac_exeext; then | 8082 | test "$cross_compiling" = yes || |
8083 | $as_test_x conftest$ac_exeext | ||
8084 | }; then | ||
7749 | ac_cv_func_jlimit_startjob=yes | 8085 | ac_cv_func_jlimit_startjob=yes |
7750 | else | 8086 | else |
7751 | echo "$as_me: failed program was:" >&5 | 8087 | $as_echo "$as_me: failed program was:" >&5 |
7752 | sed 's/^/| /' conftest.$ac_ext >&5 | 8088 | sed 's/^/| /' conftest.$ac_ext >&5 |
7753 | 8089 | ||
7754 | ac_cv_func_jlimit_startjob=no | 8090 | ac_cv_func_jlimit_startjob=no |
7755 | fi | 8091 | fi |
7756 | 8092 | ||
8093 | rm -rf conftest.dSYM | ||
7757 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8094 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
7758 | conftest$ac_exeext conftest.$ac_ext | 8095 | conftest$ac_exeext conftest.$ac_ext |
7759 | fi | 8096 | fi |
7760 | { echo "$as_me:$LINENO: result: $ac_cv_func_jlimit_startjob" >&5 | 8097 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_jlimit_startjob" >&5 |
7761 | echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6; } | 8098 | $as_echo "$ac_cv_func_jlimit_startjob" >&6; } |
7762 | if test $ac_cv_func_jlimit_startjob = yes; then | 8099 | if test $ac_cv_func_jlimit_startjob = yes; then |
7763 | 8100 | ||
7764 | cat >>confdefs.h <<\_ACEOF | 8101 | cat >>confdefs.h <<\_ACEOF |
@@ -7868,20 +8205,21 @@ _ACEOF | |||
7868 | 8205 | ||
7869 | for ac_header in linux/if_tun.h | 8206 | for ac_header in linux/if_tun.h |
7870 | do | 8207 | do |
7871 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 8208 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
7872 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 8209 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
7873 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 8210 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
7874 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 8211 | $as_echo_n "checking for $ac_header... " >&6; } |
7875 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 8212 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
7876 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8213 | $as_echo_n "(cached) " >&6 |
7877 | fi | 8214 | fi |
7878 | ac_res=`eval echo '${'$as_ac_Header'}'` | 8215 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
7879 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 8216 | $as_echo "$as_val"'` |
7880 | echo "${ECHO_T}$ac_res" >&6; } | 8217 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
8218 | $as_echo "$ac_res" >&6; } | ||
7881 | else | 8219 | else |
7882 | # Is the header compilable? | 8220 | # Is the header compilable? |
7883 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 8221 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
7884 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 8222 | $as_echo_n "checking $ac_header usability... " >&6; } |
7885 | cat >conftest.$ac_ext <<_ACEOF | 8223 | cat >conftest.$ac_ext <<_ACEOF |
7886 | /* confdefs.h. */ | 8224 | /* confdefs.h. */ |
7887 | _ACEOF | 8225 | _ACEOF |
@@ -7897,32 +8235,33 @@ case "(($ac_try" in | |||
7897 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8235 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7898 | *) ac_try_echo=$ac_try;; | 8236 | *) ac_try_echo=$ac_try;; |
7899 | esac | 8237 | esac |
7900 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8238 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8239 | $as_echo "$ac_try_echo") >&5 | ||
7901 | (eval "$ac_compile") 2>conftest.er1 | 8240 | (eval "$ac_compile") 2>conftest.er1 |
7902 | ac_status=$? | 8241 | ac_status=$? |
7903 | grep -v '^ *+' conftest.er1 >conftest.err | 8242 | grep -v '^ *+' conftest.er1 >conftest.err |
7904 | rm -f conftest.er1 | 8243 | rm -f conftest.er1 |
7905 | cat conftest.err >&5 | 8244 | cat conftest.err >&5 |
7906 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8245 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7907 | (exit $ac_status); } && { | 8246 | (exit $ac_status); } && { |
7908 | test -z "$ac_c_werror_flag" || | 8247 | test -z "$ac_c_werror_flag" || |
7909 | test ! -s conftest.err | 8248 | test ! -s conftest.err |
7910 | } && test -s conftest.$ac_objext; then | 8249 | } && test -s conftest.$ac_objext; then |
7911 | ac_header_compiler=yes | 8250 | ac_header_compiler=yes |
7912 | else | 8251 | else |
7913 | echo "$as_me: failed program was:" >&5 | 8252 | $as_echo "$as_me: failed program was:" >&5 |
7914 | sed 's/^/| /' conftest.$ac_ext >&5 | 8253 | sed 's/^/| /' conftest.$ac_ext >&5 |
7915 | 8254 | ||
7916 | ac_header_compiler=no | 8255 | ac_header_compiler=no |
7917 | fi | 8256 | fi |
7918 | 8257 | ||
7919 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8258 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7920 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8259 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
7921 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 8260 | $as_echo "$ac_header_compiler" >&6; } |
7922 | 8261 | ||
7923 | # Is the header present? | 8262 | # Is the header present? |
7924 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 8263 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
7925 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 8264 | $as_echo_n "checking $ac_header presence... " >&6; } |
7926 | cat >conftest.$ac_ext <<_ACEOF | 8265 | cat >conftest.$ac_ext <<_ACEOF |
7927 | /* confdefs.h. */ | 8266 | /* confdefs.h. */ |
7928 | _ACEOF | 8267 | _ACEOF |
@@ -7936,51 +8275,52 @@ case "(($ac_try" in | |||
7936 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8275 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7937 | *) ac_try_echo=$ac_try;; | 8276 | *) ac_try_echo=$ac_try;; |
7938 | esac | 8277 | esac |
7939 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8278 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8279 | $as_echo "$ac_try_echo") >&5 | ||
7940 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 8280 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
7941 | ac_status=$? | 8281 | ac_status=$? |
7942 | grep -v '^ *+' conftest.er1 >conftest.err | 8282 | grep -v '^ *+' conftest.er1 >conftest.err |
7943 | rm -f conftest.er1 | 8283 | rm -f conftest.er1 |
7944 | cat conftest.err >&5 | 8284 | cat conftest.err >&5 |
7945 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8285 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7946 | (exit $ac_status); } >/dev/null && { | 8286 | (exit $ac_status); } >/dev/null && { |
7947 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 8287 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
7948 | test ! -s conftest.err | 8288 | test ! -s conftest.err |
7949 | }; then | 8289 | }; then |
7950 | ac_header_preproc=yes | 8290 | ac_header_preproc=yes |
7951 | else | 8291 | else |
7952 | echo "$as_me: failed program was:" >&5 | 8292 | $as_echo "$as_me: failed program was:" >&5 |
7953 | sed 's/^/| /' conftest.$ac_ext >&5 | 8293 | sed 's/^/| /' conftest.$ac_ext >&5 |
7954 | 8294 | ||
7955 | ac_header_preproc=no | 8295 | ac_header_preproc=no |
7956 | fi | 8296 | fi |
7957 | 8297 | ||
7958 | rm -f conftest.err conftest.$ac_ext | 8298 | rm -f conftest.err conftest.$ac_ext |
7959 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 8299 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
7960 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 8300 | $as_echo "$ac_header_preproc" >&6; } |
7961 | 8301 | ||
7962 | # So? What about this header? | 8302 | # So? What about this header? |
7963 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 8303 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
7964 | yes:no: ) | 8304 | yes:no: ) |
7965 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 8305 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
7966 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8306 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
7967 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 8307 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
7968 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 8308 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
7969 | ac_header_preproc=yes | 8309 | ac_header_preproc=yes |
7970 | ;; | 8310 | ;; |
7971 | no:yes:* ) | 8311 | no:yes:* ) |
7972 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 8312 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
7973 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 8313 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
7974 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 8314 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
7975 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 8315 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
7976 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 8316 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
7977 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 8317 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
7978 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 8318 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
7979 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 8319 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
7980 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 8320 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
7981 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 8321 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
7982 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 8322 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
7983 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 8323 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
7984 | ( cat <<\_ASBOX | 8324 | ( cat <<\_ASBOX |
7985 | ## ------------------------------------------- ## | 8325 | ## ------------------------------------------- ## |
7986 | ## Report this to openssh-unix-dev@mindrot.org ## | 8326 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -7989,21 +8329,23 @@ _ASBOX | |||
7989 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 8329 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
7990 | ;; | 8330 | ;; |
7991 | esac | 8331 | esac |
7992 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 8332 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
7993 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 8333 | $as_echo_n "checking for $ac_header... " >&6; } |
7994 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 8334 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
7995 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8335 | $as_echo_n "(cached) " >&6 |
7996 | else | 8336 | else |
7997 | eval "$as_ac_Header=\$ac_header_preproc" | 8337 | eval "$as_ac_Header=\$ac_header_preproc" |
7998 | fi | 8338 | fi |
7999 | ac_res=`eval echo '${'$as_ac_Header'}'` | 8339 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
8000 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 8340 | $as_echo "$as_val"'` |
8001 | echo "${ECHO_T}$ac_res" >&6; } | 8341 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
8342 | $as_echo "$ac_res" >&6; } | ||
8002 | 8343 | ||
8003 | fi | 8344 | fi |
8004 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 8345 | if test `eval 'as_val=${'$as_ac_Header'} |
8346 | $as_echo "$as_val"'` = yes; then | ||
8005 | cat >>confdefs.h <<_ACEOF | 8347 | cat >>confdefs.h <<_ACEOF |
8006 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 8348 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
8007 | _ACEOF | 8349 | _ACEOF |
8008 | 8350 | ||
8009 | fi | 8351 | fi |
@@ -8052,17 +8394,17 @@ cat >>confdefs.h <<\_ACEOF | |||
8052 | _ACEOF | 8394 | _ACEOF |
8053 | 8395 | ||
8054 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8396 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8055 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8397 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8056 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } | 8398 | $as_echo_n "checking for net/if_tap.h... " >&6; } |
8057 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8399 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8058 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8400 | $as_echo_n "(cached) " >&6 |
8059 | fi | 8401 | fi |
8060 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8402 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8061 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } | 8403 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } |
8062 | else | 8404 | else |
8063 | # Is the header compilable? | 8405 | # Is the header compilable? |
8064 | { echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 | 8406 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 |
8065 | echo $ECHO_N "checking net/if_tap.h usability... $ECHO_C" >&6; } | 8407 | $as_echo_n "checking net/if_tap.h usability... " >&6; } |
8066 | cat >conftest.$ac_ext <<_ACEOF | 8408 | cat >conftest.$ac_ext <<_ACEOF |
8067 | /* confdefs.h. */ | 8409 | /* confdefs.h. */ |
8068 | _ACEOF | 8410 | _ACEOF |
@@ -8078,32 +8420,33 @@ case "(($ac_try" in | |||
8078 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8420 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8079 | *) ac_try_echo=$ac_try;; | 8421 | *) ac_try_echo=$ac_try;; |
8080 | esac | 8422 | esac |
8081 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8423 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8424 | $as_echo "$ac_try_echo") >&5 | ||
8082 | (eval "$ac_compile") 2>conftest.er1 | 8425 | (eval "$ac_compile") 2>conftest.er1 |
8083 | ac_status=$? | 8426 | ac_status=$? |
8084 | grep -v '^ *+' conftest.er1 >conftest.err | 8427 | grep -v '^ *+' conftest.er1 >conftest.err |
8085 | rm -f conftest.er1 | 8428 | rm -f conftest.er1 |
8086 | cat conftest.err >&5 | 8429 | cat conftest.err >&5 |
8087 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8430 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8088 | (exit $ac_status); } && { | 8431 | (exit $ac_status); } && { |
8089 | test -z "$ac_c_werror_flag" || | 8432 | test -z "$ac_c_werror_flag" || |
8090 | test ! -s conftest.err | 8433 | test ! -s conftest.err |
8091 | } && test -s conftest.$ac_objext; then | 8434 | } && test -s conftest.$ac_objext; then |
8092 | ac_header_compiler=yes | 8435 | ac_header_compiler=yes |
8093 | else | 8436 | else |
8094 | echo "$as_me: failed program was:" >&5 | 8437 | $as_echo "$as_me: failed program was:" >&5 |
8095 | sed 's/^/| /' conftest.$ac_ext >&5 | 8438 | sed 's/^/| /' conftest.$ac_ext >&5 |
8096 | 8439 | ||
8097 | ac_header_compiler=no | 8440 | ac_header_compiler=no |
8098 | fi | 8441 | fi |
8099 | 8442 | ||
8100 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8443 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
8101 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8444 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
8102 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 8445 | $as_echo "$ac_header_compiler" >&6; } |
8103 | 8446 | ||
8104 | # Is the header present? | 8447 | # Is the header present? |
8105 | { echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 | 8448 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 |
8106 | echo $ECHO_N "checking net/if_tap.h presence... $ECHO_C" >&6; } | 8449 | $as_echo_n "checking net/if_tap.h presence... " >&6; } |
8107 | cat >conftest.$ac_ext <<_ACEOF | 8450 | cat >conftest.$ac_ext <<_ACEOF |
8108 | /* confdefs.h. */ | 8451 | /* confdefs.h. */ |
8109 | _ACEOF | 8452 | _ACEOF |
@@ -8117,51 +8460,52 @@ case "(($ac_try" in | |||
8117 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8460 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8118 | *) ac_try_echo=$ac_try;; | 8461 | *) ac_try_echo=$ac_try;; |
8119 | esac | 8462 | esac |
8120 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8463 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8464 | $as_echo "$ac_try_echo") >&5 | ||
8121 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 8465 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
8122 | ac_status=$? | 8466 | ac_status=$? |
8123 | grep -v '^ *+' conftest.er1 >conftest.err | 8467 | grep -v '^ *+' conftest.er1 >conftest.err |
8124 | rm -f conftest.er1 | 8468 | rm -f conftest.er1 |
8125 | cat conftest.err >&5 | 8469 | cat conftest.err >&5 |
8126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8470 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8127 | (exit $ac_status); } >/dev/null && { | 8471 | (exit $ac_status); } >/dev/null && { |
8128 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 8472 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
8129 | test ! -s conftest.err | 8473 | test ! -s conftest.err |
8130 | }; then | 8474 | }; then |
8131 | ac_header_preproc=yes | 8475 | ac_header_preproc=yes |
8132 | else | 8476 | else |
8133 | echo "$as_me: failed program was:" >&5 | 8477 | $as_echo "$as_me: failed program was:" >&5 |
8134 | sed 's/^/| /' conftest.$ac_ext >&5 | 8478 | sed 's/^/| /' conftest.$ac_ext >&5 |
8135 | 8479 | ||
8136 | ac_header_preproc=no | 8480 | ac_header_preproc=no |
8137 | fi | 8481 | fi |
8138 | 8482 | ||
8139 | rm -f conftest.err conftest.$ac_ext | 8483 | rm -f conftest.err conftest.$ac_ext |
8140 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 8484 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
8141 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 8485 | $as_echo "$ac_header_preproc" >&6; } |
8142 | 8486 | ||
8143 | # So? What about this header? | 8487 | # So? What about this header? |
8144 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 8488 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
8145 | yes:no: ) | 8489 | yes:no: ) |
8146 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 8490 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
8147 | echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8491 | $as_echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
8148 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 | 8492 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 |
8149 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} | 8493 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} |
8150 | ac_header_preproc=yes | 8494 | ac_header_preproc=yes |
8151 | ;; | 8495 | ;; |
8152 | no:yes:* ) | 8496 | no:yes:* ) |
8153 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 | 8497 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 |
8154 | echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} | 8498 | $as_echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} |
8155 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 | 8499 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 |
8156 | echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} | 8500 | $as_echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} |
8157 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 | 8501 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 |
8158 | echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} | 8502 | $as_echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} |
8159 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 | 8503 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 |
8160 | echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} | 8504 | $as_echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} |
8161 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 | 8505 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 |
8162 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} | 8506 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} |
8163 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 | 8507 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 |
8164 | echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} | 8508 | $as_echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} |
8165 | ( cat <<\_ASBOX | 8509 | ( cat <<\_ASBOX |
8166 | ## ------------------------------------------- ## | 8510 | ## ------------------------------------------- ## |
8167 | ## Report this to openssh-unix-dev@mindrot.org ## | 8511 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -8170,15 +8514,15 @@ _ASBOX | |||
8170 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 8514 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
8171 | ;; | 8515 | ;; |
8172 | esac | 8516 | esac |
8173 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8517 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8174 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } | 8518 | $as_echo_n "checking for net/if_tap.h... " >&6; } |
8175 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8519 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8176 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8520 | $as_echo_n "(cached) " >&6 |
8177 | else | 8521 | else |
8178 | ac_cv_header_net_if_tap_h=$ac_header_preproc | 8522 | ac_cv_header_net_if_tap_h=$ac_header_preproc |
8179 | fi | 8523 | fi |
8180 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8524 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8181 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } | 8525 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } |
8182 | 8526 | ||
8183 | fi | 8527 | fi |
8184 | if test $ac_cv_header_net_if_tap_h = yes; then | 8528 | if test $ac_cv_header_net_if_tap_h = yes; then |
@@ -8211,17 +8555,17 @@ cat >>confdefs.h <<\_ACEOF | |||
8211 | _ACEOF | 8555 | _ACEOF |
8212 | 8556 | ||
8213 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8557 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8214 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8558 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8215 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } | 8559 | $as_echo_n "checking for net/if_tap.h... " >&6; } |
8216 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8560 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8217 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8561 | $as_echo_n "(cached) " >&6 |
8218 | fi | 8562 | fi |
8219 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8563 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8220 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } | 8564 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } |
8221 | else | 8565 | else |
8222 | # Is the header compilable? | 8566 | # Is the header compilable? |
8223 | { echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 | 8567 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 |
8224 | echo $ECHO_N "checking net/if_tap.h usability... $ECHO_C" >&6; } | 8568 | $as_echo_n "checking net/if_tap.h usability... " >&6; } |
8225 | cat >conftest.$ac_ext <<_ACEOF | 8569 | cat >conftest.$ac_ext <<_ACEOF |
8226 | /* confdefs.h. */ | 8570 | /* confdefs.h. */ |
8227 | _ACEOF | 8571 | _ACEOF |
@@ -8237,32 +8581,33 @@ case "(($ac_try" in | |||
8237 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8581 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8238 | *) ac_try_echo=$ac_try;; | 8582 | *) ac_try_echo=$ac_try;; |
8239 | esac | 8583 | esac |
8240 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8584 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8585 | $as_echo "$ac_try_echo") >&5 | ||
8241 | (eval "$ac_compile") 2>conftest.er1 | 8586 | (eval "$ac_compile") 2>conftest.er1 |
8242 | ac_status=$? | 8587 | ac_status=$? |
8243 | grep -v '^ *+' conftest.er1 >conftest.err | 8588 | grep -v '^ *+' conftest.er1 >conftest.err |
8244 | rm -f conftest.er1 | 8589 | rm -f conftest.er1 |
8245 | cat conftest.err >&5 | 8590 | cat conftest.err >&5 |
8246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8591 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8247 | (exit $ac_status); } && { | 8592 | (exit $ac_status); } && { |
8248 | test -z "$ac_c_werror_flag" || | 8593 | test -z "$ac_c_werror_flag" || |
8249 | test ! -s conftest.err | 8594 | test ! -s conftest.err |
8250 | } && test -s conftest.$ac_objext; then | 8595 | } && test -s conftest.$ac_objext; then |
8251 | ac_header_compiler=yes | 8596 | ac_header_compiler=yes |
8252 | else | 8597 | else |
8253 | echo "$as_me: failed program was:" >&5 | 8598 | $as_echo "$as_me: failed program was:" >&5 |
8254 | sed 's/^/| /' conftest.$ac_ext >&5 | 8599 | sed 's/^/| /' conftest.$ac_ext >&5 |
8255 | 8600 | ||
8256 | ac_header_compiler=no | 8601 | ac_header_compiler=no |
8257 | fi | 8602 | fi |
8258 | 8603 | ||
8259 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8604 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
8260 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8605 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
8261 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 8606 | $as_echo "$ac_header_compiler" >&6; } |
8262 | 8607 | ||
8263 | # Is the header present? | 8608 | # Is the header present? |
8264 | { echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 | 8609 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 |
8265 | echo $ECHO_N "checking net/if_tap.h presence... $ECHO_C" >&6; } | 8610 | $as_echo_n "checking net/if_tap.h presence... " >&6; } |
8266 | cat >conftest.$ac_ext <<_ACEOF | 8611 | cat >conftest.$ac_ext <<_ACEOF |
8267 | /* confdefs.h. */ | 8612 | /* confdefs.h. */ |
8268 | _ACEOF | 8613 | _ACEOF |
@@ -8276,51 +8621,52 @@ case "(($ac_try" in | |||
8276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8621 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8277 | *) ac_try_echo=$ac_try;; | 8622 | *) ac_try_echo=$ac_try;; |
8278 | esac | 8623 | esac |
8279 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8624 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8625 | $as_echo "$ac_try_echo") >&5 | ||
8280 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 8626 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
8281 | ac_status=$? | 8627 | ac_status=$? |
8282 | grep -v '^ *+' conftest.er1 >conftest.err | 8628 | grep -v '^ *+' conftest.er1 >conftest.err |
8283 | rm -f conftest.er1 | 8629 | rm -f conftest.er1 |
8284 | cat conftest.err >&5 | 8630 | cat conftest.err >&5 |
8285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8631 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8286 | (exit $ac_status); } >/dev/null && { | 8632 | (exit $ac_status); } >/dev/null && { |
8287 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 8633 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
8288 | test ! -s conftest.err | 8634 | test ! -s conftest.err |
8289 | }; then | 8635 | }; then |
8290 | ac_header_preproc=yes | 8636 | ac_header_preproc=yes |
8291 | else | 8637 | else |
8292 | echo "$as_me: failed program was:" >&5 | 8638 | $as_echo "$as_me: failed program was:" >&5 |
8293 | sed 's/^/| /' conftest.$ac_ext >&5 | 8639 | sed 's/^/| /' conftest.$ac_ext >&5 |
8294 | 8640 | ||
8295 | ac_header_preproc=no | 8641 | ac_header_preproc=no |
8296 | fi | 8642 | fi |
8297 | 8643 | ||
8298 | rm -f conftest.err conftest.$ac_ext | 8644 | rm -f conftest.err conftest.$ac_ext |
8299 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 8645 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
8300 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 8646 | $as_echo "$ac_header_preproc" >&6; } |
8301 | 8647 | ||
8302 | # So? What about this header? | 8648 | # So? What about this header? |
8303 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 8649 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
8304 | yes:no: ) | 8650 | yes:no: ) |
8305 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 8651 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
8306 | echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8652 | $as_echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
8307 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 | 8653 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 |
8308 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} | 8654 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} |
8309 | ac_header_preproc=yes | 8655 | ac_header_preproc=yes |
8310 | ;; | 8656 | ;; |
8311 | no:yes:* ) | 8657 | no:yes:* ) |
8312 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 | 8658 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 |
8313 | echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} | 8659 | $as_echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} |
8314 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 | 8660 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 |
8315 | echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} | 8661 | $as_echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} |
8316 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 | 8662 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 |
8317 | echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} | 8663 | $as_echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} |
8318 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 | 8664 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 |
8319 | echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} | 8665 | $as_echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} |
8320 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 | 8666 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 |
8321 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} | 8667 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} |
8322 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 | 8668 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 |
8323 | echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} | 8669 | $as_echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} |
8324 | ( cat <<\_ASBOX | 8670 | ( cat <<\_ASBOX |
8325 | ## ------------------------------------------- ## | 8671 | ## ------------------------------------------- ## |
8326 | ## Report this to openssh-unix-dev@mindrot.org ## | 8672 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -8329,15 +8675,15 @@ _ASBOX | |||
8329 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 8675 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
8330 | ;; | 8676 | ;; |
8331 | esac | 8677 | esac |
8332 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8678 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8333 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } | 8679 | $as_echo_n "checking for net/if_tap.h... " >&6; } |
8334 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8680 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8335 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8681 | $as_echo_n "(cached) " >&6 |
8336 | else | 8682 | else |
8337 | ac_cv_header_net_if_tap_h=$ac_header_preproc | 8683 | ac_cv_header_net_if_tap_h=$ac_header_preproc |
8338 | fi | 8684 | fi |
8339 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8685 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8340 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } | 8686 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } |
8341 | 8687 | ||
8342 | fi | 8688 | fi |
8343 | if test $ac_cv_header_net_if_tap_h = yes; then | 8689 | if test $ac_cv_header_net_if_tap_h = yes; then |
@@ -8458,15 +8804,20 @@ cat >>confdefs.h <<\_ACEOF | |||
8458 | #define PASSWD_NEEDS_USERNAME 1 | 8804 | #define PASSWD_NEEDS_USERNAME 1 |
8459 | _ACEOF | 8805 | _ACEOF |
8460 | 8806 | ||
8807 | |||
8808 | cat >>confdefs.h <<\_ACEOF | ||
8809 | #define BROKEN_TCGETATTR_ICANON 1 | ||
8810 | _ACEOF | ||
8811 | |||
8461 | external_path_file=/etc/default/login | 8812 | external_path_file=/etc/default/login |
8462 | # hardwire lastlog location (can't detect it on some versions) | 8813 | # hardwire lastlog location (can't detect it on some versions) |
8463 | conf_lastlog_location="/var/adm/lastlog" | 8814 | conf_lastlog_location="/var/adm/lastlog" |
8464 | { echo "$as_me:$LINENO: checking for obsolete utmp and wtmp in solaris2.x" >&5 | 8815 | { $as_echo "$as_me:$LINENO: checking for obsolete utmp and wtmp in solaris2.x" >&5 |
8465 | echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6; } | 8816 | $as_echo_n "checking for obsolete utmp and wtmp in solaris2.x... " >&6; } |
8466 | sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` | 8817 | sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` |
8467 | if test "$sol2ver" -ge 8; then | 8818 | if test "$sol2ver" -ge 8; then |
8468 | { echo "$as_me:$LINENO: result: yes" >&5 | 8819 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
8469 | echo "${ECHO_T}yes" >&6; } | 8820 | $as_echo "yes" >&6; } |
8470 | cat >>confdefs.h <<\_ACEOF | 8821 | cat >>confdefs.h <<\_ACEOF |
8471 | #define DISABLE_UTMP 1 | 8822 | #define DISABLE_UTMP 1 |
8472 | _ACEOF | 8823 | _ACEOF |
@@ -8477,17 +8828,17 @@ cat >>confdefs.h <<\_ACEOF | |||
8477 | _ACEOF | 8828 | _ACEOF |
8478 | 8829 | ||
8479 | else | 8830 | else |
8480 | { echo "$as_me:$LINENO: result: no" >&5 | 8831 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
8481 | echo "${ECHO_T}no" >&6; } | 8832 | $as_echo "no" >&6; } |
8482 | fi | 8833 | fi |
8483 | 8834 | ||
8484 | # Check whether --with-solaris-contracts was given. | 8835 | # Check whether --with-solaris-contracts was given. |
8485 | if test "${with_solaris_contracts+set}" = set; then | 8836 | if test "${with_solaris_contracts+set}" = set; then |
8486 | withval=$with_solaris_contracts; | 8837 | withval=$with_solaris_contracts; |
8487 | { echo "$as_me:$LINENO: checking for ct_tmpl_activate in -lcontract" >&5 | 8838 | { $as_echo "$as_me:$LINENO: checking for ct_tmpl_activate in -lcontract" >&5 |
8488 | echo $ECHO_N "checking for ct_tmpl_activate in -lcontract... $ECHO_C" >&6; } | 8839 | $as_echo_n "checking for ct_tmpl_activate in -lcontract... " >&6; } |
8489 | if test "${ac_cv_lib_contract_ct_tmpl_activate+set}" = set; then | 8840 | if test "${ac_cv_lib_contract_ct_tmpl_activate+set}" = set; then |
8490 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8841 | $as_echo_n "(cached) " >&6 |
8491 | else | 8842 | else |
8492 | ac_check_lib_save_LIBS=$LIBS | 8843 | ac_check_lib_save_LIBS=$LIBS |
8493 | LIBS="-lcontract $LIBS" | 8844 | LIBS="-lcontract $LIBS" |
@@ -8519,32 +8870,36 @@ case "(($ac_try" in | |||
8519 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8870 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8520 | *) ac_try_echo=$ac_try;; | 8871 | *) ac_try_echo=$ac_try;; |
8521 | esac | 8872 | esac |
8522 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8873 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8874 | $as_echo "$ac_try_echo") >&5 | ||
8523 | (eval "$ac_link") 2>conftest.er1 | 8875 | (eval "$ac_link") 2>conftest.er1 |
8524 | ac_status=$? | 8876 | ac_status=$? |
8525 | grep -v '^ *+' conftest.er1 >conftest.err | 8877 | grep -v '^ *+' conftest.er1 >conftest.err |
8526 | rm -f conftest.er1 | 8878 | rm -f conftest.er1 |
8527 | cat conftest.err >&5 | 8879 | cat conftest.err >&5 |
8528 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8880 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8529 | (exit $ac_status); } && { | 8881 | (exit $ac_status); } && { |
8530 | test -z "$ac_c_werror_flag" || | 8882 | test -z "$ac_c_werror_flag" || |
8531 | test ! -s conftest.err | 8883 | test ! -s conftest.err |
8532 | } && test -s conftest$ac_exeext && | 8884 | } && test -s conftest$ac_exeext && { |
8533 | $as_test_x conftest$ac_exeext; then | 8885 | test "$cross_compiling" = yes || |
8886 | $as_test_x conftest$ac_exeext | ||
8887 | }; then | ||
8534 | ac_cv_lib_contract_ct_tmpl_activate=yes | 8888 | ac_cv_lib_contract_ct_tmpl_activate=yes |
8535 | else | 8889 | else |
8536 | echo "$as_me: failed program was:" >&5 | 8890 | $as_echo "$as_me: failed program was:" >&5 |
8537 | sed 's/^/| /' conftest.$ac_ext >&5 | 8891 | sed 's/^/| /' conftest.$ac_ext >&5 |
8538 | 8892 | ||
8539 | ac_cv_lib_contract_ct_tmpl_activate=no | 8893 | ac_cv_lib_contract_ct_tmpl_activate=no |
8540 | fi | 8894 | fi |
8541 | 8895 | ||
8896 | rm -rf conftest.dSYM | ||
8542 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8897 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8543 | conftest$ac_exeext conftest.$ac_ext | 8898 | conftest$ac_exeext conftest.$ac_ext |
8544 | LIBS=$ac_check_lib_save_LIBS | 8899 | LIBS=$ac_check_lib_save_LIBS |
8545 | fi | 8900 | fi |
8546 | { echo "$as_me:$LINENO: result: $ac_cv_lib_contract_ct_tmpl_activate" >&5 | 8901 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_contract_ct_tmpl_activate" >&5 |
8547 | echo "${ECHO_T}$ac_cv_lib_contract_ct_tmpl_activate" >&6; } | 8902 | $as_echo "$ac_cv_lib_contract_ct_tmpl_activate" >&6; } |
8548 | if test $ac_cv_lib_contract_ct_tmpl_activate = yes; then | 8903 | if test $ac_cv_lib_contract_ct_tmpl_activate = yes; then |
8549 | 8904 | ||
8550 | cat >>confdefs.h <<\_ACEOF | 8905 | cat >>confdefs.h <<\_ACEOF |
@@ -8565,11 +8920,11 @@ fi | |||
8565 | 8920 | ||
8566 | for ac_func in getpwanam | 8921 | for ac_func in getpwanam |
8567 | do | 8922 | do |
8568 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 8923 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
8569 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 8924 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
8570 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 8925 | $as_echo_n "checking for $ac_func... " >&6; } |
8571 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 8926 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
8572 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8927 | $as_echo_n "(cached) " >&6 |
8573 | else | 8928 | else |
8574 | cat >conftest.$ac_ext <<_ACEOF | 8929 | cat >conftest.$ac_ext <<_ACEOF |
8575 | /* confdefs.h. */ | 8930 | /* confdefs.h. */ |
@@ -8622,35 +8977,41 @@ case "(($ac_try" in | |||
8622 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8977 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8623 | *) ac_try_echo=$ac_try;; | 8978 | *) ac_try_echo=$ac_try;; |
8624 | esac | 8979 | esac |
8625 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 8980 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
8981 | $as_echo "$ac_try_echo") >&5 | ||
8626 | (eval "$ac_link") 2>conftest.er1 | 8982 | (eval "$ac_link") 2>conftest.er1 |
8627 | ac_status=$? | 8983 | ac_status=$? |
8628 | grep -v '^ *+' conftest.er1 >conftest.err | 8984 | grep -v '^ *+' conftest.er1 >conftest.err |
8629 | rm -f conftest.er1 | 8985 | rm -f conftest.er1 |
8630 | cat conftest.err >&5 | 8986 | cat conftest.err >&5 |
8631 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8987 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8632 | (exit $ac_status); } && { | 8988 | (exit $ac_status); } && { |
8633 | test -z "$ac_c_werror_flag" || | 8989 | test -z "$ac_c_werror_flag" || |
8634 | test ! -s conftest.err | 8990 | test ! -s conftest.err |
8635 | } && test -s conftest$ac_exeext && | 8991 | } && test -s conftest$ac_exeext && { |
8636 | $as_test_x conftest$ac_exeext; then | 8992 | test "$cross_compiling" = yes || |
8993 | $as_test_x conftest$ac_exeext | ||
8994 | }; then | ||
8637 | eval "$as_ac_var=yes" | 8995 | eval "$as_ac_var=yes" |
8638 | else | 8996 | else |
8639 | echo "$as_me: failed program was:" >&5 | 8997 | $as_echo "$as_me: failed program was:" >&5 |
8640 | sed 's/^/| /' conftest.$ac_ext >&5 | 8998 | sed 's/^/| /' conftest.$ac_ext >&5 |
8641 | 8999 | ||
8642 | eval "$as_ac_var=no" | 9000 | eval "$as_ac_var=no" |
8643 | fi | 9001 | fi |
8644 | 9002 | ||
9003 | rm -rf conftest.dSYM | ||
8645 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9004 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8646 | conftest$ac_exeext conftest.$ac_ext | 9005 | conftest$ac_exeext conftest.$ac_ext |
8647 | fi | 9006 | fi |
8648 | ac_res=`eval echo '${'$as_ac_var'}'` | 9007 | ac_res=`eval 'as_val=${'$as_ac_var'} |
8649 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 9008 | $as_echo "$as_val"'` |
8650 | echo "${ECHO_T}$ac_res" >&6; } | 9009 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
8651 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 9010 | $as_echo "$ac_res" >&6; } |
9011 | if test `eval 'as_val=${'$as_ac_var'} | ||
9012 | $as_echo "$as_val"'` = yes; then | ||
8652 | cat >>confdefs.h <<_ACEOF | 9013 | cat >>confdefs.h <<_ACEOF |
8653 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9014 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
8654 | _ACEOF | 9015 | _ACEOF |
8655 | 9016 | ||
8656 | fi | 9017 | fi |
@@ -8694,10 +9055,10 @@ _ACEOF | |||
8694 | *-sni-sysv*) | 9055 | *-sni-sysv*) |
8695 | # /usr/ucblib MUST NOT be searched on ReliantUNIX | 9056 | # /usr/ucblib MUST NOT be searched on ReliantUNIX |
8696 | 9057 | ||
8697 | { echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 | 9058 | { $as_echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 |
8698 | echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; } | 9059 | $as_echo_n "checking for dlsym in -ldl... " >&6; } |
8699 | if test "${ac_cv_lib_dl_dlsym+set}" = set; then | 9060 | if test "${ac_cv_lib_dl_dlsym+set}" = set; then |
8700 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9061 | $as_echo_n "(cached) " >&6 |
8701 | else | 9062 | else |
8702 | ac_check_lib_save_LIBS=$LIBS | 9063 | ac_check_lib_save_LIBS=$LIBS |
8703 | LIBS="-ldl $LIBS" | 9064 | LIBS="-ldl $LIBS" |
@@ -8729,32 +9090,36 @@ case "(($ac_try" in | |||
8729 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9090 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8730 | *) ac_try_echo=$ac_try;; | 9091 | *) ac_try_echo=$ac_try;; |
8731 | esac | 9092 | esac |
8732 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9093 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9094 | $as_echo "$ac_try_echo") >&5 | ||
8733 | (eval "$ac_link") 2>conftest.er1 | 9095 | (eval "$ac_link") 2>conftest.er1 |
8734 | ac_status=$? | 9096 | ac_status=$? |
8735 | grep -v '^ *+' conftest.er1 >conftest.err | 9097 | grep -v '^ *+' conftest.er1 >conftest.err |
8736 | rm -f conftest.er1 | 9098 | rm -f conftest.er1 |
8737 | cat conftest.err >&5 | 9099 | cat conftest.err >&5 |
8738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9100 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8739 | (exit $ac_status); } && { | 9101 | (exit $ac_status); } && { |
8740 | test -z "$ac_c_werror_flag" || | 9102 | test -z "$ac_c_werror_flag" || |
8741 | test ! -s conftest.err | 9103 | test ! -s conftest.err |
8742 | } && test -s conftest$ac_exeext && | 9104 | } && test -s conftest$ac_exeext && { |
8743 | $as_test_x conftest$ac_exeext; then | 9105 | test "$cross_compiling" = yes || |
9106 | $as_test_x conftest$ac_exeext | ||
9107 | }; then | ||
8744 | ac_cv_lib_dl_dlsym=yes | 9108 | ac_cv_lib_dl_dlsym=yes |
8745 | else | 9109 | else |
8746 | echo "$as_me: failed program was:" >&5 | 9110 | $as_echo "$as_me: failed program was:" >&5 |
8747 | sed 's/^/| /' conftest.$ac_ext >&5 | 9111 | sed 's/^/| /' conftest.$ac_ext >&5 |
8748 | 9112 | ||
8749 | ac_cv_lib_dl_dlsym=no | 9113 | ac_cv_lib_dl_dlsym=no |
8750 | fi | 9114 | fi |
8751 | 9115 | ||
9116 | rm -rf conftest.dSYM | ||
8752 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9117 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8753 | conftest$ac_exeext conftest.$ac_ext | 9118 | conftest$ac_exeext conftest.$ac_ext |
8754 | LIBS=$ac_check_lib_save_LIBS | 9119 | LIBS=$ac_check_lib_save_LIBS |
8755 | fi | 9120 | fi |
8756 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 | 9121 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 |
8757 | echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6; } | 9122 | $as_echo "$ac_cv_lib_dl_dlsym" >&6; } |
8758 | if test $ac_cv_lib_dl_dlsym = yes; then | 9123 | if test $ac_cv_lib_dl_dlsym = yes; then |
8759 | cat >>confdefs.h <<_ACEOF | 9124 | cat >>confdefs.h <<_ACEOF |
8760 | #define HAVE_LIBDL 1 | 9125 | #define HAVE_LIBDL 1 |
@@ -8765,10 +9130,10 @@ _ACEOF | |||
8765 | fi | 9130 | fi |
8766 | 9131 | ||
8767 | # -lresolv needs to be at the end of LIBS or DNS lookups break | 9132 | # -lresolv needs to be at the end of LIBS or DNS lookups break |
8768 | { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 | 9133 | { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 |
8769 | echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; } | 9134 | $as_echo_n "checking for res_query in -lresolv... " >&6; } |
8770 | if test "${ac_cv_lib_resolv_res_query+set}" = set; then | 9135 | if test "${ac_cv_lib_resolv_res_query+set}" = set; then |
8771 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9136 | $as_echo_n "(cached) " >&6 |
8772 | else | 9137 | else |
8773 | ac_check_lib_save_LIBS=$LIBS | 9138 | ac_check_lib_save_LIBS=$LIBS |
8774 | LIBS="-lresolv $LIBS" | 9139 | LIBS="-lresolv $LIBS" |
@@ -8800,32 +9165,36 @@ case "(($ac_try" in | |||
8800 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9165 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8801 | *) ac_try_echo=$ac_try;; | 9166 | *) ac_try_echo=$ac_try;; |
8802 | esac | 9167 | esac |
8803 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9168 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9169 | $as_echo "$ac_try_echo") >&5 | ||
8804 | (eval "$ac_link") 2>conftest.er1 | 9170 | (eval "$ac_link") 2>conftest.er1 |
8805 | ac_status=$? | 9171 | ac_status=$? |
8806 | grep -v '^ *+' conftest.er1 >conftest.err | 9172 | grep -v '^ *+' conftest.er1 >conftest.err |
8807 | rm -f conftest.er1 | 9173 | rm -f conftest.er1 |
8808 | cat conftest.err >&5 | 9174 | cat conftest.err >&5 |
8809 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9175 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8810 | (exit $ac_status); } && { | 9176 | (exit $ac_status); } && { |
8811 | test -z "$ac_c_werror_flag" || | 9177 | test -z "$ac_c_werror_flag" || |
8812 | test ! -s conftest.err | 9178 | test ! -s conftest.err |
8813 | } && test -s conftest$ac_exeext && | 9179 | } && test -s conftest$ac_exeext && { |
8814 | $as_test_x conftest$ac_exeext; then | 9180 | test "$cross_compiling" = yes || |
9181 | $as_test_x conftest$ac_exeext | ||
9182 | }; then | ||
8815 | ac_cv_lib_resolv_res_query=yes | 9183 | ac_cv_lib_resolv_res_query=yes |
8816 | else | 9184 | else |
8817 | echo "$as_me: failed program was:" >&5 | 9185 | $as_echo "$as_me: failed program was:" >&5 |
8818 | sed 's/^/| /' conftest.$ac_ext >&5 | 9186 | sed 's/^/| /' conftest.$ac_ext >&5 |
8819 | 9187 | ||
8820 | ac_cv_lib_resolv_res_query=no | 9188 | ac_cv_lib_resolv_res_query=no |
8821 | fi | 9189 | fi |
8822 | 9190 | ||
9191 | rm -rf conftest.dSYM | ||
8823 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9192 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8824 | conftest$ac_exeext conftest.$ac_ext | 9193 | conftest$ac_exeext conftest.$ac_ext |
8825 | LIBS=$ac_check_lib_save_LIBS | 9194 | LIBS=$ac_check_lib_save_LIBS |
8826 | fi | 9195 | fi |
8827 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5 | 9196 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5 |
8828 | echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; } | 9197 | $as_echo "$ac_cv_lib_resolv_res_query" >&6; } |
8829 | if test $ac_cv_lib_resolv_res_query = yes; then | 9198 | if test $ac_cv_lib_resolv_res_query = yes; then |
8830 | LIBS="$LIBS -lresolv" | 9199 | LIBS="$LIBS -lresolv" |
8831 | fi | 9200 | fi |
@@ -8927,10 +9296,10 @@ _ACEOF | |||
8927 | #define BROKEN_UPDWTMPX 1 | 9296 | #define BROKEN_UPDWTMPX 1 |
8928 | _ACEOF | 9297 | _ACEOF |
8929 | 9298 | ||
8930 | { echo "$as_me:$LINENO: checking for getluid in -lprot" >&5 | 9299 | { $as_echo "$as_me:$LINENO: checking for getluid in -lprot" >&5 |
8931 | echo $ECHO_N "checking for getluid in -lprot... $ECHO_C" >&6; } | 9300 | $as_echo_n "checking for getluid in -lprot... " >&6; } |
8932 | if test "${ac_cv_lib_prot_getluid+set}" = set; then | 9301 | if test "${ac_cv_lib_prot_getluid+set}" = set; then |
8933 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9302 | $as_echo_n "(cached) " >&6 |
8934 | else | 9303 | else |
8935 | ac_check_lib_save_LIBS=$LIBS | 9304 | ac_check_lib_save_LIBS=$LIBS |
8936 | LIBS="-lprot $LIBS" | 9305 | LIBS="-lprot $LIBS" |
@@ -8962,43 +9331,47 @@ case "(($ac_try" in | |||
8962 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9331 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8963 | *) ac_try_echo=$ac_try;; | 9332 | *) ac_try_echo=$ac_try;; |
8964 | esac | 9333 | esac |
8965 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9334 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9335 | $as_echo "$ac_try_echo") >&5 | ||
8966 | (eval "$ac_link") 2>conftest.er1 | 9336 | (eval "$ac_link") 2>conftest.er1 |
8967 | ac_status=$? | 9337 | ac_status=$? |
8968 | grep -v '^ *+' conftest.er1 >conftest.err | 9338 | grep -v '^ *+' conftest.er1 >conftest.err |
8969 | rm -f conftest.er1 | 9339 | rm -f conftest.er1 |
8970 | cat conftest.err >&5 | 9340 | cat conftest.err >&5 |
8971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9341 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8972 | (exit $ac_status); } && { | 9342 | (exit $ac_status); } && { |
8973 | test -z "$ac_c_werror_flag" || | 9343 | test -z "$ac_c_werror_flag" || |
8974 | test ! -s conftest.err | 9344 | test ! -s conftest.err |
8975 | } && test -s conftest$ac_exeext && | 9345 | } && test -s conftest$ac_exeext && { |
8976 | $as_test_x conftest$ac_exeext; then | 9346 | test "$cross_compiling" = yes || |
9347 | $as_test_x conftest$ac_exeext | ||
9348 | }; then | ||
8977 | ac_cv_lib_prot_getluid=yes | 9349 | ac_cv_lib_prot_getluid=yes |
8978 | else | 9350 | else |
8979 | echo "$as_me: failed program was:" >&5 | 9351 | $as_echo "$as_me: failed program was:" >&5 |
8980 | sed 's/^/| /' conftest.$ac_ext >&5 | 9352 | sed 's/^/| /' conftest.$ac_ext >&5 |
8981 | 9353 | ||
8982 | ac_cv_lib_prot_getluid=no | 9354 | ac_cv_lib_prot_getluid=no |
8983 | fi | 9355 | fi |
8984 | 9356 | ||
9357 | rm -rf conftest.dSYM | ||
8985 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9358 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8986 | conftest$ac_exeext conftest.$ac_ext | 9359 | conftest$ac_exeext conftest.$ac_ext |
8987 | LIBS=$ac_check_lib_save_LIBS | 9360 | LIBS=$ac_check_lib_save_LIBS |
8988 | fi | 9361 | fi |
8989 | { echo "$as_me:$LINENO: result: $ac_cv_lib_prot_getluid" >&5 | 9362 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_prot_getluid" >&5 |
8990 | echo "${ECHO_T}$ac_cv_lib_prot_getluid" >&6; } | 9363 | $as_echo "$ac_cv_lib_prot_getluid" >&6; } |
8991 | if test $ac_cv_lib_prot_getluid = yes; then | 9364 | if test $ac_cv_lib_prot_getluid = yes; then |
8992 | LIBS="$LIBS -lprot" | 9365 | LIBS="$LIBS -lprot" |
8993 | 9366 | ||
8994 | 9367 | ||
8995 | for ac_func in getluid setluid | 9368 | for ac_func in getluid setluid |
8996 | do | 9369 | do |
8997 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 9370 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
8998 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 9371 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
8999 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 9372 | $as_echo_n "checking for $ac_func... " >&6; } |
9000 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 9373 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
9001 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9374 | $as_echo_n "(cached) " >&6 |
9002 | else | 9375 | else |
9003 | cat >conftest.$ac_ext <<_ACEOF | 9376 | cat >conftest.$ac_ext <<_ACEOF |
9004 | /* confdefs.h. */ | 9377 | /* confdefs.h. */ |
@@ -9051,35 +9424,41 @@ case "(($ac_try" in | |||
9051 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9424 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9052 | *) ac_try_echo=$ac_try;; | 9425 | *) ac_try_echo=$ac_try;; |
9053 | esac | 9426 | esac |
9054 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9427 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9428 | $as_echo "$ac_try_echo") >&5 | ||
9055 | (eval "$ac_link") 2>conftest.er1 | 9429 | (eval "$ac_link") 2>conftest.er1 |
9056 | ac_status=$? | 9430 | ac_status=$? |
9057 | grep -v '^ *+' conftest.er1 >conftest.err | 9431 | grep -v '^ *+' conftest.er1 >conftest.err |
9058 | rm -f conftest.er1 | 9432 | rm -f conftest.er1 |
9059 | cat conftest.err >&5 | 9433 | cat conftest.err >&5 |
9060 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9434 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9061 | (exit $ac_status); } && { | 9435 | (exit $ac_status); } && { |
9062 | test -z "$ac_c_werror_flag" || | 9436 | test -z "$ac_c_werror_flag" || |
9063 | test ! -s conftest.err | 9437 | test ! -s conftest.err |
9064 | } && test -s conftest$ac_exeext && | 9438 | } && test -s conftest$ac_exeext && { |
9065 | $as_test_x conftest$ac_exeext; then | 9439 | test "$cross_compiling" = yes || |
9440 | $as_test_x conftest$ac_exeext | ||
9441 | }; then | ||
9066 | eval "$as_ac_var=yes" | 9442 | eval "$as_ac_var=yes" |
9067 | else | 9443 | else |
9068 | echo "$as_me: failed program was:" >&5 | 9444 | $as_echo "$as_me: failed program was:" >&5 |
9069 | sed 's/^/| /' conftest.$ac_ext >&5 | 9445 | sed 's/^/| /' conftest.$ac_ext >&5 |
9070 | 9446 | ||
9071 | eval "$as_ac_var=no" | 9447 | eval "$as_ac_var=no" |
9072 | fi | 9448 | fi |
9073 | 9449 | ||
9450 | rm -rf conftest.dSYM | ||
9074 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9451 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9075 | conftest$ac_exeext conftest.$ac_ext | 9452 | conftest$ac_exeext conftest.$ac_ext |
9076 | fi | 9453 | fi |
9077 | ac_res=`eval echo '${'$as_ac_var'}'` | 9454 | ac_res=`eval 'as_val=${'$as_ac_var'} |
9078 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 9455 | $as_echo "$as_val"'` |
9079 | echo "${ECHO_T}$ac_res" >&6; } | 9456 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
9080 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 9457 | $as_echo "$ac_res" >&6; } |
9458 | if test `eval 'as_val=${'$as_ac_var'} | ||
9459 | $as_echo "$as_val"'` = yes; then | ||
9081 | cat >>confdefs.h <<_ACEOF | 9460 | cat >>confdefs.h <<_ACEOF |
9082 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9461 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
9083 | _ACEOF | 9462 | _ACEOF |
9084 | 9463 | ||
9085 | fi | 9464 | fi |
@@ -9109,8 +9488,8 @@ _ACEOF | |||
9109 | ;; | 9488 | ;; |
9110 | # SCO UNIX and OEM versions of SCO UNIX | 9489 | # SCO UNIX and OEM versions of SCO UNIX |
9111 | *-*-sco3.2v4*) | 9490 | *-*-sco3.2v4*) |
9112 | { { echo "$as_me:$LINENO: error: \"This Platform is no longer supported.\"" >&5 | 9491 | { { $as_echo "$as_me:$LINENO: error: \"This Platform is no longer supported.\"" >&5 |
9113 | echo "$as_me: error: \"This Platform is no longer supported.\"" >&2;} | 9492 | $as_echo "$as_me: error: \"This Platform is no longer supported.\"" >&2;} |
9114 | { (exit 1); exit 1; }; } | 9493 | { (exit 1); exit 1; }; } |
9115 | ;; | 9494 | ;; |
9116 | # SCO OpenServer 5.x | 9495 | # SCO OpenServer 5.x |
@@ -9164,11 +9543,11 @@ _ACEOF | |||
9164 | 9543 | ||
9165 | for ac_func in getluid setluid | 9544 | for ac_func in getluid setluid |
9166 | do | 9545 | do |
9167 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 9546 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
9168 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 9547 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
9169 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 9548 | $as_echo_n "checking for $ac_func... " >&6; } |
9170 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 9549 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
9171 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9550 | $as_echo_n "(cached) " >&6 |
9172 | else | 9551 | else |
9173 | cat >conftest.$ac_ext <<_ACEOF | 9552 | cat >conftest.$ac_ext <<_ACEOF |
9174 | /* confdefs.h. */ | 9553 | /* confdefs.h. */ |
@@ -9221,35 +9600,41 @@ case "(($ac_try" in | |||
9221 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9600 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9222 | *) ac_try_echo=$ac_try;; | 9601 | *) ac_try_echo=$ac_try;; |
9223 | esac | 9602 | esac |
9224 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9603 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9604 | $as_echo "$ac_try_echo") >&5 | ||
9225 | (eval "$ac_link") 2>conftest.er1 | 9605 | (eval "$ac_link") 2>conftest.er1 |
9226 | ac_status=$? | 9606 | ac_status=$? |
9227 | grep -v '^ *+' conftest.er1 >conftest.err | 9607 | grep -v '^ *+' conftest.er1 >conftest.err |
9228 | rm -f conftest.er1 | 9608 | rm -f conftest.er1 |
9229 | cat conftest.err >&5 | 9609 | cat conftest.err >&5 |
9230 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9610 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9231 | (exit $ac_status); } && { | 9611 | (exit $ac_status); } && { |
9232 | test -z "$ac_c_werror_flag" || | 9612 | test -z "$ac_c_werror_flag" || |
9233 | test ! -s conftest.err | 9613 | test ! -s conftest.err |
9234 | } && test -s conftest$ac_exeext && | 9614 | } && test -s conftest$ac_exeext && { |
9235 | $as_test_x conftest$ac_exeext; then | 9615 | test "$cross_compiling" = yes || |
9616 | $as_test_x conftest$ac_exeext | ||
9617 | }; then | ||
9236 | eval "$as_ac_var=yes" | 9618 | eval "$as_ac_var=yes" |
9237 | else | 9619 | else |
9238 | echo "$as_me: failed program was:" >&5 | 9620 | $as_echo "$as_me: failed program was:" >&5 |
9239 | sed 's/^/| /' conftest.$ac_ext >&5 | 9621 | sed 's/^/| /' conftest.$ac_ext >&5 |
9240 | 9622 | ||
9241 | eval "$as_ac_var=no" | 9623 | eval "$as_ac_var=no" |
9242 | fi | 9624 | fi |
9243 | 9625 | ||
9626 | rm -rf conftest.dSYM | ||
9244 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9627 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9245 | conftest$ac_exeext conftest.$ac_ext | 9628 | conftest$ac_exeext conftest.$ac_ext |
9246 | fi | 9629 | fi |
9247 | ac_res=`eval echo '${'$as_ac_var'}'` | 9630 | ac_res=`eval 'as_val=${'$as_ac_var'} |
9248 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 9631 | $as_echo "$as_val"'` |
9249 | echo "${ECHO_T}$ac_res" >&6; } | 9632 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
9250 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 9633 | $as_echo "$ac_res" >&6; } |
9634 | if test `eval 'as_val=${'$as_ac_var'} | ||
9635 | $as_echo "$as_val"'` = yes; then | ||
9251 | cat >>confdefs.h <<_ACEOF | 9636 | cat >>confdefs.h <<_ACEOF |
9252 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9637 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
9253 | _ACEOF | 9638 | _ACEOF |
9254 | 9639 | ||
9255 | fi | 9640 | fi |
@@ -9347,16 +9732,16 @@ _ACEOF | |||
9347 | MANTYPE=cat | 9732 | MANTYPE=cat |
9348 | ;; | 9733 | ;; |
9349 | *-dec-osf*) | 9734 | *-dec-osf*) |
9350 | { echo "$as_me:$LINENO: checking for Digital Unix SIA" >&5 | 9735 | { $as_echo "$as_me:$LINENO: checking for Digital Unix SIA" >&5 |
9351 | echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6; } | 9736 | $as_echo_n "checking for Digital Unix SIA... " >&6; } |
9352 | no_osfsia="" | 9737 | no_osfsia="" |
9353 | 9738 | ||
9354 | # Check whether --with-osfsia was given. | 9739 | # Check whether --with-osfsia was given. |
9355 | if test "${with_osfsia+set}" = set; then | 9740 | if test "${with_osfsia+set}" = set; then |
9356 | withval=$with_osfsia; | 9741 | withval=$with_osfsia; |
9357 | if test "x$withval" = "xno" ; then | 9742 | if test "x$withval" = "xno" ; then |
9358 | { echo "$as_me:$LINENO: result: disabled" >&5 | 9743 | { $as_echo "$as_me:$LINENO: result: disabled" >&5 |
9359 | echo "${ECHO_T}disabled" >&6; } | 9744 | $as_echo "disabled" >&6; } |
9360 | no_osfsia=1 | 9745 | no_osfsia=1 |
9361 | fi | 9746 | fi |
9362 | 9747 | ||
@@ -9364,8 +9749,8 @@ fi | |||
9364 | 9749 | ||
9365 | if test -z "$no_osfsia" ; then | 9750 | if test -z "$no_osfsia" ; then |
9366 | if test -f /etc/sia/matrix.conf; then | 9751 | if test -f /etc/sia/matrix.conf; then |
9367 | { echo "$as_me:$LINENO: result: yes" >&5 | 9752 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
9368 | echo "${ECHO_T}yes" >&6; } | 9753 | $as_echo "yes" >&6; } |
9369 | 9754 | ||
9370 | cat >>confdefs.h <<\_ACEOF | 9755 | cat >>confdefs.h <<\_ACEOF |
9371 | #define HAVE_OSF_SIA 1 | 9756 | #define HAVE_OSF_SIA 1 |
@@ -9383,8 +9768,8 @@ _ACEOF | |||
9383 | LIBS="$LIBS -lsecurity -ldb -lm -laud" | 9768 | LIBS="$LIBS -lsecurity -ldb -lm -laud" |
9384 | SIA_MSG="yes" | 9769 | SIA_MSG="yes" |
9385 | else | 9770 | else |
9386 | { echo "$as_me:$LINENO: result: no" >&5 | 9771 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
9387 | echo "${ECHO_T}no" >&6; } | 9772 | $as_echo "no" >&6; } |
9388 | 9773 | ||
9389 | cat >>confdefs.h <<\_ACEOF | 9774 | cat >>confdefs.h <<\_ACEOF |
9390 | #define LOCKED_PASSWD_SUBSTR "Nologin" | 9775 | #define LOCKED_PASSWD_SUBSTR "Nologin" |
@@ -9499,11 +9884,11 @@ _ACEOF | |||
9499 | ;; | 9884 | ;; |
9500 | esac | 9885 | esac |
9501 | 9886 | ||
9502 | { echo "$as_me:$LINENO: checking compiler and flags for sanity" >&5 | 9887 | { $as_echo "$as_me:$LINENO: checking compiler and flags for sanity" >&5 |
9503 | echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6; } | 9888 | $as_echo_n "checking compiler and flags for sanity... " >&6; } |
9504 | if test "$cross_compiling" = yes; then | 9889 | if test "$cross_compiling" = yes; then |
9505 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking compiler sanity" >&5 | 9890 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking compiler sanity" >&5 |
9506 | echo "$as_me: WARNING: cross compiling: not checking compiler sanity" >&2;} | 9891 | $as_echo "$as_me: WARNING: cross compiling: not checking compiler sanity" >&2;} |
9507 | 9892 | ||
9508 | else | 9893 | else |
9509 | cat >conftest.$ac_ext <<_ACEOF | 9894 | cat >conftest.$ac_ext <<_ACEOF |
@@ -9523,46 +9908,49 @@ case "(($ac_try" in | |||
9523 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9908 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9524 | *) ac_try_echo=$ac_try;; | 9909 | *) ac_try_echo=$ac_try;; |
9525 | esac | 9910 | esac |
9526 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9911 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9912 | $as_echo "$ac_try_echo") >&5 | ||
9527 | (eval "$ac_link") 2>&5 | 9913 | (eval "$ac_link") 2>&5 |
9528 | ac_status=$? | 9914 | ac_status=$? |
9529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9915 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9530 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 9916 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
9531 | { (case "(($ac_try" in | 9917 | { (case "(($ac_try" in |
9532 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9918 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9533 | *) ac_try_echo=$ac_try;; | 9919 | *) ac_try_echo=$ac_try;; |
9534 | esac | 9920 | esac |
9535 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 9921 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
9922 | $as_echo "$ac_try_echo") >&5 | ||
9536 | (eval "$ac_try") 2>&5 | 9923 | (eval "$ac_try") 2>&5 |
9537 | ac_status=$? | 9924 | ac_status=$? |
9538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9925 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9539 | (exit $ac_status); }; }; then | 9926 | (exit $ac_status); }; }; then |
9540 | { echo "$as_me:$LINENO: result: yes" >&5 | 9927 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
9541 | echo "${ECHO_T}yes" >&6; } | 9928 | $as_echo "yes" >&6; } |
9542 | else | 9929 | else |
9543 | echo "$as_me: program exited with status $ac_status" >&5 | 9930 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
9544 | echo "$as_me: failed program was:" >&5 | 9931 | $as_echo "$as_me: failed program was:" >&5 |
9545 | sed 's/^/| /' conftest.$ac_ext >&5 | 9932 | sed 's/^/| /' conftest.$ac_ext >&5 |
9546 | 9933 | ||
9547 | ( exit $ac_status ) | 9934 | ( exit $ac_status ) |
9548 | 9935 | ||
9549 | { echo "$as_me:$LINENO: result: no" >&5 | 9936 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
9550 | echo "${ECHO_T}no" >&6; } | 9937 | $as_echo "no" >&6; } |
9551 | { { echo "$as_me:$LINENO: error: *** compiler cannot create working executables, check config.log ***" >&5 | 9938 | { { $as_echo "$as_me:$LINENO: error: *** compiler cannot create working executables, check config.log ***" >&5 |
9552 | echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} | 9939 | $as_echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} |
9553 | { (exit 1); exit 1; }; } | 9940 | { (exit 1); exit 1; }; } |
9554 | 9941 | ||
9555 | fi | 9942 | fi |
9943 | rm -rf conftest.dSYM | ||
9556 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 9944 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
9557 | fi | 9945 | fi |
9558 | 9946 | ||
9559 | 9947 | ||
9560 | 9948 | ||
9561 | # Checks for libraries. | 9949 | # Checks for libraries. |
9562 | { echo "$as_me:$LINENO: checking for yp_match" >&5 | 9950 | { $as_echo "$as_me:$LINENO: checking for yp_match" >&5 |
9563 | echo $ECHO_N "checking for yp_match... $ECHO_C" >&6; } | 9951 | $as_echo_n "checking for yp_match... " >&6; } |
9564 | if test "${ac_cv_func_yp_match+set}" = set; then | 9952 | if test "${ac_cv_func_yp_match+set}" = set; then |
9565 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9953 | $as_echo_n "(cached) " >&6 |
9566 | else | 9954 | else |
9567 | cat >conftest.$ac_ext <<_ACEOF | 9955 | cat >conftest.$ac_ext <<_ACEOF |
9568 | /* confdefs.h. */ | 9956 | /* confdefs.h. */ |
@@ -9615,39 +10003,43 @@ case "(($ac_try" in | |||
9615 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10003 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9616 | *) ac_try_echo=$ac_try;; | 10004 | *) ac_try_echo=$ac_try;; |
9617 | esac | 10005 | esac |
9618 | 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 | ||
9619 | (eval "$ac_link") 2>conftest.er1 | 10008 | (eval "$ac_link") 2>conftest.er1 |
9620 | ac_status=$? | 10009 | ac_status=$? |
9621 | grep -v '^ *+' conftest.er1 >conftest.err | 10010 | grep -v '^ *+' conftest.er1 >conftest.err |
9622 | rm -f conftest.er1 | 10011 | rm -f conftest.er1 |
9623 | cat conftest.err >&5 | 10012 | cat conftest.err >&5 |
9624 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10013 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9625 | (exit $ac_status); } && { | 10014 | (exit $ac_status); } && { |
9626 | test -z "$ac_c_werror_flag" || | 10015 | test -z "$ac_c_werror_flag" || |
9627 | test ! -s conftest.err | 10016 | test ! -s conftest.err |
9628 | } && test -s conftest$ac_exeext && | 10017 | } && test -s conftest$ac_exeext && { |
9629 | $as_test_x conftest$ac_exeext; then | 10018 | test "$cross_compiling" = yes || |
10019 | $as_test_x conftest$ac_exeext | ||
10020 | }; then | ||
9630 | ac_cv_func_yp_match=yes | 10021 | ac_cv_func_yp_match=yes |
9631 | else | 10022 | else |
9632 | echo "$as_me: failed program was:" >&5 | 10023 | $as_echo "$as_me: failed program was:" >&5 |
9633 | sed 's/^/| /' conftest.$ac_ext >&5 | 10024 | sed 's/^/| /' conftest.$ac_ext >&5 |
9634 | 10025 | ||
9635 | ac_cv_func_yp_match=no | 10026 | ac_cv_func_yp_match=no |
9636 | fi | 10027 | fi |
9637 | 10028 | ||
10029 | rm -rf conftest.dSYM | ||
9638 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10030 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9639 | conftest$ac_exeext conftest.$ac_ext | 10031 | conftest$ac_exeext conftest.$ac_ext |
9640 | fi | 10032 | fi |
9641 | { echo "$as_me:$LINENO: result: $ac_cv_func_yp_match" >&5 | 10033 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_yp_match" >&5 |
9642 | echo "${ECHO_T}$ac_cv_func_yp_match" >&6; } | 10034 | $as_echo "$ac_cv_func_yp_match" >&6; } |
9643 | if test $ac_cv_func_yp_match = yes; then | 10035 | if test $ac_cv_func_yp_match = yes; then |
9644 | : | 10036 | : |
9645 | else | 10037 | else |
9646 | 10038 | ||
9647 | { echo "$as_me:$LINENO: checking for yp_match in -lnsl" >&5 | 10039 | { $as_echo "$as_me:$LINENO: checking for yp_match in -lnsl" >&5 |
9648 | echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6; } | 10040 | $as_echo_n "checking for yp_match in -lnsl... " >&6; } |
9649 | if test "${ac_cv_lib_nsl_yp_match+set}" = set; then | 10041 | if test "${ac_cv_lib_nsl_yp_match+set}" = set; then |
9650 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10042 | $as_echo_n "(cached) " >&6 |
9651 | else | 10043 | else |
9652 | ac_check_lib_save_LIBS=$LIBS | 10044 | ac_check_lib_save_LIBS=$LIBS |
9653 | LIBS="-lnsl $LIBS" | 10045 | LIBS="-lnsl $LIBS" |
@@ -9679,32 +10071,36 @@ case "(($ac_try" in | |||
9679 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10071 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9680 | *) ac_try_echo=$ac_try;; | 10072 | *) ac_try_echo=$ac_try;; |
9681 | esac | 10073 | esac |
9682 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10074 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10075 | $as_echo "$ac_try_echo") >&5 | ||
9683 | (eval "$ac_link") 2>conftest.er1 | 10076 | (eval "$ac_link") 2>conftest.er1 |
9684 | ac_status=$? | 10077 | ac_status=$? |
9685 | grep -v '^ *+' conftest.er1 >conftest.err | 10078 | grep -v '^ *+' conftest.er1 >conftest.err |
9686 | rm -f conftest.er1 | 10079 | rm -f conftest.er1 |
9687 | cat conftest.err >&5 | 10080 | cat conftest.err >&5 |
9688 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10081 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9689 | (exit $ac_status); } && { | 10082 | (exit $ac_status); } && { |
9690 | test -z "$ac_c_werror_flag" || | 10083 | test -z "$ac_c_werror_flag" || |
9691 | test ! -s conftest.err | 10084 | test ! -s conftest.err |
9692 | } && test -s conftest$ac_exeext && | 10085 | } && test -s conftest$ac_exeext && { |
9693 | $as_test_x conftest$ac_exeext; then | 10086 | test "$cross_compiling" = yes || |
10087 | $as_test_x conftest$ac_exeext | ||
10088 | }; then | ||
9694 | ac_cv_lib_nsl_yp_match=yes | 10089 | ac_cv_lib_nsl_yp_match=yes |
9695 | else | 10090 | else |
9696 | echo "$as_me: failed program was:" >&5 | 10091 | $as_echo "$as_me: failed program was:" >&5 |
9697 | sed 's/^/| /' conftest.$ac_ext >&5 | 10092 | sed 's/^/| /' conftest.$ac_ext >&5 |
9698 | 10093 | ||
9699 | ac_cv_lib_nsl_yp_match=no | 10094 | ac_cv_lib_nsl_yp_match=no |
9700 | fi | 10095 | fi |
9701 | 10096 | ||
10097 | rm -rf conftest.dSYM | ||
9702 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10098 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9703 | conftest$ac_exeext conftest.$ac_ext | 10099 | conftest$ac_exeext conftest.$ac_ext |
9704 | LIBS=$ac_check_lib_save_LIBS | 10100 | LIBS=$ac_check_lib_save_LIBS |
9705 | fi | 10101 | fi |
9706 | { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_yp_match" >&5 | 10102 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_yp_match" >&5 |
9707 | echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6; } | 10103 | $as_echo "$ac_cv_lib_nsl_yp_match" >&6; } |
9708 | if test $ac_cv_lib_nsl_yp_match = yes; then | 10104 | if test $ac_cv_lib_nsl_yp_match = yes; then |
9709 | cat >>confdefs.h <<_ACEOF | 10105 | cat >>confdefs.h <<_ACEOF |
9710 | #define HAVE_LIBNSL 1 | 10106 | #define HAVE_LIBNSL 1 |
@@ -9716,10 +10112,10 @@ fi | |||
9716 | 10112 | ||
9717 | fi | 10113 | fi |
9718 | 10114 | ||
9719 | { echo "$as_me:$LINENO: checking for setsockopt" >&5 | 10115 | { $as_echo "$as_me:$LINENO: checking for setsockopt" >&5 |
9720 | echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6; } | 10116 | $as_echo_n "checking for setsockopt... " >&6; } |
9721 | if test "${ac_cv_func_setsockopt+set}" = set; then | 10117 | if test "${ac_cv_func_setsockopt+set}" = set; then |
9722 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10118 | $as_echo_n "(cached) " >&6 |
9723 | else | 10119 | else |
9724 | cat >conftest.$ac_ext <<_ACEOF | 10120 | cat >conftest.$ac_ext <<_ACEOF |
9725 | /* confdefs.h. */ | 10121 | /* confdefs.h. */ |
@@ -9772,39 +10168,43 @@ case "(($ac_try" in | |||
9772 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10168 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9773 | *) ac_try_echo=$ac_try;; | 10169 | *) ac_try_echo=$ac_try;; |
9774 | esac | 10170 | esac |
9775 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10171 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10172 | $as_echo "$ac_try_echo") >&5 | ||
9776 | (eval "$ac_link") 2>conftest.er1 | 10173 | (eval "$ac_link") 2>conftest.er1 |
9777 | ac_status=$? | 10174 | ac_status=$? |
9778 | grep -v '^ *+' conftest.er1 >conftest.err | 10175 | grep -v '^ *+' conftest.er1 >conftest.err |
9779 | rm -f conftest.er1 | 10176 | rm -f conftest.er1 |
9780 | cat conftest.err >&5 | 10177 | cat conftest.err >&5 |
9781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10178 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9782 | (exit $ac_status); } && { | 10179 | (exit $ac_status); } && { |
9783 | test -z "$ac_c_werror_flag" || | 10180 | test -z "$ac_c_werror_flag" || |
9784 | test ! -s conftest.err | 10181 | test ! -s conftest.err |
9785 | } && test -s conftest$ac_exeext && | 10182 | } && test -s conftest$ac_exeext && { |
9786 | $as_test_x conftest$ac_exeext; then | 10183 | test "$cross_compiling" = yes || |
10184 | $as_test_x conftest$ac_exeext | ||
10185 | }; then | ||
9787 | ac_cv_func_setsockopt=yes | 10186 | ac_cv_func_setsockopt=yes |
9788 | else | 10187 | else |
9789 | echo "$as_me: failed program was:" >&5 | 10188 | $as_echo "$as_me: failed program was:" >&5 |
9790 | sed 's/^/| /' conftest.$ac_ext >&5 | 10189 | sed 's/^/| /' conftest.$ac_ext >&5 |
9791 | 10190 | ||
9792 | ac_cv_func_setsockopt=no | 10191 | ac_cv_func_setsockopt=no |
9793 | fi | 10192 | fi |
9794 | 10193 | ||
10194 | rm -rf conftest.dSYM | ||
9795 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10195 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9796 | conftest$ac_exeext conftest.$ac_ext | 10196 | conftest$ac_exeext conftest.$ac_ext |
9797 | fi | 10197 | fi |
9798 | { echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 | 10198 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 |
9799 | echo "${ECHO_T}$ac_cv_func_setsockopt" >&6; } | 10199 | $as_echo "$ac_cv_func_setsockopt" >&6; } |
9800 | if test $ac_cv_func_setsockopt = yes; then | 10200 | if test $ac_cv_func_setsockopt = yes; then |
9801 | : | 10201 | : |
9802 | else | 10202 | else |
9803 | 10203 | ||
9804 | { echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5 | 10204 | { $as_echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5 |
9805 | echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6; } | 10205 | $as_echo_n "checking for setsockopt in -lsocket... " >&6; } |
9806 | if test "${ac_cv_lib_socket_setsockopt+set}" = set; then | 10206 | if test "${ac_cv_lib_socket_setsockopt+set}" = set; then |
9807 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10207 | $as_echo_n "(cached) " >&6 |
9808 | else | 10208 | else |
9809 | ac_check_lib_save_LIBS=$LIBS | 10209 | ac_check_lib_save_LIBS=$LIBS |
9810 | LIBS="-lsocket $LIBS" | 10210 | LIBS="-lsocket $LIBS" |
@@ -9836,32 +10236,36 @@ case "(($ac_try" in | |||
9836 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10236 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9837 | *) ac_try_echo=$ac_try;; | 10237 | *) ac_try_echo=$ac_try;; |
9838 | esac | 10238 | esac |
9839 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10239 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10240 | $as_echo "$ac_try_echo") >&5 | ||
9840 | (eval "$ac_link") 2>conftest.er1 | 10241 | (eval "$ac_link") 2>conftest.er1 |
9841 | ac_status=$? | 10242 | ac_status=$? |
9842 | grep -v '^ *+' conftest.er1 >conftest.err | 10243 | grep -v '^ *+' conftest.er1 >conftest.err |
9843 | rm -f conftest.er1 | 10244 | rm -f conftest.er1 |
9844 | cat conftest.err >&5 | 10245 | cat conftest.err >&5 |
9845 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10246 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9846 | (exit $ac_status); } && { | 10247 | (exit $ac_status); } && { |
9847 | test -z "$ac_c_werror_flag" || | 10248 | test -z "$ac_c_werror_flag" || |
9848 | test ! -s conftest.err | 10249 | test ! -s conftest.err |
9849 | } && test -s conftest$ac_exeext && | 10250 | } && test -s conftest$ac_exeext && { |
9850 | $as_test_x conftest$ac_exeext; then | 10251 | test "$cross_compiling" = yes || |
10252 | $as_test_x conftest$ac_exeext | ||
10253 | }; then | ||
9851 | ac_cv_lib_socket_setsockopt=yes | 10254 | ac_cv_lib_socket_setsockopt=yes |
9852 | else | 10255 | else |
9853 | echo "$as_me: failed program was:" >&5 | 10256 | $as_echo "$as_me: failed program was:" >&5 |
9854 | sed 's/^/| /' conftest.$ac_ext >&5 | 10257 | sed 's/^/| /' conftest.$ac_ext >&5 |
9855 | 10258 | ||
9856 | ac_cv_lib_socket_setsockopt=no | 10259 | ac_cv_lib_socket_setsockopt=no |
9857 | fi | 10260 | fi |
9858 | 10261 | ||
10262 | rm -rf conftest.dSYM | ||
9859 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10263 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9860 | conftest$ac_exeext conftest.$ac_ext | 10264 | conftest$ac_exeext conftest.$ac_ext |
9861 | LIBS=$ac_check_lib_save_LIBS | 10265 | LIBS=$ac_check_lib_save_LIBS |
9862 | fi | 10266 | fi |
9863 | { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5 | 10267 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5 |
9864 | echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6; } | 10268 | $as_echo "$ac_cv_lib_socket_setsockopt" >&6; } |
9865 | if test $ac_cv_lib_socket_setsockopt = yes; then | 10269 | if test $ac_cv_lib_socket_setsockopt = yes; then |
9866 | cat >>confdefs.h <<_ACEOF | 10270 | cat >>confdefs.h <<_ACEOF |
9867 | #define HAVE_LIBSOCKET 1 | 10271 | #define HAVE_LIBSOCKET 1 |
@@ -9877,11 +10281,11 @@ fi | |||
9877 | 10281 | ||
9878 | for ac_func in dirname | 10282 | for ac_func in dirname |
9879 | do | 10283 | do |
9880 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10284 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
9881 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 10285 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
9882 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 10286 | $as_echo_n "checking for $ac_func... " >&6; } |
9883 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 10287 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
9884 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10288 | $as_echo_n "(cached) " >&6 |
9885 | else | 10289 | else |
9886 | cat >conftest.$ac_ext <<_ACEOF | 10290 | cat >conftest.$ac_ext <<_ACEOF |
9887 | /* confdefs.h. */ | 10291 | /* confdefs.h. */ |
@@ -9934,53 +10338,60 @@ case "(($ac_try" in | |||
9934 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10338 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9935 | *) ac_try_echo=$ac_try;; | 10339 | *) ac_try_echo=$ac_try;; |
9936 | esac | 10340 | esac |
9937 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10341 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10342 | $as_echo "$ac_try_echo") >&5 | ||
9938 | (eval "$ac_link") 2>conftest.er1 | 10343 | (eval "$ac_link") 2>conftest.er1 |
9939 | ac_status=$? | 10344 | ac_status=$? |
9940 | grep -v '^ *+' conftest.er1 >conftest.err | 10345 | grep -v '^ *+' conftest.er1 >conftest.err |
9941 | rm -f conftest.er1 | 10346 | rm -f conftest.er1 |
9942 | cat conftest.err >&5 | 10347 | cat conftest.err >&5 |
9943 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10348 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9944 | (exit $ac_status); } && { | 10349 | (exit $ac_status); } && { |
9945 | test -z "$ac_c_werror_flag" || | 10350 | test -z "$ac_c_werror_flag" || |
9946 | test ! -s conftest.err | 10351 | test ! -s conftest.err |
9947 | } && test -s conftest$ac_exeext && | 10352 | } && test -s conftest$ac_exeext && { |
9948 | $as_test_x conftest$ac_exeext; then | 10353 | test "$cross_compiling" = yes || |
10354 | $as_test_x conftest$ac_exeext | ||
10355 | }; then | ||
9949 | eval "$as_ac_var=yes" | 10356 | eval "$as_ac_var=yes" |
9950 | else | 10357 | else |
9951 | echo "$as_me: failed program was:" >&5 | 10358 | $as_echo "$as_me: failed program was:" >&5 |
9952 | sed 's/^/| /' conftest.$ac_ext >&5 | 10359 | sed 's/^/| /' conftest.$ac_ext >&5 |
9953 | 10360 | ||
9954 | eval "$as_ac_var=no" | 10361 | eval "$as_ac_var=no" |
9955 | fi | 10362 | fi |
9956 | 10363 | ||
10364 | rm -rf conftest.dSYM | ||
9957 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10365 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9958 | conftest$ac_exeext conftest.$ac_ext | 10366 | conftest$ac_exeext conftest.$ac_ext |
9959 | fi | 10367 | fi |
9960 | ac_res=`eval echo '${'$as_ac_var'}'` | 10368 | ac_res=`eval 'as_val=${'$as_ac_var'} |
9961 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 10369 | $as_echo "$as_val"'` |
9962 | echo "${ECHO_T}$ac_res" >&6; } | 10370 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
9963 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 10371 | $as_echo "$ac_res" >&6; } |
10372 | if test `eval 'as_val=${'$as_ac_var'} | ||
10373 | $as_echo "$as_val"'` = yes; then | ||
9964 | cat >>confdefs.h <<_ACEOF | 10374 | cat >>confdefs.h <<_ACEOF |
9965 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 10375 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
9966 | _ACEOF | 10376 | _ACEOF |
9967 | 10377 | ||
9968 | for ac_header in libgen.h | 10378 | for ac_header in libgen.h |
9969 | do | 10379 | do |
9970 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 10380 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
9971 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10381 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
9972 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10382 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
9973 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 10383 | $as_echo_n "checking for $ac_header... " >&6; } |
9974 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10384 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
9975 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10385 | $as_echo_n "(cached) " >&6 |
9976 | fi | 10386 | fi |
9977 | ac_res=`eval echo '${'$as_ac_Header'}'` | 10387 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
9978 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 10388 | $as_echo "$as_val"'` |
9979 | echo "${ECHO_T}$ac_res" >&6; } | 10389 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
10390 | $as_echo "$ac_res" >&6; } | ||
9980 | else | 10391 | else |
9981 | # Is the header compilable? | 10392 | # Is the header compilable? |
9982 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 10393 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
9983 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 10394 | $as_echo_n "checking $ac_header usability... " >&6; } |
9984 | cat >conftest.$ac_ext <<_ACEOF | 10395 | cat >conftest.$ac_ext <<_ACEOF |
9985 | /* confdefs.h. */ | 10396 | /* confdefs.h. */ |
9986 | _ACEOF | 10397 | _ACEOF |
@@ -9996,32 +10407,33 @@ case "(($ac_try" in | |||
9996 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10407 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9997 | *) ac_try_echo=$ac_try;; | 10408 | *) ac_try_echo=$ac_try;; |
9998 | esac | 10409 | esac |
9999 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10410 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10411 | $as_echo "$ac_try_echo") >&5 | ||
10000 | (eval "$ac_compile") 2>conftest.er1 | 10412 | (eval "$ac_compile") 2>conftest.er1 |
10001 | ac_status=$? | 10413 | ac_status=$? |
10002 | grep -v '^ *+' conftest.er1 >conftest.err | 10414 | grep -v '^ *+' conftest.er1 >conftest.err |
10003 | rm -f conftest.er1 | 10415 | rm -f conftest.er1 |
10004 | cat conftest.err >&5 | 10416 | cat conftest.err >&5 |
10005 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10417 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10006 | (exit $ac_status); } && { | 10418 | (exit $ac_status); } && { |
10007 | test -z "$ac_c_werror_flag" || | 10419 | test -z "$ac_c_werror_flag" || |
10008 | test ! -s conftest.err | 10420 | test ! -s conftest.err |
10009 | } && test -s conftest.$ac_objext; then | 10421 | } && test -s conftest.$ac_objext; then |
10010 | ac_header_compiler=yes | 10422 | ac_header_compiler=yes |
10011 | else | 10423 | else |
10012 | echo "$as_me: failed program was:" >&5 | 10424 | $as_echo "$as_me: failed program was:" >&5 |
10013 | sed 's/^/| /' conftest.$ac_ext >&5 | 10425 | sed 's/^/| /' conftest.$ac_ext >&5 |
10014 | 10426 | ||
10015 | ac_header_compiler=no | 10427 | ac_header_compiler=no |
10016 | fi | 10428 | fi |
10017 | 10429 | ||
10018 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 10430 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
10019 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10431 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
10020 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 10432 | $as_echo "$ac_header_compiler" >&6; } |
10021 | 10433 | ||
10022 | # Is the header present? | 10434 | # Is the header present? |
10023 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 10435 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
10024 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 10436 | $as_echo_n "checking $ac_header presence... " >&6; } |
10025 | cat >conftest.$ac_ext <<_ACEOF | 10437 | cat >conftest.$ac_ext <<_ACEOF |
10026 | /* confdefs.h. */ | 10438 | /* confdefs.h. */ |
10027 | _ACEOF | 10439 | _ACEOF |
@@ -10035,51 +10447,52 @@ case "(($ac_try" in | |||
10035 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10447 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10036 | *) ac_try_echo=$ac_try;; | 10448 | *) ac_try_echo=$ac_try;; |
10037 | esac | 10449 | esac |
10038 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10450 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10451 | $as_echo "$ac_try_echo") >&5 | ||
10039 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 10452 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
10040 | ac_status=$? | 10453 | ac_status=$? |
10041 | grep -v '^ *+' conftest.er1 >conftest.err | 10454 | grep -v '^ *+' conftest.er1 >conftest.err |
10042 | rm -f conftest.er1 | 10455 | rm -f conftest.er1 |
10043 | cat conftest.err >&5 | 10456 | cat conftest.err >&5 |
10044 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10457 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10045 | (exit $ac_status); } >/dev/null && { | 10458 | (exit $ac_status); } >/dev/null && { |
10046 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 10459 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
10047 | test ! -s conftest.err | 10460 | test ! -s conftest.err |
10048 | }; then | 10461 | }; then |
10049 | ac_header_preproc=yes | 10462 | ac_header_preproc=yes |
10050 | else | 10463 | else |
10051 | echo "$as_me: failed program was:" >&5 | 10464 | $as_echo "$as_me: failed program was:" >&5 |
10052 | sed 's/^/| /' conftest.$ac_ext >&5 | 10465 | sed 's/^/| /' conftest.$ac_ext >&5 |
10053 | 10466 | ||
10054 | ac_header_preproc=no | 10467 | ac_header_preproc=no |
10055 | fi | 10468 | fi |
10056 | 10469 | ||
10057 | rm -f conftest.err conftest.$ac_ext | 10470 | rm -f conftest.err conftest.$ac_ext |
10058 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 10471 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
10059 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 10472 | $as_echo "$ac_header_preproc" >&6; } |
10060 | 10473 | ||
10061 | # So? What about this header? | 10474 | # So? What about this header? |
10062 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10475 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
10063 | yes:no: ) | 10476 | yes:no: ) |
10064 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 10477 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
10065 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10478 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
10066 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 10479 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
10067 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 10480 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
10068 | ac_header_preproc=yes | 10481 | ac_header_preproc=yes |
10069 | ;; | 10482 | ;; |
10070 | no:yes:* ) | 10483 | no:yes:* ) |
10071 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 10484 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
10072 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 10485 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
10073 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 10486 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
10074 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 10487 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
10075 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 10488 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
10076 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 10489 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
10077 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 10490 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
10078 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 10491 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
10079 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 10492 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
10080 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 10493 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
10081 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 10494 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
10082 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 10495 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
10083 | ( cat <<\_ASBOX | 10496 | ( cat <<\_ASBOX |
10084 | ## ------------------------------------------- ## | 10497 | ## ------------------------------------------- ## |
10085 | ## Report this to openssh-unix-dev@mindrot.org ## | 10498 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -10088,21 +10501,23 @@ _ASBOX | |||
10088 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 10501 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
10089 | ;; | 10502 | ;; |
10090 | esac | 10503 | esac |
10091 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10504 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10092 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 10505 | $as_echo_n "checking for $ac_header... " >&6; } |
10093 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10506 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10094 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10507 | $as_echo_n "(cached) " >&6 |
10095 | else | 10508 | else |
10096 | eval "$as_ac_Header=\$ac_header_preproc" | 10509 | eval "$as_ac_Header=\$ac_header_preproc" |
10097 | fi | 10510 | fi |
10098 | ac_res=`eval echo '${'$as_ac_Header'}'` | 10511 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
10099 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 10512 | $as_echo "$as_val"'` |
10100 | echo "${ECHO_T}$ac_res" >&6; } | 10513 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
10514 | $as_echo "$ac_res" >&6; } | ||
10101 | 10515 | ||
10102 | fi | 10516 | fi |
10103 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 10517 | if test `eval 'as_val=${'$as_ac_Header'} |
10518 | $as_echo "$as_val"'` = yes; then | ||
10104 | cat >>confdefs.h <<_ACEOF | 10519 | cat >>confdefs.h <<_ACEOF |
10105 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 10520 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
10106 | _ACEOF | 10521 | _ACEOF |
10107 | 10522 | ||
10108 | fi | 10523 | fi |
@@ -10111,10 +10526,10 @@ done | |||
10111 | 10526 | ||
10112 | else | 10527 | else |
10113 | 10528 | ||
10114 | { echo "$as_me:$LINENO: checking for dirname in -lgen" >&5 | 10529 | { $as_echo "$as_me:$LINENO: checking for dirname in -lgen" >&5 |
10115 | echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6; } | 10530 | $as_echo_n "checking for dirname in -lgen... " >&6; } |
10116 | if test "${ac_cv_lib_gen_dirname+set}" = set; then | 10531 | if test "${ac_cv_lib_gen_dirname+set}" = set; then |
10117 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10532 | $as_echo_n "(cached) " >&6 |
10118 | else | 10533 | else |
10119 | ac_check_lib_save_LIBS=$LIBS | 10534 | ac_check_lib_save_LIBS=$LIBS |
10120 | LIBS="-lgen $LIBS" | 10535 | LIBS="-lgen $LIBS" |
@@ -10146,38 +10561,42 @@ case "(($ac_try" in | |||
10146 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10561 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10147 | *) ac_try_echo=$ac_try;; | 10562 | *) ac_try_echo=$ac_try;; |
10148 | esac | 10563 | esac |
10149 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10564 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10565 | $as_echo "$ac_try_echo") >&5 | ||
10150 | (eval "$ac_link") 2>conftest.er1 | 10566 | (eval "$ac_link") 2>conftest.er1 |
10151 | ac_status=$? | 10567 | ac_status=$? |
10152 | grep -v '^ *+' conftest.er1 >conftest.err | 10568 | grep -v '^ *+' conftest.er1 >conftest.err |
10153 | rm -f conftest.er1 | 10569 | rm -f conftest.er1 |
10154 | cat conftest.err >&5 | 10570 | cat conftest.err >&5 |
10155 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10571 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10156 | (exit $ac_status); } && { | 10572 | (exit $ac_status); } && { |
10157 | test -z "$ac_c_werror_flag" || | 10573 | test -z "$ac_c_werror_flag" || |
10158 | test ! -s conftest.err | 10574 | test ! -s conftest.err |
10159 | } && test -s conftest$ac_exeext && | 10575 | } && test -s conftest$ac_exeext && { |
10160 | $as_test_x conftest$ac_exeext; then | 10576 | test "$cross_compiling" = yes || |
10577 | $as_test_x conftest$ac_exeext | ||
10578 | }; then | ||
10161 | ac_cv_lib_gen_dirname=yes | 10579 | ac_cv_lib_gen_dirname=yes |
10162 | else | 10580 | else |
10163 | echo "$as_me: failed program was:" >&5 | 10581 | $as_echo "$as_me: failed program was:" >&5 |
10164 | sed 's/^/| /' conftest.$ac_ext >&5 | 10582 | sed 's/^/| /' conftest.$ac_ext >&5 |
10165 | 10583 | ||
10166 | ac_cv_lib_gen_dirname=no | 10584 | ac_cv_lib_gen_dirname=no |
10167 | fi | 10585 | fi |
10168 | 10586 | ||
10587 | rm -rf conftest.dSYM | ||
10169 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10588 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10170 | conftest$ac_exeext conftest.$ac_ext | 10589 | conftest$ac_exeext conftest.$ac_ext |
10171 | LIBS=$ac_check_lib_save_LIBS | 10590 | LIBS=$ac_check_lib_save_LIBS |
10172 | fi | 10591 | fi |
10173 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gen_dirname" >&5 | 10592 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gen_dirname" >&5 |
10174 | echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6; } | 10593 | $as_echo "$ac_cv_lib_gen_dirname" >&6; } |
10175 | if test $ac_cv_lib_gen_dirname = yes; then | 10594 | if test $ac_cv_lib_gen_dirname = yes; then |
10176 | 10595 | ||
10177 | { echo "$as_me:$LINENO: checking for broken dirname" >&5 | 10596 | { $as_echo "$as_me:$LINENO: checking for broken dirname" >&5 |
10178 | echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6; } | 10597 | $as_echo_n "checking for broken dirname... " >&6; } |
10179 | if test "${ac_cv_have_broken_dirname+set}" = set; then | 10598 | if test "${ac_cv_have_broken_dirname+set}" = set; then |
10180 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10599 | $as_echo_n "(cached) " >&6 |
10181 | else | 10600 | else |
10182 | 10601 | ||
10183 | save_LIBS="$LIBS" | 10602 | save_LIBS="$LIBS" |
@@ -10214,29 +10633,32 @@ case "(($ac_try" in | |||
10214 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10633 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10215 | *) ac_try_echo=$ac_try;; | 10634 | *) ac_try_echo=$ac_try;; |
10216 | esac | 10635 | esac |
10217 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10636 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10637 | $as_echo "$ac_try_echo") >&5 | ||
10218 | (eval "$ac_link") 2>&5 | 10638 | (eval "$ac_link") 2>&5 |
10219 | ac_status=$? | 10639 | ac_status=$? |
10220 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10640 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10221 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 10641 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
10222 | { (case "(($ac_try" in | 10642 | { (case "(($ac_try" in |
10223 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10643 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10224 | *) ac_try_echo=$ac_try;; | 10644 | *) ac_try_echo=$ac_try;; |
10225 | esac | 10645 | esac |
10226 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10646 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10647 | $as_echo "$ac_try_echo") >&5 | ||
10227 | (eval "$ac_try") 2>&5 | 10648 | (eval "$ac_try") 2>&5 |
10228 | ac_status=$? | 10649 | ac_status=$? |
10229 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10650 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10230 | (exit $ac_status); }; }; then | 10651 | (exit $ac_status); }; }; then |
10231 | ac_cv_have_broken_dirname="no" | 10652 | ac_cv_have_broken_dirname="no" |
10232 | else | 10653 | else |
10233 | echo "$as_me: program exited with status $ac_status" >&5 | 10654 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
10234 | echo "$as_me: failed program was:" >&5 | 10655 | $as_echo "$as_me: failed program was:" >&5 |
10235 | sed 's/^/| /' conftest.$ac_ext >&5 | 10656 | sed 's/^/| /' conftest.$ac_ext >&5 |
10236 | 10657 | ||
10237 | ( exit $ac_status ) | 10658 | ( exit $ac_status ) |
10238 | ac_cv_have_broken_dirname="yes" | 10659 | ac_cv_have_broken_dirname="yes" |
10239 | fi | 10660 | fi |
10661 | rm -rf conftest.dSYM | ||
10240 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 10662 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
10241 | fi | 10663 | fi |
10242 | 10664 | ||
@@ -10244,8 +10666,8 @@ fi | |||
10244 | LIBS="$save_LIBS" | 10666 | LIBS="$save_LIBS" |
10245 | 10667 | ||
10246 | fi | 10668 | fi |
10247 | { echo "$as_me:$LINENO: result: $ac_cv_have_broken_dirname" >&5 | 10669 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_broken_dirname" >&5 |
10248 | echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6; } | 10670 | $as_echo "$ac_cv_have_broken_dirname" >&6; } |
10249 | if test "x$ac_cv_have_broken_dirname" = "xno" ; then | 10671 | if test "x$ac_cv_have_broken_dirname" = "xno" ; then |
10250 | LIBS="$LIBS -lgen" | 10672 | LIBS="$LIBS -lgen" |
10251 | cat >>confdefs.h <<\_ACEOF | 10673 | cat >>confdefs.h <<\_ACEOF |
@@ -10255,20 +10677,21 @@ _ACEOF | |||
10255 | 10677 | ||
10256 | for ac_header in libgen.h | 10678 | for ac_header in libgen.h |
10257 | do | 10679 | do |
10258 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 10680 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
10259 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10681 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10260 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10682 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10261 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 10683 | $as_echo_n "checking for $ac_header... " >&6; } |
10262 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10684 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10263 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10685 | $as_echo_n "(cached) " >&6 |
10264 | fi | 10686 | fi |
10265 | ac_res=`eval echo '${'$as_ac_Header'}'` | 10687 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
10266 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 10688 | $as_echo "$as_val"'` |
10267 | echo "${ECHO_T}$ac_res" >&6; } | 10689 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
10690 | $as_echo "$ac_res" >&6; } | ||
10268 | else | 10691 | else |
10269 | # Is the header compilable? | 10692 | # Is the header compilable? |
10270 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 10693 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
10271 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 10694 | $as_echo_n "checking $ac_header usability... " >&6; } |
10272 | cat >conftest.$ac_ext <<_ACEOF | 10695 | cat >conftest.$ac_ext <<_ACEOF |
10273 | /* confdefs.h. */ | 10696 | /* confdefs.h. */ |
10274 | _ACEOF | 10697 | _ACEOF |
@@ -10284,32 +10707,33 @@ case "(($ac_try" in | |||
10284 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10707 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10285 | *) ac_try_echo=$ac_try;; | 10708 | *) ac_try_echo=$ac_try;; |
10286 | esac | 10709 | esac |
10287 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10710 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10711 | $as_echo "$ac_try_echo") >&5 | ||
10288 | (eval "$ac_compile") 2>conftest.er1 | 10712 | (eval "$ac_compile") 2>conftest.er1 |
10289 | ac_status=$? | 10713 | ac_status=$? |
10290 | grep -v '^ *+' conftest.er1 >conftest.err | 10714 | grep -v '^ *+' conftest.er1 >conftest.err |
10291 | rm -f conftest.er1 | 10715 | rm -f conftest.er1 |
10292 | cat conftest.err >&5 | 10716 | cat conftest.err >&5 |
10293 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10717 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10294 | (exit $ac_status); } && { | 10718 | (exit $ac_status); } && { |
10295 | test -z "$ac_c_werror_flag" || | 10719 | test -z "$ac_c_werror_flag" || |
10296 | test ! -s conftest.err | 10720 | test ! -s conftest.err |
10297 | } && test -s conftest.$ac_objext; then | 10721 | } && test -s conftest.$ac_objext; then |
10298 | ac_header_compiler=yes | 10722 | ac_header_compiler=yes |
10299 | else | 10723 | else |
10300 | echo "$as_me: failed program was:" >&5 | 10724 | $as_echo "$as_me: failed program was:" >&5 |
10301 | sed 's/^/| /' conftest.$ac_ext >&5 | 10725 | sed 's/^/| /' conftest.$ac_ext >&5 |
10302 | 10726 | ||
10303 | ac_header_compiler=no | 10727 | ac_header_compiler=no |
10304 | fi | 10728 | fi |
10305 | 10729 | ||
10306 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 10730 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
10307 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10731 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
10308 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 10732 | $as_echo "$ac_header_compiler" >&6; } |
10309 | 10733 | ||
10310 | # Is the header present? | 10734 | # Is the header present? |
10311 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 10735 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
10312 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 10736 | $as_echo_n "checking $ac_header presence... " >&6; } |
10313 | cat >conftest.$ac_ext <<_ACEOF | 10737 | cat >conftest.$ac_ext <<_ACEOF |
10314 | /* confdefs.h. */ | 10738 | /* confdefs.h. */ |
10315 | _ACEOF | 10739 | _ACEOF |
@@ -10323,51 +10747,52 @@ case "(($ac_try" in | |||
10323 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10747 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10324 | *) ac_try_echo=$ac_try;; | 10748 | *) ac_try_echo=$ac_try;; |
10325 | esac | 10749 | esac |
10326 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10750 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10751 | $as_echo "$ac_try_echo") >&5 | ||
10327 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 10752 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
10328 | ac_status=$? | 10753 | ac_status=$? |
10329 | grep -v '^ *+' conftest.er1 >conftest.err | 10754 | grep -v '^ *+' conftest.er1 >conftest.err |
10330 | rm -f conftest.er1 | 10755 | rm -f conftest.er1 |
10331 | cat conftest.err >&5 | 10756 | cat conftest.err >&5 |
10332 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10757 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10333 | (exit $ac_status); } >/dev/null && { | 10758 | (exit $ac_status); } >/dev/null && { |
10334 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 10759 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
10335 | test ! -s conftest.err | 10760 | test ! -s conftest.err |
10336 | }; then | 10761 | }; then |
10337 | ac_header_preproc=yes | 10762 | ac_header_preproc=yes |
10338 | else | 10763 | else |
10339 | echo "$as_me: failed program was:" >&5 | 10764 | $as_echo "$as_me: failed program was:" >&5 |
10340 | sed 's/^/| /' conftest.$ac_ext >&5 | 10765 | sed 's/^/| /' conftest.$ac_ext >&5 |
10341 | 10766 | ||
10342 | ac_header_preproc=no | 10767 | ac_header_preproc=no |
10343 | fi | 10768 | fi |
10344 | 10769 | ||
10345 | rm -f conftest.err conftest.$ac_ext | 10770 | rm -f conftest.err conftest.$ac_ext |
10346 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 10771 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
10347 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 10772 | $as_echo "$ac_header_preproc" >&6; } |
10348 | 10773 | ||
10349 | # So? What about this header? | 10774 | # So? What about this header? |
10350 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10775 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
10351 | yes:no: ) | 10776 | yes:no: ) |
10352 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 10777 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
10353 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10778 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
10354 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 10779 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
10355 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 10780 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
10356 | ac_header_preproc=yes | 10781 | ac_header_preproc=yes |
10357 | ;; | 10782 | ;; |
10358 | no:yes:* ) | 10783 | no:yes:* ) |
10359 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 10784 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
10360 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 10785 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
10361 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 10786 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
10362 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 10787 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
10363 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 10788 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
10364 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 10789 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
10365 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 10790 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
10366 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 10791 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
10367 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 10792 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
10368 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 10793 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
10369 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 10794 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
10370 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 10795 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
10371 | ( cat <<\_ASBOX | 10796 | ( cat <<\_ASBOX |
10372 | ## ------------------------------------------- ## | 10797 | ## ------------------------------------------- ## |
10373 | ## Report this to openssh-unix-dev@mindrot.org ## | 10798 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -10376,21 +10801,23 @@ _ASBOX | |||
10376 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 10801 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
10377 | ;; | 10802 | ;; |
10378 | esac | 10803 | esac |
10379 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10804 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10380 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 10805 | $as_echo_n "checking for $ac_header... " >&6; } |
10381 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10806 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10382 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10807 | $as_echo_n "(cached) " >&6 |
10383 | else | 10808 | else |
10384 | eval "$as_ac_Header=\$ac_header_preproc" | 10809 | eval "$as_ac_Header=\$ac_header_preproc" |
10385 | fi | 10810 | fi |
10386 | ac_res=`eval echo '${'$as_ac_Header'}'` | 10811 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
10387 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 10812 | $as_echo "$as_val"'` |
10388 | echo "${ECHO_T}$ac_res" >&6; } | 10813 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
10814 | $as_echo "$ac_res" >&6; } | ||
10389 | 10815 | ||
10390 | fi | 10816 | fi |
10391 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 10817 | if test `eval 'as_val=${'$as_ac_Header'} |
10818 | $as_echo "$as_val"'` = yes; then | ||
10392 | cat >>confdefs.h <<_ACEOF | 10819 | cat >>confdefs.h <<_ACEOF |
10393 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 10820 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
10394 | _ACEOF | 10821 | _ACEOF |
10395 | 10822 | ||
10396 | fi | 10823 | fi |
@@ -10406,10 +10833,10 @@ fi | |||
10406 | done | 10833 | done |
10407 | 10834 | ||
10408 | 10835 | ||
10409 | { echo "$as_me:$LINENO: checking for getspnam" >&5 | 10836 | { $as_echo "$as_me:$LINENO: checking for getspnam" >&5 |
10410 | echo $ECHO_N "checking for getspnam... $ECHO_C" >&6; } | 10837 | $as_echo_n "checking for getspnam... " >&6; } |
10411 | if test "${ac_cv_func_getspnam+set}" = set; then | 10838 | if test "${ac_cv_func_getspnam+set}" = set; then |
10412 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10839 | $as_echo_n "(cached) " >&6 |
10413 | else | 10840 | else |
10414 | cat >conftest.$ac_ext <<_ACEOF | 10841 | cat >conftest.$ac_ext <<_ACEOF |
10415 | /* confdefs.h. */ | 10842 | /* confdefs.h. */ |
@@ -10462,38 +10889,42 @@ case "(($ac_try" in | |||
10462 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10889 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10463 | *) ac_try_echo=$ac_try;; | 10890 | *) ac_try_echo=$ac_try;; |
10464 | esac | 10891 | esac |
10465 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10892 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10893 | $as_echo "$ac_try_echo") >&5 | ||
10466 | (eval "$ac_link") 2>conftest.er1 | 10894 | (eval "$ac_link") 2>conftest.er1 |
10467 | ac_status=$? | 10895 | ac_status=$? |
10468 | grep -v '^ *+' conftest.er1 >conftest.err | 10896 | grep -v '^ *+' conftest.er1 >conftest.err |
10469 | rm -f conftest.er1 | 10897 | rm -f conftest.er1 |
10470 | cat conftest.err >&5 | 10898 | cat conftest.err >&5 |
10471 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10899 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10472 | (exit $ac_status); } && { | 10900 | (exit $ac_status); } && { |
10473 | test -z "$ac_c_werror_flag" || | 10901 | test -z "$ac_c_werror_flag" || |
10474 | test ! -s conftest.err | 10902 | test ! -s conftest.err |
10475 | } && test -s conftest$ac_exeext && | 10903 | } && test -s conftest$ac_exeext && { |
10476 | $as_test_x conftest$ac_exeext; then | 10904 | test "$cross_compiling" = yes || |
10905 | $as_test_x conftest$ac_exeext | ||
10906 | }; then | ||
10477 | ac_cv_func_getspnam=yes | 10907 | ac_cv_func_getspnam=yes |
10478 | else | 10908 | else |
10479 | echo "$as_me: failed program was:" >&5 | 10909 | $as_echo "$as_me: failed program was:" >&5 |
10480 | sed 's/^/| /' conftest.$ac_ext >&5 | 10910 | sed 's/^/| /' conftest.$ac_ext >&5 |
10481 | 10911 | ||
10482 | ac_cv_func_getspnam=no | 10912 | ac_cv_func_getspnam=no |
10483 | fi | 10913 | fi |
10484 | 10914 | ||
10915 | rm -rf conftest.dSYM | ||
10485 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10916 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10486 | conftest$ac_exeext conftest.$ac_ext | 10917 | conftest$ac_exeext conftest.$ac_ext |
10487 | fi | 10918 | fi |
10488 | { echo "$as_me:$LINENO: result: $ac_cv_func_getspnam" >&5 | 10919 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getspnam" >&5 |
10489 | echo "${ECHO_T}$ac_cv_func_getspnam" >&6; } | 10920 | $as_echo "$ac_cv_func_getspnam" >&6; } |
10490 | if test $ac_cv_func_getspnam = yes; then | 10921 | if test $ac_cv_func_getspnam = yes; then |
10491 | : | 10922 | : |
10492 | else | 10923 | else |
10493 | { echo "$as_me:$LINENO: checking for getspnam in -lgen" >&5 | 10924 | { $as_echo "$as_me:$LINENO: checking for getspnam in -lgen" >&5 |
10494 | echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6; } | 10925 | $as_echo_n "checking for getspnam in -lgen... " >&6; } |
10495 | if test "${ac_cv_lib_gen_getspnam+set}" = set; then | 10926 | if test "${ac_cv_lib_gen_getspnam+set}" = set; then |
10496 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10927 | $as_echo_n "(cached) " >&6 |
10497 | else | 10928 | else |
10498 | ac_check_lib_save_LIBS=$LIBS | 10929 | ac_check_lib_save_LIBS=$LIBS |
10499 | LIBS="-lgen $LIBS" | 10930 | LIBS="-lgen $LIBS" |
@@ -10525,42 +10956,46 @@ case "(($ac_try" in | |||
10525 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10956 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10526 | *) ac_try_echo=$ac_try;; | 10957 | *) ac_try_echo=$ac_try;; |
10527 | esac | 10958 | esac |
10528 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 10959 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
10960 | $as_echo "$ac_try_echo") >&5 | ||
10529 | (eval "$ac_link") 2>conftest.er1 | 10961 | (eval "$ac_link") 2>conftest.er1 |
10530 | ac_status=$? | 10962 | ac_status=$? |
10531 | grep -v '^ *+' conftest.er1 >conftest.err | 10963 | grep -v '^ *+' conftest.er1 >conftest.err |
10532 | rm -f conftest.er1 | 10964 | rm -f conftest.er1 |
10533 | cat conftest.err >&5 | 10965 | cat conftest.err >&5 |
10534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10966 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10535 | (exit $ac_status); } && { | 10967 | (exit $ac_status); } && { |
10536 | test -z "$ac_c_werror_flag" || | 10968 | test -z "$ac_c_werror_flag" || |
10537 | test ! -s conftest.err | 10969 | test ! -s conftest.err |
10538 | } && test -s conftest$ac_exeext && | 10970 | } && test -s conftest$ac_exeext && { |
10539 | $as_test_x conftest$ac_exeext; then | 10971 | test "$cross_compiling" = yes || |
10972 | $as_test_x conftest$ac_exeext | ||
10973 | }; then | ||
10540 | ac_cv_lib_gen_getspnam=yes | 10974 | ac_cv_lib_gen_getspnam=yes |
10541 | else | 10975 | else |
10542 | echo "$as_me: failed program was:" >&5 | 10976 | $as_echo "$as_me: failed program was:" >&5 |
10543 | sed 's/^/| /' conftest.$ac_ext >&5 | 10977 | sed 's/^/| /' conftest.$ac_ext >&5 |
10544 | 10978 | ||
10545 | ac_cv_lib_gen_getspnam=no | 10979 | ac_cv_lib_gen_getspnam=no |
10546 | fi | 10980 | fi |
10547 | 10981 | ||
10982 | rm -rf conftest.dSYM | ||
10548 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10983 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10549 | conftest$ac_exeext conftest.$ac_ext | 10984 | conftest$ac_exeext conftest.$ac_ext |
10550 | LIBS=$ac_check_lib_save_LIBS | 10985 | LIBS=$ac_check_lib_save_LIBS |
10551 | fi | 10986 | fi |
10552 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getspnam" >&5 | 10987 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getspnam" >&5 |
10553 | echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6; } | 10988 | $as_echo "$ac_cv_lib_gen_getspnam" >&6; } |
10554 | if test $ac_cv_lib_gen_getspnam = yes; then | 10989 | if test $ac_cv_lib_gen_getspnam = yes; then |
10555 | LIBS="$LIBS -lgen" | 10990 | LIBS="$LIBS -lgen" |
10556 | fi | 10991 | fi |
10557 | 10992 | ||
10558 | fi | 10993 | fi |
10559 | 10994 | ||
10560 | { echo "$as_me:$LINENO: checking for library containing basename" >&5 | 10995 | { $as_echo "$as_me:$LINENO: checking for library containing basename" >&5 |
10561 | echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6; } | 10996 | $as_echo_n "checking for library containing basename... " >&6; } |
10562 | if test "${ac_cv_search_basename+set}" = set; then | 10997 | if test "${ac_cv_search_basename+set}" = set; then |
10563 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10998 | $as_echo_n "(cached) " >&6 |
10564 | else | 10999 | else |
10565 | ac_func_search_save_LIBS=$LIBS | 11000 | ac_func_search_save_LIBS=$LIBS |
10566 | cat >conftest.$ac_ext <<_ACEOF | 11001 | cat >conftest.$ac_ext <<_ACEOF |
@@ -10598,26 +11033,30 @@ case "(($ac_try" in | |||
10598 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11033 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10599 | *) ac_try_echo=$ac_try;; | 11034 | *) ac_try_echo=$ac_try;; |
10600 | esac | 11035 | esac |
10601 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11036 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11037 | $as_echo "$ac_try_echo") >&5 | ||
10602 | (eval "$ac_link") 2>conftest.er1 | 11038 | (eval "$ac_link") 2>conftest.er1 |
10603 | ac_status=$? | 11039 | ac_status=$? |
10604 | grep -v '^ *+' conftest.er1 >conftest.err | 11040 | grep -v '^ *+' conftest.er1 >conftest.err |
10605 | rm -f conftest.er1 | 11041 | rm -f conftest.er1 |
10606 | cat conftest.err >&5 | 11042 | cat conftest.err >&5 |
10607 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11043 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10608 | (exit $ac_status); } && { | 11044 | (exit $ac_status); } && { |
10609 | test -z "$ac_c_werror_flag" || | 11045 | test -z "$ac_c_werror_flag" || |
10610 | test ! -s conftest.err | 11046 | test ! -s conftest.err |
10611 | } && test -s conftest$ac_exeext && | 11047 | } && test -s conftest$ac_exeext && { |
10612 | $as_test_x conftest$ac_exeext; then | 11048 | test "$cross_compiling" = yes || |
11049 | $as_test_x conftest$ac_exeext | ||
11050 | }; then | ||
10613 | ac_cv_search_basename=$ac_res | 11051 | ac_cv_search_basename=$ac_res |
10614 | else | 11052 | else |
10615 | echo "$as_me: failed program was:" >&5 | 11053 | $as_echo "$as_me: failed program was:" >&5 |
10616 | sed 's/^/| /' conftest.$ac_ext >&5 | 11054 | sed 's/^/| /' conftest.$ac_ext >&5 |
10617 | 11055 | ||
10618 | 11056 | ||
10619 | fi | 11057 | fi |
10620 | 11058 | ||
11059 | rm -rf conftest.dSYM | ||
10621 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11060 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10622 | conftest$ac_exeext | 11061 | conftest$ac_exeext |
10623 | if test "${ac_cv_search_basename+set}" = set; then | 11062 | if test "${ac_cv_search_basename+set}" = set; then |
@@ -10632,8 +11071,8 @@ fi | |||
10632 | rm conftest.$ac_ext | 11071 | rm conftest.$ac_ext |
10633 | LIBS=$ac_func_search_save_LIBS | 11072 | LIBS=$ac_func_search_save_LIBS |
10634 | fi | 11073 | fi |
10635 | { echo "$as_me:$LINENO: result: $ac_cv_search_basename" >&5 | 11074 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_basename" >&5 |
10636 | echo "${ECHO_T}$ac_cv_search_basename" >&6; } | 11075 | $as_echo "$ac_cv_search_basename" >&6; } |
10637 | ac_res=$ac_cv_search_basename | 11076 | ac_res=$ac_cv_search_basename |
10638 | if test "$ac_res" != no; then | 11077 | if test "$ac_res" != no; then |
10639 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 11078 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -10649,8 +11088,8 @@ fi | |||
10649 | # Check whether --with-zlib was given. | 11088 | # Check whether --with-zlib was given. |
10650 | if test "${with_zlib+set}" = set; then | 11089 | if test "${with_zlib+set}" = set; then |
10651 | withval=$with_zlib; if test "x$withval" = "xno" ; then | 11090 | withval=$with_zlib; if test "x$withval" = "xno" ; then |
10652 | { { echo "$as_me:$LINENO: error: *** zlib is required ***" >&5 | 11091 | { { $as_echo "$as_me:$LINENO: error: *** zlib is required ***" >&5 |
10653 | echo "$as_me: error: *** zlib is required ***" >&2;} | 11092 | $as_echo "$as_me: error: *** zlib is required ***" >&2;} |
10654 | { (exit 1); exit 1; }; } | 11093 | { (exit 1); exit 1; }; } |
10655 | elif test "x$withval" != "xyes"; then | 11094 | elif test "x$withval" != "xyes"; then |
10656 | if test -d "$withval/lib"; then | 11095 | if test -d "$withval/lib"; then |
@@ -10676,11 +11115,152 @@ echo "$as_me: error: *** zlib is required ***" >&2;} | |||
10676 | fi | 11115 | fi |
10677 | 11116 | ||
10678 | 11117 | ||
11118 | if test "${ac_cv_header_zlib_h+set}" = set; then | ||
11119 | { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 | ||
11120 | $as_echo_n "checking for zlib.h... " >&6; } | ||
11121 | if test "${ac_cv_header_zlib_h+set}" = set; then | ||
11122 | $as_echo_n "(cached) " >&6 | ||
11123 | fi | ||
11124 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | ||
11125 | $as_echo "$ac_cv_header_zlib_h" >&6; } | ||
11126 | else | ||
11127 | # Is the header compilable? | ||
11128 | { $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5 | ||
11129 | $as_echo_n "checking zlib.h usability... " >&6; } | ||
11130 | cat >conftest.$ac_ext <<_ACEOF | ||
11131 | /* confdefs.h. */ | ||
11132 | _ACEOF | ||
11133 | cat confdefs.h >>conftest.$ac_ext | ||
11134 | cat >>conftest.$ac_ext <<_ACEOF | ||
11135 | /* end confdefs.h. */ | ||
11136 | $ac_includes_default | ||
11137 | #include <zlib.h> | ||
11138 | _ACEOF | ||
11139 | rm -f conftest.$ac_objext | ||
11140 | if { (ac_try="$ac_compile" | ||
11141 | case "(($ac_try" in | ||
11142 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
11143 | *) ac_try_echo=$ac_try;; | ||
11144 | esac | ||
11145 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
11146 | $as_echo "$ac_try_echo") >&5 | ||
11147 | (eval "$ac_compile") 2>conftest.er1 | ||
11148 | ac_status=$? | ||
11149 | grep -v '^ *+' conftest.er1 >conftest.err | ||
11150 | rm -f conftest.er1 | ||
11151 | cat conftest.err >&5 | ||
11152 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
11153 | (exit $ac_status); } && { | ||
11154 | test -z "$ac_c_werror_flag" || | ||
11155 | test ! -s conftest.err | ||
11156 | } && test -s conftest.$ac_objext; then | ||
11157 | ac_header_compiler=yes | ||
11158 | else | ||
11159 | $as_echo "$as_me: failed program was:" >&5 | ||
11160 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
11161 | |||
11162 | ac_header_compiler=no | ||
11163 | fi | ||
11164 | |||
11165 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
11166 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | ||
11167 | $as_echo "$ac_header_compiler" >&6; } | ||
10679 | 11168 | ||
10680 | { echo "$as_me:$LINENO: checking for deflate in -lz" >&5 | 11169 | # Is the header present? |
10681 | echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; } | 11170 | { $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5 |
11171 | $as_echo_n "checking zlib.h presence... " >&6; } | ||
11172 | cat >conftest.$ac_ext <<_ACEOF | ||
11173 | /* confdefs.h. */ | ||
11174 | _ACEOF | ||
11175 | cat confdefs.h >>conftest.$ac_ext | ||
11176 | cat >>conftest.$ac_ext <<_ACEOF | ||
11177 | /* end confdefs.h. */ | ||
11178 | #include <zlib.h> | ||
11179 | _ACEOF | ||
11180 | if { (ac_try="$ac_cpp conftest.$ac_ext" | ||
11181 | case "(($ac_try" in | ||
11182 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
11183 | *) ac_try_echo=$ac_try;; | ||
11184 | esac | ||
11185 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
11186 | $as_echo "$ac_try_echo") >&5 | ||
11187 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | ||
11188 | ac_status=$? | ||
11189 | grep -v '^ *+' conftest.er1 >conftest.err | ||
11190 | rm -f conftest.er1 | ||
11191 | cat conftest.err >&5 | ||
11192 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
11193 | (exit $ac_status); } >/dev/null && { | ||
11194 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | ||
11195 | test ! -s conftest.err | ||
11196 | }; then | ||
11197 | ac_header_preproc=yes | ||
11198 | else | ||
11199 | $as_echo "$as_me: failed program was:" >&5 | ||
11200 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
11201 | |||
11202 | ac_header_preproc=no | ||
11203 | fi | ||
11204 | |||
11205 | rm -f conftest.err conftest.$ac_ext | ||
11206 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | ||
11207 | $as_echo "$ac_header_preproc" >&6; } | ||
11208 | |||
11209 | # So? What about this header? | ||
11210 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | ||
11211 | yes:no: ) | ||
11212 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | ||
11213 | $as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | ||
11214 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 | ||
11215 | $as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} | ||
11216 | ac_header_preproc=yes | ||
11217 | ;; | ||
11218 | no:yes:* ) | ||
11219 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 | ||
11220 | $as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} | ||
11221 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 | ||
11222 | $as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} | ||
11223 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 | ||
11224 | $as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} | ||
11225 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
11226 | $as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
11227 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 | ||
11228 | $as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | ||
11229 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 | ||
11230 | $as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} | ||
11231 | ( cat <<\_ASBOX | ||
11232 | ## ------------------------------------------- ## | ||
11233 | ## Report this to openssh-unix-dev@mindrot.org ## | ||
11234 | ## ------------------------------------------- ## | ||
11235 | _ASBOX | ||
11236 | ) | sed "s/^/$as_me: WARNING: /" >&2 | ||
11237 | ;; | ||
11238 | esac | ||
11239 | { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 | ||
11240 | $as_echo_n "checking for zlib.h... " >&6; } | ||
11241 | if test "${ac_cv_header_zlib_h+set}" = set; then | ||
11242 | $as_echo_n "(cached) " >&6 | ||
11243 | else | ||
11244 | ac_cv_header_zlib_h=$ac_header_preproc | ||
11245 | fi | ||
11246 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | ||
11247 | $as_echo "$ac_cv_header_zlib_h" >&6; } | ||
11248 | |||
11249 | fi | ||
11250 | if test $ac_cv_header_zlib_h = yes; then | ||
11251 | : | ||
11252 | else | ||
11253 | { { $as_echo "$as_me:$LINENO: error: *** zlib.h missing - please install first or check config.log ***" >&5 | ||
11254 | $as_echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;} | ||
11255 | { (exit 1); exit 1; }; } | ||
11256 | fi | ||
11257 | |||
11258 | |||
11259 | |||
11260 | { $as_echo "$as_me:$LINENO: checking for deflate in -lz" >&5 | ||
11261 | $as_echo_n "checking for deflate in -lz... " >&6; } | ||
10682 | if test "${ac_cv_lib_z_deflate+set}" = set; then | 11262 | if test "${ac_cv_lib_z_deflate+set}" = set; then |
10683 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11263 | $as_echo_n "(cached) " >&6 |
10684 | else | 11264 | else |
10685 | ac_check_lib_save_LIBS=$LIBS | 11265 | ac_check_lib_save_LIBS=$LIBS |
10686 | LIBS="-lz $LIBS" | 11266 | LIBS="-lz $LIBS" |
@@ -10712,32 +11292,36 @@ case "(($ac_try" in | |||
10712 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11292 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10713 | *) ac_try_echo=$ac_try;; | 11293 | *) ac_try_echo=$ac_try;; |
10714 | esac | 11294 | esac |
10715 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11295 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11296 | $as_echo "$ac_try_echo") >&5 | ||
10716 | (eval "$ac_link") 2>conftest.er1 | 11297 | (eval "$ac_link") 2>conftest.er1 |
10717 | ac_status=$? | 11298 | ac_status=$? |
10718 | grep -v '^ *+' conftest.er1 >conftest.err | 11299 | grep -v '^ *+' conftest.er1 >conftest.err |
10719 | rm -f conftest.er1 | 11300 | rm -f conftest.er1 |
10720 | cat conftest.err >&5 | 11301 | cat conftest.err >&5 |
10721 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11302 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10722 | (exit $ac_status); } && { | 11303 | (exit $ac_status); } && { |
10723 | test -z "$ac_c_werror_flag" || | 11304 | test -z "$ac_c_werror_flag" || |
10724 | test ! -s conftest.err | 11305 | test ! -s conftest.err |
10725 | } && test -s conftest$ac_exeext && | 11306 | } && test -s conftest$ac_exeext && { |
10726 | $as_test_x conftest$ac_exeext; then | 11307 | test "$cross_compiling" = yes || |
11308 | $as_test_x conftest$ac_exeext | ||
11309 | }; then | ||
10727 | ac_cv_lib_z_deflate=yes | 11310 | ac_cv_lib_z_deflate=yes |
10728 | else | 11311 | else |
10729 | echo "$as_me: failed program was:" >&5 | 11312 | $as_echo "$as_me: failed program was:" >&5 |
10730 | sed 's/^/| /' conftest.$ac_ext >&5 | 11313 | sed 's/^/| /' conftest.$ac_ext >&5 |
10731 | 11314 | ||
10732 | ac_cv_lib_z_deflate=no | 11315 | ac_cv_lib_z_deflate=no |
10733 | fi | 11316 | fi |
10734 | 11317 | ||
11318 | rm -rf conftest.dSYM | ||
10735 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11319 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10736 | conftest$ac_exeext conftest.$ac_ext | 11320 | conftest$ac_exeext conftest.$ac_ext |
10737 | LIBS=$ac_check_lib_save_LIBS | 11321 | LIBS=$ac_check_lib_save_LIBS |
10738 | fi | 11322 | fi |
10739 | { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 | 11323 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 |
10740 | echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; } | 11324 | $as_echo "$ac_cv_lib_z_deflate" >&6; } |
10741 | if test $ac_cv_lib_z_deflate = yes; then | 11325 | if test $ac_cv_lib_z_deflate = yes; then |
10742 | cat >>confdefs.h <<_ACEOF | 11326 | cat >>confdefs.h <<_ACEOF |
10743 | #define HAVE_LIBZ 1 | 11327 | #define HAVE_LIBZ 1 |
@@ -10785,179 +11369,44 @@ case "(($ac_try" in | |||
10785 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11369 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10786 | *) ac_try_echo=$ac_try;; | 11370 | *) ac_try_echo=$ac_try;; |
10787 | esac | 11371 | esac |
10788 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11372 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11373 | $as_echo "$ac_try_echo") >&5 | ||
10789 | (eval "$ac_link") 2>conftest.er1 | 11374 | (eval "$ac_link") 2>conftest.er1 |
10790 | ac_status=$? | 11375 | ac_status=$? |
10791 | grep -v '^ *+' conftest.er1 >conftest.err | 11376 | grep -v '^ *+' conftest.er1 >conftest.err |
10792 | rm -f conftest.er1 | 11377 | rm -f conftest.er1 |
10793 | cat conftest.err >&5 | 11378 | cat conftest.err >&5 |
10794 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11379 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10795 | (exit $ac_status); } && { | 11380 | (exit $ac_status); } && { |
10796 | test -z "$ac_c_werror_flag" || | 11381 | test -z "$ac_c_werror_flag" || |
10797 | test ! -s conftest.err | 11382 | test ! -s conftest.err |
10798 | } && test -s conftest$ac_exeext && | 11383 | } && test -s conftest$ac_exeext && { |
10799 | $as_test_x conftest$ac_exeext; then | 11384 | test "$cross_compiling" = yes || |
11385 | $as_test_x conftest$ac_exeext | ||
11386 | }; then | ||
10800 | cat >>confdefs.h <<\_ACEOF | 11387 | cat >>confdefs.h <<\_ACEOF |
10801 | #define HAVE_LIBZ 1 | 11388 | #define HAVE_LIBZ 1 |
10802 | _ACEOF | 11389 | _ACEOF |
10803 | 11390 | ||
10804 | else | 11391 | else |
10805 | echo "$as_me: failed program was:" >&5 | 11392 | $as_echo "$as_me: failed program was:" >&5 |
10806 | sed 's/^/| /' conftest.$ac_ext >&5 | 11393 | sed 's/^/| /' conftest.$ac_ext >&5 |
10807 | 11394 | ||
10808 | 11395 | ||
10809 | { { echo "$as_me:$LINENO: error: *** zlib missing - please install first or check config.log ***" >&5 | 11396 | { { $as_echo "$as_me:$LINENO: error: *** zlib missing - please install first or check config.log ***" >&5 |
10810 | echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} | 11397 | $as_echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} |
10811 | { (exit 1); exit 1; }; } | 11398 | { (exit 1); exit 1; }; } |
10812 | 11399 | ||
10813 | 11400 | ||
10814 | fi | 11401 | fi |
10815 | 11402 | ||
11403 | rm -rf conftest.dSYM | ||
10816 | 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 \ |
10817 | conftest$ac_exeext conftest.$ac_ext | 11405 | conftest$ac_exeext conftest.$ac_ext |
10818 | 11406 | ||
10819 | 11407 | ||
10820 | fi | 11408 | fi |
10821 | 11409 | ||
10822 | if test "${ac_cv_header_zlib_h+set}" = set; then | ||
10823 | { echo "$as_me:$LINENO: checking for zlib.h" >&5 | ||
10824 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } | ||
10825 | if test "${ac_cv_header_zlib_h+set}" = set; then | ||
10826 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
10827 | fi | ||
10828 | { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | ||
10829 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } | ||
10830 | else | ||
10831 | # Is the header compilable? | ||
10832 | { echo "$as_me:$LINENO: checking zlib.h usability" >&5 | ||
10833 | echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; } | ||
10834 | cat >conftest.$ac_ext <<_ACEOF | ||
10835 | /* confdefs.h. */ | ||
10836 | _ACEOF | ||
10837 | cat confdefs.h >>conftest.$ac_ext | ||
10838 | cat >>conftest.$ac_ext <<_ACEOF | ||
10839 | /* end confdefs.h. */ | ||
10840 | $ac_includes_default | ||
10841 | #include <zlib.h> | ||
10842 | _ACEOF | ||
10843 | rm -f conftest.$ac_objext | ||
10844 | if { (ac_try="$ac_compile" | ||
10845 | case "(($ac_try" in | ||
10846 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
10847 | *) ac_try_echo=$ac_try;; | ||
10848 | esac | ||
10849 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
10850 | (eval "$ac_compile") 2>conftest.er1 | ||
10851 | ac_status=$? | ||
10852 | grep -v '^ *+' conftest.er1 >conftest.err | ||
10853 | rm -f conftest.er1 | ||
10854 | cat conftest.err >&5 | ||
10855 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
10856 | (exit $ac_status); } && { | ||
10857 | test -z "$ac_c_werror_flag" || | ||
10858 | test ! -s conftest.err | ||
10859 | } && test -s conftest.$ac_objext; then | ||
10860 | ac_header_compiler=yes | ||
10861 | else | ||
10862 | echo "$as_me: failed program was:" >&5 | ||
10863 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
10864 | |||
10865 | ac_header_compiler=no | ||
10866 | fi | ||
10867 | |||
10868 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
10869 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | ||
10870 | echo "${ECHO_T}$ac_header_compiler" >&6; } | ||
10871 | |||
10872 | # Is the header present? | ||
10873 | { echo "$as_me:$LINENO: checking zlib.h presence" >&5 | ||
10874 | echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; } | ||
10875 | cat >conftest.$ac_ext <<_ACEOF | ||
10876 | /* confdefs.h. */ | ||
10877 | _ACEOF | ||
10878 | cat confdefs.h >>conftest.$ac_ext | ||
10879 | cat >>conftest.$ac_ext <<_ACEOF | ||
10880 | /* end confdefs.h. */ | ||
10881 | #include <zlib.h> | ||
10882 | _ACEOF | ||
10883 | if { (ac_try="$ac_cpp conftest.$ac_ext" | ||
10884 | case "(($ac_try" in | ||
10885 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
10886 | *) ac_try_echo=$ac_try;; | ||
10887 | esac | ||
10888 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
10889 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | ||
10890 | ac_status=$? | ||
10891 | grep -v '^ *+' conftest.er1 >conftest.err | ||
10892 | rm -f conftest.er1 | ||
10893 | cat conftest.err >&5 | ||
10894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
10895 | (exit $ac_status); } >/dev/null && { | ||
10896 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | ||
10897 | test ! -s conftest.err | ||
10898 | }; then | ||
10899 | ac_header_preproc=yes | ||
10900 | else | ||
10901 | echo "$as_me: failed program was:" >&5 | ||
10902 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
10903 | |||
10904 | ac_header_preproc=no | ||
10905 | fi | ||
10906 | |||
10907 | rm -f conftest.err conftest.$ac_ext | ||
10908 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | ||
10909 | echo "${ECHO_T}$ac_header_preproc" >&6; } | ||
10910 | |||
10911 | # So? What about this header? | ||
10912 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | ||
10913 | yes:no: ) | ||
10914 | { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | ||
10915 | echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | ||
10916 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 | ||
10917 | echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} | ||
10918 | ac_header_preproc=yes | ||
10919 | ;; | ||
10920 | no:yes:* ) | ||
10921 | { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 | ||
10922 | echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} | ||
10923 | { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 | ||
10924 | echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} | ||
10925 | { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 | ||
10926 | echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} | ||
10927 | { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
10928 | echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
10929 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 | ||
10930 | echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | ||
10931 | { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 | ||
10932 | echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} | ||
10933 | ( cat <<\_ASBOX | ||
10934 | ## ------------------------------------------- ## | ||
10935 | ## Report this to openssh-unix-dev@mindrot.org ## | ||
10936 | ## ------------------------------------------- ## | ||
10937 | _ASBOX | ||
10938 | ) | sed "s/^/$as_me: WARNING: /" >&2 | ||
10939 | ;; | ||
10940 | esac | ||
10941 | { echo "$as_me:$LINENO: checking for zlib.h" >&5 | ||
10942 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } | ||
10943 | if test "${ac_cv_header_zlib_h+set}" = set; then | ||
10944 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
10945 | else | ||
10946 | ac_cv_header_zlib_h=$ac_header_preproc | ||
10947 | fi | ||
10948 | { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | ||
10949 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } | ||
10950 | |||
10951 | fi | ||
10952 | if test $ac_cv_header_zlib_h = yes; then | ||
10953 | : | ||
10954 | else | ||
10955 | { { echo "$as_me:$LINENO: error: *** zlib.h missing - please install first or check config.log ***" >&5 | ||
10956 | echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;} | ||
10957 | { (exit 1); exit 1; }; } | ||
10958 | fi | ||
10959 | |||
10960 | |||
10961 | 11410 | ||
10962 | 11411 | ||
10963 | # Check whether --with-zlib-version-check was given. | 11412 | # Check whether --with-zlib-version-check was given. |
@@ -10970,11 +11419,11 @@ if test "${with_zlib_version_check+set}" = set; then | |||
10970 | fi | 11419 | fi |
10971 | 11420 | ||
10972 | 11421 | ||
10973 | { echo "$as_me:$LINENO: checking for possibly buggy zlib" >&5 | 11422 | { $as_echo "$as_me:$LINENO: checking for possibly buggy zlib" >&5 |
10974 | echo $ECHO_N "checking for possibly buggy zlib... $ECHO_C" >&6; } | 11423 | $as_echo_n "checking for possibly buggy zlib... " >&6; } |
10975 | if test "$cross_compiling" = yes; then | 11424 | if test "$cross_compiling" = yes; then |
10976 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking zlib version" >&5 | 11425 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking zlib version" >&5 |
10977 | echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;} | 11426 | $as_echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;} |
10978 | 11427 | ||
10979 | else | 11428 | else |
10980 | cat >conftest.$ac_ext <<_ACEOF | 11429 | cat >conftest.$ac_ext <<_ACEOF |
@@ -11013,39 +11462,41 @@ case "(($ac_try" in | |||
11013 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11462 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11014 | *) ac_try_echo=$ac_try;; | 11463 | *) ac_try_echo=$ac_try;; |
11015 | esac | 11464 | esac |
11016 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11465 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11466 | $as_echo "$ac_try_echo") >&5 | ||
11017 | (eval "$ac_link") 2>&5 | 11467 | (eval "$ac_link") 2>&5 |
11018 | ac_status=$? | 11468 | ac_status=$? |
11019 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11469 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11020 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 11470 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
11021 | { (case "(($ac_try" in | 11471 | { (case "(($ac_try" in |
11022 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11472 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11023 | *) ac_try_echo=$ac_try;; | 11473 | *) ac_try_echo=$ac_try;; |
11024 | esac | 11474 | esac |
11025 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11475 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11476 | $as_echo "$ac_try_echo") >&5 | ||
11026 | (eval "$ac_try") 2>&5 | 11477 | (eval "$ac_try") 2>&5 |
11027 | ac_status=$? | 11478 | ac_status=$? |
11028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11479 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11029 | (exit $ac_status); }; }; then | 11480 | (exit $ac_status); }; }; then |
11030 | { echo "$as_me:$LINENO: result: no" >&5 | 11481 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
11031 | echo "${ECHO_T}no" >&6; } | 11482 | $as_echo "no" >&6; } |
11032 | else | 11483 | else |
11033 | echo "$as_me: program exited with status $ac_status" >&5 | 11484 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
11034 | echo "$as_me: failed program was:" >&5 | 11485 | $as_echo "$as_me: failed program was:" >&5 |
11035 | sed 's/^/| /' conftest.$ac_ext >&5 | 11486 | sed 's/^/| /' conftest.$ac_ext >&5 |
11036 | 11487 | ||
11037 | ( exit $ac_status ) | 11488 | ( exit $ac_status ) |
11038 | { echo "$as_me:$LINENO: result: yes" >&5 | 11489 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
11039 | echo "${ECHO_T}yes" >&6; } | 11490 | $as_echo "yes" >&6; } |
11040 | if test -z "$zlib_check_nonfatal" ; then | 11491 | if test -z "$zlib_check_nonfatal" ; then |
11041 | { { echo "$as_me:$LINENO: error: *** zlib too old - check config.log *** | 11492 | { { $as_echo "$as_me:$LINENO: error: *** zlib too old - check config.log *** |
11042 | Your reported zlib version has known security problems. It's possible your | 11493 | Your reported zlib version has known security problems. It's possible your |
11043 | vendor has fixed these problems without changing the version number. If you | 11494 | vendor has fixed these problems without changing the version number. If you |
11044 | are sure this is the case, you can disable the check by running | 11495 | are sure this is the case, you can disable the check by running |
11045 | \"./configure --without-zlib-version-check\". | 11496 | \"./configure --without-zlib-version-check\". |
11046 | If you are in doubt, upgrade zlib to version 1.2.3 or greater. | 11497 | If you are in doubt, upgrade zlib to version 1.2.3 or greater. |
11047 | See http://www.gzip.org/zlib/ for details." >&5 | 11498 | See http://www.gzip.org/zlib/ for details." >&5 |
11048 | echo "$as_me: error: *** zlib too old - check config.log *** | 11499 | $as_echo "$as_me: error: *** zlib too old - check config.log *** |
11049 | Your reported zlib version has known security problems. It's possible your | 11500 | Your reported zlib version has known security problems. It's possible your |
11050 | vendor has fixed these problems without changing the version number. If you | 11501 | vendor has fixed these problems without changing the version number. If you |
11051 | are sure this is the case, you can disable the check by running | 11502 | are sure this is the case, you can disable the check by running |
@@ -11054,20 +11505,21 @@ If you are in doubt, upgrade zlib to version 1.2.3 or greater. | |||
11054 | See http://www.gzip.org/zlib/ for details." >&2;} | 11505 | See http://www.gzip.org/zlib/ for details." >&2;} |
11055 | { (exit 1); exit 1; }; } | 11506 | { (exit 1); exit 1; }; } |
11056 | else | 11507 | else |
11057 | { echo "$as_me:$LINENO: WARNING: zlib version may have security problems" >&5 | 11508 | { $as_echo "$as_me:$LINENO: WARNING: zlib version may have security problems" >&5 |
11058 | echo "$as_me: WARNING: zlib version may have security problems" >&2;} | 11509 | $as_echo "$as_me: WARNING: zlib version may have security problems" >&2;} |
11059 | fi | 11510 | fi |
11060 | 11511 | ||
11061 | fi | 11512 | fi |
11513 | rm -rf conftest.dSYM | ||
11062 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 11514 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
11063 | fi | 11515 | fi |
11064 | 11516 | ||
11065 | 11517 | ||
11066 | 11518 | ||
11067 | { echo "$as_me:$LINENO: checking for strcasecmp" >&5 | 11519 | { $as_echo "$as_me:$LINENO: checking for strcasecmp" >&5 |
11068 | echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6; } | 11520 | $as_echo_n "checking for strcasecmp... " >&6; } |
11069 | if test "${ac_cv_func_strcasecmp+set}" = set; then | 11521 | if test "${ac_cv_func_strcasecmp+set}" = set; then |
11070 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11522 | $as_echo_n "(cached) " >&6 |
11071 | else | 11523 | else |
11072 | cat >conftest.$ac_ext <<_ACEOF | 11524 | cat >conftest.$ac_ext <<_ACEOF |
11073 | /* confdefs.h. */ | 11525 | /* confdefs.h. */ |
@@ -11120,38 +11572,42 @@ case "(($ac_try" in | |||
11120 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11572 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11121 | *) ac_try_echo=$ac_try;; | 11573 | *) ac_try_echo=$ac_try;; |
11122 | esac | 11574 | esac |
11123 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11575 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11576 | $as_echo "$ac_try_echo") >&5 | ||
11124 | (eval "$ac_link") 2>conftest.er1 | 11577 | (eval "$ac_link") 2>conftest.er1 |
11125 | ac_status=$? | 11578 | ac_status=$? |
11126 | grep -v '^ *+' conftest.er1 >conftest.err | 11579 | grep -v '^ *+' conftest.er1 >conftest.err |
11127 | rm -f conftest.er1 | 11580 | rm -f conftest.er1 |
11128 | cat conftest.err >&5 | 11581 | cat conftest.err >&5 |
11129 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11582 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11130 | (exit $ac_status); } && { | 11583 | (exit $ac_status); } && { |
11131 | test -z "$ac_c_werror_flag" || | 11584 | test -z "$ac_c_werror_flag" || |
11132 | test ! -s conftest.err | 11585 | test ! -s conftest.err |
11133 | } && test -s conftest$ac_exeext && | 11586 | } && test -s conftest$ac_exeext && { |
11134 | $as_test_x conftest$ac_exeext; then | 11587 | test "$cross_compiling" = yes || |
11588 | $as_test_x conftest$ac_exeext | ||
11589 | }; then | ||
11135 | ac_cv_func_strcasecmp=yes | 11590 | ac_cv_func_strcasecmp=yes |
11136 | else | 11591 | else |
11137 | echo "$as_me: failed program was:" >&5 | 11592 | $as_echo "$as_me: failed program was:" >&5 |
11138 | sed 's/^/| /' conftest.$ac_ext >&5 | 11593 | sed 's/^/| /' conftest.$ac_ext >&5 |
11139 | 11594 | ||
11140 | ac_cv_func_strcasecmp=no | 11595 | ac_cv_func_strcasecmp=no |
11141 | fi | 11596 | fi |
11142 | 11597 | ||
11598 | rm -rf conftest.dSYM | ||
11143 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11599 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11144 | conftest$ac_exeext conftest.$ac_ext | 11600 | conftest$ac_exeext conftest.$ac_ext |
11145 | fi | 11601 | fi |
11146 | { echo "$as_me:$LINENO: result: $ac_cv_func_strcasecmp" >&5 | 11602 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcasecmp" >&5 |
11147 | echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6; } | 11603 | $as_echo "$ac_cv_func_strcasecmp" >&6; } |
11148 | if test $ac_cv_func_strcasecmp = yes; then | 11604 | if test $ac_cv_func_strcasecmp = yes; then |
11149 | : | 11605 | : |
11150 | else | 11606 | else |
11151 | { echo "$as_me:$LINENO: checking for strcasecmp in -lresolv" >&5 | 11607 | { $as_echo "$as_me:$LINENO: checking for strcasecmp in -lresolv" >&5 |
11152 | echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6; } | 11608 | $as_echo_n "checking for strcasecmp in -lresolv... " >&6; } |
11153 | if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then | 11609 | if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then |
11154 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11610 | $as_echo_n "(cached) " >&6 |
11155 | else | 11611 | else |
11156 | ac_check_lib_save_LIBS=$LIBS | 11612 | ac_check_lib_save_LIBS=$LIBS |
11157 | LIBS="-lresolv $LIBS" | 11613 | LIBS="-lresolv $LIBS" |
@@ -11183,32 +11639,36 @@ case "(($ac_try" in | |||
11183 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11639 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11184 | *) ac_try_echo=$ac_try;; | 11640 | *) ac_try_echo=$ac_try;; |
11185 | esac | 11641 | esac |
11186 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11642 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11643 | $as_echo "$ac_try_echo") >&5 | ||
11187 | (eval "$ac_link") 2>conftest.er1 | 11644 | (eval "$ac_link") 2>conftest.er1 |
11188 | ac_status=$? | 11645 | ac_status=$? |
11189 | grep -v '^ *+' conftest.er1 >conftest.err | 11646 | grep -v '^ *+' conftest.er1 >conftest.err |
11190 | rm -f conftest.er1 | 11647 | rm -f conftest.er1 |
11191 | cat conftest.err >&5 | 11648 | cat conftest.err >&5 |
11192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11649 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11193 | (exit $ac_status); } && { | 11650 | (exit $ac_status); } && { |
11194 | test -z "$ac_c_werror_flag" || | 11651 | test -z "$ac_c_werror_flag" || |
11195 | test ! -s conftest.err | 11652 | test ! -s conftest.err |
11196 | } && test -s conftest$ac_exeext && | 11653 | } && test -s conftest$ac_exeext && { |
11197 | $as_test_x conftest$ac_exeext; then | 11654 | test "$cross_compiling" = yes || |
11655 | $as_test_x conftest$ac_exeext | ||
11656 | }; then | ||
11198 | ac_cv_lib_resolv_strcasecmp=yes | 11657 | ac_cv_lib_resolv_strcasecmp=yes |
11199 | else | 11658 | else |
11200 | echo "$as_me: failed program was:" >&5 | 11659 | $as_echo "$as_me: failed program was:" >&5 |
11201 | sed 's/^/| /' conftest.$ac_ext >&5 | 11660 | sed 's/^/| /' conftest.$ac_ext >&5 |
11202 | 11661 | ||
11203 | ac_cv_lib_resolv_strcasecmp=no | 11662 | ac_cv_lib_resolv_strcasecmp=no |
11204 | fi | 11663 | fi |
11205 | 11664 | ||
11665 | rm -rf conftest.dSYM | ||
11206 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11666 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11207 | conftest$ac_exeext conftest.$ac_ext | 11667 | conftest$ac_exeext conftest.$ac_ext |
11208 | LIBS=$ac_check_lib_save_LIBS | 11668 | LIBS=$ac_check_lib_save_LIBS |
11209 | fi | 11669 | fi |
11210 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_strcasecmp" >&5 | 11670 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_strcasecmp" >&5 |
11211 | echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6; } | 11671 | $as_echo "$ac_cv_lib_resolv_strcasecmp" >&6; } |
11212 | if test $ac_cv_lib_resolv_strcasecmp = yes; then | 11672 | if test $ac_cv_lib_resolv_strcasecmp = yes; then |
11213 | LIBS="$LIBS -lresolv" | 11673 | LIBS="$LIBS -lresolv" |
11214 | fi | 11674 | fi |
@@ -11219,11 +11679,11 @@ fi | |||
11219 | 11679 | ||
11220 | for ac_func in utimes | 11680 | for ac_func in utimes |
11221 | do | 11681 | do |
11222 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 11682 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
11223 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 11683 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
11224 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 11684 | $as_echo_n "checking for $ac_func... " >&6; } |
11225 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 11685 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
11226 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11686 | $as_echo_n "(cached) " >&6 |
11227 | else | 11687 | else |
11228 | cat >conftest.$ac_ext <<_ACEOF | 11688 | cat >conftest.$ac_ext <<_ACEOF |
11229 | /* confdefs.h. */ | 11689 | /* confdefs.h. */ |
@@ -11276,42 +11736,48 @@ case "(($ac_try" in | |||
11276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11736 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11277 | *) ac_try_echo=$ac_try;; | 11737 | *) ac_try_echo=$ac_try;; |
11278 | esac | 11738 | esac |
11279 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11739 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11740 | $as_echo "$ac_try_echo") >&5 | ||
11280 | (eval "$ac_link") 2>conftest.er1 | 11741 | (eval "$ac_link") 2>conftest.er1 |
11281 | ac_status=$? | 11742 | ac_status=$? |
11282 | grep -v '^ *+' conftest.er1 >conftest.err | 11743 | grep -v '^ *+' conftest.er1 >conftest.err |
11283 | rm -f conftest.er1 | 11744 | rm -f conftest.er1 |
11284 | cat conftest.err >&5 | 11745 | cat conftest.err >&5 |
11285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11746 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11286 | (exit $ac_status); } && { | 11747 | (exit $ac_status); } && { |
11287 | test -z "$ac_c_werror_flag" || | 11748 | test -z "$ac_c_werror_flag" || |
11288 | test ! -s conftest.err | 11749 | test ! -s conftest.err |
11289 | } && test -s conftest$ac_exeext && | 11750 | } && test -s conftest$ac_exeext && { |
11290 | $as_test_x conftest$ac_exeext; then | 11751 | test "$cross_compiling" = yes || |
11752 | $as_test_x conftest$ac_exeext | ||
11753 | }; then | ||
11291 | eval "$as_ac_var=yes" | 11754 | eval "$as_ac_var=yes" |
11292 | else | 11755 | else |
11293 | echo "$as_me: failed program was:" >&5 | 11756 | $as_echo "$as_me: failed program was:" >&5 |
11294 | sed 's/^/| /' conftest.$ac_ext >&5 | 11757 | sed 's/^/| /' conftest.$ac_ext >&5 |
11295 | 11758 | ||
11296 | eval "$as_ac_var=no" | 11759 | eval "$as_ac_var=no" |
11297 | fi | 11760 | fi |
11298 | 11761 | ||
11762 | rm -rf conftest.dSYM | ||
11299 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11763 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11300 | conftest$ac_exeext conftest.$ac_ext | 11764 | conftest$ac_exeext conftest.$ac_ext |
11301 | fi | 11765 | fi |
11302 | ac_res=`eval echo '${'$as_ac_var'}'` | 11766 | ac_res=`eval 'as_val=${'$as_ac_var'} |
11303 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 11767 | $as_echo "$as_val"'` |
11304 | echo "${ECHO_T}$ac_res" >&6; } | 11768 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
11305 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 11769 | $as_echo "$ac_res" >&6; } |
11770 | if test `eval 'as_val=${'$as_ac_var'} | ||
11771 | $as_echo "$as_val"'` = yes; then | ||
11306 | cat >>confdefs.h <<_ACEOF | 11772 | cat >>confdefs.h <<_ACEOF |
11307 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 11773 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
11308 | _ACEOF | 11774 | _ACEOF |
11309 | 11775 | ||
11310 | else | 11776 | else |
11311 | { echo "$as_me:$LINENO: checking for utimes in -lc89" >&5 | 11777 | { $as_echo "$as_me:$LINENO: checking for utimes in -lc89" >&5 |
11312 | echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6; } | 11778 | $as_echo_n "checking for utimes in -lc89... " >&6; } |
11313 | if test "${ac_cv_lib_c89_utimes+set}" = set; then | 11779 | if test "${ac_cv_lib_c89_utimes+set}" = set; then |
11314 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11780 | $as_echo_n "(cached) " >&6 |
11315 | else | 11781 | else |
11316 | ac_check_lib_save_LIBS=$LIBS | 11782 | ac_check_lib_save_LIBS=$LIBS |
11317 | LIBS="-lc89 $LIBS" | 11783 | LIBS="-lc89 $LIBS" |
@@ -11343,32 +11809,36 @@ case "(($ac_try" in | |||
11343 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11809 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11344 | *) ac_try_echo=$ac_try;; | 11810 | *) ac_try_echo=$ac_try;; |
11345 | esac | 11811 | esac |
11346 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11812 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11813 | $as_echo "$ac_try_echo") >&5 | ||
11347 | (eval "$ac_link") 2>conftest.er1 | 11814 | (eval "$ac_link") 2>conftest.er1 |
11348 | ac_status=$? | 11815 | ac_status=$? |
11349 | grep -v '^ *+' conftest.er1 >conftest.err | 11816 | grep -v '^ *+' conftest.er1 >conftest.err |
11350 | rm -f conftest.er1 | 11817 | rm -f conftest.er1 |
11351 | cat conftest.err >&5 | 11818 | cat conftest.err >&5 |
11352 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11819 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11353 | (exit $ac_status); } && { | 11820 | (exit $ac_status); } && { |
11354 | test -z "$ac_c_werror_flag" || | 11821 | test -z "$ac_c_werror_flag" || |
11355 | test ! -s conftest.err | 11822 | test ! -s conftest.err |
11356 | } && test -s conftest$ac_exeext && | 11823 | } && test -s conftest$ac_exeext && { |
11357 | $as_test_x conftest$ac_exeext; then | 11824 | test "$cross_compiling" = yes || |
11825 | $as_test_x conftest$ac_exeext | ||
11826 | }; then | ||
11358 | ac_cv_lib_c89_utimes=yes | 11827 | ac_cv_lib_c89_utimes=yes |
11359 | else | 11828 | else |
11360 | echo "$as_me: failed program was:" >&5 | 11829 | $as_echo "$as_me: failed program was:" >&5 |
11361 | sed 's/^/| /' conftest.$ac_ext >&5 | 11830 | sed 's/^/| /' conftest.$ac_ext >&5 |
11362 | 11831 | ||
11363 | ac_cv_lib_c89_utimes=no | 11832 | ac_cv_lib_c89_utimes=no |
11364 | fi | 11833 | fi |
11365 | 11834 | ||
11835 | rm -rf conftest.dSYM | ||
11366 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11836 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11367 | conftest$ac_exeext conftest.$ac_ext | 11837 | conftest$ac_exeext conftest.$ac_ext |
11368 | LIBS=$ac_check_lib_save_LIBS | 11838 | LIBS=$ac_check_lib_save_LIBS |
11369 | fi | 11839 | fi |
11370 | { echo "$as_me:$LINENO: result: $ac_cv_lib_c89_utimes" >&5 | 11840 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c89_utimes" >&5 |
11371 | echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6; } | 11841 | $as_echo "$ac_cv_lib_c89_utimes" >&6; } |
11372 | if test $ac_cv_lib_c89_utimes = yes; then | 11842 | if test $ac_cv_lib_c89_utimes = yes; then |
11373 | cat >>confdefs.h <<\_ACEOF | 11843 | cat >>confdefs.h <<\_ACEOF |
11374 | #define HAVE_UTIMES 1 | 11844 | #define HAVE_UTIMES 1 |
@@ -11385,20 +11855,21 @@ done | |||
11385 | 11855 | ||
11386 | for ac_header in libutil.h | 11856 | for ac_header in libutil.h |
11387 | do | 11857 | do |
11388 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 11858 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
11389 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 11859 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
11390 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11860 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
11391 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 11861 | $as_echo_n "checking for $ac_header... " >&6; } |
11392 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 11862 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
11393 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11863 | $as_echo_n "(cached) " >&6 |
11394 | fi | 11864 | fi |
11395 | ac_res=`eval echo '${'$as_ac_Header'}'` | 11865 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
11396 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 11866 | $as_echo "$as_val"'` |
11397 | echo "${ECHO_T}$ac_res" >&6; } | 11867 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
11868 | $as_echo "$ac_res" >&6; } | ||
11398 | else | 11869 | else |
11399 | # Is the header compilable? | 11870 | # Is the header compilable? |
11400 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 11871 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
11401 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 11872 | $as_echo_n "checking $ac_header usability... " >&6; } |
11402 | cat >conftest.$ac_ext <<_ACEOF | 11873 | cat >conftest.$ac_ext <<_ACEOF |
11403 | /* confdefs.h. */ | 11874 | /* confdefs.h. */ |
11404 | _ACEOF | 11875 | _ACEOF |
@@ -11414,32 +11885,33 @@ case "(($ac_try" in | |||
11414 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11885 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11415 | *) ac_try_echo=$ac_try;; | 11886 | *) ac_try_echo=$ac_try;; |
11416 | esac | 11887 | esac |
11417 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11888 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11889 | $as_echo "$ac_try_echo") >&5 | ||
11418 | (eval "$ac_compile") 2>conftest.er1 | 11890 | (eval "$ac_compile") 2>conftest.er1 |
11419 | ac_status=$? | 11891 | ac_status=$? |
11420 | grep -v '^ *+' conftest.er1 >conftest.err | 11892 | grep -v '^ *+' conftest.er1 >conftest.err |
11421 | rm -f conftest.er1 | 11893 | rm -f conftest.er1 |
11422 | cat conftest.err >&5 | 11894 | cat conftest.err >&5 |
11423 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11895 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11424 | (exit $ac_status); } && { | 11896 | (exit $ac_status); } && { |
11425 | test -z "$ac_c_werror_flag" || | 11897 | test -z "$ac_c_werror_flag" || |
11426 | test ! -s conftest.err | 11898 | test ! -s conftest.err |
11427 | } && test -s conftest.$ac_objext; then | 11899 | } && test -s conftest.$ac_objext; then |
11428 | ac_header_compiler=yes | 11900 | ac_header_compiler=yes |
11429 | else | 11901 | else |
11430 | echo "$as_me: failed program was:" >&5 | 11902 | $as_echo "$as_me: failed program was:" >&5 |
11431 | sed 's/^/| /' conftest.$ac_ext >&5 | 11903 | sed 's/^/| /' conftest.$ac_ext >&5 |
11432 | 11904 | ||
11433 | ac_header_compiler=no | 11905 | ac_header_compiler=no |
11434 | fi | 11906 | fi |
11435 | 11907 | ||
11436 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 11908 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11437 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11909 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
11438 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 11910 | $as_echo "$ac_header_compiler" >&6; } |
11439 | 11911 | ||
11440 | # Is the header present? | 11912 | # Is the header present? |
11441 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 11913 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
11442 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 11914 | $as_echo_n "checking $ac_header presence... " >&6; } |
11443 | cat >conftest.$ac_ext <<_ACEOF | 11915 | cat >conftest.$ac_ext <<_ACEOF |
11444 | /* confdefs.h. */ | 11916 | /* confdefs.h. */ |
11445 | _ACEOF | 11917 | _ACEOF |
@@ -11453,51 +11925,52 @@ case "(($ac_try" in | |||
11453 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11925 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11454 | *) ac_try_echo=$ac_try;; | 11926 | *) ac_try_echo=$ac_try;; |
11455 | esac | 11927 | esac |
11456 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 11928 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
11929 | $as_echo "$ac_try_echo") >&5 | ||
11457 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 11930 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
11458 | ac_status=$? | 11931 | ac_status=$? |
11459 | grep -v '^ *+' conftest.er1 >conftest.err | 11932 | grep -v '^ *+' conftest.er1 >conftest.err |
11460 | rm -f conftest.er1 | 11933 | rm -f conftest.er1 |
11461 | cat conftest.err >&5 | 11934 | cat conftest.err >&5 |
11462 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11935 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11463 | (exit $ac_status); } >/dev/null && { | 11936 | (exit $ac_status); } >/dev/null && { |
11464 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 11937 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
11465 | test ! -s conftest.err | 11938 | test ! -s conftest.err |
11466 | }; then | 11939 | }; then |
11467 | ac_header_preproc=yes | 11940 | ac_header_preproc=yes |
11468 | else | 11941 | else |
11469 | echo "$as_me: failed program was:" >&5 | 11942 | $as_echo "$as_me: failed program was:" >&5 |
11470 | sed 's/^/| /' conftest.$ac_ext >&5 | 11943 | sed 's/^/| /' conftest.$ac_ext >&5 |
11471 | 11944 | ||
11472 | ac_header_preproc=no | 11945 | ac_header_preproc=no |
11473 | fi | 11946 | fi |
11474 | 11947 | ||
11475 | rm -f conftest.err conftest.$ac_ext | 11948 | rm -f conftest.err conftest.$ac_ext |
11476 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 11949 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
11477 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 11950 | $as_echo "$ac_header_preproc" >&6; } |
11478 | 11951 | ||
11479 | # So? What about this header? | 11952 | # So? What about this header? |
11480 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11953 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
11481 | yes:no: ) | 11954 | yes:no: ) |
11482 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 11955 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
11483 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11956 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
11484 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 11957 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
11485 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 11958 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
11486 | ac_header_preproc=yes | 11959 | ac_header_preproc=yes |
11487 | ;; | 11960 | ;; |
11488 | no:yes:* ) | 11961 | no:yes:* ) |
11489 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 11962 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
11490 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 11963 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
11491 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 11964 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
11492 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 11965 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
11493 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 11966 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
11494 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 11967 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
11495 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 11968 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
11496 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 11969 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
11497 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 11970 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
11498 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 11971 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
11499 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 11972 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
11500 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 11973 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
11501 | ( cat <<\_ASBOX | 11974 | ( cat <<\_ASBOX |
11502 | ## ------------------------------------------- ## | 11975 | ## ------------------------------------------- ## |
11503 | ## Report this to openssh-unix-dev@mindrot.org ## | 11976 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -11506,31 +11979,33 @@ _ASBOX | |||
11506 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 11979 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
11507 | ;; | 11980 | ;; |
11508 | esac | 11981 | esac |
11509 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11982 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
11510 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 11983 | $as_echo_n "checking for $ac_header... " >&6; } |
11511 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 11984 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
11512 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11985 | $as_echo_n "(cached) " >&6 |
11513 | else | 11986 | else |
11514 | eval "$as_ac_Header=\$ac_header_preproc" | 11987 | eval "$as_ac_Header=\$ac_header_preproc" |
11515 | fi | 11988 | fi |
11516 | ac_res=`eval echo '${'$as_ac_Header'}'` | 11989 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
11517 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 11990 | $as_echo "$as_val"'` |
11518 | echo "${ECHO_T}$ac_res" >&6; } | 11991 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
11992 | $as_echo "$ac_res" >&6; } | ||
11519 | 11993 | ||
11520 | fi | 11994 | fi |
11521 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 11995 | if test `eval 'as_val=${'$as_ac_Header'} |
11996 | $as_echo "$as_val"'` = yes; then | ||
11522 | cat >>confdefs.h <<_ACEOF | 11997 | cat >>confdefs.h <<_ACEOF |
11523 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 11998 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
11524 | _ACEOF | 11999 | _ACEOF |
11525 | 12000 | ||
11526 | fi | 12001 | fi |
11527 | 12002 | ||
11528 | done | 12003 | done |
11529 | 12004 | ||
11530 | { echo "$as_me:$LINENO: checking for library containing login" >&5 | 12005 | { $as_echo "$as_me:$LINENO: checking for library containing login" >&5 |
11531 | echo $ECHO_N "checking for library containing login... $ECHO_C" >&6; } | 12006 | $as_echo_n "checking for library containing login... " >&6; } |
11532 | if test "${ac_cv_search_login+set}" = set; then | 12007 | if test "${ac_cv_search_login+set}" = set; then |
11533 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12008 | $as_echo_n "(cached) " >&6 |
11534 | else | 12009 | else |
11535 | ac_func_search_save_LIBS=$LIBS | 12010 | ac_func_search_save_LIBS=$LIBS |
11536 | cat >conftest.$ac_ext <<_ACEOF | 12011 | cat >conftest.$ac_ext <<_ACEOF |
@@ -11568,26 +12043,30 @@ case "(($ac_try" in | |||
11568 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12043 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11569 | *) ac_try_echo=$ac_try;; | 12044 | *) ac_try_echo=$ac_try;; |
11570 | esac | 12045 | esac |
11571 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12046 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12047 | $as_echo "$ac_try_echo") >&5 | ||
11572 | (eval "$ac_link") 2>conftest.er1 | 12048 | (eval "$ac_link") 2>conftest.er1 |
11573 | ac_status=$? | 12049 | ac_status=$? |
11574 | grep -v '^ *+' conftest.er1 >conftest.err | 12050 | grep -v '^ *+' conftest.er1 >conftest.err |
11575 | rm -f conftest.er1 | 12051 | rm -f conftest.er1 |
11576 | cat conftest.err >&5 | 12052 | cat conftest.err >&5 |
11577 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12053 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11578 | (exit $ac_status); } && { | 12054 | (exit $ac_status); } && { |
11579 | test -z "$ac_c_werror_flag" || | 12055 | test -z "$ac_c_werror_flag" || |
11580 | test ! -s conftest.err | 12056 | test ! -s conftest.err |
11581 | } && test -s conftest$ac_exeext && | 12057 | } && test -s conftest$ac_exeext && { |
11582 | $as_test_x conftest$ac_exeext; then | 12058 | test "$cross_compiling" = yes || |
12059 | $as_test_x conftest$ac_exeext | ||
12060 | }; then | ||
11583 | ac_cv_search_login=$ac_res | 12061 | ac_cv_search_login=$ac_res |
11584 | else | 12062 | else |
11585 | echo "$as_me: failed program was:" >&5 | 12063 | $as_echo "$as_me: failed program was:" >&5 |
11586 | sed 's/^/| /' conftest.$ac_ext >&5 | 12064 | sed 's/^/| /' conftest.$ac_ext >&5 |
11587 | 12065 | ||
11588 | 12066 | ||
11589 | fi | 12067 | fi |
11590 | 12068 | ||
12069 | rm -rf conftest.dSYM | ||
11591 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12070 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11592 | conftest$ac_exeext | 12071 | conftest$ac_exeext |
11593 | if test "${ac_cv_search_login+set}" = set; then | 12072 | if test "${ac_cv_search_login+set}" = set; then |
@@ -11602,8 +12081,8 @@ fi | |||
11602 | rm conftest.$ac_ext | 12081 | rm conftest.$ac_ext |
11603 | LIBS=$ac_func_search_save_LIBS | 12082 | LIBS=$ac_func_search_save_LIBS |
11604 | fi | 12083 | fi |
11605 | { echo "$as_me:$LINENO: result: $ac_cv_search_login" >&5 | 12084 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_login" >&5 |
11606 | echo "${ECHO_T}$ac_cv_search_login" >&6; } | 12085 | $as_echo "$ac_cv_search_login" >&6; } |
11607 | ac_res=$ac_cv_search_login | 12086 | ac_res=$ac_cv_search_login |
11608 | if test "$ac_res" != no; then | 12087 | if test "$ac_res" != no; then |
11609 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 12088 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -11620,11 +12099,11 @@ fi | |||
11620 | 12099 | ||
11621 | for ac_func in fmt_scaled logout updwtmp logwtmp | 12100 | for ac_func in fmt_scaled logout updwtmp logwtmp |
11622 | do | 12101 | do |
11623 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 12102 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
11624 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 12103 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
11625 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 12104 | $as_echo_n "checking for $ac_func... " >&6; } |
11626 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 12105 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
11627 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12106 | $as_echo_n "(cached) " >&6 |
11628 | else | 12107 | else |
11629 | cat >conftest.$ac_ext <<_ACEOF | 12108 | cat >conftest.$ac_ext <<_ACEOF |
11630 | /* confdefs.h. */ | 12109 | /* confdefs.h. */ |
@@ -11677,35 +12156,41 @@ case "(($ac_try" in | |||
11677 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12156 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11678 | *) ac_try_echo=$ac_try;; | 12157 | *) ac_try_echo=$ac_try;; |
11679 | esac | 12158 | esac |
11680 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12159 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12160 | $as_echo "$ac_try_echo") >&5 | ||
11681 | (eval "$ac_link") 2>conftest.er1 | 12161 | (eval "$ac_link") 2>conftest.er1 |
11682 | ac_status=$? | 12162 | ac_status=$? |
11683 | grep -v '^ *+' conftest.er1 >conftest.err | 12163 | grep -v '^ *+' conftest.er1 >conftest.err |
11684 | rm -f conftest.er1 | 12164 | rm -f conftest.er1 |
11685 | cat conftest.err >&5 | 12165 | cat conftest.err >&5 |
11686 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12166 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11687 | (exit $ac_status); } && { | 12167 | (exit $ac_status); } && { |
11688 | test -z "$ac_c_werror_flag" || | 12168 | test -z "$ac_c_werror_flag" || |
11689 | test ! -s conftest.err | 12169 | test ! -s conftest.err |
11690 | } && test -s conftest$ac_exeext && | 12170 | } && test -s conftest$ac_exeext && { |
11691 | $as_test_x conftest$ac_exeext; then | 12171 | test "$cross_compiling" = yes || |
12172 | $as_test_x conftest$ac_exeext | ||
12173 | }; then | ||
11692 | eval "$as_ac_var=yes" | 12174 | eval "$as_ac_var=yes" |
11693 | else | 12175 | else |
11694 | echo "$as_me: failed program was:" >&5 | 12176 | $as_echo "$as_me: failed program was:" >&5 |
11695 | sed 's/^/| /' conftest.$ac_ext >&5 | 12177 | sed 's/^/| /' conftest.$ac_ext >&5 |
11696 | 12178 | ||
11697 | eval "$as_ac_var=no" | 12179 | eval "$as_ac_var=no" |
11698 | fi | 12180 | fi |
11699 | 12181 | ||
12182 | rm -rf conftest.dSYM | ||
11700 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12183 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11701 | conftest$ac_exeext conftest.$ac_ext | 12184 | conftest$ac_exeext conftest.$ac_ext |
11702 | fi | 12185 | fi |
11703 | ac_res=`eval echo '${'$as_ac_var'}'` | 12186 | ac_res=`eval 'as_val=${'$as_ac_var'} |
11704 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 12187 | $as_echo "$as_val"'` |
11705 | echo "${ECHO_T}$ac_res" >&6; } | 12188 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
11706 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 12189 | $as_echo "$ac_res" >&6; } |
12190 | if test `eval 'as_val=${'$as_ac_var'} | ||
12191 | $as_echo "$as_val"'` = yes; then | ||
11707 | cat >>confdefs.h <<_ACEOF | 12192 | cat >>confdefs.h <<_ACEOF |
11708 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 12193 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
11709 | _ACEOF | 12194 | _ACEOF |
11710 | 12195 | ||
11711 | fi | 12196 | fi |
@@ -11715,11 +12200,11 @@ done | |||
11715 | 12200 | ||
11716 | for ac_func in strftime | 12201 | for ac_func in strftime |
11717 | do | 12202 | do |
11718 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 12203 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
11719 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 12204 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
11720 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 12205 | $as_echo_n "checking for $ac_func... " >&6; } |
11721 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 12206 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
11722 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12207 | $as_echo_n "(cached) " >&6 |
11723 | else | 12208 | else |
11724 | cat >conftest.$ac_ext <<_ACEOF | 12209 | cat >conftest.$ac_ext <<_ACEOF |
11725 | /* confdefs.h. */ | 12210 | /* confdefs.h. */ |
@@ -11772,43 +12257,49 @@ case "(($ac_try" in | |||
11772 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12257 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11773 | *) ac_try_echo=$ac_try;; | 12258 | *) ac_try_echo=$ac_try;; |
11774 | esac | 12259 | esac |
11775 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12260 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12261 | $as_echo "$ac_try_echo") >&5 | ||
11776 | (eval "$ac_link") 2>conftest.er1 | 12262 | (eval "$ac_link") 2>conftest.er1 |
11777 | ac_status=$? | 12263 | ac_status=$? |
11778 | grep -v '^ *+' conftest.er1 >conftest.err | 12264 | grep -v '^ *+' conftest.er1 >conftest.err |
11779 | rm -f conftest.er1 | 12265 | rm -f conftest.er1 |
11780 | cat conftest.err >&5 | 12266 | cat conftest.err >&5 |
11781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12267 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11782 | (exit $ac_status); } && { | 12268 | (exit $ac_status); } && { |
11783 | test -z "$ac_c_werror_flag" || | 12269 | test -z "$ac_c_werror_flag" || |
11784 | test ! -s conftest.err | 12270 | test ! -s conftest.err |
11785 | } && test -s conftest$ac_exeext && | 12271 | } && test -s conftest$ac_exeext && { |
11786 | $as_test_x conftest$ac_exeext; then | 12272 | test "$cross_compiling" = yes || |
12273 | $as_test_x conftest$ac_exeext | ||
12274 | }; then | ||
11787 | eval "$as_ac_var=yes" | 12275 | eval "$as_ac_var=yes" |
11788 | else | 12276 | else |
11789 | echo "$as_me: failed program was:" >&5 | 12277 | $as_echo "$as_me: failed program was:" >&5 |
11790 | sed 's/^/| /' conftest.$ac_ext >&5 | 12278 | sed 's/^/| /' conftest.$ac_ext >&5 |
11791 | 12279 | ||
11792 | eval "$as_ac_var=no" | 12280 | eval "$as_ac_var=no" |
11793 | fi | 12281 | fi |
11794 | 12282 | ||
12283 | rm -rf conftest.dSYM | ||
11795 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12284 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11796 | conftest$ac_exeext conftest.$ac_ext | 12285 | conftest$ac_exeext conftest.$ac_ext |
11797 | fi | 12286 | fi |
11798 | ac_res=`eval echo '${'$as_ac_var'}'` | 12287 | ac_res=`eval 'as_val=${'$as_ac_var'} |
11799 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 12288 | $as_echo "$as_val"'` |
11800 | echo "${ECHO_T}$ac_res" >&6; } | 12289 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
11801 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 12290 | $as_echo "$ac_res" >&6; } |
12291 | if test `eval 'as_val=${'$as_ac_var'} | ||
12292 | $as_echo "$as_val"'` = yes; then | ||
11802 | cat >>confdefs.h <<_ACEOF | 12293 | cat >>confdefs.h <<_ACEOF |
11803 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 12294 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
11804 | _ACEOF | 12295 | _ACEOF |
11805 | 12296 | ||
11806 | else | 12297 | else |
11807 | # strftime is in -lintl on SCO UNIX. | 12298 | # strftime is in -lintl on SCO UNIX. |
11808 | { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 | 12299 | { $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 |
11809 | echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } | 12300 | $as_echo_n "checking for strftime in -lintl... " >&6; } |
11810 | if test "${ac_cv_lib_intl_strftime+set}" = set; then | 12301 | if test "${ac_cv_lib_intl_strftime+set}" = set; then |
11811 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12302 | $as_echo_n "(cached) " >&6 |
11812 | else | 12303 | else |
11813 | ac_check_lib_save_LIBS=$LIBS | 12304 | ac_check_lib_save_LIBS=$LIBS |
11814 | LIBS="-lintl $LIBS" | 12305 | LIBS="-lintl $LIBS" |
@@ -11840,32 +12331,36 @@ case "(($ac_try" in | |||
11840 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12331 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11841 | *) ac_try_echo=$ac_try;; | 12332 | *) ac_try_echo=$ac_try;; |
11842 | esac | 12333 | esac |
11843 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12334 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12335 | $as_echo "$ac_try_echo") >&5 | ||
11844 | (eval "$ac_link") 2>conftest.er1 | 12336 | (eval "$ac_link") 2>conftest.er1 |
11845 | ac_status=$? | 12337 | ac_status=$? |
11846 | grep -v '^ *+' conftest.er1 >conftest.err | 12338 | grep -v '^ *+' conftest.er1 >conftest.err |
11847 | rm -f conftest.er1 | 12339 | rm -f conftest.er1 |
11848 | cat conftest.err >&5 | 12340 | cat conftest.err >&5 |
11849 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12341 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11850 | (exit $ac_status); } && { | 12342 | (exit $ac_status); } && { |
11851 | test -z "$ac_c_werror_flag" || | 12343 | test -z "$ac_c_werror_flag" || |
11852 | test ! -s conftest.err | 12344 | test ! -s conftest.err |
11853 | } && test -s conftest$ac_exeext && | 12345 | } && test -s conftest$ac_exeext && { |
11854 | $as_test_x conftest$ac_exeext; then | 12346 | test "$cross_compiling" = yes || |
12347 | $as_test_x conftest$ac_exeext | ||
12348 | }; then | ||
11855 | ac_cv_lib_intl_strftime=yes | 12349 | ac_cv_lib_intl_strftime=yes |
11856 | else | 12350 | else |
11857 | echo "$as_me: failed program was:" >&5 | 12351 | $as_echo "$as_me: failed program was:" >&5 |
11858 | sed 's/^/| /' conftest.$ac_ext >&5 | 12352 | sed 's/^/| /' conftest.$ac_ext >&5 |
11859 | 12353 | ||
11860 | ac_cv_lib_intl_strftime=no | 12354 | ac_cv_lib_intl_strftime=no |
11861 | fi | 12355 | fi |
11862 | 12356 | ||
12357 | rm -rf conftest.dSYM | ||
11863 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12358 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11864 | conftest$ac_exeext conftest.$ac_ext | 12359 | conftest$ac_exeext conftest.$ac_ext |
11865 | LIBS=$ac_check_lib_save_LIBS | 12360 | LIBS=$ac_check_lib_save_LIBS |
11866 | fi | 12361 | fi |
11867 | { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 | 12362 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
11868 | echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } | 12363 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } |
11869 | if test $ac_cv_lib_intl_strftime = yes; then | 12364 | if test $ac_cv_lib_intl_strftime = yes; then |
11870 | cat >>confdefs.h <<\_ACEOF | 12365 | cat >>confdefs.h <<\_ACEOF |
11871 | #define HAVE_STRFTIME 1 | 12366 | #define HAVE_STRFTIME 1 |
@@ -11879,8 +12374,8 @@ done | |||
11879 | 12374 | ||
11880 | 12375 | ||
11881 | # Check for ALTDIRFUNC glob() extension | 12376 | # Check for ALTDIRFUNC glob() extension |
11882 | { echo "$as_me:$LINENO: checking for GLOB_ALTDIRFUNC support" >&5 | 12377 | { $as_echo "$as_me:$LINENO: checking for GLOB_ALTDIRFUNC support" >&5 |
11883 | echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6; } | 12378 | $as_echo_n "checking for GLOB_ALTDIRFUNC support... " >&6; } |
11884 | cat >conftest.$ac_ext <<_ACEOF | 12379 | cat >conftest.$ac_ext <<_ACEOF |
11885 | /* confdefs.h. */ | 12380 | /* confdefs.h. */ |
11886 | _ACEOF | 12381 | _ACEOF |
@@ -11902,13 +12397,13 @@ cat >>confdefs.h <<\_ACEOF | |||
11902 | #define GLOB_HAS_ALTDIRFUNC 1 | 12397 | #define GLOB_HAS_ALTDIRFUNC 1 |
11903 | _ACEOF | 12398 | _ACEOF |
11904 | 12399 | ||
11905 | { echo "$as_me:$LINENO: result: yes" >&5 | 12400 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
11906 | echo "${ECHO_T}yes" >&6; } | 12401 | $as_echo "yes" >&6; } |
11907 | 12402 | ||
11908 | else | 12403 | else |
11909 | 12404 | ||
11910 | { echo "$as_me:$LINENO: result: no" >&5 | 12405 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
11911 | echo "${ECHO_T}no" >&6; } | 12406 | $as_echo "no" >&6; } |
11912 | 12407 | ||
11913 | 12408 | ||
11914 | fi | 12409 | fi |
@@ -11916,8 +12411,8 @@ rm -f conftest* | |||
11916 | 12411 | ||
11917 | 12412 | ||
11918 | # Check for g.gl_matchc glob() extension | 12413 | # Check for g.gl_matchc glob() extension |
11919 | { echo "$as_me:$LINENO: checking for gl_matchc field in glob_t" >&5 | 12414 | { $as_echo "$as_me:$LINENO: checking for gl_matchc field in glob_t" >&5 |
11920 | echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6; } | 12415 | $as_echo_n "checking for gl_matchc field in glob_t... " >&6; } |
11921 | cat >conftest.$ac_ext <<_ACEOF | 12416 | cat >conftest.$ac_ext <<_ACEOF |
11922 | /* confdefs.h. */ | 12417 | /* confdefs.h. */ |
11923 | _ACEOF | 12418 | _ACEOF |
@@ -11939,13 +12434,14 @@ case "(($ac_try" in | |||
11939 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12434 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11940 | *) ac_try_echo=$ac_try;; | 12435 | *) ac_try_echo=$ac_try;; |
11941 | esac | 12436 | esac |
11942 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12437 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12438 | $as_echo "$ac_try_echo") >&5 | ||
11943 | (eval "$ac_compile") 2>conftest.er1 | 12439 | (eval "$ac_compile") 2>conftest.er1 |
11944 | ac_status=$? | 12440 | ac_status=$? |
11945 | grep -v '^ *+' conftest.er1 >conftest.err | 12441 | grep -v '^ *+' conftest.er1 >conftest.err |
11946 | rm -f conftest.er1 | 12442 | rm -f conftest.er1 |
11947 | cat conftest.err >&5 | 12443 | cat conftest.err >&5 |
11948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12444 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11949 | (exit $ac_status); } && { | 12445 | (exit $ac_status); } && { |
11950 | test -z "$ac_c_werror_flag" || | 12446 | test -z "$ac_c_werror_flag" || |
11951 | test ! -s conftest.err | 12447 | test ! -s conftest.err |
@@ -11956,26 +12452,26 @@ cat >>confdefs.h <<\_ACEOF | |||
11956 | #define GLOB_HAS_GL_MATCHC 1 | 12452 | #define GLOB_HAS_GL_MATCHC 1 |
11957 | _ACEOF | 12453 | _ACEOF |
11958 | 12454 | ||
11959 | { echo "$as_me:$LINENO: result: yes" >&5 | 12455 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
11960 | echo "${ECHO_T}yes" >&6; } | 12456 | $as_echo "yes" >&6; } |
11961 | 12457 | ||
11962 | else | 12458 | else |
11963 | echo "$as_me: failed program was:" >&5 | 12459 | $as_echo "$as_me: failed program was:" >&5 |
11964 | sed 's/^/| /' conftest.$ac_ext >&5 | 12460 | sed 's/^/| /' conftest.$ac_ext >&5 |
11965 | 12461 | ||
11966 | 12462 | ||
11967 | { echo "$as_me:$LINENO: result: no" >&5 | 12463 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
11968 | echo "${ECHO_T}no" >&6; } | 12464 | $as_echo "no" >&6; } |
11969 | 12465 | ||
11970 | 12466 | ||
11971 | fi | 12467 | fi |
11972 | 12468 | ||
11973 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 12469 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11974 | 12470 | ||
11975 | { echo "$as_me:$LINENO: checking whether GLOB_NOMATCH is declared" >&5 | 12471 | { $as_echo "$as_me:$LINENO: checking whether GLOB_NOMATCH is declared" >&5 |
11976 | echo $ECHO_N "checking whether GLOB_NOMATCH is declared... $ECHO_C" >&6; } | 12472 | $as_echo_n "checking whether GLOB_NOMATCH is declared... " >&6; } |
11977 | if test "${ac_cv_have_decl_GLOB_NOMATCH+set}" = set; then | 12473 | if test "${ac_cv_have_decl_GLOB_NOMATCH+set}" = set; then |
11978 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12474 | $as_echo_n "(cached) " >&6 |
11979 | else | 12475 | else |
11980 | cat >conftest.$ac_ext <<_ACEOF | 12476 | cat >conftest.$ac_ext <<_ACEOF |
11981 | /* confdefs.h. */ | 12477 | /* confdefs.h. */ |
@@ -12002,20 +12498,21 @@ case "(($ac_try" in | |||
12002 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12498 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12003 | *) ac_try_echo=$ac_try;; | 12499 | *) ac_try_echo=$ac_try;; |
12004 | esac | 12500 | esac |
12005 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12501 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12502 | $as_echo "$ac_try_echo") >&5 | ||
12006 | (eval "$ac_compile") 2>conftest.er1 | 12503 | (eval "$ac_compile") 2>conftest.er1 |
12007 | ac_status=$? | 12504 | ac_status=$? |
12008 | grep -v '^ *+' conftest.er1 >conftest.err | 12505 | grep -v '^ *+' conftest.er1 >conftest.err |
12009 | rm -f conftest.er1 | 12506 | rm -f conftest.er1 |
12010 | cat conftest.err >&5 | 12507 | cat conftest.err >&5 |
12011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12508 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12012 | (exit $ac_status); } && { | 12509 | (exit $ac_status); } && { |
12013 | test -z "$ac_c_werror_flag" || | 12510 | test -z "$ac_c_werror_flag" || |
12014 | test ! -s conftest.err | 12511 | test ! -s conftest.err |
12015 | } && test -s conftest.$ac_objext; then | 12512 | } && test -s conftest.$ac_objext; then |
12016 | ac_cv_have_decl_GLOB_NOMATCH=yes | 12513 | ac_cv_have_decl_GLOB_NOMATCH=yes |
12017 | else | 12514 | else |
12018 | echo "$as_me: failed program was:" >&5 | 12515 | $as_echo "$as_me: failed program was:" >&5 |
12019 | sed 's/^/| /' conftest.$ac_ext >&5 | 12516 | sed 's/^/| /' conftest.$ac_ext >&5 |
12020 | 12517 | ||
12021 | ac_cv_have_decl_GLOB_NOMATCH=no | 12518 | ac_cv_have_decl_GLOB_NOMATCH=no |
@@ -12023,8 +12520,8 @@ fi | |||
12023 | 12520 | ||
12024 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 12521 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12025 | fi | 12522 | fi |
12026 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_GLOB_NOMATCH" >&5 | 12523 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_GLOB_NOMATCH" >&5 |
12027 | echo "${ECHO_T}$ac_cv_have_decl_GLOB_NOMATCH" >&6; } | 12524 | $as_echo "$ac_cv_have_decl_GLOB_NOMATCH" >&6; } |
12028 | if test $ac_cv_have_decl_GLOB_NOMATCH = yes; then | 12525 | if test $ac_cv_have_decl_GLOB_NOMATCH = yes; then |
12029 | 12526 | ||
12030 | cat >>confdefs.h <<_ACEOF | 12527 | cat >>confdefs.h <<_ACEOF |
@@ -12042,12 +12539,12 @@ fi | |||
12042 | 12539 | ||
12043 | 12540 | ||
12044 | 12541 | ||
12045 | { echo "$as_me:$LINENO: checking whether struct dirent allocates space for d_name" >&5 | 12542 | { $as_echo "$as_me:$LINENO: checking whether struct dirent allocates space for d_name" >&5 |
12046 | echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6; } | 12543 | $as_echo_n "checking whether struct dirent allocates space for d_name... " >&6; } |
12047 | if test "$cross_compiling" = yes; then | 12544 | if test "$cross_compiling" = yes; then |
12048 | 12545 | ||
12049 | { echo "$as_me:$LINENO: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&5 | 12546 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&5 |
12050 | echo "$as_me: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&2;} | 12547 | $as_echo "$as_me: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&2;} |
12051 | cat >>confdefs.h <<\_ACEOF | 12548 | cat >>confdefs.h <<\_ACEOF |
12052 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 | 12549 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 |
12053 | _ACEOF | 12550 | _ACEOF |
@@ -12073,31 +12570,33 @@ case "(($ac_try" in | |||
12073 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12570 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12074 | *) ac_try_echo=$ac_try;; | 12571 | *) ac_try_echo=$ac_try;; |
12075 | esac | 12572 | esac |
12076 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12573 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12574 | $as_echo "$ac_try_echo") >&5 | ||
12077 | (eval "$ac_link") 2>&5 | 12575 | (eval "$ac_link") 2>&5 |
12078 | ac_status=$? | 12576 | ac_status=$? |
12079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12577 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12080 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 12578 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
12081 | { (case "(($ac_try" in | 12579 | { (case "(($ac_try" in |
12082 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12580 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12083 | *) ac_try_echo=$ac_try;; | 12581 | *) ac_try_echo=$ac_try;; |
12084 | esac | 12582 | esac |
12085 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12583 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12584 | $as_echo "$ac_try_echo") >&5 | ||
12086 | (eval "$ac_try") 2>&5 | 12585 | (eval "$ac_try") 2>&5 |
12087 | ac_status=$? | 12586 | ac_status=$? |
12088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12587 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12089 | (exit $ac_status); }; }; then | 12588 | (exit $ac_status); }; }; then |
12090 | { echo "$as_me:$LINENO: result: yes" >&5 | 12589 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
12091 | echo "${ECHO_T}yes" >&6; } | 12590 | $as_echo "yes" >&6; } |
12092 | else | 12591 | else |
12093 | echo "$as_me: program exited with status $ac_status" >&5 | 12592 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
12094 | echo "$as_me: failed program was:" >&5 | 12593 | $as_echo "$as_me: failed program was:" >&5 |
12095 | sed 's/^/| /' conftest.$ac_ext >&5 | 12594 | sed 's/^/| /' conftest.$ac_ext >&5 |
12096 | 12595 | ||
12097 | ( exit $ac_status ) | 12596 | ( exit $ac_status ) |
12098 | 12597 | ||
12099 | { echo "$as_me:$LINENO: result: no" >&5 | 12598 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
12100 | echo "${ECHO_T}no" >&6; } | 12599 | $as_echo "no" >&6; } |
12101 | 12600 | ||
12102 | cat >>confdefs.h <<\_ACEOF | 12601 | cat >>confdefs.h <<\_ACEOF |
12103 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 | 12602 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 |
@@ -12105,24 +12604,25 @@ _ACEOF | |||
12105 | 12604 | ||
12106 | 12605 | ||
12107 | fi | 12606 | fi |
12607 | rm -rf conftest.dSYM | ||
12108 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 12608 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
12109 | fi | 12609 | fi |
12110 | 12610 | ||
12111 | 12611 | ||
12112 | 12612 | ||
12113 | { echo "$as_me:$LINENO: checking for /proc/pid/fd directory" >&5 | 12613 | { $as_echo "$as_me:$LINENO: checking for /proc/pid/fd directory" >&5 |
12114 | echo $ECHO_N "checking for /proc/pid/fd directory... $ECHO_C" >&6; } | 12614 | $as_echo_n "checking for /proc/pid/fd directory... " >&6; } |
12115 | if test -d "/proc/$$/fd" ; then | 12615 | if test -d "/proc/$$/fd" ; then |
12116 | 12616 | ||
12117 | cat >>confdefs.h <<\_ACEOF | 12617 | cat >>confdefs.h <<\_ACEOF |
12118 | #define HAVE_PROC_PID 1 | 12618 | #define HAVE_PROC_PID 1 |
12119 | _ACEOF | 12619 | _ACEOF |
12120 | 12620 | ||
12121 | { echo "$as_me:$LINENO: result: yes" >&5 | 12621 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
12122 | echo "${ECHO_T}yes" >&6; } | 12622 | $as_echo "yes" >&6; } |
12123 | else | 12623 | else |
12124 | { echo "$as_me:$LINENO: result: no" >&5 | 12624 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
12125 | echo "${ECHO_T}no" >&6; } | 12625 | $as_echo "no" >&6; } |
12126 | fi | 12626 | fi |
12127 | 12627 | ||
12128 | # Check whether user wants S/Key support | 12628 | # Check whether user wants S/Key support |
@@ -12146,8 +12646,8 @@ _ACEOF | |||
12146 | LIBS="-lskey $LIBS" | 12646 | LIBS="-lskey $LIBS" |
12147 | SKEY_MSG="yes" | 12647 | SKEY_MSG="yes" |
12148 | 12648 | ||
12149 | { echo "$as_me:$LINENO: checking for s/key support" >&5 | 12649 | { $as_echo "$as_me:$LINENO: checking for s/key support" >&5 |
12150 | echo $ECHO_N "checking for s/key support... $ECHO_C" >&6; } | 12650 | $as_echo_n "checking for s/key support... " >&6; } |
12151 | cat >conftest.$ac_ext <<_ACEOF | 12651 | cat >conftest.$ac_ext <<_ACEOF |
12152 | /* confdefs.h. */ | 12652 | /* confdefs.h. */ |
12153 | _ACEOF | 12653 | _ACEOF |
@@ -12166,37 +12666,41 @@ case "(($ac_try" in | |||
12166 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12666 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12167 | *) ac_try_echo=$ac_try;; | 12667 | *) ac_try_echo=$ac_try;; |
12168 | esac | 12668 | esac |
12169 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12669 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12670 | $as_echo "$ac_try_echo") >&5 | ||
12170 | (eval "$ac_link") 2>conftest.er1 | 12671 | (eval "$ac_link") 2>conftest.er1 |
12171 | ac_status=$? | 12672 | ac_status=$? |
12172 | grep -v '^ *+' conftest.er1 >conftest.err | 12673 | grep -v '^ *+' conftest.er1 >conftest.err |
12173 | rm -f conftest.er1 | 12674 | rm -f conftest.er1 |
12174 | cat conftest.err >&5 | 12675 | cat conftest.err >&5 |
12175 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12676 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12176 | (exit $ac_status); } && { | 12677 | (exit $ac_status); } && { |
12177 | test -z "$ac_c_werror_flag" || | 12678 | test -z "$ac_c_werror_flag" || |
12178 | test ! -s conftest.err | 12679 | test ! -s conftest.err |
12179 | } && test -s conftest$ac_exeext && | 12680 | } && test -s conftest$ac_exeext && { |
12180 | $as_test_x conftest$ac_exeext; then | 12681 | test "$cross_compiling" = yes || |
12181 | { echo "$as_me:$LINENO: result: yes" >&5 | 12682 | $as_test_x conftest$ac_exeext |
12182 | echo "${ECHO_T}yes" >&6; } | 12683 | }; then |
12684 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
12685 | $as_echo "yes" >&6; } | ||
12183 | else | 12686 | else |
12184 | echo "$as_me: failed program was:" >&5 | 12687 | $as_echo "$as_me: failed program was:" >&5 |
12185 | sed 's/^/| /' conftest.$ac_ext >&5 | 12688 | sed 's/^/| /' conftest.$ac_ext >&5 |
12186 | 12689 | ||
12187 | 12690 | ||
12188 | { echo "$as_me:$LINENO: result: no" >&5 | 12691 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
12189 | echo "${ECHO_T}no" >&6; } | 12692 | $as_echo "no" >&6; } |
12190 | { { echo "$as_me:$LINENO: error: ** Incomplete or missing s/key libraries." >&5 | 12693 | { { $as_echo "$as_me:$LINENO: error: ** Incomplete or missing s/key libraries." >&5 |
12191 | echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} | 12694 | $as_echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} |
12192 | { (exit 1); exit 1; }; } | 12695 | { (exit 1); exit 1; }; } |
12193 | 12696 | ||
12194 | fi | 12697 | fi |
12195 | 12698 | ||
12699 | rm -rf conftest.dSYM | ||
12196 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12700 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12197 | conftest$ac_exeext conftest.$ac_ext | 12701 | conftest$ac_exeext conftest.$ac_ext |
12198 | { echo "$as_me:$LINENO: checking if skeychallenge takes 4 arguments" >&5 | 12702 | { $as_echo "$as_me:$LINENO: checking if skeychallenge takes 4 arguments" >&5 |
12199 | echo $ECHO_N "checking if skeychallenge takes 4 arguments... $ECHO_C" >&6; } | 12703 | $as_echo_n "checking if skeychallenge takes 4 arguments... " >&6; } |
12200 | cat >conftest.$ac_ext <<_ACEOF | 12704 | cat >conftest.$ac_ext <<_ACEOF |
12201 | /* confdefs.h. */ | 12705 | /* confdefs.h. */ |
12202 | _ACEOF | 12706 | _ACEOF |
@@ -12219,30 +12723,31 @@ case "(($ac_try" in | |||
12219 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12723 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12220 | *) ac_try_echo=$ac_try;; | 12724 | *) ac_try_echo=$ac_try;; |
12221 | esac | 12725 | esac |
12222 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12726 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12727 | $as_echo "$ac_try_echo") >&5 | ||
12223 | (eval "$ac_compile") 2>conftest.er1 | 12728 | (eval "$ac_compile") 2>conftest.er1 |
12224 | ac_status=$? | 12729 | ac_status=$? |
12225 | grep -v '^ *+' conftest.er1 >conftest.err | 12730 | grep -v '^ *+' conftest.er1 >conftest.err |
12226 | rm -f conftest.er1 | 12731 | rm -f conftest.er1 |
12227 | cat conftest.err >&5 | 12732 | cat conftest.err >&5 |
12228 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12733 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12229 | (exit $ac_status); } && { | 12734 | (exit $ac_status); } && { |
12230 | test -z "$ac_c_werror_flag" || | 12735 | test -z "$ac_c_werror_flag" || |
12231 | test ! -s conftest.err | 12736 | test ! -s conftest.err |
12232 | } && test -s conftest.$ac_objext; then | 12737 | } && test -s conftest.$ac_objext; then |
12233 | { echo "$as_me:$LINENO: result: yes" >&5 | 12738 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
12234 | echo "${ECHO_T}yes" >&6; } | 12739 | $as_echo "yes" >&6; } |
12235 | 12740 | ||
12236 | cat >>confdefs.h <<\_ACEOF | 12741 | cat >>confdefs.h <<\_ACEOF |
12237 | #define SKEYCHALLENGE_4ARG 1 | 12742 | #define SKEYCHALLENGE_4ARG 1 |
12238 | _ACEOF | 12743 | _ACEOF |
12239 | 12744 | ||
12240 | else | 12745 | else |
12241 | echo "$as_me: failed program was:" >&5 | 12746 | $as_echo "$as_me: failed program was:" >&5 |
12242 | sed 's/^/| /' conftest.$ac_ext >&5 | 12747 | sed 's/^/| /' conftest.$ac_ext >&5 |
12243 | 12748 | ||
12244 | { echo "$as_me:$LINENO: result: no" >&5 | 12749 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
12245 | echo "${ECHO_T}no" >&6; } | 12750 | $as_echo "no" >&6; } |
12246 | 12751 | ||
12247 | fi | 12752 | fi |
12248 | 12753 | ||
@@ -12285,8 +12790,8 @@ if test "${with_tcp_wrappers+set}" = set; then | |||
12285 | fi | 12790 | fi |
12286 | fi | 12791 | fi |
12287 | LIBS="-lwrap $LIBS" | 12792 | LIBS="-lwrap $LIBS" |
12288 | { echo "$as_me:$LINENO: checking for libwrap" >&5 | 12793 | { $as_echo "$as_me:$LINENO: checking for libwrap" >&5 |
12289 | echo $ECHO_N "checking for libwrap... $ECHO_C" >&6; } | 12794 | $as_echo_n "checking for libwrap... " >&6; } |
12290 | cat >conftest.$ac_ext <<_ACEOF | 12795 | cat >conftest.$ac_ext <<_ACEOF |
12291 | /* confdefs.h. */ | 12796 | /* confdefs.h. */ |
12292 | _ACEOF | 12797 | _ACEOF |
@@ -12314,21 +12819,24 @@ case "(($ac_try" in | |||
12314 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12819 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12315 | *) ac_try_echo=$ac_try;; | 12820 | *) ac_try_echo=$ac_try;; |
12316 | esac | 12821 | esac |
12317 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12822 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12823 | $as_echo "$ac_try_echo") >&5 | ||
12318 | (eval "$ac_link") 2>conftest.er1 | 12824 | (eval "$ac_link") 2>conftest.er1 |
12319 | ac_status=$? | 12825 | ac_status=$? |
12320 | grep -v '^ *+' conftest.er1 >conftest.err | 12826 | grep -v '^ *+' conftest.er1 >conftest.err |
12321 | rm -f conftest.er1 | 12827 | rm -f conftest.er1 |
12322 | cat conftest.err >&5 | 12828 | cat conftest.err >&5 |
12323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12829 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12324 | (exit $ac_status); } && { | 12830 | (exit $ac_status); } && { |
12325 | test -z "$ac_c_werror_flag" || | 12831 | test -z "$ac_c_werror_flag" || |
12326 | test ! -s conftest.err | 12832 | test ! -s conftest.err |
12327 | } && test -s conftest$ac_exeext && | 12833 | } && test -s conftest$ac_exeext && { |
12328 | $as_test_x conftest$ac_exeext; then | 12834 | test "$cross_compiling" = yes || |
12835 | $as_test_x conftest$ac_exeext | ||
12836 | }; then | ||
12329 | 12837 | ||
12330 | { echo "$as_me:$LINENO: result: yes" >&5 | 12838 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
12331 | echo "${ECHO_T}yes" >&6; } | 12839 | $as_echo "yes" >&6; } |
12332 | 12840 | ||
12333 | cat >>confdefs.h <<\_ACEOF | 12841 | cat >>confdefs.h <<\_ACEOF |
12334 | #define LIBWRAP 1 | 12842 | #define LIBWRAP 1 |
@@ -12338,17 +12846,18 @@ _ACEOF | |||
12338 | TCPW_MSG="yes" | 12846 | TCPW_MSG="yes" |
12339 | 12847 | ||
12340 | else | 12848 | else |
12341 | echo "$as_me: failed program was:" >&5 | 12849 | $as_echo "$as_me: failed program was:" >&5 |
12342 | sed 's/^/| /' conftest.$ac_ext >&5 | 12850 | sed 's/^/| /' conftest.$ac_ext >&5 |
12343 | 12851 | ||
12344 | 12852 | ||
12345 | { { echo "$as_me:$LINENO: error: *** libwrap missing" >&5 | 12853 | { { $as_echo "$as_me:$LINENO: error: *** libwrap missing" >&5 |
12346 | echo "$as_me: error: *** libwrap missing" >&2;} | 12854 | $as_echo "$as_me: error: *** libwrap missing" >&2;} |
12347 | { (exit 1); exit 1; }; } | 12855 | { (exit 1); exit 1; }; } |
12348 | 12856 | ||
12349 | 12857 | ||
12350 | fi | 12858 | fi |
12351 | 12859 | ||
12860 | rm -rf conftest.dSYM | ||
12352 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12861 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12353 | conftest$ac_exeext conftest.$ac_ext | 12862 | conftest$ac_exeext conftest.$ac_ext |
12354 | LIBS="$saved_LIBS" | 12863 | LIBS="$saved_LIBS" |
@@ -12372,10 +12881,10 @@ if test "${with_libedit+set}" = set; then | |||
12372 | LDFLAGS="-L${withval}/lib ${LDFLAGS}" | 12881 | LDFLAGS="-L${withval}/lib ${LDFLAGS}" |
12373 | fi | 12882 | fi |
12374 | fi | 12883 | fi |
12375 | { echo "$as_me:$LINENO: checking for el_init in -ledit" >&5 | 12884 | { $as_echo "$as_me:$LINENO: checking for el_init in -ledit" >&5 |
12376 | echo $ECHO_N "checking for el_init in -ledit... $ECHO_C" >&6; } | 12885 | $as_echo_n "checking for el_init in -ledit... " >&6; } |
12377 | if test "${ac_cv_lib_edit_el_init+set}" = set; then | 12886 | if test "${ac_cv_lib_edit_el_init+set}" = set; then |
12378 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12887 | $as_echo_n "(cached) " >&6 |
12379 | else | 12888 | else |
12380 | ac_check_lib_save_LIBS=$LIBS | 12889 | ac_check_lib_save_LIBS=$LIBS |
12381 | LIBS="-ledit -lcurses | 12890 | LIBS="-ledit -lcurses |
@@ -12408,32 +12917,36 @@ case "(($ac_try" in | |||
12408 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12917 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12409 | *) ac_try_echo=$ac_try;; | 12918 | *) ac_try_echo=$ac_try;; |
12410 | esac | 12919 | esac |
12411 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12920 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12921 | $as_echo "$ac_try_echo") >&5 | ||
12412 | (eval "$ac_link") 2>conftest.er1 | 12922 | (eval "$ac_link") 2>conftest.er1 |
12413 | ac_status=$? | 12923 | ac_status=$? |
12414 | grep -v '^ *+' conftest.er1 >conftest.err | 12924 | grep -v '^ *+' conftest.er1 >conftest.err |
12415 | rm -f conftest.er1 | 12925 | rm -f conftest.er1 |
12416 | cat conftest.err >&5 | 12926 | cat conftest.err >&5 |
12417 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12927 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12418 | (exit $ac_status); } && { | 12928 | (exit $ac_status); } && { |
12419 | test -z "$ac_c_werror_flag" || | 12929 | test -z "$ac_c_werror_flag" || |
12420 | test ! -s conftest.err | 12930 | test ! -s conftest.err |
12421 | } && test -s conftest$ac_exeext && | 12931 | } && test -s conftest$ac_exeext && { |
12422 | $as_test_x conftest$ac_exeext; then | 12932 | test "$cross_compiling" = yes || |
12933 | $as_test_x conftest$ac_exeext | ||
12934 | }; then | ||
12423 | ac_cv_lib_edit_el_init=yes | 12935 | ac_cv_lib_edit_el_init=yes |
12424 | else | 12936 | else |
12425 | echo "$as_me: failed program was:" >&5 | 12937 | $as_echo "$as_me: failed program was:" >&5 |
12426 | sed 's/^/| /' conftest.$ac_ext >&5 | 12938 | sed 's/^/| /' conftest.$ac_ext >&5 |
12427 | 12939 | ||
12428 | ac_cv_lib_edit_el_init=no | 12940 | ac_cv_lib_edit_el_init=no |
12429 | fi | 12941 | fi |
12430 | 12942 | ||
12943 | rm -rf conftest.dSYM | ||
12431 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12944 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12432 | conftest$ac_exeext conftest.$ac_ext | 12945 | conftest$ac_exeext conftest.$ac_ext |
12433 | LIBS=$ac_check_lib_save_LIBS | 12946 | LIBS=$ac_check_lib_save_LIBS |
12434 | fi | 12947 | fi |
12435 | { echo "$as_me:$LINENO: result: $ac_cv_lib_edit_el_init" >&5 | 12948 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_edit_el_init" >&5 |
12436 | echo "${ECHO_T}$ac_cv_lib_edit_el_init" >&6; } | 12949 | $as_echo "$ac_cv_lib_edit_el_init" >&6; } |
12437 | if test $ac_cv_lib_edit_el_init = yes; then | 12950 | if test $ac_cv_lib_edit_el_init = yes; then |
12438 | 12951 | ||
12439 | cat >>confdefs.h <<\_ACEOF | 12952 | cat >>confdefs.h <<\_ACEOF |
@@ -12445,13 +12958,13 @@ _ACEOF | |||
12445 | 12958 | ||
12446 | 12959 | ||
12447 | else | 12960 | else |
12448 | { { echo "$as_me:$LINENO: error: libedit not found" >&5 | 12961 | { { $as_echo "$as_me:$LINENO: error: libedit not found" >&5 |
12449 | echo "$as_me: error: libedit not found" >&2;} | 12962 | $as_echo "$as_me: error: libedit not found" >&2;} |
12450 | { (exit 1); exit 1; }; } | 12963 | { (exit 1); exit 1; }; } |
12451 | fi | 12964 | fi |
12452 | 12965 | ||
12453 | { echo "$as_me:$LINENO: checking if libedit version is compatible" >&5 | 12966 | { $as_echo "$as_me:$LINENO: checking if libedit version is compatible" >&5 |
12454 | echo $ECHO_N "checking if libedit version is compatible... $ECHO_C" >&6; } | 12967 | $as_echo_n "checking if libedit version is compatible... " >&6; } |
12455 | cat >conftest.$ac_ext <<_ACEOF | 12968 | cat >conftest.$ac_ext <<_ACEOF |
12456 | /* confdefs.h. */ | 12969 | /* confdefs.h. */ |
12457 | _ACEOF | 12970 | _ACEOF |
@@ -12474,27 +12987,28 @@ case "(($ac_try" in | |||
12474 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12987 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12475 | *) ac_try_echo=$ac_try;; | 12988 | *) ac_try_echo=$ac_try;; |
12476 | esac | 12989 | esac |
12477 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 12990 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
12991 | $as_echo "$ac_try_echo") >&5 | ||
12478 | (eval "$ac_compile") 2>conftest.er1 | 12992 | (eval "$ac_compile") 2>conftest.er1 |
12479 | ac_status=$? | 12993 | ac_status=$? |
12480 | grep -v '^ *+' conftest.er1 >conftest.err | 12994 | grep -v '^ *+' conftest.er1 >conftest.err |
12481 | rm -f conftest.er1 | 12995 | rm -f conftest.er1 |
12482 | cat conftest.err >&5 | 12996 | cat conftest.err >&5 |
12483 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12997 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12484 | (exit $ac_status); } && { | 12998 | (exit $ac_status); } && { |
12485 | test -z "$ac_c_werror_flag" || | 12999 | test -z "$ac_c_werror_flag" || |
12486 | test ! -s conftest.err | 13000 | test ! -s conftest.err |
12487 | } && test -s conftest.$ac_objext; then | 13001 | } && test -s conftest.$ac_objext; then |
12488 | { echo "$as_me:$LINENO: result: yes" >&5 | 13002 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
12489 | echo "${ECHO_T}yes" >&6; } | 13003 | $as_echo "yes" >&6; } |
12490 | else | 13004 | else |
12491 | echo "$as_me: failed program was:" >&5 | 13005 | $as_echo "$as_me: failed program was:" >&5 |
12492 | sed 's/^/| /' conftest.$ac_ext >&5 | 13006 | sed 's/^/| /' conftest.$ac_ext >&5 |
12493 | 13007 | ||
12494 | { echo "$as_me:$LINENO: result: no" >&5 | 13008 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
12495 | echo "${ECHO_T}no" >&6; } | 13009 | $as_echo "no" >&6; } |
12496 | { { echo "$as_me:$LINENO: error: libedit version is not compatible" >&5 | 13010 | { { $as_echo "$as_me:$LINENO: error: libedit version is not compatible" >&5 |
12497 | echo "$as_me: error: libedit version is not compatible" >&2;} | 13011 | $as_echo "$as_me: error: libedit version is not compatible" >&2;} |
12498 | { (exit 1); exit 1; }; } | 13012 | { (exit 1); exit 1; }; } |
12499 | 13013 | ||
12500 | fi | 13014 | fi |
@@ -12510,21 +13024,21 @@ AUDIT_MODULE=none | |||
12510 | # Check whether --with-audit was given. | 13024 | # Check whether --with-audit was given. |
12511 | if test "${with_audit+set}" = set; then | 13025 | if test "${with_audit+set}" = set; then |
12512 | withval=$with_audit; | 13026 | withval=$with_audit; |
12513 | { echo "$as_me:$LINENO: checking for supported audit module" >&5 | 13027 | { $as_echo "$as_me:$LINENO: checking for supported audit module" >&5 |
12514 | echo $ECHO_N "checking for supported audit module... $ECHO_C" >&6; } | 13028 | $as_echo_n "checking for supported audit module... " >&6; } |
12515 | case "$withval" in | 13029 | case "$withval" in |
12516 | bsm) | 13030 | bsm) |
12517 | { echo "$as_me:$LINENO: result: bsm" >&5 | 13031 | { $as_echo "$as_me:$LINENO: result: bsm" >&5 |
12518 | echo "${ECHO_T}bsm" >&6; } | 13032 | $as_echo "bsm" >&6; } |
12519 | AUDIT_MODULE=bsm | 13033 | AUDIT_MODULE=bsm |
12520 | 13034 | ||
12521 | for ac_header in bsm/audit.h | 13035 | for ac_header in bsm/audit.h |
12522 | do | 13036 | do |
12523 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 13037 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
12524 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 13038 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
12525 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 13039 | $as_echo_n "checking for $ac_header... " >&6; } |
12526 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 13040 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
12527 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13041 | $as_echo_n "(cached) " >&6 |
12528 | else | 13042 | else |
12529 | cat >conftest.$ac_ext <<_ACEOF | 13043 | cat >conftest.$ac_ext <<_ACEOF |
12530 | /* confdefs.h. */ | 13044 | /* confdefs.h. */ |
@@ -12547,20 +13061,21 @@ case "(($ac_try" in | |||
12547 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12548 | *) ac_try_echo=$ac_try;; | 13062 | *) ac_try_echo=$ac_try;; |
12549 | esac | 13063 | esac |
12550 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13064 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13065 | $as_echo "$ac_try_echo") >&5 | ||
12551 | (eval "$ac_compile") 2>conftest.er1 | 13066 | (eval "$ac_compile") 2>conftest.er1 |
12552 | ac_status=$? | 13067 | ac_status=$? |
12553 | grep -v '^ *+' conftest.er1 >conftest.err | 13068 | grep -v '^ *+' conftest.er1 >conftest.err |
12554 | rm -f conftest.er1 | 13069 | rm -f conftest.er1 |
12555 | cat conftest.err >&5 | 13070 | cat conftest.err >&5 |
12556 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13071 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12557 | (exit $ac_status); } && { | 13072 | (exit $ac_status); } && { |
12558 | test -z "$ac_c_werror_flag" || | 13073 | test -z "$ac_c_werror_flag" || |
12559 | test ! -s conftest.err | 13074 | test ! -s conftest.err |
12560 | } && test -s conftest.$ac_objext; then | 13075 | } && test -s conftest.$ac_objext; then |
12561 | eval "$as_ac_Header=yes" | 13076 | eval "$as_ac_Header=yes" |
12562 | else | 13077 | else |
12563 | echo "$as_me: failed program was:" >&5 | 13078 | $as_echo "$as_me: failed program was:" >&5 |
12564 | sed 's/^/| /' conftest.$ac_ext >&5 | 13079 | sed 's/^/| /' conftest.$ac_ext >&5 |
12565 | 13080 | ||
12566 | eval "$as_ac_Header=no" | 13081 | eval "$as_ac_Header=no" |
@@ -12568,27 +13083,29 @@ fi | |||
12568 | 13083 | ||
12569 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 13084 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12570 | fi | 13085 | fi |
12571 | ac_res=`eval echo '${'$as_ac_Header'}'` | 13086 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
12572 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 13087 | $as_echo "$as_val"'` |
12573 | echo "${ECHO_T}$ac_res" >&6; } | 13088 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
12574 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 13089 | $as_echo "$ac_res" >&6; } |
13090 | if test `eval 'as_val=${'$as_ac_Header'} | ||
13091 | $as_echo "$as_val"'` = yes; then | ||
12575 | cat >>confdefs.h <<_ACEOF | 13092 | cat >>confdefs.h <<_ACEOF |
12576 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 13093 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
12577 | _ACEOF | 13094 | _ACEOF |
12578 | 13095 | ||
12579 | else | 13096 | else |
12580 | { { echo "$as_me:$LINENO: error: BSM enabled and bsm/audit.h not found" >&5 | 13097 | { { $as_echo "$as_me:$LINENO: error: BSM enabled and bsm/audit.h not found" >&5 |
12581 | echo "$as_me: error: BSM enabled and bsm/audit.h not found" >&2;} | 13098 | $as_echo "$as_me: error: BSM enabled and bsm/audit.h not found" >&2;} |
12582 | { (exit 1); exit 1; }; } | 13099 | { (exit 1); exit 1; }; } |
12583 | fi | 13100 | fi |
12584 | 13101 | ||
12585 | done | 13102 | done |
12586 | 13103 | ||
12587 | 13104 | ||
12588 | { echo "$as_me:$LINENO: checking for getaudit in -lbsm" >&5 | 13105 | { $as_echo "$as_me:$LINENO: checking for getaudit in -lbsm" >&5 |
12589 | echo $ECHO_N "checking for getaudit in -lbsm... $ECHO_C" >&6; } | 13106 | $as_echo_n "checking for getaudit in -lbsm... " >&6; } |
12590 | if test "${ac_cv_lib_bsm_getaudit+set}" = set; then | 13107 | if test "${ac_cv_lib_bsm_getaudit+set}" = set; then |
12591 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13108 | $as_echo_n "(cached) " >&6 |
12592 | else | 13109 | else |
12593 | ac_check_lib_save_LIBS=$LIBS | 13110 | ac_check_lib_save_LIBS=$LIBS |
12594 | LIBS="-lbsm $LIBS" | 13111 | LIBS="-lbsm $LIBS" |
@@ -12620,32 +13137,36 @@ case "(($ac_try" in | |||
12620 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13137 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12621 | *) ac_try_echo=$ac_try;; | 13138 | *) ac_try_echo=$ac_try;; |
12622 | esac | 13139 | esac |
12623 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13140 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13141 | $as_echo "$ac_try_echo") >&5 | ||
12624 | (eval "$ac_link") 2>conftest.er1 | 13142 | (eval "$ac_link") 2>conftest.er1 |
12625 | ac_status=$? | 13143 | ac_status=$? |
12626 | grep -v '^ *+' conftest.er1 >conftest.err | 13144 | grep -v '^ *+' conftest.er1 >conftest.err |
12627 | rm -f conftest.er1 | 13145 | rm -f conftest.er1 |
12628 | cat conftest.err >&5 | 13146 | cat conftest.err >&5 |
12629 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13147 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12630 | (exit $ac_status); } && { | 13148 | (exit $ac_status); } && { |
12631 | test -z "$ac_c_werror_flag" || | 13149 | test -z "$ac_c_werror_flag" || |
12632 | test ! -s conftest.err | 13150 | test ! -s conftest.err |
12633 | } && test -s conftest$ac_exeext && | 13151 | } && test -s conftest$ac_exeext && { |
12634 | $as_test_x conftest$ac_exeext; then | 13152 | test "$cross_compiling" = yes || |
13153 | $as_test_x conftest$ac_exeext | ||
13154 | }; then | ||
12635 | ac_cv_lib_bsm_getaudit=yes | 13155 | ac_cv_lib_bsm_getaudit=yes |
12636 | else | 13156 | else |
12637 | echo "$as_me: failed program was:" >&5 | 13157 | $as_echo "$as_me: failed program was:" >&5 |
12638 | sed 's/^/| /' conftest.$ac_ext >&5 | 13158 | sed 's/^/| /' conftest.$ac_ext >&5 |
12639 | 13159 | ||
12640 | ac_cv_lib_bsm_getaudit=no | 13160 | ac_cv_lib_bsm_getaudit=no |
12641 | fi | 13161 | fi |
12642 | 13162 | ||
13163 | rm -rf conftest.dSYM | ||
12643 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13164 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12644 | conftest$ac_exeext conftest.$ac_ext | 13165 | conftest$ac_exeext conftest.$ac_ext |
12645 | LIBS=$ac_check_lib_save_LIBS | 13166 | LIBS=$ac_check_lib_save_LIBS |
12646 | fi | 13167 | fi |
12647 | { echo "$as_me:$LINENO: result: $ac_cv_lib_bsm_getaudit" >&5 | 13168 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsm_getaudit" >&5 |
12648 | echo "${ECHO_T}$ac_cv_lib_bsm_getaudit" >&6; } | 13169 | $as_echo "$ac_cv_lib_bsm_getaudit" >&6; } |
12649 | if test $ac_cv_lib_bsm_getaudit = yes; then | 13170 | if test $ac_cv_lib_bsm_getaudit = yes; then |
12650 | cat >>confdefs.h <<_ACEOF | 13171 | cat >>confdefs.h <<_ACEOF |
12651 | #define HAVE_LIBBSM 1 | 13172 | #define HAVE_LIBBSM 1 |
@@ -12654,19 +13175,19 @@ _ACEOF | |||
12654 | LIBS="-lbsm $LIBS" | 13175 | LIBS="-lbsm $LIBS" |
12655 | 13176 | ||
12656 | else | 13177 | else |
12657 | { { echo "$as_me:$LINENO: error: BSM enabled and required library not found" >&5 | 13178 | { { $as_echo "$as_me:$LINENO: error: BSM enabled and required library not found" >&5 |
12658 | echo "$as_me: error: BSM enabled and required library not found" >&2;} | 13179 | $as_echo "$as_me: error: BSM enabled and required library not found" >&2;} |
12659 | { (exit 1); exit 1; }; } | 13180 | { (exit 1); exit 1; }; } |
12660 | fi | 13181 | fi |
12661 | 13182 | ||
12662 | 13183 | ||
12663 | for ac_func in getaudit | 13184 | for ac_func in getaudit |
12664 | do | 13185 | do |
12665 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13186 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
12666 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13187 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
12667 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 13188 | $as_echo_n "checking for $ac_func... " >&6; } |
12668 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13189 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
12669 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13190 | $as_echo_n "(cached) " >&6 |
12670 | else | 13191 | else |
12671 | cat >conftest.$ac_ext <<_ACEOF | 13192 | cat >conftest.$ac_ext <<_ACEOF |
12672 | /* confdefs.h. */ | 13193 | /* confdefs.h. */ |
@@ -12719,40 +13240,46 @@ case "(($ac_try" in | |||
12719 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13240 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12720 | *) ac_try_echo=$ac_try;; | 13241 | *) ac_try_echo=$ac_try;; |
12721 | esac | 13242 | esac |
12722 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13243 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13244 | $as_echo "$ac_try_echo") >&5 | ||
12723 | (eval "$ac_link") 2>conftest.er1 | 13245 | (eval "$ac_link") 2>conftest.er1 |
12724 | ac_status=$? | 13246 | ac_status=$? |
12725 | grep -v '^ *+' conftest.er1 >conftest.err | 13247 | grep -v '^ *+' conftest.er1 >conftest.err |
12726 | rm -f conftest.er1 | 13248 | rm -f conftest.er1 |
12727 | cat conftest.err >&5 | 13249 | cat conftest.err >&5 |
12728 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13250 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12729 | (exit $ac_status); } && { | 13251 | (exit $ac_status); } && { |
12730 | test -z "$ac_c_werror_flag" || | 13252 | test -z "$ac_c_werror_flag" || |
12731 | test ! -s conftest.err | 13253 | test ! -s conftest.err |
12732 | } && test -s conftest$ac_exeext && | 13254 | } && test -s conftest$ac_exeext && { |
12733 | $as_test_x conftest$ac_exeext; then | 13255 | test "$cross_compiling" = yes || |
13256 | $as_test_x conftest$ac_exeext | ||
13257 | }; then | ||
12734 | eval "$as_ac_var=yes" | 13258 | eval "$as_ac_var=yes" |
12735 | else | 13259 | else |
12736 | echo "$as_me: failed program was:" >&5 | 13260 | $as_echo "$as_me: failed program was:" >&5 |
12737 | sed 's/^/| /' conftest.$ac_ext >&5 | 13261 | sed 's/^/| /' conftest.$ac_ext >&5 |
12738 | 13262 | ||
12739 | eval "$as_ac_var=no" | 13263 | eval "$as_ac_var=no" |
12740 | fi | 13264 | fi |
12741 | 13265 | ||
13266 | rm -rf conftest.dSYM | ||
12742 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13267 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12743 | conftest$ac_exeext conftest.$ac_ext | 13268 | conftest$ac_exeext conftest.$ac_ext |
12744 | fi | 13269 | fi |
12745 | ac_res=`eval echo '${'$as_ac_var'}'` | 13270 | ac_res=`eval 'as_val=${'$as_ac_var'} |
12746 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 13271 | $as_echo "$as_val"'` |
12747 | echo "${ECHO_T}$ac_res" >&6; } | 13272 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
12748 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 13273 | $as_echo "$ac_res" >&6; } |
13274 | if test `eval 'as_val=${'$as_ac_var'} | ||
13275 | $as_echo "$as_val"'` = yes; then | ||
12749 | cat >>confdefs.h <<_ACEOF | 13276 | cat >>confdefs.h <<_ACEOF |
12750 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13277 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
12751 | _ACEOF | 13278 | _ACEOF |
12752 | 13279 | ||
12753 | else | 13280 | else |
12754 | { { echo "$as_me:$LINENO: error: BSM enabled and required function not found" >&5 | 13281 | { { $as_echo "$as_me:$LINENO: error: BSM enabled and required function not found" >&5 |
12755 | echo "$as_me: error: BSM enabled and required function not found" >&2;} | 13282 | $as_echo "$as_me: error: BSM enabled and required function not found" >&2;} |
12756 | { (exit 1); exit 1; }; } | 13283 | { (exit 1); exit 1; }; } |
12757 | fi | 13284 | fi |
12758 | done | 13285 | done |
@@ -12762,11 +13289,11 @@ done | |||
12762 | 13289 | ||
12763 | for ac_func in getaudit_addr aug_get_machine | 13290 | for ac_func in getaudit_addr aug_get_machine |
12764 | do | 13291 | do |
12765 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13292 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
12766 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13293 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
12767 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 13294 | $as_echo_n "checking for $ac_func... " >&6; } |
12768 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13295 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
12769 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13296 | $as_echo_n "(cached) " >&6 |
12770 | else | 13297 | else |
12771 | cat >conftest.$ac_ext <<_ACEOF | 13298 | cat >conftest.$ac_ext <<_ACEOF |
12772 | /* confdefs.h. */ | 13299 | /* confdefs.h. */ |
@@ -12819,35 +13346,41 @@ case "(($ac_try" in | |||
12819 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13346 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12820 | *) ac_try_echo=$ac_try;; | 13347 | *) ac_try_echo=$ac_try;; |
12821 | esac | 13348 | esac |
12822 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13349 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13350 | $as_echo "$ac_try_echo") >&5 | ||
12823 | (eval "$ac_link") 2>conftest.er1 | 13351 | (eval "$ac_link") 2>conftest.er1 |
12824 | ac_status=$? | 13352 | ac_status=$? |
12825 | grep -v '^ *+' conftest.er1 >conftest.err | 13353 | grep -v '^ *+' conftest.er1 >conftest.err |
12826 | rm -f conftest.er1 | 13354 | rm -f conftest.er1 |
12827 | cat conftest.err >&5 | 13355 | cat conftest.err >&5 |
12828 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13356 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12829 | (exit $ac_status); } && { | 13357 | (exit $ac_status); } && { |
12830 | test -z "$ac_c_werror_flag" || | 13358 | test -z "$ac_c_werror_flag" || |
12831 | test ! -s conftest.err | 13359 | test ! -s conftest.err |
12832 | } && test -s conftest$ac_exeext && | 13360 | } && test -s conftest$ac_exeext && { |
12833 | $as_test_x conftest$ac_exeext; then | 13361 | test "$cross_compiling" = yes || |
13362 | $as_test_x conftest$ac_exeext | ||
13363 | }; then | ||
12834 | eval "$as_ac_var=yes" | 13364 | eval "$as_ac_var=yes" |
12835 | else | 13365 | else |
12836 | echo "$as_me: failed program was:" >&5 | 13366 | $as_echo "$as_me: failed program was:" >&5 |
12837 | sed 's/^/| /' conftest.$ac_ext >&5 | 13367 | sed 's/^/| /' conftest.$ac_ext >&5 |
12838 | 13368 | ||
12839 | eval "$as_ac_var=no" | 13369 | eval "$as_ac_var=no" |
12840 | fi | 13370 | fi |
12841 | 13371 | ||
13372 | rm -rf conftest.dSYM | ||
12842 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13373 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12843 | conftest$ac_exeext conftest.$ac_ext | 13374 | conftest$ac_exeext conftest.$ac_ext |
12844 | fi | 13375 | fi |
12845 | ac_res=`eval echo '${'$as_ac_var'}'` | 13376 | ac_res=`eval 'as_val=${'$as_ac_var'} |
12846 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 13377 | $as_echo "$as_val"'` |
12847 | echo "${ECHO_T}$ac_res" >&6; } | 13378 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
12848 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 13379 | $as_echo "$ac_res" >&6; } |
13380 | if test `eval 'as_val=${'$as_ac_var'} | ||
13381 | $as_echo "$as_val"'` = yes; then | ||
12849 | cat >>confdefs.h <<_ACEOF | 13382 | cat >>confdefs.h <<_ACEOF |
12850 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13383 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
12851 | _ACEOF | 13384 | _ACEOF |
12852 | 13385 | ||
12853 | fi | 13386 | fi |
@@ -12861,8 +13394,8 @@ _ACEOF | |||
12861 | ;; | 13394 | ;; |
12862 | debug) | 13395 | debug) |
12863 | AUDIT_MODULE=debug | 13396 | AUDIT_MODULE=debug |
12864 | { echo "$as_me:$LINENO: result: debug" >&5 | 13397 | { $as_echo "$as_me:$LINENO: result: debug" >&5 |
12865 | echo "${ECHO_T}debug" >&6; } | 13398 | $as_echo "debug" >&6; } |
12866 | 13399 | ||
12867 | cat >>confdefs.h <<\_ACEOF | 13400 | cat >>confdefs.h <<\_ACEOF |
12868 | #define SSH_AUDIT_EVENTS 1 | 13401 | #define SSH_AUDIT_EVENTS 1 |
@@ -12870,12 +13403,12 @@ _ACEOF | |||
12870 | 13403 | ||
12871 | ;; | 13404 | ;; |
12872 | no) | 13405 | no) |
12873 | { echo "$as_me:$LINENO: result: no" >&5 | 13406 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
12874 | echo "${ECHO_T}no" >&6; } | 13407 | $as_echo "no" >&6; } |
12875 | ;; | 13408 | ;; |
12876 | *) | 13409 | *) |
12877 | { { echo "$as_me:$LINENO: error: Unknown audit module $withval" >&5 | 13410 | { { $as_echo "$as_me:$LINENO: error: Unknown audit module $withval" >&5 |
12878 | echo "$as_me: error: Unknown audit module $withval" >&2;} | 13411 | $as_echo "$as_me: error: Unknown audit module $withval" >&2;} |
12879 | { (exit 1); exit 1; }; } | 13412 | { (exit 1); exit 1; }; } |
12880 | ;; | 13413 | ;; |
12881 | esac | 13414 | esac |
@@ -13064,11 +13597,11 @@ for ac_func in \ | |||
13064 | waitpid \ | 13597 | waitpid \ |
13065 | 13598 | ||
13066 | do | 13599 | do |
13067 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13600 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13068 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13601 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13069 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 13602 | $as_echo_n "checking for $ac_func... " >&6; } |
13070 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13603 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13071 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13604 | $as_echo_n "(cached) " >&6 |
13072 | else | 13605 | else |
13073 | cat >conftest.$ac_ext <<_ACEOF | 13606 | cat >conftest.$ac_ext <<_ACEOF |
13074 | /* confdefs.h. */ | 13607 | /* confdefs.h. */ |
@@ -13121,35 +13654,41 @@ case "(($ac_try" in | |||
13121 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13654 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13122 | *) ac_try_echo=$ac_try;; | 13655 | *) ac_try_echo=$ac_try;; |
13123 | esac | 13656 | esac |
13124 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13657 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13658 | $as_echo "$ac_try_echo") >&5 | ||
13125 | (eval "$ac_link") 2>conftest.er1 | 13659 | (eval "$ac_link") 2>conftest.er1 |
13126 | ac_status=$? | 13660 | ac_status=$? |
13127 | grep -v '^ *+' conftest.er1 >conftest.err | 13661 | grep -v '^ *+' conftest.er1 >conftest.err |
13128 | rm -f conftest.er1 | 13662 | rm -f conftest.er1 |
13129 | cat conftest.err >&5 | 13663 | cat conftest.err >&5 |
13130 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13664 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13131 | (exit $ac_status); } && { | 13665 | (exit $ac_status); } && { |
13132 | test -z "$ac_c_werror_flag" || | 13666 | test -z "$ac_c_werror_flag" || |
13133 | test ! -s conftest.err | 13667 | test ! -s conftest.err |
13134 | } && test -s conftest$ac_exeext && | 13668 | } && test -s conftest$ac_exeext && { |
13135 | $as_test_x conftest$ac_exeext; then | 13669 | test "$cross_compiling" = yes || |
13670 | $as_test_x conftest$ac_exeext | ||
13671 | }; then | ||
13136 | eval "$as_ac_var=yes" | 13672 | eval "$as_ac_var=yes" |
13137 | else | 13673 | else |
13138 | echo "$as_me: failed program was:" >&5 | 13674 | $as_echo "$as_me: failed program was:" >&5 |
13139 | sed 's/^/| /' conftest.$ac_ext >&5 | 13675 | sed 's/^/| /' conftest.$ac_ext >&5 |
13140 | 13676 | ||
13141 | eval "$as_ac_var=no" | 13677 | eval "$as_ac_var=no" |
13142 | fi | 13678 | fi |
13143 | 13679 | ||
13680 | rm -rf conftest.dSYM | ||
13144 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13681 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13145 | conftest$ac_exeext conftest.$ac_ext | 13682 | conftest$ac_exeext conftest.$ac_ext |
13146 | fi | 13683 | fi |
13147 | ac_res=`eval echo '${'$as_ac_var'}'` | 13684 | ac_res=`eval 'as_val=${'$as_ac_var'} |
13148 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 13685 | $as_echo "$as_val"'` |
13149 | echo "${ECHO_T}$ac_res" >&6; } | 13686 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
13150 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 13687 | $as_echo "$ac_res" >&6; } |
13688 | if test `eval 'as_val=${'$as_ac_var'} | ||
13689 | $as_echo "$as_val"'` = yes; then | ||
13151 | cat >>confdefs.h <<_ACEOF | 13690 | cat >>confdefs.h <<_ACEOF |
13152 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13691 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13153 | _ACEOF | 13692 | _ACEOF |
13154 | 13693 | ||
13155 | fi | 13694 | fi |
@@ -13160,11 +13699,11 @@ done | |||
13160 | 13699 | ||
13161 | for ac_func in gai_strerror | 13700 | for ac_func in gai_strerror |
13162 | do | 13701 | do |
13163 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13702 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13164 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13703 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13165 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 13704 | $as_echo_n "checking for $ac_func... " >&6; } |
13166 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13705 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13167 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13706 | $as_echo_n "(cached) " >&6 |
13168 | else | 13707 | else |
13169 | cat >conftest.$ac_ext <<_ACEOF | 13708 | cat >conftest.$ac_ext <<_ACEOF |
13170 | /* confdefs.h. */ | 13709 | /* confdefs.h. */ |
@@ -13217,35 +13756,41 @@ case "(($ac_try" in | |||
13217 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13756 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13218 | *) ac_try_echo=$ac_try;; | 13757 | *) ac_try_echo=$ac_try;; |
13219 | esac | 13758 | esac |
13220 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13759 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13760 | $as_echo "$ac_try_echo") >&5 | ||
13221 | (eval "$ac_link") 2>conftest.er1 | 13761 | (eval "$ac_link") 2>conftest.er1 |
13222 | ac_status=$? | 13762 | ac_status=$? |
13223 | grep -v '^ *+' conftest.er1 >conftest.err | 13763 | grep -v '^ *+' conftest.er1 >conftest.err |
13224 | rm -f conftest.er1 | 13764 | rm -f conftest.er1 |
13225 | cat conftest.err >&5 | 13765 | cat conftest.err >&5 |
13226 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13766 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13227 | (exit $ac_status); } && { | 13767 | (exit $ac_status); } && { |
13228 | test -z "$ac_c_werror_flag" || | 13768 | test -z "$ac_c_werror_flag" || |
13229 | test ! -s conftest.err | 13769 | test ! -s conftest.err |
13230 | } && test -s conftest$ac_exeext && | 13770 | } && test -s conftest$ac_exeext && { |
13231 | $as_test_x conftest$ac_exeext; then | 13771 | test "$cross_compiling" = yes || |
13772 | $as_test_x conftest$ac_exeext | ||
13773 | }; then | ||
13232 | eval "$as_ac_var=yes" | 13774 | eval "$as_ac_var=yes" |
13233 | else | 13775 | else |
13234 | echo "$as_me: failed program was:" >&5 | 13776 | $as_echo "$as_me: failed program was:" >&5 |
13235 | sed 's/^/| /' conftest.$ac_ext >&5 | 13777 | sed 's/^/| /' conftest.$ac_ext >&5 |
13236 | 13778 | ||
13237 | eval "$as_ac_var=no" | 13779 | eval "$as_ac_var=no" |
13238 | fi | 13780 | fi |
13239 | 13781 | ||
13782 | rm -rf conftest.dSYM | ||
13240 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13783 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13241 | conftest$ac_exeext conftest.$ac_ext | 13784 | conftest$ac_exeext conftest.$ac_ext |
13242 | fi | 13785 | fi |
13243 | ac_res=`eval echo '${'$as_ac_var'}'` | 13786 | ac_res=`eval 'as_val=${'$as_ac_var'} |
13244 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 13787 | $as_echo "$as_val"'` |
13245 | echo "${ECHO_T}$ac_res" >&6; } | 13788 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
13246 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 13789 | $as_echo "$ac_res" >&6; } |
13790 | if test `eval 'as_val=${'$as_ac_var'} | ||
13791 | $as_echo "$as_val"'` = yes; then | ||
13247 | cat >>confdefs.h <<_ACEOF | 13792 | cat >>confdefs.h <<_ACEOF |
13248 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13793 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13249 | _ACEOF | 13794 | _ACEOF |
13250 | 13795 | ||
13251 | cat >>confdefs.h <<\_ACEOF | 13796 | cat >>confdefs.h <<\_ACEOF |
@@ -13281,13 +13826,14 @@ case "(($ac_try" in | |||
13281 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13826 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13282 | *) ac_try_echo=$ac_try;; | 13827 | *) ac_try_echo=$ac_try;; |
13283 | esac | 13828 | esac |
13284 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13829 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13830 | $as_echo "$ac_try_echo") >&5 | ||
13285 | (eval "$ac_compile") 2>conftest.er1 | 13831 | (eval "$ac_compile") 2>conftest.er1 |
13286 | ac_status=$? | 13832 | ac_status=$? |
13287 | grep -v '^ *+' conftest.er1 >conftest.err | 13833 | grep -v '^ *+' conftest.er1 >conftest.err |
13288 | rm -f conftest.er1 | 13834 | rm -f conftest.er1 |
13289 | cat conftest.err >&5 | 13835 | cat conftest.err >&5 |
13290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13836 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13291 | (exit $ac_status); } && { | 13837 | (exit $ac_status); } && { |
13292 | test -z "$ac_c_werror_flag" || | 13838 | test -z "$ac_c_werror_flag" || |
13293 | test ! -s conftest.err | 13839 | test ! -s conftest.err |
@@ -13299,7 +13845,7 @@ cat >>confdefs.h <<\_ACEOF | |||
13299 | _ACEOF | 13845 | _ACEOF |
13300 | 13846 | ||
13301 | else | 13847 | else |
13302 | echo "$as_me: failed program was:" >&5 | 13848 | $as_echo "$as_me: failed program was:" >&5 |
13303 | sed 's/^/| /' conftest.$ac_ext >&5 | 13849 | sed 's/^/| /' conftest.$ac_ext >&5 |
13304 | 13850 | ||
13305 | 13851 | ||
@@ -13310,10 +13856,10 @@ fi | |||
13310 | done | 13856 | done |
13311 | 13857 | ||
13312 | 13858 | ||
13313 | { echo "$as_me:$LINENO: checking for library containing nanosleep" >&5 | 13859 | { $as_echo "$as_me:$LINENO: checking for library containing nanosleep" >&5 |
13314 | echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6; } | 13860 | $as_echo_n "checking for library containing nanosleep... " >&6; } |
13315 | if test "${ac_cv_search_nanosleep+set}" = set; then | 13861 | if test "${ac_cv_search_nanosleep+set}" = set; then |
13316 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13862 | $as_echo_n "(cached) " >&6 |
13317 | else | 13863 | else |
13318 | ac_func_search_save_LIBS=$LIBS | 13864 | ac_func_search_save_LIBS=$LIBS |
13319 | cat >conftest.$ac_ext <<_ACEOF | 13865 | cat >conftest.$ac_ext <<_ACEOF |
@@ -13351,26 +13897,30 @@ case "(($ac_try" in | |||
13351 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13897 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13352 | *) ac_try_echo=$ac_try;; | 13898 | *) ac_try_echo=$ac_try;; |
13353 | esac | 13899 | esac |
13354 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13900 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13901 | $as_echo "$ac_try_echo") >&5 | ||
13355 | (eval "$ac_link") 2>conftest.er1 | 13902 | (eval "$ac_link") 2>conftest.er1 |
13356 | ac_status=$? | 13903 | ac_status=$? |
13357 | grep -v '^ *+' conftest.er1 >conftest.err | 13904 | grep -v '^ *+' conftest.er1 >conftest.err |
13358 | rm -f conftest.er1 | 13905 | rm -f conftest.er1 |
13359 | cat conftest.err >&5 | 13906 | cat conftest.err >&5 |
13360 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13907 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13361 | (exit $ac_status); } && { | 13908 | (exit $ac_status); } && { |
13362 | test -z "$ac_c_werror_flag" || | 13909 | test -z "$ac_c_werror_flag" || |
13363 | test ! -s conftest.err | 13910 | test ! -s conftest.err |
13364 | } && test -s conftest$ac_exeext && | 13911 | } && test -s conftest$ac_exeext && { |
13365 | $as_test_x conftest$ac_exeext; then | 13912 | test "$cross_compiling" = yes || |
13913 | $as_test_x conftest$ac_exeext | ||
13914 | }; then | ||
13366 | ac_cv_search_nanosleep=$ac_res | 13915 | ac_cv_search_nanosleep=$ac_res |
13367 | else | 13916 | else |
13368 | echo "$as_me: failed program was:" >&5 | 13917 | $as_echo "$as_me: failed program was:" >&5 |
13369 | sed 's/^/| /' conftest.$ac_ext >&5 | 13918 | sed 's/^/| /' conftest.$ac_ext >&5 |
13370 | 13919 | ||
13371 | 13920 | ||
13372 | fi | 13921 | fi |
13373 | 13922 | ||
13923 | rm -rf conftest.dSYM | ||
13374 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13924 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13375 | conftest$ac_exeext | 13925 | conftest$ac_exeext |
13376 | if test "${ac_cv_search_nanosleep+set}" = set; then | 13926 | if test "${ac_cv_search_nanosleep+set}" = set; then |
@@ -13385,8 +13935,8 @@ fi | |||
13385 | rm conftest.$ac_ext | 13935 | rm conftest.$ac_ext |
13386 | LIBS=$ac_func_search_save_LIBS | 13936 | LIBS=$ac_func_search_save_LIBS |
13387 | fi | 13937 | fi |
13388 | { echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5 | 13938 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5 |
13389 | echo "${ECHO_T}$ac_cv_search_nanosleep" >&6; } | 13939 | $as_echo "$ac_cv_search_nanosleep" >&6; } |
13390 | ac_res=$ac_cv_search_nanosleep | 13940 | ac_res=$ac_cv_search_nanosleep |
13391 | if test "$ac_res" != no; then | 13941 | if test "$ac_res" != no; then |
13392 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 13942 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -13398,10 +13948,10 @@ _ACEOF | |||
13398 | fi | 13948 | fi |
13399 | 13949 | ||
13400 | 13950 | ||
13401 | { echo "$as_me:$LINENO: checking whether getrusage is declared" >&5 | 13951 | { $as_echo "$as_me:$LINENO: checking whether getrusage is declared" >&5 |
13402 | echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6; } | 13952 | $as_echo_n "checking whether getrusage is declared... " >&6; } |
13403 | if test "${ac_cv_have_decl_getrusage+set}" = set; then | 13953 | if test "${ac_cv_have_decl_getrusage+set}" = set; then |
13404 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13954 | $as_echo_n "(cached) " >&6 |
13405 | else | 13955 | else |
13406 | cat >conftest.$ac_ext <<_ACEOF | 13956 | cat >conftest.$ac_ext <<_ACEOF |
13407 | /* confdefs.h. */ | 13957 | /* confdefs.h. */ |
@@ -13427,20 +13977,21 @@ case "(($ac_try" in | |||
13427 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13977 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13428 | *) ac_try_echo=$ac_try;; | 13978 | *) ac_try_echo=$ac_try;; |
13429 | esac | 13979 | esac |
13430 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 13980 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
13981 | $as_echo "$ac_try_echo") >&5 | ||
13431 | (eval "$ac_compile") 2>conftest.er1 | 13982 | (eval "$ac_compile") 2>conftest.er1 |
13432 | ac_status=$? | 13983 | ac_status=$? |
13433 | grep -v '^ *+' conftest.er1 >conftest.err | 13984 | grep -v '^ *+' conftest.er1 >conftest.err |
13434 | rm -f conftest.er1 | 13985 | rm -f conftest.er1 |
13435 | cat conftest.err >&5 | 13986 | cat conftest.err >&5 |
13436 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13987 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13437 | (exit $ac_status); } && { | 13988 | (exit $ac_status); } && { |
13438 | test -z "$ac_c_werror_flag" || | 13989 | test -z "$ac_c_werror_flag" || |
13439 | test ! -s conftest.err | 13990 | test ! -s conftest.err |
13440 | } && test -s conftest.$ac_objext; then | 13991 | } && test -s conftest.$ac_objext; then |
13441 | ac_cv_have_decl_getrusage=yes | 13992 | ac_cv_have_decl_getrusage=yes |
13442 | else | 13993 | else |
13443 | echo "$as_me: failed program was:" >&5 | 13994 | $as_echo "$as_me: failed program was:" >&5 |
13444 | sed 's/^/| /' conftest.$ac_ext >&5 | 13995 | sed 's/^/| /' conftest.$ac_ext >&5 |
13445 | 13996 | ||
13446 | ac_cv_have_decl_getrusage=no | 13997 | ac_cv_have_decl_getrusage=no |
@@ -13448,17 +13999,17 @@ fi | |||
13448 | 13999 | ||
13449 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14000 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13450 | fi | 14001 | fi |
13451 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getrusage" >&5 | 14002 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getrusage" >&5 |
13452 | echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6; } | 14003 | $as_echo "$ac_cv_have_decl_getrusage" >&6; } |
13453 | if test $ac_cv_have_decl_getrusage = yes; then | 14004 | if test $ac_cv_have_decl_getrusage = yes; then |
13454 | 14005 | ||
13455 | for ac_func in getrusage | 14006 | for ac_func in getrusage |
13456 | do | 14007 | do |
13457 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14008 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13458 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14009 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13459 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 14010 | $as_echo_n "checking for $ac_func... " >&6; } |
13460 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14011 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13461 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14012 | $as_echo_n "(cached) " >&6 |
13462 | else | 14013 | else |
13463 | cat >conftest.$ac_ext <<_ACEOF | 14014 | cat >conftest.$ac_ext <<_ACEOF |
13464 | /* confdefs.h. */ | 14015 | /* confdefs.h. */ |
@@ -13511,35 +14062,41 @@ case "(($ac_try" in | |||
13511 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14062 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13512 | *) ac_try_echo=$ac_try;; | 14063 | *) ac_try_echo=$ac_try;; |
13513 | esac | 14064 | esac |
13514 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14065 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14066 | $as_echo "$ac_try_echo") >&5 | ||
13515 | (eval "$ac_link") 2>conftest.er1 | 14067 | (eval "$ac_link") 2>conftest.er1 |
13516 | ac_status=$? | 14068 | ac_status=$? |
13517 | grep -v '^ *+' conftest.er1 >conftest.err | 14069 | grep -v '^ *+' conftest.er1 >conftest.err |
13518 | rm -f conftest.er1 | 14070 | rm -f conftest.er1 |
13519 | cat conftest.err >&5 | 14071 | cat conftest.err >&5 |
13520 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14072 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13521 | (exit $ac_status); } && { | 14073 | (exit $ac_status); } && { |
13522 | test -z "$ac_c_werror_flag" || | 14074 | test -z "$ac_c_werror_flag" || |
13523 | test ! -s conftest.err | 14075 | test ! -s conftest.err |
13524 | } && test -s conftest$ac_exeext && | 14076 | } && test -s conftest$ac_exeext && { |
13525 | $as_test_x conftest$ac_exeext; then | 14077 | test "$cross_compiling" = yes || |
14078 | $as_test_x conftest$ac_exeext | ||
14079 | }; then | ||
13526 | eval "$as_ac_var=yes" | 14080 | eval "$as_ac_var=yes" |
13527 | else | 14081 | else |
13528 | echo "$as_me: failed program was:" >&5 | 14082 | $as_echo "$as_me: failed program was:" >&5 |
13529 | sed 's/^/| /' conftest.$ac_ext >&5 | 14083 | sed 's/^/| /' conftest.$ac_ext >&5 |
13530 | 14084 | ||
13531 | eval "$as_ac_var=no" | 14085 | eval "$as_ac_var=no" |
13532 | fi | 14086 | fi |
13533 | 14087 | ||
14088 | rm -rf conftest.dSYM | ||
13534 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14089 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13535 | conftest$ac_exeext conftest.$ac_ext | 14090 | conftest$ac_exeext conftest.$ac_ext |
13536 | fi | 14091 | fi |
13537 | ac_res=`eval echo '${'$as_ac_var'}'` | 14092 | ac_res=`eval 'as_val=${'$as_ac_var'} |
13538 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 14093 | $as_echo "$as_val"'` |
13539 | echo "${ECHO_T}$ac_res" >&6; } | 14094 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
13540 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 14095 | $as_echo "$ac_res" >&6; } |
14096 | if test `eval 'as_val=${'$as_ac_var'} | ||
14097 | $as_echo "$as_val"'` = yes; then | ||
13541 | cat >>confdefs.h <<_ACEOF | 14098 | cat >>confdefs.h <<_ACEOF |
13542 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14099 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13543 | _ACEOF | 14100 | _ACEOF |
13544 | 14101 | ||
13545 | fi | 14102 | fi |
@@ -13547,10 +14104,10 @@ done | |||
13547 | 14104 | ||
13548 | fi | 14105 | fi |
13549 | 14106 | ||
13550 | { echo "$as_me:$LINENO: checking whether strsep is declared" >&5 | 14107 | { $as_echo "$as_me:$LINENO: checking whether strsep is declared" >&5 |
13551 | echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6; } | 14108 | $as_echo_n "checking whether strsep is declared... " >&6; } |
13552 | if test "${ac_cv_have_decl_strsep+set}" = set; then | 14109 | if test "${ac_cv_have_decl_strsep+set}" = set; then |
13553 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14110 | $as_echo_n "(cached) " >&6 |
13554 | else | 14111 | else |
13555 | cat >conftest.$ac_ext <<_ACEOF | 14112 | cat >conftest.$ac_ext <<_ACEOF |
13556 | /* confdefs.h. */ | 14113 | /* confdefs.h. */ |
@@ -13581,20 +14138,21 @@ case "(($ac_try" in | |||
13581 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14138 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13582 | *) ac_try_echo=$ac_try;; | 14139 | *) ac_try_echo=$ac_try;; |
13583 | esac | 14140 | esac |
13584 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14141 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14142 | $as_echo "$ac_try_echo") >&5 | ||
13585 | (eval "$ac_compile") 2>conftest.er1 | 14143 | (eval "$ac_compile") 2>conftest.er1 |
13586 | ac_status=$? | 14144 | ac_status=$? |
13587 | grep -v '^ *+' conftest.er1 >conftest.err | 14145 | grep -v '^ *+' conftest.er1 >conftest.err |
13588 | rm -f conftest.er1 | 14146 | rm -f conftest.er1 |
13589 | cat conftest.err >&5 | 14147 | cat conftest.err >&5 |
13590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14148 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13591 | (exit $ac_status); } && { | 14149 | (exit $ac_status); } && { |
13592 | test -z "$ac_c_werror_flag" || | 14150 | test -z "$ac_c_werror_flag" || |
13593 | test ! -s conftest.err | 14151 | test ! -s conftest.err |
13594 | } && test -s conftest.$ac_objext; then | 14152 | } && test -s conftest.$ac_objext; then |
13595 | ac_cv_have_decl_strsep=yes | 14153 | ac_cv_have_decl_strsep=yes |
13596 | else | 14154 | else |
13597 | echo "$as_me: failed program was:" >&5 | 14155 | $as_echo "$as_me: failed program was:" >&5 |
13598 | sed 's/^/| /' conftest.$ac_ext >&5 | 14156 | sed 's/^/| /' conftest.$ac_ext >&5 |
13599 | 14157 | ||
13600 | ac_cv_have_decl_strsep=no | 14158 | ac_cv_have_decl_strsep=no |
@@ -13602,17 +14160,17 @@ fi | |||
13602 | 14160 | ||
13603 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14161 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13604 | fi | 14162 | fi |
13605 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsep" >&5 | 14163 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsep" >&5 |
13606 | echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6; } | 14164 | $as_echo "$ac_cv_have_decl_strsep" >&6; } |
13607 | if test $ac_cv_have_decl_strsep = yes; then | 14165 | if test $ac_cv_have_decl_strsep = yes; then |
13608 | 14166 | ||
13609 | for ac_func in strsep | 14167 | for ac_func in strsep |
13610 | do | 14168 | do |
13611 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14169 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13612 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14170 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13613 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 14171 | $as_echo_n "checking for $ac_func... " >&6; } |
13614 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14172 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13615 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14173 | $as_echo_n "(cached) " >&6 |
13616 | else | 14174 | else |
13617 | cat >conftest.$ac_ext <<_ACEOF | 14175 | cat >conftest.$ac_ext <<_ACEOF |
13618 | /* confdefs.h. */ | 14176 | /* confdefs.h. */ |
@@ -13665,35 +14223,41 @@ case "(($ac_try" in | |||
13665 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14223 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13666 | *) ac_try_echo=$ac_try;; | 14224 | *) ac_try_echo=$ac_try;; |
13667 | esac | 14225 | esac |
13668 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14226 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14227 | $as_echo "$ac_try_echo") >&5 | ||
13669 | (eval "$ac_link") 2>conftest.er1 | 14228 | (eval "$ac_link") 2>conftest.er1 |
13670 | ac_status=$? | 14229 | ac_status=$? |
13671 | grep -v '^ *+' conftest.er1 >conftest.err | 14230 | grep -v '^ *+' conftest.er1 >conftest.err |
13672 | rm -f conftest.er1 | 14231 | rm -f conftest.er1 |
13673 | cat conftest.err >&5 | 14232 | cat conftest.err >&5 |
13674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14233 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13675 | (exit $ac_status); } && { | 14234 | (exit $ac_status); } && { |
13676 | test -z "$ac_c_werror_flag" || | 14235 | test -z "$ac_c_werror_flag" || |
13677 | test ! -s conftest.err | 14236 | test ! -s conftest.err |
13678 | } && test -s conftest$ac_exeext && | 14237 | } && test -s conftest$ac_exeext && { |
13679 | $as_test_x conftest$ac_exeext; then | 14238 | test "$cross_compiling" = yes || |
14239 | $as_test_x conftest$ac_exeext | ||
14240 | }; then | ||
13680 | eval "$as_ac_var=yes" | 14241 | eval "$as_ac_var=yes" |
13681 | else | 14242 | else |
13682 | echo "$as_me: failed program was:" >&5 | 14243 | $as_echo "$as_me: failed program was:" >&5 |
13683 | sed 's/^/| /' conftest.$ac_ext >&5 | 14244 | sed 's/^/| /' conftest.$ac_ext >&5 |
13684 | 14245 | ||
13685 | eval "$as_ac_var=no" | 14246 | eval "$as_ac_var=no" |
13686 | fi | 14247 | fi |
13687 | 14248 | ||
14249 | rm -rf conftest.dSYM | ||
13688 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14250 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13689 | conftest$ac_exeext conftest.$ac_ext | 14251 | conftest$ac_exeext conftest.$ac_ext |
13690 | fi | 14252 | fi |
13691 | ac_res=`eval echo '${'$as_ac_var'}'` | 14253 | ac_res=`eval 'as_val=${'$as_ac_var'} |
13692 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 14254 | $as_echo "$as_val"'` |
13693 | echo "${ECHO_T}$ac_res" >&6; } | 14255 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
13694 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 14256 | $as_echo "$ac_res" >&6; } |
14257 | if test `eval 'as_val=${'$as_ac_var'} | ||
14258 | $as_echo "$as_val"'` = yes; then | ||
13695 | cat >>confdefs.h <<_ACEOF | 14259 | cat >>confdefs.h <<_ACEOF |
13696 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14260 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13697 | _ACEOF | 14261 | _ACEOF |
13698 | 14262 | ||
13699 | fi | 14263 | fi |
@@ -13702,10 +14266,10 @@ done | |||
13702 | fi | 14266 | fi |
13703 | 14267 | ||
13704 | 14268 | ||
13705 | { echo "$as_me:$LINENO: checking whether tcsendbreak is declared" >&5 | 14269 | { $as_echo "$as_me:$LINENO: checking whether tcsendbreak is declared" >&5 |
13706 | echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6; } | 14270 | $as_echo_n "checking whether tcsendbreak is declared... " >&6; } |
13707 | if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then | 14271 | if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then |
13708 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14272 | $as_echo_n "(cached) " >&6 |
13709 | else | 14273 | else |
13710 | cat >conftest.$ac_ext <<_ACEOF | 14274 | cat >conftest.$ac_ext <<_ACEOF |
13711 | /* confdefs.h. */ | 14275 | /* confdefs.h. */ |
@@ -13733,20 +14297,21 @@ case "(($ac_try" in | |||
13733 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14297 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13734 | *) ac_try_echo=$ac_try;; | 14298 | *) ac_try_echo=$ac_try;; |
13735 | esac | 14299 | esac |
13736 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14300 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14301 | $as_echo "$ac_try_echo") >&5 | ||
13737 | (eval "$ac_compile") 2>conftest.er1 | 14302 | (eval "$ac_compile") 2>conftest.er1 |
13738 | ac_status=$? | 14303 | ac_status=$? |
13739 | grep -v '^ *+' conftest.er1 >conftest.err | 14304 | grep -v '^ *+' conftest.er1 >conftest.err |
13740 | rm -f conftest.er1 | 14305 | rm -f conftest.er1 |
13741 | cat conftest.err >&5 | 14306 | cat conftest.err >&5 |
13742 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14307 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13743 | (exit $ac_status); } && { | 14308 | (exit $ac_status); } && { |
13744 | test -z "$ac_c_werror_flag" || | 14309 | test -z "$ac_c_werror_flag" || |
13745 | test ! -s conftest.err | 14310 | test ! -s conftest.err |
13746 | } && test -s conftest.$ac_objext; then | 14311 | } && test -s conftest.$ac_objext; then |
13747 | ac_cv_have_decl_tcsendbreak=yes | 14312 | ac_cv_have_decl_tcsendbreak=yes |
13748 | else | 14313 | else |
13749 | echo "$as_me: failed program was:" >&5 | 14314 | $as_echo "$as_me: failed program was:" >&5 |
13750 | sed 's/^/| /' conftest.$ac_ext >&5 | 14315 | sed 's/^/| /' conftest.$ac_ext >&5 |
13751 | 14316 | ||
13752 | ac_cv_have_decl_tcsendbreak=no | 14317 | ac_cv_have_decl_tcsendbreak=no |
@@ -13754,8 +14319,8 @@ fi | |||
13754 | 14319 | ||
13755 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14320 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13756 | fi | 14321 | fi |
13757 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tcsendbreak" >&5 | 14322 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tcsendbreak" >&5 |
13758 | echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6; } | 14323 | $as_echo "$ac_cv_have_decl_tcsendbreak" >&6; } |
13759 | if test $ac_cv_have_decl_tcsendbreak = yes; then | 14324 | if test $ac_cv_have_decl_tcsendbreak = yes; then |
13760 | cat >>confdefs.h <<\_ACEOF | 14325 | cat >>confdefs.h <<\_ACEOF |
13761 | #define HAVE_TCSENDBREAK 1 | 14326 | #define HAVE_TCSENDBREAK 1 |
@@ -13765,11 +14330,11 @@ else | |||
13765 | 14330 | ||
13766 | for ac_func in tcsendbreak | 14331 | for ac_func in tcsendbreak |
13767 | do | 14332 | do |
13768 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14333 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13769 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14334 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13770 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 14335 | $as_echo_n "checking for $ac_func... " >&6; } |
13771 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14336 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13772 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14337 | $as_echo_n "(cached) " >&6 |
13773 | else | 14338 | else |
13774 | cat >conftest.$ac_ext <<_ACEOF | 14339 | cat >conftest.$ac_ext <<_ACEOF |
13775 | /* confdefs.h. */ | 14340 | /* confdefs.h. */ |
@@ -13822,35 +14387,41 @@ case "(($ac_try" in | |||
13822 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14387 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13823 | *) ac_try_echo=$ac_try;; | 14388 | *) ac_try_echo=$ac_try;; |
13824 | esac | 14389 | esac |
13825 | 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 | ||
13826 | (eval "$ac_link") 2>conftest.er1 | 14392 | (eval "$ac_link") 2>conftest.er1 |
13827 | ac_status=$? | 14393 | ac_status=$? |
13828 | grep -v '^ *+' conftest.er1 >conftest.err | 14394 | grep -v '^ *+' conftest.er1 >conftest.err |
13829 | rm -f conftest.er1 | 14395 | rm -f conftest.er1 |
13830 | cat conftest.err >&5 | 14396 | cat conftest.err >&5 |
13831 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14397 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13832 | (exit $ac_status); } && { | 14398 | (exit $ac_status); } && { |
13833 | test -z "$ac_c_werror_flag" || | 14399 | test -z "$ac_c_werror_flag" || |
13834 | test ! -s conftest.err | 14400 | test ! -s conftest.err |
13835 | } && test -s conftest$ac_exeext && | 14401 | } && test -s conftest$ac_exeext && { |
13836 | $as_test_x conftest$ac_exeext; then | 14402 | test "$cross_compiling" = yes || |
14403 | $as_test_x conftest$ac_exeext | ||
14404 | }; then | ||
13837 | eval "$as_ac_var=yes" | 14405 | eval "$as_ac_var=yes" |
13838 | else | 14406 | else |
13839 | echo "$as_me: failed program was:" >&5 | 14407 | $as_echo "$as_me: failed program was:" >&5 |
13840 | sed 's/^/| /' conftest.$ac_ext >&5 | 14408 | sed 's/^/| /' conftest.$ac_ext >&5 |
13841 | 14409 | ||
13842 | eval "$as_ac_var=no" | 14410 | eval "$as_ac_var=no" |
13843 | fi | 14411 | fi |
13844 | 14412 | ||
14413 | rm -rf conftest.dSYM | ||
13845 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14414 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13846 | conftest$ac_exeext conftest.$ac_ext | 14415 | conftest$ac_exeext conftest.$ac_ext |
13847 | fi | 14416 | fi |
13848 | ac_res=`eval echo '${'$as_ac_var'}'` | 14417 | ac_res=`eval 'as_val=${'$as_ac_var'} |
13849 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 14418 | $as_echo "$as_val"'` |
13850 | echo "${ECHO_T}$ac_res" >&6; } | 14419 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
13851 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 14420 | $as_echo "$ac_res" >&6; } |
14421 | if test `eval 'as_val=${'$as_ac_var'} | ||
14422 | $as_echo "$as_val"'` = yes; then | ||
13852 | cat >>confdefs.h <<_ACEOF | 14423 | cat >>confdefs.h <<_ACEOF |
13853 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14424 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13854 | _ACEOF | 14425 | _ACEOF |
13855 | 14426 | ||
13856 | fi | 14427 | fi |
@@ -13859,10 +14430,10 @@ done | |||
13859 | fi | 14430 | fi |
13860 | 14431 | ||
13861 | 14432 | ||
13862 | { echo "$as_me:$LINENO: checking whether h_errno is declared" >&5 | 14433 | { $as_echo "$as_me:$LINENO: checking whether h_errno is declared" >&5 |
13863 | echo $ECHO_N "checking whether h_errno is declared... $ECHO_C" >&6; } | 14434 | $as_echo_n "checking whether h_errno is declared... " >&6; } |
13864 | if test "${ac_cv_have_decl_h_errno+set}" = set; then | 14435 | if test "${ac_cv_have_decl_h_errno+set}" = set; then |
13865 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14436 | $as_echo_n "(cached) " >&6 |
13866 | else | 14437 | else |
13867 | cat >conftest.$ac_ext <<_ACEOF | 14438 | cat >conftest.$ac_ext <<_ACEOF |
13868 | /* confdefs.h. */ | 14439 | /* confdefs.h. */ |
@@ -13889,20 +14460,21 @@ case "(($ac_try" in | |||
13889 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14460 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13890 | *) ac_try_echo=$ac_try;; | 14461 | *) ac_try_echo=$ac_try;; |
13891 | esac | 14462 | esac |
13892 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14463 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14464 | $as_echo "$ac_try_echo") >&5 | ||
13893 | (eval "$ac_compile") 2>conftest.er1 | 14465 | (eval "$ac_compile") 2>conftest.er1 |
13894 | ac_status=$? | 14466 | ac_status=$? |
13895 | grep -v '^ *+' conftest.er1 >conftest.err | 14467 | grep -v '^ *+' conftest.er1 >conftest.err |
13896 | rm -f conftest.er1 | 14468 | rm -f conftest.er1 |
13897 | cat conftest.err >&5 | 14469 | cat conftest.err >&5 |
13898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14470 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13899 | (exit $ac_status); } && { | 14471 | (exit $ac_status); } && { |
13900 | test -z "$ac_c_werror_flag" || | 14472 | test -z "$ac_c_werror_flag" || |
13901 | test ! -s conftest.err | 14473 | test ! -s conftest.err |
13902 | } && test -s conftest.$ac_objext; then | 14474 | } && test -s conftest.$ac_objext; then |
13903 | ac_cv_have_decl_h_errno=yes | 14475 | ac_cv_have_decl_h_errno=yes |
13904 | else | 14476 | else |
13905 | echo "$as_me: failed program was:" >&5 | 14477 | $as_echo "$as_me: failed program was:" >&5 |
13906 | sed 's/^/| /' conftest.$ac_ext >&5 | 14478 | sed 's/^/| /' conftest.$ac_ext >&5 |
13907 | 14479 | ||
13908 | ac_cv_have_decl_h_errno=no | 14480 | ac_cv_have_decl_h_errno=no |
@@ -13910,8 +14482,8 @@ fi | |||
13910 | 14482 | ||
13911 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14483 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13912 | fi | 14484 | fi |
13913 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_h_errno" >&5 | 14485 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_h_errno" >&5 |
13914 | echo "${ECHO_T}$ac_cv_have_decl_h_errno" >&6; } | 14486 | $as_echo "$ac_cv_have_decl_h_errno" >&6; } |
13915 | if test $ac_cv_have_decl_h_errno = yes; then | 14487 | if test $ac_cv_have_decl_h_errno = yes; then |
13916 | 14488 | ||
13917 | cat >>confdefs.h <<_ACEOF | 14489 | cat >>confdefs.h <<_ACEOF |
@@ -13929,10 +14501,10 @@ fi | |||
13929 | 14501 | ||
13930 | 14502 | ||
13931 | 14503 | ||
13932 | { echo "$as_me:$LINENO: checking whether SHUT_RD is declared" >&5 | 14504 | { $as_echo "$as_me:$LINENO: checking whether SHUT_RD is declared" >&5 |
13933 | echo $ECHO_N "checking whether SHUT_RD is declared... $ECHO_C" >&6; } | 14505 | $as_echo_n "checking whether SHUT_RD is declared... " >&6; } |
13934 | if test "${ac_cv_have_decl_SHUT_RD+set}" = set; then | 14506 | if test "${ac_cv_have_decl_SHUT_RD+set}" = set; then |
13935 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14507 | $as_echo_n "(cached) " >&6 |
13936 | else | 14508 | else |
13937 | cat >conftest.$ac_ext <<_ACEOF | 14509 | cat >conftest.$ac_ext <<_ACEOF |
13938 | /* confdefs.h. */ | 14510 | /* confdefs.h. */ |
@@ -13962,20 +14534,21 @@ case "(($ac_try" in | |||
13962 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14534 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13963 | *) ac_try_echo=$ac_try;; | 14535 | *) ac_try_echo=$ac_try;; |
13964 | esac | 14536 | esac |
13965 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14537 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14538 | $as_echo "$ac_try_echo") >&5 | ||
13966 | (eval "$ac_compile") 2>conftest.er1 | 14539 | (eval "$ac_compile") 2>conftest.er1 |
13967 | ac_status=$? | 14540 | ac_status=$? |
13968 | grep -v '^ *+' conftest.er1 >conftest.err | 14541 | grep -v '^ *+' conftest.er1 >conftest.err |
13969 | rm -f conftest.er1 | 14542 | rm -f conftest.er1 |
13970 | cat conftest.err >&5 | 14543 | cat conftest.err >&5 |
13971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14544 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13972 | (exit $ac_status); } && { | 14545 | (exit $ac_status); } && { |
13973 | test -z "$ac_c_werror_flag" || | 14546 | test -z "$ac_c_werror_flag" || |
13974 | test ! -s conftest.err | 14547 | test ! -s conftest.err |
13975 | } && test -s conftest.$ac_objext; then | 14548 | } && test -s conftest.$ac_objext; then |
13976 | ac_cv_have_decl_SHUT_RD=yes | 14549 | ac_cv_have_decl_SHUT_RD=yes |
13977 | else | 14550 | else |
13978 | echo "$as_me: failed program was:" >&5 | 14551 | $as_echo "$as_me: failed program was:" >&5 |
13979 | sed 's/^/| /' conftest.$ac_ext >&5 | 14552 | sed 's/^/| /' conftest.$ac_ext >&5 |
13980 | 14553 | ||
13981 | ac_cv_have_decl_SHUT_RD=no | 14554 | ac_cv_have_decl_SHUT_RD=no |
@@ -13983,8 +14556,8 @@ fi | |||
13983 | 14556 | ||
13984 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14557 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13985 | fi | 14558 | fi |
13986 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SHUT_RD" >&5 | 14559 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SHUT_RD" >&5 |
13987 | echo "${ECHO_T}$ac_cv_have_decl_SHUT_RD" >&6; } | 14560 | $as_echo "$ac_cv_have_decl_SHUT_RD" >&6; } |
13988 | if test $ac_cv_have_decl_SHUT_RD = yes; then | 14561 | if test $ac_cv_have_decl_SHUT_RD = yes; then |
13989 | 14562 | ||
13990 | cat >>confdefs.h <<_ACEOF | 14563 | cat >>confdefs.h <<_ACEOF |
@@ -14002,10 +14575,10 @@ fi | |||
14002 | 14575 | ||
14003 | 14576 | ||
14004 | 14577 | ||
14005 | { echo "$as_me:$LINENO: checking whether O_NONBLOCK is declared" >&5 | 14578 | { $as_echo "$as_me:$LINENO: checking whether O_NONBLOCK is declared" >&5 |
14006 | echo $ECHO_N "checking whether O_NONBLOCK is declared... $ECHO_C" >&6; } | 14579 | $as_echo_n "checking whether O_NONBLOCK is declared... " >&6; } |
14007 | if test "${ac_cv_have_decl_O_NONBLOCK+set}" = set; then | 14580 | if test "${ac_cv_have_decl_O_NONBLOCK+set}" = set; then |
14008 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14581 | $as_echo_n "(cached) " >&6 |
14009 | else | 14582 | else |
14010 | cat >conftest.$ac_ext <<_ACEOF | 14583 | cat >conftest.$ac_ext <<_ACEOF |
14011 | /* confdefs.h. */ | 14584 | /* confdefs.h. */ |
@@ -14040,20 +14613,21 @@ case "(($ac_try" in | |||
14040 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14613 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14041 | *) ac_try_echo=$ac_try;; | 14614 | *) ac_try_echo=$ac_try;; |
14042 | esac | 14615 | esac |
14043 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14616 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14617 | $as_echo "$ac_try_echo") >&5 | ||
14044 | (eval "$ac_compile") 2>conftest.er1 | 14618 | (eval "$ac_compile") 2>conftest.er1 |
14045 | ac_status=$? | 14619 | ac_status=$? |
14046 | grep -v '^ *+' conftest.er1 >conftest.err | 14620 | grep -v '^ *+' conftest.er1 >conftest.err |
14047 | rm -f conftest.er1 | 14621 | rm -f conftest.er1 |
14048 | cat conftest.err >&5 | 14622 | cat conftest.err >&5 |
14049 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14623 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14050 | (exit $ac_status); } && { | 14624 | (exit $ac_status); } && { |
14051 | test -z "$ac_c_werror_flag" || | 14625 | test -z "$ac_c_werror_flag" || |
14052 | test ! -s conftest.err | 14626 | test ! -s conftest.err |
14053 | } && test -s conftest.$ac_objext; then | 14627 | } && test -s conftest.$ac_objext; then |
14054 | ac_cv_have_decl_O_NONBLOCK=yes | 14628 | ac_cv_have_decl_O_NONBLOCK=yes |
14055 | else | 14629 | else |
14056 | echo "$as_me: failed program was:" >&5 | 14630 | $as_echo "$as_me: failed program was:" >&5 |
14057 | sed 's/^/| /' conftest.$ac_ext >&5 | 14631 | sed 's/^/| /' conftest.$ac_ext >&5 |
14058 | 14632 | ||
14059 | ac_cv_have_decl_O_NONBLOCK=no | 14633 | ac_cv_have_decl_O_NONBLOCK=no |
@@ -14061,8 +14635,8 @@ fi | |||
14061 | 14635 | ||
14062 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14636 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14063 | fi | 14637 | fi |
14064 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_O_NONBLOCK" >&5 | 14638 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_O_NONBLOCK" >&5 |
14065 | echo "${ECHO_T}$ac_cv_have_decl_O_NONBLOCK" >&6; } | 14639 | $as_echo "$ac_cv_have_decl_O_NONBLOCK" >&6; } |
14066 | if test $ac_cv_have_decl_O_NONBLOCK = yes; then | 14640 | if test $ac_cv_have_decl_O_NONBLOCK = yes; then |
14067 | 14641 | ||
14068 | cat >>confdefs.h <<_ACEOF | 14642 | cat >>confdefs.h <<_ACEOF |
@@ -14080,10 +14654,10 @@ fi | |||
14080 | 14654 | ||
14081 | 14655 | ||
14082 | 14656 | ||
14083 | { echo "$as_me:$LINENO: checking whether writev is declared" >&5 | 14657 | { $as_echo "$as_me:$LINENO: checking whether writev is declared" >&5 |
14084 | echo $ECHO_N "checking whether writev is declared... $ECHO_C" >&6; } | 14658 | $as_echo_n "checking whether writev is declared... " >&6; } |
14085 | if test "${ac_cv_have_decl_writev+set}" = set; then | 14659 | if test "${ac_cv_have_decl_writev+set}" = set; then |
14086 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14660 | $as_echo_n "(cached) " >&6 |
14087 | else | 14661 | else |
14088 | cat >conftest.$ac_ext <<_ACEOF | 14662 | cat >conftest.$ac_ext <<_ACEOF |
14089 | /* confdefs.h. */ | 14663 | /* confdefs.h. */ |
@@ -14114,20 +14688,21 @@ case "(($ac_try" in | |||
14114 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14688 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14115 | *) ac_try_echo=$ac_try;; | 14689 | *) ac_try_echo=$ac_try;; |
14116 | esac | 14690 | esac |
14117 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14691 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14692 | $as_echo "$ac_try_echo") >&5 | ||
14118 | (eval "$ac_compile") 2>conftest.er1 | 14693 | (eval "$ac_compile") 2>conftest.er1 |
14119 | ac_status=$? | 14694 | ac_status=$? |
14120 | grep -v '^ *+' conftest.er1 >conftest.err | 14695 | grep -v '^ *+' conftest.er1 >conftest.err |
14121 | rm -f conftest.er1 | 14696 | rm -f conftest.er1 |
14122 | cat conftest.err >&5 | 14697 | cat conftest.err >&5 |
14123 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14698 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14124 | (exit $ac_status); } && { | 14699 | (exit $ac_status); } && { |
14125 | test -z "$ac_c_werror_flag" || | 14700 | test -z "$ac_c_werror_flag" || |
14126 | test ! -s conftest.err | 14701 | test ! -s conftest.err |
14127 | } && test -s conftest.$ac_objext; then | 14702 | } && test -s conftest.$ac_objext; then |
14128 | ac_cv_have_decl_writev=yes | 14703 | ac_cv_have_decl_writev=yes |
14129 | else | 14704 | else |
14130 | echo "$as_me: failed program was:" >&5 | 14705 | $as_echo "$as_me: failed program was:" >&5 |
14131 | sed 's/^/| /' conftest.$ac_ext >&5 | 14706 | sed 's/^/| /' conftest.$ac_ext >&5 |
14132 | 14707 | ||
14133 | ac_cv_have_decl_writev=no | 14708 | ac_cv_have_decl_writev=no |
@@ -14135,8 +14710,8 @@ fi | |||
14135 | 14710 | ||
14136 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14711 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14137 | fi | 14712 | fi |
14138 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_writev" >&5 | 14713 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_writev" >&5 |
14139 | echo "${ECHO_T}$ac_cv_have_decl_writev" >&6; } | 14714 | $as_echo "$ac_cv_have_decl_writev" >&6; } |
14140 | if test $ac_cv_have_decl_writev = yes; then | 14715 | if test $ac_cv_have_decl_writev = yes; then |
14141 | 14716 | ||
14142 | cat >>confdefs.h <<_ACEOF | 14717 | cat >>confdefs.h <<_ACEOF |
@@ -14154,10 +14729,10 @@ fi | |||
14154 | 14729 | ||
14155 | 14730 | ||
14156 | 14731 | ||
14157 | { echo "$as_me:$LINENO: checking whether MAXSYMLINKS is declared" >&5 | 14732 | { $as_echo "$as_me:$LINENO: checking whether MAXSYMLINKS is declared" >&5 |
14158 | echo $ECHO_N "checking whether MAXSYMLINKS is declared... $ECHO_C" >&6; } | 14733 | $as_echo_n "checking whether MAXSYMLINKS is declared... " >&6; } |
14159 | if test "${ac_cv_have_decl_MAXSYMLINKS+set}" = set; then | 14734 | if test "${ac_cv_have_decl_MAXSYMLINKS+set}" = set; then |
14160 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14735 | $as_echo_n "(cached) " >&6 |
14161 | else | 14736 | else |
14162 | cat >conftest.$ac_ext <<_ACEOF | 14737 | cat >conftest.$ac_ext <<_ACEOF |
14163 | /* confdefs.h. */ | 14738 | /* confdefs.h. */ |
@@ -14186,20 +14761,21 @@ case "(($ac_try" in | |||
14186 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14761 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14187 | *) ac_try_echo=$ac_try;; | 14762 | *) ac_try_echo=$ac_try;; |
14188 | esac | 14763 | esac |
14189 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14764 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14765 | $as_echo "$ac_try_echo") >&5 | ||
14190 | (eval "$ac_compile") 2>conftest.er1 | 14766 | (eval "$ac_compile") 2>conftest.er1 |
14191 | ac_status=$? | 14767 | ac_status=$? |
14192 | grep -v '^ *+' conftest.er1 >conftest.err | 14768 | grep -v '^ *+' conftest.er1 >conftest.err |
14193 | rm -f conftest.er1 | 14769 | rm -f conftest.er1 |
14194 | cat conftest.err >&5 | 14770 | cat conftest.err >&5 |
14195 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14771 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14196 | (exit $ac_status); } && { | 14772 | (exit $ac_status); } && { |
14197 | test -z "$ac_c_werror_flag" || | 14773 | test -z "$ac_c_werror_flag" || |
14198 | test ! -s conftest.err | 14774 | test ! -s conftest.err |
14199 | } && test -s conftest.$ac_objext; then | 14775 | } && test -s conftest.$ac_objext; then |
14200 | ac_cv_have_decl_MAXSYMLINKS=yes | 14776 | ac_cv_have_decl_MAXSYMLINKS=yes |
14201 | else | 14777 | else |
14202 | echo "$as_me: failed program was:" >&5 | 14778 | $as_echo "$as_me: failed program was:" >&5 |
14203 | sed 's/^/| /' conftest.$ac_ext >&5 | 14779 | sed 's/^/| /' conftest.$ac_ext >&5 |
14204 | 14780 | ||
14205 | ac_cv_have_decl_MAXSYMLINKS=no | 14781 | ac_cv_have_decl_MAXSYMLINKS=no |
@@ -14207,8 +14783,8 @@ fi | |||
14207 | 14783 | ||
14208 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14784 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14209 | fi | 14785 | fi |
14210 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_MAXSYMLINKS" >&5 | 14786 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_MAXSYMLINKS" >&5 |
14211 | echo "${ECHO_T}$ac_cv_have_decl_MAXSYMLINKS" >&6; } | 14787 | $as_echo "$ac_cv_have_decl_MAXSYMLINKS" >&6; } |
14212 | if test $ac_cv_have_decl_MAXSYMLINKS = yes; then | 14788 | if test $ac_cv_have_decl_MAXSYMLINKS = yes; then |
14213 | 14789 | ||
14214 | cat >>confdefs.h <<_ACEOF | 14790 | cat >>confdefs.h <<_ACEOF |
@@ -14226,10 +14802,10 @@ fi | |||
14226 | 14802 | ||
14227 | 14803 | ||
14228 | 14804 | ||
14229 | { echo "$as_me:$LINENO: checking whether offsetof is declared" >&5 | 14805 | { $as_echo "$as_me:$LINENO: checking whether offsetof is declared" >&5 |
14230 | echo $ECHO_N "checking whether offsetof is declared... $ECHO_C" >&6; } | 14806 | $as_echo_n "checking whether offsetof is declared... " >&6; } |
14231 | if test "${ac_cv_have_decl_offsetof+set}" = set; then | 14807 | if test "${ac_cv_have_decl_offsetof+set}" = set; then |
14232 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14808 | $as_echo_n "(cached) " >&6 |
14233 | else | 14809 | else |
14234 | cat >conftest.$ac_ext <<_ACEOF | 14810 | cat >conftest.$ac_ext <<_ACEOF |
14235 | /* confdefs.h. */ | 14811 | /* confdefs.h. */ |
@@ -14258,20 +14834,21 @@ case "(($ac_try" in | |||
14258 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14834 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14259 | *) ac_try_echo=$ac_try;; | 14835 | *) ac_try_echo=$ac_try;; |
14260 | esac | 14836 | esac |
14261 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14837 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14838 | $as_echo "$ac_try_echo") >&5 | ||
14262 | (eval "$ac_compile") 2>conftest.er1 | 14839 | (eval "$ac_compile") 2>conftest.er1 |
14263 | ac_status=$? | 14840 | ac_status=$? |
14264 | grep -v '^ *+' conftest.er1 >conftest.err | 14841 | grep -v '^ *+' conftest.er1 >conftest.err |
14265 | rm -f conftest.er1 | 14842 | rm -f conftest.er1 |
14266 | cat conftest.err >&5 | 14843 | cat conftest.err >&5 |
14267 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14844 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14268 | (exit $ac_status); } && { | 14845 | (exit $ac_status); } && { |
14269 | test -z "$ac_c_werror_flag" || | 14846 | test -z "$ac_c_werror_flag" || |
14270 | test ! -s conftest.err | 14847 | test ! -s conftest.err |
14271 | } && test -s conftest.$ac_objext; then | 14848 | } && test -s conftest.$ac_objext; then |
14272 | ac_cv_have_decl_offsetof=yes | 14849 | ac_cv_have_decl_offsetof=yes |
14273 | else | 14850 | else |
14274 | echo "$as_me: failed program was:" >&5 | 14851 | $as_echo "$as_me: failed program was:" >&5 |
14275 | sed 's/^/| /' conftest.$ac_ext >&5 | 14852 | sed 's/^/| /' conftest.$ac_ext >&5 |
14276 | 14853 | ||
14277 | ac_cv_have_decl_offsetof=no | 14854 | ac_cv_have_decl_offsetof=no |
@@ -14279,8 +14856,8 @@ fi | |||
14279 | 14856 | ||
14280 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14857 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14281 | fi | 14858 | fi |
14282 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_offsetof" >&5 | 14859 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_offsetof" >&5 |
14283 | echo "${ECHO_T}$ac_cv_have_decl_offsetof" >&6; } | 14860 | $as_echo "$ac_cv_have_decl_offsetof" >&6; } |
14284 | if test $ac_cv_have_decl_offsetof = yes; then | 14861 | if test $ac_cv_have_decl_offsetof = yes; then |
14285 | 14862 | ||
14286 | cat >>confdefs.h <<_ACEOF | 14863 | cat >>confdefs.h <<_ACEOF |
@@ -14301,11 +14878,11 @@ fi | |||
14301 | 14878 | ||
14302 | for ac_func in setresuid | 14879 | for ac_func in setresuid |
14303 | do | 14880 | do |
14304 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14881 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14305 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14882 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14306 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 14883 | $as_echo_n "checking for $ac_func... " >&6; } |
14307 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14884 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14308 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14885 | $as_echo_n "(cached) " >&6 |
14309 | else | 14886 | else |
14310 | cat >conftest.$ac_ext <<_ACEOF | 14887 | cat >conftest.$ac_ext <<_ACEOF |
14311 | /* confdefs.h. */ | 14888 | /* confdefs.h. */ |
@@ -14358,42 +14935,48 @@ case "(($ac_try" in | |||
14358 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14935 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14359 | *) ac_try_echo=$ac_try;; | 14936 | *) ac_try_echo=$ac_try;; |
14360 | esac | 14937 | esac |
14361 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 14938 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
14939 | $as_echo "$ac_try_echo") >&5 | ||
14362 | (eval "$ac_link") 2>conftest.er1 | 14940 | (eval "$ac_link") 2>conftest.er1 |
14363 | ac_status=$? | 14941 | ac_status=$? |
14364 | grep -v '^ *+' conftest.er1 >conftest.err | 14942 | grep -v '^ *+' conftest.er1 >conftest.err |
14365 | rm -f conftest.er1 | 14943 | rm -f conftest.er1 |
14366 | cat conftest.err >&5 | 14944 | cat conftest.err >&5 |
14367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14945 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14368 | (exit $ac_status); } && { | 14946 | (exit $ac_status); } && { |
14369 | test -z "$ac_c_werror_flag" || | 14947 | test -z "$ac_c_werror_flag" || |
14370 | test ! -s conftest.err | 14948 | test ! -s conftest.err |
14371 | } && test -s conftest$ac_exeext && | 14949 | } && test -s conftest$ac_exeext && { |
14372 | $as_test_x conftest$ac_exeext; then | 14950 | test "$cross_compiling" = yes || |
14951 | $as_test_x conftest$ac_exeext | ||
14952 | }; then | ||
14373 | eval "$as_ac_var=yes" | 14953 | eval "$as_ac_var=yes" |
14374 | else | 14954 | else |
14375 | echo "$as_me: failed program was:" >&5 | 14955 | $as_echo "$as_me: failed program was:" >&5 |
14376 | sed 's/^/| /' conftest.$ac_ext >&5 | 14956 | sed 's/^/| /' conftest.$ac_ext >&5 |
14377 | 14957 | ||
14378 | eval "$as_ac_var=no" | 14958 | eval "$as_ac_var=no" |
14379 | fi | 14959 | fi |
14380 | 14960 | ||
14961 | rm -rf conftest.dSYM | ||
14381 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14962 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14382 | conftest$ac_exeext conftest.$ac_ext | 14963 | conftest$ac_exeext conftest.$ac_ext |
14383 | fi | 14964 | fi |
14384 | ac_res=`eval echo '${'$as_ac_var'}'` | 14965 | ac_res=`eval 'as_val=${'$as_ac_var'} |
14385 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 14966 | $as_echo "$as_val"'` |
14386 | echo "${ECHO_T}$ac_res" >&6; } | 14967 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
14387 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 14968 | $as_echo "$ac_res" >&6; } |
14969 | if test `eval 'as_val=${'$as_ac_var'} | ||
14970 | $as_echo "$as_val"'` = yes; then | ||
14388 | cat >>confdefs.h <<_ACEOF | 14971 | cat >>confdefs.h <<_ACEOF |
14389 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14972 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14390 | _ACEOF | 14973 | _ACEOF |
14391 | 14974 | ||
14392 | { echo "$as_me:$LINENO: checking if setresuid seems to work" >&5 | 14975 | { $as_echo "$as_me:$LINENO: checking if setresuid seems to work" >&5 |
14393 | echo $ECHO_N "checking if setresuid seems to work... $ECHO_C" >&6; } | 14976 | $as_echo_n "checking if setresuid seems to work... " >&6; } |
14394 | if test "$cross_compiling" = yes; then | 14977 | if test "$cross_compiling" = yes; then |
14395 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 | 14978 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 |
14396 | echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} | 14979 | $as_echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} |
14397 | 14980 | ||
14398 | else | 14981 | else |
14399 | cat >conftest.$ac_ext <<_ACEOF | 14982 | cat >conftest.$ac_ext <<_ACEOF |
@@ -14414,25 +14997,27 @@ case "(($ac_try" in | |||
14414 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14997 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14415 | *) ac_try_echo=$ac_try;; | 14998 | *) ac_try_echo=$ac_try;; |
14416 | esac | 14999 | esac |
14417 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15000 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15001 | $as_echo "$ac_try_echo") >&5 | ||
14418 | (eval "$ac_link") 2>&5 | 15002 | (eval "$ac_link") 2>&5 |
14419 | ac_status=$? | 15003 | ac_status=$? |
14420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15004 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14421 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 15005 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
14422 | { (case "(($ac_try" in | 15006 | { (case "(($ac_try" in |
14423 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15007 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14424 | *) ac_try_echo=$ac_try;; | 15008 | *) ac_try_echo=$ac_try;; |
14425 | esac | 15009 | esac |
14426 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15010 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15011 | $as_echo "$ac_try_echo") >&5 | ||
14427 | (eval "$ac_try") 2>&5 | 15012 | (eval "$ac_try") 2>&5 |
14428 | ac_status=$? | 15013 | ac_status=$? |
14429 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15014 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14430 | (exit $ac_status); }; }; then | 15015 | (exit $ac_status); }; }; then |
14431 | { echo "$as_me:$LINENO: result: yes" >&5 | 15016 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
14432 | echo "${ECHO_T}yes" >&6; } | 15017 | $as_echo "yes" >&6; } |
14433 | else | 15018 | else |
14434 | echo "$as_me: program exited with status $ac_status" >&5 | 15019 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
14435 | echo "$as_me: failed program was:" >&5 | 15020 | $as_echo "$as_me: failed program was:" >&5 |
14436 | sed 's/^/| /' conftest.$ac_ext >&5 | 15021 | sed 's/^/| /' conftest.$ac_ext >&5 |
14437 | 15022 | ||
14438 | ( exit $ac_status ) | 15023 | ( exit $ac_status ) |
@@ -14441,9 +15026,10 @@ cat >>confdefs.h <<\_ACEOF | |||
14441 | #define BROKEN_SETRESUID 1 | 15026 | #define BROKEN_SETRESUID 1 |
14442 | _ACEOF | 15027 | _ACEOF |
14443 | 15028 | ||
14444 | { echo "$as_me:$LINENO: result: not implemented" >&5 | 15029 | { $as_echo "$as_me:$LINENO: result: not implemented" >&5 |
14445 | echo "${ECHO_T}not implemented" >&6; } | 15030 | $as_echo "not implemented" >&6; } |
14446 | fi | 15031 | fi |
15032 | rm -rf conftest.dSYM | ||
14447 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 15033 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
14448 | fi | 15034 | fi |
14449 | 15035 | ||
@@ -14456,11 +15042,11 @@ done | |||
14456 | 15042 | ||
14457 | for ac_func in setresgid | 15043 | for ac_func in setresgid |
14458 | do | 15044 | do |
14459 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15045 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14460 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15046 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14461 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15047 | $as_echo_n "checking for $ac_func... " >&6; } |
14462 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15048 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14463 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15049 | $as_echo_n "(cached) " >&6 |
14464 | else | 15050 | else |
14465 | cat >conftest.$ac_ext <<_ACEOF | 15051 | cat >conftest.$ac_ext <<_ACEOF |
14466 | /* confdefs.h. */ | 15052 | /* confdefs.h. */ |
@@ -14513,42 +15099,48 @@ case "(($ac_try" in | |||
14513 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15099 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14514 | *) ac_try_echo=$ac_try;; | 15100 | *) ac_try_echo=$ac_try;; |
14515 | esac | 15101 | esac |
14516 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15102 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15103 | $as_echo "$ac_try_echo") >&5 | ||
14517 | (eval "$ac_link") 2>conftest.er1 | 15104 | (eval "$ac_link") 2>conftest.er1 |
14518 | ac_status=$? | 15105 | ac_status=$? |
14519 | grep -v '^ *+' conftest.er1 >conftest.err | 15106 | grep -v '^ *+' conftest.er1 >conftest.err |
14520 | rm -f conftest.er1 | 15107 | rm -f conftest.er1 |
14521 | cat conftest.err >&5 | 15108 | cat conftest.err >&5 |
14522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15109 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14523 | (exit $ac_status); } && { | 15110 | (exit $ac_status); } && { |
14524 | test -z "$ac_c_werror_flag" || | 15111 | test -z "$ac_c_werror_flag" || |
14525 | test ! -s conftest.err | 15112 | test ! -s conftest.err |
14526 | } && test -s conftest$ac_exeext && | 15113 | } && test -s conftest$ac_exeext && { |
14527 | $as_test_x conftest$ac_exeext; then | 15114 | test "$cross_compiling" = yes || |
15115 | $as_test_x conftest$ac_exeext | ||
15116 | }; then | ||
14528 | eval "$as_ac_var=yes" | 15117 | eval "$as_ac_var=yes" |
14529 | else | 15118 | else |
14530 | echo "$as_me: failed program was:" >&5 | 15119 | $as_echo "$as_me: failed program was:" >&5 |
14531 | sed 's/^/| /' conftest.$ac_ext >&5 | 15120 | sed 's/^/| /' conftest.$ac_ext >&5 |
14532 | 15121 | ||
14533 | eval "$as_ac_var=no" | 15122 | eval "$as_ac_var=no" |
14534 | fi | 15123 | fi |
14535 | 15124 | ||
15125 | rm -rf conftest.dSYM | ||
14536 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15126 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14537 | conftest$ac_exeext conftest.$ac_ext | 15127 | conftest$ac_exeext conftest.$ac_ext |
14538 | fi | 15128 | fi |
14539 | ac_res=`eval echo '${'$as_ac_var'}'` | 15129 | ac_res=`eval 'as_val=${'$as_ac_var'} |
14540 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15130 | $as_echo "$as_val"'` |
14541 | echo "${ECHO_T}$ac_res" >&6; } | 15131 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
14542 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15132 | $as_echo "$ac_res" >&6; } |
15133 | if test `eval 'as_val=${'$as_ac_var'} | ||
15134 | $as_echo "$as_val"'` = yes; then | ||
14543 | cat >>confdefs.h <<_ACEOF | 15135 | cat >>confdefs.h <<_ACEOF |
14544 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15136 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14545 | _ACEOF | 15137 | _ACEOF |
14546 | 15138 | ||
14547 | { echo "$as_me:$LINENO: checking if setresgid seems to work" >&5 | 15139 | { $as_echo "$as_me:$LINENO: checking if setresgid seems to work" >&5 |
14548 | echo $ECHO_N "checking if setresgid seems to work... $ECHO_C" >&6; } | 15140 | $as_echo_n "checking if setresgid seems to work... " >&6; } |
14549 | if test "$cross_compiling" = yes; then | 15141 | if test "$cross_compiling" = yes; then |
14550 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 | 15142 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 |
14551 | echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} | 15143 | $as_echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} |
14552 | 15144 | ||
14553 | else | 15145 | else |
14554 | cat >conftest.$ac_ext <<_ACEOF | 15146 | cat >conftest.$ac_ext <<_ACEOF |
@@ -14569,25 +15161,27 @@ case "(($ac_try" in | |||
14569 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15161 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14570 | *) ac_try_echo=$ac_try;; | 15162 | *) ac_try_echo=$ac_try;; |
14571 | esac | 15163 | esac |
14572 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15164 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15165 | $as_echo "$ac_try_echo") >&5 | ||
14573 | (eval "$ac_link") 2>&5 | 15166 | (eval "$ac_link") 2>&5 |
14574 | ac_status=$? | 15167 | ac_status=$? |
14575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15168 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14576 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 15169 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
14577 | { (case "(($ac_try" in | 15170 | { (case "(($ac_try" in |
14578 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15171 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14579 | *) ac_try_echo=$ac_try;; | 15172 | *) ac_try_echo=$ac_try;; |
14580 | esac | 15173 | esac |
14581 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15174 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15175 | $as_echo "$ac_try_echo") >&5 | ||
14582 | (eval "$ac_try") 2>&5 | 15176 | (eval "$ac_try") 2>&5 |
14583 | ac_status=$? | 15177 | ac_status=$? |
14584 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15178 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14585 | (exit $ac_status); }; }; then | 15179 | (exit $ac_status); }; }; then |
14586 | { echo "$as_me:$LINENO: result: yes" >&5 | 15180 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
14587 | echo "${ECHO_T}yes" >&6; } | 15181 | $as_echo "yes" >&6; } |
14588 | else | 15182 | else |
14589 | echo "$as_me: program exited with status $ac_status" >&5 | 15183 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
14590 | echo "$as_me: failed program was:" >&5 | 15184 | $as_echo "$as_me: failed program was:" >&5 |
14591 | sed 's/^/| /' conftest.$ac_ext >&5 | 15185 | sed 's/^/| /' conftest.$ac_ext >&5 |
14592 | 15186 | ||
14593 | ( exit $ac_status ) | 15187 | ( exit $ac_status ) |
@@ -14596,9 +15190,10 @@ cat >>confdefs.h <<\_ACEOF | |||
14596 | #define BROKEN_SETRESGID 1 | 15190 | #define BROKEN_SETRESGID 1 |
14597 | _ACEOF | 15191 | _ACEOF |
14598 | 15192 | ||
14599 | { echo "$as_me:$LINENO: result: not implemented" >&5 | 15193 | { $as_echo "$as_me:$LINENO: result: not implemented" >&5 |
14600 | echo "${ECHO_T}not implemented" >&6; } | 15194 | $as_echo "not implemented" >&6; } |
14601 | fi | 15195 | fi |
15196 | rm -rf conftest.dSYM | ||
14602 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 15197 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
14603 | fi | 15198 | fi |
14604 | 15199 | ||
@@ -14612,11 +15207,11 @@ done | |||
14612 | 15207 | ||
14613 | for ac_func in gettimeofday time | 15208 | for ac_func in gettimeofday time |
14614 | do | 15209 | do |
14615 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15210 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14616 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15211 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14617 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15212 | $as_echo_n "checking for $ac_func... " >&6; } |
14618 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15213 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14619 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15214 | $as_echo_n "(cached) " >&6 |
14620 | else | 15215 | else |
14621 | cat >conftest.$ac_ext <<_ACEOF | 15216 | cat >conftest.$ac_ext <<_ACEOF |
14622 | /* confdefs.h. */ | 15217 | /* confdefs.h. */ |
@@ -14669,35 +15264,41 @@ case "(($ac_try" in | |||
14669 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15264 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14670 | *) ac_try_echo=$ac_try;; | 15265 | *) ac_try_echo=$ac_try;; |
14671 | esac | 15266 | esac |
14672 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15267 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15268 | $as_echo "$ac_try_echo") >&5 | ||
14673 | (eval "$ac_link") 2>conftest.er1 | 15269 | (eval "$ac_link") 2>conftest.er1 |
14674 | ac_status=$? | 15270 | ac_status=$? |
14675 | grep -v '^ *+' conftest.er1 >conftest.err | 15271 | grep -v '^ *+' conftest.er1 >conftest.err |
14676 | rm -f conftest.er1 | 15272 | rm -f conftest.er1 |
14677 | cat conftest.err >&5 | 15273 | cat conftest.err >&5 |
14678 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15274 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14679 | (exit $ac_status); } && { | 15275 | (exit $ac_status); } && { |
14680 | test -z "$ac_c_werror_flag" || | 15276 | test -z "$ac_c_werror_flag" || |
14681 | test ! -s conftest.err | 15277 | test ! -s conftest.err |
14682 | } && test -s conftest$ac_exeext && | 15278 | } && test -s conftest$ac_exeext && { |
14683 | $as_test_x conftest$ac_exeext; then | 15279 | test "$cross_compiling" = yes || |
15280 | $as_test_x conftest$ac_exeext | ||
15281 | }; then | ||
14684 | eval "$as_ac_var=yes" | 15282 | eval "$as_ac_var=yes" |
14685 | else | 15283 | else |
14686 | echo "$as_me: failed program was:" >&5 | 15284 | $as_echo "$as_me: failed program was:" >&5 |
14687 | sed 's/^/| /' conftest.$ac_ext >&5 | 15285 | sed 's/^/| /' conftest.$ac_ext >&5 |
14688 | 15286 | ||
14689 | eval "$as_ac_var=no" | 15287 | eval "$as_ac_var=no" |
14690 | fi | 15288 | fi |
14691 | 15289 | ||
15290 | rm -rf conftest.dSYM | ||
14692 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15291 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14693 | conftest$ac_exeext conftest.$ac_ext | 15292 | conftest$ac_exeext conftest.$ac_ext |
14694 | fi | 15293 | fi |
14695 | ac_res=`eval echo '${'$as_ac_var'}'` | 15294 | ac_res=`eval 'as_val=${'$as_ac_var'} |
14696 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15295 | $as_echo "$as_val"'` |
14697 | echo "${ECHO_T}$ac_res" >&6; } | 15296 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
14698 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15297 | $as_echo "$ac_res" >&6; } |
15298 | if test `eval 'as_val=${'$as_ac_var'} | ||
15299 | $as_echo "$as_val"'` = yes; then | ||
14699 | cat >>confdefs.h <<_ACEOF | 15300 | cat >>confdefs.h <<_ACEOF |
14700 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15301 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14701 | _ACEOF | 15302 | _ACEOF |
14702 | 15303 | ||
14703 | fi | 15304 | fi |
@@ -14711,11 +15312,11 @@ done | |||
14711 | 15312 | ||
14712 | for ac_func in endutent getutent getutid getutline pututline setutent | 15313 | for ac_func in endutent getutent getutid getutline pututline setutent |
14713 | do | 15314 | do |
14714 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15315 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14715 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15316 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14716 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15317 | $as_echo_n "checking for $ac_func... " >&6; } |
14717 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15318 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14718 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15319 | $as_echo_n "(cached) " >&6 |
14719 | else | 15320 | else |
14720 | cat >conftest.$ac_ext <<_ACEOF | 15321 | cat >conftest.$ac_ext <<_ACEOF |
14721 | /* confdefs.h. */ | 15322 | /* confdefs.h. */ |
@@ -14768,35 +15369,41 @@ case "(($ac_try" in | |||
14768 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15369 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14769 | *) ac_try_echo=$ac_try;; | 15370 | *) ac_try_echo=$ac_try;; |
14770 | esac | 15371 | esac |
14771 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15372 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15373 | $as_echo "$ac_try_echo") >&5 | ||
14772 | (eval "$ac_link") 2>conftest.er1 | 15374 | (eval "$ac_link") 2>conftest.er1 |
14773 | ac_status=$? | 15375 | ac_status=$? |
14774 | grep -v '^ *+' conftest.er1 >conftest.err | 15376 | grep -v '^ *+' conftest.er1 >conftest.err |
14775 | rm -f conftest.er1 | 15377 | rm -f conftest.er1 |
14776 | cat conftest.err >&5 | 15378 | cat conftest.err >&5 |
14777 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15379 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14778 | (exit $ac_status); } && { | 15380 | (exit $ac_status); } && { |
14779 | test -z "$ac_c_werror_flag" || | 15381 | test -z "$ac_c_werror_flag" || |
14780 | test ! -s conftest.err | 15382 | test ! -s conftest.err |
14781 | } && test -s conftest$ac_exeext && | 15383 | } && test -s conftest$ac_exeext && { |
14782 | $as_test_x conftest$ac_exeext; then | 15384 | test "$cross_compiling" = yes || |
15385 | $as_test_x conftest$ac_exeext | ||
15386 | }; then | ||
14783 | eval "$as_ac_var=yes" | 15387 | eval "$as_ac_var=yes" |
14784 | else | 15388 | else |
14785 | echo "$as_me: failed program was:" >&5 | 15389 | $as_echo "$as_me: failed program was:" >&5 |
14786 | sed 's/^/| /' conftest.$ac_ext >&5 | 15390 | sed 's/^/| /' conftest.$ac_ext >&5 |
14787 | 15391 | ||
14788 | eval "$as_ac_var=no" | 15392 | eval "$as_ac_var=no" |
14789 | fi | 15393 | fi |
14790 | 15394 | ||
15395 | rm -rf conftest.dSYM | ||
14791 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15396 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14792 | conftest$ac_exeext conftest.$ac_ext | 15397 | conftest$ac_exeext conftest.$ac_ext |
14793 | fi | 15398 | fi |
14794 | ac_res=`eval echo '${'$as_ac_var'}'` | 15399 | ac_res=`eval 'as_val=${'$as_ac_var'} |
14795 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15400 | $as_echo "$as_val"'` |
14796 | echo "${ECHO_T}$ac_res" >&6; } | 15401 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
14797 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15402 | $as_echo "$ac_res" >&6; } |
15403 | if test `eval 'as_val=${'$as_ac_var'} | ||
15404 | $as_echo "$as_val"'` = yes; then | ||
14798 | cat >>confdefs.h <<_ACEOF | 15405 | cat >>confdefs.h <<_ACEOF |
14799 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15406 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14800 | _ACEOF | 15407 | _ACEOF |
14801 | 15408 | ||
14802 | fi | 15409 | fi |
@@ -14805,11 +15412,11 @@ done | |||
14805 | 15412 | ||
14806 | for ac_func in utmpname | 15413 | for ac_func in utmpname |
14807 | do | 15414 | do |
14808 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15415 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14809 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15416 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14810 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15417 | $as_echo_n "checking for $ac_func... " >&6; } |
14811 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15418 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14812 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15419 | $as_echo_n "(cached) " >&6 |
14813 | else | 15420 | else |
14814 | cat >conftest.$ac_ext <<_ACEOF | 15421 | cat >conftest.$ac_ext <<_ACEOF |
14815 | /* confdefs.h. */ | 15422 | /* confdefs.h. */ |
@@ -14862,35 +15469,41 @@ case "(($ac_try" in | |||
14862 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15469 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14863 | *) ac_try_echo=$ac_try;; | 15470 | *) ac_try_echo=$ac_try;; |
14864 | esac | 15471 | esac |
14865 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15472 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15473 | $as_echo "$ac_try_echo") >&5 | ||
14866 | (eval "$ac_link") 2>conftest.er1 | 15474 | (eval "$ac_link") 2>conftest.er1 |
14867 | ac_status=$? | 15475 | ac_status=$? |
14868 | grep -v '^ *+' conftest.er1 >conftest.err | 15476 | grep -v '^ *+' conftest.er1 >conftest.err |
14869 | rm -f conftest.er1 | 15477 | rm -f conftest.er1 |
14870 | cat conftest.err >&5 | 15478 | cat conftest.err >&5 |
14871 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15479 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14872 | (exit $ac_status); } && { | 15480 | (exit $ac_status); } && { |
14873 | test -z "$ac_c_werror_flag" || | 15481 | test -z "$ac_c_werror_flag" || |
14874 | test ! -s conftest.err | 15482 | test ! -s conftest.err |
14875 | } && test -s conftest$ac_exeext && | 15483 | } && test -s conftest$ac_exeext && { |
14876 | $as_test_x conftest$ac_exeext; then | 15484 | test "$cross_compiling" = yes || |
15485 | $as_test_x conftest$ac_exeext | ||
15486 | }; then | ||
14877 | eval "$as_ac_var=yes" | 15487 | eval "$as_ac_var=yes" |
14878 | else | 15488 | else |
14879 | echo "$as_me: failed program was:" >&5 | 15489 | $as_echo "$as_me: failed program was:" >&5 |
14880 | sed 's/^/| /' conftest.$ac_ext >&5 | 15490 | sed 's/^/| /' conftest.$ac_ext >&5 |
14881 | 15491 | ||
14882 | eval "$as_ac_var=no" | 15492 | eval "$as_ac_var=no" |
14883 | fi | 15493 | fi |
14884 | 15494 | ||
15495 | rm -rf conftest.dSYM | ||
14885 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15496 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14886 | conftest$ac_exeext conftest.$ac_ext | 15497 | conftest$ac_exeext conftest.$ac_ext |
14887 | fi | 15498 | fi |
14888 | ac_res=`eval echo '${'$as_ac_var'}'` | 15499 | ac_res=`eval 'as_val=${'$as_ac_var'} |
14889 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15500 | $as_echo "$as_val"'` |
14890 | echo "${ECHO_T}$ac_res" >&6; } | 15501 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
14891 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15502 | $as_echo "$ac_res" >&6; } |
15503 | if test `eval 'as_val=${'$as_ac_var'} | ||
15504 | $as_echo "$as_val"'` = yes; then | ||
14892 | cat >>confdefs.h <<_ACEOF | 15505 | cat >>confdefs.h <<_ACEOF |
14893 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15506 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14894 | _ACEOF | 15507 | _ACEOF |
14895 | 15508 | ||
14896 | fi | 15509 | fi |
@@ -14903,11 +15516,11 @@ done | |||
14903 | 15516 | ||
14904 | for ac_func in endutxent getutxent getutxid getutxline pututxline | 15517 | for ac_func in endutxent getutxent getutxid getutxline pututxline |
14905 | do | 15518 | do |
14906 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15519 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14907 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15520 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14908 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15521 | $as_echo_n "checking for $ac_func... " >&6; } |
14909 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15522 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14910 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15523 | $as_echo_n "(cached) " >&6 |
14911 | else | 15524 | else |
14912 | cat >conftest.$ac_ext <<_ACEOF | 15525 | cat >conftest.$ac_ext <<_ACEOF |
14913 | /* confdefs.h. */ | 15526 | /* confdefs.h. */ |
@@ -14960,35 +15573,41 @@ case "(($ac_try" in | |||
14960 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15573 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14961 | *) ac_try_echo=$ac_try;; | 15574 | *) ac_try_echo=$ac_try;; |
14962 | esac | 15575 | esac |
14963 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15576 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15577 | $as_echo "$ac_try_echo") >&5 | ||
14964 | (eval "$ac_link") 2>conftest.er1 | 15578 | (eval "$ac_link") 2>conftest.er1 |
14965 | ac_status=$? | 15579 | ac_status=$? |
14966 | grep -v '^ *+' conftest.er1 >conftest.err | 15580 | grep -v '^ *+' conftest.er1 >conftest.err |
14967 | rm -f conftest.er1 | 15581 | rm -f conftest.er1 |
14968 | cat conftest.err >&5 | 15582 | cat conftest.err >&5 |
14969 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15583 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14970 | (exit $ac_status); } && { | 15584 | (exit $ac_status); } && { |
14971 | test -z "$ac_c_werror_flag" || | 15585 | test -z "$ac_c_werror_flag" || |
14972 | test ! -s conftest.err | 15586 | test ! -s conftest.err |
14973 | } && test -s conftest$ac_exeext && | 15587 | } && test -s conftest$ac_exeext && { |
14974 | $as_test_x conftest$ac_exeext; then | 15588 | test "$cross_compiling" = yes || |
15589 | $as_test_x conftest$ac_exeext | ||
15590 | }; then | ||
14975 | eval "$as_ac_var=yes" | 15591 | eval "$as_ac_var=yes" |
14976 | else | 15592 | else |
14977 | echo "$as_me: failed program was:" >&5 | 15593 | $as_echo "$as_me: failed program was:" >&5 |
14978 | sed 's/^/| /' conftest.$ac_ext >&5 | 15594 | sed 's/^/| /' conftest.$ac_ext >&5 |
14979 | 15595 | ||
14980 | eval "$as_ac_var=no" | 15596 | eval "$as_ac_var=no" |
14981 | fi | 15597 | fi |
14982 | 15598 | ||
15599 | rm -rf conftest.dSYM | ||
14983 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15600 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14984 | conftest$ac_exeext conftest.$ac_ext | 15601 | conftest$ac_exeext conftest.$ac_ext |
14985 | fi | 15602 | fi |
14986 | ac_res=`eval echo '${'$as_ac_var'}'` | 15603 | ac_res=`eval 'as_val=${'$as_ac_var'} |
14987 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15604 | $as_echo "$as_val"'` |
14988 | echo "${ECHO_T}$ac_res" >&6; } | 15605 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
14989 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15606 | $as_echo "$ac_res" >&6; } |
15607 | if test `eval 'as_val=${'$as_ac_var'} | ||
15608 | $as_echo "$as_val"'` = yes; then | ||
14990 | cat >>confdefs.h <<_ACEOF | 15609 | cat >>confdefs.h <<_ACEOF |
14991 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15610 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14992 | _ACEOF | 15611 | _ACEOF |
14993 | 15612 | ||
14994 | fi | 15613 | fi |
@@ -14998,11 +15617,11 @@ done | |||
14998 | 15617 | ||
14999 | for ac_func in setutxent utmpxname | 15618 | for ac_func in setutxent utmpxname |
15000 | do | 15619 | do |
15001 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15620 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15002 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15621 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15003 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15622 | $as_echo_n "checking for $ac_func... " >&6; } |
15004 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15623 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15005 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15624 | $as_echo_n "(cached) " >&6 |
15006 | else | 15625 | else |
15007 | cat >conftest.$ac_ext <<_ACEOF | 15626 | cat >conftest.$ac_ext <<_ACEOF |
15008 | /* confdefs.h. */ | 15627 | /* confdefs.h. */ |
@@ -15055,35 +15674,41 @@ case "(($ac_try" in | |||
15055 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15674 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15056 | *) ac_try_echo=$ac_try;; | 15675 | *) ac_try_echo=$ac_try;; |
15057 | esac | 15676 | esac |
15058 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15677 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15678 | $as_echo "$ac_try_echo") >&5 | ||
15059 | (eval "$ac_link") 2>conftest.er1 | 15679 | (eval "$ac_link") 2>conftest.er1 |
15060 | ac_status=$? | 15680 | ac_status=$? |
15061 | grep -v '^ *+' conftest.er1 >conftest.err | 15681 | grep -v '^ *+' conftest.er1 >conftest.err |
15062 | rm -f conftest.er1 | 15682 | rm -f conftest.er1 |
15063 | cat conftest.err >&5 | 15683 | cat conftest.err >&5 |
15064 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15684 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15065 | (exit $ac_status); } && { | 15685 | (exit $ac_status); } && { |
15066 | test -z "$ac_c_werror_flag" || | 15686 | test -z "$ac_c_werror_flag" || |
15067 | test ! -s conftest.err | 15687 | test ! -s conftest.err |
15068 | } && test -s conftest$ac_exeext && | 15688 | } && test -s conftest$ac_exeext && { |
15069 | $as_test_x conftest$ac_exeext; then | 15689 | test "$cross_compiling" = yes || |
15690 | $as_test_x conftest$ac_exeext | ||
15691 | }; then | ||
15070 | eval "$as_ac_var=yes" | 15692 | eval "$as_ac_var=yes" |
15071 | else | 15693 | else |
15072 | echo "$as_me: failed program was:" >&5 | 15694 | $as_echo "$as_me: failed program was:" >&5 |
15073 | sed 's/^/| /' conftest.$ac_ext >&5 | 15695 | sed 's/^/| /' conftest.$ac_ext >&5 |
15074 | 15696 | ||
15075 | eval "$as_ac_var=no" | 15697 | eval "$as_ac_var=no" |
15076 | fi | 15698 | fi |
15077 | 15699 | ||
15700 | rm -rf conftest.dSYM | ||
15078 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15701 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15079 | conftest$ac_exeext conftest.$ac_ext | 15702 | conftest$ac_exeext conftest.$ac_ext |
15080 | fi | 15703 | fi |
15081 | ac_res=`eval echo '${'$as_ac_var'}'` | 15704 | ac_res=`eval 'as_val=${'$as_ac_var'} |
15082 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15705 | $as_echo "$as_val"'` |
15083 | echo "${ECHO_T}$ac_res" >&6; } | 15706 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
15084 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15707 | $as_echo "$ac_res" >&6; } |
15708 | if test `eval 'as_val=${'$as_ac_var'} | ||
15709 | $as_echo "$as_val"'` = yes; then | ||
15085 | cat >>confdefs.h <<_ACEOF | 15710 | cat >>confdefs.h <<_ACEOF |
15086 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15711 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15087 | _ACEOF | 15712 | _ACEOF |
15088 | 15713 | ||
15089 | fi | 15714 | fi |
@@ -15092,11 +15717,11 @@ done | |||
15092 | 15717 | ||
15093 | for ac_func in getlastlogxbyname | 15718 | for ac_func in getlastlogxbyname |
15094 | do | 15719 | do |
15095 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15720 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15096 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15721 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15097 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 15722 | $as_echo_n "checking for $ac_func... " >&6; } |
15098 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15723 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15099 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15724 | $as_echo_n "(cached) " >&6 |
15100 | else | 15725 | else |
15101 | cat >conftest.$ac_ext <<_ACEOF | 15726 | cat >conftest.$ac_ext <<_ACEOF |
15102 | /* confdefs.h. */ | 15727 | /* confdefs.h. */ |
@@ -15149,45 +15774,51 @@ case "(($ac_try" in | |||
15149 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15774 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15150 | *) ac_try_echo=$ac_try;; | 15775 | *) ac_try_echo=$ac_try;; |
15151 | esac | 15776 | esac |
15152 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15777 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15778 | $as_echo "$ac_try_echo") >&5 | ||
15153 | (eval "$ac_link") 2>conftest.er1 | 15779 | (eval "$ac_link") 2>conftest.er1 |
15154 | ac_status=$? | 15780 | ac_status=$? |
15155 | grep -v '^ *+' conftest.er1 >conftest.err | 15781 | grep -v '^ *+' conftest.er1 >conftest.err |
15156 | rm -f conftest.er1 | 15782 | rm -f conftest.er1 |
15157 | cat conftest.err >&5 | 15783 | cat conftest.err >&5 |
15158 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15784 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15159 | (exit $ac_status); } && { | 15785 | (exit $ac_status); } && { |
15160 | test -z "$ac_c_werror_flag" || | 15786 | test -z "$ac_c_werror_flag" || |
15161 | test ! -s conftest.err | 15787 | test ! -s conftest.err |
15162 | } && test -s conftest$ac_exeext && | 15788 | } && test -s conftest$ac_exeext && { |
15163 | $as_test_x conftest$ac_exeext; then | 15789 | test "$cross_compiling" = yes || |
15790 | $as_test_x conftest$ac_exeext | ||
15791 | }; then | ||
15164 | eval "$as_ac_var=yes" | 15792 | eval "$as_ac_var=yes" |
15165 | else | 15793 | else |
15166 | echo "$as_me: failed program was:" >&5 | 15794 | $as_echo "$as_me: failed program was:" >&5 |
15167 | sed 's/^/| /' conftest.$ac_ext >&5 | 15795 | sed 's/^/| /' conftest.$ac_ext >&5 |
15168 | 15796 | ||
15169 | eval "$as_ac_var=no" | 15797 | eval "$as_ac_var=no" |
15170 | fi | 15798 | fi |
15171 | 15799 | ||
15800 | rm -rf conftest.dSYM | ||
15172 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15801 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15173 | conftest$ac_exeext conftest.$ac_ext | 15802 | conftest$ac_exeext conftest.$ac_ext |
15174 | fi | 15803 | fi |
15175 | ac_res=`eval echo '${'$as_ac_var'}'` | 15804 | ac_res=`eval 'as_val=${'$as_ac_var'} |
15176 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 15805 | $as_echo "$as_val"'` |
15177 | echo "${ECHO_T}$ac_res" >&6; } | 15806 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
15178 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 15807 | $as_echo "$ac_res" >&6; } |
15808 | if test `eval 'as_val=${'$as_ac_var'} | ||
15809 | $as_echo "$as_val"'` = yes; then | ||
15179 | cat >>confdefs.h <<_ACEOF | 15810 | cat >>confdefs.h <<_ACEOF |
15180 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15811 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15181 | _ACEOF | 15812 | _ACEOF |
15182 | 15813 | ||
15183 | fi | 15814 | fi |
15184 | done | 15815 | done |
15185 | 15816 | ||
15186 | 15817 | ||
15187 | { echo "$as_me:$LINENO: checking for daemon" >&5 | 15818 | { $as_echo "$as_me:$LINENO: checking for daemon" >&5 |
15188 | echo $ECHO_N "checking for daemon... $ECHO_C" >&6; } | 15819 | $as_echo_n "checking for daemon... " >&6; } |
15189 | if test "${ac_cv_func_daemon+set}" = set; then | 15820 | if test "${ac_cv_func_daemon+set}" = set; then |
15190 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15821 | $as_echo_n "(cached) " >&6 |
15191 | else | 15822 | else |
15192 | cat >conftest.$ac_ext <<_ACEOF | 15823 | cat >conftest.$ac_ext <<_ACEOF |
15193 | /* confdefs.h. */ | 15824 | /* confdefs.h. */ |
@@ -15240,31 +15871,35 @@ case "(($ac_try" in | |||
15240 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15871 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15241 | *) ac_try_echo=$ac_try;; | 15872 | *) ac_try_echo=$ac_try;; |
15242 | esac | 15873 | esac |
15243 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15874 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15875 | $as_echo "$ac_try_echo") >&5 | ||
15244 | (eval "$ac_link") 2>conftest.er1 | 15876 | (eval "$ac_link") 2>conftest.er1 |
15245 | ac_status=$? | 15877 | ac_status=$? |
15246 | grep -v '^ *+' conftest.er1 >conftest.err | 15878 | grep -v '^ *+' conftest.er1 >conftest.err |
15247 | rm -f conftest.er1 | 15879 | rm -f conftest.er1 |
15248 | cat conftest.err >&5 | 15880 | cat conftest.err >&5 |
15249 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15881 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15250 | (exit $ac_status); } && { | 15882 | (exit $ac_status); } && { |
15251 | test -z "$ac_c_werror_flag" || | 15883 | test -z "$ac_c_werror_flag" || |
15252 | test ! -s conftest.err | 15884 | test ! -s conftest.err |
15253 | } && test -s conftest$ac_exeext && | 15885 | } && test -s conftest$ac_exeext && { |
15254 | $as_test_x conftest$ac_exeext; then | 15886 | test "$cross_compiling" = yes || |
15887 | $as_test_x conftest$ac_exeext | ||
15888 | }; then | ||
15255 | ac_cv_func_daemon=yes | 15889 | ac_cv_func_daemon=yes |
15256 | else | 15890 | else |
15257 | echo "$as_me: failed program was:" >&5 | 15891 | $as_echo "$as_me: failed program was:" >&5 |
15258 | sed 's/^/| /' conftest.$ac_ext >&5 | 15892 | sed 's/^/| /' conftest.$ac_ext >&5 |
15259 | 15893 | ||
15260 | ac_cv_func_daemon=no | 15894 | ac_cv_func_daemon=no |
15261 | fi | 15895 | fi |
15262 | 15896 | ||
15897 | rm -rf conftest.dSYM | ||
15263 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15898 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15264 | conftest$ac_exeext conftest.$ac_ext | 15899 | conftest$ac_exeext conftest.$ac_ext |
15265 | fi | 15900 | fi |
15266 | { echo "$as_me:$LINENO: result: $ac_cv_func_daemon" >&5 | 15901 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_daemon" >&5 |
15267 | echo "${ECHO_T}$ac_cv_func_daemon" >&6; } | 15902 | $as_echo "$ac_cv_func_daemon" >&6; } |
15268 | if test $ac_cv_func_daemon = yes; then | 15903 | if test $ac_cv_func_daemon = yes; then |
15269 | 15904 | ||
15270 | cat >>confdefs.h <<\_ACEOF | 15905 | cat >>confdefs.h <<\_ACEOF |
@@ -15272,10 +15907,10 @@ cat >>confdefs.h <<\_ACEOF | |||
15272 | _ACEOF | 15907 | _ACEOF |
15273 | 15908 | ||
15274 | else | 15909 | else |
15275 | { echo "$as_me:$LINENO: checking for daemon in -lbsd" >&5 | 15910 | { $as_echo "$as_me:$LINENO: checking for daemon in -lbsd" >&5 |
15276 | echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6; } | 15911 | $as_echo_n "checking for daemon in -lbsd... " >&6; } |
15277 | if test "${ac_cv_lib_bsd_daemon+set}" = set; then | 15912 | if test "${ac_cv_lib_bsd_daemon+set}" = set; then |
15278 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15913 | $as_echo_n "(cached) " >&6 |
15279 | else | 15914 | else |
15280 | ac_check_lib_save_LIBS=$LIBS | 15915 | ac_check_lib_save_LIBS=$LIBS |
15281 | LIBS="-lbsd $LIBS" | 15916 | LIBS="-lbsd $LIBS" |
@@ -15307,32 +15942,36 @@ case "(($ac_try" in | |||
15307 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15942 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15308 | *) ac_try_echo=$ac_try;; | 15943 | *) ac_try_echo=$ac_try;; |
15309 | esac | 15944 | esac |
15310 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 15945 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
15946 | $as_echo "$ac_try_echo") >&5 | ||
15311 | (eval "$ac_link") 2>conftest.er1 | 15947 | (eval "$ac_link") 2>conftest.er1 |
15312 | ac_status=$? | 15948 | ac_status=$? |
15313 | grep -v '^ *+' conftest.er1 >conftest.err | 15949 | grep -v '^ *+' conftest.er1 >conftest.err |
15314 | rm -f conftest.er1 | 15950 | rm -f conftest.er1 |
15315 | cat conftest.err >&5 | 15951 | cat conftest.err >&5 |
15316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15952 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15317 | (exit $ac_status); } && { | 15953 | (exit $ac_status); } && { |
15318 | test -z "$ac_c_werror_flag" || | 15954 | test -z "$ac_c_werror_flag" || |
15319 | test ! -s conftest.err | 15955 | test ! -s conftest.err |
15320 | } && test -s conftest$ac_exeext && | 15956 | } && test -s conftest$ac_exeext && { |
15321 | $as_test_x conftest$ac_exeext; then | 15957 | test "$cross_compiling" = yes || |
15958 | $as_test_x conftest$ac_exeext | ||
15959 | }; then | ||
15322 | ac_cv_lib_bsd_daemon=yes | 15960 | ac_cv_lib_bsd_daemon=yes |
15323 | else | 15961 | else |
15324 | echo "$as_me: failed program was:" >&5 | 15962 | $as_echo "$as_me: failed program was:" >&5 |
15325 | sed 's/^/| /' conftest.$ac_ext >&5 | 15963 | sed 's/^/| /' conftest.$ac_ext >&5 |
15326 | 15964 | ||
15327 | ac_cv_lib_bsd_daemon=no | 15965 | ac_cv_lib_bsd_daemon=no |
15328 | fi | 15966 | fi |
15329 | 15967 | ||
15968 | rm -rf conftest.dSYM | ||
15330 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15969 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15331 | conftest$ac_exeext conftest.$ac_ext | 15970 | conftest$ac_exeext conftest.$ac_ext |
15332 | LIBS=$ac_check_lib_save_LIBS | 15971 | LIBS=$ac_check_lib_save_LIBS |
15333 | fi | 15972 | fi |
15334 | { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_daemon" >&5 | 15973 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_daemon" >&5 |
15335 | echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6; } | 15974 | $as_echo "$ac_cv_lib_bsd_daemon" >&6; } |
15336 | if test $ac_cv_lib_bsd_daemon = yes; then | 15975 | if test $ac_cv_lib_bsd_daemon = yes; then |
15337 | LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\_ACEOF | 15976 | LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\_ACEOF |
15338 | #define HAVE_DAEMON 1 | 15977 | #define HAVE_DAEMON 1 |
@@ -15344,10 +15983,10 @@ fi | |||
15344 | fi | 15983 | fi |
15345 | 15984 | ||
15346 | 15985 | ||
15347 | { echo "$as_me:$LINENO: checking for getpagesize" >&5 | 15986 | { $as_echo "$as_me:$LINENO: checking for getpagesize" >&5 |
15348 | echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6; } | 15987 | $as_echo_n "checking for getpagesize... " >&6; } |
15349 | if test "${ac_cv_func_getpagesize+set}" = set; then | 15988 | if test "${ac_cv_func_getpagesize+set}" = set; then |
15350 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15989 | $as_echo_n "(cached) " >&6 |
15351 | else | 15990 | else |
15352 | cat >conftest.$ac_ext <<_ACEOF | 15991 | cat >conftest.$ac_ext <<_ACEOF |
15353 | /* confdefs.h. */ | 15992 | /* confdefs.h. */ |
@@ -15400,31 +16039,35 @@ case "(($ac_try" in | |||
15400 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16039 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15401 | *) ac_try_echo=$ac_try;; | 16040 | *) ac_try_echo=$ac_try;; |
15402 | esac | 16041 | esac |
15403 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16042 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16043 | $as_echo "$ac_try_echo") >&5 | ||
15404 | (eval "$ac_link") 2>conftest.er1 | 16044 | (eval "$ac_link") 2>conftest.er1 |
15405 | ac_status=$? | 16045 | ac_status=$? |
15406 | grep -v '^ *+' conftest.er1 >conftest.err | 16046 | grep -v '^ *+' conftest.er1 >conftest.err |
15407 | rm -f conftest.er1 | 16047 | rm -f conftest.er1 |
15408 | cat conftest.err >&5 | 16048 | cat conftest.err >&5 |
15409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16049 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15410 | (exit $ac_status); } && { | 16050 | (exit $ac_status); } && { |
15411 | test -z "$ac_c_werror_flag" || | 16051 | test -z "$ac_c_werror_flag" || |
15412 | test ! -s conftest.err | 16052 | test ! -s conftest.err |
15413 | } && test -s conftest$ac_exeext && | 16053 | } && test -s conftest$ac_exeext && { |
15414 | $as_test_x conftest$ac_exeext; then | 16054 | test "$cross_compiling" = yes || |
16055 | $as_test_x conftest$ac_exeext | ||
16056 | }; then | ||
15415 | ac_cv_func_getpagesize=yes | 16057 | ac_cv_func_getpagesize=yes |
15416 | else | 16058 | else |
15417 | echo "$as_me: failed program was:" >&5 | 16059 | $as_echo "$as_me: failed program was:" >&5 |
15418 | sed 's/^/| /' conftest.$ac_ext >&5 | 16060 | sed 's/^/| /' conftest.$ac_ext >&5 |
15419 | 16061 | ||
15420 | ac_cv_func_getpagesize=no | 16062 | ac_cv_func_getpagesize=no |
15421 | fi | 16063 | fi |
15422 | 16064 | ||
16065 | rm -rf conftest.dSYM | ||
15423 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 16066 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15424 | conftest$ac_exeext conftest.$ac_ext | 16067 | conftest$ac_exeext conftest.$ac_ext |
15425 | fi | 16068 | fi |
15426 | { echo "$as_me:$LINENO: result: $ac_cv_func_getpagesize" >&5 | 16069 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpagesize" >&5 |
15427 | echo "${ECHO_T}$ac_cv_func_getpagesize" >&6; } | 16070 | $as_echo "$ac_cv_func_getpagesize" >&6; } |
15428 | if test $ac_cv_func_getpagesize = yes; then | 16071 | if test $ac_cv_func_getpagesize = yes; then |
15429 | 16072 | ||
15430 | cat >>confdefs.h <<\_ACEOF | 16073 | cat >>confdefs.h <<\_ACEOF |
@@ -15432,10 +16075,10 @@ cat >>confdefs.h <<\_ACEOF | |||
15432 | _ACEOF | 16075 | _ACEOF |
15433 | 16076 | ||
15434 | else | 16077 | else |
15435 | { echo "$as_me:$LINENO: checking for getpagesize in -lucb" >&5 | 16078 | { $as_echo "$as_me:$LINENO: checking for getpagesize in -lucb" >&5 |
15436 | echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6; } | 16079 | $as_echo_n "checking for getpagesize in -lucb... " >&6; } |
15437 | if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then | 16080 | if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then |
15438 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16081 | $as_echo_n "(cached) " >&6 |
15439 | else | 16082 | else |
15440 | ac_check_lib_save_LIBS=$LIBS | 16083 | ac_check_lib_save_LIBS=$LIBS |
15441 | LIBS="-lucb $LIBS" | 16084 | LIBS="-lucb $LIBS" |
@@ -15467,32 +16110,36 @@ case "(($ac_try" in | |||
15467 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16110 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15468 | *) ac_try_echo=$ac_try;; | 16111 | *) ac_try_echo=$ac_try;; |
15469 | esac | 16112 | esac |
15470 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16113 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16114 | $as_echo "$ac_try_echo") >&5 | ||
15471 | (eval "$ac_link") 2>conftest.er1 | 16115 | (eval "$ac_link") 2>conftest.er1 |
15472 | ac_status=$? | 16116 | ac_status=$? |
15473 | grep -v '^ *+' conftest.er1 >conftest.err | 16117 | grep -v '^ *+' conftest.er1 >conftest.err |
15474 | rm -f conftest.er1 | 16118 | rm -f conftest.er1 |
15475 | cat conftest.err >&5 | 16119 | cat conftest.err >&5 |
15476 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16120 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15477 | (exit $ac_status); } && { | 16121 | (exit $ac_status); } && { |
15478 | test -z "$ac_c_werror_flag" || | 16122 | test -z "$ac_c_werror_flag" || |
15479 | test ! -s conftest.err | 16123 | test ! -s conftest.err |
15480 | } && test -s conftest$ac_exeext && | 16124 | } && test -s conftest$ac_exeext && { |
15481 | $as_test_x conftest$ac_exeext; then | 16125 | test "$cross_compiling" = yes || |
16126 | $as_test_x conftest$ac_exeext | ||
16127 | }; then | ||
15482 | ac_cv_lib_ucb_getpagesize=yes | 16128 | ac_cv_lib_ucb_getpagesize=yes |
15483 | else | 16129 | else |
15484 | echo "$as_me: failed program was:" >&5 | 16130 | $as_echo "$as_me: failed program was:" >&5 |
15485 | sed 's/^/| /' conftest.$ac_ext >&5 | 16131 | sed 's/^/| /' conftest.$ac_ext >&5 |
15486 | 16132 | ||
15487 | ac_cv_lib_ucb_getpagesize=no | 16133 | ac_cv_lib_ucb_getpagesize=no |
15488 | fi | 16134 | fi |
15489 | 16135 | ||
16136 | rm -rf conftest.dSYM | ||
15490 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 16137 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15491 | conftest$ac_exeext conftest.$ac_ext | 16138 | conftest$ac_exeext conftest.$ac_ext |
15492 | LIBS=$ac_check_lib_save_LIBS | 16139 | LIBS=$ac_check_lib_save_LIBS |
15493 | fi | 16140 | fi |
15494 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_getpagesize" >&5 | 16141 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_getpagesize" >&5 |
15495 | echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6; } | 16142 | $as_echo "$ac_cv_lib_ucb_getpagesize" >&6; } |
15496 | if test $ac_cv_lib_ucb_getpagesize = yes; then | 16143 | if test $ac_cv_lib_ucb_getpagesize = yes; then |
15497 | LIBS="$LIBS -lucb"; cat >>confdefs.h <<\_ACEOF | 16144 | LIBS="$LIBS -lucb"; cat >>confdefs.h <<\_ACEOF |
15498 | #define HAVE_GETPAGESIZE 1 | 16145 | #define HAVE_GETPAGESIZE 1 |
@@ -15506,11 +16153,11 @@ fi | |||
15506 | 16153 | ||
15507 | # Check for broken snprintf | 16154 | # Check for broken snprintf |
15508 | if test "x$ac_cv_func_snprintf" = "xyes" ; then | 16155 | if test "x$ac_cv_func_snprintf" = "xyes" ; then |
15509 | { echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5 | 16156 | { $as_echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5 |
15510 | echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6; } | 16157 | $as_echo_n "checking whether snprintf correctly terminates long strings... " >&6; } |
15511 | if test "$cross_compiling" = yes; then | 16158 | if test "$cross_compiling" = yes; then |
15512 | { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 | 16159 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 |
15513 | echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} | 16160 | $as_echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} |
15514 | 16161 | ||
15515 | else | 16162 | else |
15516 | cat >conftest.$ac_ext <<_ACEOF | 16163 | cat >conftest.$ac_ext <<_ACEOF |
@@ -15530,40 +16177,43 @@ case "(($ac_try" in | |||
15530 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16177 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15531 | *) ac_try_echo=$ac_try;; | 16178 | *) ac_try_echo=$ac_try;; |
15532 | esac | 16179 | esac |
15533 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16180 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16181 | $as_echo "$ac_try_echo") >&5 | ||
15534 | (eval "$ac_link") 2>&5 | 16182 | (eval "$ac_link") 2>&5 |
15535 | ac_status=$? | 16183 | ac_status=$? |
15536 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16184 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15537 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16185 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
15538 | { (case "(($ac_try" in | 16186 | { (case "(($ac_try" in |
15539 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16187 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15540 | *) ac_try_echo=$ac_try;; | 16188 | *) ac_try_echo=$ac_try;; |
15541 | esac | 16189 | esac |
15542 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16190 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16191 | $as_echo "$ac_try_echo") >&5 | ||
15543 | (eval "$ac_try") 2>&5 | 16192 | (eval "$ac_try") 2>&5 |
15544 | ac_status=$? | 16193 | ac_status=$? |
15545 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16194 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15546 | (exit $ac_status); }; }; then | 16195 | (exit $ac_status); }; }; then |
15547 | { echo "$as_me:$LINENO: result: yes" >&5 | 16196 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15548 | echo "${ECHO_T}yes" >&6; } | 16197 | $as_echo "yes" >&6; } |
15549 | else | 16198 | else |
15550 | echo "$as_me: program exited with status $ac_status" >&5 | 16199 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
15551 | echo "$as_me: failed program was:" >&5 | 16200 | $as_echo "$as_me: failed program was:" >&5 |
15552 | sed 's/^/| /' conftest.$ac_ext >&5 | 16201 | sed 's/^/| /' conftest.$ac_ext >&5 |
15553 | 16202 | ||
15554 | ( exit $ac_status ) | 16203 | ( exit $ac_status ) |
15555 | 16204 | ||
15556 | { echo "$as_me:$LINENO: result: no" >&5 | 16205 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
15557 | echo "${ECHO_T}no" >&6; } | 16206 | $as_echo "no" >&6; } |
15558 | 16207 | ||
15559 | cat >>confdefs.h <<\_ACEOF | 16208 | cat >>confdefs.h <<\_ACEOF |
15560 | #define BROKEN_SNPRINTF 1 | 16209 | #define BROKEN_SNPRINTF 1 |
15561 | _ACEOF | 16210 | _ACEOF |
15562 | 16211 | ||
15563 | { echo "$as_me:$LINENO: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 | 16212 | { $as_echo "$as_me:$LINENO: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 |
15564 | echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} | 16213 | $as_echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} |
15565 | 16214 | ||
15566 | fi | 16215 | fi |
16216 | rm -rf conftest.dSYM | ||
15567 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16217 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15568 | fi | 16218 | fi |
15569 | 16219 | ||
@@ -15575,11 +16225,11 @@ fi | |||
15575 | # create (as per SUSv3) | 16225 | # create (as per SUSv3) |
15576 | if test "x$ac_cv_func_asprintf" != "xyes" && \ | 16226 | if test "x$ac_cv_func_asprintf" != "xyes" && \ |
15577 | test "x$ac_cv_func_vsnprintf" = "xyes" ; then | 16227 | test "x$ac_cv_func_vsnprintf" = "xyes" ; then |
15578 | { echo "$as_me:$LINENO: checking whether vsnprintf returns correct values on overflow" >&5 | 16228 | { $as_echo "$as_me:$LINENO: checking whether vsnprintf returns correct values on overflow" >&5 |
15579 | echo $ECHO_N "checking whether vsnprintf returns correct values on overflow... $ECHO_C" >&6; } | 16229 | $as_echo_n "checking whether vsnprintf returns correct values on overflow... " >&6; } |
15580 | if test "$cross_compiling" = yes; then | 16230 | if test "$cross_compiling" = yes; then |
15581 | { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working vsnprintf()" >&5 | 16231 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working vsnprintf()" >&5 |
15582 | echo "$as_me: WARNING: cross compiling: Assuming working vsnprintf()" >&2;} | 16232 | $as_echo "$as_me: WARNING: cross compiling: Assuming working vsnprintf()" >&2;} |
15583 | 16233 | ||
15584 | else | 16234 | else |
15585 | cat >conftest.$ac_ext <<_ACEOF | 16235 | cat >conftest.$ac_ext <<_ACEOF |
@@ -15611,40 +16261,43 @@ case "(($ac_try" in | |||
15611 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16261 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15612 | *) ac_try_echo=$ac_try;; | 16262 | *) ac_try_echo=$ac_try;; |
15613 | esac | 16263 | esac |
15614 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16264 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16265 | $as_echo "$ac_try_echo") >&5 | ||
15615 | (eval "$ac_link") 2>&5 | 16266 | (eval "$ac_link") 2>&5 |
15616 | ac_status=$? | 16267 | ac_status=$? |
15617 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16268 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15618 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16269 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
15619 | { (case "(($ac_try" in | 16270 | { (case "(($ac_try" in |
15620 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16271 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15621 | *) ac_try_echo=$ac_try;; | 16272 | *) ac_try_echo=$ac_try;; |
15622 | esac | 16273 | esac |
15623 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16274 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16275 | $as_echo "$ac_try_echo") >&5 | ||
15624 | (eval "$ac_try") 2>&5 | 16276 | (eval "$ac_try") 2>&5 |
15625 | ac_status=$? | 16277 | ac_status=$? |
15626 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16278 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15627 | (exit $ac_status); }; }; then | 16279 | (exit $ac_status); }; }; then |
15628 | { echo "$as_me:$LINENO: result: yes" >&5 | 16280 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15629 | echo "${ECHO_T}yes" >&6; } | 16281 | $as_echo "yes" >&6; } |
15630 | else | 16282 | else |
15631 | echo "$as_me: program exited with status $ac_status" >&5 | 16283 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
15632 | echo "$as_me: failed program was:" >&5 | 16284 | $as_echo "$as_me: failed program was:" >&5 |
15633 | sed 's/^/| /' conftest.$ac_ext >&5 | 16285 | sed 's/^/| /' conftest.$ac_ext >&5 |
15634 | 16286 | ||
15635 | ( exit $ac_status ) | 16287 | ( exit $ac_status ) |
15636 | 16288 | ||
15637 | { echo "$as_me:$LINENO: result: no" >&5 | 16289 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
15638 | echo "${ECHO_T}no" >&6; } | 16290 | $as_echo "no" >&6; } |
15639 | 16291 | ||
15640 | cat >>confdefs.h <<\_ACEOF | 16292 | cat >>confdefs.h <<\_ACEOF |
15641 | #define BROKEN_SNPRINTF 1 | 16293 | #define BROKEN_SNPRINTF 1 |
15642 | _ACEOF | 16294 | _ACEOF |
15643 | 16295 | ||
15644 | { echo "$as_me:$LINENO: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&5 | 16296 | { $as_echo "$as_me:$LINENO: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&5 |
15645 | echo "$as_me: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&2;} | 16297 | $as_echo "$as_me: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&2;} |
15646 | 16298 | ||
15647 | fi | 16299 | fi |
16300 | rm -rf conftest.dSYM | ||
15648 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16301 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15649 | fi | 16302 | fi |
15650 | 16303 | ||
@@ -15654,8 +16307,8 @@ fi | |||
15654 | # On systems where [v]snprintf is broken, but is declared in stdio, | 16307 | # On systems where [v]snprintf is broken, but is declared in stdio, |
15655 | # check that the fmt argument is const char * or just char *. | 16308 | # check that the fmt argument is const char * or just char *. |
15656 | # This is only useful for when BROKEN_SNPRINTF | 16309 | # This is only useful for when BROKEN_SNPRINTF |
15657 | { echo "$as_me:$LINENO: checking whether snprintf can declare const char *fmt" >&5 | 16310 | { $as_echo "$as_me:$LINENO: checking whether snprintf can declare const char *fmt" >&5 |
15658 | echo $ECHO_N "checking whether snprintf can declare const char *fmt... $ECHO_C" >&6; } | 16311 | $as_echo_n "checking whether snprintf can declare const char *fmt... " >&6; } |
15659 | cat >conftest.$ac_ext <<_ACEOF | 16312 | cat >conftest.$ac_ext <<_ACEOF |
15660 | /* confdefs.h. */ | 16313 | /* confdefs.h. */ |
15661 | _ACEOF | 16314 | _ACEOF |
@@ -15673,30 +16326,31 @@ case "(($ac_try" in | |||
15673 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16326 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15674 | *) ac_try_echo=$ac_try;; | 16327 | *) ac_try_echo=$ac_try;; |
15675 | esac | 16328 | esac |
15676 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16329 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16330 | $as_echo "$ac_try_echo") >&5 | ||
15677 | (eval "$ac_compile") 2>conftest.er1 | 16331 | (eval "$ac_compile") 2>conftest.er1 |
15678 | ac_status=$? | 16332 | ac_status=$? |
15679 | grep -v '^ *+' conftest.er1 >conftest.err | 16333 | grep -v '^ *+' conftest.er1 >conftest.err |
15680 | rm -f conftest.er1 | 16334 | rm -f conftest.er1 |
15681 | cat conftest.err >&5 | 16335 | cat conftest.err >&5 |
15682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16336 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15683 | (exit $ac_status); } && { | 16337 | (exit $ac_status); } && { |
15684 | test -z "$ac_c_werror_flag" || | 16338 | test -z "$ac_c_werror_flag" || |
15685 | test ! -s conftest.err | 16339 | test ! -s conftest.err |
15686 | } && test -s conftest.$ac_objext; then | 16340 | } && test -s conftest.$ac_objext; then |
15687 | { echo "$as_me:$LINENO: result: yes" >&5 | 16341 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15688 | echo "${ECHO_T}yes" >&6; } | 16342 | $as_echo "yes" >&6; } |
15689 | 16343 | ||
15690 | cat >>confdefs.h <<\_ACEOF | 16344 | cat >>confdefs.h <<\_ACEOF |
15691 | #define SNPRINTF_CONST const | 16345 | #define SNPRINTF_CONST const |
15692 | _ACEOF | 16346 | _ACEOF |
15693 | 16347 | ||
15694 | else | 16348 | else |
15695 | echo "$as_me: failed program was:" >&5 | 16349 | $as_echo "$as_me: failed program was:" >&5 |
15696 | sed 's/^/| /' conftest.$ac_ext >&5 | 16350 | sed 's/^/| /' conftest.$ac_ext >&5 |
15697 | 16351 | ||
15698 | { echo "$as_me:$LINENO: result: no" >&5 | 16352 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
15699 | echo "${ECHO_T}no" >&6; } | 16353 | $as_echo "no" >&6; } |
15700 | cat >>confdefs.h <<\_ACEOF | 16354 | cat >>confdefs.h <<\_ACEOF |
15701 | #define SNPRINTF_CONST /* not const */ | 16355 | #define SNPRINTF_CONST /* not const */ |
15702 | _ACEOF | 16356 | _ACEOF |
@@ -15708,8 +16362,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
15708 | # Check for missing getpeereid (or equiv) support | 16362 | # Check for missing getpeereid (or equiv) support |
15709 | NO_PEERCHECK="" | 16363 | NO_PEERCHECK="" |
15710 | if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then | 16364 | if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then |
15711 | { echo "$as_me:$LINENO: checking whether system supports SO_PEERCRED getsockopt" >&5 | 16365 | { $as_echo "$as_me:$LINENO: checking whether system supports SO_PEERCRED getsockopt" >&5 |
15712 | echo $ECHO_N "checking whether system supports SO_PEERCRED getsockopt... $ECHO_C" >&6; } | 16366 | $as_echo_n "checking whether system supports SO_PEERCRED getsockopt... " >&6; } |
15713 | cat >conftest.$ac_ext <<_ACEOF | 16367 | cat >conftest.$ac_ext <<_ACEOF |
15714 | /* confdefs.h. */ | 16368 | /* confdefs.h. */ |
15715 | _ACEOF | 16369 | _ACEOF |
@@ -15732,19 +16386,20 @@ case "(($ac_try" in | |||
15732 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16386 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15733 | *) ac_try_echo=$ac_try;; | 16387 | *) ac_try_echo=$ac_try;; |
15734 | esac | 16388 | esac |
15735 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16389 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16390 | $as_echo "$ac_try_echo") >&5 | ||
15736 | (eval "$ac_compile") 2>conftest.er1 | 16391 | (eval "$ac_compile") 2>conftest.er1 |
15737 | ac_status=$? | 16392 | ac_status=$? |
15738 | grep -v '^ *+' conftest.er1 >conftest.err | 16393 | grep -v '^ *+' conftest.er1 >conftest.err |
15739 | rm -f conftest.er1 | 16394 | rm -f conftest.er1 |
15740 | cat conftest.err >&5 | 16395 | cat conftest.err >&5 |
15741 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16396 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15742 | (exit $ac_status); } && { | 16397 | (exit $ac_status); } && { |
15743 | test -z "$ac_c_werror_flag" || | 16398 | test -z "$ac_c_werror_flag" || |
15744 | test ! -s conftest.err | 16399 | test ! -s conftest.err |
15745 | } && test -s conftest.$ac_objext; then | 16400 | } && test -s conftest.$ac_objext; then |
15746 | { echo "$as_me:$LINENO: result: yes" >&5 | 16401 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15747 | echo "${ECHO_T}yes" >&6; } | 16402 | $as_echo "yes" >&6; } |
15748 | 16403 | ||
15749 | cat >>confdefs.h <<\_ACEOF | 16404 | cat >>confdefs.h <<\_ACEOF |
15750 | #define HAVE_SO_PEERCRED 1 | 16405 | #define HAVE_SO_PEERCRED 1 |
@@ -15752,11 +16407,11 @@ _ACEOF | |||
15752 | 16407 | ||
15753 | 16408 | ||
15754 | else | 16409 | else |
15755 | echo "$as_me: failed program was:" >&5 | 16410 | $as_echo "$as_me: failed program was:" >&5 |
15756 | sed 's/^/| /' conftest.$ac_ext >&5 | 16411 | sed 's/^/| /' conftest.$ac_ext >&5 |
15757 | 16412 | ||
15758 | { echo "$as_me:$LINENO: result: no" >&5 | 16413 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
15759 | echo "${ECHO_T}no" >&6; } | 16414 | $as_echo "no" >&6; } |
15760 | NO_PEERCHECK=1 | 16415 | NO_PEERCHECK=1 |
15761 | 16416 | ||
15762 | fi | 16417 | fi |
@@ -15765,12 +16420,12 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
15765 | fi | 16420 | fi |
15766 | 16421 | ||
15767 | if test "x$ac_cv_func_mkdtemp" = "xyes" ; then | 16422 | if test "x$ac_cv_func_mkdtemp" = "xyes" ; then |
15768 | { echo "$as_me:$LINENO: checking for (overly) strict mkstemp" >&5 | 16423 | { $as_echo "$as_me:$LINENO: checking for (overly) strict mkstemp" >&5 |
15769 | echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6; } | 16424 | $as_echo_n "checking for (overly) strict mkstemp... " >&6; } |
15770 | if test "$cross_compiling" = yes; then | 16425 | if test "$cross_compiling" = yes; then |
15771 | 16426 | ||
15772 | { echo "$as_me:$LINENO: result: yes" >&5 | 16427 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15773 | echo "${ECHO_T}yes" >&6; } | 16428 | $as_echo "yes" >&6; } |
15774 | cat >>confdefs.h <<\_ACEOF | 16429 | cat >>confdefs.h <<\_ACEOF |
15775 | #define HAVE_STRICT_MKSTEMP 1 | 16430 | #define HAVE_STRICT_MKSTEMP 1 |
15776 | _ACEOF | 16431 | _ACEOF |
@@ -15799,33 +16454,35 @@ case "(($ac_try" in | |||
15799 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16454 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15800 | *) ac_try_echo=$ac_try;; | 16455 | *) ac_try_echo=$ac_try;; |
15801 | esac | 16456 | esac |
15802 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16457 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16458 | $as_echo "$ac_try_echo") >&5 | ||
15803 | (eval "$ac_link") 2>&5 | 16459 | (eval "$ac_link") 2>&5 |
15804 | ac_status=$? | 16460 | ac_status=$? |
15805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16461 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15806 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16462 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
15807 | { (case "(($ac_try" in | 16463 | { (case "(($ac_try" in |
15808 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16464 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15809 | *) ac_try_echo=$ac_try;; | 16465 | *) ac_try_echo=$ac_try;; |
15810 | esac | 16466 | esac |
15811 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16467 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16468 | $as_echo "$ac_try_echo") >&5 | ||
15812 | (eval "$ac_try") 2>&5 | 16469 | (eval "$ac_try") 2>&5 |
15813 | ac_status=$? | 16470 | ac_status=$? |
15814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16471 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15815 | (exit $ac_status); }; }; then | 16472 | (exit $ac_status); }; }; then |
15816 | 16473 | ||
15817 | { echo "$as_me:$LINENO: result: no" >&5 | 16474 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
15818 | echo "${ECHO_T}no" >&6; } | 16475 | $as_echo "no" >&6; } |
15819 | 16476 | ||
15820 | else | 16477 | else |
15821 | echo "$as_me: program exited with status $ac_status" >&5 | 16478 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
15822 | echo "$as_me: failed program was:" >&5 | 16479 | $as_echo "$as_me: failed program was:" >&5 |
15823 | sed 's/^/| /' conftest.$ac_ext >&5 | 16480 | sed 's/^/| /' conftest.$ac_ext >&5 |
15824 | 16481 | ||
15825 | ( exit $ac_status ) | 16482 | ( exit $ac_status ) |
15826 | 16483 | ||
15827 | { echo "$as_me:$LINENO: result: yes" >&5 | 16484 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15828 | echo "${ECHO_T}yes" >&6; } | 16485 | $as_echo "yes" >&6; } |
15829 | 16486 | ||
15830 | cat >>confdefs.h <<\_ACEOF | 16487 | cat >>confdefs.h <<\_ACEOF |
15831 | #define HAVE_STRICT_MKSTEMP 1 | 16488 | #define HAVE_STRICT_MKSTEMP 1 |
@@ -15833,6 +16490,7 @@ _ACEOF | |||
15833 | 16490 | ||
15834 | 16491 | ||
15835 | fi | 16492 | fi |
16493 | rm -rf conftest.dSYM | ||
15836 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16494 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15837 | fi | 16495 | fi |
15838 | 16496 | ||
@@ -15840,12 +16498,12 @@ fi | |||
15840 | fi | 16498 | fi |
15841 | 16499 | ||
15842 | if test ! -z "$check_for_openpty_ctty_bug"; then | 16500 | if test ! -z "$check_for_openpty_ctty_bug"; then |
15843 | { echo "$as_me:$LINENO: checking if openpty correctly handles controlling tty" >&5 | 16501 | { $as_echo "$as_me:$LINENO: checking if openpty correctly handles controlling tty" >&5 |
15844 | echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6; } | 16502 | $as_echo_n "checking if openpty correctly handles controlling tty... " >&6; } |
15845 | if test "$cross_compiling" = yes; then | 16503 | if test "$cross_compiling" = yes; then |
15846 | 16504 | ||
15847 | { echo "$as_me:$LINENO: result: cross-compiling" >&5 | 16505 | { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 |
15848 | echo "${ECHO_T}cross-compiling" >&6; } | 16506 | $as_echo "cross-compiling" >&6; } |
15849 | 16507 | ||
15850 | 16508 | ||
15851 | else | 16509 | else |
@@ -15895,39 +16553,42 @@ case "(($ac_try" in | |||
15895 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16553 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15896 | *) ac_try_echo=$ac_try;; | 16554 | *) ac_try_echo=$ac_try;; |
15897 | esac | 16555 | esac |
15898 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16556 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16557 | $as_echo "$ac_try_echo") >&5 | ||
15899 | (eval "$ac_link") 2>&5 | 16558 | (eval "$ac_link") 2>&5 |
15900 | ac_status=$? | 16559 | ac_status=$? |
15901 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16560 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15902 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16561 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
15903 | { (case "(($ac_try" in | 16562 | { (case "(($ac_try" in |
15904 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16563 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15905 | *) ac_try_echo=$ac_try;; | 16564 | *) ac_try_echo=$ac_try;; |
15906 | esac | 16565 | esac |
15907 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16566 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16567 | $as_echo "$ac_try_echo") >&5 | ||
15908 | (eval "$ac_try") 2>&5 | 16568 | (eval "$ac_try") 2>&5 |
15909 | ac_status=$? | 16569 | ac_status=$? |
15910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16570 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15911 | (exit $ac_status); }; }; then | 16571 | (exit $ac_status); }; }; then |
15912 | 16572 | ||
15913 | { echo "$as_me:$LINENO: result: yes" >&5 | 16573 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
15914 | echo "${ECHO_T}yes" >&6; } | 16574 | $as_echo "yes" >&6; } |
15915 | 16575 | ||
15916 | else | 16576 | else |
15917 | echo "$as_me: program exited with status $ac_status" >&5 | 16577 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
15918 | echo "$as_me: failed program was:" >&5 | 16578 | $as_echo "$as_me: failed program was:" >&5 |
15919 | sed 's/^/| /' conftest.$ac_ext >&5 | 16579 | sed 's/^/| /' conftest.$ac_ext >&5 |
15920 | 16580 | ||
15921 | ( exit $ac_status ) | 16581 | ( exit $ac_status ) |
15922 | 16582 | ||
15923 | { echo "$as_me:$LINENO: result: no" >&5 | 16583 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
15924 | echo "${ECHO_T}no" >&6; } | 16584 | $as_echo "no" >&6; } |
15925 | cat >>confdefs.h <<\_ACEOF | 16585 | cat >>confdefs.h <<\_ACEOF |
15926 | #define SSHD_ACQUIRES_CTTY 1 | 16586 | #define SSHD_ACQUIRES_CTTY 1 |
15927 | _ACEOF | 16587 | _ACEOF |
15928 | 16588 | ||
15929 | 16589 | ||
15930 | fi | 16590 | fi |
16591 | rm -rf conftest.dSYM | ||
15931 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16592 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15932 | fi | 16593 | fi |
15933 | 16594 | ||
@@ -15936,12 +16597,12 @@ fi | |||
15936 | 16597 | ||
15937 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ | 16598 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ |
15938 | test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then | 16599 | test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then |
15939 | { echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 | 16600 | { $as_echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 |
15940 | echo $ECHO_N "checking if getaddrinfo seems to work... $ECHO_C" >&6; } | 16601 | $as_echo_n "checking if getaddrinfo seems to work... " >&6; } |
15941 | if test "$cross_compiling" = yes; then | 16602 | if test "$cross_compiling" = yes; then |
15942 | 16603 | ||
15943 | { echo "$as_me:$LINENO: result: cross-compiling" >&5 | 16604 | { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 |
15944 | echo "${ECHO_T}cross-compiling" >&6; } | 16605 | $as_echo "cross-compiling" >&6; } |
15945 | 16606 | ||
15946 | 16607 | ||
15947 | else | 16608 | else |
@@ -16013,39 +16674,42 @@ case "(($ac_try" in | |||
16013 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16674 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16014 | *) ac_try_echo=$ac_try;; | 16675 | *) ac_try_echo=$ac_try;; |
16015 | esac | 16676 | esac |
16016 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16677 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16678 | $as_echo "$ac_try_echo") >&5 | ||
16017 | (eval "$ac_link") 2>&5 | 16679 | (eval "$ac_link") 2>&5 |
16018 | ac_status=$? | 16680 | ac_status=$? |
16019 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16681 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16020 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16682 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16021 | { (case "(($ac_try" in | 16683 | { (case "(($ac_try" in |
16022 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16684 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16023 | *) ac_try_echo=$ac_try;; | 16685 | *) ac_try_echo=$ac_try;; |
16024 | esac | 16686 | esac |
16025 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16687 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16688 | $as_echo "$ac_try_echo") >&5 | ||
16026 | (eval "$ac_try") 2>&5 | 16689 | (eval "$ac_try") 2>&5 |
16027 | ac_status=$? | 16690 | ac_status=$? |
16028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16691 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16029 | (exit $ac_status); }; }; then | 16692 | (exit $ac_status); }; }; then |
16030 | 16693 | ||
16031 | { echo "$as_me:$LINENO: result: yes" >&5 | 16694 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16032 | echo "${ECHO_T}yes" >&6; } | 16695 | $as_echo "yes" >&6; } |
16033 | 16696 | ||
16034 | else | 16697 | else |
16035 | echo "$as_me: program exited with status $ac_status" >&5 | 16698 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
16036 | echo "$as_me: failed program was:" >&5 | 16699 | $as_echo "$as_me: failed program was:" >&5 |
16037 | sed 's/^/| /' conftest.$ac_ext >&5 | 16700 | sed 's/^/| /' conftest.$ac_ext >&5 |
16038 | 16701 | ||
16039 | ( exit $ac_status ) | 16702 | ( exit $ac_status ) |
16040 | 16703 | ||
16041 | { echo "$as_me:$LINENO: result: no" >&5 | 16704 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16042 | echo "${ECHO_T}no" >&6; } | 16705 | $as_echo "no" >&6; } |
16043 | cat >>confdefs.h <<\_ACEOF | 16706 | cat >>confdefs.h <<\_ACEOF |
16044 | #define BROKEN_GETADDRINFO 1 | 16707 | #define BROKEN_GETADDRINFO 1 |
16045 | _ACEOF | 16708 | _ACEOF |
16046 | 16709 | ||
16047 | 16710 | ||
16048 | fi | 16711 | fi |
16712 | rm -rf conftest.dSYM | ||
16049 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16713 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16050 | fi | 16714 | fi |
16051 | 16715 | ||
@@ -16054,12 +16718,12 @@ fi | |||
16054 | 16718 | ||
16055 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ | 16719 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ |
16056 | test "x$check_for_aix_broken_getaddrinfo" = "x1"; then | 16720 | test "x$check_for_aix_broken_getaddrinfo" = "x1"; then |
16057 | { echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 | 16721 | { $as_echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 |
16058 | echo $ECHO_N "checking if getaddrinfo seems to work... $ECHO_C" >&6; } | 16722 | $as_echo_n "checking if getaddrinfo seems to work... " >&6; } |
16059 | if test "$cross_compiling" = yes; then | 16723 | if test "$cross_compiling" = yes; then |
16060 | 16724 | ||
16061 | { echo "$as_me:$LINENO: result: cross-compiling" >&5 | 16725 | { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 |
16062 | echo "${ECHO_T}cross-compiling" >&6; } | 16726 | $as_echo "cross-compiling" >&6; } |
16063 | 16727 | ||
16064 | 16728 | ||
16065 | else | 16729 | else |
@@ -16119,23 +16783,25 @@ case "(($ac_try" in | |||
16119 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16783 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16120 | *) ac_try_echo=$ac_try;; | 16784 | *) ac_try_echo=$ac_try;; |
16121 | esac | 16785 | esac |
16122 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16786 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16787 | $as_echo "$ac_try_echo") >&5 | ||
16123 | (eval "$ac_link") 2>&5 | 16788 | (eval "$ac_link") 2>&5 |
16124 | ac_status=$? | 16789 | ac_status=$? |
16125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16790 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16126 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16791 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16127 | { (case "(($ac_try" in | 16792 | { (case "(($ac_try" in |
16128 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16793 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16129 | *) ac_try_echo=$ac_try;; | 16794 | *) ac_try_echo=$ac_try;; |
16130 | esac | 16795 | esac |
16131 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16796 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16797 | $as_echo "$ac_try_echo") >&5 | ||
16132 | (eval "$ac_try") 2>&5 | 16798 | (eval "$ac_try") 2>&5 |
16133 | ac_status=$? | 16799 | ac_status=$? |
16134 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16800 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16135 | (exit $ac_status); }; }; then | 16801 | (exit $ac_status); }; }; then |
16136 | 16802 | ||
16137 | { echo "$as_me:$LINENO: result: yes" >&5 | 16803 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16138 | echo "${ECHO_T}yes" >&6; } | 16804 | $as_echo "yes" >&6; } |
16139 | 16805 | ||
16140 | cat >>confdefs.h <<\_ACEOF | 16806 | cat >>confdefs.h <<\_ACEOF |
16141 | #define AIX_GETNAMEINFO_HACK 1 | 16807 | #define AIX_GETNAMEINFO_HACK 1 |
@@ -16143,20 +16809,21 @@ _ACEOF | |||
16143 | 16809 | ||
16144 | 16810 | ||
16145 | else | 16811 | else |
16146 | echo "$as_me: program exited with status $ac_status" >&5 | 16812 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
16147 | echo "$as_me: failed program was:" >&5 | 16813 | $as_echo "$as_me: failed program was:" >&5 |
16148 | sed 's/^/| /' conftest.$ac_ext >&5 | 16814 | sed 's/^/| /' conftest.$ac_ext >&5 |
16149 | 16815 | ||
16150 | ( exit $ac_status ) | 16816 | ( exit $ac_status ) |
16151 | 16817 | ||
16152 | { echo "$as_me:$LINENO: result: no" >&5 | 16818 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16153 | echo "${ECHO_T}no" >&6; } | 16819 | $as_echo "no" >&6; } |
16154 | cat >>confdefs.h <<\_ACEOF | 16820 | cat >>confdefs.h <<\_ACEOF |
16155 | #define BROKEN_GETADDRINFO 1 | 16821 | #define BROKEN_GETADDRINFO 1 |
16156 | _ACEOF | 16822 | _ACEOF |
16157 | 16823 | ||
16158 | 16824 | ||
16159 | fi | 16825 | fi |
16826 | rm -rf conftest.dSYM | ||
16160 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16827 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16161 | fi | 16828 | fi |
16162 | 16829 | ||
@@ -16164,8 +16831,8 @@ fi | |||
16164 | fi | 16831 | fi |
16165 | 16832 | ||
16166 | if test "x$check_for_conflicting_getspnam" = "x1"; then | 16833 | if test "x$check_for_conflicting_getspnam" = "x1"; then |
16167 | { echo "$as_me:$LINENO: checking for conflicting getspnam in shadow.h" >&5 | 16834 | { $as_echo "$as_me:$LINENO: checking for conflicting getspnam in shadow.h" >&5 |
16168 | echo $ECHO_N "checking for conflicting getspnam in shadow.h... $ECHO_C" >&6; } | 16835 | $as_echo_n "checking for conflicting getspnam in shadow.h... " >&6; } |
16169 | cat >conftest.$ac_ext <<_ACEOF | 16836 | cat >conftest.$ac_ext <<_ACEOF |
16170 | 16837 | ||
16171 | #include <shadow.h> | 16838 | #include <shadow.h> |
@@ -16178,28 +16845,29 @@ case "(($ac_try" in | |||
16178 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16845 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16179 | *) ac_try_echo=$ac_try;; | 16846 | *) ac_try_echo=$ac_try;; |
16180 | esac | 16847 | esac |
16181 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16848 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16849 | $as_echo "$ac_try_echo") >&5 | ||
16182 | (eval "$ac_compile") 2>conftest.er1 | 16850 | (eval "$ac_compile") 2>conftest.er1 |
16183 | ac_status=$? | 16851 | ac_status=$? |
16184 | grep -v '^ *+' conftest.er1 >conftest.err | 16852 | grep -v '^ *+' conftest.er1 >conftest.err |
16185 | rm -f conftest.er1 | 16853 | rm -f conftest.er1 |
16186 | cat conftest.err >&5 | 16854 | cat conftest.err >&5 |
16187 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16855 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16188 | (exit $ac_status); } && { | 16856 | (exit $ac_status); } && { |
16189 | test -z "$ac_c_werror_flag" || | 16857 | test -z "$ac_c_werror_flag" || |
16190 | test ! -s conftest.err | 16858 | test ! -s conftest.err |
16191 | } && test -s conftest.$ac_objext; then | 16859 | } && test -s conftest.$ac_objext; then |
16192 | 16860 | ||
16193 | { echo "$as_me:$LINENO: result: no" >&5 | 16861 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16194 | echo "${ECHO_T}no" >&6; } | 16862 | $as_echo "no" >&6; } |
16195 | 16863 | ||
16196 | else | 16864 | else |
16197 | echo "$as_me: failed program was:" >&5 | 16865 | $as_echo "$as_me: failed program was:" >&5 |
16198 | sed 's/^/| /' conftest.$ac_ext >&5 | 16866 | sed 's/^/| /' conftest.$ac_ext >&5 |
16199 | 16867 | ||
16200 | 16868 | ||
16201 | { echo "$as_me:$LINENO: result: yes" >&5 | 16869 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16202 | echo "${ECHO_T}yes" >&6; } | 16870 | $as_echo "yes" >&6; } |
16203 | 16871 | ||
16204 | cat >>confdefs.h <<\_ACEOF | 16872 | cat >>confdefs.h <<\_ACEOF |
16205 | #define GETSPNAM_CONFLICTING_DEFS 1 | 16873 | #define GETSPNAM_CONFLICTING_DEFS 1 |
@@ -16212,10 +16880,10 @@ fi | |||
16212 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 16880 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
16213 | fi | 16881 | fi |
16214 | 16882 | ||
16215 | { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 | 16883 | { $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 |
16216 | echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } | 16884 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } |
16217 | if test "${ac_cv_func_getpgrp_void+set}" = set; then | 16885 | if test "${ac_cv_func_getpgrp_void+set}" = set; then |
16218 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16886 | $as_echo_n "(cached) " >&6 |
16219 | else | 16887 | else |
16220 | # Use it with a single arg. | 16888 | # Use it with a single arg. |
16221 | cat >conftest.$ac_ext <<_ACEOF | 16889 | cat >conftest.$ac_ext <<_ACEOF |
@@ -16239,20 +16907,21 @@ case "(($ac_try" in | |||
16239 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16907 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16240 | *) ac_try_echo=$ac_try;; | 16908 | *) ac_try_echo=$ac_try;; |
16241 | esac | 16909 | esac |
16242 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 16910 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
16911 | $as_echo "$ac_try_echo") >&5 | ||
16243 | (eval "$ac_compile") 2>conftest.er1 | 16912 | (eval "$ac_compile") 2>conftest.er1 |
16244 | ac_status=$? | 16913 | ac_status=$? |
16245 | grep -v '^ *+' conftest.er1 >conftest.err | 16914 | grep -v '^ *+' conftest.er1 >conftest.err |
16246 | rm -f conftest.er1 | 16915 | rm -f conftest.er1 |
16247 | cat conftest.err >&5 | 16916 | cat conftest.err >&5 |
16248 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16917 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16249 | (exit $ac_status); } && { | 16918 | (exit $ac_status); } && { |
16250 | test -z "$ac_c_werror_flag" || | 16919 | test -z "$ac_c_werror_flag" || |
16251 | test ! -s conftest.err | 16920 | test ! -s conftest.err |
16252 | } && test -s conftest.$ac_objext; then | 16921 | } && test -s conftest.$ac_objext; then |
16253 | ac_cv_func_getpgrp_void=no | 16922 | ac_cv_func_getpgrp_void=no |
16254 | else | 16923 | else |
16255 | echo "$as_me: failed program was:" >&5 | 16924 | $as_echo "$as_me: failed program was:" >&5 |
16256 | sed 's/^/| /' conftest.$ac_ext >&5 | 16925 | sed 's/^/| /' conftest.$ac_ext >&5 |
16257 | 16926 | ||
16258 | ac_cv_func_getpgrp_void=yes | 16927 | ac_cv_func_getpgrp_void=yes |
@@ -16261,8 +16930,8 @@ fi | |||
16261 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 16930 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
16262 | 16931 | ||
16263 | fi | 16932 | fi |
16264 | { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 | 16933 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 |
16265 | echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } | 16934 | $as_echo "$ac_cv_func_getpgrp_void" >&6; } |
16266 | if test $ac_cv_func_getpgrp_void = yes; then | 16935 | if test $ac_cv_func_getpgrp_void = yes; then |
16267 | 16936 | ||
16268 | cat >>confdefs.h <<\_ACEOF | 16937 | cat >>confdefs.h <<\_ACEOF |
@@ -16336,25 +17005,28 @@ case "(($ac_try" in | |||
16336 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17005 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16337 | *) ac_try_echo=$ac_try;; | 17006 | *) ac_try_echo=$ac_try;; |
16338 | esac | 17007 | esac |
16339 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17008 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17009 | $as_echo "$ac_try_echo") >&5 | ||
16340 | (eval "$ac_link") 2>conftest.er1 | 17010 | (eval "$ac_link") 2>conftest.er1 |
16341 | ac_status=$? | 17011 | ac_status=$? |
16342 | grep -v '^ *+' conftest.er1 >conftest.err | 17012 | grep -v '^ *+' conftest.er1 >conftest.err |
16343 | rm -f conftest.er1 | 17013 | rm -f conftest.er1 |
16344 | cat conftest.err >&5 | 17014 | cat conftest.err >&5 |
16345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17015 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16346 | (exit $ac_status); } && { | 17016 | (exit $ac_status); } && { |
16347 | test -z "$ac_c_werror_flag" || | 17017 | test -z "$ac_c_werror_flag" || |
16348 | test ! -s conftest.err | 17018 | test ! -s conftest.err |
16349 | } && test -s conftest$ac_exeext && | 17019 | } && test -s conftest$ac_exeext && { |
16350 | $as_test_x conftest$ac_exeext; then | 17020 | test "$cross_compiling" = yes || |
17021 | $as_test_x conftest$ac_exeext | ||
17022 | }; then | ||
16351 | 17023 | ||
16352 | cat >>confdefs.h <<\_ACEOF | 17024 | cat >>confdefs.h <<\_ACEOF |
16353 | #define HAVE_OPENSSL 1 | 17025 | #define HAVE_OPENSSL 1 |
16354 | _ACEOF | 17026 | _ACEOF |
16355 | 17027 | ||
16356 | else | 17028 | else |
16357 | echo "$as_me: failed program was:" >&5 | 17029 | $as_echo "$as_me: failed program was:" >&5 |
16358 | sed 's/^/| /' conftest.$ac_ext >&5 | 17030 | sed 's/^/| /' conftest.$ac_ext >&5 |
16359 | 17031 | ||
16360 | 17032 | ||
@@ -16364,6 +17036,147 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
16364 | LDFLAGS="-L/usr/local/ssl/lib ${saved_LDFLAGS}" | 17036 | LDFLAGS="-L/usr/local/ssl/lib ${saved_LDFLAGS}" |
16365 | fi | 17037 | fi |
16366 | CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" | 17038 | CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" |
17039 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then | ||
17040 | { $as_echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 | ||
17041 | $as_echo_n "checking for openssl/opensslv.h... " >&6; } | ||
17042 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then | ||
17043 | $as_echo_n "(cached) " >&6 | ||
17044 | fi | ||
17045 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 | ||
17046 | $as_echo "$ac_cv_header_openssl_opensslv_h" >&6; } | ||
17047 | else | ||
17048 | # Is the header compilable? | ||
17049 | { $as_echo "$as_me:$LINENO: checking openssl/opensslv.h usability" >&5 | ||
17050 | $as_echo_n "checking openssl/opensslv.h usability... " >&6; } | ||
17051 | cat >conftest.$ac_ext <<_ACEOF | ||
17052 | /* confdefs.h. */ | ||
17053 | _ACEOF | ||
17054 | cat confdefs.h >>conftest.$ac_ext | ||
17055 | cat >>conftest.$ac_ext <<_ACEOF | ||
17056 | /* end confdefs.h. */ | ||
17057 | $ac_includes_default | ||
17058 | #include <openssl/opensslv.h> | ||
17059 | _ACEOF | ||
17060 | rm -f conftest.$ac_objext | ||
17061 | if { (ac_try="$ac_compile" | ||
17062 | case "(($ac_try" in | ||
17063 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
17064 | *) ac_try_echo=$ac_try;; | ||
17065 | esac | ||
17066 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
17067 | $as_echo "$ac_try_echo") >&5 | ||
17068 | (eval "$ac_compile") 2>conftest.er1 | ||
17069 | ac_status=$? | ||
17070 | grep -v '^ *+' conftest.er1 >conftest.err | ||
17071 | rm -f conftest.er1 | ||
17072 | cat conftest.err >&5 | ||
17073 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
17074 | (exit $ac_status); } && { | ||
17075 | test -z "$ac_c_werror_flag" || | ||
17076 | test ! -s conftest.err | ||
17077 | } && test -s conftest.$ac_objext; then | ||
17078 | ac_header_compiler=yes | ||
17079 | else | ||
17080 | $as_echo "$as_me: failed program was:" >&5 | ||
17081 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
17082 | |||
17083 | ac_header_compiler=no | ||
17084 | fi | ||
17085 | |||
17086 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
17087 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | ||
17088 | $as_echo "$ac_header_compiler" >&6; } | ||
17089 | |||
17090 | # Is the header present? | ||
17091 | { $as_echo "$as_me:$LINENO: checking openssl/opensslv.h presence" >&5 | ||
17092 | $as_echo_n "checking openssl/opensslv.h presence... " >&6; } | ||
17093 | cat >conftest.$ac_ext <<_ACEOF | ||
17094 | /* confdefs.h. */ | ||
17095 | _ACEOF | ||
17096 | cat confdefs.h >>conftest.$ac_ext | ||
17097 | cat >>conftest.$ac_ext <<_ACEOF | ||
17098 | /* end confdefs.h. */ | ||
17099 | #include <openssl/opensslv.h> | ||
17100 | _ACEOF | ||
17101 | if { (ac_try="$ac_cpp conftest.$ac_ext" | ||
17102 | case "(($ac_try" in | ||
17103 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
17104 | *) ac_try_echo=$ac_try;; | ||
17105 | esac | ||
17106 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
17107 | $as_echo "$ac_try_echo") >&5 | ||
17108 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | ||
17109 | ac_status=$? | ||
17110 | grep -v '^ *+' conftest.er1 >conftest.err | ||
17111 | rm -f conftest.er1 | ||
17112 | cat conftest.err >&5 | ||
17113 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
17114 | (exit $ac_status); } >/dev/null && { | ||
17115 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | ||
17116 | test ! -s conftest.err | ||
17117 | }; then | ||
17118 | ac_header_preproc=yes | ||
17119 | else | ||
17120 | $as_echo "$as_me: failed program was:" >&5 | ||
17121 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
17122 | |||
17123 | ac_header_preproc=no | ||
17124 | fi | ||
17125 | |||
17126 | rm -f conftest.err conftest.$ac_ext | ||
17127 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | ||
17128 | $as_echo "$ac_header_preproc" >&6; } | ||
17129 | |||
17130 | # So? What about this header? | ||
17131 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | ||
17132 | yes:no: ) | ||
17133 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&5 | ||
17134 | $as_echo "$as_me: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | ||
17135 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&5 | ||
17136 | $as_echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&2;} | ||
17137 | ac_header_preproc=yes | ||
17138 | ;; | ||
17139 | no:yes:* ) | ||
17140 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: present but cannot be compiled" >&5 | ||
17141 | $as_echo "$as_me: WARNING: openssl/opensslv.h: present but cannot be compiled" >&2;} | ||
17142 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&5 | ||
17143 | $as_echo "$as_me: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&2;} | ||
17144 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&5 | ||
17145 | $as_echo "$as_me: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&2;} | ||
17146 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
17147 | $as_echo "$as_me: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
17148 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&5 | ||
17149 | $as_echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&2;} | ||
17150 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&5 | ||
17151 | $as_echo "$as_me: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&2;} | ||
17152 | ( cat <<\_ASBOX | ||
17153 | ## ------------------------------------------- ## | ||
17154 | ## Report this to openssh-unix-dev@mindrot.org ## | ||
17155 | ## ------------------------------------------- ## | ||
17156 | _ASBOX | ||
17157 | ) | sed "s/^/$as_me: WARNING: /" >&2 | ||
17158 | ;; | ||
17159 | esac | ||
17160 | { $as_echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 | ||
17161 | $as_echo_n "checking for openssl/opensslv.h... " >&6; } | ||
17162 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then | ||
17163 | $as_echo_n "(cached) " >&6 | ||
17164 | else | ||
17165 | ac_cv_header_openssl_opensslv_h=$ac_header_preproc | ||
17166 | fi | ||
17167 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 | ||
17168 | $as_echo "$ac_cv_header_openssl_opensslv_h" >&6; } | ||
17169 | |||
17170 | fi | ||
17171 | if test $ac_cv_header_openssl_opensslv_h = yes; then | ||
17172 | : | ||
17173 | else | ||
17174 | { { $as_echo "$as_me:$LINENO: error: *** OpenSSL headers missing - please install first or check config.log ***" >&5 | ||
17175 | $as_echo "$as_me: error: *** OpenSSL headers missing - please install first or check config.log ***" >&2;} | ||
17176 | { (exit 1); exit 1; }; } | ||
17177 | fi | ||
17178 | |||
17179 | |||
16367 | cat >conftest.$ac_ext <<_ACEOF | 17180 | cat >conftest.$ac_ext <<_ACEOF |
16368 | /* confdefs.h. */ | 17181 | /* confdefs.h. */ |
16369 | _ACEOF | 17182 | _ACEOF |
@@ -16392,50 +17205,55 @@ case "(($ac_try" in | |||
16392 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17205 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16393 | *) ac_try_echo=$ac_try;; | 17206 | *) ac_try_echo=$ac_try;; |
16394 | esac | 17207 | esac |
16395 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17208 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17209 | $as_echo "$ac_try_echo") >&5 | ||
16396 | (eval "$ac_link") 2>conftest.er1 | 17210 | (eval "$ac_link") 2>conftest.er1 |
16397 | ac_status=$? | 17211 | ac_status=$? |
16398 | grep -v '^ *+' conftest.er1 >conftest.err | 17212 | grep -v '^ *+' conftest.er1 >conftest.err |
16399 | rm -f conftest.er1 | 17213 | rm -f conftest.er1 |
16400 | cat conftest.err >&5 | 17214 | cat conftest.err >&5 |
16401 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17215 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16402 | (exit $ac_status); } && { | 17216 | (exit $ac_status); } && { |
16403 | test -z "$ac_c_werror_flag" || | 17217 | test -z "$ac_c_werror_flag" || |
16404 | test ! -s conftest.err | 17218 | test ! -s conftest.err |
16405 | } && test -s conftest$ac_exeext && | 17219 | } && test -s conftest$ac_exeext && { |
16406 | $as_test_x conftest$ac_exeext; then | 17220 | test "$cross_compiling" = yes || |
17221 | $as_test_x conftest$ac_exeext | ||
17222 | }; then | ||
16407 | cat >>confdefs.h <<\_ACEOF | 17223 | cat >>confdefs.h <<\_ACEOF |
16408 | #define HAVE_OPENSSL 1 | 17224 | #define HAVE_OPENSSL 1 |
16409 | _ACEOF | 17225 | _ACEOF |
16410 | 17226 | ||
16411 | else | 17227 | else |
16412 | echo "$as_me: failed program was:" >&5 | 17228 | $as_echo "$as_me: failed program was:" >&5 |
16413 | sed 's/^/| /' conftest.$ac_ext >&5 | 17229 | sed 's/^/| /' conftest.$ac_ext >&5 |
16414 | 17230 | ||
16415 | 17231 | ||
16416 | { { echo "$as_me:$LINENO: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 | 17232 | { { $as_echo "$as_me:$LINENO: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 |
16417 | echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} | 17233 | $as_echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} |
16418 | { (exit 1); exit 1; }; } | 17234 | { (exit 1); exit 1; }; } |
16419 | 17235 | ||
16420 | 17236 | ||
16421 | fi | 17237 | fi |
16422 | 17238 | ||
17239 | rm -rf conftest.dSYM | ||
16423 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17240 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16424 | conftest$ac_exeext conftest.$ac_ext | 17241 | conftest$ac_exeext conftest.$ac_ext |
16425 | 17242 | ||
16426 | 17243 | ||
16427 | fi | 17244 | fi |
16428 | 17245 | ||
17246 | rm -rf conftest.dSYM | ||
16429 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17247 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16430 | conftest$ac_exeext conftest.$ac_ext | 17248 | conftest$ac_exeext conftest.$ac_ext |
16431 | 17249 | ||
16432 | # Determine OpenSSL header version | 17250 | # Determine OpenSSL header version |
16433 | { echo "$as_me:$LINENO: checking OpenSSL header version" >&5 | 17251 | { $as_echo "$as_me:$LINENO: checking OpenSSL header version" >&5 |
16434 | echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6; } | 17252 | $as_echo_n "checking OpenSSL header version... " >&6; } |
16435 | if test "$cross_compiling" = yes; then | 17253 | if test "$cross_compiling" = yes; then |
16436 | 17254 | ||
16437 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 17255 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
16438 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 17256 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
16439 | 17257 | ||
16440 | 17258 | ||
16441 | else | 17259 | else |
@@ -16471,51 +17289,54 @@ case "(($ac_try" in | |||
16471 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17289 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16472 | *) ac_try_echo=$ac_try;; | 17290 | *) ac_try_echo=$ac_try;; |
16473 | esac | 17291 | esac |
16474 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17292 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17293 | $as_echo "$ac_try_echo") >&5 | ||
16475 | (eval "$ac_link") 2>&5 | 17294 | (eval "$ac_link") 2>&5 |
16476 | ac_status=$? | 17295 | ac_status=$? |
16477 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17296 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16478 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 17297 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16479 | { (case "(($ac_try" in | 17298 | { (case "(($ac_try" in |
16480 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17299 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16481 | *) ac_try_echo=$ac_try;; | 17300 | *) ac_try_echo=$ac_try;; |
16482 | esac | 17301 | esac |
16483 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17302 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17303 | $as_echo "$ac_try_echo") >&5 | ||
16484 | (eval "$ac_try") 2>&5 | 17304 | (eval "$ac_try") 2>&5 |
16485 | ac_status=$? | 17305 | ac_status=$? |
16486 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17306 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16487 | (exit $ac_status); }; }; then | 17307 | (exit $ac_status); }; }; then |
16488 | 17308 | ||
16489 | ssl_header_ver=`cat conftest.sslincver` | 17309 | ssl_header_ver=`cat conftest.sslincver` |
16490 | { echo "$as_me:$LINENO: result: $ssl_header_ver" >&5 | 17310 | { $as_echo "$as_me:$LINENO: result: $ssl_header_ver" >&5 |
16491 | echo "${ECHO_T}$ssl_header_ver" >&6; } | 17311 | $as_echo "$ssl_header_ver" >&6; } |
16492 | 17312 | ||
16493 | else | 17313 | else |
16494 | echo "$as_me: program exited with status $ac_status" >&5 | 17314 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
16495 | echo "$as_me: failed program was:" >&5 | 17315 | $as_echo "$as_me: failed program was:" >&5 |
16496 | sed 's/^/| /' conftest.$ac_ext >&5 | 17316 | sed 's/^/| /' conftest.$ac_ext >&5 |
16497 | 17317 | ||
16498 | ( exit $ac_status ) | 17318 | ( exit $ac_status ) |
16499 | 17319 | ||
16500 | { echo "$as_me:$LINENO: result: not found" >&5 | 17320 | { $as_echo "$as_me:$LINENO: result: not found" >&5 |
16501 | echo "${ECHO_T}not found" >&6; } | 17321 | $as_echo "not found" >&6; } |
16502 | { { echo "$as_me:$LINENO: error: OpenSSL version header not found." >&5 | 17322 | { { $as_echo "$as_me:$LINENO: error: OpenSSL version header not found." >&5 |
16503 | echo "$as_me: error: OpenSSL version header not found." >&2;} | 17323 | $as_echo "$as_me: error: OpenSSL version header not found." >&2;} |
16504 | { (exit 1); exit 1; }; } | 17324 | { (exit 1); exit 1; }; } |
16505 | 17325 | ||
16506 | fi | 17326 | fi |
17327 | rm -rf conftest.dSYM | ||
16507 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 17328 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16508 | fi | 17329 | fi |
16509 | 17330 | ||
16510 | 17331 | ||
16511 | 17332 | ||
16512 | # Determine OpenSSL library version | 17333 | # Determine OpenSSL library version |
16513 | { echo "$as_me:$LINENO: checking OpenSSL library version" >&5 | 17334 | { $as_echo "$as_me:$LINENO: checking OpenSSL library version" >&5 |
16514 | echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6; } | 17335 | $as_echo_n "checking OpenSSL library version... " >&6; } |
16515 | if test "$cross_compiling" = yes; then | 17336 | if test "$cross_compiling" = yes; then |
16516 | 17337 | ||
16517 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 17338 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
16518 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 17339 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
16519 | 17340 | ||
16520 | 17341 | ||
16521 | else | 17342 | else |
@@ -16552,39 +17373,42 @@ case "(($ac_try" in | |||
16552 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17373 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16553 | *) ac_try_echo=$ac_try;; | 17374 | *) ac_try_echo=$ac_try;; |
16554 | esac | 17375 | esac |
16555 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17376 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17377 | $as_echo "$ac_try_echo") >&5 | ||
16556 | (eval "$ac_link") 2>&5 | 17378 | (eval "$ac_link") 2>&5 |
16557 | ac_status=$? | 17379 | ac_status=$? |
16558 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17380 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16559 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 17381 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16560 | { (case "(($ac_try" in | 17382 | { (case "(($ac_try" in |
16561 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17383 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16562 | *) ac_try_echo=$ac_try;; | 17384 | *) ac_try_echo=$ac_try;; |
16563 | esac | 17385 | esac |
16564 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17386 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17387 | $as_echo "$ac_try_echo") >&5 | ||
16565 | (eval "$ac_try") 2>&5 | 17388 | (eval "$ac_try") 2>&5 |
16566 | ac_status=$? | 17389 | ac_status=$? |
16567 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17390 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16568 | (exit $ac_status); }; }; then | 17391 | (exit $ac_status); }; }; then |
16569 | 17392 | ||
16570 | ssl_library_ver=`cat conftest.ssllibver` | 17393 | ssl_library_ver=`cat conftest.ssllibver` |
16571 | { echo "$as_me:$LINENO: result: $ssl_library_ver" >&5 | 17394 | { $as_echo "$as_me:$LINENO: result: $ssl_library_ver" >&5 |
16572 | echo "${ECHO_T}$ssl_library_ver" >&6; } | 17395 | $as_echo "$ssl_library_ver" >&6; } |
16573 | 17396 | ||
16574 | else | 17397 | else |
16575 | echo "$as_me: program exited with status $ac_status" >&5 | 17398 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
16576 | echo "$as_me: failed program was:" >&5 | 17399 | $as_echo "$as_me: failed program was:" >&5 |
16577 | sed 's/^/| /' conftest.$ac_ext >&5 | 17400 | sed 's/^/| /' conftest.$ac_ext >&5 |
16578 | 17401 | ||
16579 | ( exit $ac_status ) | 17402 | ( exit $ac_status ) |
16580 | 17403 | ||
16581 | { echo "$as_me:$LINENO: result: not found" >&5 | 17404 | { $as_echo "$as_me:$LINENO: result: not found" >&5 |
16582 | echo "${ECHO_T}not found" >&6; } | 17405 | $as_echo "not found" >&6; } |
16583 | { { echo "$as_me:$LINENO: error: OpenSSL library not found." >&5 | 17406 | { { $as_echo "$as_me:$LINENO: error: OpenSSL library not found." >&5 |
16584 | echo "$as_me: error: OpenSSL library not found." >&2;} | 17407 | $as_echo "$as_me: error: OpenSSL library not found." >&2;} |
16585 | { (exit 1); exit 1; }; } | 17408 | { (exit 1); exit 1; }; } |
16586 | 17409 | ||
16587 | fi | 17410 | fi |
17411 | rm -rf conftest.dSYM | ||
16588 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 17412 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16589 | fi | 17413 | fi |
16590 | 17414 | ||
@@ -16602,12 +17426,12 @@ fi | |||
16602 | 17426 | ||
16603 | 17427 | ||
16604 | # Sanity check OpenSSL headers | 17428 | # Sanity check OpenSSL headers |
16605 | { echo "$as_me:$LINENO: checking whether OpenSSL's headers match the library" >&5 | 17429 | { $as_echo "$as_me:$LINENO: checking whether OpenSSL's headers match the library" >&5 |
16606 | echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6; } | 17430 | $as_echo_n "checking whether OpenSSL's headers match the library... " >&6; } |
16607 | if test "$cross_compiling" = yes; then | 17431 | if test "$cross_compiling" = yes; then |
16608 | 17432 | ||
16609 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 17433 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
16610 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 17434 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
16611 | 17435 | ||
16612 | 17436 | ||
16613 | else | 17437 | else |
@@ -16629,41 +17453,43 @@ case "(($ac_try" in | |||
16629 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17453 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16630 | *) ac_try_echo=$ac_try;; | 17454 | *) ac_try_echo=$ac_try;; |
16631 | esac | 17455 | esac |
16632 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17456 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17457 | $as_echo "$ac_try_echo") >&5 | ||
16633 | (eval "$ac_link") 2>&5 | 17458 | (eval "$ac_link") 2>&5 |
16634 | ac_status=$? | 17459 | ac_status=$? |
16635 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17460 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16636 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 17461 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16637 | { (case "(($ac_try" in | 17462 | { (case "(($ac_try" in |
16638 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17463 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16639 | *) ac_try_echo=$ac_try;; | 17464 | *) ac_try_echo=$ac_try;; |
16640 | esac | 17465 | esac |
16641 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17466 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17467 | $as_echo "$ac_try_echo") >&5 | ||
16642 | (eval "$ac_try") 2>&5 | 17468 | (eval "$ac_try") 2>&5 |
16643 | ac_status=$? | 17469 | ac_status=$? |
16644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17470 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16645 | (exit $ac_status); }; }; then | 17471 | (exit $ac_status); }; }; then |
16646 | 17472 | ||
16647 | { echo "$as_me:$LINENO: result: yes" >&5 | 17473 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16648 | echo "${ECHO_T}yes" >&6; } | 17474 | $as_echo "yes" >&6; } |
16649 | 17475 | ||
16650 | else | 17476 | else |
16651 | echo "$as_me: program exited with status $ac_status" >&5 | 17477 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
16652 | echo "$as_me: failed program was:" >&5 | 17478 | $as_echo "$as_me: failed program was:" >&5 |
16653 | sed 's/^/| /' conftest.$ac_ext >&5 | 17479 | sed 's/^/| /' conftest.$ac_ext >&5 |
16654 | 17480 | ||
16655 | ( exit $ac_status ) | 17481 | ( exit $ac_status ) |
16656 | 17482 | ||
16657 | { echo "$as_me:$LINENO: result: no" >&5 | 17483 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16658 | echo "${ECHO_T}no" >&6; } | 17484 | $as_echo "no" >&6; } |
16659 | if test "x$openssl_check_nonfatal" = "x"; then | 17485 | if test "x$openssl_check_nonfatal" = "x"; then |
16660 | { { echo "$as_me:$LINENO: error: Your OpenSSL headers do not match your | 17486 | { { $as_echo "$as_me:$LINENO: error: Your OpenSSL headers do not match your |
16661 | library. Check config.log for details. | 17487 | library. Check config.log for details. |
16662 | If you are sure your installation is consistent, you can disable the check | 17488 | If you are sure your installation is consistent, you can disable the check |
16663 | by running \"./configure --without-openssl-header-check\". | 17489 | by running \"./configure --without-openssl-header-check\". |
16664 | Also see contrib/findssl.sh for help identifying header/library mismatches. | 17490 | Also see contrib/findssl.sh for help identifying header/library mismatches. |
16665 | " >&5 | 17491 | " >&5 |
16666 | echo "$as_me: error: Your OpenSSL headers do not match your | 17492 | $as_echo "$as_me: error: Your OpenSSL headers do not match your |
16667 | library. Check config.log for details. | 17493 | library. Check config.log for details. |
16668 | If you are sure your installation is consistent, you can disable the check | 17494 | If you are sure your installation is consistent, you can disable the check |
16669 | by running \"./configure --without-openssl-header-check\". | 17495 | by running \"./configure --without-openssl-header-check\". |
@@ -16671,22 +17497,23 @@ Also see contrib/findssl.sh for help identifying header/library mismatches. | |||
16671 | " >&2;} | 17497 | " >&2;} |
16672 | { (exit 1); exit 1; }; } | 17498 | { (exit 1); exit 1; }; } |
16673 | else | 17499 | else |
16674 | { echo "$as_me:$LINENO: WARNING: Your OpenSSL headers do not match your | 17500 | { $as_echo "$as_me:$LINENO: WARNING: Your OpenSSL headers do not match your |
16675 | library. Check config.log for details. | 17501 | library. Check config.log for details. |
16676 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 | 17502 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 |
16677 | echo "$as_me: WARNING: Your OpenSSL headers do not match your | 17503 | $as_echo "$as_me: WARNING: Your OpenSSL headers do not match your |
16678 | library. Check config.log for details. | 17504 | library. Check config.log for details. |
16679 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&2;} | 17505 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&2;} |
16680 | fi | 17506 | fi |
16681 | 17507 | ||
16682 | fi | 17508 | fi |
17509 | rm -rf conftest.dSYM | ||
16683 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 17510 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16684 | fi | 17511 | fi |
16685 | 17512 | ||
16686 | 17513 | ||
16687 | 17514 | ||
16688 | { echo "$as_me:$LINENO: checking if programs using OpenSSL functions will link" >&5 | 17515 | { $as_echo "$as_me:$LINENO: checking if programs using OpenSSL functions will link" >&5 |
16689 | echo $ECHO_N "checking if programs using OpenSSL functions will link... $ECHO_C" >&6; } | 17516 | $as_echo_n "checking if programs using OpenSSL functions will link... " >&6; } |
16690 | cat >conftest.$ac_ext <<_ACEOF | 17517 | cat >conftest.$ac_ext <<_ACEOF |
16691 | /* confdefs.h. */ | 17518 | /* confdefs.h. */ |
16692 | _ACEOF | 17519 | _ACEOF |
@@ -16704,33 +17531,36 @@ case "(($ac_try" in | |||
16704 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17531 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16705 | *) ac_try_echo=$ac_try;; | 17532 | *) ac_try_echo=$ac_try;; |
16706 | esac | 17533 | esac |
16707 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17534 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17535 | $as_echo "$ac_try_echo") >&5 | ||
16708 | (eval "$ac_link") 2>conftest.er1 | 17536 | (eval "$ac_link") 2>conftest.er1 |
16709 | ac_status=$? | 17537 | ac_status=$? |
16710 | grep -v '^ *+' conftest.er1 >conftest.err | 17538 | grep -v '^ *+' conftest.er1 >conftest.err |
16711 | rm -f conftest.er1 | 17539 | rm -f conftest.er1 |
16712 | cat conftest.err >&5 | 17540 | cat conftest.err >&5 |
16713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17541 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16714 | (exit $ac_status); } && { | 17542 | (exit $ac_status); } && { |
16715 | test -z "$ac_c_werror_flag" || | 17543 | test -z "$ac_c_werror_flag" || |
16716 | test ! -s conftest.err | 17544 | test ! -s conftest.err |
16717 | } && test -s conftest$ac_exeext && | 17545 | } && test -s conftest$ac_exeext && { |
16718 | $as_test_x conftest$ac_exeext; then | 17546 | test "$cross_compiling" = yes || |
17547 | $as_test_x conftest$ac_exeext | ||
17548 | }; then | ||
16719 | 17549 | ||
16720 | { echo "$as_me:$LINENO: result: yes" >&5 | 17550 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16721 | echo "${ECHO_T}yes" >&6; } | 17551 | $as_echo "yes" >&6; } |
16722 | 17552 | ||
16723 | else | 17553 | else |
16724 | echo "$as_me: failed program was:" >&5 | 17554 | $as_echo "$as_me: failed program was:" >&5 |
16725 | sed 's/^/| /' conftest.$ac_ext >&5 | 17555 | sed 's/^/| /' conftest.$ac_ext >&5 |
16726 | 17556 | ||
16727 | 17557 | ||
16728 | { echo "$as_me:$LINENO: result: no" >&5 | 17558 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16729 | echo "${ECHO_T}no" >&6; } | 17559 | $as_echo "no" >&6; } |
16730 | saved_LIBS="$LIBS" | 17560 | saved_LIBS="$LIBS" |
16731 | LIBS="$LIBS -ldl" | 17561 | LIBS="$LIBS -ldl" |
16732 | { echo "$as_me:$LINENO: checking if programs using OpenSSL need -ldl" >&5 | 17562 | { $as_echo "$as_me:$LINENO: checking if programs using OpenSSL need -ldl" >&5 |
16733 | echo $ECHO_N "checking if programs using OpenSSL need -ldl... $ECHO_C" >&6; } | 17563 | $as_echo_n "checking if programs using OpenSSL need -ldl... " >&6; } |
16734 | cat >conftest.$ac_ext <<_ACEOF | 17564 | cat >conftest.$ac_ext <<_ACEOF |
16735 | /* confdefs.h. */ | 17565 | /* confdefs.h. */ |
16736 | _ACEOF | 17566 | _ACEOF |
@@ -16748,40 +17578,45 @@ case "(($ac_try" in | |||
16748 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17578 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16749 | *) ac_try_echo=$ac_try;; | 17579 | *) ac_try_echo=$ac_try;; |
16750 | esac | 17580 | esac |
16751 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17581 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17582 | $as_echo "$ac_try_echo") >&5 | ||
16752 | (eval "$ac_link") 2>conftest.er1 | 17583 | (eval "$ac_link") 2>conftest.er1 |
16753 | ac_status=$? | 17584 | ac_status=$? |
16754 | grep -v '^ *+' conftest.er1 >conftest.err | 17585 | grep -v '^ *+' conftest.er1 >conftest.err |
16755 | rm -f conftest.er1 | 17586 | rm -f conftest.er1 |
16756 | cat conftest.err >&5 | 17587 | cat conftest.err >&5 |
16757 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17588 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16758 | (exit $ac_status); } && { | 17589 | (exit $ac_status); } && { |
16759 | test -z "$ac_c_werror_flag" || | 17590 | test -z "$ac_c_werror_flag" || |
16760 | test ! -s conftest.err | 17591 | test ! -s conftest.err |
16761 | } && test -s conftest$ac_exeext && | 17592 | } && test -s conftest$ac_exeext && { |
16762 | $as_test_x conftest$ac_exeext; then | 17593 | test "$cross_compiling" = yes || |
17594 | $as_test_x conftest$ac_exeext | ||
17595 | }; then | ||
16763 | 17596 | ||
16764 | { echo "$as_me:$LINENO: result: yes" >&5 | 17597 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16765 | echo "${ECHO_T}yes" >&6; } | 17598 | $as_echo "yes" >&6; } |
16766 | 17599 | ||
16767 | else | 17600 | else |
16768 | echo "$as_me: failed program was:" >&5 | 17601 | $as_echo "$as_me: failed program was:" >&5 |
16769 | sed 's/^/| /' conftest.$ac_ext >&5 | 17602 | sed 's/^/| /' conftest.$ac_ext >&5 |
16770 | 17603 | ||
16771 | 17604 | ||
16772 | { echo "$as_me:$LINENO: result: no" >&5 | 17605 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16773 | echo "${ECHO_T}no" >&6; } | 17606 | $as_echo "no" >&6; } |
16774 | LIBS="$saved_LIBS" | 17607 | LIBS="$saved_LIBS" |
16775 | 17608 | ||
16776 | 17609 | ||
16777 | fi | 17610 | fi |
16778 | 17611 | ||
17612 | rm -rf conftest.dSYM | ||
16779 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17613 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16780 | conftest$ac_exeext conftest.$ac_ext | 17614 | conftest$ac_exeext conftest.$ac_ext |
16781 | 17615 | ||
16782 | 17616 | ||
16783 | fi | 17617 | fi |
16784 | 17618 | ||
17619 | rm -rf conftest.dSYM | ||
16785 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17620 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16786 | conftest$ac_exeext conftest.$ac_ext | 17621 | conftest$ac_exeext conftest.$ac_ext |
16787 | 17622 | ||
@@ -16789,8 +17624,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
16789 | # Check whether --with-ssl-engine was given. | 17624 | # Check whether --with-ssl-engine was given. |
16790 | if test "${with_ssl_engine+set}" = set; then | 17625 | if test "${with_ssl_engine+set}" = set; then |
16791 | withval=$with_ssl_engine; if test "x$withval" != "xno" ; then | 17626 | withval=$with_ssl_engine; if test "x$withval" != "xno" ; then |
16792 | { echo "$as_me:$LINENO: checking for OpenSSL ENGINE support" >&5 | 17627 | { $as_echo "$as_me:$LINENO: checking for OpenSSL ENGINE support" >&5 |
16793 | echo $ECHO_N "checking for OpenSSL ENGINE support... $ECHO_C" >&6; } | 17628 | $as_echo_n "checking for OpenSSL ENGINE support... " >&6; } |
16794 | cat >conftest.$ac_ext <<_ACEOF | 17629 | cat >conftest.$ac_ext <<_ACEOF |
16795 | /* confdefs.h. */ | 17630 | /* confdefs.h. */ |
16796 | _ACEOF | 17631 | _ACEOF |
@@ -16814,19 +17649,20 @@ case "(($ac_try" in | |||
16814 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17649 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16815 | *) ac_try_echo=$ac_try;; | 17650 | *) ac_try_echo=$ac_try;; |
16816 | esac | 17651 | esac |
16817 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17652 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17653 | $as_echo "$ac_try_echo") >&5 | ||
16818 | (eval "$ac_compile") 2>conftest.er1 | 17654 | (eval "$ac_compile") 2>conftest.er1 |
16819 | ac_status=$? | 17655 | ac_status=$? |
16820 | grep -v '^ *+' conftest.er1 >conftest.err | 17656 | grep -v '^ *+' conftest.er1 >conftest.err |
16821 | rm -f conftest.er1 | 17657 | rm -f conftest.er1 |
16822 | cat conftest.err >&5 | 17658 | cat conftest.err >&5 |
16823 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17659 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16824 | (exit $ac_status); } && { | 17660 | (exit $ac_status); } && { |
16825 | test -z "$ac_c_werror_flag" || | 17661 | test -z "$ac_c_werror_flag" || |
16826 | test ! -s conftest.err | 17662 | test ! -s conftest.err |
16827 | } && test -s conftest.$ac_objext; then | 17663 | } && test -s conftest.$ac_objext; then |
16828 | { echo "$as_me:$LINENO: result: yes" >&5 | 17664 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16829 | echo "${ECHO_T}yes" >&6; } | 17665 | $as_echo "yes" >&6; } |
16830 | 17666 | ||
16831 | cat >>confdefs.h <<\_ACEOF | 17667 | cat >>confdefs.h <<\_ACEOF |
16832 | #define USE_OPENSSL_ENGINE 1 | 17668 | #define USE_OPENSSL_ENGINE 1 |
@@ -16834,11 +17670,11 @@ _ACEOF | |||
16834 | 17670 | ||
16835 | 17671 | ||
16836 | else | 17672 | else |
16837 | echo "$as_me: failed program was:" >&5 | 17673 | $as_echo "$as_me: failed program was:" >&5 |
16838 | sed 's/^/| /' conftest.$ac_ext >&5 | 17674 | sed 's/^/| /' conftest.$ac_ext >&5 |
16839 | 17675 | ||
16840 | { { echo "$as_me:$LINENO: error: OpenSSL ENGINE support not found" >&5 | 17676 | { { $as_echo "$as_me:$LINENO: error: OpenSSL ENGINE support not found" >&5 |
16841 | echo "$as_me: error: OpenSSL ENGINE support not found" >&2;} | 17677 | $as_echo "$as_me: error: OpenSSL ENGINE support not found" >&2;} |
16842 | { (exit 1); exit 1; }; } | 17678 | { (exit 1); exit 1; }; } |
16843 | 17679 | ||
16844 | fi | 17680 | fi |
@@ -16850,8 +17686,8 @@ fi | |||
16850 | 17686 | ||
16851 | 17687 | ||
16852 | # Check for OpenSSL without EVP_aes_{192,256}_cbc | 17688 | # Check for OpenSSL without EVP_aes_{192,256}_cbc |
16853 | { echo "$as_me:$LINENO: checking whether OpenSSL has crippled AES support" >&5 | 17689 | { $as_echo "$as_me:$LINENO: checking whether OpenSSL has crippled AES support" >&5 |
16854 | echo $ECHO_N "checking whether OpenSSL has crippled AES support... $ECHO_C" >&6; } | 17690 | $as_echo_n "checking whether OpenSSL has crippled AES support... " >&6; } |
16855 | cat >conftest.$ac_ext <<_ACEOF | 17691 | cat >conftest.$ac_ext <<_ACEOF |
16856 | /* confdefs.h. */ | 17692 | /* confdefs.h. */ |
16857 | _ACEOF | 17693 | _ACEOF |
@@ -16870,29 +17706,32 @@ case "(($ac_try" in | |||
16870 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17706 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16871 | *) ac_try_echo=$ac_try;; | 17707 | *) ac_try_echo=$ac_try;; |
16872 | esac | 17708 | esac |
16873 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17709 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17710 | $as_echo "$ac_try_echo") >&5 | ||
16874 | (eval "$ac_link") 2>conftest.er1 | 17711 | (eval "$ac_link") 2>conftest.er1 |
16875 | ac_status=$? | 17712 | ac_status=$? |
16876 | grep -v '^ *+' conftest.er1 >conftest.err | 17713 | grep -v '^ *+' conftest.er1 >conftest.err |
16877 | rm -f conftest.er1 | 17714 | rm -f conftest.er1 |
16878 | cat conftest.err >&5 | 17715 | cat conftest.err >&5 |
16879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17716 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16880 | (exit $ac_status); } && { | 17717 | (exit $ac_status); } && { |
16881 | test -z "$ac_c_werror_flag" || | 17718 | test -z "$ac_c_werror_flag" || |
16882 | test ! -s conftest.err | 17719 | test ! -s conftest.err |
16883 | } && test -s conftest$ac_exeext && | 17720 | } && test -s conftest$ac_exeext && { |
16884 | $as_test_x conftest$ac_exeext; then | 17721 | test "$cross_compiling" = yes || |
17722 | $as_test_x conftest$ac_exeext | ||
17723 | }; then | ||
16885 | 17724 | ||
16886 | { echo "$as_me:$LINENO: result: no" >&5 | 17725 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
16887 | echo "${ECHO_T}no" >&6; } | 17726 | $as_echo "no" >&6; } |
16888 | 17727 | ||
16889 | else | 17728 | else |
16890 | echo "$as_me: failed program was:" >&5 | 17729 | $as_echo "$as_me: failed program was:" >&5 |
16891 | sed 's/^/| /' conftest.$ac_ext >&5 | 17730 | sed 's/^/| /' conftest.$ac_ext >&5 |
16892 | 17731 | ||
16893 | 17732 | ||
16894 | { echo "$as_me:$LINENO: result: yes" >&5 | 17733 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
16895 | echo "${ECHO_T}yes" >&6; } | 17734 | $as_echo "yes" >&6; } |
16896 | 17735 | ||
16897 | cat >>confdefs.h <<\_ACEOF | 17736 | cat >>confdefs.h <<\_ACEOF |
16898 | #define OPENSSL_LOBOTOMISED_AES 1 | 17737 | #define OPENSSL_LOBOTOMISED_AES 1 |
@@ -16902,6 +17741,66 @@ _ACEOF | |||
16902 | 17741 | ||
16903 | fi | 17742 | fi |
16904 | 17743 | ||
17744 | rm -rf conftest.dSYM | ||
17745 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | ||
17746 | conftest$ac_exeext conftest.$ac_ext | ||
17747 | |||
17748 | { $as_echo "$as_me:$LINENO: checking if EVP_DigestUpdate returns an int" >&5 | ||
17749 | $as_echo_n "checking if EVP_DigestUpdate returns an int... " >&6; } | ||
17750 | cat >conftest.$ac_ext <<_ACEOF | ||
17751 | /* confdefs.h. */ | ||
17752 | _ACEOF | ||
17753 | cat confdefs.h >>conftest.$ac_ext | ||
17754 | cat >>conftest.$ac_ext <<_ACEOF | ||
17755 | /* end confdefs.h. */ | ||
17756 | |||
17757 | #include <string.h> | ||
17758 | #include <openssl/evp.h> | ||
17759 | int main(void) { if(EVP_DigestUpdate(NULL, NULL,0)) exit(0); } | ||
17760 | |||
17761 | _ACEOF | ||
17762 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
17763 | if { (ac_try="$ac_link" | ||
17764 | case "(($ac_try" in | ||
17765 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
17766 | *) ac_try_echo=$ac_try;; | ||
17767 | esac | ||
17768 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
17769 | $as_echo "$ac_try_echo") >&5 | ||
17770 | (eval "$ac_link") 2>conftest.er1 | ||
17771 | ac_status=$? | ||
17772 | grep -v '^ *+' conftest.er1 >conftest.err | ||
17773 | rm -f conftest.er1 | ||
17774 | cat conftest.err >&5 | ||
17775 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
17776 | (exit $ac_status); } && { | ||
17777 | test -z "$ac_c_werror_flag" || | ||
17778 | test ! -s conftest.err | ||
17779 | } && test -s conftest$ac_exeext && { | ||
17780 | test "$cross_compiling" = yes || | ||
17781 | $as_test_x conftest$ac_exeext | ||
17782 | }; then | ||
17783 | |||
17784 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
17785 | $as_echo "yes" >&6; } | ||
17786 | |||
17787 | else | ||
17788 | $as_echo "$as_me: failed program was:" >&5 | ||
17789 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
17790 | |||
17791 | |||
17792 | { $as_echo "$as_me:$LINENO: result: no" >&5 | ||
17793 | $as_echo "no" >&6; } | ||
17794 | |||
17795 | cat >>confdefs.h <<\_ACEOF | ||
17796 | #define OPENSSL_EVP_DIGESTUPDATE_VOID 1 | ||
17797 | _ACEOF | ||
17798 | |||
17799 | |||
17800 | |||
17801 | fi | ||
17802 | |||
17803 | rm -rf conftest.dSYM | ||
16905 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17804 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16906 | conftest$ac_exeext conftest.$ac_ext | 17805 | conftest$ac_exeext conftest.$ac_ext |
16907 | 17806 | ||
@@ -16909,10 +17808,10 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
16909 | # because the system crypt() is more featureful. | 17808 | # because the system crypt() is more featureful. |
16910 | if test "x$check_for_libcrypt_before" = "x1"; then | 17809 | if test "x$check_for_libcrypt_before" = "x1"; then |
16911 | 17810 | ||
16912 | { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 | 17811 | { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 |
16913 | echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; } | 17812 | $as_echo_n "checking for crypt in -lcrypt... " >&6; } |
16914 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then | 17813 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then |
16915 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17814 | $as_echo_n "(cached) " >&6 |
16916 | else | 17815 | else |
16917 | ac_check_lib_save_LIBS=$LIBS | 17816 | ac_check_lib_save_LIBS=$LIBS |
16918 | LIBS="-lcrypt $LIBS" | 17817 | LIBS="-lcrypt $LIBS" |
@@ -16944,32 +17843,36 @@ case "(($ac_try" in | |||
16944 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17843 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16945 | *) ac_try_echo=$ac_try;; | 17844 | *) ac_try_echo=$ac_try;; |
16946 | esac | 17845 | esac |
16947 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17846 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17847 | $as_echo "$ac_try_echo") >&5 | ||
16948 | (eval "$ac_link") 2>conftest.er1 | 17848 | (eval "$ac_link") 2>conftest.er1 |
16949 | ac_status=$? | 17849 | ac_status=$? |
16950 | grep -v '^ *+' conftest.er1 >conftest.err | 17850 | grep -v '^ *+' conftest.er1 >conftest.err |
16951 | rm -f conftest.er1 | 17851 | rm -f conftest.er1 |
16952 | cat conftest.err >&5 | 17852 | cat conftest.err >&5 |
16953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17853 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16954 | (exit $ac_status); } && { | 17854 | (exit $ac_status); } && { |
16955 | test -z "$ac_c_werror_flag" || | 17855 | test -z "$ac_c_werror_flag" || |
16956 | test ! -s conftest.err | 17856 | test ! -s conftest.err |
16957 | } && test -s conftest$ac_exeext && | 17857 | } && test -s conftest$ac_exeext && { |
16958 | $as_test_x conftest$ac_exeext; then | 17858 | test "$cross_compiling" = yes || |
17859 | $as_test_x conftest$ac_exeext | ||
17860 | }; then | ||
16959 | ac_cv_lib_crypt_crypt=yes | 17861 | ac_cv_lib_crypt_crypt=yes |
16960 | else | 17862 | else |
16961 | echo "$as_me: failed program was:" >&5 | 17863 | $as_echo "$as_me: failed program was:" >&5 |
16962 | sed 's/^/| /' conftest.$ac_ext >&5 | 17864 | sed 's/^/| /' conftest.$ac_ext >&5 |
16963 | 17865 | ||
16964 | ac_cv_lib_crypt_crypt=no | 17866 | ac_cv_lib_crypt_crypt=no |
16965 | fi | 17867 | fi |
16966 | 17868 | ||
17869 | rm -rf conftest.dSYM | ||
16967 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17870 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16968 | conftest$ac_exeext conftest.$ac_ext | 17871 | conftest$ac_exeext conftest.$ac_ext |
16969 | LIBS=$ac_check_lib_save_LIBS | 17872 | LIBS=$ac_check_lib_save_LIBS |
16970 | fi | 17873 | fi |
16971 | { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 | 17874 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 |
16972 | echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; } | 17875 | $as_echo "$ac_cv_lib_crypt_crypt" >&6; } |
16973 | if test $ac_cv_lib_crypt_crypt = yes; then | 17876 | if test $ac_cv_lib_crypt_crypt = yes; then |
16974 | cat >>confdefs.h <<_ACEOF | 17877 | cat >>confdefs.h <<_ACEOF |
16975 | #define HAVE_LIBCRYPT 1 | 17878 | #define HAVE_LIBCRYPT 1 |
@@ -16984,10 +17887,10 @@ fi | |||
16984 | # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the | 17887 | # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the |
16985 | # version in OpenSSL. | 17888 | # version in OpenSSL. |
16986 | if test "x$check_for_libcrypt_later" = "x1"; then | 17889 | if test "x$check_for_libcrypt_later" = "x1"; then |
16987 | { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 | 17890 | { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 |
16988 | echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; } | 17891 | $as_echo_n "checking for crypt in -lcrypt... " >&6; } |
16989 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then | 17892 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then |
16990 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17893 | $as_echo_n "(cached) " >&6 |
16991 | else | 17894 | else |
16992 | ac_check_lib_save_LIBS=$LIBS | 17895 | ac_check_lib_save_LIBS=$LIBS |
16993 | LIBS="-lcrypt $LIBS" | 17896 | LIBS="-lcrypt $LIBS" |
@@ -17019,32 +17922,36 @@ case "(($ac_try" in | |||
17019 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17922 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17020 | *) ac_try_echo=$ac_try;; | 17923 | *) ac_try_echo=$ac_try;; |
17021 | esac | 17924 | esac |
17022 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 17925 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
17926 | $as_echo "$ac_try_echo") >&5 | ||
17023 | (eval "$ac_link") 2>conftest.er1 | 17927 | (eval "$ac_link") 2>conftest.er1 |
17024 | ac_status=$? | 17928 | ac_status=$? |
17025 | grep -v '^ *+' conftest.er1 >conftest.err | 17929 | grep -v '^ *+' conftest.er1 >conftest.err |
17026 | rm -f conftest.er1 | 17930 | rm -f conftest.er1 |
17027 | cat conftest.err >&5 | 17931 | cat conftest.err >&5 |
17028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17932 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17029 | (exit $ac_status); } && { | 17933 | (exit $ac_status); } && { |
17030 | test -z "$ac_c_werror_flag" || | 17934 | test -z "$ac_c_werror_flag" || |
17031 | test ! -s conftest.err | 17935 | test ! -s conftest.err |
17032 | } && test -s conftest$ac_exeext && | 17936 | } && test -s conftest$ac_exeext && { |
17033 | $as_test_x conftest$ac_exeext; then | 17937 | test "$cross_compiling" = yes || |
17938 | $as_test_x conftest$ac_exeext | ||
17939 | }; then | ||
17034 | ac_cv_lib_crypt_crypt=yes | 17940 | ac_cv_lib_crypt_crypt=yes |
17035 | else | 17941 | else |
17036 | echo "$as_me: failed program was:" >&5 | 17942 | $as_echo "$as_me: failed program was:" >&5 |
17037 | sed 's/^/| /' conftest.$ac_ext >&5 | 17943 | sed 's/^/| /' conftest.$ac_ext >&5 |
17038 | 17944 | ||
17039 | ac_cv_lib_crypt_crypt=no | 17945 | ac_cv_lib_crypt_crypt=no |
17040 | fi | 17946 | fi |
17041 | 17947 | ||
17948 | rm -rf conftest.dSYM | ||
17042 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17949 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17043 | conftest$ac_exeext conftest.$ac_ext | 17950 | conftest$ac_exeext conftest.$ac_ext |
17044 | LIBS=$ac_check_lib_save_LIBS | 17951 | LIBS=$ac_check_lib_save_LIBS |
17045 | fi | 17952 | fi |
17046 | { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 | 17953 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 |
17047 | echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; } | 17954 | $as_echo "$ac_cv_lib_crypt_crypt" >&6; } |
17048 | if test $ac_cv_lib_crypt_crypt = yes; then | 17955 | if test $ac_cv_lib_crypt_crypt = yes; then |
17049 | LIBS="$LIBS -lcrypt" | 17956 | LIBS="$LIBS -lcrypt" |
17050 | fi | 17957 | fi |
@@ -17056,11 +17963,11 @@ fi | |||
17056 | 17963 | ||
17057 | for ac_func in SHA256_Update EVP_sha256 | 17964 | for ac_func in SHA256_Update EVP_sha256 |
17058 | do | 17965 | do |
17059 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 17966 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17060 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 17967 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
17061 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 17968 | $as_echo_n "checking for $ac_func... " >&6; } |
17062 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 17969 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
17063 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17970 | $as_echo_n "(cached) " >&6 |
17064 | else | 17971 | else |
17065 | cat >conftest.$ac_ext <<_ACEOF | 17972 | cat >conftest.$ac_ext <<_ACEOF |
17066 | /* confdefs.h. */ | 17973 | /* confdefs.h. */ |
@@ -17113,35 +18020,41 @@ case "(($ac_try" in | |||
17113 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18020 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17114 | *) ac_try_echo=$ac_try;; | 18021 | *) ac_try_echo=$ac_try;; |
17115 | esac | 18022 | esac |
17116 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18023 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18024 | $as_echo "$ac_try_echo") >&5 | ||
17117 | (eval "$ac_link") 2>conftest.er1 | 18025 | (eval "$ac_link") 2>conftest.er1 |
17118 | ac_status=$? | 18026 | ac_status=$? |
17119 | grep -v '^ *+' conftest.er1 >conftest.err | 18027 | grep -v '^ *+' conftest.er1 >conftest.err |
17120 | rm -f conftest.er1 | 18028 | rm -f conftest.er1 |
17121 | cat conftest.err >&5 | 18029 | cat conftest.err >&5 |
17122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18030 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17123 | (exit $ac_status); } && { | 18031 | (exit $ac_status); } && { |
17124 | test -z "$ac_c_werror_flag" || | 18032 | test -z "$ac_c_werror_flag" || |
17125 | test ! -s conftest.err | 18033 | test ! -s conftest.err |
17126 | } && test -s conftest$ac_exeext && | 18034 | } && test -s conftest$ac_exeext && { |
17127 | $as_test_x conftest$ac_exeext; then | 18035 | test "$cross_compiling" = yes || |
18036 | $as_test_x conftest$ac_exeext | ||
18037 | }; then | ||
17128 | eval "$as_ac_var=yes" | 18038 | eval "$as_ac_var=yes" |
17129 | else | 18039 | else |
17130 | echo "$as_me: failed program was:" >&5 | 18040 | $as_echo "$as_me: failed program was:" >&5 |
17131 | sed 's/^/| /' conftest.$ac_ext >&5 | 18041 | sed 's/^/| /' conftest.$ac_ext >&5 |
17132 | 18042 | ||
17133 | eval "$as_ac_var=no" | 18043 | eval "$as_ac_var=no" |
17134 | fi | 18044 | fi |
17135 | 18045 | ||
18046 | rm -rf conftest.dSYM | ||
17136 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18047 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17137 | conftest$ac_exeext conftest.$ac_ext | 18048 | conftest$ac_exeext conftest.$ac_ext |
17138 | fi | 18049 | fi |
17139 | ac_res=`eval echo '${'$as_ac_var'}'` | 18050 | ac_res=`eval 'as_val=${'$as_ac_var'} |
17140 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 18051 | $as_echo "$as_val"'` |
17141 | echo "${ECHO_T}$ac_res" >&6; } | 18052 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
17142 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 18053 | $as_echo "$ac_res" >&6; } |
18054 | if test `eval 'as_val=${'$as_ac_var'} | ||
18055 | $as_echo "$as_val"'` = yes; then | ||
17143 | cat >>confdefs.h <<_ACEOF | 18056 | cat >>confdefs.h <<_ACEOF |
17144 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 18057 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
17145 | _ACEOF | 18058 | _ACEOF |
17146 | 18059 | ||
17147 | fi | 18060 | fi |
@@ -17149,10 +18062,10 @@ done | |||
17149 | 18062 | ||
17150 | 18063 | ||
17151 | saved_LIBS="$LIBS" | 18064 | saved_LIBS="$LIBS" |
17152 | { echo "$as_me:$LINENO: checking for ia_openinfo in -liaf" >&5 | 18065 | { $as_echo "$as_me:$LINENO: checking for ia_openinfo in -liaf" >&5 |
17153 | echo $ECHO_N "checking for ia_openinfo in -liaf... $ECHO_C" >&6; } | 18066 | $as_echo_n "checking for ia_openinfo in -liaf... " >&6; } |
17154 | if test "${ac_cv_lib_iaf_ia_openinfo+set}" = set; then | 18067 | if test "${ac_cv_lib_iaf_ia_openinfo+set}" = set; then |
17155 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18068 | $as_echo_n "(cached) " >&6 |
17156 | else | 18069 | else |
17157 | ac_check_lib_save_LIBS=$LIBS | 18070 | ac_check_lib_save_LIBS=$LIBS |
17158 | LIBS="-liaf $LIBS" | 18071 | LIBS="-liaf $LIBS" |
@@ -17184,43 +18097,47 @@ case "(($ac_try" in | |||
17184 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18097 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17185 | *) ac_try_echo=$ac_try;; | 18098 | *) ac_try_echo=$ac_try;; |
17186 | esac | 18099 | esac |
17187 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18100 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18101 | $as_echo "$ac_try_echo") >&5 | ||
17188 | (eval "$ac_link") 2>conftest.er1 | 18102 | (eval "$ac_link") 2>conftest.er1 |
17189 | ac_status=$? | 18103 | ac_status=$? |
17190 | grep -v '^ *+' conftest.er1 >conftest.err | 18104 | grep -v '^ *+' conftest.er1 >conftest.err |
17191 | rm -f conftest.er1 | 18105 | rm -f conftest.er1 |
17192 | cat conftest.err >&5 | 18106 | cat conftest.err >&5 |
17193 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18107 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17194 | (exit $ac_status); } && { | 18108 | (exit $ac_status); } && { |
17195 | test -z "$ac_c_werror_flag" || | 18109 | test -z "$ac_c_werror_flag" || |
17196 | test ! -s conftest.err | 18110 | test ! -s conftest.err |
17197 | } && test -s conftest$ac_exeext && | 18111 | } && test -s conftest$ac_exeext && { |
17198 | $as_test_x conftest$ac_exeext; then | 18112 | test "$cross_compiling" = yes || |
18113 | $as_test_x conftest$ac_exeext | ||
18114 | }; then | ||
17199 | ac_cv_lib_iaf_ia_openinfo=yes | 18115 | ac_cv_lib_iaf_ia_openinfo=yes |
17200 | else | 18116 | else |
17201 | echo "$as_me: failed program was:" >&5 | 18117 | $as_echo "$as_me: failed program was:" >&5 |
17202 | sed 's/^/| /' conftest.$ac_ext >&5 | 18118 | sed 's/^/| /' conftest.$ac_ext >&5 |
17203 | 18119 | ||
17204 | ac_cv_lib_iaf_ia_openinfo=no | 18120 | ac_cv_lib_iaf_ia_openinfo=no |
17205 | fi | 18121 | fi |
17206 | 18122 | ||
18123 | rm -rf conftest.dSYM | ||
17207 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18124 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17208 | conftest$ac_exeext conftest.$ac_ext | 18125 | conftest$ac_exeext conftest.$ac_ext |
17209 | LIBS=$ac_check_lib_save_LIBS | 18126 | LIBS=$ac_check_lib_save_LIBS |
17210 | fi | 18127 | fi |
17211 | { echo "$as_me:$LINENO: result: $ac_cv_lib_iaf_ia_openinfo" >&5 | 18128 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iaf_ia_openinfo" >&5 |
17212 | echo "${ECHO_T}$ac_cv_lib_iaf_ia_openinfo" >&6; } | 18129 | $as_echo "$ac_cv_lib_iaf_ia_openinfo" >&6; } |
17213 | if test $ac_cv_lib_iaf_ia_openinfo = yes; then | 18130 | if test $ac_cv_lib_iaf_ia_openinfo = yes; then |
17214 | 18131 | ||
17215 | LIBS="$LIBS -liaf" | 18132 | LIBS="$LIBS -liaf" |
17216 | 18133 | ||
17217 | for ac_func in set_id | 18134 | for ac_func in set_id |
17218 | do | 18135 | do |
17219 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 18136 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17220 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 18137 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
17221 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 18138 | $as_echo_n "checking for $ac_func... " >&6; } |
17222 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 18139 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
17223 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18140 | $as_echo_n "(cached) " >&6 |
17224 | else | 18141 | else |
17225 | cat >conftest.$ac_ext <<_ACEOF | 18142 | cat >conftest.$ac_ext <<_ACEOF |
17226 | /* confdefs.h. */ | 18143 | /* confdefs.h. */ |
@@ -17273,35 +18190,41 @@ case "(($ac_try" in | |||
17273 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18190 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17274 | *) ac_try_echo=$ac_try;; | 18191 | *) ac_try_echo=$ac_try;; |
17275 | esac | 18192 | esac |
17276 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18193 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18194 | $as_echo "$ac_try_echo") >&5 | ||
17277 | (eval "$ac_link") 2>conftest.er1 | 18195 | (eval "$ac_link") 2>conftest.er1 |
17278 | ac_status=$? | 18196 | ac_status=$? |
17279 | grep -v '^ *+' conftest.er1 >conftest.err | 18197 | grep -v '^ *+' conftest.er1 >conftest.err |
17280 | rm -f conftest.er1 | 18198 | rm -f conftest.er1 |
17281 | cat conftest.err >&5 | 18199 | cat conftest.err >&5 |
17282 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18200 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17283 | (exit $ac_status); } && { | 18201 | (exit $ac_status); } && { |
17284 | test -z "$ac_c_werror_flag" || | 18202 | test -z "$ac_c_werror_flag" || |
17285 | test ! -s conftest.err | 18203 | test ! -s conftest.err |
17286 | } && test -s conftest$ac_exeext && | 18204 | } && test -s conftest$ac_exeext && { |
17287 | $as_test_x conftest$ac_exeext; then | 18205 | test "$cross_compiling" = yes || |
18206 | $as_test_x conftest$ac_exeext | ||
18207 | }; then | ||
17288 | eval "$as_ac_var=yes" | 18208 | eval "$as_ac_var=yes" |
17289 | else | 18209 | else |
17290 | echo "$as_me: failed program was:" >&5 | 18210 | $as_echo "$as_me: failed program was:" >&5 |
17291 | sed 's/^/| /' conftest.$ac_ext >&5 | 18211 | sed 's/^/| /' conftest.$ac_ext >&5 |
17292 | 18212 | ||
17293 | eval "$as_ac_var=no" | 18213 | eval "$as_ac_var=no" |
17294 | fi | 18214 | fi |
17295 | 18215 | ||
18216 | rm -rf conftest.dSYM | ||
17296 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18217 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17297 | conftest$ac_exeext conftest.$ac_ext | 18218 | conftest$ac_exeext conftest.$ac_ext |
17298 | fi | 18219 | fi |
17299 | ac_res=`eval echo '${'$as_ac_var'}'` | 18220 | ac_res=`eval 'as_val=${'$as_ac_var'} |
17300 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 18221 | $as_echo "$as_val"'` |
17301 | echo "${ECHO_T}$ac_res" >&6; } | 18222 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
17302 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 18223 | $as_echo "$ac_res" >&6; } |
18224 | if test `eval 'as_val=${'$as_ac_var'} | ||
18225 | $as_echo "$as_val"'` = yes; then | ||
17303 | cat >>confdefs.h <<_ACEOF | 18226 | cat >>confdefs.h <<_ACEOF |
17304 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 18227 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
17305 | _ACEOF | 18228 | _ACEOF |
17306 | SSHDLIBS="$SSHDLIBS -liaf" | 18229 | SSHDLIBS="$SSHDLIBS -liaf" |
17307 | 18230 | ||
@@ -17321,12 +18244,12 @@ LIBS="$saved_LIBS" | |||
17321 | ### Configure cryptographic random number support | 18244 | ### Configure cryptographic random number support |
17322 | 18245 | ||
17323 | # Check wheter OpenSSL seeds itself | 18246 | # Check wheter OpenSSL seeds itself |
17324 | { echo "$as_me:$LINENO: checking whether OpenSSL's PRNG is internally seeded" >&5 | 18247 | { $as_echo "$as_me:$LINENO: checking whether OpenSSL's PRNG is internally seeded" >&5 |
17325 | echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6; } | 18248 | $as_echo_n "checking whether OpenSSL's PRNG is internally seeded... " >&6; } |
17326 | if test "$cross_compiling" = yes; then | 18249 | if test "$cross_compiling" = yes; then |
17327 | 18250 | ||
17328 | { echo "$as_me:$LINENO: WARNING: cross compiling: assuming yes" >&5 | 18251 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: assuming yes" >&5 |
17329 | echo "$as_me: WARNING: cross compiling: assuming yes" >&2;} | 18252 | $as_echo "$as_me: WARNING: cross compiling: assuming yes" >&2;} |
17330 | # This is safe, since all recent OpenSSL versions will | 18253 | # This is safe, since all recent OpenSSL versions will |
17331 | # complain at runtime if not seeded correctly. | 18254 | # complain at runtime if not seeded correctly. |
17332 | OPENSSL_SEEDS_ITSELF=yes | 18255 | OPENSSL_SEEDS_ITSELF=yes |
@@ -17351,39 +18274,42 @@ case "(($ac_try" in | |||
17351 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18274 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17352 | *) ac_try_echo=$ac_try;; | 18275 | *) ac_try_echo=$ac_try;; |
17353 | esac | 18276 | esac |
17354 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18277 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18278 | $as_echo "$ac_try_echo") >&5 | ||
17355 | (eval "$ac_link") 2>&5 | 18279 | (eval "$ac_link") 2>&5 |
17356 | ac_status=$? | 18280 | ac_status=$? |
17357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18281 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17358 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 18282 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
17359 | { (case "(($ac_try" in | 18283 | { (case "(($ac_try" in |
17360 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18284 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17361 | *) ac_try_echo=$ac_try;; | 18285 | *) ac_try_echo=$ac_try;; |
17362 | esac | 18286 | esac |
17363 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18287 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18288 | $as_echo "$ac_try_echo") >&5 | ||
17364 | (eval "$ac_try") 2>&5 | 18289 | (eval "$ac_try") 2>&5 |
17365 | ac_status=$? | 18290 | ac_status=$? |
17366 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18291 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17367 | (exit $ac_status); }; }; then | 18292 | (exit $ac_status); }; }; then |
17368 | 18293 | ||
17369 | OPENSSL_SEEDS_ITSELF=yes | 18294 | OPENSSL_SEEDS_ITSELF=yes |
17370 | { echo "$as_me:$LINENO: result: yes" >&5 | 18295 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
17371 | echo "${ECHO_T}yes" >&6; } | 18296 | $as_echo "yes" >&6; } |
17372 | 18297 | ||
17373 | else | 18298 | else |
17374 | echo "$as_me: program exited with status $ac_status" >&5 | 18299 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
17375 | echo "$as_me: failed program was:" >&5 | 18300 | $as_echo "$as_me: failed program was:" >&5 |
17376 | sed 's/^/| /' conftest.$ac_ext >&5 | 18301 | sed 's/^/| /' conftest.$ac_ext >&5 |
17377 | 18302 | ||
17378 | ( exit $ac_status ) | 18303 | ( exit $ac_status ) |
17379 | 18304 | ||
17380 | { echo "$as_me:$LINENO: result: no" >&5 | 18305 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
17381 | echo "${ECHO_T}no" >&6; } | 18306 | $as_echo "no" >&6; } |
17382 | # Default to use of the rand helper if OpenSSL doesn't | 18307 | # Default to use of the rand helper if OpenSSL doesn't |
17383 | # seed itself | 18308 | # seed itself |
17384 | USE_RAND_HELPER=yes | 18309 | USE_RAND_HELPER=yes |
17385 | 18310 | ||
17386 | fi | 18311 | fi |
18312 | rm -rf conftest.dSYM | ||
17387 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 18313 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
17388 | fi | 18314 | fi |
17389 | 18315 | ||
@@ -17398,17 +18324,17 @@ if test "${with_pam+set}" = set; then | |||
17398 | if test "x$withval" != "xno" ; then | 18324 | if test "x$withval" != "xno" ; then |
17399 | if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \ | 18325 | if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \ |
17400 | test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then | 18326 | test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then |
17401 | { { echo "$as_me:$LINENO: error: PAM headers not found" >&5 | 18327 | { { $as_echo "$as_me:$LINENO: error: PAM headers not found" >&5 |
17402 | echo "$as_me: error: PAM headers not found" >&2;} | 18328 | $as_echo "$as_me: error: PAM headers not found" >&2;} |
17403 | { (exit 1); exit 1; }; } | 18329 | { (exit 1); exit 1; }; } |
17404 | fi | 18330 | fi |
17405 | 18331 | ||
17406 | saved_LIBS="$LIBS" | 18332 | saved_LIBS="$LIBS" |
17407 | 18333 | ||
17408 | { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | 18334 | { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
17409 | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } | 18335 | $as_echo_n "checking for dlopen in -ldl... " >&6; } |
17410 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then | 18336 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
17411 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18337 | $as_echo_n "(cached) " >&6 |
17412 | else | 18338 | else |
17413 | ac_check_lib_save_LIBS=$LIBS | 18339 | ac_check_lib_save_LIBS=$LIBS |
17414 | LIBS="-ldl $LIBS" | 18340 | LIBS="-ldl $LIBS" |
@@ -17440,32 +18366,36 @@ case "(($ac_try" in | |||
17440 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18366 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17441 | *) ac_try_echo=$ac_try;; | 18367 | *) ac_try_echo=$ac_try;; |
17442 | esac | 18368 | esac |
17443 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18369 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18370 | $as_echo "$ac_try_echo") >&5 | ||
17444 | (eval "$ac_link") 2>conftest.er1 | 18371 | (eval "$ac_link") 2>conftest.er1 |
17445 | ac_status=$? | 18372 | ac_status=$? |
17446 | grep -v '^ *+' conftest.er1 >conftest.err | 18373 | grep -v '^ *+' conftest.er1 >conftest.err |
17447 | rm -f conftest.er1 | 18374 | rm -f conftest.er1 |
17448 | cat conftest.err >&5 | 18375 | cat conftest.err >&5 |
17449 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18376 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17450 | (exit $ac_status); } && { | 18377 | (exit $ac_status); } && { |
17451 | test -z "$ac_c_werror_flag" || | 18378 | test -z "$ac_c_werror_flag" || |
17452 | test ! -s conftest.err | 18379 | test ! -s conftest.err |
17453 | } && test -s conftest$ac_exeext && | 18380 | } && test -s conftest$ac_exeext && { |
17454 | $as_test_x conftest$ac_exeext; then | 18381 | test "$cross_compiling" = yes || |
18382 | $as_test_x conftest$ac_exeext | ||
18383 | }; then | ||
17455 | ac_cv_lib_dl_dlopen=yes | 18384 | ac_cv_lib_dl_dlopen=yes |
17456 | else | 18385 | else |
17457 | echo "$as_me: failed program was:" >&5 | 18386 | $as_echo "$as_me: failed program was:" >&5 |
17458 | sed 's/^/| /' conftest.$ac_ext >&5 | 18387 | sed 's/^/| /' conftest.$ac_ext >&5 |
17459 | 18388 | ||
17460 | ac_cv_lib_dl_dlopen=no | 18389 | ac_cv_lib_dl_dlopen=no |
17461 | fi | 18390 | fi |
17462 | 18391 | ||
18392 | rm -rf conftest.dSYM | ||
17463 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18393 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17464 | conftest$ac_exeext conftest.$ac_ext | 18394 | conftest$ac_exeext conftest.$ac_ext |
17465 | LIBS=$ac_check_lib_save_LIBS | 18395 | LIBS=$ac_check_lib_save_LIBS |
17466 | fi | 18396 | fi |
17467 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | 18397 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
17468 | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } | 18398 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } |
17469 | if test $ac_cv_lib_dl_dlopen = yes; then | 18399 | if test $ac_cv_lib_dl_dlopen = yes; then |
17470 | cat >>confdefs.h <<_ACEOF | 18400 | cat >>confdefs.h <<_ACEOF |
17471 | #define HAVE_LIBDL 1 | 18401 | #define HAVE_LIBDL 1 |
@@ -17476,10 +18406,10 @@ _ACEOF | |||
17476 | fi | 18406 | fi |
17477 | 18407 | ||
17478 | 18408 | ||
17479 | { echo "$as_me:$LINENO: checking for pam_set_item in -lpam" >&5 | 18409 | { $as_echo "$as_me:$LINENO: checking for pam_set_item in -lpam" >&5 |
17480 | echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6; } | 18410 | $as_echo_n "checking for pam_set_item in -lpam... " >&6; } |
17481 | if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then | 18411 | if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then |
17482 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18412 | $as_echo_n "(cached) " >&6 |
17483 | else | 18413 | else |
17484 | ac_check_lib_save_LIBS=$LIBS | 18414 | ac_check_lib_save_LIBS=$LIBS |
17485 | LIBS="-lpam $LIBS" | 18415 | LIBS="-lpam $LIBS" |
@@ -17511,32 +18441,36 @@ case "(($ac_try" in | |||
17511 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18441 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17512 | *) ac_try_echo=$ac_try;; | 18442 | *) ac_try_echo=$ac_try;; |
17513 | esac | 18443 | esac |
17514 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18444 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18445 | $as_echo "$ac_try_echo") >&5 | ||
17515 | (eval "$ac_link") 2>conftest.er1 | 18446 | (eval "$ac_link") 2>conftest.er1 |
17516 | ac_status=$? | 18447 | ac_status=$? |
17517 | grep -v '^ *+' conftest.er1 >conftest.err | 18448 | grep -v '^ *+' conftest.er1 >conftest.err |
17518 | rm -f conftest.er1 | 18449 | rm -f conftest.er1 |
17519 | cat conftest.err >&5 | 18450 | cat conftest.err >&5 |
17520 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18451 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17521 | (exit $ac_status); } && { | 18452 | (exit $ac_status); } && { |
17522 | test -z "$ac_c_werror_flag" || | 18453 | test -z "$ac_c_werror_flag" || |
17523 | test ! -s conftest.err | 18454 | test ! -s conftest.err |
17524 | } && test -s conftest$ac_exeext && | 18455 | } && test -s conftest$ac_exeext && { |
17525 | $as_test_x conftest$ac_exeext; then | 18456 | test "$cross_compiling" = yes || |
18457 | $as_test_x conftest$ac_exeext | ||
18458 | }; then | ||
17526 | ac_cv_lib_pam_pam_set_item=yes | 18459 | ac_cv_lib_pam_pam_set_item=yes |
17527 | else | 18460 | else |
17528 | echo "$as_me: failed program was:" >&5 | 18461 | $as_echo "$as_me: failed program was:" >&5 |
17529 | sed 's/^/| /' conftest.$ac_ext >&5 | 18462 | sed 's/^/| /' conftest.$ac_ext >&5 |
17530 | 18463 | ||
17531 | ac_cv_lib_pam_pam_set_item=no | 18464 | ac_cv_lib_pam_pam_set_item=no |
17532 | fi | 18465 | fi |
17533 | 18466 | ||
18467 | rm -rf conftest.dSYM | ||
17534 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18468 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17535 | conftest$ac_exeext conftest.$ac_ext | 18469 | conftest$ac_exeext conftest.$ac_ext |
17536 | LIBS=$ac_check_lib_save_LIBS | 18470 | LIBS=$ac_check_lib_save_LIBS |
17537 | fi | 18471 | fi |
17538 | { echo "$as_me:$LINENO: result: $ac_cv_lib_pam_pam_set_item" >&5 | 18472 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pam_pam_set_item" >&5 |
17539 | echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6; } | 18473 | $as_echo "$ac_cv_lib_pam_pam_set_item" >&6; } |
17540 | if test $ac_cv_lib_pam_pam_set_item = yes; then | 18474 | if test $ac_cv_lib_pam_pam_set_item = yes; then |
17541 | cat >>confdefs.h <<_ACEOF | 18475 | cat >>confdefs.h <<_ACEOF |
17542 | #define HAVE_LIBPAM 1 | 18476 | #define HAVE_LIBPAM 1 |
@@ -17545,19 +18479,19 @@ _ACEOF | |||
17545 | LIBS="-lpam $LIBS" | 18479 | LIBS="-lpam $LIBS" |
17546 | 18480 | ||
17547 | else | 18481 | else |
17548 | { { echo "$as_me:$LINENO: error: *** libpam missing" >&5 | 18482 | { { $as_echo "$as_me:$LINENO: error: *** libpam missing" >&5 |
17549 | echo "$as_me: error: *** libpam missing" >&2;} | 18483 | $as_echo "$as_me: error: *** libpam missing" >&2;} |
17550 | { (exit 1); exit 1; }; } | 18484 | { (exit 1); exit 1; }; } |
17551 | fi | 18485 | fi |
17552 | 18486 | ||
17553 | 18487 | ||
17554 | for ac_func in pam_getenvlist | 18488 | for ac_func in pam_getenvlist |
17555 | do | 18489 | do |
17556 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 18490 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17557 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 18491 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
17558 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 18492 | $as_echo_n "checking for $ac_func... " >&6; } |
17559 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 18493 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
17560 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18494 | $as_echo_n "(cached) " >&6 |
17561 | else | 18495 | else |
17562 | cat >conftest.$ac_ext <<_ACEOF | 18496 | cat >conftest.$ac_ext <<_ACEOF |
17563 | /* confdefs.h. */ | 18497 | /* confdefs.h. */ |
@@ -17610,35 +18544,41 @@ case "(($ac_try" in | |||
17610 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18544 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17611 | *) ac_try_echo=$ac_try;; | 18545 | *) ac_try_echo=$ac_try;; |
17612 | esac | 18546 | esac |
17613 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18547 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18548 | $as_echo "$ac_try_echo") >&5 | ||
17614 | (eval "$ac_link") 2>conftest.er1 | 18549 | (eval "$ac_link") 2>conftest.er1 |
17615 | ac_status=$? | 18550 | ac_status=$? |
17616 | grep -v '^ *+' conftest.er1 >conftest.err | 18551 | grep -v '^ *+' conftest.er1 >conftest.err |
17617 | rm -f conftest.er1 | 18552 | rm -f conftest.er1 |
17618 | cat conftest.err >&5 | 18553 | cat conftest.err >&5 |
17619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18554 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17620 | (exit $ac_status); } && { | 18555 | (exit $ac_status); } && { |
17621 | test -z "$ac_c_werror_flag" || | 18556 | test -z "$ac_c_werror_flag" || |
17622 | test ! -s conftest.err | 18557 | test ! -s conftest.err |
17623 | } && test -s conftest$ac_exeext && | 18558 | } && test -s conftest$ac_exeext && { |
17624 | $as_test_x conftest$ac_exeext; then | 18559 | test "$cross_compiling" = yes || |
18560 | $as_test_x conftest$ac_exeext | ||
18561 | }; then | ||
17625 | eval "$as_ac_var=yes" | 18562 | eval "$as_ac_var=yes" |
17626 | else | 18563 | else |
17627 | echo "$as_me: failed program was:" >&5 | 18564 | $as_echo "$as_me: failed program was:" >&5 |
17628 | sed 's/^/| /' conftest.$ac_ext >&5 | 18565 | sed 's/^/| /' conftest.$ac_ext >&5 |
17629 | 18566 | ||
17630 | eval "$as_ac_var=no" | 18567 | eval "$as_ac_var=no" |
17631 | fi | 18568 | fi |
17632 | 18569 | ||
18570 | rm -rf conftest.dSYM | ||
17633 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18571 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17634 | conftest$ac_exeext conftest.$ac_ext | 18572 | conftest$ac_exeext conftest.$ac_ext |
17635 | fi | 18573 | fi |
17636 | ac_res=`eval echo '${'$as_ac_var'}'` | 18574 | ac_res=`eval 'as_val=${'$as_ac_var'} |
17637 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 18575 | $as_echo "$as_val"'` |
17638 | echo "${ECHO_T}$ac_res" >&6; } | 18576 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
17639 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 18577 | $as_echo "$ac_res" >&6; } |
18578 | if test `eval 'as_val=${'$as_ac_var'} | ||
18579 | $as_echo "$as_val"'` = yes; then | ||
17640 | cat >>confdefs.h <<_ACEOF | 18580 | cat >>confdefs.h <<_ACEOF |
17641 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 18581 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
17642 | _ACEOF | 18582 | _ACEOF |
17643 | 18583 | ||
17644 | fi | 18584 | fi |
@@ -17647,11 +18587,11 @@ done | |||
17647 | 18587 | ||
17648 | for ac_func in pam_putenv | 18588 | for ac_func in pam_putenv |
17649 | do | 18589 | do |
17650 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 18590 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17651 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 18591 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
17652 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 18592 | $as_echo_n "checking for $ac_func... " >&6; } |
17653 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 18593 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
17654 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18594 | $as_echo_n "(cached) " >&6 |
17655 | else | 18595 | else |
17656 | cat >conftest.$ac_ext <<_ACEOF | 18596 | cat >conftest.$ac_ext <<_ACEOF |
17657 | /* confdefs.h. */ | 18597 | /* confdefs.h. */ |
@@ -17704,35 +18644,41 @@ case "(($ac_try" in | |||
17704 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18644 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17705 | *) ac_try_echo=$ac_try;; | 18645 | *) ac_try_echo=$ac_try;; |
17706 | esac | 18646 | esac |
17707 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18647 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18648 | $as_echo "$ac_try_echo") >&5 | ||
17708 | (eval "$ac_link") 2>conftest.er1 | 18649 | (eval "$ac_link") 2>conftest.er1 |
17709 | ac_status=$? | 18650 | ac_status=$? |
17710 | grep -v '^ *+' conftest.er1 >conftest.err | 18651 | grep -v '^ *+' conftest.er1 >conftest.err |
17711 | rm -f conftest.er1 | 18652 | rm -f conftest.er1 |
17712 | cat conftest.err >&5 | 18653 | cat conftest.err >&5 |
17713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18654 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17714 | (exit $ac_status); } && { | 18655 | (exit $ac_status); } && { |
17715 | test -z "$ac_c_werror_flag" || | 18656 | test -z "$ac_c_werror_flag" || |
17716 | test ! -s conftest.err | 18657 | test ! -s conftest.err |
17717 | } && test -s conftest$ac_exeext && | 18658 | } && test -s conftest$ac_exeext && { |
17718 | $as_test_x conftest$ac_exeext; then | 18659 | test "$cross_compiling" = yes || |
18660 | $as_test_x conftest$ac_exeext | ||
18661 | }; then | ||
17719 | eval "$as_ac_var=yes" | 18662 | eval "$as_ac_var=yes" |
17720 | else | 18663 | else |
17721 | echo "$as_me: failed program was:" >&5 | 18664 | $as_echo "$as_me: failed program was:" >&5 |
17722 | sed 's/^/| /' conftest.$ac_ext >&5 | 18665 | sed 's/^/| /' conftest.$ac_ext >&5 |
17723 | 18666 | ||
17724 | eval "$as_ac_var=no" | 18667 | eval "$as_ac_var=no" |
17725 | fi | 18668 | fi |
17726 | 18669 | ||
18670 | rm -rf conftest.dSYM | ||
17727 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 18671 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17728 | conftest$ac_exeext conftest.$ac_ext | 18672 | conftest$ac_exeext conftest.$ac_ext |
17729 | fi | 18673 | fi |
17730 | ac_res=`eval echo '${'$as_ac_var'}'` | 18674 | ac_res=`eval 'as_val=${'$as_ac_var'} |
17731 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 18675 | $as_echo "$as_val"'` |
17732 | echo "${ECHO_T}$ac_res" >&6; } | 18676 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
17733 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 18677 | $as_echo "$ac_res" >&6; } |
18678 | if test `eval 'as_val=${'$as_ac_var'} | ||
18679 | $as_echo "$as_val"'` = yes; then | ||
17734 | cat >>confdefs.h <<_ACEOF | 18680 | cat >>confdefs.h <<_ACEOF |
17735 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 18681 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
17736 | _ACEOF | 18682 | _ACEOF |
17737 | 18683 | ||
17738 | fi | 18684 | fi |
@@ -17768,8 +18714,8 @@ fi | |||
17768 | # Check for older PAM | 18714 | # Check for older PAM |
17769 | if test "x$PAM_MSG" = "xyes" ; then | 18715 | if test "x$PAM_MSG" = "xyes" ; then |
17770 | # Check PAM strerror arguments (old PAM) | 18716 | # Check PAM strerror arguments (old PAM) |
17771 | { echo "$as_me:$LINENO: checking whether pam_strerror takes only one argument" >&5 | 18717 | { $as_echo "$as_me:$LINENO: checking whether pam_strerror takes only one argument" >&5 |
17772 | echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6; } | 18718 | $as_echo_n "checking whether pam_strerror takes only one argument... " >&6; } |
17773 | cat >conftest.$ac_ext <<_ACEOF | 18719 | cat >conftest.$ac_ext <<_ACEOF |
17774 | /* confdefs.h. */ | 18720 | /* confdefs.h. */ |
17775 | _ACEOF | 18721 | _ACEOF |
@@ -17798,21 +18744,22 @@ case "(($ac_try" in | |||
17798 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18744 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17799 | *) ac_try_echo=$ac_try;; | 18745 | *) ac_try_echo=$ac_try;; |
17800 | esac | 18746 | esac |
17801 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 18747 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
18748 | $as_echo "$ac_try_echo") >&5 | ||
17802 | (eval "$ac_compile") 2>conftest.er1 | 18749 | (eval "$ac_compile") 2>conftest.er1 |
17803 | ac_status=$? | 18750 | ac_status=$? |
17804 | grep -v '^ *+' conftest.er1 >conftest.err | 18751 | grep -v '^ *+' conftest.er1 >conftest.err |
17805 | rm -f conftest.er1 | 18752 | rm -f conftest.er1 |
17806 | cat conftest.err >&5 | 18753 | cat conftest.err >&5 |
17807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18754 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17808 | (exit $ac_status); } && { | 18755 | (exit $ac_status); } && { |
17809 | test -z "$ac_c_werror_flag" || | 18756 | test -z "$ac_c_werror_flag" || |
17810 | test ! -s conftest.err | 18757 | test ! -s conftest.err |
17811 | } && test -s conftest.$ac_objext; then | 18758 | } && test -s conftest.$ac_objext; then |
17812 | { echo "$as_me:$LINENO: result: no" >&5 | 18759 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
17813 | echo "${ECHO_T}no" >&6; } | 18760 | $as_echo "no" >&6; } |
17814 | else | 18761 | else |
17815 | echo "$as_me: failed program was:" >&5 | 18762 | $as_echo "$as_me: failed program was:" >&5 |
17816 | sed 's/^/| /' conftest.$ac_ext >&5 | 18763 | sed 's/^/| /' conftest.$ac_ext >&5 |
17817 | 18764 | ||
17818 | 18765 | ||
@@ -17821,8 +18768,8 @@ cat >>confdefs.h <<\_ACEOF | |||
17821 | #define HAVE_OLD_PAM 1 | 18768 | #define HAVE_OLD_PAM 1 |
17822 | _ACEOF | 18769 | _ACEOF |
17823 | 18770 | ||
17824 | { echo "$as_me:$LINENO: result: yes" >&5 | 18771 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
17825 | echo "${ECHO_T}yes" >&6; } | 18772 | $as_echo "yes" >&6; } |
17826 | PAM_MSG="yes (old library)" | 18773 | PAM_MSG="yes (old library)" |
17827 | 18774 | ||
17828 | 18775 | ||
@@ -17840,8 +18787,8 @@ if test "${with_rand_helper+set}" = set; then | |||
17840 | # Force use of OpenSSL's internal RNG, even if | 18787 | # Force use of OpenSSL's internal RNG, even if |
17841 | # the previous test showed it to be unseeded. | 18788 | # the previous test showed it to be unseeded. |
17842 | if test -z "$OPENSSL_SEEDS_ITSELF" ; then | 18789 | if test -z "$OPENSSL_SEEDS_ITSELF" ; then |
17843 | { echo "$as_me:$LINENO: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 | 18790 | { $as_echo "$as_me:$LINENO: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 |
17844 | echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} | 18791 | $as_echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} |
17845 | OPENSSL_SEEDS_ITSELF=yes | 18792 | OPENSSL_SEEDS_ITSELF=yes |
17846 | USE_RAND_HELPER="" | 18793 | USE_RAND_HELPER="" |
17847 | fi | 18794 | fi |
@@ -17883,8 +18830,8 @@ if test "${with_prngd_port+set}" = set; then | |||
17883 | [0-9]*) | 18830 | [0-9]*) |
17884 | ;; | 18831 | ;; |
17885 | *) | 18832 | *) |
17886 | { { echo "$as_me:$LINENO: error: You must specify a numeric port number for --with-prngd-port" >&5 | 18833 | { { $as_echo "$as_me:$LINENO: error: You must specify a numeric port number for --with-prngd-port" >&5 |
17887 | echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} | 18834 | $as_echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} |
17888 | { (exit 1); exit 1; }; } | 18835 | { (exit 1); exit 1; }; } |
17889 | ;; | 18836 | ;; |
17890 | esac | 18837 | esac |
@@ -17916,21 +18863,21 @@ if test "${with_prngd_socket+set}" = set; then | |||
17916 | /*) | 18863 | /*) |
17917 | ;; | 18864 | ;; |
17918 | *) | 18865 | *) |
17919 | { { echo "$as_me:$LINENO: error: You must specify an absolute path to the entropy socket" >&5 | 18866 | { { $as_echo "$as_me:$LINENO: error: You must specify an absolute path to the entropy socket" >&5 |
17920 | echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} | 18867 | $as_echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} |
17921 | { (exit 1); exit 1; }; } | 18868 | { (exit 1); exit 1; }; } |
17922 | ;; | 18869 | ;; |
17923 | esac | 18870 | esac |
17924 | 18871 | ||
17925 | if test ! -z "$withval" ; then | 18872 | if test ! -z "$withval" ; then |
17926 | if test ! -z "$PRNGD_PORT" ; then | 18873 | if test ! -z "$PRNGD_PORT" ; then |
17927 | { { echo "$as_me:$LINENO: error: You may not specify both a PRNGD/EGD port and socket" >&5 | 18874 | { { $as_echo "$as_me:$LINENO: error: You may not specify both a PRNGD/EGD port and socket" >&5 |
17928 | echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} | 18875 | $as_echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} |
17929 | { (exit 1); exit 1; }; } | 18876 | { (exit 1); exit 1; }; } |
17930 | fi | 18877 | fi |
17931 | if test ! -r "$withval" ; then | 18878 | if test ! -r "$withval" ; then |
17932 | { echo "$as_me:$LINENO: WARNING: Entropy socket is not readable" >&5 | 18879 | { $as_echo "$as_me:$LINENO: WARNING: Entropy socket is not readable" >&5 |
17933 | echo "$as_me: WARNING: Entropy socket is not readable" >&2;} | 18880 | $as_echo "$as_me: WARNING: Entropy socket is not readable" >&2;} |
17934 | fi | 18881 | fi |
17935 | PRNGD_SOCKET="$withval" | 18882 | PRNGD_SOCKET="$withval" |
17936 | 18883 | ||
@@ -17944,8 +18891,8 @@ else | |||
17944 | 18891 | ||
17945 | # Check for existing socket only if we don't have a random device already | 18892 | # Check for existing socket only if we don't have a random device already |
17946 | if test "$USE_RAND_HELPER" = yes ; then | 18893 | if test "$USE_RAND_HELPER" = yes ; then |
17947 | { echo "$as_me:$LINENO: checking for PRNGD/EGD socket" >&5 | 18894 | { $as_echo "$as_me:$LINENO: checking for PRNGD/EGD socket" >&5 |
17948 | echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6; } | 18895 | $as_echo_n "checking for PRNGD/EGD socket... " >&6; } |
17949 | # Insert other locations here | 18896 | # Insert other locations here |
17950 | for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do | 18897 | for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do |
17951 | if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then | 18898 | if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then |
@@ -17958,11 +18905,11 @@ _ACEOF | |||
17958 | fi | 18905 | fi |
17959 | done | 18906 | done |
17960 | if test ! -z "$PRNGD_SOCKET" ; then | 18907 | if test ! -z "$PRNGD_SOCKET" ; then |
17961 | { echo "$as_me:$LINENO: result: $PRNGD_SOCKET" >&5 | 18908 | { $as_echo "$as_me:$LINENO: result: $PRNGD_SOCKET" >&5 |
17962 | echo "${ECHO_T}$PRNGD_SOCKET" >&6; } | 18909 | $as_echo "$PRNGD_SOCKET" >&6; } |
17963 | else | 18910 | else |
17964 | { echo "$as_me:$LINENO: result: not found" >&5 | 18911 | { $as_echo "$as_me:$LINENO: result: not found" >&5 |
17965 | echo "${ECHO_T}not found" >&6; } | 18912 | $as_echo "not found" >&6; } |
17966 | fi | 18913 | fi |
17967 | fi | 18914 | fi |
17968 | 18915 | ||
@@ -18028,10 +18975,10 @@ PATH=$PATH:/etc:$OPATH | |||
18028 | 18975 | ||
18029 | # Extract the first word of "ls", so it can be a program name with args. | 18976 | # Extract the first word of "ls", so it can be a program name with args. |
18030 | set dummy ls; ac_word=$2 | 18977 | set dummy ls; ac_word=$2 |
18031 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18978 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18032 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 18979 | $as_echo_n "checking for $ac_word... " >&6; } |
18033 | if test "${ac_cv_path_PROG_LS+set}" = set; then | 18980 | if test "${ac_cv_path_PROG_LS+set}" = set; then |
18034 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18981 | $as_echo_n "(cached) " >&6 |
18035 | else | 18982 | else |
18036 | case $PROG_LS in | 18983 | case $PROG_LS in |
18037 | [\\/]* | ?:[\\/]*) | 18984 | [\\/]* | ?:[\\/]*) |
@@ -18046,7 +18993,7 @@ do | |||
18046 | for ac_exec_ext in '' $ac_executable_extensions; do | 18993 | for ac_exec_ext in '' $ac_executable_extensions; do |
18047 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18994 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18048 | ac_cv_path_PROG_LS="$as_dir/$ac_word$ac_exec_ext" | 18995 | ac_cv_path_PROG_LS="$as_dir/$ac_word$ac_exec_ext" |
18049 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18996 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18050 | break 2 | 18997 | break 2 |
18051 | fi | 18998 | fi |
18052 | done | 18999 | done |
@@ -18058,11 +19005,11 @@ esac | |||
18058 | fi | 19005 | fi |
18059 | PROG_LS=$ac_cv_path_PROG_LS | 19006 | PROG_LS=$ac_cv_path_PROG_LS |
18060 | if test -n "$PROG_LS"; then | 19007 | if test -n "$PROG_LS"; then |
18061 | { echo "$as_me:$LINENO: result: $PROG_LS" >&5 | 19008 | { $as_echo "$as_me:$LINENO: result: $PROG_LS" >&5 |
18062 | echo "${ECHO_T}$PROG_LS" >&6; } | 19009 | $as_echo "$PROG_LS" >&6; } |
18063 | else | 19010 | else |
18064 | { echo "$as_me:$LINENO: result: no" >&5 | 19011 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18065 | echo "${ECHO_T}no" >&6; } | 19012 | $as_echo "no" >&6; } |
18066 | fi | 19013 | fi |
18067 | 19014 | ||
18068 | 19015 | ||
@@ -18074,10 +19021,10 @@ fi | |||
18074 | 19021 | ||
18075 | # Extract the first word of "netstat", so it can be a program name with args. | 19022 | # Extract the first word of "netstat", so it can be a program name with args. |
18076 | set dummy netstat; ac_word=$2 | 19023 | set dummy netstat; ac_word=$2 |
18077 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19024 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18078 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19025 | $as_echo_n "checking for $ac_word... " >&6; } |
18079 | if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then | 19026 | if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then |
18080 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19027 | $as_echo_n "(cached) " >&6 |
18081 | else | 19028 | else |
18082 | case $PROG_NETSTAT in | 19029 | case $PROG_NETSTAT in |
18083 | [\\/]* | ?:[\\/]*) | 19030 | [\\/]* | ?:[\\/]*) |
@@ -18092,7 +19039,7 @@ do | |||
18092 | for ac_exec_ext in '' $ac_executable_extensions; do | 19039 | for ac_exec_ext in '' $ac_executable_extensions; do |
18093 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19040 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18094 | ac_cv_path_PROG_NETSTAT="$as_dir/$ac_word$ac_exec_ext" | 19041 | ac_cv_path_PROG_NETSTAT="$as_dir/$ac_word$ac_exec_ext" |
18095 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19042 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18096 | break 2 | 19043 | break 2 |
18097 | fi | 19044 | fi |
18098 | done | 19045 | done |
@@ -18104,11 +19051,11 @@ esac | |||
18104 | fi | 19051 | fi |
18105 | PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT | 19052 | PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT |
18106 | if test -n "$PROG_NETSTAT"; then | 19053 | if test -n "$PROG_NETSTAT"; then |
18107 | { echo "$as_me:$LINENO: result: $PROG_NETSTAT" >&5 | 19054 | { $as_echo "$as_me:$LINENO: result: $PROG_NETSTAT" >&5 |
18108 | echo "${ECHO_T}$PROG_NETSTAT" >&6; } | 19055 | $as_echo "$PROG_NETSTAT" >&6; } |
18109 | else | 19056 | else |
18110 | { echo "$as_me:$LINENO: result: no" >&5 | 19057 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18111 | echo "${ECHO_T}no" >&6; } | 19058 | $as_echo "no" >&6; } |
18112 | fi | 19059 | fi |
18113 | 19060 | ||
18114 | 19061 | ||
@@ -18120,10 +19067,10 @@ fi | |||
18120 | 19067 | ||
18121 | # Extract the first word of "arp", so it can be a program name with args. | 19068 | # Extract the first word of "arp", so it can be a program name with args. |
18122 | set dummy arp; ac_word=$2 | 19069 | set dummy arp; ac_word=$2 |
18123 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19070 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18124 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19071 | $as_echo_n "checking for $ac_word... " >&6; } |
18125 | if test "${ac_cv_path_PROG_ARP+set}" = set; then | 19072 | if test "${ac_cv_path_PROG_ARP+set}" = set; then |
18126 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19073 | $as_echo_n "(cached) " >&6 |
18127 | else | 19074 | else |
18128 | case $PROG_ARP in | 19075 | case $PROG_ARP in |
18129 | [\\/]* | ?:[\\/]*) | 19076 | [\\/]* | ?:[\\/]*) |
@@ -18138,7 +19085,7 @@ do | |||
18138 | for ac_exec_ext in '' $ac_executable_extensions; do | 19085 | for ac_exec_ext in '' $ac_executable_extensions; do |
18139 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19086 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18140 | ac_cv_path_PROG_ARP="$as_dir/$ac_word$ac_exec_ext" | 19087 | ac_cv_path_PROG_ARP="$as_dir/$ac_word$ac_exec_ext" |
18141 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19088 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18142 | break 2 | 19089 | break 2 |
18143 | fi | 19090 | fi |
18144 | done | 19091 | done |
@@ -18150,11 +19097,11 @@ esac | |||
18150 | fi | 19097 | fi |
18151 | PROG_ARP=$ac_cv_path_PROG_ARP | 19098 | PROG_ARP=$ac_cv_path_PROG_ARP |
18152 | if test -n "$PROG_ARP"; then | 19099 | if test -n "$PROG_ARP"; then |
18153 | { echo "$as_me:$LINENO: result: $PROG_ARP" >&5 | 19100 | { $as_echo "$as_me:$LINENO: result: $PROG_ARP" >&5 |
18154 | echo "${ECHO_T}$PROG_ARP" >&6; } | 19101 | $as_echo "$PROG_ARP" >&6; } |
18155 | else | 19102 | else |
18156 | { echo "$as_me:$LINENO: result: no" >&5 | 19103 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18157 | echo "${ECHO_T}no" >&6; } | 19104 | $as_echo "no" >&6; } |
18158 | fi | 19105 | fi |
18159 | 19106 | ||
18160 | 19107 | ||
@@ -18166,10 +19113,10 @@ fi | |||
18166 | 19113 | ||
18167 | # Extract the first word of "ifconfig", so it can be a program name with args. | 19114 | # Extract the first word of "ifconfig", so it can be a program name with args. |
18168 | set dummy ifconfig; ac_word=$2 | 19115 | set dummy ifconfig; ac_word=$2 |
18169 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19116 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18170 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19117 | $as_echo_n "checking for $ac_word... " >&6; } |
18171 | if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then | 19118 | if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then |
18172 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19119 | $as_echo_n "(cached) " >&6 |
18173 | else | 19120 | else |
18174 | case $PROG_IFCONFIG in | 19121 | case $PROG_IFCONFIG in |
18175 | [\\/]* | ?:[\\/]*) | 19122 | [\\/]* | ?:[\\/]*) |
@@ -18184,7 +19131,7 @@ do | |||
18184 | for ac_exec_ext in '' $ac_executable_extensions; do | 19131 | for ac_exec_ext in '' $ac_executable_extensions; do |
18185 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19132 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18186 | ac_cv_path_PROG_IFCONFIG="$as_dir/$ac_word$ac_exec_ext" | 19133 | ac_cv_path_PROG_IFCONFIG="$as_dir/$ac_word$ac_exec_ext" |
18187 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19134 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18188 | break 2 | 19135 | break 2 |
18189 | fi | 19136 | fi |
18190 | done | 19137 | done |
@@ -18196,11 +19143,11 @@ esac | |||
18196 | fi | 19143 | fi |
18197 | PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG | 19144 | PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG |
18198 | if test -n "$PROG_IFCONFIG"; then | 19145 | if test -n "$PROG_IFCONFIG"; then |
18199 | { echo "$as_me:$LINENO: result: $PROG_IFCONFIG" >&5 | 19146 | { $as_echo "$as_me:$LINENO: result: $PROG_IFCONFIG" >&5 |
18200 | echo "${ECHO_T}$PROG_IFCONFIG" >&6; } | 19147 | $as_echo "$PROG_IFCONFIG" >&6; } |
18201 | else | 19148 | else |
18202 | { echo "$as_me:$LINENO: result: no" >&5 | 19149 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18203 | echo "${ECHO_T}no" >&6; } | 19150 | $as_echo "no" >&6; } |
18204 | fi | 19151 | fi |
18205 | 19152 | ||
18206 | 19153 | ||
@@ -18212,10 +19159,10 @@ fi | |||
18212 | 19159 | ||
18213 | # Extract the first word of "jstat", so it can be a program name with args. | 19160 | # Extract the first word of "jstat", so it can be a program name with args. |
18214 | set dummy jstat; ac_word=$2 | 19161 | set dummy jstat; ac_word=$2 |
18215 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19162 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18216 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19163 | $as_echo_n "checking for $ac_word... " >&6; } |
18217 | if test "${ac_cv_path_PROG_JSTAT+set}" = set; then | 19164 | if test "${ac_cv_path_PROG_JSTAT+set}" = set; then |
18218 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19165 | $as_echo_n "(cached) " >&6 |
18219 | else | 19166 | else |
18220 | case $PROG_JSTAT in | 19167 | case $PROG_JSTAT in |
18221 | [\\/]* | ?:[\\/]*) | 19168 | [\\/]* | ?:[\\/]*) |
@@ -18230,7 +19177,7 @@ do | |||
18230 | for ac_exec_ext in '' $ac_executable_extensions; do | 19177 | for ac_exec_ext in '' $ac_executable_extensions; do |
18231 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19178 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18232 | ac_cv_path_PROG_JSTAT="$as_dir/$ac_word$ac_exec_ext" | 19179 | ac_cv_path_PROG_JSTAT="$as_dir/$ac_word$ac_exec_ext" |
18233 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19180 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18234 | break 2 | 19181 | break 2 |
18235 | fi | 19182 | fi |
18236 | done | 19183 | done |
@@ -18242,11 +19189,11 @@ esac | |||
18242 | fi | 19189 | fi |
18243 | PROG_JSTAT=$ac_cv_path_PROG_JSTAT | 19190 | PROG_JSTAT=$ac_cv_path_PROG_JSTAT |
18244 | if test -n "$PROG_JSTAT"; then | 19191 | if test -n "$PROG_JSTAT"; then |
18245 | { echo "$as_me:$LINENO: result: $PROG_JSTAT" >&5 | 19192 | { $as_echo "$as_me:$LINENO: result: $PROG_JSTAT" >&5 |
18246 | echo "${ECHO_T}$PROG_JSTAT" >&6; } | 19193 | $as_echo "$PROG_JSTAT" >&6; } |
18247 | else | 19194 | else |
18248 | { echo "$as_me:$LINENO: result: no" >&5 | 19195 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18249 | echo "${ECHO_T}no" >&6; } | 19196 | $as_echo "no" >&6; } |
18250 | fi | 19197 | fi |
18251 | 19198 | ||
18252 | 19199 | ||
@@ -18258,10 +19205,10 @@ fi | |||
18258 | 19205 | ||
18259 | # Extract the first word of "ps", so it can be a program name with args. | 19206 | # Extract the first word of "ps", so it can be a program name with args. |
18260 | set dummy ps; ac_word=$2 | 19207 | set dummy ps; ac_word=$2 |
18261 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19208 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18262 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19209 | $as_echo_n "checking for $ac_word... " >&6; } |
18263 | if test "${ac_cv_path_PROG_PS+set}" = set; then | 19210 | if test "${ac_cv_path_PROG_PS+set}" = set; then |
18264 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19211 | $as_echo_n "(cached) " >&6 |
18265 | else | 19212 | else |
18266 | case $PROG_PS in | 19213 | case $PROG_PS in |
18267 | [\\/]* | ?:[\\/]*) | 19214 | [\\/]* | ?:[\\/]*) |
@@ -18276,7 +19223,7 @@ do | |||
18276 | for ac_exec_ext in '' $ac_executable_extensions; do | 19223 | for ac_exec_ext in '' $ac_executable_extensions; do |
18277 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19224 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18278 | ac_cv_path_PROG_PS="$as_dir/$ac_word$ac_exec_ext" | 19225 | ac_cv_path_PROG_PS="$as_dir/$ac_word$ac_exec_ext" |
18279 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19226 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18280 | break 2 | 19227 | break 2 |
18281 | fi | 19228 | fi |
18282 | done | 19229 | done |
@@ -18288,11 +19235,11 @@ esac | |||
18288 | fi | 19235 | fi |
18289 | PROG_PS=$ac_cv_path_PROG_PS | 19236 | PROG_PS=$ac_cv_path_PROG_PS |
18290 | if test -n "$PROG_PS"; then | 19237 | if test -n "$PROG_PS"; then |
18291 | { echo "$as_me:$LINENO: result: $PROG_PS" >&5 | 19238 | { $as_echo "$as_me:$LINENO: result: $PROG_PS" >&5 |
18292 | echo "${ECHO_T}$PROG_PS" >&6; } | 19239 | $as_echo "$PROG_PS" >&6; } |
18293 | else | 19240 | else |
18294 | { echo "$as_me:$LINENO: result: no" >&5 | 19241 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18295 | echo "${ECHO_T}no" >&6; } | 19242 | $as_echo "no" >&6; } |
18296 | fi | 19243 | fi |
18297 | 19244 | ||
18298 | 19245 | ||
@@ -18304,10 +19251,10 @@ fi | |||
18304 | 19251 | ||
18305 | # Extract the first word of "sar", so it can be a program name with args. | 19252 | # Extract the first word of "sar", so it can be a program name with args. |
18306 | set dummy sar; ac_word=$2 | 19253 | set dummy sar; ac_word=$2 |
18307 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19254 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18308 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19255 | $as_echo_n "checking for $ac_word... " >&6; } |
18309 | if test "${ac_cv_path_PROG_SAR+set}" = set; then | 19256 | if test "${ac_cv_path_PROG_SAR+set}" = set; then |
18310 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19257 | $as_echo_n "(cached) " >&6 |
18311 | else | 19258 | else |
18312 | case $PROG_SAR in | 19259 | case $PROG_SAR in |
18313 | [\\/]* | ?:[\\/]*) | 19260 | [\\/]* | ?:[\\/]*) |
@@ -18322,7 +19269,7 @@ do | |||
18322 | for ac_exec_ext in '' $ac_executable_extensions; do | 19269 | for ac_exec_ext in '' $ac_executable_extensions; do |
18323 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19270 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18324 | ac_cv_path_PROG_SAR="$as_dir/$ac_word$ac_exec_ext" | 19271 | ac_cv_path_PROG_SAR="$as_dir/$ac_word$ac_exec_ext" |
18325 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19272 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18326 | break 2 | 19273 | break 2 |
18327 | fi | 19274 | fi |
18328 | done | 19275 | done |
@@ -18334,11 +19281,11 @@ esac | |||
18334 | fi | 19281 | fi |
18335 | PROG_SAR=$ac_cv_path_PROG_SAR | 19282 | PROG_SAR=$ac_cv_path_PROG_SAR |
18336 | if test -n "$PROG_SAR"; then | 19283 | if test -n "$PROG_SAR"; then |
18337 | { echo "$as_me:$LINENO: result: $PROG_SAR" >&5 | 19284 | { $as_echo "$as_me:$LINENO: result: $PROG_SAR" >&5 |
18338 | echo "${ECHO_T}$PROG_SAR" >&6; } | 19285 | $as_echo "$PROG_SAR" >&6; } |
18339 | else | 19286 | else |
18340 | { echo "$as_me:$LINENO: result: no" >&5 | 19287 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18341 | echo "${ECHO_T}no" >&6; } | 19288 | $as_echo "no" >&6; } |
18342 | fi | 19289 | fi |
18343 | 19290 | ||
18344 | 19291 | ||
@@ -18350,10 +19297,10 @@ fi | |||
18350 | 19297 | ||
18351 | # Extract the first word of "w", so it can be a program name with args. | 19298 | # Extract the first word of "w", so it can be a program name with args. |
18352 | set dummy w; ac_word=$2 | 19299 | set dummy w; ac_word=$2 |
18353 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19300 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18354 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19301 | $as_echo_n "checking for $ac_word... " >&6; } |
18355 | if test "${ac_cv_path_PROG_W+set}" = set; then | 19302 | if test "${ac_cv_path_PROG_W+set}" = set; then |
18356 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19303 | $as_echo_n "(cached) " >&6 |
18357 | else | 19304 | else |
18358 | case $PROG_W in | 19305 | case $PROG_W in |
18359 | [\\/]* | ?:[\\/]*) | 19306 | [\\/]* | ?:[\\/]*) |
@@ -18368,7 +19315,7 @@ do | |||
18368 | for ac_exec_ext in '' $ac_executable_extensions; do | 19315 | for ac_exec_ext in '' $ac_executable_extensions; do |
18369 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19316 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18370 | ac_cv_path_PROG_W="$as_dir/$ac_word$ac_exec_ext" | 19317 | ac_cv_path_PROG_W="$as_dir/$ac_word$ac_exec_ext" |
18371 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19318 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18372 | break 2 | 19319 | break 2 |
18373 | fi | 19320 | fi |
18374 | done | 19321 | done |
@@ -18380,11 +19327,11 @@ esac | |||
18380 | fi | 19327 | fi |
18381 | PROG_W=$ac_cv_path_PROG_W | 19328 | PROG_W=$ac_cv_path_PROG_W |
18382 | if test -n "$PROG_W"; then | 19329 | if test -n "$PROG_W"; then |
18383 | { echo "$as_me:$LINENO: result: $PROG_W" >&5 | 19330 | { $as_echo "$as_me:$LINENO: result: $PROG_W" >&5 |
18384 | echo "${ECHO_T}$PROG_W" >&6; } | 19331 | $as_echo "$PROG_W" >&6; } |
18385 | else | 19332 | else |
18386 | { echo "$as_me:$LINENO: result: no" >&5 | 19333 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18387 | echo "${ECHO_T}no" >&6; } | 19334 | $as_echo "no" >&6; } |
18388 | fi | 19335 | fi |
18389 | 19336 | ||
18390 | 19337 | ||
@@ -18396,10 +19343,10 @@ fi | |||
18396 | 19343 | ||
18397 | # Extract the first word of "who", so it can be a program name with args. | 19344 | # Extract the first word of "who", so it can be a program name with args. |
18398 | set dummy who; ac_word=$2 | 19345 | set dummy who; ac_word=$2 |
18399 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19346 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18400 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19347 | $as_echo_n "checking for $ac_word... " >&6; } |
18401 | if test "${ac_cv_path_PROG_WHO+set}" = set; then | 19348 | if test "${ac_cv_path_PROG_WHO+set}" = set; then |
18402 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19349 | $as_echo_n "(cached) " >&6 |
18403 | else | 19350 | else |
18404 | case $PROG_WHO in | 19351 | case $PROG_WHO in |
18405 | [\\/]* | ?:[\\/]*) | 19352 | [\\/]* | ?:[\\/]*) |
@@ -18414,7 +19361,7 @@ do | |||
18414 | for ac_exec_ext in '' $ac_executable_extensions; do | 19361 | for ac_exec_ext in '' $ac_executable_extensions; do |
18415 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19362 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18416 | ac_cv_path_PROG_WHO="$as_dir/$ac_word$ac_exec_ext" | 19363 | ac_cv_path_PROG_WHO="$as_dir/$ac_word$ac_exec_ext" |
18417 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19364 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18418 | break 2 | 19365 | break 2 |
18419 | fi | 19366 | fi |
18420 | done | 19367 | done |
@@ -18426,11 +19373,11 @@ esac | |||
18426 | fi | 19373 | fi |
18427 | PROG_WHO=$ac_cv_path_PROG_WHO | 19374 | PROG_WHO=$ac_cv_path_PROG_WHO |
18428 | if test -n "$PROG_WHO"; then | 19375 | if test -n "$PROG_WHO"; then |
18429 | { echo "$as_me:$LINENO: result: $PROG_WHO" >&5 | 19376 | { $as_echo "$as_me:$LINENO: result: $PROG_WHO" >&5 |
18430 | echo "${ECHO_T}$PROG_WHO" >&6; } | 19377 | $as_echo "$PROG_WHO" >&6; } |
18431 | else | 19378 | else |
18432 | { echo "$as_me:$LINENO: result: no" >&5 | 19379 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18433 | echo "${ECHO_T}no" >&6; } | 19380 | $as_echo "no" >&6; } |
18434 | fi | 19381 | fi |
18435 | 19382 | ||
18436 | 19383 | ||
@@ -18442,10 +19389,10 @@ fi | |||
18442 | 19389 | ||
18443 | # Extract the first word of "last", so it can be a program name with args. | 19390 | # Extract the first word of "last", so it can be a program name with args. |
18444 | set dummy last; ac_word=$2 | 19391 | set dummy last; ac_word=$2 |
18445 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19392 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18446 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19393 | $as_echo_n "checking for $ac_word... " >&6; } |
18447 | if test "${ac_cv_path_PROG_LAST+set}" = set; then | 19394 | if test "${ac_cv_path_PROG_LAST+set}" = set; then |
18448 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19395 | $as_echo_n "(cached) " >&6 |
18449 | else | 19396 | else |
18450 | case $PROG_LAST in | 19397 | case $PROG_LAST in |
18451 | [\\/]* | ?:[\\/]*) | 19398 | [\\/]* | ?:[\\/]*) |
@@ -18460,7 +19407,7 @@ do | |||
18460 | for ac_exec_ext in '' $ac_executable_extensions; do | 19407 | for ac_exec_ext in '' $ac_executable_extensions; do |
18461 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19408 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18462 | ac_cv_path_PROG_LAST="$as_dir/$ac_word$ac_exec_ext" | 19409 | ac_cv_path_PROG_LAST="$as_dir/$ac_word$ac_exec_ext" |
18463 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19410 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18464 | break 2 | 19411 | break 2 |
18465 | fi | 19412 | fi |
18466 | done | 19413 | done |
@@ -18472,11 +19419,11 @@ esac | |||
18472 | fi | 19419 | fi |
18473 | PROG_LAST=$ac_cv_path_PROG_LAST | 19420 | PROG_LAST=$ac_cv_path_PROG_LAST |
18474 | if test -n "$PROG_LAST"; then | 19421 | if test -n "$PROG_LAST"; then |
18475 | { echo "$as_me:$LINENO: result: $PROG_LAST" >&5 | 19422 | { $as_echo "$as_me:$LINENO: result: $PROG_LAST" >&5 |
18476 | echo "${ECHO_T}$PROG_LAST" >&6; } | 19423 | $as_echo "$PROG_LAST" >&6; } |
18477 | else | 19424 | else |
18478 | { echo "$as_me:$LINENO: result: no" >&5 | 19425 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18479 | echo "${ECHO_T}no" >&6; } | 19426 | $as_echo "no" >&6; } |
18480 | fi | 19427 | fi |
18481 | 19428 | ||
18482 | 19429 | ||
@@ -18488,10 +19435,10 @@ fi | |||
18488 | 19435 | ||
18489 | # Extract the first word of "lastlog", so it can be a program name with args. | 19436 | # Extract the first word of "lastlog", so it can be a program name with args. |
18490 | set dummy lastlog; ac_word=$2 | 19437 | set dummy lastlog; ac_word=$2 |
18491 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19438 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18492 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19439 | $as_echo_n "checking for $ac_word... " >&6; } |
18493 | if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then | 19440 | if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then |
18494 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19441 | $as_echo_n "(cached) " >&6 |
18495 | else | 19442 | else |
18496 | case $PROG_LASTLOG in | 19443 | case $PROG_LASTLOG in |
18497 | [\\/]* | ?:[\\/]*) | 19444 | [\\/]* | ?:[\\/]*) |
@@ -18506,7 +19453,7 @@ do | |||
18506 | for ac_exec_ext in '' $ac_executable_extensions; do | 19453 | for ac_exec_ext in '' $ac_executable_extensions; do |
18507 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19454 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18508 | ac_cv_path_PROG_LASTLOG="$as_dir/$ac_word$ac_exec_ext" | 19455 | ac_cv_path_PROG_LASTLOG="$as_dir/$ac_word$ac_exec_ext" |
18509 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19456 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18510 | break 2 | 19457 | break 2 |
18511 | fi | 19458 | fi |
18512 | done | 19459 | done |
@@ -18518,11 +19465,11 @@ esac | |||
18518 | fi | 19465 | fi |
18519 | PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG | 19466 | PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG |
18520 | if test -n "$PROG_LASTLOG"; then | 19467 | if test -n "$PROG_LASTLOG"; then |
18521 | { echo "$as_me:$LINENO: result: $PROG_LASTLOG" >&5 | 19468 | { $as_echo "$as_me:$LINENO: result: $PROG_LASTLOG" >&5 |
18522 | echo "${ECHO_T}$PROG_LASTLOG" >&6; } | 19469 | $as_echo "$PROG_LASTLOG" >&6; } |
18523 | else | 19470 | else |
18524 | { echo "$as_me:$LINENO: result: no" >&5 | 19471 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18525 | echo "${ECHO_T}no" >&6; } | 19472 | $as_echo "no" >&6; } |
18526 | fi | 19473 | fi |
18527 | 19474 | ||
18528 | 19475 | ||
@@ -18534,10 +19481,10 @@ fi | |||
18534 | 19481 | ||
18535 | # Extract the first word of "df", so it can be a program name with args. | 19482 | # Extract the first word of "df", so it can be a program name with args. |
18536 | set dummy df; ac_word=$2 | 19483 | set dummy df; ac_word=$2 |
18537 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19484 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18538 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19485 | $as_echo_n "checking for $ac_word... " >&6; } |
18539 | if test "${ac_cv_path_PROG_DF+set}" = set; then | 19486 | if test "${ac_cv_path_PROG_DF+set}" = set; then |
18540 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19487 | $as_echo_n "(cached) " >&6 |
18541 | else | 19488 | else |
18542 | case $PROG_DF in | 19489 | case $PROG_DF in |
18543 | [\\/]* | ?:[\\/]*) | 19490 | [\\/]* | ?:[\\/]*) |
@@ -18552,7 +19499,7 @@ do | |||
18552 | for ac_exec_ext in '' $ac_executable_extensions; do | 19499 | for ac_exec_ext in '' $ac_executable_extensions; do |
18553 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19500 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18554 | ac_cv_path_PROG_DF="$as_dir/$ac_word$ac_exec_ext" | 19501 | ac_cv_path_PROG_DF="$as_dir/$ac_word$ac_exec_ext" |
18555 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19502 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18556 | break 2 | 19503 | break 2 |
18557 | fi | 19504 | fi |
18558 | done | 19505 | done |
@@ -18564,11 +19511,11 @@ esac | |||
18564 | fi | 19511 | fi |
18565 | PROG_DF=$ac_cv_path_PROG_DF | 19512 | PROG_DF=$ac_cv_path_PROG_DF |
18566 | if test -n "$PROG_DF"; then | 19513 | if test -n "$PROG_DF"; then |
18567 | { echo "$as_me:$LINENO: result: $PROG_DF" >&5 | 19514 | { $as_echo "$as_me:$LINENO: result: $PROG_DF" >&5 |
18568 | echo "${ECHO_T}$PROG_DF" >&6; } | 19515 | $as_echo "$PROG_DF" >&6; } |
18569 | else | 19516 | else |
18570 | { echo "$as_me:$LINENO: result: no" >&5 | 19517 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18571 | echo "${ECHO_T}no" >&6; } | 19518 | $as_echo "no" >&6; } |
18572 | fi | 19519 | fi |
18573 | 19520 | ||
18574 | 19521 | ||
@@ -18580,10 +19527,10 @@ fi | |||
18580 | 19527 | ||
18581 | # Extract the first word of "vmstat", so it can be a program name with args. | 19528 | # Extract the first word of "vmstat", so it can be a program name with args. |
18582 | set dummy vmstat; ac_word=$2 | 19529 | set dummy vmstat; ac_word=$2 |
18583 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19530 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18584 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19531 | $as_echo_n "checking for $ac_word... " >&6; } |
18585 | if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then | 19532 | if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then |
18586 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19533 | $as_echo_n "(cached) " >&6 |
18587 | else | 19534 | else |
18588 | case $PROG_VMSTAT in | 19535 | case $PROG_VMSTAT in |
18589 | [\\/]* | ?:[\\/]*) | 19536 | [\\/]* | ?:[\\/]*) |
@@ -18598,7 +19545,7 @@ do | |||
18598 | for ac_exec_ext in '' $ac_executable_extensions; do | 19545 | for ac_exec_ext in '' $ac_executable_extensions; do |
18599 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19546 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18600 | ac_cv_path_PROG_VMSTAT="$as_dir/$ac_word$ac_exec_ext" | 19547 | ac_cv_path_PROG_VMSTAT="$as_dir/$ac_word$ac_exec_ext" |
18601 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19548 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18602 | break 2 | 19549 | break 2 |
18603 | fi | 19550 | fi |
18604 | done | 19551 | done |
@@ -18610,11 +19557,11 @@ esac | |||
18610 | fi | 19557 | fi |
18611 | PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT | 19558 | PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT |
18612 | if test -n "$PROG_VMSTAT"; then | 19559 | if test -n "$PROG_VMSTAT"; then |
18613 | { echo "$as_me:$LINENO: result: $PROG_VMSTAT" >&5 | 19560 | { $as_echo "$as_me:$LINENO: result: $PROG_VMSTAT" >&5 |
18614 | echo "${ECHO_T}$PROG_VMSTAT" >&6; } | 19561 | $as_echo "$PROG_VMSTAT" >&6; } |
18615 | else | 19562 | else |
18616 | { echo "$as_me:$LINENO: result: no" >&5 | 19563 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18617 | echo "${ECHO_T}no" >&6; } | 19564 | $as_echo "no" >&6; } |
18618 | fi | 19565 | fi |
18619 | 19566 | ||
18620 | 19567 | ||
@@ -18626,10 +19573,10 @@ fi | |||
18626 | 19573 | ||
18627 | # Extract the first word of "uptime", so it can be a program name with args. | 19574 | # Extract the first word of "uptime", so it can be a program name with args. |
18628 | set dummy uptime; ac_word=$2 | 19575 | set dummy uptime; ac_word=$2 |
18629 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19576 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18630 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19577 | $as_echo_n "checking for $ac_word... " >&6; } |
18631 | if test "${ac_cv_path_PROG_UPTIME+set}" = set; then | 19578 | if test "${ac_cv_path_PROG_UPTIME+set}" = set; then |
18632 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19579 | $as_echo_n "(cached) " >&6 |
18633 | else | 19580 | else |
18634 | case $PROG_UPTIME in | 19581 | case $PROG_UPTIME in |
18635 | [\\/]* | ?:[\\/]*) | 19582 | [\\/]* | ?:[\\/]*) |
@@ -18644,7 +19591,7 @@ do | |||
18644 | for ac_exec_ext in '' $ac_executable_extensions; do | 19591 | for ac_exec_ext in '' $ac_executable_extensions; do |
18645 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19592 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18646 | ac_cv_path_PROG_UPTIME="$as_dir/$ac_word$ac_exec_ext" | 19593 | ac_cv_path_PROG_UPTIME="$as_dir/$ac_word$ac_exec_ext" |
18647 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19594 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18648 | break 2 | 19595 | break 2 |
18649 | fi | 19596 | fi |
18650 | done | 19597 | done |
@@ -18656,11 +19603,11 @@ esac | |||
18656 | fi | 19603 | fi |
18657 | PROG_UPTIME=$ac_cv_path_PROG_UPTIME | 19604 | PROG_UPTIME=$ac_cv_path_PROG_UPTIME |
18658 | if test -n "$PROG_UPTIME"; then | 19605 | if test -n "$PROG_UPTIME"; then |
18659 | { echo "$as_me:$LINENO: result: $PROG_UPTIME" >&5 | 19606 | { $as_echo "$as_me:$LINENO: result: $PROG_UPTIME" >&5 |
18660 | echo "${ECHO_T}$PROG_UPTIME" >&6; } | 19607 | $as_echo "$PROG_UPTIME" >&6; } |
18661 | else | 19608 | else |
18662 | { echo "$as_me:$LINENO: result: no" >&5 | 19609 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18663 | echo "${ECHO_T}no" >&6; } | 19610 | $as_echo "no" >&6; } |
18664 | fi | 19611 | fi |
18665 | 19612 | ||
18666 | 19613 | ||
@@ -18672,10 +19619,10 @@ fi | |||
18672 | 19619 | ||
18673 | # Extract the first word of "ipcs", so it can be a program name with args. | 19620 | # Extract the first word of "ipcs", so it can be a program name with args. |
18674 | set dummy ipcs; ac_word=$2 | 19621 | set dummy ipcs; ac_word=$2 |
18675 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19622 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18676 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19623 | $as_echo_n "checking for $ac_word... " >&6; } |
18677 | if test "${ac_cv_path_PROG_IPCS+set}" = set; then | 19624 | if test "${ac_cv_path_PROG_IPCS+set}" = set; then |
18678 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19625 | $as_echo_n "(cached) " >&6 |
18679 | else | 19626 | else |
18680 | case $PROG_IPCS in | 19627 | case $PROG_IPCS in |
18681 | [\\/]* | ?:[\\/]*) | 19628 | [\\/]* | ?:[\\/]*) |
@@ -18690,7 +19637,7 @@ do | |||
18690 | for ac_exec_ext in '' $ac_executable_extensions; do | 19637 | for ac_exec_ext in '' $ac_executable_extensions; do |
18691 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19638 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18692 | ac_cv_path_PROG_IPCS="$as_dir/$ac_word$ac_exec_ext" | 19639 | ac_cv_path_PROG_IPCS="$as_dir/$ac_word$ac_exec_ext" |
18693 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19640 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18694 | break 2 | 19641 | break 2 |
18695 | fi | 19642 | fi |
18696 | done | 19643 | done |
@@ -18702,11 +19649,11 @@ esac | |||
18702 | fi | 19649 | fi |
18703 | PROG_IPCS=$ac_cv_path_PROG_IPCS | 19650 | PROG_IPCS=$ac_cv_path_PROG_IPCS |
18704 | if test -n "$PROG_IPCS"; then | 19651 | if test -n "$PROG_IPCS"; then |
18705 | { echo "$as_me:$LINENO: result: $PROG_IPCS" >&5 | 19652 | { $as_echo "$as_me:$LINENO: result: $PROG_IPCS" >&5 |
18706 | echo "${ECHO_T}$PROG_IPCS" >&6; } | 19653 | $as_echo "$PROG_IPCS" >&6; } |
18707 | else | 19654 | else |
18708 | { echo "$as_me:$LINENO: result: no" >&5 | 19655 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18709 | echo "${ECHO_T}no" >&6; } | 19656 | $as_echo "no" >&6; } |
18710 | fi | 19657 | fi |
18711 | 19658 | ||
18712 | 19659 | ||
@@ -18718,10 +19665,10 @@ fi | |||
18718 | 19665 | ||
18719 | # Extract the first word of "tail", so it can be a program name with args. | 19666 | # Extract the first word of "tail", so it can be a program name with args. |
18720 | set dummy tail; ac_word=$2 | 19667 | set dummy tail; ac_word=$2 |
18721 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 19668 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18722 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 19669 | $as_echo_n "checking for $ac_word... " >&6; } |
18723 | if test "${ac_cv_path_PROG_TAIL+set}" = set; then | 19670 | if test "${ac_cv_path_PROG_TAIL+set}" = set; then |
18724 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19671 | $as_echo_n "(cached) " >&6 |
18725 | else | 19672 | else |
18726 | case $PROG_TAIL in | 19673 | case $PROG_TAIL in |
18727 | [\\/]* | ?:[\\/]*) | 19674 | [\\/]* | ?:[\\/]*) |
@@ -18736,7 +19683,7 @@ do | |||
18736 | for ac_exec_ext in '' $ac_executable_extensions; do | 19683 | for ac_exec_ext in '' $ac_executable_extensions; do |
18737 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 19684 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18738 | ac_cv_path_PROG_TAIL="$as_dir/$ac_word$ac_exec_ext" | 19685 | ac_cv_path_PROG_TAIL="$as_dir/$ac_word$ac_exec_ext" |
18739 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 19686 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18740 | break 2 | 19687 | break 2 |
18741 | fi | 19688 | fi |
18742 | done | 19689 | done |
@@ -18748,11 +19695,11 @@ esac | |||
18748 | fi | 19695 | fi |
18749 | PROG_TAIL=$ac_cv_path_PROG_TAIL | 19696 | PROG_TAIL=$ac_cv_path_PROG_TAIL |
18750 | if test -n "$PROG_TAIL"; then | 19697 | if test -n "$PROG_TAIL"; then |
18751 | { echo "$as_me:$LINENO: result: $PROG_TAIL" >&5 | 19698 | { $as_echo "$as_me:$LINENO: result: $PROG_TAIL" >&5 |
18752 | echo "${ECHO_T}$PROG_TAIL" >&6; } | 19699 | $as_echo "$PROG_TAIL" >&6; } |
18753 | else | 19700 | else |
18754 | { echo "$as_me:$LINENO: result: no" >&5 | 19701 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
18755 | echo "${ECHO_T}no" >&6; } | 19702 | $as_echo "no" >&6; } |
18756 | fi | 19703 | fi |
18757 | 19704 | ||
18758 | 19705 | ||
@@ -18786,26 +19733,58 @@ if test ! -z "$SONY" ; then | |||
18786 | fi | 19733 | fi |
18787 | 19734 | ||
18788 | # Check for long long datatypes | 19735 | # Check for long long datatypes |
18789 | { echo "$as_me:$LINENO: checking for long long" >&5 | 19736 | { $as_echo "$as_me:$LINENO: checking for long long" >&5 |
18790 | echo $ECHO_N "checking for long long... $ECHO_C" >&6; } | 19737 | $as_echo_n "checking for long long... " >&6; } |
18791 | if test "${ac_cv_type_long_long+set}" = set; then | 19738 | if test "${ac_cv_type_long_long+set}" = set; then |
18792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19739 | $as_echo_n "(cached) " >&6 |
18793 | else | 19740 | else |
18794 | cat >conftest.$ac_ext <<_ACEOF | 19741 | ac_cv_type_long_long=no |
19742 | cat >conftest.$ac_ext <<_ACEOF | ||
18795 | /* confdefs.h. */ | 19743 | /* confdefs.h. */ |
18796 | _ACEOF | 19744 | _ACEOF |
18797 | cat confdefs.h >>conftest.$ac_ext | 19745 | cat confdefs.h >>conftest.$ac_ext |
18798 | cat >>conftest.$ac_ext <<_ACEOF | 19746 | cat >>conftest.$ac_ext <<_ACEOF |
18799 | /* end confdefs.h. */ | 19747 | /* end confdefs.h. */ |
18800 | $ac_includes_default | 19748 | $ac_includes_default |
18801 | typedef long long ac__type_new_; | ||
18802 | int | 19749 | int |
18803 | main () | 19750 | main () |
18804 | { | 19751 | { |
18805 | if ((ac__type_new_ *) 0) | 19752 | if (sizeof (long long)) |
18806 | return 0; | 19753 | return 0; |
18807 | if (sizeof (ac__type_new_)) | 19754 | ; |
18808 | return 0; | 19755 | return 0; |
19756 | } | ||
19757 | _ACEOF | ||
19758 | rm -f conftest.$ac_objext | ||
19759 | if { (ac_try="$ac_compile" | ||
19760 | case "(($ac_try" in | ||
19761 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19762 | *) ac_try_echo=$ac_try;; | ||
19763 | esac | ||
19764 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
19765 | $as_echo "$ac_try_echo") >&5 | ||
19766 | (eval "$ac_compile") 2>conftest.er1 | ||
19767 | ac_status=$? | ||
19768 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19769 | rm -f conftest.er1 | ||
19770 | cat conftest.err >&5 | ||
19771 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19772 | (exit $ac_status); } && { | ||
19773 | test -z "$ac_c_werror_flag" || | ||
19774 | test ! -s conftest.err | ||
19775 | } && test -s conftest.$ac_objext; then | ||
19776 | cat >conftest.$ac_ext <<_ACEOF | ||
19777 | /* confdefs.h. */ | ||
19778 | _ACEOF | ||
19779 | cat confdefs.h >>conftest.$ac_ext | ||
19780 | cat >>conftest.$ac_ext <<_ACEOF | ||
19781 | /* end confdefs.h. */ | ||
19782 | $ac_includes_default | ||
19783 | int | ||
19784 | main () | ||
19785 | { | ||
19786 | if (sizeof ((long long))) | ||
19787 | return 0; | ||
18809 | ; | 19788 | ; |
18810 | return 0; | 19789 | return 0; |
18811 | } | 19790 | } |
@@ -18816,29 +19795,38 @@ case "(($ac_try" in | |||
18816 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19795 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18817 | *) ac_try_echo=$ac_try;; | 19796 | *) ac_try_echo=$ac_try;; |
18818 | esac | 19797 | esac |
18819 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 19798 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
19799 | $as_echo "$ac_try_echo") >&5 | ||
18820 | (eval "$ac_compile") 2>conftest.er1 | 19800 | (eval "$ac_compile") 2>conftest.er1 |
18821 | ac_status=$? | 19801 | ac_status=$? |
18822 | grep -v '^ *+' conftest.er1 >conftest.err | 19802 | grep -v '^ *+' conftest.er1 >conftest.err |
18823 | rm -f conftest.er1 | 19803 | rm -f conftest.er1 |
18824 | cat conftest.err >&5 | 19804 | cat conftest.err >&5 |
18825 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19805 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18826 | (exit $ac_status); } && { | 19806 | (exit $ac_status); } && { |
18827 | test -z "$ac_c_werror_flag" || | 19807 | test -z "$ac_c_werror_flag" || |
18828 | test ! -s conftest.err | 19808 | test ! -s conftest.err |
18829 | } && test -s conftest.$ac_objext; then | 19809 | } && test -s conftest.$ac_objext; then |
18830 | ac_cv_type_long_long=yes | 19810 | : |
18831 | else | 19811 | else |
18832 | echo "$as_me: failed program was:" >&5 | 19812 | $as_echo "$as_me: failed program was:" >&5 |
18833 | sed 's/^/| /' conftest.$ac_ext >&5 | 19813 | sed 's/^/| /' conftest.$ac_ext >&5 |
18834 | 19814 | ||
18835 | ac_cv_type_long_long=no | 19815 | ac_cv_type_long_long=yes |
19816 | fi | ||
19817 | |||
19818 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19819 | else | ||
19820 | $as_echo "$as_me: failed program was:" >&5 | ||
19821 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19822 | |||
19823 | |||
18836 | fi | 19824 | fi |
18837 | 19825 | ||
18838 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19826 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
18839 | fi | 19827 | fi |
18840 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | 19828 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 |
18841 | echo "${ECHO_T}$ac_cv_type_long_long" >&6; } | 19829 | $as_echo "$ac_cv_type_long_long" >&6; } |
18842 | if test $ac_cv_type_long_long = yes; then | 19830 | if test $ac_cv_type_long_long = yes; then |
18843 | 19831 | ||
18844 | cat >>confdefs.h <<_ACEOF | 19832 | cat >>confdefs.h <<_ACEOF |
@@ -18847,26 +19835,58 @@ _ACEOF | |||
18847 | 19835 | ||
18848 | 19836 | ||
18849 | fi | 19837 | fi |
18850 | { echo "$as_me:$LINENO: checking for unsigned long long" >&5 | 19838 | { $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 |
18851 | echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } | 19839 | $as_echo_n "checking for unsigned long long... " >&6; } |
18852 | if test "${ac_cv_type_unsigned_long_long+set}" = set; then | 19840 | if test "${ac_cv_type_unsigned_long_long+set}" = set; then |
18853 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19841 | $as_echo_n "(cached) " >&6 |
18854 | else | 19842 | else |
18855 | cat >conftest.$ac_ext <<_ACEOF | 19843 | ac_cv_type_unsigned_long_long=no |
19844 | cat >conftest.$ac_ext <<_ACEOF | ||
18856 | /* confdefs.h. */ | 19845 | /* confdefs.h. */ |
18857 | _ACEOF | 19846 | _ACEOF |
18858 | cat confdefs.h >>conftest.$ac_ext | 19847 | cat confdefs.h >>conftest.$ac_ext |
18859 | cat >>conftest.$ac_ext <<_ACEOF | 19848 | cat >>conftest.$ac_ext <<_ACEOF |
18860 | /* end confdefs.h. */ | 19849 | /* end confdefs.h. */ |
18861 | $ac_includes_default | 19850 | $ac_includes_default |
18862 | typedef unsigned long long ac__type_new_; | ||
18863 | int | 19851 | int |
18864 | main () | 19852 | main () |
18865 | { | 19853 | { |
18866 | if ((ac__type_new_ *) 0) | 19854 | if (sizeof (unsigned long long)) |
18867 | return 0; | 19855 | return 0; |
18868 | if (sizeof (ac__type_new_)) | 19856 | ; |
18869 | return 0; | 19857 | return 0; |
19858 | } | ||
19859 | _ACEOF | ||
19860 | rm -f conftest.$ac_objext | ||
19861 | if { (ac_try="$ac_compile" | ||
19862 | case "(($ac_try" in | ||
19863 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19864 | *) ac_try_echo=$ac_try;; | ||
19865 | esac | ||
19866 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
19867 | $as_echo "$ac_try_echo") >&5 | ||
19868 | (eval "$ac_compile") 2>conftest.er1 | ||
19869 | ac_status=$? | ||
19870 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19871 | rm -f conftest.er1 | ||
19872 | cat conftest.err >&5 | ||
19873 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19874 | (exit $ac_status); } && { | ||
19875 | test -z "$ac_c_werror_flag" || | ||
19876 | test ! -s conftest.err | ||
19877 | } && test -s conftest.$ac_objext; then | ||
19878 | cat >conftest.$ac_ext <<_ACEOF | ||
19879 | /* confdefs.h. */ | ||
19880 | _ACEOF | ||
19881 | cat confdefs.h >>conftest.$ac_ext | ||
19882 | cat >>conftest.$ac_ext <<_ACEOF | ||
19883 | /* end confdefs.h. */ | ||
19884 | $ac_includes_default | ||
19885 | int | ||
19886 | main () | ||
19887 | { | ||
19888 | if (sizeof ((unsigned long long))) | ||
19889 | return 0; | ||
18870 | ; | 19890 | ; |
18871 | return 0; | 19891 | return 0; |
18872 | } | 19892 | } |
@@ -18877,29 +19897,38 @@ case "(($ac_try" in | |||
18877 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19897 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18878 | *) ac_try_echo=$ac_try;; | 19898 | *) ac_try_echo=$ac_try;; |
18879 | esac | 19899 | esac |
18880 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 19900 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
19901 | $as_echo "$ac_try_echo") >&5 | ||
18881 | (eval "$ac_compile") 2>conftest.er1 | 19902 | (eval "$ac_compile") 2>conftest.er1 |
18882 | ac_status=$? | 19903 | ac_status=$? |
18883 | grep -v '^ *+' conftest.er1 >conftest.err | 19904 | grep -v '^ *+' conftest.er1 >conftest.err |
18884 | rm -f conftest.er1 | 19905 | rm -f conftest.er1 |
18885 | cat conftest.err >&5 | 19906 | cat conftest.err >&5 |
18886 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19907 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18887 | (exit $ac_status); } && { | 19908 | (exit $ac_status); } && { |
18888 | test -z "$ac_c_werror_flag" || | 19909 | test -z "$ac_c_werror_flag" || |
18889 | test ! -s conftest.err | 19910 | test ! -s conftest.err |
18890 | } && test -s conftest.$ac_objext; then | 19911 | } && test -s conftest.$ac_objext; then |
18891 | ac_cv_type_unsigned_long_long=yes | 19912 | : |
18892 | else | 19913 | else |
18893 | echo "$as_me: failed program was:" >&5 | 19914 | $as_echo "$as_me: failed program was:" >&5 |
18894 | sed 's/^/| /' conftest.$ac_ext >&5 | 19915 | sed 's/^/| /' conftest.$ac_ext >&5 |
18895 | 19916 | ||
18896 | ac_cv_type_unsigned_long_long=no | 19917 | ac_cv_type_unsigned_long_long=yes |
19918 | fi | ||
19919 | |||
19920 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19921 | else | ||
19922 | $as_echo "$as_me: failed program was:" >&5 | ||
19923 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19924 | |||
19925 | |||
18897 | fi | 19926 | fi |
18898 | 19927 | ||
18899 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19928 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
18900 | fi | 19929 | fi |
18901 | { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 | 19930 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 |
18902 | echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } | 19931 | $as_echo "$ac_cv_type_unsigned_long_long" >&6; } |
18903 | if test $ac_cv_type_unsigned_long_long = yes; then | 19932 | if test $ac_cv_type_unsigned_long_long = yes; then |
18904 | 19933 | ||
18905 | cat >>confdefs.h <<_ACEOF | 19934 | cat >>confdefs.h <<_ACEOF |
@@ -18908,26 +19937,24 @@ _ACEOF | |||
18908 | 19937 | ||
18909 | 19938 | ||
18910 | fi | 19939 | fi |
18911 | { echo "$as_me:$LINENO: checking for long double" >&5 | 19940 | { $as_echo "$as_me:$LINENO: checking for long double" >&5 |
18912 | echo $ECHO_N "checking for long double... $ECHO_C" >&6; } | 19941 | $as_echo_n "checking for long double... " >&6; } |
18913 | if test "${ac_cv_type_long_double+set}" = set; then | 19942 | if test "${ac_cv_type_long_double+set}" = set; then |
18914 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19943 | $as_echo_n "(cached) " >&6 |
18915 | else | 19944 | else |
18916 | cat >conftest.$ac_ext <<_ACEOF | 19945 | ac_cv_type_long_double=no |
19946 | cat >conftest.$ac_ext <<_ACEOF | ||
18917 | /* confdefs.h. */ | 19947 | /* confdefs.h. */ |
18918 | _ACEOF | 19948 | _ACEOF |
18919 | cat confdefs.h >>conftest.$ac_ext | 19949 | cat confdefs.h >>conftest.$ac_ext |
18920 | cat >>conftest.$ac_ext <<_ACEOF | 19950 | cat >>conftest.$ac_ext <<_ACEOF |
18921 | /* end confdefs.h. */ | 19951 | /* end confdefs.h. */ |
18922 | $ac_includes_default | 19952 | $ac_includes_default |
18923 | typedef long double ac__type_new_; | ||
18924 | int | 19953 | int |
18925 | main () | 19954 | main () |
18926 | { | 19955 | { |
18927 | if ((ac__type_new_ *) 0) | 19956 | if (sizeof (long double)) |
18928 | return 0; | 19957 | return 0; |
18929 | if (sizeof (ac__type_new_)) | ||
18930 | return 0; | ||
18931 | ; | 19958 | ; |
18932 | return 0; | 19959 | return 0; |
18933 | } | 19960 | } |
@@ -18938,45 +19965,18 @@ case "(($ac_try" in | |||
18938 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19965 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18939 | *) ac_try_echo=$ac_try;; | 19966 | *) ac_try_echo=$ac_try;; |
18940 | esac | 19967 | esac |
18941 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 19968 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
19969 | $as_echo "$ac_try_echo") >&5 | ||
18942 | (eval "$ac_compile") 2>conftest.er1 | 19970 | (eval "$ac_compile") 2>conftest.er1 |
18943 | ac_status=$? | 19971 | ac_status=$? |
18944 | grep -v '^ *+' conftest.er1 >conftest.err | 19972 | grep -v '^ *+' conftest.er1 >conftest.err |
18945 | rm -f conftest.er1 | 19973 | rm -f conftest.er1 |
18946 | cat conftest.err >&5 | 19974 | cat conftest.err >&5 |
18947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19975 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18948 | (exit $ac_status); } && { | 19976 | (exit $ac_status); } && { |
18949 | test -z "$ac_c_werror_flag" || | 19977 | test -z "$ac_c_werror_flag" || |
18950 | test ! -s conftest.err | 19978 | test ! -s conftest.err |
18951 | } && test -s conftest.$ac_objext; then | 19979 | } && test -s conftest.$ac_objext; then |
18952 | ac_cv_type_long_double=yes | ||
18953 | else | ||
18954 | echo "$as_me: failed program was:" >&5 | ||
18955 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
18956 | |||
18957 | ac_cv_type_long_double=no | ||
18958 | fi | ||
18959 | |||
18960 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
18961 | fi | ||
18962 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 | ||
18963 | echo "${ECHO_T}$ac_cv_type_long_double" >&6; } | ||
18964 | if test $ac_cv_type_long_double = yes; then | ||
18965 | |||
18966 | cat >>confdefs.h <<_ACEOF | ||
18967 | #define HAVE_LONG_DOUBLE 1 | ||
18968 | _ACEOF | ||
18969 | |||
18970 | |||
18971 | fi | ||
18972 | |||
18973 | |||
18974 | # Check datatype sizes | ||
18975 | { echo "$as_me:$LINENO: checking for char" >&5 | ||
18976 | echo $ECHO_N "checking for char... $ECHO_C" >&6; } | ||
18977 | if test "${ac_cv_type_char+set}" = set; then | ||
18978 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
18979 | else | ||
18980 | cat >conftest.$ac_ext <<_ACEOF | 19980 | cat >conftest.$ac_ext <<_ACEOF |
18981 | /* confdefs.h. */ | 19981 | /* confdefs.h. */ |
18982 | _ACEOF | 19982 | _ACEOF |
@@ -18984,14 +19984,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
18984 | cat >>conftest.$ac_ext <<_ACEOF | 19984 | cat >>conftest.$ac_ext <<_ACEOF |
18985 | /* end confdefs.h. */ | 19985 | /* end confdefs.h. */ |
18986 | $ac_includes_default | 19986 | $ac_includes_default |
18987 | typedef char ac__type_new_; | ||
18988 | int | 19987 | int |
18989 | main () | 19988 | main () |
18990 | { | 19989 | { |
18991 | if ((ac__type_new_ *) 0) | 19990 | if (sizeof ((long double))) |
18992 | return 0; | 19991 | return 0; |
18993 | if (sizeof (ac__type_new_)) | ||
18994 | return 0; | ||
18995 | ; | 19992 | ; |
18996 | return 0; | 19993 | return 0; |
18997 | } | 19994 | } |
@@ -19002,38 +19999,57 @@ case "(($ac_try" in | |||
19002 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19999 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19003 | *) ac_try_echo=$ac_try;; | 20000 | *) ac_try_echo=$ac_try;; |
19004 | esac | 20001 | esac |
19005 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20002 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20003 | $as_echo "$ac_try_echo") >&5 | ||
19006 | (eval "$ac_compile") 2>conftest.er1 | 20004 | (eval "$ac_compile") 2>conftest.er1 |
19007 | ac_status=$? | 20005 | ac_status=$? |
19008 | grep -v '^ *+' conftest.er1 >conftest.err | 20006 | grep -v '^ *+' conftest.er1 >conftest.err |
19009 | rm -f conftest.er1 | 20007 | rm -f conftest.er1 |
19010 | cat conftest.err >&5 | 20008 | cat conftest.err >&5 |
19011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20009 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19012 | (exit $ac_status); } && { | 20010 | (exit $ac_status); } && { |
19013 | test -z "$ac_c_werror_flag" || | 20011 | test -z "$ac_c_werror_flag" || |
19014 | test ! -s conftest.err | 20012 | test ! -s conftest.err |
19015 | } && test -s conftest.$ac_objext; then | 20013 | } && test -s conftest.$ac_objext; then |
19016 | ac_cv_type_char=yes | 20014 | : |
19017 | else | 20015 | else |
19018 | echo "$as_me: failed program was:" >&5 | 20016 | $as_echo "$as_me: failed program was:" >&5 |
19019 | sed 's/^/| /' conftest.$ac_ext >&5 | 20017 | sed 's/^/| /' conftest.$ac_ext >&5 |
19020 | 20018 | ||
19021 | ac_cv_type_char=no | 20019 | ac_cv_type_long_double=yes |
19022 | fi | 20020 | fi |
19023 | 20021 | ||
19024 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20022 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20023 | else | ||
20024 | $as_echo "$as_me: failed program was:" >&5 | ||
20025 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20026 | |||
20027 | |||
20028 | fi | ||
20029 | |||
20030 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20031 | fi | ||
20032 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 | ||
20033 | $as_echo "$ac_cv_type_long_double" >&6; } | ||
20034 | if test $ac_cv_type_long_double = yes; then | ||
20035 | |||
20036 | cat >>confdefs.h <<_ACEOF | ||
20037 | #define HAVE_LONG_DOUBLE 1 | ||
20038 | _ACEOF | ||
20039 | |||
20040 | |||
19025 | fi | 20041 | fi |
19026 | { echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 | ||
19027 | echo "${ECHO_T}$ac_cv_type_char" >&6; } | ||
19028 | 20042 | ||
20043 | |||
20044 | # Check datatype sizes | ||
19029 | # The cast to long int works around a bug in the HP C Compiler | 20045 | # The cast to long int works around a bug in the HP C Compiler |
19030 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 20046 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
19031 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 20047 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
19032 | # This bug is HP SR number 8606223364. | 20048 | # This bug is HP SR number 8606223364. |
19033 | { echo "$as_me:$LINENO: checking size of char" >&5 | 20049 | { $as_echo "$as_me:$LINENO: checking size of char" >&5 |
19034 | echo $ECHO_N "checking size of char... $ECHO_C" >&6; } | 20050 | $as_echo_n "checking size of char... " >&6; } |
19035 | if test "${ac_cv_sizeof_char+set}" = set; then | 20051 | if test "${ac_cv_sizeof_char+set}" = set; then |
19036 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20052 | $as_echo_n "(cached) " >&6 |
19037 | else | 20053 | else |
19038 | if test "$cross_compiling" = yes; then | 20054 | if test "$cross_compiling" = yes; then |
19039 | # Depending upon the size, compute the lo and hi bounds. | 20055 | # Depending upon the size, compute the lo and hi bounds. |
@@ -19044,11 +20060,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19044 | cat >>conftest.$ac_ext <<_ACEOF | 20060 | cat >>conftest.$ac_ext <<_ACEOF |
19045 | /* end confdefs.h. */ | 20061 | /* end confdefs.h. */ |
19046 | $ac_includes_default | 20062 | $ac_includes_default |
19047 | typedef char ac__type_sizeof_; | ||
19048 | int | 20063 | int |
19049 | main () | 20064 | main () |
19050 | { | 20065 | { |
19051 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; | 20066 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)]; |
19052 | test_array [0] = 0 | 20067 | test_array [0] = 0 |
19053 | 20068 | ||
19054 | ; | 20069 | ; |
@@ -19061,13 +20076,14 @@ case "(($ac_try" in | |||
19061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20076 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19062 | *) ac_try_echo=$ac_try;; | 20077 | *) ac_try_echo=$ac_try;; |
19063 | esac | 20078 | esac |
19064 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20079 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20080 | $as_echo "$ac_try_echo") >&5 | ||
19065 | (eval "$ac_compile") 2>conftest.er1 | 20081 | (eval "$ac_compile") 2>conftest.er1 |
19066 | ac_status=$? | 20082 | ac_status=$? |
19067 | grep -v '^ *+' conftest.er1 >conftest.err | 20083 | grep -v '^ *+' conftest.er1 >conftest.err |
19068 | rm -f conftest.er1 | 20084 | rm -f conftest.er1 |
19069 | cat conftest.err >&5 | 20085 | cat conftest.err >&5 |
19070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20086 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19071 | (exit $ac_status); } && { | 20087 | (exit $ac_status); } && { |
19072 | test -z "$ac_c_werror_flag" || | 20088 | test -z "$ac_c_werror_flag" || |
19073 | test ! -s conftest.err | 20089 | test ! -s conftest.err |
@@ -19081,11 +20097,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19081 | cat >>conftest.$ac_ext <<_ACEOF | 20097 | cat >>conftest.$ac_ext <<_ACEOF |
19082 | /* end confdefs.h. */ | 20098 | /* end confdefs.h. */ |
19083 | $ac_includes_default | 20099 | $ac_includes_default |
19084 | typedef char ac__type_sizeof_; | ||
19085 | int | 20100 | int |
19086 | main () | 20101 | main () |
19087 | { | 20102 | { |
19088 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 20103 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; |
19089 | test_array [0] = 0 | 20104 | test_array [0] = 0 |
19090 | 20105 | ||
19091 | ; | 20106 | ; |
@@ -19098,20 +20113,21 @@ case "(($ac_try" in | |||
19098 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20113 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19099 | *) ac_try_echo=$ac_try;; | 20114 | *) ac_try_echo=$ac_try;; |
19100 | esac | 20115 | esac |
19101 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20116 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20117 | $as_echo "$ac_try_echo") >&5 | ||
19102 | (eval "$ac_compile") 2>conftest.er1 | 20118 | (eval "$ac_compile") 2>conftest.er1 |
19103 | ac_status=$? | 20119 | ac_status=$? |
19104 | grep -v '^ *+' conftest.er1 >conftest.err | 20120 | grep -v '^ *+' conftest.er1 >conftest.err |
19105 | rm -f conftest.er1 | 20121 | rm -f conftest.er1 |
19106 | cat conftest.err >&5 | 20122 | cat conftest.err >&5 |
19107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20123 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19108 | (exit $ac_status); } && { | 20124 | (exit $ac_status); } && { |
19109 | test -z "$ac_c_werror_flag" || | 20125 | test -z "$ac_c_werror_flag" || |
19110 | test ! -s conftest.err | 20126 | test ! -s conftest.err |
19111 | } && test -s conftest.$ac_objext; then | 20127 | } && test -s conftest.$ac_objext; then |
19112 | ac_hi=$ac_mid; break | 20128 | ac_hi=$ac_mid; break |
19113 | else | 20129 | else |
19114 | echo "$as_me: failed program was:" >&5 | 20130 | $as_echo "$as_me: failed program was:" >&5 |
19115 | sed 's/^/| /' conftest.$ac_ext >&5 | 20131 | sed 's/^/| /' conftest.$ac_ext >&5 |
19116 | 20132 | ||
19117 | ac_lo=`expr $ac_mid + 1` | 20133 | ac_lo=`expr $ac_mid + 1` |
@@ -19125,7 +20141,7 @@ fi | |||
19125 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20141 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19126 | done | 20142 | done |
19127 | else | 20143 | else |
19128 | echo "$as_me: failed program was:" >&5 | 20144 | $as_echo "$as_me: failed program was:" >&5 |
19129 | sed 's/^/| /' conftest.$ac_ext >&5 | 20145 | sed 's/^/| /' conftest.$ac_ext >&5 |
19130 | 20146 | ||
19131 | cat >conftest.$ac_ext <<_ACEOF | 20147 | cat >conftest.$ac_ext <<_ACEOF |
@@ -19135,11 +20151,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19135 | cat >>conftest.$ac_ext <<_ACEOF | 20151 | cat >>conftest.$ac_ext <<_ACEOF |
19136 | /* end confdefs.h. */ | 20152 | /* end confdefs.h. */ |
19137 | $ac_includes_default | 20153 | $ac_includes_default |
19138 | typedef char ac__type_sizeof_; | ||
19139 | int | 20154 | int |
19140 | main () | 20155 | main () |
19141 | { | 20156 | { |
19142 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; | 20157 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)]; |
19143 | test_array [0] = 0 | 20158 | test_array [0] = 0 |
19144 | 20159 | ||
19145 | ; | 20160 | ; |
@@ -19152,13 +20167,14 @@ case "(($ac_try" in | |||
19152 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20167 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19153 | *) ac_try_echo=$ac_try;; | 20168 | *) ac_try_echo=$ac_try;; |
19154 | esac | 20169 | esac |
19155 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20170 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20171 | $as_echo "$ac_try_echo") >&5 | ||
19156 | (eval "$ac_compile") 2>conftest.er1 | 20172 | (eval "$ac_compile") 2>conftest.er1 |
19157 | ac_status=$? | 20173 | ac_status=$? |
19158 | grep -v '^ *+' conftest.er1 >conftest.err | 20174 | grep -v '^ *+' conftest.er1 >conftest.err |
19159 | rm -f conftest.er1 | 20175 | rm -f conftest.er1 |
19160 | cat conftest.err >&5 | 20176 | cat conftest.err >&5 |
19161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20177 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19162 | (exit $ac_status); } && { | 20178 | (exit $ac_status); } && { |
19163 | test -z "$ac_c_werror_flag" || | 20179 | test -z "$ac_c_werror_flag" || |
19164 | test ! -s conftest.err | 20180 | test ! -s conftest.err |
@@ -19172,11 +20188,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19172 | cat >>conftest.$ac_ext <<_ACEOF | 20188 | cat >>conftest.$ac_ext <<_ACEOF |
19173 | /* end confdefs.h. */ | 20189 | /* end confdefs.h. */ |
19174 | $ac_includes_default | 20190 | $ac_includes_default |
19175 | typedef char ac__type_sizeof_; | ||
19176 | int | 20191 | int |
19177 | main () | 20192 | main () |
19178 | { | 20193 | { |
19179 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; | 20194 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)]; |
19180 | test_array [0] = 0 | 20195 | test_array [0] = 0 |
19181 | 20196 | ||
19182 | ; | 20197 | ; |
@@ -19189,20 +20204,21 @@ case "(($ac_try" in | |||
19189 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20204 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19190 | *) ac_try_echo=$ac_try;; | 20205 | *) ac_try_echo=$ac_try;; |
19191 | esac | 20206 | esac |
19192 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20207 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20208 | $as_echo "$ac_try_echo") >&5 | ||
19193 | (eval "$ac_compile") 2>conftest.er1 | 20209 | (eval "$ac_compile") 2>conftest.er1 |
19194 | ac_status=$? | 20210 | ac_status=$? |
19195 | grep -v '^ *+' conftest.er1 >conftest.err | 20211 | grep -v '^ *+' conftest.er1 >conftest.err |
19196 | rm -f conftest.er1 | 20212 | rm -f conftest.er1 |
19197 | cat conftest.err >&5 | 20213 | cat conftest.err >&5 |
19198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20214 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19199 | (exit $ac_status); } && { | 20215 | (exit $ac_status); } && { |
19200 | test -z "$ac_c_werror_flag" || | 20216 | test -z "$ac_c_werror_flag" || |
19201 | test ! -s conftest.err | 20217 | test ! -s conftest.err |
19202 | } && test -s conftest.$ac_objext; then | 20218 | } && test -s conftest.$ac_objext; then |
19203 | ac_lo=$ac_mid; break | 20219 | ac_lo=$ac_mid; break |
19204 | else | 20220 | else |
19205 | echo "$as_me: failed program was:" >&5 | 20221 | $as_echo "$as_me: failed program was:" >&5 |
19206 | sed 's/^/| /' conftest.$ac_ext >&5 | 20222 | sed 's/^/| /' conftest.$ac_ext >&5 |
19207 | 20223 | ||
19208 | ac_hi=`expr '(' $ac_mid ')' - 1` | 20224 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -19216,7 +20232,7 @@ fi | |||
19216 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20232 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19217 | done | 20233 | done |
19218 | else | 20234 | else |
19219 | echo "$as_me: failed program was:" >&5 | 20235 | $as_echo "$as_me: failed program was:" >&5 |
19220 | sed 's/^/| /' conftest.$ac_ext >&5 | 20236 | sed 's/^/| /' conftest.$ac_ext >&5 |
19221 | 20237 | ||
19222 | ac_lo= ac_hi= | 20238 | ac_lo= ac_hi= |
@@ -19236,11 +20252,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19236 | cat >>conftest.$ac_ext <<_ACEOF | 20252 | cat >>conftest.$ac_ext <<_ACEOF |
19237 | /* end confdefs.h. */ | 20253 | /* end confdefs.h. */ |
19238 | $ac_includes_default | 20254 | $ac_includes_default |
19239 | typedef char ac__type_sizeof_; | ||
19240 | int | 20255 | int |
19241 | main () | 20256 | main () |
19242 | { | 20257 | { |
19243 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 20258 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; |
19244 | test_array [0] = 0 | 20259 | test_array [0] = 0 |
19245 | 20260 | ||
19246 | ; | 20261 | ; |
@@ -19253,20 +20268,21 @@ case "(($ac_try" in | |||
19253 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20268 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19254 | *) ac_try_echo=$ac_try;; | 20269 | *) ac_try_echo=$ac_try;; |
19255 | esac | 20270 | esac |
19256 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20271 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20272 | $as_echo "$ac_try_echo") >&5 | ||
19257 | (eval "$ac_compile") 2>conftest.er1 | 20273 | (eval "$ac_compile") 2>conftest.er1 |
19258 | ac_status=$? | 20274 | ac_status=$? |
19259 | grep -v '^ *+' conftest.er1 >conftest.err | 20275 | grep -v '^ *+' conftest.er1 >conftest.err |
19260 | rm -f conftest.er1 | 20276 | rm -f conftest.er1 |
19261 | cat conftest.err >&5 | 20277 | cat conftest.err >&5 |
19262 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20278 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19263 | (exit $ac_status); } && { | 20279 | (exit $ac_status); } && { |
19264 | test -z "$ac_c_werror_flag" || | 20280 | test -z "$ac_c_werror_flag" || |
19265 | test ! -s conftest.err | 20281 | test ! -s conftest.err |
19266 | } && test -s conftest.$ac_objext; then | 20282 | } && test -s conftest.$ac_objext; then |
19267 | ac_hi=$ac_mid | 20283 | ac_hi=$ac_mid |
19268 | else | 20284 | else |
19269 | echo "$as_me: failed program was:" >&5 | 20285 | $as_echo "$as_me: failed program was:" >&5 |
19270 | sed 's/^/| /' conftest.$ac_ext >&5 | 20286 | sed 's/^/| /' conftest.$ac_ext >&5 |
19271 | 20287 | ||
19272 | ac_lo=`expr '(' $ac_mid ')' + 1` | 20288 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -19277,9 +20293,9 @@ done | |||
19277 | case $ac_lo in | 20293 | case $ac_lo in |
19278 | ?*) ac_cv_sizeof_char=$ac_lo;; | 20294 | ?*) ac_cv_sizeof_char=$ac_lo;; |
19279 | '') if test "$ac_cv_type_char" = yes; then | 20295 | '') if test "$ac_cv_type_char" = yes; then |
19280 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) | 20296 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) |
19281 | See \`config.log' for more details." >&5 | 20297 | See \`config.log' for more details." >&5 |
19282 | echo "$as_me: error: cannot compute sizeof (char) | 20298 | $as_echo "$as_me: error: cannot compute sizeof (char) |
19283 | See \`config.log' for more details." >&2;} | 20299 | See \`config.log' for more details." >&2;} |
19284 | { (exit 77); exit 77; }; } | 20300 | { (exit 77); exit 77; }; } |
19285 | else | 20301 | else |
@@ -19294,9 +20310,8 @@ cat confdefs.h >>conftest.$ac_ext | |||
19294 | cat >>conftest.$ac_ext <<_ACEOF | 20310 | cat >>conftest.$ac_ext <<_ACEOF |
19295 | /* end confdefs.h. */ | 20311 | /* end confdefs.h. */ |
19296 | $ac_includes_default | 20312 | $ac_includes_default |
19297 | typedef char ac__type_sizeof_; | 20313 | static long int longval () { return (long int) (sizeof (char)); } |
19298 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } | 20314 | static unsigned long int ulongval () { return (long int) (sizeof (char)); } |
19299 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
19300 | #include <stdio.h> | 20315 | #include <stdio.h> |
19301 | #include <stdlib.h> | 20316 | #include <stdlib.h> |
19302 | int | 20317 | int |
@@ -19306,20 +20321,22 @@ main () | |||
19306 | FILE *f = fopen ("conftest.val", "w"); | 20321 | FILE *f = fopen ("conftest.val", "w"); |
19307 | if (! f) | 20322 | if (! f) |
19308 | return 1; | 20323 | return 1; |
19309 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) | 20324 | if (((long int) (sizeof (char))) < 0) |
19310 | { | 20325 | { |
19311 | long int i = longval (); | 20326 | long int i = longval (); |
19312 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 20327 | if (i != ((long int) (sizeof (char)))) |
19313 | return 1; | 20328 | return 1; |
19314 | fprintf (f, "%ld\n", i); | 20329 | fprintf (f, "%ld", i); |
19315 | } | 20330 | } |
19316 | else | 20331 | else |
19317 | { | 20332 | { |
19318 | unsigned long int i = ulongval (); | 20333 | unsigned long int i = ulongval (); |
19319 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 20334 | if (i != ((long int) (sizeof (char)))) |
19320 | return 1; | 20335 | return 1; |
19321 | fprintf (f, "%lu\n", i); | 20336 | fprintf (f, "%lu", i); |
19322 | } | 20337 | } |
20338 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
20339 | on some platforms. */ | ||
19323 | return ferror (f) || fclose (f) != 0; | 20340 | return ferror (f) || fclose (f) != 0; |
19324 | 20341 | ||
19325 | ; | 20342 | ; |
@@ -19332,43 +20349,46 @@ case "(($ac_try" in | |||
19332 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20349 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19333 | *) ac_try_echo=$ac_try;; | 20350 | *) ac_try_echo=$ac_try;; |
19334 | esac | 20351 | esac |
19335 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20352 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20353 | $as_echo "$ac_try_echo") >&5 | ||
19336 | (eval "$ac_link") 2>&5 | 20354 | (eval "$ac_link") 2>&5 |
19337 | ac_status=$? | 20355 | ac_status=$? |
19338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20356 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19339 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 20357 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
19340 | { (case "(($ac_try" in | 20358 | { (case "(($ac_try" in |
19341 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20359 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19342 | *) ac_try_echo=$ac_try;; | 20360 | *) ac_try_echo=$ac_try;; |
19343 | esac | 20361 | esac |
19344 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20362 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20363 | $as_echo "$ac_try_echo") >&5 | ||
19345 | (eval "$ac_try") 2>&5 | 20364 | (eval "$ac_try") 2>&5 |
19346 | ac_status=$? | 20365 | ac_status=$? |
19347 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20366 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19348 | (exit $ac_status); }; }; then | 20367 | (exit $ac_status); }; }; then |
19349 | ac_cv_sizeof_char=`cat conftest.val` | 20368 | ac_cv_sizeof_char=`cat conftest.val` |
19350 | else | 20369 | else |
19351 | echo "$as_me: program exited with status $ac_status" >&5 | 20370 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
19352 | echo "$as_me: failed program was:" >&5 | 20371 | $as_echo "$as_me: failed program was:" >&5 |
19353 | sed 's/^/| /' conftest.$ac_ext >&5 | 20372 | sed 's/^/| /' conftest.$ac_ext >&5 |
19354 | 20373 | ||
19355 | ( exit $ac_status ) | 20374 | ( exit $ac_status ) |
19356 | if test "$ac_cv_type_char" = yes; then | 20375 | if test "$ac_cv_type_char" = yes; then |
19357 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) | 20376 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) |
19358 | See \`config.log' for more details." >&5 | 20377 | See \`config.log' for more details." >&5 |
19359 | echo "$as_me: error: cannot compute sizeof (char) | 20378 | $as_echo "$as_me: error: cannot compute sizeof (char) |
19360 | See \`config.log' for more details." >&2;} | 20379 | See \`config.log' for more details." >&2;} |
19361 | { (exit 77); exit 77; }; } | 20380 | { (exit 77); exit 77; }; } |
19362 | else | 20381 | else |
19363 | ac_cv_sizeof_char=0 | 20382 | ac_cv_sizeof_char=0 |
19364 | fi | 20383 | fi |
19365 | fi | 20384 | fi |
20385 | rm -rf conftest.dSYM | ||
19366 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20386 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
19367 | fi | 20387 | fi |
19368 | rm -f conftest.val | 20388 | rm -f conftest.val |
19369 | fi | 20389 | fi |
19370 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 | 20390 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 |
19371 | echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } | 20391 | $as_echo "$ac_cv_sizeof_char" >&6; } |
19372 | 20392 | ||
19373 | 20393 | ||
19374 | 20394 | ||
@@ -19377,68 +20397,14 @@ cat >>confdefs.h <<_ACEOF | |||
19377 | _ACEOF | 20397 | _ACEOF |
19378 | 20398 | ||
19379 | 20399 | ||
19380 | { echo "$as_me:$LINENO: checking for short int" >&5 | ||
19381 | echo $ECHO_N "checking for short int... $ECHO_C" >&6; } | ||
19382 | if test "${ac_cv_type_short_int+set}" = set; then | ||
19383 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
19384 | else | ||
19385 | cat >conftest.$ac_ext <<_ACEOF | ||
19386 | /* confdefs.h. */ | ||
19387 | _ACEOF | ||
19388 | cat confdefs.h >>conftest.$ac_ext | ||
19389 | cat >>conftest.$ac_ext <<_ACEOF | ||
19390 | /* end confdefs.h. */ | ||
19391 | $ac_includes_default | ||
19392 | typedef short int ac__type_new_; | ||
19393 | int | ||
19394 | main () | ||
19395 | { | ||
19396 | if ((ac__type_new_ *) 0) | ||
19397 | return 0; | ||
19398 | if (sizeof (ac__type_new_)) | ||
19399 | return 0; | ||
19400 | ; | ||
19401 | return 0; | ||
19402 | } | ||
19403 | _ACEOF | ||
19404 | rm -f conftest.$ac_objext | ||
19405 | if { (ac_try="$ac_compile" | ||
19406 | case "(($ac_try" in | ||
19407 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19408 | *) ac_try_echo=$ac_try;; | ||
19409 | esac | ||
19410 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
19411 | (eval "$ac_compile") 2>conftest.er1 | ||
19412 | ac_status=$? | ||
19413 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19414 | rm -f conftest.er1 | ||
19415 | cat conftest.err >&5 | ||
19416 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19417 | (exit $ac_status); } && { | ||
19418 | test -z "$ac_c_werror_flag" || | ||
19419 | test ! -s conftest.err | ||
19420 | } && test -s conftest.$ac_objext; then | ||
19421 | ac_cv_type_short_int=yes | ||
19422 | else | ||
19423 | echo "$as_me: failed program was:" >&5 | ||
19424 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19425 | |||
19426 | ac_cv_type_short_int=no | ||
19427 | fi | ||
19428 | |||
19429 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19430 | fi | ||
19431 | { echo "$as_me:$LINENO: result: $ac_cv_type_short_int" >&5 | ||
19432 | echo "${ECHO_T}$ac_cv_type_short_int" >&6; } | ||
19433 | |||
19434 | # The cast to long int works around a bug in the HP C Compiler | 20400 | # The cast to long int works around a bug in the HP C Compiler |
19435 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 20401 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
19436 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 20402 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
19437 | # This bug is HP SR number 8606223364. | 20403 | # This bug is HP SR number 8606223364. |
19438 | { echo "$as_me:$LINENO: checking size of short int" >&5 | 20404 | { $as_echo "$as_me:$LINENO: checking size of short int" >&5 |
19439 | echo $ECHO_N "checking size of short int... $ECHO_C" >&6; } | 20405 | $as_echo_n "checking size of short int... " >&6; } |
19440 | if test "${ac_cv_sizeof_short_int+set}" = set; then | 20406 | if test "${ac_cv_sizeof_short_int+set}" = set; then |
19441 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20407 | $as_echo_n "(cached) " >&6 |
19442 | else | 20408 | else |
19443 | if test "$cross_compiling" = yes; then | 20409 | if test "$cross_compiling" = yes; then |
19444 | # Depending upon the size, compute the lo and hi bounds. | 20410 | # Depending upon the size, compute the lo and hi bounds. |
@@ -19449,11 +20415,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19449 | cat >>conftest.$ac_ext <<_ACEOF | 20415 | cat >>conftest.$ac_ext <<_ACEOF |
19450 | /* end confdefs.h. */ | 20416 | /* end confdefs.h. */ |
19451 | $ac_includes_default | 20417 | $ac_includes_default |
19452 | typedef short int ac__type_sizeof_; | ||
19453 | int | 20418 | int |
19454 | main () | 20419 | main () |
19455 | { | 20420 | { |
19456 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; | 20421 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) >= 0)]; |
19457 | test_array [0] = 0 | 20422 | test_array [0] = 0 |
19458 | 20423 | ||
19459 | ; | 20424 | ; |
@@ -19466,13 +20431,14 @@ case "(($ac_try" in | |||
19466 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20431 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19467 | *) ac_try_echo=$ac_try;; | 20432 | *) ac_try_echo=$ac_try;; |
19468 | esac | 20433 | esac |
19469 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20434 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20435 | $as_echo "$ac_try_echo") >&5 | ||
19470 | (eval "$ac_compile") 2>conftest.er1 | 20436 | (eval "$ac_compile") 2>conftest.er1 |
19471 | ac_status=$? | 20437 | ac_status=$? |
19472 | grep -v '^ *+' conftest.er1 >conftest.err | 20438 | grep -v '^ *+' conftest.er1 >conftest.err |
19473 | rm -f conftest.er1 | 20439 | rm -f conftest.er1 |
19474 | cat conftest.err >&5 | 20440 | cat conftest.err >&5 |
19475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20441 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19476 | (exit $ac_status); } && { | 20442 | (exit $ac_status); } && { |
19477 | test -z "$ac_c_werror_flag" || | 20443 | test -z "$ac_c_werror_flag" || |
19478 | test ! -s conftest.err | 20444 | test ! -s conftest.err |
@@ -19486,11 +20452,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19486 | cat >>conftest.$ac_ext <<_ACEOF | 20452 | cat >>conftest.$ac_ext <<_ACEOF |
19487 | /* end confdefs.h. */ | 20453 | /* end confdefs.h. */ |
19488 | $ac_includes_default | 20454 | $ac_includes_default |
19489 | typedef short int ac__type_sizeof_; | ||
19490 | int | 20455 | int |
19491 | main () | 20456 | main () |
19492 | { | 20457 | { |
19493 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 20458 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) <= $ac_mid)]; |
19494 | test_array [0] = 0 | 20459 | test_array [0] = 0 |
19495 | 20460 | ||
19496 | ; | 20461 | ; |
@@ -19503,20 +20468,21 @@ case "(($ac_try" in | |||
19503 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20468 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19504 | *) ac_try_echo=$ac_try;; | 20469 | *) ac_try_echo=$ac_try;; |
19505 | esac | 20470 | esac |
19506 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20471 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20472 | $as_echo "$ac_try_echo") >&5 | ||
19507 | (eval "$ac_compile") 2>conftest.er1 | 20473 | (eval "$ac_compile") 2>conftest.er1 |
19508 | ac_status=$? | 20474 | ac_status=$? |
19509 | grep -v '^ *+' conftest.er1 >conftest.err | 20475 | grep -v '^ *+' conftest.er1 >conftest.err |
19510 | rm -f conftest.er1 | 20476 | rm -f conftest.er1 |
19511 | cat conftest.err >&5 | 20477 | cat conftest.err >&5 |
19512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20478 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19513 | (exit $ac_status); } && { | 20479 | (exit $ac_status); } && { |
19514 | test -z "$ac_c_werror_flag" || | 20480 | test -z "$ac_c_werror_flag" || |
19515 | test ! -s conftest.err | 20481 | test ! -s conftest.err |
19516 | } && test -s conftest.$ac_objext; then | 20482 | } && test -s conftest.$ac_objext; then |
19517 | ac_hi=$ac_mid; break | 20483 | ac_hi=$ac_mid; break |
19518 | else | 20484 | else |
19519 | echo "$as_me: failed program was:" >&5 | 20485 | $as_echo "$as_me: failed program was:" >&5 |
19520 | sed 's/^/| /' conftest.$ac_ext >&5 | 20486 | sed 's/^/| /' conftest.$ac_ext >&5 |
19521 | 20487 | ||
19522 | ac_lo=`expr $ac_mid + 1` | 20488 | ac_lo=`expr $ac_mid + 1` |
@@ -19530,7 +20496,7 @@ fi | |||
19530 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20496 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19531 | done | 20497 | done |
19532 | else | 20498 | else |
19533 | echo "$as_me: failed program was:" >&5 | 20499 | $as_echo "$as_me: failed program was:" >&5 |
19534 | sed 's/^/| /' conftest.$ac_ext >&5 | 20500 | sed 's/^/| /' conftest.$ac_ext >&5 |
19535 | 20501 | ||
19536 | cat >conftest.$ac_ext <<_ACEOF | 20502 | cat >conftest.$ac_ext <<_ACEOF |
@@ -19540,11 +20506,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19540 | cat >>conftest.$ac_ext <<_ACEOF | 20506 | cat >>conftest.$ac_ext <<_ACEOF |
19541 | /* end confdefs.h. */ | 20507 | /* end confdefs.h. */ |
19542 | $ac_includes_default | 20508 | $ac_includes_default |
19543 | typedef short int ac__type_sizeof_; | ||
19544 | int | 20509 | int |
19545 | main () | 20510 | main () |
19546 | { | 20511 | { |
19547 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; | 20512 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) < 0)]; |
19548 | test_array [0] = 0 | 20513 | test_array [0] = 0 |
19549 | 20514 | ||
19550 | ; | 20515 | ; |
@@ -19557,13 +20522,14 @@ case "(($ac_try" in | |||
19557 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20522 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19558 | *) ac_try_echo=$ac_try;; | 20523 | *) ac_try_echo=$ac_try;; |
19559 | esac | 20524 | esac |
19560 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20525 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20526 | $as_echo "$ac_try_echo") >&5 | ||
19561 | (eval "$ac_compile") 2>conftest.er1 | 20527 | (eval "$ac_compile") 2>conftest.er1 |
19562 | ac_status=$? | 20528 | ac_status=$? |
19563 | grep -v '^ *+' conftest.er1 >conftest.err | 20529 | grep -v '^ *+' conftest.er1 >conftest.err |
19564 | rm -f conftest.er1 | 20530 | rm -f conftest.er1 |
19565 | cat conftest.err >&5 | 20531 | cat conftest.err >&5 |
19566 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20532 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19567 | (exit $ac_status); } && { | 20533 | (exit $ac_status); } && { |
19568 | test -z "$ac_c_werror_flag" || | 20534 | test -z "$ac_c_werror_flag" || |
19569 | test ! -s conftest.err | 20535 | test ! -s conftest.err |
@@ -19577,11 +20543,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19577 | cat >>conftest.$ac_ext <<_ACEOF | 20543 | cat >>conftest.$ac_ext <<_ACEOF |
19578 | /* end confdefs.h. */ | 20544 | /* end confdefs.h. */ |
19579 | $ac_includes_default | 20545 | $ac_includes_default |
19580 | typedef short int ac__type_sizeof_; | ||
19581 | int | 20546 | int |
19582 | main () | 20547 | main () |
19583 | { | 20548 | { |
19584 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; | 20549 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) >= $ac_mid)]; |
19585 | test_array [0] = 0 | 20550 | test_array [0] = 0 |
19586 | 20551 | ||
19587 | ; | 20552 | ; |
@@ -19594,20 +20559,21 @@ case "(($ac_try" in | |||
19594 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20559 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19595 | *) ac_try_echo=$ac_try;; | 20560 | *) ac_try_echo=$ac_try;; |
19596 | esac | 20561 | esac |
19597 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20562 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20563 | $as_echo "$ac_try_echo") >&5 | ||
19598 | (eval "$ac_compile") 2>conftest.er1 | 20564 | (eval "$ac_compile") 2>conftest.er1 |
19599 | ac_status=$? | 20565 | ac_status=$? |
19600 | grep -v '^ *+' conftest.er1 >conftest.err | 20566 | grep -v '^ *+' conftest.er1 >conftest.err |
19601 | rm -f conftest.er1 | 20567 | rm -f conftest.er1 |
19602 | cat conftest.err >&5 | 20568 | cat conftest.err >&5 |
19603 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20569 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19604 | (exit $ac_status); } && { | 20570 | (exit $ac_status); } && { |
19605 | test -z "$ac_c_werror_flag" || | 20571 | test -z "$ac_c_werror_flag" || |
19606 | test ! -s conftest.err | 20572 | test ! -s conftest.err |
19607 | } && test -s conftest.$ac_objext; then | 20573 | } && test -s conftest.$ac_objext; then |
19608 | ac_lo=$ac_mid; break | 20574 | ac_lo=$ac_mid; break |
19609 | else | 20575 | else |
19610 | echo "$as_me: failed program was:" >&5 | 20576 | $as_echo "$as_me: failed program was:" >&5 |
19611 | sed 's/^/| /' conftest.$ac_ext >&5 | 20577 | sed 's/^/| /' conftest.$ac_ext >&5 |
19612 | 20578 | ||
19613 | ac_hi=`expr '(' $ac_mid ')' - 1` | 20579 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -19621,7 +20587,7 @@ fi | |||
19621 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20587 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19622 | done | 20588 | done |
19623 | else | 20589 | else |
19624 | echo "$as_me: failed program was:" >&5 | 20590 | $as_echo "$as_me: failed program was:" >&5 |
19625 | sed 's/^/| /' conftest.$ac_ext >&5 | 20591 | sed 's/^/| /' conftest.$ac_ext >&5 |
19626 | 20592 | ||
19627 | ac_lo= ac_hi= | 20593 | ac_lo= ac_hi= |
@@ -19641,11 +20607,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19641 | cat >>conftest.$ac_ext <<_ACEOF | 20607 | cat >>conftest.$ac_ext <<_ACEOF |
19642 | /* end confdefs.h. */ | 20608 | /* end confdefs.h. */ |
19643 | $ac_includes_default | 20609 | $ac_includes_default |
19644 | typedef short int ac__type_sizeof_; | ||
19645 | int | 20610 | int |
19646 | main () | 20611 | main () |
19647 | { | 20612 | { |
19648 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 20613 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) <= $ac_mid)]; |
19649 | test_array [0] = 0 | 20614 | test_array [0] = 0 |
19650 | 20615 | ||
19651 | ; | 20616 | ; |
@@ -19658,20 +20623,21 @@ case "(($ac_try" in | |||
19658 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20623 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19659 | *) ac_try_echo=$ac_try;; | 20624 | *) ac_try_echo=$ac_try;; |
19660 | esac | 20625 | esac |
19661 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20626 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20627 | $as_echo "$ac_try_echo") >&5 | ||
19662 | (eval "$ac_compile") 2>conftest.er1 | 20628 | (eval "$ac_compile") 2>conftest.er1 |
19663 | ac_status=$? | 20629 | ac_status=$? |
19664 | grep -v '^ *+' conftest.er1 >conftest.err | 20630 | grep -v '^ *+' conftest.er1 >conftest.err |
19665 | rm -f conftest.er1 | 20631 | rm -f conftest.er1 |
19666 | cat conftest.err >&5 | 20632 | cat conftest.err >&5 |
19667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20633 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19668 | (exit $ac_status); } && { | 20634 | (exit $ac_status); } && { |
19669 | test -z "$ac_c_werror_flag" || | 20635 | test -z "$ac_c_werror_flag" || |
19670 | test ! -s conftest.err | 20636 | test ! -s conftest.err |
19671 | } && test -s conftest.$ac_objext; then | 20637 | } && test -s conftest.$ac_objext; then |
19672 | ac_hi=$ac_mid | 20638 | ac_hi=$ac_mid |
19673 | else | 20639 | else |
19674 | echo "$as_me: failed program was:" >&5 | 20640 | $as_echo "$as_me: failed program was:" >&5 |
19675 | sed 's/^/| /' conftest.$ac_ext >&5 | 20641 | sed 's/^/| /' conftest.$ac_ext >&5 |
19676 | 20642 | ||
19677 | ac_lo=`expr '(' $ac_mid ')' + 1` | 20643 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -19682,9 +20648,9 @@ done | |||
19682 | case $ac_lo in | 20648 | case $ac_lo in |
19683 | ?*) ac_cv_sizeof_short_int=$ac_lo;; | 20649 | ?*) ac_cv_sizeof_short_int=$ac_lo;; |
19684 | '') if test "$ac_cv_type_short_int" = yes; then | 20650 | '') if test "$ac_cv_type_short_int" = yes; then |
19685 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int) | 20651 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short int) |
19686 | See \`config.log' for more details." >&5 | 20652 | See \`config.log' for more details." >&5 |
19687 | echo "$as_me: error: cannot compute sizeof (short int) | 20653 | $as_echo "$as_me: error: cannot compute sizeof (short int) |
19688 | See \`config.log' for more details." >&2;} | 20654 | See \`config.log' for more details." >&2;} |
19689 | { (exit 77); exit 77; }; } | 20655 | { (exit 77); exit 77; }; } |
19690 | else | 20656 | else |
@@ -19699,9 +20665,8 @@ cat confdefs.h >>conftest.$ac_ext | |||
19699 | cat >>conftest.$ac_ext <<_ACEOF | 20665 | cat >>conftest.$ac_ext <<_ACEOF |
19700 | /* end confdefs.h. */ | 20666 | /* end confdefs.h. */ |
19701 | $ac_includes_default | 20667 | $ac_includes_default |
19702 | typedef short int ac__type_sizeof_; | 20668 | static long int longval () { return (long int) (sizeof (short int)); } |
19703 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } | 20669 | static unsigned long int ulongval () { return (long int) (sizeof (short int)); } |
19704 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
19705 | #include <stdio.h> | 20670 | #include <stdio.h> |
19706 | #include <stdlib.h> | 20671 | #include <stdlib.h> |
19707 | int | 20672 | int |
@@ -19711,20 +20676,22 @@ main () | |||
19711 | FILE *f = fopen ("conftest.val", "w"); | 20676 | FILE *f = fopen ("conftest.val", "w"); |
19712 | if (! f) | 20677 | if (! f) |
19713 | return 1; | 20678 | return 1; |
19714 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) | 20679 | if (((long int) (sizeof (short int))) < 0) |
19715 | { | 20680 | { |
19716 | long int i = longval (); | 20681 | long int i = longval (); |
19717 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 20682 | if (i != ((long int) (sizeof (short int)))) |
19718 | return 1; | 20683 | return 1; |
19719 | fprintf (f, "%ld\n", i); | 20684 | fprintf (f, "%ld", i); |
19720 | } | 20685 | } |
19721 | else | 20686 | else |
19722 | { | 20687 | { |
19723 | unsigned long int i = ulongval (); | 20688 | unsigned long int i = ulongval (); |
19724 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 20689 | if (i != ((long int) (sizeof (short int)))) |
19725 | return 1; | 20690 | return 1; |
19726 | fprintf (f, "%lu\n", i); | 20691 | fprintf (f, "%lu", i); |
19727 | } | 20692 | } |
20693 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
20694 | on some platforms. */ | ||
19728 | return ferror (f) || fclose (f) != 0; | 20695 | return ferror (f) || fclose (f) != 0; |
19729 | 20696 | ||
19730 | ; | 20697 | ; |
@@ -19737,43 +20704,46 @@ case "(($ac_try" in | |||
19737 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20704 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19738 | *) ac_try_echo=$ac_try;; | 20705 | *) ac_try_echo=$ac_try;; |
19739 | esac | 20706 | esac |
19740 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20707 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20708 | $as_echo "$ac_try_echo") >&5 | ||
19741 | (eval "$ac_link") 2>&5 | 20709 | (eval "$ac_link") 2>&5 |
19742 | ac_status=$? | 20710 | ac_status=$? |
19743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20711 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19744 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 20712 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
19745 | { (case "(($ac_try" in | 20713 | { (case "(($ac_try" in |
19746 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20714 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19747 | *) ac_try_echo=$ac_try;; | 20715 | *) ac_try_echo=$ac_try;; |
19748 | esac | 20716 | esac |
19749 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20717 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20718 | $as_echo "$ac_try_echo") >&5 | ||
19750 | (eval "$ac_try") 2>&5 | 20719 | (eval "$ac_try") 2>&5 |
19751 | ac_status=$? | 20720 | ac_status=$? |
19752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20721 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19753 | (exit $ac_status); }; }; then | 20722 | (exit $ac_status); }; }; then |
19754 | ac_cv_sizeof_short_int=`cat conftest.val` | 20723 | ac_cv_sizeof_short_int=`cat conftest.val` |
19755 | else | 20724 | else |
19756 | echo "$as_me: program exited with status $ac_status" >&5 | 20725 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
19757 | echo "$as_me: failed program was:" >&5 | 20726 | $as_echo "$as_me: failed program was:" >&5 |
19758 | sed 's/^/| /' conftest.$ac_ext >&5 | 20727 | sed 's/^/| /' conftest.$ac_ext >&5 |
19759 | 20728 | ||
19760 | ( exit $ac_status ) | 20729 | ( exit $ac_status ) |
19761 | if test "$ac_cv_type_short_int" = yes; then | 20730 | if test "$ac_cv_type_short_int" = yes; then |
19762 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int) | 20731 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short int) |
19763 | See \`config.log' for more details." >&5 | 20732 | See \`config.log' for more details." >&5 |
19764 | echo "$as_me: error: cannot compute sizeof (short int) | 20733 | $as_echo "$as_me: error: cannot compute sizeof (short int) |
19765 | See \`config.log' for more details." >&2;} | 20734 | See \`config.log' for more details." >&2;} |
19766 | { (exit 77); exit 77; }; } | 20735 | { (exit 77); exit 77; }; } |
19767 | else | 20736 | else |
19768 | ac_cv_sizeof_short_int=0 | 20737 | ac_cv_sizeof_short_int=0 |
19769 | fi | 20738 | fi |
19770 | fi | 20739 | fi |
20740 | rm -rf conftest.dSYM | ||
19771 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20741 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
19772 | fi | 20742 | fi |
19773 | rm -f conftest.val | 20743 | rm -f conftest.val |
19774 | fi | 20744 | fi |
19775 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5 | 20745 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5 |
19776 | echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6; } | 20746 | $as_echo "$ac_cv_sizeof_short_int" >&6; } |
19777 | 20747 | ||
19778 | 20748 | ||
19779 | 20749 | ||
@@ -19782,68 +20752,14 @@ cat >>confdefs.h <<_ACEOF | |||
19782 | _ACEOF | 20752 | _ACEOF |
19783 | 20753 | ||
19784 | 20754 | ||
19785 | { echo "$as_me:$LINENO: checking for int" >&5 | ||
19786 | echo $ECHO_N "checking for int... $ECHO_C" >&6; } | ||
19787 | if test "${ac_cv_type_int+set}" = set; then | ||
19788 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
19789 | else | ||
19790 | cat >conftest.$ac_ext <<_ACEOF | ||
19791 | /* confdefs.h. */ | ||
19792 | _ACEOF | ||
19793 | cat confdefs.h >>conftest.$ac_ext | ||
19794 | cat >>conftest.$ac_ext <<_ACEOF | ||
19795 | /* end confdefs.h. */ | ||
19796 | $ac_includes_default | ||
19797 | typedef int ac__type_new_; | ||
19798 | int | ||
19799 | main () | ||
19800 | { | ||
19801 | if ((ac__type_new_ *) 0) | ||
19802 | return 0; | ||
19803 | if (sizeof (ac__type_new_)) | ||
19804 | return 0; | ||
19805 | ; | ||
19806 | return 0; | ||
19807 | } | ||
19808 | _ACEOF | ||
19809 | rm -f conftest.$ac_objext | ||
19810 | if { (ac_try="$ac_compile" | ||
19811 | case "(($ac_try" in | ||
19812 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19813 | *) ac_try_echo=$ac_try;; | ||
19814 | esac | ||
19815 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
19816 | (eval "$ac_compile") 2>conftest.er1 | ||
19817 | ac_status=$? | ||
19818 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19819 | rm -f conftest.er1 | ||
19820 | cat conftest.err >&5 | ||
19821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19822 | (exit $ac_status); } && { | ||
19823 | test -z "$ac_c_werror_flag" || | ||
19824 | test ! -s conftest.err | ||
19825 | } && test -s conftest.$ac_objext; then | ||
19826 | ac_cv_type_int=yes | ||
19827 | else | ||
19828 | echo "$as_me: failed program was:" >&5 | ||
19829 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19830 | |||
19831 | ac_cv_type_int=no | ||
19832 | fi | ||
19833 | |||
19834 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19835 | fi | ||
19836 | { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 | ||
19837 | echo "${ECHO_T}$ac_cv_type_int" >&6; } | ||
19838 | |||
19839 | # The cast to long int works around a bug in the HP C Compiler | 20755 | # The cast to long int works around a bug in the HP C Compiler |
19840 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 20756 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
19841 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 20757 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
19842 | # This bug is HP SR number 8606223364. | 20758 | # This bug is HP SR number 8606223364. |
19843 | { echo "$as_me:$LINENO: checking size of int" >&5 | 20759 | { $as_echo "$as_me:$LINENO: checking size of int" >&5 |
19844 | echo $ECHO_N "checking size of int... $ECHO_C" >&6; } | 20760 | $as_echo_n "checking size of int... " >&6; } |
19845 | if test "${ac_cv_sizeof_int+set}" = set; then | 20761 | if test "${ac_cv_sizeof_int+set}" = set; then |
19846 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20762 | $as_echo_n "(cached) " >&6 |
19847 | else | 20763 | else |
19848 | if test "$cross_compiling" = yes; then | 20764 | if test "$cross_compiling" = yes; then |
19849 | # Depending upon the size, compute the lo and hi bounds. | 20765 | # Depending upon the size, compute the lo and hi bounds. |
@@ -19854,11 +20770,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19854 | cat >>conftest.$ac_ext <<_ACEOF | 20770 | cat >>conftest.$ac_ext <<_ACEOF |
19855 | /* end confdefs.h. */ | 20771 | /* end confdefs.h. */ |
19856 | $ac_includes_default | 20772 | $ac_includes_default |
19857 | typedef int ac__type_sizeof_; | ||
19858 | int | 20773 | int |
19859 | main () | 20774 | main () |
19860 | { | 20775 | { |
19861 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; | 20776 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; |
19862 | test_array [0] = 0 | 20777 | test_array [0] = 0 |
19863 | 20778 | ||
19864 | ; | 20779 | ; |
@@ -19871,13 +20786,14 @@ case "(($ac_try" in | |||
19871 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20786 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19872 | *) ac_try_echo=$ac_try;; | 20787 | *) ac_try_echo=$ac_try;; |
19873 | esac | 20788 | esac |
19874 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20789 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20790 | $as_echo "$ac_try_echo") >&5 | ||
19875 | (eval "$ac_compile") 2>conftest.er1 | 20791 | (eval "$ac_compile") 2>conftest.er1 |
19876 | ac_status=$? | 20792 | ac_status=$? |
19877 | grep -v '^ *+' conftest.er1 >conftest.err | 20793 | grep -v '^ *+' conftest.er1 >conftest.err |
19878 | rm -f conftest.er1 | 20794 | rm -f conftest.er1 |
19879 | cat conftest.err >&5 | 20795 | cat conftest.err >&5 |
19880 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20796 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19881 | (exit $ac_status); } && { | 20797 | (exit $ac_status); } && { |
19882 | test -z "$ac_c_werror_flag" || | 20798 | test -z "$ac_c_werror_flag" || |
19883 | test ! -s conftest.err | 20799 | test ! -s conftest.err |
@@ -19891,11 +20807,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19891 | cat >>conftest.$ac_ext <<_ACEOF | 20807 | cat >>conftest.$ac_ext <<_ACEOF |
19892 | /* end confdefs.h. */ | 20808 | /* end confdefs.h. */ |
19893 | $ac_includes_default | 20809 | $ac_includes_default |
19894 | typedef int ac__type_sizeof_; | ||
19895 | int | 20810 | int |
19896 | main () | 20811 | main () |
19897 | { | 20812 | { |
19898 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 20813 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; |
19899 | test_array [0] = 0 | 20814 | test_array [0] = 0 |
19900 | 20815 | ||
19901 | ; | 20816 | ; |
@@ -19908,20 +20823,21 @@ case "(($ac_try" in | |||
19908 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20823 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19909 | *) ac_try_echo=$ac_try;; | 20824 | *) ac_try_echo=$ac_try;; |
19910 | esac | 20825 | esac |
19911 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20826 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20827 | $as_echo "$ac_try_echo") >&5 | ||
19912 | (eval "$ac_compile") 2>conftest.er1 | 20828 | (eval "$ac_compile") 2>conftest.er1 |
19913 | ac_status=$? | 20829 | ac_status=$? |
19914 | grep -v '^ *+' conftest.er1 >conftest.err | 20830 | grep -v '^ *+' conftest.er1 >conftest.err |
19915 | rm -f conftest.er1 | 20831 | rm -f conftest.er1 |
19916 | cat conftest.err >&5 | 20832 | cat conftest.err >&5 |
19917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20833 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19918 | (exit $ac_status); } && { | 20834 | (exit $ac_status); } && { |
19919 | test -z "$ac_c_werror_flag" || | 20835 | test -z "$ac_c_werror_flag" || |
19920 | test ! -s conftest.err | 20836 | test ! -s conftest.err |
19921 | } && test -s conftest.$ac_objext; then | 20837 | } && test -s conftest.$ac_objext; then |
19922 | ac_hi=$ac_mid; break | 20838 | ac_hi=$ac_mid; break |
19923 | else | 20839 | else |
19924 | echo "$as_me: failed program was:" >&5 | 20840 | $as_echo "$as_me: failed program was:" >&5 |
19925 | sed 's/^/| /' conftest.$ac_ext >&5 | 20841 | sed 's/^/| /' conftest.$ac_ext >&5 |
19926 | 20842 | ||
19927 | ac_lo=`expr $ac_mid + 1` | 20843 | ac_lo=`expr $ac_mid + 1` |
@@ -19935,7 +20851,7 @@ fi | |||
19935 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20851 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19936 | done | 20852 | done |
19937 | else | 20853 | else |
19938 | echo "$as_me: failed program was:" >&5 | 20854 | $as_echo "$as_me: failed program was:" >&5 |
19939 | sed 's/^/| /' conftest.$ac_ext >&5 | 20855 | sed 's/^/| /' conftest.$ac_ext >&5 |
19940 | 20856 | ||
19941 | cat >conftest.$ac_ext <<_ACEOF | 20857 | cat >conftest.$ac_ext <<_ACEOF |
@@ -19945,11 +20861,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19945 | cat >>conftest.$ac_ext <<_ACEOF | 20861 | cat >>conftest.$ac_ext <<_ACEOF |
19946 | /* end confdefs.h. */ | 20862 | /* end confdefs.h. */ |
19947 | $ac_includes_default | 20863 | $ac_includes_default |
19948 | typedef int ac__type_sizeof_; | ||
19949 | int | 20864 | int |
19950 | main () | 20865 | main () |
19951 | { | 20866 | { |
19952 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; | 20867 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; |
19953 | test_array [0] = 0 | 20868 | test_array [0] = 0 |
19954 | 20869 | ||
19955 | ; | 20870 | ; |
@@ -19962,13 +20877,14 @@ case "(($ac_try" in | |||
19962 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20877 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19963 | *) ac_try_echo=$ac_try;; | 20878 | *) ac_try_echo=$ac_try;; |
19964 | esac | 20879 | esac |
19965 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20880 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20881 | $as_echo "$ac_try_echo") >&5 | ||
19966 | (eval "$ac_compile") 2>conftest.er1 | 20882 | (eval "$ac_compile") 2>conftest.er1 |
19967 | ac_status=$? | 20883 | ac_status=$? |
19968 | grep -v '^ *+' conftest.er1 >conftest.err | 20884 | grep -v '^ *+' conftest.er1 >conftest.err |
19969 | rm -f conftest.er1 | 20885 | rm -f conftest.er1 |
19970 | cat conftest.err >&5 | 20886 | cat conftest.err >&5 |
19971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20887 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19972 | (exit $ac_status); } && { | 20888 | (exit $ac_status); } && { |
19973 | test -z "$ac_c_werror_flag" || | 20889 | test -z "$ac_c_werror_flag" || |
19974 | test ! -s conftest.err | 20890 | test ! -s conftest.err |
@@ -19982,11 +20898,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
19982 | cat >>conftest.$ac_ext <<_ACEOF | 20898 | cat >>conftest.$ac_ext <<_ACEOF |
19983 | /* end confdefs.h. */ | 20899 | /* end confdefs.h. */ |
19984 | $ac_includes_default | 20900 | $ac_includes_default |
19985 | typedef int ac__type_sizeof_; | ||
19986 | int | 20901 | int |
19987 | main () | 20902 | main () |
19988 | { | 20903 | { |
19989 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; | 20904 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; |
19990 | test_array [0] = 0 | 20905 | test_array [0] = 0 |
19991 | 20906 | ||
19992 | ; | 20907 | ; |
@@ -19999,20 +20914,21 @@ case "(($ac_try" in | |||
19999 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20914 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20000 | *) ac_try_echo=$ac_try;; | 20915 | *) ac_try_echo=$ac_try;; |
20001 | esac | 20916 | esac |
20002 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20917 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20918 | $as_echo "$ac_try_echo") >&5 | ||
20003 | (eval "$ac_compile") 2>conftest.er1 | 20919 | (eval "$ac_compile") 2>conftest.er1 |
20004 | ac_status=$? | 20920 | ac_status=$? |
20005 | grep -v '^ *+' conftest.er1 >conftest.err | 20921 | grep -v '^ *+' conftest.er1 >conftest.err |
20006 | rm -f conftest.er1 | 20922 | rm -f conftest.er1 |
20007 | cat conftest.err >&5 | 20923 | cat conftest.err >&5 |
20008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20924 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20009 | (exit $ac_status); } && { | 20925 | (exit $ac_status); } && { |
20010 | test -z "$ac_c_werror_flag" || | 20926 | test -z "$ac_c_werror_flag" || |
20011 | test ! -s conftest.err | 20927 | test ! -s conftest.err |
20012 | } && test -s conftest.$ac_objext; then | 20928 | } && test -s conftest.$ac_objext; then |
20013 | ac_lo=$ac_mid; break | 20929 | ac_lo=$ac_mid; break |
20014 | else | 20930 | else |
20015 | echo "$as_me: failed program was:" >&5 | 20931 | $as_echo "$as_me: failed program was:" >&5 |
20016 | sed 's/^/| /' conftest.$ac_ext >&5 | 20932 | sed 's/^/| /' conftest.$ac_ext >&5 |
20017 | 20933 | ||
20018 | ac_hi=`expr '(' $ac_mid ')' - 1` | 20934 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -20026,7 +20942,7 @@ fi | |||
20026 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20942 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20027 | done | 20943 | done |
20028 | else | 20944 | else |
20029 | echo "$as_me: failed program was:" >&5 | 20945 | $as_echo "$as_me: failed program was:" >&5 |
20030 | sed 's/^/| /' conftest.$ac_ext >&5 | 20946 | sed 's/^/| /' conftest.$ac_ext >&5 |
20031 | 20947 | ||
20032 | ac_lo= ac_hi= | 20948 | ac_lo= ac_hi= |
@@ -20046,11 +20962,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20046 | cat >>conftest.$ac_ext <<_ACEOF | 20962 | cat >>conftest.$ac_ext <<_ACEOF |
20047 | /* end confdefs.h. */ | 20963 | /* end confdefs.h. */ |
20048 | $ac_includes_default | 20964 | $ac_includes_default |
20049 | typedef int ac__type_sizeof_; | ||
20050 | int | 20965 | int |
20051 | main () | 20966 | main () |
20052 | { | 20967 | { |
20053 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 20968 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; |
20054 | test_array [0] = 0 | 20969 | test_array [0] = 0 |
20055 | 20970 | ||
20056 | ; | 20971 | ; |
@@ -20063,20 +20978,21 @@ case "(($ac_try" in | |||
20063 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20978 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20064 | *) ac_try_echo=$ac_try;; | 20979 | *) ac_try_echo=$ac_try;; |
20065 | esac | 20980 | esac |
20066 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 20981 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
20982 | $as_echo "$ac_try_echo") >&5 | ||
20067 | (eval "$ac_compile") 2>conftest.er1 | 20983 | (eval "$ac_compile") 2>conftest.er1 |
20068 | ac_status=$? | 20984 | ac_status=$? |
20069 | grep -v '^ *+' conftest.er1 >conftest.err | 20985 | grep -v '^ *+' conftest.er1 >conftest.err |
20070 | rm -f conftest.er1 | 20986 | rm -f conftest.er1 |
20071 | cat conftest.err >&5 | 20987 | cat conftest.err >&5 |
20072 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20988 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20073 | (exit $ac_status); } && { | 20989 | (exit $ac_status); } && { |
20074 | test -z "$ac_c_werror_flag" || | 20990 | test -z "$ac_c_werror_flag" || |
20075 | test ! -s conftest.err | 20991 | test ! -s conftest.err |
20076 | } && test -s conftest.$ac_objext; then | 20992 | } && test -s conftest.$ac_objext; then |
20077 | ac_hi=$ac_mid | 20993 | ac_hi=$ac_mid |
20078 | else | 20994 | else |
20079 | echo "$as_me: failed program was:" >&5 | 20995 | $as_echo "$as_me: failed program was:" >&5 |
20080 | sed 's/^/| /' conftest.$ac_ext >&5 | 20996 | sed 's/^/| /' conftest.$ac_ext >&5 |
20081 | 20997 | ||
20082 | ac_lo=`expr '(' $ac_mid ')' + 1` | 20998 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -20087,9 +21003,9 @@ done | |||
20087 | case $ac_lo in | 21003 | case $ac_lo in |
20088 | ?*) ac_cv_sizeof_int=$ac_lo;; | 21004 | ?*) ac_cv_sizeof_int=$ac_lo;; |
20089 | '') if test "$ac_cv_type_int" = yes; then | 21005 | '') if test "$ac_cv_type_int" = yes; then |
20090 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) | 21006 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) |
20091 | See \`config.log' for more details." >&5 | 21007 | See \`config.log' for more details." >&5 |
20092 | echo "$as_me: error: cannot compute sizeof (int) | 21008 | $as_echo "$as_me: error: cannot compute sizeof (int) |
20093 | See \`config.log' for more details." >&2;} | 21009 | See \`config.log' for more details." >&2;} |
20094 | { (exit 77); exit 77; }; } | 21010 | { (exit 77); exit 77; }; } |
20095 | else | 21011 | else |
@@ -20104,9 +21020,8 @@ cat confdefs.h >>conftest.$ac_ext | |||
20104 | cat >>conftest.$ac_ext <<_ACEOF | 21020 | cat >>conftest.$ac_ext <<_ACEOF |
20105 | /* end confdefs.h. */ | 21021 | /* end confdefs.h. */ |
20106 | $ac_includes_default | 21022 | $ac_includes_default |
20107 | typedef int ac__type_sizeof_; | 21023 | static long int longval () { return (long int) (sizeof (int)); } |
20108 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } | 21024 | static unsigned long int ulongval () { return (long int) (sizeof (int)); } |
20109 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
20110 | #include <stdio.h> | 21025 | #include <stdio.h> |
20111 | #include <stdlib.h> | 21026 | #include <stdlib.h> |
20112 | int | 21027 | int |
@@ -20116,20 +21031,22 @@ main () | |||
20116 | FILE *f = fopen ("conftest.val", "w"); | 21031 | FILE *f = fopen ("conftest.val", "w"); |
20117 | if (! f) | 21032 | if (! f) |
20118 | return 1; | 21033 | return 1; |
20119 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) | 21034 | if (((long int) (sizeof (int))) < 0) |
20120 | { | 21035 | { |
20121 | long int i = longval (); | 21036 | long int i = longval (); |
20122 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 21037 | if (i != ((long int) (sizeof (int)))) |
20123 | return 1; | 21038 | return 1; |
20124 | fprintf (f, "%ld\n", i); | 21039 | fprintf (f, "%ld", i); |
20125 | } | 21040 | } |
20126 | else | 21041 | else |
20127 | { | 21042 | { |
20128 | unsigned long int i = ulongval (); | 21043 | unsigned long int i = ulongval (); |
20129 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 21044 | if (i != ((long int) (sizeof (int)))) |
20130 | return 1; | 21045 | return 1; |
20131 | fprintf (f, "%lu\n", i); | 21046 | fprintf (f, "%lu", i); |
20132 | } | 21047 | } |
21048 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
21049 | on some platforms. */ | ||
20133 | return ferror (f) || fclose (f) != 0; | 21050 | return ferror (f) || fclose (f) != 0; |
20134 | 21051 | ||
20135 | ; | 21052 | ; |
@@ -20142,43 +21059,46 @@ case "(($ac_try" in | |||
20142 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21059 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20143 | *) ac_try_echo=$ac_try;; | 21060 | *) ac_try_echo=$ac_try;; |
20144 | esac | 21061 | esac |
20145 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21062 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21063 | $as_echo "$ac_try_echo") >&5 | ||
20146 | (eval "$ac_link") 2>&5 | 21064 | (eval "$ac_link") 2>&5 |
20147 | ac_status=$? | 21065 | ac_status=$? |
20148 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21066 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20149 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 21067 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
20150 | { (case "(($ac_try" in | 21068 | { (case "(($ac_try" in |
20151 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21069 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20152 | *) ac_try_echo=$ac_try;; | 21070 | *) ac_try_echo=$ac_try;; |
20153 | esac | 21071 | esac |
20154 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21072 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21073 | $as_echo "$ac_try_echo") >&5 | ||
20155 | (eval "$ac_try") 2>&5 | 21074 | (eval "$ac_try") 2>&5 |
20156 | ac_status=$? | 21075 | ac_status=$? |
20157 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21076 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20158 | (exit $ac_status); }; }; then | 21077 | (exit $ac_status); }; }; then |
20159 | ac_cv_sizeof_int=`cat conftest.val` | 21078 | ac_cv_sizeof_int=`cat conftest.val` |
20160 | else | 21079 | else |
20161 | echo "$as_me: program exited with status $ac_status" >&5 | 21080 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
20162 | echo "$as_me: failed program was:" >&5 | 21081 | $as_echo "$as_me: failed program was:" >&5 |
20163 | sed 's/^/| /' conftest.$ac_ext >&5 | 21082 | sed 's/^/| /' conftest.$ac_ext >&5 |
20164 | 21083 | ||
20165 | ( exit $ac_status ) | 21084 | ( exit $ac_status ) |
20166 | if test "$ac_cv_type_int" = yes; then | 21085 | if test "$ac_cv_type_int" = yes; then |
20167 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) | 21086 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) |
20168 | See \`config.log' for more details." >&5 | 21087 | See \`config.log' for more details." >&5 |
20169 | echo "$as_me: error: cannot compute sizeof (int) | 21088 | $as_echo "$as_me: error: cannot compute sizeof (int) |
20170 | See \`config.log' for more details." >&2;} | 21089 | See \`config.log' for more details." >&2;} |
20171 | { (exit 77); exit 77; }; } | 21090 | { (exit 77); exit 77; }; } |
20172 | else | 21091 | else |
20173 | ac_cv_sizeof_int=0 | 21092 | ac_cv_sizeof_int=0 |
20174 | fi | 21093 | fi |
20175 | fi | 21094 | fi |
21095 | rm -rf conftest.dSYM | ||
20176 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 21096 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
20177 | fi | 21097 | fi |
20178 | rm -f conftest.val | 21098 | rm -f conftest.val |
20179 | fi | 21099 | fi |
20180 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 | 21100 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 |
20181 | echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } | 21101 | $as_echo "$ac_cv_sizeof_int" >&6; } |
20182 | 21102 | ||
20183 | 21103 | ||
20184 | 21104 | ||
@@ -20187,68 +21107,14 @@ cat >>confdefs.h <<_ACEOF | |||
20187 | _ACEOF | 21107 | _ACEOF |
20188 | 21108 | ||
20189 | 21109 | ||
20190 | { echo "$as_me:$LINENO: checking for long int" >&5 | ||
20191 | echo $ECHO_N "checking for long int... $ECHO_C" >&6; } | ||
20192 | if test "${ac_cv_type_long_int+set}" = set; then | ||
20193 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
20194 | else | ||
20195 | cat >conftest.$ac_ext <<_ACEOF | ||
20196 | /* confdefs.h. */ | ||
20197 | _ACEOF | ||
20198 | cat confdefs.h >>conftest.$ac_ext | ||
20199 | cat >>conftest.$ac_ext <<_ACEOF | ||
20200 | /* end confdefs.h. */ | ||
20201 | $ac_includes_default | ||
20202 | typedef long int ac__type_new_; | ||
20203 | int | ||
20204 | main () | ||
20205 | { | ||
20206 | if ((ac__type_new_ *) 0) | ||
20207 | return 0; | ||
20208 | if (sizeof (ac__type_new_)) | ||
20209 | return 0; | ||
20210 | ; | ||
20211 | return 0; | ||
20212 | } | ||
20213 | _ACEOF | ||
20214 | rm -f conftest.$ac_objext | ||
20215 | if { (ac_try="$ac_compile" | ||
20216 | case "(($ac_try" in | ||
20217 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
20218 | *) ac_try_echo=$ac_try;; | ||
20219 | esac | ||
20220 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
20221 | (eval "$ac_compile") 2>conftest.er1 | ||
20222 | ac_status=$? | ||
20223 | grep -v '^ *+' conftest.er1 >conftest.err | ||
20224 | rm -f conftest.er1 | ||
20225 | cat conftest.err >&5 | ||
20226 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
20227 | (exit $ac_status); } && { | ||
20228 | test -z "$ac_c_werror_flag" || | ||
20229 | test ! -s conftest.err | ||
20230 | } && test -s conftest.$ac_objext; then | ||
20231 | ac_cv_type_long_int=yes | ||
20232 | else | ||
20233 | echo "$as_me: failed program was:" >&5 | ||
20234 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20235 | |||
20236 | ac_cv_type_long_int=no | ||
20237 | fi | ||
20238 | |||
20239 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20240 | fi | ||
20241 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_int" >&5 | ||
20242 | echo "${ECHO_T}$ac_cv_type_long_int" >&6; } | ||
20243 | |||
20244 | # The cast to long int works around a bug in the HP C Compiler | 21110 | # The cast to long int works around a bug in the HP C Compiler |
20245 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 21111 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
20246 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 21112 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
20247 | # This bug is HP SR number 8606223364. | 21113 | # This bug is HP SR number 8606223364. |
20248 | { echo "$as_me:$LINENO: checking size of long int" >&5 | 21114 | { $as_echo "$as_me:$LINENO: checking size of long int" >&5 |
20249 | echo $ECHO_N "checking size of long int... $ECHO_C" >&6; } | 21115 | $as_echo_n "checking size of long int... " >&6; } |
20250 | if test "${ac_cv_sizeof_long_int+set}" = set; then | 21116 | if test "${ac_cv_sizeof_long_int+set}" = set; then |
20251 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 21117 | $as_echo_n "(cached) " >&6 |
20252 | else | 21118 | else |
20253 | if test "$cross_compiling" = yes; then | 21119 | if test "$cross_compiling" = yes; then |
20254 | # Depending upon the size, compute the lo and hi bounds. | 21120 | # Depending upon the size, compute the lo and hi bounds. |
@@ -20259,11 +21125,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20259 | cat >>conftest.$ac_ext <<_ACEOF | 21125 | cat >>conftest.$ac_ext <<_ACEOF |
20260 | /* end confdefs.h. */ | 21126 | /* end confdefs.h. */ |
20261 | $ac_includes_default | 21127 | $ac_includes_default |
20262 | typedef long int ac__type_sizeof_; | ||
20263 | int | 21128 | int |
20264 | main () | 21129 | main () |
20265 | { | 21130 | { |
20266 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; | 21131 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) >= 0)]; |
20267 | test_array [0] = 0 | 21132 | test_array [0] = 0 |
20268 | 21133 | ||
20269 | ; | 21134 | ; |
@@ -20276,13 +21141,14 @@ case "(($ac_try" in | |||
20276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21141 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20277 | *) ac_try_echo=$ac_try;; | 21142 | *) ac_try_echo=$ac_try;; |
20278 | esac | 21143 | esac |
20279 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21144 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21145 | $as_echo "$ac_try_echo") >&5 | ||
20280 | (eval "$ac_compile") 2>conftest.er1 | 21146 | (eval "$ac_compile") 2>conftest.er1 |
20281 | ac_status=$? | 21147 | ac_status=$? |
20282 | grep -v '^ *+' conftest.er1 >conftest.err | 21148 | grep -v '^ *+' conftest.er1 >conftest.err |
20283 | rm -f conftest.er1 | 21149 | rm -f conftest.er1 |
20284 | cat conftest.err >&5 | 21150 | cat conftest.err >&5 |
20285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21151 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20286 | (exit $ac_status); } && { | 21152 | (exit $ac_status); } && { |
20287 | test -z "$ac_c_werror_flag" || | 21153 | test -z "$ac_c_werror_flag" || |
20288 | test ! -s conftest.err | 21154 | test ! -s conftest.err |
@@ -20296,11 +21162,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20296 | cat >>conftest.$ac_ext <<_ACEOF | 21162 | cat >>conftest.$ac_ext <<_ACEOF |
20297 | /* end confdefs.h. */ | 21163 | /* end confdefs.h. */ |
20298 | $ac_includes_default | 21164 | $ac_includes_default |
20299 | typedef long int ac__type_sizeof_; | ||
20300 | int | 21165 | int |
20301 | main () | 21166 | main () |
20302 | { | 21167 | { |
20303 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 21168 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) <= $ac_mid)]; |
20304 | test_array [0] = 0 | 21169 | test_array [0] = 0 |
20305 | 21170 | ||
20306 | ; | 21171 | ; |
@@ -20313,20 +21178,21 @@ case "(($ac_try" in | |||
20313 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21178 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20314 | *) ac_try_echo=$ac_try;; | 21179 | *) ac_try_echo=$ac_try;; |
20315 | esac | 21180 | esac |
20316 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21181 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21182 | $as_echo "$ac_try_echo") >&5 | ||
20317 | (eval "$ac_compile") 2>conftest.er1 | 21183 | (eval "$ac_compile") 2>conftest.er1 |
20318 | ac_status=$? | 21184 | ac_status=$? |
20319 | grep -v '^ *+' conftest.er1 >conftest.err | 21185 | grep -v '^ *+' conftest.er1 >conftest.err |
20320 | rm -f conftest.er1 | 21186 | rm -f conftest.er1 |
20321 | cat conftest.err >&5 | 21187 | cat conftest.err >&5 |
20322 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21188 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20323 | (exit $ac_status); } && { | 21189 | (exit $ac_status); } && { |
20324 | test -z "$ac_c_werror_flag" || | 21190 | test -z "$ac_c_werror_flag" || |
20325 | test ! -s conftest.err | 21191 | test ! -s conftest.err |
20326 | } && test -s conftest.$ac_objext; then | 21192 | } && test -s conftest.$ac_objext; then |
20327 | ac_hi=$ac_mid; break | 21193 | ac_hi=$ac_mid; break |
20328 | else | 21194 | else |
20329 | echo "$as_me: failed program was:" >&5 | 21195 | $as_echo "$as_me: failed program was:" >&5 |
20330 | sed 's/^/| /' conftest.$ac_ext >&5 | 21196 | sed 's/^/| /' conftest.$ac_ext >&5 |
20331 | 21197 | ||
20332 | ac_lo=`expr $ac_mid + 1` | 21198 | ac_lo=`expr $ac_mid + 1` |
@@ -20340,7 +21206,7 @@ fi | |||
20340 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21206 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20341 | done | 21207 | done |
20342 | else | 21208 | else |
20343 | echo "$as_me: failed program was:" >&5 | 21209 | $as_echo "$as_me: failed program was:" >&5 |
20344 | sed 's/^/| /' conftest.$ac_ext >&5 | 21210 | sed 's/^/| /' conftest.$ac_ext >&5 |
20345 | 21211 | ||
20346 | cat >conftest.$ac_ext <<_ACEOF | 21212 | cat >conftest.$ac_ext <<_ACEOF |
@@ -20350,11 +21216,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20350 | cat >>conftest.$ac_ext <<_ACEOF | 21216 | cat >>conftest.$ac_ext <<_ACEOF |
20351 | /* end confdefs.h. */ | 21217 | /* end confdefs.h. */ |
20352 | $ac_includes_default | 21218 | $ac_includes_default |
20353 | typedef long int ac__type_sizeof_; | ||
20354 | int | 21219 | int |
20355 | main () | 21220 | main () |
20356 | { | 21221 | { |
20357 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; | 21222 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) < 0)]; |
20358 | test_array [0] = 0 | 21223 | test_array [0] = 0 |
20359 | 21224 | ||
20360 | ; | 21225 | ; |
@@ -20367,13 +21232,14 @@ case "(($ac_try" in | |||
20367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21232 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20368 | *) ac_try_echo=$ac_try;; | 21233 | *) ac_try_echo=$ac_try;; |
20369 | esac | 21234 | esac |
20370 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21235 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21236 | $as_echo "$ac_try_echo") >&5 | ||
20371 | (eval "$ac_compile") 2>conftest.er1 | 21237 | (eval "$ac_compile") 2>conftest.er1 |
20372 | ac_status=$? | 21238 | ac_status=$? |
20373 | grep -v '^ *+' conftest.er1 >conftest.err | 21239 | grep -v '^ *+' conftest.er1 >conftest.err |
20374 | rm -f conftest.er1 | 21240 | rm -f conftest.er1 |
20375 | cat conftest.err >&5 | 21241 | cat conftest.err >&5 |
20376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21242 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20377 | (exit $ac_status); } && { | 21243 | (exit $ac_status); } && { |
20378 | test -z "$ac_c_werror_flag" || | 21244 | test -z "$ac_c_werror_flag" || |
20379 | test ! -s conftest.err | 21245 | test ! -s conftest.err |
@@ -20387,11 +21253,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20387 | cat >>conftest.$ac_ext <<_ACEOF | 21253 | cat >>conftest.$ac_ext <<_ACEOF |
20388 | /* end confdefs.h. */ | 21254 | /* end confdefs.h. */ |
20389 | $ac_includes_default | 21255 | $ac_includes_default |
20390 | typedef long int ac__type_sizeof_; | ||
20391 | int | 21256 | int |
20392 | main () | 21257 | main () |
20393 | { | 21258 | { |
20394 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; | 21259 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) >= $ac_mid)]; |
20395 | test_array [0] = 0 | 21260 | test_array [0] = 0 |
20396 | 21261 | ||
20397 | ; | 21262 | ; |
@@ -20404,20 +21269,21 @@ case "(($ac_try" in | |||
20404 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21269 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20405 | *) ac_try_echo=$ac_try;; | 21270 | *) ac_try_echo=$ac_try;; |
20406 | esac | 21271 | esac |
20407 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21272 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21273 | $as_echo "$ac_try_echo") >&5 | ||
20408 | (eval "$ac_compile") 2>conftest.er1 | 21274 | (eval "$ac_compile") 2>conftest.er1 |
20409 | ac_status=$? | 21275 | ac_status=$? |
20410 | grep -v '^ *+' conftest.er1 >conftest.err | 21276 | grep -v '^ *+' conftest.er1 >conftest.err |
20411 | rm -f conftest.er1 | 21277 | rm -f conftest.er1 |
20412 | cat conftest.err >&5 | 21278 | cat conftest.err >&5 |
20413 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21279 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20414 | (exit $ac_status); } && { | 21280 | (exit $ac_status); } && { |
20415 | test -z "$ac_c_werror_flag" || | 21281 | test -z "$ac_c_werror_flag" || |
20416 | test ! -s conftest.err | 21282 | test ! -s conftest.err |
20417 | } && test -s conftest.$ac_objext; then | 21283 | } && test -s conftest.$ac_objext; then |
20418 | ac_lo=$ac_mid; break | 21284 | ac_lo=$ac_mid; break |
20419 | else | 21285 | else |
20420 | echo "$as_me: failed program was:" >&5 | 21286 | $as_echo "$as_me: failed program was:" >&5 |
20421 | sed 's/^/| /' conftest.$ac_ext >&5 | 21287 | sed 's/^/| /' conftest.$ac_ext >&5 |
20422 | 21288 | ||
20423 | ac_hi=`expr '(' $ac_mid ')' - 1` | 21289 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -20431,7 +21297,7 @@ fi | |||
20431 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21297 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20432 | done | 21298 | done |
20433 | else | 21299 | else |
20434 | echo "$as_me: failed program was:" >&5 | 21300 | $as_echo "$as_me: failed program was:" >&5 |
20435 | sed 's/^/| /' conftest.$ac_ext >&5 | 21301 | sed 's/^/| /' conftest.$ac_ext >&5 |
20436 | 21302 | ||
20437 | ac_lo= ac_hi= | 21303 | ac_lo= ac_hi= |
@@ -20451,11 +21317,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20451 | cat >>conftest.$ac_ext <<_ACEOF | 21317 | cat >>conftest.$ac_ext <<_ACEOF |
20452 | /* end confdefs.h. */ | 21318 | /* end confdefs.h. */ |
20453 | $ac_includes_default | 21319 | $ac_includes_default |
20454 | typedef long int ac__type_sizeof_; | ||
20455 | int | 21320 | int |
20456 | main () | 21321 | main () |
20457 | { | 21322 | { |
20458 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 21323 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) <= $ac_mid)]; |
20459 | test_array [0] = 0 | 21324 | test_array [0] = 0 |
20460 | 21325 | ||
20461 | ; | 21326 | ; |
@@ -20468,20 +21333,21 @@ case "(($ac_try" in | |||
20468 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21333 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20469 | *) ac_try_echo=$ac_try;; | 21334 | *) ac_try_echo=$ac_try;; |
20470 | esac | 21335 | esac |
20471 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21336 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21337 | $as_echo "$ac_try_echo") >&5 | ||
20472 | (eval "$ac_compile") 2>conftest.er1 | 21338 | (eval "$ac_compile") 2>conftest.er1 |
20473 | ac_status=$? | 21339 | ac_status=$? |
20474 | grep -v '^ *+' conftest.er1 >conftest.err | 21340 | grep -v '^ *+' conftest.er1 >conftest.err |
20475 | rm -f conftest.er1 | 21341 | rm -f conftest.er1 |
20476 | cat conftest.err >&5 | 21342 | cat conftest.err >&5 |
20477 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21343 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20478 | (exit $ac_status); } && { | 21344 | (exit $ac_status); } && { |
20479 | test -z "$ac_c_werror_flag" || | 21345 | test -z "$ac_c_werror_flag" || |
20480 | test ! -s conftest.err | 21346 | test ! -s conftest.err |
20481 | } && test -s conftest.$ac_objext; then | 21347 | } && test -s conftest.$ac_objext; then |
20482 | ac_hi=$ac_mid | 21348 | ac_hi=$ac_mid |
20483 | else | 21349 | else |
20484 | echo "$as_me: failed program was:" >&5 | 21350 | $as_echo "$as_me: failed program was:" >&5 |
20485 | sed 's/^/| /' conftest.$ac_ext >&5 | 21351 | sed 's/^/| /' conftest.$ac_ext >&5 |
20486 | 21352 | ||
20487 | ac_lo=`expr '(' $ac_mid ')' + 1` | 21353 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -20492,9 +21358,9 @@ done | |||
20492 | case $ac_lo in | 21358 | case $ac_lo in |
20493 | ?*) ac_cv_sizeof_long_int=$ac_lo;; | 21359 | ?*) ac_cv_sizeof_long_int=$ac_lo;; |
20494 | '') if test "$ac_cv_type_long_int" = yes; then | 21360 | '') if test "$ac_cv_type_long_int" = yes; then |
20495 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int) | 21361 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long int) |
20496 | See \`config.log' for more details." >&5 | 21362 | See \`config.log' for more details." >&5 |
20497 | echo "$as_me: error: cannot compute sizeof (long int) | 21363 | $as_echo "$as_me: error: cannot compute sizeof (long int) |
20498 | See \`config.log' for more details." >&2;} | 21364 | See \`config.log' for more details." >&2;} |
20499 | { (exit 77); exit 77; }; } | 21365 | { (exit 77); exit 77; }; } |
20500 | else | 21366 | else |
@@ -20509,9 +21375,8 @@ cat confdefs.h >>conftest.$ac_ext | |||
20509 | cat >>conftest.$ac_ext <<_ACEOF | 21375 | cat >>conftest.$ac_ext <<_ACEOF |
20510 | /* end confdefs.h. */ | 21376 | /* end confdefs.h. */ |
20511 | $ac_includes_default | 21377 | $ac_includes_default |
20512 | typedef long int ac__type_sizeof_; | 21378 | static long int longval () { return (long int) (sizeof (long int)); } |
20513 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } | 21379 | static unsigned long int ulongval () { return (long int) (sizeof (long int)); } |
20514 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
20515 | #include <stdio.h> | 21380 | #include <stdio.h> |
20516 | #include <stdlib.h> | 21381 | #include <stdlib.h> |
20517 | int | 21382 | int |
@@ -20521,20 +21386,22 @@ main () | |||
20521 | FILE *f = fopen ("conftest.val", "w"); | 21386 | FILE *f = fopen ("conftest.val", "w"); |
20522 | if (! f) | 21387 | if (! f) |
20523 | return 1; | 21388 | return 1; |
20524 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) | 21389 | if (((long int) (sizeof (long int))) < 0) |
20525 | { | 21390 | { |
20526 | long int i = longval (); | 21391 | long int i = longval (); |
20527 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 21392 | if (i != ((long int) (sizeof (long int)))) |
20528 | return 1; | 21393 | return 1; |
20529 | fprintf (f, "%ld\n", i); | 21394 | fprintf (f, "%ld", i); |
20530 | } | 21395 | } |
20531 | else | 21396 | else |
20532 | { | 21397 | { |
20533 | unsigned long int i = ulongval (); | 21398 | unsigned long int i = ulongval (); |
20534 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 21399 | if (i != ((long int) (sizeof (long int)))) |
20535 | return 1; | 21400 | return 1; |
20536 | fprintf (f, "%lu\n", i); | 21401 | fprintf (f, "%lu", i); |
20537 | } | 21402 | } |
21403 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
21404 | on some platforms. */ | ||
20538 | return ferror (f) || fclose (f) != 0; | 21405 | return ferror (f) || fclose (f) != 0; |
20539 | 21406 | ||
20540 | ; | 21407 | ; |
@@ -20547,43 +21414,46 @@ case "(($ac_try" in | |||
20547 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21414 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20548 | *) ac_try_echo=$ac_try;; | 21415 | *) ac_try_echo=$ac_try;; |
20549 | esac | 21416 | esac |
20550 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21417 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21418 | $as_echo "$ac_try_echo") >&5 | ||
20551 | (eval "$ac_link") 2>&5 | 21419 | (eval "$ac_link") 2>&5 |
20552 | ac_status=$? | 21420 | ac_status=$? |
20553 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21421 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20554 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 21422 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
20555 | { (case "(($ac_try" in | 21423 | { (case "(($ac_try" in |
20556 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21424 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20557 | *) ac_try_echo=$ac_try;; | 21425 | *) ac_try_echo=$ac_try;; |
20558 | esac | 21426 | esac |
20559 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21427 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21428 | $as_echo "$ac_try_echo") >&5 | ||
20560 | (eval "$ac_try") 2>&5 | 21429 | (eval "$ac_try") 2>&5 |
20561 | ac_status=$? | 21430 | ac_status=$? |
20562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21431 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20563 | (exit $ac_status); }; }; then | 21432 | (exit $ac_status); }; }; then |
20564 | ac_cv_sizeof_long_int=`cat conftest.val` | 21433 | ac_cv_sizeof_long_int=`cat conftest.val` |
20565 | else | 21434 | else |
20566 | echo "$as_me: program exited with status $ac_status" >&5 | 21435 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
20567 | echo "$as_me: failed program was:" >&5 | 21436 | $as_echo "$as_me: failed program was:" >&5 |
20568 | sed 's/^/| /' conftest.$ac_ext >&5 | 21437 | sed 's/^/| /' conftest.$ac_ext >&5 |
20569 | 21438 | ||
20570 | ( exit $ac_status ) | 21439 | ( exit $ac_status ) |
20571 | if test "$ac_cv_type_long_int" = yes; then | 21440 | if test "$ac_cv_type_long_int" = yes; then |
20572 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int) | 21441 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long int) |
20573 | See \`config.log' for more details." >&5 | 21442 | See \`config.log' for more details." >&5 |
20574 | echo "$as_me: error: cannot compute sizeof (long int) | 21443 | $as_echo "$as_me: error: cannot compute sizeof (long int) |
20575 | See \`config.log' for more details." >&2;} | 21444 | See \`config.log' for more details." >&2;} |
20576 | { (exit 77); exit 77; }; } | 21445 | { (exit 77); exit 77; }; } |
20577 | else | 21446 | else |
20578 | ac_cv_sizeof_long_int=0 | 21447 | ac_cv_sizeof_long_int=0 |
20579 | fi | 21448 | fi |
20580 | fi | 21449 | fi |
21450 | rm -rf conftest.dSYM | ||
20581 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 21451 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
20582 | fi | 21452 | fi |
20583 | rm -f conftest.val | 21453 | rm -f conftest.val |
20584 | fi | 21454 | fi |
20585 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5 | 21455 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5 |
20586 | echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6; } | 21456 | $as_echo "$ac_cv_sizeof_long_int" >&6; } |
20587 | 21457 | ||
20588 | 21458 | ||
20589 | 21459 | ||
@@ -20592,68 +21462,14 @@ cat >>confdefs.h <<_ACEOF | |||
20592 | _ACEOF | 21462 | _ACEOF |
20593 | 21463 | ||
20594 | 21464 | ||
20595 | { echo "$as_me:$LINENO: checking for long long int" >&5 | ||
20596 | echo $ECHO_N "checking for long long int... $ECHO_C" >&6; } | ||
20597 | if test "${ac_cv_type_long_long_int+set}" = set; then | ||
20598 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
20599 | else | ||
20600 | cat >conftest.$ac_ext <<_ACEOF | ||
20601 | /* confdefs.h. */ | ||
20602 | _ACEOF | ||
20603 | cat confdefs.h >>conftest.$ac_ext | ||
20604 | cat >>conftest.$ac_ext <<_ACEOF | ||
20605 | /* end confdefs.h. */ | ||
20606 | $ac_includes_default | ||
20607 | typedef long long int ac__type_new_; | ||
20608 | int | ||
20609 | main () | ||
20610 | { | ||
20611 | if ((ac__type_new_ *) 0) | ||
20612 | return 0; | ||
20613 | if (sizeof (ac__type_new_)) | ||
20614 | return 0; | ||
20615 | ; | ||
20616 | return 0; | ||
20617 | } | ||
20618 | _ACEOF | ||
20619 | rm -f conftest.$ac_objext | ||
20620 | if { (ac_try="$ac_compile" | ||
20621 | case "(($ac_try" in | ||
20622 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
20623 | *) ac_try_echo=$ac_try;; | ||
20624 | esac | ||
20625 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
20626 | (eval "$ac_compile") 2>conftest.er1 | ||
20627 | ac_status=$? | ||
20628 | grep -v '^ *+' conftest.er1 >conftest.err | ||
20629 | rm -f conftest.er1 | ||
20630 | cat conftest.err >&5 | ||
20631 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
20632 | (exit $ac_status); } && { | ||
20633 | test -z "$ac_c_werror_flag" || | ||
20634 | test ! -s conftest.err | ||
20635 | } && test -s conftest.$ac_objext; then | ||
20636 | ac_cv_type_long_long_int=yes | ||
20637 | else | ||
20638 | echo "$as_me: failed program was:" >&5 | ||
20639 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20640 | |||
20641 | ac_cv_type_long_long_int=no | ||
20642 | fi | ||
20643 | |||
20644 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20645 | fi | ||
20646 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5 | ||
20647 | echo "${ECHO_T}$ac_cv_type_long_long_int" >&6; } | ||
20648 | |||
20649 | # The cast to long int works around a bug in the HP C Compiler | 21465 | # The cast to long int works around a bug in the HP C Compiler |
20650 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 21466 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
20651 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 21467 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
20652 | # This bug is HP SR number 8606223364. | 21468 | # This bug is HP SR number 8606223364. |
20653 | { echo "$as_me:$LINENO: checking size of long long int" >&5 | 21469 | { $as_echo "$as_me:$LINENO: checking size of long long int" >&5 |
20654 | echo $ECHO_N "checking size of long long int... $ECHO_C" >&6; } | 21470 | $as_echo_n "checking size of long long int... " >&6; } |
20655 | if test "${ac_cv_sizeof_long_long_int+set}" = set; then | 21471 | if test "${ac_cv_sizeof_long_long_int+set}" = set; then |
20656 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 21472 | $as_echo_n "(cached) " >&6 |
20657 | else | 21473 | else |
20658 | if test "$cross_compiling" = yes; then | 21474 | if test "$cross_compiling" = yes; then |
20659 | # Depending upon the size, compute the lo and hi bounds. | 21475 | # Depending upon the size, compute the lo and hi bounds. |
@@ -20664,11 +21480,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20664 | cat >>conftest.$ac_ext <<_ACEOF | 21480 | cat >>conftest.$ac_ext <<_ACEOF |
20665 | /* end confdefs.h. */ | 21481 | /* end confdefs.h. */ |
20666 | $ac_includes_default | 21482 | $ac_includes_default |
20667 | typedef long long int ac__type_sizeof_; | ||
20668 | int | 21483 | int |
20669 | main () | 21484 | main () |
20670 | { | 21485 | { |
20671 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; | 21486 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) >= 0)]; |
20672 | test_array [0] = 0 | 21487 | test_array [0] = 0 |
20673 | 21488 | ||
20674 | ; | 21489 | ; |
@@ -20681,13 +21496,14 @@ case "(($ac_try" in | |||
20681 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21496 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20682 | *) ac_try_echo=$ac_try;; | 21497 | *) ac_try_echo=$ac_try;; |
20683 | esac | 21498 | esac |
20684 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21499 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21500 | $as_echo "$ac_try_echo") >&5 | ||
20685 | (eval "$ac_compile") 2>conftest.er1 | 21501 | (eval "$ac_compile") 2>conftest.er1 |
20686 | ac_status=$? | 21502 | ac_status=$? |
20687 | grep -v '^ *+' conftest.er1 >conftest.err | 21503 | grep -v '^ *+' conftest.er1 >conftest.err |
20688 | rm -f conftest.er1 | 21504 | rm -f conftest.er1 |
20689 | cat conftest.err >&5 | 21505 | cat conftest.err >&5 |
20690 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21506 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20691 | (exit $ac_status); } && { | 21507 | (exit $ac_status); } && { |
20692 | test -z "$ac_c_werror_flag" || | 21508 | test -z "$ac_c_werror_flag" || |
20693 | test ! -s conftest.err | 21509 | test ! -s conftest.err |
@@ -20701,11 +21517,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20701 | cat >>conftest.$ac_ext <<_ACEOF | 21517 | cat >>conftest.$ac_ext <<_ACEOF |
20702 | /* end confdefs.h. */ | 21518 | /* end confdefs.h. */ |
20703 | $ac_includes_default | 21519 | $ac_includes_default |
20704 | typedef long long int ac__type_sizeof_; | ||
20705 | int | 21520 | int |
20706 | main () | 21521 | main () |
20707 | { | 21522 | { |
20708 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 21523 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= $ac_mid)]; |
20709 | test_array [0] = 0 | 21524 | test_array [0] = 0 |
20710 | 21525 | ||
20711 | ; | 21526 | ; |
@@ -20718,20 +21533,21 @@ case "(($ac_try" in | |||
20718 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21533 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20719 | *) ac_try_echo=$ac_try;; | 21534 | *) ac_try_echo=$ac_try;; |
20720 | esac | 21535 | esac |
20721 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21536 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21537 | $as_echo "$ac_try_echo") >&5 | ||
20722 | (eval "$ac_compile") 2>conftest.er1 | 21538 | (eval "$ac_compile") 2>conftest.er1 |
20723 | ac_status=$? | 21539 | ac_status=$? |
20724 | grep -v '^ *+' conftest.er1 >conftest.err | 21540 | grep -v '^ *+' conftest.er1 >conftest.err |
20725 | rm -f conftest.er1 | 21541 | rm -f conftest.er1 |
20726 | cat conftest.err >&5 | 21542 | cat conftest.err >&5 |
20727 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21543 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20728 | (exit $ac_status); } && { | 21544 | (exit $ac_status); } && { |
20729 | test -z "$ac_c_werror_flag" || | 21545 | test -z "$ac_c_werror_flag" || |
20730 | test ! -s conftest.err | 21546 | test ! -s conftest.err |
20731 | } && test -s conftest.$ac_objext; then | 21547 | } && test -s conftest.$ac_objext; then |
20732 | ac_hi=$ac_mid; break | 21548 | ac_hi=$ac_mid; break |
20733 | else | 21549 | else |
20734 | echo "$as_me: failed program was:" >&5 | 21550 | $as_echo "$as_me: failed program was:" >&5 |
20735 | sed 's/^/| /' conftest.$ac_ext >&5 | 21551 | sed 's/^/| /' conftest.$ac_ext >&5 |
20736 | 21552 | ||
20737 | ac_lo=`expr $ac_mid + 1` | 21553 | ac_lo=`expr $ac_mid + 1` |
@@ -20745,7 +21561,7 @@ fi | |||
20745 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21561 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20746 | done | 21562 | done |
20747 | else | 21563 | else |
20748 | echo "$as_me: failed program was:" >&5 | 21564 | $as_echo "$as_me: failed program was:" >&5 |
20749 | sed 's/^/| /' conftest.$ac_ext >&5 | 21565 | sed 's/^/| /' conftest.$ac_ext >&5 |
20750 | 21566 | ||
20751 | cat >conftest.$ac_ext <<_ACEOF | 21567 | cat >conftest.$ac_ext <<_ACEOF |
@@ -20755,11 +21571,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20755 | cat >>conftest.$ac_ext <<_ACEOF | 21571 | cat >>conftest.$ac_ext <<_ACEOF |
20756 | /* end confdefs.h. */ | 21572 | /* end confdefs.h. */ |
20757 | $ac_includes_default | 21573 | $ac_includes_default |
20758 | typedef long long int ac__type_sizeof_; | ||
20759 | int | 21574 | int |
20760 | main () | 21575 | main () |
20761 | { | 21576 | { |
20762 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; | 21577 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) < 0)]; |
20763 | test_array [0] = 0 | 21578 | test_array [0] = 0 |
20764 | 21579 | ||
20765 | ; | 21580 | ; |
@@ -20772,13 +21587,14 @@ case "(($ac_try" in | |||
20772 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21587 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20773 | *) ac_try_echo=$ac_try;; | 21588 | *) ac_try_echo=$ac_try;; |
20774 | esac | 21589 | esac |
20775 | 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 | ||
20776 | (eval "$ac_compile") 2>conftest.er1 | 21592 | (eval "$ac_compile") 2>conftest.er1 |
20777 | ac_status=$? | 21593 | ac_status=$? |
20778 | grep -v '^ *+' conftest.er1 >conftest.err | 21594 | grep -v '^ *+' conftest.er1 >conftest.err |
20779 | rm -f conftest.er1 | 21595 | rm -f conftest.er1 |
20780 | cat conftest.err >&5 | 21596 | cat conftest.err >&5 |
20781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21597 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20782 | (exit $ac_status); } && { | 21598 | (exit $ac_status); } && { |
20783 | test -z "$ac_c_werror_flag" || | 21599 | test -z "$ac_c_werror_flag" || |
20784 | test ! -s conftest.err | 21600 | test ! -s conftest.err |
@@ -20792,11 +21608,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20792 | cat >>conftest.$ac_ext <<_ACEOF | 21608 | cat >>conftest.$ac_ext <<_ACEOF |
20793 | /* end confdefs.h. */ | 21609 | /* end confdefs.h. */ |
20794 | $ac_includes_default | 21610 | $ac_includes_default |
20795 | typedef long long int ac__type_sizeof_; | ||
20796 | int | 21611 | int |
20797 | main () | 21612 | main () |
20798 | { | 21613 | { |
20799 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; | 21614 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) >= $ac_mid)]; |
20800 | test_array [0] = 0 | 21615 | test_array [0] = 0 |
20801 | 21616 | ||
20802 | ; | 21617 | ; |
@@ -20809,20 +21624,21 @@ case "(($ac_try" in | |||
20809 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21624 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20810 | *) ac_try_echo=$ac_try;; | 21625 | *) ac_try_echo=$ac_try;; |
20811 | esac | 21626 | esac |
20812 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21627 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21628 | $as_echo "$ac_try_echo") >&5 | ||
20813 | (eval "$ac_compile") 2>conftest.er1 | 21629 | (eval "$ac_compile") 2>conftest.er1 |
20814 | ac_status=$? | 21630 | ac_status=$? |
20815 | grep -v '^ *+' conftest.er1 >conftest.err | 21631 | grep -v '^ *+' conftest.er1 >conftest.err |
20816 | rm -f conftest.er1 | 21632 | rm -f conftest.er1 |
20817 | cat conftest.err >&5 | 21633 | cat conftest.err >&5 |
20818 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21634 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20819 | (exit $ac_status); } && { | 21635 | (exit $ac_status); } && { |
20820 | test -z "$ac_c_werror_flag" || | 21636 | test -z "$ac_c_werror_flag" || |
20821 | test ! -s conftest.err | 21637 | test ! -s conftest.err |
20822 | } && test -s conftest.$ac_objext; then | 21638 | } && test -s conftest.$ac_objext; then |
20823 | ac_lo=$ac_mid; break | 21639 | ac_lo=$ac_mid; break |
20824 | else | 21640 | else |
20825 | echo "$as_me: failed program was:" >&5 | 21641 | $as_echo "$as_me: failed program was:" >&5 |
20826 | sed 's/^/| /' conftest.$ac_ext >&5 | 21642 | sed 's/^/| /' conftest.$ac_ext >&5 |
20827 | 21643 | ||
20828 | ac_hi=`expr '(' $ac_mid ')' - 1` | 21644 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -20836,7 +21652,7 @@ fi | |||
20836 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21652 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20837 | done | 21653 | done |
20838 | else | 21654 | else |
20839 | echo "$as_me: failed program was:" >&5 | 21655 | $as_echo "$as_me: failed program was:" >&5 |
20840 | sed 's/^/| /' conftest.$ac_ext >&5 | 21656 | sed 's/^/| /' conftest.$ac_ext >&5 |
20841 | 21657 | ||
20842 | ac_lo= ac_hi= | 21658 | ac_lo= ac_hi= |
@@ -20856,11 +21672,10 @@ cat confdefs.h >>conftest.$ac_ext | |||
20856 | cat >>conftest.$ac_ext <<_ACEOF | 21672 | cat >>conftest.$ac_ext <<_ACEOF |
20857 | /* end confdefs.h. */ | 21673 | /* end confdefs.h. */ |
20858 | $ac_includes_default | 21674 | $ac_includes_default |
20859 | typedef long long int ac__type_sizeof_; | ||
20860 | int | 21675 | int |
20861 | main () | 21676 | main () |
20862 | { | 21677 | { |
20863 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; | 21678 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= $ac_mid)]; |
20864 | test_array [0] = 0 | 21679 | test_array [0] = 0 |
20865 | 21680 | ||
20866 | ; | 21681 | ; |
@@ -20873,20 +21688,21 @@ case "(($ac_try" in | |||
20873 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21688 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20874 | *) ac_try_echo=$ac_try;; | 21689 | *) ac_try_echo=$ac_try;; |
20875 | esac | 21690 | esac |
20876 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21691 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21692 | $as_echo "$ac_try_echo") >&5 | ||
20877 | (eval "$ac_compile") 2>conftest.er1 | 21693 | (eval "$ac_compile") 2>conftest.er1 |
20878 | ac_status=$? | 21694 | ac_status=$? |
20879 | grep -v '^ *+' conftest.er1 >conftest.err | 21695 | grep -v '^ *+' conftest.er1 >conftest.err |
20880 | rm -f conftest.er1 | 21696 | rm -f conftest.er1 |
20881 | cat conftest.err >&5 | 21697 | cat conftest.err >&5 |
20882 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21698 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20883 | (exit $ac_status); } && { | 21699 | (exit $ac_status); } && { |
20884 | test -z "$ac_c_werror_flag" || | 21700 | test -z "$ac_c_werror_flag" || |
20885 | test ! -s conftest.err | 21701 | test ! -s conftest.err |
20886 | } && test -s conftest.$ac_objext; then | 21702 | } && test -s conftest.$ac_objext; then |
20887 | ac_hi=$ac_mid | 21703 | ac_hi=$ac_mid |
20888 | else | 21704 | else |
20889 | echo "$as_me: failed program was:" >&5 | 21705 | $as_echo "$as_me: failed program was:" >&5 |
20890 | sed 's/^/| /' conftest.$ac_ext >&5 | 21706 | sed 's/^/| /' conftest.$ac_ext >&5 |
20891 | 21707 | ||
20892 | ac_lo=`expr '(' $ac_mid ')' + 1` | 21708 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -20897,9 +21713,9 @@ done | |||
20897 | case $ac_lo in | 21713 | case $ac_lo in |
20898 | ?*) ac_cv_sizeof_long_long_int=$ac_lo;; | 21714 | ?*) ac_cv_sizeof_long_long_int=$ac_lo;; |
20899 | '') if test "$ac_cv_type_long_long_int" = yes; then | 21715 | '') if test "$ac_cv_type_long_long_int" = yes; then |
20900 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) | 21716 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) |
20901 | See \`config.log' for more details." >&5 | 21717 | See \`config.log' for more details." >&5 |
20902 | echo "$as_me: error: cannot compute sizeof (long long int) | 21718 | $as_echo "$as_me: error: cannot compute sizeof (long long int) |
20903 | See \`config.log' for more details." >&2;} | 21719 | See \`config.log' for more details." >&2;} |
20904 | { (exit 77); exit 77; }; } | 21720 | { (exit 77); exit 77; }; } |
20905 | else | 21721 | else |
@@ -20914,9 +21730,8 @@ cat confdefs.h >>conftest.$ac_ext | |||
20914 | cat >>conftest.$ac_ext <<_ACEOF | 21730 | cat >>conftest.$ac_ext <<_ACEOF |
20915 | /* end confdefs.h. */ | 21731 | /* end confdefs.h. */ |
20916 | $ac_includes_default | 21732 | $ac_includes_default |
20917 | typedef long long int ac__type_sizeof_; | 21733 | static long int longval () { return (long int) (sizeof (long long int)); } |
20918 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } | 21734 | static unsigned long int ulongval () { return (long int) (sizeof (long long int)); } |
20919 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
20920 | #include <stdio.h> | 21735 | #include <stdio.h> |
20921 | #include <stdlib.h> | 21736 | #include <stdlib.h> |
20922 | int | 21737 | int |
@@ -20926,20 +21741,22 @@ main () | |||
20926 | FILE *f = fopen ("conftest.val", "w"); | 21741 | FILE *f = fopen ("conftest.val", "w"); |
20927 | if (! f) | 21742 | if (! f) |
20928 | return 1; | 21743 | return 1; |
20929 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) | 21744 | if (((long int) (sizeof (long long int))) < 0) |
20930 | { | 21745 | { |
20931 | long int i = longval (); | 21746 | long int i = longval (); |
20932 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 21747 | if (i != ((long int) (sizeof (long long int)))) |
20933 | return 1; | 21748 | return 1; |
20934 | fprintf (f, "%ld\n", i); | 21749 | fprintf (f, "%ld", i); |
20935 | } | 21750 | } |
20936 | else | 21751 | else |
20937 | { | 21752 | { |
20938 | unsigned long int i = ulongval (); | 21753 | unsigned long int i = ulongval (); |
20939 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) | 21754 | if (i != ((long int) (sizeof (long long int)))) |
20940 | return 1; | 21755 | return 1; |
20941 | fprintf (f, "%lu\n", i); | 21756 | fprintf (f, "%lu", i); |
20942 | } | 21757 | } |
21758 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
21759 | on some platforms. */ | ||
20943 | return ferror (f) || fclose (f) != 0; | 21760 | return ferror (f) || fclose (f) != 0; |
20944 | 21761 | ||
20945 | ; | 21762 | ; |
@@ -20952,43 +21769,46 @@ case "(($ac_try" in | |||
20952 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21769 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20953 | *) ac_try_echo=$ac_try;; | 21770 | *) ac_try_echo=$ac_try;; |
20954 | esac | 21771 | esac |
20955 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21772 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21773 | $as_echo "$ac_try_echo") >&5 | ||
20956 | (eval "$ac_link") 2>&5 | 21774 | (eval "$ac_link") 2>&5 |
20957 | ac_status=$? | 21775 | ac_status=$? |
20958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21776 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20959 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 21777 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
20960 | { (case "(($ac_try" in | 21778 | { (case "(($ac_try" in |
20961 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21779 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20962 | *) ac_try_echo=$ac_try;; | 21780 | *) ac_try_echo=$ac_try;; |
20963 | esac | 21781 | esac |
20964 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21782 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21783 | $as_echo "$ac_try_echo") >&5 | ||
20965 | (eval "$ac_try") 2>&5 | 21784 | (eval "$ac_try") 2>&5 |
20966 | ac_status=$? | 21785 | ac_status=$? |
20967 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21786 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20968 | (exit $ac_status); }; }; then | 21787 | (exit $ac_status); }; }; then |
20969 | ac_cv_sizeof_long_long_int=`cat conftest.val` | 21788 | ac_cv_sizeof_long_long_int=`cat conftest.val` |
20970 | else | 21789 | else |
20971 | echo "$as_me: program exited with status $ac_status" >&5 | 21790 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
20972 | echo "$as_me: failed program was:" >&5 | 21791 | $as_echo "$as_me: failed program was:" >&5 |
20973 | sed 's/^/| /' conftest.$ac_ext >&5 | 21792 | sed 's/^/| /' conftest.$ac_ext >&5 |
20974 | 21793 | ||
20975 | ( exit $ac_status ) | 21794 | ( exit $ac_status ) |
20976 | if test "$ac_cv_type_long_long_int" = yes; then | 21795 | if test "$ac_cv_type_long_long_int" = yes; then |
20977 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) | 21796 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) |
20978 | See \`config.log' for more details." >&5 | 21797 | See \`config.log' for more details." >&5 |
20979 | echo "$as_me: error: cannot compute sizeof (long long int) | 21798 | $as_echo "$as_me: error: cannot compute sizeof (long long int) |
20980 | See \`config.log' for more details." >&2;} | 21799 | See \`config.log' for more details." >&2;} |
20981 | { (exit 77); exit 77; }; } | 21800 | { (exit 77); exit 77; }; } |
20982 | else | 21801 | else |
20983 | ac_cv_sizeof_long_long_int=0 | 21802 | ac_cv_sizeof_long_long_int=0 |
20984 | fi | 21803 | fi |
20985 | fi | 21804 | fi |
21805 | rm -rf conftest.dSYM | ||
20986 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 21806 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
20987 | fi | 21807 | fi |
20988 | rm -f conftest.val | 21808 | rm -f conftest.val |
20989 | fi | 21809 | fi |
20990 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5 | 21810 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5 |
20991 | echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6; } | 21811 | $as_echo "$ac_cv_sizeof_long_long_int" >&6; } |
20992 | 21812 | ||
20993 | 21813 | ||
20994 | 21814 | ||
@@ -21005,12 +21825,12 @@ fi | |||
21005 | 21825 | ||
21006 | # compute LLONG_MIN and LLONG_MAX if we don't know them. | 21826 | # compute LLONG_MIN and LLONG_MAX if we don't know them. |
21007 | if test -z "$have_llong_max"; then | 21827 | if test -z "$have_llong_max"; then |
21008 | { echo "$as_me:$LINENO: checking for max value of long long" >&5 | 21828 | { $as_echo "$as_me:$LINENO: checking for max value of long long" >&5 |
21009 | echo $ECHO_N "checking for max value of long long... $ECHO_C" >&6; } | 21829 | $as_echo_n "checking for max value of long long... " >&6; } |
21010 | if test "$cross_compiling" = yes; then | 21830 | if test "$cross_compiling" = yes; then |
21011 | 21831 | ||
21012 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 21832 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
21013 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 21833 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
21014 | 21834 | ||
21015 | 21835 | ||
21016 | else | 21836 | else |
@@ -21100,35 +21920,37 @@ case "(($ac_try" in | |||
21100 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21920 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21101 | *) ac_try_echo=$ac_try;; | 21921 | *) ac_try_echo=$ac_try;; |
21102 | esac | 21922 | esac |
21103 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21923 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21924 | $as_echo "$ac_try_echo") >&5 | ||
21104 | (eval "$ac_link") 2>&5 | 21925 | (eval "$ac_link") 2>&5 |
21105 | ac_status=$? | 21926 | ac_status=$? |
21106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21927 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21107 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 21928 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
21108 | { (case "(($ac_try" in | 21929 | { (case "(($ac_try" in |
21109 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21930 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21110 | *) ac_try_echo=$ac_try;; | 21931 | *) ac_try_echo=$ac_try;; |
21111 | esac | 21932 | esac |
21112 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 21933 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
21934 | $as_echo "$ac_try_echo") >&5 | ||
21113 | (eval "$ac_try") 2>&5 | 21935 | (eval "$ac_try") 2>&5 |
21114 | ac_status=$? | 21936 | ac_status=$? |
21115 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21937 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21116 | (exit $ac_status); }; }; then | 21938 | (exit $ac_status); }; }; then |
21117 | 21939 | ||
21118 | llong_min=`$AWK '{print $1}' conftest.llminmax` | 21940 | llong_min=`$AWK '{print $1}' conftest.llminmax` |
21119 | llong_max=`$AWK '{print $2}' conftest.llminmax` | 21941 | llong_max=`$AWK '{print $2}' conftest.llminmax` |
21120 | 21942 | ||
21121 | { echo "$as_me:$LINENO: result: $llong_max" >&5 | 21943 | { $as_echo "$as_me:$LINENO: result: $llong_max" >&5 |
21122 | echo "${ECHO_T}$llong_max" >&6; } | 21944 | $as_echo "$llong_max" >&6; } |
21123 | 21945 | ||
21124 | cat >>confdefs.h <<_ACEOF | 21946 | cat >>confdefs.h <<_ACEOF |
21125 | #define LLONG_MAX ${llong_max}LL | 21947 | #define LLONG_MAX ${llong_max}LL |
21126 | _ACEOF | 21948 | _ACEOF |
21127 | 21949 | ||
21128 | { echo "$as_me:$LINENO: checking for min value of long long" >&5 | 21950 | { $as_echo "$as_me:$LINENO: checking for min value of long long" >&5 |
21129 | echo $ECHO_N "checking for min value of long long... $ECHO_C" >&6; } | 21951 | $as_echo_n "checking for min value of long long... " >&6; } |
21130 | { echo "$as_me:$LINENO: result: $llong_min" >&5 | 21952 | { $as_echo "$as_me:$LINENO: result: $llong_min" >&5 |
21131 | echo "${ECHO_T}$llong_min" >&6; } | 21953 | $as_echo "$llong_min" >&6; } |
21132 | 21954 | ||
21133 | cat >>confdefs.h <<_ACEOF | 21955 | cat >>confdefs.h <<_ACEOF |
21134 | #define LLONG_MIN ${llong_min}LL | 21956 | #define LLONG_MIN ${llong_min}LL |
@@ -21136,16 +21958,17 @@ _ACEOF | |||
21136 | 21958 | ||
21137 | 21959 | ||
21138 | else | 21960 | else |
21139 | echo "$as_me: program exited with status $ac_status" >&5 | 21961 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
21140 | echo "$as_me: failed program was:" >&5 | 21962 | $as_echo "$as_me: failed program was:" >&5 |
21141 | sed 's/^/| /' conftest.$ac_ext >&5 | 21963 | sed 's/^/| /' conftest.$ac_ext >&5 |
21142 | 21964 | ||
21143 | ( exit $ac_status ) | 21965 | ( exit $ac_status ) |
21144 | 21966 | ||
21145 | { echo "$as_me:$LINENO: result: not found" >&5 | 21967 | { $as_echo "$as_me:$LINENO: result: not found" >&5 |
21146 | echo "${ECHO_T}not found" >&6; } | 21968 | $as_echo "not found" >&6; } |
21147 | 21969 | ||
21148 | fi | 21970 | fi |
21971 | rm -rf conftest.dSYM | ||
21149 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 21972 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21150 | fi | 21973 | fi |
21151 | 21974 | ||
@@ -21154,10 +21977,10 @@ fi | |||
21154 | 21977 | ||
21155 | 21978 | ||
21156 | # More checks for data types | 21979 | # More checks for data types |
21157 | { echo "$as_me:$LINENO: checking for u_int type" >&5 | 21980 | { $as_echo "$as_me:$LINENO: checking for u_int type" >&5 |
21158 | echo $ECHO_N "checking for u_int type... $ECHO_C" >&6; } | 21981 | $as_echo_n "checking for u_int type... " >&6; } |
21159 | if test "${ac_cv_have_u_int+set}" = set; then | 21982 | if test "${ac_cv_have_u_int+set}" = set; then |
21160 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 21983 | $as_echo_n "(cached) " >&6 |
21161 | else | 21984 | else |
21162 | 21985 | ||
21163 | cat >conftest.$ac_ext <<_ACEOF | 21986 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21181,20 +22004,21 @@ case "(($ac_try" in | |||
21181 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22004 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21182 | *) ac_try_echo=$ac_try;; | 22005 | *) ac_try_echo=$ac_try;; |
21183 | esac | 22006 | esac |
21184 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22007 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22008 | $as_echo "$ac_try_echo") >&5 | ||
21185 | (eval "$ac_compile") 2>conftest.er1 | 22009 | (eval "$ac_compile") 2>conftest.er1 |
21186 | ac_status=$? | 22010 | ac_status=$? |
21187 | grep -v '^ *+' conftest.er1 >conftest.err | 22011 | grep -v '^ *+' conftest.er1 >conftest.err |
21188 | rm -f conftest.er1 | 22012 | rm -f conftest.er1 |
21189 | cat conftest.err >&5 | 22013 | cat conftest.err >&5 |
21190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22014 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21191 | (exit $ac_status); } && { | 22015 | (exit $ac_status); } && { |
21192 | test -z "$ac_c_werror_flag" || | 22016 | test -z "$ac_c_werror_flag" || |
21193 | test ! -s conftest.err | 22017 | test ! -s conftest.err |
21194 | } && test -s conftest.$ac_objext; then | 22018 | } && test -s conftest.$ac_objext; then |
21195 | ac_cv_have_u_int="yes" | 22019 | ac_cv_have_u_int="yes" |
21196 | else | 22020 | else |
21197 | echo "$as_me: failed program was:" >&5 | 22021 | $as_echo "$as_me: failed program was:" >&5 |
21198 | sed 's/^/| /' conftest.$ac_ext >&5 | 22022 | sed 's/^/| /' conftest.$ac_ext >&5 |
21199 | 22023 | ||
21200 | ac_cv_have_u_int="no" | 22024 | ac_cv_have_u_int="no" |
@@ -21204,8 +22028,8 @@ fi | |||
21204 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22028 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21205 | 22029 | ||
21206 | fi | 22030 | fi |
21207 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5 | 22031 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5 |
21208 | echo "${ECHO_T}$ac_cv_have_u_int" >&6; } | 22032 | $as_echo "$ac_cv_have_u_int" >&6; } |
21209 | if test "x$ac_cv_have_u_int" = "xyes" ; then | 22033 | if test "x$ac_cv_have_u_int" = "xyes" ; then |
21210 | 22034 | ||
21211 | cat >>confdefs.h <<\_ACEOF | 22035 | cat >>confdefs.h <<\_ACEOF |
@@ -21215,10 +22039,10 @@ _ACEOF | |||
21215 | have_u_int=1 | 22039 | have_u_int=1 |
21216 | fi | 22040 | fi |
21217 | 22041 | ||
21218 | { echo "$as_me:$LINENO: checking for intXX_t types" >&5 | 22042 | { $as_echo "$as_me:$LINENO: checking for intXX_t types" >&5 |
21219 | echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6; } | 22043 | $as_echo_n "checking for intXX_t types... " >&6; } |
21220 | if test "${ac_cv_have_intxx_t+set}" = set; then | 22044 | if test "${ac_cv_have_intxx_t+set}" = set; then |
21221 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22045 | $as_echo_n "(cached) " >&6 |
21222 | else | 22046 | else |
21223 | 22047 | ||
21224 | cat >conftest.$ac_ext <<_ACEOF | 22048 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21242,20 +22066,21 @@ case "(($ac_try" in | |||
21242 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22066 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21243 | *) ac_try_echo=$ac_try;; | 22067 | *) ac_try_echo=$ac_try;; |
21244 | esac | 22068 | esac |
21245 | 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 | ||
21246 | (eval "$ac_compile") 2>conftest.er1 | 22071 | (eval "$ac_compile") 2>conftest.er1 |
21247 | ac_status=$? | 22072 | ac_status=$? |
21248 | grep -v '^ *+' conftest.er1 >conftest.err | 22073 | grep -v '^ *+' conftest.er1 >conftest.err |
21249 | rm -f conftest.er1 | 22074 | rm -f conftest.er1 |
21250 | cat conftest.err >&5 | 22075 | cat conftest.err >&5 |
21251 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22076 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21252 | (exit $ac_status); } && { | 22077 | (exit $ac_status); } && { |
21253 | test -z "$ac_c_werror_flag" || | 22078 | test -z "$ac_c_werror_flag" || |
21254 | test ! -s conftest.err | 22079 | test ! -s conftest.err |
21255 | } && test -s conftest.$ac_objext; then | 22080 | } && test -s conftest.$ac_objext; then |
21256 | ac_cv_have_intxx_t="yes" | 22081 | ac_cv_have_intxx_t="yes" |
21257 | else | 22082 | else |
21258 | echo "$as_me: failed program was:" >&5 | 22083 | $as_echo "$as_me: failed program was:" >&5 |
21259 | sed 's/^/| /' conftest.$ac_ext >&5 | 22084 | sed 's/^/| /' conftest.$ac_ext >&5 |
21260 | 22085 | ||
21261 | ac_cv_have_intxx_t="no" | 22086 | ac_cv_have_intxx_t="no" |
@@ -21265,8 +22090,8 @@ fi | |||
21265 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22090 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21266 | 22091 | ||
21267 | fi | 22092 | fi |
21268 | { echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5 | 22093 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5 |
21269 | echo "${ECHO_T}$ac_cv_have_intxx_t" >&6; } | 22094 | $as_echo "$ac_cv_have_intxx_t" >&6; } |
21270 | if test "x$ac_cv_have_intxx_t" = "xyes" ; then | 22095 | if test "x$ac_cv_have_intxx_t" = "xyes" ; then |
21271 | 22096 | ||
21272 | cat >>confdefs.h <<\_ACEOF | 22097 | cat >>confdefs.h <<\_ACEOF |
@@ -21279,8 +22104,8 @@ fi | |||
21279 | if (test -z "$have_intxx_t" && \ | 22104 | if (test -z "$have_intxx_t" && \ |
21280 | test "x$ac_cv_header_stdint_h" = "xyes") | 22105 | test "x$ac_cv_header_stdint_h" = "xyes") |
21281 | then | 22106 | then |
21282 | { echo "$as_me:$LINENO: checking for intXX_t types in stdint.h" >&5 | 22107 | { $as_echo "$as_me:$LINENO: checking for intXX_t types in stdint.h" >&5 |
21283 | echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6; } | 22108 | $as_echo_n "checking for intXX_t types in stdint.h... " >&6; } |
21284 | cat >conftest.$ac_ext <<_ACEOF | 22109 | cat >conftest.$ac_ext <<_ACEOF |
21285 | /* confdefs.h. */ | 22110 | /* confdefs.h. */ |
21286 | _ACEOF | 22111 | _ACEOF |
@@ -21302,13 +22127,14 @@ case "(($ac_try" in | |||
21302 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22127 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21303 | *) ac_try_echo=$ac_try;; | 22128 | *) ac_try_echo=$ac_try;; |
21304 | esac | 22129 | esac |
21305 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22130 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22131 | $as_echo "$ac_try_echo") >&5 | ||
21306 | (eval "$ac_compile") 2>conftest.er1 | 22132 | (eval "$ac_compile") 2>conftest.er1 |
21307 | ac_status=$? | 22133 | ac_status=$? |
21308 | grep -v '^ *+' conftest.er1 >conftest.err | 22134 | grep -v '^ *+' conftest.er1 >conftest.err |
21309 | rm -f conftest.er1 | 22135 | rm -f conftest.er1 |
21310 | cat conftest.err >&5 | 22136 | cat conftest.err >&5 |
21311 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22137 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21312 | (exit $ac_status); } && { | 22138 | (exit $ac_status); } && { |
21313 | test -z "$ac_c_werror_flag" || | 22139 | test -z "$ac_c_werror_flag" || |
21314 | test ! -s conftest.err | 22140 | test ! -s conftest.err |
@@ -21318,25 +22144,25 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
21318 | #define HAVE_INTXX_T 1 | 22144 | #define HAVE_INTXX_T 1 |
21319 | _ACEOF | 22145 | _ACEOF |
21320 | 22146 | ||
21321 | { echo "$as_me:$LINENO: result: yes" >&5 | 22147 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
21322 | echo "${ECHO_T}yes" >&6; } | 22148 | $as_echo "yes" >&6; } |
21323 | 22149 | ||
21324 | else | 22150 | else |
21325 | echo "$as_me: failed program was:" >&5 | 22151 | $as_echo "$as_me: failed program was:" >&5 |
21326 | sed 's/^/| /' conftest.$ac_ext >&5 | 22152 | sed 's/^/| /' conftest.$ac_ext >&5 |
21327 | 22153 | ||
21328 | { echo "$as_me:$LINENO: result: no" >&5 | 22154 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
21329 | echo "${ECHO_T}no" >&6; } | 22155 | $as_echo "no" >&6; } |
21330 | 22156 | ||
21331 | fi | 22157 | fi |
21332 | 22158 | ||
21333 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22159 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21334 | fi | 22160 | fi |
21335 | 22161 | ||
21336 | { echo "$as_me:$LINENO: checking for int64_t type" >&5 | 22162 | { $as_echo "$as_me:$LINENO: checking for int64_t type" >&5 |
21337 | echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6; } | 22163 | $as_echo_n "checking for int64_t type... " >&6; } |
21338 | if test "${ac_cv_have_int64_t+set}" = set; then | 22164 | if test "${ac_cv_have_int64_t+set}" = set; then |
21339 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22165 | $as_echo_n "(cached) " >&6 |
21340 | else | 22166 | else |
21341 | 22167 | ||
21342 | cat >conftest.$ac_ext <<_ACEOF | 22168 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21369,20 +22195,21 @@ case "(($ac_try" in | |||
21369 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22195 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21370 | *) ac_try_echo=$ac_try;; | 22196 | *) ac_try_echo=$ac_try;; |
21371 | esac | 22197 | esac |
21372 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22198 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22199 | $as_echo "$ac_try_echo") >&5 | ||
21373 | (eval "$ac_compile") 2>conftest.er1 | 22200 | (eval "$ac_compile") 2>conftest.er1 |
21374 | ac_status=$? | 22201 | ac_status=$? |
21375 | grep -v '^ *+' conftest.er1 >conftest.err | 22202 | grep -v '^ *+' conftest.er1 >conftest.err |
21376 | rm -f conftest.er1 | 22203 | rm -f conftest.er1 |
21377 | cat conftest.err >&5 | 22204 | cat conftest.err >&5 |
21378 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22205 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21379 | (exit $ac_status); } && { | 22206 | (exit $ac_status); } && { |
21380 | test -z "$ac_c_werror_flag" || | 22207 | test -z "$ac_c_werror_flag" || |
21381 | test ! -s conftest.err | 22208 | test ! -s conftest.err |
21382 | } && test -s conftest.$ac_objext; then | 22209 | } && test -s conftest.$ac_objext; then |
21383 | ac_cv_have_int64_t="yes" | 22210 | ac_cv_have_int64_t="yes" |
21384 | else | 22211 | else |
21385 | echo "$as_me: failed program was:" >&5 | 22212 | $as_echo "$as_me: failed program was:" >&5 |
21386 | sed 's/^/| /' conftest.$ac_ext >&5 | 22213 | sed 's/^/| /' conftest.$ac_ext >&5 |
21387 | 22214 | ||
21388 | ac_cv_have_int64_t="no" | 22215 | ac_cv_have_int64_t="no" |
@@ -21392,8 +22219,8 @@ fi | |||
21392 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22219 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21393 | 22220 | ||
21394 | fi | 22221 | fi |
21395 | { echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5 | 22222 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5 |
21396 | echo "${ECHO_T}$ac_cv_have_int64_t" >&6; } | 22223 | $as_echo "$ac_cv_have_int64_t" >&6; } |
21397 | if test "x$ac_cv_have_int64_t" = "xyes" ; then | 22224 | if test "x$ac_cv_have_int64_t" = "xyes" ; then |
21398 | 22225 | ||
21399 | cat >>confdefs.h <<\_ACEOF | 22226 | cat >>confdefs.h <<\_ACEOF |
@@ -21402,10 +22229,10 @@ _ACEOF | |||
21402 | 22229 | ||
21403 | fi | 22230 | fi |
21404 | 22231 | ||
21405 | { echo "$as_me:$LINENO: checking for u_intXX_t types" >&5 | 22232 | { $as_echo "$as_me:$LINENO: checking for u_intXX_t types" >&5 |
21406 | echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6; } | 22233 | $as_echo_n "checking for u_intXX_t types... " >&6; } |
21407 | if test "${ac_cv_have_u_intxx_t+set}" = set; then | 22234 | if test "${ac_cv_have_u_intxx_t+set}" = set; then |
21408 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22235 | $as_echo_n "(cached) " >&6 |
21409 | else | 22236 | else |
21410 | 22237 | ||
21411 | cat >conftest.$ac_ext <<_ACEOF | 22238 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21429,20 +22256,21 @@ case "(($ac_try" in | |||
21429 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22256 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21430 | *) ac_try_echo=$ac_try;; | 22257 | *) ac_try_echo=$ac_try;; |
21431 | esac | 22258 | esac |
21432 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22259 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22260 | $as_echo "$ac_try_echo") >&5 | ||
21433 | (eval "$ac_compile") 2>conftest.er1 | 22261 | (eval "$ac_compile") 2>conftest.er1 |
21434 | ac_status=$? | 22262 | ac_status=$? |
21435 | grep -v '^ *+' conftest.er1 >conftest.err | 22263 | grep -v '^ *+' conftest.er1 >conftest.err |
21436 | rm -f conftest.er1 | 22264 | rm -f conftest.er1 |
21437 | cat conftest.err >&5 | 22265 | cat conftest.err >&5 |
21438 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22266 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21439 | (exit $ac_status); } && { | 22267 | (exit $ac_status); } && { |
21440 | test -z "$ac_c_werror_flag" || | 22268 | test -z "$ac_c_werror_flag" || |
21441 | test ! -s conftest.err | 22269 | test ! -s conftest.err |
21442 | } && test -s conftest.$ac_objext; then | 22270 | } && test -s conftest.$ac_objext; then |
21443 | ac_cv_have_u_intxx_t="yes" | 22271 | ac_cv_have_u_intxx_t="yes" |
21444 | else | 22272 | else |
21445 | echo "$as_me: failed program was:" >&5 | 22273 | $as_echo "$as_me: failed program was:" >&5 |
21446 | sed 's/^/| /' conftest.$ac_ext >&5 | 22274 | sed 's/^/| /' conftest.$ac_ext >&5 |
21447 | 22275 | ||
21448 | ac_cv_have_u_intxx_t="no" | 22276 | ac_cv_have_u_intxx_t="no" |
@@ -21452,8 +22280,8 @@ fi | |||
21452 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22280 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21453 | 22281 | ||
21454 | fi | 22282 | fi |
21455 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5 | 22283 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5 |
21456 | echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6; } | 22284 | $as_echo "$ac_cv_have_u_intxx_t" >&6; } |
21457 | if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then | 22285 | if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then |
21458 | 22286 | ||
21459 | cat >>confdefs.h <<\_ACEOF | 22287 | cat >>confdefs.h <<\_ACEOF |
@@ -21464,8 +22292,8 @@ _ACEOF | |||
21464 | fi | 22292 | fi |
21465 | 22293 | ||
21466 | if test -z "$have_u_intxx_t" ; then | 22294 | if test -z "$have_u_intxx_t" ; then |
21467 | { echo "$as_me:$LINENO: checking for u_intXX_t types in sys/socket.h" >&5 | 22295 | { $as_echo "$as_me:$LINENO: checking for u_intXX_t types in sys/socket.h" >&5 |
21468 | echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6; } | 22296 | $as_echo_n "checking for u_intXX_t types in sys/socket.h... " >&6; } |
21469 | cat >conftest.$ac_ext <<_ACEOF | 22297 | cat >conftest.$ac_ext <<_ACEOF |
21470 | /* confdefs.h. */ | 22298 | /* confdefs.h. */ |
21471 | _ACEOF | 22299 | _ACEOF |
@@ -21487,13 +22315,14 @@ case "(($ac_try" in | |||
21487 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22315 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21488 | *) ac_try_echo=$ac_try;; | 22316 | *) ac_try_echo=$ac_try;; |
21489 | esac | 22317 | esac |
21490 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22318 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22319 | $as_echo "$ac_try_echo") >&5 | ||
21491 | (eval "$ac_compile") 2>conftest.er1 | 22320 | (eval "$ac_compile") 2>conftest.er1 |
21492 | ac_status=$? | 22321 | ac_status=$? |
21493 | grep -v '^ *+' conftest.er1 >conftest.err | 22322 | grep -v '^ *+' conftest.er1 >conftest.err |
21494 | rm -f conftest.er1 | 22323 | rm -f conftest.er1 |
21495 | cat conftest.err >&5 | 22324 | cat conftest.err >&5 |
21496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22325 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21497 | (exit $ac_status); } && { | 22326 | (exit $ac_status); } && { |
21498 | test -z "$ac_c_werror_flag" || | 22327 | test -z "$ac_c_werror_flag" || |
21499 | test ! -s conftest.err | 22328 | test ! -s conftest.err |
@@ -21503,25 +22332,25 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
21503 | #define HAVE_U_INTXX_T 1 | 22332 | #define HAVE_U_INTXX_T 1 |
21504 | _ACEOF | 22333 | _ACEOF |
21505 | 22334 | ||
21506 | { echo "$as_me:$LINENO: result: yes" >&5 | 22335 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
21507 | echo "${ECHO_T}yes" >&6; } | 22336 | $as_echo "yes" >&6; } |
21508 | 22337 | ||
21509 | else | 22338 | else |
21510 | echo "$as_me: failed program was:" >&5 | 22339 | $as_echo "$as_me: failed program was:" >&5 |
21511 | sed 's/^/| /' conftest.$ac_ext >&5 | 22340 | sed 's/^/| /' conftest.$ac_ext >&5 |
21512 | 22341 | ||
21513 | { echo "$as_me:$LINENO: result: no" >&5 | 22342 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
21514 | echo "${ECHO_T}no" >&6; } | 22343 | $as_echo "no" >&6; } |
21515 | 22344 | ||
21516 | fi | 22345 | fi |
21517 | 22346 | ||
21518 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22347 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21519 | fi | 22348 | fi |
21520 | 22349 | ||
21521 | { echo "$as_me:$LINENO: checking for u_int64_t types" >&5 | 22350 | { $as_echo "$as_me:$LINENO: checking for u_int64_t types" >&5 |
21522 | echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6; } | 22351 | $as_echo_n "checking for u_int64_t types... " >&6; } |
21523 | if test "${ac_cv_have_u_int64_t+set}" = set; then | 22352 | if test "${ac_cv_have_u_int64_t+set}" = set; then |
21524 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22353 | $as_echo_n "(cached) " >&6 |
21525 | else | 22354 | else |
21526 | 22355 | ||
21527 | cat >conftest.$ac_ext <<_ACEOF | 22356 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21545,20 +22374,21 @@ case "(($ac_try" in | |||
21545 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22374 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21546 | *) ac_try_echo=$ac_try;; | 22375 | *) ac_try_echo=$ac_try;; |
21547 | esac | 22376 | esac |
21548 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22377 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22378 | $as_echo "$ac_try_echo") >&5 | ||
21549 | (eval "$ac_compile") 2>conftest.er1 | 22379 | (eval "$ac_compile") 2>conftest.er1 |
21550 | ac_status=$? | 22380 | ac_status=$? |
21551 | grep -v '^ *+' conftest.er1 >conftest.err | 22381 | grep -v '^ *+' conftest.er1 >conftest.err |
21552 | rm -f conftest.er1 | 22382 | rm -f conftest.er1 |
21553 | cat conftest.err >&5 | 22383 | cat conftest.err >&5 |
21554 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22384 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21555 | (exit $ac_status); } && { | 22385 | (exit $ac_status); } && { |
21556 | test -z "$ac_c_werror_flag" || | 22386 | test -z "$ac_c_werror_flag" || |
21557 | test ! -s conftest.err | 22387 | test ! -s conftest.err |
21558 | } && test -s conftest.$ac_objext; then | 22388 | } && test -s conftest.$ac_objext; then |
21559 | ac_cv_have_u_int64_t="yes" | 22389 | ac_cv_have_u_int64_t="yes" |
21560 | else | 22390 | else |
21561 | echo "$as_me: failed program was:" >&5 | 22391 | $as_echo "$as_me: failed program was:" >&5 |
21562 | sed 's/^/| /' conftest.$ac_ext >&5 | 22392 | sed 's/^/| /' conftest.$ac_ext >&5 |
21563 | 22393 | ||
21564 | ac_cv_have_u_int64_t="no" | 22394 | ac_cv_have_u_int64_t="no" |
@@ -21568,8 +22398,8 @@ fi | |||
21568 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22398 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21569 | 22399 | ||
21570 | fi | 22400 | fi |
21571 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5 | 22401 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5 |
21572 | echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6; } | 22402 | $as_echo "$ac_cv_have_u_int64_t" >&6; } |
21573 | if test "x$ac_cv_have_u_int64_t" = "xyes" ; then | 22403 | if test "x$ac_cv_have_u_int64_t" = "xyes" ; then |
21574 | 22404 | ||
21575 | cat >>confdefs.h <<\_ACEOF | 22405 | cat >>confdefs.h <<\_ACEOF |
@@ -21580,8 +22410,8 @@ _ACEOF | |||
21580 | fi | 22410 | fi |
21581 | 22411 | ||
21582 | if test -z "$have_u_int64_t" ; then | 22412 | if test -z "$have_u_int64_t" ; then |
21583 | { echo "$as_me:$LINENO: checking for u_int64_t type in sys/bitypes.h" >&5 | 22413 | { $as_echo "$as_me:$LINENO: checking for u_int64_t type in sys/bitypes.h" >&5 |
21584 | echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6; } | 22414 | $as_echo_n "checking for u_int64_t type in sys/bitypes.h... " >&6; } |
21585 | cat >conftest.$ac_ext <<_ACEOF | 22415 | cat >conftest.$ac_ext <<_ACEOF |
21586 | /* confdefs.h. */ | 22416 | /* confdefs.h. */ |
21587 | _ACEOF | 22417 | _ACEOF |
@@ -21603,13 +22433,14 @@ case "(($ac_try" in | |||
21603 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22433 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21604 | *) ac_try_echo=$ac_try;; | 22434 | *) ac_try_echo=$ac_try;; |
21605 | esac | 22435 | esac |
21606 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22436 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22437 | $as_echo "$ac_try_echo") >&5 | ||
21607 | (eval "$ac_compile") 2>conftest.er1 | 22438 | (eval "$ac_compile") 2>conftest.er1 |
21608 | ac_status=$? | 22439 | ac_status=$? |
21609 | grep -v '^ *+' conftest.er1 >conftest.err | 22440 | grep -v '^ *+' conftest.er1 >conftest.err |
21610 | rm -f conftest.er1 | 22441 | rm -f conftest.er1 |
21611 | cat conftest.err >&5 | 22442 | cat conftest.err >&5 |
21612 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22443 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21613 | (exit $ac_status); } && { | 22444 | (exit $ac_status); } && { |
21614 | test -z "$ac_c_werror_flag" || | 22445 | test -z "$ac_c_werror_flag" || |
21615 | test ! -s conftest.err | 22446 | test ! -s conftest.err |
@@ -21619,15 +22450,15 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
21619 | #define HAVE_U_INT64_T 1 | 22450 | #define HAVE_U_INT64_T 1 |
21620 | _ACEOF | 22451 | _ACEOF |
21621 | 22452 | ||
21622 | { echo "$as_me:$LINENO: result: yes" >&5 | 22453 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
21623 | echo "${ECHO_T}yes" >&6; } | 22454 | $as_echo "yes" >&6; } |
21624 | 22455 | ||
21625 | else | 22456 | else |
21626 | echo "$as_me: failed program was:" >&5 | 22457 | $as_echo "$as_me: failed program was:" >&5 |
21627 | sed 's/^/| /' conftest.$ac_ext >&5 | 22458 | sed 's/^/| /' conftest.$ac_ext >&5 |
21628 | 22459 | ||
21629 | { echo "$as_me:$LINENO: result: no" >&5 | 22460 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
21630 | echo "${ECHO_T}no" >&6; } | 22461 | $as_echo "no" >&6; } |
21631 | 22462 | ||
21632 | fi | 22463 | fi |
21633 | 22464 | ||
@@ -21635,10 +22466,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
21635 | fi | 22466 | fi |
21636 | 22467 | ||
21637 | if test -z "$have_u_intxx_t" ; then | 22468 | if test -z "$have_u_intxx_t" ; then |
21638 | { echo "$as_me:$LINENO: checking for uintXX_t types" >&5 | 22469 | { $as_echo "$as_me:$LINENO: checking for uintXX_t types" >&5 |
21639 | echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6; } | 22470 | $as_echo_n "checking for uintXX_t types... " >&6; } |
21640 | if test "${ac_cv_have_uintxx_t+set}" = set; then | 22471 | if test "${ac_cv_have_uintxx_t+set}" = set; then |
21641 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22472 | $as_echo_n "(cached) " >&6 |
21642 | else | 22473 | else |
21643 | 22474 | ||
21644 | cat >conftest.$ac_ext <<_ACEOF | 22475 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21664,20 +22495,21 @@ case "(($ac_try" in | |||
21664 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22495 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21665 | *) ac_try_echo=$ac_try;; | 22496 | *) ac_try_echo=$ac_try;; |
21666 | esac | 22497 | esac |
21667 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22498 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22499 | $as_echo "$ac_try_echo") >&5 | ||
21668 | (eval "$ac_compile") 2>conftest.er1 | 22500 | (eval "$ac_compile") 2>conftest.er1 |
21669 | ac_status=$? | 22501 | ac_status=$? |
21670 | grep -v '^ *+' conftest.er1 >conftest.err | 22502 | grep -v '^ *+' conftest.er1 >conftest.err |
21671 | rm -f conftest.er1 | 22503 | rm -f conftest.er1 |
21672 | cat conftest.err >&5 | 22504 | cat conftest.err >&5 |
21673 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22505 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21674 | (exit $ac_status); } && { | 22506 | (exit $ac_status); } && { |
21675 | test -z "$ac_c_werror_flag" || | 22507 | test -z "$ac_c_werror_flag" || |
21676 | test ! -s conftest.err | 22508 | test ! -s conftest.err |
21677 | } && test -s conftest.$ac_objext; then | 22509 | } && test -s conftest.$ac_objext; then |
21678 | ac_cv_have_uintxx_t="yes" | 22510 | ac_cv_have_uintxx_t="yes" |
21679 | else | 22511 | else |
21680 | echo "$as_me: failed program was:" >&5 | 22512 | $as_echo "$as_me: failed program was:" >&5 |
21681 | sed 's/^/| /' conftest.$ac_ext >&5 | 22513 | sed 's/^/| /' conftest.$ac_ext >&5 |
21682 | 22514 | ||
21683 | ac_cv_have_uintxx_t="no" | 22515 | ac_cv_have_uintxx_t="no" |
@@ -21687,8 +22519,8 @@ fi | |||
21687 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22519 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21688 | 22520 | ||
21689 | fi | 22521 | fi |
21690 | { echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5 | 22522 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5 |
21691 | echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6; } | 22523 | $as_echo "$ac_cv_have_uintxx_t" >&6; } |
21692 | if test "x$ac_cv_have_uintxx_t" = "xyes" ; then | 22524 | if test "x$ac_cv_have_uintxx_t" = "xyes" ; then |
21693 | 22525 | ||
21694 | cat >>confdefs.h <<\_ACEOF | 22526 | cat >>confdefs.h <<\_ACEOF |
@@ -21699,8 +22531,8 @@ _ACEOF | |||
21699 | fi | 22531 | fi |
21700 | 22532 | ||
21701 | if test -z "$have_uintxx_t" ; then | 22533 | if test -z "$have_uintxx_t" ; then |
21702 | { echo "$as_me:$LINENO: checking for uintXX_t types in stdint.h" >&5 | 22534 | { $as_echo "$as_me:$LINENO: checking for uintXX_t types in stdint.h" >&5 |
21703 | echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6; } | 22535 | $as_echo_n "checking for uintXX_t types in stdint.h... " >&6; } |
21704 | cat >conftest.$ac_ext <<_ACEOF | 22536 | cat >conftest.$ac_ext <<_ACEOF |
21705 | /* confdefs.h. */ | 22537 | /* confdefs.h. */ |
21706 | _ACEOF | 22538 | _ACEOF |
@@ -21722,13 +22554,14 @@ case "(($ac_try" in | |||
21722 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22554 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21723 | *) ac_try_echo=$ac_try;; | 22555 | *) ac_try_echo=$ac_try;; |
21724 | esac | 22556 | esac |
21725 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22557 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22558 | $as_echo "$ac_try_echo") >&5 | ||
21726 | (eval "$ac_compile") 2>conftest.er1 | 22559 | (eval "$ac_compile") 2>conftest.er1 |
21727 | ac_status=$? | 22560 | ac_status=$? |
21728 | grep -v '^ *+' conftest.er1 >conftest.err | 22561 | grep -v '^ *+' conftest.er1 >conftest.err |
21729 | rm -f conftest.er1 | 22562 | rm -f conftest.er1 |
21730 | cat conftest.err >&5 | 22563 | cat conftest.err >&5 |
21731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22564 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21732 | (exit $ac_status); } && { | 22565 | (exit $ac_status); } && { |
21733 | test -z "$ac_c_werror_flag" || | 22566 | test -z "$ac_c_werror_flag" || |
21734 | test ! -s conftest.err | 22567 | test ! -s conftest.err |
@@ -21738,15 +22571,15 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
21738 | #define HAVE_UINTXX_T 1 | 22571 | #define HAVE_UINTXX_T 1 |
21739 | _ACEOF | 22572 | _ACEOF |
21740 | 22573 | ||
21741 | { echo "$as_me:$LINENO: result: yes" >&5 | 22574 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
21742 | echo "${ECHO_T}yes" >&6; } | 22575 | $as_echo "yes" >&6; } |
21743 | 22576 | ||
21744 | else | 22577 | else |
21745 | echo "$as_me: failed program was:" >&5 | 22578 | $as_echo "$as_me: failed program was:" >&5 |
21746 | sed 's/^/| /' conftest.$ac_ext >&5 | 22579 | sed 's/^/| /' conftest.$ac_ext >&5 |
21747 | 22580 | ||
21748 | { echo "$as_me:$LINENO: result: no" >&5 | 22581 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
21749 | echo "${ECHO_T}no" >&6; } | 22582 | $as_echo "no" >&6; } |
21750 | 22583 | ||
21751 | fi | 22584 | fi |
21752 | 22585 | ||
@@ -21756,8 +22589,8 @@ fi | |||
21756 | if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ | 22589 | if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ |
21757 | test "x$ac_cv_header_sys_bitypes_h" = "xyes") | 22590 | test "x$ac_cv_header_sys_bitypes_h" = "xyes") |
21758 | then | 22591 | then |
21759 | { echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 | 22592 | { $as_echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 |
21760 | echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6; } | 22593 | $as_echo_n "checking for intXX_t and u_intXX_t types in sys/bitypes.h... " >&6; } |
21761 | cat >conftest.$ac_ext <<_ACEOF | 22594 | cat >conftest.$ac_ext <<_ACEOF |
21762 | /* confdefs.h. */ | 22595 | /* confdefs.h. */ |
21763 | _ACEOF | 22596 | _ACEOF |
@@ -21785,13 +22618,14 @@ case "(($ac_try" in | |||
21785 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22618 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21786 | *) ac_try_echo=$ac_try;; | 22619 | *) ac_try_echo=$ac_try;; |
21787 | esac | 22620 | esac |
21788 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22621 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22622 | $as_echo "$ac_try_echo") >&5 | ||
21789 | (eval "$ac_compile") 2>conftest.er1 | 22623 | (eval "$ac_compile") 2>conftest.er1 |
21790 | ac_status=$? | 22624 | ac_status=$? |
21791 | grep -v '^ *+' conftest.er1 >conftest.err | 22625 | grep -v '^ *+' conftest.er1 >conftest.err |
21792 | rm -f conftest.er1 | 22626 | rm -f conftest.er1 |
21793 | cat conftest.err >&5 | 22627 | cat conftest.err >&5 |
21794 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22628 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21795 | (exit $ac_status); } && { | 22629 | (exit $ac_status); } && { |
21796 | test -z "$ac_c_werror_flag" || | 22630 | test -z "$ac_c_werror_flag" || |
21797 | test ! -s conftest.err | 22631 | test ! -s conftest.err |
@@ -21805,15 +22639,15 @@ _ACEOF | |||
21805 | #define HAVE_INTXX_T 1 | 22639 | #define HAVE_INTXX_T 1 |
21806 | _ACEOF | 22640 | _ACEOF |
21807 | 22641 | ||
21808 | { echo "$as_me:$LINENO: result: yes" >&5 | 22642 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
21809 | echo "${ECHO_T}yes" >&6; } | 22643 | $as_echo "yes" >&6; } |
21810 | 22644 | ||
21811 | else | 22645 | else |
21812 | echo "$as_me: failed program was:" >&5 | 22646 | $as_echo "$as_me: failed program was:" >&5 |
21813 | sed 's/^/| /' conftest.$ac_ext >&5 | 22647 | sed 's/^/| /' conftest.$ac_ext >&5 |
21814 | 22648 | ||
21815 | { echo "$as_me:$LINENO: result: no" >&5 | 22649 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
21816 | echo "${ECHO_T}no" >&6; } | 22650 | $as_echo "no" >&6; } |
21817 | 22651 | ||
21818 | fi | 22652 | fi |
21819 | 22653 | ||
@@ -21821,10 +22655,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
21821 | fi | 22655 | fi |
21822 | 22656 | ||
21823 | 22657 | ||
21824 | { echo "$as_me:$LINENO: checking for u_char" >&5 | 22658 | { $as_echo "$as_me:$LINENO: checking for u_char" >&5 |
21825 | echo $ECHO_N "checking for u_char... $ECHO_C" >&6; } | 22659 | $as_echo_n "checking for u_char... " >&6; } |
21826 | if test "${ac_cv_have_u_char+set}" = set; then | 22660 | if test "${ac_cv_have_u_char+set}" = set; then |
21827 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22661 | $as_echo_n "(cached) " >&6 |
21828 | else | 22662 | else |
21829 | 22663 | ||
21830 | cat >conftest.$ac_ext <<_ACEOF | 22664 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21850,20 +22684,21 @@ case "(($ac_try" in | |||
21850 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22684 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21851 | *) ac_try_echo=$ac_try;; | 22685 | *) ac_try_echo=$ac_try;; |
21852 | esac | 22686 | esac |
21853 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22687 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22688 | $as_echo "$ac_try_echo") >&5 | ||
21854 | (eval "$ac_compile") 2>conftest.er1 | 22689 | (eval "$ac_compile") 2>conftest.er1 |
21855 | ac_status=$? | 22690 | ac_status=$? |
21856 | grep -v '^ *+' conftest.er1 >conftest.err | 22691 | grep -v '^ *+' conftest.er1 >conftest.err |
21857 | rm -f conftest.er1 | 22692 | rm -f conftest.er1 |
21858 | cat conftest.err >&5 | 22693 | cat conftest.err >&5 |
21859 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22694 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21860 | (exit $ac_status); } && { | 22695 | (exit $ac_status); } && { |
21861 | test -z "$ac_c_werror_flag" || | 22696 | test -z "$ac_c_werror_flag" || |
21862 | test ! -s conftest.err | 22697 | test ! -s conftest.err |
21863 | } && test -s conftest.$ac_objext; then | 22698 | } && test -s conftest.$ac_objext; then |
21864 | ac_cv_have_u_char="yes" | 22699 | ac_cv_have_u_char="yes" |
21865 | else | 22700 | else |
21866 | echo "$as_me: failed program was:" >&5 | 22701 | $as_echo "$as_me: failed program was:" >&5 |
21867 | sed 's/^/| /' conftest.$ac_ext >&5 | 22702 | sed 's/^/| /' conftest.$ac_ext >&5 |
21868 | 22703 | ||
21869 | ac_cv_have_u_char="no" | 22704 | ac_cv_have_u_char="no" |
@@ -21873,8 +22708,8 @@ fi | |||
21873 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22708 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21874 | 22709 | ||
21875 | fi | 22710 | fi |
21876 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_char" >&5 | 22711 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_char" >&5 |
21877 | echo "${ECHO_T}$ac_cv_have_u_char" >&6; } | 22712 | $as_echo "$ac_cv_have_u_char" >&6; } |
21878 | if test "x$ac_cv_have_u_char" = "xyes" ; then | 22713 | if test "x$ac_cv_have_u_char" = "xyes" ; then |
21879 | 22714 | ||
21880 | cat >>confdefs.h <<\_ACEOF | 22715 | cat >>confdefs.h <<\_ACEOF |
@@ -21884,12 +22719,13 @@ _ACEOF | |||
21884 | fi | 22719 | fi |
21885 | 22720 | ||
21886 | 22721 | ||
21887 | { echo "$as_me:$LINENO: checking for socklen_t" >&5 | 22722 | { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 |
21888 | echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } | 22723 | $as_echo_n "checking for socklen_t... " >&6; } |
21889 | if test "${ac_cv_type_socklen_t+set}" = set; then | 22724 | if test "${ac_cv_type_socklen_t+set}" = set; then |
21890 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22725 | $as_echo_n "(cached) " >&6 |
21891 | else | 22726 | else |
21892 | cat >conftest.$ac_ext <<_ACEOF | 22727 | ac_cv_type_socklen_t=no |
22728 | cat >conftest.$ac_ext <<_ACEOF | ||
21893 | /* confdefs.h. */ | 22729 | /* confdefs.h. */ |
21894 | _ACEOF | 22730 | _ACEOF |
21895 | cat confdefs.h >>conftest.$ac_ext | 22731 | cat confdefs.h >>conftest.$ac_ext |
@@ -21898,14 +22734,47 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
21898 | #include <sys/types.h> | 22734 | #include <sys/types.h> |
21899 | #include <sys/socket.h> | 22735 | #include <sys/socket.h> |
21900 | 22736 | ||
21901 | typedef socklen_t ac__type_new_; | ||
21902 | int | 22737 | int |
21903 | main () | 22738 | main () |
21904 | { | 22739 | { |
21905 | if ((ac__type_new_ *) 0) | 22740 | if (sizeof (socklen_t)) |
21906 | return 0; | 22741 | return 0; |
21907 | if (sizeof (ac__type_new_)) | 22742 | ; |
21908 | return 0; | 22743 | return 0; |
22744 | } | ||
22745 | _ACEOF | ||
22746 | rm -f conftest.$ac_objext | ||
22747 | if { (ac_try="$ac_compile" | ||
22748 | case "(($ac_try" in | ||
22749 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
22750 | *) ac_try_echo=$ac_try;; | ||
22751 | esac | ||
22752 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
22753 | $as_echo "$ac_try_echo") >&5 | ||
22754 | (eval "$ac_compile") 2>conftest.er1 | ||
22755 | ac_status=$? | ||
22756 | grep -v '^ *+' conftest.er1 >conftest.err | ||
22757 | rm -f conftest.er1 | ||
22758 | cat conftest.err >&5 | ||
22759 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
22760 | (exit $ac_status); } && { | ||
22761 | test -z "$ac_c_werror_flag" || | ||
22762 | test ! -s conftest.err | ||
22763 | } && test -s conftest.$ac_objext; then | ||
22764 | cat >conftest.$ac_ext <<_ACEOF | ||
22765 | /* confdefs.h. */ | ||
22766 | _ACEOF | ||
22767 | cat confdefs.h >>conftest.$ac_ext | ||
22768 | cat >>conftest.$ac_ext <<_ACEOF | ||
22769 | /* end confdefs.h. */ | ||
22770 | #include <sys/types.h> | ||
22771 | #include <sys/socket.h> | ||
22772 | |||
22773 | int | ||
22774 | main () | ||
22775 | { | ||
22776 | if (sizeof ((socklen_t))) | ||
22777 | return 0; | ||
21909 | ; | 22778 | ; |
21910 | return 0; | 22779 | return 0; |
21911 | } | 22780 | } |
@@ -21916,37 +22785,46 @@ case "(($ac_try" in | |||
21916 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22785 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21917 | *) ac_try_echo=$ac_try;; | 22786 | *) ac_try_echo=$ac_try;; |
21918 | esac | 22787 | esac |
21919 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22788 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22789 | $as_echo "$ac_try_echo") >&5 | ||
21920 | (eval "$ac_compile") 2>conftest.er1 | 22790 | (eval "$ac_compile") 2>conftest.er1 |
21921 | ac_status=$? | 22791 | ac_status=$? |
21922 | grep -v '^ *+' conftest.er1 >conftest.err | 22792 | grep -v '^ *+' conftest.er1 >conftest.err |
21923 | rm -f conftest.er1 | 22793 | rm -f conftest.er1 |
21924 | cat conftest.err >&5 | 22794 | cat conftest.err >&5 |
21925 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22795 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21926 | (exit $ac_status); } && { | 22796 | (exit $ac_status); } && { |
21927 | test -z "$ac_c_werror_flag" || | 22797 | test -z "$ac_c_werror_flag" || |
21928 | test ! -s conftest.err | 22798 | test ! -s conftest.err |
21929 | } && test -s conftest.$ac_objext; then | 22799 | } && test -s conftest.$ac_objext; then |
21930 | ac_cv_type_socklen_t=yes | 22800 | : |
21931 | else | 22801 | else |
21932 | echo "$as_me: failed program was:" >&5 | 22802 | $as_echo "$as_me: failed program was:" >&5 |
21933 | sed 's/^/| /' conftest.$ac_ext >&5 | 22803 | sed 's/^/| /' conftest.$ac_ext >&5 |
21934 | 22804 | ||
21935 | ac_cv_type_socklen_t=no | 22805 | ac_cv_type_socklen_t=yes |
22806 | fi | ||
22807 | |||
22808 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
22809 | else | ||
22810 | $as_echo "$as_me: failed program was:" >&5 | ||
22811 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
22812 | |||
22813 | |||
21936 | fi | 22814 | fi |
21937 | 22815 | ||
21938 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22816 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21939 | fi | 22817 | fi |
21940 | { echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 | 22818 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 |
21941 | echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; } | 22819 | $as_echo "$ac_cv_type_socklen_t" >&6; } |
21942 | if test $ac_cv_type_socklen_t = yes; then | 22820 | if test $ac_cv_type_socklen_t = yes; then |
21943 | : | 22821 | : |
21944 | else | 22822 | else |
21945 | 22823 | ||
21946 | { echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5 | 22824 | { $as_echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5 |
21947 | echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6; } | 22825 | $as_echo_n "checking for socklen_t equivalent... " >&6; } |
21948 | if test "${curl_cv_socklen_t_equiv+set}" = set; then | 22826 | if test "${curl_cv_socklen_t_equiv+set}" = set; then |
21949 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22827 | $as_echo_n "(cached) " >&6 |
21950 | else | 22828 | else |
21951 | 22829 | ||
21952 | # Systems have either "struct sockaddr *" or | 22830 | # Systems have either "struct sockaddr *" or |
@@ -21983,13 +22861,14 @@ case "(($ac_try" in | |||
21983 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22861 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21984 | *) ac_try_echo=$ac_try;; | 22862 | *) ac_try_echo=$ac_try;; |
21985 | esac | 22863 | esac |
21986 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22864 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22865 | $as_echo "$ac_try_echo") >&5 | ||
21987 | (eval "$ac_compile") 2>conftest.er1 | 22866 | (eval "$ac_compile") 2>conftest.er1 |
21988 | ac_status=$? | 22867 | ac_status=$? |
21989 | grep -v '^ *+' conftest.er1 >conftest.err | 22868 | grep -v '^ *+' conftest.er1 >conftest.err |
21990 | rm -f conftest.er1 | 22869 | rm -f conftest.er1 |
21991 | cat conftest.err >&5 | 22870 | cat conftest.err >&5 |
21992 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22871 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21993 | (exit $ac_status); } && { | 22872 | (exit $ac_status); } && { |
21994 | test -z "$ac_c_werror_flag" || | 22873 | test -z "$ac_c_werror_flag" || |
21995 | test ! -s conftest.err | 22874 | test ! -s conftest.err |
@@ -21999,7 +22878,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |||
21999 | break | 22878 | break |
22000 | 22879 | ||
22001 | else | 22880 | else |
22002 | echo "$as_me: failed program was:" >&5 | 22881 | $as_echo "$as_me: failed program was:" >&5 |
22003 | sed 's/^/| /' conftest.$ac_ext >&5 | 22882 | sed 's/^/| /' conftest.$ac_ext >&5 |
22004 | 22883 | ||
22005 | 22884 | ||
@@ -22010,15 +22889,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
22010 | done | 22889 | done |
22011 | 22890 | ||
22012 | if test "x$curl_cv_socklen_t_equiv" = x; then | 22891 | if test "x$curl_cv_socklen_t_equiv" = x; then |
22013 | { { echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5 | 22892 | { { $as_echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5 |
22014 | echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} | 22893 | $as_echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} |
22015 | { (exit 1); exit 1; }; } | 22894 | { (exit 1); exit 1; }; } |
22016 | fi | 22895 | fi |
22017 | 22896 | ||
22018 | fi | 22897 | fi |
22019 | 22898 | ||
22020 | { echo "$as_me:$LINENO: result: $curl_cv_socklen_t_equiv" >&5 | 22899 | { $as_echo "$as_me:$LINENO: result: $curl_cv_socklen_t_equiv" >&5 |
22021 | echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6; } | 22900 | $as_echo "$curl_cv_socklen_t_equiv" >&6; } |
22022 | 22901 | ||
22023 | cat >>confdefs.h <<_ACEOF | 22902 | cat >>confdefs.h <<_ACEOF |
22024 | #define socklen_t $curl_cv_socklen_t_equiv | 22903 | #define socklen_t $curl_cv_socklen_t_equiv |
@@ -22028,12 +22907,13 @@ fi | |||
22028 | 22907 | ||
22029 | 22908 | ||
22030 | 22909 | ||
22031 | { echo "$as_me:$LINENO: checking for sig_atomic_t" >&5 | 22910 | { $as_echo "$as_me:$LINENO: checking for sig_atomic_t" >&5 |
22032 | echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6; } | 22911 | $as_echo_n "checking for sig_atomic_t... " >&6; } |
22033 | if test "${ac_cv_type_sig_atomic_t+set}" = set; then | 22912 | if test "${ac_cv_type_sig_atomic_t+set}" = set; then |
22034 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 22913 | $as_echo_n "(cached) " >&6 |
22035 | else | 22914 | else |
22036 | cat >conftest.$ac_ext <<_ACEOF | 22915 | ac_cv_type_sig_atomic_t=no |
22916 | cat >conftest.$ac_ext <<_ACEOF | ||
22037 | /* confdefs.h. */ | 22917 | /* confdefs.h. */ |
22038 | _ACEOF | 22918 | _ACEOF |
22039 | cat confdefs.h >>conftest.$ac_ext | 22919 | cat confdefs.h >>conftest.$ac_ext |
@@ -22041,14 +22921,46 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
22041 | /* end confdefs.h. */ | 22921 | /* end confdefs.h. */ |
22042 | #include <signal.h> | 22922 | #include <signal.h> |
22043 | 22923 | ||
22044 | typedef sig_atomic_t ac__type_new_; | ||
22045 | int | 22924 | int |
22046 | main () | 22925 | main () |
22047 | { | 22926 | { |
22048 | if ((ac__type_new_ *) 0) | 22927 | if (sizeof (sig_atomic_t)) |
22049 | return 0; | 22928 | return 0; |
22050 | if (sizeof (ac__type_new_)) | 22929 | ; |
22051 | return 0; | 22930 | return 0; |
22931 | } | ||
22932 | _ACEOF | ||
22933 | rm -f conftest.$ac_objext | ||
22934 | if { (ac_try="$ac_compile" | ||
22935 | case "(($ac_try" in | ||
22936 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
22937 | *) ac_try_echo=$ac_try;; | ||
22938 | esac | ||
22939 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
22940 | $as_echo "$ac_try_echo") >&5 | ||
22941 | (eval "$ac_compile") 2>conftest.er1 | ||
22942 | ac_status=$? | ||
22943 | grep -v '^ *+' conftest.er1 >conftest.err | ||
22944 | rm -f conftest.er1 | ||
22945 | cat conftest.err >&5 | ||
22946 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
22947 | (exit $ac_status); } && { | ||
22948 | test -z "$ac_c_werror_flag" || | ||
22949 | test ! -s conftest.err | ||
22950 | } && test -s conftest.$ac_objext; then | ||
22951 | cat >conftest.$ac_ext <<_ACEOF | ||
22952 | /* confdefs.h. */ | ||
22953 | _ACEOF | ||
22954 | cat confdefs.h >>conftest.$ac_ext | ||
22955 | cat >>conftest.$ac_ext <<_ACEOF | ||
22956 | /* end confdefs.h. */ | ||
22957 | #include <signal.h> | ||
22958 | |||
22959 | int | ||
22960 | main () | ||
22961 | { | ||
22962 | if (sizeof ((sig_atomic_t))) | ||
22963 | return 0; | ||
22052 | ; | 22964 | ; |
22053 | return 0; | 22965 | return 0; |
22054 | } | 22966 | } |
@@ -22059,29 +22971,38 @@ case "(($ac_try" in | |||
22059 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22971 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22060 | *) ac_try_echo=$ac_try;; | 22972 | *) ac_try_echo=$ac_try;; |
22061 | esac | 22973 | esac |
22062 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 22974 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
22975 | $as_echo "$ac_try_echo") >&5 | ||
22063 | (eval "$ac_compile") 2>conftest.er1 | 22976 | (eval "$ac_compile") 2>conftest.er1 |
22064 | ac_status=$? | 22977 | ac_status=$? |
22065 | grep -v '^ *+' conftest.er1 >conftest.err | 22978 | grep -v '^ *+' conftest.er1 >conftest.err |
22066 | rm -f conftest.er1 | 22979 | rm -f conftest.er1 |
22067 | cat conftest.err >&5 | 22980 | cat conftest.err >&5 |
22068 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22981 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22069 | (exit $ac_status); } && { | 22982 | (exit $ac_status); } && { |
22070 | test -z "$ac_c_werror_flag" || | 22983 | test -z "$ac_c_werror_flag" || |
22071 | test ! -s conftest.err | 22984 | test ! -s conftest.err |
22072 | } && test -s conftest.$ac_objext; then | 22985 | } && test -s conftest.$ac_objext; then |
22073 | ac_cv_type_sig_atomic_t=yes | 22986 | : |
22074 | else | 22987 | else |
22075 | echo "$as_me: failed program was:" >&5 | 22988 | $as_echo "$as_me: failed program was:" >&5 |
22076 | sed 's/^/| /' conftest.$ac_ext >&5 | 22989 | sed 's/^/| /' conftest.$ac_ext >&5 |
22077 | 22990 | ||
22078 | ac_cv_type_sig_atomic_t=no | 22991 | ac_cv_type_sig_atomic_t=yes |
22079 | fi | 22992 | fi |
22080 | 22993 | ||
22081 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22994 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22995 | else | ||
22996 | $as_echo "$as_me: failed program was:" >&5 | ||
22997 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
22998 | |||
22999 | |||
22082 | fi | 23000 | fi |
22083 | { echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5 | 23001 | |
22084 | echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6; } | 23002 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23003 | fi | ||
23004 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5 | ||
23005 | $as_echo "$ac_cv_type_sig_atomic_t" >&6; } | ||
22085 | if test $ac_cv_type_sig_atomic_t = yes; then | 23006 | if test $ac_cv_type_sig_atomic_t = yes; then |
22086 | 23007 | ||
22087 | cat >>confdefs.h <<_ACEOF | 23008 | cat >>confdefs.h <<_ACEOF |
@@ -22091,12 +23012,13 @@ _ACEOF | |||
22091 | 23012 | ||
22092 | fi | 23013 | fi |
22093 | 23014 | ||
22094 | { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5 | 23015 | { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5 |
22095 | echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; } | 23016 | $as_echo_n "checking for fsblkcnt_t... " >&6; } |
22096 | if test "${ac_cv_type_fsblkcnt_t+set}" = set; then | 23017 | if test "${ac_cv_type_fsblkcnt_t+set}" = set; then |
22097 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23018 | $as_echo_n "(cached) " >&6 |
22098 | else | 23019 | else |
22099 | cat >conftest.$ac_ext <<_ACEOF | 23020 | ac_cv_type_fsblkcnt_t=no |
23021 | cat >conftest.$ac_ext <<_ACEOF | ||
22100 | /* confdefs.h. */ | 23022 | /* confdefs.h. */ |
22101 | _ACEOF | 23023 | _ACEOF |
22102 | cat confdefs.h >>conftest.$ac_ext | 23024 | cat confdefs.h >>conftest.$ac_ext |
@@ -22115,14 +23037,57 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
22115 | #endif | 23037 | #endif |
22116 | 23038 | ||
22117 | 23039 | ||
22118 | typedef fsblkcnt_t ac__type_new_; | ||
22119 | int | 23040 | int |
22120 | main () | 23041 | main () |
22121 | { | 23042 | { |
22122 | if ((ac__type_new_ *) 0) | 23043 | if (sizeof (fsblkcnt_t)) |
22123 | return 0; | 23044 | return 0; |
22124 | if (sizeof (ac__type_new_)) | 23045 | ; |
22125 | return 0; | 23046 | return 0; |
23047 | } | ||
23048 | _ACEOF | ||
23049 | rm -f conftest.$ac_objext | ||
23050 | if { (ac_try="$ac_compile" | ||
23051 | case "(($ac_try" in | ||
23052 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23053 | *) ac_try_echo=$ac_try;; | ||
23054 | esac | ||
23055 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23056 | $as_echo "$ac_try_echo") >&5 | ||
23057 | (eval "$ac_compile") 2>conftest.er1 | ||
23058 | ac_status=$? | ||
23059 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23060 | rm -f conftest.er1 | ||
23061 | cat conftest.err >&5 | ||
23062 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23063 | (exit $ac_status); } && { | ||
23064 | test -z "$ac_c_werror_flag" || | ||
23065 | test ! -s conftest.err | ||
23066 | } && test -s conftest.$ac_objext; then | ||
23067 | cat >conftest.$ac_ext <<_ACEOF | ||
23068 | /* confdefs.h. */ | ||
23069 | _ACEOF | ||
23070 | cat confdefs.h >>conftest.$ac_ext | ||
23071 | cat >>conftest.$ac_ext <<_ACEOF | ||
23072 | /* end confdefs.h. */ | ||
23073 | |||
23074 | #include <sys/types.h> | ||
23075 | #ifdef HAVE_SYS_BITYPES_H | ||
23076 | #include <sys/bitypes.h> | ||
23077 | #endif | ||
23078 | #ifdef HAVE_SYS_STATFS_H | ||
23079 | #include <sys/statfs.h> | ||
23080 | #endif | ||
23081 | #ifdef HAVE_SYS_STATVFS_H | ||
23082 | #include <sys/statvfs.h> | ||
23083 | #endif | ||
23084 | |||
23085 | |||
23086 | int | ||
23087 | main () | ||
23088 | { | ||
23089 | if (sizeof ((fsblkcnt_t))) | ||
23090 | return 0; | ||
22126 | ; | 23091 | ; |
22127 | return 0; | 23092 | return 0; |
22128 | } | 23093 | } |
@@ -22133,29 +23098,38 @@ case "(($ac_try" in | |||
22133 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23098 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22134 | *) ac_try_echo=$ac_try;; | 23099 | *) ac_try_echo=$ac_try;; |
22135 | esac | 23100 | esac |
22136 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23101 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23102 | $as_echo "$ac_try_echo") >&5 | ||
22137 | (eval "$ac_compile") 2>conftest.er1 | 23103 | (eval "$ac_compile") 2>conftest.er1 |
22138 | ac_status=$? | 23104 | ac_status=$? |
22139 | grep -v '^ *+' conftest.er1 >conftest.err | 23105 | grep -v '^ *+' conftest.er1 >conftest.err |
22140 | rm -f conftest.er1 | 23106 | rm -f conftest.er1 |
22141 | cat conftest.err >&5 | 23107 | cat conftest.err >&5 |
22142 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23108 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22143 | (exit $ac_status); } && { | 23109 | (exit $ac_status); } && { |
22144 | test -z "$ac_c_werror_flag" || | 23110 | test -z "$ac_c_werror_flag" || |
22145 | test ! -s conftest.err | 23111 | test ! -s conftest.err |
22146 | } && test -s conftest.$ac_objext; then | 23112 | } && test -s conftest.$ac_objext; then |
22147 | ac_cv_type_fsblkcnt_t=yes | 23113 | : |
22148 | else | 23114 | else |
22149 | echo "$as_me: failed program was:" >&5 | 23115 | $as_echo "$as_me: failed program was:" >&5 |
22150 | sed 's/^/| /' conftest.$ac_ext >&5 | 23116 | sed 's/^/| /' conftest.$ac_ext >&5 |
22151 | 23117 | ||
22152 | ac_cv_type_fsblkcnt_t=no | 23118 | ac_cv_type_fsblkcnt_t=yes |
23119 | fi | ||
23120 | |||
23121 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23122 | else | ||
23123 | $as_echo "$as_me: failed program was:" >&5 | ||
23124 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23125 | |||
23126 | |||
22153 | fi | 23127 | fi |
22154 | 23128 | ||
22155 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23129 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22156 | fi | 23130 | fi |
22157 | { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5 | 23131 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5 |
22158 | echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; } | 23132 | $as_echo "$ac_cv_type_fsblkcnt_t" >&6; } |
22159 | if test $ac_cv_type_fsblkcnt_t = yes; then | 23133 | if test $ac_cv_type_fsblkcnt_t = yes; then |
22160 | 23134 | ||
22161 | cat >>confdefs.h <<_ACEOF | 23135 | cat >>confdefs.h <<_ACEOF |
@@ -22164,12 +23138,13 @@ _ACEOF | |||
22164 | 23138 | ||
22165 | 23139 | ||
22166 | fi | 23140 | fi |
22167 | { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5 | 23141 | { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5 |
22168 | echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; } | 23142 | $as_echo_n "checking for fsfilcnt_t... " >&6; } |
22169 | if test "${ac_cv_type_fsfilcnt_t+set}" = set; then | 23143 | if test "${ac_cv_type_fsfilcnt_t+set}" = set; then |
22170 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23144 | $as_echo_n "(cached) " >&6 |
22171 | else | 23145 | else |
22172 | cat >conftest.$ac_ext <<_ACEOF | 23146 | ac_cv_type_fsfilcnt_t=no |
23147 | cat >conftest.$ac_ext <<_ACEOF | ||
22173 | /* confdefs.h. */ | 23148 | /* confdefs.h. */ |
22174 | _ACEOF | 23149 | _ACEOF |
22175 | cat confdefs.h >>conftest.$ac_ext | 23150 | cat confdefs.h >>conftest.$ac_ext |
@@ -22188,14 +23163,57 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
22188 | #endif | 23163 | #endif |
22189 | 23164 | ||
22190 | 23165 | ||
22191 | typedef fsfilcnt_t ac__type_new_; | ||
22192 | int | 23166 | int |
22193 | main () | 23167 | main () |
22194 | { | 23168 | { |
22195 | if ((ac__type_new_ *) 0) | 23169 | if (sizeof (fsfilcnt_t)) |
22196 | return 0; | 23170 | return 0; |
22197 | if (sizeof (ac__type_new_)) | 23171 | ; |
22198 | return 0; | 23172 | return 0; |
23173 | } | ||
23174 | _ACEOF | ||
23175 | rm -f conftest.$ac_objext | ||
23176 | if { (ac_try="$ac_compile" | ||
23177 | case "(($ac_try" in | ||
23178 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23179 | *) ac_try_echo=$ac_try;; | ||
23180 | esac | ||
23181 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23182 | $as_echo "$ac_try_echo") >&5 | ||
23183 | (eval "$ac_compile") 2>conftest.er1 | ||
23184 | ac_status=$? | ||
23185 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23186 | rm -f conftest.er1 | ||
23187 | cat conftest.err >&5 | ||
23188 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23189 | (exit $ac_status); } && { | ||
23190 | test -z "$ac_c_werror_flag" || | ||
23191 | test ! -s conftest.err | ||
23192 | } && test -s conftest.$ac_objext; then | ||
23193 | cat >conftest.$ac_ext <<_ACEOF | ||
23194 | /* confdefs.h. */ | ||
23195 | _ACEOF | ||
23196 | cat confdefs.h >>conftest.$ac_ext | ||
23197 | cat >>conftest.$ac_ext <<_ACEOF | ||
23198 | /* end confdefs.h. */ | ||
23199 | |||
23200 | #include <sys/types.h> | ||
23201 | #ifdef HAVE_SYS_BITYPES_H | ||
23202 | #include <sys/bitypes.h> | ||
23203 | #endif | ||
23204 | #ifdef HAVE_SYS_STATFS_H | ||
23205 | #include <sys/statfs.h> | ||
23206 | #endif | ||
23207 | #ifdef HAVE_SYS_STATVFS_H | ||
23208 | #include <sys/statvfs.h> | ||
23209 | #endif | ||
23210 | |||
23211 | |||
23212 | int | ||
23213 | main () | ||
23214 | { | ||
23215 | if (sizeof ((fsfilcnt_t))) | ||
23216 | return 0; | ||
22199 | ; | 23217 | ; |
22200 | return 0; | 23218 | return 0; |
22201 | } | 23219 | } |
@@ -22206,29 +23224,38 @@ case "(($ac_try" in | |||
22206 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23224 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22207 | *) ac_try_echo=$ac_try;; | 23225 | *) ac_try_echo=$ac_try;; |
22208 | esac | 23226 | esac |
22209 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23227 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23228 | $as_echo "$ac_try_echo") >&5 | ||
22210 | (eval "$ac_compile") 2>conftest.er1 | 23229 | (eval "$ac_compile") 2>conftest.er1 |
22211 | ac_status=$? | 23230 | ac_status=$? |
22212 | grep -v '^ *+' conftest.er1 >conftest.err | 23231 | grep -v '^ *+' conftest.er1 >conftest.err |
22213 | rm -f conftest.er1 | 23232 | rm -f conftest.er1 |
22214 | cat conftest.err >&5 | 23233 | cat conftest.err >&5 |
22215 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23234 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22216 | (exit $ac_status); } && { | 23235 | (exit $ac_status); } && { |
22217 | test -z "$ac_c_werror_flag" || | 23236 | test -z "$ac_c_werror_flag" || |
22218 | test ! -s conftest.err | 23237 | test ! -s conftest.err |
22219 | } && test -s conftest.$ac_objext; then | 23238 | } && test -s conftest.$ac_objext; then |
22220 | ac_cv_type_fsfilcnt_t=yes | 23239 | : |
23240 | else | ||
23241 | $as_echo "$as_me: failed program was:" >&5 | ||
23242 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23243 | |||
23244 | ac_cv_type_fsfilcnt_t=yes | ||
23245 | fi | ||
23246 | |||
23247 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
22221 | else | 23248 | else |
22222 | echo "$as_me: failed program was:" >&5 | 23249 | $as_echo "$as_me: failed program was:" >&5 |
22223 | sed 's/^/| /' conftest.$ac_ext >&5 | 23250 | sed 's/^/| /' conftest.$ac_ext >&5 |
22224 | 23251 | ||
22225 | ac_cv_type_fsfilcnt_t=no | 23252 | |
22226 | fi | 23253 | fi |
22227 | 23254 | ||
22228 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23255 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22229 | fi | 23256 | fi |
22230 | { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5 | 23257 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5 |
22231 | echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; } | 23258 | $as_echo "$ac_cv_type_fsfilcnt_t" >&6; } |
22232 | if test $ac_cv_type_fsfilcnt_t = yes; then | 23259 | if test $ac_cv_type_fsfilcnt_t = yes; then |
22233 | 23260 | ||
22234 | cat >>confdefs.h <<_ACEOF | 23261 | cat >>confdefs.h <<_ACEOF |
@@ -22239,12 +23266,13 @@ _ACEOF | |||
22239 | fi | 23266 | fi |
22240 | 23267 | ||
22241 | 23268 | ||
22242 | { echo "$as_me:$LINENO: checking for in_addr_t" >&5 | 23269 | { $as_echo "$as_me:$LINENO: checking for in_addr_t" >&5 |
22243 | echo $ECHO_N "checking for in_addr_t... $ECHO_C" >&6; } | 23270 | $as_echo_n "checking for in_addr_t... " >&6; } |
22244 | if test "${ac_cv_type_in_addr_t+set}" = set; then | 23271 | if test "${ac_cv_type_in_addr_t+set}" = set; then |
22245 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23272 | $as_echo_n "(cached) " >&6 |
22246 | else | 23273 | else |
22247 | cat >conftest.$ac_ext <<_ACEOF | 23274 | ac_cv_type_in_addr_t=no |
23275 | cat >conftest.$ac_ext <<_ACEOF | ||
22248 | /* confdefs.h. */ | 23276 | /* confdefs.h. */ |
22249 | _ACEOF | 23277 | _ACEOF |
22250 | cat confdefs.h >>conftest.$ac_ext | 23278 | cat confdefs.h >>conftest.$ac_ext |
@@ -22253,14 +23281,47 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
22253 | #include <sys/types.h> | 23281 | #include <sys/types.h> |
22254 | #include <netinet/in.h> | 23282 | #include <netinet/in.h> |
22255 | 23283 | ||
22256 | typedef in_addr_t ac__type_new_; | ||
22257 | int | 23284 | int |
22258 | main () | 23285 | main () |
22259 | { | 23286 | { |
22260 | if ((ac__type_new_ *) 0) | 23287 | if (sizeof (in_addr_t)) |
22261 | return 0; | 23288 | return 0; |
22262 | if (sizeof (ac__type_new_)) | 23289 | ; |
22263 | return 0; | 23290 | return 0; |
23291 | } | ||
23292 | _ACEOF | ||
23293 | rm -f conftest.$ac_objext | ||
23294 | if { (ac_try="$ac_compile" | ||
23295 | case "(($ac_try" in | ||
23296 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23297 | *) ac_try_echo=$ac_try;; | ||
23298 | esac | ||
23299 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23300 | $as_echo "$ac_try_echo") >&5 | ||
23301 | (eval "$ac_compile") 2>conftest.er1 | ||
23302 | ac_status=$? | ||
23303 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23304 | rm -f conftest.er1 | ||
23305 | cat conftest.err >&5 | ||
23306 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23307 | (exit $ac_status); } && { | ||
23308 | test -z "$ac_c_werror_flag" || | ||
23309 | test ! -s conftest.err | ||
23310 | } && test -s conftest.$ac_objext; then | ||
23311 | cat >conftest.$ac_ext <<_ACEOF | ||
23312 | /* confdefs.h. */ | ||
23313 | _ACEOF | ||
23314 | cat confdefs.h >>conftest.$ac_ext | ||
23315 | cat >>conftest.$ac_ext <<_ACEOF | ||
23316 | /* end confdefs.h. */ | ||
23317 | #include <sys/types.h> | ||
23318 | #include <netinet/in.h> | ||
23319 | |||
23320 | int | ||
23321 | main () | ||
23322 | { | ||
23323 | if (sizeof ((in_addr_t))) | ||
23324 | return 0; | ||
22264 | ; | 23325 | ; |
22265 | return 0; | 23326 | return 0; |
22266 | } | 23327 | } |
@@ -22271,29 +23332,38 @@ case "(($ac_try" in | |||
22271 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23332 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22272 | *) ac_try_echo=$ac_try;; | 23333 | *) ac_try_echo=$ac_try;; |
22273 | esac | 23334 | esac |
22274 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23335 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23336 | $as_echo "$ac_try_echo") >&5 | ||
22275 | (eval "$ac_compile") 2>conftest.er1 | 23337 | (eval "$ac_compile") 2>conftest.er1 |
22276 | ac_status=$? | 23338 | ac_status=$? |
22277 | grep -v '^ *+' conftest.er1 >conftest.err | 23339 | grep -v '^ *+' conftest.er1 >conftest.err |
22278 | rm -f conftest.er1 | 23340 | rm -f conftest.er1 |
22279 | cat conftest.err >&5 | 23341 | cat conftest.err >&5 |
22280 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23342 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22281 | (exit $ac_status); } && { | 23343 | (exit $ac_status); } && { |
22282 | test -z "$ac_c_werror_flag" || | 23344 | test -z "$ac_c_werror_flag" || |
22283 | test ! -s conftest.err | 23345 | test ! -s conftest.err |
22284 | } && test -s conftest.$ac_objext; then | 23346 | } && test -s conftest.$ac_objext; then |
22285 | ac_cv_type_in_addr_t=yes | 23347 | : |
22286 | else | 23348 | else |
22287 | echo "$as_me: failed program was:" >&5 | 23349 | $as_echo "$as_me: failed program was:" >&5 |
22288 | sed 's/^/| /' conftest.$ac_ext >&5 | 23350 | sed 's/^/| /' conftest.$ac_ext >&5 |
22289 | 23351 | ||
22290 | ac_cv_type_in_addr_t=no | 23352 | ac_cv_type_in_addr_t=yes |
23353 | fi | ||
23354 | |||
23355 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23356 | else | ||
23357 | $as_echo "$as_me: failed program was:" >&5 | ||
23358 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23359 | |||
23360 | |||
22291 | fi | 23361 | fi |
22292 | 23362 | ||
22293 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23363 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22294 | fi | 23364 | fi |
22295 | { echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5 | 23365 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5 |
22296 | echo "${ECHO_T}$ac_cv_type_in_addr_t" >&6; } | 23366 | $as_echo "$ac_cv_type_in_addr_t" >&6; } |
22297 | if test $ac_cv_type_in_addr_t = yes; then | 23367 | if test $ac_cv_type_in_addr_t = yes; then |
22298 | 23368 | ||
22299 | cat >>confdefs.h <<_ACEOF | 23369 | cat >>confdefs.h <<_ACEOF |
@@ -22302,12 +23372,118 @@ _ACEOF | |||
22302 | 23372 | ||
22303 | 23373 | ||
22304 | fi | 23374 | fi |
23375 | { $as_echo "$as_me:$LINENO: checking for in_port_t" >&5 | ||
23376 | $as_echo_n "checking for in_port_t... " >&6; } | ||
23377 | if test "${ac_cv_type_in_port_t+set}" = set; then | ||
23378 | $as_echo_n "(cached) " >&6 | ||
23379 | else | ||
23380 | ac_cv_type_in_port_t=no | ||
23381 | cat >conftest.$ac_ext <<_ACEOF | ||
23382 | /* confdefs.h. */ | ||
23383 | _ACEOF | ||
23384 | cat confdefs.h >>conftest.$ac_ext | ||
23385 | cat >>conftest.$ac_ext <<_ACEOF | ||
23386 | /* end confdefs.h. */ | ||
23387 | #include <sys/types.h> | ||
23388 | #include <netinet/in.h> | ||
23389 | |||
23390 | int | ||
23391 | main () | ||
23392 | { | ||
23393 | if (sizeof (in_port_t)) | ||
23394 | return 0; | ||
23395 | ; | ||
23396 | return 0; | ||
23397 | } | ||
23398 | _ACEOF | ||
23399 | rm -f conftest.$ac_objext | ||
23400 | if { (ac_try="$ac_compile" | ||
23401 | case "(($ac_try" in | ||
23402 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23403 | *) ac_try_echo=$ac_try;; | ||
23404 | esac | ||
23405 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23406 | $as_echo "$ac_try_echo") >&5 | ||
23407 | (eval "$ac_compile") 2>conftest.er1 | ||
23408 | ac_status=$? | ||
23409 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23410 | rm -f conftest.er1 | ||
23411 | cat conftest.err >&5 | ||
23412 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23413 | (exit $ac_status); } && { | ||
23414 | test -z "$ac_c_werror_flag" || | ||
23415 | test ! -s conftest.err | ||
23416 | } && test -s conftest.$ac_objext; then | ||
23417 | cat >conftest.$ac_ext <<_ACEOF | ||
23418 | /* confdefs.h. */ | ||
23419 | _ACEOF | ||
23420 | cat confdefs.h >>conftest.$ac_ext | ||
23421 | cat >>conftest.$ac_ext <<_ACEOF | ||
23422 | /* end confdefs.h. */ | ||
23423 | #include <sys/types.h> | ||
23424 | #include <netinet/in.h> | ||
23425 | |||
23426 | int | ||
23427 | main () | ||
23428 | { | ||
23429 | if (sizeof ((in_port_t))) | ||
23430 | return 0; | ||
23431 | ; | ||
23432 | return 0; | ||
23433 | } | ||
23434 | _ACEOF | ||
23435 | rm -f conftest.$ac_objext | ||
23436 | if { (ac_try="$ac_compile" | ||
23437 | case "(($ac_try" in | ||
23438 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23439 | *) ac_try_echo=$ac_try;; | ||
23440 | esac | ||
23441 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23442 | $as_echo "$ac_try_echo") >&5 | ||
23443 | (eval "$ac_compile") 2>conftest.er1 | ||
23444 | ac_status=$? | ||
23445 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23446 | rm -f conftest.er1 | ||
23447 | cat conftest.err >&5 | ||
23448 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23449 | (exit $ac_status); } && { | ||
23450 | test -z "$ac_c_werror_flag" || | ||
23451 | test ! -s conftest.err | ||
23452 | } && test -s conftest.$ac_objext; then | ||
23453 | : | ||
23454 | else | ||
23455 | $as_echo "$as_me: failed program was:" >&5 | ||
23456 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23457 | |||
23458 | ac_cv_type_in_port_t=yes | ||
23459 | fi | ||
23460 | |||
23461 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23462 | else | ||
23463 | $as_echo "$as_me: failed program was:" >&5 | ||
23464 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23465 | |||
23466 | |||
23467 | fi | ||
23468 | |||
23469 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23470 | fi | ||
23471 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_in_port_t" >&5 | ||
23472 | $as_echo "$ac_cv_type_in_port_t" >&6; } | ||
23473 | if test $ac_cv_type_in_port_t = yes; then | ||
23474 | |||
23475 | cat >>confdefs.h <<_ACEOF | ||
23476 | #define HAVE_IN_PORT_T 1 | ||
23477 | _ACEOF | ||
23478 | |||
23479 | |||
23480 | fi | ||
22305 | 23481 | ||
22306 | 23482 | ||
22307 | { echo "$as_me:$LINENO: checking for size_t" >&5 | 23483 | { $as_echo "$as_me:$LINENO: checking for size_t" >&5 |
22308 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } | 23484 | $as_echo_n "checking for size_t... " >&6; } |
22309 | if test "${ac_cv_have_size_t+set}" = set; then | 23485 | if test "${ac_cv_have_size_t+set}" = set; then |
22310 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23486 | $as_echo_n "(cached) " >&6 |
22311 | else | 23487 | else |
22312 | 23488 | ||
22313 | cat >conftest.$ac_ext <<_ACEOF | 23489 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22333,20 +23509,21 @@ case "(($ac_try" in | |||
22333 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23509 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22334 | *) ac_try_echo=$ac_try;; | 23510 | *) ac_try_echo=$ac_try;; |
22335 | esac | 23511 | esac |
22336 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23512 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23513 | $as_echo "$ac_try_echo") >&5 | ||
22337 | (eval "$ac_compile") 2>conftest.er1 | 23514 | (eval "$ac_compile") 2>conftest.er1 |
22338 | ac_status=$? | 23515 | ac_status=$? |
22339 | grep -v '^ *+' conftest.er1 >conftest.err | 23516 | grep -v '^ *+' conftest.er1 >conftest.err |
22340 | rm -f conftest.er1 | 23517 | rm -f conftest.er1 |
22341 | cat conftest.err >&5 | 23518 | cat conftest.err >&5 |
22342 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23519 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22343 | (exit $ac_status); } && { | 23520 | (exit $ac_status); } && { |
22344 | test -z "$ac_c_werror_flag" || | 23521 | test -z "$ac_c_werror_flag" || |
22345 | test ! -s conftest.err | 23522 | test ! -s conftest.err |
22346 | } && test -s conftest.$ac_objext; then | 23523 | } && test -s conftest.$ac_objext; then |
22347 | ac_cv_have_size_t="yes" | 23524 | ac_cv_have_size_t="yes" |
22348 | else | 23525 | else |
22349 | echo "$as_me: failed program was:" >&5 | 23526 | $as_echo "$as_me: failed program was:" >&5 |
22350 | sed 's/^/| /' conftest.$ac_ext >&5 | 23527 | sed 's/^/| /' conftest.$ac_ext >&5 |
22351 | 23528 | ||
22352 | ac_cv_have_size_t="no" | 23529 | ac_cv_have_size_t="no" |
@@ -22356,8 +23533,8 @@ fi | |||
22356 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23533 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22357 | 23534 | ||
22358 | fi | 23535 | fi |
22359 | { echo "$as_me:$LINENO: result: $ac_cv_have_size_t" >&5 | 23536 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_size_t" >&5 |
22360 | echo "${ECHO_T}$ac_cv_have_size_t" >&6; } | 23537 | $as_echo "$ac_cv_have_size_t" >&6; } |
22361 | if test "x$ac_cv_have_size_t" = "xyes" ; then | 23538 | if test "x$ac_cv_have_size_t" = "xyes" ; then |
22362 | 23539 | ||
22363 | cat >>confdefs.h <<\_ACEOF | 23540 | cat >>confdefs.h <<\_ACEOF |
@@ -22366,10 +23543,10 @@ _ACEOF | |||
22366 | 23543 | ||
22367 | fi | 23544 | fi |
22368 | 23545 | ||
22369 | { echo "$as_me:$LINENO: checking for ssize_t" >&5 | 23546 | { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 |
22370 | echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } | 23547 | $as_echo_n "checking for ssize_t... " >&6; } |
22371 | if test "${ac_cv_have_ssize_t+set}" = set; then | 23548 | if test "${ac_cv_have_ssize_t+set}" = set; then |
22372 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23549 | $as_echo_n "(cached) " >&6 |
22373 | else | 23550 | else |
22374 | 23551 | ||
22375 | cat >conftest.$ac_ext <<_ACEOF | 23552 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22395,20 +23572,21 @@ case "(($ac_try" in | |||
22395 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23572 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22396 | *) ac_try_echo=$ac_try;; | 23573 | *) ac_try_echo=$ac_try;; |
22397 | esac | 23574 | esac |
22398 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23575 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23576 | $as_echo "$ac_try_echo") >&5 | ||
22399 | (eval "$ac_compile") 2>conftest.er1 | 23577 | (eval "$ac_compile") 2>conftest.er1 |
22400 | ac_status=$? | 23578 | ac_status=$? |
22401 | grep -v '^ *+' conftest.er1 >conftest.err | 23579 | grep -v '^ *+' conftest.er1 >conftest.err |
22402 | rm -f conftest.er1 | 23580 | rm -f conftest.er1 |
22403 | cat conftest.err >&5 | 23581 | cat conftest.err >&5 |
22404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23582 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22405 | (exit $ac_status); } && { | 23583 | (exit $ac_status); } && { |
22406 | test -z "$ac_c_werror_flag" || | 23584 | test -z "$ac_c_werror_flag" || |
22407 | test ! -s conftest.err | 23585 | test ! -s conftest.err |
22408 | } && test -s conftest.$ac_objext; then | 23586 | } && test -s conftest.$ac_objext; then |
22409 | ac_cv_have_ssize_t="yes" | 23587 | ac_cv_have_ssize_t="yes" |
22410 | else | 23588 | else |
22411 | echo "$as_me: failed program was:" >&5 | 23589 | $as_echo "$as_me: failed program was:" >&5 |
22412 | sed 's/^/| /' conftest.$ac_ext >&5 | 23590 | sed 's/^/| /' conftest.$ac_ext >&5 |
22413 | 23591 | ||
22414 | ac_cv_have_ssize_t="no" | 23592 | ac_cv_have_ssize_t="no" |
@@ -22418,8 +23596,8 @@ fi | |||
22418 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23596 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22419 | 23597 | ||
22420 | fi | 23598 | fi |
22421 | { echo "$as_me:$LINENO: result: $ac_cv_have_ssize_t" >&5 | 23599 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_ssize_t" >&5 |
22422 | echo "${ECHO_T}$ac_cv_have_ssize_t" >&6; } | 23600 | $as_echo "$ac_cv_have_ssize_t" >&6; } |
22423 | if test "x$ac_cv_have_ssize_t" = "xyes" ; then | 23601 | if test "x$ac_cv_have_ssize_t" = "xyes" ; then |
22424 | 23602 | ||
22425 | cat >>confdefs.h <<\_ACEOF | 23603 | cat >>confdefs.h <<\_ACEOF |
@@ -22428,10 +23606,10 @@ _ACEOF | |||
22428 | 23606 | ||
22429 | fi | 23607 | fi |
22430 | 23608 | ||
22431 | { echo "$as_me:$LINENO: checking for clock_t" >&5 | 23609 | { $as_echo "$as_me:$LINENO: checking for clock_t" >&5 |
22432 | echo $ECHO_N "checking for clock_t... $ECHO_C" >&6; } | 23610 | $as_echo_n "checking for clock_t... " >&6; } |
22433 | if test "${ac_cv_have_clock_t+set}" = set; then | 23611 | if test "${ac_cv_have_clock_t+set}" = set; then |
22434 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23612 | $as_echo_n "(cached) " >&6 |
22435 | else | 23613 | else |
22436 | 23614 | ||
22437 | cat >conftest.$ac_ext <<_ACEOF | 23615 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22457,20 +23635,21 @@ case "(($ac_try" in | |||
22457 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23635 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22458 | *) ac_try_echo=$ac_try;; | 23636 | *) ac_try_echo=$ac_try;; |
22459 | esac | 23637 | esac |
22460 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23638 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23639 | $as_echo "$ac_try_echo") >&5 | ||
22461 | (eval "$ac_compile") 2>conftest.er1 | 23640 | (eval "$ac_compile") 2>conftest.er1 |
22462 | ac_status=$? | 23641 | ac_status=$? |
22463 | grep -v '^ *+' conftest.er1 >conftest.err | 23642 | grep -v '^ *+' conftest.er1 >conftest.err |
22464 | rm -f conftest.er1 | 23643 | rm -f conftest.er1 |
22465 | cat conftest.err >&5 | 23644 | cat conftest.err >&5 |
22466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23645 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22467 | (exit $ac_status); } && { | 23646 | (exit $ac_status); } && { |
22468 | test -z "$ac_c_werror_flag" || | 23647 | test -z "$ac_c_werror_flag" || |
22469 | test ! -s conftest.err | 23648 | test ! -s conftest.err |
22470 | } && test -s conftest.$ac_objext; then | 23649 | } && test -s conftest.$ac_objext; then |
22471 | ac_cv_have_clock_t="yes" | 23650 | ac_cv_have_clock_t="yes" |
22472 | else | 23651 | else |
22473 | echo "$as_me: failed program was:" >&5 | 23652 | $as_echo "$as_me: failed program was:" >&5 |
22474 | sed 's/^/| /' conftest.$ac_ext >&5 | 23653 | sed 's/^/| /' conftest.$ac_ext >&5 |
22475 | 23654 | ||
22476 | ac_cv_have_clock_t="no" | 23655 | ac_cv_have_clock_t="no" |
@@ -22480,8 +23659,8 @@ fi | |||
22480 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23659 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22481 | 23660 | ||
22482 | fi | 23661 | fi |
22483 | { echo "$as_me:$LINENO: result: $ac_cv_have_clock_t" >&5 | 23662 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_clock_t" >&5 |
22484 | echo "${ECHO_T}$ac_cv_have_clock_t" >&6; } | 23663 | $as_echo "$ac_cv_have_clock_t" >&6; } |
22485 | if test "x$ac_cv_have_clock_t" = "xyes" ; then | 23664 | if test "x$ac_cv_have_clock_t" = "xyes" ; then |
22486 | 23665 | ||
22487 | cat >>confdefs.h <<\_ACEOF | 23666 | cat >>confdefs.h <<\_ACEOF |
@@ -22490,10 +23669,10 @@ _ACEOF | |||
22490 | 23669 | ||
22491 | fi | 23670 | fi |
22492 | 23671 | ||
22493 | { echo "$as_me:$LINENO: checking for sa_family_t" >&5 | 23672 | { $as_echo "$as_me:$LINENO: checking for sa_family_t" >&5 |
22494 | echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6; } | 23673 | $as_echo_n "checking for sa_family_t... " >&6; } |
22495 | if test "${ac_cv_have_sa_family_t+set}" = set; then | 23674 | if test "${ac_cv_have_sa_family_t+set}" = set; then |
22496 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23675 | $as_echo_n "(cached) " >&6 |
22497 | else | 23676 | else |
22498 | 23677 | ||
22499 | cat >conftest.$ac_ext <<_ACEOF | 23678 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22520,20 +23699,21 @@ case "(($ac_try" in | |||
22520 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22521 | *) ac_try_echo=$ac_try;; | 23700 | *) ac_try_echo=$ac_try;; |
22522 | esac | 23701 | esac |
22523 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23702 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23703 | $as_echo "$ac_try_echo") >&5 | ||
22524 | (eval "$ac_compile") 2>conftest.er1 | 23704 | (eval "$ac_compile") 2>conftest.er1 |
22525 | ac_status=$? | 23705 | ac_status=$? |
22526 | grep -v '^ *+' conftest.er1 >conftest.err | 23706 | grep -v '^ *+' conftest.er1 >conftest.err |
22527 | rm -f conftest.er1 | 23707 | rm -f conftest.er1 |
22528 | cat conftest.err >&5 | 23708 | cat conftest.err >&5 |
22529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23709 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22530 | (exit $ac_status); } && { | 23710 | (exit $ac_status); } && { |
22531 | test -z "$ac_c_werror_flag" || | 23711 | test -z "$ac_c_werror_flag" || |
22532 | test ! -s conftest.err | 23712 | test ! -s conftest.err |
22533 | } && test -s conftest.$ac_objext; then | 23713 | } && test -s conftest.$ac_objext; then |
22534 | ac_cv_have_sa_family_t="yes" | 23714 | ac_cv_have_sa_family_t="yes" |
22535 | else | 23715 | else |
22536 | echo "$as_me: failed program was:" >&5 | 23716 | $as_echo "$as_me: failed program was:" >&5 |
22537 | sed 's/^/| /' conftest.$ac_ext >&5 | 23717 | sed 's/^/| /' conftest.$ac_ext >&5 |
22538 | 23718 | ||
22539 | cat >conftest.$ac_ext <<_ACEOF | 23719 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22561,20 +23741,21 @@ case "(($ac_try" in | |||
22561 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23741 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22562 | *) ac_try_echo=$ac_try;; | 23742 | *) ac_try_echo=$ac_try;; |
22563 | esac | 23743 | esac |
22564 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23744 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23745 | $as_echo "$ac_try_echo") >&5 | ||
22565 | (eval "$ac_compile") 2>conftest.er1 | 23746 | (eval "$ac_compile") 2>conftest.er1 |
22566 | ac_status=$? | 23747 | ac_status=$? |
22567 | grep -v '^ *+' conftest.er1 >conftest.err | 23748 | grep -v '^ *+' conftest.er1 >conftest.err |
22568 | rm -f conftest.er1 | 23749 | rm -f conftest.er1 |
22569 | cat conftest.err >&5 | 23750 | cat conftest.err >&5 |
22570 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23751 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22571 | (exit $ac_status); } && { | 23752 | (exit $ac_status); } && { |
22572 | test -z "$ac_c_werror_flag" || | 23753 | test -z "$ac_c_werror_flag" || |
22573 | test ! -s conftest.err | 23754 | test ! -s conftest.err |
22574 | } && test -s conftest.$ac_objext; then | 23755 | } && test -s conftest.$ac_objext; then |
22575 | ac_cv_have_sa_family_t="yes" | 23756 | ac_cv_have_sa_family_t="yes" |
22576 | else | 23757 | else |
22577 | echo "$as_me: failed program was:" >&5 | 23758 | $as_echo "$as_me: failed program was:" >&5 |
22578 | sed 's/^/| /' conftest.$ac_ext >&5 | 23759 | sed 's/^/| /' conftest.$ac_ext >&5 |
22579 | 23760 | ||
22580 | ac_cv_have_sa_family_t="no" | 23761 | ac_cv_have_sa_family_t="no" |
@@ -22588,8 +23769,8 @@ fi | |||
22588 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23769 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22589 | 23770 | ||
22590 | fi | 23771 | fi |
22591 | { echo "$as_me:$LINENO: result: $ac_cv_have_sa_family_t" >&5 | 23772 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_sa_family_t" >&5 |
22592 | echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6; } | 23773 | $as_echo "$ac_cv_have_sa_family_t" >&6; } |
22593 | if test "x$ac_cv_have_sa_family_t" = "xyes" ; then | 23774 | if test "x$ac_cv_have_sa_family_t" = "xyes" ; then |
22594 | 23775 | ||
22595 | cat >>confdefs.h <<\_ACEOF | 23776 | cat >>confdefs.h <<\_ACEOF |
@@ -22598,10 +23779,10 @@ _ACEOF | |||
22598 | 23779 | ||
22599 | fi | 23780 | fi |
22600 | 23781 | ||
22601 | { echo "$as_me:$LINENO: checking for pid_t" >&5 | 23782 | { $as_echo "$as_me:$LINENO: checking for pid_t" >&5 |
22602 | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } | 23783 | $as_echo_n "checking for pid_t... " >&6; } |
22603 | if test "${ac_cv_have_pid_t+set}" = set; then | 23784 | if test "${ac_cv_have_pid_t+set}" = set; then |
22604 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23785 | $as_echo_n "(cached) " >&6 |
22605 | else | 23786 | else |
22606 | 23787 | ||
22607 | cat >conftest.$ac_ext <<_ACEOF | 23788 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22627,20 +23808,21 @@ case "(($ac_try" in | |||
22627 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23808 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22628 | *) ac_try_echo=$ac_try;; | 23809 | *) ac_try_echo=$ac_try;; |
22629 | esac | 23810 | esac |
22630 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23811 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23812 | $as_echo "$ac_try_echo") >&5 | ||
22631 | (eval "$ac_compile") 2>conftest.er1 | 23813 | (eval "$ac_compile") 2>conftest.er1 |
22632 | ac_status=$? | 23814 | ac_status=$? |
22633 | grep -v '^ *+' conftest.er1 >conftest.err | 23815 | grep -v '^ *+' conftest.er1 >conftest.err |
22634 | rm -f conftest.er1 | 23816 | rm -f conftest.er1 |
22635 | cat conftest.err >&5 | 23817 | cat conftest.err >&5 |
22636 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23818 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22637 | (exit $ac_status); } && { | 23819 | (exit $ac_status); } && { |
22638 | test -z "$ac_c_werror_flag" || | 23820 | test -z "$ac_c_werror_flag" || |
22639 | test ! -s conftest.err | 23821 | test ! -s conftest.err |
22640 | } && test -s conftest.$ac_objext; then | 23822 | } && test -s conftest.$ac_objext; then |
22641 | ac_cv_have_pid_t="yes" | 23823 | ac_cv_have_pid_t="yes" |
22642 | else | 23824 | else |
22643 | echo "$as_me: failed program was:" >&5 | 23825 | $as_echo "$as_me: failed program was:" >&5 |
22644 | sed 's/^/| /' conftest.$ac_ext >&5 | 23826 | sed 's/^/| /' conftest.$ac_ext >&5 |
22645 | 23827 | ||
22646 | ac_cv_have_pid_t="no" | 23828 | ac_cv_have_pid_t="no" |
@@ -22650,8 +23832,8 @@ fi | |||
22650 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23832 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22651 | 23833 | ||
22652 | fi | 23834 | fi |
22653 | { echo "$as_me:$LINENO: result: $ac_cv_have_pid_t" >&5 | 23835 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pid_t" >&5 |
22654 | echo "${ECHO_T}$ac_cv_have_pid_t" >&6; } | 23836 | $as_echo "$ac_cv_have_pid_t" >&6; } |
22655 | if test "x$ac_cv_have_pid_t" = "xyes" ; then | 23837 | if test "x$ac_cv_have_pid_t" = "xyes" ; then |
22656 | 23838 | ||
22657 | cat >>confdefs.h <<\_ACEOF | 23839 | cat >>confdefs.h <<\_ACEOF |
@@ -22660,10 +23842,10 @@ _ACEOF | |||
22660 | 23842 | ||
22661 | fi | 23843 | fi |
22662 | 23844 | ||
22663 | { echo "$as_me:$LINENO: checking for mode_t" >&5 | 23845 | { $as_echo "$as_me:$LINENO: checking for mode_t" >&5 |
22664 | echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } | 23846 | $as_echo_n "checking for mode_t... " >&6; } |
22665 | if test "${ac_cv_have_mode_t+set}" = set; then | 23847 | if test "${ac_cv_have_mode_t+set}" = set; then |
22666 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23848 | $as_echo_n "(cached) " >&6 |
22667 | else | 23849 | else |
22668 | 23850 | ||
22669 | cat >conftest.$ac_ext <<_ACEOF | 23851 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22689,20 +23871,21 @@ case "(($ac_try" in | |||
22689 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23871 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22690 | *) ac_try_echo=$ac_try;; | 23872 | *) ac_try_echo=$ac_try;; |
22691 | esac | 23873 | esac |
22692 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23874 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23875 | $as_echo "$ac_try_echo") >&5 | ||
22693 | (eval "$ac_compile") 2>conftest.er1 | 23876 | (eval "$ac_compile") 2>conftest.er1 |
22694 | ac_status=$? | 23877 | ac_status=$? |
22695 | grep -v '^ *+' conftest.er1 >conftest.err | 23878 | grep -v '^ *+' conftest.er1 >conftest.err |
22696 | rm -f conftest.er1 | 23879 | rm -f conftest.er1 |
22697 | cat conftest.err >&5 | 23880 | cat conftest.err >&5 |
22698 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23881 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22699 | (exit $ac_status); } && { | 23882 | (exit $ac_status); } && { |
22700 | test -z "$ac_c_werror_flag" || | 23883 | test -z "$ac_c_werror_flag" || |
22701 | test ! -s conftest.err | 23884 | test ! -s conftest.err |
22702 | } && test -s conftest.$ac_objext; then | 23885 | } && test -s conftest.$ac_objext; then |
22703 | ac_cv_have_mode_t="yes" | 23886 | ac_cv_have_mode_t="yes" |
22704 | else | 23887 | else |
22705 | echo "$as_me: failed program was:" >&5 | 23888 | $as_echo "$as_me: failed program was:" >&5 |
22706 | sed 's/^/| /' conftest.$ac_ext >&5 | 23889 | sed 's/^/| /' conftest.$ac_ext >&5 |
22707 | 23890 | ||
22708 | ac_cv_have_mode_t="no" | 23891 | ac_cv_have_mode_t="no" |
@@ -22712,8 +23895,8 @@ fi | |||
22712 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23895 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22713 | 23896 | ||
22714 | fi | 23897 | fi |
22715 | { echo "$as_me:$LINENO: result: $ac_cv_have_mode_t" >&5 | 23898 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_mode_t" >&5 |
22716 | echo "${ECHO_T}$ac_cv_have_mode_t" >&6; } | 23899 | $as_echo "$ac_cv_have_mode_t" >&6; } |
22717 | if test "x$ac_cv_have_mode_t" = "xyes" ; then | 23900 | if test "x$ac_cv_have_mode_t" = "xyes" ; then |
22718 | 23901 | ||
22719 | cat >>confdefs.h <<\_ACEOF | 23902 | cat >>confdefs.h <<\_ACEOF |
@@ -22723,10 +23906,10 @@ _ACEOF | |||
22723 | fi | 23906 | fi |
22724 | 23907 | ||
22725 | 23908 | ||
22726 | { echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5 | 23909 | { $as_echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5 |
22727 | echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6; } | 23910 | $as_echo_n "checking for struct sockaddr_storage... " >&6; } |
22728 | if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then | 23911 | if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then |
22729 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23912 | $as_echo_n "(cached) " >&6 |
22730 | else | 23913 | else |
22731 | 23914 | ||
22732 | cat >conftest.$ac_ext <<_ACEOF | 23915 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22753,20 +23936,21 @@ case "(($ac_try" in | |||
22753 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23936 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22754 | *) ac_try_echo=$ac_try;; | 23937 | *) ac_try_echo=$ac_try;; |
22755 | esac | 23938 | esac |
22756 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 23939 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
23940 | $as_echo "$ac_try_echo") >&5 | ||
22757 | (eval "$ac_compile") 2>conftest.er1 | 23941 | (eval "$ac_compile") 2>conftest.er1 |
22758 | ac_status=$? | 23942 | ac_status=$? |
22759 | grep -v '^ *+' conftest.er1 >conftest.err | 23943 | grep -v '^ *+' conftest.er1 >conftest.err |
22760 | rm -f conftest.er1 | 23944 | rm -f conftest.er1 |
22761 | cat conftest.err >&5 | 23945 | cat conftest.err >&5 |
22762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23946 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22763 | (exit $ac_status); } && { | 23947 | (exit $ac_status); } && { |
22764 | test -z "$ac_c_werror_flag" || | 23948 | test -z "$ac_c_werror_flag" || |
22765 | test ! -s conftest.err | 23949 | test ! -s conftest.err |
22766 | } && test -s conftest.$ac_objext; then | 23950 | } && test -s conftest.$ac_objext; then |
22767 | ac_cv_have_struct_sockaddr_storage="yes" | 23951 | ac_cv_have_struct_sockaddr_storage="yes" |
22768 | else | 23952 | else |
22769 | echo "$as_me: failed program was:" >&5 | 23953 | $as_echo "$as_me: failed program was:" >&5 |
22770 | sed 's/^/| /' conftest.$ac_ext >&5 | 23954 | sed 's/^/| /' conftest.$ac_ext >&5 |
22771 | 23955 | ||
22772 | ac_cv_have_struct_sockaddr_storage="no" | 23956 | ac_cv_have_struct_sockaddr_storage="no" |
@@ -22776,8 +23960,8 @@ fi | |||
22776 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23960 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22777 | 23961 | ||
22778 | fi | 23962 | fi |
22779 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_storage" >&5 | 23963 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_storage" >&5 |
22780 | echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6; } | 23964 | $as_echo "$ac_cv_have_struct_sockaddr_storage" >&6; } |
22781 | if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then | 23965 | if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then |
22782 | 23966 | ||
22783 | cat >>confdefs.h <<\_ACEOF | 23967 | cat >>confdefs.h <<\_ACEOF |
@@ -22786,10 +23970,10 @@ _ACEOF | |||
22786 | 23970 | ||
22787 | fi | 23971 | fi |
22788 | 23972 | ||
22789 | { echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 | 23973 | { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 |
22790 | echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6; } | 23974 | $as_echo_n "checking for struct sockaddr_in6... " >&6; } |
22791 | if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then | 23975 | if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then |
22792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 23976 | $as_echo_n "(cached) " >&6 |
22793 | else | 23977 | else |
22794 | 23978 | ||
22795 | cat >conftest.$ac_ext <<_ACEOF | 23979 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22816,20 +24000,21 @@ case "(($ac_try" in | |||
22816 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24000 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22817 | *) ac_try_echo=$ac_try;; | 24001 | *) ac_try_echo=$ac_try;; |
22818 | esac | 24002 | esac |
22819 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24003 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24004 | $as_echo "$ac_try_echo") >&5 | ||
22820 | (eval "$ac_compile") 2>conftest.er1 | 24005 | (eval "$ac_compile") 2>conftest.er1 |
22821 | ac_status=$? | 24006 | ac_status=$? |
22822 | grep -v '^ *+' conftest.er1 >conftest.err | 24007 | grep -v '^ *+' conftest.er1 >conftest.err |
22823 | rm -f conftest.er1 | 24008 | rm -f conftest.er1 |
22824 | cat conftest.err >&5 | 24009 | cat conftest.err >&5 |
22825 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24010 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22826 | (exit $ac_status); } && { | 24011 | (exit $ac_status); } && { |
22827 | test -z "$ac_c_werror_flag" || | 24012 | test -z "$ac_c_werror_flag" || |
22828 | test ! -s conftest.err | 24013 | test ! -s conftest.err |
22829 | } && test -s conftest.$ac_objext; then | 24014 | } && test -s conftest.$ac_objext; then |
22830 | ac_cv_have_struct_sockaddr_in6="yes" | 24015 | ac_cv_have_struct_sockaddr_in6="yes" |
22831 | else | 24016 | else |
22832 | echo "$as_me: failed program was:" >&5 | 24017 | $as_echo "$as_me: failed program was:" >&5 |
22833 | sed 's/^/| /' conftest.$ac_ext >&5 | 24018 | sed 's/^/| /' conftest.$ac_ext >&5 |
22834 | 24019 | ||
22835 | ac_cv_have_struct_sockaddr_in6="no" | 24020 | ac_cv_have_struct_sockaddr_in6="no" |
@@ -22839,8 +24024,8 @@ fi | |||
22839 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24024 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22840 | 24025 | ||
22841 | fi | 24026 | fi |
22842 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_in6" >&5 | 24027 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_in6" >&5 |
22843 | echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6; } | 24028 | $as_echo "$ac_cv_have_struct_sockaddr_in6" >&6; } |
22844 | if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then | 24029 | if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then |
22845 | 24030 | ||
22846 | cat >>confdefs.h <<\_ACEOF | 24031 | cat >>confdefs.h <<\_ACEOF |
@@ -22849,10 +24034,10 @@ _ACEOF | |||
22849 | 24034 | ||
22850 | fi | 24035 | fi |
22851 | 24036 | ||
22852 | { echo "$as_me:$LINENO: checking for struct in6_addr" >&5 | 24037 | { $as_echo "$as_me:$LINENO: checking for struct in6_addr" >&5 |
22853 | echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6; } | 24038 | $as_echo_n "checking for struct in6_addr... " >&6; } |
22854 | if test "${ac_cv_have_struct_in6_addr+set}" = set; then | 24039 | if test "${ac_cv_have_struct_in6_addr+set}" = set; then |
22855 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24040 | $as_echo_n "(cached) " >&6 |
22856 | else | 24041 | else |
22857 | 24042 | ||
22858 | cat >conftest.$ac_ext <<_ACEOF | 24043 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22879,20 +24064,21 @@ case "(($ac_try" in | |||
22879 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24064 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22880 | *) ac_try_echo=$ac_try;; | 24065 | *) ac_try_echo=$ac_try;; |
22881 | esac | 24066 | esac |
22882 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24067 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24068 | $as_echo "$ac_try_echo") >&5 | ||
22883 | (eval "$ac_compile") 2>conftest.er1 | 24069 | (eval "$ac_compile") 2>conftest.er1 |
22884 | ac_status=$? | 24070 | ac_status=$? |
22885 | grep -v '^ *+' conftest.er1 >conftest.err | 24071 | grep -v '^ *+' conftest.er1 >conftest.err |
22886 | rm -f conftest.er1 | 24072 | rm -f conftest.er1 |
22887 | cat conftest.err >&5 | 24073 | cat conftest.err >&5 |
22888 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24074 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22889 | (exit $ac_status); } && { | 24075 | (exit $ac_status); } && { |
22890 | test -z "$ac_c_werror_flag" || | 24076 | test -z "$ac_c_werror_flag" || |
22891 | test ! -s conftest.err | 24077 | test ! -s conftest.err |
22892 | } && test -s conftest.$ac_objext; then | 24078 | } && test -s conftest.$ac_objext; then |
22893 | ac_cv_have_struct_in6_addr="yes" | 24079 | ac_cv_have_struct_in6_addr="yes" |
22894 | else | 24080 | else |
22895 | echo "$as_me: failed program was:" >&5 | 24081 | $as_echo "$as_me: failed program was:" >&5 |
22896 | sed 's/^/| /' conftest.$ac_ext >&5 | 24082 | sed 's/^/| /' conftest.$ac_ext >&5 |
22897 | 24083 | ||
22898 | ac_cv_have_struct_in6_addr="no" | 24084 | ac_cv_have_struct_in6_addr="no" |
@@ -22902,8 +24088,8 @@ fi | |||
22902 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24088 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22903 | 24089 | ||
22904 | fi | 24090 | fi |
22905 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_in6_addr" >&5 | 24091 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_in6_addr" >&5 |
22906 | echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6; } | 24092 | $as_echo "$ac_cv_have_struct_in6_addr" >&6; } |
22907 | if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then | 24093 | if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then |
22908 | 24094 | ||
22909 | cat >>confdefs.h <<\_ACEOF | 24095 | cat >>confdefs.h <<\_ACEOF |
@@ -22911,10 +24097,10 @@ cat >>confdefs.h <<\_ACEOF | |||
22911 | _ACEOF | 24097 | _ACEOF |
22912 | 24098 | ||
22913 | 24099 | ||
22914 | { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 | 24100 | { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 |
22915 | echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; } | 24101 | $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; } |
22916 | if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then | 24102 | if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then |
22917 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24103 | $as_echo_n "(cached) " >&6 |
22918 | else | 24104 | else |
22919 | cat >conftest.$ac_ext <<_ACEOF | 24105 | cat >conftest.$ac_ext <<_ACEOF |
22920 | /* confdefs.h. */ | 24106 | /* confdefs.h. */ |
@@ -22945,20 +24131,21 @@ case "(($ac_try" in | |||
22945 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24131 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22946 | *) ac_try_echo=$ac_try;; | 24132 | *) ac_try_echo=$ac_try;; |
22947 | esac | 24133 | esac |
22948 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24134 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24135 | $as_echo "$ac_try_echo") >&5 | ||
22949 | (eval "$ac_compile") 2>conftest.er1 | 24136 | (eval "$ac_compile") 2>conftest.er1 |
22950 | ac_status=$? | 24137 | ac_status=$? |
22951 | grep -v '^ *+' conftest.er1 >conftest.err | 24138 | grep -v '^ *+' conftest.er1 >conftest.err |
22952 | rm -f conftest.er1 | 24139 | rm -f conftest.er1 |
22953 | cat conftest.err >&5 | 24140 | cat conftest.err >&5 |
22954 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24141 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22955 | (exit $ac_status); } && { | 24142 | (exit $ac_status); } && { |
22956 | test -z "$ac_c_werror_flag" || | 24143 | test -z "$ac_c_werror_flag" || |
22957 | test ! -s conftest.err | 24144 | test ! -s conftest.err |
22958 | } && test -s conftest.$ac_objext; then | 24145 | } && test -s conftest.$ac_objext; then |
22959 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes | 24146 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes |
22960 | else | 24147 | else |
22961 | echo "$as_me: failed program was:" >&5 | 24148 | $as_echo "$as_me: failed program was:" >&5 |
22962 | sed 's/^/| /' conftest.$ac_ext >&5 | 24149 | sed 's/^/| /' conftest.$ac_ext >&5 |
22963 | 24150 | ||
22964 | cat >conftest.$ac_ext <<_ACEOF | 24151 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22990,20 +24177,21 @@ case "(($ac_try" in | |||
22990 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24177 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22991 | *) ac_try_echo=$ac_try;; | 24178 | *) ac_try_echo=$ac_try;; |
22992 | esac | 24179 | esac |
22993 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24180 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24181 | $as_echo "$ac_try_echo") >&5 | ||
22994 | (eval "$ac_compile") 2>conftest.er1 | 24182 | (eval "$ac_compile") 2>conftest.er1 |
22995 | ac_status=$? | 24183 | ac_status=$? |
22996 | grep -v '^ *+' conftest.er1 >conftest.err | 24184 | grep -v '^ *+' conftest.er1 >conftest.err |
22997 | rm -f conftest.er1 | 24185 | rm -f conftest.er1 |
22998 | cat conftest.err >&5 | 24186 | cat conftest.err >&5 |
22999 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24187 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23000 | (exit $ac_status); } && { | 24188 | (exit $ac_status); } && { |
23001 | test -z "$ac_c_werror_flag" || | 24189 | test -z "$ac_c_werror_flag" || |
23002 | test ! -s conftest.err | 24190 | test ! -s conftest.err |
23003 | } && test -s conftest.$ac_objext; then | 24191 | } && test -s conftest.$ac_objext; then |
23004 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes | 24192 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes |
23005 | else | 24193 | else |
23006 | echo "$as_me: failed program was:" >&5 | 24194 | $as_echo "$as_me: failed program was:" >&5 |
23007 | sed 's/^/| /' conftest.$ac_ext >&5 | 24195 | sed 's/^/| /' conftest.$ac_ext >&5 |
23008 | 24196 | ||
23009 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no | 24197 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no |
@@ -23014,8 +24202,8 @@ fi | |||
23014 | 24202 | ||
23015 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24203 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23016 | fi | 24204 | fi |
23017 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 | 24205 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 |
23018 | echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } | 24206 | $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } |
23019 | if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then | 24207 | if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then |
23020 | 24208 | ||
23021 | cat >>confdefs.h <<_ACEOF | 24209 | cat >>confdefs.h <<_ACEOF |
@@ -23027,10 +24215,10 @@ fi | |||
23027 | 24215 | ||
23028 | fi | 24216 | fi |
23029 | 24217 | ||
23030 | { echo "$as_me:$LINENO: checking for struct addrinfo" >&5 | 24218 | { $as_echo "$as_me:$LINENO: checking for struct addrinfo" >&5 |
23031 | echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6; } | 24219 | $as_echo_n "checking for struct addrinfo... " >&6; } |
23032 | if test "${ac_cv_have_struct_addrinfo+set}" = set; then | 24220 | if test "${ac_cv_have_struct_addrinfo+set}" = set; then |
23033 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24221 | $as_echo_n "(cached) " >&6 |
23034 | else | 24222 | else |
23035 | 24223 | ||
23036 | cat >conftest.$ac_ext <<_ACEOF | 24224 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23058,20 +24246,21 @@ case "(($ac_try" in | |||
23058 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24246 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23059 | *) ac_try_echo=$ac_try;; | 24247 | *) ac_try_echo=$ac_try;; |
23060 | esac | 24248 | esac |
23061 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24249 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24250 | $as_echo "$ac_try_echo") >&5 | ||
23062 | (eval "$ac_compile") 2>conftest.er1 | 24251 | (eval "$ac_compile") 2>conftest.er1 |
23063 | ac_status=$? | 24252 | ac_status=$? |
23064 | grep -v '^ *+' conftest.er1 >conftest.err | 24253 | grep -v '^ *+' conftest.er1 >conftest.err |
23065 | rm -f conftest.er1 | 24254 | rm -f conftest.er1 |
23066 | cat conftest.err >&5 | 24255 | cat conftest.err >&5 |
23067 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24256 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23068 | (exit $ac_status); } && { | 24257 | (exit $ac_status); } && { |
23069 | test -z "$ac_c_werror_flag" || | 24258 | test -z "$ac_c_werror_flag" || |
23070 | test ! -s conftest.err | 24259 | test ! -s conftest.err |
23071 | } && test -s conftest.$ac_objext; then | 24260 | } && test -s conftest.$ac_objext; then |
23072 | ac_cv_have_struct_addrinfo="yes" | 24261 | ac_cv_have_struct_addrinfo="yes" |
23073 | else | 24262 | else |
23074 | echo "$as_me: failed program was:" >&5 | 24263 | $as_echo "$as_me: failed program was:" >&5 |
23075 | sed 's/^/| /' conftest.$ac_ext >&5 | 24264 | sed 's/^/| /' conftest.$ac_ext >&5 |
23076 | 24265 | ||
23077 | ac_cv_have_struct_addrinfo="no" | 24266 | ac_cv_have_struct_addrinfo="no" |
@@ -23081,8 +24270,8 @@ fi | |||
23081 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24270 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23082 | 24271 | ||
23083 | fi | 24272 | fi |
23084 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5 | 24273 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5 |
23085 | echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6; } | 24274 | $as_echo "$ac_cv_have_struct_addrinfo" >&6; } |
23086 | if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then | 24275 | if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then |
23087 | 24276 | ||
23088 | cat >>confdefs.h <<\_ACEOF | 24277 | cat >>confdefs.h <<\_ACEOF |
@@ -23091,10 +24280,10 @@ _ACEOF | |||
23091 | 24280 | ||
23092 | fi | 24281 | fi |
23093 | 24282 | ||
23094 | { echo "$as_me:$LINENO: checking for struct timeval" >&5 | 24283 | { $as_echo "$as_me:$LINENO: checking for struct timeval" >&5 |
23095 | echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; } | 24284 | $as_echo_n "checking for struct timeval... " >&6; } |
23096 | if test "${ac_cv_have_struct_timeval+set}" = set; then | 24285 | if test "${ac_cv_have_struct_timeval+set}" = set; then |
23097 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24286 | $as_echo_n "(cached) " >&6 |
23098 | else | 24287 | else |
23099 | 24288 | ||
23100 | cat >conftest.$ac_ext <<_ACEOF | 24289 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23118,20 +24307,21 @@ case "(($ac_try" in | |||
23118 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24307 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23119 | *) ac_try_echo=$ac_try;; | 24308 | *) ac_try_echo=$ac_try;; |
23120 | esac | 24309 | esac |
23121 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24310 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24311 | $as_echo "$ac_try_echo") >&5 | ||
23122 | (eval "$ac_compile") 2>conftest.er1 | 24312 | (eval "$ac_compile") 2>conftest.er1 |
23123 | ac_status=$? | 24313 | ac_status=$? |
23124 | grep -v '^ *+' conftest.er1 >conftest.err | 24314 | grep -v '^ *+' conftest.er1 >conftest.err |
23125 | rm -f conftest.er1 | 24315 | rm -f conftest.er1 |
23126 | cat conftest.err >&5 | 24316 | cat conftest.err >&5 |
23127 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24317 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23128 | (exit $ac_status); } && { | 24318 | (exit $ac_status); } && { |
23129 | test -z "$ac_c_werror_flag" || | 24319 | test -z "$ac_c_werror_flag" || |
23130 | test ! -s conftest.err | 24320 | test ! -s conftest.err |
23131 | } && test -s conftest.$ac_objext; then | 24321 | } && test -s conftest.$ac_objext; then |
23132 | ac_cv_have_struct_timeval="yes" | 24322 | ac_cv_have_struct_timeval="yes" |
23133 | else | 24323 | else |
23134 | echo "$as_me: failed program was:" >&5 | 24324 | $as_echo "$as_me: failed program was:" >&5 |
23135 | sed 's/^/| /' conftest.$ac_ext >&5 | 24325 | sed 's/^/| /' conftest.$ac_ext >&5 |
23136 | 24326 | ||
23137 | ac_cv_have_struct_timeval="no" | 24327 | ac_cv_have_struct_timeval="no" |
@@ -23141,8 +24331,8 @@ fi | |||
23141 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24331 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23142 | 24332 | ||
23143 | fi | 24333 | fi |
23144 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_timeval" >&5 | 24334 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_timeval" >&5 |
23145 | echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6; } | 24335 | $as_echo "$ac_cv_have_struct_timeval" >&6; } |
23146 | if test "x$ac_cv_have_struct_timeval" = "xyes" ; then | 24336 | if test "x$ac_cv_have_struct_timeval" = "xyes" ; then |
23147 | 24337 | ||
23148 | cat >>confdefs.h <<\_ACEOF | 24338 | cat >>confdefs.h <<\_ACEOF |
@@ -23152,26 +24342,58 @@ _ACEOF | |||
23152 | have_struct_timeval=1 | 24342 | have_struct_timeval=1 |
23153 | fi | 24343 | fi |
23154 | 24344 | ||
23155 | { echo "$as_me:$LINENO: checking for struct timespec" >&5 | 24345 | { $as_echo "$as_me:$LINENO: checking for struct timespec" >&5 |
23156 | echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6; } | 24346 | $as_echo_n "checking for struct timespec... " >&6; } |
23157 | if test "${ac_cv_type_struct_timespec+set}" = set; then | 24347 | if test "${ac_cv_type_struct_timespec+set}" = set; then |
23158 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24348 | $as_echo_n "(cached) " >&6 |
23159 | else | 24349 | else |
23160 | cat >conftest.$ac_ext <<_ACEOF | 24350 | ac_cv_type_struct_timespec=no |
24351 | cat >conftest.$ac_ext <<_ACEOF | ||
23161 | /* confdefs.h. */ | 24352 | /* confdefs.h. */ |
23162 | _ACEOF | 24353 | _ACEOF |
23163 | cat confdefs.h >>conftest.$ac_ext | 24354 | cat confdefs.h >>conftest.$ac_ext |
23164 | cat >>conftest.$ac_ext <<_ACEOF | 24355 | cat >>conftest.$ac_ext <<_ACEOF |
23165 | /* end confdefs.h. */ | 24356 | /* end confdefs.h. */ |
23166 | $ac_includes_default | 24357 | $ac_includes_default |
23167 | typedef struct timespec ac__type_new_; | ||
23168 | int | 24358 | int |
23169 | main () | 24359 | main () |
23170 | { | 24360 | { |
23171 | if ((ac__type_new_ *) 0) | 24361 | if (sizeof (struct timespec)) |
23172 | return 0; | 24362 | return 0; |
23173 | if (sizeof (ac__type_new_)) | 24363 | ; |
23174 | return 0; | 24364 | return 0; |
24365 | } | ||
24366 | _ACEOF | ||
24367 | rm -f conftest.$ac_objext | ||
24368 | if { (ac_try="$ac_compile" | ||
24369 | case "(($ac_try" in | ||
24370 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
24371 | *) ac_try_echo=$ac_try;; | ||
24372 | esac | ||
24373 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
24374 | $as_echo "$ac_try_echo") >&5 | ||
24375 | (eval "$ac_compile") 2>conftest.er1 | ||
24376 | ac_status=$? | ||
24377 | grep -v '^ *+' conftest.er1 >conftest.err | ||
24378 | rm -f conftest.er1 | ||
24379 | cat conftest.err >&5 | ||
24380 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
24381 | (exit $ac_status); } && { | ||
24382 | test -z "$ac_c_werror_flag" || | ||
24383 | test ! -s conftest.err | ||
24384 | } && test -s conftest.$ac_objext; then | ||
24385 | cat >conftest.$ac_ext <<_ACEOF | ||
24386 | /* confdefs.h. */ | ||
24387 | _ACEOF | ||
24388 | cat confdefs.h >>conftest.$ac_ext | ||
24389 | cat >>conftest.$ac_ext <<_ACEOF | ||
24390 | /* end confdefs.h. */ | ||
24391 | $ac_includes_default | ||
24392 | int | ||
24393 | main () | ||
24394 | { | ||
24395 | if (sizeof ((struct timespec))) | ||
24396 | return 0; | ||
23175 | ; | 24397 | ; |
23176 | return 0; | 24398 | return 0; |
23177 | } | 24399 | } |
@@ -23182,29 +24404,38 @@ case "(($ac_try" in | |||
23182 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24404 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23183 | *) ac_try_echo=$ac_try;; | 24405 | *) ac_try_echo=$ac_try;; |
23184 | esac | 24406 | esac |
23185 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24407 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24408 | $as_echo "$ac_try_echo") >&5 | ||
23186 | (eval "$ac_compile") 2>conftest.er1 | 24409 | (eval "$ac_compile") 2>conftest.er1 |
23187 | ac_status=$? | 24410 | ac_status=$? |
23188 | grep -v '^ *+' conftest.er1 >conftest.err | 24411 | grep -v '^ *+' conftest.er1 >conftest.err |
23189 | rm -f conftest.er1 | 24412 | rm -f conftest.er1 |
23190 | cat conftest.err >&5 | 24413 | cat conftest.err >&5 |
23191 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24414 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23192 | (exit $ac_status); } && { | 24415 | (exit $ac_status); } && { |
23193 | test -z "$ac_c_werror_flag" || | 24416 | test -z "$ac_c_werror_flag" || |
23194 | test ! -s conftest.err | 24417 | test ! -s conftest.err |
23195 | } && test -s conftest.$ac_objext; then | 24418 | } && test -s conftest.$ac_objext; then |
23196 | ac_cv_type_struct_timespec=yes | 24419 | : |
23197 | else | 24420 | else |
23198 | echo "$as_me: failed program was:" >&5 | 24421 | $as_echo "$as_me: failed program was:" >&5 |
23199 | sed 's/^/| /' conftest.$ac_ext >&5 | 24422 | sed 's/^/| /' conftest.$ac_ext >&5 |
23200 | 24423 | ||
23201 | ac_cv_type_struct_timespec=no | 24424 | ac_cv_type_struct_timespec=yes |
24425 | fi | ||
24426 | |||
24427 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
24428 | else | ||
24429 | $as_echo "$as_me: failed program was:" >&5 | ||
24430 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
24431 | |||
24432 | |||
23202 | fi | 24433 | fi |
23203 | 24434 | ||
23204 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24435 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23205 | fi | 24436 | fi |
23206 | { echo "$as_me:$LINENO: result: $ac_cv_type_struct_timespec" >&5 | 24437 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_timespec" >&5 |
23207 | echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6; } | 24438 | $as_echo "$ac_cv_type_struct_timespec" >&6; } |
23208 | if test $ac_cv_type_struct_timespec = yes; then | 24439 | if test $ac_cv_type_struct_timespec = yes; then |
23209 | 24440 | ||
23210 | cat >>confdefs.h <<_ACEOF | 24441 | cat >>confdefs.h <<_ACEOF |
@@ -23225,8 +24456,8 @@ if test "x$ac_cv_have_int64_t" = "xno" && \ | |||
23225 | exit 1; | 24456 | exit 1; |
23226 | else | 24457 | else |
23227 | if test "$cross_compiling" = yes; then | 24458 | if test "$cross_compiling" = yes; then |
23228 | { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 | 24459 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 |
23229 | echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} | 24460 | $as_echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} |
23230 | 24461 | ||
23231 | else | 24462 | else |
23232 | cat >conftest.$ac_ext <<_ACEOF | 24463 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23266,24 +24497,26 @@ case "(($ac_try" in | |||
23266 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24497 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23267 | *) ac_try_echo=$ac_try;; | 24498 | *) ac_try_echo=$ac_try;; |
23268 | esac | 24499 | esac |
23269 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 24500 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
24501 | $as_echo "$ac_try_echo") >&5 | ||
23270 | (eval "$ac_link") 2>&5 | 24502 | (eval "$ac_link") 2>&5 |
23271 | ac_status=$? | 24503 | ac_status=$? |
23272 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24504 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23273 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 24505 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
23274 | { (case "(($ac_try" in | 24506 | { (case "(($ac_try" in |
23275 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24507 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23276 | *) ac_try_echo=$ac_try;; | 24508 | *) ac_try_echo=$ac_try;; |
23277 | esac | 24509 | esac |
23278 | 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 | ||
23279 | (eval "$ac_try") 2>&5 | 24512 | (eval "$ac_try") 2>&5 |
23280 | ac_status=$? | 24513 | ac_status=$? |
23281 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24514 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23282 | (exit $ac_status); }; }; then | 24515 | (exit $ac_status); }; }; then |
23283 | true | 24516 | true |
23284 | else | 24517 | else |
23285 | echo "$as_me: program exited with status $ac_status" >&5 | 24518 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
23286 | echo "$as_me: failed program was:" >&5 | 24519 | $as_echo "$as_me: failed program was:" >&5 |
23287 | sed 's/^/| /' conftest.$ac_ext >&5 | 24520 | sed 's/^/| /' conftest.$ac_ext >&5 |
23288 | 24521 | ||
23289 | ( exit $ac_status ) | 24522 | ( exit $ac_status ) |
@@ -23292,6 +24525,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
23292 | _ACEOF | 24525 | _ACEOF |
23293 | 24526 | ||
23294 | fi | 24527 | fi |
24528 | rm -rf conftest.dSYM | ||
23295 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 24529 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
23296 | fi | 24530 | fi |
23297 | 24531 | ||
@@ -23302,10 +24536,10 @@ fi | |||
23302 | # look for field 'ut_host' in header 'utmp.h' | 24536 | # look for field 'ut_host' in header 'utmp.h' |
23303 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24537 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23304 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host | 24538 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host |
23305 | { echo "$as_me:$LINENO: checking for ut_host field in utmp.h" >&5 | 24539 | { $as_echo "$as_me:$LINENO: checking for ut_host field in utmp.h" >&5 |
23306 | echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6; } | 24540 | $as_echo_n "checking for ut_host field in utmp.h... " >&6; } |
23307 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24541 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23308 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24542 | $as_echo_n "(cached) " >&6 |
23309 | else | 24543 | else |
23310 | 24544 | ||
23311 | cat >conftest.$ac_ext <<_ACEOF | 24545 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23329,8 +24563,8 @@ fi | |||
23329 | 24563 | ||
23330 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24564 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23331 | if test -n "`echo $ossh_varname`"; then | 24565 | if test -n "`echo $ossh_varname`"; then |
23332 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24566 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23333 | echo "${ECHO_T}$ossh_result" >&6; } | 24567 | $as_echo "$ossh_result" >&6; } |
23334 | if test "x$ossh_result" = "xyes"; then | 24568 | if test "x$ossh_result" = "xyes"; then |
23335 | 24569 | ||
23336 | cat >>confdefs.h <<\_ACEOF | 24570 | cat >>confdefs.h <<\_ACEOF |
@@ -23339,18 +24573,18 @@ _ACEOF | |||
23339 | 24573 | ||
23340 | fi | 24574 | fi |
23341 | else | 24575 | else |
23342 | { echo "$as_me:$LINENO: result: no" >&5 | 24576 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23343 | echo "${ECHO_T}no" >&6; } | 24577 | $as_echo "no" >&6; } |
23344 | fi | 24578 | fi |
23345 | 24579 | ||
23346 | 24580 | ||
23347 | # look for field 'ut_host' in header 'utmpx.h' | 24581 | # look for field 'ut_host' in header 'utmpx.h' |
23348 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24582 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23349 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host | 24583 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host |
23350 | { echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5 | 24584 | { $as_echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5 |
23351 | echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6; } | 24585 | $as_echo_n "checking for ut_host field in utmpx.h... " >&6; } |
23352 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24586 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23353 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24587 | $as_echo_n "(cached) " >&6 |
23354 | else | 24588 | else |
23355 | 24589 | ||
23356 | cat >conftest.$ac_ext <<_ACEOF | 24590 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23374,8 +24608,8 @@ fi | |||
23374 | 24608 | ||
23375 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24609 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23376 | if test -n "`echo $ossh_varname`"; then | 24610 | if test -n "`echo $ossh_varname`"; then |
23377 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24611 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23378 | echo "${ECHO_T}$ossh_result" >&6; } | 24612 | $as_echo "$ossh_result" >&6; } |
23379 | if test "x$ossh_result" = "xyes"; then | 24613 | if test "x$ossh_result" = "xyes"; then |
23380 | 24614 | ||
23381 | cat >>confdefs.h <<\_ACEOF | 24615 | cat >>confdefs.h <<\_ACEOF |
@@ -23384,18 +24618,18 @@ _ACEOF | |||
23384 | 24618 | ||
23385 | fi | 24619 | fi |
23386 | else | 24620 | else |
23387 | { echo "$as_me:$LINENO: result: no" >&5 | 24621 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23388 | echo "${ECHO_T}no" >&6; } | 24622 | $as_echo "no" >&6; } |
23389 | fi | 24623 | fi |
23390 | 24624 | ||
23391 | 24625 | ||
23392 | # look for field 'syslen' in header 'utmpx.h' | 24626 | # look for field 'syslen' in header 'utmpx.h' |
23393 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24627 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23394 | ossh_varname="ossh_cv_$ossh_safe""_has_"syslen | 24628 | ossh_varname="ossh_cv_$ossh_safe""_has_"syslen |
23395 | { echo "$as_me:$LINENO: checking for syslen field in utmpx.h" >&5 | 24629 | { $as_echo "$as_me:$LINENO: checking for syslen field in utmpx.h" >&5 |
23396 | echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6; } | 24630 | $as_echo_n "checking for syslen field in utmpx.h... " >&6; } |
23397 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24631 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23398 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24632 | $as_echo_n "(cached) " >&6 |
23399 | else | 24633 | else |
23400 | 24634 | ||
23401 | cat >conftest.$ac_ext <<_ACEOF | 24635 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23419,8 +24653,8 @@ fi | |||
23419 | 24653 | ||
23420 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24654 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23421 | if test -n "`echo $ossh_varname`"; then | 24655 | if test -n "`echo $ossh_varname`"; then |
23422 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24656 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23423 | echo "${ECHO_T}$ossh_result" >&6; } | 24657 | $as_echo "$ossh_result" >&6; } |
23424 | if test "x$ossh_result" = "xyes"; then | 24658 | if test "x$ossh_result" = "xyes"; then |
23425 | 24659 | ||
23426 | cat >>confdefs.h <<\_ACEOF | 24660 | cat >>confdefs.h <<\_ACEOF |
@@ -23429,18 +24663,18 @@ _ACEOF | |||
23429 | 24663 | ||
23430 | fi | 24664 | fi |
23431 | else | 24665 | else |
23432 | { echo "$as_me:$LINENO: result: no" >&5 | 24666 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23433 | echo "${ECHO_T}no" >&6; } | 24667 | $as_echo "no" >&6; } |
23434 | fi | 24668 | fi |
23435 | 24669 | ||
23436 | 24670 | ||
23437 | # look for field 'ut_pid' in header 'utmp.h' | 24671 | # look for field 'ut_pid' in header 'utmp.h' |
23438 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24672 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23439 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid | 24673 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid |
23440 | { echo "$as_me:$LINENO: checking for ut_pid field in utmp.h" >&5 | 24674 | { $as_echo "$as_me:$LINENO: checking for ut_pid field in utmp.h" >&5 |
23441 | echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6; } | 24675 | $as_echo_n "checking for ut_pid field in utmp.h... " >&6; } |
23442 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24676 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23443 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24677 | $as_echo_n "(cached) " >&6 |
23444 | else | 24678 | else |
23445 | 24679 | ||
23446 | cat >conftest.$ac_ext <<_ACEOF | 24680 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23464,8 +24698,8 @@ fi | |||
23464 | 24698 | ||
23465 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24699 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23466 | if test -n "`echo $ossh_varname`"; then | 24700 | if test -n "`echo $ossh_varname`"; then |
23467 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24701 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23468 | echo "${ECHO_T}$ossh_result" >&6; } | 24702 | $as_echo "$ossh_result" >&6; } |
23469 | if test "x$ossh_result" = "xyes"; then | 24703 | if test "x$ossh_result" = "xyes"; then |
23470 | 24704 | ||
23471 | cat >>confdefs.h <<\_ACEOF | 24705 | cat >>confdefs.h <<\_ACEOF |
@@ -23474,18 +24708,18 @@ _ACEOF | |||
23474 | 24708 | ||
23475 | fi | 24709 | fi |
23476 | else | 24710 | else |
23477 | { echo "$as_me:$LINENO: result: no" >&5 | 24711 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23478 | echo "${ECHO_T}no" >&6; } | 24712 | $as_echo "no" >&6; } |
23479 | fi | 24713 | fi |
23480 | 24714 | ||
23481 | 24715 | ||
23482 | # look for field 'ut_type' in header 'utmp.h' | 24716 | # look for field 'ut_type' in header 'utmp.h' |
23483 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24717 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23484 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type | 24718 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type |
23485 | { echo "$as_me:$LINENO: checking for ut_type field in utmp.h" >&5 | 24719 | { $as_echo "$as_me:$LINENO: checking for ut_type field in utmp.h" >&5 |
23486 | echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6; } | 24720 | $as_echo_n "checking for ut_type field in utmp.h... " >&6; } |
23487 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24721 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23488 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24722 | $as_echo_n "(cached) " >&6 |
23489 | else | 24723 | else |
23490 | 24724 | ||
23491 | cat >conftest.$ac_ext <<_ACEOF | 24725 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23509,8 +24743,8 @@ fi | |||
23509 | 24743 | ||
23510 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24744 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23511 | if test -n "`echo $ossh_varname`"; then | 24745 | if test -n "`echo $ossh_varname`"; then |
23512 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24746 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23513 | echo "${ECHO_T}$ossh_result" >&6; } | 24747 | $as_echo "$ossh_result" >&6; } |
23514 | if test "x$ossh_result" = "xyes"; then | 24748 | if test "x$ossh_result" = "xyes"; then |
23515 | 24749 | ||
23516 | cat >>confdefs.h <<\_ACEOF | 24750 | cat >>confdefs.h <<\_ACEOF |
@@ -23519,18 +24753,18 @@ _ACEOF | |||
23519 | 24753 | ||
23520 | fi | 24754 | fi |
23521 | else | 24755 | else |
23522 | { echo "$as_me:$LINENO: result: no" >&5 | 24756 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23523 | echo "${ECHO_T}no" >&6; } | 24757 | $as_echo "no" >&6; } |
23524 | fi | 24758 | fi |
23525 | 24759 | ||
23526 | 24760 | ||
23527 | # look for field 'ut_type' in header 'utmpx.h' | 24761 | # look for field 'ut_type' in header 'utmpx.h' |
23528 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24762 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23529 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type | 24763 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type |
23530 | { echo "$as_me:$LINENO: checking for ut_type field in utmpx.h" >&5 | 24764 | { $as_echo "$as_me:$LINENO: checking for ut_type field in utmpx.h" >&5 |
23531 | echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6; } | 24765 | $as_echo_n "checking for ut_type field in utmpx.h... " >&6; } |
23532 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24766 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23533 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24767 | $as_echo_n "(cached) " >&6 |
23534 | else | 24768 | else |
23535 | 24769 | ||
23536 | cat >conftest.$ac_ext <<_ACEOF | 24770 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23554,8 +24788,8 @@ fi | |||
23554 | 24788 | ||
23555 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24789 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23556 | if test -n "`echo $ossh_varname`"; then | 24790 | if test -n "`echo $ossh_varname`"; then |
23557 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24791 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23558 | echo "${ECHO_T}$ossh_result" >&6; } | 24792 | $as_echo "$ossh_result" >&6; } |
23559 | if test "x$ossh_result" = "xyes"; then | 24793 | if test "x$ossh_result" = "xyes"; then |
23560 | 24794 | ||
23561 | cat >>confdefs.h <<\_ACEOF | 24795 | cat >>confdefs.h <<\_ACEOF |
@@ -23564,18 +24798,18 @@ _ACEOF | |||
23564 | 24798 | ||
23565 | fi | 24799 | fi |
23566 | else | 24800 | else |
23567 | { echo "$as_me:$LINENO: result: no" >&5 | 24801 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23568 | echo "${ECHO_T}no" >&6; } | 24802 | $as_echo "no" >&6; } |
23569 | fi | 24803 | fi |
23570 | 24804 | ||
23571 | 24805 | ||
23572 | # look for field 'ut_tv' in header 'utmp.h' | 24806 | # look for field 'ut_tv' in header 'utmp.h' |
23573 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24807 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23574 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv | 24808 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv |
23575 | { echo "$as_me:$LINENO: checking for ut_tv field in utmp.h" >&5 | 24809 | { $as_echo "$as_me:$LINENO: checking for ut_tv field in utmp.h" >&5 |
23576 | echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6; } | 24810 | $as_echo_n "checking for ut_tv field in utmp.h... " >&6; } |
23577 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24811 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23578 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24812 | $as_echo_n "(cached) " >&6 |
23579 | else | 24813 | else |
23580 | 24814 | ||
23581 | cat >conftest.$ac_ext <<_ACEOF | 24815 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23599,8 +24833,8 @@ fi | |||
23599 | 24833 | ||
23600 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24834 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23601 | if test -n "`echo $ossh_varname`"; then | 24835 | if test -n "`echo $ossh_varname`"; then |
23602 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24836 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23603 | echo "${ECHO_T}$ossh_result" >&6; } | 24837 | $as_echo "$ossh_result" >&6; } |
23604 | if test "x$ossh_result" = "xyes"; then | 24838 | if test "x$ossh_result" = "xyes"; then |
23605 | 24839 | ||
23606 | cat >>confdefs.h <<\_ACEOF | 24840 | cat >>confdefs.h <<\_ACEOF |
@@ -23609,18 +24843,18 @@ _ACEOF | |||
23609 | 24843 | ||
23610 | fi | 24844 | fi |
23611 | else | 24845 | else |
23612 | { echo "$as_me:$LINENO: result: no" >&5 | 24846 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23613 | echo "${ECHO_T}no" >&6; } | 24847 | $as_echo "no" >&6; } |
23614 | fi | 24848 | fi |
23615 | 24849 | ||
23616 | 24850 | ||
23617 | # look for field 'ut_id' in header 'utmp.h' | 24851 | # look for field 'ut_id' in header 'utmp.h' |
23618 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24852 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23619 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id | 24853 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id |
23620 | { echo "$as_me:$LINENO: checking for ut_id field in utmp.h" >&5 | 24854 | { $as_echo "$as_me:$LINENO: checking for ut_id field in utmp.h" >&5 |
23621 | echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6; } | 24855 | $as_echo_n "checking for ut_id field in utmp.h... " >&6; } |
23622 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24856 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23623 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24857 | $as_echo_n "(cached) " >&6 |
23624 | else | 24858 | else |
23625 | 24859 | ||
23626 | cat >conftest.$ac_ext <<_ACEOF | 24860 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23644,8 +24878,8 @@ fi | |||
23644 | 24878 | ||
23645 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24879 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23646 | if test -n "`echo $ossh_varname`"; then | 24880 | if test -n "`echo $ossh_varname`"; then |
23647 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24881 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23648 | echo "${ECHO_T}$ossh_result" >&6; } | 24882 | $as_echo "$ossh_result" >&6; } |
23649 | if test "x$ossh_result" = "xyes"; then | 24883 | if test "x$ossh_result" = "xyes"; then |
23650 | 24884 | ||
23651 | cat >>confdefs.h <<\_ACEOF | 24885 | cat >>confdefs.h <<\_ACEOF |
@@ -23654,18 +24888,18 @@ _ACEOF | |||
23654 | 24888 | ||
23655 | fi | 24889 | fi |
23656 | else | 24890 | else |
23657 | { echo "$as_me:$LINENO: result: no" >&5 | 24891 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23658 | echo "${ECHO_T}no" >&6; } | 24892 | $as_echo "no" >&6; } |
23659 | fi | 24893 | fi |
23660 | 24894 | ||
23661 | 24895 | ||
23662 | # look for field 'ut_id' in header 'utmpx.h' | 24896 | # look for field 'ut_id' in header 'utmpx.h' |
23663 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24897 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23664 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id | 24898 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id |
23665 | { echo "$as_me:$LINENO: checking for ut_id field in utmpx.h" >&5 | 24899 | { $as_echo "$as_me:$LINENO: checking for ut_id field in utmpx.h" >&5 |
23666 | echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6; } | 24900 | $as_echo_n "checking for ut_id field in utmpx.h... " >&6; } |
23667 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24901 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23668 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24902 | $as_echo_n "(cached) " >&6 |
23669 | else | 24903 | else |
23670 | 24904 | ||
23671 | cat >conftest.$ac_ext <<_ACEOF | 24905 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23689,8 +24923,8 @@ fi | |||
23689 | 24923 | ||
23690 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24924 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23691 | if test -n "`echo $ossh_varname`"; then | 24925 | if test -n "`echo $ossh_varname`"; then |
23692 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24926 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23693 | echo "${ECHO_T}$ossh_result" >&6; } | 24927 | $as_echo "$ossh_result" >&6; } |
23694 | if test "x$ossh_result" = "xyes"; then | 24928 | if test "x$ossh_result" = "xyes"; then |
23695 | 24929 | ||
23696 | cat >>confdefs.h <<\_ACEOF | 24930 | cat >>confdefs.h <<\_ACEOF |
@@ -23699,18 +24933,18 @@ _ACEOF | |||
23699 | 24933 | ||
23700 | fi | 24934 | fi |
23701 | else | 24935 | else |
23702 | { echo "$as_me:$LINENO: result: no" >&5 | 24936 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23703 | echo "${ECHO_T}no" >&6; } | 24937 | $as_echo "no" >&6; } |
23704 | fi | 24938 | fi |
23705 | 24939 | ||
23706 | 24940 | ||
23707 | # look for field 'ut_addr' in header 'utmp.h' | 24941 | # look for field 'ut_addr' in header 'utmp.h' |
23708 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24942 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23709 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr | 24943 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr |
23710 | { echo "$as_me:$LINENO: checking for ut_addr field in utmp.h" >&5 | 24944 | { $as_echo "$as_me:$LINENO: checking for ut_addr field in utmp.h" >&5 |
23711 | echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6; } | 24945 | $as_echo_n "checking for ut_addr field in utmp.h... " >&6; } |
23712 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24946 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23713 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24947 | $as_echo_n "(cached) " >&6 |
23714 | else | 24948 | else |
23715 | 24949 | ||
23716 | cat >conftest.$ac_ext <<_ACEOF | 24950 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23734,8 +24968,8 @@ fi | |||
23734 | 24968 | ||
23735 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24969 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23736 | if test -n "`echo $ossh_varname`"; then | 24970 | if test -n "`echo $ossh_varname`"; then |
23737 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24971 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23738 | echo "${ECHO_T}$ossh_result" >&6; } | 24972 | $as_echo "$ossh_result" >&6; } |
23739 | if test "x$ossh_result" = "xyes"; then | 24973 | if test "x$ossh_result" = "xyes"; then |
23740 | 24974 | ||
23741 | cat >>confdefs.h <<\_ACEOF | 24975 | cat >>confdefs.h <<\_ACEOF |
@@ -23744,18 +24978,18 @@ _ACEOF | |||
23744 | 24978 | ||
23745 | fi | 24979 | fi |
23746 | else | 24980 | else |
23747 | { echo "$as_me:$LINENO: result: no" >&5 | 24981 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23748 | echo "${ECHO_T}no" >&6; } | 24982 | $as_echo "no" >&6; } |
23749 | fi | 24983 | fi |
23750 | 24984 | ||
23751 | 24985 | ||
23752 | # look for field 'ut_addr' in header 'utmpx.h' | 24986 | # look for field 'ut_addr' in header 'utmpx.h' |
23753 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24987 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23754 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr | 24988 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr |
23755 | { echo "$as_me:$LINENO: checking for ut_addr field in utmpx.h" >&5 | 24989 | { $as_echo "$as_me:$LINENO: checking for ut_addr field in utmpx.h" >&5 |
23756 | echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6; } | 24990 | $as_echo_n "checking for ut_addr field in utmpx.h... " >&6; } |
23757 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24991 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23758 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 24992 | $as_echo_n "(cached) " >&6 |
23759 | else | 24993 | else |
23760 | 24994 | ||
23761 | cat >conftest.$ac_ext <<_ACEOF | 24995 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23779,8 +25013,8 @@ fi | |||
23779 | 25013 | ||
23780 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25014 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23781 | if test -n "`echo $ossh_varname`"; then | 25015 | if test -n "`echo $ossh_varname`"; then |
23782 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25016 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23783 | echo "${ECHO_T}$ossh_result" >&6; } | 25017 | $as_echo "$ossh_result" >&6; } |
23784 | if test "x$ossh_result" = "xyes"; then | 25018 | if test "x$ossh_result" = "xyes"; then |
23785 | 25019 | ||
23786 | cat >>confdefs.h <<\_ACEOF | 25020 | cat >>confdefs.h <<\_ACEOF |
@@ -23789,18 +25023,18 @@ _ACEOF | |||
23789 | 25023 | ||
23790 | fi | 25024 | fi |
23791 | else | 25025 | else |
23792 | { echo "$as_me:$LINENO: result: no" >&5 | 25026 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23793 | echo "${ECHO_T}no" >&6; } | 25027 | $as_echo "no" >&6; } |
23794 | fi | 25028 | fi |
23795 | 25029 | ||
23796 | 25030 | ||
23797 | # look for field 'ut_addr_v6' in header 'utmp.h' | 25031 | # look for field 'ut_addr_v6' in header 'utmp.h' |
23798 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 25032 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23799 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 | 25033 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 |
23800 | { echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmp.h" >&5 | 25034 | { $as_echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmp.h" >&5 |
23801 | echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6; } | 25035 | $as_echo_n "checking for ut_addr_v6 field in utmp.h... " >&6; } |
23802 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 25036 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23803 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25037 | $as_echo_n "(cached) " >&6 |
23804 | else | 25038 | else |
23805 | 25039 | ||
23806 | cat >conftest.$ac_ext <<_ACEOF | 25040 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23824,8 +25058,8 @@ fi | |||
23824 | 25058 | ||
23825 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25059 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23826 | if test -n "`echo $ossh_varname`"; then | 25060 | if test -n "`echo $ossh_varname`"; then |
23827 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25061 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23828 | echo "${ECHO_T}$ossh_result" >&6; } | 25062 | $as_echo "$ossh_result" >&6; } |
23829 | if test "x$ossh_result" = "xyes"; then | 25063 | if test "x$ossh_result" = "xyes"; then |
23830 | 25064 | ||
23831 | cat >>confdefs.h <<\_ACEOF | 25065 | cat >>confdefs.h <<\_ACEOF |
@@ -23834,18 +25068,18 @@ _ACEOF | |||
23834 | 25068 | ||
23835 | fi | 25069 | fi |
23836 | else | 25070 | else |
23837 | { echo "$as_me:$LINENO: result: no" >&5 | 25071 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23838 | echo "${ECHO_T}no" >&6; } | 25072 | $as_echo "no" >&6; } |
23839 | fi | 25073 | fi |
23840 | 25074 | ||
23841 | 25075 | ||
23842 | # look for field 'ut_addr_v6' in header 'utmpx.h' | 25076 | # look for field 'ut_addr_v6' in header 'utmpx.h' |
23843 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 25077 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23844 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 | 25078 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 |
23845 | { echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmpx.h" >&5 | 25079 | { $as_echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmpx.h" >&5 |
23846 | echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6; } | 25080 | $as_echo_n "checking for ut_addr_v6 field in utmpx.h... " >&6; } |
23847 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 25081 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23848 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25082 | $as_echo_n "(cached) " >&6 |
23849 | else | 25083 | else |
23850 | 25084 | ||
23851 | cat >conftest.$ac_ext <<_ACEOF | 25085 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23869,8 +25103,8 @@ fi | |||
23869 | 25103 | ||
23870 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25104 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23871 | if test -n "`echo $ossh_varname`"; then | 25105 | if test -n "`echo $ossh_varname`"; then |
23872 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25106 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23873 | echo "${ECHO_T}$ossh_result" >&6; } | 25107 | $as_echo "$ossh_result" >&6; } |
23874 | if test "x$ossh_result" = "xyes"; then | 25108 | if test "x$ossh_result" = "xyes"; then |
23875 | 25109 | ||
23876 | cat >>confdefs.h <<\_ACEOF | 25110 | cat >>confdefs.h <<\_ACEOF |
@@ -23879,18 +25113,18 @@ _ACEOF | |||
23879 | 25113 | ||
23880 | fi | 25114 | fi |
23881 | else | 25115 | else |
23882 | { echo "$as_me:$LINENO: result: no" >&5 | 25116 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23883 | echo "${ECHO_T}no" >&6; } | 25117 | $as_echo "no" >&6; } |
23884 | fi | 25118 | fi |
23885 | 25119 | ||
23886 | 25120 | ||
23887 | # look for field 'ut_exit' in header 'utmp.h' | 25121 | # look for field 'ut_exit' in header 'utmp.h' |
23888 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 25122 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23889 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit | 25123 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit |
23890 | { echo "$as_me:$LINENO: checking for ut_exit field in utmp.h" >&5 | 25124 | { $as_echo "$as_me:$LINENO: checking for ut_exit field in utmp.h" >&5 |
23891 | echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6; } | 25125 | $as_echo_n "checking for ut_exit field in utmp.h... " >&6; } |
23892 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 25126 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23893 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25127 | $as_echo_n "(cached) " >&6 |
23894 | else | 25128 | else |
23895 | 25129 | ||
23896 | cat >conftest.$ac_ext <<_ACEOF | 25130 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23914,8 +25148,8 @@ fi | |||
23914 | 25148 | ||
23915 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25149 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23916 | if test -n "`echo $ossh_varname`"; then | 25150 | if test -n "`echo $ossh_varname`"; then |
23917 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25151 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23918 | echo "${ECHO_T}$ossh_result" >&6; } | 25152 | $as_echo "$ossh_result" >&6; } |
23919 | if test "x$ossh_result" = "xyes"; then | 25153 | if test "x$ossh_result" = "xyes"; then |
23920 | 25154 | ||
23921 | cat >>confdefs.h <<\_ACEOF | 25155 | cat >>confdefs.h <<\_ACEOF |
@@ -23924,18 +25158,18 @@ _ACEOF | |||
23924 | 25158 | ||
23925 | fi | 25159 | fi |
23926 | else | 25160 | else |
23927 | { echo "$as_me:$LINENO: result: no" >&5 | 25161 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23928 | echo "${ECHO_T}no" >&6; } | 25162 | $as_echo "no" >&6; } |
23929 | fi | 25163 | fi |
23930 | 25164 | ||
23931 | 25165 | ||
23932 | # look for field 'ut_time' in header 'utmp.h' | 25166 | # look for field 'ut_time' in header 'utmp.h' |
23933 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 25167 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
23934 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time | 25168 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time |
23935 | { echo "$as_me:$LINENO: checking for ut_time field in utmp.h" >&5 | 25169 | { $as_echo "$as_me:$LINENO: checking for ut_time field in utmp.h" >&5 |
23936 | echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6; } | 25170 | $as_echo_n "checking for ut_time field in utmp.h... " >&6; } |
23937 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 25171 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23938 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25172 | $as_echo_n "(cached) " >&6 |
23939 | else | 25173 | else |
23940 | 25174 | ||
23941 | cat >conftest.$ac_ext <<_ACEOF | 25175 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23959,8 +25193,8 @@ fi | |||
23959 | 25193 | ||
23960 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25194 | ossh_result=`eval 'echo $'"$ossh_varname"` |
23961 | if test -n "`echo $ossh_varname`"; then | 25195 | if test -n "`echo $ossh_varname`"; then |
23962 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25196 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
23963 | echo "${ECHO_T}$ossh_result" >&6; } | 25197 | $as_echo "$ossh_result" >&6; } |
23964 | if test "x$ossh_result" = "xyes"; then | 25198 | if test "x$ossh_result" = "xyes"; then |
23965 | 25199 | ||
23966 | cat >>confdefs.h <<\_ACEOF | 25200 | cat >>confdefs.h <<\_ACEOF |
@@ -23969,18 +25203,18 @@ _ACEOF | |||
23969 | 25203 | ||
23970 | fi | 25204 | fi |
23971 | else | 25205 | else |
23972 | { echo "$as_me:$LINENO: result: no" >&5 | 25206 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
23973 | echo "${ECHO_T}no" >&6; } | 25207 | $as_echo "no" >&6; } |
23974 | fi | 25208 | fi |
23975 | 25209 | ||
23976 | 25210 | ||
23977 | # look for field 'ut_time' in header 'utmpx.h' | 25211 | # look for field 'ut_time' in header 'utmpx.h' |
23978 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 25212 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
23979 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time | 25213 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time |
23980 | { echo "$as_me:$LINENO: checking for ut_time field in utmpx.h" >&5 | 25214 | { $as_echo "$as_me:$LINENO: checking for ut_time field in utmpx.h" >&5 |
23981 | echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6; } | 25215 | $as_echo_n "checking for ut_time field in utmpx.h... " >&6; } |
23982 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 25216 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
23983 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25217 | $as_echo_n "(cached) " >&6 |
23984 | else | 25218 | else |
23985 | 25219 | ||
23986 | cat >conftest.$ac_ext <<_ACEOF | 25220 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24004,8 +25238,8 @@ fi | |||
24004 | 25238 | ||
24005 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25239 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24006 | if test -n "`echo $ossh_varname`"; then | 25240 | if test -n "`echo $ossh_varname`"; then |
24007 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25241 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24008 | echo "${ECHO_T}$ossh_result" >&6; } | 25242 | $as_echo "$ossh_result" >&6; } |
24009 | if test "x$ossh_result" = "xyes"; then | 25243 | if test "x$ossh_result" = "xyes"; then |
24010 | 25244 | ||
24011 | cat >>confdefs.h <<\_ACEOF | 25245 | cat >>confdefs.h <<\_ACEOF |
@@ -24014,18 +25248,18 @@ _ACEOF | |||
24014 | 25248 | ||
24015 | fi | 25249 | fi |
24016 | else | 25250 | else |
24017 | { echo "$as_me:$LINENO: result: no" >&5 | 25251 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
24018 | echo "${ECHO_T}no" >&6; } | 25252 | $as_echo "no" >&6; } |
24019 | fi | 25253 | fi |
24020 | 25254 | ||
24021 | 25255 | ||
24022 | # look for field 'ut_tv' in header 'utmpx.h' | 25256 | # look for field 'ut_tv' in header 'utmpx.h' |
24023 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 25257 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
24024 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv | 25258 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv |
24025 | { echo "$as_me:$LINENO: checking for ut_tv field in utmpx.h" >&5 | 25259 | { $as_echo "$as_me:$LINENO: checking for ut_tv field in utmpx.h" >&5 |
24026 | echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6; } | 25260 | $as_echo_n "checking for ut_tv field in utmpx.h... " >&6; } |
24027 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 25261 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24028 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25262 | $as_echo_n "(cached) " >&6 |
24029 | else | 25263 | else |
24030 | 25264 | ||
24031 | cat >conftest.$ac_ext <<_ACEOF | 25265 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24049,8 +25283,8 @@ fi | |||
24049 | 25283 | ||
24050 | ossh_result=`eval 'echo $'"$ossh_varname"` | 25284 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24051 | if test -n "`echo $ossh_varname`"; then | 25285 | if test -n "`echo $ossh_varname`"; then |
24052 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 | 25286 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24053 | echo "${ECHO_T}$ossh_result" >&6; } | 25287 | $as_echo "$ossh_result" >&6; } |
24054 | if test "x$ossh_result" = "xyes"; then | 25288 | if test "x$ossh_result" = "xyes"; then |
24055 | 25289 | ||
24056 | cat >>confdefs.h <<\_ACEOF | 25290 | cat >>confdefs.h <<\_ACEOF |
@@ -24059,15 +25293,15 @@ _ACEOF | |||
24059 | 25293 | ||
24060 | fi | 25294 | fi |
24061 | else | 25295 | else |
24062 | { echo "$as_me:$LINENO: result: no" >&5 | 25296 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
24063 | echo "${ECHO_T}no" >&6; } | 25297 | $as_echo "no" >&6; } |
24064 | fi | 25298 | fi |
24065 | 25299 | ||
24066 | 25300 | ||
24067 | { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 | 25301 | { $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 |
24068 | echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; } | 25302 | $as_echo_n "checking for struct stat.st_blksize... " >&6; } |
24069 | if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then | 25303 | if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then |
24070 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25304 | $as_echo_n "(cached) " >&6 |
24071 | else | 25305 | else |
24072 | cat >conftest.$ac_ext <<_ACEOF | 25306 | cat >conftest.$ac_ext <<_ACEOF |
24073 | /* confdefs.h. */ | 25307 | /* confdefs.h. */ |
@@ -24092,20 +25326,21 @@ case "(($ac_try" in | |||
24092 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25326 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24093 | *) ac_try_echo=$ac_try;; | 25327 | *) ac_try_echo=$ac_try;; |
24094 | esac | 25328 | esac |
24095 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25329 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25330 | $as_echo "$ac_try_echo") >&5 | ||
24096 | (eval "$ac_compile") 2>conftest.er1 | 25331 | (eval "$ac_compile") 2>conftest.er1 |
24097 | ac_status=$? | 25332 | ac_status=$? |
24098 | grep -v '^ *+' conftest.er1 >conftest.err | 25333 | grep -v '^ *+' conftest.er1 >conftest.err |
24099 | rm -f conftest.er1 | 25334 | rm -f conftest.er1 |
24100 | cat conftest.err >&5 | 25335 | cat conftest.err >&5 |
24101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25336 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24102 | (exit $ac_status); } && { | 25337 | (exit $ac_status); } && { |
24103 | test -z "$ac_c_werror_flag" || | 25338 | test -z "$ac_c_werror_flag" || |
24104 | test ! -s conftest.err | 25339 | test ! -s conftest.err |
24105 | } && test -s conftest.$ac_objext; then | 25340 | } && test -s conftest.$ac_objext; then |
24106 | ac_cv_member_struct_stat_st_blksize=yes | 25341 | ac_cv_member_struct_stat_st_blksize=yes |
24107 | else | 25342 | else |
24108 | echo "$as_me: failed program was:" >&5 | 25343 | $as_echo "$as_me: failed program was:" >&5 |
24109 | sed 's/^/| /' conftest.$ac_ext >&5 | 25344 | sed 's/^/| /' conftest.$ac_ext >&5 |
24110 | 25345 | ||
24111 | cat >conftest.$ac_ext <<_ACEOF | 25346 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24131,20 +25366,21 @@ case "(($ac_try" in | |||
24131 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25366 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24132 | *) ac_try_echo=$ac_try;; | 25367 | *) ac_try_echo=$ac_try;; |
24133 | esac | 25368 | esac |
24134 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25369 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25370 | $as_echo "$ac_try_echo") >&5 | ||
24135 | (eval "$ac_compile") 2>conftest.er1 | 25371 | (eval "$ac_compile") 2>conftest.er1 |
24136 | ac_status=$? | 25372 | ac_status=$? |
24137 | grep -v '^ *+' conftest.er1 >conftest.err | 25373 | grep -v '^ *+' conftest.er1 >conftest.err |
24138 | rm -f conftest.er1 | 25374 | rm -f conftest.er1 |
24139 | cat conftest.err >&5 | 25375 | cat conftest.err >&5 |
24140 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25376 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24141 | (exit $ac_status); } && { | 25377 | (exit $ac_status); } && { |
24142 | test -z "$ac_c_werror_flag" || | 25378 | test -z "$ac_c_werror_flag" || |
24143 | test ! -s conftest.err | 25379 | test ! -s conftest.err |
24144 | } && test -s conftest.$ac_objext; then | 25380 | } && test -s conftest.$ac_objext; then |
24145 | ac_cv_member_struct_stat_st_blksize=yes | 25381 | ac_cv_member_struct_stat_st_blksize=yes |
24146 | else | 25382 | else |
24147 | echo "$as_me: failed program was:" >&5 | 25383 | $as_echo "$as_me: failed program was:" >&5 |
24148 | sed 's/^/| /' conftest.$ac_ext >&5 | 25384 | sed 's/^/| /' conftest.$ac_ext >&5 |
24149 | 25385 | ||
24150 | ac_cv_member_struct_stat_st_blksize=no | 25386 | ac_cv_member_struct_stat_st_blksize=no |
@@ -24155,8 +25391,8 @@ fi | |||
24155 | 25391 | ||
24156 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25392 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24157 | fi | 25393 | fi |
24158 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 | 25394 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 |
24159 | echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; } | 25395 | $as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; } |
24160 | if test $ac_cv_member_struct_stat_st_blksize = yes; then | 25396 | if test $ac_cv_member_struct_stat_st_blksize = yes; then |
24161 | 25397 | ||
24162 | cat >>confdefs.h <<_ACEOF | 25398 | cat >>confdefs.h <<_ACEOF |
@@ -24166,10 +25402,10 @@ _ACEOF | |||
24166 | 25402 | ||
24167 | fi | 25403 | fi |
24168 | 25404 | ||
24169 | { echo "$as_me:$LINENO: checking for struct __res_state.retrans" >&5 | 25405 | { $as_echo "$as_me:$LINENO: checking for struct __res_state.retrans" >&5 |
24170 | echo $ECHO_N "checking for struct __res_state.retrans... $ECHO_C" >&6; } | 25406 | $as_echo_n "checking for struct __res_state.retrans... " >&6; } |
24171 | if test "${ac_cv_member_struct___res_state_retrans+set}" = set; then | 25407 | if test "${ac_cv_member_struct___res_state_retrans+set}" = set; then |
24172 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25408 | $as_echo_n "(cached) " >&6 |
24173 | else | 25409 | else |
24174 | cat >conftest.$ac_ext <<_ACEOF | 25410 | cat >conftest.$ac_ext <<_ACEOF |
24175 | /* confdefs.h. */ | 25411 | /* confdefs.h. */ |
@@ -24203,20 +25439,21 @@ case "(($ac_try" in | |||
24203 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25439 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24204 | *) ac_try_echo=$ac_try;; | 25440 | *) ac_try_echo=$ac_try;; |
24205 | esac | 25441 | esac |
24206 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25442 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25443 | $as_echo "$ac_try_echo") >&5 | ||
24207 | (eval "$ac_compile") 2>conftest.er1 | 25444 | (eval "$ac_compile") 2>conftest.er1 |
24208 | ac_status=$? | 25445 | ac_status=$? |
24209 | grep -v '^ *+' conftest.er1 >conftest.err | 25446 | grep -v '^ *+' conftest.er1 >conftest.err |
24210 | rm -f conftest.er1 | 25447 | rm -f conftest.er1 |
24211 | cat conftest.err >&5 | 25448 | cat conftest.err >&5 |
24212 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25449 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24213 | (exit $ac_status); } && { | 25450 | (exit $ac_status); } && { |
24214 | test -z "$ac_c_werror_flag" || | 25451 | test -z "$ac_c_werror_flag" || |
24215 | test ! -s conftest.err | 25452 | test ! -s conftest.err |
24216 | } && test -s conftest.$ac_objext; then | 25453 | } && test -s conftest.$ac_objext; then |
24217 | ac_cv_member_struct___res_state_retrans=yes | 25454 | ac_cv_member_struct___res_state_retrans=yes |
24218 | else | 25455 | else |
24219 | echo "$as_me: failed program was:" >&5 | 25456 | $as_echo "$as_me: failed program was:" >&5 |
24220 | sed 's/^/| /' conftest.$ac_ext >&5 | 25457 | sed 's/^/| /' conftest.$ac_ext >&5 |
24221 | 25458 | ||
24222 | cat >conftest.$ac_ext <<_ACEOF | 25459 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24251,20 +25488,21 @@ case "(($ac_try" in | |||
24251 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25488 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24252 | *) ac_try_echo=$ac_try;; | 25489 | *) ac_try_echo=$ac_try;; |
24253 | esac | 25490 | esac |
24254 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25491 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25492 | $as_echo "$ac_try_echo") >&5 | ||
24255 | (eval "$ac_compile") 2>conftest.er1 | 25493 | (eval "$ac_compile") 2>conftest.er1 |
24256 | ac_status=$? | 25494 | ac_status=$? |
24257 | grep -v '^ *+' conftest.er1 >conftest.err | 25495 | grep -v '^ *+' conftest.er1 >conftest.err |
24258 | rm -f conftest.er1 | 25496 | rm -f conftest.er1 |
24259 | cat conftest.err >&5 | 25497 | cat conftest.err >&5 |
24260 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25498 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24261 | (exit $ac_status); } && { | 25499 | (exit $ac_status); } && { |
24262 | test -z "$ac_c_werror_flag" || | 25500 | test -z "$ac_c_werror_flag" || |
24263 | test ! -s conftest.err | 25501 | test ! -s conftest.err |
24264 | } && test -s conftest.$ac_objext; then | 25502 | } && test -s conftest.$ac_objext; then |
24265 | ac_cv_member_struct___res_state_retrans=yes | 25503 | ac_cv_member_struct___res_state_retrans=yes |
24266 | else | 25504 | else |
24267 | echo "$as_me: failed program was:" >&5 | 25505 | $as_echo "$as_me: failed program was:" >&5 |
24268 | sed 's/^/| /' conftest.$ac_ext >&5 | 25506 | sed 's/^/| /' conftest.$ac_ext >&5 |
24269 | 25507 | ||
24270 | ac_cv_member_struct___res_state_retrans=no | 25508 | ac_cv_member_struct___res_state_retrans=no |
@@ -24275,8 +25513,8 @@ fi | |||
24275 | 25513 | ||
24276 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25514 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24277 | fi | 25515 | fi |
24278 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct___res_state_retrans" >&5 | 25516 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct___res_state_retrans" >&5 |
24279 | echo "${ECHO_T}$ac_cv_member_struct___res_state_retrans" >&6; } | 25517 | $as_echo "$ac_cv_member_struct___res_state_retrans" >&6; } |
24280 | if test $ac_cv_member_struct___res_state_retrans = yes; then | 25518 | if test $ac_cv_member_struct___res_state_retrans = yes; then |
24281 | : | 25519 | : |
24282 | else | 25520 | else |
@@ -24288,10 +25526,10 @@ _ACEOF | |||
24288 | fi | 25526 | fi |
24289 | 25527 | ||
24290 | 25528 | ||
24291 | { echo "$as_me:$LINENO: checking for ss_family field in struct sockaddr_storage" >&5 | 25529 | { $as_echo "$as_me:$LINENO: checking for ss_family field in struct sockaddr_storage" >&5 |
24292 | echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6; } | 25530 | $as_echo_n "checking for ss_family field in struct sockaddr_storage... " >&6; } |
24293 | if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then | 25531 | if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then |
24294 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25532 | $as_echo_n "(cached) " >&6 |
24295 | else | 25533 | else |
24296 | 25534 | ||
24297 | cat >conftest.$ac_ext <<_ACEOF | 25535 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24318,20 +25556,21 @@ case "(($ac_try" in | |||
24318 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25556 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24319 | *) ac_try_echo=$ac_try;; | 25557 | *) ac_try_echo=$ac_try;; |
24320 | esac | 25558 | esac |
24321 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25559 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25560 | $as_echo "$ac_try_echo") >&5 | ||
24322 | (eval "$ac_compile") 2>conftest.er1 | 25561 | (eval "$ac_compile") 2>conftest.er1 |
24323 | ac_status=$? | 25562 | ac_status=$? |
24324 | grep -v '^ *+' conftest.er1 >conftest.err | 25563 | grep -v '^ *+' conftest.er1 >conftest.err |
24325 | rm -f conftest.er1 | 25564 | rm -f conftest.er1 |
24326 | cat conftest.err >&5 | 25565 | cat conftest.err >&5 |
24327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25566 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24328 | (exit $ac_status); } && { | 25567 | (exit $ac_status); } && { |
24329 | test -z "$ac_c_werror_flag" || | 25568 | test -z "$ac_c_werror_flag" || |
24330 | test ! -s conftest.err | 25569 | test ! -s conftest.err |
24331 | } && test -s conftest.$ac_objext; then | 25570 | } && test -s conftest.$ac_objext; then |
24332 | ac_cv_have_ss_family_in_struct_ss="yes" | 25571 | ac_cv_have_ss_family_in_struct_ss="yes" |
24333 | else | 25572 | else |
24334 | echo "$as_me: failed program was:" >&5 | 25573 | $as_echo "$as_me: failed program was:" >&5 |
24335 | sed 's/^/| /' conftest.$ac_ext >&5 | 25574 | sed 's/^/| /' conftest.$ac_ext >&5 |
24336 | 25575 | ||
24337 | ac_cv_have_ss_family_in_struct_ss="no" | 25576 | ac_cv_have_ss_family_in_struct_ss="no" |
@@ -24340,8 +25579,8 @@ fi | |||
24340 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25579 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24341 | 25580 | ||
24342 | fi | 25581 | fi |
24343 | { echo "$as_me:$LINENO: result: $ac_cv_have_ss_family_in_struct_ss" >&5 | 25582 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_ss_family_in_struct_ss" >&5 |
24344 | echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6; } | 25583 | $as_echo "$ac_cv_have_ss_family_in_struct_ss" >&6; } |
24345 | if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then | 25584 | if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then |
24346 | 25585 | ||
24347 | cat >>confdefs.h <<\_ACEOF | 25586 | cat >>confdefs.h <<\_ACEOF |
@@ -24350,10 +25589,10 @@ _ACEOF | |||
24350 | 25589 | ||
24351 | fi | 25590 | fi |
24352 | 25591 | ||
24353 | { echo "$as_me:$LINENO: checking for __ss_family field in struct sockaddr_storage" >&5 | 25592 | { $as_echo "$as_me:$LINENO: checking for __ss_family field in struct sockaddr_storage" >&5 |
24354 | echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6; } | 25593 | $as_echo_n "checking for __ss_family field in struct sockaddr_storage... " >&6; } |
24355 | if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then | 25594 | if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then |
24356 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25595 | $as_echo_n "(cached) " >&6 |
24357 | else | 25596 | else |
24358 | 25597 | ||
24359 | cat >conftest.$ac_ext <<_ACEOF | 25598 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24380,20 +25619,21 @@ case "(($ac_try" in | |||
24380 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25619 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24381 | *) ac_try_echo=$ac_try;; | 25620 | *) ac_try_echo=$ac_try;; |
24382 | esac | 25621 | esac |
24383 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25622 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25623 | $as_echo "$ac_try_echo") >&5 | ||
24384 | (eval "$ac_compile") 2>conftest.er1 | 25624 | (eval "$ac_compile") 2>conftest.er1 |
24385 | ac_status=$? | 25625 | ac_status=$? |
24386 | grep -v '^ *+' conftest.er1 >conftest.err | 25626 | grep -v '^ *+' conftest.er1 >conftest.err |
24387 | rm -f conftest.er1 | 25627 | rm -f conftest.er1 |
24388 | cat conftest.err >&5 | 25628 | cat conftest.err >&5 |
24389 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25629 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24390 | (exit $ac_status); } && { | 25630 | (exit $ac_status); } && { |
24391 | test -z "$ac_c_werror_flag" || | 25631 | test -z "$ac_c_werror_flag" || |
24392 | test ! -s conftest.err | 25632 | test ! -s conftest.err |
24393 | } && test -s conftest.$ac_objext; then | 25633 | } && test -s conftest.$ac_objext; then |
24394 | ac_cv_have___ss_family_in_struct_ss="yes" | 25634 | ac_cv_have___ss_family_in_struct_ss="yes" |
24395 | else | 25635 | else |
24396 | echo "$as_me: failed program was:" >&5 | 25636 | $as_echo "$as_me: failed program was:" >&5 |
24397 | sed 's/^/| /' conftest.$ac_ext >&5 | 25637 | sed 's/^/| /' conftest.$ac_ext >&5 |
24398 | 25638 | ||
24399 | ac_cv_have___ss_family_in_struct_ss="no" | 25639 | ac_cv_have___ss_family_in_struct_ss="no" |
@@ -24403,8 +25643,8 @@ fi | |||
24403 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25643 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24404 | 25644 | ||
24405 | fi | 25645 | fi |
24406 | { echo "$as_me:$LINENO: result: $ac_cv_have___ss_family_in_struct_ss" >&5 | 25646 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have___ss_family_in_struct_ss" >&5 |
24407 | echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6; } | 25647 | $as_echo "$ac_cv_have___ss_family_in_struct_ss" >&6; } |
24408 | if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then | 25648 | if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then |
24409 | 25649 | ||
24410 | cat >>confdefs.h <<\_ACEOF | 25650 | cat >>confdefs.h <<\_ACEOF |
@@ -24413,10 +25653,10 @@ _ACEOF | |||
24413 | 25653 | ||
24414 | fi | 25654 | fi |
24415 | 25655 | ||
24416 | { echo "$as_me:$LINENO: checking for pw_class field in struct passwd" >&5 | 25656 | { $as_echo "$as_me:$LINENO: checking for pw_class field in struct passwd" >&5 |
24417 | echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6; } | 25657 | $as_echo_n "checking for pw_class field in struct passwd... " >&6; } |
24418 | if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then | 25658 | if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then |
24419 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25659 | $as_echo_n "(cached) " >&6 |
24420 | else | 25660 | else |
24421 | 25661 | ||
24422 | cat >conftest.$ac_ext <<_ACEOF | 25662 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24442,20 +25682,21 @@ case "(($ac_try" in | |||
24442 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25682 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24443 | *) ac_try_echo=$ac_try;; | 25683 | *) ac_try_echo=$ac_try;; |
24444 | esac | 25684 | esac |
24445 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25685 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25686 | $as_echo "$ac_try_echo") >&5 | ||
24446 | (eval "$ac_compile") 2>conftest.er1 | 25687 | (eval "$ac_compile") 2>conftest.er1 |
24447 | ac_status=$? | 25688 | ac_status=$? |
24448 | grep -v '^ *+' conftest.er1 >conftest.err | 25689 | grep -v '^ *+' conftest.er1 >conftest.err |
24449 | rm -f conftest.er1 | 25690 | rm -f conftest.er1 |
24450 | cat conftest.err >&5 | 25691 | cat conftest.err >&5 |
24451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25692 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24452 | (exit $ac_status); } && { | 25693 | (exit $ac_status); } && { |
24453 | test -z "$ac_c_werror_flag" || | 25694 | test -z "$ac_c_werror_flag" || |
24454 | test ! -s conftest.err | 25695 | test ! -s conftest.err |
24455 | } && test -s conftest.$ac_objext; then | 25696 | } && test -s conftest.$ac_objext; then |
24456 | ac_cv_have_pw_class_in_struct_passwd="yes" | 25697 | ac_cv_have_pw_class_in_struct_passwd="yes" |
24457 | else | 25698 | else |
24458 | echo "$as_me: failed program was:" >&5 | 25699 | $as_echo "$as_me: failed program was:" >&5 |
24459 | sed 's/^/| /' conftest.$ac_ext >&5 | 25700 | sed 's/^/| /' conftest.$ac_ext >&5 |
24460 | 25701 | ||
24461 | ac_cv_have_pw_class_in_struct_passwd="no" | 25702 | ac_cv_have_pw_class_in_struct_passwd="no" |
@@ -24465,8 +25706,8 @@ fi | |||
24465 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25706 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24466 | 25707 | ||
24467 | fi | 25708 | fi |
24468 | { echo "$as_me:$LINENO: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 | 25709 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 |
24469 | echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6; } | 25710 | $as_echo "$ac_cv_have_pw_class_in_struct_passwd" >&6; } |
24470 | if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then | 25711 | if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then |
24471 | 25712 | ||
24472 | cat >>confdefs.h <<\_ACEOF | 25713 | cat >>confdefs.h <<\_ACEOF |
@@ -24475,10 +25716,10 @@ _ACEOF | |||
24475 | 25716 | ||
24476 | fi | 25717 | fi |
24477 | 25718 | ||
24478 | { echo "$as_me:$LINENO: checking for pw_expire field in struct passwd" >&5 | 25719 | { $as_echo "$as_me:$LINENO: checking for pw_expire field in struct passwd" >&5 |
24479 | echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6; } | 25720 | $as_echo_n "checking for pw_expire field in struct passwd... " >&6; } |
24480 | if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then | 25721 | if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then |
24481 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25722 | $as_echo_n "(cached) " >&6 |
24482 | else | 25723 | else |
24483 | 25724 | ||
24484 | cat >conftest.$ac_ext <<_ACEOF | 25725 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24504,20 +25745,21 @@ case "(($ac_try" in | |||
24504 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25745 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24505 | *) ac_try_echo=$ac_try;; | 25746 | *) ac_try_echo=$ac_try;; |
24506 | esac | 25747 | esac |
24507 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25748 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25749 | $as_echo "$ac_try_echo") >&5 | ||
24508 | (eval "$ac_compile") 2>conftest.er1 | 25750 | (eval "$ac_compile") 2>conftest.er1 |
24509 | ac_status=$? | 25751 | ac_status=$? |
24510 | grep -v '^ *+' conftest.er1 >conftest.err | 25752 | grep -v '^ *+' conftest.er1 >conftest.err |
24511 | rm -f conftest.er1 | 25753 | rm -f conftest.er1 |
24512 | cat conftest.err >&5 | 25754 | cat conftest.err >&5 |
24513 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25755 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24514 | (exit $ac_status); } && { | 25756 | (exit $ac_status); } && { |
24515 | test -z "$ac_c_werror_flag" || | 25757 | test -z "$ac_c_werror_flag" || |
24516 | test ! -s conftest.err | 25758 | test ! -s conftest.err |
24517 | } && test -s conftest.$ac_objext; then | 25759 | } && test -s conftest.$ac_objext; then |
24518 | ac_cv_have_pw_expire_in_struct_passwd="yes" | 25760 | ac_cv_have_pw_expire_in_struct_passwd="yes" |
24519 | else | 25761 | else |
24520 | echo "$as_me: failed program was:" >&5 | 25762 | $as_echo "$as_me: failed program was:" >&5 |
24521 | sed 's/^/| /' conftest.$ac_ext >&5 | 25763 | sed 's/^/| /' conftest.$ac_ext >&5 |
24522 | 25764 | ||
24523 | ac_cv_have_pw_expire_in_struct_passwd="no" | 25765 | ac_cv_have_pw_expire_in_struct_passwd="no" |
@@ -24527,8 +25769,8 @@ fi | |||
24527 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25769 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24528 | 25770 | ||
24529 | fi | 25771 | fi |
24530 | { echo "$as_me:$LINENO: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 | 25772 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 |
24531 | echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6; } | 25773 | $as_echo "$ac_cv_have_pw_expire_in_struct_passwd" >&6; } |
24532 | if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then | 25774 | if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then |
24533 | 25775 | ||
24534 | cat >>confdefs.h <<\_ACEOF | 25776 | cat >>confdefs.h <<\_ACEOF |
@@ -24537,10 +25779,10 @@ _ACEOF | |||
24537 | 25779 | ||
24538 | fi | 25780 | fi |
24539 | 25781 | ||
24540 | { echo "$as_me:$LINENO: checking for pw_change field in struct passwd" >&5 | 25782 | { $as_echo "$as_me:$LINENO: checking for pw_change field in struct passwd" >&5 |
24541 | echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6; } | 25783 | $as_echo_n "checking for pw_change field in struct passwd... " >&6; } |
24542 | if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then | 25784 | if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then |
24543 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25785 | $as_echo_n "(cached) " >&6 |
24544 | else | 25786 | else |
24545 | 25787 | ||
24546 | cat >conftest.$ac_ext <<_ACEOF | 25788 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24566,20 +25808,21 @@ case "(($ac_try" in | |||
24566 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25808 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24567 | *) ac_try_echo=$ac_try;; | 25809 | *) ac_try_echo=$ac_try;; |
24568 | esac | 25810 | esac |
24569 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25811 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25812 | $as_echo "$ac_try_echo") >&5 | ||
24570 | (eval "$ac_compile") 2>conftest.er1 | 25813 | (eval "$ac_compile") 2>conftest.er1 |
24571 | ac_status=$? | 25814 | ac_status=$? |
24572 | grep -v '^ *+' conftest.er1 >conftest.err | 25815 | grep -v '^ *+' conftest.er1 >conftest.err |
24573 | rm -f conftest.er1 | 25816 | rm -f conftest.er1 |
24574 | cat conftest.err >&5 | 25817 | cat conftest.err >&5 |
24575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25818 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24576 | (exit $ac_status); } && { | 25819 | (exit $ac_status); } && { |
24577 | test -z "$ac_c_werror_flag" || | 25820 | test -z "$ac_c_werror_flag" || |
24578 | test ! -s conftest.err | 25821 | test ! -s conftest.err |
24579 | } && test -s conftest.$ac_objext; then | 25822 | } && test -s conftest.$ac_objext; then |
24580 | ac_cv_have_pw_change_in_struct_passwd="yes" | 25823 | ac_cv_have_pw_change_in_struct_passwd="yes" |
24581 | else | 25824 | else |
24582 | echo "$as_me: failed program was:" >&5 | 25825 | $as_echo "$as_me: failed program was:" >&5 |
24583 | sed 's/^/| /' conftest.$ac_ext >&5 | 25826 | sed 's/^/| /' conftest.$ac_ext >&5 |
24584 | 25827 | ||
24585 | ac_cv_have_pw_change_in_struct_passwd="no" | 25828 | ac_cv_have_pw_change_in_struct_passwd="no" |
@@ -24589,8 +25832,8 @@ fi | |||
24589 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25832 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24590 | 25833 | ||
24591 | fi | 25834 | fi |
24592 | { echo "$as_me:$LINENO: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 | 25835 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 |
24593 | echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6; } | 25836 | $as_echo "$ac_cv_have_pw_change_in_struct_passwd" >&6; } |
24594 | if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then | 25837 | if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then |
24595 | 25838 | ||
24596 | cat >>confdefs.h <<\_ACEOF | 25839 | cat >>confdefs.h <<\_ACEOF |
@@ -24599,10 +25842,10 @@ _ACEOF | |||
24599 | 25842 | ||
24600 | fi | 25843 | fi |
24601 | 25844 | ||
24602 | { echo "$as_me:$LINENO: checking for msg_accrights field in struct msghdr" >&5 | 25845 | { $as_echo "$as_me:$LINENO: checking for msg_accrights field in struct msghdr" >&5 |
24603 | echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6; } | 25846 | $as_echo_n "checking for msg_accrights field in struct msghdr... " >&6; } |
24604 | if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then | 25847 | if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then |
24605 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 25848 | $as_echo_n "(cached) " >&6 |
24606 | else | 25849 | else |
24607 | 25850 | ||
24608 | cat >conftest.$ac_ext <<_ACEOF | 25851 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24627,20 +25870,21 @@ case "(($ac_try" in | |||
24627 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25870 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24628 | *) ac_try_echo=$ac_try;; | 25871 | *) ac_try_echo=$ac_try;; |
24629 | esac | 25872 | esac |
24630 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25873 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25874 | $as_echo "$ac_try_echo") >&5 | ||
24631 | (eval "$ac_compile") 2>conftest.er1 | 25875 | (eval "$ac_compile") 2>conftest.er1 |
24632 | ac_status=$? | 25876 | ac_status=$? |
24633 | grep -v '^ *+' conftest.er1 >conftest.err | 25877 | grep -v '^ *+' conftest.er1 >conftest.err |
24634 | rm -f conftest.er1 | 25878 | rm -f conftest.er1 |
24635 | cat conftest.err >&5 | 25879 | cat conftest.err >&5 |
24636 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25880 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24637 | (exit $ac_status); } && { | 25881 | (exit $ac_status); } && { |
24638 | test -z "$ac_c_werror_flag" || | 25882 | test -z "$ac_c_werror_flag" || |
24639 | test ! -s conftest.err | 25883 | test ! -s conftest.err |
24640 | } && test -s conftest.$ac_objext; then | 25884 | } && test -s conftest.$ac_objext; then |
24641 | ac_cv_have_accrights_in_msghdr="yes" | 25885 | ac_cv_have_accrights_in_msghdr="yes" |
24642 | else | 25886 | else |
24643 | echo "$as_me: failed program was:" >&5 | 25887 | $as_echo "$as_me: failed program was:" >&5 |
24644 | sed 's/^/| /' conftest.$ac_ext >&5 | 25888 | sed 's/^/| /' conftest.$ac_ext >&5 |
24645 | 25889 | ||
24646 | ac_cv_have_accrights_in_msghdr="no" | 25890 | ac_cv_have_accrights_in_msghdr="no" |
@@ -24650,8 +25894,8 @@ fi | |||
24650 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25894 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24651 | 25895 | ||
24652 | fi | 25896 | fi |
24653 | { echo "$as_me:$LINENO: result: $ac_cv_have_accrights_in_msghdr" >&5 | 25897 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_accrights_in_msghdr" >&5 |
24654 | echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6; } | 25898 | $as_echo "$ac_cv_have_accrights_in_msghdr" >&6; } |
24655 | if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then | 25899 | if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then |
24656 | 25900 | ||
24657 | cat >>confdefs.h <<\_ACEOF | 25901 | cat >>confdefs.h <<\_ACEOF |
@@ -24660,8 +25904,8 @@ _ACEOF | |||
24660 | 25904 | ||
24661 | fi | 25905 | fi |
24662 | 25906 | ||
24663 | { echo "$as_me:$LINENO: checking if f_fsid has val members" >&5 | 25907 | { $as_echo "$as_me:$LINENO: checking if struct statvfs.f_fsid is integral type" >&5 |
24664 | echo $ECHO_N "checking if f_fsid has val members... $ECHO_C" >&6; } | 25908 | $as_echo_n "checking if struct statvfs.f_fsid is integral type... " >&6; } |
24665 | cat >conftest.$ac_ext <<_ACEOF | 25909 | cat >conftest.$ac_ext <<_ACEOF |
24666 | /* confdefs.h. */ | 25910 | /* confdefs.h. */ |
24667 | _ACEOF | 25911 | _ACEOF |
@@ -24670,11 +25914,67 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
24670 | /* end confdefs.h. */ | 25914 | /* end confdefs.h. */ |
24671 | 25915 | ||
24672 | #include <sys/types.h> | 25916 | #include <sys/types.h> |
25917 | #include <sys/stat.h> | ||
25918 | #ifdef HAVE_SYS_TIME_H | ||
25919 | # include <sys/time.h> | ||
25920 | #endif | ||
25921 | #ifdef HAVE_SYS_MOUNT_H | ||
25922 | #include <sys/mount.h> | ||
25923 | #endif | ||
25924 | #ifdef HAVE_SYS_STATVFS_H | ||
25925 | #include <sys/statvfs.h> | ||
25926 | #endif | ||
25927 | |||
25928 | int | ||
25929 | main () | ||
25930 | { | ||
25931 | struct statvfs s; s.f_fsid = 0; | ||
25932 | ; | ||
25933 | return 0; | ||
25934 | } | ||
25935 | _ACEOF | ||
25936 | rm -f conftest.$ac_objext | ||
25937 | if { (ac_try="$ac_compile" | ||
25938 | case "(($ac_try" in | ||
25939 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
25940 | *) ac_try_echo=$ac_try;; | ||
25941 | esac | ||
25942 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
25943 | $as_echo "$ac_try_echo") >&5 | ||
25944 | (eval "$ac_compile") 2>conftest.er1 | ||
25945 | ac_status=$? | ||
25946 | grep -v '^ *+' conftest.er1 >conftest.err | ||
25947 | rm -f conftest.er1 | ||
25948 | cat conftest.err >&5 | ||
25949 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
25950 | (exit $ac_status); } && { | ||
25951 | test -z "$ac_c_werror_flag" || | ||
25952 | test ! -s conftest.err | ||
25953 | } && test -s conftest.$ac_objext; then | ||
25954 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
25955 | $as_echo "yes" >&6; } | ||
25956 | else | ||
25957 | $as_echo "$as_me: failed program was:" >&5 | ||
25958 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
25959 | |||
25960 | { $as_echo "$as_me:$LINENO: result: no" >&5 | ||
25961 | $as_echo "no" >&6; } | ||
25962 | |||
25963 | { $as_echo "$as_me:$LINENO: checking if fsid_t has member val" >&5 | ||
25964 | $as_echo_n "checking if fsid_t has member val... " >&6; } | ||
25965 | cat >conftest.$ac_ext <<_ACEOF | ||
25966 | /* confdefs.h. */ | ||
25967 | _ACEOF | ||
25968 | cat confdefs.h >>conftest.$ac_ext | ||
25969 | cat >>conftest.$ac_ext <<_ACEOF | ||
25970 | /* end confdefs.h. */ | ||
25971 | |||
25972 | #include <sys/types.h> | ||
24673 | #include <sys/statvfs.h> | 25973 | #include <sys/statvfs.h> |
24674 | int | 25974 | int |
24675 | main () | 25975 | main () |
24676 | { | 25976 | { |
24677 | struct fsid_t t; t.val[0] = 0; | 25977 | fsid_t t; t.val[0] = 0; |
24678 | ; | 25978 | ; |
24679 | return 0; | 25979 | return 0; |
24680 | } | 25980 | } |
@@ -24685,39 +25985,97 @@ case "(($ac_try" in | |||
24685 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25985 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24686 | *) ac_try_echo=$ac_try;; | 25986 | *) ac_try_echo=$ac_try;; |
24687 | esac | 25987 | esac |
24688 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 25988 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
25989 | $as_echo "$ac_try_echo") >&5 | ||
24689 | (eval "$ac_compile") 2>conftest.er1 | 25990 | (eval "$ac_compile") 2>conftest.er1 |
24690 | ac_status=$? | 25991 | ac_status=$? |
24691 | grep -v '^ *+' conftest.er1 >conftest.err | 25992 | grep -v '^ *+' conftest.er1 >conftest.err |
24692 | rm -f conftest.er1 | 25993 | rm -f conftest.er1 |
24693 | cat conftest.err >&5 | 25994 | cat conftest.err >&5 |
24694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25995 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24695 | (exit $ac_status); } && { | 25996 | (exit $ac_status); } && { |
24696 | test -z "$ac_c_werror_flag" || | 25997 | test -z "$ac_c_werror_flag" || |
24697 | test ! -s conftest.err | 25998 | test ! -s conftest.err |
24698 | } && test -s conftest.$ac_objext; then | 25999 | } && test -s conftest.$ac_objext; then |
24699 | { echo "$as_me:$LINENO: result: yes" >&5 | 26000 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
24700 | echo "${ECHO_T}yes" >&6; } | 26001 | $as_echo "yes" >&6; } |
24701 | 26002 | ||
24702 | cat >>confdefs.h <<\_ACEOF | 26003 | cat >>confdefs.h <<\_ACEOF |
24703 | #define FSID_HAS_VAL 1 | 26004 | #define FSID_HAS_VAL 1 |
24704 | _ACEOF | 26005 | _ACEOF |
24705 | 26006 | ||
24706 | else | 26007 | else |
24707 | echo "$as_me: failed program was:" >&5 | 26008 | $as_echo "$as_me: failed program was:" >&5 |
24708 | sed 's/^/| /' conftest.$ac_ext >&5 | 26009 | sed 's/^/| /' conftest.$ac_ext >&5 |
24709 | 26010 | ||
24710 | { echo "$as_me:$LINENO: result: no" >&5 | 26011 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
24711 | echo "${ECHO_T}no" >&6; } | 26012 | $as_echo "no" >&6; } |
26013 | fi | ||
26014 | |||
26015 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
26016 | |||
26017 | { $as_echo "$as_me:$LINENO: checking if f_fsid has member __val" >&5 | ||
26018 | $as_echo_n "checking if f_fsid has member __val... " >&6; } | ||
26019 | cat >conftest.$ac_ext <<_ACEOF | ||
26020 | /* confdefs.h. */ | ||
26021 | _ACEOF | ||
26022 | cat confdefs.h >>conftest.$ac_ext | ||
26023 | cat >>conftest.$ac_ext <<_ACEOF | ||
26024 | /* end confdefs.h. */ | ||
24712 | 26025 | ||
26026 | #include <sys/types.h> | ||
26027 | #include <sys/statvfs.h> | ||
26028 | int | ||
26029 | main () | ||
26030 | { | ||
26031 | fsid_t t; t.__val[0] = 0; | ||
26032 | ; | ||
26033 | return 0; | ||
26034 | } | ||
26035 | _ACEOF | ||
26036 | rm -f conftest.$ac_objext | ||
26037 | if { (ac_try="$ac_compile" | ||
26038 | case "(($ac_try" in | ||
26039 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
26040 | *) ac_try_echo=$ac_try;; | ||
26041 | esac | ||
26042 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
26043 | $as_echo "$ac_try_echo") >&5 | ||
26044 | (eval "$ac_compile") 2>conftest.er1 | ||
26045 | ac_status=$? | ||
26046 | grep -v '^ *+' conftest.er1 >conftest.err | ||
26047 | rm -f conftest.er1 | ||
26048 | cat conftest.err >&5 | ||
26049 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
26050 | (exit $ac_status); } && { | ||
26051 | test -z "$ac_c_werror_flag" || | ||
26052 | test ! -s conftest.err | ||
26053 | } && test -s conftest.$ac_objext; then | ||
26054 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
26055 | $as_echo "yes" >&6; } | ||
26056 | |||
26057 | cat >>confdefs.h <<\_ACEOF | ||
26058 | #define FSID_HAS___VAL 1 | ||
26059 | _ACEOF | ||
26060 | |||
26061 | else | ||
26062 | $as_echo "$as_me: failed program was:" >&5 | ||
26063 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
26064 | |||
26065 | { $as_echo "$as_me:$LINENO: result: no" >&5 | ||
26066 | $as_echo "no" >&6; } | ||
24713 | fi | 26067 | fi |
24714 | 26068 | ||
24715 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26069 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24716 | 26070 | ||
24717 | { echo "$as_me:$LINENO: checking for msg_control field in struct msghdr" >&5 | 26071 | fi |
24718 | echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6; } | 26072 | |
26073 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
26074 | |||
26075 | { $as_echo "$as_me:$LINENO: checking for msg_control field in struct msghdr" >&5 | ||
26076 | $as_echo_n "checking for msg_control field in struct msghdr... " >&6; } | ||
24719 | if test "${ac_cv_have_control_in_msghdr+set}" = set; then | 26077 | if test "${ac_cv_have_control_in_msghdr+set}" = set; then |
24720 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26078 | $as_echo_n "(cached) " >&6 |
24721 | else | 26079 | else |
24722 | 26080 | ||
24723 | cat >conftest.$ac_ext <<_ACEOF | 26081 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24742,20 +26100,21 @@ case "(($ac_try" in | |||
24742 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26100 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24743 | *) ac_try_echo=$ac_try;; | 26101 | *) ac_try_echo=$ac_try;; |
24744 | esac | 26102 | esac |
24745 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26103 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26104 | $as_echo "$ac_try_echo") >&5 | ||
24746 | (eval "$ac_compile") 2>conftest.er1 | 26105 | (eval "$ac_compile") 2>conftest.er1 |
24747 | ac_status=$? | 26106 | ac_status=$? |
24748 | grep -v '^ *+' conftest.er1 >conftest.err | 26107 | grep -v '^ *+' conftest.er1 >conftest.err |
24749 | rm -f conftest.er1 | 26108 | rm -f conftest.er1 |
24750 | cat conftest.err >&5 | 26109 | cat conftest.err >&5 |
24751 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26110 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24752 | (exit $ac_status); } && { | 26111 | (exit $ac_status); } && { |
24753 | test -z "$ac_c_werror_flag" || | 26112 | test -z "$ac_c_werror_flag" || |
24754 | test ! -s conftest.err | 26113 | test ! -s conftest.err |
24755 | } && test -s conftest.$ac_objext; then | 26114 | } && test -s conftest.$ac_objext; then |
24756 | ac_cv_have_control_in_msghdr="yes" | 26115 | ac_cv_have_control_in_msghdr="yes" |
24757 | else | 26116 | else |
24758 | echo "$as_me: failed program was:" >&5 | 26117 | $as_echo "$as_me: failed program was:" >&5 |
24759 | sed 's/^/| /' conftest.$ac_ext >&5 | 26118 | sed 's/^/| /' conftest.$ac_ext >&5 |
24760 | 26119 | ||
24761 | ac_cv_have_control_in_msghdr="no" | 26120 | ac_cv_have_control_in_msghdr="no" |
@@ -24765,8 +26124,8 @@ fi | |||
24765 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26124 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24766 | 26125 | ||
24767 | fi | 26126 | fi |
24768 | { echo "$as_me:$LINENO: result: $ac_cv_have_control_in_msghdr" >&5 | 26127 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_control_in_msghdr" >&5 |
24769 | echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6; } | 26128 | $as_echo "$ac_cv_have_control_in_msghdr" >&6; } |
24770 | if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then | 26129 | if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then |
24771 | 26130 | ||
24772 | cat >>confdefs.h <<\_ACEOF | 26131 | cat >>confdefs.h <<\_ACEOF |
@@ -24775,10 +26134,10 @@ _ACEOF | |||
24775 | 26134 | ||
24776 | fi | 26135 | fi |
24777 | 26136 | ||
24778 | { echo "$as_me:$LINENO: checking if libc defines __progname" >&5 | 26137 | { $as_echo "$as_me:$LINENO: checking if libc defines __progname" >&5 |
24779 | echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6; } | 26138 | $as_echo_n "checking if libc defines __progname... " >&6; } |
24780 | if test "${ac_cv_libc_defines___progname+set}" = set; then | 26139 | if test "${ac_cv_libc_defines___progname+set}" = set; then |
24781 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26140 | $as_echo_n "(cached) " >&6 |
24782 | else | 26141 | else |
24783 | 26142 | ||
24784 | cat >conftest.$ac_ext <<_ACEOF | 26143 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24802,33 +26161,37 @@ case "(($ac_try" in | |||
24802 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26161 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24803 | *) ac_try_echo=$ac_try;; | 26162 | *) ac_try_echo=$ac_try;; |
24804 | esac | 26163 | esac |
24805 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26164 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26165 | $as_echo "$ac_try_echo") >&5 | ||
24806 | (eval "$ac_link") 2>conftest.er1 | 26166 | (eval "$ac_link") 2>conftest.er1 |
24807 | ac_status=$? | 26167 | ac_status=$? |
24808 | grep -v '^ *+' conftest.er1 >conftest.err | 26168 | grep -v '^ *+' conftest.er1 >conftest.err |
24809 | rm -f conftest.er1 | 26169 | rm -f conftest.er1 |
24810 | cat conftest.err >&5 | 26170 | cat conftest.err >&5 |
24811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26171 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24812 | (exit $ac_status); } && { | 26172 | (exit $ac_status); } && { |
24813 | test -z "$ac_c_werror_flag" || | 26173 | test -z "$ac_c_werror_flag" || |
24814 | test ! -s conftest.err | 26174 | test ! -s conftest.err |
24815 | } && test -s conftest$ac_exeext && | 26175 | } && test -s conftest$ac_exeext && { |
24816 | $as_test_x conftest$ac_exeext; then | 26176 | test "$cross_compiling" = yes || |
26177 | $as_test_x conftest$ac_exeext | ||
26178 | }; then | ||
24817 | ac_cv_libc_defines___progname="yes" | 26179 | ac_cv_libc_defines___progname="yes" |
24818 | else | 26180 | else |
24819 | echo "$as_me: failed program was:" >&5 | 26181 | $as_echo "$as_me: failed program was:" >&5 |
24820 | sed 's/^/| /' conftest.$ac_ext >&5 | 26182 | sed 's/^/| /' conftest.$ac_ext >&5 |
24821 | 26183 | ||
24822 | ac_cv_libc_defines___progname="no" | 26184 | ac_cv_libc_defines___progname="no" |
24823 | 26185 | ||
24824 | fi | 26186 | fi |
24825 | 26187 | ||
26188 | rm -rf conftest.dSYM | ||
24826 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26189 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
24827 | conftest$ac_exeext conftest.$ac_ext | 26190 | conftest$ac_exeext conftest.$ac_ext |
24828 | 26191 | ||
24829 | fi | 26192 | fi |
24830 | { echo "$as_me:$LINENO: result: $ac_cv_libc_defines___progname" >&5 | 26193 | { $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines___progname" >&5 |
24831 | echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6; } | 26194 | $as_echo "$ac_cv_libc_defines___progname" >&6; } |
24832 | if test "x$ac_cv_libc_defines___progname" = "xyes" ; then | 26195 | if test "x$ac_cv_libc_defines___progname" = "xyes" ; then |
24833 | 26196 | ||
24834 | cat >>confdefs.h <<\_ACEOF | 26197 | cat >>confdefs.h <<\_ACEOF |
@@ -24837,10 +26200,10 @@ _ACEOF | |||
24837 | 26200 | ||
24838 | fi | 26201 | fi |
24839 | 26202 | ||
24840 | { echo "$as_me:$LINENO: checking whether $CC implements __FUNCTION__" >&5 | 26203 | { $as_echo "$as_me:$LINENO: checking whether $CC implements __FUNCTION__" >&5 |
24841 | echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6; } | 26204 | $as_echo_n "checking whether $CC implements __FUNCTION__... " >&6; } |
24842 | if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then | 26205 | if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then |
24843 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26206 | $as_echo_n "(cached) " >&6 |
24844 | else | 26207 | else |
24845 | 26208 | ||
24846 | cat >conftest.$ac_ext <<_ACEOF | 26209 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24866,33 +26229,37 @@ case "(($ac_try" in | |||
24866 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26229 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24867 | *) ac_try_echo=$ac_try;; | 26230 | *) ac_try_echo=$ac_try;; |
24868 | esac | 26231 | esac |
24869 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26232 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26233 | $as_echo "$ac_try_echo") >&5 | ||
24870 | (eval "$ac_link") 2>conftest.er1 | 26234 | (eval "$ac_link") 2>conftest.er1 |
24871 | ac_status=$? | 26235 | ac_status=$? |
24872 | grep -v '^ *+' conftest.er1 >conftest.err | 26236 | grep -v '^ *+' conftest.er1 >conftest.err |
24873 | rm -f conftest.er1 | 26237 | rm -f conftest.er1 |
24874 | cat conftest.err >&5 | 26238 | cat conftest.err >&5 |
24875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26239 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24876 | (exit $ac_status); } && { | 26240 | (exit $ac_status); } && { |
24877 | test -z "$ac_c_werror_flag" || | 26241 | test -z "$ac_c_werror_flag" || |
24878 | test ! -s conftest.err | 26242 | test ! -s conftest.err |
24879 | } && test -s conftest$ac_exeext && | 26243 | } && test -s conftest$ac_exeext && { |
24880 | $as_test_x conftest$ac_exeext; then | 26244 | test "$cross_compiling" = yes || |
26245 | $as_test_x conftest$ac_exeext | ||
26246 | }; then | ||
24881 | ac_cv_cc_implements___FUNCTION__="yes" | 26247 | ac_cv_cc_implements___FUNCTION__="yes" |
24882 | else | 26248 | else |
24883 | echo "$as_me: failed program was:" >&5 | 26249 | $as_echo "$as_me: failed program was:" >&5 |
24884 | sed 's/^/| /' conftest.$ac_ext >&5 | 26250 | sed 's/^/| /' conftest.$ac_ext >&5 |
24885 | 26251 | ||
24886 | ac_cv_cc_implements___FUNCTION__="no" | 26252 | ac_cv_cc_implements___FUNCTION__="no" |
24887 | 26253 | ||
24888 | fi | 26254 | fi |
24889 | 26255 | ||
26256 | rm -rf conftest.dSYM | ||
24890 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26257 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
24891 | conftest$ac_exeext conftest.$ac_ext | 26258 | conftest$ac_exeext conftest.$ac_ext |
24892 | 26259 | ||
24893 | fi | 26260 | fi |
24894 | { echo "$as_me:$LINENO: result: $ac_cv_cc_implements___FUNCTION__" >&5 | 26261 | { $as_echo "$as_me:$LINENO: result: $ac_cv_cc_implements___FUNCTION__" >&5 |
24895 | echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6; } | 26262 | $as_echo "$ac_cv_cc_implements___FUNCTION__" >&6; } |
24896 | if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then | 26263 | if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then |
24897 | 26264 | ||
24898 | cat >>confdefs.h <<\_ACEOF | 26265 | cat >>confdefs.h <<\_ACEOF |
@@ -24901,10 +26268,10 @@ _ACEOF | |||
24901 | 26268 | ||
24902 | fi | 26269 | fi |
24903 | 26270 | ||
24904 | { echo "$as_me:$LINENO: checking whether $CC implements __func__" >&5 | 26271 | { $as_echo "$as_me:$LINENO: checking whether $CC implements __func__" >&5 |
24905 | echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6; } | 26272 | $as_echo_n "checking whether $CC implements __func__... " >&6; } |
24906 | if test "${ac_cv_cc_implements___func__+set}" = set; then | 26273 | if test "${ac_cv_cc_implements___func__+set}" = set; then |
24907 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26274 | $as_echo_n "(cached) " >&6 |
24908 | else | 26275 | else |
24909 | 26276 | ||
24910 | cat >conftest.$ac_ext <<_ACEOF | 26277 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24930,33 +26297,37 @@ case "(($ac_try" in | |||
24930 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26297 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24931 | *) ac_try_echo=$ac_try;; | 26298 | *) ac_try_echo=$ac_try;; |
24932 | esac | 26299 | esac |
24933 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26300 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26301 | $as_echo "$ac_try_echo") >&5 | ||
24934 | (eval "$ac_link") 2>conftest.er1 | 26302 | (eval "$ac_link") 2>conftest.er1 |
24935 | ac_status=$? | 26303 | ac_status=$? |
24936 | grep -v '^ *+' conftest.er1 >conftest.err | 26304 | grep -v '^ *+' conftest.er1 >conftest.err |
24937 | rm -f conftest.er1 | 26305 | rm -f conftest.er1 |
24938 | cat conftest.err >&5 | 26306 | cat conftest.err >&5 |
24939 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26307 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24940 | (exit $ac_status); } && { | 26308 | (exit $ac_status); } && { |
24941 | test -z "$ac_c_werror_flag" || | 26309 | test -z "$ac_c_werror_flag" || |
24942 | test ! -s conftest.err | 26310 | test ! -s conftest.err |
24943 | } && test -s conftest$ac_exeext && | 26311 | } && test -s conftest$ac_exeext && { |
24944 | $as_test_x conftest$ac_exeext; then | 26312 | test "$cross_compiling" = yes || |
26313 | $as_test_x conftest$ac_exeext | ||
26314 | }; then | ||
24945 | ac_cv_cc_implements___func__="yes" | 26315 | ac_cv_cc_implements___func__="yes" |
24946 | else | 26316 | else |
24947 | echo "$as_me: failed program was:" >&5 | 26317 | $as_echo "$as_me: failed program was:" >&5 |
24948 | sed 's/^/| /' conftest.$ac_ext >&5 | 26318 | sed 's/^/| /' conftest.$ac_ext >&5 |
24949 | 26319 | ||
24950 | ac_cv_cc_implements___func__="no" | 26320 | ac_cv_cc_implements___func__="no" |
24951 | 26321 | ||
24952 | fi | 26322 | fi |
24953 | 26323 | ||
26324 | rm -rf conftest.dSYM | ||
24954 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26325 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
24955 | conftest$ac_exeext conftest.$ac_ext | 26326 | conftest$ac_exeext conftest.$ac_ext |
24956 | 26327 | ||
24957 | fi | 26328 | fi |
24958 | { echo "$as_me:$LINENO: result: $ac_cv_cc_implements___func__" >&5 | 26329 | { $as_echo "$as_me:$LINENO: result: $ac_cv_cc_implements___func__" >&5 |
24959 | echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6; } | 26330 | $as_echo "$ac_cv_cc_implements___func__" >&6; } |
24960 | if test "x$ac_cv_cc_implements___func__" = "xyes" ; then | 26331 | if test "x$ac_cv_cc_implements___func__" = "xyes" ; then |
24961 | 26332 | ||
24962 | cat >>confdefs.h <<\_ACEOF | 26333 | cat >>confdefs.h <<\_ACEOF |
@@ -24965,10 +26336,10 @@ _ACEOF | |||
24965 | 26336 | ||
24966 | fi | 26337 | fi |
24967 | 26338 | ||
24968 | { echo "$as_me:$LINENO: checking whether va_copy exists" >&5 | 26339 | { $as_echo "$as_me:$LINENO: checking whether va_copy exists" >&5 |
24969 | echo $ECHO_N "checking whether va_copy exists... $ECHO_C" >&6; } | 26340 | $as_echo_n "checking whether va_copy exists... " >&6; } |
24970 | if test "${ac_cv_have_va_copy+set}" = set; then | 26341 | if test "${ac_cv_have_va_copy+set}" = set; then |
24971 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26342 | $as_echo_n "(cached) " >&6 |
24972 | else | 26343 | else |
24973 | 26344 | ||
24974 | cat >conftest.$ac_ext <<_ACEOF | 26345 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24993,33 +26364,37 @@ case "(($ac_try" in | |||
24993 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26364 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24994 | *) ac_try_echo=$ac_try;; | 26365 | *) ac_try_echo=$ac_try;; |
24995 | esac | 26366 | esac |
24996 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26367 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26368 | $as_echo "$ac_try_echo") >&5 | ||
24997 | (eval "$ac_link") 2>conftest.er1 | 26369 | (eval "$ac_link") 2>conftest.er1 |
24998 | ac_status=$? | 26370 | ac_status=$? |
24999 | grep -v '^ *+' conftest.er1 >conftest.err | 26371 | grep -v '^ *+' conftest.er1 >conftest.err |
25000 | rm -f conftest.er1 | 26372 | rm -f conftest.er1 |
25001 | cat conftest.err >&5 | 26373 | cat conftest.err >&5 |
25002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26374 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25003 | (exit $ac_status); } && { | 26375 | (exit $ac_status); } && { |
25004 | test -z "$ac_c_werror_flag" || | 26376 | test -z "$ac_c_werror_flag" || |
25005 | test ! -s conftest.err | 26377 | test ! -s conftest.err |
25006 | } && test -s conftest$ac_exeext && | 26378 | } && test -s conftest$ac_exeext && { |
25007 | $as_test_x conftest$ac_exeext; then | 26379 | test "$cross_compiling" = yes || |
26380 | $as_test_x conftest$ac_exeext | ||
26381 | }; then | ||
25008 | ac_cv_have_va_copy="yes" | 26382 | ac_cv_have_va_copy="yes" |
25009 | else | 26383 | else |
25010 | echo "$as_me: failed program was:" >&5 | 26384 | $as_echo "$as_me: failed program was:" >&5 |
25011 | sed 's/^/| /' conftest.$ac_ext >&5 | 26385 | sed 's/^/| /' conftest.$ac_ext >&5 |
25012 | 26386 | ||
25013 | ac_cv_have_va_copy="no" | 26387 | ac_cv_have_va_copy="no" |
25014 | 26388 | ||
25015 | fi | 26389 | fi |
25016 | 26390 | ||
26391 | rm -rf conftest.dSYM | ||
25017 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26392 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25018 | conftest$ac_exeext conftest.$ac_ext | 26393 | conftest$ac_exeext conftest.$ac_ext |
25019 | 26394 | ||
25020 | fi | 26395 | fi |
25021 | { echo "$as_me:$LINENO: result: $ac_cv_have_va_copy" >&5 | 26396 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_va_copy" >&5 |
25022 | echo "${ECHO_T}$ac_cv_have_va_copy" >&6; } | 26397 | $as_echo "$ac_cv_have_va_copy" >&6; } |
25023 | if test "x$ac_cv_have_va_copy" = "xyes" ; then | 26398 | if test "x$ac_cv_have_va_copy" = "xyes" ; then |
25024 | 26399 | ||
25025 | cat >>confdefs.h <<\_ACEOF | 26400 | cat >>confdefs.h <<\_ACEOF |
@@ -25028,10 +26403,10 @@ _ACEOF | |||
25028 | 26403 | ||
25029 | fi | 26404 | fi |
25030 | 26405 | ||
25031 | { echo "$as_me:$LINENO: checking whether __va_copy exists" >&5 | 26406 | { $as_echo "$as_me:$LINENO: checking whether __va_copy exists" >&5 |
25032 | echo $ECHO_N "checking whether __va_copy exists... $ECHO_C" >&6; } | 26407 | $as_echo_n "checking whether __va_copy exists... " >&6; } |
25033 | if test "${ac_cv_have___va_copy+set}" = set; then | 26408 | if test "${ac_cv_have___va_copy+set}" = set; then |
25034 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26409 | $as_echo_n "(cached) " >&6 |
25035 | else | 26410 | else |
25036 | 26411 | ||
25037 | cat >conftest.$ac_ext <<_ACEOF | 26412 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25056,33 +26431,37 @@ case "(($ac_try" in | |||
25056 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26431 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25057 | *) ac_try_echo=$ac_try;; | 26432 | *) ac_try_echo=$ac_try;; |
25058 | esac | 26433 | esac |
25059 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26434 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26435 | $as_echo "$ac_try_echo") >&5 | ||
25060 | (eval "$ac_link") 2>conftest.er1 | 26436 | (eval "$ac_link") 2>conftest.er1 |
25061 | ac_status=$? | 26437 | ac_status=$? |
25062 | grep -v '^ *+' conftest.er1 >conftest.err | 26438 | grep -v '^ *+' conftest.er1 >conftest.err |
25063 | rm -f conftest.er1 | 26439 | rm -f conftest.er1 |
25064 | cat conftest.err >&5 | 26440 | cat conftest.err >&5 |
25065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26441 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25066 | (exit $ac_status); } && { | 26442 | (exit $ac_status); } && { |
25067 | test -z "$ac_c_werror_flag" || | 26443 | test -z "$ac_c_werror_flag" || |
25068 | test ! -s conftest.err | 26444 | test ! -s conftest.err |
25069 | } && test -s conftest$ac_exeext && | 26445 | } && test -s conftest$ac_exeext && { |
25070 | $as_test_x conftest$ac_exeext; then | 26446 | test "$cross_compiling" = yes || |
26447 | $as_test_x conftest$ac_exeext | ||
26448 | }; then | ||
25071 | ac_cv_have___va_copy="yes" | 26449 | ac_cv_have___va_copy="yes" |
25072 | else | 26450 | else |
25073 | echo "$as_me: failed program was:" >&5 | 26451 | $as_echo "$as_me: failed program was:" >&5 |
25074 | sed 's/^/| /' conftest.$ac_ext >&5 | 26452 | sed 's/^/| /' conftest.$ac_ext >&5 |
25075 | 26453 | ||
25076 | ac_cv_have___va_copy="no" | 26454 | ac_cv_have___va_copy="no" |
25077 | 26455 | ||
25078 | fi | 26456 | fi |
25079 | 26457 | ||
26458 | rm -rf conftest.dSYM | ||
25080 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26459 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25081 | conftest$ac_exeext conftest.$ac_ext | 26460 | conftest$ac_exeext conftest.$ac_ext |
25082 | 26461 | ||
25083 | fi | 26462 | fi |
25084 | { echo "$as_me:$LINENO: result: $ac_cv_have___va_copy" >&5 | 26463 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have___va_copy" >&5 |
25085 | echo "${ECHO_T}$ac_cv_have___va_copy" >&6; } | 26464 | $as_echo "$ac_cv_have___va_copy" >&6; } |
25086 | if test "x$ac_cv_have___va_copy" = "xyes" ; then | 26465 | if test "x$ac_cv_have___va_copy" = "xyes" ; then |
25087 | 26466 | ||
25088 | cat >>confdefs.h <<\_ACEOF | 26467 | cat >>confdefs.h <<\_ACEOF |
@@ -25091,10 +26470,10 @@ _ACEOF | |||
25091 | 26470 | ||
25092 | fi | 26471 | fi |
25093 | 26472 | ||
25094 | { echo "$as_me:$LINENO: checking whether getopt has optreset support" >&5 | 26473 | { $as_echo "$as_me:$LINENO: checking whether getopt has optreset support" >&5 |
25095 | echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6; } | 26474 | $as_echo_n "checking whether getopt has optreset support... " >&6; } |
25096 | if test "${ac_cv_have_getopt_optreset+set}" = set; then | 26475 | if test "${ac_cv_have_getopt_optreset+set}" = set; then |
25097 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26476 | $as_echo_n "(cached) " >&6 |
25098 | else | 26477 | else |
25099 | 26478 | ||
25100 | cat >conftest.$ac_ext <<_ACEOF | 26479 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25120,33 +26499,37 @@ case "(($ac_try" in | |||
25120 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26499 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25121 | *) ac_try_echo=$ac_try;; | 26500 | *) ac_try_echo=$ac_try;; |
25122 | esac | 26501 | esac |
25123 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26502 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26503 | $as_echo "$ac_try_echo") >&5 | ||
25124 | (eval "$ac_link") 2>conftest.er1 | 26504 | (eval "$ac_link") 2>conftest.er1 |
25125 | ac_status=$? | 26505 | ac_status=$? |
25126 | grep -v '^ *+' conftest.er1 >conftest.err | 26506 | grep -v '^ *+' conftest.er1 >conftest.err |
25127 | rm -f conftest.er1 | 26507 | rm -f conftest.er1 |
25128 | cat conftest.err >&5 | 26508 | cat conftest.err >&5 |
25129 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26509 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25130 | (exit $ac_status); } && { | 26510 | (exit $ac_status); } && { |
25131 | test -z "$ac_c_werror_flag" || | 26511 | test -z "$ac_c_werror_flag" || |
25132 | test ! -s conftest.err | 26512 | test ! -s conftest.err |
25133 | } && test -s conftest$ac_exeext && | 26513 | } && test -s conftest$ac_exeext && { |
25134 | $as_test_x conftest$ac_exeext; then | 26514 | test "$cross_compiling" = yes || |
26515 | $as_test_x conftest$ac_exeext | ||
26516 | }; then | ||
25135 | ac_cv_have_getopt_optreset="yes" | 26517 | ac_cv_have_getopt_optreset="yes" |
25136 | else | 26518 | else |
25137 | echo "$as_me: failed program was:" >&5 | 26519 | $as_echo "$as_me: failed program was:" >&5 |
25138 | sed 's/^/| /' conftest.$ac_ext >&5 | 26520 | sed 's/^/| /' conftest.$ac_ext >&5 |
25139 | 26521 | ||
25140 | ac_cv_have_getopt_optreset="no" | 26522 | ac_cv_have_getopt_optreset="no" |
25141 | 26523 | ||
25142 | fi | 26524 | fi |
25143 | 26525 | ||
26526 | rm -rf conftest.dSYM | ||
25144 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26527 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25145 | conftest$ac_exeext conftest.$ac_ext | 26528 | conftest$ac_exeext conftest.$ac_ext |
25146 | 26529 | ||
25147 | fi | 26530 | fi |
25148 | { echo "$as_me:$LINENO: result: $ac_cv_have_getopt_optreset" >&5 | 26531 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_getopt_optreset" >&5 |
25149 | echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6; } | 26532 | $as_echo "$ac_cv_have_getopt_optreset" >&6; } |
25150 | if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then | 26533 | if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then |
25151 | 26534 | ||
25152 | cat >>confdefs.h <<\_ACEOF | 26535 | cat >>confdefs.h <<\_ACEOF |
@@ -25155,10 +26538,10 @@ _ACEOF | |||
25155 | 26538 | ||
25156 | fi | 26539 | fi |
25157 | 26540 | ||
25158 | { echo "$as_me:$LINENO: checking if libc defines sys_errlist" >&5 | 26541 | { $as_echo "$as_me:$LINENO: checking if libc defines sys_errlist" >&5 |
25159 | echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6; } | 26542 | $as_echo_n "checking if libc defines sys_errlist... " >&6; } |
25160 | if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then | 26543 | if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then |
25161 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26544 | $as_echo_n "(cached) " >&6 |
25162 | else | 26545 | else |
25163 | 26546 | ||
25164 | cat >conftest.$ac_ext <<_ACEOF | 26547 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25182,33 +26565,37 @@ case "(($ac_try" in | |||
25182 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26565 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25183 | *) ac_try_echo=$ac_try;; | 26566 | *) ac_try_echo=$ac_try;; |
25184 | esac | 26567 | esac |
25185 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26568 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26569 | $as_echo "$ac_try_echo") >&5 | ||
25186 | (eval "$ac_link") 2>conftest.er1 | 26570 | (eval "$ac_link") 2>conftest.er1 |
25187 | ac_status=$? | 26571 | ac_status=$? |
25188 | grep -v '^ *+' conftest.er1 >conftest.err | 26572 | grep -v '^ *+' conftest.er1 >conftest.err |
25189 | rm -f conftest.er1 | 26573 | rm -f conftest.er1 |
25190 | cat conftest.err >&5 | 26574 | cat conftest.err >&5 |
25191 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26575 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25192 | (exit $ac_status); } && { | 26576 | (exit $ac_status); } && { |
25193 | test -z "$ac_c_werror_flag" || | 26577 | test -z "$ac_c_werror_flag" || |
25194 | test ! -s conftest.err | 26578 | test ! -s conftest.err |
25195 | } && test -s conftest$ac_exeext && | 26579 | } && test -s conftest$ac_exeext && { |
25196 | $as_test_x conftest$ac_exeext; then | 26580 | test "$cross_compiling" = yes || |
26581 | $as_test_x conftest$ac_exeext | ||
26582 | }; then | ||
25197 | ac_cv_libc_defines_sys_errlist="yes" | 26583 | ac_cv_libc_defines_sys_errlist="yes" |
25198 | else | 26584 | else |
25199 | echo "$as_me: failed program was:" >&5 | 26585 | $as_echo "$as_me: failed program was:" >&5 |
25200 | sed 's/^/| /' conftest.$ac_ext >&5 | 26586 | sed 's/^/| /' conftest.$ac_ext >&5 |
25201 | 26587 | ||
25202 | ac_cv_libc_defines_sys_errlist="no" | 26588 | ac_cv_libc_defines_sys_errlist="no" |
25203 | 26589 | ||
25204 | fi | 26590 | fi |
25205 | 26591 | ||
26592 | rm -rf conftest.dSYM | ||
25206 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26593 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25207 | conftest$ac_exeext conftest.$ac_ext | 26594 | conftest$ac_exeext conftest.$ac_ext |
25208 | 26595 | ||
25209 | fi | 26596 | fi |
25210 | { echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_errlist" >&5 | 26597 | { $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_errlist" >&5 |
25211 | echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6; } | 26598 | $as_echo "$ac_cv_libc_defines_sys_errlist" >&6; } |
25212 | if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then | 26599 | if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then |
25213 | 26600 | ||
25214 | cat >>confdefs.h <<\_ACEOF | 26601 | cat >>confdefs.h <<\_ACEOF |
@@ -25218,10 +26605,10 @@ _ACEOF | |||
25218 | fi | 26605 | fi |
25219 | 26606 | ||
25220 | 26607 | ||
25221 | { echo "$as_me:$LINENO: checking if libc defines sys_nerr" >&5 | 26608 | { $as_echo "$as_me:$LINENO: checking if libc defines sys_nerr" >&5 |
25222 | echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6; } | 26609 | $as_echo_n "checking if libc defines sys_nerr... " >&6; } |
25223 | if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then | 26610 | if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then |
25224 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26611 | $as_echo_n "(cached) " >&6 |
25225 | else | 26612 | else |
25226 | 26613 | ||
25227 | cat >conftest.$ac_ext <<_ACEOF | 26614 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25245,33 +26632,37 @@ case "(($ac_try" in | |||
25245 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26632 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25246 | *) ac_try_echo=$ac_try;; | 26633 | *) ac_try_echo=$ac_try;; |
25247 | esac | 26634 | esac |
25248 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26635 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26636 | $as_echo "$ac_try_echo") >&5 | ||
25249 | (eval "$ac_link") 2>conftest.er1 | 26637 | (eval "$ac_link") 2>conftest.er1 |
25250 | ac_status=$? | 26638 | ac_status=$? |
25251 | grep -v '^ *+' conftest.er1 >conftest.err | 26639 | grep -v '^ *+' conftest.er1 >conftest.err |
25252 | rm -f conftest.er1 | 26640 | rm -f conftest.er1 |
25253 | cat conftest.err >&5 | 26641 | cat conftest.err >&5 |
25254 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26642 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25255 | (exit $ac_status); } && { | 26643 | (exit $ac_status); } && { |
25256 | test -z "$ac_c_werror_flag" || | 26644 | test -z "$ac_c_werror_flag" || |
25257 | test ! -s conftest.err | 26645 | test ! -s conftest.err |
25258 | } && test -s conftest$ac_exeext && | 26646 | } && test -s conftest$ac_exeext && { |
25259 | $as_test_x conftest$ac_exeext; then | 26647 | test "$cross_compiling" = yes || |
26648 | $as_test_x conftest$ac_exeext | ||
26649 | }; then | ||
25260 | ac_cv_libc_defines_sys_nerr="yes" | 26650 | ac_cv_libc_defines_sys_nerr="yes" |
25261 | else | 26651 | else |
25262 | echo "$as_me: failed program was:" >&5 | 26652 | $as_echo "$as_me: failed program was:" >&5 |
25263 | sed 's/^/| /' conftest.$ac_ext >&5 | 26653 | sed 's/^/| /' conftest.$ac_ext >&5 |
25264 | 26654 | ||
25265 | ac_cv_libc_defines_sys_nerr="no" | 26655 | ac_cv_libc_defines_sys_nerr="no" |
25266 | 26656 | ||
25267 | fi | 26657 | fi |
25268 | 26658 | ||
26659 | rm -rf conftest.dSYM | ||
25269 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26660 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25270 | conftest$ac_exeext conftest.$ac_ext | 26661 | conftest$ac_exeext conftest.$ac_ext |
25271 | 26662 | ||
25272 | fi | 26663 | fi |
25273 | { echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_nerr" >&5 | 26664 | { $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_nerr" >&5 |
25274 | echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6; } | 26665 | $as_echo "$ac_cv_libc_defines_sys_nerr" >&6; } |
25275 | if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then | 26666 | if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then |
25276 | 26667 | ||
25277 | cat >>confdefs.h <<\_ACEOF | 26668 | cat >>confdefs.h <<\_ACEOF |
@@ -25300,20 +26691,21 @@ if test "${with_sectok+set}" = set; then | |||
25300 | 26691 | ||
25301 | for ac_header in sectok.h | 26692 | for ac_header in sectok.h |
25302 | do | 26693 | do |
25303 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 26694 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
25304 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 26695 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
25305 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 26696 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
25306 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 26697 | $as_echo_n "checking for $ac_header... " >&6; } |
25307 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 26698 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
25308 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26699 | $as_echo_n "(cached) " >&6 |
25309 | fi | 26700 | fi |
25310 | ac_res=`eval echo '${'$as_ac_Header'}'` | 26701 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
25311 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 26702 | $as_echo "$as_val"'` |
25312 | echo "${ECHO_T}$ac_res" >&6; } | 26703 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
26704 | $as_echo "$ac_res" >&6; } | ||
25313 | else | 26705 | else |
25314 | # Is the header compilable? | 26706 | # Is the header compilable? |
25315 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 26707 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
25316 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 26708 | $as_echo_n "checking $ac_header usability... " >&6; } |
25317 | cat >conftest.$ac_ext <<_ACEOF | 26709 | cat >conftest.$ac_ext <<_ACEOF |
25318 | /* confdefs.h. */ | 26710 | /* confdefs.h. */ |
25319 | _ACEOF | 26711 | _ACEOF |
@@ -25329,32 +26721,33 @@ case "(($ac_try" in | |||
25329 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26721 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25330 | *) ac_try_echo=$ac_try;; | 26722 | *) ac_try_echo=$ac_try;; |
25331 | esac | 26723 | esac |
25332 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26724 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26725 | $as_echo "$ac_try_echo") >&5 | ||
25333 | (eval "$ac_compile") 2>conftest.er1 | 26726 | (eval "$ac_compile") 2>conftest.er1 |
25334 | ac_status=$? | 26727 | ac_status=$? |
25335 | grep -v '^ *+' conftest.er1 >conftest.err | 26728 | grep -v '^ *+' conftest.er1 >conftest.err |
25336 | rm -f conftest.er1 | 26729 | rm -f conftest.er1 |
25337 | cat conftest.err >&5 | 26730 | cat conftest.err >&5 |
25338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26731 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25339 | (exit $ac_status); } && { | 26732 | (exit $ac_status); } && { |
25340 | test -z "$ac_c_werror_flag" || | 26733 | test -z "$ac_c_werror_flag" || |
25341 | test ! -s conftest.err | 26734 | test ! -s conftest.err |
25342 | } && test -s conftest.$ac_objext; then | 26735 | } && test -s conftest.$ac_objext; then |
25343 | ac_header_compiler=yes | 26736 | ac_header_compiler=yes |
25344 | else | 26737 | else |
25345 | echo "$as_me: failed program was:" >&5 | 26738 | $as_echo "$as_me: failed program was:" >&5 |
25346 | sed 's/^/| /' conftest.$ac_ext >&5 | 26739 | sed 's/^/| /' conftest.$ac_ext >&5 |
25347 | 26740 | ||
25348 | ac_header_compiler=no | 26741 | ac_header_compiler=no |
25349 | fi | 26742 | fi |
25350 | 26743 | ||
25351 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26744 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25352 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 26745 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
25353 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 26746 | $as_echo "$ac_header_compiler" >&6; } |
25354 | 26747 | ||
25355 | # Is the header present? | 26748 | # Is the header present? |
25356 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 26749 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
25357 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 26750 | $as_echo_n "checking $ac_header presence... " >&6; } |
25358 | cat >conftest.$ac_ext <<_ACEOF | 26751 | cat >conftest.$ac_ext <<_ACEOF |
25359 | /* confdefs.h. */ | 26752 | /* confdefs.h. */ |
25360 | _ACEOF | 26753 | _ACEOF |
@@ -25368,51 +26761,52 @@ case "(($ac_try" in | |||
25368 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26761 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25369 | *) ac_try_echo=$ac_try;; | 26762 | *) ac_try_echo=$ac_try;; |
25370 | esac | 26763 | esac |
25371 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26764 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26765 | $as_echo "$ac_try_echo") >&5 | ||
25372 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 26766 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
25373 | ac_status=$? | 26767 | ac_status=$? |
25374 | grep -v '^ *+' conftest.er1 >conftest.err | 26768 | grep -v '^ *+' conftest.er1 >conftest.err |
25375 | rm -f conftest.er1 | 26769 | rm -f conftest.er1 |
25376 | cat conftest.err >&5 | 26770 | cat conftest.err >&5 |
25377 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26771 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25378 | (exit $ac_status); } >/dev/null && { | 26772 | (exit $ac_status); } >/dev/null && { |
25379 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 26773 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
25380 | test ! -s conftest.err | 26774 | test ! -s conftest.err |
25381 | }; then | 26775 | }; then |
25382 | ac_header_preproc=yes | 26776 | ac_header_preproc=yes |
25383 | else | 26777 | else |
25384 | echo "$as_me: failed program was:" >&5 | 26778 | $as_echo "$as_me: failed program was:" >&5 |
25385 | sed 's/^/| /' conftest.$ac_ext >&5 | 26779 | sed 's/^/| /' conftest.$ac_ext >&5 |
25386 | 26780 | ||
25387 | ac_header_preproc=no | 26781 | ac_header_preproc=no |
25388 | fi | 26782 | fi |
25389 | 26783 | ||
25390 | rm -f conftest.err conftest.$ac_ext | 26784 | rm -f conftest.err conftest.$ac_ext |
25391 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 26785 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
25392 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 26786 | $as_echo "$ac_header_preproc" >&6; } |
25393 | 26787 | ||
25394 | # So? What about this header? | 26788 | # So? What about this header? |
25395 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 26789 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
25396 | yes:no: ) | 26790 | yes:no: ) |
25397 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 26791 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
25398 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 26792 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
25399 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 26793 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
25400 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 26794 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
25401 | ac_header_preproc=yes | 26795 | ac_header_preproc=yes |
25402 | ;; | 26796 | ;; |
25403 | no:yes:* ) | 26797 | no:yes:* ) |
25404 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 26798 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
25405 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 26799 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
25406 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 26800 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
25407 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 26801 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
25408 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 26802 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
25409 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 26803 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
25410 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 26804 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
25411 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 26805 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
25412 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 26806 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
25413 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 26807 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
25414 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 26808 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
25415 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 26809 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
25416 | ( cat <<\_ASBOX | 26810 | ( cat <<\_ASBOX |
25417 | ## ------------------------------------------- ## | 26811 | ## ------------------------------------------- ## |
25418 | ## Report this to openssh-unix-dev@mindrot.org ## | 26812 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -25421,21 +26815,23 @@ _ASBOX | |||
25421 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 26815 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
25422 | ;; | 26816 | ;; |
25423 | esac | 26817 | esac |
25424 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 26818 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
25425 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 26819 | $as_echo_n "checking for $ac_header... " >&6; } |
25426 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 26820 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
25427 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26821 | $as_echo_n "(cached) " >&6 |
25428 | else | 26822 | else |
25429 | eval "$as_ac_Header=\$ac_header_preproc" | 26823 | eval "$as_ac_Header=\$ac_header_preproc" |
25430 | fi | 26824 | fi |
25431 | ac_res=`eval echo '${'$as_ac_Header'}'` | 26825 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
25432 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 26826 | $as_echo "$as_val"'` |
25433 | echo "${ECHO_T}$ac_res" >&6; } | 26827 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
26828 | $as_echo "$ac_res" >&6; } | ||
25434 | 26829 | ||
25435 | fi | 26830 | fi |
25436 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 26831 | if test `eval 'as_val=${'$as_ac_Header'} |
26832 | $as_echo "$as_val"'` = yes; then | ||
25437 | cat >>confdefs.h <<_ACEOF | 26833 | cat >>confdefs.h <<_ACEOF |
25438 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 26834 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
25439 | _ACEOF | 26835 | _ACEOF |
25440 | 26836 | ||
25441 | fi | 26837 | fi |
@@ -25443,15 +26839,15 @@ fi | |||
25443 | done | 26839 | done |
25444 | 26840 | ||
25445 | if test "$ac_cv_header_sectok_h" != yes; then | 26841 | if test "$ac_cv_header_sectok_h" != yes; then |
25446 | { { echo "$as_me:$LINENO: error: Can't find sectok.h" >&5 | 26842 | { { $as_echo "$as_me:$LINENO: error: Can't find sectok.h" >&5 |
25447 | echo "$as_me: error: Can't find sectok.h" >&2;} | 26843 | $as_echo "$as_me: error: Can't find sectok.h" >&2;} |
25448 | { (exit 1); exit 1; }; } | 26844 | { (exit 1); exit 1; }; } |
25449 | fi | 26845 | fi |
25450 | 26846 | ||
25451 | { echo "$as_me:$LINENO: checking for sectok_open in -lsectok" >&5 | 26847 | { $as_echo "$as_me:$LINENO: checking for sectok_open in -lsectok" >&5 |
25452 | echo $ECHO_N "checking for sectok_open in -lsectok... $ECHO_C" >&6; } | 26848 | $as_echo_n "checking for sectok_open in -lsectok... " >&6; } |
25453 | if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then | 26849 | if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then |
25454 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26850 | $as_echo_n "(cached) " >&6 |
25455 | else | 26851 | else |
25456 | ac_check_lib_save_LIBS=$LIBS | 26852 | ac_check_lib_save_LIBS=$LIBS |
25457 | LIBS="-lsectok $LIBS" | 26853 | LIBS="-lsectok $LIBS" |
@@ -25483,32 +26879,36 @@ case "(($ac_try" in | |||
25483 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26879 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25484 | *) ac_try_echo=$ac_try;; | 26880 | *) ac_try_echo=$ac_try;; |
25485 | esac | 26881 | esac |
25486 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 26882 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
26883 | $as_echo "$ac_try_echo") >&5 | ||
25487 | (eval "$ac_link") 2>conftest.er1 | 26884 | (eval "$ac_link") 2>conftest.er1 |
25488 | ac_status=$? | 26885 | ac_status=$? |
25489 | grep -v '^ *+' conftest.er1 >conftest.err | 26886 | grep -v '^ *+' conftest.er1 >conftest.err |
25490 | rm -f conftest.er1 | 26887 | rm -f conftest.er1 |
25491 | cat conftest.err >&5 | 26888 | cat conftest.err >&5 |
25492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26889 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25493 | (exit $ac_status); } && { | 26890 | (exit $ac_status); } && { |
25494 | test -z "$ac_c_werror_flag" || | 26891 | test -z "$ac_c_werror_flag" || |
25495 | test ! -s conftest.err | 26892 | test ! -s conftest.err |
25496 | } && test -s conftest$ac_exeext && | 26893 | } && test -s conftest$ac_exeext && { |
25497 | $as_test_x conftest$ac_exeext; then | 26894 | test "$cross_compiling" = yes || |
26895 | $as_test_x conftest$ac_exeext | ||
26896 | }; then | ||
25498 | ac_cv_lib_sectok_sectok_open=yes | 26897 | ac_cv_lib_sectok_sectok_open=yes |
25499 | else | 26898 | else |
25500 | echo "$as_me: failed program was:" >&5 | 26899 | $as_echo "$as_me: failed program was:" >&5 |
25501 | sed 's/^/| /' conftest.$ac_ext >&5 | 26900 | sed 's/^/| /' conftest.$ac_ext >&5 |
25502 | 26901 | ||
25503 | ac_cv_lib_sectok_sectok_open=no | 26902 | ac_cv_lib_sectok_sectok_open=no |
25504 | fi | 26903 | fi |
25505 | 26904 | ||
26905 | rm -rf conftest.dSYM | ||
25506 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26906 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25507 | conftest$ac_exeext conftest.$ac_ext | 26907 | conftest$ac_exeext conftest.$ac_ext |
25508 | LIBS=$ac_check_lib_save_LIBS | 26908 | LIBS=$ac_check_lib_save_LIBS |
25509 | fi | 26909 | fi |
25510 | { echo "$as_me:$LINENO: result: $ac_cv_lib_sectok_sectok_open" >&5 | 26910 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sectok_sectok_open" >&5 |
25511 | echo "${ECHO_T}$ac_cv_lib_sectok_sectok_open" >&6; } | 26911 | $as_echo "$ac_cv_lib_sectok_sectok_open" >&6; } |
25512 | if test $ac_cv_lib_sectok_sectok_open = yes; then | 26912 | if test $ac_cv_lib_sectok_sectok_open = yes; then |
25513 | cat >>confdefs.h <<_ACEOF | 26913 | cat >>confdefs.h <<_ACEOF |
25514 | #define HAVE_LIBSECTOK 1 | 26914 | #define HAVE_LIBSECTOK 1 |
@@ -25519,8 +26919,8 @@ _ACEOF | |||
25519 | fi | 26919 | fi |
25520 | 26920 | ||
25521 | if test "$ac_cv_lib_sectok_sectok_open" != yes; then | 26921 | if test "$ac_cv_lib_sectok_sectok_open" != yes; then |
25522 | { { echo "$as_me:$LINENO: error: Can't find libsectok" >&5 | 26922 | { { $as_echo "$as_me:$LINENO: error: Can't find libsectok" >&5 |
25523 | echo "$as_me: error: Can't find libsectok" >&2;} | 26923 | $as_echo "$as_me: error: Can't find libsectok" >&2;} |
25524 | { (exit 1); exit 1; }; } | 26924 | { (exit 1); exit 1; }; } |
25525 | fi | 26925 | fi |
25526 | 26926 | ||
@@ -25552,10 +26952,10 @@ if test "${with_opensc+set}" = set; then | |||
25552 | else | 26952 | else |
25553 | # Extract the first word of "opensc-config", so it can be a program name with args. | 26953 | # Extract the first word of "opensc-config", so it can be a program name with args. |
25554 | set dummy opensc-config; ac_word=$2 | 26954 | set dummy opensc-config; ac_word=$2 |
25555 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 26955 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25556 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 26956 | $as_echo_n "checking for $ac_word... " >&6; } |
25557 | if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then | 26957 | if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then |
25558 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 26958 | $as_echo_n "(cached) " >&6 |
25559 | else | 26959 | else |
25560 | case $OPENSC_CONFIG in | 26960 | case $OPENSC_CONFIG in |
25561 | [\\/]* | ?:[\\/]*) | 26961 | [\\/]* | ?:[\\/]*) |
@@ -25570,7 +26970,7 @@ do | |||
25570 | for ac_exec_ext in '' $ac_executable_extensions; do | 26970 | for ac_exec_ext in '' $ac_executable_extensions; do |
25571 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 26971 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
25572 | ac_cv_path_OPENSC_CONFIG="$as_dir/$ac_word$ac_exec_ext" | 26972 | ac_cv_path_OPENSC_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
25573 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 26973 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
25574 | break 2 | 26974 | break 2 |
25575 | fi | 26975 | fi |
25576 | done | 26976 | done |
@@ -25583,11 +26983,11 @@ esac | |||
25583 | fi | 26983 | fi |
25584 | OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG | 26984 | OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG |
25585 | if test -n "$OPENSC_CONFIG"; then | 26985 | if test -n "$OPENSC_CONFIG"; then |
25586 | { echo "$as_me:$LINENO: result: $OPENSC_CONFIG" >&5 | 26986 | { $as_echo "$as_me:$LINENO: result: $OPENSC_CONFIG" >&5 |
25587 | echo "${ECHO_T}$OPENSC_CONFIG" >&6; } | 26987 | $as_echo "$OPENSC_CONFIG" >&6; } |
25588 | else | 26988 | else |
25589 | { echo "$as_me:$LINENO: result: no" >&5 | 26989 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
25590 | echo "${ECHO_T}no" >&6; } | 26990 | $as_echo "no" >&6; } |
25591 | fi | 26991 | fi |
25592 | 26992 | ||
25593 | 26993 | ||
@@ -25615,10 +27015,10 @@ fi | |||
25615 | 27015 | ||
25616 | 27016 | ||
25617 | # Check libraries needed by DNS fingerprint support | 27017 | # Check libraries needed by DNS fingerprint support |
25618 | { echo "$as_me:$LINENO: checking for library containing getrrsetbyname" >&5 | 27018 | { $as_echo "$as_me:$LINENO: checking for library containing getrrsetbyname" >&5 |
25619 | echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6; } | 27019 | $as_echo_n "checking for library containing getrrsetbyname... " >&6; } |
25620 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then | 27020 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then |
25621 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27021 | $as_echo_n "(cached) " >&6 |
25622 | else | 27022 | else |
25623 | ac_func_search_save_LIBS=$LIBS | 27023 | ac_func_search_save_LIBS=$LIBS |
25624 | cat >conftest.$ac_ext <<_ACEOF | 27024 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25656,26 +27056,30 @@ case "(($ac_try" in | |||
25656 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27056 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25657 | *) ac_try_echo=$ac_try;; | 27057 | *) ac_try_echo=$ac_try;; |
25658 | esac | 27058 | esac |
25659 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27059 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27060 | $as_echo "$ac_try_echo") >&5 | ||
25660 | (eval "$ac_link") 2>conftest.er1 | 27061 | (eval "$ac_link") 2>conftest.er1 |
25661 | ac_status=$? | 27062 | ac_status=$? |
25662 | grep -v '^ *+' conftest.er1 >conftest.err | 27063 | grep -v '^ *+' conftest.er1 >conftest.err |
25663 | rm -f conftest.er1 | 27064 | rm -f conftest.er1 |
25664 | cat conftest.err >&5 | 27065 | cat conftest.err >&5 |
25665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27066 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25666 | (exit $ac_status); } && { | 27067 | (exit $ac_status); } && { |
25667 | test -z "$ac_c_werror_flag" || | 27068 | test -z "$ac_c_werror_flag" || |
25668 | test ! -s conftest.err | 27069 | test ! -s conftest.err |
25669 | } && test -s conftest$ac_exeext && | 27070 | } && test -s conftest$ac_exeext && { |
25670 | $as_test_x conftest$ac_exeext; then | 27071 | test "$cross_compiling" = yes || |
27072 | $as_test_x conftest$ac_exeext | ||
27073 | }; then | ||
25671 | ac_cv_search_getrrsetbyname=$ac_res | 27074 | ac_cv_search_getrrsetbyname=$ac_res |
25672 | else | 27075 | else |
25673 | echo "$as_me: failed program was:" >&5 | 27076 | $as_echo "$as_me: failed program was:" >&5 |
25674 | sed 's/^/| /' conftest.$ac_ext >&5 | 27077 | sed 's/^/| /' conftest.$ac_ext >&5 |
25675 | 27078 | ||
25676 | 27079 | ||
25677 | fi | 27080 | fi |
25678 | 27081 | ||
27082 | rm -rf conftest.dSYM | ||
25679 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27083 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25680 | conftest$ac_exeext | 27084 | conftest$ac_exeext |
25681 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then | 27085 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then |
@@ -25690,8 +27094,8 @@ fi | |||
25690 | rm conftest.$ac_ext | 27094 | rm conftest.$ac_ext |
25691 | LIBS=$ac_func_search_save_LIBS | 27095 | LIBS=$ac_func_search_save_LIBS |
25692 | fi | 27096 | fi |
25693 | { echo "$as_me:$LINENO: result: $ac_cv_search_getrrsetbyname" >&5 | 27097 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_getrrsetbyname" >&5 |
25694 | echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6; } | 27098 | $as_echo "$ac_cv_search_getrrsetbyname" >&6; } |
25695 | ac_res=$ac_cv_search_getrrsetbyname | 27099 | ac_res=$ac_cv_search_getrrsetbyname |
25696 | if test "$ac_res" != no; then | 27100 | if test "$ac_res" != no; then |
25697 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 27101 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -25703,10 +27107,10 @@ _ACEOF | |||
25703 | else | 27107 | else |
25704 | 27108 | ||
25705 | # Needed by our getrrsetbyname() | 27109 | # Needed by our getrrsetbyname() |
25706 | { echo "$as_me:$LINENO: checking for library containing res_query" >&5 | 27110 | { $as_echo "$as_me:$LINENO: checking for library containing res_query" >&5 |
25707 | echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6; } | 27111 | $as_echo_n "checking for library containing res_query... " >&6; } |
25708 | if test "${ac_cv_search_res_query+set}" = set; then | 27112 | if test "${ac_cv_search_res_query+set}" = set; then |
25709 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27113 | $as_echo_n "(cached) " >&6 |
25710 | else | 27114 | else |
25711 | ac_func_search_save_LIBS=$LIBS | 27115 | ac_func_search_save_LIBS=$LIBS |
25712 | cat >conftest.$ac_ext <<_ACEOF | 27116 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25744,26 +27148,30 @@ case "(($ac_try" in | |||
25744 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27148 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25745 | *) ac_try_echo=$ac_try;; | 27149 | *) ac_try_echo=$ac_try;; |
25746 | esac | 27150 | esac |
25747 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27151 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27152 | $as_echo "$ac_try_echo") >&5 | ||
25748 | (eval "$ac_link") 2>conftest.er1 | 27153 | (eval "$ac_link") 2>conftest.er1 |
25749 | ac_status=$? | 27154 | ac_status=$? |
25750 | grep -v '^ *+' conftest.er1 >conftest.err | 27155 | grep -v '^ *+' conftest.er1 >conftest.err |
25751 | rm -f conftest.er1 | 27156 | rm -f conftest.er1 |
25752 | cat conftest.err >&5 | 27157 | cat conftest.err >&5 |
25753 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27158 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25754 | (exit $ac_status); } && { | 27159 | (exit $ac_status); } && { |
25755 | test -z "$ac_c_werror_flag" || | 27160 | test -z "$ac_c_werror_flag" || |
25756 | test ! -s conftest.err | 27161 | test ! -s conftest.err |
25757 | } && test -s conftest$ac_exeext && | 27162 | } && test -s conftest$ac_exeext && { |
25758 | $as_test_x conftest$ac_exeext; then | 27163 | test "$cross_compiling" = yes || |
27164 | $as_test_x conftest$ac_exeext | ||
27165 | }; then | ||
25759 | ac_cv_search_res_query=$ac_res | 27166 | ac_cv_search_res_query=$ac_res |
25760 | else | 27167 | else |
25761 | echo "$as_me: failed program was:" >&5 | 27168 | $as_echo "$as_me: failed program was:" >&5 |
25762 | sed 's/^/| /' conftest.$ac_ext >&5 | 27169 | sed 's/^/| /' conftest.$ac_ext >&5 |
25763 | 27170 | ||
25764 | 27171 | ||
25765 | fi | 27172 | fi |
25766 | 27173 | ||
27174 | rm -rf conftest.dSYM | ||
25767 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27175 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25768 | conftest$ac_exeext | 27176 | conftest$ac_exeext |
25769 | if test "${ac_cv_search_res_query+set}" = set; then | 27177 | if test "${ac_cv_search_res_query+set}" = set; then |
@@ -25778,18 +27186,18 @@ fi | |||
25778 | rm conftest.$ac_ext | 27186 | rm conftest.$ac_ext |
25779 | LIBS=$ac_func_search_save_LIBS | 27187 | LIBS=$ac_func_search_save_LIBS |
25780 | fi | 27188 | fi |
25781 | { echo "$as_me:$LINENO: result: $ac_cv_search_res_query" >&5 | 27189 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_res_query" >&5 |
25782 | echo "${ECHO_T}$ac_cv_search_res_query" >&6; } | 27190 | $as_echo "$ac_cv_search_res_query" >&6; } |
25783 | ac_res=$ac_cv_search_res_query | 27191 | ac_res=$ac_cv_search_res_query |
25784 | if test "$ac_res" != no; then | 27192 | if test "$ac_res" != no; then |
25785 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 27193 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
25786 | 27194 | ||
25787 | fi | 27195 | fi |
25788 | 27196 | ||
25789 | { echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 | 27197 | { $as_echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 |
25790 | echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6; } | 27198 | $as_echo_n "checking for library containing dn_expand... " >&6; } |
25791 | if test "${ac_cv_search_dn_expand+set}" = set; then | 27199 | if test "${ac_cv_search_dn_expand+set}" = set; then |
25792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27200 | $as_echo_n "(cached) " >&6 |
25793 | else | 27201 | else |
25794 | ac_func_search_save_LIBS=$LIBS | 27202 | ac_func_search_save_LIBS=$LIBS |
25795 | cat >conftest.$ac_ext <<_ACEOF | 27203 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25827,26 +27235,30 @@ case "(($ac_try" in | |||
25827 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27235 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25828 | *) ac_try_echo=$ac_try;; | 27236 | *) ac_try_echo=$ac_try;; |
25829 | esac | 27237 | esac |
25830 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27238 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27239 | $as_echo "$ac_try_echo") >&5 | ||
25831 | (eval "$ac_link") 2>conftest.er1 | 27240 | (eval "$ac_link") 2>conftest.er1 |
25832 | ac_status=$? | 27241 | ac_status=$? |
25833 | grep -v '^ *+' conftest.er1 >conftest.err | 27242 | grep -v '^ *+' conftest.er1 >conftest.err |
25834 | rm -f conftest.er1 | 27243 | rm -f conftest.er1 |
25835 | cat conftest.err >&5 | 27244 | cat conftest.err >&5 |
25836 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27245 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25837 | (exit $ac_status); } && { | 27246 | (exit $ac_status); } && { |
25838 | test -z "$ac_c_werror_flag" || | 27247 | test -z "$ac_c_werror_flag" || |
25839 | test ! -s conftest.err | 27248 | test ! -s conftest.err |
25840 | } && test -s conftest$ac_exeext && | 27249 | } && test -s conftest$ac_exeext && { |
25841 | $as_test_x conftest$ac_exeext; then | 27250 | test "$cross_compiling" = yes || |
27251 | $as_test_x conftest$ac_exeext | ||
27252 | }; then | ||
25842 | ac_cv_search_dn_expand=$ac_res | 27253 | ac_cv_search_dn_expand=$ac_res |
25843 | else | 27254 | else |
25844 | echo "$as_me: failed program was:" >&5 | 27255 | $as_echo "$as_me: failed program was:" >&5 |
25845 | sed 's/^/| /' conftest.$ac_ext >&5 | 27256 | sed 's/^/| /' conftest.$ac_ext >&5 |
25846 | 27257 | ||
25847 | 27258 | ||
25848 | fi | 27259 | fi |
25849 | 27260 | ||
27261 | rm -rf conftest.dSYM | ||
25850 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27262 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25851 | conftest$ac_exeext | 27263 | conftest$ac_exeext |
25852 | if test "${ac_cv_search_dn_expand+set}" = set; then | 27264 | if test "${ac_cv_search_dn_expand+set}" = set; then |
@@ -25861,37 +27273,30 @@ fi | |||
25861 | rm conftest.$ac_ext | 27273 | rm conftest.$ac_ext |
25862 | LIBS=$ac_func_search_save_LIBS | 27274 | LIBS=$ac_func_search_save_LIBS |
25863 | fi | 27275 | fi |
25864 | { echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 | 27276 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 |
25865 | echo "${ECHO_T}$ac_cv_search_dn_expand" >&6; } | 27277 | $as_echo "$ac_cv_search_dn_expand" >&6; } |
25866 | ac_res=$ac_cv_search_dn_expand | 27278 | ac_res=$ac_cv_search_dn_expand |
25867 | if test "$ac_res" != no; then | 27279 | if test "$ac_res" != no; then |
25868 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 27280 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
25869 | 27281 | ||
25870 | fi | 27282 | fi |
25871 | 27283 | ||
25872 | { echo "$as_me:$LINENO: checking if res_query will link" >&5 | 27284 | { $as_echo "$as_me:$LINENO: checking if res_query will link" >&5 |
25873 | echo $ECHO_N "checking if res_query will link... $ECHO_C" >&6; } | 27285 | $as_echo_n "checking if res_query will link... " >&6; } |
25874 | cat >conftest.$ac_ext <<_ACEOF | 27286 | cat >conftest.$ac_ext <<_ACEOF |
25875 | /* confdefs.h. */ | ||
25876 | _ACEOF | ||
25877 | cat confdefs.h >>conftest.$ac_ext | ||
25878 | cat >>conftest.$ac_ext <<_ACEOF | ||
25879 | /* end confdefs.h. */ | ||
25880 | 27287 | ||
25881 | /* Override any GCC internal prototype to avoid an error. | 27288 | #include "confdefs.h" |
25882 | Use char because int might match the return type of a GCC | 27289 | #include <sys/types.h> |
25883 | builtin and then its argument prototype would still apply. */ | 27290 | #include <netinet/in.h> |
25884 | #ifdef __cplusplus | 27291 | #include <arpa/nameser.h> |
25885 | extern "C" | 27292 | #include <netdb.h> |
25886 | #endif | 27293 | #include <resolv.h> |
25887 | char res_query (); | 27294 | int main() |
25888 | int | ||
25889 | main () | ||
25890 | { | 27295 | { |
25891 | return res_query (); | 27296 | res_query (0, 0, 0, 0, 0); |
25892 | ; | 27297 | return 0; |
25893 | return 0; | ||
25894 | } | 27298 | } |
27299 | |||
25895 | _ACEOF | 27300 | _ACEOF |
25896 | rm -f conftest.$ac_objext conftest$ac_exeext | 27301 | rm -f conftest.$ac_objext conftest$ac_exeext |
25897 | if { (ac_try="$ac_link" | 27302 | if { (ac_try="$ac_link" |
@@ -25899,32 +27304,40 @@ case "(($ac_try" in | |||
25899 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27304 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25900 | *) ac_try_echo=$ac_try;; | 27305 | *) ac_try_echo=$ac_try;; |
25901 | esac | 27306 | esac |
25902 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27307 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27308 | $as_echo "$ac_try_echo") >&5 | ||
25903 | (eval "$ac_link") 2>conftest.er1 | 27309 | (eval "$ac_link") 2>conftest.er1 |
25904 | ac_status=$? | 27310 | ac_status=$? |
25905 | grep -v '^ *+' conftest.er1 >conftest.err | 27311 | grep -v '^ *+' conftest.er1 >conftest.err |
25906 | rm -f conftest.er1 | 27312 | rm -f conftest.er1 |
25907 | cat conftest.err >&5 | 27313 | cat conftest.err >&5 |
25908 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27314 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25909 | (exit $ac_status); } && { | 27315 | (exit $ac_status); } && { |
25910 | test -z "$ac_c_werror_flag" || | 27316 | test -z "$ac_c_werror_flag" || |
25911 | test ! -s conftest.err | 27317 | test ! -s conftest.err |
25912 | } && test -s conftest$ac_exeext && | 27318 | } && test -s conftest$ac_exeext && { |
25913 | $as_test_x conftest$ac_exeext; then | 27319 | test "$cross_compiling" = yes || |
25914 | { echo "$as_me:$LINENO: result: yes" >&5 | 27320 | $as_test_x conftest$ac_exeext |
25915 | echo "${ECHO_T}yes" >&6; } | 27321 | }; then |
27322 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
27323 | $as_echo "yes" >&6; } | ||
25916 | else | 27324 | else |
25917 | echo "$as_me: failed program was:" >&5 | 27325 | $as_echo "$as_me: failed program was:" >&5 |
25918 | sed 's/^/| /' conftest.$ac_ext >&5 | 27326 | sed 's/^/| /' conftest.$ac_ext >&5 |
25919 | 27327 | ||
25920 | { echo "$as_me:$LINENO: result: no" >&5 | 27328 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
25921 | echo "${ECHO_T}no" >&6; } | 27329 | $as_echo "no" >&6; } |
25922 | saved_LIBS="$LIBS" | 27330 | saved_LIBS="$LIBS" |
25923 | LIBS="$LIBS -lresolv" | 27331 | LIBS="$LIBS -lresolv" |
25924 | { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 | 27332 | { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 |
25925 | echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; } | 27333 | $as_echo_n "checking for res_query in -lresolv... " >&6; } |
25926 | cat >conftest.$ac_ext <<_ACEOF | 27334 | cat >conftest.$ac_ext <<_ACEOF |
25927 | 27335 | ||
27336 | #include "confdefs.h" | ||
27337 | #include <sys/types.h> | ||
27338 | #include <netinet/in.h> | ||
27339 | #include <arpa/nameser.h> | ||
27340 | #include <netdb.h> | ||
25928 | #include <resolv.h> | 27341 | #include <resolv.h> |
25929 | int main() | 27342 | int main() |
25930 | { | 27343 | { |
@@ -25939,46 +27352,50 @@ case "(($ac_try" in | |||
25939 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27352 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25940 | *) ac_try_echo=$ac_try;; | 27353 | *) ac_try_echo=$ac_try;; |
25941 | esac | 27354 | esac |
25942 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27355 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27356 | $as_echo "$ac_try_echo") >&5 | ||
25943 | (eval "$ac_link") 2>conftest.er1 | 27357 | (eval "$ac_link") 2>conftest.er1 |
25944 | ac_status=$? | 27358 | ac_status=$? |
25945 | grep -v '^ *+' conftest.er1 >conftest.err | 27359 | grep -v '^ *+' conftest.er1 >conftest.err |
25946 | rm -f conftest.er1 | 27360 | rm -f conftest.er1 |
25947 | cat conftest.err >&5 | 27361 | cat conftest.err >&5 |
25948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27362 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25949 | (exit $ac_status); } && { | 27363 | (exit $ac_status); } && { |
25950 | test -z "$ac_c_werror_flag" || | 27364 | test -z "$ac_c_werror_flag" || |
25951 | test ! -s conftest.err | 27365 | test ! -s conftest.err |
25952 | } && test -s conftest$ac_exeext && | 27366 | } && test -s conftest$ac_exeext && { |
25953 | $as_test_x conftest$ac_exeext; then | 27367 | test "$cross_compiling" = yes || |
25954 | LIBS="$LIBS -lresolv" | 27368 | $as_test_x conftest$ac_exeext |
25955 | { echo "$as_me:$LINENO: result: yes" >&5 | 27369 | }; then |
25956 | echo "${ECHO_T}yes" >&6; } | 27370 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
27371 | $as_echo "yes" >&6; } | ||
25957 | else | 27372 | else |
25958 | echo "$as_me: failed program was:" >&5 | 27373 | $as_echo "$as_me: failed program was:" >&5 |
25959 | sed 's/^/| /' conftest.$ac_ext >&5 | 27374 | sed 's/^/| /' conftest.$ac_ext >&5 |
25960 | 27375 | ||
25961 | LIBS="$saved_LIBS" | 27376 | LIBS="$saved_LIBS" |
25962 | { echo "$as_me:$LINENO: result: no" >&5 | 27377 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
25963 | echo "${ECHO_T}no" >&6; } | 27378 | $as_echo "no" >&6; } |
25964 | fi | 27379 | fi |
25965 | 27380 | ||
27381 | rm -rf conftest.dSYM | ||
25966 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27382 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25967 | conftest$ac_exeext conftest.$ac_ext | 27383 | conftest$ac_exeext conftest.$ac_ext |
25968 | 27384 | ||
25969 | fi | 27385 | fi |
25970 | 27386 | ||
27387 | rm -rf conftest.dSYM | ||
25971 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27388 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
25972 | conftest$ac_exeext conftest.$ac_ext | 27389 | conftest$ac_exeext conftest.$ac_ext |
25973 | 27390 | ||
25974 | 27391 | ||
25975 | for ac_func in _getshort _getlong | 27392 | for ac_func in _getshort _getlong |
25976 | do | 27393 | do |
25977 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 27394 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
25978 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 27395 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
25979 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 27396 | $as_echo_n "checking for $ac_func... " >&6; } |
25980 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 27397 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
25981 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27398 | $as_echo_n "(cached) " >&6 |
25982 | else | 27399 | else |
25983 | cat >conftest.$ac_ext <<_ACEOF | 27400 | cat >conftest.$ac_ext <<_ACEOF |
25984 | /* confdefs.h. */ | 27401 | /* confdefs.h. */ |
@@ -26031,44 +27448,50 @@ case "(($ac_try" in | |||
26031 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27448 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26032 | *) ac_try_echo=$ac_try;; | 27449 | *) ac_try_echo=$ac_try;; |
26033 | esac | 27450 | esac |
26034 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27451 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27452 | $as_echo "$ac_try_echo") >&5 | ||
26035 | (eval "$ac_link") 2>conftest.er1 | 27453 | (eval "$ac_link") 2>conftest.er1 |
26036 | ac_status=$? | 27454 | ac_status=$? |
26037 | grep -v '^ *+' conftest.er1 >conftest.err | 27455 | grep -v '^ *+' conftest.er1 >conftest.err |
26038 | rm -f conftest.er1 | 27456 | rm -f conftest.er1 |
26039 | cat conftest.err >&5 | 27457 | cat conftest.err >&5 |
26040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27458 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26041 | (exit $ac_status); } && { | 27459 | (exit $ac_status); } && { |
26042 | test -z "$ac_c_werror_flag" || | 27460 | test -z "$ac_c_werror_flag" || |
26043 | test ! -s conftest.err | 27461 | test ! -s conftest.err |
26044 | } && test -s conftest$ac_exeext && | 27462 | } && test -s conftest$ac_exeext && { |
26045 | $as_test_x conftest$ac_exeext; then | 27463 | test "$cross_compiling" = yes || |
27464 | $as_test_x conftest$ac_exeext | ||
27465 | }; then | ||
26046 | eval "$as_ac_var=yes" | 27466 | eval "$as_ac_var=yes" |
26047 | else | 27467 | else |
26048 | echo "$as_me: failed program was:" >&5 | 27468 | $as_echo "$as_me: failed program was:" >&5 |
26049 | sed 's/^/| /' conftest.$ac_ext >&5 | 27469 | sed 's/^/| /' conftest.$ac_ext >&5 |
26050 | 27470 | ||
26051 | eval "$as_ac_var=no" | 27471 | eval "$as_ac_var=no" |
26052 | fi | 27472 | fi |
26053 | 27473 | ||
27474 | rm -rf conftest.dSYM | ||
26054 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27475 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26055 | conftest$ac_exeext conftest.$ac_ext | 27476 | conftest$ac_exeext conftest.$ac_ext |
26056 | fi | 27477 | fi |
26057 | ac_res=`eval echo '${'$as_ac_var'}'` | 27478 | ac_res=`eval 'as_val=${'$as_ac_var'} |
26058 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 27479 | $as_echo "$as_val"'` |
26059 | echo "${ECHO_T}$ac_res" >&6; } | 27480 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
26060 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 27481 | $as_echo "$ac_res" >&6; } |
27482 | if test `eval 'as_val=${'$as_ac_var'} | ||
27483 | $as_echo "$as_val"'` = yes; then | ||
26061 | cat >>confdefs.h <<_ACEOF | 27484 | cat >>confdefs.h <<_ACEOF |
26062 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 27485 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
26063 | _ACEOF | 27486 | _ACEOF |
26064 | 27487 | ||
26065 | fi | 27488 | fi |
26066 | done | 27489 | done |
26067 | 27490 | ||
26068 | { echo "$as_me:$LINENO: checking whether _getshort is declared" >&5 | 27491 | { $as_echo "$as_me:$LINENO: checking whether _getshort is declared" >&5 |
26069 | echo $ECHO_N "checking whether _getshort is declared... $ECHO_C" >&6; } | 27492 | $as_echo_n "checking whether _getshort is declared... " >&6; } |
26070 | if test "${ac_cv_have_decl__getshort+set}" = set; then | 27493 | if test "${ac_cv_have_decl__getshort+set}" = set; then |
26071 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27494 | $as_echo_n "(cached) " >&6 |
26072 | else | 27495 | else |
26073 | cat >conftest.$ac_ext <<_ACEOF | 27496 | cat >conftest.$ac_ext <<_ACEOF |
26074 | /* confdefs.h. */ | 27497 | /* confdefs.h. */ |
@@ -26096,20 +27519,21 @@ case "(($ac_try" in | |||
26096 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27519 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26097 | *) ac_try_echo=$ac_try;; | 27520 | *) ac_try_echo=$ac_try;; |
26098 | esac | 27521 | esac |
26099 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27522 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27523 | $as_echo "$ac_try_echo") >&5 | ||
26100 | (eval "$ac_compile") 2>conftest.er1 | 27524 | (eval "$ac_compile") 2>conftest.er1 |
26101 | ac_status=$? | 27525 | ac_status=$? |
26102 | grep -v '^ *+' conftest.er1 >conftest.err | 27526 | grep -v '^ *+' conftest.er1 >conftest.err |
26103 | rm -f conftest.er1 | 27527 | rm -f conftest.er1 |
26104 | cat conftest.err >&5 | 27528 | cat conftest.err >&5 |
26105 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27529 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26106 | (exit $ac_status); } && { | 27530 | (exit $ac_status); } && { |
26107 | test -z "$ac_c_werror_flag" || | 27531 | test -z "$ac_c_werror_flag" || |
26108 | test ! -s conftest.err | 27532 | test ! -s conftest.err |
26109 | } && test -s conftest.$ac_objext; then | 27533 | } && test -s conftest.$ac_objext; then |
26110 | ac_cv_have_decl__getshort=yes | 27534 | ac_cv_have_decl__getshort=yes |
26111 | else | 27535 | else |
26112 | echo "$as_me: failed program was:" >&5 | 27536 | $as_echo "$as_me: failed program was:" >&5 |
26113 | sed 's/^/| /' conftest.$ac_ext >&5 | 27537 | sed 's/^/| /' conftest.$ac_ext >&5 |
26114 | 27538 | ||
26115 | ac_cv_have_decl__getshort=no | 27539 | ac_cv_have_decl__getshort=no |
@@ -26117,8 +27541,8 @@ fi | |||
26117 | 27541 | ||
26118 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27542 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26119 | fi | 27543 | fi |
26120 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl__getshort" >&5 | 27544 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__getshort" >&5 |
26121 | echo "${ECHO_T}$ac_cv_have_decl__getshort" >&6; } | 27545 | $as_echo "$ac_cv_have_decl__getshort" >&6; } |
26122 | if test $ac_cv_have_decl__getshort = yes; then | 27546 | if test $ac_cv_have_decl__getshort = yes; then |
26123 | 27547 | ||
26124 | cat >>confdefs.h <<_ACEOF | 27548 | cat >>confdefs.h <<_ACEOF |
@@ -26133,10 +27557,10 @@ _ACEOF | |||
26133 | 27557 | ||
26134 | 27558 | ||
26135 | fi | 27559 | fi |
26136 | { echo "$as_me:$LINENO: checking whether _getlong is declared" >&5 | 27560 | { $as_echo "$as_me:$LINENO: checking whether _getlong is declared" >&5 |
26137 | echo $ECHO_N "checking whether _getlong is declared... $ECHO_C" >&6; } | 27561 | $as_echo_n "checking whether _getlong is declared... " >&6; } |
26138 | if test "${ac_cv_have_decl__getlong+set}" = set; then | 27562 | if test "${ac_cv_have_decl__getlong+set}" = set; then |
26139 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27563 | $as_echo_n "(cached) " >&6 |
26140 | else | 27564 | else |
26141 | cat >conftest.$ac_ext <<_ACEOF | 27565 | cat >conftest.$ac_ext <<_ACEOF |
26142 | /* confdefs.h. */ | 27566 | /* confdefs.h. */ |
@@ -26164,20 +27588,21 @@ case "(($ac_try" in | |||
26164 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27588 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26165 | *) ac_try_echo=$ac_try;; | 27589 | *) ac_try_echo=$ac_try;; |
26166 | esac | 27590 | esac |
26167 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27591 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27592 | $as_echo "$ac_try_echo") >&5 | ||
26168 | (eval "$ac_compile") 2>conftest.er1 | 27593 | (eval "$ac_compile") 2>conftest.er1 |
26169 | ac_status=$? | 27594 | ac_status=$? |
26170 | grep -v '^ *+' conftest.er1 >conftest.err | 27595 | grep -v '^ *+' conftest.er1 >conftest.err |
26171 | rm -f conftest.er1 | 27596 | rm -f conftest.er1 |
26172 | cat conftest.err >&5 | 27597 | cat conftest.err >&5 |
26173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27598 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26174 | (exit $ac_status); } && { | 27599 | (exit $ac_status); } && { |
26175 | test -z "$ac_c_werror_flag" || | 27600 | test -z "$ac_c_werror_flag" || |
26176 | test ! -s conftest.err | 27601 | test ! -s conftest.err |
26177 | } && test -s conftest.$ac_objext; then | 27602 | } && test -s conftest.$ac_objext; then |
26178 | ac_cv_have_decl__getlong=yes | 27603 | ac_cv_have_decl__getlong=yes |
26179 | else | 27604 | else |
26180 | echo "$as_me: failed program was:" >&5 | 27605 | $as_echo "$as_me: failed program was:" >&5 |
26181 | sed 's/^/| /' conftest.$ac_ext >&5 | 27606 | sed 's/^/| /' conftest.$ac_ext >&5 |
26182 | 27607 | ||
26183 | ac_cv_have_decl__getlong=no | 27608 | ac_cv_have_decl__getlong=no |
@@ -26185,8 +27610,8 @@ fi | |||
26185 | 27610 | ||
26186 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27611 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26187 | fi | 27612 | fi |
26188 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl__getlong" >&5 | 27613 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__getlong" >&5 |
26189 | echo "${ECHO_T}$ac_cv_have_decl__getlong" >&6; } | 27614 | $as_echo "$ac_cv_have_decl__getlong" >&6; } |
26190 | if test $ac_cv_have_decl__getlong = yes; then | 27615 | if test $ac_cv_have_decl__getlong = yes; then |
26191 | 27616 | ||
26192 | cat >>confdefs.h <<_ACEOF | 27617 | cat >>confdefs.h <<_ACEOF |
@@ -26203,10 +27628,10 @@ _ACEOF | |||
26203 | fi | 27628 | fi |
26204 | 27629 | ||
26205 | 27630 | ||
26206 | { echo "$as_me:$LINENO: checking for HEADER.ad" >&5 | 27631 | { $as_echo "$as_me:$LINENO: checking for HEADER.ad" >&5 |
26207 | echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6; } | 27632 | $as_echo_n "checking for HEADER.ad... " >&6; } |
26208 | if test "${ac_cv_member_HEADER_ad+set}" = set; then | 27633 | if test "${ac_cv_member_HEADER_ad+set}" = set; then |
26209 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27634 | $as_echo_n "(cached) " >&6 |
26210 | else | 27635 | else |
26211 | cat >conftest.$ac_ext <<_ACEOF | 27636 | cat >conftest.$ac_ext <<_ACEOF |
26212 | /* confdefs.h. */ | 27637 | /* confdefs.h. */ |
@@ -26232,20 +27657,21 @@ case "(($ac_try" in | |||
26232 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27657 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26233 | *) ac_try_echo=$ac_try;; | 27658 | *) ac_try_echo=$ac_try;; |
26234 | esac | 27659 | esac |
26235 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27660 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27661 | $as_echo "$ac_try_echo") >&5 | ||
26236 | (eval "$ac_compile") 2>conftest.er1 | 27662 | (eval "$ac_compile") 2>conftest.er1 |
26237 | ac_status=$? | 27663 | ac_status=$? |
26238 | grep -v '^ *+' conftest.er1 >conftest.err | 27664 | grep -v '^ *+' conftest.er1 >conftest.err |
26239 | rm -f conftest.er1 | 27665 | rm -f conftest.er1 |
26240 | cat conftest.err >&5 | 27666 | cat conftest.err >&5 |
26241 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27667 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26242 | (exit $ac_status); } && { | 27668 | (exit $ac_status); } && { |
26243 | test -z "$ac_c_werror_flag" || | 27669 | test -z "$ac_c_werror_flag" || |
26244 | test ! -s conftest.err | 27670 | test ! -s conftest.err |
26245 | } && test -s conftest.$ac_objext; then | 27671 | } && test -s conftest.$ac_objext; then |
26246 | ac_cv_member_HEADER_ad=yes | 27672 | ac_cv_member_HEADER_ad=yes |
26247 | else | 27673 | else |
26248 | echo "$as_me: failed program was:" >&5 | 27674 | $as_echo "$as_me: failed program was:" >&5 |
26249 | sed 's/^/| /' conftest.$ac_ext >&5 | 27675 | sed 's/^/| /' conftest.$ac_ext >&5 |
26250 | 27676 | ||
26251 | cat >conftest.$ac_ext <<_ACEOF | 27677 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26272,20 +27698,21 @@ case "(($ac_try" in | |||
26272 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27698 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26273 | *) ac_try_echo=$ac_try;; | 27699 | *) ac_try_echo=$ac_try;; |
26274 | esac | 27700 | esac |
26275 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27701 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27702 | $as_echo "$ac_try_echo") >&5 | ||
26276 | (eval "$ac_compile") 2>conftest.er1 | 27703 | (eval "$ac_compile") 2>conftest.er1 |
26277 | ac_status=$? | 27704 | ac_status=$? |
26278 | grep -v '^ *+' conftest.er1 >conftest.err | 27705 | grep -v '^ *+' conftest.er1 >conftest.err |
26279 | rm -f conftest.er1 | 27706 | rm -f conftest.er1 |
26280 | cat conftest.err >&5 | 27707 | cat conftest.err >&5 |
26281 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27708 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26282 | (exit $ac_status); } && { | 27709 | (exit $ac_status); } && { |
26283 | test -z "$ac_c_werror_flag" || | 27710 | test -z "$ac_c_werror_flag" || |
26284 | test ! -s conftest.err | 27711 | test ! -s conftest.err |
26285 | } && test -s conftest.$ac_objext; then | 27712 | } && test -s conftest.$ac_objext; then |
26286 | ac_cv_member_HEADER_ad=yes | 27713 | ac_cv_member_HEADER_ad=yes |
26287 | else | 27714 | else |
26288 | echo "$as_me: failed program was:" >&5 | 27715 | $as_echo "$as_me: failed program was:" >&5 |
26289 | sed 's/^/| /' conftest.$ac_ext >&5 | 27716 | sed 's/^/| /' conftest.$ac_ext >&5 |
26290 | 27717 | ||
26291 | ac_cv_member_HEADER_ad=no | 27718 | ac_cv_member_HEADER_ad=no |
@@ -26296,8 +27723,8 @@ fi | |||
26296 | 27723 | ||
26297 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27724 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26298 | fi | 27725 | fi |
26299 | { echo "$as_me:$LINENO: result: $ac_cv_member_HEADER_ad" >&5 | 27726 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_HEADER_ad" >&5 |
26300 | echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6; } | 27727 | $as_echo "$ac_cv_member_HEADER_ad" >&6; } |
26301 | if test $ac_cv_member_HEADER_ad = yes; then | 27728 | if test $ac_cv_member_HEADER_ad = yes; then |
26302 | 27729 | ||
26303 | cat >>confdefs.h <<\_ACEOF | 27730 | cat >>confdefs.h <<\_ACEOF |
@@ -26310,8 +27737,8 @@ fi | |||
26310 | fi | 27737 | fi |
26311 | 27738 | ||
26312 | 27739 | ||
26313 | { echo "$as_me:$LINENO: checking if struct __res_state _res is an extern" >&5 | 27740 | { $as_echo "$as_me:$LINENO: checking if struct __res_state _res is an extern" >&5 |
26314 | echo $ECHO_N "checking if struct __res_state _res is an extern... $ECHO_C" >&6; } | 27741 | $as_echo_n "checking if struct __res_state _res is an extern... " >&6; } |
26315 | cat >conftest.$ac_ext <<_ACEOF | 27742 | cat >conftest.$ac_ext <<_ACEOF |
26316 | 27743 | ||
26317 | #include <stdio.h> | 27744 | #include <stdio.h> |
@@ -26331,20 +27758,23 @@ case "(($ac_try" in | |||
26331 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27758 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26332 | *) ac_try_echo=$ac_try;; | 27759 | *) ac_try_echo=$ac_try;; |
26333 | esac | 27760 | esac |
26334 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27761 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27762 | $as_echo "$ac_try_echo") >&5 | ||
26335 | (eval "$ac_link") 2>conftest.er1 | 27763 | (eval "$ac_link") 2>conftest.er1 |
26336 | ac_status=$? | 27764 | ac_status=$? |
26337 | grep -v '^ *+' conftest.er1 >conftest.err | 27765 | grep -v '^ *+' conftest.er1 >conftest.err |
26338 | rm -f conftest.er1 | 27766 | rm -f conftest.er1 |
26339 | cat conftest.err >&5 | 27767 | cat conftest.err >&5 |
26340 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27768 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26341 | (exit $ac_status); } && { | 27769 | (exit $ac_status); } && { |
26342 | test -z "$ac_c_werror_flag" || | 27770 | test -z "$ac_c_werror_flag" || |
26343 | test ! -s conftest.err | 27771 | test ! -s conftest.err |
26344 | } && test -s conftest$ac_exeext && | 27772 | } && test -s conftest$ac_exeext && { |
26345 | $as_test_x conftest$ac_exeext; then | 27773 | test "$cross_compiling" = yes || |
26346 | { echo "$as_me:$LINENO: result: yes" >&5 | 27774 | $as_test_x conftest$ac_exeext |
26347 | echo "${ECHO_T}yes" >&6; } | 27775 | }; then |
27776 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
27777 | $as_echo "yes" >&6; } | ||
26348 | 27778 | ||
26349 | cat >>confdefs.h <<\_ACEOF | 27779 | cat >>confdefs.h <<\_ACEOF |
26350 | #define HAVE__RES_EXTERN 1 | 27780 | #define HAVE__RES_EXTERN 1 |
@@ -26352,14 +27782,15 @@ _ACEOF | |||
26352 | 27782 | ||
26353 | 27783 | ||
26354 | else | 27784 | else |
26355 | echo "$as_me: failed program was:" >&5 | 27785 | $as_echo "$as_me: failed program was:" >&5 |
26356 | sed 's/^/| /' conftest.$ac_ext >&5 | 27786 | sed 's/^/| /' conftest.$ac_ext >&5 |
26357 | 27787 | ||
26358 | { echo "$as_me:$LINENO: result: no" >&5 | 27788 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
26359 | echo "${ECHO_T}no" >&6; } | 27789 | $as_echo "no" >&6; } |
26360 | 27790 | ||
26361 | fi | 27791 | fi |
26362 | 27792 | ||
27793 | rm -rf conftest.dSYM | ||
26363 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27794 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26364 | conftest$ac_exeext conftest.$ac_ext | 27795 | conftest$ac_exeext conftest.$ac_ext |
26365 | 27796 | ||
@@ -26378,17 +27809,17 @@ _ACEOF | |||
26378 | 27809 | ||
26379 | SELINUX_MSG="yes" | 27810 | SELINUX_MSG="yes" |
26380 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then | 27811 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then |
26381 | { echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 | 27812 | { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 |
26382 | echo $ECHO_N "checking for selinux/selinux.h... $ECHO_C" >&6; } | 27813 | $as_echo_n "checking for selinux/selinux.h... " >&6; } |
26383 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then | 27814 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then |
26384 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27815 | $as_echo_n "(cached) " >&6 |
26385 | fi | 27816 | fi |
26386 | { echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 | 27817 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 |
26387 | echo "${ECHO_T}$ac_cv_header_selinux_selinux_h" >&6; } | 27818 | $as_echo "$ac_cv_header_selinux_selinux_h" >&6; } |
26388 | else | 27819 | else |
26389 | # Is the header compilable? | 27820 | # Is the header compilable? |
26390 | { echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5 | 27821 | { $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5 |
26391 | echo $ECHO_N "checking selinux/selinux.h usability... $ECHO_C" >&6; } | 27822 | $as_echo_n "checking selinux/selinux.h usability... " >&6; } |
26392 | cat >conftest.$ac_ext <<_ACEOF | 27823 | cat >conftest.$ac_ext <<_ACEOF |
26393 | /* confdefs.h. */ | 27824 | /* confdefs.h. */ |
26394 | _ACEOF | 27825 | _ACEOF |
@@ -26404,32 +27835,33 @@ case "(($ac_try" in | |||
26404 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27835 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26405 | *) ac_try_echo=$ac_try;; | 27836 | *) ac_try_echo=$ac_try;; |
26406 | esac | 27837 | esac |
26407 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27838 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27839 | $as_echo "$ac_try_echo") >&5 | ||
26408 | (eval "$ac_compile") 2>conftest.er1 | 27840 | (eval "$ac_compile") 2>conftest.er1 |
26409 | ac_status=$? | 27841 | ac_status=$? |
26410 | grep -v '^ *+' conftest.er1 >conftest.err | 27842 | grep -v '^ *+' conftest.er1 >conftest.err |
26411 | rm -f conftest.er1 | 27843 | rm -f conftest.er1 |
26412 | cat conftest.err >&5 | 27844 | cat conftest.err >&5 |
26413 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27845 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26414 | (exit $ac_status); } && { | 27846 | (exit $ac_status); } && { |
26415 | test -z "$ac_c_werror_flag" || | 27847 | test -z "$ac_c_werror_flag" || |
26416 | test ! -s conftest.err | 27848 | test ! -s conftest.err |
26417 | } && test -s conftest.$ac_objext; then | 27849 | } && test -s conftest.$ac_objext; then |
26418 | ac_header_compiler=yes | 27850 | ac_header_compiler=yes |
26419 | else | 27851 | else |
26420 | echo "$as_me: failed program was:" >&5 | 27852 | $as_echo "$as_me: failed program was:" >&5 |
26421 | sed 's/^/| /' conftest.$ac_ext >&5 | 27853 | sed 's/^/| /' conftest.$ac_ext >&5 |
26422 | 27854 | ||
26423 | ac_header_compiler=no | 27855 | ac_header_compiler=no |
26424 | fi | 27856 | fi |
26425 | 27857 | ||
26426 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27858 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26427 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 27859 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
26428 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 27860 | $as_echo "$ac_header_compiler" >&6; } |
26429 | 27861 | ||
26430 | # Is the header present? | 27862 | # Is the header present? |
26431 | { echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5 | 27863 | { $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5 |
26432 | echo $ECHO_N "checking selinux/selinux.h presence... $ECHO_C" >&6; } | 27864 | $as_echo_n "checking selinux/selinux.h presence... " >&6; } |
26433 | cat >conftest.$ac_ext <<_ACEOF | 27865 | cat >conftest.$ac_ext <<_ACEOF |
26434 | /* confdefs.h. */ | 27866 | /* confdefs.h. */ |
26435 | _ACEOF | 27867 | _ACEOF |
@@ -26443,51 +27875,52 @@ case "(($ac_try" in | |||
26443 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27875 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26444 | *) ac_try_echo=$ac_try;; | 27876 | *) ac_try_echo=$ac_try;; |
26445 | esac | 27877 | esac |
26446 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27878 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27879 | $as_echo "$ac_try_echo") >&5 | ||
26447 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 27880 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
26448 | ac_status=$? | 27881 | ac_status=$? |
26449 | grep -v '^ *+' conftest.er1 >conftest.err | 27882 | grep -v '^ *+' conftest.er1 >conftest.err |
26450 | rm -f conftest.er1 | 27883 | rm -f conftest.er1 |
26451 | cat conftest.err >&5 | 27884 | cat conftest.err >&5 |
26452 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27885 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26453 | (exit $ac_status); } >/dev/null && { | 27886 | (exit $ac_status); } >/dev/null && { |
26454 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 27887 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
26455 | test ! -s conftest.err | 27888 | test ! -s conftest.err |
26456 | }; then | 27889 | }; then |
26457 | ac_header_preproc=yes | 27890 | ac_header_preproc=yes |
26458 | else | 27891 | else |
26459 | echo "$as_me: failed program was:" >&5 | 27892 | $as_echo "$as_me: failed program was:" >&5 |
26460 | sed 's/^/| /' conftest.$ac_ext >&5 | 27893 | sed 's/^/| /' conftest.$ac_ext >&5 |
26461 | 27894 | ||
26462 | ac_header_preproc=no | 27895 | ac_header_preproc=no |
26463 | fi | 27896 | fi |
26464 | 27897 | ||
26465 | rm -f conftest.err conftest.$ac_ext | 27898 | rm -f conftest.err conftest.$ac_ext |
26466 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 27899 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
26467 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 27900 | $as_echo "$ac_header_preproc" >&6; } |
26468 | 27901 | ||
26469 | # So? What about this header? | 27902 | # So? What about this header? |
26470 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 27903 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
26471 | yes:no: ) | 27904 | yes:no: ) |
26472 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 27905 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
26473 | echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 27906 | $as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
26474 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5 | 27907 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5 |
26475 | echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;} | 27908 | $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;} |
26476 | ac_header_preproc=yes | 27909 | ac_header_preproc=yes |
26477 | ;; | 27910 | ;; |
26478 | no:yes:* ) | 27911 | no:yes:* ) |
26479 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5 | 27912 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5 |
26480 | echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;} | 27913 | $as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;} |
26481 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5 | 27914 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5 |
26482 | echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;} | 27915 | $as_echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;} |
26483 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5 | 27916 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5 |
26484 | echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;} | 27917 | $as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;} |
26485 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5 | 27918 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5 |
26486 | echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;} | 27919 | $as_echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;} |
26487 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5 | 27920 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5 |
26488 | echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;} | 27921 | $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;} |
26489 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5 | 27922 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5 |
26490 | echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;} | 27923 | $as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;} |
26491 | ( cat <<\_ASBOX | 27924 | ( cat <<\_ASBOX |
26492 | ## ------------------------------------------- ## | 27925 | ## ------------------------------------------- ## |
26493 | ## Report this to openssh-unix-dev@mindrot.org ## | 27926 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -26496,30 +27929,30 @@ _ASBOX | |||
26496 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 27929 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
26497 | ;; | 27930 | ;; |
26498 | esac | 27931 | esac |
26499 | { echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 | 27932 | { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 |
26500 | echo $ECHO_N "checking for selinux/selinux.h... $ECHO_C" >&6; } | 27933 | $as_echo_n "checking for selinux/selinux.h... " >&6; } |
26501 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then | 27934 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then |
26502 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27935 | $as_echo_n "(cached) " >&6 |
26503 | else | 27936 | else |
26504 | ac_cv_header_selinux_selinux_h=$ac_header_preproc | 27937 | ac_cv_header_selinux_selinux_h=$ac_header_preproc |
26505 | fi | 27938 | fi |
26506 | { echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 | 27939 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 |
26507 | echo "${ECHO_T}$ac_cv_header_selinux_selinux_h" >&6; } | 27940 | $as_echo "$ac_cv_header_selinux_selinux_h" >&6; } |
26508 | 27941 | ||
26509 | fi | 27942 | fi |
26510 | if test $ac_cv_header_selinux_selinux_h = yes; then | 27943 | if test $ac_cv_header_selinux_selinux_h = yes; then |
26511 | : | 27944 | : |
26512 | else | 27945 | else |
26513 | { { echo "$as_me:$LINENO: error: SELinux support requires selinux.h header" >&5 | 27946 | { { $as_echo "$as_me:$LINENO: error: SELinux support requires selinux.h header" >&5 |
26514 | echo "$as_me: error: SELinux support requires selinux.h header" >&2;} | 27947 | $as_echo "$as_me: error: SELinux support requires selinux.h header" >&2;} |
26515 | { (exit 1); exit 1; }; } | 27948 | { (exit 1); exit 1; }; } |
26516 | fi | 27949 | fi |
26517 | 27950 | ||
26518 | 27951 | ||
26519 | { echo "$as_me:$LINENO: checking for setexeccon in -lselinux" >&5 | 27952 | { $as_echo "$as_me:$LINENO: checking for setexeccon in -lselinux" >&5 |
26520 | echo $ECHO_N "checking for setexeccon in -lselinux... $ECHO_C" >&6; } | 27953 | $as_echo_n "checking for setexeccon in -lselinux... " >&6; } |
26521 | if test "${ac_cv_lib_selinux_setexeccon+set}" = set; then | 27954 | if test "${ac_cv_lib_selinux_setexeccon+set}" = set; then |
26522 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 27955 | $as_echo_n "(cached) " >&6 |
26523 | else | 27956 | else |
26524 | ac_check_lib_save_LIBS=$LIBS | 27957 | ac_check_lib_save_LIBS=$LIBS |
26525 | LIBS="-lselinux $LIBS" | 27958 | LIBS="-lselinux $LIBS" |
@@ -26551,39 +27984,43 @@ case "(($ac_try" in | |||
26551 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27984 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26552 | *) ac_try_echo=$ac_try;; | 27985 | *) ac_try_echo=$ac_try;; |
26553 | esac | 27986 | esac |
26554 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 27987 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
27988 | $as_echo "$ac_try_echo") >&5 | ||
26555 | (eval "$ac_link") 2>conftest.er1 | 27989 | (eval "$ac_link") 2>conftest.er1 |
26556 | ac_status=$? | 27990 | ac_status=$? |
26557 | grep -v '^ *+' conftest.er1 >conftest.err | 27991 | grep -v '^ *+' conftest.er1 >conftest.err |
26558 | rm -f conftest.er1 | 27992 | rm -f conftest.er1 |
26559 | cat conftest.err >&5 | 27993 | cat conftest.err >&5 |
26560 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27994 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26561 | (exit $ac_status); } && { | 27995 | (exit $ac_status); } && { |
26562 | test -z "$ac_c_werror_flag" || | 27996 | test -z "$ac_c_werror_flag" || |
26563 | test ! -s conftest.err | 27997 | test ! -s conftest.err |
26564 | } && test -s conftest$ac_exeext && | 27998 | } && test -s conftest$ac_exeext && { |
26565 | $as_test_x conftest$ac_exeext; then | 27999 | test "$cross_compiling" = yes || |
28000 | $as_test_x conftest$ac_exeext | ||
28001 | }; then | ||
26566 | ac_cv_lib_selinux_setexeccon=yes | 28002 | ac_cv_lib_selinux_setexeccon=yes |
26567 | else | 28003 | else |
26568 | echo "$as_me: failed program was:" >&5 | 28004 | $as_echo "$as_me: failed program was:" >&5 |
26569 | sed 's/^/| /' conftest.$ac_ext >&5 | 28005 | sed 's/^/| /' conftest.$ac_ext >&5 |
26570 | 28006 | ||
26571 | ac_cv_lib_selinux_setexeccon=no | 28007 | ac_cv_lib_selinux_setexeccon=no |
26572 | fi | 28008 | fi |
26573 | 28009 | ||
28010 | rm -rf conftest.dSYM | ||
26574 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28011 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26575 | conftest$ac_exeext conftest.$ac_ext | 28012 | conftest$ac_exeext conftest.$ac_ext |
26576 | LIBS=$ac_check_lib_save_LIBS | 28013 | LIBS=$ac_check_lib_save_LIBS |
26577 | fi | 28014 | fi |
26578 | { echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_setexeccon" >&5 | 28015 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_setexeccon" >&5 |
26579 | echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; } | 28016 | $as_echo "$ac_cv_lib_selinux_setexeccon" >&6; } |
26580 | if test $ac_cv_lib_selinux_setexeccon = yes; then | 28017 | if test $ac_cv_lib_selinux_setexeccon = yes; then |
26581 | LIBSELINUX="-lselinux" | 28018 | LIBSELINUX="-lselinux" |
26582 | LIBS="$LIBS -lselinux" | 28019 | LIBS="$LIBS -lselinux" |
26583 | 28020 | ||
26584 | else | 28021 | else |
26585 | { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 | 28022 | { { $as_echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 |
26586 | echo "$as_me: error: SELinux support requires libselinux library" >&2;} | 28023 | $as_echo "$as_me: error: SELinux support requires libselinux library" >&2;} |
26587 | { (exit 1); exit 1; }; } | 28024 | { (exit 1); exit 1; }; } |
26588 | fi | 28025 | fi |
26589 | 28026 | ||
@@ -26592,11 +28029,11 @@ fi | |||
26592 | 28029 | ||
26593 | for ac_func in getseuserbyname get_default_context_with_level | 28030 | for ac_func in getseuserbyname get_default_context_with_level |
26594 | do | 28031 | do |
26595 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | 28032 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26596 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 | 28033 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
26597 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | 28034 | $as_echo_n "checking for $ac_func... " >&6; } |
26598 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 28035 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
26599 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28036 | $as_echo_n "(cached) " >&6 |
26600 | else | 28037 | else |
26601 | cat >conftest.$ac_ext <<_ACEOF | 28038 | cat >conftest.$ac_ext <<_ACEOF |
26602 | /* confdefs.h. */ | 28039 | /* confdefs.h. */ |
@@ -26649,35 +28086,41 @@ case "(($ac_try" in | |||
26649 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28086 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26650 | *) ac_try_echo=$ac_try;; | 28087 | *) ac_try_echo=$ac_try;; |
26651 | esac | 28088 | esac |
26652 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28089 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28090 | $as_echo "$ac_try_echo") >&5 | ||
26653 | (eval "$ac_link") 2>conftest.er1 | 28091 | (eval "$ac_link") 2>conftest.er1 |
26654 | ac_status=$? | 28092 | ac_status=$? |
26655 | grep -v '^ *+' conftest.er1 >conftest.err | 28093 | grep -v '^ *+' conftest.er1 >conftest.err |
26656 | rm -f conftest.er1 | 28094 | rm -f conftest.er1 |
26657 | cat conftest.err >&5 | 28095 | cat conftest.err >&5 |
26658 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28096 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26659 | (exit $ac_status); } && { | 28097 | (exit $ac_status); } && { |
26660 | test -z "$ac_c_werror_flag" || | 28098 | test -z "$ac_c_werror_flag" || |
26661 | test ! -s conftest.err | 28099 | test ! -s conftest.err |
26662 | } && test -s conftest$ac_exeext && | 28100 | } && test -s conftest$ac_exeext && { |
26663 | $as_test_x conftest$ac_exeext; then | 28101 | test "$cross_compiling" = yes || |
28102 | $as_test_x conftest$ac_exeext | ||
28103 | }; then | ||
26664 | eval "$as_ac_var=yes" | 28104 | eval "$as_ac_var=yes" |
26665 | else | 28105 | else |
26666 | echo "$as_me: failed program was:" >&5 | 28106 | $as_echo "$as_me: failed program was:" >&5 |
26667 | sed 's/^/| /' conftest.$ac_ext >&5 | 28107 | sed 's/^/| /' conftest.$ac_ext >&5 |
26668 | 28108 | ||
26669 | eval "$as_ac_var=no" | 28109 | eval "$as_ac_var=no" |
26670 | fi | 28110 | fi |
26671 | 28111 | ||
28112 | rm -rf conftest.dSYM | ||
26672 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28113 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26673 | conftest$ac_exeext conftest.$ac_ext | 28114 | conftest$ac_exeext conftest.$ac_ext |
26674 | fi | 28115 | fi |
26675 | ac_res=`eval echo '${'$as_ac_var'}'` | 28116 | ac_res=`eval 'as_val=${'$as_ac_var'} |
26676 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 28117 | $as_echo "$as_val"'` |
26677 | echo "${ECHO_T}$ac_res" >&6; } | 28118 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
26678 | if test `eval echo '${'$as_ac_var'}'` = yes; then | 28119 | $as_echo "$ac_res" >&6; } |
28120 | if test `eval 'as_val=${'$as_ac_var'} | ||
28121 | $as_echo "$as_val"'` = yes; then | ||
26679 | cat >>confdefs.h <<_ACEOF | 28122 | cat >>confdefs.h <<_ACEOF |
26680 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 28123 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
26681 | _ACEOF | 28124 | _ACEOF |
26682 | 28125 | ||
26683 | fi | 28126 | fi |
@@ -26708,18 +28151,55 @@ _ACEOF | |||
26708 | 28151 | ||
26709 | KRB5_MSG="yes" | 28152 | KRB5_MSG="yes" |
26710 | 28153 | ||
26711 | { echo "$as_me:$LINENO: checking for krb5-config" >&5 | 28154 | # Extract the first word of "krb5-config", so it can be a program name with args. |
26712 | echo $ECHO_N "checking for krb5-config... $ECHO_C" >&6; } | 28155 | set dummy krb5-config; ac_word=$2 |
26713 | if test -x $KRB5ROOT/bin/krb5-config ; then | 28156 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
26714 | KRB5CONF=$KRB5ROOT/bin/krb5-config | 28157 | $as_echo_n "checking for $ac_word... " >&6; } |
26715 | { echo "$as_me:$LINENO: result: $KRB5CONF" >&5 | 28158 | if test "${ac_cv_path_KRB5CONF+set}" = set; then |
26716 | echo "${ECHO_T}$KRB5CONF" >&6; } | 28159 | $as_echo_n "(cached) " >&6 |
28160 | else | ||
28161 | case $KRB5CONF in | ||
28162 | [\\/]* | ?:[\\/]*) | ||
28163 | ac_cv_path_KRB5CONF="$KRB5CONF" # Let the user override the test with a path. | ||
28164 | ;; | ||
28165 | *) | ||
28166 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
28167 | as_dummy="$KRB5ROOT/bin:$PATH" | ||
28168 | for as_dir in $as_dummy | ||
28169 | do | ||
28170 | IFS=$as_save_IFS | ||
28171 | test -z "$as_dir" && as_dir=. | ||
28172 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
28173 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | ||
28174 | ac_cv_path_KRB5CONF="$as_dir/$ac_word$ac_exec_ext" | ||
28175 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
28176 | break 2 | ||
28177 | fi | ||
28178 | done | ||
28179 | done | ||
28180 | IFS=$as_save_IFS | ||
28181 | |||
28182 | test -z "$ac_cv_path_KRB5CONF" && ac_cv_path_KRB5CONF="$KRB5ROOT/bin/krb5-config" | ||
28183 | ;; | ||
28184 | esac | ||
28185 | fi | ||
28186 | KRB5CONF=$ac_cv_path_KRB5CONF | ||
28187 | if test -n "$KRB5CONF"; then | ||
28188 | { $as_echo "$as_me:$LINENO: result: $KRB5CONF" >&5 | ||
28189 | $as_echo "$KRB5CONF" >&6; } | ||
28190 | else | ||
28191 | { $as_echo "$as_me:$LINENO: result: no" >&5 | ||
28192 | $as_echo "no" >&6; } | ||
28193 | fi | ||
26717 | 28194 | ||
26718 | { echo "$as_me:$LINENO: checking for gssapi support" >&5 | 28195 | |
26719 | echo $ECHO_N "checking for gssapi support... $ECHO_C" >&6; } | 28196 | if test -x $KRB5CONF ; then |
28197 | |||
28198 | { $as_echo "$as_me:$LINENO: checking for gssapi support" >&5 | ||
28199 | $as_echo_n "checking for gssapi support... " >&6; } | ||
26720 | if $KRB5CONF | grep gssapi >/dev/null ; then | 28200 | if $KRB5CONF | grep gssapi >/dev/null ; then |
26721 | { echo "$as_me:$LINENO: result: yes" >&5 | 28201 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
26722 | echo "${ECHO_T}yes" >&6; } | 28202 | $as_echo "yes" >&6; } |
26723 | 28203 | ||
26724 | cat >>confdefs.h <<\_ACEOF | 28204 | cat >>confdefs.h <<\_ACEOF |
26725 | #define GSSAPI 1 | 28205 | #define GSSAPI 1 |
@@ -26727,15 +28207,15 @@ _ACEOF | |||
26727 | 28207 | ||
26728 | k5confopts=gssapi | 28208 | k5confopts=gssapi |
26729 | else | 28209 | else |
26730 | { echo "$as_me:$LINENO: result: no" >&5 | 28210 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
26731 | echo "${ECHO_T}no" >&6; } | 28211 | $as_echo "no" >&6; } |
26732 | k5confopts="" | 28212 | k5confopts="" |
26733 | fi | 28213 | fi |
26734 | K5CFLAGS="`$KRB5CONF --cflags $k5confopts`" | 28214 | K5CFLAGS="`$KRB5CONF --cflags $k5confopts`" |
26735 | K5LIBS="`$KRB5CONF --libs $k5confopts`" | 28215 | K5LIBS="`$KRB5CONF --libs $k5confopts`" |
26736 | CPPFLAGS="$CPPFLAGS $K5CFLAGS" | 28216 | CPPFLAGS="$CPPFLAGS $K5CFLAGS" |
26737 | { echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 | 28217 | { $as_echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 |
26738 | echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6; } | 28218 | $as_echo_n "checking whether we are using Heimdal... " >&6; } |
26739 | cat >conftest.$ac_ext <<_ACEOF | 28219 | cat >conftest.$ac_ext <<_ACEOF |
26740 | /* confdefs.h. */ | 28220 | /* confdefs.h. */ |
26741 | _ACEOF | 28221 | _ACEOF |
@@ -26757,41 +28237,40 @@ case "(($ac_try" in | |||
26757 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28237 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26758 | *) ac_try_echo=$ac_try;; | 28238 | *) ac_try_echo=$ac_try;; |
26759 | esac | 28239 | esac |
26760 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28240 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28241 | $as_echo "$ac_try_echo") >&5 | ||
26761 | (eval "$ac_compile") 2>conftest.er1 | 28242 | (eval "$ac_compile") 2>conftest.er1 |
26762 | ac_status=$? | 28243 | ac_status=$? |
26763 | grep -v '^ *+' conftest.er1 >conftest.err | 28244 | grep -v '^ *+' conftest.er1 >conftest.err |
26764 | rm -f conftest.er1 | 28245 | rm -f conftest.er1 |
26765 | cat conftest.err >&5 | 28246 | cat conftest.err >&5 |
26766 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28247 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26767 | (exit $ac_status); } && { | 28248 | (exit $ac_status); } && { |
26768 | test -z "$ac_c_werror_flag" || | 28249 | test -z "$ac_c_werror_flag" || |
26769 | test ! -s conftest.err | 28250 | test ! -s conftest.err |
26770 | } && test -s conftest.$ac_objext; then | 28251 | } && test -s conftest.$ac_objext; then |
26771 | { echo "$as_me:$LINENO: result: yes" >&5 | 28252 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
26772 | echo "${ECHO_T}yes" >&6; } | 28253 | $as_echo "yes" >&6; } |
26773 | 28254 | ||
26774 | cat >>confdefs.h <<\_ACEOF | 28255 | cat >>confdefs.h <<\_ACEOF |
26775 | #define HEIMDAL 1 | 28256 | #define HEIMDAL 1 |
26776 | _ACEOF | 28257 | _ACEOF |
26777 | 28258 | ||
26778 | else | 28259 | else |
26779 | echo "$as_me: failed program was:" >&5 | 28260 | $as_echo "$as_me: failed program was:" >&5 |
26780 | sed 's/^/| /' conftest.$ac_ext >&5 | 28261 | sed 's/^/| /' conftest.$ac_ext >&5 |
26781 | 28262 | ||
26782 | { echo "$as_me:$LINENO: result: no" >&5 | 28263 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
26783 | echo "${ECHO_T}no" >&6; } | 28264 | $as_echo "no" >&6; } |
26784 | 28265 | ||
26785 | fi | 28266 | fi |
26786 | 28267 | ||
26787 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28268 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26788 | else | 28269 | else |
26789 | { echo "$as_me:$LINENO: result: no" >&5 | ||
26790 | echo "${ECHO_T}no" >&6; } | ||
26791 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include" | 28270 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include" |
26792 | LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib" | 28271 | LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib" |
26793 | { echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 | 28272 | { $as_echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 |
26794 | echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6; } | 28273 | $as_echo_n "checking whether we are using Heimdal... " >&6; } |
26795 | cat >conftest.$ac_ext <<_ACEOF | 28274 | cat >conftest.$ac_ext <<_ACEOF |
26796 | /* confdefs.h. */ | 28275 | /* confdefs.h. */ |
26797 | _ACEOF | 28276 | _ACEOF |
@@ -26813,29 +28292,30 @@ case "(($ac_try" in | |||
26813 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28292 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26814 | *) ac_try_echo=$ac_try;; | 28293 | *) ac_try_echo=$ac_try;; |
26815 | esac | 28294 | esac |
26816 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28295 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28296 | $as_echo "$ac_try_echo") >&5 | ||
26817 | (eval "$ac_compile") 2>conftest.er1 | 28297 | (eval "$ac_compile") 2>conftest.er1 |
26818 | ac_status=$? | 28298 | ac_status=$? |
26819 | grep -v '^ *+' conftest.er1 >conftest.err | 28299 | grep -v '^ *+' conftest.er1 >conftest.err |
26820 | rm -f conftest.er1 | 28300 | rm -f conftest.er1 |
26821 | cat conftest.err >&5 | 28301 | cat conftest.err >&5 |
26822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28302 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26823 | (exit $ac_status); } && { | 28303 | (exit $ac_status); } && { |
26824 | test -z "$ac_c_werror_flag" || | 28304 | test -z "$ac_c_werror_flag" || |
26825 | test ! -s conftest.err | 28305 | test ! -s conftest.err |
26826 | } && test -s conftest.$ac_objext; then | 28306 | } && test -s conftest.$ac_objext; then |
26827 | { echo "$as_me:$LINENO: result: yes" >&5 | 28307 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
26828 | echo "${ECHO_T}yes" >&6; } | 28308 | $as_echo "yes" >&6; } |
26829 | cat >>confdefs.h <<\_ACEOF | 28309 | cat >>confdefs.h <<\_ACEOF |
26830 | #define HEIMDAL 1 | 28310 | #define HEIMDAL 1 |
26831 | _ACEOF | 28311 | _ACEOF |
26832 | 28312 | ||
26833 | K5LIBS="-lkrb5 -ldes" | 28313 | K5LIBS="-lkrb5 -ldes" |
26834 | K5LIBS="$K5LIBS -lcom_err -lasn1" | 28314 | K5LIBS="$K5LIBS -lcom_err -lasn1" |
26835 | { echo "$as_me:$LINENO: checking for net_write in -lroken" >&5 | 28315 | { $as_echo "$as_me:$LINENO: checking for net_write in -lroken" >&5 |
26836 | echo $ECHO_N "checking for net_write in -lroken... $ECHO_C" >&6; } | 28316 | $as_echo_n "checking for net_write in -lroken... " >&6; } |
26837 | if test "${ac_cv_lib_roken_net_write+set}" = set; then | 28317 | if test "${ac_cv_lib_roken_net_write+set}" = set; then |
26838 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28318 | $as_echo_n "(cached) " >&6 |
26839 | else | 28319 | else |
26840 | ac_check_lib_save_LIBS=$LIBS | 28320 | ac_check_lib_save_LIBS=$LIBS |
26841 | LIBS="-lroken $LIBS" | 28321 | LIBS="-lroken $LIBS" |
@@ -26867,53 +28347,57 @@ case "(($ac_try" in | |||
26867 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28347 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26868 | *) ac_try_echo=$ac_try;; | 28348 | *) ac_try_echo=$ac_try;; |
26869 | esac | 28349 | esac |
26870 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28350 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28351 | $as_echo "$ac_try_echo") >&5 | ||
26871 | (eval "$ac_link") 2>conftest.er1 | 28352 | (eval "$ac_link") 2>conftest.er1 |
26872 | ac_status=$? | 28353 | ac_status=$? |
26873 | grep -v '^ *+' conftest.er1 >conftest.err | 28354 | grep -v '^ *+' conftest.er1 >conftest.err |
26874 | rm -f conftest.er1 | 28355 | rm -f conftest.er1 |
26875 | cat conftest.err >&5 | 28356 | cat conftest.err >&5 |
26876 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28357 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26877 | (exit $ac_status); } && { | 28358 | (exit $ac_status); } && { |
26878 | test -z "$ac_c_werror_flag" || | 28359 | test -z "$ac_c_werror_flag" || |
26879 | test ! -s conftest.err | 28360 | test ! -s conftest.err |
26880 | } && test -s conftest$ac_exeext && | 28361 | } && test -s conftest$ac_exeext && { |
26881 | $as_test_x conftest$ac_exeext; then | 28362 | test "$cross_compiling" = yes || |
28363 | $as_test_x conftest$ac_exeext | ||
28364 | }; then | ||
26882 | ac_cv_lib_roken_net_write=yes | 28365 | ac_cv_lib_roken_net_write=yes |
26883 | else | 28366 | else |
26884 | echo "$as_me: failed program was:" >&5 | 28367 | $as_echo "$as_me: failed program was:" >&5 |
26885 | sed 's/^/| /' conftest.$ac_ext >&5 | 28368 | sed 's/^/| /' conftest.$ac_ext >&5 |
26886 | 28369 | ||
26887 | ac_cv_lib_roken_net_write=no | 28370 | ac_cv_lib_roken_net_write=no |
26888 | fi | 28371 | fi |
26889 | 28372 | ||
28373 | rm -rf conftest.dSYM | ||
26890 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28374 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26891 | conftest$ac_exeext conftest.$ac_ext | 28375 | conftest$ac_exeext conftest.$ac_ext |
26892 | LIBS=$ac_check_lib_save_LIBS | 28376 | LIBS=$ac_check_lib_save_LIBS |
26893 | fi | 28377 | fi |
26894 | { echo "$as_me:$LINENO: result: $ac_cv_lib_roken_net_write" >&5 | 28378 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_roken_net_write" >&5 |
26895 | echo "${ECHO_T}$ac_cv_lib_roken_net_write" >&6; } | 28379 | $as_echo "$ac_cv_lib_roken_net_write" >&6; } |
26896 | if test $ac_cv_lib_roken_net_write = yes; then | 28380 | if test $ac_cv_lib_roken_net_write = yes; then |
26897 | K5LIBS="$K5LIBS -lroken" | 28381 | K5LIBS="$K5LIBS -lroken" |
26898 | fi | 28382 | fi |
26899 | 28383 | ||
26900 | 28384 | ||
26901 | else | 28385 | else |
26902 | echo "$as_me: failed program was:" >&5 | 28386 | $as_echo "$as_me: failed program was:" >&5 |
26903 | sed 's/^/| /' conftest.$ac_ext >&5 | 28387 | sed 's/^/| /' conftest.$ac_ext >&5 |
26904 | 28388 | ||
26905 | { echo "$as_me:$LINENO: result: no" >&5 | 28389 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
26906 | echo "${ECHO_T}no" >&6; } | 28390 | $as_echo "no" >&6; } |
26907 | K5LIBS="-lkrb5 -lk5crypto -lcom_err" | 28391 | K5LIBS="-lkrb5 -lk5crypto -lcom_err" |
26908 | 28392 | ||
26909 | 28393 | ||
26910 | fi | 28394 | fi |
26911 | 28395 | ||
26912 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28396 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26913 | { echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 | 28397 | { $as_echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 |
26914 | echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6; } | 28398 | $as_echo_n "checking for library containing dn_expand... " >&6; } |
26915 | if test "${ac_cv_search_dn_expand+set}" = set; then | 28399 | if test "${ac_cv_search_dn_expand+set}" = set; then |
26916 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28400 | $as_echo_n "(cached) " >&6 |
26917 | else | 28401 | else |
26918 | ac_func_search_save_LIBS=$LIBS | 28402 | ac_func_search_save_LIBS=$LIBS |
26919 | cat >conftest.$ac_ext <<_ACEOF | 28403 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26951,26 +28435,30 @@ case "(($ac_try" in | |||
26951 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28435 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26952 | *) ac_try_echo=$ac_try;; | 28436 | *) ac_try_echo=$ac_try;; |
26953 | esac | 28437 | esac |
26954 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28438 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28439 | $as_echo "$ac_try_echo") >&5 | ||
26955 | (eval "$ac_link") 2>conftest.er1 | 28440 | (eval "$ac_link") 2>conftest.er1 |
26956 | ac_status=$? | 28441 | ac_status=$? |
26957 | grep -v '^ *+' conftest.er1 >conftest.err | 28442 | grep -v '^ *+' conftest.er1 >conftest.err |
26958 | rm -f conftest.er1 | 28443 | rm -f conftest.er1 |
26959 | cat conftest.err >&5 | 28444 | cat conftest.err >&5 |
26960 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28445 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26961 | (exit $ac_status); } && { | 28446 | (exit $ac_status); } && { |
26962 | test -z "$ac_c_werror_flag" || | 28447 | test -z "$ac_c_werror_flag" || |
26963 | test ! -s conftest.err | 28448 | test ! -s conftest.err |
26964 | } && test -s conftest$ac_exeext && | 28449 | } && test -s conftest$ac_exeext && { |
26965 | $as_test_x conftest$ac_exeext; then | 28450 | test "$cross_compiling" = yes || |
28451 | $as_test_x conftest$ac_exeext | ||
28452 | }; then | ||
26966 | ac_cv_search_dn_expand=$ac_res | 28453 | ac_cv_search_dn_expand=$ac_res |
26967 | else | 28454 | else |
26968 | echo "$as_me: failed program was:" >&5 | 28455 | $as_echo "$as_me: failed program was:" >&5 |
26969 | sed 's/^/| /' conftest.$ac_ext >&5 | 28456 | sed 's/^/| /' conftest.$ac_ext >&5 |
26970 | 28457 | ||
26971 | 28458 | ||
26972 | fi | 28459 | fi |
26973 | 28460 | ||
28461 | rm -rf conftest.dSYM | ||
26974 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28462 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26975 | conftest$ac_exeext | 28463 | conftest$ac_exeext |
26976 | if test "${ac_cv_search_dn_expand+set}" = set; then | 28464 | if test "${ac_cv_search_dn_expand+set}" = set; then |
@@ -26985,8 +28473,8 @@ fi | |||
26985 | rm conftest.$ac_ext | 28473 | rm conftest.$ac_ext |
26986 | LIBS=$ac_func_search_save_LIBS | 28474 | LIBS=$ac_func_search_save_LIBS |
26987 | fi | 28475 | fi |
26988 | { echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 | 28476 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 |
26989 | echo "${ECHO_T}$ac_cv_search_dn_expand" >&6; } | 28477 | $as_echo "$ac_cv_search_dn_expand" >&6; } |
26990 | ac_res=$ac_cv_search_dn_expand | 28478 | ac_res=$ac_cv_search_dn_expand |
26991 | if test "$ac_res" != no; then | 28479 | if test "$ac_res" != no; then |
26992 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 28480 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -26994,10 +28482,10 @@ if test "$ac_res" != no; then | |||
26994 | fi | 28482 | fi |
26995 | 28483 | ||
26996 | 28484 | ||
26997 | { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5 | 28485 | { $as_echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5 |
26998 | echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6; } | 28486 | $as_echo_n "checking for gss_init_sec_context in -lgssapi_krb5... " >&6; } |
26999 | if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then | 28487 | if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then |
27000 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28488 | $as_echo_n "(cached) " >&6 |
27001 | else | 28489 | else |
27002 | ac_check_lib_save_LIBS=$LIBS | 28490 | ac_check_lib_save_LIBS=$LIBS |
27003 | LIBS="-lgssapi_krb5 $K5LIBS $LIBS" | 28491 | LIBS="-lgssapi_krb5 $K5LIBS $LIBS" |
@@ -27029,32 +28517,36 @@ case "(($ac_try" in | |||
27029 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28517 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27030 | *) ac_try_echo=$ac_try;; | 28518 | *) ac_try_echo=$ac_try;; |
27031 | esac | 28519 | esac |
27032 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28520 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28521 | $as_echo "$ac_try_echo") >&5 | ||
27033 | (eval "$ac_link") 2>conftest.er1 | 28522 | (eval "$ac_link") 2>conftest.er1 |
27034 | ac_status=$? | 28523 | ac_status=$? |
27035 | grep -v '^ *+' conftest.er1 >conftest.err | 28524 | grep -v '^ *+' conftest.er1 >conftest.err |
27036 | rm -f conftest.er1 | 28525 | rm -f conftest.er1 |
27037 | cat conftest.err >&5 | 28526 | cat conftest.err >&5 |
27038 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28527 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27039 | (exit $ac_status); } && { | 28528 | (exit $ac_status); } && { |
27040 | test -z "$ac_c_werror_flag" || | 28529 | test -z "$ac_c_werror_flag" || |
27041 | test ! -s conftest.err | 28530 | test ! -s conftest.err |
27042 | } && test -s conftest$ac_exeext && | 28531 | } && test -s conftest$ac_exeext && { |
27043 | $as_test_x conftest$ac_exeext; then | 28532 | test "$cross_compiling" = yes || |
28533 | $as_test_x conftest$ac_exeext | ||
28534 | }; then | ||
27044 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes | 28535 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes |
27045 | else | 28536 | else |
27046 | echo "$as_me: failed program was:" >&5 | 28537 | $as_echo "$as_me: failed program was:" >&5 |
27047 | sed 's/^/| /' conftest.$ac_ext >&5 | 28538 | sed 's/^/| /' conftest.$ac_ext >&5 |
27048 | 28539 | ||
27049 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=no | 28540 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=no |
27050 | fi | 28541 | fi |
27051 | 28542 | ||
28543 | rm -rf conftest.dSYM | ||
27052 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28544 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27053 | conftest$ac_exeext conftest.$ac_ext | 28545 | conftest$ac_exeext conftest.$ac_ext |
27054 | LIBS=$ac_check_lib_save_LIBS | 28546 | LIBS=$ac_check_lib_save_LIBS |
27055 | fi | 28547 | fi |
27056 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 | 28548 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 |
27057 | echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; } | 28549 | $as_echo "$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; } |
27058 | if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then | 28550 | if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then |
27059 | cat >>confdefs.h <<\_ACEOF | 28551 | cat >>confdefs.h <<\_ACEOF |
27060 | #define GSSAPI 1 | 28552 | #define GSSAPI 1 |
@@ -27062,10 +28554,10 @@ _ACEOF | |||
27062 | 28554 | ||
27063 | K5LIBS="-lgssapi_krb5 $K5LIBS" | 28555 | K5LIBS="-lgssapi_krb5 $K5LIBS" |
27064 | else | 28556 | else |
27065 | { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5 | 28557 | { $as_echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5 |
27066 | echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6; } | 28558 | $as_echo_n "checking for gss_init_sec_context in -lgssapi... " >&6; } |
27067 | if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then | 28559 | if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then |
27068 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28560 | $as_echo_n "(cached) " >&6 |
27069 | else | 28561 | else |
27070 | ac_check_lib_save_LIBS=$LIBS | 28562 | ac_check_lib_save_LIBS=$LIBS |
27071 | LIBS="-lgssapi $K5LIBS $LIBS" | 28563 | LIBS="-lgssapi $K5LIBS $LIBS" |
@@ -27097,32 +28589,36 @@ case "(($ac_try" in | |||
27097 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28589 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27098 | *) ac_try_echo=$ac_try;; | 28590 | *) ac_try_echo=$ac_try;; |
27099 | esac | 28591 | esac |
27100 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28592 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28593 | $as_echo "$ac_try_echo") >&5 | ||
27101 | (eval "$ac_link") 2>conftest.er1 | 28594 | (eval "$ac_link") 2>conftest.er1 |
27102 | ac_status=$? | 28595 | ac_status=$? |
27103 | grep -v '^ *+' conftest.er1 >conftest.err | 28596 | grep -v '^ *+' conftest.er1 >conftest.err |
27104 | rm -f conftest.er1 | 28597 | rm -f conftest.er1 |
27105 | cat conftest.err >&5 | 28598 | cat conftest.err >&5 |
27106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28599 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27107 | (exit $ac_status); } && { | 28600 | (exit $ac_status); } && { |
27108 | test -z "$ac_c_werror_flag" || | 28601 | test -z "$ac_c_werror_flag" || |
27109 | test ! -s conftest.err | 28602 | test ! -s conftest.err |
27110 | } && test -s conftest$ac_exeext && | 28603 | } && test -s conftest$ac_exeext && { |
27111 | $as_test_x conftest$ac_exeext; then | 28604 | test "$cross_compiling" = yes || |
28605 | $as_test_x conftest$ac_exeext | ||
28606 | }; then | ||
27112 | ac_cv_lib_gssapi_gss_init_sec_context=yes | 28607 | ac_cv_lib_gssapi_gss_init_sec_context=yes |
27113 | else | 28608 | else |
27114 | echo "$as_me: failed program was:" >&5 | 28609 | $as_echo "$as_me: failed program was:" >&5 |
27115 | sed 's/^/| /' conftest.$ac_ext >&5 | 28610 | sed 's/^/| /' conftest.$ac_ext >&5 |
27116 | 28611 | ||
27117 | ac_cv_lib_gssapi_gss_init_sec_context=no | 28612 | ac_cv_lib_gssapi_gss_init_sec_context=no |
27118 | fi | 28613 | fi |
27119 | 28614 | ||
28615 | rm -rf conftest.dSYM | ||
27120 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28616 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27121 | conftest$ac_exeext conftest.$ac_ext | 28617 | conftest$ac_exeext conftest.$ac_ext |
27122 | LIBS=$ac_check_lib_save_LIBS | 28618 | LIBS=$ac_check_lib_save_LIBS |
27123 | fi | 28619 | fi |
27124 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 | 28620 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 |
27125 | echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6; } | 28621 | $as_echo "$ac_cv_lib_gssapi_gss_init_sec_context" >&6; } |
27126 | if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then | 28622 | if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then |
27127 | cat >>confdefs.h <<\_ACEOF | 28623 | cat >>confdefs.h <<\_ACEOF |
27128 | #define GSSAPI 1 | 28624 | #define GSSAPI 1 |
@@ -27130,8 +28626,8 @@ _ACEOF | |||
27130 | 28626 | ||
27131 | K5LIBS="-lgssapi $K5LIBS" | 28627 | K5LIBS="-lgssapi $K5LIBS" |
27132 | else | 28628 | else |
27133 | { echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 | 28629 | { $as_echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 |
27134 | echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} | 28630 | $as_echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} |
27135 | fi | 28631 | fi |
27136 | 28632 | ||
27137 | 28633 | ||
@@ -27139,17 +28635,17 @@ fi | |||
27139 | 28635 | ||
27140 | 28636 | ||
27141 | if test "${ac_cv_header_gssapi_h+set}" = set; then | 28637 | if test "${ac_cv_header_gssapi_h+set}" = set; then |
27142 | { echo "$as_me:$LINENO: checking for gssapi.h" >&5 | 28638 | { $as_echo "$as_me:$LINENO: checking for gssapi.h" >&5 |
27143 | echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6; } | 28639 | $as_echo_n "checking for gssapi.h... " >&6; } |
27144 | if test "${ac_cv_header_gssapi_h+set}" = set; then | 28640 | if test "${ac_cv_header_gssapi_h+set}" = set; then |
27145 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28641 | $as_echo_n "(cached) " >&6 |
27146 | fi | 28642 | fi |
27147 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 | 28643 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 |
27148 | echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6; } | 28644 | $as_echo "$ac_cv_header_gssapi_h" >&6; } |
27149 | else | 28645 | else |
27150 | # Is the header compilable? | 28646 | # Is the header compilable? |
27151 | { echo "$as_me:$LINENO: checking gssapi.h usability" >&5 | 28647 | { $as_echo "$as_me:$LINENO: checking gssapi.h usability" >&5 |
27152 | echo $ECHO_N "checking gssapi.h usability... $ECHO_C" >&6; } | 28648 | $as_echo_n "checking gssapi.h usability... " >&6; } |
27153 | cat >conftest.$ac_ext <<_ACEOF | 28649 | cat >conftest.$ac_ext <<_ACEOF |
27154 | /* confdefs.h. */ | 28650 | /* confdefs.h. */ |
27155 | _ACEOF | 28651 | _ACEOF |
@@ -27165,32 +28661,33 @@ case "(($ac_try" in | |||
27165 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28661 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27166 | *) ac_try_echo=$ac_try;; | 28662 | *) ac_try_echo=$ac_try;; |
27167 | esac | 28663 | esac |
27168 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28664 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28665 | $as_echo "$ac_try_echo") >&5 | ||
27169 | (eval "$ac_compile") 2>conftest.er1 | 28666 | (eval "$ac_compile") 2>conftest.er1 |
27170 | ac_status=$? | 28667 | ac_status=$? |
27171 | grep -v '^ *+' conftest.er1 >conftest.err | 28668 | grep -v '^ *+' conftest.er1 >conftest.err |
27172 | rm -f conftest.er1 | 28669 | rm -f conftest.er1 |
27173 | cat conftest.err >&5 | 28670 | cat conftest.err >&5 |
27174 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28671 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27175 | (exit $ac_status); } && { | 28672 | (exit $ac_status); } && { |
27176 | test -z "$ac_c_werror_flag" || | 28673 | test -z "$ac_c_werror_flag" || |
27177 | test ! -s conftest.err | 28674 | test ! -s conftest.err |
27178 | } && test -s conftest.$ac_objext; then | 28675 | } && test -s conftest.$ac_objext; then |
27179 | ac_header_compiler=yes | 28676 | ac_header_compiler=yes |
27180 | else | 28677 | else |
27181 | echo "$as_me: failed program was:" >&5 | 28678 | $as_echo "$as_me: failed program was:" >&5 |
27182 | sed 's/^/| /' conftest.$ac_ext >&5 | 28679 | sed 's/^/| /' conftest.$ac_ext >&5 |
27183 | 28680 | ||
27184 | ac_header_compiler=no | 28681 | ac_header_compiler=no |
27185 | fi | 28682 | fi |
27186 | 28683 | ||
27187 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28684 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27188 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 28685 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27189 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 28686 | $as_echo "$ac_header_compiler" >&6; } |
27190 | 28687 | ||
27191 | # Is the header present? | 28688 | # Is the header present? |
27192 | { echo "$as_me:$LINENO: checking gssapi.h presence" >&5 | 28689 | { $as_echo "$as_me:$LINENO: checking gssapi.h presence" >&5 |
27193 | echo $ECHO_N "checking gssapi.h presence... $ECHO_C" >&6; } | 28690 | $as_echo_n "checking gssapi.h presence... " >&6; } |
27194 | cat >conftest.$ac_ext <<_ACEOF | 28691 | cat >conftest.$ac_ext <<_ACEOF |
27195 | /* confdefs.h. */ | 28692 | /* confdefs.h. */ |
27196 | _ACEOF | 28693 | _ACEOF |
@@ -27204,51 +28701,52 @@ case "(($ac_try" in | |||
27204 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28701 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27205 | *) ac_try_echo=$ac_try;; | 28702 | *) ac_try_echo=$ac_try;; |
27206 | esac | 28703 | esac |
27207 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28704 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28705 | $as_echo "$ac_try_echo") >&5 | ||
27208 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 28706 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27209 | ac_status=$? | 28707 | ac_status=$? |
27210 | grep -v '^ *+' conftest.er1 >conftest.err | 28708 | grep -v '^ *+' conftest.er1 >conftest.err |
27211 | rm -f conftest.er1 | 28709 | rm -f conftest.er1 |
27212 | cat conftest.err >&5 | 28710 | cat conftest.err >&5 |
27213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28711 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27214 | (exit $ac_status); } >/dev/null && { | 28712 | (exit $ac_status); } >/dev/null && { |
27215 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 28713 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27216 | test ! -s conftest.err | 28714 | test ! -s conftest.err |
27217 | }; then | 28715 | }; then |
27218 | ac_header_preproc=yes | 28716 | ac_header_preproc=yes |
27219 | else | 28717 | else |
27220 | echo "$as_me: failed program was:" >&5 | 28718 | $as_echo "$as_me: failed program was:" >&5 |
27221 | sed 's/^/| /' conftest.$ac_ext >&5 | 28719 | sed 's/^/| /' conftest.$ac_ext >&5 |
27222 | 28720 | ||
27223 | ac_header_preproc=no | 28721 | ac_header_preproc=no |
27224 | fi | 28722 | fi |
27225 | 28723 | ||
27226 | rm -f conftest.err conftest.$ac_ext | 28724 | rm -f conftest.err conftest.$ac_ext |
27227 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 28725 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27228 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 28726 | $as_echo "$ac_header_preproc" >&6; } |
27229 | 28727 | ||
27230 | # So? What about this header? | 28728 | # So? What about this header? |
27231 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 28729 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27232 | yes:no: ) | 28730 | yes:no: ) |
27233 | { echo "$as_me:$LINENO: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 28731 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
27234 | echo "$as_me: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 28732 | $as_echo "$as_me: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27235 | { echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the compiler's result" >&5 | 28733 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the compiler's result" >&5 |
27236 | echo "$as_me: WARNING: gssapi.h: proceeding with the compiler's result" >&2;} | 28734 | $as_echo "$as_me: WARNING: gssapi.h: proceeding with the compiler's result" >&2;} |
27237 | ac_header_preproc=yes | 28735 | ac_header_preproc=yes |
27238 | ;; | 28736 | ;; |
27239 | no:yes:* ) | 28737 | no:yes:* ) |
27240 | { echo "$as_me:$LINENO: WARNING: gssapi.h: present but cannot be compiled" >&5 | 28738 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: present but cannot be compiled" >&5 |
27241 | echo "$as_me: WARNING: gssapi.h: present but cannot be compiled" >&2;} | 28739 | $as_echo "$as_me: WARNING: gssapi.h: present but cannot be compiled" >&2;} |
27242 | { echo "$as_me:$LINENO: WARNING: gssapi.h: check for missing prerequisite headers?" >&5 | 28740 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: check for missing prerequisite headers?" >&5 |
27243 | echo "$as_me: WARNING: gssapi.h: check for missing prerequisite headers?" >&2;} | 28741 | $as_echo "$as_me: WARNING: gssapi.h: check for missing prerequisite headers?" >&2;} |
27244 | { echo "$as_me:$LINENO: WARNING: gssapi.h: see the Autoconf documentation" >&5 | 28742 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: see the Autoconf documentation" >&5 |
27245 | echo "$as_me: WARNING: gssapi.h: see the Autoconf documentation" >&2;} | 28743 | $as_echo "$as_me: WARNING: gssapi.h: see the Autoconf documentation" >&2;} |
27246 | { echo "$as_me:$LINENO: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&5 | 28744 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&5 |
27247 | echo "$as_me: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&2;} | 28745 | $as_echo "$as_me: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&2;} |
27248 | { echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the preprocessor's result" >&5 | 28746 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the preprocessor's result" >&5 |
27249 | echo "$as_me: WARNING: gssapi.h: proceeding with the preprocessor's result" >&2;} | 28747 | $as_echo "$as_me: WARNING: gssapi.h: proceeding with the preprocessor's result" >&2;} |
27250 | { echo "$as_me:$LINENO: WARNING: gssapi.h: in the future, the compiler will take precedence" >&5 | 28748 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: in the future, the compiler will take precedence" >&5 |
27251 | echo "$as_me: WARNING: gssapi.h: in the future, the compiler will take precedence" >&2;} | 28749 | $as_echo "$as_me: WARNING: gssapi.h: in the future, the compiler will take precedence" >&2;} |
27252 | ( cat <<\_ASBOX | 28750 | ( cat <<\_ASBOX |
27253 | ## ------------------------------------------- ## | 28751 | ## ------------------------------------------- ## |
27254 | ## Report this to openssh-unix-dev@mindrot.org ## | 28752 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27257,15 +28755,15 @@ _ASBOX | |||
27257 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 28755 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27258 | ;; | 28756 | ;; |
27259 | esac | 28757 | esac |
27260 | { echo "$as_me:$LINENO: checking for gssapi.h" >&5 | 28758 | { $as_echo "$as_me:$LINENO: checking for gssapi.h" >&5 |
27261 | echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6; } | 28759 | $as_echo_n "checking for gssapi.h... " >&6; } |
27262 | if test "${ac_cv_header_gssapi_h+set}" = set; then | 28760 | if test "${ac_cv_header_gssapi_h+set}" = set; then |
27263 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28761 | $as_echo_n "(cached) " >&6 |
27264 | else | 28762 | else |
27265 | ac_cv_header_gssapi_h=$ac_header_preproc | 28763 | ac_cv_header_gssapi_h=$ac_header_preproc |
27266 | fi | 28764 | fi |
27267 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 | 28765 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 |
27268 | echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6; } | 28766 | $as_echo "$ac_cv_header_gssapi_h" >&6; } |
27269 | 28767 | ||
27270 | fi | 28768 | fi |
27271 | if test $ac_cv_header_gssapi_h = yes; then | 28769 | if test $ac_cv_header_gssapi_h = yes; then |
@@ -27276,20 +28774,21 @@ else | |||
27276 | 28774 | ||
27277 | for ac_header in gssapi.h | 28775 | for ac_header in gssapi.h |
27278 | do | 28776 | do |
27279 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 28777 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
27280 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 28778 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27281 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 28779 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27282 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 28780 | $as_echo_n "checking for $ac_header... " >&6; } |
27283 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 28781 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27284 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28782 | $as_echo_n "(cached) " >&6 |
27285 | fi | 28783 | fi |
27286 | ac_res=`eval echo '${'$as_ac_Header'}'` | 28784 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27287 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 28785 | $as_echo "$as_val"'` |
27288 | echo "${ECHO_T}$ac_res" >&6; } | 28786 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
28787 | $as_echo "$ac_res" >&6; } | ||
27289 | else | 28788 | else |
27290 | # Is the header compilable? | 28789 | # Is the header compilable? |
27291 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 28790 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
27292 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 28791 | $as_echo_n "checking $ac_header usability... " >&6; } |
27293 | cat >conftest.$ac_ext <<_ACEOF | 28792 | cat >conftest.$ac_ext <<_ACEOF |
27294 | /* confdefs.h. */ | 28793 | /* confdefs.h. */ |
27295 | _ACEOF | 28794 | _ACEOF |
@@ -27305,32 +28804,33 @@ case "(($ac_try" in | |||
27305 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28804 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27306 | *) ac_try_echo=$ac_try;; | 28805 | *) ac_try_echo=$ac_try;; |
27307 | esac | 28806 | esac |
27308 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28807 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28808 | $as_echo "$ac_try_echo") >&5 | ||
27309 | (eval "$ac_compile") 2>conftest.er1 | 28809 | (eval "$ac_compile") 2>conftest.er1 |
27310 | ac_status=$? | 28810 | ac_status=$? |
27311 | grep -v '^ *+' conftest.er1 >conftest.err | 28811 | grep -v '^ *+' conftest.er1 >conftest.err |
27312 | rm -f conftest.er1 | 28812 | rm -f conftest.er1 |
27313 | cat conftest.err >&5 | 28813 | cat conftest.err >&5 |
27314 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28814 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27315 | (exit $ac_status); } && { | 28815 | (exit $ac_status); } && { |
27316 | test -z "$ac_c_werror_flag" || | 28816 | test -z "$ac_c_werror_flag" || |
27317 | test ! -s conftest.err | 28817 | test ! -s conftest.err |
27318 | } && test -s conftest.$ac_objext; then | 28818 | } && test -s conftest.$ac_objext; then |
27319 | ac_header_compiler=yes | 28819 | ac_header_compiler=yes |
27320 | else | 28820 | else |
27321 | echo "$as_me: failed program was:" >&5 | 28821 | $as_echo "$as_me: failed program was:" >&5 |
27322 | sed 's/^/| /' conftest.$ac_ext >&5 | 28822 | sed 's/^/| /' conftest.$ac_ext >&5 |
27323 | 28823 | ||
27324 | ac_header_compiler=no | 28824 | ac_header_compiler=no |
27325 | fi | 28825 | fi |
27326 | 28826 | ||
27327 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28827 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27328 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 28828 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27329 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 28829 | $as_echo "$ac_header_compiler" >&6; } |
27330 | 28830 | ||
27331 | # Is the header present? | 28831 | # Is the header present? |
27332 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 28832 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
27333 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 28833 | $as_echo_n "checking $ac_header presence... " >&6; } |
27334 | cat >conftest.$ac_ext <<_ACEOF | 28834 | cat >conftest.$ac_ext <<_ACEOF |
27335 | /* confdefs.h. */ | 28835 | /* confdefs.h. */ |
27336 | _ACEOF | 28836 | _ACEOF |
@@ -27344,51 +28844,52 @@ case "(($ac_try" in | |||
27344 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28844 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27345 | *) ac_try_echo=$ac_try;; | 28845 | *) ac_try_echo=$ac_try;; |
27346 | esac | 28846 | esac |
27347 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28847 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28848 | $as_echo "$ac_try_echo") >&5 | ||
27348 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 28849 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27349 | ac_status=$? | 28850 | ac_status=$? |
27350 | grep -v '^ *+' conftest.er1 >conftest.err | 28851 | grep -v '^ *+' conftest.er1 >conftest.err |
27351 | rm -f conftest.er1 | 28852 | rm -f conftest.er1 |
27352 | cat conftest.err >&5 | 28853 | cat conftest.err >&5 |
27353 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28854 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27354 | (exit $ac_status); } >/dev/null && { | 28855 | (exit $ac_status); } >/dev/null && { |
27355 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 28856 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27356 | test ! -s conftest.err | 28857 | test ! -s conftest.err |
27357 | }; then | 28858 | }; then |
27358 | ac_header_preproc=yes | 28859 | ac_header_preproc=yes |
27359 | else | 28860 | else |
27360 | echo "$as_me: failed program was:" >&5 | 28861 | $as_echo "$as_me: failed program was:" >&5 |
27361 | sed 's/^/| /' conftest.$ac_ext >&5 | 28862 | sed 's/^/| /' conftest.$ac_ext >&5 |
27362 | 28863 | ||
27363 | ac_header_preproc=no | 28864 | ac_header_preproc=no |
27364 | fi | 28865 | fi |
27365 | 28866 | ||
27366 | rm -f conftest.err conftest.$ac_ext | 28867 | rm -f conftest.err conftest.$ac_ext |
27367 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 28868 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27368 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 28869 | $as_echo "$ac_header_preproc" >&6; } |
27369 | 28870 | ||
27370 | # So? What about this header? | 28871 | # So? What about this header? |
27371 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 28872 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27372 | yes:no: ) | 28873 | yes:no: ) |
27373 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 28874 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
27374 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 28875 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27375 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 28876 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
27376 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 28877 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
27377 | ac_header_preproc=yes | 28878 | ac_header_preproc=yes |
27378 | ;; | 28879 | ;; |
27379 | no:yes:* ) | 28880 | no:yes:* ) |
27380 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 28881 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
27381 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 28882 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
27382 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 28883 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
27383 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 28884 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
27384 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 28885 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
27385 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 28886 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
27386 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 28887 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
27387 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 28888 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
27388 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 28889 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
27389 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 28890 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
27390 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 28891 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
27391 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 28892 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
27392 | ( cat <<\_ASBOX | 28893 | ( cat <<\_ASBOX |
27393 | ## ------------------------------------------- ## | 28894 | ## ------------------------------------------- ## |
27394 | ## Report this to openssh-unix-dev@mindrot.org ## | 28895 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27397,26 +28898,28 @@ _ASBOX | |||
27397 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 28898 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27398 | ;; | 28899 | ;; |
27399 | esac | 28900 | esac |
27400 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 28901 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27401 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 28902 | $as_echo_n "checking for $ac_header... " >&6; } |
27402 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 28903 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27403 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28904 | $as_echo_n "(cached) " >&6 |
27404 | else | 28905 | else |
27405 | eval "$as_ac_Header=\$ac_header_preproc" | 28906 | eval "$as_ac_Header=\$ac_header_preproc" |
27406 | fi | 28907 | fi |
27407 | ac_res=`eval echo '${'$as_ac_Header'}'` | 28908 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27408 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 28909 | $as_echo "$as_val"'` |
27409 | echo "${ECHO_T}$ac_res" >&6; } | 28910 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
28911 | $as_echo "$ac_res" >&6; } | ||
27410 | 28912 | ||
27411 | fi | 28913 | fi |
27412 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 28914 | if test `eval 'as_val=${'$as_ac_Header'} |
28915 | $as_echo "$as_val"'` = yes; then | ||
27413 | cat >>confdefs.h <<_ACEOF | 28916 | cat >>confdefs.h <<_ACEOF |
27414 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 28917 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
27415 | _ACEOF | 28918 | _ACEOF |
27416 | 28919 | ||
27417 | else | 28920 | else |
27418 | { echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 | 28921 | { $as_echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 |
27419 | echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} | 28922 | $as_echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} |
27420 | 28923 | ||
27421 | fi | 28924 | fi |
27422 | 28925 | ||
@@ -27431,17 +28934,17 @@ fi | |||
27431 | oldCPP="$CPPFLAGS" | 28934 | oldCPP="$CPPFLAGS" |
27432 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" | 28935 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" |
27433 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then | 28936 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then |
27434 | { echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 | 28937 | { $as_echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 |
27435 | echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6; } | 28938 | $as_echo_n "checking for gssapi_krb5.h... " >&6; } |
27436 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then | 28939 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then |
27437 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 28940 | $as_echo_n "(cached) " >&6 |
27438 | fi | 28941 | fi |
27439 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 | 28942 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 |
27440 | echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6; } | 28943 | $as_echo "$ac_cv_header_gssapi_krb5_h" >&6; } |
27441 | else | 28944 | else |
27442 | # Is the header compilable? | 28945 | # Is the header compilable? |
27443 | { echo "$as_me:$LINENO: checking gssapi_krb5.h usability" >&5 | 28946 | { $as_echo "$as_me:$LINENO: checking gssapi_krb5.h usability" >&5 |
27444 | echo $ECHO_N "checking gssapi_krb5.h usability... $ECHO_C" >&6; } | 28947 | $as_echo_n "checking gssapi_krb5.h usability... " >&6; } |
27445 | cat >conftest.$ac_ext <<_ACEOF | 28948 | cat >conftest.$ac_ext <<_ACEOF |
27446 | /* confdefs.h. */ | 28949 | /* confdefs.h. */ |
27447 | _ACEOF | 28950 | _ACEOF |
@@ -27457,32 +28960,33 @@ case "(($ac_try" in | |||
27457 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28960 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27458 | *) ac_try_echo=$ac_try;; | 28961 | *) ac_try_echo=$ac_try;; |
27459 | esac | 28962 | esac |
27460 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 28963 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
28964 | $as_echo "$ac_try_echo") >&5 | ||
27461 | (eval "$ac_compile") 2>conftest.er1 | 28965 | (eval "$ac_compile") 2>conftest.er1 |
27462 | ac_status=$? | 28966 | ac_status=$? |
27463 | grep -v '^ *+' conftest.er1 >conftest.err | 28967 | grep -v '^ *+' conftest.er1 >conftest.err |
27464 | rm -f conftest.er1 | 28968 | rm -f conftest.er1 |
27465 | cat conftest.err >&5 | 28969 | cat conftest.err >&5 |
27466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28970 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27467 | (exit $ac_status); } && { | 28971 | (exit $ac_status); } && { |
27468 | test -z "$ac_c_werror_flag" || | 28972 | test -z "$ac_c_werror_flag" || |
27469 | test ! -s conftest.err | 28973 | test ! -s conftest.err |
27470 | } && test -s conftest.$ac_objext; then | 28974 | } && test -s conftest.$ac_objext; then |
27471 | ac_header_compiler=yes | 28975 | ac_header_compiler=yes |
27472 | else | 28976 | else |
27473 | echo "$as_me: failed program was:" >&5 | 28977 | $as_echo "$as_me: failed program was:" >&5 |
27474 | sed 's/^/| /' conftest.$ac_ext >&5 | 28978 | sed 's/^/| /' conftest.$ac_ext >&5 |
27475 | 28979 | ||
27476 | ac_header_compiler=no | 28980 | ac_header_compiler=no |
27477 | fi | 28981 | fi |
27478 | 28982 | ||
27479 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28983 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27480 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 28984 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27481 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 28985 | $as_echo "$ac_header_compiler" >&6; } |
27482 | 28986 | ||
27483 | # Is the header present? | 28987 | # Is the header present? |
27484 | { echo "$as_me:$LINENO: checking gssapi_krb5.h presence" >&5 | 28988 | { $as_echo "$as_me:$LINENO: checking gssapi_krb5.h presence" >&5 |
27485 | echo $ECHO_N "checking gssapi_krb5.h presence... $ECHO_C" >&6; } | 28989 | $as_echo_n "checking gssapi_krb5.h presence... " >&6; } |
27486 | cat >conftest.$ac_ext <<_ACEOF | 28990 | cat >conftest.$ac_ext <<_ACEOF |
27487 | /* confdefs.h. */ | 28991 | /* confdefs.h. */ |
27488 | _ACEOF | 28992 | _ACEOF |
@@ -27496,51 +29000,52 @@ case "(($ac_try" in | |||
27496 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29000 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27497 | *) ac_try_echo=$ac_try;; | 29001 | *) ac_try_echo=$ac_try;; |
27498 | esac | 29002 | esac |
27499 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29003 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29004 | $as_echo "$ac_try_echo") >&5 | ||
27500 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 29005 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27501 | ac_status=$? | 29006 | ac_status=$? |
27502 | grep -v '^ *+' conftest.er1 >conftest.err | 29007 | grep -v '^ *+' conftest.er1 >conftest.err |
27503 | rm -f conftest.er1 | 29008 | rm -f conftest.er1 |
27504 | cat conftest.err >&5 | 29009 | cat conftest.err >&5 |
27505 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29010 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27506 | (exit $ac_status); } >/dev/null && { | 29011 | (exit $ac_status); } >/dev/null && { |
27507 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 29012 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27508 | test ! -s conftest.err | 29013 | test ! -s conftest.err |
27509 | }; then | 29014 | }; then |
27510 | ac_header_preproc=yes | 29015 | ac_header_preproc=yes |
27511 | else | 29016 | else |
27512 | echo "$as_me: failed program was:" >&5 | 29017 | $as_echo "$as_me: failed program was:" >&5 |
27513 | sed 's/^/| /' conftest.$ac_ext >&5 | 29018 | sed 's/^/| /' conftest.$ac_ext >&5 |
27514 | 29019 | ||
27515 | ac_header_preproc=no | 29020 | ac_header_preproc=no |
27516 | fi | 29021 | fi |
27517 | 29022 | ||
27518 | rm -f conftest.err conftest.$ac_ext | 29023 | rm -f conftest.err conftest.$ac_ext |
27519 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 29024 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27520 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 29025 | $as_echo "$ac_header_preproc" >&6; } |
27521 | 29026 | ||
27522 | # So? What about this header? | 29027 | # So? What about this header? |
27523 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 29028 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27524 | yes:no: ) | 29029 | yes:no: ) |
27525 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 29030 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
27526 | echo "$as_me: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 29031 | $as_echo "$as_me: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27527 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&5 | 29032 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&5 |
27528 | echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&2;} | 29033 | $as_echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&2;} |
27529 | ac_header_preproc=yes | 29034 | ac_header_preproc=yes |
27530 | ;; | 29035 | ;; |
27531 | no:yes:* ) | 29036 | no:yes:* ) |
27532 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: present but cannot be compiled" >&5 | 29037 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: present but cannot be compiled" >&5 |
27533 | echo "$as_me: WARNING: gssapi_krb5.h: present but cannot be compiled" >&2;} | 29038 | $as_echo "$as_me: WARNING: gssapi_krb5.h: present but cannot be compiled" >&2;} |
27534 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&5 | 29039 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&5 |
27535 | echo "$as_me: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&2;} | 29040 | $as_echo "$as_me: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&2;} |
27536 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&5 | 29041 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&5 |
27537 | echo "$as_me: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&2;} | 29042 | $as_echo "$as_me: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&2;} |
27538 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&5 | 29043 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&5 |
27539 | echo "$as_me: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&2;} | 29044 | $as_echo "$as_me: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&2;} |
27540 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&5 | 29045 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&5 |
27541 | echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&2;} | 29046 | $as_echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&2;} |
27542 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&5 | 29047 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&5 |
27543 | echo "$as_me: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&2;} | 29048 | $as_echo "$as_me: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&2;} |
27544 | ( cat <<\_ASBOX | 29049 | ( cat <<\_ASBOX |
27545 | ## ------------------------------------------- ## | 29050 | ## ------------------------------------------- ## |
27546 | ## Report this to openssh-unix-dev@mindrot.org ## | 29051 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27549,15 +29054,15 @@ _ASBOX | |||
27549 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 29054 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27550 | ;; | 29055 | ;; |
27551 | esac | 29056 | esac |
27552 | { echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 | 29057 | { $as_echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 |
27553 | echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6; } | 29058 | $as_echo_n "checking for gssapi_krb5.h... " >&6; } |
27554 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then | 29059 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then |
27555 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29060 | $as_echo_n "(cached) " >&6 |
27556 | else | 29061 | else |
27557 | ac_cv_header_gssapi_krb5_h=$ac_header_preproc | 29062 | ac_cv_header_gssapi_krb5_h=$ac_header_preproc |
27558 | fi | 29063 | fi |
27559 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 | 29064 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 |
27560 | echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6; } | 29065 | $as_echo "$ac_cv_header_gssapi_krb5_h" >&6; } |
27561 | 29066 | ||
27562 | fi | 29067 | fi |
27563 | if test $ac_cv_header_gssapi_krb5_h = yes; then | 29068 | if test $ac_cv_header_gssapi_krb5_h = yes; then |
@@ -27580,20 +29085,21 @@ fi | |||
27580 | 29085 | ||
27581 | for ac_header in gssapi.h gssapi/gssapi.h | 29086 | for ac_header in gssapi.h gssapi/gssapi.h |
27582 | do | 29087 | do |
27583 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 29088 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
27584 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29089 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27585 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 29090 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27586 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 29091 | $as_echo_n "checking for $ac_header... " >&6; } |
27587 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29092 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27588 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29093 | $as_echo_n "(cached) " >&6 |
27589 | fi | 29094 | fi |
27590 | ac_res=`eval echo '${'$as_ac_Header'}'` | 29095 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27591 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 29096 | $as_echo "$as_val"'` |
27592 | echo "${ECHO_T}$ac_res" >&6; } | 29097 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
29098 | $as_echo "$ac_res" >&6; } | ||
27593 | else | 29099 | else |
27594 | # Is the header compilable? | 29100 | # Is the header compilable? |
27595 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 29101 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
27596 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 29102 | $as_echo_n "checking $ac_header usability... " >&6; } |
27597 | cat >conftest.$ac_ext <<_ACEOF | 29103 | cat >conftest.$ac_ext <<_ACEOF |
27598 | /* confdefs.h. */ | 29104 | /* confdefs.h. */ |
27599 | _ACEOF | 29105 | _ACEOF |
@@ -27609,32 +29115,33 @@ case "(($ac_try" in | |||
27609 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29115 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27610 | *) ac_try_echo=$ac_try;; | 29116 | *) ac_try_echo=$ac_try;; |
27611 | esac | 29117 | esac |
27612 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29118 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29119 | $as_echo "$ac_try_echo") >&5 | ||
27613 | (eval "$ac_compile") 2>conftest.er1 | 29120 | (eval "$ac_compile") 2>conftest.er1 |
27614 | ac_status=$? | 29121 | ac_status=$? |
27615 | grep -v '^ *+' conftest.er1 >conftest.err | 29122 | grep -v '^ *+' conftest.er1 >conftest.err |
27616 | rm -f conftest.er1 | 29123 | rm -f conftest.er1 |
27617 | cat conftest.err >&5 | 29124 | cat conftest.err >&5 |
27618 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29125 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27619 | (exit $ac_status); } && { | 29126 | (exit $ac_status); } && { |
27620 | test -z "$ac_c_werror_flag" || | 29127 | test -z "$ac_c_werror_flag" || |
27621 | test ! -s conftest.err | 29128 | test ! -s conftest.err |
27622 | } && test -s conftest.$ac_objext; then | 29129 | } && test -s conftest.$ac_objext; then |
27623 | ac_header_compiler=yes | 29130 | ac_header_compiler=yes |
27624 | else | 29131 | else |
27625 | echo "$as_me: failed program was:" >&5 | 29132 | $as_echo "$as_me: failed program was:" >&5 |
27626 | sed 's/^/| /' conftest.$ac_ext >&5 | 29133 | sed 's/^/| /' conftest.$ac_ext >&5 |
27627 | 29134 | ||
27628 | ac_header_compiler=no | 29135 | ac_header_compiler=no |
27629 | fi | 29136 | fi |
27630 | 29137 | ||
27631 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 29138 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27632 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 29139 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27633 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 29140 | $as_echo "$ac_header_compiler" >&6; } |
27634 | 29141 | ||
27635 | # Is the header present? | 29142 | # Is the header present? |
27636 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 29143 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
27637 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 29144 | $as_echo_n "checking $ac_header presence... " >&6; } |
27638 | cat >conftest.$ac_ext <<_ACEOF | 29145 | cat >conftest.$ac_ext <<_ACEOF |
27639 | /* confdefs.h. */ | 29146 | /* confdefs.h. */ |
27640 | _ACEOF | 29147 | _ACEOF |
@@ -27648,51 +29155,52 @@ case "(($ac_try" in | |||
27648 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29155 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27649 | *) ac_try_echo=$ac_try;; | 29156 | *) ac_try_echo=$ac_try;; |
27650 | esac | 29157 | esac |
27651 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29158 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29159 | $as_echo "$ac_try_echo") >&5 | ||
27652 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 29160 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27653 | ac_status=$? | 29161 | ac_status=$? |
27654 | grep -v '^ *+' conftest.er1 >conftest.err | 29162 | grep -v '^ *+' conftest.er1 >conftest.err |
27655 | rm -f conftest.er1 | 29163 | rm -f conftest.er1 |
27656 | cat conftest.err >&5 | 29164 | cat conftest.err >&5 |
27657 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29165 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27658 | (exit $ac_status); } >/dev/null && { | 29166 | (exit $ac_status); } >/dev/null && { |
27659 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 29167 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27660 | test ! -s conftest.err | 29168 | test ! -s conftest.err |
27661 | }; then | 29169 | }; then |
27662 | ac_header_preproc=yes | 29170 | ac_header_preproc=yes |
27663 | else | 29171 | else |
27664 | echo "$as_me: failed program was:" >&5 | 29172 | $as_echo "$as_me: failed program was:" >&5 |
27665 | sed 's/^/| /' conftest.$ac_ext >&5 | 29173 | sed 's/^/| /' conftest.$ac_ext >&5 |
27666 | 29174 | ||
27667 | ac_header_preproc=no | 29175 | ac_header_preproc=no |
27668 | fi | 29176 | fi |
27669 | 29177 | ||
27670 | rm -f conftest.err conftest.$ac_ext | 29178 | rm -f conftest.err conftest.$ac_ext |
27671 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 29179 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27672 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 29180 | $as_echo "$ac_header_preproc" >&6; } |
27673 | 29181 | ||
27674 | # So? What about this header? | 29182 | # So? What about this header? |
27675 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 29183 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27676 | yes:no: ) | 29184 | yes:no: ) |
27677 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 29185 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
27678 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 29186 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27679 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 29187 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
27680 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 29188 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
27681 | ac_header_preproc=yes | 29189 | ac_header_preproc=yes |
27682 | ;; | 29190 | ;; |
27683 | no:yes:* ) | 29191 | no:yes:* ) |
27684 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 29192 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
27685 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 29193 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
27686 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 29194 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
27687 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 29195 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
27688 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 29196 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
27689 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 29197 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
27690 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 29198 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
27691 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 29199 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
27692 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 29200 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
27693 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 29201 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
27694 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 29202 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
27695 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 29203 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
27696 | ( cat <<\_ASBOX | 29204 | ( cat <<\_ASBOX |
27697 | ## ------------------------------------------- ## | 29205 | ## ------------------------------------------- ## |
27698 | ## Report this to openssh-unix-dev@mindrot.org ## | 29206 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27701,21 +29209,23 @@ _ASBOX | |||
27701 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 29209 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27702 | ;; | 29210 | ;; |
27703 | esac | 29211 | esac |
27704 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 29212 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27705 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 29213 | $as_echo_n "checking for $ac_header... " >&6; } |
27706 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29214 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27707 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29215 | $as_echo_n "(cached) " >&6 |
27708 | else | 29216 | else |
27709 | eval "$as_ac_Header=\$ac_header_preproc" | 29217 | eval "$as_ac_Header=\$ac_header_preproc" |
27710 | fi | 29218 | fi |
27711 | ac_res=`eval echo '${'$as_ac_Header'}'` | 29219 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27712 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 29220 | $as_echo "$as_val"'` |
27713 | echo "${ECHO_T}$ac_res" >&6; } | 29221 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
29222 | $as_echo "$ac_res" >&6; } | ||
27714 | 29223 | ||
27715 | fi | 29224 | fi |
27716 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 29225 | if test `eval 'as_val=${'$as_ac_Header'} |
29226 | $as_echo "$as_val"'` = yes; then | ||
27717 | cat >>confdefs.h <<_ACEOF | 29227 | cat >>confdefs.h <<_ACEOF |
27718 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 29228 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
27719 | _ACEOF | 29229 | _ACEOF |
27720 | 29230 | ||
27721 | fi | 29231 | fi |
@@ -27726,20 +29236,21 @@ done | |||
27726 | 29236 | ||
27727 | for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h | 29237 | for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h |
27728 | do | 29238 | do |
27729 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 29239 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
27730 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29240 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27731 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 29241 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27732 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 29242 | $as_echo_n "checking for $ac_header... " >&6; } |
27733 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29243 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27734 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29244 | $as_echo_n "(cached) " >&6 |
27735 | fi | 29245 | fi |
27736 | ac_res=`eval echo '${'$as_ac_Header'}'` | 29246 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27737 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 29247 | $as_echo "$as_val"'` |
27738 | echo "${ECHO_T}$ac_res" >&6; } | 29248 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
29249 | $as_echo "$ac_res" >&6; } | ||
27739 | else | 29250 | else |
27740 | # Is the header compilable? | 29251 | # Is the header compilable? |
27741 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 29252 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
27742 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 29253 | $as_echo_n "checking $ac_header usability... " >&6; } |
27743 | cat >conftest.$ac_ext <<_ACEOF | 29254 | cat >conftest.$ac_ext <<_ACEOF |
27744 | /* confdefs.h. */ | 29255 | /* confdefs.h. */ |
27745 | _ACEOF | 29256 | _ACEOF |
@@ -27755,32 +29266,33 @@ case "(($ac_try" in | |||
27755 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29266 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27756 | *) ac_try_echo=$ac_try;; | 29267 | *) ac_try_echo=$ac_try;; |
27757 | esac | 29268 | esac |
27758 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29269 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29270 | $as_echo "$ac_try_echo") >&5 | ||
27759 | (eval "$ac_compile") 2>conftest.er1 | 29271 | (eval "$ac_compile") 2>conftest.er1 |
27760 | ac_status=$? | 29272 | ac_status=$? |
27761 | grep -v '^ *+' conftest.er1 >conftest.err | 29273 | grep -v '^ *+' conftest.er1 >conftest.err |
27762 | rm -f conftest.er1 | 29274 | rm -f conftest.er1 |
27763 | cat conftest.err >&5 | 29275 | cat conftest.err >&5 |
27764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29276 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27765 | (exit $ac_status); } && { | 29277 | (exit $ac_status); } && { |
27766 | test -z "$ac_c_werror_flag" || | 29278 | test -z "$ac_c_werror_flag" || |
27767 | test ! -s conftest.err | 29279 | test ! -s conftest.err |
27768 | } && test -s conftest.$ac_objext; then | 29280 | } && test -s conftest.$ac_objext; then |
27769 | ac_header_compiler=yes | 29281 | ac_header_compiler=yes |
27770 | else | 29282 | else |
27771 | echo "$as_me: failed program was:" >&5 | 29283 | $as_echo "$as_me: failed program was:" >&5 |
27772 | sed 's/^/| /' conftest.$ac_ext >&5 | 29284 | sed 's/^/| /' conftest.$ac_ext >&5 |
27773 | 29285 | ||
27774 | ac_header_compiler=no | 29286 | ac_header_compiler=no |
27775 | fi | 29287 | fi |
27776 | 29288 | ||
27777 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 29289 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27778 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 29290 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27779 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 29291 | $as_echo "$ac_header_compiler" >&6; } |
27780 | 29292 | ||
27781 | # Is the header present? | 29293 | # Is the header present? |
27782 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 29294 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
27783 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 29295 | $as_echo_n "checking $ac_header presence... " >&6; } |
27784 | cat >conftest.$ac_ext <<_ACEOF | 29296 | cat >conftest.$ac_ext <<_ACEOF |
27785 | /* confdefs.h. */ | 29297 | /* confdefs.h. */ |
27786 | _ACEOF | 29298 | _ACEOF |
@@ -27794,51 +29306,52 @@ case "(($ac_try" in | |||
27794 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29306 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27795 | *) ac_try_echo=$ac_try;; | 29307 | *) ac_try_echo=$ac_try;; |
27796 | esac | 29308 | esac |
27797 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29309 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29310 | $as_echo "$ac_try_echo") >&5 | ||
27798 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 29311 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27799 | ac_status=$? | 29312 | ac_status=$? |
27800 | grep -v '^ *+' conftest.er1 >conftest.err | 29313 | grep -v '^ *+' conftest.er1 >conftest.err |
27801 | rm -f conftest.er1 | 29314 | rm -f conftest.er1 |
27802 | cat conftest.err >&5 | 29315 | cat conftest.err >&5 |
27803 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29316 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27804 | (exit $ac_status); } >/dev/null && { | 29317 | (exit $ac_status); } >/dev/null && { |
27805 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 29318 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27806 | test ! -s conftest.err | 29319 | test ! -s conftest.err |
27807 | }; then | 29320 | }; then |
27808 | ac_header_preproc=yes | 29321 | ac_header_preproc=yes |
27809 | else | 29322 | else |
27810 | echo "$as_me: failed program was:" >&5 | 29323 | $as_echo "$as_me: failed program was:" >&5 |
27811 | sed 's/^/| /' conftest.$ac_ext >&5 | 29324 | sed 's/^/| /' conftest.$ac_ext >&5 |
27812 | 29325 | ||
27813 | ac_header_preproc=no | 29326 | ac_header_preproc=no |
27814 | fi | 29327 | fi |
27815 | 29328 | ||
27816 | rm -f conftest.err conftest.$ac_ext | 29329 | rm -f conftest.err conftest.$ac_ext |
27817 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 29330 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27818 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 29331 | $as_echo "$ac_header_preproc" >&6; } |
27819 | 29332 | ||
27820 | # So? What about this header? | 29333 | # So? What about this header? |
27821 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 29334 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27822 | yes:no: ) | 29335 | yes:no: ) |
27823 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 29336 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
27824 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 29337 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27825 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 29338 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
27826 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 29339 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
27827 | ac_header_preproc=yes | 29340 | ac_header_preproc=yes |
27828 | ;; | 29341 | ;; |
27829 | no:yes:* ) | 29342 | no:yes:* ) |
27830 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 29343 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
27831 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 29344 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
27832 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 29345 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
27833 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 29346 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
27834 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 29347 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
27835 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 29348 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
27836 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 29349 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
27837 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 29350 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
27838 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 29351 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
27839 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 29352 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
27840 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 29353 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
27841 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 29354 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
27842 | ( cat <<\_ASBOX | 29355 | ( cat <<\_ASBOX |
27843 | ## ------------------------------------------- ## | 29356 | ## ------------------------------------------- ## |
27844 | ## Report this to openssh-unix-dev@mindrot.org ## | 29357 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27847,21 +29360,23 @@ _ASBOX | |||
27847 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 29360 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27848 | ;; | 29361 | ;; |
27849 | esac | 29362 | esac |
27850 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 29363 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27851 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 29364 | $as_echo_n "checking for $ac_header... " >&6; } |
27852 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29365 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27853 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29366 | $as_echo_n "(cached) " >&6 |
27854 | else | 29367 | else |
27855 | eval "$as_ac_Header=\$ac_header_preproc" | 29368 | eval "$as_ac_Header=\$ac_header_preproc" |
27856 | fi | 29369 | fi |
27857 | ac_res=`eval echo '${'$as_ac_Header'}'` | 29370 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27858 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 29371 | $as_echo "$as_val"'` |
27859 | echo "${ECHO_T}$ac_res" >&6; } | 29372 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
29373 | $as_echo "$ac_res" >&6; } | ||
27860 | 29374 | ||
27861 | fi | 29375 | fi |
27862 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 29376 | if test `eval 'as_val=${'$as_ac_Header'} |
29377 | $as_echo "$as_val"'` = yes; then | ||
27863 | cat >>confdefs.h <<_ACEOF | 29378 | cat >>confdefs.h <<_ACEOF |
27864 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 29379 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
27865 | _ACEOF | 29380 | _ACEOF |
27866 | 29381 | ||
27867 | fi | 29382 | fi |
@@ -27872,20 +29387,21 @@ done | |||
27872 | 29387 | ||
27873 | for ac_header in gssapi_generic.h gssapi/gssapi_generic.h | 29388 | for ac_header in gssapi_generic.h gssapi/gssapi_generic.h |
27874 | do | 29389 | do |
27875 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 29390 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
27876 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29391 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27877 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 29392 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27878 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 29393 | $as_echo_n "checking for $ac_header... " >&6; } |
27879 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29394 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27880 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29395 | $as_echo_n "(cached) " >&6 |
27881 | fi | 29396 | fi |
27882 | ac_res=`eval echo '${'$as_ac_Header'}'` | 29397 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
27883 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 29398 | $as_echo "$as_val"'` |
27884 | echo "${ECHO_T}$ac_res" >&6; } | 29399 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
29400 | $as_echo "$ac_res" >&6; } | ||
27885 | else | 29401 | else |
27886 | # Is the header compilable? | 29402 | # Is the header compilable? |
27887 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 29403 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
27888 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | 29404 | $as_echo_n "checking $ac_header usability... " >&6; } |
27889 | cat >conftest.$ac_ext <<_ACEOF | 29405 | cat >conftest.$ac_ext <<_ACEOF |
27890 | /* confdefs.h. */ | 29406 | /* confdefs.h. */ |
27891 | _ACEOF | 29407 | _ACEOF |
@@ -27901,32 +29417,33 @@ case "(($ac_try" in | |||
27901 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29417 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27902 | *) ac_try_echo=$ac_try;; | 29418 | *) ac_try_echo=$ac_try;; |
27903 | esac | 29419 | esac |
27904 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29420 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29421 | $as_echo "$ac_try_echo") >&5 | ||
27905 | (eval "$ac_compile") 2>conftest.er1 | 29422 | (eval "$ac_compile") 2>conftest.er1 |
27906 | ac_status=$? | 29423 | ac_status=$? |
27907 | grep -v '^ *+' conftest.er1 >conftest.err | 29424 | grep -v '^ *+' conftest.er1 >conftest.err |
27908 | rm -f conftest.er1 | 29425 | rm -f conftest.er1 |
27909 | cat conftest.err >&5 | 29426 | cat conftest.err >&5 |
27910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29427 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27911 | (exit $ac_status); } && { | 29428 | (exit $ac_status); } && { |
27912 | test -z "$ac_c_werror_flag" || | 29429 | test -z "$ac_c_werror_flag" || |
27913 | test ! -s conftest.err | 29430 | test ! -s conftest.err |
27914 | } && test -s conftest.$ac_objext; then | 29431 | } && test -s conftest.$ac_objext; then |
27915 | ac_header_compiler=yes | 29432 | ac_header_compiler=yes |
27916 | else | 29433 | else |
27917 | echo "$as_me: failed program was:" >&5 | 29434 | $as_echo "$as_me: failed program was:" >&5 |
27918 | sed 's/^/| /' conftest.$ac_ext >&5 | 29435 | sed 's/^/| /' conftest.$ac_ext >&5 |
27919 | 29436 | ||
27920 | ac_header_compiler=no | 29437 | ac_header_compiler=no |
27921 | fi | 29438 | fi |
27922 | 29439 | ||
27923 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 29440 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27924 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 29441 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27925 | echo "${ECHO_T}$ac_header_compiler" >&6; } | 29442 | $as_echo "$ac_header_compiler" >&6; } |
27926 | 29443 | ||
27927 | # Is the header present? | 29444 | # Is the header present? |
27928 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 29445 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
27929 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | 29446 | $as_echo_n "checking $ac_header presence... " >&6; } |
27930 | cat >conftest.$ac_ext <<_ACEOF | 29447 | cat >conftest.$ac_ext <<_ACEOF |
27931 | /* confdefs.h. */ | 29448 | /* confdefs.h. */ |
27932 | _ACEOF | 29449 | _ACEOF |
@@ -27940,51 +29457,52 @@ case "(($ac_try" in | |||
27940 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29457 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27941 | *) ac_try_echo=$ac_try;; | 29458 | *) ac_try_echo=$ac_try;; |
27942 | esac | 29459 | esac |
27943 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29460 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29461 | $as_echo "$ac_try_echo") >&5 | ||
27944 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 29462 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27945 | ac_status=$? | 29463 | ac_status=$? |
27946 | grep -v '^ *+' conftest.er1 >conftest.err | 29464 | grep -v '^ *+' conftest.er1 >conftest.err |
27947 | rm -f conftest.er1 | 29465 | rm -f conftest.er1 |
27948 | cat conftest.err >&5 | 29466 | cat conftest.err >&5 |
27949 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29467 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27950 | (exit $ac_status); } >/dev/null && { | 29468 | (exit $ac_status); } >/dev/null && { |
27951 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 29469 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27952 | test ! -s conftest.err | 29470 | test ! -s conftest.err |
27953 | }; then | 29471 | }; then |
27954 | ac_header_preproc=yes | 29472 | ac_header_preproc=yes |
27955 | else | 29473 | else |
27956 | echo "$as_me: failed program was:" >&5 | 29474 | $as_echo "$as_me: failed program was:" >&5 |
27957 | sed 's/^/| /' conftest.$ac_ext >&5 | 29475 | sed 's/^/| /' conftest.$ac_ext >&5 |
27958 | 29476 | ||
27959 | ac_header_preproc=no | 29477 | ac_header_preproc=no |
27960 | fi | 29478 | fi |
27961 | 29479 | ||
27962 | rm -f conftest.err conftest.$ac_ext | 29480 | rm -f conftest.err conftest.$ac_ext |
27963 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 29481 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27964 | echo "${ECHO_T}$ac_header_preproc" >&6; } | 29482 | $as_echo "$ac_header_preproc" >&6; } |
27965 | 29483 | ||
27966 | # So? What about this header? | 29484 | # So? What about this header? |
27967 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 29485 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27968 | yes:no: ) | 29486 | yes:no: ) |
27969 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 29487 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
27970 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 29488 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27971 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 29489 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
27972 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 29490 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
27973 | ac_header_preproc=yes | 29491 | ac_header_preproc=yes |
27974 | ;; | 29492 | ;; |
27975 | no:yes:* ) | 29493 | no:yes:* ) |
27976 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 29494 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
27977 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 29495 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
27978 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 29496 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
27979 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 29497 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
27980 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 29498 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
27981 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 29499 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
27982 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 29500 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
27983 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 29501 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
27984 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 29502 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
27985 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 29503 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
27986 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 29504 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
27987 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 29505 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
27988 | ( cat <<\_ASBOX | 29506 | ( cat <<\_ASBOX |
27989 | ## ------------------------------------------- ## | 29507 | ## ------------------------------------------- ## |
27990 | ## Report this to openssh-unix-dev@mindrot.org ## | 29508 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27993,21 +29511,23 @@ _ASBOX | |||
27993 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 29511 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27994 | ;; | 29512 | ;; |
27995 | esac | 29513 | esac |
27996 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 | 29514 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 |
27997 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | 29515 | $as_echo_n "checking for $ac_header... " >&6; } |
27998 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 29516 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
27999 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29517 | $as_echo_n "(cached) " >&6 |
28000 | else | 29518 | else |
28001 | eval "$as_ac_Header=\$ac_header_preproc" | 29519 | eval "$as_ac_Header=\$ac_header_preproc" |
28002 | fi | 29520 | fi |
28003 | ac_res=`eval echo '${'$as_ac_Header'}'` | 29521 | ac_res=`eval 'as_val=${'$as_ac_Header'} |
28004 | { echo "$as_me:$LINENO: result: $ac_res" >&5 | 29522 | $as_echo "$as_val"'` |
28005 | echo "${ECHO_T}$ac_res" >&6; } | 29523 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 |
29524 | $as_echo "$ac_res" >&6; } | ||
28006 | 29525 | ||
28007 | fi | 29526 | fi |
28008 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | 29527 | if test `eval 'as_val=${'$as_ac_Header'} |
29528 | $as_echo "$as_val"'` = yes; then | ||
28009 | cat >>confdefs.h <<_ACEOF | 29529 | cat >>confdefs.h <<_ACEOF |
28010 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 29530 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
28011 | _ACEOF | 29531 | _ACEOF |
28012 | 29532 | ||
28013 | fi | 29533 | fi |
@@ -28016,10 +29536,10 @@ done | |||
28016 | 29536 | ||
28017 | 29537 | ||
28018 | LIBS="$LIBS $K5LIBS" | 29538 | LIBS="$LIBS $K5LIBS" |
28019 | { echo "$as_me:$LINENO: checking for library containing k_hasafs" >&5 | 29539 | { $as_echo "$as_me:$LINENO: checking for library containing k_hasafs" >&5 |
28020 | echo $ECHO_N "checking for library containing k_hasafs... $ECHO_C" >&6; } | 29540 | $as_echo_n "checking for library containing k_hasafs... " >&6; } |
28021 | if test "${ac_cv_search_k_hasafs+set}" = set; then | 29541 | if test "${ac_cv_search_k_hasafs+set}" = set; then |
28022 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29542 | $as_echo_n "(cached) " >&6 |
28023 | else | 29543 | else |
28024 | ac_func_search_save_LIBS=$LIBS | 29544 | ac_func_search_save_LIBS=$LIBS |
28025 | cat >conftest.$ac_ext <<_ACEOF | 29545 | cat >conftest.$ac_ext <<_ACEOF |
@@ -28057,26 +29577,30 @@ case "(($ac_try" in | |||
28057 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29577 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28058 | *) ac_try_echo=$ac_try;; | 29578 | *) ac_try_echo=$ac_try;; |
28059 | esac | 29579 | esac |
28060 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29580 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29581 | $as_echo "$ac_try_echo") >&5 | ||
28061 | (eval "$ac_link") 2>conftest.er1 | 29582 | (eval "$ac_link") 2>conftest.er1 |
28062 | ac_status=$? | 29583 | ac_status=$? |
28063 | grep -v '^ *+' conftest.er1 >conftest.err | 29584 | grep -v '^ *+' conftest.er1 >conftest.err |
28064 | rm -f conftest.er1 | 29585 | rm -f conftest.er1 |
28065 | cat conftest.err >&5 | 29586 | cat conftest.err >&5 |
28066 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29587 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28067 | (exit $ac_status); } && { | 29588 | (exit $ac_status); } && { |
28068 | test -z "$ac_c_werror_flag" || | 29589 | test -z "$ac_c_werror_flag" || |
28069 | test ! -s conftest.err | 29590 | test ! -s conftest.err |
28070 | } && test -s conftest$ac_exeext && | 29591 | } && test -s conftest$ac_exeext && { |
28071 | $as_test_x conftest$ac_exeext; then | 29592 | test "$cross_compiling" = yes || |
29593 | $as_test_x conftest$ac_exeext | ||
29594 | }; then | ||
28072 | ac_cv_search_k_hasafs=$ac_res | 29595 | ac_cv_search_k_hasafs=$ac_res |
28073 | else | 29596 | else |
28074 | echo "$as_me: failed program was:" >&5 | 29597 | $as_echo "$as_me: failed program was:" >&5 |
28075 | sed 's/^/| /' conftest.$ac_ext >&5 | 29598 | sed 's/^/| /' conftest.$ac_ext >&5 |
28076 | 29599 | ||
28077 | 29600 | ||
28078 | fi | 29601 | fi |
28079 | 29602 | ||
29603 | rm -rf conftest.dSYM | ||
28080 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 29604 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28081 | conftest$ac_exeext | 29605 | conftest$ac_exeext |
28082 | if test "${ac_cv_search_k_hasafs+set}" = set; then | 29606 | if test "${ac_cv_search_k_hasafs+set}" = set; then |
@@ -28091,8 +29615,8 @@ fi | |||
28091 | rm conftest.$ac_ext | 29615 | rm conftest.$ac_ext |
28092 | LIBS=$ac_func_search_save_LIBS | 29616 | LIBS=$ac_func_search_save_LIBS |
28093 | fi | 29617 | fi |
28094 | { echo "$as_me:$LINENO: result: $ac_cv_search_k_hasafs" >&5 | 29618 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_k_hasafs" >&5 |
28095 | echo "${ECHO_T}$ac_cv_search_k_hasafs" >&6; } | 29619 | $as_echo "$ac_cv_search_k_hasafs" >&6; } |
28096 | ac_res=$ac_cv_search_k_hasafs | 29620 | ac_res=$ac_cv_search_k_hasafs |
28097 | if test "$ac_res" != no; then | 29621 | if test "$ac_res" != no; then |
28098 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 29622 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -28144,10 +29668,10 @@ else | |||
28144 | TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" | 29668 | TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" |
28145 | # Extract the first word of "xauth", so it can be a program name with args. | 29669 | # Extract the first word of "xauth", so it can be a program name with args. |
28146 | set dummy xauth; ac_word=$2 | 29670 | set dummy xauth; ac_word=$2 |
28147 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 29671 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
28148 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 29672 | $as_echo_n "checking for $ac_word... " >&6; } |
28149 | if test "${ac_cv_path_xauth_path+set}" = set; then | 29673 | if test "${ac_cv_path_xauth_path+set}" = set; then |
28150 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29674 | $as_echo_n "(cached) " >&6 |
28151 | else | 29675 | else |
28152 | case $xauth_path in | 29676 | case $xauth_path in |
28153 | [\\/]* | ?:[\\/]*) | 29677 | [\\/]* | ?:[\\/]*) |
@@ -28162,7 +29686,7 @@ do | |||
28162 | for ac_exec_ext in '' $ac_executable_extensions; do | 29686 | for ac_exec_ext in '' $ac_executable_extensions; do |
28163 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 29687 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
28164 | ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext" | 29688 | ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext" |
28165 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 29689 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
28166 | break 2 | 29690 | break 2 |
28167 | fi | 29691 | fi |
28168 | done | 29692 | done |
@@ -28174,11 +29698,11 @@ esac | |||
28174 | fi | 29698 | fi |
28175 | xauth_path=$ac_cv_path_xauth_path | 29699 | xauth_path=$ac_cv_path_xauth_path |
28176 | if test -n "$xauth_path"; then | 29700 | if test -n "$xauth_path"; then |
28177 | { echo "$as_me:$LINENO: result: $xauth_path" >&5 | 29701 | { $as_echo "$as_me:$LINENO: result: $xauth_path" >&5 |
28178 | echo "${ECHO_T}$xauth_path" >&6; } | 29702 | $as_echo "$xauth_path" >&6; } |
28179 | else | 29703 | else |
28180 | { echo "$as_me:$LINENO: result: no" >&5 | 29704 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
28181 | echo "${ECHO_T}no" >&6; } | 29705 | $as_echo "no" >&6; } |
28182 | fi | 29706 | fi |
28183 | 29707 | ||
28184 | 29708 | ||
@@ -28227,20 +29751,20 @@ _ACEOF | |||
28227 | fi | 29751 | fi |
28228 | 29752 | ||
28229 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then | 29753 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then |
28230 | { echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptmx test" >&5 | 29754 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptmx test" >&5 |
28231 | echo "$as_me: WARNING: cross compiling: Disabling /dev/ptmx test" >&2;} | 29755 | $as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptmx test" >&2;} |
28232 | disable_ptmx_check=yes | 29756 | disable_ptmx_check=yes |
28233 | fi | 29757 | fi |
28234 | if test -z "$no_dev_ptmx" ; then | 29758 | if test -z "$no_dev_ptmx" ; then |
28235 | if test "x$disable_ptmx_check" != "xyes" ; then | 29759 | if test "x$disable_ptmx_check" != "xyes" ; then |
28236 | { echo "$as_me:$LINENO: checking for \"/dev/ptmx\"" >&5 | 29760 | { $as_echo "$as_me:$LINENO: checking for \"/dev/ptmx\"" >&5 |
28237 | echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6; } | 29761 | $as_echo_n "checking for \"/dev/ptmx\"... " >&6; } |
28238 | if test "${ac_cv_file___dev_ptmx_+set}" = set; then | 29762 | if test "${ac_cv_file___dev_ptmx_+set}" = set; then |
28239 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29763 | $as_echo_n "(cached) " >&6 |
28240 | else | 29764 | else |
28241 | test "$cross_compiling" = yes && | 29765 | test "$cross_compiling" = yes && |
28242 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 | 29766 | { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
28243 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} | 29767 | $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
28244 | { (exit 1); exit 1; }; } | 29768 | { (exit 1); exit 1; }; } |
28245 | if test -r ""/dev/ptmx""; then | 29769 | if test -r ""/dev/ptmx""; then |
28246 | ac_cv_file___dev_ptmx_=yes | 29770 | ac_cv_file___dev_ptmx_=yes |
@@ -28248,8 +29772,8 @@ else | |||
28248 | ac_cv_file___dev_ptmx_=no | 29772 | ac_cv_file___dev_ptmx_=no |
28249 | fi | 29773 | fi |
28250 | fi | 29774 | fi |
28251 | { echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptmx_" >&5 | 29775 | { $as_echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptmx_" >&5 |
28252 | echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6; } | 29776 | $as_echo "$ac_cv_file___dev_ptmx_" >&6; } |
28253 | if test $ac_cv_file___dev_ptmx_ = yes; then | 29777 | if test $ac_cv_file___dev_ptmx_ = yes; then |
28254 | 29778 | ||
28255 | 29779 | ||
@@ -28266,14 +29790,14 @@ fi | |||
28266 | fi | 29790 | fi |
28267 | 29791 | ||
28268 | if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then | 29792 | if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then |
28269 | { echo "$as_me:$LINENO: checking for \"/dev/ptc\"" >&5 | 29793 | { $as_echo "$as_me:$LINENO: checking for \"/dev/ptc\"" >&5 |
28270 | echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6; } | 29794 | $as_echo_n "checking for \"/dev/ptc\"... " >&6; } |
28271 | if test "${ac_cv_file___dev_ptc_+set}" = set; then | 29795 | if test "${ac_cv_file___dev_ptc_+set}" = set; then |
28272 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29796 | $as_echo_n "(cached) " >&6 |
28273 | else | 29797 | else |
28274 | test "$cross_compiling" = yes && | 29798 | test "$cross_compiling" = yes && |
28275 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 | 29799 | { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
28276 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} | 29800 | $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
28277 | { (exit 1); exit 1; }; } | 29801 | { (exit 1); exit 1; }; } |
28278 | if test -r ""/dev/ptc""; then | 29802 | if test -r ""/dev/ptc""; then |
28279 | ac_cv_file___dev_ptc_=yes | 29803 | ac_cv_file___dev_ptc_=yes |
@@ -28281,8 +29805,8 @@ else | |||
28281 | ac_cv_file___dev_ptc_=no | 29805 | ac_cv_file___dev_ptc_=no |
28282 | fi | 29806 | fi |
28283 | fi | 29807 | fi |
28284 | { echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptc_" >&5 | 29808 | { $as_echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptc_" >&5 |
28285 | echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6; } | 29809 | $as_echo "$ac_cv_file___dev_ptc_" >&6; } |
28286 | if test $ac_cv_file___dev_ptc_ = yes; then | 29810 | if test $ac_cv_file___dev_ptc_ = yes; then |
28287 | 29811 | ||
28288 | 29812 | ||
@@ -28296,8 +29820,8 @@ _ACEOF | |||
28296 | fi | 29820 | fi |
28297 | 29821 | ||
28298 | else | 29822 | else |
28299 | { echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptc test" >&5 | 29823 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptc test" >&5 |
28300 | echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;} | 29824 | $as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;} |
28301 | fi | 29825 | fi |
28302 | 29826 | ||
28303 | # Options from here on. Some of these are preset by platform above | 29827 | # Options from here on. Some of these are preset by platform above |
@@ -28310,8 +29834,8 @@ if test "${with_mantype+set}" = set; then | |||
28310 | MANTYPE=$withval | 29834 | MANTYPE=$withval |
28311 | ;; | 29835 | ;; |
28312 | *) | 29836 | *) |
28313 | { { echo "$as_me:$LINENO: error: invalid man type: $withval" >&5 | 29837 | { { $as_echo "$as_me:$LINENO: error: invalid man type: $withval" >&5 |
28314 | echo "$as_me: error: invalid man type: $withval" >&2;} | 29838 | $as_echo "$as_me: error: invalid man type: $withval" >&2;} |
28315 | { (exit 1); exit 1; }; } | 29839 | { (exit 1); exit 1; }; } |
28316 | ;; | 29840 | ;; |
28317 | esac | 29841 | esac |
@@ -28325,10 +29849,10 @@ if test -z "$MANTYPE"; then | |||
28325 | do | 29849 | do |
28326 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 29850 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
28327 | set dummy $ac_prog; ac_word=$2 | 29851 | set dummy $ac_prog; ac_word=$2 |
28328 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | 29852 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
28329 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | 29853 | $as_echo_n "checking for $ac_word... " >&6; } |
28330 | if test "${ac_cv_path_NROFF+set}" = set; then | 29854 | if test "${ac_cv_path_NROFF+set}" = set; then |
28331 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 29855 | $as_echo_n "(cached) " >&6 |
28332 | else | 29856 | else |
28333 | case $NROFF in | 29857 | case $NROFF in |
28334 | [\\/]* | ?:[\\/]*) | 29858 | [\\/]* | ?:[\\/]*) |
@@ -28343,7 +29867,7 @@ do | |||
28343 | for ac_exec_ext in '' $ac_executable_extensions; do | 29867 | for ac_exec_ext in '' $ac_executable_extensions; do |
28344 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 29868 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
28345 | ac_cv_path_NROFF="$as_dir/$ac_word$ac_exec_ext" | 29869 | ac_cv_path_NROFF="$as_dir/$ac_word$ac_exec_ext" |
28346 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 29870 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
28347 | break 2 | 29871 | break 2 |
28348 | fi | 29872 | fi |
28349 | done | 29873 | done |
@@ -28355,11 +29879,11 @@ esac | |||
28355 | fi | 29879 | fi |
28356 | NROFF=$ac_cv_path_NROFF | 29880 | NROFF=$ac_cv_path_NROFF |
28357 | if test -n "$NROFF"; then | 29881 | if test -n "$NROFF"; then |
28358 | { echo "$as_me:$LINENO: result: $NROFF" >&5 | 29882 | { $as_echo "$as_me:$LINENO: result: $NROFF" >&5 |
28359 | echo "${ECHO_T}$NROFF" >&6; } | 29883 | $as_echo "$NROFF" >&6; } |
28360 | else | 29884 | else |
28361 | { echo "$as_me:$LINENO: result: no" >&5 | 29885 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
28362 | echo "${ECHO_T}no" >&6; } | 29886 | $as_echo "no" >&6; } |
28363 | fi | 29887 | fi |
28364 | 29888 | ||
28365 | 29889 | ||
@@ -28420,8 +29944,8 @@ fi | |||
28420 | 29944 | ||
28421 | 29945 | ||
28422 | if test -z "$disable_shadow" ; then | 29946 | if test -z "$disable_shadow" ; then |
28423 | { echo "$as_me:$LINENO: checking if the systems has expire shadow information" >&5 | 29947 | { $as_echo "$as_me:$LINENO: checking if the systems has expire shadow information" >&5 |
28424 | echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6; } | 29948 | $as_echo_n "checking if the systems has expire shadow information... " >&6; } |
28425 | cat >conftest.$ac_ext <<_ACEOF | 29949 | cat >conftest.$ac_ext <<_ACEOF |
28426 | /* confdefs.h. */ | 29950 | /* confdefs.h. */ |
28427 | _ACEOF | 29951 | _ACEOF |
@@ -28447,20 +29971,21 @@ case "(($ac_try" in | |||
28447 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29971 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28448 | *) ac_try_echo=$ac_try;; | 29972 | *) ac_try_echo=$ac_try;; |
28449 | esac | 29973 | esac |
28450 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 29974 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
29975 | $as_echo "$ac_try_echo") >&5 | ||
28451 | (eval "$ac_compile") 2>conftest.er1 | 29976 | (eval "$ac_compile") 2>conftest.er1 |
28452 | ac_status=$? | 29977 | ac_status=$? |
28453 | grep -v '^ *+' conftest.er1 >conftest.err | 29978 | grep -v '^ *+' conftest.er1 >conftest.err |
28454 | rm -f conftest.er1 | 29979 | rm -f conftest.er1 |
28455 | cat conftest.err >&5 | 29980 | cat conftest.err >&5 |
28456 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29981 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28457 | (exit $ac_status); } && { | 29982 | (exit $ac_status); } && { |
28458 | test -z "$ac_c_werror_flag" || | 29983 | test -z "$ac_c_werror_flag" || |
28459 | test ! -s conftest.err | 29984 | test ! -s conftest.err |
28460 | } && test -s conftest.$ac_objext; then | 29985 | } && test -s conftest.$ac_objext; then |
28461 | sp_expire_available=yes | 29986 | sp_expire_available=yes |
28462 | else | 29987 | else |
28463 | echo "$as_me: failed program was:" >&5 | 29988 | $as_echo "$as_me: failed program was:" >&5 |
28464 | sed 's/^/| /' conftest.$ac_ext >&5 | 29989 | sed 's/^/| /' conftest.$ac_ext >&5 |
28465 | 29990 | ||
28466 | 29991 | ||
@@ -28470,16 +29995,16 @@ fi | |||
28470 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 29995 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
28471 | 29996 | ||
28472 | if test "x$sp_expire_available" = "xyes" ; then | 29997 | if test "x$sp_expire_available" = "xyes" ; then |
28473 | { echo "$as_me:$LINENO: result: yes" >&5 | 29998 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
28474 | echo "${ECHO_T}yes" >&6; } | 29999 | $as_echo "yes" >&6; } |
28475 | 30000 | ||
28476 | cat >>confdefs.h <<\_ACEOF | 30001 | cat >>confdefs.h <<\_ACEOF |
28477 | #define HAS_SHADOW_EXPIRE 1 | 30002 | #define HAS_SHADOW_EXPIRE 1 |
28478 | _ACEOF | 30003 | _ACEOF |
28479 | 30004 | ||
28480 | else | 30005 | else |
28481 | { echo "$as_me:$LINENO: result: no" >&5 | 30006 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
28482 | echo "${ECHO_T}no" >&6; } | 30007 | $as_echo "no" >&6; } |
28483 | fi | 30008 | fi |
28484 | fi | 30009 | fi |
28485 | 30010 | ||
@@ -28514,8 +30039,8 @@ fi | |||
28514 | # Check whether --enable-etc-default-login was given. | 30039 | # Check whether --enable-etc-default-login was given. |
28515 | if test "${enable_etc_default_login+set}" = set; then | 30040 | if test "${enable_etc_default_login+set}" = set; then |
28516 | enableval=$enable_etc_default_login; if test "x$enableval" = "xno"; then | 30041 | enableval=$enable_etc_default_login; if test "x$enableval" = "xno"; then |
28517 | { echo "$as_me:$LINENO: /etc/default/login handling disabled" >&5 | 30042 | { $as_echo "$as_me:$LINENO: /etc/default/login handling disabled" >&5 |
28518 | echo "$as_me: /etc/default/login handling disabled" >&6;} | 30043 | $as_echo "$as_me: /etc/default/login handling disabled" >&6;} |
28519 | etc_default_login=no | 30044 | etc_default_login=no |
28520 | else | 30045 | else |
28521 | etc_default_login=yes | 30046 | etc_default_login=yes |
@@ -28523,8 +30048,8 @@ echo "$as_me: /etc/default/login handling disabled" >&6;} | |||
28523 | else | 30048 | else |
28524 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; | 30049 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; |
28525 | then | 30050 | then |
28526 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking /etc/default/login" >&5 | 30051 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking /etc/default/login" >&5 |
28527 | echo "$as_me: WARNING: cross compiling: not checking /etc/default/login" >&2;} | 30052 | $as_echo "$as_me: WARNING: cross compiling: not checking /etc/default/login" >&2;} |
28528 | etc_default_login=no | 30053 | etc_default_login=no |
28529 | else | 30054 | else |
28530 | etc_default_login=yes | 30055 | etc_default_login=yes |
@@ -28534,14 +30059,14 @@ fi | |||
28534 | 30059 | ||
28535 | 30060 | ||
28536 | if test "x$etc_default_login" != "xno"; then | 30061 | if test "x$etc_default_login" != "xno"; then |
28537 | { echo "$as_me:$LINENO: checking for \"/etc/default/login\"" >&5 | 30062 | { $as_echo "$as_me:$LINENO: checking for \"/etc/default/login\"" >&5 |
28538 | echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6; } | 30063 | $as_echo_n "checking for \"/etc/default/login\"... " >&6; } |
28539 | if test "${ac_cv_file___etc_default_login_+set}" = set; then | 30064 | if test "${ac_cv_file___etc_default_login_+set}" = set; then |
28540 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 30065 | $as_echo_n "(cached) " >&6 |
28541 | else | 30066 | else |
28542 | test "$cross_compiling" = yes && | 30067 | test "$cross_compiling" = yes && |
28543 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 | 30068 | { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
28544 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} | 30069 | $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
28545 | { (exit 1); exit 1; }; } | 30070 | { (exit 1); exit 1; }; } |
28546 | if test -r ""/etc/default/login""; then | 30071 | if test -r ""/etc/default/login""; then |
28547 | ac_cv_file___etc_default_login_=yes | 30072 | ac_cv_file___etc_default_login_=yes |
@@ -28549,8 +30074,8 @@ else | |||
28549 | ac_cv_file___etc_default_login_=no | 30074 | ac_cv_file___etc_default_login_=no |
28550 | fi | 30075 | fi |
28551 | fi | 30076 | fi |
28552 | { echo "$as_me:$LINENO: result: $ac_cv_file___etc_default_login_" >&5 | 30077 | { $as_echo "$as_me:$LINENO: result: $ac_cv_file___etc_default_login_" >&5 |
28553 | echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6; } | 30078 | $as_echo "$ac_cv_file___etc_default_login_" >&6; } |
28554 | if test $ac_cv_file___etc_default_login_ = yes; then | 30079 | if test $ac_cv_file___etc_default_login_ = yes; then |
28555 | external_path_file=/etc/default/login | 30080 | external_path_file=/etc/default/login |
28556 | fi | 30081 | fi |
@@ -28576,18 +30101,18 @@ SERVER_PATH_MSG="(default)" | |||
28576 | if test "${with_default_path+set}" = set; then | 30101 | if test "${with_default_path+set}" = set; then |
28577 | withval=$with_default_path; | 30102 | withval=$with_default_path; |
28578 | if test "x$external_path_file" = "x/etc/login.conf" ; then | 30103 | if test "x$external_path_file" = "x/etc/login.conf" ; then |
28579 | { echo "$as_me:$LINENO: WARNING: | 30104 | { $as_echo "$as_me:$LINENO: WARNING: |
28580 | --with-default-path=PATH has no effect on this system. | 30105 | --with-default-path=PATH has no effect on this system. |
28581 | Edit /etc/login.conf instead." >&5 | 30106 | Edit /etc/login.conf instead." >&5 |
28582 | echo "$as_me: WARNING: | 30107 | $as_echo "$as_me: WARNING: |
28583 | --with-default-path=PATH has no effect on this system. | 30108 | --with-default-path=PATH has no effect on this system. |
28584 | Edit /etc/login.conf instead." >&2;} | 30109 | Edit /etc/login.conf instead." >&2;} |
28585 | elif test "x$withval" != "xno" ; then | 30110 | elif test "x$withval" != "xno" ; then |
28586 | if test ! -z "$external_path_file" ; then | 30111 | if test ! -z "$external_path_file" ; then |
28587 | { echo "$as_me:$LINENO: WARNING: | 30112 | { $as_echo "$as_me:$LINENO: WARNING: |
28588 | --with-default-path=PATH will only be used if PATH is not defined in | 30113 | --with-default-path=PATH will only be used if PATH is not defined in |
28589 | $external_path_file ." >&5 | 30114 | $external_path_file ." >&5 |
28590 | echo "$as_me: WARNING: | 30115 | $as_echo "$as_me: WARNING: |
28591 | --with-default-path=PATH will only be used if PATH is not defined in | 30116 | --with-default-path=PATH will only be used if PATH is not defined in |
28592 | $external_path_file ." >&2;} | 30117 | $external_path_file ." >&2;} |
28593 | fi | 30118 | fi |
@@ -28597,14 +30122,14 @@ $external_path_file ." >&2;} | |||
28597 | 30122 | ||
28598 | else | 30123 | else |
28599 | if test "x$external_path_file" = "x/etc/login.conf" ; then | 30124 | if test "x$external_path_file" = "x/etc/login.conf" ; then |
28600 | { echo "$as_me:$LINENO: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 | 30125 | { $as_echo "$as_me:$LINENO: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 |
28601 | echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} | 30126 | $as_echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} |
28602 | else | 30127 | else |
28603 | if test ! -z "$external_path_file" ; then | 30128 | if test ! -z "$external_path_file" ; then |
28604 | { echo "$as_me:$LINENO: WARNING: | 30129 | { $as_echo "$as_me:$LINENO: WARNING: |
28605 | If PATH is defined in $external_path_file, ensure the path to scp is included, | 30130 | If PATH is defined in $external_path_file, ensure the path to scp is included, |
28606 | otherwise scp will not work." >&5 | 30131 | otherwise scp will not work." >&5 |
28607 | echo "$as_me: WARNING: | 30132 | $as_echo "$as_me: WARNING: |
28608 | If PATH is defined in $external_path_file, ensure the path to scp is included, | 30133 | If PATH is defined in $external_path_file, ensure the path to scp is included, |
28609 | otherwise scp will not work." >&2;} | 30134 | otherwise scp will not work." >&2;} |
28610 | fi | 30135 | fi |
@@ -28658,29 +30183,32 @@ case "(($ac_try" in | |||
28658 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30183 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28659 | *) ac_try_echo=$ac_try;; | 30184 | *) ac_try_echo=$ac_try;; |
28660 | esac | 30185 | esac |
28661 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30186 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30187 | $as_echo "$ac_try_echo") >&5 | ||
28662 | (eval "$ac_link") 2>&5 | 30188 | (eval "$ac_link") 2>&5 |
28663 | ac_status=$? | 30189 | ac_status=$? |
28664 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30190 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28665 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 30191 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
28666 | { (case "(($ac_try" in | 30192 | { (case "(($ac_try" in |
28667 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30193 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28668 | *) ac_try_echo=$ac_try;; | 30194 | *) ac_try_echo=$ac_try;; |
28669 | esac | 30195 | esac |
28670 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30196 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30197 | $as_echo "$ac_try_echo") >&5 | ||
28671 | (eval "$ac_try") 2>&5 | 30198 | (eval "$ac_try") 2>&5 |
28672 | ac_status=$? | 30199 | ac_status=$? |
28673 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30200 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28674 | (exit $ac_status); }; }; then | 30201 | (exit $ac_status); }; }; then |
28675 | user_path=`cat conftest.stdpath` | 30202 | user_path=`cat conftest.stdpath` |
28676 | else | 30203 | else |
28677 | echo "$as_me: program exited with status $ac_status" >&5 | 30204 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
28678 | echo "$as_me: failed program was:" >&5 | 30205 | $as_echo "$as_me: failed program was:" >&5 |
28679 | sed 's/^/| /' conftest.$ac_ext >&5 | 30206 | sed 's/^/| /' conftest.$ac_ext >&5 |
28680 | 30207 | ||
28681 | ( exit $ac_status ) | 30208 | ( exit $ac_status ) |
28682 | user_path="/usr/bin:/bin:/usr/sbin:/sbin" | 30209 | user_path="/usr/bin:/bin:/usr/sbin:/sbin" |
28683 | fi | 30210 | fi |
30211 | rm -rf conftest.dSYM | ||
28684 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 30212 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
28685 | fi | 30213 | fi |
28686 | 30214 | ||
@@ -28698,8 +30226,8 @@ fi | |||
28698 | echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 | 30226 | echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 |
28699 | if test $? -ne 0 ; then | 30227 | if test $? -ne 0 ; then |
28700 | user_path=$user_path:$t_bindir | 30228 | user_path=$user_path:$t_bindir |
28701 | { echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5 | 30229 | { $as_echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5 |
28702 | echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6; } | 30230 | $as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; } |
28703 | fi | 30231 | fi |
28704 | fi | 30232 | fi |
28705 | fi | 30233 | fi |
@@ -28735,16 +30263,16 @@ fi | |||
28735 | 30263 | ||
28736 | 30264 | ||
28737 | 30265 | ||
28738 | { echo "$as_me:$LINENO: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 | 30266 | { $as_echo "$as_me:$LINENO: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 |
28739 | echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6; } | 30267 | $as_echo_n "checking if we need to convert IPv4 in IPv6-mapped addresses... " >&6; } |
28740 | IPV4_IN6_HACK_MSG="no" | 30268 | IPV4_IN6_HACK_MSG="no" |
28741 | 30269 | ||
28742 | # Check whether --with-4in6 was given. | 30270 | # Check whether --with-4in6 was given. |
28743 | if test "${with_4in6+set}" = set; then | 30271 | if test "${with_4in6+set}" = set; then |
28744 | withval=$with_4in6; | 30272 | withval=$with_4in6; |
28745 | if test "x$withval" != "xno" ; then | 30273 | if test "x$withval" != "xno" ; then |
28746 | { echo "$as_me:$LINENO: result: yes" >&5 | 30274 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
28747 | echo "${ECHO_T}yes" >&6; } | 30275 | $as_echo "yes" >&6; } |
28748 | 30276 | ||
28749 | cat >>confdefs.h <<\_ACEOF | 30277 | cat >>confdefs.h <<\_ACEOF |
28750 | #define IPV4_IN_IPV6 1 | 30278 | #define IPV4_IN_IPV6 1 |
@@ -28752,23 +30280,23 @@ _ACEOF | |||
28752 | 30280 | ||
28753 | IPV4_IN6_HACK_MSG="yes" | 30281 | IPV4_IN6_HACK_MSG="yes" |
28754 | else | 30282 | else |
28755 | { echo "$as_me:$LINENO: result: no" >&5 | 30283 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
28756 | echo "${ECHO_T}no" >&6; } | 30284 | $as_echo "no" >&6; } |
28757 | fi | 30285 | fi |
28758 | 30286 | ||
28759 | else | 30287 | else |
28760 | 30288 | ||
28761 | if test "x$inet6_default_4in6" = "xyes"; then | 30289 | if test "x$inet6_default_4in6" = "xyes"; then |
28762 | { echo "$as_me:$LINENO: result: yes (default)" >&5 | 30290 | { $as_echo "$as_me:$LINENO: result: yes (default)" >&5 |
28763 | echo "${ECHO_T}yes (default)" >&6; } | 30291 | $as_echo "yes (default)" >&6; } |
28764 | cat >>confdefs.h <<\_ACEOF | 30292 | cat >>confdefs.h <<\_ACEOF |
28765 | #define IPV4_IN_IPV6 1 | 30293 | #define IPV4_IN_IPV6 1 |
28766 | _ACEOF | 30294 | _ACEOF |
28767 | 30295 | ||
28768 | IPV4_IN6_HACK_MSG="yes" | 30296 | IPV4_IN6_HACK_MSG="yes" |
28769 | else | 30297 | else |
28770 | { echo "$as_me:$LINENO: result: no (default)" >&5 | 30298 | { $as_echo "$as_me:$LINENO: result: no (default)" >&5 |
28771 | echo "${ECHO_T}no (default)" >&6; } | 30299 | $as_echo "no (default)" >&6; } |
28772 | fi | 30300 | fi |
28773 | 30301 | ||
28774 | 30302 | ||
@@ -28812,8 +30340,8 @@ if test "${with_pid_dir+set}" = set; then | |||
28812 | test "x${withval}" != "xyes"; then | 30340 | test "x${withval}" != "xyes"; then |
28813 | piddir=$withval | 30341 | piddir=$withval |
28814 | if test ! -d $piddir ; then | 30342 | if test ! -d $piddir ; then |
28815 | { echo "$as_me:$LINENO: WARNING: ** no $piddir directory on this system **" >&5 | 30343 | { $as_echo "$as_me:$LINENO: WARNING: ** no $piddir directory on this system **" >&5 |
28816 | echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} | 30344 | $as_echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} |
28817 | fi | 30345 | fi |
28818 | fi | 30346 | fi |
28819 | 30347 | ||
@@ -28954,8 +30482,8 @@ fi | |||
28954 | 30482 | ||
28955 | 30483 | ||
28956 | 30484 | ||
28957 | { echo "$as_me:$LINENO: checking if your system defines LASTLOG_FILE" >&5 | 30485 | { $as_echo "$as_me:$LINENO: checking if your system defines LASTLOG_FILE" >&5 |
28958 | echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6; } | 30486 | $as_echo_n "checking if your system defines LASTLOG_FILE... " >&6; } |
28959 | cat >conftest.$ac_ext <<_ACEOF | 30487 | cat >conftest.$ac_ext <<_ACEOF |
28960 | /* confdefs.h. */ | 30488 | /* confdefs.h. */ |
28961 | _ACEOF | 30489 | _ACEOF |
@@ -28989,28 +30517,29 @@ case "(($ac_try" in | |||
28989 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30517 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28990 | *) ac_try_echo=$ac_try;; | 30518 | *) ac_try_echo=$ac_try;; |
28991 | esac | 30519 | esac |
28992 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30520 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30521 | $as_echo "$ac_try_echo") >&5 | ||
28993 | (eval "$ac_compile") 2>conftest.er1 | 30522 | (eval "$ac_compile") 2>conftest.er1 |
28994 | ac_status=$? | 30523 | ac_status=$? |
28995 | grep -v '^ *+' conftest.er1 >conftest.err | 30524 | grep -v '^ *+' conftest.er1 >conftest.err |
28996 | rm -f conftest.er1 | 30525 | rm -f conftest.er1 |
28997 | cat conftest.err >&5 | 30526 | cat conftest.err >&5 |
28998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30527 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28999 | (exit $ac_status); } && { | 30528 | (exit $ac_status); } && { |
29000 | test -z "$ac_c_werror_flag" || | 30529 | test -z "$ac_c_werror_flag" || |
29001 | test ! -s conftest.err | 30530 | test ! -s conftest.err |
29002 | } && test -s conftest.$ac_objext; then | 30531 | } && test -s conftest.$ac_objext; then |
29003 | { echo "$as_me:$LINENO: result: yes" >&5 | 30532 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
29004 | echo "${ECHO_T}yes" >&6; } | 30533 | $as_echo "yes" >&6; } |
29005 | else | 30534 | else |
29006 | echo "$as_me: failed program was:" >&5 | 30535 | $as_echo "$as_me: failed program was:" >&5 |
29007 | sed 's/^/| /' conftest.$ac_ext >&5 | 30536 | sed 's/^/| /' conftest.$ac_ext >&5 |
29008 | 30537 | ||
29009 | 30538 | ||
29010 | { echo "$as_me:$LINENO: result: no" >&5 | 30539 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
29011 | echo "${ECHO_T}no" >&6; } | 30540 | $as_echo "no" >&6; } |
29012 | { echo "$as_me:$LINENO: checking if your system defines _PATH_LASTLOG" >&5 | 30541 | { $as_echo "$as_me:$LINENO: checking if your system defines _PATH_LASTLOG" >&5 |
29013 | echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6; } | 30542 | $as_echo_n "checking if your system defines _PATH_LASTLOG... " >&6; } |
29014 | cat >conftest.$ac_ext <<_ACEOF | 30543 | cat >conftest.$ac_ext <<_ACEOF |
29015 | /* confdefs.h. */ | 30544 | /* confdefs.h. */ |
29016 | _ACEOF | 30545 | _ACEOF |
@@ -29041,26 +30570,27 @@ case "(($ac_try" in | |||
29041 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30570 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29042 | *) ac_try_echo=$ac_try;; | 30571 | *) ac_try_echo=$ac_try;; |
29043 | esac | 30572 | esac |
29044 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30573 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30574 | $as_echo "$ac_try_echo") >&5 | ||
29045 | (eval "$ac_compile") 2>conftest.er1 | 30575 | (eval "$ac_compile") 2>conftest.er1 |
29046 | ac_status=$? | 30576 | ac_status=$? |
29047 | grep -v '^ *+' conftest.er1 >conftest.err | 30577 | grep -v '^ *+' conftest.er1 >conftest.err |
29048 | rm -f conftest.er1 | 30578 | rm -f conftest.er1 |
29049 | cat conftest.err >&5 | 30579 | cat conftest.err >&5 |
29050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30580 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29051 | (exit $ac_status); } && { | 30581 | (exit $ac_status); } && { |
29052 | test -z "$ac_c_werror_flag" || | 30582 | test -z "$ac_c_werror_flag" || |
29053 | test ! -s conftest.err | 30583 | test ! -s conftest.err |
29054 | } && test -s conftest.$ac_objext; then | 30584 | } && test -s conftest.$ac_objext; then |
29055 | { echo "$as_me:$LINENO: result: yes" >&5 | 30585 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
29056 | echo "${ECHO_T}yes" >&6; } | 30586 | $as_echo "yes" >&6; } |
29057 | else | 30587 | else |
29058 | echo "$as_me: failed program was:" >&5 | 30588 | $as_echo "$as_me: failed program was:" >&5 |
29059 | sed 's/^/| /' conftest.$ac_ext >&5 | 30589 | sed 's/^/| /' conftest.$ac_ext >&5 |
29060 | 30590 | ||
29061 | 30591 | ||
29062 | { echo "$as_me:$LINENO: result: no" >&5 | 30592 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
29063 | echo "${ECHO_T}no" >&6; } | 30593 | $as_echo "no" >&6; } |
29064 | system_lastlog_path=no | 30594 | system_lastlog_path=no |
29065 | 30595 | ||
29066 | fi | 30596 | fi |
@@ -29080,8 +30610,8 @@ if test -z "$conf_lastlog_location"; then | |||
29080 | fi | 30610 | fi |
29081 | done | 30611 | done |
29082 | if test -z "$conf_lastlog_location"; then | 30612 | if test -z "$conf_lastlog_location"; then |
29083 | { echo "$as_me:$LINENO: WARNING: ** Cannot find lastlog **" >&5 | 30613 | { $as_echo "$as_me:$LINENO: WARNING: ** Cannot find lastlog **" >&5 |
29084 | echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} | 30614 | $as_echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} |
29085 | fi | 30615 | fi |
29086 | fi | 30616 | fi |
29087 | fi | 30617 | fi |
@@ -29094,8 +30624,8 @@ _ACEOF | |||
29094 | 30624 | ||
29095 | fi | 30625 | fi |
29096 | 30626 | ||
29097 | { echo "$as_me:$LINENO: checking if your system defines UTMP_FILE" >&5 | 30627 | { $as_echo "$as_me:$LINENO: checking if your system defines UTMP_FILE" >&5 |
29098 | echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6; } | 30628 | $as_echo_n "checking if your system defines UTMP_FILE... " >&6; } |
29099 | cat >conftest.$ac_ext <<_ACEOF | 30629 | cat >conftest.$ac_ext <<_ACEOF |
29100 | /* confdefs.h. */ | 30630 | /* confdefs.h. */ |
29101 | _ACEOF | 30631 | _ACEOF |
@@ -29123,25 +30653,26 @@ case "(($ac_try" in | |||
29123 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30653 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29124 | *) ac_try_echo=$ac_try;; | 30654 | *) ac_try_echo=$ac_try;; |
29125 | esac | 30655 | esac |
29126 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30656 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30657 | $as_echo "$ac_try_echo") >&5 | ||
29127 | (eval "$ac_compile") 2>conftest.er1 | 30658 | (eval "$ac_compile") 2>conftest.er1 |
29128 | ac_status=$? | 30659 | ac_status=$? |
29129 | grep -v '^ *+' conftest.er1 >conftest.err | 30660 | grep -v '^ *+' conftest.er1 >conftest.err |
29130 | rm -f conftest.er1 | 30661 | rm -f conftest.er1 |
29131 | cat conftest.err >&5 | 30662 | cat conftest.err >&5 |
29132 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30663 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29133 | (exit $ac_status); } && { | 30664 | (exit $ac_status); } && { |
29134 | test -z "$ac_c_werror_flag" || | 30665 | test -z "$ac_c_werror_flag" || |
29135 | test ! -s conftest.err | 30666 | test ! -s conftest.err |
29136 | } && test -s conftest.$ac_objext; then | 30667 | } && test -s conftest.$ac_objext; then |
29137 | { echo "$as_me:$LINENO: result: yes" >&5 | 30668 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
29138 | echo "${ECHO_T}yes" >&6; } | 30669 | $as_echo "yes" >&6; } |
29139 | else | 30670 | else |
29140 | echo "$as_me: failed program was:" >&5 | 30671 | $as_echo "$as_me: failed program was:" >&5 |
29141 | sed 's/^/| /' conftest.$ac_ext >&5 | 30672 | sed 's/^/| /' conftest.$ac_ext >&5 |
29142 | 30673 | ||
29143 | { echo "$as_me:$LINENO: result: no" >&5 | 30674 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
29144 | echo "${ECHO_T}no" >&6; } | 30675 | $as_echo "no" >&6; } |
29145 | system_utmp_path=no | 30676 | system_utmp_path=no |
29146 | 30677 | ||
29147 | fi | 30678 | fi |
@@ -29170,8 +30701,8 @@ _ACEOF | |||
29170 | 30701 | ||
29171 | fi | 30702 | fi |
29172 | 30703 | ||
29173 | { echo "$as_me:$LINENO: checking if your system defines WTMP_FILE" >&5 | 30704 | { $as_echo "$as_me:$LINENO: checking if your system defines WTMP_FILE" >&5 |
29174 | echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6; } | 30705 | $as_echo_n "checking if your system defines WTMP_FILE... " >&6; } |
29175 | cat >conftest.$ac_ext <<_ACEOF | 30706 | cat >conftest.$ac_ext <<_ACEOF |
29176 | /* confdefs.h. */ | 30707 | /* confdefs.h. */ |
29177 | _ACEOF | 30708 | _ACEOF |
@@ -29199,25 +30730,26 @@ case "(($ac_try" in | |||
29199 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30730 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29200 | *) ac_try_echo=$ac_try;; | 30731 | *) ac_try_echo=$ac_try;; |
29201 | esac | 30732 | esac |
29202 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30733 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30734 | $as_echo "$ac_try_echo") >&5 | ||
29203 | (eval "$ac_compile") 2>conftest.er1 | 30735 | (eval "$ac_compile") 2>conftest.er1 |
29204 | ac_status=$? | 30736 | ac_status=$? |
29205 | grep -v '^ *+' conftest.er1 >conftest.err | 30737 | grep -v '^ *+' conftest.er1 >conftest.err |
29206 | rm -f conftest.er1 | 30738 | rm -f conftest.er1 |
29207 | cat conftest.err >&5 | 30739 | cat conftest.err >&5 |
29208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30740 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29209 | (exit $ac_status); } && { | 30741 | (exit $ac_status); } && { |
29210 | test -z "$ac_c_werror_flag" || | 30742 | test -z "$ac_c_werror_flag" || |
29211 | test ! -s conftest.err | 30743 | test ! -s conftest.err |
29212 | } && test -s conftest.$ac_objext; then | 30744 | } && test -s conftest.$ac_objext; then |
29213 | { echo "$as_me:$LINENO: result: yes" >&5 | 30745 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
29214 | echo "${ECHO_T}yes" >&6; } | 30746 | $as_echo "yes" >&6; } |
29215 | else | 30747 | else |
29216 | echo "$as_me: failed program was:" >&5 | 30748 | $as_echo "$as_me: failed program was:" >&5 |
29217 | sed 's/^/| /' conftest.$ac_ext >&5 | 30749 | sed 's/^/| /' conftest.$ac_ext >&5 |
29218 | 30750 | ||
29219 | { echo "$as_me:$LINENO: result: no" >&5 | 30751 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
29220 | echo "${ECHO_T}no" >&6; } | 30752 | $as_echo "no" >&6; } |
29221 | system_wtmp_path=no | 30753 | system_wtmp_path=no |
29222 | 30754 | ||
29223 | fi | 30755 | fi |
@@ -29247,8 +30779,8 @@ _ACEOF | |||
29247 | fi | 30779 | fi |
29248 | 30780 | ||
29249 | 30781 | ||
29250 | { echo "$as_me:$LINENO: checking if your system defines UTMPX_FILE" >&5 | 30782 | { $as_echo "$as_me:$LINENO: checking if your system defines UTMPX_FILE" >&5 |
29251 | echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6; } | 30783 | $as_echo_n "checking if your system defines UTMPX_FILE... " >&6; } |
29252 | cat >conftest.$ac_ext <<_ACEOF | 30784 | cat >conftest.$ac_ext <<_ACEOF |
29253 | /* confdefs.h. */ | 30785 | /* confdefs.h. */ |
29254 | _ACEOF | 30786 | _ACEOF |
@@ -29279,25 +30811,26 @@ case "(($ac_try" in | |||
29279 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30811 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29280 | *) ac_try_echo=$ac_try;; | 30812 | *) ac_try_echo=$ac_try;; |
29281 | esac | 30813 | esac |
29282 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30814 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30815 | $as_echo "$ac_try_echo") >&5 | ||
29283 | (eval "$ac_compile") 2>conftest.er1 | 30816 | (eval "$ac_compile") 2>conftest.er1 |
29284 | ac_status=$? | 30817 | ac_status=$? |
29285 | grep -v '^ *+' conftest.er1 >conftest.err | 30818 | grep -v '^ *+' conftest.er1 >conftest.err |
29286 | rm -f conftest.er1 | 30819 | rm -f conftest.er1 |
29287 | cat conftest.err >&5 | 30820 | cat conftest.err >&5 |
29288 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30821 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29289 | (exit $ac_status); } && { | 30822 | (exit $ac_status); } && { |
29290 | test -z "$ac_c_werror_flag" || | 30823 | test -z "$ac_c_werror_flag" || |
29291 | test ! -s conftest.err | 30824 | test ! -s conftest.err |
29292 | } && test -s conftest.$ac_objext; then | 30825 | } && test -s conftest.$ac_objext; then |
29293 | { echo "$as_me:$LINENO: result: yes" >&5 | 30826 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
29294 | echo "${ECHO_T}yes" >&6; } | 30827 | $as_echo "yes" >&6; } |
29295 | else | 30828 | else |
29296 | echo "$as_me: failed program was:" >&5 | 30829 | $as_echo "$as_me: failed program was:" >&5 |
29297 | sed 's/^/| /' conftest.$ac_ext >&5 | 30830 | sed 's/^/| /' conftest.$ac_ext >&5 |
29298 | 30831 | ||
29299 | { echo "$as_me:$LINENO: result: no" >&5 | 30832 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
29300 | echo "${ECHO_T}no" >&6; } | 30833 | $as_echo "no" >&6; } |
29301 | system_utmpx_path=no | 30834 | system_utmpx_path=no |
29302 | 30835 | ||
29303 | fi | 30836 | fi |
@@ -29318,8 +30851,8 @@ _ACEOF | |||
29318 | 30851 | ||
29319 | fi | 30852 | fi |
29320 | 30853 | ||
29321 | { echo "$as_me:$LINENO: checking if your system defines WTMPX_FILE" >&5 | 30854 | { $as_echo "$as_me:$LINENO: checking if your system defines WTMPX_FILE" >&5 |
29322 | echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6; } | 30855 | $as_echo_n "checking if your system defines WTMPX_FILE... " >&6; } |
29323 | cat >conftest.$ac_ext <<_ACEOF | 30856 | cat >conftest.$ac_ext <<_ACEOF |
29324 | /* confdefs.h. */ | 30857 | /* confdefs.h. */ |
29325 | _ACEOF | 30858 | _ACEOF |
@@ -29350,25 +30883,26 @@ case "(($ac_try" in | |||
29350 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 30883 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29351 | *) ac_try_echo=$ac_try;; | 30884 | *) ac_try_echo=$ac_try;; |
29352 | esac | 30885 | esac |
29353 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | 30886 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
30887 | $as_echo "$ac_try_echo") >&5 | ||
29354 | (eval "$ac_compile") 2>conftest.er1 | 30888 | (eval "$ac_compile") 2>conftest.er1 |
29355 | ac_status=$? | 30889 | ac_status=$? |
29356 | grep -v '^ *+' conftest.er1 >conftest.err | 30890 | grep -v '^ *+' conftest.er1 >conftest.err |
29357 | rm -f conftest.er1 | 30891 | rm -f conftest.er1 |
29358 | cat conftest.err >&5 | 30892 | cat conftest.err >&5 |
29359 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 30893 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29360 | (exit $ac_status); } && { | 30894 | (exit $ac_status); } && { |
29361 | test -z "$ac_c_werror_flag" || | 30895 | test -z "$ac_c_werror_flag" || |
29362 | test ! -s conftest.err | 30896 | test ! -s conftest.err |
29363 | } && test -s conftest.$ac_objext; then | 30897 | } && test -s conftest.$ac_objext; then |
29364 | { echo "$as_me:$LINENO: result: yes" >&5 | 30898 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
29365 | echo "${ECHO_T}yes" >&6; } | 30899 | $as_echo "yes" >&6; } |
29366 | else | 30900 | else |
29367 | echo "$as_me: failed program was:" >&5 | 30901 | $as_echo "$as_me: failed program was:" >&5 |
29368 | sed 's/^/| /' conftest.$ac_ext >&5 | 30902 | sed 's/^/| /' conftest.$ac_ext >&5 |
29369 | 30903 | ||
29370 | { echo "$as_me:$LINENO: result: no" >&5 | 30904 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
29371 | echo "${ECHO_T}no" >&6; } | 30905 | $as_echo "no" >&6; } |
29372 | system_wtmpx_path=no | 30906 | system_wtmpx_path=no |
29373 | 30907 | ||
29374 | fi | 30908 | fi |
@@ -29392,8 +30926,8 @@ fi | |||
29392 | 30926 | ||
29393 | if test ! -z "$blibpath" ; then | 30927 | if test ! -z "$blibpath" ; then |
29394 | LDFLAGS="$LDFLAGS $blibflags$blibpath" | 30928 | LDFLAGS="$LDFLAGS $blibflags$blibpath" |
29395 | { echo "$as_me:$LINENO: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 | 30929 | { $as_echo "$as_me:$LINENO: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 |
29396 | echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} | 30930 | $as_echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} |
29397 | fi | 30931 | fi |
29398 | 30932 | ||
29399 | CFLAGS="$CFLAGS $werror_flags" | 30933 | CFLAGS="$CFLAGS $werror_flags" |
@@ -29437,11 +30971,12 @@ _ACEOF | |||
29437 | case $ac_val in #( | 30971 | case $ac_val in #( |
29438 | *${as_nl}*) | 30972 | *${as_nl}*) |
29439 | case $ac_var in #( | 30973 | case $ac_var in #( |
29440 | *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | 30974 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
29441 | echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | 30975 | $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
29442 | esac | 30976 | esac |
29443 | case $ac_var in #( | 30977 | case $ac_var in #( |
29444 | _ | IFS | as_nl) ;; #( | 30978 | _ | IFS | as_nl) ;; #( |
30979 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | ||
29445 | *) $as_unset $ac_var ;; | 30980 | *) $as_unset $ac_var ;; |
29446 | esac ;; | 30981 | esac ;; |
29447 | esac | 30982 | esac |
@@ -29474,12 +31009,12 @@ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | |||
29474 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 31009 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
29475 | if test -w "$cache_file"; then | 31010 | if test -w "$cache_file"; then |
29476 | test "x$cache_file" != "x/dev/null" && | 31011 | test "x$cache_file" != "x/dev/null" && |
29477 | { echo "$as_me:$LINENO: updating cache $cache_file" >&5 | 31012 | { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 |
29478 | echo "$as_me: updating cache $cache_file" >&6;} | 31013 | $as_echo "$as_me: updating cache $cache_file" >&6;} |
29479 | cat confcache >$cache_file | 31014 | cat confcache >$cache_file |
29480 | else | 31015 | else |
29481 | { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 | 31016 | { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
29482 | echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 31017 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
29483 | fi | 31018 | fi |
29484 | fi | 31019 | fi |
29485 | rm -f confcache | 31020 | rm -f confcache |
@@ -29495,7 +31030,7 @@ ac_ltlibobjs= | |||
29495 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 31030 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
29496 | # 1. Remove the extension, and $U if already installed. | 31031 | # 1. Remove the extension, and $U if already installed. |
29497 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 31032 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
29498 | ac_i=`echo "$ac_i" | sed "$ac_script"` | 31033 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
29499 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 31034 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
29500 | # will be set to the directory where LIBOBJS objects are built. | 31035 | # will be set to the directory where LIBOBJS objects are built. |
29501 | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" | 31036 | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
@@ -29507,12 +31042,14 @@ LTLIBOBJS=$ac_ltlibobjs | |||
29507 | 31042 | ||
29508 | 31043 | ||
29509 | 31044 | ||
31045 | |||
29510 | : ${CONFIG_STATUS=./config.status} | 31046 | : ${CONFIG_STATUS=./config.status} |
31047 | ac_write_fail=0 | ||
29511 | ac_clean_files_save=$ac_clean_files | 31048 | ac_clean_files_save=$ac_clean_files |
29512 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 31049 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
29513 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | 31050 | { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
29514 | echo "$as_me: creating $CONFIG_STATUS" >&6;} | 31051 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
29515 | cat >$CONFIG_STATUS <<_ACEOF | 31052 | cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
29516 | #! $SHELL | 31053 | #! $SHELL |
29517 | # Generated by $as_me. | 31054 | # Generated by $as_me. |
29518 | # Run this file to recreate the current configuration. | 31055 | # Run this file to recreate the current configuration. |
@@ -29525,7 +31062,7 @@ ac_cs_silent=false | |||
29525 | SHELL=\${CONFIG_SHELL-$SHELL} | 31062 | SHELL=\${CONFIG_SHELL-$SHELL} |
29526 | _ACEOF | 31063 | _ACEOF |
29527 | 31064 | ||
29528 | cat >>$CONFIG_STATUS <<\_ACEOF | 31065 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
29529 | ## --------------------- ## | 31066 | ## --------------------- ## |
29530 | ## M4sh Initialization. ## | 31067 | ## M4sh Initialization. ## |
29531 | ## --------------------- ## | 31068 | ## --------------------- ## |
@@ -29535,7 +31072,7 @@ DUALCASE=1; export DUALCASE # for MKS sh | |||
29535 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 31072 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
29536 | emulate sh | 31073 | emulate sh |
29537 | NULLCMD=: | 31074 | NULLCMD=: |
29538 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | 31075 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
29539 | # is contrary to our usage. Disable this feature. | 31076 | # is contrary to our usage. Disable this feature. |
29540 | alias -g '${1+"$@"}'='"$@"' | 31077 | alias -g '${1+"$@"}'='"$@"' |
29541 | setopt NO_GLOB_SUBST | 31078 | setopt NO_GLOB_SUBST |
@@ -29557,17 +31094,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |||
29557 | as_cr_digits='0123456789' | 31094 | as_cr_digits='0123456789' |
29558 | as_cr_alnum=$as_cr_Letters$as_cr_digits | 31095 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
29559 | 31096 | ||
29560 | # The user is always right. | 31097 | as_nl=' |
29561 | if test "${PATH_SEPARATOR+set}" != set; then | 31098 | ' |
29562 | echo "#! /bin/sh" >conf$$.sh | 31099 | export as_nl |
29563 | echo "exit 0" >>conf$$.sh | 31100 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
29564 | chmod +x conf$$.sh | 31101 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
29565 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | 31102 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
29566 | PATH_SEPARATOR=';' | 31103 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
31104 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
31105 | as_echo='printf %s\n' | ||
31106 | as_echo_n='printf %s' | ||
31107 | else | ||
31108 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | ||
31109 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | ||
31110 | as_echo_n='/usr/ucb/echo -n' | ||
29567 | else | 31111 | else |
29568 | PATH_SEPARATOR=: | 31112 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
31113 | as_echo_n_body='eval | ||
31114 | arg=$1; | ||
31115 | case $arg in | ||
31116 | *"$as_nl"*) | ||
31117 | expr "X$arg" : "X\\(.*\\)$as_nl"; | ||
31118 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | ||
31119 | esac; | ||
31120 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | ||
31121 | ' | ||
31122 | export as_echo_n_body | ||
31123 | as_echo_n='sh -c $as_echo_n_body as_echo' | ||
29569 | fi | 31124 | fi |
29570 | rm -f conf$$.sh | 31125 | export as_echo_body |
31126 | as_echo='sh -c $as_echo_body as_echo' | ||
31127 | fi | ||
31128 | |||
31129 | # The user is always right. | ||
31130 | if test "${PATH_SEPARATOR+set}" != set; then | ||
31131 | PATH_SEPARATOR=: | ||
31132 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | ||
31133 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | ||
31134 | PATH_SEPARATOR=';' | ||
31135 | } | ||
29571 | fi | 31136 | fi |
29572 | 31137 | ||
29573 | # Support unset when possible. | 31138 | # Support unset when possible. |
@@ -29583,8 +31148,6 @@ fi | |||
29583 | # there to prevent editors from complaining about space-tab. | 31148 | # there to prevent editors from complaining about space-tab. |
29584 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 31149 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
29585 | # splitting by setting IFS to empty value.) | 31150 | # splitting by setting IFS to empty value.) |
29586 | as_nl=' | ||
29587 | ' | ||
29588 | IFS=" "" $as_nl" | 31151 | IFS=" "" $as_nl" |
29589 | 31152 | ||
29590 | # Find who we are. Look in the path if we contain no directory separator. | 31153 | # Find who we are. Look in the path if we contain no directory separator. |
@@ -29607,7 +31170,7 @@ if test "x$as_myself" = x; then | |||
29607 | as_myself=$0 | 31170 | as_myself=$0 |
29608 | fi | 31171 | fi |
29609 | if test ! -f "$as_myself"; then | 31172 | if test ! -f "$as_myself"; then |
29610 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | 31173 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
29611 | { (exit 1); exit 1; } | 31174 | { (exit 1); exit 1; } |
29612 | fi | 31175 | fi |
29613 | 31176 | ||
@@ -29620,17 +31183,10 @@ PS2='> ' | |||
29620 | PS4='+ ' | 31183 | PS4='+ ' |
29621 | 31184 | ||
29622 | # NLS nuisances. | 31185 | # NLS nuisances. |
29623 | for as_var in \ | 31186 | LC_ALL=C |
29624 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | 31187 | export LC_ALL |
29625 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | 31188 | LANGUAGE=C |
29626 | LC_TELEPHONE LC_TIME | 31189 | export LANGUAGE |
29627 | do | ||
29628 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | ||
29629 | eval $as_var=C; export $as_var | ||
29630 | else | ||
29631 | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | ||
29632 | fi | ||
29633 | done | ||
29634 | 31190 | ||
29635 | # Required to use basename. | 31191 | # Required to use basename. |
29636 | if expr a : '\(a\)' >/dev/null 2>&1 && | 31192 | if expr a : '\(a\)' >/dev/null 2>&1 && |
@@ -29652,7 +31208,7 @@ as_me=`$as_basename -- "$0" || | |||
29652 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | 31208 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
29653 | X"$0" : 'X\(//\)$' \| \ | 31209 | X"$0" : 'X\(//\)$' \| \ |
29654 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | 31210 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
29655 | echo X/"$0" | | 31211 | $as_echo X/"$0" | |
29656 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | 31212 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
29657 | s//\1/ | 31213 | s//\1/ |
29658 | q | 31214 | q |
@@ -29703,7 +31259,7 @@ $as_unset CDPATH | |||
29703 | s/-\n.*// | 31259 | s/-\n.*// |
29704 | ' >$as_me.lineno && | 31260 | ' >$as_me.lineno && |
29705 | chmod +x "$as_me.lineno" || | 31261 | chmod +x "$as_me.lineno" || |
29706 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | 31262 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
29707 | { (exit 1); exit 1; }; } | 31263 | { (exit 1); exit 1; }; } |
29708 | 31264 | ||
29709 | # Don't try to exec as it changes $[0], causing all sort of problems | 31265 | # Don't try to exec as it changes $[0], causing all sort of problems |
@@ -29731,7 +31287,6 @@ case `echo -n x` in | |||
29731 | *) | 31287 | *) |
29732 | ECHO_N='-n';; | 31288 | ECHO_N='-n';; |
29733 | esac | 31289 | esac |
29734 | |||
29735 | if expr a : '\(a\)' >/dev/null 2>&1 && | 31290 | if expr a : '\(a\)' >/dev/null 2>&1 && |
29736 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | 31291 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
29737 | as_expr=expr | 31292 | as_expr=expr |
@@ -29744,19 +31299,22 @@ if test -d conf$$.dir; then | |||
29744 | rm -f conf$$.dir/conf$$.file | 31299 | rm -f conf$$.dir/conf$$.file |
29745 | else | 31300 | else |
29746 | rm -f conf$$.dir | 31301 | rm -f conf$$.dir |
29747 | mkdir conf$$.dir | 31302 | mkdir conf$$.dir 2>/dev/null |
29748 | fi | 31303 | fi |
29749 | echo >conf$$.file | 31304 | if (echo >conf$$.file) 2>/dev/null; then |
29750 | if ln -s conf$$.file conf$$ 2>/dev/null; then | 31305 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
29751 | as_ln_s='ln -s' | 31306 | as_ln_s='ln -s' |
29752 | # ... but there are two gotchas: | 31307 | # ... but there are two gotchas: |
29753 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 31308 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
29754 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 31309 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
29755 | # In both cases, we have to default to `cp -p'. | 31310 | # In both cases, we have to default to `cp -p'. |
29756 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 31311 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
31312 | as_ln_s='cp -p' | ||
31313 | elif ln conf$$.file conf$$ 2>/dev/null; then | ||
31314 | as_ln_s=ln | ||
31315 | else | ||
29757 | as_ln_s='cp -p' | 31316 | as_ln_s='cp -p' |
29758 | elif ln conf$$.file conf$$ 2>/dev/null; then | 31317 | fi |
29759 | as_ln_s=ln | ||
29760 | else | 31318 | else |
29761 | as_ln_s='cp -p' | 31319 | as_ln_s='cp -p' |
29762 | fi | 31320 | fi |
@@ -29781,10 +31339,10 @@ else | |||
29781 | as_test_x=' | 31339 | as_test_x=' |
29782 | eval sh -c '\'' | 31340 | eval sh -c '\'' |
29783 | if test -d "$1"; then | 31341 | if test -d "$1"; then |
29784 | test -d "$1/."; | 31342 | test -d "$1/."; |
29785 | else | 31343 | else |
29786 | case $1 in | 31344 | case $1 in |
29787 | -*)set "./$1";; | 31345 | -*)set "./$1";; |
29788 | esac; | 31346 | esac; |
29789 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | 31347 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
29790 | ???[sx]*):;;*)false;;esac;fi | 31348 | ???[sx]*):;;*)false;;esac;fi |
@@ -29807,7 +31365,7 @@ exec 6>&1 | |||
29807 | # values after options handling. | 31365 | # values after options handling. |
29808 | ac_log=" | 31366 | ac_log=" |
29809 | This file was extended by OpenSSH $as_me Portable, which was | 31367 | This file was extended by OpenSSH $as_me Portable, which was |
29810 | generated by GNU Autoconf 2.61. Invocation command line was | 31368 | generated by GNU Autoconf 2.62. Invocation command line was |
29811 | 31369 | ||
29812 | CONFIG_FILES = $CONFIG_FILES | 31370 | CONFIG_FILES = $CONFIG_FILES |
29813 | CONFIG_HEADERS = $CONFIG_HEADERS | 31371 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -29820,14 +31378,14 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` | |||
29820 | 31378 | ||
29821 | _ACEOF | 31379 | _ACEOF |
29822 | 31380 | ||
29823 | cat >>$CONFIG_STATUS <<_ACEOF | 31381 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
29824 | # Files that config.status was made for. | 31382 | # Files that config.status was made for. |
29825 | config_files="$ac_config_files" | 31383 | config_files="$ac_config_files" |
29826 | config_headers="$ac_config_headers" | 31384 | config_headers="$ac_config_headers" |
29827 | 31385 | ||
29828 | _ACEOF | 31386 | _ACEOF |
29829 | 31387 | ||
29830 | cat >>$CONFIG_STATUS <<\_ACEOF | 31388 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
29831 | ac_cs_usage="\ | 31389 | ac_cs_usage="\ |
29832 | \`$as_me' instantiates files from templates according to the | 31390 | \`$as_me' instantiates files from templates according to the |
29833 | current configuration. | 31391 | current configuration. |
@@ -29840,9 +31398,9 @@ Usage: $0 [OPTIONS] [FILE]... | |||
29840 | -d, --debug don't remove temporary files | 31398 | -d, --debug don't remove temporary files |
29841 | --recheck update $as_me by reconfiguring in the same conditions | 31399 | --recheck update $as_me by reconfiguring in the same conditions |
29842 | --file=FILE[:TEMPLATE] | 31400 | --file=FILE[:TEMPLATE] |
29843 | instantiate the configuration file FILE | 31401 | instantiate the configuration file FILE |
29844 | --header=FILE[:TEMPLATE] | 31402 | --header=FILE[:TEMPLATE] |
29845 | instantiate the configuration header FILE | 31403 | instantiate the configuration header FILE |
29846 | 31404 | ||
29847 | Configuration files: | 31405 | Configuration files: |
29848 | $config_files | 31406 | $config_files |
@@ -29853,24 +31411,25 @@ $config_headers | |||
29853 | Report bugs to <bug-autoconf@gnu.org>." | 31411 | Report bugs to <bug-autoconf@gnu.org>." |
29854 | 31412 | ||
29855 | _ACEOF | 31413 | _ACEOF |
29856 | cat >>$CONFIG_STATUS <<_ACEOF | 31414 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
29857 | ac_cs_version="\\ | 31415 | ac_cs_version="\\ |
29858 | OpenSSH config.status Portable | 31416 | OpenSSH config.status Portable |
29859 | configured by $0, generated by GNU Autoconf 2.61, | 31417 | configured by $0, generated by GNU Autoconf 2.62, |
29860 | with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | 31418 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
29861 | 31419 | ||
29862 | Copyright (C) 2006 Free Software Foundation, Inc. | 31420 | Copyright (C) 2008 Free Software Foundation, Inc. |
29863 | This config.status script is free software; the Free Software Foundation | 31421 | This config.status script is free software; the Free Software Foundation |
29864 | gives unlimited permission to copy, distribute and modify it." | 31422 | gives unlimited permission to copy, distribute and modify it." |
29865 | 31423 | ||
29866 | ac_pwd='$ac_pwd' | 31424 | ac_pwd='$ac_pwd' |
29867 | srcdir='$srcdir' | 31425 | srcdir='$srcdir' |
29868 | INSTALL='$INSTALL' | 31426 | INSTALL='$INSTALL' |
31427 | AWK='$AWK' | ||
31428 | test -n "\$AWK" || AWK=awk | ||
29869 | _ACEOF | 31429 | _ACEOF |
29870 | 31430 | ||
29871 | cat >>$CONFIG_STATUS <<\_ACEOF | 31431 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
29872 | # If no file are specified by the user, then we need to provide default | 31432 | # The default lists apply if the user does not specify any file. |
29873 | # value. By we need to know if files were specified by the user. | ||
29874 | ac_need_defaults=: | 31433 | ac_need_defaults=: |
29875 | while test $# != 0 | 31434 | while test $# != 0 |
29876 | do | 31435 | do |
@@ -29892,30 +31451,36 @@ do | |||
29892 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | 31451 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
29893 | ac_cs_recheck=: ;; | 31452 | ac_cs_recheck=: ;; |
29894 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | 31453 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
29895 | echo "$ac_cs_version"; exit ;; | 31454 | $as_echo "$ac_cs_version"; exit ;; |
29896 | --debug | --debu | --deb | --de | --d | -d ) | 31455 | --debug | --debu | --deb | --de | --d | -d ) |
29897 | debug=: ;; | 31456 | debug=: ;; |
29898 | --file | --fil | --fi | --f ) | 31457 | --file | --fil | --fi | --f ) |
29899 | $ac_shift | 31458 | $ac_shift |
29900 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" | 31459 | case $ac_optarg in |
31460 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
31461 | esac | ||
31462 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" | ||
29901 | ac_need_defaults=false;; | 31463 | ac_need_defaults=false;; |
29902 | --header | --heade | --head | --hea ) | 31464 | --header | --heade | --head | --hea ) |
29903 | $ac_shift | 31465 | $ac_shift |
29904 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | 31466 | case $ac_optarg in |
31467 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
31468 | esac | ||
31469 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" | ||
29905 | ac_need_defaults=false;; | 31470 | ac_need_defaults=false;; |
29906 | --he | --h) | 31471 | --he | --h) |
29907 | # Conflict between --help and --header | 31472 | # Conflict between --help and --header |
29908 | { echo "$as_me: error: ambiguous option: $1 | 31473 | { $as_echo "$as_me: error: ambiguous option: $1 |
29909 | Try \`$0 --help' for more information." >&2 | 31474 | Try \`$0 --help' for more information." >&2 |
29910 | { (exit 1); exit 1; }; };; | 31475 | { (exit 1); exit 1; }; };; |
29911 | --help | --hel | -h ) | 31476 | --help | --hel | -h ) |
29912 | echo "$ac_cs_usage"; exit ;; | 31477 | $as_echo "$ac_cs_usage"; exit ;; |
29913 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 31478 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
29914 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | 31479 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
29915 | ac_cs_silent=: ;; | 31480 | ac_cs_silent=: ;; |
29916 | 31481 | ||
29917 | # This is an error. | 31482 | # This is an error. |
29918 | -*) { echo "$as_me: error: unrecognized option: $1 | 31483 | -*) { $as_echo "$as_me: error: unrecognized option: $1 |
29919 | Try \`$0 --help' for more information." >&2 | 31484 | Try \`$0 --help' for more information." >&2 |
29920 | { (exit 1); exit 1; }; } ;; | 31485 | { (exit 1); exit 1; }; } ;; |
29921 | 31486 | ||
@@ -29934,30 +31499,32 @@ if $ac_cs_silent; then | |||
29934 | fi | 31499 | fi |
29935 | 31500 | ||
29936 | _ACEOF | 31501 | _ACEOF |
29937 | cat >>$CONFIG_STATUS <<_ACEOF | 31502 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
29938 | if \$ac_cs_recheck; then | 31503 | if \$ac_cs_recheck; then |
29939 | echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | 31504 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
29940 | CONFIG_SHELL=$SHELL | 31505 | shift |
31506 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | ||
31507 | CONFIG_SHELL='$SHELL' | ||
29941 | export CONFIG_SHELL | 31508 | export CONFIG_SHELL |
29942 | exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | 31509 | exec "\$@" |
29943 | fi | 31510 | fi |
29944 | 31511 | ||
29945 | _ACEOF | 31512 | _ACEOF |
29946 | cat >>$CONFIG_STATUS <<\_ACEOF | 31513 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
29947 | exec 5>>config.log | 31514 | exec 5>>config.log |
29948 | { | 31515 | { |
29949 | echo | 31516 | echo |
29950 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | 31517 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
29951 | ## Running $as_me. ## | 31518 | ## Running $as_me. ## |
29952 | _ASBOX | 31519 | _ASBOX |
29953 | echo "$ac_log" | 31520 | $as_echo "$ac_log" |
29954 | } >&5 | 31521 | } >&5 |
29955 | 31522 | ||
29956 | _ACEOF | 31523 | _ACEOF |
29957 | cat >>$CONFIG_STATUS <<_ACEOF | 31524 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
29958 | _ACEOF | 31525 | _ACEOF |
29959 | 31526 | ||
29960 | cat >>$CONFIG_STATUS <<\_ACEOF | 31527 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
29961 | 31528 | ||
29962 | # Handling of arguments. | 31529 | # Handling of arguments. |
29963 | for ac_config_target in $ac_config_targets | 31530 | for ac_config_target in $ac_config_targets |
@@ -29974,8 +31541,8 @@ do | |||
29974 | "ssh_prng_cmds") CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; | 31541 | "ssh_prng_cmds") CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; |
29975 | "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;; | 31542 | "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;; |
29976 | 31543 | ||
29977 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 | 31544 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
29978 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | 31545 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
29979 | { (exit 1); exit 1; }; };; | 31546 | { (exit 1); exit 1; }; };; |
29980 | esac | 31547 | esac |
29981 | done | 31548 | done |
@@ -30015,216 +31582,143 @@ $debug || | |||
30015 | (umask 077 && mkdir "$tmp") | 31582 | (umask 077 && mkdir "$tmp") |
30016 | } || | 31583 | } || |
30017 | { | 31584 | { |
30018 | echo "$me: cannot create a temporary directory in ." >&2 | 31585 | $as_echo "$as_me: cannot create a temporary directory in ." >&2 |
30019 | { (exit 1); exit 1; } | 31586 | { (exit 1); exit 1; } |
30020 | } | 31587 | } |
30021 | 31588 | ||
30022 | # | 31589 | # Set up the scripts for CONFIG_FILES section. |
30023 | # Set up the sed scripts for CONFIG_FILES section. | 31590 | # No need to generate them if there are no CONFIG_FILES. |
30024 | # | 31591 | # This happens for instance with `./config.status config.h'. |
30025 | |||
30026 | # No need to generate the scripts if there are no CONFIG_FILES. | ||
30027 | # This happens for instance when ./config.status config.h | ||
30028 | if test -n "$CONFIG_FILES"; then | 31592 | if test -n "$CONFIG_FILES"; then |
30029 | 31593 | ||
30030 | _ACEOF | ||
30031 | |||
30032 | |||
30033 | |||
30034 | ac_delim='%!_!# ' | ||
30035 | for ac_last_try in false false false false false :; do | ||
30036 | cat >conf$$subs.sed <<_ACEOF | ||
30037 | SHELL!$SHELL$ac_delim | ||
30038 | PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim | ||
30039 | PACKAGE_NAME!$PACKAGE_NAME$ac_delim | ||
30040 | PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim | ||
30041 | PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim | ||
30042 | PACKAGE_STRING!$PACKAGE_STRING$ac_delim | ||
30043 | PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim | ||
30044 | exec_prefix!$exec_prefix$ac_delim | ||
30045 | prefix!$prefix$ac_delim | ||
30046 | program_transform_name!$program_transform_name$ac_delim | ||
30047 | bindir!$bindir$ac_delim | ||
30048 | sbindir!$sbindir$ac_delim | ||
30049 | libexecdir!$libexecdir$ac_delim | ||
30050 | datarootdir!$datarootdir$ac_delim | ||
30051 | datadir!$datadir$ac_delim | ||
30052 | sysconfdir!$sysconfdir$ac_delim | ||
30053 | sharedstatedir!$sharedstatedir$ac_delim | ||
30054 | localstatedir!$localstatedir$ac_delim | ||
30055 | includedir!$includedir$ac_delim | ||
30056 | oldincludedir!$oldincludedir$ac_delim | ||
30057 | docdir!$docdir$ac_delim | ||
30058 | infodir!$infodir$ac_delim | ||
30059 | htmldir!$htmldir$ac_delim | ||
30060 | dvidir!$dvidir$ac_delim | ||
30061 | pdfdir!$pdfdir$ac_delim | ||
30062 | psdir!$psdir$ac_delim | ||
30063 | libdir!$libdir$ac_delim | ||
30064 | localedir!$localedir$ac_delim | ||
30065 | mandir!$mandir$ac_delim | ||
30066 | DEFS!$DEFS$ac_delim | ||
30067 | ECHO_C!$ECHO_C$ac_delim | ||
30068 | ECHO_N!$ECHO_N$ac_delim | ||
30069 | ECHO_T!$ECHO_T$ac_delim | ||
30070 | LIBS!$LIBS$ac_delim | ||
30071 | build_alias!$build_alias$ac_delim | ||
30072 | host_alias!$host_alias$ac_delim | ||
30073 | target_alias!$target_alias$ac_delim | ||
30074 | CC!$CC$ac_delim | ||
30075 | CFLAGS!$CFLAGS$ac_delim | ||
30076 | LDFLAGS!$LDFLAGS$ac_delim | ||
30077 | CPPFLAGS!$CPPFLAGS$ac_delim | ||
30078 | ac_ct_CC!$ac_ct_CC$ac_delim | ||
30079 | EXEEXT!$EXEEXT$ac_delim | ||
30080 | OBJEXT!$OBJEXT$ac_delim | ||
30081 | build!$build$ac_delim | ||
30082 | build_cpu!$build_cpu$ac_delim | ||
30083 | build_vendor!$build_vendor$ac_delim | ||
30084 | build_os!$build_os$ac_delim | ||
30085 | host!$host$ac_delim | ||
30086 | host_cpu!$host_cpu$ac_delim | ||
30087 | host_vendor!$host_vendor$ac_delim | ||
30088 | host_os!$host_os$ac_delim | ||
30089 | CPP!$CPP$ac_delim | ||
30090 | GREP!$GREP$ac_delim | ||
30091 | EGREP!$EGREP$ac_delim | ||
30092 | AWK!$AWK$ac_delim | ||
30093 | RANLIB!$RANLIB$ac_delim | ||
30094 | INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim | ||
30095 | INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim | ||
30096 | INSTALL_DATA!$INSTALL_DATA$ac_delim | ||
30097 | AR!$AR$ac_delim | ||
30098 | CAT!$CAT$ac_delim | ||
30099 | KILL!$KILL$ac_delim | ||
30100 | PERL!$PERL$ac_delim | ||
30101 | SED!$SED$ac_delim | ||
30102 | ENT!$ENT$ac_delim | ||
30103 | TEST_MINUS_S_SH!$TEST_MINUS_S_SH$ac_delim | ||
30104 | SH!$SH$ac_delim | ||
30105 | TEST_SHELL!$TEST_SHELL$ac_delim | ||
30106 | PATH_GROUPADD_PROG!$PATH_GROUPADD_PROG$ac_delim | ||
30107 | PATH_USERADD_PROG!$PATH_USERADD_PROG$ac_delim | ||
30108 | MAKE_PACKAGE_SUPPORTED!$MAKE_PACKAGE_SUPPORTED$ac_delim | ||
30109 | STARTUP_SCRIPT_SHELL!$STARTUP_SCRIPT_SHELL$ac_delim | ||
30110 | LOGIN_PROGRAM_FALLBACK!$LOGIN_PROGRAM_FALLBACK$ac_delim | ||
30111 | PATH_PASSWD_PROG!$PATH_PASSWD_PROG$ac_delim | ||
30112 | LD!$LD$ac_delim | ||
30113 | SSHDLIBS!$SSHDLIBS$ac_delim | ||
30114 | LIBEDIT!$LIBEDIT$ac_delim | ||
30115 | INSTALL_SSH_RAND_HELPER!$INSTALL_SSH_RAND_HELPER$ac_delim | ||
30116 | SSH_PRIVSEP_USER!$SSH_PRIVSEP_USER$ac_delim | ||
30117 | PROG_LS!$PROG_LS$ac_delim | ||
30118 | PROG_NETSTAT!$PROG_NETSTAT$ac_delim | ||
30119 | PROG_ARP!$PROG_ARP$ac_delim | ||
30120 | PROG_IFCONFIG!$PROG_IFCONFIG$ac_delim | ||
30121 | PROG_JSTAT!$PROG_JSTAT$ac_delim | ||
30122 | PROG_PS!$PROG_PS$ac_delim | ||
30123 | PROG_SAR!$PROG_SAR$ac_delim | ||
30124 | PROG_W!$PROG_W$ac_delim | ||
30125 | PROG_WHO!$PROG_WHO$ac_delim | ||
30126 | PROG_LAST!$PROG_LAST$ac_delim | ||
30127 | PROG_LASTLOG!$PROG_LASTLOG$ac_delim | ||
30128 | PROG_DF!$PROG_DF$ac_delim | ||
30129 | PROG_VMSTAT!$PROG_VMSTAT$ac_delim | ||
30130 | PROG_UPTIME!$PROG_UPTIME$ac_delim | ||
30131 | PROG_IPCS!$PROG_IPCS$ac_delim | ||
30132 | PROG_TAIL!$PROG_TAIL$ac_delim | ||
30133 | INSTALL_SSH_PRNG_CMDS!$INSTALL_SSH_PRNG_CMDS$ac_delim | ||
30134 | _ACEOF | ||
30135 | |||
30136 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then | ||
30137 | break | ||
30138 | elif $ac_last_try; then | ||
30139 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | ||
30140 | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | ||
30141 | { (exit 1); exit 1; }; } | ||
30142 | else | ||
30143 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ||
30144 | fi | ||
30145 | done | ||
30146 | 31594 | ||
30147 | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` | 31595 | ac_cr=' ' |
30148 | if test -n "$ac_eof"; then | 31596 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
30149 | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` | 31597 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
30150 | ac_eof=`expr $ac_eof + 1` | 31598 | ac_cs_awk_cr='\\r' |
31599 | else | ||
31600 | ac_cs_awk_cr=$ac_cr | ||
30151 | fi | 31601 | fi |
30152 | 31602 | ||
30153 | cat >>$CONFIG_STATUS <<_ACEOF | 31603 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
30154 | cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof | ||
30155 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | ||
30156 | _ACEOF | ||
30157 | sed ' | ||
30158 | s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g | ||
30159 | s/^/s,@/; s/!/@,|#_!!_#|/ | ||
30160 | :n | ||
30161 | t n | ||
30162 | s/'"$ac_delim"'$/,g/; t | ||
30163 | s/$/\\/; p | ||
30164 | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | ||
30165 | ' >>$CONFIG_STATUS <conf$$subs.sed | ||
30166 | rm -f conf$$subs.sed | ||
30167 | cat >>$CONFIG_STATUS <<_ACEOF | ||
30168 | CEOF$ac_eof | ||
30169 | _ACEOF | 31604 | _ACEOF |
30170 | 31605 | ||
30171 | 31606 | ||
31607 | { | ||
31608 | echo "cat >conf$$subs.awk <<_ACEOF" && | ||
31609 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | ||
31610 | echo "_ACEOF" | ||
31611 | } >conf$$subs.sh || | ||
31612 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | ||
31613 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | ||
31614 | { (exit 1); exit 1; }; } | ||
31615 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | ||
30172 | ac_delim='%!_!# ' | 31616 | ac_delim='%!_!# ' |
30173 | for ac_last_try in false false false false false :; do | 31617 | for ac_last_try in false false false false false :; do |
30174 | cat >conf$$subs.sed <<_ACEOF | 31618 | . ./conf$$subs.sh || |
30175 | OPENSC_CONFIG!$OPENSC_CONFIG$ac_delim | 31619 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
30176 | PRIVSEP_PATH!$PRIVSEP_PATH$ac_delim | 31620 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
30177 | xauth_path!$xauth_path$ac_delim | 31621 | { (exit 1); exit 1; }; } |
30178 | STRIP_OPT!$STRIP_OPT$ac_delim | 31622 | |
30179 | XAUTH_PATH!$XAUTH_PATH$ac_delim | 31623 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then |
30180 | NROFF!$NROFF$ac_delim | ||
30181 | MANTYPE!$MANTYPE$ac_delim | ||
30182 | mansubdir!$mansubdir$ac_delim | ||
30183 | user_path!$user_path$ac_delim | ||
30184 | piddir!$piddir$ac_delim | ||
30185 | TEST_SSH_IPV6!$TEST_SSH_IPV6$ac_delim | ||
30186 | LIBOBJS!$LIBOBJS$ac_delim | ||
30187 | LTLIBOBJS!$LTLIBOBJS$ac_delim | ||
30188 | _ACEOF | ||
30189 | |||
30190 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 13; then | ||
30191 | break | 31624 | break |
30192 | elif $ac_last_try; then | 31625 | elif $ac_last_try; then |
30193 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | 31626 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
30194 | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | 31627 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
30195 | { (exit 1); exit 1; }; } | 31628 | { (exit 1); exit 1; }; } |
30196 | else | 31629 | else |
30197 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 31630 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
30198 | fi | 31631 | fi |
30199 | done | 31632 | done |
31633 | rm -f conf$$subs.sh | ||
31634 | |||
31635 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
31636 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | ||
31637 | _ACEOF | ||
31638 | sed -n ' | ||
31639 | h | ||
31640 | s/^/S["/; s/!.*/"]=/ | ||
31641 | p | ||
31642 | g | ||
31643 | s/^[^!]*!// | ||
31644 | :repl | ||
31645 | t repl | ||
31646 | s/'"$ac_delim"'$// | ||
31647 | t delim | ||
31648 | :nl | ||
31649 | h | ||
31650 | s/\(.\{148\}\).*/\1/ | ||
31651 | t more1 | ||
31652 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | ||
31653 | p | ||
31654 | n | ||
31655 | b repl | ||
31656 | :more1 | ||
31657 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | ||
31658 | p | ||
31659 | g | ||
31660 | s/.\{148\}// | ||
31661 | t nl | ||
31662 | :delim | ||
31663 | h | ||
31664 | s/\(.\{148\}\).*/\1/ | ||
31665 | t more2 | ||
31666 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | ||
31667 | p | ||
31668 | b | ||
31669 | :more2 | ||
31670 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | ||
31671 | p | ||
31672 | g | ||
31673 | s/.\{148\}// | ||
31674 | t delim | ||
31675 | ' <conf$$subs.awk | sed ' | ||
31676 | /^[^""]/{ | ||
31677 | N | ||
31678 | s/\n// | ||
31679 | } | ||
31680 | ' >>$CONFIG_STATUS || ac_write_fail=1 | ||
31681 | rm -f conf$$subs.awk | ||
31682 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
31683 | _ACAWK | ||
31684 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | ||
31685 | for (key in S) S_is_set[key] = 1 | ||
31686 | FS = "" | ||
30200 | 31687 | ||
30201 | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` | 31688 | } |
30202 | if test -n "$ac_eof"; then | 31689 | { |
30203 | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` | 31690 | line = $ 0 |
30204 | ac_eof=`expr $ac_eof + 1` | 31691 | nfields = split(line, field, "@") |
30205 | fi | 31692 | substed = 0 |
30206 | 31693 | len = length(field[1]) | |
30207 | cat >>$CONFIG_STATUS <<_ACEOF | 31694 | for (i = 2; i < nfields; i++) { |
30208 | cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof | 31695 | key = field[i] |
30209 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end | 31696 | keylen = length(key) |
30210 | _ACEOF | 31697 | if (S_is_set[key]) { |
30211 | sed ' | 31698 | value = S[key] |
30212 | s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g | 31699 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
30213 | s/^/s,@/; s/!/@,|#_!!_#|/ | 31700 | len += length(value) + length(field[++i]) |
30214 | :n | 31701 | substed = 1 |
30215 | t n | 31702 | } else |
30216 | s/'"$ac_delim"'$/,g/; t | 31703 | len += 1 + keylen |
30217 | s/$/\\/; p | 31704 | } |
30218 | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | 31705 | |
30219 | ' >>$CONFIG_STATUS <conf$$subs.sed | 31706 | print line |
30220 | rm -f conf$$subs.sed | 31707 | } |
30221 | cat >>$CONFIG_STATUS <<_ACEOF | 31708 | |
30222 | :end | 31709 | _ACAWK |
30223 | s/|#_!!_#|//g | 31710 | _ACEOF |
30224 | CEOF$ac_eof | 31711 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
31712 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | ||
31713 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | ||
31714 | else | ||
31715 | cat | ||
31716 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | ||
31717 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 | ||
31718 | $as_echo "$as_me: error: could not setup config files machinery" >&2;} | ||
31719 | { (exit 1); exit 1; }; } | ||
30225 | _ACEOF | 31720 | _ACEOF |
30226 | 31721 | ||
30227 | |||
30228 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | 31722 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
30229 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 31723 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
30230 | # trailing colons and then remove the whole line if VPATH becomes empty | 31724 | # trailing colons and then remove the whole line if VPATH becomes empty |
@@ -30240,19 +31734,133 @@ s/^[^=]*=[ ]*$// | |||
30240 | }' | 31734 | }' |
30241 | fi | 31735 | fi |
30242 | 31736 | ||
30243 | cat >>$CONFIG_STATUS <<\_ACEOF | 31737 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
30244 | fi # test -n "$CONFIG_FILES" | 31738 | fi # test -n "$CONFIG_FILES" |
30245 | 31739 | ||
31740 | # Set up the scripts for CONFIG_HEADERS section. | ||
31741 | # No need to generate them if there are no CONFIG_HEADERS. | ||
31742 | # This happens for instance with `./config.status Makefile'. | ||
31743 | if test -n "$CONFIG_HEADERS"; then | ||
31744 | cat >"$tmp/defines.awk" <<\_ACAWK || | ||
31745 | BEGIN { | ||
31746 | _ACEOF | ||
31747 | |||
31748 | # Transform confdefs.h into an awk script `defines.awk', embedded as | ||
31749 | # here-document in config.status, that substitutes the proper values into | ||
31750 | # config.h.in to produce config.h. | ||
31751 | |||
31752 | # Create a delimiter string that does not exist in confdefs.h, to ease | ||
31753 | # handling of long lines. | ||
31754 | ac_delim='%!_!# ' | ||
31755 | for ac_last_try in false false :; do | ||
31756 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | ||
31757 | if test -z "$ac_t"; then | ||
31758 | break | ||
31759 | elif $ac_last_try; then | ||
31760 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 | ||
31761 | $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} | ||
31762 | { (exit 1); exit 1; }; } | ||
31763 | else | ||
31764 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ||
31765 | fi | ||
31766 | done | ||
31767 | |||
31768 | # For the awk script, D is an array of macro values keyed by name, | ||
31769 | # likewise P contains macro parameters if any. Preserve backslash | ||
31770 | # newline sequences. | ||
31771 | |||
31772 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | ||
31773 | sed -n ' | ||
31774 | s/.\{148\}/&'"$ac_delim"'/g | ||
31775 | t rset | ||
31776 | :rset | ||
31777 | s/^[ ]*#[ ]*define[ ][ ]*/ / | ||
31778 | t def | ||
31779 | d | ||
31780 | :def | ||
31781 | s/\\$// | ||
31782 | t bsnl | ||
31783 | s/["\\]/\\&/g | ||
31784 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | ||
31785 | D["\1"]=" \3"/p | ||
31786 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | ||
31787 | d | ||
31788 | :bsnl | ||
31789 | s/["\\]/\\&/g | ||
31790 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | ||
31791 | D["\1"]=" \3\\\\\\n"\\/p | ||
31792 | t cont | ||
31793 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | ||
31794 | t cont | ||
31795 | d | ||
31796 | :cont | ||
31797 | n | ||
31798 | s/.\{148\}/&'"$ac_delim"'/g | ||
31799 | t clear | ||
31800 | :clear | ||
31801 | s/\\$// | ||
31802 | t bsnlc | ||
31803 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | ||
31804 | d | ||
31805 | :bsnlc | ||
31806 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | ||
31807 | b cont | ||
31808 | ' <confdefs.h | sed ' | ||
31809 | s/'"$ac_delim"'/"\\\ | ||
31810 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | ||
31811 | |||
31812 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
31813 | for (key in D) D_is_set[key] = 1 | ||
31814 | FS = "" | ||
31815 | } | ||
31816 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | ||
31817 | line = \$ 0 | ||
31818 | split(line, arg, " ") | ||
31819 | if (arg[1] == "#") { | ||
31820 | defundef = arg[2] | ||
31821 | mac1 = arg[3] | ||
31822 | } else { | ||
31823 | defundef = substr(arg[1], 2) | ||
31824 | mac1 = arg[2] | ||
31825 | } | ||
31826 | split(mac1, mac2, "(") #) | ||
31827 | macro = mac2[1] | ||
31828 | if (D_is_set[macro]) { | ||
31829 | # Preserve the white space surrounding the "#". | ||
31830 | prefix = substr(line, 1, index(line, defundef) - 1) | ||
31831 | print prefix "define", macro P[macro] D[macro] | ||
31832 | next | ||
31833 | } else { | ||
31834 | # Replace #undef with comments. This is necessary, for example, | ||
31835 | # in the case of _POSIX_SOURCE, which is predefined and required | ||
31836 | # on some systems where configure will not decide to define it. | ||
31837 | if (defundef == "undef") { | ||
31838 | print "/*", line, "*/" | ||
31839 | next | ||
31840 | } | ||
31841 | } | ||
31842 | } | ||
31843 | { print } | ||
31844 | _ACAWK | ||
31845 | _ACEOF | ||
31846 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
31847 | { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 | ||
31848 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;} | ||
31849 | { (exit 1); exit 1; }; } | ||
31850 | fi # test -n "$CONFIG_HEADERS" | ||
31851 | |||
30246 | 31852 | ||
30247 | for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS | 31853 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " |
31854 | shift | ||
31855 | for ac_tag | ||
30248 | do | 31856 | do |
30249 | case $ac_tag in | 31857 | case $ac_tag in |
30250 | :[FHLC]) ac_mode=$ac_tag; continue;; | 31858 | :[FHLC]) ac_mode=$ac_tag; continue;; |
30251 | esac | 31859 | esac |
30252 | case $ac_mode$ac_tag in | 31860 | case $ac_mode$ac_tag in |
30253 | :[FHL]*:*);; | 31861 | :[FHL]*:*);; |
30254 | :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 | 31862 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
30255 | echo "$as_me: error: Invalid tag $ac_tag." >&2;} | 31863 | $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
30256 | { (exit 1); exit 1; }; };; | 31864 | { (exit 1); exit 1; }; };; |
30257 | :[FH]-) ac_tag=-:-;; | 31865 | :[FH]-) ac_tag=-:-;; |
30258 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 31866 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
@@ -30281,26 +31889,38 @@ echo "$as_me: error: Invalid tag $ac_tag." >&2;} | |||
30281 | [\\/$]*) false;; | 31889 | [\\/$]*) false;; |
30282 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 31890 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
30283 | esac || | 31891 | esac || |
30284 | { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 | 31892 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
30285 | echo "$as_me: error: cannot find input file: $ac_f" >&2;} | 31893 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
30286 | { (exit 1); exit 1; }; };; | 31894 | { (exit 1); exit 1; }; };; |
30287 | esac | 31895 | esac |
30288 | ac_file_inputs="$ac_file_inputs $ac_f" | 31896 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
31897 | ac_file_inputs="$ac_file_inputs '$ac_f'" | ||
30289 | done | 31898 | done |
30290 | 31899 | ||
30291 | # Let's still pretend it is `configure' which instantiates (i.e., don't | 31900 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
30292 | # use $as_me), people would be surprised to read: | 31901 | # use $as_me), people would be surprised to read: |
30293 | # /* config.h. Generated by config.status. */ | 31902 | # /* config.h. Generated by config.status. */ |
30294 | configure_input="Generated from "`IFS=: | 31903 | configure_input='Generated from '` |
30295 | echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." | 31904 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
31905 | `' by configure.' | ||
30296 | if test x"$ac_file" != x-; then | 31906 | if test x"$ac_file" != x-; then |
30297 | configure_input="$ac_file. $configure_input" | 31907 | configure_input="$ac_file. $configure_input" |
30298 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | 31908 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 |
30299 | echo "$as_me: creating $ac_file" >&6;} | 31909 | $as_echo "$as_me: creating $ac_file" >&6;} |
30300 | fi | 31910 | fi |
31911 | # Neutralize special characters interpreted by sed in replacement strings. | ||
31912 | case $configure_input in #( | ||
31913 | *\&* | *\|* | *\\* ) | ||
31914 | ac_sed_conf_input=`$as_echo "$configure_input" | | ||
31915 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | ||
31916 | *) ac_sed_conf_input=$configure_input;; | ||
31917 | esac | ||
30301 | 31918 | ||
30302 | case $ac_tag in | 31919 | case $ac_tag in |
30303 | *:-:* | *:-) cat >"$tmp/stdin";; | 31920 | *:-:* | *:-) cat >"$tmp/stdin" \ |
31921 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
31922 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
31923 | { (exit 1); exit 1; }; } ;; | ||
30304 | esac | 31924 | esac |
30305 | ;; | 31925 | ;; |
30306 | esac | 31926 | esac |
@@ -30310,7 +31930,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |||
30310 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 31930 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
30311 | X"$ac_file" : 'X\(//\)$' \| \ | 31931 | X"$ac_file" : 'X\(//\)$' \| \ |
30312 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || | 31932 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
30313 | echo X"$ac_file" | | 31933 | $as_echo X"$ac_file" | |
30314 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 31934 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
30315 | s//\1/ | 31935 | s//\1/ |
30316 | q | 31936 | q |
@@ -30336,7 +31956,7 @@ echo X"$ac_file" | | |||
30336 | as_dirs= | 31956 | as_dirs= |
30337 | while :; do | 31957 | while :; do |
30338 | case $as_dir in #( | 31958 | case $as_dir in #( |
30339 | *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( | 31959 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
30340 | *) as_qdir=$as_dir;; | 31960 | *) as_qdir=$as_dir;; |
30341 | esac | 31961 | esac |
30342 | as_dirs="'$as_qdir' $as_dirs" | 31962 | as_dirs="'$as_qdir' $as_dirs" |
@@ -30345,7 +31965,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |||
30345 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 31965 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
30346 | X"$as_dir" : 'X\(//\)$' \| \ | 31966 | X"$as_dir" : 'X\(//\)$' \| \ |
30347 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | 31967 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
30348 | echo X"$as_dir" | | 31968 | $as_echo X"$as_dir" | |
30349 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 31969 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
30350 | s//\1/ | 31970 | s//\1/ |
30351 | q | 31971 | q |
@@ -30366,17 +31986,17 @@ echo X"$as_dir" | | |||
30366 | test -d "$as_dir" && break | 31986 | test -d "$as_dir" && break |
30367 | done | 31987 | done |
30368 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 31988 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
30369 | } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 | 31989 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
30370 | echo "$as_me: error: cannot create directory $as_dir" >&2;} | 31990 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
30371 | { (exit 1); exit 1; }; }; } | 31991 | { (exit 1); exit 1; }; }; } |
30372 | ac_builddir=. | 31992 | ac_builddir=. |
30373 | 31993 | ||
30374 | case "$ac_dir" in | 31994 | case "$ac_dir" in |
30375 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | 31995 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
30376 | *) | 31996 | *) |
30377 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | 31997 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
30378 | # A ".." for each directory in $ac_dir_suffix. | 31998 | # A ".." for each directory in $ac_dir_suffix. |
30379 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` | 31999 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
30380 | case $ac_top_builddir_sub in | 32000 | case $ac_top_builddir_sub in |
30381 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | 32001 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
30382 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | 32002 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
@@ -30416,12 +32036,13 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |||
30416 | esac | 32036 | esac |
30417 | _ACEOF | 32037 | _ACEOF |
30418 | 32038 | ||
30419 | cat >>$CONFIG_STATUS <<\_ACEOF | 32039 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
30420 | # If the template does not know about datarootdir, expand it. | 32040 | # If the template does not know about datarootdir, expand it. |
30421 | # FIXME: This hack should be removed a few years after 2.60. | 32041 | # FIXME: This hack should be removed a few years after 2.60. |
30422 | ac_datarootdir_hack=; ac_datarootdir_seen= | 32042 | ac_datarootdir_hack=; ac_datarootdir_seen= |
30423 | 32043 | ||
30424 | case `sed -n '/datarootdir/ { | 32044 | ac_sed_dataroot=' |
32045 | /datarootdir/ { | ||
30425 | p | 32046 | p |
30426 | q | 32047 | q |
30427 | } | 32048 | } |
@@ -30430,13 +32051,14 @@ case `sed -n '/datarootdir/ { | |||
30430 | /@infodir@/p | 32051 | /@infodir@/p |
30431 | /@localedir@/p | 32052 | /@localedir@/p |
30432 | /@mandir@/p | 32053 | /@mandir@/p |
30433 | ' $ac_file_inputs` in | 32054 | ' |
32055 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | ||
30434 | *datarootdir*) ac_datarootdir_seen=yes;; | 32056 | *datarootdir*) ac_datarootdir_seen=yes;; |
30435 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | 32057 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
30436 | { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | 32058 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
30437 | echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | 32059 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
30438 | _ACEOF | 32060 | _ACEOF |
30439 | cat >>$CONFIG_STATUS <<_ACEOF | 32061 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
30440 | ac_datarootdir_hack=' | 32062 | ac_datarootdir_hack=' |
30441 | s&@datadir@&$datadir&g | 32063 | s&@datadir@&$datadir&g |
30442 | s&@docdir@&$docdir&g | 32064 | s&@docdir@&$docdir&g |
@@ -30450,15 +32072,16 @@ _ACEOF | |||
30450 | # Neutralize VPATH when `$srcdir' = `.'. | 32072 | # Neutralize VPATH when `$srcdir' = `.'. |
30451 | # Shell code in configure.ac might set extrasub. | 32073 | # Shell code in configure.ac might set extrasub. |
30452 | # FIXME: do we really want to maintain this feature? | 32074 | # FIXME: do we really want to maintain this feature? |
30453 | cat >>$CONFIG_STATUS <<_ACEOF | 32075 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
30454 | sed "$ac_vpsub | 32076 | ac_sed_extra="$ac_vpsub |
30455 | $extrasub | 32077 | $extrasub |
30456 | _ACEOF | 32078 | _ACEOF |
30457 | cat >>$CONFIG_STATUS <<\_ACEOF | 32079 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
30458 | :t | 32080 | :t |
30459 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | 32081 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
30460 | s&@configure_input@&$configure_input&;t t | 32082 | s|@configure_input@|$ac_sed_conf_input|;t t |
30461 | s&@top_builddir@&$ac_top_builddir_sub&;t t | 32083 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
32084 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | ||
30462 | s&@srcdir@&$ac_srcdir&;t t | 32085 | s&@srcdir@&$ac_srcdir&;t t |
30463 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | 32086 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
30464 | s&@top_srcdir@&$ac_top_srcdir&;t t | 32087 | s&@top_srcdir@&$ac_top_srcdir&;t t |
@@ -30468,119 +32091,58 @@ s&@abs_builddir@&$ac_abs_builddir&;t t | |||
30468 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | 32091 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
30469 | s&@INSTALL@&$ac_INSTALL&;t t | 32092 | s&@INSTALL@&$ac_INSTALL&;t t |
30470 | $ac_datarootdir_hack | 32093 | $ac_datarootdir_hack |
30471 | " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out | 32094 | " |
32095 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | ||
32096 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
32097 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32098 | { (exit 1); exit 1; }; } | ||
30472 | 32099 | ||
30473 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 32100 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
30474 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 32101 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
30475 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 32102 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
30476 | { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 32103 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
30477 | which seems to be undefined. Please make sure it is defined." >&5 | 32104 | which seems to be undefined. Please make sure it is defined." >&5 |
30478 | echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 32105 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
30479 | which seems to be undefined. Please make sure it is defined." >&2;} | 32106 | which seems to be undefined. Please make sure it is defined." >&2;} |
30480 | 32107 | ||
30481 | rm -f "$tmp/stdin" | 32108 | rm -f "$tmp/stdin" |
30482 | case $ac_file in | 32109 | case $ac_file in |
30483 | -) cat "$tmp/out"; rm -f "$tmp/out";; | 32110 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
30484 | *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; | 32111 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
30485 | esac | 32112 | esac \ |
32113 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
32114 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32115 | { (exit 1); exit 1; }; } | ||
30486 | ;; | 32116 | ;; |
30487 | :H) | 32117 | :H) |
30488 | # | 32118 | # |
30489 | # CONFIG_HEADER | 32119 | # CONFIG_HEADER |
30490 | # | 32120 | # |
30491 | _ACEOF | ||
30492 | |||
30493 | # Transform confdefs.h into a sed script `conftest.defines', that | ||
30494 | # substitutes the proper values into config.h.in to produce config.h. | ||
30495 | rm -f conftest.defines conftest.tail | ||
30496 | # First, append a space to every undef/define line, to ease matching. | ||
30497 | echo 's/$/ /' >conftest.defines | ||
30498 | # Then, protect against being on the right side of a sed subst, or in | ||
30499 | # an unquoted here document, in config.status. If some macros were | ||
30500 | # called several times there might be several #defines for the same | ||
30501 | # symbol, which is useless. But do not sort them, since the last | ||
30502 | # AC_DEFINE must be honored. | ||
30503 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | ||
30504 | # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where | ||
30505 | # NAME is the cpp macro being defined, VALUE is the value it is being given. | ||
30506 | # PARAMS is the parameter list in the macro definition--in most cases, it's | ||
30507 | # just an empty string. | ||
30508 | ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' | ||
30509 | ac_dB='\\)[ (].*,\\1define\\2' | ||
30510 | ac_dC=' ' | ||
30511 | ac_dD=' ,' | ||
30512 | |||
30513 | uniq confdefs.h | | ||
30514 | sed -n ' | ||
30515 | t rset | ||
30516 | :rset | ||
30517 | s/^[ ]*#[ ]*define[ ][ ]*// | ||
30518 | t ok | ||
30519 | d | ||
30520 | :ok | ||
30521 | s/[\\&,]/\\&/g | ||
30522 | s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p | ||
30523 | s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p | ||
30524 | ' >>conftest.defines | ||
30525 | |||
30526 | # Remove the space that was appended to ease matching. | ||
30527 | # Then replace #undef with comments. This is necessary, for | ||
30528 | # example, in the case of _POSIX_SOURCE, which is predefined and required | ||
30529 | # on some systems where configure will not decide to define it. | ||
30530 | # (The regexp can be short, since the line contains either #define or #undef.) | ||
30531 | echo 's/ $// | ||
30532 | s,^[ #]*u.*,/* & */,' >>conftest.defines | ||
30533 | |||
30534 | # Break up conftest.defines: | ||
30535 | ac_max_sed_lines=50 | ||
30536 | |||
30537 | # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" | ||
30538 | # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" | ||
30539 | # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" | ||
30540 | # et cetera. | ||
30541 | ac_in='$ac_file_inputs' | ||
30542 | ac_out='"$tmp/out1"' | ||
30543 | ac_nxt='"$tmp/out2"' | ||
30544 | |||
30545 | while : | ||
30546 | do | ||
30547 | # Write a here document: | ||
30548 | cat >>$CONFIG_STATUS <<_ACEOF | ||
30549 | # First, check the format of the line: | ||
30550 | cat >"\$tmp/defines.sed" <<\\CEOF | ||
30551 | /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def | ||
30552 | /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def | ||
30553 | b | ||
30554 | :def | ||
30555 | _ACEOF | ||
30556 | sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS | ||
30557 | echo 'CEOF | ||
30558 | sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS | ||
30559 | ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in | ||
30560 | sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail | ||
30561 | grep . conftest.tail >/dev/null || break | ||
30562 | rm -f conftest.defines | ||
30563 | mv conftest.tail conftest.defines | ||
30564 | done | ||
30565 | rm -f conftest.defines conftest.tail | ||
30566 | |||
30567 | echo "ac_result=$ac_in" >>$CONFIG_STATUS | ||
30568 | cat >>$CONFIG_STATUS <<\_ACEOF | ||
30569 | if test x"$ac_file" != x-; then | 32121 | if test x"$ac_file" != x-; then |
30570 | echo "/* $configure_input */" >"$tmp/config.h" | 32122 | { |
30571 | cat "$ac_result" >>"$tmp/config.h" | 32123 | $as_echo "/* $configure_input */" \ |
30572 | if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then | 32124 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
30573 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | 32125 | } >"$tmp/config.h" \ |
30574 | echo "$as_me: $ac_file is unchanged" >&6;} | 32126 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
32127 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32128 | { (exit 1); exit 1; }; } | ||
32129 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | ||
32130 | { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | ||
32131 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | ||
30575 | else | 32132 | else |
30576 | rm -f $ac_file | 32133 | rm -f "$ac_file" |
30577 | mv "$tmp/config.h" $ac_file | 32134 | mv "$tmp/config.h" "$ac_file" \ |
32135 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
32136 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32137 | { (exit 1); exit 1; }; } | ||
30578 | fi | 32138 | fi |
30579 | else | 32139 | else |
30580 | echo "/* $configure_input */" | 32140 | $as_echo "/* $configure_input */" \ |
30581 | cat "$ac_result" | 32141 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
32142 | || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 | ||
32143 | $as_echo "$as_me: error: could not create -" >&2;} | ||
32144 | { (exit 1); exit 1; }; } | ||
30582 | fi | 32145 | fi |
30583 | rm -f "$tmp/out12" | ||
30584 | ;; | 32146 | ;; |
30585 | 32147 | ||
30586 | 32148 | ||
@@ -30594,6 +32156,11 @@ _ACEOF | |||
30594 | chmod +x $CONFIG_STATUS | 32156 | chmod +x $CONFIG_STATUS |
30595 | ac_clean_files=$ac_clean_files_save | 32157 | ac_clean_files=$ac_clean_files_save |
30596 | 32158 | ||
32159 | test $ac_write_fail = 0 || | ||
32160 | { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 | ||
32161 | $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} | ||
32162 | { (exit 1); exit 1; }; } | ||
32163 | |||
30597 | 32164 | ||
30598 | # configure is writing to config.log, and then calls config.status. | 32165 | # configure is writing to config.log, and then calls config.status. |
30599 | # config.status does its own redirection, appending to config.log. | 32166 | # config.status does its own redirection, appending to config.log. |
@@ -30615,6 +32182,10 @@ if test "$no_create" != yes; then | |||
30615 | # would make configure fail if this is the last instruction. | 32182 | # would make configure fail if this is the last instruction. |
30616 | $ac_cs_success || { (exit 1); exit 1; } | 32183 | $ac_cs_success || { (exit 1); exit 1; } |
30617 | fi | 32184 | fi |
32185 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | ||
32186 | { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 | ||
32187 | $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} | ||
32188 | fi | ||
30618 | 32189 | ||
30619 | 32190 | ||
30620 | # Print summary of options | 32191 | # Print summary of options |