diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11723 |
1 files changed, 5142 insertions, 6581 deletions
@@ -1,12 +1,12 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # From configure.ac Revision: 1.427 . | 2 | # From configure.ac Revision: 1.444 . |
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.62 for OpenSSH Portable. | 4 | # Generated by GNU Autoconf 2.61 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, 2007, 2008 Free Software Foundation, Inc. | 9 | # 2002, 2003, 2004, 2005, 2006 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 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | 21 | # Zsh 3.x and 4.x performs 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,45 +40,17 @@ 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 | as_nl=' | ||
44 | ' | ||
45 | export as_nl | ||
46 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | ||
47 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | ||
48 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | ||
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' | ||
57 | else | ||
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' | ||
70 | fi | ||
71 | export as_echo_body | ||
72 | as_echo='sh -c $as_echo_body as_echo' | ||
73 | fi | ||
74 | |||
75 | # The user is always right. | 43 | # The user is always right. |
76 | if test "${PATH_SEPARATOR+set}" != set; then | 44 | if test "${PATH_SEPARATOR+set}" != set; then |
77 | PATH_SEPARATOR=: | 45 | echo "#! /bin/sh" >conf$$.sh |
78 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | 46 | echo "exit 0" >>conf$$.sh |
79 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | 47 | chmod +x conf$$.sh |
80 | PATH_SEPARATOR=';' | 48 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
81 | } | 49 | PATH_SEPARATOR=';' |
50 | else | ||
51 | PATH_SEPARATOR=: | ||
52 | fi | ||
53 | rm -f conf$$.sh | ||
82 | fi | 54 | fi |
83 | 55 | ||
84 | # Support unset when possible. | 56 | # Support unset when possible. |
@@ -94,6 +66,8 @@ fi | |||
94 | # there to prevent editors from complaining about space-tab. | 66 | # there to prevent editors from complaining about space-tab. |
95 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 67 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
96 | # splitting by setting IFS to empty value.) | 68 | # splitting by setting IFS to empty value.) |
69 | as_nl=' | ||
70 | ' | ||
97 | IFS=" "" $as_nl" | 71 | IFS=" "" $as_nl" |
98 | 72 | ||
99 | # Find who we are. Look in the path if we contain no directory separator. | 73 | # Find who we are. Look in the path if we contain no directory separator. |
@@ -116,7 +90,7 @@ if test "x$as_myself" = x; then | |||
116 | as_myself=$0 | 90 | as_myself=$0 |
117 | fi | 91 | fi |
118 | if test ! -f "$as_myself"; then | 92 | if test ! -f "$as_myself"; then |
119 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | 93 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
120 | { (exit 1); exit 1; } | 94 | { (exit 1); exit 1; } |
121 | fi | 95 | fi |
122 | 96 | ||
@@ -129,10 +103,17 @@ PS2='> ' | |||
129 | PS4='+ ' | 103 | PS4='+ ' |
130 | 104 | ||
131 | # NLS nuisances. | 105 | # NLS nuisances. |
132 | LC_ALL=C | 106 | for as_var in \ |
133 | export LC_ALL | 107 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
134 | LANGUAGE=C | 108 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
135 | export LANGUAGE | 109 | LC_TELEPHONE LC_TIME |
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 | ||
136 | 117 | ||
137 | # Required to use basename. | 118 | # Required to use basename. |
138 | if expr a : '\(a\)' >/dev/null 2>&1 && | 119 | if expr a : '\(a\)' >/dev/null 2>&1 && |
@@ -154,7 +135,7 @@ as_me=`$as_basename -- "$0" || | |||
154 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | 135 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
155 | X"$0" : 'X\(//\)$' \| \ | 136 | X"$0" : 'X\(//\)$' \| \ |
156 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | 137 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
157 | $as_echo X/"$0" | | 138 | echo X/"$0" | |
158 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | 139 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
159 | s//\1/ | 140 | s//\1/ |
160 | q | 141 | q |
@@ -180,7 +161,7 @@ else | |||
180 | as_have_required=no | 161 | as_have_required=no |
181 | fi | 162 | fi |
182 | 163 | ||
183 | if test $as_have_required = yes && (eval ": | 164 | if test $as_have_required = yes && (eval ": |
184 | (as_func_return () { | 165 | (as_func_return () { |
185 | (exit \$1) | 166 | (exit \$1) |
186 | } | 167 | } |
@@ -262,7 +243,7 @@ IFS=$as_save_IFS | |||
262 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 243 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
263 | emulate sh | 244 | emulate sh |
264 | NULLCMD=: | 245 | NULLCMD=: |
265 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | 246 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
266 | # is contrary to our usage. Disable this feature. | 247 | # is contrary to our usage. Disable this feature. |
267 | alias -g '${1+"$@"}'='"$@"' | 248 | alias -g '${1+"$@"}'='"$@"' |
268 | setopt NO_GLOB_SUBST | 249 | setopt NO_GLOB_SUBST |
@@ -283,7 +264,7 @@ _ASEOF | |||
283 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 264 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
284 | emulate sh | 265 | emulate sh |
285 | NULLCMD=: | 266 | NULLCMD=: |
286 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | 267 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
287 | # is contrary to our usage. Disable this feature. | 268 | # is contrary to our usage. Disable this feature. |
288 | alias -g '${1+"$@"}'='"$@"' | 269 | alias -g '${1+"$@"}'='"$@"' |
289 | setopt NO_GLOB_SUBST | 270 | setopt NO_GLOB_SUBST |
@@ -363,10 +344,10 @@ fi | |||
363 | 344 | ||
364 | if test "x$CONFIG_SHELL" != x; then | 345 | if test "x$CONFIG_SHELL" != x; then |
365 | for as_var in BASH_ENV ENV | 346 | for as_var in BASH_ENV ENV |
366 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | 347 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
367 | done | 348 | done |
368 | export CONFIG_SHELL | 349 | export CONFIG_SHELL |
369 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | 350 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
370 | fi | 351 | fi |
371 | 352 | ||
372 | 353 | ||
@@ -435,10 +416,9 @@ fi | |||
435 | 416 | ||
436 | test \$exitcode = 0") || { | 417 | test \$exitcode = 0") || { |
437 | echo No shell found that supports shell functions. | 418 | echo No shell found that supports shell functions. |
438 | echo Please tell bug-autoconf@gnu.org about your system, | 419 | echo Please tell autoconf@gnu.org about your system, |
439 | echo including any error possibly output before this message. | 420 | echo including any error possibly output before this |
440 | echo This can help us improve future autoconf versions. | 421 | echo message |
441 | echo Configuration will now proceed without shell functions. | ||
442 | } | 422 | } |
443 | 423 | ||
444 | 424 | ||
@@ -474,7 +454,7 @@ test \$exitcode = 0") || { | |||
474 | s/-\n.*// | 454 | s/-\n.*// |
475 | ' >$as_me.lineno && | 455 | ' >$as_me.lineno && |
476 | chmod +x "$as_me.lineno" || | 456 | chmod +x "$as_me.lineno" || |
477 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | 457 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
478 | { (exit 1); exit 1; }; } | 458 | { (exit 1); exit 1; }; } |
479 | 459 | ||
480 | # Don't try to exec as it changes $[0], causing all sort of problems | 460 | # Don't try to exec as it changes $[0], causing all sort of problems |
@@ -502,6 +482,7 @@ case `echo -n x` in | |||
502 | *) | 482 | *) |
503 | ECHO_N='-n';; | 483 | ECHO_N='-n';; |
504 | esac | 484 | esac |
485 | |||
505 | if expr a : '\(a\)' >/dev/null 2>&1 && | 486 | if expr a : '\(a\)' >/dev/null 2>&1 && |
506 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | 487 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
507 | as_expr=expr | 488 | as_expr=expr |
@@ -514,22 +495,19 @@ if test -d conf$$.dir; then | |||
514 | rm -f conf$$.dir/conf$$.file | 495 | rm -f conf$$.dir/conf$$.file |
515 | else | 496 | else |
516 | rm -f conf$$.dir | 497 | rm -f conf$$.dir |
517 | mkdir conf$$.dir 2>/dev/null | 498 | mkdir conf$$.dir |
518 | fi | 499 | fi |
519 | if (echo >conf$$.file) 2>/dev/null; then | 500 | echo >conf$$.file |
520 | if ln -s conf$$.file conf$$ 2>/dev/null; then | 501 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
521 | as_ln_s='ln -s' | 502 | as_ln_s='ln -s' |
522 | # ... but there are two gotchas: | 503 | # ... but there are two gotchas: |
523 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 504 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
524 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 505 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
525 | # In both cases, we have to default to `cp -p'. | 506 | # In both cases, we have to default to `cp -p'. |
526 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 507 | 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 | ||
531 | as_ln_s='cp -p' | 508 | as_ln_s='cp -p' |
532 | fi | 509 | elif ln conf$$.file conf$$ 2>/dev/null; then |
510 | as_ln_s=ln | ||
533 | else | 511 | else |
534 | as_ln_s='cp -p' | 512 | as_ln_s='cp -p' |
535 | fi | 513 | fi |
@@ -554,10 +532,10 @@ else | |||
554 | as_test_x=' | 532 | as_test_x=' |
555 | eval sh -c '\'' | 533 | eval sh -c '\'' |
556 | if test -d "$1"; then | 534 | if test -d "$1"; then |
557 | test -d "$1/."; | 535 | test -d "$1/."; |
558 | else | 536 | else |
559 | case $1 in | 537 | case $1 in |
560 | -*)set "./$1";; | 538 | -*)set "./$1";; |
561 | esac; | 539 | esac; |
562 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | 540 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
563 | ???[sx]*):;;*)false;;esac;fi | 541 | ???[sx]*):;;*)false;;esac;fi |
@@ -735,7 +713,6 @@ PROG_UPTIME | |||
735 | PROG_IPCS | 713 | PROG_IPCS |
736 | PROG_TAIL | 714 | PROG_TAIL |
737 | INSTALL_SSH_PRNG_CMDS | 715 | INSTALL_SSH_PRNG_CMDS |
738 | OPENSC_CONFIG | ||
739 | KRB5CONF | 716 | KRB5CONF |
740 | PRIVSEP_PATH | 717 | PRIVSEP_PATH |
741 | xauth_path | 718 | xauth_path |
@@ -750,60 +727,6 @@ TEST_SSH_IPV6 | |||
750 | LIBOBJS | 727 | LIBOBJS |
751 | LTLIBOBJS' | 728 | LTLIBOBJS' |
752 | ac_subst_files='' | 729 | 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 | ' | ||
807 | ac_precious_vars='build_alias | 730 | ac_precious_vars='build_alias |
808 | host_alias | 731 | host_alias |
809 | target_alias | 732 | target_alias |
@@ -818,8 +741,6 @@ CPP' | |||
818 | # Initialize some variables set by options. | 741 | # Initialize some variables set by options. |
819 | ac_init_help= | 742 | ac_init_help= |
820 | ac_init_version=false | 743 | ac_init_version=false |
821 | ac_unrecognized_opts= | ||
822 | ac_unrecognized_sep= | ||
823 | # The variables have the same names as the options, with | 744 | # The variables have the same names as the options, with |
824 | # dashes changed to underlines. | 745 | # dashes changed to underlines. |
825 | cache_file=/dev/null | 746 | cache_file=/dev/null |
@@ -918,21 +839,13 @@ do | |||
918 | datarootdir=$ac_optarg ;; | 839 | datarootdir=$ac_optarg ;; |
919 | 840 | ||
920 | -disable-* | --disable-*) | 841 | -disable-* | --disable-*) |
921 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 842 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
922 | # Reject names that are not valid shell variable names. | 843 | # Reject names that are not valid shell variable names. |
923 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 844 | expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
924 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 | 845 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
925 | { (exit 1); exit 1; }; } | 846 | { (exit 1); exit 1; }; } |
926 | ac_useropt_orig=$ac_useropt | 847 | ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
927 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 848 | eval enable_$ac_feature=no ;; |
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 ;; | ||
936 | 849 | ||
937 | -docdir | --docdir | --docdi | --doc | --do) | 850 | -docdir | --docdir | --docdi | --doc | --do) |
938 | ac_prev=docdir ;; | 851 | ac_prev=docdir ;; |
@@ -945,21 +858,13 @@ do | |||
945 | dvidir=$ac_optarg ;; | 858 | dvidir=$ac_optarg ;; |
946 | 859 | ||
947 | -enable-* | --enable-*) | 860 | -enable-* | --enable-*) |
948 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 861 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
949 | # Reject names that are not valid shell variable names. | 862 | # Reject names that are not valid shell variable names. |
950 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 863 | expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
951 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 | 864 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
952 | { (exit 1); exit 1; }; } | 865 | { (exit 1); exit 1; }; } |
953 | ac_useropt_orig=$ac_useropt | 866 | ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
954 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 867 | eval enable_$ac_feature=\$ac_optarg ;; |
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 ;; | ||
963 | 868 | ||
964 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | 869 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
965 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | 870 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
@@ -1150,38 +1055,22 @@ do | |||
1150 | ac_init_version=: ;; | 1055 | ac_init_version=: ;; |
1151 | 1056 | ||
1152 | -with-* | --with-*) | 1057 | -with-* | --with-*) |
1153 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1058 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1154 | # Reject names that are not valid shell variable names. | 1059 | # Reject names that are not valid shell variable names. |
1155 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1060 | expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1156 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 | 1061 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
1157 | { (exit 1); exit 1; }; } | 1062 | { (exit 1); exit 1; }; } |
1158 | ac_useropt_orig=$ac_useropt | 1063 | ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
1159 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1064 | eval with_$ac_package=\$ac_optarg ;; |
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 ;; | ||
1168 | 1065 | ||
1169 | -without-* | --without-*) | 1066 | -without-* | --without-*) |
1170 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1067 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1171 | # Reject names that are not valid shell variable names. | 1068 | # Reject names that are not valid shell variable names. |
1172 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1069 | expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1173 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 | 1070 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
1174 | { (exit 1); exit 1; }; } | 1071 | { (exit 1); exit 1; }; } |
1175 | ac_useropt_orig=$ac_useropt | 1072 | ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
1176 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1073 | eval with_$ac_package=no ;; |
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 ;; | ||
1185 | 1074 | ||
1186 | --x) | 1075 | --x) |
1187 | # Obsolete; use --with-x. | 1076 | # Obsolete; use --with-x. |
@@ -1201,7 +1090,7 @@ do | |||
1201 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1090 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1202 | x_libraries=$ac_optarg ;; | 1091 | x_libraries=$ac_optarg ;; |
1203 | 1092 | ||
1204 | -*) { $as_echo "$as_me: error: unrecognized option: $ac_option | 1093 | -*) { echo "$as_me: error: unrecognized option: $ac_option |
1205 | Try \`$0 --help' for more information." >&2 | 1094 | Try \`$0 --help' for more information." >&2 |
1206 | { (exit 1); exit 1; }; } | 1095 | { (exit 1); exit 1; }; } |
1207 | ;; | 1096 | ;; |
@@ -1210,16 +1099,16 @@ Try \`$0 --help' for more information." >&2 | |||
1210 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 1099 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
1211 | # Reject names that are not valid shell variable names. | 1100 | # Reject names that are not valid shell variable names. |
1212 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | 1101 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
1213 | { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | 1102 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
1214 | { (exit 1); exit 1; }; } | 1103 | { (exit 1); exit 1; }; } |
1215 | eval $ac_envvar=\$ac_optarg | 1104 | eval $ac_envvar=\$ac_optarg |
1216 | export $ac_envvar ;; | 1105 | export $ac_envvar ;; |
1217 | 1106 | ||
1218 | *) | 1107 | *) |
1219 | # FIXME: should be removed in autoconf 3.0. | 1108 | # FIXME: should be removed in autoconf 3.0. |
1220 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1109 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1221 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1110 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1222 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1111 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1223 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | 1112 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
1224 | ;; | 1113 | ;; |
1225 | 1114 | ||
@@ -1228,38 +1117,22 @@ done | |||
1228 | 1117 | ||
1229 | if test -n "$ac_prev"; then | 1118 | if test -n "$ac_prev"; then |
1230 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1119 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1231 | { $as_echo "$as_me: error: missing argument to $ac_option" >&2 | 1120 | { echo "$as_me: error: missing argument to $ac_option" >&2 |
1232 | { (exit 1); exit 1; }; } | 1121 | { (exit 1); exit 1; }; } |
1233 | fi | 1122 | fi |
1234 | 1123 | ||
1235 | if test -n "$ac_unrecognized_opts"; then | 1124 | # Be sure to have absolute directory names. |
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. | ||
1245 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | 1125 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1246 | datadir sysconfdir sharedstatedir localstatedir includedir \ | 1126 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1247 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | 1127 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1248 | libdir localedir mandir | 1128 | libdir localedir mandir |
1249 | do | 1129 | do |
1250 | eval ac_val=\$$ac_var | 1130 | 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. | ||
1258 | case $ac_val in | 1131 | case $ac_val in |
1259 | [\\/$]* | ?:[\\/]* ) continue;; | 1132 | [\\/$]* | ?:[\\/]* ) continue;; |
1260 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1133 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1261 | esac | 1134 | esac |
1262 | { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | 1135 | { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
1263 | { (exit 1); exit 1; }; } | 1136 | { (exit 1); exit 1; }; } |
1264 | done | 1137 | done |
1265 | 1138 | ||
@@ -1274,7 +1147,7 @@ target=$target_alias | |||
1274 | if test "x$host_alias" != x; then | 1147 | if test "x$host_alias" != x; then |
1275 | if test "x$build_alias" = x; then | 1148 | if test "x$build_alias" = x; then |
1276 | cross_compiling=maybe | 1149 | cross_compiling=maybe |
1277 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1150 | echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1278 | If a cross compiler is detected then cross compile mode will be used." >&2 | 1151 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1279 | elif test "x$build_alias" != "x$host_alias"; then | 1152 | elif test "x$build_alias" != "x$host_alias"; then |
1280 | cross_compiling=yes | 1153 | cross_compiling=yes |
@@ -1290,10 +1163,10 @@ test "$silent" = yes && exec 6>/dev/null | |||
1290 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1163 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1291 | ac_ls_di=`ls -di .` && | 1164 | ac_ls_di=`ls -di .` && |
1292 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1165 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1293 | { $as_echo "$as_me: error: Working directory cannot be determined" >&2 | 1166 | { echo "$as_me: error: Working directory cannot be determined" >&2 |
1294 | { (exit 1); exit 1; }; } | 1167 | { (exit 1); exit 1; }; } |
1295 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1168 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1296 | { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 | 1169 | { echo "$as_me: error: pwd does not report name of working directory" >&2 |
1297 | { (exit 1); exit 1; }; } | 1170 | { (exit 1); exit 1; }; } |
1298 | 1171 | ||
1299 | 1172 | ||
@@ -1301,12 +1174,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |||
1301 | if test -z "$srcdir"; then | 1174 | if test -z "$srcdir"; then |
1302 | ac_srcdir_defaulted=yes | 1175 | ac_srcdir_defaulted=yes |
1303 | # Try the directory containing this script, then the parent directory. | 1176 | # Try the directory containing this script, then the parent directory. |
1304 | ac_confdir=`$as_dirname -- "$as_myself" || | 1177 | ac_confdir=`$as_dirname -- "$0" || |
1305 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 1178 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1306 | X"$as_myself" : 'X\(//\)[^/]' \| \ | 1179 | X"$0" : 'X\(//\)[^/]' \| \ |
1307 | X"$as_myself" : 'X\(//\)$' \| \ | 1180 | X"$0" : 'X\(//\)$' \| \ |
1308 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | 1181 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
1309 | $as_echo X"$as_myself" | | 1182 | echo X"$0" | |
1310 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 1183 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1311 | s//\1/ | 1184 | s//\1/ |
1312 | q | 1185 | q |
@@ -1333,12 +1206,12 @@ else | |||
1333 | fi | 1206 | fi |
1334 | if test ! -r "$srcdir/$ac_unique_file"; then | 1207 | if test ! -r "$srcdir/$ac_unique_file"; then |
1335 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1208 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1336 | { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 | 1209 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
1337 | { (exit 1); exit 1; }; } | 1210 | { (exit 1); exit 1; }; } |
1338 | fi | 1211 | fi |
1339 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1212 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1340 | ac_abs_confdir=`( | 1213 | ac_abs_confdir=`( |
1341 | cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 | 1214 | cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 |
1342 | { (exit 1); exit 1; }; } | 1215 | { (exit 1); exit 1; }; } |
1343 | pwd)` | 1216 | pwd)` |
1344 | # When building in place, set srcdir=. | 1217 | # When building in place, set srcdir=. |
@@ -1387,9 +1260,9 @@ Configuration: | |||
1387 | 1260 | ||
1388 | Installation directories: | 1261 | Installation directories: |
1389 | --prefix=PREFIX install architecture-independent files in PREFIX | 1262 | --prefix=PREFIX install architecture-independent files in PREFIX |
1390 | [$ac_default_prefix] | 1263 | [$ac_default_prefix] |
1391 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | 1264 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
1392 | [PREFIX] | 1265 | [PREFIX] |
1393 | 1266 | ||
1394 | By default, \`make install' will install all the files in | 1267 | By default, \`make install' will install all the files in |
1395 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | 1268 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
@@ -1399,25 +1272,25 @@ for instance \`--prefix=\$HOME'. | |||
1399 | For better control, use the options below. | 1272 | For better control, use the options below. |
1400 | 1273 | ||
1401 | Fine tuning of the installation directories: | 1274 | Fine tuning of the installation directories: |
1402 | --bindir=DIR user executables [EPREFIX/bin] | 1275 | --bindir=DIR user executables [EPREFIX/bin] |
1403 | --sbindir=DIR system admin executables [EPREFIX/sbin] | 1276 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
1404 | --libexecdir=DIR program executables [EPREFIX/libexec] | 1277 | --libexecdir=DIR program executables [EPREFIX/libexec] |
1405 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | 1278 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1406 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | 1279 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1407 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | 1280 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
1408 | --libdir=DIR object code libraries [EPREFIX/lib] | 1281 | --libdir=DIR object code libraries [EPREFIX/lib] |
1409 | --includedir=DIR C header files [PREFIX/include] | 1282 | --includedir=DIR C header files [PREFIX/include] |
1410 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | 1283 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
1411 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | 1284 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
1412 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | 1285 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
1413 | --infodir=DIR info documentation [DATAROOTDIR/info] | 1286 | --infodir=DIR info documentation [DATAROOTDIR/info] |
1414 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | 1287 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1415 | --mandir=DIR man documentation [DATAROOTDIR/man] | 1288 | --mandir=DIR man documentation [DATAROOTDIR/man] |
1416 | --docdir=DIR documentation root [DATAROOTDIR/doc/openssh] | 1289 | --docdir=DIR documentation root [DATAROOTDIR/doc/openssh] |
1417 | --htmldir=DIR html documentation [DOCDIR] | 1290 | --htmldir=DIR html documentation [DOCDIR] |
1418 | --dvidir=DIR dvi documentation [DOCDIR] | 1291 | --dvidir=DIR dvi documentation [DOCDIR] |
1419 | --pdfdir=DIR pdf documentation [DOCDIR] | 1292 | --pdfdir=DIR pdf documentation [DOCDIR] |
1420 | --psdir=DIR ps documentation [DOCDIR] | 1293 | --psdir=DIR ps documentation [DOCDIR] |
1421 | _ACEOF | 1294 | _ACEOF |
1422 | 1295 | ||
1423 | cat <<\_ACEOF | 1296 | cat <<\_ACEOF |
@@ -1435,7 +1308,6 @@ if test -n "$ac_init_help"; then | |||
1435 | cat <<\_ACEOF | 1308 | cat <<\_ACEOF |
1436 | 1309 | ||
1437 | Optional Features: | 1310 | Optional Features: |
1438 | --disable-option-checking ignore unrecognized --enable/--with options | ||
1439 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 1311 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1440 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 1312 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1441 | --disable-largefile omit support for large files | 1313 | --disable-largefile omit support for large files |
@@ -1477,8 +1349,6 @@ Optional Packages: | |||
1477 | --with-prngd-socket=FILE read entropy from PRNGD/EGD socket FILE (default=/var/run/egd-pool) | 1349 | --with-prngd-socket=FILE read entropy from PRNGD/EGD socket FILE (default=/var/run/egd-pool) |
1478 | --with-entropy-timeout Specify entropy gathering command timeout (msec) | 1350 | --with-entropy-timeout Specify entropy gathering command timeout (msec) |
1479 | --with-privsep-user=user Specify non-privileged user for privilege separation | 1351 | --with-privsep-user=user Specify non-privileged user for privilege separation |
1480 | --with-sectok Enable smartcard support using libsectok | ||
1481 | --with-opensc[=PFX] Enable smartcard support using OpenSC (optionally in PATH) | ||
1482 | --with-selinux Enable SELinux support | 1352 | --with-selinux Enable SELinux support |
1483 | --with-kerberos5=PATH Enable Kerberos 5 support | 1353 | --with-kerberos5=PATH Enable Kerberos 5 support |
1484 | --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty) | 1354 | --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty) |
@@ -1515,17 +1385,15 @@ fi | |||
1515 | if test "$ac_init_help" = "recursive"; then | 1385 | if test "$ac_init_help" = "recursive"; then |
1516 | # If there are subdirs, report their specific --help. | 1386 | # If there are subdirs, report their specific --help. |
1517 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | 1387 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
1518 | test -d "$ac_dir" || | 1388 | test -d "$ac_dir" || continue |
1519 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | ||
1520 | continue | ||
1521 | ac_builddir=. | 1389 | ac_builddir=. |
1522 | 1390 | ||
1523 | case "$ac_dir" in | 1391 | case "$ac_dir" in |
1524 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | 1392 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1525 | *) | 1393 | *) |
1526 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | 1394 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
1527 | # A ".." for each directory in $ac_dir_suffix. | 1395 | # A ".." for each directory in $ac_dir_suffix. |
1528 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | 1396 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
1529 | case $ac_top_builddir_sub in | 1397 | case $ac_top_builddir_sub in |
1530 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | 1398 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1531 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | 1399 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
@@ -1561,7 +1429,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |||
1561 | echo && | 1429 | echo && |
1562 | $SHELL "$ac_srcdir/configure" --help=recursive | 1430 | $SHELL "$ac_srcdir/configure" --help=recursive |
1563 | else | 1431 | else |
1564 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | 1432 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1565 | fi || ac_status=$? | 1433 | fi || ac_status=$? |
1566 | cd "$ac_pwd" || { ac_status=$?; break; } | 1434 | cd "$ac_pwd" || { ac_status=$?; break; } |
1567 | done | 1435 | done |
@@ -1571,10 +1439,10 @@ test -n "$ac_init_help" && exit $ac_status | |||
1571 | if $ac_init_version; then | 1439 | if $ac_init_version; then |
1572 | cat <<\_ACEOF | 1440 | cat <<\_ACEOF |
1573 | OpenSSH configure Portable | 1441 | OpenSSH configure Portable |
1574 | generated by GNU Autoconf 2.62 | 1442 | generated by GNU Autoconf 2.61 |
1575 | 1443 | ||
1576 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 1444 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
1577 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 1445 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
1578 | This configure script is free software; the Free Software Foundation | 1446 | This configure script is free software; the Free Software Foundation |
1579 | gives unlimited permission to copy, distribute and modify it. | 1447 | gives unlimited permission to copy, distribute and modify it. |
1580 | _ACEOF | 1448 | _ACEOF |
@@ -1585,7 +1453,7 @@ This file contains any messages produced by compilers while | |||
1585 | running configure, to aid debugging if configure makes a mistake. | 1453 | running configure, to aid debugging if configure makes a mistake. |
1586 | 1454 | ||
1587 | It was created by OpenSSH $as_me Portable, which was | 1455 | It was created by OpenSSH $as_me Portable, which was |
1588 | generated by GNU Autoconf 2.62. Invocation command line was | 1456 | generated by GNU Autoconf 2.61. Invocation command line was |
1589 | 1457 | ||
1590 | $ $0 $@ | 1458 | $ $0 $@ |
1591 | 1459 | ||
@@ -1621,7 +1489,7 @@ for as_dir in $PATH | |||
1621 | do | 1489 | do |
1622 | IFS=$as_save_IFS | 1490 | IFS=$as_save_IFS |
1623 | test -z "$as_dir" && as_dir=. | 1491 | test -z "$as_dir" && as_dir=. |
1624 | $as_echo "PATH: $as_dir" | 1492 | echo "PATH: $as_dir" |
1625 | done | 1493 | done |
1626 | IFS=$as_save_IFS | 1494 | IFS=$as_save_IFS |
1627 | 1495 | ||
@@ -1656,7 +1524,7 @@ do | |||
1656 | | -silent | --silent | --silen | --sile | --sil) | 1524 | | -silent | --silent | --silen | --sile | --sil) |
1657 | continue ;; | 1525 | continue ;; |
1658 | *\'*) | 1526 | *\'*) |
1659 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | 1527 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
1660 | esac | 1528 | esac |
1661 | case $ac_pass in | 1529 | case $ac_pass in |
1662 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | 1530 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
@@ -1708,12 +1576,11 @@ _ASBOX | |||
1708 | case $ac_val in #( | 1576 | case $ac_val in #( |
1709 | *${as_nl}*) | 1577 | *${as_nl}*) |
1710 | case $ac_var in #( | 1578 | case $ac_var in #( |
1711 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | 1579 | *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
1712 | $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | 1580 | echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
1713 | esac | 1581 | esac |
1714 | case $ac_var in #( | 1582 | case $ac_var in #( |
1715 | _ | IFS | as_nl) ;; #( | 1583 | _ | IFS | as_nl) ;; #( |
1716 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | ||
1717 | *) $as_unset $ac_var ;; | 1584 | *) $as_unset $ac_var ;; |
1718 | esac ;; | 1585 | esac ;; |
1719 | esac | 1586 | esac |
@@ -1743,9 +1610,9 @@ _ASBOX | |||
1743 | do | 1610 | do |
1744 | eval ac_val=\$$ac_var | 1611 | eval ac_val=\$$ac_var |
1745 | case $ac_val in | 1612 | case $ac_val in |
1746 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | 1613 | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1747 | esac | 1614 | esac |
1748 | $as_echo "$ac_var='\''$ac_val'\''" | 1615 | echo "$ac_var='\''$ac_val'\''" |
1749 | done | sort | 1616 | done | sort |
1750 | echo | 1617 | echo |
1751 | 1618 | ||
@@ -1760,9 +1627,9 @@ _ASBOX | |||
1760 | do | 1627 | do |
1761 | eval ac_val=\$$ac_var | 1628 | eval ac_val=\$$ac_var |
1762 | case $ac_val in | 1629 | case $ac_val in |
1763 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | 1630 | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1764 | esac | 1631 | esac |
1765 | $as_echo "$ac_var='\''$ac_val'\''" | 1632 | echo "$ac_var='\''$ac_val'\''" |
1766 | done | sort | 1633 | done | sort |
1767 | echo | 1634 | echo |
1768 | fi | 1635 | fi |
@@ -1778,8 +1645,8 @@ _ASBOX | |||
1778 | echo | 1645 | echo |
1779 | fi | 1646 | fi |
1780 | test "$ac_signal" != 0 && | 1647 | test "$ac_signal" != 0 && |
1781 | $as_echo "$as_me: caught signal $ac_signal" | 1648 | echo "$as_me: caught signal $ac_signal" |
1782 | $as_echo "$as_me: exit $exit_status" | 1649 | echo "$as_me: exit $exit_status" |
1783 | } >&5 | 1650 | } >&5 |
1784 | rm -f core *.core core.conftest.* && | 1651 | rm -f core *.core core.conftest.* && |
1785 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | 1652 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
@@ -1821,24 +1688,21 @@ _ACEOF | |||
1821 | 1688 | ||
1822 | 1689 | ||
1823 | # Let the site file select an alternate cache file if it wants to. | 1690 | # Let the site file select an alternate cache file if it wants to. |
1824 | # Prefer an explicitly selected file to automatically selected ones. | 1691 | # Prefer explicitly selected file to automatically selected ones. |
1825 | ac_site_file1=NONE | ||
1826 | ac_site_file2=NONE | ||
1827 | if test -n "$CONFIG_SITE"; then | 1692 | if test -n "$CONFIG_SITE"; then |
1828 | ac_site_file1=$CONFIG_SITE | 1693 | set x "$CONFIG_SITE" |
1829 | elif test "x$prefix" != xNONE; then | 1694 | elif test "x$prefix" != xNONE; then |
1830 | ac_site_file1=$prefix/share/config.site | 1695 | set x "$prefix/share/config.site" "$prefix/etc/config.site" |
1831 | ac_site_file2=$prefix/etc/config.site | ||
1832 | else | 1696 | else |
1833 | ac_site_file1=$ac_default_prefix/share/config.site | 1697 | set x "$ac_default_prefix/share/config.site" \ |
1834 | ac_site_file2=$ac_default_prefix/etc/config.site | 1698 | "$ac_default_prefix/etc/config.site" |
1835 | fi | 1699 | fi |
1836 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | 1700 | shift |
1701 | for ac_site_file | ||
1837 | do | 1702 | do |
1838 | test "x$ac_site_file" = xNONE && continue | ||
1839 | if test -r "$ac_site_file"; then | 1703 | if test -r "$ac_site_file"; then |
1840 | { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | 1704 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
1841 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 1705 | echo "$as_me: loading site script $ac_site_file" >&6;} |
1842 | sed 's/^/| /' "$ac_site_file" >&5 | 1706 | sed 's/^/| /' "$ac_site_file" >&5 |
1843 | . "$ac_site_file" | 1707 | . "$ac_site_file" |
1844 | fi | 1708 | fi |
@@ -1848,16 +1712,16 @@ if test -r "$cache_file"; then | |||
1848 | # Some versions of bash will fail to source /dev/null (special | 1712 | # Some versions of bash will fail to source /dev/null (special |
1849 | # files actually), so we avoid doing that. | 1713 | # files actually), so we avoid doing that. |
1850 | if test -f "$cache_file"; then | 1714 | if test -f "$cache_file"; then |
1851 | { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 | 1715 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
1852 | $as_echo "$as_me: loading cache $cache_file" >&6;} | 1716 | echo "$as_me: loading cache $cache_file" >&6;} |
1853 | case $cache_file in | 1717 | case $cache_file in |
1854 | [\\/]* | ?:[\\/]* ) . "$cache_file";; | 1718 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
1855 | *) . "./$cache_file";; | 1719 | *) . "./$cache_file";; |
1856 | esac | 1720 | esac |
1857 | fi | 1721 | fi |
1858 | else | 1722 | else |
1859 | { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 | 1723 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
1860 | $as_echo "$as_me: creating cache $cache_file" >&6;} | 1724 | echo "$as_me: creating cache $cache_file" >&6;} |
1861 | >$cache_file | 1725 | >$cache_file |
1862 | fi | 1726 | fi |
1863 | 1727 | ||
@@ -1871,38 +1735,29 @@ for ac_var in $ac_precious_vars; do | |||
1871 | eval ac_new_val=\$ac_env_${ac_var}_value | 1735 | eval ac_new_val=\$ac_env_${ac_var}_value |
1872 | case $ac_old_set,$ac_new_set in | 1736 | case $ac_old_set,$ac_new_set in |
1873 | set,) | 1737 | set,) |
1874 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | 1738 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
1875 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | 1739 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
1876 | ac_cache_corrupted=: ;; | 1740 | ac_cache_corrupted=: ;; |
1877 | ,set) | 1741 | ,set) |
1878 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | 1742 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
1879 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | 1743 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
1880 | ac_cache_corrupted=: ;; | 1744 | ac_cache_corrupted=: ;; |
1881 | ,);; | 1745 | ,);; |
1882 | *) | 1746 | *) |
1883 | if test "x$ac_old_val" != "x$ac_new_val"; then | 1747 | if test "x$ac_old_val" != "x$ac_new_val"; then |
1884 | # differences in whitespace do not lead to failure. | 1748 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
1885 | ac_old_val_w=`echo x $ac_old_val` | 1749 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
1886 | ac_new_val_w=`echo x $ac_new_val` | 1750 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
1887 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | 1751 | echo "$as_me: former value: $ac_old_val" >&2;} |
1888 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 | 1752 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
1889 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | 1753 | echo "$as_me: current value: $ac_new_val" >&2;} |
1890 | ac_cache_corrupted=: | 1754 | 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;} | ||
1900 | fi;; | 1755 | fi;; |
1901 | esac | 1756 | esac |
1902 | # Pass precious variables to config.status. | 1757 | # Pass precious variables to config.status. |
1903 | if test "$ac_new_set" = set; then | 1758 | if test "$ac_new_set" = set; then |
1904 | case $ac_new_val in | 1759 | case $ac_new_val in |
1905 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | 1760 | *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
1906 | *) ac_arg=$ac_var=$ac_new_val ;; | 1761 | *) ac_arg=$ac_var=$ac_new_val ;; |
1907 | esac | 1762 | esac |
1908 | case " $ac_configure_args " in | 1763 | case " $ac_configure_args " in |
@@ -1912,10 +1767,10 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |||
1912 | fi | 1767 | fi |
1913 | done | 1768 | done |
1914 | if $ac_cache_corrupted; then | 1769 | if $ac_cache_corrupted; then |
1915 | { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | 1770 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
1916 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 1771 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
1917 | { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | 1772 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
1918 | $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | 1773 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
1919 | { (exit 1); exit 1; }; } | 1774 | { (exit 1); exit 1; }; } |
1920 | fi | 1775 | fi |
1921 | 1776 | ||
@@ -1963,10 +1818,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
1963 | if test -n "$ac_tool_prefix"; then | 1818 | if test -n "$ac_tool_prefix"; then |
1964 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | 1819 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
1965 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 1820 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
1966 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 1821 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
1967 | $as_echo_n "checking for $ac_word... " >&6; } | 1822 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
1968 | if test "${ac_cv_prog_CC+set}" = set; then | 1823 | if test "${ac_cv_prog_CC+set}" = set; then |
1969 | $as_echo_n "(cached) " >&6 | 1824 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
1970 | else | 1825 | else |
1971 | if test -n "$CC"; then | 1826 | if test -n "$CC"; then |
1972 | ac_cv_prog_CC="$CC" # Let the user override the test. | 1827 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -1979,7 +1834,7 @@ do | |||
1979 | for ac_exec_ext in '' $ac_executable_extensions; do | 1834 | for ac_exec_ext in '' $ac_executable_extensions; do |
1980 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 1835 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
1981 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | 1836 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
1982 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 1837 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1983 | break 2 | 1838 | break 2 |
1984 | fi | 1839 | fi |
1985 | done | 1840 | done |
@@ -1990,11 +1845,11 @@ fi | |||
1990 | fi | 1845 | fi |
1991 | CC=$ac_cv_prog_CC | 1846 | CC=$ac_cv_prog_CC |
1992 | if test -n "$CC"; then | 1847 | if test -n "$CC"; then |
1993 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 | 1848 | { echo "$as_me:$LINENO: result: $CC" >&5 |
1994 | $as_echo "$CC" >&6; } | 1849 | echo "${ECHO_T}$CC" >&6; } |
1995 | else | 1850 | else |
1996 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 1851 | { echo "$as_me:$LINENO: result: no" >&5 |
1997 | $as_echo "no" >&6; } | 1852 | echo "${ECHO_T}no" >&6; } |
1998 | fi | 1853 | fi |
1999 | 1854 | ||
2000 | 1855 | ||
@@ -2003,10 +1858,10 @@ if test -z "$ac_cv_prog_CC"; then | |||
2003 | ac_ct_CC=$CC | 1858 | ac_ct_CC=$CC |
2004 | # Extract the first word of "gcc", so it can be a program name with args. | 1859 | # Extract the first word of "gcc", so it can be a program name with args. |
2005 | set dummy gcc; ac_word=$2 | 1860 | set dummy gcc; ac_word=$2 |
2006 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 1861 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2007 | $as_echo_n "checking for $ac_word... " >&6; } | 1862 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2008 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | 1863 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2009 | $as_echo_n "(cached) " >&6 | 1864 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2010 | else | 1865 | else |
2011 | if test -n "$ac_ct_CC"; then | 1866 | if test -n "$ac_ct_CC"; then |
2012 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 1867 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
@@ -2019,7 +1874,7 @@ do | |||
2019 | for ac_exec_ext in '' $ac_executable_extensions; do | 1874 | for ac_exec_ext in '' $ac_executable_extensions; do |
2020 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 1875 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2021 | ac_cv_prog_ac_ct_CC="gcc" | 1876 | ac_cv_prog_ac_ct_CC="gcc" |
2022 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 1877 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2023 | break 2 | 1878 | break 2 |
2024 | fi | 1879 | fi |
2025 | done | 1880 | done |
@@ -2030,11 +1885,11 @@ fi | |||
2030 | fi | 1885 | fi |
2031 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | 1886 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
2032 | if test -n "$ac_ct_CC"; then | 1887 | if test -n "$ac_ct_CC"; then |
2033 | { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | 1888 | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2034 | $as_echo "$ac_ct_CC" >&6; } | 1889 | echo "${ECHO_T}$ac_ct_CC" >&6; } |
2035 | else | 1890 | else |
2036 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 1891 | { echo "$as_me:$LINENO: result: no" >&5 |
2037 | $as_echo "no" >&6; } | 1892 | echo "${ECHO_T}no" >&6; } |
2038 | fi | 1893 | fi |
2039 | 1894 | ||
2040 | if test "x$ac_ct_CC" = x; then | 1895 | if test "x$ac_ct_CC" = x; then |
@@ -2042,10 +1897,10 @@ fi | |||
2042 | else | 1897 | else |
2043 | case $cross_compiling:$ac_tool_warned in | 1898 | case $cross_compiling:$ac_tool_warned in |
2044 | yes:) | 1899 | yes:) |
2045 | { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | 1900 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
2046 | whose name does not start with the host triplet. If you think this | 1901 | whose name does not start with the host triplet. If you think this |
2047 | configuration is useful to you, please write to autoconf@gnu.org." >&5 | 1902 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
2048 | $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | 1903 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
2049 | whose name does not start with the host triplet. If you think this | 1904 | whose name does not start with the host triplet. If you think this |
2050 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | 1905 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
2051 | ac_tool_warned=yes ;; | 1906 | ac_tool_warned=yes ;; |
@@ -2060,10 +1915,10 @@ if test -z "$CC"; then | |||
2060 | if test -n "$ac_tool_prefix"; then | 1915 | if test -n "$ac_tool_prefix"; then |
2061 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | 1916 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
2062 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 1917 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
2063 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 1918 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2064 | $as_echo_n "checking for $ac_word... " >&6; } | 1919 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2065 | if test "${ac_cv_prog_CC+set}" = set; then | 1920 | if test "${ac_cv_prog_CC+set}" = set; then |
2066 | $as_echo_n "(cached) " >&6 | 1921 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2067 | else | 1922 | else |
2068 | if test -n "$CC"; then | 1923 | if test -n "$CC"; then |
2069 | ac_cv_prog_CC="$CC" # Let the user override the test. | 1924 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -2076,7 +1931,7 @@ do | |||
2076 | for ac_exec_ext in '' $ac_executable_extensions; do | 1931 | 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 | 1932 | 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_CC="${ac_tool_prefix}cc" | 1933 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
2079 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 1934 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2080 | break 2 | 1935 | break 2 |
2081 | fi | 1936 | fi |
2082 | done | 1937 | done |
@@ -2087,11 +1942,11 @@ fi | |||
2087 | fi | 1942 | fi |
2088 | CC=$ac_cv_prog_CC | 1943 | CC=$ac_cv_prog_CC |
2089 | if test -n "$CC"; then | 1944 | if test -n "$CC"; then |
2090 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 | 1945 | { echo "$as_me:$LINENO: result: $CC" >&5 |
2091 | $as_echo "$CC" >&6; } | 1946 | echo "${ECHO_T}$CC" >&6; } |
2092 | else | 1947 | else |
2093 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 1948 | { echo "$as_me:$LINENO: result: no" >&5 |
2094 | $as_echo "no" >&6; } | 1949 | echo "${ECHO_T}no" >&6; } |
2095 | fi | 1950 | fi |
2096 | 1951 | ||
2097 | 1952 | ||
@@ -2100,10 +1955,10 @@ fi | |||
2100 | if test -z "$CC"; then | 1955 | if test -z "$CC"; then |
2101 | # Extract the first word of "cc", so it can be a program name with args. | 1956 | # Extract the first word of "cc", so it can be a program name with args. |
2102 | set dummy cc; ac_word=$2 | 1957 | set dummy cc; ac_word=$2 |
2103 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 1958 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2104 | $as_echo_n "checking for $ac_word... " >&6; } | 1959 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2105 | if test "${ac_cv_prog_CC+set}" = set; then | 1960 | if test "${ac_cv_prog_CC+set}" = set; then |
2106 | $as_echo_n "(cached) " >&6 | 1961 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2107 | else | 1962 | else |
2108 | if test -n "$CC"; then | 1963 | if test -n "$CC"; then |
2109 | ac_cv_prog_CC="$CC" # Let the user override the test. | 1964 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -2121,7 +1976,7 @@ do | |||
2121 | continue | 1976 | continue |
2122 | fi | 1977 | fi |
2123 | ac_cv_prog_CC="cc" | 1978 | ac_cv_prog_CC="cc" |
2124 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 1979 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2125 | break 2 | 1980 | break 2 |
2126 | fi | 1981 | fi |
2127 | done | 1982 | done |
@@ -2144,11 +1999,11 @@ fi | |||
2144 | fi | 1999 | fi |
2145 | CC=$ac_cv_prog_CC | 2000 | CC=$ac_cv_prog_CC |
2146 | if test -n "$CC"; then | 2001 | if test -n "$CC"; then |
2147 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 | 2002 | { echo "$as_me:$LINENO: result: $CC" >&5 |
2148 | $as_echo "$CC" >&6; } | 2003 | echo "${ECHO_T}$CC" >&6; } |
2149 | else | 2004 | else |
2150 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 2005 | { echo "$as_me:$LINENO: result: no" >&5 |
2151 | $as_echo "no" >&6; } | 2006 | echo "${ECHO_T}no" >&6; } |
2152 | fi | 2007 | fi |
2153 | 2008 | ||
2154 | 2009 | ||
@@ -2159,10 +2014,10 @@ if test -z "$CC"; then | |||
2159 | do | 2014 | do |
2160 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | 2015 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2161 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 2016 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2162 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2017 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2163 | $as_echo_n "checking for $ac_word... " >&6; } | 2018 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2164 | if test "${ac_cv_prog_CC+set}" = set; then | 2019 | if test "${ac_cv_prog_CC+set}" = set; then |
2165 | $as_echo_n "(cached) " >&6 | 2020 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2166 | else | 2021 | else |
2167 | if test -n "$CC"; then | 2022 | if test -n "$CC"; then |
2168 | ac_cv_prog_CC="$CC" # Let the user override the test. | 2023 | ac_cv_prog_CC="$CC" # Let the user override the test. |
@@ -2175,7 +2030,7 @@ do | |||
2175 | for ac_exec_ext in '' $ac_executable_extensions; do | 2030 | for ac_exec_ext in '' $ac_executable_extensions; do |
2176 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2031 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2177 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | 2032 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
2178 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2033 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2179 | break 2 | 2034 | break 2 |
2180 | fi | 2035 | fi |
2181 | done | 2036 | done |
@@ -2186,11 +2041,11 @@ fi | |||
2186 | fi | 2041 | fi |
2187 | CC=$ac_cv_prog_CC | 2042 | CC=$ac_cv_prog_CC |
2188 | if test -n "$CC"; then | 2043 | if test -n "$CC"; then |
2189 | { $as_echo "$as_me:$LINENO: result: $CC" >&5 | 2044 | { echo "$as_me:$LINENO: result: $CC" >&5 |
2190 | $as_echo "$CC" >&6; } | 2045 | echo "${ECHO_T}$CC" >&6; } |
2191 | else | 2046 | else |
2192 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 2047 | { echo "$as_me:$LINENO: result: no" >&5 |
2193 | $as_echo "no" >&6; } | 2048 | echo "${ECHO_T}no" >&6; } |
2194 | fi | 2049 | fi |
2195 | 2050 | ||
2196 | 2051 | ||
@@ -2203,10 +2058,10 @@ if test -z "$CC"; then | |||
2203 | do | 2058 | do |
2204 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 2059 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
2205 | set dummy $ac_prog; ac_word=$2 | 2060 | set dummy $ac_prog; ac_word=$2 |
2206 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 2061 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2207 | $as_echo_n "checking for $ac_word... " >&6; } | 2062 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
2208 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | 2063 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2209 | $as_echo_n "(cached) " >&6 | 2064 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2210 | else | 2065 | else |
2211 | if test -n "$ac_ct_CC"; then | 2066 | if test -n "$ac_ct_CC"; then |
2212 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | 2067 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
@@ -2219,7 +2074,7 @@ do | |||
2219 | for ac_exec_ext in '' $ac_executable_extensions; do | 2074 | for ac_exec_ext in '' $ac_executable_extensions; do |
2220 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 2075 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2221 | ac_cv_prog_ac_ct_CC="$ac_prog" | 2076 | ac_cv_prog_ac_ct_CC="$ac_prog" |
2222 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 2077 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2223 | break 2 | 2078 | break 2 |
2224 | fi | 2079 | fi |
2225 | done | 2080 | done |
@@ -2230,11 +2085,11 @@ fi | |||
2230 | fi | 2085 | fi |
2231 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | 2086 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
2232 | if test -n "$ac_ct_CC"; then | 2087 | if test -n "$ac_ct_CC"; then |
2233 | { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | 2088 | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2234 | $as_echo "$ac_ct_CC" >&6; } | 2089 | echo "${ECHO_T}$ac_ct_CC" >&6; } |
2235 | else | 2090 | else |
2236 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 2091 | { echo "$as_me:$LINENO: result: no" >&5 |
2237 | $as_echo "no" >&6; } | 2092 | echo "${ECHO_T}no" >&6; } |
2238 | fi | 2093 | fi |
2239 | 2094 | ||
2240 | 2095 | ||
@@ -2246,10 +2101,10 @@ done | |||
2246 | else | 2101 | else |
2247 | case $cross_compiling:$ac_tool_warned in | 2102 | case $cross_compiling:$ac_tool_warned in |
2248 | yes:) | 2103 | yes:) |
2249 | { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | 2104 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
2250 | whose name does not start with the host triplet. If you think this | 2105 | whose name does not start with the host triplet. If you think this |
2251 | configuration is useful to you, please write to autoconf@gnu.org." >&5 | 2106 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
2252 | $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | 2107 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
2253 | whose name does not start with the host triplet. If you think this | 2108 | whose name does not start with the host triplet. If you think this |
2254 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | 2109 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
2255 | ac_tool_warned=yes ;; | 2110 | ac_tool_warned=yes ;; |
@@ -2261,48 +2116,44 @@ fi | |||
2261 | fi | 2116 | fi |
2262 | 2117 | ||
2263 | 2118 | ||
2264 | test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | 2119 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
2265 | See \`config.log' for more details." >&5 | 2120 | See \`config.log' for more details." >&5 |
2266 | $as_echo "$as_me: error: no acceptable C compiler found in \$PATH | 2121 | echo "$as_me: error: no acceptable C compiler found in \$PATH |
2267 | See \`config.log' for more details." >&2;} | 2122 | See \`config.log' for more details." >&2;} |
2268 | { (exit 1); exit 1; }; } | 2123 | { (exit 1); exit 1; }; } |
2269 | 2124 | ||
2270 | # Provide some information about the compiler. | 2125 | # Provide some information about the compiler. |
2271 | $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 | 2126 | echo "$as_me:$LINENO: checking for C compiler version" >&5 |
2272 | set X $ac_compile | 2127 | ac_compiler=`set X $ac_compile; echo $2` |
2273 | ac_compiler=$2 | ||
2274 | { (ac_try="$ac_compiler --version >&5" | 2128 | { (ac_try="$ac_compiler --version >&5" |
2275 | case "(($ac_try" in | 2129 | case "(($ac_try" in |
2276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2130 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2277 | *) ac_try_echo=$ac_try;; | 2131 | *) ac_try_echo=$ac_try;; |
2278 | esac | 2132 | esac |
2279 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2133 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2280 | $as_echo "$ac_try_echo") >&5 | ||
2281 | (eval "$ac_compiler --version >&5") 2>&5 | 2134 | (eval "$ac_compiler --version >&5") 2>&5 |
2282 | ac_status=$? | 2135 | ac_status=$? |
2283 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2136 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2284 | (exit $ac_status); } | 2137 | (exit $ac_status); } |
2285 | { (ac_try="$ac_compiler -v >&5" | 2138 | { (ac_try="$ac_compiler -v >&5" |
2286 | case "(($ac_try" in | 2139 | case "(($ac_try" in |
2287 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2140 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2288 | *) ac_try_echo=$ac_try;; | 2141 | *) ac_try_echo=$ac_try;; |
2289 | esac | 2142 | esac |
2290 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2143 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2291 | $as_echo "$ac_try_echo") >&5 | ||
2292 | (eval "$ac_compiler -v >&5") 2>&5 | 2144 | (eval "$ac_compiler -v >&5") 2>&5 |
2293 | ac_status=$? | 2145 | ac_status=$? |
2294 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2146 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2295 | (exit $ac_status); } | 2147 | (exit $ac_status); } |
2296 | { (ac_try="$ac_compiler -V >&5" | 2148 | { (ac_try="$ac_compiler -V >&5" |
2297 | case "(($ac_try" in | 2149 | case "(($ac_try" in |
2298 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2150 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2299 | *) ac_try_echo=$ac_try;; | 2151 | *) ac_try_echo=$ac_try;; |
2300 | esac | 2152 | esac |
2301 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2153 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2302 | $as_echo "$ac_try_echo") >&5 | ||
2303 | (eval "$ac_compiler -V >&5") 2>&5 | 2154 | (eval "$ac_compiler -V >&5") 2>&5 |
2304 | ac_status=$? | 2155 | ac_status=$? |
2305 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2156 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2306 | (exit $ac_status); } | 2157 | (exit $ac_status); } |
2307 | 2158 | ||
2308 | cat >conftest.$ac_ext <<_ACEOF | 2159 | cat >conftest.$ac_ext <<_ACEOF |
@@ -2321,22 +2172,27 @@ main () | |||
2321 | } | 2172 | } |
2322 | _ACEOF | 2173 | _ACEOF |
2323 | ac_clean_files_save=$ac_clean_files | 2174 | ac_clean_files_save=$ac_clean_files |
2324 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" | 2175 | ac_clean_files="$ac_clean_files a.out a.exe b.out" |
2325 | # Try to create an executable without -o first, disregard a.out. | 2176 | # Try to create an executable without -o first, disregard a.out. |
2326 | # It will help us diagnose broken compilers, and finding out an intuition | 2177 | # It will help us diagnose broken compilers, and finding out an intuition |
2327 | # of exeext. | 2178 | # of exeext. |
2328 | { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 | 2179 | { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
2329 | $as_echo_n "checking for C compiler default output file name... " >&6; } | 2180 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } |
2330 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 2181 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
2331 | 2182 | # | |
2332 | # The possible output files: | 2183 | # List of possible output files, starting from the most likely. |
2333 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | 2184 | # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) |
2334 | 2185 | # only as a last resort. b.out is created by i960 compilers. | |
2186 | ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' | ||
2187 | # | ||
2188 | # The IRIX 6 linker writes into existing files which may not be | ||
2189 | # executable, retaining their permissions. Remove them first so a | ||
2190 | # subsequent execution test works. | ||
2335 | ac_rmfiles= | 2191 | ac_rmfiles= |
2336 | for ac_file in $ac_files | 2192 | for ac_file in $ac_files |
2337 | do | 2193 | do |
2338 | case $ac_file in | 2194 | case $ac_file in |
2339 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | 2195 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
2340 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | 2196 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
2341 | esac | 2197 | esac |
2342 | done | 2198 | done |
@@ -2347,11 +2203,10 @@ case "(($ac_try" in | |||
2347 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2203 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2348 | *) ac_try_echo=$ac_try;; | 2204 | *) ac_try_echo=$ac_try;; |
2349 | esac | 2205 | esac |
2350 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2206 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2351 | $as_echo "$ac_try_echo") >&5 | ||
2352 | (eval "$ac_link_default") 2>&5 | 2207 | (eval "$ac_link_default") 2>&5 |
2353 | ac_status=$? | 2208 | ac_status=$? |
2354 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2209 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2355 | (exit $ac_status); }; then | 2210 | (exit $ac_status); }; then |
2356 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | 2211 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
2357 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | 2212 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
@@ -2362,7 +2217,7 @@ for ac_file in $ac_files '' | |||
2362 | do | 2217 | do |
2363 | test -f "$ac_file" || continue | 2218 | test -f "$ac_file" || continue |
2364 | case $ac_file in | 2219 | case $ac_file in |
2365 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) | 2220 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) |
2366 | ;; | 2221 | ;; |
2367 | [ab].out ) | 2222 | [ab].out ) |
2368 | # We found the default executable, but exeext='' is most | 2223 | # We found the default executable, but exeext='' is most |
@@ -2389,15 +2244,15 @@ else | |||
2389 | ac_file='' | 2244 | ac_file='' |
2390 | fi | 2245 | fi |
2391 | 2246 | ||
2392 | { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 | 2247 | { echo "$as_me:$LINENO: result: $ac_file" >&5 |
2393 | $as_echo "$ac_file" >&6; } | 2248 | echo "${ECHO_T}$ac_file" >&6; } |
2394 | if test -z "$ac_file"; then | 2249 | if test -z "$ac_file"; then |
2395 | $as_echo "$as_me: failed program was:" >&5 | 2250 | echo "$as_me: failed program was:" >&5 |
2396 | sed 's/^/| /' conftest.$ac_ext >&5 | 2251 | sed 's/^/| /' conftest.$ac_ext >&5 |
2397 | 2252 | ||
2398 | { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables | 2253 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables |
2399 | See \`config.log' for more details." >&5 | 2254 | See \`config.log' for more details." >&5 |
2400 | $as_echo "$as_me: error: C compiler cannot create executables | 2255 | echo "$as_me: error: C compiler cannot create executables |
2401 | See \`config.log' for more details." >&2;} | 2256 | See \`config.log' for more details." >&2;} |
2402 | { (exit 77); exit 77; }; } | 2257 | { (exit 77); exit 77; }; } |
2403 | fi | 2258 | fi |
@@ -2406,8 +2261,8 @@ ac_exeext=$ac_cv_exeext | |||
2406 | 2261 | ||
2407 | # Check that the compiler produces executables we can run. If not, either | 2262 | # Check that the compiler produces executables we can run. If not, either |
2408 | # the compiler is broken, or we cross compile. | 2263 | # the compiler is broken, or we cross compile. |
2409 | { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | 2264 | { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
2410 | $as_echo_n "checking whether the C compiler works... " >&6; } | 2265 | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } |
2411 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | 2266 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
2412 | # If not cross compiling, check that we can run a simple program. | 2267 | # If not cross compiling, check that we can run a simple program. |
2413 | if test "$cross_compiling" != yes; then | 2268 | if test "$cross_compiling" != yes; then |
@@ -2416,51 +2271,49 @@ if test "$cross_compiling" != yes; then | |||
2416 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2271 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2417 | *) ac_try_echo=$ac_try;; | 2272 | *) ac_try_echo=$ac_try;; |
2418 | esac | 2273 | esac |
2419 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2274 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2420 | $as_echo "$ac_try_echo") >&5 | ||
2421 | (eval "$ac_try") 2>&5 | 2275 | (eval "$ac_try") 2>&5 |
2422 | ac_status=$? | 2276 | ac_status=$? |
2423 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2424 | (exit $ac_status); }; }; then | 2278 | (exit $ac_status); }; }; then |
2425 | cross_compiling=no | 2279 | cross_compiling=no |
2426 | else | 2280 | else |
2427 | if test "$cross_compiling" = maybe; then | 2281 | if test "$cross_compiling" = maybe; then |
2428 | cross_compiling=yes | 2282 | cross_compiling=yes |
2429 | else | 2283 | else |
2430 | { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. | 2284 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
2431 | If you meant to cross compile, use \`--host'. | 2285 | If you meant to cross compile, use \`--host'. |
2432 | See \`config.log' for more details." >&5 | 2286 | See \`config.log' for more details." >&5 |
2433 | $as_echo "$as_me: error: cannot run C compiled programs. | 2287 | echo "$as_me: error: cannot run C compiled programs. |
2434 | If you meant to cross compile, use \`--host'. | 2288 | If you meant to cross compile, use \`--host'. |
2435 | See \`config.log' for more details." >&2;} | 2289 | See \`config.log' for more details." >&2;} |
2436 | { (exit 1); exit 1; }; } | 2290 | { (exit 1); exit 1; }; } |
2437 | fi | 2291 | fi |
2438 | fi | 2292 | fi |
2439 | fi | 2293 | fi |
2440 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 2294 | { echo "$as_me:$LINENO: result: yes" >&5 |
2441 | $as_echo "yes" >&6; } | 2295 | echo "${ECHO_T}yes" >&6; } |
2442 | 2296 | ||
2443 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out | 2297 | rm -f a.out a.exe conftest$ac_cv_exeext b.out |
2444 | ac_clean_files=$ac_clean_files_save | 2298 | ac_clean_files=$ac_clean_files_save |
2445 | # Check that the compiler produces executables we can run. If not, either | 2299 | # Check that the compiler produces executables we can run. If not, either |
2446 | # the compiler is broken, or we cross compile. | 2300 | # the compiler is broken, or we cross compile. |
2447 | { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | 2301 | { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
2448 | $as_echo_n "checking whether we are cross compiling... " >&6; } | 2302 | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } |
2449 | { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 | 2303 | { echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
2450 | $as_echo "$cross_compiling" >&6; } | 2304 | echo "${ECHO_T}$cross_compiling" >&6; } |
2451 | 2305 | ||
2452 | { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 | 2306 | { echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
2453 | $as_echo_n "checking for suffix of executables... " >&6; } | 2307 | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } |
2454 | if { (ac_try="$ac_link" | 2308 | if { (ac_try="$ac_link" |
2455 | case "(($ac_try" in | 2309 | case "(($ac_try" in |
2456 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2310 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2457 | *) ac_try_echo=$ac_try;; | 2311 | *) ac_try_echo=$ac_try;; |
2458 | esac | 2312 | esac |
2459 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2313 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2460 | $as_echo "$ac_try_echo") >&5 | ||
2461 | (eval "$ac_link") 2>&5 | 2314 | (eval "$ac_link") 2>&5 |
2462 | ac_status=$? | 2315 | ac_status=$? |
2463 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2464 | (exit $ac_status); }; then | 2317 | (exit $ac_status); }; then |
2465 | # If both `conftest.exe' and `conftest' are `present' (well, observable) | 2318 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
2466 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | 2319 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
@@ -2469,31 +2322,31 @@ $as_echo "$ac_try_echo") >&5 | |||
2469 | for ac_file in conftest.exe conftest conftest.*; do | 2322 | for ac_file in conftest.exe conftest conftest.*; do |
2470 | test -f "$ac_file" || continue | 2323 | test -f "$ac_file" || continue |
2471 | case $ac_file in | 2324 | case $ac_file in |
2472 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | 2325 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
2473 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | 2326 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
2474 | break;; | 2327 | break;; |
2475 | * ) break;; | 2328 | * ) break;; |
2476 | esac | 2329 | esac |
2477 | done | 2330 | done |
2478 | else | 2331 | else |
2479 | { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link | 2332 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
2480 | See \`config.log' for more details." >&5 | 2333 | See \`config.log' for more details." >&5 |
2481 | $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | 2334 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
2482 | See \`config.log' for more details." >&2;} | 2335 | See \`config.log' for more details." >&2;} |
2483 | { (exit 1); exit 1; }; } | 2336 | { (exit 1); exit 1; }; } |
2484 | fi | 2337 | fi |
2485 | 2338 | ||
2486 | rm -f conftest$ac_cv_exeext | 2339 | rm -f conftest$ac_cv_exeext |
2487 | { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | 2340 | { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
2488 | $as_echo "$ac_cv_exeext" >&6; } | 2341 | echo "${ECHO_T}$ac_cv_exeext" >&6; } |
2489 | 2342 | ||
2490 | rm -f conftest.$ac_ext | 2343 | rm -f conftest.$ac_ext |
2491 | EXEEXT=$ac_cv_exeext | 2344 | EXEEXT=$ac_cv_exeext |
2492 | ac_exeext=$EXEEXT | 2345 | ac_exeext=$EXEEXT |
2493 | { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 | 2346 | { echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
2494 | $as_echo_n "checking for suffix of object files... " >&6; } | 2347 | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } |
2495 | if test "${ac_cv_objext+set}" = set; then | 2348 | if test "${ac_cv_objext+set}" = set; then |
2496 | $as_echo_n "(cached) " >&6 | 2349 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2497 | else | 2350 | else |
2498 | cat >conftest.$ac_ext <<_ACEOF | 2351 | cat >conftest.$ac_ext <<_ACEOF |
2499 | /* confdefs.h. */ | 2352 | /* confdefs.h. */ |
@@ -2516,41 +2369,40 @@ case "(($ac_try" in | |||
2516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2369 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2517 | *) ac_try_echo=$ac_try;; | 2370 | *) ac_try_echo=$ac_try;; |
2518 | esac | 2371 | esac |
2519 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2372 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2520 | $as_echo "$ac_try_echo") >&5 | ||
2521 | (eval "$ac_compile") 2>&5 | 2373 | (eval "$ac_compile") 2>&5 |
2522 | ac_status=$? | 2374 | ac_status=$? |
2523 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2375 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2524 | (exit $ac_status); }; then | 2376 | (exit $ac_status); }; then |
2525 | for ac_file in conftest.o conftest.obj conftest.*; do | 2377 | for ac_file in conftest.o conftest.obj conftest.*; do |
2526 | test -f "$ac_file" || continue; | 2378 | test -f "$ac_file" || continue; |
2527 | case $ac_file in | 2379 | case $ac_file in |
2528 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; | 2380 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; |
2529 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | 2381 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
2530 | break;; | 2382 | break;; |
2531 | esac | 2383 | esac |
2532 | done | 2384 | done |
2533 | else | 2385 | else |
2534 | $as_echo "$as_me: failed program was:" >&5 | 2386 | echo "$as_me: failed program was:" >&5 |
2535 | sed 's/^/| /' conftest.$ac_ext >&5 | 2387 | sed 's/^/| /' conftest.$ac_ext >&5 |
2536 | 2388 | ||
2537 | { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | 2389 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
2538 | See \`config.log' for more details." >&5 | 2390 | See \`config.log' for more details." >&5 |
2539 | $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile | 2391 | echo "$as_me: error: cannot compute suffix of object files: cannot compile |
2540 | See \`config.log' for more details." >&2;} | 2392 | See \`config.log' for more details." >&2;} |
2541 | { (exit 1); exit 1; }; } | 2393 | { (exit 1); exit 1; }; } |
2542 | fi | 2394 | fi |
2543 | 2395 | ||
2544 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2396 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
2545 | fi | 2397 | fi |
2546 | { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | 2398 | { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
2547 | $as_echo "$ac_cv_objext" >&6; } | 2399 | echo "${ECHO_T}$ac_cv_objext" >&6; } |
2548 | OBJEXT=$ac_cv_objext | 2400 | OBJEXT=$ac_cv_objext |
2549 | ac_objext=$OBJEXT | 2401 | ac_objext=$OBJEXT |
2550 | { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | 2402 | { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
2551 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 2403 | echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } |
2552 | if test "${ac_cv_c_compiler_gnu+set}" = set; then | 2404 | if test "${ac_cv_c_compiler_gnu+set}" = set; then |
2553 | $as_echo_n "(cached) " >&6 | 2405 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2554 | else | 2406 | else |
2555 | cat >conftest.$ac_ext <<_ACEOF | 2407 | cat >conftest.$ac_ext <<_ACEOF |
2556 | /* confdefs.h. */ | 2408 | /* confdefs.h. */ |
@@ -2576,21 +2428,20 @@ case "(($ac_try" in | |||
2576 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2428 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2577 | *) ac_try_echo=$ac_try;; | 2429 | *) ac_try_echo=$ac_try;; |
2578 | esac | 2430 | esac |
2579 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2431 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2580 | $as_echo "$ac_try_echo") >&5 | ||
2581 | (eval "$ac_compile") 2>conftest.er1 | 2432 | (eval "$ac_compile") 2>conftest.er1 |
2582 | ac_status=$? | 2433 | ac_status=$? |
2583 | grep -v '^ *+' conftest.er1 >conftest.err | 2434 | grep -v '^ *+' conftest.er1 >conftest.err |
2584 | rm -f conftest.er1 | 2435 | rm -f conftest.er1 |
2585 | cat conftest.err >&5 | 2436 | cat conftest.err >&5 |
2586 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2587 | (exit $ac_status); } && { | 2438 | (exit $ac_status); } && { |
2588 | test -z "$ac_c_werror_flag" || | 2439 | test -z "$ac_c_werror_flag" || |
2589 | test ! -s conftest.err | 2440 | test ! -s conftest.err |
2590 | } && test -s conftest.$ac_objext; then | 2441 | } && test -s conftest.$ac_objext; then |
2591 | ac_compiler_gnu=yes | 2442 | ac_compiler_gnu=yes |
2592 | else | 2443 | else |
2593 | $as_echo "$as_me: failed program was:" >&5 | 2444 | echo "$as_me: failed program was:" >&5 |
2594 | sed 's/^/| /' conftest.$ac_ext >&5 | 2445 | sed 's/^/| /' conftest.$ac_ext >&5 |
2595 | 2446 | ||
2596 | ac_compiler_gnu=no | 2447 | ac_compiler_gnu=no |
@@ -2600,19 +2451,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
2600 | ac_cv_c_compiler_gnu=$ac_compiler_gnu | 2451 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
2601 | 2452 | ||
2602 | fi | 2453 | fi |
2603 | { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | 2454 | { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
2604 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | 2455 | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } |
2605 | if test $ac_compiler_gnu = yes; then | 2456 | GCC=`test $ac_compiler_gnu = yes && echo yes` |
2606 | GCC=yes | ||
2607 | else | ||
2608 | GCC= | ||
2609 | fi | ||
2610 | ac_test_CFLAGS=${CFLAGS+set} | 2457 | ac_test_CFLAGS=${CFLAGS+set} |
2611 | ac_save_CFLAGS=$CFLAGS | 2458 | ac_save_CFLAGS=$CFLAGS |
2612 | { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | 2459 | { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
2613 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | 2460 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } |
2614 | if test "${ac_cv_prog_cc_g+set}" = set; then | 2461 | if test "${ac_cv_prog_cc_g+set}" = set; then |
2615 | $as_echo_n "(cached) " >&6 | 2462 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2616 | else | 2463 | else |
2617 | ac_save_c_werror_flag=$ac_c_werror_flag | 2464 | ac_save_c_werror_flag=$ac_c_werror_flag |
2618 | ac_c_werror_flag=yes | 2465 | ac_c_werror_flag=yes |
@@ -2639,21 +2486,20 @@ case "(($ac_try" in | |||
2639 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2486 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2640 | *) ac_try_echo=$ac_try;; | 2487 | *) ac_try_echo=$ac_try;; |
2641 | esac | 2488 | esac |
2642 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2489 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2643 | $as_echo "$ac_try_echo") >&5 | ||
2644 | (eval "$ac_compile") 2>conftest.er1 | 2490 | (eval "$ac_compile") 2>conftest.er1 |
2645 | ac_status=$? | 2491 | ac_status=$? |
2646 | grep -v '^ *+' conftest.er1 >conftest.err | 2492 | grep -v '^ *+' conftest.er1 >conftest.err |
2647 | rm -f conftest.er1 | 2493 | rm -f conftest.er1 |
2648 | cat conftest.err >&5 | 2494 | cat conftest.err >&5 |
2649 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2650 | (exit $ac_status); } && { | 2496 | (exit $ac_status); } && { |
2651 | test -z "$ac_c_werror_flag" || | 2497 | test -z "$ac_c_werror_flag" || |
2652 | test ! -s conftest.err | 2498 | test ! -s conftest.err |
2653 | } && test -s conftest.$ac_objext; then | 2499 | } && test -s conftest.$ac_objext; then |
2654 | ac_cv_prog_cc_g=yes | 2500 | ac_cv_prog_cc_g=yes |
2655 | else | 2501 | else |
2656 | $as_echo "$as_me: failed program was:" >&5 | 2502 | echo "$as_me: failed program was:" >&5 |
2657 | sed 's/^/| /' conftest.$ac_ext >&5 | 2503 | sed 's/^/| /' conftest.$ac_ext >&5 |
2658 | 2504 | ||
2659 | CFLAGS="" | 2505 | CFLAGS="" |
@@ -2678,21 +2524,20 @@ case "(($ac_try" in | |||
2678 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2524 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2679 | *) ac_try_echo=$ac_try;; | 2525 | *) ac_try_echo=$ac_try;; |
2680 | esac | 2526 | esac |
2681 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2527 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2682 | $as_echo "$ac_try_echo") >&5 | ||
2683 | (eval "$ac_compile") 2>conftest.er1 | 2528 | (eval "$ac_compile") 2>conftest.er1 |
2684 | ac_status=$? | 2529 | ac_status=$? |
2685 | grep -v '^ *+' conftest.er1 >conftest.err | 2530 | grep -v '^ *+' conftest.er1 >conftest.err |
2686 | rm -f conftest.er1 | 2531 | rm -f conftest.er1 |
2687 | cat conftest.err >&5 | 2532 | cat conftest.err >&5 |
2688 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2533 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2689 | (exit $ac_status); } && { | 2534 | (exit $ac_status); } && { |
2690 | test -z "$ac_c_werror_flag" || | 2535 | test -z "$ac_c_werror_flag" || |
2691 | test ! -s conftest.err | 2536 | test ! -s conftest.err |
2692 | } && test -s conftest.$ac_objext; then | 2537 | } && test -s conftest.$ac_objext; then |
2693 | : | 2538 | : |
2694 | else | 2539 | else |
2695 | $as_echo "$as_me: failed program was:" >&5 | 2540 | echo "$as_me: failed program was:" >&5 |
2696 | sed 's/^/| /' conftest.$ac_ext >&5 | 2541 | sed 's/^/| /' conftest.$ac_ext >&5 |
2697 | 2542 | ||
2698 | ac_c_werror_flag=$ac_save_c_werror_flag | 2543 | ac_c_werror_flag=$ac_save_c_werror_flag |
@@ -2718,21 +2563,20 @@ case "(($ac_try" in | |||
2718 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2563 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2719 | *) ac_try_echo=$ac_try;; | 2564 | *) ac_try_echo=$ac_try;; |
2720 | esac | 2565 | esac |
2721 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2566 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2722 | $as_echo "$ac_try_echo") >&5 | ||
2723 | (eval "$ac_compile") 2>conftest.er1 | 2567 | (eval "$ac_compile") 2>conftest.er1 |
2724 | ac_status=$? | 2568 | ac_status=$? |
2725 | grep -v '^ *+' conftest.er1 >conftest.err | 2569 | grep -v '^ *+' conftest.er1 >conftest.err |
2726 | rm -f conftest.er1 | 2570 | rm -f conftest.er1 |
2727 | cat conftest.err >&5 | 2571 | cat conftest.err >&5 |
2728 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2572 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2729 | (exit $ac_status); } && { | 2573 | (exit $ac_status); } && { |
2730 | test -z "$ac_c_werror_flag" || | 2574 | test -z "$ac_c_werror_flag" || |
2731 | test ! -s conftest.err | 2575 | test ! -s conftest.err |
2732 | } && test -s conftest.$ac_objext; then | 2576 | } && test -s conftest.$ac_objext; then |
2733 | ac_cv_prog_cc_g=yes | 2577 | ac_cv_prog_cc_g=yes |
2734 | else | 2578 | else |
2735 | $as_echo "$as_me: failed program was:" >&5 | 2579 | echo "$as_me: failed program was:" >&5 |
2736 | sed 's/^/| /' conftest.$ac_ext >&5 | 2580 | sed 's/^/| /' conftest.$ac_ext >&5 |
2737 | 2581 | ||
2738 | 2582 | ||
@@ -2747,8 +2591,8 @@ fi | |||
2747 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 2591 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2748 | ac_c_werror_flag=$ac_save_c_werror_flag | 2592 | ac_c_werror_flag=$ac_save_c_werror_flag |
2749 | fi | 2593 | fi |
2750 | { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | 2594 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
2751 | $as_echo "$ac_cv_prog_cc_g" >&6; } | 2595 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } |
2752 | if test "$ac_test_CFLAGS" = set; then | 2596 | if test "$ac_test_CFLAGS" = set; then |
2753 | CFLAGS=$ac_save_CFLAGS | 2597 | CFLAGS=$ac_save_CFLAGS |
2754 | elif test $ac_cv_prog_cc_g = yes; then | 2598 | elif test $ac_cv_prog_cc_g = yes; then |
@@ -2764,10 +2608,10 @@ else | |||
2764 | CFLAGS= | 2608 | CFLAGS= |
2765 | fi | 2609 | fi |
2766 | fi | 2610 | fi |
2767 | { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 | 2611 | { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
2768 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 2612 | echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } |
2769 | if test "${ac_cv_prog_cc_c89+set}" = set; then | 2613 | if test "${ac_cv_prog_cc_c89+set}" = set; then |
2770 | $as_echo_n "(cached) " >&6 | 2614 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2771 | else | 2615 | else |
2772 | ac_cv_prog_cc_c89=no | 2616 | ac_cv_prog_cc_c89=no |
2773 | ac_save_CC=$CC | 2617 | ac_save_CC=$CC |
@@ -2838,21 +2682,20 @@ case "(($ac_try" in | |||
2838 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2682 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
2839 | *) ac_try_echo=$ac_try;; | 2683 | *) ac_try_echo=$ac_try;; |
2840 | esac | 2684 | esac |
2841 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2685 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
2842 | $as_echo "$ac_try_echo") >&5 | ||
2843 | (eval "$ac_compile") 2>conftest.er1 | 2686 | (eval "$ac_compile") 2>conftest.er1 |
2844 | ac_status=$? | 2687 | ac_status=$? |
2845 | grep -v '^ *+' conftest.er1 >conftest.err | 2688 | grep -v '^ *+' conftest.er1 >conftest.err |
2846 | rm -f conftest.er1 | 2689 | rm -f conftest.er1 |
2847 | cat conftest.err >&5 | 2690 | cat conftest.err >&5 |
2848 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
2849 | (exit $ac_status); } && { | 2692 | (exit $ac_status); } && { |
2850 | test -z "$ac_c_werror_flag" || | 2693 | test -z "$ac_c_werror_flag" || |
2851 | test ! -s conftest.err | 2694 | test ! -s conftest.err |
2852 | } && test -s conftest.$ac_objext; then | 2695 | } && test -s conftest.$ac_objext; then |
2853 | ac_cv_prog_cc_c89=$ac_arg | 2696 | ac_cv_prog_cc_c89=$ac_arg |
2854 | else | 2697 | else |
2855 | $as_echo "$as_me: failed program was:" >&5 | 2698 | echo "$as_me: failed program was:" >&5 |
2856 | sed 's/^/| /' conftest.$ac_ext >&5 | 2699 | sed 's/^/| /' conftest.$ac_ext >&5 |
2857 | 2700 | ||
2858 | 2701 | ||
@@ -2868,15 +2711,15 @@ fi | |||
2868 | # AC_CACHE_VAL | 2711 | # AC_CACHE_VAL |
2869 | case "x$ac_cv_prog_cc_c89" in | 2712 | case "x$ac_cv_prog_cc_c89" in |
2870 | x) | 2713 | x) |
2871 | { $as_echo "$as_me:$LINENO: result: none needed" >&5 | 2714 | { echo "$as_me:$LINENO: result: none needed" >&5 |
2872 | $as_echo "none needed" >&6; } ;; | 2715 | echo "${ECHO_T}none needed" >&6; } ;; |
2873 | xno) | 2716 | xno) |
2874 | { $as_echo "$as_me:$LINENO: result: unsupported" >&5 | 2717 | { echo "$as_me:$LINENO: result: unsupported" >&5 |
2875 | $as_echo "unsupported" >&6; } ;; | 2718 | echo "${ECHO_T}unsupported" >&6; } ;; |
2876 | *) | 2719 | *) |
2877 | CC="$CC $ac_cv_prog_cc_c89" | 2720 | CC="$CC $ac_cv_prog_cc_c89" |
2878 | { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 | 2721 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
2879 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | 2722 | echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; |
2880 | esac | 2723 | esac |
2881 | 2724 | ||
2882 | 2725 | ||
@@ -2903,8 +2746,8 @@ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | |||
2903 | fi | 2746 | fi |
2904 | done | 2747 | done |
2905 | if test -z "$ac_aux_dir"; then | 2748 | if test -z "$ac_aux_dir"; then |
2906 | { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 | 2749 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
2907 | $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} | 2750 | echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
2908 | { (exit 1); exit 1; }; } | 2751 | { (exit 1); exit 1; }; } |
2909 | fi | 2752 | fi |
2910 | 2753 | ||
@@ -2919,34 +2762,34 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |||
2919 | 2762 | ||
2920 | # Make sure we can run config.sub. | 2763 | # Make sure we can run config.sub. |
2921 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 2764 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2922 | { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 | 2765 | { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
2923 | $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} | 2766 | echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
2924 | { (exit 1); exit 1; }; } | 2767 | { (exit 1); exit 1; }; } |
2925 | 2768 | ||
2926 | { $as_echo "$as_me:$LINENO: checking build system type" >&5 | 2769 | { echo "$as_me:$LINENO: checking build system type" >&5 |
2927 | $as_echo_n "checking build system type... " >&6; } | 2770 | echo $ECHO_N "checking build system type... $ECHO_C" >&6; } |
2928 | if test "${ac_cv_build+set}" = set; then | 2771 | if test "${ac_cv_build+set}" = set; then |
2929 | $as_echo_n "(cached) " >&6 | 2772 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2930 | else | 2773 | else |
2931 | ac_build_alias=$build_alias | 2774 | ac_build_alias=$build_alias |
2932 | test "x$ac_build_alias" = x && | 2775 | test "x$ac_build_alias" = x && |
2933 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 2776 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
2934 | test "x$ac_build_alias" = x && | 2777 | test "x$ac_build_alias" = x && |
2935 | { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | 2778 | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
2936 | $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | 2779 | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
2937 | { (exit 1); exit 1; }; } | 2780 | { (exit 1); exit 1; }; } |
2938 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 2781 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
2939 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 | 2782 | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
2940 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} | 2783 | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
2941 | { (exit 1); exit 1; }; } | 2784 | { (exit 1); exit 1; }; } |
2942 | 2785 | ||
2943 | fi | 2786 | fi |
2944 | { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | 2787 | { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
2945 | $as_echo "$ac_cv_build" >&6; } | 2788 | echo "${ECHO_T}$ac_cv_build" >&6; } |
2946 | case $ac_cv_build in | 2789 | case $ac_cv_build in |
2947 | *-*-*) ;; | 2790 | *-*-*) ;; |
2948 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 | 2791 | *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
2949 | $as_echo "$as_me: error: invalid value of canonical build" >&2;} | 2792 | echo "$as_me: error: invalid value of canonical build" >&2;} |
2950 | { (exit 1); exit 1; }; };; | 2793 | { (exit 1); exit 1; }; };; |
2951 | esac | 2794 | esac |
2952 | build=$ac_cv_build | 2795 | build=$ac_cv_build |
@@ -2963,27 +2806,27 @@ IFS=$ac_save_IFS | |||
2963 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | 2806 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
2964 | 2807 | ||
2965 | 2808 | ||
2966 | { $as_echo "$as_me:$LINENO: checking host system type" >&5 | 2809 | { echo "$as_me:$LINENO: checking host system type" >&5 |
2967 | $as_echo_n "checking host system type... " >&6; } | 2810 | echo $ECHO_N "checking host system type... $ECHO_C" >&6; } |
2968 | if test "${ac_cv_host+set}" = set; then | 2811 | if test "${ac_cv_host+set}" = set; then |
2969 | $as_echo_n "(cached) " >&6 | 2812 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
2970 | else | 2813 | else |
2971 | if test "x$host_alias" = x; then | 2814 | if test "x$host_alias" = x; then |
2972 | ac_cv_host=$ac_cv_build | 2815 | ac_cv_host=$ac_cv_build |
2973 | else | 2816 | else |
2974 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 2817 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
2975 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 | 2818 | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
2976 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} | 2819 | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
2977 | { (exit 1); exit 1; }; } | 2820 | { (exit 1); exit 1; }; } |
2978 | fi | 2821 | fi |
2979 | 2822 | ||
2980 | fi | 2823 | fi |
2981 | { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | 2824 | { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
2982 | $as_echo "$ac_cv_host" >&6; } | 2825 | echo "${ECHO_T}$ac_cv_host" >&6; } |
2983 | case $ac_cv_host in | 2826 | case $ac_cv_host in |
2984 | *-*-*) ;; | 2827 | *-*-*) ;; |
2985 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 | 2828 | *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
2986 | $as_echo "$as_me: error: invalid value of canonical host" >&2;} | 2829 | echo "$as_me: error: invalid value of canonical host" >&2;} |
2987 | { (exit 1); exit 1; }; };; | 2830 | { (exit 1); exit 1; }; };; |
2988 | esac | 2831 | esac |
2989 | host=$ac_cv_host | 2832 | host=$ac_cv_host |
@@ -3006,15 +2849,15 @@ ac_cpp='$CPP $CPPFLAGS' | |||
3006 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 2849 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3007 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 2850 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3008 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 2851 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3009 | { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | 2852 | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
3010 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | 2853 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } |
3011 | # On Suns, sometimes $CPP names a directory. | 2854 | # On Suns, sometimes $CPP names a directory. |
3012 | if test -n "$CPP" && test -d "$CPP"; then | 2855 | if test -n "$CPP" && test -d "$CPP"; then |
3013 | CPP= | 2856 | CPP= |
3014 | fi | 2857 | fi |
3015 | if test -z "$CPP"; then | 2858 | if test -z "$CPP"; then |
3016 | if test "${ac_cv_prog_CPP+set}" = set; then | 2859 | if test "${ac_cv_prog_CPP+set}" = set; then |
3017 | $as_echo_n "(cached) " >&6 | 2860 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
3018 | else | 2861 | else |
3019 | # Double quotes because CPP needs to be expanded | 2862 | # Double quotes because CPP needs to be expanded |
3020 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | 2863 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
@@ -3046,21 +2889,20 @@ case "(($ac_try" in | |||
3046 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2889 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3047 | *) ac_try_echo=$ac_try;; | 2890 | *) ac_try_echo=$ac_try;; |
3048 | esac | 2891 | esac |
3049 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2892 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3050 | $as_echo "$ac_try_echo") >&5 | ||
3051 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 2893 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3052 | ac_status=$? | 2894 | ac_status=$? |
3053 | grep -v '^ *+' conftest.er1 >conftest.err | 2895 | grep -v '^ *+' conftest.er1 >conftest.err |
3054 | rm -f conftest.er1 | 2896 | rm -f conftest.er1 |
3055 | cat conftest.err >&5 | 2897 | cat conftest.err >&5 |
3056 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3057 | (exit $ac_status); } >/dev/null && { | 2899 | (exit $ac_status); } >/dev/null && { |
3058 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 2900 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3059 | test ! -s conftest.err | 2901 | test ! -s conftest.err |
3060 | }; then | 2902 | }; then |
3061 | : | 2903 | : |
3062 | else | 2904 | else |
3063 | $as_echo "$as_me: failed program was:" >&5 | 2905 | echo "$as_me: failed program was:" >&5 |
3064 | sed 's/^/| /' conftest.$ac_ext >&5 | 2906 | sed 's/^/| /' conftest.$ac_ext >&5 |
3065 | 2907 | ||
3066 | # Broken: fails on valid input. | 2908 | # Broken: fails on valid input. |
@@ -3084,14 +2926,13 @@ case "(($ac_try" in | |||
3084 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2926 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3085 | *) ac_try_echo=$ac_try;; | 2927 | *) ac_try_echo=$ac_try;; |
3086 | esac | 2928 | esac |
3087 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2929 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3088 | $as_echo "$ac_try_echo") >&5 | ||
3089 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 2930 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3090 | ac_status=$? | 2931 | ac_status=$? |
3091 | grep -v '^ *+' conftest.er1 >conftest.err | 2932 | grep -v '^ *+' conftest.er1 >conftest.err |
3092 | rm -f conftest.er1 | 2933 | rm -f conftest.er1 |
3093 | cat conftest.err >&5 | 2934 | cat conftest.err >&5 |
3094 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 2935 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3095 | (exit $ac_status); } >/dev/null && { | 2936 | (exit $ac_status); } >/dev/null && { |
3096 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 2937 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3097 | test ! -s conftest.err | 2938 | test ! -s conftest.err |
@@ -3099,7 +2940,7 @@ $as_echo "$ac_try_echo") >&5 | |||
3099 | # Broken: success on invalid input. | 2940 | # Broken: success on invalid input. |
3100 | continue | 2941 | continue |
3101 | else | 2942 | else |
3102 | $as_echo "$as_me: failed program was:" >&5 | 2943 | echo "$as_me: failed program was:" >&5 |
3103 | sed 's/^/| /' conftest.$ac_ext >&5 | 2944 | sed 's/^/| /' conftest.$ac_ext >&5 |
3104 | 2945 | ||
3105 | # Passes both tests. | 2946 | # Passes both tests. |
@@ -3124,8 +2965,8 @@ fi | |||
3124 | else | 2965 | else |
3125 | ac_cv_prog_CPP=$CPP | 2966 | ac_cv_prog_CPP=$CPP |
3126 | fi | 2967 | fi |
3127 | { $as_echo "$as_me:$LINENO: result: $CPP" >&5 | 2968 | { echo "$as_me:$LINENO: result: $CPP" >&5 |
3128 | $as_echo "$CPP" >&6; } | 2969 | echo "${ECHO_T}$CPP" >&6; } |
3129 | ac_preproc_ok=false | 2970 | ac_preproc_ok=false |
3130 | for ac_c_preproc_warn_flag in '' yes | 2971 | for ac_c_preproc_warn_flag in '' yes |
3131 | do | 2972 | do |
@@ -3153,21 +2994,20 @@ case "(($ac_try" in | |||
3153 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 2994 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3154 | *) ac_try_echo=$ac_try;; | 2995 | *) ac_try_echo=$ac_try;; |
3155 | esac | 2996 | esac |
3156 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 2997 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3157 | $as_echo "$ac_try_echo") >&5 | ||
3158 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 2998 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3159 | ac_status=$? | 2999 | ac_status=$? |
3160 | grep -v '^ *+' conftest.er1 >conftest.err | 3000 | grep -v '^ *+' conftest.er1 >conftest.err |
3161 | rm -f conftest.er1 | 3001 | rm -f conftest.er1 |
3162 | cat conftest.err >&5 | 3002 | cat conftest.err >&5 |
3163 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3003 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3164 | (exit $ac_status); } >/dev/null && { | 3004 | (exit $ac_status); } >/dev/null && { |
3165 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3005 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3166 | test ! -s conftest.err | 3006 | test ! -s conftest.err |
3167 | }; then | 3007 | }; then |
3168 | : | 3008 | : |
3169 | else | 3009 | else |
3170 | $as_echo "$as_me: failed program was:" >&5 | 3010 | echo "$as_me: failed program was:" >&5 |
3171 | sed 's/^/| /' conftest.$ac_ext >&5 | 3011 | sed 's/^/| /' conftest.$ac_ext >&5 |
3172 | 3012 | ||
3173 | # Broken: fails on valid input. | 3013 | # Broken: fails on valid input. |
@@ -3191,14 +3031,13 @@ case "(($ac_try" in | |||
3191 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3031 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3192 | *) ac_try_echo=$ac_try;; | 3032 | *) ac_try_echo=$ac_try;; |
3193 | esac | 3033 | esac |
3194 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3034 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3195 | $as_echo "$ac_try_echo") >&5 | ||
3196 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3035 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
3197 | ac_status=$? | 3036 | ac_status=$? |
3198 | grep -v '^ *+' conftest.er1 >conftest.err | 3037 | grep -v '^ *+' conftest.er1 >conftest.err |
3199 | rm -f conftest.er1 | 3038 | rm -f conftest.er1 |
3200 | cat conftest.err >&5 | 3039 | cat conftest.err >&5 |
3201 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3202 | (exit $ac_status); } >/dev/null && { | 3041 | (exit $ac_status); } >/dev/null && { |
3203 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3042 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
3204 | test ! -s conftest.err | 3043 | test ! -s conftest.err |
@@ -3206,7 +3045,7 @@ $as_echo "$ac_try_echo") >&5 | |||
3206 | # Broken: success on invalid input. | 3045 | # Broken: success on invalid input. |
3207 | continue | 3046 | continue |
3208 | else | 3047 | else |
3209 | $as_echo "$as_me: failed program was:" >&5 | 3048 | echo "$as_me: failed program was:" >&5 |
3210 | sed 's/^/| /' conftest.$ac_ext >&5 | 3049 | sed 's/^/| /' conftest.$ac_ext >&5 |
3211 | 3050 | ||
3212 | # Passes both tests. | 3051 | # Passes both tests. |
@@ -3222,9 +3061,9 @@ rm -f conftest.err conftest.$ac_ext | |||
3222 | if $ac_preproc_ok; then | 3061 | if $ac_preproc_ok; then |
3223 | : | 3062 | : |
3224 | else | 3063 | else |
3225 | { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | 3064 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
3226 | See \`config.log' for more details." >&5 | 3065 | See \`config.log' for more details." >&5 |
3227 | $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | 3066 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
3228 | See \`config.log' for more details." >&2;} | 3067 | See \`config.log' for more details." >&2;} |
3229 | { (exit 1); exit 1; }; } | 3068 | { (exit 1); exit 1; }; } |
3230 | fi | 3069 | fi |
@@ -3236,37 +3075,42 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ | |||
3236 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3075 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3237 | 3076 | ||
3238 | 3077 | ||
3239 | { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 | 3078 | { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
3240 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 3079 | echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } |
3080 | if test "${ac_cv_path_GREP+set}" = set; then | ||
3081 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
3082 | else | ||
3083 | # Extract the first word of "grep ggrep" to use in msg output | ||
3084 | if test -z "$GREP"; then | ||
3085 | set dummy grep ggrep; ac_prog_name=$2 | ||
3241 | if test "${ac_cv_path_GREP+set}" = set; then | 3086 | if test "${ac_cv_path_GREP+set}" = set; then |
3242 | $as_echo_n "(cached) " >&6 | 3087 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
3243 | else | 3088 | else |
3244 | if test -z "$GREP"; then | ||
3245 | ac_path_GREP_found=false | 3089 | ac_path_GREP_found=false |
3246 | # Loop through the user's path and test for each of PROGNAME-LIST | 3090 | # Loop through the user's path and test for each of PROGNAME-LIST |
3247 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3091 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3248 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | 3092 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
3249 | do | 3093 | do |
3250 | IFS=$as_save_IFS | 3094 | IFS=$as_save_IFS |
3251 | test -z "$as_dir" && as_dir=. | 3095 | test -z "$as_dir" && as_dir=. |
3252 | for ac_prog in grep ggrep; do | 3096 | for ac_prog in grep ggrep; do |
3253 | for ac_exec_ext in '' $ac_executable_extensions; do | 3097 | for ac_exec_ext in '' $ac_executable_extensions; do |
3254 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | 3098 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
3255 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | 3099 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
3256 | # Check for GNU ac_path_GREP and select it if it is found. | 3100 | # Check for GNU ac_path_GREP and select it if it is found. |
3257 | # Check for GNU $ac_path_GREP | 3101 | # Check for GNU $ac_path_GREP |
3258 | case `"$ac_path_GREP" --version 2>&1` in | 3102 | case `"$ac_path_GREP" --version 2>&1` in |
3259 | *GNU*) | 3103 | *GNU*) |
3260 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | 3104 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
3261 | *) | 3105 | *) |
3262 | ac_count=0 | 3106 | ac_count=0 |
3263 | $as_echo_n 0123456789 >"conftest.in" | 3107 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
3264 | while : | 3108 | while : |
3265 | do | 3109 | do |
3266 | cat "conftest.in" "conftest.in" >"conftest.tmp" | 3110 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
3267 | mv "conftest.tmp" "conftest.in" | 3111 | mv "conftest.tmp" "conftest.in" |
3268 | cp "conftest.in" "conftest.nl" | 3112 | cp "conftest.in" "conftest.nl" |
3269 | $as_echo 'GREP' >> "conftest.nl" | 3113 | echo 'GREP' >> "conftest.nl" |
3270 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | 3114 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
3271 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | 3115 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
3272 | ac_count=`expr $ac_count + 1` | 3116 | ac_count=`expr $ac_count + 1` |
@@ -3281,60 +3125,74 @@ case `"$ac_path_GREP" --version 2>&1` in | |||
3281 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | 3125 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
3282 | esac | 3126 | esac |
3283 | 3127 | ||
3284 | $ac_path_GREP_found && break 3 | 3128 | |
3285 | done | 3129 | $ac_path_GREP_found && break 3 |
3286 | done | 3130 | done |
3287 | done | 3131 | done |
3132 | |||
3133 | done | ||
3288 | IFS=$as_save_IFS | 3134 | IFS=$as_save_IFS |
3289 | if test -z "$ac_cv_path_GREP"; then | 3135 | |
3290 | { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | 3136 | |
3291 | $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | 3137 | fi |
3138 | |||
3139 | GREP="$ac_cv_path_GREP" | ||
3140 | if test -z "$GREP"; then | ||
3141 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | ||
3142 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | ||
3292 | { (exit 1); exit 1; }; } | 3143 | { (exit 1); exit 1; }; } |
3293 | fi | 3144 | fi |
3145 | |||
3294 | else | 3146 | else |
3295 | ac_cv_path_GREP=$GREP | 3147 | ac_cv_path_GREP=$GREP |
3296 | fi | 3148 | fi |
3297 | 3149 | ||
3150 | |||
3298 | fi | 3151 | fi |
3299 | { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 | 3152 | { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 |
3300 | $as_echo "$ac_cv_path_GREP" >&6; } | 3153 | echo "${ECHO_T}$ac_cv_path_GREP" >&6; } |
3301 | GREP="$ac_cv_path_GREP" | 3154 | GREP="$ac_cv_path_GREP" |
3302 | 3155 | ||
3303 | 3156 | ||
3304 | { $as_echo "$as_me:$LINENO: checking for egrep" >&5 | 3157 | { echo "$as_me:$LINENO: checking for egrep" >&5 |
3305 | $as_echo_n "checking for egrep... " >&6; } | 3158 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } |
3306 | if test "${ac_cv_path_EGREP+set}" = set; then | 3159 | if test "${ac_cv_path_EGREP+set}" = set; then |
3307 | $as_echo_n "(cached) " >&6 | 3160 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
3308 | else | 3161 | else |
3309 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 3162 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
3310 | then ac_cv_path_EGREP="$GREP -E" | 3163 | then ac_cv_path_EGREP="$GREP -E" |
3311 | else | 3164 | else |
3312 | if test -z "$EGREP"; then | 3165 | # Extract the first word of "egrep" to use in msg output |
3166 | if test -z "$EGREP"; then | ||
3167 | set dummy egrep; ac_prog_name=$2 | ||
3168 | if test "${ac_cv_path_EGREP+set}" = set; then | ||
3169 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
3170 | else | ||
3313 | ac_path_EGREP_found=false | 3171 | ac_path_EGREP_found=false |
3314 | # Loop through the user's path and test for each of PROGNAME-LIST | 3172 | # Loop through the user's path and test for each of PROGNAME-LIST |
3315 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3173 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3316 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | 3174 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
3317 | do | 3175 | do |
3318 | IFS=$as_save_IFS | 3176 | IFS=$as_save_IFS |
3319 | test -z "$as_dir" && as_dir=. | 3177 | test -z "$as_dir" && as_dir=. |
3320 | for ac_prog in egrep; do | 3178 | for ac_prog in egrep; do |
3321 | for ac_exec_ext in '' $ac_executable_extensions; do | 3179 | for ac_exec_ext in '' $ac_executable_extensions; do |
3322 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | 3180 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
3323 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | 3181 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
3324 | # Check for GNU ac_path_EGREP and select it if it is found. | 3182 | # Check for GNU ac_path_EGREP and select it if it is found. |
3325 | # Check for GNU $ac_path_EGREP | 3183 | # Check for GNU $ac_path_EGREP |
3326 | case `"$ac_path_EGREP" --version 2>&1` in | 3184 | case `"$ac_path_EGREP" --version 2>&1` in |
3327 | *GNU*) | 3185 | *GNU*) |
3328 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | 3186 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
3329 | *) | 3187 | *) |
3330 | ac_count=0 | 3188 | ac_count=0 |
3331 | $as_echo_n 0123456789 >"conftest.in" | 3189 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
3332 | while : | 3190 | while : |
3333 | do | 3191 | do |
3334 | cat "conftest.in" "conftest.in" >"conftest.tmp" | 3192 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
3335 | mv "conftest.tmp" "conftest.in" | 3193 | mv "conftest.tmp" "conftest.in" |
3336 | cp "conftest.in" "conftest.nl" | 3194 | cp "conftest.in" "conftest.nl" |
3337 | $as_echo 'EGREP' >> "conftest.nl" | 3195 | echo 'EGREP' >> "conftest.nl" |
3338 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | 3196 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
3339 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | 3197 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
3340 | ac_count=`expr $ac_count + 1` | 3198 | ac_count=`expr $ac_count + 1` |
@@ -3349,31 +3207,40 @@ case `"$ac_path_EGREP" --version 2>&1` in | |||
3349 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | 3207 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
3350 | esac | 3208 | esac |
3351 | 3209 | ||
3352 | $ac_path_EGREP_found && break 3 | 3210 | |
3353 | done | 3211 | $ac_path_EGREP_found && break 3 |
3354 | done | 3212 | done |
3355 | done | 3213 | done |
3214 | |||
3215 | done | ||
3356 | IFS=$as_save_IFS | 3216 | IFS=$as_save_IFS |
3357 | if test -z "$ac_cv_path_EGREP"; then | 3217 | |
3358 | { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | 3218 | |
3359 | $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | 3219 | fi |
3220 | |||
3221 | EGREP="$ac_cv_path_EGREP" | ||
3222 | if test -z "$EGREP"; then | ||
3223 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | ||
3224 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | ||
3360 | { (exit 1); exit 1; }; } | 3225 | { (exit 1); exit 1; }; } |
3361 | fi | 3226 | fi |
3227 | |||
3362 | else | 3228 | else |
3363 | ac_cv_path_EGREP=$EGREP | 3229 | ac_cv_path_EGREP=$EGREP |
3364 | fi | 3230 | fi |
3365 | 3231 | ||
3232 | |||
3366 | fi | 3233 | fi |
3367 | fi | 3234 | fi |
3368 | { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 | 3235 | { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
3369 | $as_echo "$ac_cv_path_EGREP" >&6; } | 3236 | echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } |
3370 | EGREP="$ac_cv_path_EGREP" | 3237 | EGREP="$ac_cv_path_EGREP" |
3371 | 3238 | ||
3372 | 3239 | ||
3373 | { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | 3240 | { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
3374 | $as_echo_n "checking for ANSI C header files... " >&6; } | 3241 | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } |
3375 | if test "${ac_cv_header_stdc+set}" = set; then | 3242 | if test "${ac_cv_header_stdc+set}" = set; then |
3376 | $as_echo_n "(cached) " >&6 | 3243 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
3377 | else | 3244 | else |
3378 | cat >conftest.$ac_ext <<_ACEOF | 3245 | cat >conftest.$ac_ext <<_ACEOF |
3379 | /* confdefs.h. */ | 3246 | /* confdefs.h. */ |
@@ -3400,21 +3267,20 @@ case "(($ac_try" in | |||
3400 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3267 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3401 | *) ac_try_echo=$ac_try;; | 3268 | *) ac_try_echo=$ac_try;; |
3402 | esac | 3269 | esac |
3403 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3270 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3404 | $as_echo "$ac_try_echo") >&5 | ||
3405 | (eval "$ac_compile") 2>conftest.er1 | 3271 | (eval "$ac_compile") 2>conftest.er1 |
3406 | ac_status=$? | 3272 | ac_status=$? |
3407 | grep -v '^ *+' conftest.er1 >conftest.err | 3273 | grep -v '^ *+' conftest.er1 >conftest.err |
3408 | rm -f conftest.er1 | 3274 | rm -f conftest.er1 |
3409 | cat conftest.err >&5 | 3275 | cat conftest.err >&5 |
3410 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3276 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3411 | (exit $ac_status); } && { | 3277 | (exit $ac_status); } && { |
3412 | test -z "$ac_c_werror_flag" || | 3278 | test -z "$ac_c_werror_flag" || |
3413 | test ! -s conftest.err | 3279 | test ! -s conftest.err |
3414 | } && test -s conftest.$ac_objext; then | 3280 | } && test -s conftest.$ac_objext; then |
3415 | ac_cv_header_stdc=yes | 3281 | ac_cv_header_stdc=yes |
3416 | else | 3282 | else |
3417 | $as_echo "$as_me: failed program was:" >&5 | 3283 | echo "$as_me: failed program was:" >&5 |
3418 | sed 's/^/| /' conftest.$ac_ext >&5 | 3284 | sed 's/^/| /' conftest.$ac_ext >&5 |
3419 | 3285 | ||
3420 | ac_cv_header_stdc=no | 3286 | ac_cv_header_stdc=no |
@@ -3506,40 +3372,37 @@ case "(($ac_try" in | |||
3506 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3372 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3507 | *) ac_try_echo=$ac_try;; | 3373 | *) ac_try_echo=$ac_try;; |
3508 | esac | 3374 | esac |
3509 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3375 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3510 | $as_echo "$ac_try_echo") >&5 | ||
3511 | (eval "$ac_link") 2>&5 | 3376 | (eval "$ac_link") 2>&5 |
3512 | ac_status=$? | 3377 | ac_status=$? |
3513 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3378 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3514 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 3379 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
3515 | { (case "(($ac_try" in | 3380 | { (case "(($ac_try" in |
3516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3381 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3517 | *) ac_try_echo=$ac_try;; | 3382 | *) ac_try_echo=$ac_try;; |
3518 | esac | 3383 | esac |
3519 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3384 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3520 | $as_echo "$ac_try_echo") >&5 | ||
3521 | (eval "$ac_try") 2>&5 | 3385 | (eval "$ac_try") 2>&5 |
3522 | ac_status=$? | 3386 | ac_status=$? |
3523 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3387 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3524 | (exit $ac_status); }; }; then | 3388 | (exit $ac_status); }; }; then |
3525 | : | 3389 | : |
3526 | else | 3390 | else |
3527 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 3391 | echo "$as_me: program exited with status $ac_status" >&5 |
3528 | $as_echo "$as_me: failed program was:" >&5 | 3392 | echo "$as_me: failed program was:" >&5 |
3529 | sed 's/^/| /' conftest.$ac_ext >&5 | 3393 | sed 's/^/| /' conftest.$ac_ext >&5 |
3530 | 3394 | ||
3531 | ( exit $ac_status ) | 3395 | ( exit $ac_status ) |
3532 | ac_cv_header_stdc=no | 3396 | ac_cv_header_stdc=no |
3533 | fi | 3397 | fi |
3534 | rm -rf conftest.dSYM | ||
3535 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 3398 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
3536 | fi | 3399 | fi |
3537 | 3400 | ||
3538 | 3401 | ||
3539 | fi | 3402 | fi |
3540 | fi | 3403 | fi |
3541 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | 3404 | { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
3542 | $as_echo "$ac_cv_header_stdc" >&6; } | 3405 | echo "${ECHO_T}$ac_cv_header_stdc" >&6; } |
3543 | if test $ac_cv_header_stdc = yes; then | 3406 | if test $ac_cv_header_stdc = yes; then |
3544 | 3407 | ||
3545 | cat >>confdefs.h <<\_ACEOF | 3408 | cat >>confdefs.h <<\_ACEOF |
@@ -3561,11 +3424,11 @@ fi | |||
3561 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | 3424 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
3562 | inttypes.h stdint.h unistd.h | 3425 | inttypes.h stdint.h unistd.h |
3563 | do | 3426 | do |
3564 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 3427 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
3565 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 3428 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
3566 | $as_echo_n "checking for $ac_header... " >&6; } | 3429 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
3567 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 3430 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
3568 | $as_echo_n "(cached) " >&6 | 3431 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
3569 | else | 3432 | else |
3570 | cat >conftest.$ac_ext <<_ACEOF | 3433 | cat >conftest.$ac_ext <<_ACEOF |
3571 | /* confdefs.h. */ | 3434 | /* confdefs.h. */ |
@@ -3583,21 +3446,20 @@ case "(($ac_try" in | |||
3583 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3446 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3584 | *) ac_try_echo=$ac_try;; | 3447 | *) ac_try_echo=$ac_try;; |
3585 | esac | 3448 | esac |
3586 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3449 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3587 | $as_echo "$ac_try_echo") >&5 | ||
3588 | (eval "$ac_compile") 2>conftest.er1 | 3450 | (eval "$ac_compile") 2>conftest.er1 |
3589 | ac_status=$? | 3451 | ac_status=$? |
3590 | grep -v '^ *+' conftest.er1 >conftest.err | 3452 | grep -v '^ *+' conftest.er1 >conftest.err |
3591 | rm -f conftest.er1 | 3453 | rm -f conftest.er1 |
3592 | cat conftest.err >&5 | 3454 | cat conftest.err >&5 |
3593 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3455 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3594 | (exit $ac_status); } && { | 3456 | (exit $ac_status); } && { |
3595 | test -z "$ac_c_werror_flag" || | 3457 | test -z "$ac_c_werror_flag" || |
3596 | test ! -s conftest.err | 3458 | test ! -s conftest.err |
3597 | } && test -s conftest.$ac_objext; then | 3459 | } && test -s conftest.$ac_objext; then |
3598 | eval "$as_ac_Header=yes" | 3460 | eval "$as_ac_Header=yes" |
3599 | else | 3461 | else |
3600 | $as_echo "$as_me: failed program was:" >&5 | 3462 | echo "$as_me: failed program was:" >&5 |
3601 | sed 's/^/| /' conftest.$ac_ext >&5 | 3463 | sed 's/^/| /' conftest.$ac_ext >&5 |
3602 | 3464 | ||
3603 | eval "$as_ac_Header=no" | 3465 | eval "$as_ac_Header=no" |
@@ -3605,14 +3467,12 @@ fi | |||
3605 | 3467 | ||
3606 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 3468 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3607 | fi | 3469 | fi |
3608 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 3470 | ac_res=`eval echo '${'$as_ac_Header'}'` |
3609 | $as_echo "$as_val"'` | 3471 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
3610 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 3472 | echo "${ECHO_T}$ac_res" >&6; } |
3611 | $as_echo "$ac_res" >&6; } | 3473 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
3612 | if test `eval 'as_val=${'$as_ac_Header'} | ||
3613 | $as_echo "$as_val"'` = yes; then | ||
3614 | cat >>confdefs.h <<_ACEOF | 3474 | cat >>confdefs.h <<_ACEOF |
3615 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3475 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
3616 | _ACEOF | 3476 | _ACEOF |
3617 | 3477 | ||
3618 | fi | 3478 | fi |
@@ -3620,78 +3480,28 @@ fi | |||
3620 | done | 3480 | done |
3621 | 3481 | ||
3622 | 3482 | ||
3623 | 3483 | { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 | |
3624 | { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 | 3484 | echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } |
3625 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | ||
3626 | if test "${ac_cv_c_bigendian+set}" = set; then | 3485 | if test "${ac_cv_c_bigendian+set}" = set; then |
3627 | $as_echo_n "(cached) " >&6 | 3486 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
3628 | else | ||
3629 | ac_cv_c_bigendian=unknown | ||
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 | 3487 | else |
3669 | $as_echo "$as_me: failed program was:" >&5 | 3488 | # See if sys/param.h defines the BYTE_ORDER macro. |
3670 | sed 's/^/| /' conftest.$ac_ext >&5 | 3489 | cat >conftest.$ac_ext <<_ACEOF |
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 | ||
3679 | /* confdefs.h. */ | 3490 | /* confdefs.h. */ |
3680 | _ACEOF | 3491 | _ACEOF |
3681 | cat confdefs.h >>conftest.$ac_ext | 3492 | cat confdefs.h >>conftest.$ac_ext |
3682 | cat >>conftest.$ac_ext <<_ACEOF | 3493 | cat >>conftest.$ac_ext <<_ACEOF |
3683 | /* end confdefs.h. */ | 3494 | /* end confdefs.h. */ |
3684 | #include <sys/types.h> | 3495 | #include <sys/types.h> |
3685 | #include <sys/param.h> | 3496 | #include <sys/param.h> |
3686 | 3497 | ||
3687 | int | 3498 | int |
3688 | main () | 3499 | main () |
3689 | { | 3500 | { |
3690 | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ | 3501 | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ |
3691 | && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ | 3502 | && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) |
3692 | && LITTLE_ENDIAN) | 3503 | bogus endian macros |
3693 | bogus endian macros | 3504 | #endif |
3694 | #endif | ||
3695 | 3505 | ||
3696 | ; | 3506 | ; |
3697 | return 0; | 3507 | return 0; |
@@ -3703,34 +3513,33 @@ case "(($ac_try" in | |||
3703 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3513 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3704 | *) ac_try_echo=$ac_try;; | 3514 | *) ac_try_echo=$ac_try;; |
3705 | esac | 3515 | esac |
3706 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3516 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3707 | $as_echo "$ac_try_echo") >&5 | ||
3708 | (eval "$ac_compile") 2>conftest.er1 | 3517 | (eval "$ac_compile") 2>conftest.er1 |
3709 | ac_status=$? | 3518 | ac_status=$? |
3710 | grep -v '^ *+' conftest.er1 >conftest.err | 3519 | grep -v '^ *+' conftest.er1 >conftest.err |
3711 | rm -f conftest.er1 | 3520 | rm -f conftest.er1 |
3712 | cat conftest.err >&5 | 3521 | cat conftest.err >&5 |
3713 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3714 | (exit $ac_status); } && { | 3523 | (exit $ac_status); } && { |
3715 | test -z "$ac_c_werror_flag" || | 3524 | test -z "$ac_c_werror_flag" || |
3716 | test ! -s conftest.err | 3525 | test ! -s conftest.err |
3717 | } && test -s conftest.$ac_objext; then | 3526 | } && test -s conftest.$ac_objext; then |
3718 | # It does; now see whether it defined to BIG_ENDIAN or not. | 3527 | # It does; now see whether it defined to BIG_ENDIAN or not. |
3719 | cat >conftest.$ac_ext <<_ACEOF | 3528 | cat >conftest.$ac_ext <<_ACEOF |
3720 | /* confdefs.h. */ | 3529 | /* confdefs.h. */ |
3721 | _ACEOF | 3530 | _ACEOF |
3722 | cat confdefs.h >>conftest.$ac_ext | 3531 | cat confdefs.h >>conftest.$ac_ext |
3723 | cat >>conftest.$ac_ext <<_ACEOF | 3532 | cat >>conftest.$ac_ext <<_ACEOF |
3724 | /* end confdefs.h. */ | 3533 | /* end confdefs.h. */ |
3725 | #include <sys/types.h> | 3534 | #include <sys/types.h> |
3726 | #include <sys/param.h> | 3535 | #include <sys/param.h> |
3727 | 3536 | ||
3728 | int | 3537 | int |
3729 | main () | 3538 | main () |
3730 | { | 3539 | { |
3731 | #if BYTE_ORDER != BIG_ENDIAN | 3540 | #if BYTE_ORDER != BIG_ENDIAN |
3732 | not big endian | 3541 | not big endian |
3733 | #endif | 3542 | #endif |
3734 | 3543 | ||
3735 | ; | 3544 | ; |
3736 | return 0; | 3545 | return 0; |
@@ -3742,21 +3551,20 @@ case "(($ac_try" in | |||
3742 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3551 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3743 | *) ac_try_echo=$ac_try;; | 3552 | *) ac_try_echo=$ac_try;; |
3744 | esac | 3553 | esac |
3745 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3554 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3746 | $as_echo "$ac_try_echo") >&5 | ||
3747 | (eval "$ac_compile") 2>conftest.er1 | 3555 | (eval "$ac_compile") 2>conftest.er1 |
3748 | ac_status=$? | 3556 | ac_status=$? |
3749 | grep -v '^ *+' conftest.er1 >conftest.err | 3557 | grep -v '^ *+' conftest.er1 >conftest.err |
3750 | rm -f conftest.er1 | 3558 | rm -f conftest.er1 |
3751 | cat conftest.err >&5 | 3559 | cat conftest.err >&5 |
3752 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3560 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3753 | (exit $ac_status); } && { | 3561 | (exit $ac_status); } && { |
3754 | test -z "$ac_c_werror_flag" || | 3562 | test -z "$ac_c_werror_flag" || |
3755 | test ! -s conftest.err | 3563 | test ! -s conftest.err |
3756 | } && test -s conftest.$ac_objext; then | 3564 | } && test -s conftest.$ac_objext; then |
3757 | ac_cv_c_bigendian=yes | 3565 | ac_cv_c_bigendian=yes |
3758 | else | 3566 | else |
3759 | $as_echo "$as_me: failed program was:" >&5 | 3567 | echo "$as_me: failed program was:" >&5 |
3760 | sed 's/^/| /' conftest.$ac_ext >&5 | 3568 | sed 's/^/| /' conftest.$ac_ext >&5 |
3761 | 3569 | ||
3762 | ac_cv_c_bigendian=no | 3570 | ac_cv_c_bigendian=no |
@@ -3764,69 +3572,29 @@ fi | |||
3764 | 3572 | ||
3765 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 3573 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3766 | else | 3574 | else |
3767 | $as_echo "$as_me: failed program was:" >&5 | 3575 | echo "$as_me: failed program was:" >&5 |
3768 | sed 's/^/| /' conftest.$ac_ext >&5 | 3576 | sed 's/^/| /' conftest.$ac_ext >&5 |
3769 | 3577 | ||
3770 | 3578 | # It does not; compile a test program. | |
3771 | fi | 3579 | if test "$cross_compiling" = yes; then |
3772 | 3580 | # try to guess the endianness by grepping values into an object file | |
3773 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 3581 | ac_cv_c_bigendian=unknown |
3774 | fi | 3582 | cat >conftest.$ac_ext <<_ACEOF |
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 | ||
3778 | /* confdefs.h. */ | ||
3779 | _ACEOF | ||
3780 | cat confdefs.h >>conftest.$ac_ext | ||
3781 | cat >>conftest.$ac_ext <<_ACEOF | ||
3782 | /* end confdefs.h. */ | ||
3783 | #include <limits.h> | ||
3784 | |||
3785 | int | ||
3786 | main () | ||
3787 | { | ||
3788 | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) | ||
3789 | bogus endian macros | ||
3790 | #endif | ||
3791 | |||
3792 | ; | ||
3793 | return 0; | ||
3794 | } | ||
3795 | _ACEOF | ||
3796 | rm -f conftest.$ac_objext | ||
3797 | if { (ac_try="$ac_compile" | ||
3798 | case "(($ac_try" in | ||
3799 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
3800 | *) ac_try_echo=$ac_try;; | ||
3801 | esac | ||
3802 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
3803 | $as_echo "$ac_try_echo") >&5 | ||
3804 | (eval "$ac_compile") 2>conftest.er1 | ||
3805 | ac_status=$? | ||
3806 | grep -v '^ *+' conftest.er1 >conftest.err | ||
3807 | rm -f conftest.er1 | ||
3808 | cat conftest.err >&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. */ | 3583 | /* confdefs.h. */ |
3817 | _ACEOF | 3584 | _ACEOF |
3818 | cat confdefs.h >>conftest.$ac_ext | 3585 | cat confdefs.h >>conftest.$ac_ext |
3819 | cat >>conftest.$ac_ext <<_ACEOF | 3586 | cat >>conftest.$ac_ext <<_ACEOF |
3820 | /* end confdefs.h. */ | 3587 | /* end confdefs.h. */ |
3821 | #include <limits.h> | 3588 | short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; |
3822 | 3589 | short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; | |
3590 | void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } | ||
3591 | short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; | ||
3592 | short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; | ||
3593 | void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } | ||
3823 | int | 3594 | int |
3824 | main () | 3595 | main () |
3825 | { | 3596 | { |
3826 | #ifndef _BIG_ENDIAN | 3597 | _ascii (); _ebcdic (); |
3827 | not big endian | ||
3828 | #endif | ||
3829 | |||
3830 | ; | 3598 | ; |
3831 | return 0; | 3599 | return 0; |
3832 | } | 3600 | } |
@@ -3837,101 +3605,30 @@ case "(($ac_try" in | |||
3837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3605 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3838 | *) ac_try_echo=$ac_try;; | 3606 | *) ac_try_echo=$ac_try;; |
3839 | esac | 3607 | esac |
3840 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3608 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3841 | $as_echo "$ac_try_echo") >&5 | ||
3842 | (eval "$ac_compile") 2>conftest.er1 | 3609 | (eval "$ac_compile") 2>conftest.er1 |
3843 | ac_status=$? | 3610 | ac_status=$? |
3844 | grep -v '^ *+' conftest.er1 >conftest.err | 3611 | grep -v '^ *+' conftest.er1 >conftest.err |
3845 | rm -f conftest.er1 | 3612 | rm -f conftest.er1 |
3846 | cat conftest.err >&5 | 3613 | cat conftest.err >&5 |
3847 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3848 | (exit $ac_status); } && { | 3615 | (exit $ac_status); } && { |
3849 | test -z "$ac_c_werror_flag" || | 3616 | test -z "$ac_c_werror_flag" || |
3850 | test ! -s conftest.err | 3617 | test ! -s conftest.err |
3851 | } && test -s conftest.$ac_objext; then | 3618 | } && test -s conftest.$ac_objext; then |
3619 | if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then | ||
3852 | ac_cv_c_bigendian=yes | 3620 | 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 | ||
3858 | fi | 3621 | fi |
3859 | 3622 | if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then | |
3860 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 3623 | if test "$ac_cv_c_bigendian" = unknown; then |
3861 | else | 3624 | ac_cv_c_bigendian=no |
3862 | $as_echo "$as_me: failed program was:" >&5 | 3625 | else |
3863 | sed 's/^/| /' conftest.$ac_ext >&5 | 3626 | # finding both strings is unlikely to happen, but who knows? |
3864 | 3627 | ac_cv_c_bigendian=unknown | |
3865 | 3628 | fi | |
3866 | fi | 3629 | 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 | ||
3933 | else | 3630 | else |
3934 | $as_echo "$as_me: failed program was:" >&5 | 3631 | echo "$as_me: failed program was:" >&5 |
3935 | sed 's/^/| /' conftest.$ac_ext >&5 | 3632 | sed 's/^/| /' conftest.$ac_ext >&5 |
3936 | 3633 | ||
3937 | 3634 | ||
@@ -3950,14 +3647,14 @@ int | |||
3950 | main () | 3647 | main () |
3951 | { | 3648 | { |
3952 | 3649 | ||
3953 | /* Are we little or big endian? From Harbison&Steele. */ | 3650 | /* Are we little or big endian? From Harbison&Steele. */ |
3954 | union | 3651 | union |
3955 | { | 3652 | { |
3956 | long int l; | 3653 | long int l; |
3957 | char c[sizeof (long int)]; | 3654 | char c[sizeof (long int)]; |
3958 | } u; | 3655 | } u; |
3959 | u.l = 1; | 3656 | u.l = 1; |
3960 | return u.c[sizeof (long int) - 1] == 1; | 3657 | return u.c[sizeof (long int) - 1] == 1; |
3961 | 3658 | ||
3962 | ; | 3659 | ; |
3963 | return 0; | 3660 | return 0; |
@@ -3969,62 +3666,55 @@ case "(($ac_try" in | |||
3969 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3666 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3970 | *) ac_try_echo=$ac_try;; | 3667 | *) ac_try_echo=$ac_try;; |
3971 | esac | 3668 | esac |
3972 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3669 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3973 | $as_echo "$ac_try_echo") >&5 | ||
3974 | (eval "$ac_link") 2>&5 | 3670 | (eval "$ac_link") 2>&5 |
3975 | ac_status=$? | 3671 | ac_status=$? |
3976 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3977 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 3673 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
3978 | { (case "(($ac_try" in | 3674 | { (case "(($ac_try" in |
3979 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3675 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3980 | *) ac_try_echo=$ac_try;; | 3676 | *) ac_try_echo=$ac_try;; |
3981 | esac | 3677 | esac |
3982 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3678 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3983 | $as_echo "$ac_try_echo") >&5 | ||
3984 | (eval "$ac_try") 2>&5 | 3679 | (eval "$ac_try") 2>&5 |
3985 | ac_status=$? | 3680 | ac_status=$? |
3986 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3681 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3987 | (exit $ac_status); }; }; then | 3682 | (exit $ac_status); }; }; then |
3988 | ac_cv_c_bigendian=no | 3683 | ac_cv_c_bigendian=no |
3989 | else | 3684 | else |
3990 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 3685 | echo "$as_me: program exited with status $ac_status" >&5 |
3991 | $as_echo "$as_me: failed program was:" >&5 | 3686 | echo "$as_me: failed program was:" >&5 |
3992 | sed 's/^/| /' conftest.$ac_ext >&5 | 3687 | sed 's/^/| /' conftest.$ac_ext >&5 |
3993 | 3688 | ||
3994 | ( exit $ac_status ) | 3689 | ( exit $ac_status ) |
3995 | ac_cv_c_bigendian=yes | 3690 | ac_cv_c_bigendian=yes |
3996 | fi | 3691 | fi |
3997 | rm -rf conftest.dSYM | ||
3998 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 3692 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
3999 | fi | 3693 | fi |
4000 | 3694 | ||
4001 | 3695 | ||
4002 | fi | ||
4003 | fi | 3696 | fi |
4004 | { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 | 3697 | |
4005 | $as_echo "$ac_cv_c_bigendian" >&6; } | 3698 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4006 | case $ac_cv_c_bigendian in #( | 3699 | fi |
4007 | yes) | 3700 | { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 |
4008 | cat >>confdefs.h <<\_ACEOF | 3701 | echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } |
4009 | #define WORDS_BIGENDIAN 1 | 3702 | case $ac_cv_c_bigendian in |
4010 | _ACEOF | 3703 | yes) |
4011 | ;; #( | ||
4012 | no) | ||
4013 | ;; #( | ||
4014 | universal) | ||
4015 | 3704 | ||
4016 | cat >>confdefs.h <<\_ACEOF | 3705 | cat >>confdefs.h <<\_ACEOF |
4017 | #define AC_APPLE_UNIVERSAL_BUILD 1 | 3706 | #define WORDS_BIGENDIAN 1 |
4018 | _ACEOF | 3707 | _ACEOF |
4019 | 3708 | ;; | |
4020 | ;; #( | 3709 | no) |
4021 | *) | 3710 | ;; |
4022 | { { $as_echo "$as_me:$LINENO: error: unknown endianness | 3711 | *) |
4023 | presetting ac_cv_c_bigendian=no (or yes) will help" >&5 | 3712 | { { echo "$as_me:$LINENO: error: unknown endianness |
4024 | $as_echo "$as_me: error: unknown endianness | 3713 | presetting ac_cv_c_bigendian=no (or yes) will help" >&5 |
4025 | presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} | 3714 | echo "$as_me: error: unknown endianness |
3715 | presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} | ||
4026 | { (exit 1); exit 1; }; } ;; | 3716 | { (exit 1); exit 1; }; } ;; |
4027 | esac | 3717 | esac |
4028 | 3718 | ||
4029 | 3719 | ||
4030 | # Checks for programs. | 3720 | # Checks for programs. |
@@ -4032,10 +3722,10 @@ for ac_prog in gawk mawk nawk awk | |||
4032 | do | 3722 | do |
4033 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 3723 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
4034 | set dummy $ac_prog; ac_word=$2 | 3724 | set dummy $ac_prog; ac_word=$2 |
4035 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 3725 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4036 | $as_echo_n "checking for $ac_word... " >&6; } | 3726 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4037 | if test "${ac_cv_prog_AWK+set}" = set; then | 3727 | if test "${ac_cv_prog_AWK+set}" = set; then |
4038 | $as_echo_n "(cached) " >&6 | 3728 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4039 | else | 3729 | else |
4040 | if test -n "$AWK"; then | 3730 | if test -n "$AWK"; then |
4041 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | 3731 | ac_cv_prog_AWK="$AWK" # Let the user override the test. |
@@ -4048,7 +3738,7 @@ do | |||
4048 | for ac_exec_ext in '' $ac_executable_extensions; do | 3738 | for ac_exec_ext in '' $ac_executable_extensions; do |
4049 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 3739 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4050 | ac_cv_prog_AWK="$ac_prog" | 3740 | ac_cv_prog_AWK="$ac_prog" |
4051 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 3741 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4052 | break 2 | 3742 | break 2 |
4053 | fi | 3743 | fi |
4054 | done | 3744 | done |
@@ -4059,11 +3749,11 @@ fi | |||
4059 | fi | 3749 | fi |
4060 | AWK=$ac_cv_prog_AWK | 3750 | AWK=$ac_cv_prog_AWK |
4061 | if test -n "$AWK"; then | 3751 | if test -n "$AWK"; then |
4062 | { $as_echo "$as_me:$LINENO: result: $AWK" >&5 | 3752 | { echo "$as_me:$LINENO: result: $AWK" >&5 |
4063 | $as_echo "$AWK" >&6; } | 3753 | echo "${ECHO_T}$AWK" >&6; } |
4064 | else | 3754 | else |
4065 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 3755 | { echo "$as_me:$LINENO: result: no" >&5 |
4066 | $as_echo "no" >&6; } | 3756 | echo "${ECHO_T}no" >&6; } |
4067 | fi | 3757 | fi |
4068 | 3758 | ||
4069 | 3759 | ||
@@ -4075,15 +3765,15 @@ ac_cpp='$CPP $CPPFLAGS' | |||
4075 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3765 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4076 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | 3766 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4077 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3767 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4078 | { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | 3768 | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
4079 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | 3769 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } |
4080 | # On Suns, sometimes $CPP names a directory. | 3770 | # On Suns, sometimes $CPP names a directory. |
4081 | if test -n "$CPP" && test -d "$CPP"; then | 3771 | if test -n "$CPP" && test -d "$CPP"; then |
4082 | CPP= | 3772 | CPP= |
4083 | fi | 3773 | fi |
4084 | if test -z "$CPP"; then | 3774 | if test -z "$CPP"; then |
4085 | if test "${ac_cv_prog_CPP+set}" = set; then | 3775 | if test "${ac_cv_prog_CPP+set}" = set; then |
4086 | $as_echo_n "(cached) " >&6 | 3776 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4087 | else | 3777 | else |
4088 | # Double quotes because CPP needs to be expanded | 3778 | # Double quotes because CPP needs to be expanded |
4089 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | 3779 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
@@ -4115,21 +3805,20 @@ case "(($ac_try" in | |||
4115 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3805 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4116 | *) ac_try_echo=$ac_try;; | 3806 | *) ac_try_echo=$ac_try;; |
4117 | esac | 3807 | esac |
4118 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3808 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4119 | $as_echo "$ac_try_echo") >&5 | ||
4120 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3809 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
4121 | ac_status=$? | 3810 | ac_status=$? |
4122 | grep -v '^ *+' conftest.er1 >conftest.err | 3811 | grep -v '^ *+' conftest.er1 >conftest.err |
4123 | rm -f conftest.er1 | 3812 | rm -f conftest.er1 |
4124 | cat conftest.err >&5 | 3813 | cat conftest.err >&5 |
4125 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4126 | (exit $ac_status); } >/dev/null && { | 3815 | (exit $ac_status); } >/dev/null && { |
4127 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3816 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
4128 | test ! -s conftest.err | 3817 | test ! -s conftest.err |
4129 | }; then | 3818 | }; then |
4130 | : | 3819 | : |
4131 | else | 3820 | else |
4132 | $as_echo "$as_me: failed program was:" >&5 | 3821 | echo "$as_me: failed program was:" >&5 |
4133 | sed 's/^/| /' conftest.$ac_ext >&5 | 3822 | sed 's/^/| /' conftest.$ac_ext >&5 |
4134 | 3823 | ||
4135 | # Broken: fails on valid input. | 3824 | # Broken: fails on valid input. |
@@ -4153,14 +3842,13 @@ case "(($ac_try" in | |||
4153 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3842 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4154 | *) ac_try_echo=$ac_try;; | 3843 | *) ac_try_echo=$ac_try;; |
4155 | esac | 3844 | esac |
4156 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3845 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4157 | $as_echo "$ac_try_echo") >&5 | ||
4158 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3846 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
4159 | ac_status=$? | 3847 | ac_status=$? |
4160 | grep -v '^ *+' conftest.er1 >conftest.err | 3848 | grep -v '^ *+' conftest.er1 >conftest.err |
4161 | rm -f conftest.er1 | 3849 | rm -f conftest.er1 |
4162 | cat conftest.err >&5 | 3850 | cat conftest.err >&5 |
4163 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3851 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4164 | (exit $ac_status); } >/dev/null && { | 3852 | (exit $ac_status); } >/dev/null && { |
4165 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3853 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
4166 | test ! -s conftest.err | 3854 | test ! -s conftest.err |
@@ -4168,7 +3856,7 @@ $as_echo "$ac_try_echo") >&5 | |||
4168 | # Broken: success on invalid input. | 3856 | # Broken: success on invalid input. |
4169 | continue | 3857 | continue |
4170 | else | 3858 | else |
4171 | $as_echo "$as_me: failed program was:" >&5 | 3859 | echo "$as_me: failed program was:" >&5 |
4172 | sed 's/^/| /' conftest.$ac_ext >&5 | 3860 | sed 's/^/| /' conftest.$ac_ext >&5 |
4173 | 3861 | ||
4174 | # Passes both tests. | 3862 | # Passes both tests. |
@@ -4193,8 +3881,8 @@ fi | |||
4193 | else | 3881 | else |
4194 | ac_cv_prog_CPP=$CPP | 3882 | ac_cv_prog_CPP=$CPP |
4195 | fi | 3883 | fi |
4196 | { $as_echo "$as_me:$LINENO: result: $CPP" >&5 | 3884 | { echo "$as_me:$LINENO: result: $CPP" >&5 |
4197 | $as_echo "$CPP" >&6; } | 3885 | echo "${ECHO_T}$CPP" >&6; } |
4198 | ac_preproc_ok=false | 3886 | ac_preproc_ok=false |
4199 | for ac_c_preproc_warn_flag in '' yes | 3887 | for ac_c_preproc_warn_flag in '' yes |
4200 | do | 3888 | do |
@@ -4222,21 +3910,20 @@ case "(($ac_try" in | |||
4222 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3910 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4223 | *) ac_try_echo=$ac_try;; | 3911 | *) ac_try_echo=$ac_try;; |
4224 | esac | 3912 | esac |
4225 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3913 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4226 | $as_echo "$ac_try_echo") >&5 | ||
4227 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3914 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
4228 | ac_status=$? | 3915 | ac_status=$? |
4229 | grep -v '^ *+' conftest.er1 >conftest.err | 3916 | grep -v '^ *+' conftest.er1 >conftest.err |
4230 | rm -f conftest.er1 | 3917 | rm -f conftest.er1 |
4231 | cat conftest.err >&5 | 3918 | cat conftest.err >&5 |
4232 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3919 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4233 | (exit $ac_status); } >/dev/null && { | 3920 | (exit $ac_status); } >/dev/null && { |
4234 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3921 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
4235 | test ! -s conftest.err | 3922 | test ! -s conftest.err |
4236 | }; then | 3923 | }; then |
4237 | : | 3924 | : |
4238 | else | 3925 | else |
4239 | $as_echo "$as_me: failed program was:" >&5 | 3926 | echo "$as_me: failed program was:" >&5 |
4240 | sed 's/^/| /' conftest.$ac_ext >&5 | 3927 | sed 's/^/| /' conftest.$ac_ext >&5 |
4241 | 3928 | ||
4242 | # Broken: fails on valid input. | 3929 | # Broken: fails on valid input. |
@@ -4260,14 +3947,13 @@ case "(($ac_try" in | |||
4260 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 3947 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4261 | *) ac_try_echo=$ac_try;; | 3948 | *) ac_try_echo=$ac_try;; |
4262 | esac | 3949 | esac |
4263 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 3950 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
4264 | $as_echo "$ac_try_echo") >&5 | ||
4265 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 3951 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
4266 | ac_status=$? | 3952 | ac_status=$? |
4267 | grep -v '^ *+' conftest.er1 >conftest.err | 3953 | grep -v '^ *+' conftest.er1 >conftest.err |
4268 | rm -f conftest.er1 | 3954 | rm -f conftest.er1 |
4269 | cat conftest.err >&5 | 3955 | cat conftest.err >&5 |
4270 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3956 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4271 | (exit $ac_status); } >/dev/null && { | 3957 | (exit $ac_status); } >/dev/null && { |
4272 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 3958 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
4273 | test ! -s conftest.err | 3959 | test ! -s conftest.err |
@@ -4275,7 +3961,7 @@ $as_echo "$ac_try_echo") >&5 | |||
4275 | # Broken: success on invalid input. | 3961 | # Broken: success on invalid input. |
4276 | continue | 3962 | continue |
4277 | else | 3963 | else |
4278 | $as_echo "$as_me: failed program was:" >&5 | 3964 | echo "$as_me: failed program was:" >&5 |
4279 | sed 's/^/| /' conftest.$ac_ext >&5 | 3965 | sed 's/^/| /' conftest.$ac_ext >&5 |
4280 | 3966 | ||
4281 | # Passes both tests. | 3967 | # Passes both tests. |
@@ -4291,9 +3977,9 @@ rm -f conftest.err conftest.$ac_ext | |||
4291 | if $ac_preproc_ok; then | 3977 | if $ac_preproc_ok; then |
4292 | : | 3978 | : |
4293 | else | 3979 | else |
4294 | { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | 3980 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
4295 | See \`config.log' for more details." >&5 | 3981 | See \`config.log' for more details." >&5 |
4296 | $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | 3982 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
4297 | See \`config.log' for more details." >&2;} | 3983 | See \`config.log' for more details." >&2;} |
4298 | { (exit 1); exit 1; }; } | 3984 | { (exit 1); exit 1; }; } |
4299 | fi | 3985 | fi |
@@ -4307,10 +3993,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
4307 | if test -n "$ac_tool_prefix"; then | 3993 | if test -n "$ac_tool_prefix"; then |
4308 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | 3994 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
4309 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 3995 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
4310 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 3996 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4311 | $as_echo_n "checking for $ac_word... " >&6; } | 3997 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4312 | if test "${ac_cv_prog_RANLIB+set}" = set; then | 3998 | if test "${ac_cv_prog_RANLIB+set}" = set; then |
4313 | $as_echo_n "(cached) " >&6 | 3999 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4314 | else | 4000 | else |
4315 | if test -n "$RANLIB"; then | 4001 | if test -n "$RANLIB"; then |
4316 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | 4002 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
@@ -4323,7 +4009,7 @@ do | |||
4323 | for ac_exec_ext in '' $ac_executable_extensions; do | 4009 | for ac_exec_ext in '' $ac_executable_extensions; do |
4324 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4010 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4325 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | 4011 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
4326 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4012 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4327 | break 2 | 4013 | break 2 |
4328 | fi | 4014 | fi |
4329 | done | 4015 | done |
@@ -4334,11 +4020,11 @@ fi | |||
4334 | fi | 4020 | fi |
4335 | RANLIB=$ac_cv_prog_RANLIB | 4021 | RANLIB=$ac_cv_prog_RANLIB |
4336 | if test -n "$RANLIB"; then | 4022 | if test -n "$RANLIB"; then |
4337 | { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 | 4023 | { echo "$as_me:$LINENO: result: $RANLIB" >&5 |
4338 | $as_echo "$RANLIB" >&6; } | 4024 | echo "${ECHO_T}$RANLIB" >&6; } |
4339 | else | 4025 | else |
4340 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4026 | { echo "$as_me:$LINENO: result: no" >&5 |
4341 | $as_echo "no" >&6; } | 4027 | echo "${ECHO_T}no" >&6; } |
4342 | fi | 4028 | fi |
4343 | 4029 | ||
4344 | 4030 | ||
@@ -4347,10 +4033,10 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
4347 | ac_ct_RANLIB=$RANLIB | 4033 | ac_ct_RANLIB=$RANLIB |
4348 | # Extract the first word of "ranlib", so it can be a program name with args. | 4034 | # Extract the first word of "ranlib", so it can be a program name with args. |
4349 | set dummy ranlib; ac_word=$2 | 4035 | set dummy ranlib; ac_word=$2 |
4350 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4036 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4351 | $as_echo_n "checking for $ac_word... " >&6; } | 4037 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4352 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | 4038 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
4353 | $as_echo_n "(cached) " >&6 | 4039 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4354 | else | 4040 | else |
4355 | if test -n "$ac_ct_RANLIB"; then | 4041 | if test -n "$ac_ct_RANLIB"; then |
4356 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | 4042 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
@@ -4363,7 +4049,7 @@ do | |||
4363 | for ac_exec_ext in '' $ac_executable_extensions; do | 4049 | for ac_exec_ext in '' $ac_executable_extensions; do |
4364 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4050 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4365 | ac_cv_prog_ac_ct_RANLIB="ranlib" | 4051 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
4366 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4052 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4367 | break 2 | 4053 | break 2 |
4368 | fi | 4054 | fi |
4369 | done | 4055 | done |
@@ -4374,11 +4060,11 @@ fi | |||
4374 | fi | 4060 | fi |
4375 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | 4061 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
4376 | if test -n "$ac_ct_RANLIB"; then | 4062 | if test -n "$ac_ct_RANLIB"; then |
4377 | { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | 4063 | { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
4378 | $as_echo "$ac_ct_RANLIB" >&6; } | 4064 | echo "${ECHO_T}$ac_ct_RANLIB" >&6; } |
4379 | else | 4065 | else |
4380 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4066 | { echo "$as_me:$LINENO: result: no" >&5 |
4381 | $as_echo "no" >&6; } | 4067 | echo "${ECHO_T}no" >&6; } |
4382 | fi | 4068 | fi |
4383 | 4069 | ||
4384 | if test "x$ac_ct_RANLIB" = x; then | 4070 | if test "x$ac_ct_RANLIB" = x; then |
@@ -4386,10 +4072,10 @@ fi | |||
4386 | else | 4072 | else |
4387 | case $cross_compiling:$ac_tool_warned in | 4073 | case $cross_compiling:$ac_tool_warned in |
4388 | yes:) | 4074 | yes:) |
4389 | { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | 4075 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
4390 | whose name does not start with the host triplet. If you think this | 4076 | whose name does not start with the host triplet. If you think this |
4391 | configuration is useful to you, please write to autoconf@gnu.org." >&5 | 4077 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
4392 | $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | 4078 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
4393 | whose name does not start with the host triplet. If you think this | 4079 | whose name does not start with the host triplet. If you think this |
4394 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | 4080 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
4395 | ac_tool_warned=yes ;; | 4081 | ac_tool_warned=yes ;; |
@@ -4413,12 +4099,11 @@ fi | |||
4413 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | 4099 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
4414 | # OS/2's system install, which has a completely different semantic | 4100 | # OS/2's system install, which has a completely different semantic |
4415 | # ./install, which can be erroneously created by make from ./install.sh. | 4101 | # ./install, which can be erroneously created by make from ./install.sh. |
4416 | # Reject install programs that cannot install multiple files. | 4102 | { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
4417 | { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | 4103 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } |
4418 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | ||
4419 | if test -z "$INSTALL"; then | 4104 | if test -z "$INSTALL"; then |
4420 | if test "${ac_cv_path_install+set}" = set; then | 4105 | if test "${ac_cv_path_install+set}" = set; then |
4421 | $as_echo_n "(cached) " >&6 | 4106 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4422 | else | 4107 | else |
4423 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 4108 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4424 | for as_dir in $PATH | 4109 | for as_dir in $PATH |
@@ -4447,29 +4132,17 @@ case $as_dir/ in | |||
4447 | # program-specific install script used by HP pwplus--don't use. | 4132 | # program-specific install script used by HP pwplus--don't use. |
4448 | : | 4133 | : |
4449 | else | 4134 | else |
4450 | rm -rf conftest.one conftest.two conftest.dir | 4135 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
4451 | echo one > conftest.one | 4136 | break 3 |
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 | ||
4462 | fi | 4137 | fi |
4463 | fi | 4138 | fi |
4464 | done | 4139 | done |
4465 | done | 4140 | done |
4466 | ;; | 4141 | ;; |
4467 | esac | 4142 | esac |
4468 | |||
4469 | done | 4143 | done |
4470 | IFS=$as_save_IFS | 4144 | IFS=$as_save_IFS |
4471 | 4145 | ||
4472 | rm -rf conftest.one conftest.two conftest.dir | ||
4473 | 4146 | ||
4474 | fi | 4147 | fi |
4475 | if test "${ac_cv_path_install+set}" = set; then | 4148 | if test "${ac_cv_path_install+set}" = set; then |
@@ -4482,8 +4155,8 @@ fi | |||
4482 | INSTALL=$ac_install_sh | 4155 | INSTALL=$ac_install_sh |
4483 | fi | 4156 | fi |
4484 | fi | 4157 | fi |
4485 | { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 | 4158 | { echo "$as_me:$LINENO: result: $INSTALL" >&5 |
4486 | $as_echo "$INSTALL" >&6; } | 4159 | echo "${ECHO_T}$INSTALL" >&6; } |
4487 | 4160 | ||
4488 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | 4161 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
4489 | # It thinks the first close brace ends the variable substitution. | 4162 | # It thinks the first close brace ends the variable substitution. |
@@ -4493,40 +4166,45 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |||
4493 | 4166 | ||
4494 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | 4167 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
4495 | 4168 | ||
4496 | { $as_echo "$as_me:$LINENO: checking for egrep" >&5 | 4169 | { echo "$as_me:$LINENO: checking for egrep" >&5 |
4497 | $as_echo_n "checking for egrep... " >&6; } | 4170 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } |
4498 | if test "${ac_cv_path_EGREP+set}" = set; then | 4171 | if test "${ac_cv_path_EGREP+set}" = set; then |
4499 | $as_echo_n "(cached) " >&6 | 4172 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4500 | else | 4173 | else |
4501 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 4174 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4502 | then ac_cv_path_EGREP="$GREP -E" | 4175 | then ac_cv_path_EGREP="$GREP -E" |
4503 | else | 4176 | else |
4504 | if test -z "$EGREP"; then | 4177 | # Extract the first word of "egrep" to use in msg output |
4178 | if test -z "$EGREP"; then | ||
4179 | set dummy egrep; ac_prog_name=$2 | ||
4180 | if test "${ac_cv_path_EGREP+set}" = set; then | ||
4181 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
4182 | else | ||
4505 | ac_path_EGREP_found=false | 4183 | ac_path_EGREP_found=false |
4506 | # Loop through the user's path and test for each of PROGNAME-LIST | 4184 | # Loop through the user's path and test for each of PROGNAME-LIST |
4507 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 4185 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4508 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | 4186 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
4509 | do | 4187 | do |
4510 | IFS=$as_save_IFS | 4188 | IFS=$as_save_IFS |
4511 | test -z "$as_dir" && as_dir=. | 4189 | test -z "$as_dir" && as_dir=. |
4512 | for ac_prog in egrep; do | 4190 | for ac_prog in egrep; do |
4513 | for ac_exec_ext in '' $ac_executable_extensions; do | 4191 | for ac_exec_ext in '' $ac_executable_extensions; do |
4514 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | 4192 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
4515 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | 4193 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
4516 | # Check for GNU ac_path_EGREP and select it if it is found. | 4194 | # Check for GNU ac_path_EGREP and select it if it is found. |
4517 | # Check for GNU $ac_path_EGREP | 4195 | # Check for GNU $ac_path_EGREP |
4518 | case `"$ac_path_EGREP" --version 2>&1` in | 4196 | case `"$ac_path_EGREP" --version 2>&1` in |
4519 | *GNU*) | 4197 | *GNU*) |
4520 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | 4198 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
4521 | *) | 4199 | *) |
4522 | ac_count=0 | 4200 | ac_count=0 |
4523 | $as_echo_n 0123456789 >"conftest.in" | 4201 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
4524 | while : | 4202 | while : |
4525 | do | 4203 | do |
4526 | cat "conftest.in" "conftest.in" >"conftest.tmp" | 4204 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
4527 | mv "conftest.tmp" "conftest.in" | 4205 | mv "conftest.tmp" "conftest.in" |
4528 | cp "conftest.in" "conftest.nl" | 4206 | cp "conftest.in" "conftest.nl" |
4529 | $as_echo 'EGREP' >> "conftest.nl" | 4207 | echo 'EGREP' >> "conftest.nl" |
4530 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | 4208 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4531 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | 4209 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
4532 | ac_count=`expr $ac_count + 1` | 4210 | ac_count=`expr $ac_count + 1` |
@@ -4541,33 +4219,42 @@ case `"$ac_path_EGREP" --version 2>&1` in | |||
4541 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | 4219 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4542 | esac | 4220 | esac |
4543 | 4221 | ||
4544 | $ac_path_EGREP_found && break 3 | 4222 | |
4545 | done | 4223 | $ac_path_EGREP_found && break 3 |
4546 | done | 4224 | done |
4547 | done | 4225 | done |
4226 | |||
4227 | done | ||
4548 | IFS=$as_save_IFS | 4228 | IFS=$as_save_IFS |
4549 | if test -z "$ac_cv_path_EGREP"; then | 4229 | |
4550 | { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | 4230 | |
4551 | $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | 4231 | fi |
4232 | |||
4233 | EGREP="$ac_cv_path_EGREP" | ||
4234 | if test -z "$EGREP"; then | ||
4235 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | ||
4236 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | ||
4552 | { (exit 1); exit 1; }; } | 4237 | { (exit 1); exit 1; }; } |
4553 | fi | 4238 | fi |
4239 | |||
4554 | else | 4240 | else |
4555 | ac_cv_path_EGREP=$EGREP | 4241 | ac_cv_path_EGREP=$EGREP |
4556 | fi | 4242 | fi |
4557 | 4243 | ||
4244 | |||
4558 | fi | 4245 | fi |
4559 | fi | 4246 | fi |
4560 | { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 | 4247 | { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
4561 | $as_echo "$ac_cv_path_EGREP" >&6; } | 4248 | echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } |
4562 | EGREP="$ac_cv_path_EGREP" | 4249 | EGREP="$ac_cv_path_EGREP" |
4563 | 4250 | ||
4564 | 4251 | ||
4565 | # Extract the first word of "ar", so it can be a program name with args. | 4252 | # Extract the first word of "ar", so it can be a program name with args. |
4566 | set dummy ar; ac_word=$2 | 4253 | set dummy ar; ac_word=$2 |
4567 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4254 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4568 | $as_echo_n "checking for $ac_word... " >&6; } | 4255 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4569 | if test "${ac_cv_path_AR+set}" = set; then | 4256 | if test "${ac_cv_path_AR+set}" = set; then |
4570 | $as_echo_n "(cached) " >&6 | 4257 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4571 | else | 4258 | else |
4572 | case $AR in | 4259 | case $AR in |
4573 | [\\/]* | ?:[\\/]*) | 4260 | [\\/]* | ?:[\\/]*) |
@@ -4582,7 +4269,7 @@ do | |||
4582 | for ac_exec_ext in '' $ac_executable_extensions; do | 4269 | for ac_exec_ext in '' $ac_executable_extensions; do |
4583 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4270 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4584 | ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" | 4271 | ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" |
4585 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4272 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4586 | break 2 | 4273 | break 2 |
4587 | fi | 4274 | fi |
4588 | done | 4275 | done |
@@ -4594,20 +4281,20 @@ esac | |||
4594 | fi | 4281 | fi |
4595 | AR=$ac_cv_path_AR | 4282 | AR=$ac_cv_path_AR |
4596 | if test -n "$AR"; then | 4283 | if test -n "$AR"; then |
4597 | { $as_echo "$as_me:$LINENO: result: $AR" >&5 | 4284 | { echo "$as_me:$LINENO: result: $AR" >&5 |
4598 | $as_echo "$AR" >&6; } | 4285 | echo "${ECHO_T}$AR" >&6; } |
4599 | else | 4286 | else |
4600 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4287 | { echo "$as_me:$LINENO: result: no" >&5 |
4601 | $as_echo "no" >&6; } | 4288 | echo "${ECHO_T}no" >&6; } |
4602 | fi | 4289 | fi |
4603 | 4290 | ||
4604 | 4291 | ||
4605 | # Extract the first word of "cat", so it can be a program name with args. | 4292 | # Extract the first word of "cat", so it can be a program name with args. |
4606 | set dummy cat; ac_word=$2 | 4293 | set dummy cat; ac_word=$2 |
4607 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4294 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4608 | $as_echo_n "checking for $ac_word... " >&6; } | 4295 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4609 | if test "${ac_cv_path_CAT+set}" = set; then | 4296 | if test "${ac_cv_path_CAT+set}" = set; then |
4610 | $as_echo_n "(cached) " >&6 | 4297 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4611 | else | 4298 | else |
4612 | case $CAT in | 4299 | case $CAT in |
4613 | [\\/]* | ?:[\\/]*) | 4300 | [\\/]* | ?:[\\/]*) |
@@ -4622,7 +4309,7 @@ do | |||
4622 | for ac_exec_ext in '' $ac_executable_extensions; do | 4309 | for ac_exec_ext in '' $ac_executable_extensions; do |
4623 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4310 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4624 | ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" | 4311 | ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" |
4625 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4312 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4626 | break 2 | 4313 | break 2 |
4627 | fi | 4314 | fi |
4628 | done | 4315 | done |
@@ -4634,20 +4321,20 @@ esac | |||
4634 | fi | 4321 | fi |
4635 | CAT=$ac_cv_path_CAT | 4322 | CAT=$ac_cv_path_CAT |
4636 | if test -n "$CAT"; then | 4323 | if test -n "$CAT"; then |
4637 | { $as_echo "$as_me:$LINENO: result: $CAT" >&5 | 4324 | { echo "$as_me:$LINENO: result: $CAT" >&5 |
4638 | $as_echo "$CAT" >&6; } | 4325 | echo "${ECHO_T}$CAT" >&6; } |
4639 | else | 4326 | else |
4640 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4327 | { echo "$as_me:$LINENO: result: no" >&5 |
4641 | $as_echo "no" >&6; } | 4328 | echo "${ECHO_T}no" >&6; } |
4642 | fi | 4329 | fi |
4643 | 4330 | ||
4644 | 4331 | ||
4645 | # Extract the first word of "kill", so it can be a program name with args. | 4332 | # Extract the first word of "kill", so it can be a program name with args. |
4646 | set dummy kill; ac_word=$2 | 4333 | set dummy kill; ac_word=$2 |
4647 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4334 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4648 | $as_echo_n "checking for $ac_word... " >&6; } | 4335 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4649 | if test "${ac_cv_path_KILL+set}" = set; then | 4336 | if test "${ac_cv_path_KILL+set}" = set; then |
4650 | $as_echo_n "(cached) " >&6 | 4337 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4651 | else | 4338 | else |
4652 | case $KILL in | 4339 | case $KILL in |
4653 | [\\/]* | ?:[\\/]*) | 4340 | [\\/]* | ?:[\\/]*) |
@@ -4662,7 +4349,7 @@ do | |||
4662 | for ac_exec_ext in '' $ac_executable_extensions; do | 4349 | for ac_exec_ext in '' $ac_executable_extensions; do |
4663 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4350 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4664 | ac_cv_path_KILL="$as_dir/$ac_word$ac_exec_ext" | 4351 | ac_cv_path_KILL="$as_dir/$ac_word$ac_exec_ext" |
4665 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4352 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4666 | break 2 | 4353 | break 2 |
4667 | fi | 4354 | fi |
4668 | done | 4355 | done |
@@ -4674,11 +4361,11 @@ esac | |||
4674 | fi | 4361 | fi |
4675 | KILL=$ac_cv_path_KILL | 4362 | KILL=$ac_cv_path_KILL |
4676 | if test -n "$KILL"; then | 4363 | if test -n "$KILL"; then |
4677 | { $as_echo "$as_me:$LINENO: result: $KILL" >&5 | 4364 | { echo "$as_me:$LINENO: result: $KILL" >&5 |
4678 | $as_echo "$KILL" >&6; } | 4365 | echo "${ECHO_T}$KILL" >&6; } |
4679 | else | 4366 | else |
4680 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4367 | { echo "$as_me:$LINENO: result: no" >&5 |
4681 | $as_echo "no" >&6; } | 4368 | echo "${ECHO_T}no" >&6; } |
4682 | fi | 4369 | fi |
4683 | 4370 | ||
4684 | 4371 | ||
@@ -4686,10 +4373,10 @@ for ac_prog in perl5 perl | |||
4686 | do | 4373 | do |
4687 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 4374 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
4688 | set dummy $ac_prog; ac_word=$2 | 4375 | set dummy $ac_prog; ac_word=$2 |
4689 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4376 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4690 | $as_echo_n "checking for $ac_word... " >&6; } | 4377 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4691 | if test "${ac_cv_path_PERL+set}" = set; then | 4378 | if test "${ac_cv_path_PERL+set}" = set; then |
4692 | $as_echo_n "(cached) " >&6 | 4379 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4693 | else | 4380 | else |
4694 | case $PERL in | 4381 | case $PERL in |
4695 | [\\/]* | ?:[\\/]*) | 4382 | [\\/]* | ?:[\\/]*) |
@@ -4704,7 +4391,7 @@ do | |||
4704 | for ac_exec_ext in '' $ac_executable_extensions; do | 4391 | for ac_exec_ext in '' $ac_executable_extensions; do |
4705 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4392 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4706 | ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" | 4393 | ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" |
4707 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4394 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4708 | break 2 | 4395 | break 2 |
4709 | fi | 4396 | fi |
4710 | done | 4397 | done |
@@ -4716,11 +4403,11 @@ esac | |||
4716 | fi | 4403 | fi |
4717 | PERL=$ac_cv_path_PERL | 4404 | PERL=$ac_cv_path_PERL |
4718 | if test -n "$PERL"; then | 4405 | if test -n "$PERL"; then |
4719 | { $as_echo "$as_me:$LINENO: result: $PERL" >&5 | 4406 | { echo "$as_me:$LINENO: result: $PERL" >&5 |
4720 | $as_echo "$PERL" >&6; } | 4407 | echo "${ECHO_T}$PERL" >&6; } |
4721 | else | 4408 | else |
4722 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4409 | { echo "$as_me:$LINENO: result: no" >&5 |
4723 | $as_echo "no" >&6; } | 4410 | echo "${ECHO_T}no" >&6; } |
4724 | fi | 4411 | fi |
4725 | 4412 | ||
4726 | 4413 | ||
@@ -4729,10 +4416,10 @@ done | |||
4729 | 4416 | ||
4730 | # Extract the first word of "sed", so it can be a program name with args. | 4417 | # Extract the first word of "sed", so it can be a program name with args. |
4731 | set dummy sed; ac_word=$2 | 4418 | set dummy sed; ac_word=$2 |
4732 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4419 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4733 | $as_echo_n "checking for $ac_word... " >&6; } | 4420 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4734 | if test "${ac_cv_path_SED+set}" = set; then | 4421 | if test "${ac_cv_path_SED+set}" = set; then |
4735 | $as_echo_n "(cached) " >&6 | 4422 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4736 | else | 4423 | else |
4737 | case $SED in | 4424 | case $SED in |
4738 | [\\/]* | ?:[\\/]*) | 4425 | [\\/]* | ?:[\\/]*) |
@@ -4747,7 +4434,7 @@ do | |||
4747 | for ac_exec_ext in '' $ac_executable_extensions; do | 4434 | for ac_exec_ext in '' $ac_executable_extensions; do |
4748 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4435 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4749 | ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" | 4436 | ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" |
4750 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4437 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4751 | break 2 | 4438 | break 2 |
4752 | fi | 4439 | fi |
4753 | done | 4440 | done |
@@ -4759,21 +4446,21 @@ esac | |||
4759 | fi | 4446 | fi |
4760 | SED=$ac_cv_path_SED | 4447 | SED=$ac_cv_path_SED |
4761 | if test -n "$SED"; then | 4448 | if test -n "$SED"; then |
4762 | { $as_echo "$as_me:$LINENO: result: $SED" >&5 | 4449 | { echo "$as_me:$LINENO: result: $SED" >&5 |
4763 | $as_echo "$SED" >&6; } | 4450 | echo "${ECHO_T}$SED" >&6; } |
4764 | else | 4451 | else |
4765 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4452 | { echo "$as_me:$LINENO: result: no" >&5 |
4766 | $as_echo "no" >&6; } | 4453 | echo "${ECHO_T}no" >&6; } |
4767 | fi | 4454 | fi |
4768 | 4455 | ||
4769 | 4456 | ||
4770 | 4457 | ||
4771 | # Extract the first word of "ent", so it can be a program name with args. | 4458 | # Extract the first word of "ent", so it can be a program name with args. |
4772 | set dummy ent; ac_word=$2 | 4459 | set dummy ent; ac_word=$2 |
4773 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4460 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4774 | $as_echo_n "checking for $ac_word... " >&6; } | 4461 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4775 | if test "${ac_cv_path_ENT+set}" = set; then | 4462 | if test "${ac_cv_path_ENT+set}" = set; then |
4776 | $as_echo_n "(cached) " >&6 | 4463 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4777 | else | 4464 | else |
4778 | case $ENT in | 4465 | case $ENT in |
4779 | [\\/]* | ?:[\\/]*) | 4466 | [\\/]* | ?:[\\/]*) |
@@ -4788,7 +4475,7 @@ do | |||
4788 | for ac_exec_ext in '' $ac_executable_extensions; do | 4475 | for ac_exec_ext in '' $ac_executable_extensions; do |
4789 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4476 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4790 | ac_cv_path_ENT="$as_dir/$ac_word$ac_exec_ext" | 4477 | ac_cv_path_ENT="$as_dir/$ac_word$ac_exec_ext" |
4791 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4478 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4792 | break 2 | 4479 | break 2 |
4793 | fi | 4480 | fi |
4794 | done | 4481 | done |
@@ -4800,21 +4487,21 @@ esac | |||
4800 | fi | 4487 | fi |
4801 | ENT=$ac_cv_path_ENT | 4488 | ENT=$ac_cv_path_ENT |
4802 | if test -n "$ENT"; then | 4489 | if test -n "$ENT"; then |
4803 | { $as_echo "$as_me:$LINENO: result: $ENT" >&5 | 4490 | { echo "$as_me:$LINENO: result: $ENT" >&5 |
4804 | $as_echo "$ENT" >&6; } | 4491 | echo "${ECHO_T}$ENT" >&6; } |
4805 | else | 4492 | else |
4806 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4493 | { echo "$as_me:$LINENO: result: no" >&5 |
4807 | $as_echo "no" >&6; } | 4494 | echo "${ECHO_T}no" >&6; } |
4808 | fi | 4495 | fi |
4809 | 4496 | ||
4810 | 4497 | ||
4811 | 4498 | ||
4812 | # Extract the first word of "bash", so it can be a program name with args. | 4499 | # Extract the first word of "bash", so it can be a program name with args. |
4813 | set dummy bash; ac_word=$2 | 4500 | set dummy bash; ac_word=$2 |
4814 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4501 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4815 | $as_echo_n "checking for $ac_word... " >&6; } | 4502 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4816 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then | 4503 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then |
4817 | $as_echo_n "(cached) " >&6 | 4504 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4818 | else | 4505 | else |
4819 | case $TEST_MINUS_S_SH in | 4506 | case $TEST_MINUS_S_SH in |
4820 | [\\/]* | ?:[\\/]*) | 4507 | [\\/]* | ?:[\\/]*) |
@@ -4829,7 +4516,7 @@ do | |||
4829 | for ac_exec_ext in '' $ac_executable_extensions; do | 4516 | for ac_exec_ext in '' $ac_executable_extensions; do |
4830 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4517 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4831 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" | 4518 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" |
4832 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4519 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4833 | break 2 | 4520 | break 2 |
4834 | fi | 4521 | fi |
4835 | done | 4522 | done |
@@ -4841,20 +4528,20 @@ esac | |||
4841 | fi | 4528 | fi |
4842 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH | 4529 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH |
4843 | if test -n "$TEST_MINUS_S_SH"; then | 4530 | if test -n "$TEST_MINUS_S_SH"; then |
4844 | { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 | 4531 | { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 |
4845 | $as_echo "$TEST_MINUS_S_SH" >&6; } | 4532 | echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; } |
4846 | else | 4533 | else |
4847 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4534 | { echo "$as_me:$LINENO: result: no" >&5 |
4848 | $as_echo "no" >&6; } | 4535 | echo "${ECHO_T}no" >&6; } |
4849 | fi | 4536 | fi |
4850 | 4537 | ||
4851 | 4538 | ||
4852 | # Extract the first word of "ksh", so it can be a program name with args. | 4539 | # Extract the first word of "ksh", so it can be a program name with args. |
4853 | set dummy ksh; ac_word=$2 | 4540 | set dummy ksh; ac_word=$2 |
4854 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4541 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4855 | $as_echo_n "checking for $ac_word... " >&6; } | 4542 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4856 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then | 4543 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then |
4857 | $as_echo_n "(cached) " >&6 | 4544 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4858 | else | 4545 | else |
4859 | case $TEST_MINUS_S_SH in | 4546 | case $TEST_MINUS_S_SH in |
4860 | [\\/]* | ?:[\\/]*) | 4547 | [\\/]* | ?:[\\/]*) |
@@ -4869,7 +4556,7 @@ do | |||
4869 | for ac_exec_ext in '' $ac_executable_extensions; do | 4556 | for ac_exec_ext in '' $ac_executable_extensions; do |
4870 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4557 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4871 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" | 4558 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" |
4872 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4559 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4873 | break 2 | 4560 | break 2 |
4874 | fi | 4561 | fi |
4875 | done | 4562 | done |
@@ -4881,20 +4568,20 @@ esac | |||
4881 | fi | 4568 | fi |
4882 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH | 4569 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH |
4883 | if test -n "$TEST_MINUS_S_SH"; then | 4570 | if test -n "$TEST_MINUS_S_SH"; then |
4884 | { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 | 4571 | { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 |
4885 | $as_echo "$TEST_MINUS_S_SH" >&6; } | 4572 | echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; } |
4886 | else | 4573 | else |
4887 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4574 | { echo "$as_me:$LINENO: result: no" >&5 |
4888 | $as_echo "no" >&6; } | 4575 | echo "${ECHO_T}no" >&6; } |
4889 | fi | 4576 | fi |
4890 | 4577 | ||
4891 | 4578 | ||
4892 | # Extract the first word of "sh", so it can be a program name with args. | 4579 | # Extract the first word of "sh", so it can be a program name with args. |
4893 | set dummy sh; ac_word=$2 | 4580 | set dummy sh; ac_word=$2 |
4894 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4581 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4895 | $as_echo_n "checking for $ac_word... " >&6; } | 4582 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4896 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then | 4583 | if test "${ac_cv_path_TEST_MINUS_S_SH+set}" = set; then |
4897 | $as_echo_n "(cached) " >&6 | 4584 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4898 | else | 4585 | else |
4899 | case $TEST_MINUS_S_SH in | 4586 | case $TEST_MINUS_S_SH in |
4900 | [\\/]* | ?:[\\/]*) | 4587 | [\\/]* | ?:[\\/]*) |
@@ -4909,7 +4596,7 @@ do | |||
4909 | for ac_exec_ext in '' $ac_executable_extensions; do | 4596 | for ac_exec_ext in '' $ac_executable_extensions; do |
4910 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4597 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4911 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" | 4598 | ac_cv_path_TEST_MINUS_S_SH="$as_dir/$ac_word$ac_exec_ext" |
4912 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4599 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4913 | break 2 | 4600 | break 2 |
4914 | fi | 4601 | fi |
4915 | done | 4602 | done |
@@ -4921,20 +4608,20 @@ esac | |||
4921 | fi | 4608 | fi |
4922 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH | 4609 | TEST_MINUS_S_SH=$ac_cv_path_TEST_MINUS_S_SH |
4923 | if test -n "$TEST_MINUS_S_SH"; then | 4610 | if test -n "$TEST_MINUS_S_SH"; then |
4924 | { $as_echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 | 4611 | { echo "$as_me:$LINENO: result: $TEST_MINUS_S_SH" >&5 |
4925 | $as_echo "$TEST_MINUS_S_SH" >&6; } | 4612 | echo "${ECHO_T}$TEST_MINUS_S_SH" >&6; } |
4926 | else | 4613 | else |
4927 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4614 | { echo "$as_me:$LINENO: result: no" >&5 |
4928 | $as_echo "no" >&6; } | 4615 | echo "${ECHO_T}no" >&6; } |
4929 | fi | 4616 | fi |
4930 | 4617 | ||
4931 | 4618 | ||
4932 | # Extract the first word of "sh", so it can be a program name with args. | 4619 | # Extract the first word of "sh", so it can be a program name with args. |
4933 | set dummy sh; ac_word=$2 | 4620 | set dummy sh; ac_word=$2 |
4934 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4621 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4935 | $as_echo_n "checking for $ac_word... " >&6; } | 4622 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4936 | if test "${ac_cv_path_SH+set}" = set; then | 4623 | if test "${ac_cv_path_SH+set}" = set; then |
4937 | $as_echo_n "(cached) " >&6 | 4624 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4938 | else | 4625 | else |
4939 | case $SH in | 4626 | case $SH in |
4940 | [\\/]* | ?:[\\/]*) | 4627 | [\\/]* | ?:[\\/]*) |
@@ -4949,7 +4636,7 @@ do | |||
4949 | for ac_exec_ext in '' $ac_executable_extensions; do | 4636 | for ac_exec_ext in '' $ac_executable_extensions; do |
4950 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4637 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4951 | ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext" | 4638 | ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext" |
4952 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4639 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4953 | break 2 | 4640 | break 2 |
4954 | fi | 4641 | fi |
4955 | done | 4642 | done |
@@ -4961,11 +4648,11 @@ esac | |||
4961 | fi | 4648 | fi |
4962 | SH=$ac_cv_path_SH | 4649 | SH=$ac_cv_path_SH |
4963 | if test -n "$SH"; then | 4650 | if test -n "$SH"; then |
4964 | { $as_echo "$as_me:$LINENO: result: $SH" >&5 | 4651 | { echo "$as_me:$LINENO: result: $SH" >&5 |
4965 | $as_echo "$SH" >&6; } | 4652 | echo "${ECHO_T}$SH" >&6; } |
4966 | else | 4653 | else |
4967 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4654 | { echo "$as_me:$LINENO: result: no" >&5 |
4968 | $as_echo "no" >&6; } | 4655 | echo "${ECHO_T}no" >&6; } |
4969 | fi | 4656 | fi |
4970 | 4657 | ||
4971 | 4658 | ||
@@ -4974,10 +4661,10 @@ TEST_SHELL=sh | |||
4974 | 4661 | ||
4975 | # Extract the first word of "groupadd", so it can be a program name with args. | 4662 | # Extract the first word of "groupadd", so it can be a program name with args. |
4976 | set dummy groupadd; ac_word=$2 | 4663 | set dummy groupadd; ac_word=$2 |
4977 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4664 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4978 | $as_echo_n "checking for $ac_word... " >&6; } | 4665 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
4979 | if test "${ac_cv_path_PATH_GROUPADD_PROG+set}" = set; then | 4666 | if test "${ac_cv_path_PATH_GROUPADD_PROG+set}" = set; then |
4980 | $as_echo_n "(cached) " >&6 | 4667 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
4981 | else | 4668 | else |
4982 | case $PATH_GROUPADD_PROG in | 4669 | case $PATH_GROUPADD_PROG in |
4983 | [\\/]* | ?:[\\/]*) | 4670 | [\\/]* | ?:[\\/]*) |
@@ -4992,7 +4679,7 @@ do | |||
4992 | for ac_exec_ext in '' $ac_executable_extensions; do | 4679 | for ac_exec_ext in '' $ac_executable_extensions; do |
4993 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4680 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4994 | ac_cv_path_PATH_GROUPADD_PROG="$as_dir/$ac_word$ac_exec_ext" | 4681 | ac_cv_path_PATH_GROUPADD_PROG="$as_dir/$ac_word$ac_exec_ext" |
4995 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4682 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4996 | break 2 | 4683 | break 2 |
4997 | fi | 4684 | fi |
4998 | done | 4685 | done |
@@ -5005,20 +4692,20 @@ esac | |||
5005 | fi | 4692 | fi |
5006 | PATH_GROUPADD_PROG=$ac_cv_path_PATH_GROUPADD_PROG | 4693 | PATH_GROUPADD_PROG=$ac_cv_path_PATH_GROUPADD_PROG |
5007 | if test -n "$PATH_GROUPADD_PROG"; then | 4694 | if test -n "$PATH_GROUPADD_PROG"; then |
5008 | { $as_echo "$as_me:$LINENO: result: $PATH_GROUPADD_PROG" >&5 | 4695 | { echo "$as_me:$LINENO: result: $PATH_GROUPADD_PROG" >&5 |
5009 | $as_echo "$PATH_GROUPADD_PROG" >&6; } | 4696 | echo "${ECHO_T}$PATH_GROUPADD_PROG" >&6; } |
5010 | else | 4697 | else |
5011 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4698 | { echo "$as_me:$LINENO: result: no" >&5 |
5012 | $as_echo "no" >&6; } | 4699 | echo "${ECHO_T}no" >&6; } |
5013 | fi | 4700 | fi |
5014 | 4701 | ||
5015 | 4702 | ||
5016 | # Extract the first word of "useradd", so it can be a program name with args. | 4703 | # Extract the first word of "useradd", so it can be a program name with args. |
5017 | set dummy useradd; ac_word=$2 | 4704 | set dummy useradd; ac_word=$2 |
5018 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4705 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
5019 | $as_echo_n "checking for $ac_word... " >&6; } | 4706 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
5020 | if test "${ac_cv_path_PATH_USERADD_PROG+set}" = set; then | 4707 | if test "${ac_cv_path_PATH_USERADD_PROG+set}" = set; then |
5021 | $as_echo_n "(cached) " >&6 | 4708 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5022 | else | 4709 | else |
5023 | case $PATH_USERADD_PROG in | 4710 | case $PATH_USERADD_PROG in |
5024 | [\\/]* | ?:[\\/]*) | 4711 | [\\/]* | ?:[\\/]*) |
@@ -5033,7 +4720,7 @@ do | |||
5033 | for ac_exec_ext in '' $ac_executable_extensions; do | 4720 | for ac_exec_ext in '' $ac_executable_extensions; do |
5034 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4721 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5035 | ac_cv_path_PATH_USERADD_PROG="$as_dir/$ac_word$ac_exec_ext" | 4722 | ac_cv_path_PATH_USERADD_PROG="$as_dir/$ac_word$ac_exec_ext" |
5036 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4723 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5037 | break 2 | 4724 | break 2 |
5038 | fi | 4725 | fi |
5039 | done | 4726 | done |
@@ -5046,20 +4733,20 @@ esac | |||
5046 | fi | 4733 | fi |
5047 | PATH_USERADD_PROG=$ac_cv_path_PATH_USERADD_PROG | 4734 | PATH_USERADD_PROG=$ac_cv_path_PATH_USERADD_PROG |
5048 | if test -n "$PATH_USERADD_PROG"; then | 4735 | if test -n "$PATH_USERADD_PROG"; then |
5049 | { $as_echo "$as_me:$LINENO: result: $PATH_USERADD_PROG" >&5 | 4736 | { echo "$as_me:$LINENO: result: $PATH_USERADD_PROG" >&5 |
5050 | $as_echo "$PATH_USERADD_PROG" >&6; } | 4737 | echo "${ECHO_T}$PATH_USERADD_PROG" >&6; } |
5051 | else | 4738 | else |
5052 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4739 | { echo "$as_me:$LINENO: result: no" >&5 |
5053 | $as_echo "no" >&6; } | 4740 | echo "${ECHO_T}no" >&6; } |
5054 | fi | 4741 | fi |
5055 | 4742 | ||
5056 | 4743 | ||
5057 | # Extract the first word of "pkgmk", so it can be a program name with args. | 4744 | # Extract the first word of "pkgmk", so it can be a program name with args. |
5058 | set dummy pkgmk; ac_word=$2 | 4745 | set dummy pkgmk; ac_word=$2 |
5059 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 4746 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
5060 | $as_echo_n "checking for $ac_word... " >&6; } | 4747 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
5061 | if test "${ac_cv_prog_MAKE_PACKAGE_SUPPORTED+set}" = set; then | 4748 | if test "${ac_cv_prog_MAKE_PACKAGE_SUPPORTED+set}" = set; then |
5062 | $as_echo_n "(cached) " >&6 | 4749 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5063 | else | 4750 | else |
5064 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then | 4751 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then |
5065 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="$MAKE_PACKAGE_SUPPORTED" # Let the user override the test. | 4752 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="$MAKE_PACKAGE_SUPPORTED" # Let the user override the test. |
@@ -5072,7 +4759,7 @@ do | |||
5072 | for ac_exec_ext in '' $ac_executable_extensions; do | 4759 | for ac_exec_ext in '' $ac_executable_extensions; do |
5073 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4760 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5074 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="yes" | 4761 | ac_cv_prog_MAKE_PACKAGE_SUPPORTED="yes" |
5075 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4762 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5076 | break 2 | 4763 | break 2 |
5077 | fi | 4764 | fi |
5078 | done | 4765 | done |
@@ -5084,11 +4771,11 @@ fi | |||
5084 | fi | 4771 | fi |
5085 | MAKE_PACKAGE_SUPPORTED=$ac_cv_prog_MAKE_PACKAGE_SUPPORTED | 4772 | MAKE_PACKAGE_SUPPORTED=$ac_cv_prog_MAKE_PACKAGE_SUPPORTED |
5086 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then | 4773 | if test -n "$MAKE_PACKAGE_SUPPORTED"; then |
5087 | { $as_echo "$as_me:$LINENO: result: $MAKE_PACKAGE_SUPPORTED" >&5 | 4774 | { echo "$as_me:$LINENO: result: $MAKE_PACKAGE_SUPPORTED" >&5 |
5088 | $as_echo "$MAKE_PACKAGE_SUPPORTED" >&6; } | 4775 | echo "${ECHO_T}$MAKE_PACKAGE_SUPPORTED" >&6; } |
5089 | else | 4776 | else |
5090 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 4777 | { echo "$as_me:$LINENO: result: no" >&5 |
5091 | $as_echo "no" >&6; } | 4778 | echo "${ECHO_T}no" >&6; } |
5092 | fi | 4779 | fi |
5093 | 4780 | ||
5094 | 4781 | ||
@@ -5108,10 +4795,10 @@ fi | |||
5108 | 4795 | ||
5109 | if test "$enable_largefile" != no; then | 4796 | if test "$enable_largefile" != no; then |
5110 | 4797 | ||
5111 | { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 | 4798 | { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 |
5112 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 4799 | echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } |
5113 | if test "${ac_cv_sys_largefile_CC+set}" = set; then | 4800 | if test "${ac_cv_sys_largefile_CC+set}" = set; then |
5114 | $as_echo_n "(cached) " >&6 | 4801 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5115 | else | 4802 | else |
5116 | ac_cv_sys_largefile_CC=no | 4803 | ac_cv_sys_largefile_CC=no |
5117 | if test "$GCC" != yes; then | 4804 | if test "$GCC" != yes; then |
@@ -5148,21 +4835,20 @@ case "(($ac_try" in | |||
5148 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4835 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5149 | *) ac_try_echo=$ac_try;; | 4836 | *) ac_try_echo=$ac_try;; |
5150 | esac | 4837 | esac |
5151 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 4838 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5152 | $as_echo "$ac_try_echo") >&5 | ||
5153 | (eval "$ac_compile") 2>conftest.er1 | 4839 | (eval "$ac_compile") 2>conftest.er1 |
5154 | ac_status=$? | 4840 | ac_status=$? |
5155 | grep -v '^ *+' conftest.er1 >conftest.err | 4841 | grep -v '^ *+' conftest.er1 >conftest.err |
5156 | rm -f conftest.er1 | 4842 | rm -f conftest.er1 |
5157 | cat conftest.err >&5 | 4843 | cat conftest.err >&5 |
5158 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5159 | (exit $ac_status); } && { | 4845 | (exit $ac_status); } && { |
5160 | test -z "$ac_c_werror_flag" || | 4846 | test -z "$ac_c_werror_flag" || |
5161 | test ! -s conftest.err | 4847 | test ! -s conftest.err |
5162 | } && test -s conftest.$ac_objext; then | 4848 | } && test -s conftest.$ac_objext; then |
5163 | break | 4849 | break |
5164 | else | 4850 | else |
5165 | $as_echo "$as_me: failed program was:" >&5 | 4851 | echo "$as_me: failed program was:" >&5 |
5166 | sed 's/^/| /' conftest.$ac_ext >&5 | 4852 | sed 's/^/| /' conftest.$ac_ext >&5 |
5167 | 4853 | ||
5168 | 4854 | ||
@@ -5176,21 +4862,20 @@ case "(($ac_try" in | |||
5176 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4862 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5177 | *) ac_try_echo=$ac_try;; | 4863 | *) ac_try_echo=$ac_try;; |
5178 | esac | 4864 | esac |
5179 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 4865 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5180 | $as_echo "$ac_try_echo") >&5 | ||
5181 | (eval "$ac_compile") 2>conftest.er1 | 4866 | (eval "$ac_compile") 2>conftest.er1 |
5182 | ac_status=$? | 4867 | ac_status=$? |
5183 | grep -v '^ *+' conftest.er1 >conftest.err | 4868 | grep -v '^ *+' conftest.er1 >conftest.err |
5184 | rm -f conftest.er1 | 4869 | rm -f conftest.er1 |
5185 | cat conftest.err >&5 | 4870 | cat conftest.err >&5 |
5186 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4871 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5187 | (exit $ac_status); } && { | 4872 | (exit $ac_status); } && { |
5188 | test -z "$ac_c_werror_flag" || | 4873 | test -z "$ac_c_werror_flag" || |
5189 | test ! -s conftest.err | 4874 | test ! -s conftest.err |
5190 | } && test -s conftest.$ac_objext; then | 4875 | } && test -s conftest.$ac_objext; then |
5191 | ac_cv_sys_largefile_CC=' -n32'; break | 4876 | ac_cv_sys_largefile_CC=' -n32'; break |
5192 | else | 4877 | else |
5193 | $as_echo "$as_me: failed program was:" >&5 | 4878 | echo "$as_me: failed program was:" >&5 |
5194 | sed 's/^/| /' conftest.$ac_ext >&5 | 4879 | sed 's/^/| /' conftest.$ac_ext >&5 |
5195 | 4880 | ||
5196 | 4881 | ||
@@ -5203,16 +4888,16 @@ rm -f core conftest.err conftest.$ac_objext | |||
5203 | rm -f conftest.$ac_ext | 4888 | rm -f conftest.$ac_ext |
5204 | fi | 4889 | fi |
5205 | fi | 4890 | fi |
5206 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 | 4891 | { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 |
5207 | $as_echo "$ac_cv_sys_largefile_CC" >&6; } | 4892 | echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } |
5208 | if test "$ac_cv_sys_largefile_CC" != no; then | 4893 | if test "$ac_cv_sys_largefile_CC" != no; then |
5209 | CC=$CC$ac_cv_sys_largefile_CC | 4894 | CC=$CC$ac_cv_sys_largefile_CC |
5210 | fi | 4895 | fi |
5211 | 4896 | ||
5212 | { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 4897 | { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
5213 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 4898 | echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } |
5214 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then | 4899 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then |
5215 | $as_echo_n "(cached) " >&6 | 4900 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5216 | else | 4901 | else |
5217 | while :; do | 4902 | while :; do |
5218 | cat >conftest.$ac_ext <<_ACEOF | 4903 | cat >conftest.$ac_ext <<_ACEOF |
@@ -5244,21 +4929,20 @@ case "(($ac_try" in | |||
5244 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4929 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5245 | *) ac_try_echo=$ac_try;; | 4930 | *) ac_try_echo=$ac_try;; |
5246 | esac | 4931 | esac |
5247 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 4932 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5248 | $as_echo "$ac_try_echo") >&5 | ||
5249 | (eval "$ac_compile") 2>conftest.er1 | 4933 | (eval "$ac_compile") 2>conftest.er1 |
5250 | ac_status=$? | 4934 | ac_status=$? |
5251 | grep -v '^ *+' conftest.er1 >conftest.err | 4935 | grep -v '^ *+' conftest.er1 >conftest.err |
5252 | rm -f conftest.er1 | 4936 | rm -f conftest.er1 |
5253 | cat conftest.err >&5 | 4937 | cat conftest.err >&5 |
5254 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5255 | (exit $ac_status); } && { | 4939 | (exit $ac_status); } && { |
5256 | test -z "$ac_c_werror_flag" || | 4940 | test -z "$ac_c_werror_flag" || |
5257 | test ! -s conftest.err | 4941 | test ! -s conftest.err |
5258 | } && test -s conftest.$ac_objext; then | 4942 | } && test -s conftest.$ac_objext; then |
5259 | ac_cv_sys_file_offset_bits=no; break | 4943 | ac_cv_sys_file_offset_bits=no; break |
5260 | else | 4944 | else |
5261 | $as_echo "$as_me: failed program was:" >&5 | 4945 | echo "$as_me: failed program was:" >&5 |
5262 | sed 's/^/| /' conftest.$ac_ext >&5 | 4946 | sed 's/^/| /' conftest.$ac_ext >&5 |
5263 | 4947 | ||
5264 | 4948 | ||
@@ -5295,21 +4979,20 @@ case "(($ac_try" in | |||
5295 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 4979 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5296 | *) ac_try_echo=$ac_try;; | 4980 | *) ac_try_echo=$ac_try;; |
5297 | esac | 4981 | esac |
5298 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 4982 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5299 | $as_echo "$ac_try_echo") >&5 | ||
5300 | (eval "$ac_compile") 2>conftest.er1 | 4983 | (eval "$ac_compile") 2>conftest.er1 |
5301 | ac_status=$? | 4984 | ac_status=$? |
5302 | grep -v '^ *+' conftest.er1 >conftest.err | 4985 | grep -v '^ *+' conftest.er1 >conftest.err |
5303 | rm -f conftest.er1 | 4986 | rm -f conftest.er1 |
5304 | cat conftest.err >&5 | 4987 | cat conftest.err >&5 |
5305 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4988 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5306 | (exit $ac_status); } && { | 4989 | (exit $ac_status); } && { |
5307 | test -z "$ac_c_werror_flag" || | 4990 | test -z "$ac_c_werror_flag" || |
5308 | test ! -s conftest.err | 4991 | test ! -s conftest.err |
5309 | } && test -s conftest.$ac_objext; then | 4992 | } && test -s conftest.$ac_objext; then |
5310 | ac_cv_sys_file_offset_bits=64; break | 4993 | ac_cv_sys_file_offset_bits=64; break |
5311 | else | 4994 | else |
5312 | $as_echo "$as_me: failed program was:" >&5 | 4995 | echo "$as_me: failed program was:" >&5 |
5313 | sed 's/^/| /' conftest.$ac_ext >&5 | 4996 | sed 's/^/| /' conftest.$ac_ext >&5 |
5314 | 4997 | ||
5315 | 4998 | ||
@@ -5320,8 +5003,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
5320 | break | 5003 | break |
5321 | done | 5004 | done |
5322 | fi | 5005 | fi |
5323 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 | 5006 | { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 |
5324 | $as_echo "$ac_cv_sys_file_offset_bits" >&6; } | 5007 | echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } |
5325 | case $ac_cv_sys_file_offset_bits in #( | 5008 | case $ac_cv_sys_file_offset_bits in #( |
5326 | no | unknown) ;; | 5009 | no | unknown) ;; |
5327 | *) | 5010 | *) |
@@ -5330,12 +5013,12 @@ cat >>confdefs.h <<_ACEOF | |||
5330 | _ACEOF | 5013 | _ACEOF |
5331 | ;; | 5014 | ;; |
5332 | esac | 5015 | esac |
5333 | rm -rf conftest* | 5016 | rm -f conftest* |
5334 | if test $ac_cv_sys_file_offset_bits = unknown; then | 5017 | if test $ac_cv_sys_file_offset_bits = unknown; then |
5335 | { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 | 5018 | { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 |
5336 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 5019 | echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } |
5337 | if test "${ac_cv_sys_large_files+set}" = set; then | 5020 | if test "${ac_cv_sys_large_files+set}" = set; then |
5338 | $as_echo_n "(cached) " >&6 | 5021 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5339 | else | 5022 | else |
5340 | while :; do | 5023 | while :; do |
5341 | cat >conftest.$ac_ext <<_ACEOF | 5024 | cat >conftest.$ac_ext <<_ACEOF |
@@ -5367,21 +5050,20 @@ case "(($ac_try" in | |||
5367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5050 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5368 | *) ac_try_echo=$ac_try;; | 5051 | *) ac_try_echo=$ac_try;; |
5369 | esac | 5052 | esac |
5370 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5053 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5371 | $as_echo "$ac_try_echo") >&5 | ||
5372 | (eval "$ac_compile") 2>conftest.er1 | 5054 | (eval "$ac_compile") 2>conftest.er1 |
5373 | ac_status=$? | 5055 | ac_status=$? |
5374 | grep -v '^ *+' conftest.er1 >conftest.err | 5056 | grep -v '^ *+' conftest.er1 >conftest.err |
5375 | rm -f conftest.er1 | 5057 | rm -f conftest.er1 |
5376 | cat conftest.err >&5 | 5058 | cat conftest.err >&5 |
5377 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5378 | (exit $ac_status); } && { | 5060 | (exit $ac_status); } && { |
5379 | test -z "$ac_c_werror_flag" || | 5061 | test -z "$ac_c_werror_flag" || |
5380 | test ! -s conftest.err | 5062 | test ! -s conftest.err |
5381 | } && test -s conftest.$ac_objext; then | 5063 | } && test -s conftest.$ac_objext; then |
5382 | ac_cv_sys_large_files=no; break | 5064 | ac_cv_sys_large_files=no; break |
5383 | else | 5065 | else |
5384 | $as_echo "$as_me: failed program was:" >&5 | 5066 | echo "$as_me: failed program was:" >&5 |
5385 | sed 's/^/| /' conftest.$ac_ext >&5 | 5067 | sed 's/^/| /' conftest.$ac_ext >&5 |
5386 | 5068 | ||
5387 | 5069 | ||
@@ -5418,21 +5100,20 @@ case "(($ac_try" in | |||
5418 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5100 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5419 | *) ac_try_echo=$ac_try;; | 5101 | *) ac_try_echo=$ac_try;; |
5420 | esac | 5102 | esac |
5421 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5103 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5422 | $as_echo "$ac_try_echo") >&5 | ||
5423 | (eval "$ac_compile") 2>conftest.er1 | 5104 | (eval "$ac_compile") 2>conftest.er1 |
5424 | ac_status=$? | 5105 | ac_status=$? |
5425 | grep -v '^ *+' conftest.er1 >conftest.err | 5106 | grep -v '^ *+' conftest.er1 >conftest.err |
5426 | rm -f conftest.er1 | 5107 | rm -f conftest.er1 |
5427 | cat conftest.err >&5 | 5108 | cat conftest.err >&5 |
5428 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5429 | (exit $ac_status); } && { | 5110 | (exit $ac_status); } && { |
5430 | test -z "$ac_c_werror_flag" || | 5111 | test -z "$ac_c_werror_flag" || |
5431 | test ! -s conftest.err | 5112 | test ! -s conftest.err |
5432 | } && test -s conftest.$ac_objext; then | 5113 | } && test -s conftest.$ac_objext; then |
5433 | ac_cv_sys_large_files=1; break | 5114 | ac_cv_sys_large_files=1; break |
5434 | else | 5115 | else |
5435 | $as_echo "$as_me: failed program was:" >&5 | 5116 | echo "$as_me: failed program was:" >&5 |
5436 | sed 's/^/| /' conftest.$ac_ext >&5 | 5117 | sed 's/^/| /' conftest.$ac_ext >&5 |
5437 | 5118 | ||
5438 | 5119 | ||
@@ -5443,8 +5124,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
5443 | break | 5124 | break |
5444 | done | 5125 | done |
5445 | fi | 5126 | fi |
5446 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 | 5127 | { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 |
5447 | $as_echo "$ac_cv_sys_large_files" >&6; } | 5128 | echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } |
5448 | case $ac_cv_sys_large_files in #( | 5129 | case $ac_cv_sys_large_files in #( |
5449 | no | unknown) ;; | 5130 | no | unknown) ;; |
5450 | *) | 5131 | *) |
@@ -5453,14 +5134,14 @@ cat >>confdefs.h <<_ACEOF | |||
5453 | _ACEOF | 5134 | _ACEOF |
5454 | ;; | 5135 | ;; |
5455 | esac | 5136 | esac |
5456 | rm -rf conftest* | 5137 | rm -f conftest* |
5457 | fi | 5138 | fi |
5458 | fi | 5139 | fi |
5459 | 5140 | ||
5460 | 5141 | ||
5461 | if test -z "$AR" ; then | 5142 | if test -z "$AR" ; then |
5462 | { { $as_echo "$as_me:$LINENO: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5 | 5143 | { { echo "$as_me:$LINENO: error: *** 'ar' missing, please install or fix your \$PATH ***" >&5 |
5463 | $as_echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;} | 5144 | echo "$as_me: error: *** 'ar' missing, please install or fix your \$PATH ***" >&2;} |
5464 | { (exit 1); exit 1; }; } | 5145 | { (exit 1); exit 1; }; } |
5465 | fi | 5146 | fi |
5466 | 5147 | ||
@@ -5475,10 +5156,10 @@ else | |||
5475 | # Search for login | 5156 | # Search for login |
5476 | # Extract the first word of "login", so it can be a program name with args. | 5157 | # Extract the first word of "login", so it can be a program name with args. |
5477 | set dummy login; ac_word=$2 | 5158 | set dummy login; ac_word=$2 |
5478 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 5159 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
5479 | $as_echo_n "checking for $ac_word... " >&6; } | 5160 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
5480 | if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then | 5161 | if test "${ac_cv_path_LOGIN_PROGRAM_FALLBACK+set}" = set; then |
5481 | $as_echo_n "(cached) " >&6 | 5162 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5482 | else | 5163 | else |
5483 | case $LOGIN_PROGRAM_FALLBACK in | 5164 | case $LOGIN_PROGRAM_FALLBACK in |
5484 | [\\/]* | ?:[\\/]*) | 5165 | [\\/]* | ?:[\\/]*) |
@@ -5493,7 +5174,7 @@ do | |||
5493 | for ac_exec_ext in '' $ac_executable_extensions; do | 5174 | for ac_exec_ext in '' $ac_executable_extensions; do |
5494 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 5175 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5495 | ac_cv_path_LOGIN_PROGRAM_FALLBACK="$as_dir/$ac_word$ac_exec_ext" | 5176 | ac_cv_path_LOGIN_PROGRAM_FALLBACK="$as_dir/$ac_word$ac_exec_ext" |
5496 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 5177 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5497 | break 2 | 5178 | break 2 |
5498 | fi | 5179 | fi |
5499 | done | 5180 | done |
@@ -5505,11 +5186,11 @@ esac | |||
5505 | fi | 5186 | fi |
5506 | LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK | 5187 | LOGIN_PROGRAM_FALLBACK=$ac_cv_path_LOGIN_PROGRAM_FALLBACK |
5507 | if test -n "$LOGIN_PROGRAM_FALLBACK"; then | 5188 | if test -n "$LOGIN_PROGRAM_FALLBACK"; then |
5508 | { $as_echo "$as_me:$LINENO: result: $LOGIN_PROGRAM_FALLBACK" >&5 | 5189 | { echo "$as_me:$LINENO: result: $LOGIN_PROGRAM_FALLBACK" >&5 |
5509 | $as_echo "$LOGIN_PROGRAM_FALLBACK" >&6; } | 5190 | echo "${ECHO_T}$LOGIN_PROGRAM_FALLBACK" >&6; } |
5510 | else | 5191 | else |
5511 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 5192 | { echo "$as_me:$LINENO: result: no" >&5 |
5512 | $as_echo "no" >&6; } | 5193 | echo "${ECHO_T}no" >&6; } |
5513 | fi | 5194 | fi |
5514 | 5195 | ||
5515 | 5196 | ||
@@ -5523,10 +5204,10 @@ fi | |||
5523 | 5204 | ||
5524 | # Extract the first word of "passwd", so it can be a program name with args. | 5205 | # Extract the first word of "passwd", so it can be a program name with args. |
5525 | set dummy passwd; ac_word=$2 | 5206 | set dummy passwd; ac_word=$2 |
5526 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 5207 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
5527 | $as_echo_n "checking for $ac_word... " >&6; } | 5208 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
5528 | if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then | 5209 | if test "${ac_cv_path_PATH_PASSWD_PROG+set}" = set; then |
5529 | $as_echo_n "(cached) " >&6 | 5210 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5530 | else | 5211 | else |
5531 | case $PATH_PASSWD_PROG in | 5212 | case $PATH_PASSWD_PROG in |
5532 | [\\/]* | ?:[\\/]*) | 5213 | [\\/]* | ?:[\\/]*) |
@@ -5541,7 +5222,7 @@ do | |||
5541 | for ac_exec_ext in '' $ac_executable_extensions; do | 5222 | for ac_exec_ext in '' $ac_executable_extensions; do |
5542 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 5223 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5543 | ac_cv_path_PATH_PASSWD_PROG="$as_dir/$ac_word$ac_exec_ext" | 5224 | ac_cv_path_PATH_PASSWD_PROG="$as_dir/$ac_word$ac_exec_ext" |
5544 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 5225 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5545 | break 2 | 5226 | break 2 |
5546 | fi | 5227 | fi |
5547 | done | 5228 | done |
@@ -5553,11 +5234,11 @@ esac | |||
5553 | fi | 5234 | fi |
5554 | PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG | 5235 | PATH_PASSWD_PROG=$ac_cv_path_PATH_PASSWD_PROG |
5555 | if test -n "$PATH_PASSWD_PROG"; then | 5236 | if test -n "$PATH_PASSWD_PROG"; then |
5556 | { $as_echo "$as_me:$LINENO: result: $PATH_PASSWD_PROG" >&5 | 5237 | { echo "$as_me:$LINENO: result: $PATH_PASSWD_PROG" >&5 |
5557 | $as_echo "$PATH_PASSWD_PROG" >&6; } | 5238 | echo "${ECHO_T}$PATH_PASSWD_PROG" >&6; } |
5558 | else | 5239 | else |
5559 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 5240 | { echo "$as_me:$LINENO: result: no" >&5 |
5560 | $as_echo "no" >&6; } | 5241 | echo "${ECHO_T}no" >&6; } |
5561 | fi | 5242 | fi |
5562 | 5243 | ||
5563 | 5244 | ||
@@ -5574,10 +5255,10 @@ if test -z "$LD" ; then | |||
5574 | fi | 5255 | fi |
5575 | 5256 | ||
5576 | 5257 | ||
5577 | { $as_echo "$as_me:$LINENO: checking for inline" >&5 | 5258 | { echo "$as_me:$LINENO: checking for inline" >&5 |
5578 | $as_echo_n "checking for inline... " >&6; } | 5259 | echo $ECHO_N "checking for inline... $ECHO_C" >&6; } |
5579 | if test "${ac_cv_c_inline+set}" = set; then | 5260 | if test "${ac_cv_c_inline+set}" = set; then |
5580 | $as_echo_n "(cached) " >&6 | 5261 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5581 | else | 5262 | else |
5582 | ac_cv_c_inline=no | 5263 | ac_cv_c_inline=no |
5583 | for ac_kw in inline __inline__ __inline; do | 5264 | for ac_kw in inline __inline__ __inline; do |
@@ -5600,21 +5281,20 @@ case "(($ac_try" in | |||
5600 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5281 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5601 | *) ac_try_echo=$ac_try;; | 5282 | *) ac_try_echo=$ac_try;; |
5602 | esac | 5283 | esac |
5603 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5284 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5604 | $as_echo "$ac_try_echo") >&5 | ||
5605 | (eval "$ac_compile") 2>conftest.er1 | 5285 | (eval "$ac_compile") 2>conftest.er1 |
5606 | ac_status=$? | 5286 | ac_status=$? |
5607 | grep -v '^ *+' conftest.er1 >conftest.err | 5287 | grep -v '^ *+' conftest.er1 >conftest.err |
5608 | rm -f conftest.er1 | 5288 | rm -f conftest.er1 |
5609 | cat conftest.err >&5 | 5289 | cat conftest.err >&5 |
5610 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5611 | (exit $ac_status); } && { | 5291 | (exit $ac_status); } && { |
5612 | test -z "$ac_c_werror_flag" || | 5292 | test -z "$ac_c_werror_flag" || |
5613 | test ! -s conftest.err | 5293 | test ! -s conftest.err |
5614 | } && test -s conftest.$ac_objext; then | 5294 | } && test -s conftest.$ac_objext; then |
5615 | ac_cv_c_inline=$ac_kw | 5295 | ac_cv_c_inline=$ac_kw |
5616 | else | 5296 | else |
5617 | $as_echo "$as_me: failed program was:" >&5 | 5297 | echo "$as_me: failed program was:" >&5 |
5618 | sed 's/^/| /' conftest.$ac_ext >&5 | 5298 | sed 's/^/| /' conftest.$ac_ext >&5 |
5619 | 5299 | ||
5620 | 5300 | ||
@@ -5625,8 +5305,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
5625 | done | 5305 | done |
5626 | 5306 | ||
5627 | fi | 5307 | fi |
5628 | { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 | 5308 | { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 |
5629 | $as_echo "$ac_cv_c_inline" >&6; } | 5309 | echo "${ECHO_T}$ac_cv_c_inline" >&6; } |
5630 | 5310 | ||
5631 | 5311 | ||
5632 | case $ac_cv_c_inline in | 5312 | case $ac_cv_c_inline in |
@@ -5645,10 +5325,10 @@ _ACEOF | |||
5645 | esac | 5325 | esac |
5646 | 5326 | ||
5647 | 5327 | ||
5648 | { $as_echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 | 5328 | { echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 |
5649 | $as_echo_n "checking whether LLONG_MAX is declared... " >&6; } | 5329 | echo $ECHO_N "checking whether LLONG_MAX is declared... $ECHO_C" >&6; } |
5650 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then | 5330 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then |
5651 | $as_echo_n "(cached) " >&6 | 5331 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5652 | else | 5332 | else |
5653 | cat >conftest.$ac_ext <<_ACEOF | 5333 | cat >conftest.$ac_ext <<_ACEOF |
5654 | /* confdefs.h. */ | 5334 | /* confdefs.h. */ |
@@ -5675,21 +5355,20 @@ case "(($ac_try" in | |||
5675 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5355 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5676 | *) ac_try_echo=$ac_try;; | 5356 | *) ac_try_echo=$ac_try;; |
5677 | esac | 5357 | esac |
5678 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5358 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5679 | $as_echo "$ac_try_echo") >&5 | ||
5680 | (eval "$ac_compile") 2>conftest.er1 | 5359 | (eval "$ac_compile") 2>conftest.er1 |
5681 | ac_status=$? | 5360 | ac_status=$? |
5682 | grep -v '^ *+' conftest.er1 >conftest.err | 5361 | grep -v '^ *+' conftest.er1 >conftest.err |
5683 | rm -f conftest.er1 | 5362 | rm -f conftest.er1 |
5684 | cat conftest.err >&5 | 5363 | cat conftest.err >&5 |
5685 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5364 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5686 | (exit $ac_status); } && { | 5365 | (exit $ac_status); } && { |
5687 | test -z "$ac_c_werror_flag" || | 5366 | test -z "$ac_c_werror_flag" || |
5688 | test ! -s conftest.err | 5367 | test ! -s conftest.err |
5689 | } && test -s conftest.$ac_objext; then | 5368 | } && test -s conftest.$ac_objext; then |
5690 | ac_cv_have_decl_LLONG_MAX=yes | 5369 | ac_cv_have_decl_LLONG_MAX=yes |
5691 | else | 5370 | else |
5692 | $as_echo "$as_me: failed program was:" >&5 | 5371 | echo "$as_me: failed program was:" >&5 |
5693 | sed 's/^/| /' conftest.$ac_ext >&5 | 5372 | sed 's/^/| /' conftest.$ac_ext >&5 |
5694 | 5373 | ||
5695 | ac_cv_have_decl_LLONG_MAX=no | 5374 | ac_cv_have_decl_LLONG_MAX=no |
@@ -5697,8 +5376,8 @@ fi | |||
5697 | 5376 | ||
5698 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 5377 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5699 | fi | 5378 | fi |
5700 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 | 5379 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 |
5701 | $as_echo "$ac_cv_have_decl_LLONG_MAX" >&6; } | 5380 | echo "${ECHO_T}$ac_cv_have_decl_LLONG_MAX" >&6; } |
5702 | if test $ac_cv_have_decl_LLONG_MAX = yes; then | 5381 | if test $ac_cv_have_decl_LLONG_MAX = yes; then |
5703 | have_llong_max=1 | 5382 | have_llong_max=1 |
5704 | fi | 5383 | fi |
@@ -5726,12 +5405,12 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then | |||
5726 | ;; | 5405 | ;; |
5727 | 2.*) no_attrib_nonnull=1 ;; | 5406 | 2.*) no_attrib_nonnull=1 ;; |
5728 | 3.*) CFLAGS="$CFLAGS -Wsign-compare -Wformat-security" ;; | 5407 | 3.*) CFLAGS="$CFLAGS -Wsign-compare -Wformat-security" ;; |
5729 | 4.*) CFLAGS="$CFLAGS -Wsign-compare -Wno-pointer-sign -Wformat-security" ;; | 5408 | 4.*) CFLAGS="$CFLAGS -Wsign-compare -Wno-pointer-sign -Wformat-security -fno-strict-aliasing" ;; |
5730 | *) ;; | 5409 | *) ;; |
5731 | esac | 5410 | esac |
5732 | 5411 | ||
5733 | { $as_echo "$as_me:$LINENO: checking if $CC accepts -fno-builtin-memset" >&5 | 5412 | { echo "$as_me:$LINENO: checking if $CC accepts -fno-builtin-memset" >&5 |
5734 | $as_echo_n "checking if $CC accepts -fno-builtin-memset... " >&6; } | 5413 | echo $ECHO_N "checking if $CC accepts -fno-builtin-memset... $ECHO_C" >&6; } |
5735 | saved_CFLAGS="$CFLAGS" | 5414 | saved_CFLAGS="$CFLAGS" |
5736 | CFLAGS="$CFLAGS -fno-builtin-memset" | 5415 | CFLAGS="$CFLAGS -fno-builtin-memset" |
5737 | cat >conftest.$ac_ext <<_ACEOF | 5416 | cat >conftest.$ac_ext <<_ACEOF |
@@ -5751,34 +5430,30 @@ case "(($ac_try" in | |||
5751 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5430 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5752 | *) ac_try_echo=$ac_try;; | 5431 | *) ac_try_echo=$ac_try;; |
5753 | esac | 5432 | esac |
5754 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5433 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5755 | $as_echo "$ac_try_echo") >&5 | ||
5756 | (eval "$ac_link") 2>conftest.er1 | 5434 | (eval "$ac_link") 2>conftest.er1 |
5757 | ac_status=$? | 5435 | ac_status=$? |
5758 | grep -v '^ *+' conftest.er1 >conftest.err | 5436 | grep -v '^ *+' conftest.er1 >conftest.err |
5759 | rm -f conftest.er1 | 5437 | rm -f conftest.er1 |
5760 | cat conftest.err >&5 | 5438 | cat conftest.err >&5 |
5761 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5439 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5762 | (exit $ac_status); } && { | 5440 | (exit $ac_status); } && { |
5763 | test -z "$ac_c_werror_flag" || | 5441 | test -z "$ac_c_werror_flag" || |
5764 | test ! -s conftest.err | 5442 | test ! -s conftest.err |
5765 | } && test -s conftest$ac_exeext && { | 5443 | } && test -s conftest$ac_exeext && |
5766 | test "$cross_compiling" = yes || | 5444 | $as_test_x conftest$ac_exeext; then |
5767 | $as_test_x conftest$ac_exeext | 5445 | { echo "$as_me:$LINENO: result: yes" >&5 |
5768 | }; then | 5446 | echo "${ECHO_T}yes" >&6; } |
5769 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
5770 | $as_echo "yes" >&6; } | ||
5771 | else | 5447 | else |
5772 | $as_echo "$as_me: failed program was:" >&5 | 5448 | echo "$as_me: failed program was:" >&5 |
5773 | sed 's/^/| /' conftest.$ac_ext >&5 | 5449 | sed 's/^/| /' conftest.$ac_ext >&5 |
5774 | 5450 | ||
5775 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 5451 | { echo "$as_me:$LINENO: result: no" >&5 |
5776 | $as_echo "no" >&6; } | 5452 | echo "${ECHO_T}no" >&6; } |
5777 | CFLAGS="$saved_CFLAGS" | 5453 | CFLAGS="$saved_CFLAGS" |
5778 | 5454 | ||
5779 | fi | 5455 | fi |
5780 | 5456 | ||
5781 | rm -rf conftest.dSYM | ||
5782 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 5457 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
5783 | conftest$ac_exeext conftest.$ac_ext | 5458 | conftest$ac_exeext conftest.$ac_ext |
5784 | 5459 | ||
@@ -5787,8 +5462,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
5787 | # on a given platform gcc will emit a warning so we use -Werror. | 5462 | # on a given platform gcc will emit a warning so we use -Werror. |
5788 | if test "x$use_stack_protector" = "x1"; then | 5463 | if test "x$use_stack_protector" = "x1"; then |
5789 | for t in -fstack-protector-all -fstack-protector; do | 5464 | for t in -fstack-protector-all -fstack-protector; do |
5790 | { $as_echo "$as_me:$LINENO: checking if $CC supports $t" >&5 | 5465 | { echo "$as_me:$LINENO: checking if $CC supports $t" >&5 |
5791 | $as_echo_n "checking if $CC supports $t... " >&6; } | 5466 | echo $ECHO_N "checking if $CC supports $t... $ECHO_C" >&6; } |
5792 | saved_CFLAGS="$CFLAGS" | 5467 | saved_CFLAGS="$CFLAGS" |
5793 | saved_LDFLAGS="$LDFLAGS" | 5468 | saved_LDFLAGS="$LDFLAGS" |
5794 | CFLAGS="$CFLAGS $t -Werror" | 5469 | CFLAGS="$CFLAGS $t -Werror" |
@@ -5810,30 +5485,27 @@ case "(($ac_try" in | |||
5810 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5485 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5811 | *) ac_try_echo=$ac_try;; | 5486 | *) ac_try_echo=$ac_try;; |
5812 | esac | 5487 | esac |
5813 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5488 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5814 | $as_echo "$ac_try_echo") >&5 | ||
5815 | (eval "$ac_link") 2>conftest.er1 | 5489 | (eval "$ac_link") 2>conftest.er1 |
5816 | ac_status=$? | 5490 | ac_status=$? |
5817 | grep -v '^ *+' conftest.er1 >conftest.err | 5491 | grep -v '^ *+' conftest.er1 >conftest.err |
5818 | rm -f conftest.er1 | 5492 | rm -f conftest.er1 |
5819 | cat conftest.err >&5 | 5493 | cat conftest.err >&5 |
5820 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5821 | (exit $ac_status); } && { | 5495 | (exit $ac_status); } && { |
5822 | test -z "$ac_c_werror_flag" || | 5496 | test -z "$ac_c_werror_flag" || |
5823 | test ! -s conftest.err | 5497 | test ! -s conftest.err |
5824 | } && test -s conftest$ac_exeext && { | 5498 | } && test -s conftest$ac_exeext && |
5825 | test "$cross_compiling" = yes || | 5499 | $as_test_x conftest$ac_exeext; then |
5826 | $as_test_x conftest$ac_exeext | 5500 | { echo "$as_me:$LINENO: result: yes" >&5 |
5827 | }; then | 5501 | echo "${ECHO_T}yes" >&6; } |
5828 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
5829 | $as_echo "yes" >&6; } | ||
5830 | CFLAGS="$saved_CFLAGS $t" | 5502 | CFLAGS="$saved_CFLAGS $t" |
5831 | LDFLAGS="$saved_LDFLAGS $t" | 5503 | LDFLAGS="$saved_LDFLAGS $t" |
5832 | { $as_echo "$as_me:$LINENO: checking if $t works" >&5 | 5504 | { echo "$as_me:$LINENO: checking if $t works" >&5 |
5833 | $as_echo_n "checking if $t works... " >&6; } | 5505 | echo $ECHO_N "checking if $t works... $ECHO_C" >&6; } |
5834 | if test "$cross_compiling" = yes; then | 5506 | if test "$cross_compiling" = yes; then |
5835 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: cannot test" >&5 | 5507 | { echo "$as_me:$LINENO: WARNING: cross compiling: cannot test" >&5 |
5836 | $as_echo "$as_me: WARNING: cross compiling: cannot test" >&2;} | 5508 | echo "$as_me: WARNING: cross compiling: cannot test" >&2;} |
5837 | break | 5509 | break |
5838 | 5510 | ||
5839 | else | 5511 | else |
@@ -5854,50 +5526,46 @@ case "(($ac_try" in | |||
5854 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5526 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5855 | *) ac_try_echo=$ac_try;; | 5527 | *) ac_try_echo=$ac_try;; |
5856 | esac | 5528 | esac |
5857 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5529 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5858 | $as_echo "$ac_try_echo") >&5 | ||
5859 | (eval "$ac_link") 2>&5 | 5530 | (eval "$ac_link") 2>&5 |
5860 | ac_status=$? | 5531 | ac_status=$? |
5861 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5532 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5862 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 5533 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
5863 | { (case "(($ac_try" in | 5534 | { (case "(($ac_try" in |
5864 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5535 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5865 | *) ac_try_echo=$ac_try;; | 5536 | *) ac_try_echo=$ac_try;; |
5866 | esac | 5537 | esac |
5867 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5538 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5868 | $as_echo "$ac_try_echo") >&5 | ||
5869 | (eval "$ac_try") 2>&5 | 5539 | (eval "$ac_try") 2>&5 |
5870 | ac_status=$? | 5540 | ac_status=$? |
5871 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5541 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5872 | (exit $ac_status); }; }; then | 5542 | (exit $ac_status); }; }; then |
5873 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 5543 | { echo "$as_me:$LINENO: result: yes" >&5 |
5874 | $as_echo "yes" >&6; } | 5544 | echo "${ECHO_T}yes" >&6; } |
5875 | break | 5545 | break |
5876 | else | 5546 | else |
5877 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 5547 | echo "$as_me: program exited with status $ac_status" >&5 |
5878 | $as_echo "$as_me: failed program was:" >&5 | 5548 | echo "$as_me: failed program was:" >&5 |
5879 | sed 's/^/| /' conftest.$ac_ext >&5 | 5549 | sed 's/^/| /' conftest.$ac_ext >&5 |
5880 | 5550 | ||
5881 | ( exit $ac_status ) | 5551 | ( exit $ac_status ) |
5882 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 5552 | { echo "$as_me:$LINENO: result: no" >&5 |
5883 | $as_echo "no" >&6; } | 5553 | echo "${ECHO_T}no" >&6; } |
5884 | fi | 5554 | fi |
5885 | rm -rf conftest.dSYM | ||
5886 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 5555 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5887 | fi | 5556 | fi |
5888 | 5557 | ||
5889 | 5558 | ||
5890 | 5559 | ||
5891 | else | 5560 | else |
5892 | $as_echo "$as_me: failed program was:" >&5 | 5561 | echo "$as_me: failed program was:" >&5 |
5893 | sed 's/^/| /' conftest.$ac_ext >&5 | 5562 | sed 's/^/| /' conftest.$ac_ext >&5 |
5894 | 5563 | ||
5895 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 5564 | { echo "$as_me:$LINENO: result: no" >&5 |
5896 | $as_echo "no" >&6; } | 5565 | echo "${ECHO_T}no" >&6; } |
5897 | 5566 | ||
5898 | fi | 5567 | fi |
5899 | 5568 | ||
5900 | rm -rf conftest.dSYM | ||
5901 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 5569 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
5902 | conftest$ac_exeext conftest.$ac_ext | 5570 | conftest$ac_exeext conftest.$ac_ext |
5903 | CFLAGS="$saved_CFLAGS" | 5571 | CFLAGS="$saved_CFLAGS" |
@@ -5910,10 +5578,10 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
5910 | unset ac_cv_have_decl_LLONG_MAX | 5578 | unset ac_cv_have_decl_LLONG_MAX |
5911 | saved_CFLAGS="$CFLAGS" | 5579 | saved_CFLAGS="$CFLAGS" |
5912 | CFLAGS="$CFLAGS -std=gnu99" | 5580 | CFLAGS="$CFLAGS -std=gnu99" |
5913 | { $as_echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 | 5581 | { echo "$as_me:$LINENO: checking whether LLONG_MAX is declared" >&5 |
5914 | $as_echo_n "checking whether LLONG_MAX is declared... " >&6; } | 5582 | echo $ECHO_N "checking whether LLONG_MAX is declared... $ECHO_C" >&6; } |
5915 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then | 5583 | if test "${ac_cv_have_decl_LLONG_MAX+set}" = set; then |
5916 | $as_echo_n "(cached) " >&6 | 5584 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
5917 | else | 5585 | else |
5918 | cat >conftest.$ac_ext <<_ACEOF | 5586 | cat >conftest.$ac_ext <<_ACEOF |
5919 | /* confdefs.h. */ | 5587 | /* confdefs.h. */ |
@@ -5941,21 +5609,20 @@ case "(($ac_try" in | |||
5941 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5609 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5942 | *) ac_try_echo=$ac_try;; | 5610 | *) ac_try_echo=$ac_try;; |
5943 | esac | 5611 | esac |
5944 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5612 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
5945 | $as_echo "$ac_try_echo") >&5 | ||
5946 | (eval "$ac_compile") 2>conftest.er1 | 5613 | (eval "$ac_compile") 2>conftest.er1 |
5947 | ac_status=$? | 5614 | ac_status=$? |
5948 | grep -v '^ *+' conftest.er1 >conftest.err | 5615 | grep -v '^ *+' conftest.er1 >conftest.err |
5949 | rm -f conftest.er1 | 5616 | rm -f conftest.er1 |
5950 | cat conftest.err >&5 | 5617 | cat conftest.err >&5 |
5951 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5618 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5952 | (exit $ac_status); } && { | 5619 | (exit $ac_status); } && { |
5953 | test -z "$ac_c_werror_flag" || | 5620 | test -z "$ac_c_werror_flag" || |
5954 | test ! -s conftest.err | 5621 | test ! -s conftest.err |
5955 | } && test -s conftest.$ac_objext; then | 5622 | } && test -s conftest.$ac_objext; then |
5956 | ac_cv_have_decl_LLONG_MAX=yes | 5623 | ac_cv_have_decl_LLONG_MAX=yes |
5957 | else | 5624 | else |
5958 | $as_echo "$as_me: failed program was:" >&5 | 5625 | echo "$as_me: failed program was:" >&5 |
5959 | sed 's/^/| /' conftest.$ac_ext >&5 | 5626 | sed 's/^/| /' conftest.$ac_ext >&5 |
5960 | 5627 | ||
5961 | ac_cv_have_decl_LLONG_MAX=no | 5628 | ac_cv_have_decl_LLONG_MAX=no |
@@ -5963,8 +5630,8 @@ fi | |||
5963 | 5630 | ||
5964 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 5631 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5965 | fi | 5632 | fi |
5966 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 | 5633 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_LLONG_MAX" >&5 |
5967 | $as_echo "$ac_cv_have_decl_LLONG_MAX" >&6; } | 5634 | echo "${ECHO_T}$ac_cv_have_decl_LLONG_MAX" >&6; } |
5968 | if test $ac_cv_have_decl_LLONG_MAX = yes; then | 5635 | if test $ac_cv_have_decl_LLONG_MAX = yes; then |
5969 | have_llong_max=1 | 5636 | have_llong_max=1 |
5970 | else | 5637 | else |
@@ -6190,21 +5857,20 @@ for ac_header in \ | |||
6190 | vis.h \ | 5857 | vis.h \ |
6191 | 5858 | ||
6192 | do | 5859 | do |
6193 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 5860 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6194 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 5861 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6195 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 5862 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6196 | $as_echo_n "checking for $ac_header... " >&6; } | 5863 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6197 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 5864 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6198 | $as_echo_n "(cached) " >&6 | 5865 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6199 | fi | 5866 | fi |
6200 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 5867 | ac_res=`eval echo '${'$as_ac_Header'}'` |
6201 | $as_echo "$as_val"'` | 5868 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
6202 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 5869 | echo "${ECHO_T}$ac_res" >&6; } |
6203 | $as_echo "$ac_res" >&6; } | ||
6204 | else | 5870 | else |
6205 | # Is the header compilable? | 5871 | # Is the header compilable? |
6206 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 5872 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
6207 | $as_echo_n "checking $ac_header usability... " >&6; } | 5873 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
6208 | cat >conftest.$ac_ext <<_ACEOF | 5874 | cat >conftest.$ac_ext <<_ACEOF |
6209 | /* confdefs.h. */ | 5875 | /* confdefs.h. */ |
6210 | _ACEOF | 5876 | _ACEOF |
@@ -6220,33 +5886,32 @@ case "(($ac_try" in | |||
6220 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5886 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6221 | *) ac_try_echo=$ac_try;; | 5887 | *) ac_try_echo=$ac_try;; |
6222 | esac | 5888 | esac |
6223 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5889 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6224 | $as_echo "$ac_try_echo") >&5 | ||
6225 | (eval "$ac_compile") 2>conftest.er1 | 5890 | (eval "$ac_compile") 2>conftest.er1 |
6226 | ac_status=$? | 5891 | ac_status=$? |
6227 | grep -v '^ *+' conftest.er1 >conftest.err | 5892 | grep -v '^ *+' conftest.er1 >conftest.err |
6228 | rm -f conftest.er1 | 5893 | rm -f conftest.er1 |
6229 | cat conftest.err >&5 | 5894 | cat conftest.err >&5 |
6230 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6231 | (exit $ac_status); } && { | 5896 | (exit $ac_status); } && { |
6232 | test -z "$ac_c_werror_flag" || | 5897 | test -z "$ac_c_werror_flag" || |
6233 | test ! -s conftest.err | 5898 | test ! -s conftest.err |
6234 | } && test -s conftest.$ac_objext; then | 5899 | } && test -s conftest.$ac_objext; then |
6235 | ac_header_compiler=yes | 5900 | ac_header_compiler=yes |
6236 | else | 5901 | else |
6237 | $as_echo "$as_me: failed program was:" >&5 | 5902 | echo "$as_me: failed program was:" >&5 |
6238 | sed 's/^/| /' conftest.$ac_ext >&5 | 5903 | sed 's/^/| /' conftest.$ac_ext >&5 |
6239 | 5904 | ||
6240 | ac_header_compiler=no | 5905 | ac_header_compiler=no |
6241 | fi | 5906 | fi |
6242 | 5907 | ||
6243 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 5908 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6244 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 5909 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
6245 | $as_echo "$ac_header_compiler" >&6; } | 5910 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
6246 | 5911 | ||
6247 | # Is the header present? | 5912 | # Is the header present? |
6248 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 5913 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
6249 | $as_echo_n "checking $ac_header presence... " >&6; } | 5914 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
6250 | cat >conftest.$ac_ext <<_ACEOF | 5915 | cat >conftest.$ac_ext <<_ACEOF |
6251 | /* confdefs.h. */ | 5916 | /* confdefs.h. */ |
6252 | _ACEOF | 5917 | _ACEOF |
@@ -6260,52 +5925,51 @@ case "(($ac_try" in | |||
6260 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 5925 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6261 | *) ac_try_echo=$ac_try;; | 5926 | *) ac_try_echo=$ac_try;; |
6262 | esac | 5927 | esac |
6263 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 5928 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6264 | $as_echo "$ac_try_echo") >&5 | ||
6265 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 5929 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
6266 | ac_status=$? | 5930 | ac_status=$? |
6267 | grep -v '^ *+' conftest.er1 >conftest.err | 5931 | grep -v '^ *+' conftest.er1 >conftest.err |
6268 | rm -f conftest.er1 | 5932 | rm -f conftest.er1 |
6269 | cat conftest.err >&5 | 5933 | cat conftest.err >&5 |
6270 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5934 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6271 | (exit $ac_status); } >/dev/null && { | 5935 | (exit $ac_status); } >/dev/null && { |
6272 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 5936 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
6273 | test ! -s conftest.err | 5937 | test ! -s conftest.err |
6274 | }; then | 5938 | }; then |
6275 | ac_header_preproc=yes | 5939 | ac_header_preproc=yes |
6276 | else | 5940 | else |
6277 | $as_echo "$as_me: failed program was:" >&5 | 5941 | echo "$as_me: failed program was:" >&5 |
6278 | sed 's/^/| /' conftest.$ac_ext >&5 | 5942 | sed 's/^/| /' conftest.$ac_ext >&5 |
6279 | 5943 | ||
6280 | ac_header_preproc=no | 5944 | ac_header_preproc=no |
6281 | fi | 5945 | fi |
6282 | 5946 | ||
6283 | rm -f conftest.err conftest.$ac_ext | 5947 | rm -f conftest.err conftest.$ac_ext |
6284 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 5948 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
6285 | $as_echo "$ac_header_preproc" >&6; } | 5949 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
6286 | 5950 | ||
6287 | # So? What about this header? | 5951 | # So? What about this header? |
6288 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 5952 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
6289 | yes:no: ) | 5953 | yes:no: ) |
6290 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 5954 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
6291 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 5955 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
6292 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 5956 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
6293 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 5957 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
6294 | ac_header_preproc=yes | 5958 | ac_header_preproc=yes |
6295 | ;; | 5959 | ;; |
6296 | no:yes:* ) | 5960 | no:yes:* ) |
6297 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 5961 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
6298 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 5962 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
6299 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 5963 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
6300 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 5964 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
6301 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 5965 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
6302 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 5966 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
6303 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 5967 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
6304 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 5968 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
6305 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 5969 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
6306 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 5970 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
6307 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 5971 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
6308 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 5972 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
6309 | ( cat <<\_ASBOX | 5973 | ( cat <<\_ASBOX |
6310 | ## ------------------------------------------- ## | 5974 | ## ------------------------------------------- ## |
6311 | ## Report this to openssh-unix-dev@mindrot.org ## | 5975 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -6314,23 +5978,21 @@ _ASBOX | |||
6314 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 5978 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
6315 | ;; | 5979 | ;; |
6316 | esac | 5980 | esac |
6317 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 5981 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6318 | $as_echo_n "checking for $ac_header... " >&6; } | 5982 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6319 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 5983 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6320 | $as_echo_n "(cached) " >&6 | 5984 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6321 | else | 5985 | else |
6322 | eval "$as_ac_Header=\$ac_header_preproc" | 5986 | eval "$as_ac_Header=\$ac_header_preproc" |
6323 | fi | 5987 | fi |
6324 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 5988 | ac_res=`eval echo '${'$as_ac_Header'}'` |
6325 | $as_echo "$as_val"'` | 5989 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
6326 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 5990 | echo "${ECHO_T}$ac_res" >&6; } |
6327 | $as_echo "$ac_res" >&6; } | ||
6328 | 5991 | ||
6329 | fi | 5992 | fi |
6330 | if test `eval 'as_val=${'$as_ac_Header'} | 5993 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
6331 | $as_echo "$as_val"'` = yes; then | ||
6332 | cat >>confdefs.h <<_ACEOF | 5994 | cat >>confdefs.h <<_ACEOF |
6333 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 5995 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6334 | _ACEOF | 5996 | _ACEOF |
6335 | 5997 | ||
6336 | fi | 5998 | fi |
@@ -6342,11 +6004,11 @@ done | |||
6342 | 6004 | ||
6343 | for ac_header in lastlog.h | 6005 | for ac_header in lastlog.h |
6344 | do | 6006 | do |
6345 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6007 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6346 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6008 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6347 | $as_echo_n "checking for $ac_header... " >&6; } | 6009 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6348 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6010 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6349 | $as_echo_n "(cached) " >&6 | 6011 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6350 | else | 6012 | else |
6351 | cat >conftest.$ac_ext <<_ACEOF | 6013 | cat >conftest.$ac_ext <<_ACEOF |
6352 | /* confdefs.h. */ | 6014 | /* confdefs.h. */ |
@@ -6368,21 +6030,20 @@ case "(($ac_try" in | |||
6368 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6030 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6369 | *) ac_try_echo=$ac_try;; | 6031 | *) ac_try_echo=$ac_try;; |
6370 | esac | 6032 | esac |
6371 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6033 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6372 | $as_echo "$ac_try_echo") >&5 | ||
6373 | (eval "$ac_compile") 2>conftest.er1 | 6034 | (eval "$ac_compile") 2>conftest.er1 |
6374 | ac_status=$? | 6035 | ac_status=$? |
6375 | grep -v '^ *+' conftest.er1 >conftest.err | 6036 | grep -v '^ *+' conftest.er1 >conftest.err |
6376 | rm -f conftest.er1 | 6037 | rm -f conftest.er1 |
6377 | cat conftest.err >&5 | 6038 | cat conftest.err >&5 |
6378 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6039 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6379 | (exit $ac_status); } && { | 6040 | (exit $ac_status); } && { |
6380 | test -z "$ac_c_werror_flag" || | 6041 | test -z "$ac_c_werror_flag" || |
6381 | test ! -s conftest.err | 6042 | test ! -s conftest.err |
6382 | } && test -s conftest.$ac_objext; then | 6043 | } && test -s conftest.$ac_objext; then |
6383 | eval "$as_ac_Header=yes" | 6044 | eval "$as_ac_Header=yes" |
6384 | else | 6045 | else |
6385 | $as_echo "$as_me: failed program was:" >&5 | 6046 | echo "$as_me: failed program was:" >&5 |
6386 | sed 's/^/| /' conftest.$ac_ext >&5 | 6047 | sed 's/^/| /' conftest.$ac_ext >&5 |
6387 | 6048 | ||
6388 | eval "$as_ac_Header=no" | 6049 | eval "$as_ac_Header=no" |
@@ -6390,14 +6051,12 @@ fi | |||
6390 | 6051 | ||
6391 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6052 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6392 | fi | 6053 | fi |
6393 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 6054 | ac_res=`eval echo '${'$as_ac_Header'}'` |
6394 | $as_echo "$as_val"'` | 6055 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
6395 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 6056 | echo "${ECHO_T}$ac_res" >&6; } |
6396 | $as_echo "$ac_res" >&6; } | 6057 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
6397 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6398 | $as_echo "$as_val"'` = yes; then | ||
6399 | cat >>confdefs.h <<_ACEOF | 6058 | cat >>confdefs.h <<_ACEOF |
6400 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6059 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6401 | _ACEOF | 6060 | _ACEOF |
6402 | 6061 | ||
6403 | fi | 6062 | fi |
@@ -6409,11 +6068,11 @@ done | |||
6409 | 6068 | ||
6410 | for ac_header in sys/ptms.h | 6069 | for ac_header in sys/ptms.h |
6411 | do | 6070 | do |
6412 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6071 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6413 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6072 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6414 | $as_echo_n "checking for $ac_header... " >&6; } | 6073 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6415 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6074 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6416 | $as_echo_n "(cached) " >&6 | 6075 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6417 | else | 6076 | else |
6418 | cat >conftest.$ac_ext <<_ACEOF | 6077 | cat >conftest.$ac_ext <<_ACEOF |
6419 | /* confdefs.h. */ | 6078 | /* confdefs.h. */ |
@@ -6435,21 +6094,20 @@ case "(($ac_try" in | |||
6435 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6094 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6436 | *) ac_try_echo=$ac_try;; | 6095 | *) ac_try_echo=$ac_try;; |
6437 | esac | 6096 | esac |
6438 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6097 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6439 | $as_echo "$ac_try_echo") >&5 | ||
6440 | (eval "$ac_compile") 2>conftest.er1 | 6098 | (eval "$ac_compile") 2>conftest.er1 |
6441 | ac_status=$? | 6099 | ac_status=$? |
6442 | grep -v '^ *+' conftest.er1 >conftest.err | 6100 | grep -v '^ *+' conftest.er1 >conftest.err |
6443 | rm -f conftest.er1 | 6101 | rm -f conftest.er1 |
6444 | cat conftest.err >&5 | 6102 | cat conftest.err >&5 |
6445 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6103 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6446 | (exit $ac_status); } && { | 6104 | (exit $ac_status); } && { |
6447 | test -z "$ac_c_werror_flag" || | 6105 | test -z "$ac_c_werror_flag" || |
6448 | test ! -s conftest.err | 6106 | test ! -s conftest.err |
6449 | } && test -s conftest.$ac_objext; then | 6107 | } && test -s conftest.$ac_objext; then |
6450 | eval "$as_ac_Header=yes" | 6108 | eval "$as_ac_Header=yes" |
6451 | else | 6109 | else |
6452 | $as_echo "$as_me: failed program was:" >&5 | 6110 | echo "$as_me: failed program was:" >&5 |
6453 | sed 's/^/| /' conftest.$ac_ext >&5 | 6111 | sed 's/^/| /' conftest.$ac_ext >&5 |
6454 | 6112 | ||
6455 | eval "$as_ac_Header=no" | 6113 | eval "$as_ac_Header=no" |
@@ -6457,14 +6115,12 @@ fi | |||
6457 | 6115 | ||
6458 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6116 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6459 | fi | 6117 | fi |
6460 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 6118 | ac_res=`eval echo '${'$as_ac_Header'}'` |
6461 | $as_echo "$as_val"'` | 6119 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
6462 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 6120 | echo "${ECHO_T}$ac_res" >&6; } |
6463 | $as_echo "$ac_res" >&6; } | 6121 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
6464 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6465 | $as_echo "$as_val"'` = yes; then | ||
6466 | cat >>confdefs.h <<_ACEOF | 6122 | cat >>confdefs.h <<_ACEOF |
6467 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6123 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6468 | _ACEOF | 6124 | _ACEOF |
6469 | 6125 | ||
6470 | fi | 6126 | fi |
@@ -6476,11 +6132,11 @@ done | |||
6476 | 6132 | ||
6477 | for ac_header in login_cap.h | 6133 | for ac_header in login_cap.h |
6478 | do | 6134 | do |
6479 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6135 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6480 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6136 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6481 | $as_echo_n "checking for $ac_header... " >&6; } | 6137 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6482 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6138 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6483 | $as_echo_n "(cached) " >&6 | 6139 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6484 | else | 6140 | else |
6485 | cat >conftest.$ac_ext <<_ACEOF | 6141 | cat >conftest.$ac_ext <<_ACEOF |
6486 | /* confdefs.h. */ | 6142 | /* confdefs.h. */ |
@@ -6500,21 +6156,20 @@ case "(($ac_try" in | |||
6500 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6156 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6501 | *) ac_try_echo=$ac_try;; | 6157 | *) ac_try_echo=$ac_try;; |
6502 | esac | 6158 | esac |
6503 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6159 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6504 | $as_echo "$ac_try_echo") >&5 | ||
6505 | (eval "$ac_compile") 2>conftest.er1 | 6160 | (eval "$ac_compile") 2>conftest.er1 |
6506 | ac_status=$? | 6161 | ac_status=$? |
6507 | grep -v '^ *+' conftest.er1 >conftest.err | 6162 | grep -v '^ *+' conftest.er1 >conftest.err |
6508 | rm -f conftest.er1 | 6163 | rm -f conftest.er1 |
6509 | cat conftest.err >&5 | 6164 | cat conftest.err >&5 |
6510 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6165 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6511 | (exit $ac_status); } && { | 6166 | (exit $ac_status); } && { |
6512 | test -z "$ac_c_werror_flag" || | 6167 | test -z "$ac_c_werror_flag" || |
6513 | test ! -s conftest.err | 6168 | test ! -s conftest.err |
6514 | } && test -s conftest.$ac_objext; then | 6169 | } && test -s conftest.$ac_objext; then |
6515 | eval "$as_ac_Header=yes" | 6170 | eval "$as_ac_Header=yes" |
6516 | else | 6171 | else |
6517 | $as_echo "$as_me: failed program was:" >&5 | 6172 | echo "$as_me: failed program was:" >&5 |
6518 | sed 's/^/| /' conftest.$ac_ext >&5 | 6173 | sed 's/^/| /' conftest.$ac_ext >&5 |
6519 | 6174 | ||
6520 | eval "$as_ac_Header=no" | 6175 | eval "$as_ac_Header=no" |
@@ -6522,14 +6177,12 @@ fi | |||
6522 | 6177 | ||
6523 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6178 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6524 | fi | 6179 | fi |
6525 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 6180 | ac_res=`eval echo '${'$as_ac_Header'}'` |
6526 | $as_echo "$as_val"'` | 6181 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
6527 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 6182 | echo "${ECHO_T}$ac_res" >&6; } |
6528 | $as_echo "$ac_res" >&6; } | 6183 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
6529 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6530 | $as_echo "$as_val"'` = yes; then | ||
6531 | cat >>confdefs.h <<_ACEOF | 6184 | cat >>confdefs.h <<_ACEOF |
6532 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6185 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6533 | _ACEOF | 6186 | _ACEOF |
6534 | 6187 | ||
6535 | fi | 6188 | fi |
@@ -6541,11 +6194,11 @@ done | |||
6541 | 6194 | ||
6542 | for ac_header in sys/mount.h | 6195 | for ac_header in sys/mount.h |
6543 | do | 6196 | do |
6544 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6197 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6545 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6198 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
6546 | $as_echo_n "checking for $ac_header... " >&6; } | 6199 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
6547 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 6200 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
6548 | $as_echo_n "(cached) " >&6 | 6201 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6549 | else | 6202 | else |
6550 | cat >conftest.$ac_ext <<_ACEOF | 6203 | cat >conftest.$ac_ext <<_ACEOF |
6551 | /* confdefs.h. */ | 6204 | /* confdefs.h. */ |
@@ -6565,21 +6218,20 @@ case "(($ac_try" in | |||
6565 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6218 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6566 | *) ac_try_echo=$ac_try;; | 6219 | *) ac_try_echo=$ac_try;; |
6567 | esac | 6220 | esac |
6568 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6221 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6569 | $as_echo "$ac_try_echo") >&5 | ||
6570 | (eval "$ac_compile") 2>conftest.er1 | 6222 | (eval "$ac_compile") 2>conftest.er1 |
6571 | ac_status=$? | 6223 | ac_status=$? |
6572 | grep -v '^ *+' conftest.er1 >conftest.err | 6224 | grep -v '^ *+' conftest.er1 >conftest.err |
6573 | rm -f conftest.er1 | 6225 | rm -f conftest.er1 |
6574 | cat conftest.err >&5 | 6226 | cat conftest.err >&5 |
6575 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6227 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6576 | (exit $ac_status); } && { | 6228 | (exit $ac_status); } && { |
6577 | test -z "$ac_c_werror_flag" || | 6229 | test -z "$ac_c_werror_flag" || |
6578 | test ! -s conftest.err | 6230 | test ! -s conftest.err |
6579 | } && test -s conftest.$ac_objext; then | 6231 | } && test -s conftest.$ac_objext; then |
6580 | eval "$as_ac_Header=yes" | 6232 | eval "$as_ac_Header=yes" |
6581 | else | 6233 | else |
6582 | $as_echo "$as_me: failed program was:" >&5 | 6234 | echo "$as_me: failed program was:" >&5 |
6583 | sed 's/^/| /' conftest.$ac_ext >&5 | 6235 | sed 's/^/| /' conftest.$ac_ext >&5 |
6584 | 6236 | ||
6585 | eval "$as_ac_Header=no" | 6237 | eval "$as_ac_Header=no" |
@@ -6587,14 +6239,12 @@ fi | |||
6587 | 6239 | ||
6588 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6240 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6589 | fi | 6241 | fi |
6590 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 6242 | ac_res=`eval echo '${'$as_ac_Header'}'` |
6591 | $as_echo "$as_val"'` | 6243 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
6592 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 6244 | echo "${ECHO_T}$ac_res" >&6; } |
6593 | $as_echo "$ac_res" >&6; } | 6245 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
6594 | if test `eval 'as_val=${'$as_ac_Header'} | ||
6595 | $as_echo "$as_val"'` = yes; then | ||
6596 | cat >>confdefs.h <<_ACEOF | 6246 | cat >>confdefs.h <<_ACEOF |
6597 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6247 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6598 | _ACEOF | 6248 | _ACEOF |
6599 | 6249 | ||
6600 | fi | 6250 | fi |
@@ -6614,8 +6264,8 @@ case "$host" in | |||
6614 | # particularly with older versions of vac or xlc. | 6264 | # particularly with older versions of vac or xlc. |
6615 | # It also throws errors about null macro argments, but these are | 6265 | # It also throws errors about null macro argments, but these are |
6616 | # not fatal. | 6266 | # not fatal. |
6617 | { $as_echo "$as_me:$LINENO: checking if compiler allows macro redefinitions" >&5 | 6267 | { echo "$as_me:$LINENO: checking if compiler allows macro redefinitions" >&5 |
6618 | $as_echo_n "checking if compiler allows macro redefinitions... " >&6; } | 6268 | echo $ECHO_N "checking if compiler allows macro redefinitions... $ECHO_C" >&6; } |
6619 | cat >conftest.$ac_ext <<_ACEOF | 6269 | cat >conftest.$ac_ext <<_ACEOF |
6620 | /* confdefs.h. */ | 6270 | /* confdefs.h. */ |
6621 | _ACEOF | 6271 | _ACEOF |
@@ -6634,26 +6284,25 @@ case "(($ac_try" in | |||
6634 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6284 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6635 | *) ac_try_echo=$ac_try;; | 6285 | *) ac_try_echo=$ac_try;; |
6636 | esac | 6286 | esac |
6637 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6287 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6638 | $as_echo "$ac_try_echo") >&5 | ||
6639 | (eval "$ac_compile") 2>conftest.er1 | 6288 | (eval "$ac_compile") 2>conftest.er1 |
6640 | ac_status=$? | 6289 | ac_status=$? |
6641 | grep -v '^ *+' conftest.er1 >conftest.err | 6290 | grep -v '^ *+' conftest.er1 >conftest.err |
6642 | rm -f conftest.er1 | 6291 | rm -f conftest.er1 |
6643 | cat conftest.err >&5 | 6292 | cat conftest.err >&5 |
6644 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6293 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6645 | (exit $ac_status); } && { | 6294 | (exit $ac_status); } && { |
6646 | test -z "$ac_c_werror_flag" || | 6295 | test -z "$ac_c_werror_flag" || |
6647 | test ! -s conftest.err | 6296 | test ! -s conftest.err |
6648 | } && test -s conftest.$ac_objext; then | 6297 | } && test -s conftest.$ac_objext; then |
6649 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 6298 | { echo "$as_me:$LINENO: result: yes" >&5 |
6650 | $as_echo "yes" >&6; } | 6299 | echo "${ECHO_T}yes" >&6; } |
6651 | else | 6300 | else |
6652 | $as_echo "$as_me: failed program was:" >&5 | 6301 | echo "$as_me: failed program was:" >&5 |
6653 | sed 's/^/| /' conftest.$ac_ext >&5 | 6302 | sed 's/^/| /' conftest.$ac_ext >&5 |
6654 | 6303 | ||
6655 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 6304 | { echo "$as_me:$LINENO: result: no" >&5 |
6656 | $as_echo "no" >&6; } | 6305 | echo "${ECHO_T}no" >&6; } |
6657 | CC="`echo $CC | sed 's/-qlanglvl\=ansi//g'`" | 6306 | CC="`echo $CC | sed 's/-qlanglvl\=ansi//g'`" |
6658 | LD="`echo $LD | sed 's/-qlanglvl\=ansi//g'`" | 6307 | LD="`echo $LD | sed 's/-qlanglvl\=ansi//g'`" |
6659 | CFLAGS="`echo $CFLAGS | sed 's/-qlanglvl\=ansi//g'`" | 6308 | CFLAGS="`echo $CFLAGS | sed 's/-qlanglvl\=ansi//g'`" |
@@ -6664,8 +6313,8 @@ fi | |||
6664 | 6313 | ||
6665 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6314 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6666 | 6315 | ||
6667 | { $as_echo "$as_me:$LINENO: checking how to specify blibpath for linker ($LD)" >&5 | 6316 | { echo "$as_me:$LINENO: checking how to specify blibpath for linker ($LD)" >&5 |
6668 | $as_echo_n "checking how to specify blibpath for linker ($LD)... " >&6; } | 6317 | echo $ECHO_N "checking how to specify blibpath for linker ($LD)... $ECHO_C" >&6; } |
6669 | if (test -z "$blibpath"); then | 6318 | if (test -z "$blibpath"); then |
6670 | blibpath="/usr/lib:/lib" | 6319 | blibpath="/usr/lib:/lib" |
6671 | fi | 6320 | fi |
@@ -6699,49 +6348,45 @@ case "(($ac_try" in | |||
6699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6348 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6700 | *) ac_try_echo=$ac_try;; | 6349 | *) ac_try_echo=$ac_try;; |
6701 | esac | 6350 | esac |
6702 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6351 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6703 | $as_echo "$ac_try_echo") >&5 | ||
6704 | (eval "$ac_link") 2>conftest.er1 | 6352 | (eval "$ac_link") 2>conftest.er1 |
6705 | ac_status=$? | 6353 | ac_status=$? |
6706 | grep -v '^ *+' conftest.er1 >conftest.err | 6354 | grep -v '^ *+' conftest.er1 >conftest.err |
6707 | rm -f conftest.er1 | 6355 | rm -f conftest.er1 |
6708 | cat conftest.err >&5 | 6356 | cat conftest.err >&5 |
6709 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6710 | (exit $ac_status); } && { | 6358 | (exit $ac_status); } && { |
6711 | test -z "$ac_c_werror_flag" || | 6359 | test -z "$ac_c_werror_flag" || |
6712 | test ! -s conftest.err | 6360 | test ! -s conftest.err |
6713 | } && test -s conftest$ac_exeext && { | 6361 | } && test -s conftest$ac_exeext && |
6714 | test "$cross_compiling" = yes || | 6362 | $as_test_x conftest$ac_exeext; then |
6715 | $as_test_x conftest$ac_exeext | ||
6716 | }; then | ||
6717 | blibflags=$tryflags | 6363 | blibflags=$tryflags |
6718 | else | 6364 | else |
6719 | $as_echo "$as_me: failed program was:" >&5 | 6365 | echo "$as_me: failed program was:" >&5 |
6720 | sed 's/^/| /' conftest.$ac_ext >&5 | 6366 | sed 's/^/| /' conftest.$ac_ext >&5 |
6721 | 6367 | ||
6722 | 6368 | ||
6723 | fi | 6369 | fi |
6724 | 6370 | ||
6725 | rm -rf conftest.dSYM | ||
6726 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 6371 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6727 | conftest$ac_exeext conftest.$ac_ext | 6372 | conftest$ac_exeext conftest.$ac_ext |
6728 | fi | 6373 | fi |
6729 | done | 6374 | done |
6730 | if (test -z "$blibflags"); then | 6375 | if (test -z "$blibflags"); then |
6731 | { $as_echo "$as_me:$LINENO: result: not found" >&5 | 6376 | { echo "$as_me:$LINENO: result: not found" >&5 |
6732 | $as_echo "not found" >&6; } | 6377 | echo "${ECHO_T}not found" >&6; } |
6733 | { { $as_echo "$as_me:$LINENO: error: *** must be able to specify blibpath on AIX - check config.log" >&5 | 6378 | { { echo "$as_me:$LINENO: error: *** must be able to specify blibpath on AIX - check config.log" >&5 |
6734 | $as_echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} | 6379 | echo "$as_me: error: *** must be able to specify blibpath on AIX - check config.log" >&2;} |
6735 | { (exit 1); exit 1; }; } | 6380 | { (exit 1); exit 1; }; } |
6736 | else | 6381 | else |
6737 | { $as_echo "$as_me:$LINENO: result: $blibflags" >&5 | 6382 | { echo "$as_me:$LINENO: result: $blibflags" >&5 |
6738 | $as_echo "$blibflags" >&6; } | 6383 | echo "${ECHO_T}$blibflags" >&6; } |
6739 | fi | 6384 | fi |
6740 | LDFLAGS="$saved_LDFLAGS" | 6385 | LDFLAGS="$saved_LDFLAGS" |
6741 | { $as_echo "$as_me:$LINENO: checking for authenticate" >&5 | 6386 | { echo "$as_me:$LINENO: checking for authenticate" >&5 |
6742 | $as_echo_n "checking for authenticate... " >&6; } | 6387 | echo $ECHO_N "checking for authenticate... $ECHO_C" >&6; } |
6743 | if test "${ac_cv_func_authenticate+set}" = set; then | 6388 | if test "${ac_cv_func_authenticate+set}" = set; then |
6744 | $as_echo_n "(cached) " >&6 | 6389 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6745 | else | 6390 | else |
6746 | cat >conftest.$ac_ext <<_ACEOF | 6391 | cat >conftest.$ac_ext <<_ACEOF |
6747 | /* confdefs.h. */ | 6392 | /* confdefs.h. */ |
@@ -6794,35 +6439,31 @@ case "(($ac_try" in | |||
6794 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6439 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6795 | *) ac_try_echo=$ac_try;; | 6440 | *) ac_try_echo=$ac_try;; |
6796 | esac | 6441 | esac |
6797 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6442 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6798 | $as_echo "$ac_try_echo") >&5 | ||
6799 | (eval "$ac_link") 2>conftest.er1 | 6443 | (eval "$ac_link") 2>conftest.er1 |
6800 | ac_status=$? | 6444 | ac_status=$? |
6801 | grep -v '^ *+' conftest.er1 >conftest.err | 6445 | grep -v '^ *+' conftest.er1 >conftest.err |
6802 | rm -f conftest.er1 | 6446 | rm -f conftest.er1 |
6803 | cat conftest.err >&5 | 6447 | cat conftest.err >&5 |
6804 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6448 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6805 | (exit $ac_status); } && { | 6449 | (exit $ac_status); } && { |
6806 | test -z "$ac_c_werror_flag" || | 6450 | test -z "$ac_c_werror_flag" || |
6807 | test ! -s conftest.err | 6451 | test ! -s conftest.err |
6808 | } && test -s conftest$ac_exeext && { | 6452 | } && test -s conftest$ac_exeext && |
6809 | test "$cross_compiling" = yes || | 6453 | $as_test_x conftest$ac_exeext; then |
6810 | $as_test_x conftest$ac_exeext | ||
6811 | }; then | ||
6812 | ac_cv_func_authenticate=yes | 6454 | ac_cv_func_authenticate=yes |
6813 | else | 6455 | else |
6814 | $as_echo "$as_me: failed program was:" >&5 | 6456 | echo "$as_me: failed program was:" >&5 |
6815 | sed 's/^/| /' conftest.$ac_ext >&5 | 6457 | sed 's/^/| /' conftest.$ac_ext >&5 |
6816 | 6458 | ||
6817 | ac_cv_func_authenticate=no | 6459 | ac_cv_func_authenticate=no |
6818 | fi | 6460 | fi |
6819 | 6461 | ||
6820 | rm -rf conftest.dSYM | ||
6821 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 6462 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6822 | conftest$ac_exeext conftest.$ac_ext | 6463 | conftest$ac_exeext conftest.$ac_ext |
6823 | fi | 6464 | fi |
6824 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_authenticate" >&5 | 6465 | { echo "$as_me:$LINENO: result: $ac_cv_func_authenticate" >&5 |
6825 | $as_echo "$ac_cv_func_authenticate" >&6; } | 6466 | echo "${ECHO_T}$ac_cv_func_authenticate" >&6; } |
6826 | if test $ac_cv_func_authenticate = yes; then | 6467 | if test $ac_cv_func_authenticate = yes; then |
6827 | 6468 | ||
6828 | cat >>confdefs.h <<\_ACEOF | 6469 | cat >>confdefs.h <<\_ACEOF |
@@ -6830,10 +6471,10 @@ cat >>confdefs.h <<\_ACEOF | |||
6830 | _ACEOF | 6471 | _ACEOF |
6831 | 6472 | ||
6832 | else | 6473 | else |
6833 | { $as_echo "$as_me:$LINENO: checking for authenticate in -ls" >&5 | 6474 | { echo "$as_me:$LINENO: checking for authenticate in -ls" >&5 |
6834 | $as_echo_n "checking for authenticate in -ls... " >&6; } | 6475 | echo $ECHO_N "checking for authenticate in -ls... $ECHO_C" >&6; } |
6835 | if test "${ac_cv_lib_s_authenticate+set}" = set; then | 6476 | if test "${ac_cv_lib_s_authenticate+set}" = set; then |
6836 | $as_echo_n "(cached) " >&6 | 6477 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6837 | else | 6478 | else |
6838 | ac_check_lib_save_LIBS=$LIBS | 6479 | ac_check_lib_save_LIBS=$LIBS |
6839 | LIBS="-ls $LIBS" | 6480 | LIBS="-ls $LIBS" |
@@ -6865,36 +6506,32 @@ case "(($ac_try" in | |||
6865 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6506 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6866 | *) ac_try_echo=$ac_try;; | 6507 | *) ac_try_echo=$ac_try;; |
6867 | esac | 6508 | esac |
6868 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6509 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6869 | $as_echo "$ac_try_echo") >&5 | ||
6870 | (eval "$ac_link") 2>conftest.er1 | 6510 | (eval "$ac_link") 2>conftest.er1 |
6871 | ac_status=$? | 6511 | ac_status=$? |
6872 | grep -v '^ *+' conftest.er1 >conftest.err | 6512 | grep -v '^ *+' conftest.er1 >conftest.err |
6873 | rm -f conftest.er1 | 6513 | rm -f conftest.er1 |
6874 | cat conftest.err >&5 | 6514 | cat conftest.err >&5 |
6875 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6515 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6876 | (exit $ac_status); } && { | 6516 | (exit $ac_status); } && { |
6877 | test -z "$ac_c_werror_flag" || | 6517 | test -z "$ac_c_werror_flag" || |
6878 | test ! -s conftest.err | 6518 | test ! -s conftest.err |
6879 | } && test -s conftest$ac_exeext && { | 6519 | } && test -s conftest$ac_exeext && |
6880 | test "$cross_compiling" = yes || | 6520 | $as_test_x conftest$ac_exeext; then |
6881 | $as_test_x conftest$ac_exeext | ||
6882 | }; then | ||
6883 | ac_cv_lib_s_authenticate=yes | 6521 | ac_cv_lib_s_authenticate=yes |
6884 | else | 6522 | else |
6885 | $as_echo "$as_me: failed program was:" >&5 | 6523 | echo "$as_me: failed program was:" >&5 |
6886 | sed 's/^/| /' conftest.$ac_ext >&5 | 6524 | sed 's/^/| /' conftest.$ac_ext >&5 |
6887 | 6525 | ||
6888 | ac_cv_lib_s_authenticate=no | 6526 | ac_cv_lib_s_authenticate=no |
6889 | fi | 6527 | fi |
6890 | 6528 | ||
6891 | rm -rf conftest.dSYM | ||
6892 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 6529 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
6893 | conftest$ac_exeext conftest.$ac_ext | 6530 | conftest$ac_exeext conftest.$ac_ext |
6894 | LIBS=$ac_check_lib_save_LIBS | 6531 | LIBS=$ac_check_lib_save_LIBS |
6895 | fi | 6532 | fi |
6896 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_s_authenticate" >&5 | 6533 | { echo "$as_me:$LINENO: result: $ac_cv_lib_s_authenticate" >&5 |
6897 | $as_echo "$ac_cv_lib_s_authenticate" >&6; } | 6534 | echo "${ECHO_T}$ac_cv_lib_s_authenticate" >&6; } |
6898 | if test $ac_cv_lib_s_authenticate = yes; then | 6535 | if test $ac_cv_lib_s_authenticate = yes; then |
6899 | cat >>confdefs.h <<\_ACEOF | 6536 | cat >>confdefs.h <<\_ACEOF |
6900 | #define WITH_AIXAUTHENTICATE 1 | 6537 | #define WITH_AIXAUTHENTICATE 1 |
@@ -6907,10 +6544,10 @@ fi | |||
6907 | 6544 | ||
6908 | fi | 6545 | fi |
6909 | 6546 | ||
6910 | { $as_echo "$as_me:$LINENO: checking whether authenticate is declared" >&5 | 6547 | { echo "$as_me:$LINENO: checking whether authenticate is declared" >&5 |
6911 | $as_echo_n "checking whether authenticate is declared... " >&6; } | 6548 | echo $ECHO_N "checking whether authenticate is declared... $ECHO_C" >&6; } |
6912 | if test "${ac_cv_have_decl_authenticate+set}" = set; then | 6549 | if test "${ac_cv_have_decl_authenticate+set}" = set; then |
6913 | $as_echo_n "(cached) " >&6 | 6550 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6914 | else | 6551 | else |
6915 | cat >conftest.$ac_ext <<_ACEOF | 6552 | cat >conftest.$ac_ext <<_ACEOF |
6916 | /* confdefs.h. */ | 6553 | /* confdefs.h. */ |
@@ -6937,21 +6574,20 @@ case "(($ac_try" in | |||
6937 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6574 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
6938 | *) ac_try_echo=$ac_try;; | 6575 | *) ac_try_echo=$ac_try;; |
6939 | esac | 6576 | esac |
6940 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6577 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
6941 | $as_echo "$ac_try_echo") >&5 | ||
6942 | (eval "$ac_compile") 2>conftest.er1 | 6578 | (eval "$ac_compile") 2>conftest.er1 |
6943 | ac_status=$? | 6579 | ac_status=$? |
6944 | grep -v '^ *+' conftest.er1 >conftest.err | 6580 | grep -v '^ *+' conftest.er1 >conftest.err |
6945 | rm -f conftest.er1 | 6581 | rm -f conftest.er1 |
6946 | cat conftest.err >&5 | 6582 | cat conftest.err >&5 |
6947 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6583 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6948 | (exit $ac_status); } && { | 6584 | (exit $ac_status); } && { |
6949 | test -z "$ac_c_werror_flag" || | 6585 | test -z "$ac_c_werror_flag" || |
6950 | test ! -s conftest.err | 6586 | test ! -s conftest.err |
6951 | } && test -s conftest.$ac_objext; then | 6587 | } && test -s conftest.$ac_objext; then |
6952 | ac_cv_have_decl_authenticate=yes | 6588 | ac_cv_have_decl_authenticate=yes |
6953 | else | 6589 | else |
6954 | $as_echo "$as_me: failed program was:" >&5 | 6590 | echo "$as_me: failed program was:" >&5 |
6955 | sed 's/^/| /' conftest.$ac_ext >&5 | 6591 | sed 's/^/| /' conftest.$ac_ext >&5 |
6956 | 6592 | ||
6957 | ac_cv_have_decl_authenticate=no | 6593 | ac_cv_have_decl_authenticate=no |
@@ -6959,8 +6595,8 @@ fi | |||
6959 | 6595 | ||
6960 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6596 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6961 | fi | 6597 | fi |
6962 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_authenticate" >&5 | 6598 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_authenticate" >&5 |
6963 | $as_echo "$ac_cv_have_decl_authenticate" >&6; } | 6599 | echo "${ECHO_T}$ac_cv_have_decl_authenticate" >&6; } |
6964 | if test $ac_cv_have_decl_authenticate = yes; then | 6600 | if test $ac_cv_have_decl_authenticate = yes; then |
6965 | 6601 | ||
6966 | cat >>confdefs.h <<_ACEOF | 6602 | cat >>confdefs.h <<_ACEOF |
@@ -6975,10 +6611,10 @@ _ACEOF | |||
6975 | 6611 | ||
6976 | 6612 | ||
6977 | fi | 6613 | fi |
6978 | { $as_echo "$as_me:$LINENO: checking whether loginrestrictions is declared" >&5 | 6614 | { echo "$as_me:$LINENO: checking whether loginrestrictions is declared" >&5 |
6979 | $as_echo_n "checking whether loginrestrictions is declared... " >&6; } | 6615 | echo $ECHO_N "checking whether loginrestrictions is declared... $ECHO_C" >&6; } |
6980 | if test "${ac_cv_have_decl_loginrestrictions+set}" = set; then | 6616 | if test "${ac_cv_have_decl_loginrestrictions+set}" = set; then |
6981 | $as_echo_n "(cached) " >&6 | 6617 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
6982 | else | 6618 | else |
6983 | cat >conftest.$ac_ext <<_ACEOF | 6619 | cat >conftest.$ac_ext <<_ACEOF |
6984 | /* confdefs.h. */ | 6620 | /* confdefs.h. */ |
@@ -7005,21 +6641,20 @@ case "(($ac_try" in | |||
7005 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6641 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7006 | *) ac_try_echo=$ac_try;; | 6642 | *) ac_try_echo=$ac_try;; |
7007 | esac | 6643 | esac |
7008 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6644 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7009 | $as_echo "$ac_try_echo") >&5 | ||
7010 | (eval "$ac_compile") 2>conftest.er1 | 6645 | (eval "$ac_compile") 2>conftest.er1 |
7011 | ac_status=$? | 6646 | ac_status=$? |
7012 | grep -v '^ *+' conftest.er1 >conftest.err | 6647 | grep -v '^ *+' conftest.er1 >conftest.err |
7013 | rm -f conftest.er1 | 6648 | rm -f conftest.er1 |
7014 | cat conftest.err >&5 | 6649 | cat conftest.err >&5 |
7015 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7016 | (exit $ac_status); } && { | 6651 | (exit $ac_status); } && { |
7017 | test -z "$ac_c_werror_flag" || | 6652 | test -z "$ac_c_werror_flag" || |
7018 | test ! -s conftest.err | 6653 | test ! -s conftest.err |
7019 | } && test -s conftest.$ac_objext; then | 6654 | } && test -s conftest.$ac_objext; then |
7020 | ac_cv_have_decl_loginrestrictions=yes | 6655 | ac_cv_have_decl_loginrestrictions=yes |
7021 | else | 6656 | else |
7022 | $as_echo "$as_me: failed program was:" >&5 | 6657 | echo "$as_me: failed program was:" >&5 |
7023 | sed 's/^/| /' conftest.$ac_ext >&5 | 6658 | sed 's/^/| /' conftest.$ac_ext >&5 |
7024 | 6659 | ||
7025 | ac_cv_have_decl_loginrestrictions=no | 6660 | ac_cv_have_decl_loginrestrictions=no |
@@ -7027,8 +6662,8 @@ fi | |||
7027 | 6662 | ||
7028 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6663 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7029 | fi | 6664 | fi |
7030 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginrestrictions" >&5 | 6665 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginrestrictions" >&5 |
7031 | $as_echo "$ac_cv_have_decl_loginrestrictions" >&6; } | 6666 | echo "${ECHO_T}$ac_cv_have_decl_loginrestrictions" >&6; } |
7032 | if test $ac_cv_have_decl_loginrestrictions = yes; then | 6667 | if test $ac_cv_have_decl_loginrestrictions = yes; then |
7033 | 6668 | ||
7034 | cat >>confdefs.h <<_ACEOF | 6669 | cat >>confdefs.h <<_ACEOF |
@@ -7043,10 +6678,10 @@ _ACEOF | |||
7043 | 6678 | ||
7044 | 6679 | ||
7045 | fi | 6680 | fi |
7046 | { $as_echo "$as_me:$LINENO: checking whether loginsuccess is declared" >&5 | 6681 | { echo "$as_me:$LINENO: checking whether loginsuccess is declared" >&5 |
7047 | $as_echo_n "checking whether loginsuccess is declared... " >&6; } | 6682 | echo $ECHO_N "checking whether loginsuccess is declared... $ECHO_C" >&6; } |
7048 | if test "${ac_cv_have_decl_loginsuccess+set}" = set; then | 6683 | if test "${ac_cv_have_decl_loginsuccess+set}" = set; then |
7049 | $as_echo_n "(cached) " >&6 | 6684 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7050 | else | 6685 | else |
7051 | cat >conftest.$ac_ext <<_ACEOF | 6686 | cat >conftest.$ac_ext <<_ACEOF |
7052 | /* confdefs.h. */ | 6687 | /* confdefs.h. */ |
@@ -7073,21 +6708,20 @@ case "(($ac_try" in | |||
7073 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6708 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7074 | *) ac_try_echo=$ac_try;; | 6709 | *) ac_try_echo=$ac_try;; |
7075 | esac | 6710 | esac |
7076 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6711 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7077 | $as_echo "$ac_try_echo") >&5 | ||
7078 | (eval "$ac_compile") 2>conftest.er1 | 6712 | (eval "$ac_compile") 2>conftest.er1 |
7079 | ac_status=$? | 6713 | ac_status=$? |
7080 | grep -v '^ *+' conftest.er1 >conftest.err | 6714 | grep -v '^ *+' conftest.er1 >conftest.err |
7081 | rm -f conftest.er1 | 6715 | rm -f conftest.er1 |
7082 | cat conftest.err >&5 | 6716 | cat conftest.err >&5 |
7083 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7084 | (exit $ac_status); } && { | 6718 | (exit $ac_status); } && { |
7085 | test -z "$ac_c_werror_flag" || | 6719 | test -z "$ac_c_werror_flag" || |
7086 | test ! -s conftest.err | 6720 | test ! -s conftest.err |
7087 | } && test -s conftest.$ac_objext; then | 6721 | } && test -s conftest.$ac_objext; then |
7088 | ac_cv_have_decl_loginsuccess=yes | 6722 | ac_cv_have_decl_loginsuccess=yes |
7089 | else | 6723 | else |
7090 | $as_echo "$as_me: failed program was:" >&5 | 6724 | echo "$as_me: failed program was:" >&5 |
7091 | sed 's/^/| /' conftest.$ac_ext >&5 | 6725 | sed 's/^/| /' conftest.$ac_ext >&5 |
7092 | 6726 | ||
7093 | ac_cv_have_decl_loginsuccess=no | 6727 | ac_cv_have_decl_loginsuccess=no |
@@ -7095,8 +6729,8 @@ fi | |||
7095 | 6729 | ||
7096 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6730 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7097 | fi | 6731 | fi |
7098 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginsuccess" >&5 | 6732 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginsuccess" >&5 |
7099 | $as_echo "$ac_cv_have_decl_loginsuccess" >&6; } | 6733 | echo "${ECHO_T}$ac_cv_have_decl_loginsuccess" >&6; } |
7100 | if test $ac_cv_have_decl_loginsuccess = yes; then | 6734 | if test $ac_cv_have_decl_loginsuccess = yes; then |
7101 | 6735 | ||
7102 | cat >>confdefs.h <<_ACEOF | 6736 | cat >>confdefs.h <<_ACEOF |
@@ -7111,10 +6745,10 @@ _ACEOF | |||
7111 | 6745 | ||
7112 | 6746 | ||
7113 | fi | 6747 | fi |
7114 | { $as_echo "$as_me:$LINENO: checking whether passwdexpired is declared" >&5 | 6748 | { echo "$as_me:$LINENO: checking whether passwdexpired is declared" >&5 |
7115 | $as_echo_n "checking whether passwdexpired is declared... " >&6; } | 6749 | echo $ECHO_N "checking whether passwdexpired is declared... $ECHO_C" >&6; } |
7116 | if test "${ac_cv_have_decl_passwdexpired+set}" = set; then | 6750 | if test "${ac_cv_have_decl_passwdexpired+set}" = set; then |
7117 | $as_echo_n "(cached) " >&6 | 6751 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7118 | else | 6752 | else |
7119 | cat >conftest.$ac_ext <<_ACEOF | 6753 | cat >conftest.$ac_ext <<_ACEOF |
7120 | /* confdefs.h. */ | 6754 | /* confdefs.h. */ |
@@ -7141,21 +6775,20 @@ case "(($ac_try" in | |||
7141 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6775 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7142 | *) ac_try_echo=$ac_try;; | 6776 | *) ac_try_echo=$ac_try;; |
7143 | esac | 6777 | esac |
7144 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6778 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7145 | $as_echo "$ac_try_echo") >&5 | ||
7146 | (eval "$ac_compile") 2>conftest.er1 | 6779 | (eval "$ac_compile") 2>conftest.er1 |
7147 | ac_status=$? | 6780 | ac_status=$? |
7148 | grep -v '^ *+' conftest.er1 >conftest.err | 6781 | grep -v '^ *+' conftest.er1 >conftest.err |
7149 | rm -f conftest.er1 | 6782 | rm -f conftest.er1 |
7150 | cat conftest.err >&5 | 6783 | cat conftest.err >&5 |
7151 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6784 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7152 | (exit $ac_status); } && { | 6785 | (exit $ac_status); } && { |
7153 | test -z "$ac_c_werror_flag" || | 6786 | test -z "$ac_c_werror_flag" || |
7154 | test ! -s conftest.err | 6787 | test ! -s conftest.err |
7155 | } && test -s conftest.$ac_objext; then | 6788 | } && test -s conftest.$ac_objext; then |
7156 | ac_cv_have_decl_passwdexpired=yes | 6789 | ac_cv_have_decl_passwdexpired=yes |
7157 | else | 6790 | else |
7158 | $as_echo "$as_me: failed program was:" >&5 | 6791 | echo "$as_me: failed program was:" >&5 |
7159 | sed 's/^/| /' conftest.$ac_ext >&5 | 6792 | sed 's/^/| /' conftest.$ac_ext >&5 |
7160 | 6793 | ||
7161 | ac_cv_have_decl_passwdexpired=no | 6794 | ac_cv_have_decl_passwdexpired=no |
@@ -7163,8 +6796,8 @@ fi | |||
7163 | 6796 | ||
7164 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6797 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7165 | fi | 6798 | fi |
7166 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_passwdexpired" >&5 | 6799 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_passwdexpired" >&5 |
7167 | $as_echo "$ac_cv_have_decl_passwdexpired" >&6; } | 6800 | echo "${ECHO_T}$ac_cv_have_decl_passwdexpired" >&6; } |
7168 | if test $ac_cv_have_decl_passwdexpired = yes; then | 6801 | if test $ac_cv_have_decl_passwdexpired = yes; then |
7169 | 6802 | ||
7170 | cat >>confdefs.h <<_ACEOF | 6803 | cat >>confdefs.h <<_ACEOF |
@@ -7179,10 +6812,10 @@ _ACEOF | |||
7179 | 6812 | ||
7180 | 6813 | ||
7181 | fi | 6814 | fi |
7182 | { $as_echo "$as_me:$LINENO: checking whether setauthdb is declared" >&5 | 6815 | { echo "$as_me:$LINENO: checking whether setauthdb is declared" >&5 |
7183 | $as_echo_n "checking whether setauthdb is declared... " >&6; } | 6816 | echo $ECHO_N "checking whether setauthdb is declared... $ECHO_C" >&6; } |
7184 | if test "${ac_cv_have_decl_setauthdb+set}" = set; then | 6817 | if test "${ac_cv_have_decl_setauthdb+set}" = set; then |
7185 | $as_echo_n "(cached) " >&6 | 6818 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7186 | else | 6819 | else |
7187 | cat >conftest.$ac_ext <<_ACEOF | 6820 | cat >conftest.$ac_ext <<_ACEOF |
7188 | /* confdefs.h. */ | 6821 | /* confdefs.h. */ |
@@ -7209,21 +6842,20 @@ case "(($ac_try" in | |||
7209 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6842 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7210 | *) ac_try_echo=$ac_try;; | 6843 | *) ac_try_echo=$ac_try;; |
7211 | esac | 6844 | esac |
7212 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6845 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7213 | $as_echo "$ac_try_echo") >&5 | ||
7214 | (eval "$ac_compile") 2>conftest.er1 | 6846 | (eval "$ac_compile") 2>conftest.er1 |
7215 | ac_status=$? | 6847 | ac_status=$? |
7216 | grep -v '^ *+' conftest.er1 >conftest.err | 6848 | grep -v '^ *+' conftest.er1 >conftest.err |
7217 | rm -f conftest.er1 | 6849 | rm -f conftest.er1 |
7218 | cat conftest.err >&5 | 6850 | cat conftest.err >&5 |
7219 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6851 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7220 | (exit $ac_status); } && { | 6852 | (exit $ac_status); } && { |
7221 | test -z "$ac_c_werror_flag" || | 6853 | test -z "$ac_c_werror_flag" || |
7222 | test ! -s conftest.err | 6854 | test ! -s conftest.err |
7223 | } && test -s conftest.$ac_objext; then | 6855 | } && test -s conftest.$ac_objext; then |
7224 | ac_cv_have_decl_setauthdb=yes | 6856 | ac_cv_have_decl_setauthdb=yes |
7225 | else | 6857 | else |
7226 | $as_echo "$as_me: failed program was:" >&5 | 6858 | echo "$as_me: failed program was:" >&5 |
7227 | sed 's/^/| /' conftest.$ac_ext >&5 | 6859 | sed 's/^/| /' conftest.$ac_ext >&5 |
7228 | 6860 | ||
7229 | ac_cv_have_decl_setauthdb=no | 6861 | ac_cv_have_decl_setauthdb=no |
@@ -7231,8 +6863,8 @@ fi | |||
7231 | 6863 | ||
7232 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6864 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7233 | fi | 6865 | fi |
7234 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_setauthdb" >&5 | 6866 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_setauthdb" >&5 |
7235 | $as_echo "$ac_cv_have_decl_setauthdb" >&6; } | 6867 | echo "${ECHO_T}$ac_cv_have_decl_setauthdb" >&6; } |
7236 | if test $ac_cv_have_decl_setauthdb = yes; then | 6868 | if test $ac_cv_have_decl_setauthdb = yes; then |
7237 | 6869 | ||
7238 | cat >>confdefs.h <<_ACEOF | 6870 | cat >>confdefs.h <<_ACEOF |
@@ -7249,10 +6881,10 @@ _ACEOF | |||
7249 | fi | 6881 | fi |
7250 | 6882 | ||
7251 | 6883 | ||
7252 | { $as_echo "$as_me:$LINENO: checking whether loginfailed is declared" >&5 | 6884 | { echo "$as_me:$LINENO: checking whether loginfailed is declared" >&5 |
7253 | $as_echo_n "checking whether loginfailed is declared... " >&6; } | 6885 | echo $ECHO_N "checking whether loginfailed is declared... $ECHO_C" >&6; } |
7254 | if test "${ac_cv_have_decl_loginfailed+set}" = set; then | 6886 | if test "${ac_cv_have_decl_loginfailed+set}" = set; then |
7255 | $as_echo_n "(cached) " >&6 | 6887 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7256 | else | 6888 | else |
7257 | cat >conftest.$ac_ext <<_ACEOF | 6889 | cat >conftest.$ac_ext <<_ACEOF |
7258 | /* confdefs.h. */ | 6890 | /* confdefs.h. */ |
@@ -7280,21 +6912,20 @@ case "(($ac_try" in | |||
7280 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6912 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7281 | *) ac_try_echo=$ac_try;; | 6913 | *) ac_try_echo=$ac_try;; |
7282 | esac | 6914 | esac |
7283 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6915 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7284 | $as_echo "$ac_try_echo") >&5 | ||
7285 | (eval "$ac_compile") 2>conftest.er1 | 6916 | (eval "$ac_compile") 2>conftest.er1 |
7286 | ac_status=$? | 6917 | ac_status=$? |
7287 | grep -v '^ *+' conftest.er1 >conftest.err | 6918 | grep -v '^ *+' conftest.er1 >conftest.err |
7288 | rm -f conftest.er1 | 6919 | rm -f conftest.er1 |
7289 | cat conftest.err >&5 | 6920 | cat conftest.err >&5 |
7290 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6921 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7291 | (exit $ac_status); } && { | 6922 | (exit $ac_status); } && { |
7292 | test -z "$ac_c_werror_flag" || | 6923 | test -z "$ac_c_werror_flag" || |
7293 | test ! -s conftest.err | 6924 | test ! -s conftest.err |
7294 | } && test -s conftest.$ac_objext; then | 6925 | } && test -s conftest.$ac_objext; then |
7295 | ac_cv_have_decl_loginfailed=yes | 6926 | ac_cv_have_decl_loginfailed=yes |
7296 | else | 6927 | else |
7297 | $as_echo "$as_me: failed program was:" >&5 | 6928 | echo "$as_me: failed program was:" >&5 |
7298 | sed 's/^/| /' conftest.$ac_ext >&5 | 6929 | sed 's/^/| /' conftest.$ac_ext >&5 |
7299 | 6930 | ||
7300 | ac_cv_have_decl_loginfailed=no | 6931 | ac_cv_have_decl_loginfailed=no |
@@ -7302,16 +6933,16 @@ fi | |||
7302 | 6933 | ||
7303 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 6934 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7304 | fi | 6935 | fi |
7305 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginfailed" >&5 | 6936 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_loginfailed" >&5 |
7306 | $as_echo "$ac_cv_have_decl_loginfailed" >&6; } | 6937 | echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6; } |
7307 | if test $ac_cv_have_decl_loginfailed = yes; then | 6938 | if test $ac_cv_have_decl_loginfailed = yes; then |
7308 | 6939 | ||
7309 | cat >>confdefs.h <<_ACEOF | 6940 | cat >>confdefs.h <<_ACEOF |
7310 | #define HAVE_DECL_LOGINFAILED 1 | 6941 | #define HAVE_DECL_LOGINFAILED 1 |
7311 | _ACEOF | 6942 | _ACEOF |
7312 | 6943 | ||
7313 | { $as_echo "$as_me:$LINENO: checking if loginfailed takes 4 arguments" >&5 | 6944 | { echo "$as_me:$LINENO: checking if loginfailed takes 4 arguments" >&5 |
7314 | $as_echo_n "checking if loginfailed takes 4 arguments... " >&6; } | 6945 | echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6; } |
7315 | cat >conftest.$ac_ext <<_ACEOF | 6946 | cat >conftest.$ac_ext <<_ACEOF |
7316 | /* confdefs.h. */ | 6947 | /* confdefs.h. */ |
7317 | _ACEOF | 6948 | _ACEOF |
@@ -7333,31 +6964,30 @@ case "(($ac_try" in | |||
7333 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 6964 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7334 | *) ac_try_echo=$ac_try;; | 6965 | *) ac_try_echo=$ac_try;; |
7335 | esac | 6966 | esac |
7336 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 6967 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7337 | $as_echo "$ac_try_echo") >&5 | ||
7338 | (eval "$ac_compile") 2>conftest.er1 | 6968 | (eval "$ac_compile") 2>conftest.er1 |
7339 | ac_status=$? | 6969 | ac_status=$? |
7340 | grep -v '^ *+' conftest.er1 >conftest.err | 6970 | grep -v '^ *+' conftest.er1 >conftest.err |
7341 | rm -f conftest.er1 | 6971 | rm -f conftest.er1 |
7342 | cat conftest.err >&5 | 6972 | cat conftest.err >&5 |
7343 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7344 | (exit $ac_status); } && { | 6974 | (exit $ac_status); } && { |
7345 | test -z "$ac_c_werror_flag" || | 6975 | test -z "$ac_c_werror_flag" || |
7346 | test ! -s conftest.err | 6976 | test ! -s conftest.err |
7347 | } && test -s conftest.$ac_objext; then | 6977 | } && test -s conftest.$ac_objext; then |
7348 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 6978 | { echo "$as_me:$LINENO: result: yes" >&5 |
7349 | $as_echo "yes" >&6; } | 6979 | echo "${ECHO_T}yes" >&6; } |
7350 | 6980 | ||
7351 | cat >>confdefs.h <<\_ACEOF | 6981 | cat >>confdefs.h <<\_ACEOF |
7352 | #define AIX_LOGINFAILED_4ARG 1 | 6982 | #define AIX_LOGINFAILED_4ARG 1 |
7353 | _ACEOF | 6983 | _ACEOF |
7354 | 6984 | ||
7355 | else | 6985 | else |
7356 | $as_echo "$as_me: failed program was:" >&5 | 6986 | echo "$as_me: failed program was:" >&5 |
7357 | sed 's/^/| /' conftest.$ac_ext >&5 | 6987 | sed 's/^/| /' conftest.$ac_ext >&5 |
7358 | 6988 | ||
7359 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 6989 | { echo "$as_me:$LINENO: result: no" >&5 |
7360 | $as_echo "no" >&6; } | 6990 | echo "${ECHO_T}no" >&6; } |
7361 | 6991 | ||
7362 | fi | 6992 | fi |
7363 | 6993 | ||
@@ -7375,11 +7005,11 @@ fi | |||
7375 | 7005 | ||
7376 | for ac_func in getgrset setauthdb | 7006 | for ac_func in getgrset setauthdb |
7377 | do | 7007 | do |
7378 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 7008 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
7379 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 7009 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
7380 | $as_echo_n "checking for $ac_func... " >&6; } | 7010 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
7381 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 7011 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
7382 | $as_echo_n "(cached) " >&6 | 7012 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7383 | else | 7013 | else |
7384 | cat >conftest.$ac_ext <<_ACEOF | 7014 | cat >conftest.$ac_ext <<_ACEOF |
7385 | /* confdefs.h. */ | 7015 | /* confdefs.h. */ |
@@ -7432,50 +7062,44 @@ case "(($ac_try" in | |||
7432 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7062 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7433 | *) ac_try_echo=$ac_try;; | 7063 | *) ac_try_echo=$ac_try;; |
7434 | esac | 7064 | esac |
7435 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7065 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7436 | $as_echo "$ac_try_echo") >&5 | ||
7437 | (eval "$ac_link") 2>conftest.er1 | 7066 | (eval "$ac_link") 2>conftest.er1 |
7438 | ac_status=$? | 7067 | ac_status=$? |
7439 | grep -v '^ *+' conftest.er1 >conftest.err | 7068 | grep -v '^ *+' conftest.er1 >conftest.err |
7440 | rm -f conftest.er1 | 7069 | rm -f conftest.er1 |
7441 | cat conftest.err >&5 | 7070 | cat conftest.err >&5 |
7442 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7071 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7443 | (exit $ac_status); } && { | 7072 | (exit $ac_status); } && { |
7444 | test -z "$ac_c_werror_flag" || | 7073 | test -z "$ac_c_werror_flag" || |
7445 | test ! -s conftest.err | 7074 | test ! -s conftest.err |
7446 | } && test -s conftest$ac_exeext && { | 7075 | } && test -s conftest$ac_exeext && |
7447 | test "$cross_compiling" = yes || | 7076 | $as_test_x conftest$ac_exeext; then |
7448 | $as_test_x conftest$ac_exeext | ||
7449 | }; then | ||
7450 | eval "$as_ac_var=yes" | 7077 | eval "$as_ac_var=yes" |
7451 | else | 7078 | else |
7452 | $as_echo "$as_me: failed program was:" >&5 | 7079 | echo "$as_me: failed program was:" >&5 |
7453 | sed 's/^/| /' conftest.$ac_ext >&5 | 7080 | sed 's/^/| /' conftest.$ac_ext >&5 |
7454 | 7081 | ||
7455 | eval "$as_ac_var=no" | 7082 | eval "$as_ac_var=no" |
7456 | fi | 7083 | fi |
7457 | 7084 | ||
7458 | rm -rf conftest.dSYM | ||
7459 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 7085 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
7460 | conftest$ac_exeext conftest.$ac_ext | 7086 | conftest$ac_exeext conftest.$ac_ext |
7461 | fi | 7087 | fi |
7462 | ac_res=`eval 'as_val=${'$as_ac_var'} | 7088 | ac_res=`eval echo '${'$as_ac_var'}'` |
7463 | $as_echo "$as_val"'` | 7089 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
7464 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 7090 | echo "${ECHO_T}$ac_res" >&6; } |
7465 | $as_echo "$ac_res" >&6; } | 7091 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
7466 | if test `eval 'as_val=${'$as_ac_var'} | ||
7467 | $as_echo "$as_val"'` = yes; then | ||
7468 | cat >>confdefs.h <<_ACEOF | 7092 | cat >>confdefs.h <<_ACEOF |
7469 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 7093 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
7470 | _ACEOF | 7094 | _ACEOF |
7471 | 7095 | ||
7472 | fi | 7096 | fi |
7473 | done | 7097 | done |
7474 | 7098 | ||
7475 | { $as_echo "$as_me:$LINENO: checking whether F_CLOSEM is declared" >&5 | 7099 | { echo "$as_me:$LINENO: checking whether F_CLOSEM is declared" >&5 |
7476 | $as_echo_n "checking whether F_CLOSEM is declared... " >&6; } | 7100 | echo $ECHO_N "checking whether F_CLOSEM is declared... $ECHO_C" >&6; } |
7477 | if test "${ac_cv_have_decl_F_CLOSEM+set}" = set; then | 7101 | if test "${ac_cv_have_decl_F_CLOSEM+set}" = set; then |
7478 | $as_echo_n "(cached) " >&6 | 7102 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7479 | else | 7103 | else |
7480 | cat >conftest.$ac_ext <<_ACEOF | 7104 | cat >conftest.$ac_ext <<_ACEOF |
7481 | /* confdefs.h. */ | 7105 | /* confdefs.h. */ |
@@ -7504,21 +7128,20 @@ case "(($ac_try" in | |||
7504 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7128 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7505 | *) ac_try_echo=$ac_try;; | 7129 | *) ac_try_echo=$ac_try;; |
7506 | esac | 7130 | esac |
7507 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7131 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7508 | $as_echo "$ac_try_echo") >&5 | ||
7509 | (eval "$ac_compile") 2>conftest.er1 | 7132 | (eval "$ac_compile") 2>conftest.er1 |
7510 | ac_status=$? | 7133 | ac_status=$? |
7511 | grep -v '^ *+' conftest.er1 >conftest.err | 7134 | grep -v '^ *+' conftest.er1 >conftest.err |
7512 | rm -f conftest.er1 | 7135 | rm -f conftest.er1 |
7513 | cat conftest.err >&5 | 7136 | cat conftest.err >&5 |
7514 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7515 | (exit $ac_status); } && { | 7138 | (exit $ac_status); } && { |
7516 | test -z "$ac_c_werror_flag" || | 7139 | test -z "$ac_c_werror_flag" || |
7517 | test ! -s conftest.err | 7140 | test ! -s conftest.err |
7518 | } && test -s conftest.$ac_objext; then | 7141 | } && test -s conftest.$ac_objext; then |
7519 | ac_cv_have_decl_F_CLOSEM=yes | 7142 | ac_cv_have_decl_F_CLOSEM=yes |
7520 | else | 7143 | else |
7521 | $as_echo "$as_me: failed program was:" >&5 | 7144 | echo "$as_me: failed program was:" >&5 |
7522 | sed 's/^/| /' conftest.$ac_ext >&5 | 7145 | sed 's/^/| /' conftest.$ac_ext >&5 |
7523 | 7146 | ||
7524 | ac_cv_have_decl_F_CLOSEM=no | 7147 | ac_cv_have_decl_F_CLOSEM=no |
@@ -7526,8 +7149,8 @@ fi | |||
7526 | 7149 | ||
7527 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7150 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7528 | fi | 7151 | fi |
7529 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_F_CLOSEM" >&5 | 7152 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_F_CLOSEM" >&5 |
7530 | $as_echo "$ac_cv_have_decl_F_CLOSEM" >&6; } | 7153 | echo "${ECHO_T}$ac_cv_have_decl_F_CLOSEM" >&6; } |
7531 | if test $ac_cv_have_decl_F_CLOSEM = yes; then | 7154 | if test $ac_cv_have_decl_F_CLOSEM = yes; then |
7532 | 7155 | ||
7533 | cat >>confdefs.h <<\_ACEOF | 7156 | cat >>confdefs.h <<\_ACEOF |
@@ -7618,7 +7241,7 @@ _ACEOF | |||
7618 | 7241 | ||
7619 | 7242 | ||
7620 | cat >>confdefs.h <<\_ACEOF | 7243 | cat >>confdefs.h <<\_ACEOF |
7621 | #define SSH_IOBUFSZ 65536 | 7244 | #define SSH_IOBUFSZ 65535 |
7622 | _ACEOF | 7245 | _ACEOF |
7623 | 7246 | ||
7624 | ;; | 7247 | ;; |
@@ -7642,11 +7265,11 @@ _ACEOF | |||
7642 | 7265 | ||
7643 | ;; | 7266 | ;; |
7644 | *-*-darwin*) | 7267 | *-*-darwin*) |
7645 | { $as_echo "$as_me:$LINENO: checking if we have working getaddrinfo" >&5 | 7268 | { echo "$as_me:$LINENO: checking if we have working getaddrinfo" >&5 |
7646 | $as_echo_n "checking if we have working getaddrinfo... " >&6; } | 7269 | echo $ECHO_N "checking if we have working getaddrinfo... $ECHO_C" >&6; } |
7647 | if test "$cross_compiling" = yes; then | 7270 | if test "$cross_compiling" = yes; then |
7648 | { $as_echo "$as_me:$LINENO: result: assume it is working" >&5 | 7271 | { echo "$as_me:$LINENO: result: assume it is working" >&5 |
7649 | $as_echo "assume it is working" >&6; } | 7272 | echo "${ECHO_T}assume it is working" >&6; } |
7650 | else | 7273 | else |
7651 | cat >conftest.$ac_ext <<_ACEOF | 7274 | cat >conftest.$ac_ext <<_ACEOF |
7652 | /* confdefs.h. */ | 7275 | /* confdefs.h. */ |
@@ -7667,39 +7290,36 @@ case "(($ac_try" in | |||
7667 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7290 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7668 | *) ac_try_echo=$ac_try;; | 7291 | *) ac_try_echo=$ac_try;; |
7669 | esac | 7292 | esac |
7670 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7293 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7671 | $as_echo "$ac_try_echo") >&5 | ||
7672 | (eval "$ac_link") 2>&5 | 7294 | (eval "$ac_link") 2>&5 |
7673 | ac_status=$? | 7295 | ac_status=$? |
7674 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7675 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 7297 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
7676 | { (case "(($ac_try" in | 7298 | { (case "(($ac_try" in |
7677 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7299 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7678 | *) ac_try_echo=$ac_try;; | 7300 | *) ac_try_echo=$ac_try;; |
7679 | esac | 7301 | esac |
7680 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7302 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7681 | $as_echo "$ac_try_echo") >&5 | ||
7682 | (eval "$ac_try") 2>&5 | 7303 | (eval "$ac_try") 2>&5 |
7683 | ac_status=$? | 7304 | ac_status=$? |
7684 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7305 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7685 | (exit $ac_status); }; }; then | 7306 | (exit $ac_status); }; }; then |
7686 | { $as_echo "$as_me:$LINENO: result: working" >&5 | 7307 | { echo "$as_me:$LINENO: result: working" >&5 |
7687 | $as_echo "working" >&6; } | 7308 | echo "${ECHO_T}working" >&6; } |
7688 | else | 7309 | else |
7689 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 7310 | echo "$as_me: program exited with status $ac_status" >&5 |
7690 | $as_echo "$as_me: failed program was:" >&5 | 7311 | echo "$as_me: failed program was:" >&5 |
7691 | sed 's/^/| /' conftest.$ac_ext >&5 | 7312 | sed 's/^/| /' conftest.$ac_ext >&5 |
7692 | 7313 | ||
7693 | ( exit $ac_status ) | 7314 | ( exit $ac_status ) |
7694 | { $as_echo "$as_me:$LINENO: result: buggy" >&5 | 7315 | { echo "$as_me:$LINENO: result: buggy" >&5 |
7695 | $as_echo "buggy" >&6; } | 7316 | echo "${ECHO_T}buggy" >&6; } |
7696 | 7317 | ||
7697 | cat >>confdefs.h <<\_ACEOF | 7318 | cat >>confdefs.h <<\_ACEOF |
7698 | #define BROKEN_GETADDRINFO 1 | 7319 | #define BROKEN_GETADDRINFO 1 |
7699 | _ACEOF | 7320 | _ACEOF |
7700 | 7321 | ||
7701 | fi | 7322 | fi |
7702 | rm -rf conftest.dSYM | ||
7703 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 7323 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
7704 | fi | 7324 | fi |
7705 | 7325 | ||
@@ -7742,10 +7362,10 @@ cat >>confdefs.h <<\_ACEOF | |||
7742 | _ACEOF | 7362 | _ACEOF |
7743 | 7363 | ||
7744 | 7364 | ||
7745 | { $as_echo "$as_me:$LINENO: checking whether AU_IPv4 is declared" >&5 | 7365 | { echo "$as_me:$LINENO: checking whether AU_IPv4 is declared" >&5 |
7746 | $as_echo_n "checking whether AU_IPv4 is declared... " >&6; } | 7366 | echo $ECHO_N "checking whether AU_IPv4 is declared... $ECHO_C" >&6; } |
7747 | if test "${ac_cv_have_decl_AU_IPv4+set}" = set; then | 7367 | if test "${ac_cv_have_decl_AU_IPv4+set}" = set; then |
7748 | $as_echo_n "(cached) " >&6 | 7368 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7749 | else | 7369 | else |
7750 | cat >conftest.$ac_ext <<_ACEOF | 7370 | cat >conftest.$ac_ext <<_ACEOF |
7751 | /* confdefs.h. */ | 7371 | /* confdefs.h. */ |
@@ -7771,21 +7391,20 @@ case "(($ac_try" in | |||
7771 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7391 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7772 | *) ac_try_echo=$ac_try;; | 7392 | *) ac_try_echo=$ac_try;; |
7773 | esac | 7393 | esac |
7774 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7394 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7775 | $as_echo "$ac_try_echo") >&5 | ||
7776 | (eval "$ac_compile") 2>conftest.er1 | 7395 | (eval "$ac_compile") 2>conftest.er1 |
7777 | ac_status=$? | 7396 | ac_status=$? |
7778 | grep -v '^ *+' conftest.er1 >conftest.err | 7397 | grep -v '^ *+' conftest.er1 >conftest.err |
7779 | rm -f conftest.er1 | 7398 | rm -f conftest.er1 |
7780 | cat conftest.err >&5 | 7399 | cat conftest.err >&5 |
7781 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7400 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7782 | (exit $ac_status); } && { | 7401 | (exit $ac_status); } && { |
7783 | test -z "$ac_c_werror_flag" || | 7402 | test -z "$ac_c_werror_flag" || |
7784 | test ! -s conftest.err | 7403 | test ! -s conftest.err |
7785 | } && test -s conftest.$ac_objext; then | 7404 | } && test -s conftest.$ac_objext; then |
7786 | ac_cv_have_decl_AU_IPv4=yes | 7405 | ac_cv_have_decl_AU_IPv4=yes |
7787 | else | 7406 | else |
7788 | $as_echo "$as_me: failed program was:" >&5 | 7407 | echo "$as_me: failed program was:" >&5 |
7789 | sed 's/^/| /' conftest.$ac_ext >&5 | 7408 | sed 's/^/| /' conftest.$ac_ext >&5 |
7790 | 7409 | ||
7791 | ac_cv_have_decl_AU_IPv4=no | 7410 | ac_cv_have_decl_AU_IPv4=no |
@@ -7793,8 +7412,8 @@ fi | |||
7793 | 7412 | ||
7794 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7413 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7795 | fi | 7414 | fi |
7796 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_AU_IPv4" >&5 | 7415 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_AU_IPv4" >&5 |
7797 | $as_echo "$ac_cv_have_decl_AU_IPv4" >&6; } | 7416 | echo "${ECHO_T}$ac_cv_have_decl_AU_IPv4" >&6; } |
7798 | if test $ac_cv_have_decl_AU_IPv4 = yes; then | 7417 | if test $ac_cv_have_decl_AU_IPv4 = yes; then |
7799 | : | 7418 | : |
7800 | else | 7419 | else |
@@ -7845,10 +7464,10 @@ _ACEOF | |||
7845 | MAIL="/var/mail/username" | 7464 | MAIL="/var/mail/username" |
7846 | LIBS="$LIBS -lsec" | 7465 | LIBS="$LIBS -lsec" |
7847 | 7466 | ||
7848 | { $as_echo "$as_me:$LINENO: checking for t_error in -lxnet" >&5 | 7467 | { echo "$as_me:$LINENO: checking for t_error in -lxnet" >&5 |
7849 | $as_echo_n "checking for t_error in -lxnet... " >&6; } | 7468 | echo $ECHO_N "checking for t_error in -lxnet... $ECHO_C" >&6; } |
7850 | if test "${ac_cv_lib_xnet_t_error+set}" = set; then | 7469 | if test "${ac_cv_lib_xnet_t_error+set}" = set; then |
7851 | $as_echo_n "(cached) " >&6 | 7470 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
7852 | else | 7471 | else |
7853 | ac_check_lib_save_LIBS=$LIBS | 7472 | ac_check_lib_save_LIBS=$LIBS |
7854 | LIBS="-lxnet $LIBS" | 7473 | LIBS="-lxnet $LIBS" |
@@ -7880,36 +7499,32 @@ case "(($ac_try" in | |||
7880 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7499 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
7881 | *) ac_try_echo=$ac_try;; | 7500 | *) ac_try_echo=$ac_try;; |
7882 | esac | 7501 | esac |
7883 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7502 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
7884 | $as_echo "$ac_try_echo") >&5 | ||
7885 | (eval "$ac_link") 2>conftest.er1 | 7503 | (eval "$ac_link") 2>conftest.er1 |
7886 | ac_status=$? | 7504 | ac_status=$? |
7887 | grep -v '^ *+' conftest.er1 >conftest.err | 7505 | grep -v '^ *+' conftest.er1 >conftest.err |
7888 | rm -f conftest.er1 | 7506 | rm -f conftest.er1 |
7889 | cat conftest.err >&5 | 7507 | cat conftest.err >&5 |
7890 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
7891 | (exit $ac_status); } && { | 7509 | (exit $ac_status); } && { |
7892 | test -z "$ac_c_werror_flag" || | 7510 | test -z "$ac_c_werror_flag" || |
7893 | test ! -s conftest.err | 7511 | test ! -s conftest.err |
7894 | } && test -s conftest$ac_exeext && { | 7512 | } && test -s conftest$ac_exeext && |
7895 | test "$cross_compiling" = yes || | 7513 | $as_test_x conftest$ac_exeext; then |
7896 | $as_test_x conftest$ac_exeext | ||
7897 | }; then | ||
7898 | ac_cv_lib_xnet_t_error=yes | 7514 | ac_cv_lib_xnet_t_error=yes |
7899 | else | 7515 | else |
7900 | $as_echo "$as_me: failed program was:" >&5 | 7516 | echo "$as_me: failed program was:" >&5 |
7901 | sed 's/^/| /' conftest.$ac_ext >&5 | 7517 | sed 's/^/| /' conftest.$ac_ext >&5 |
7902 | 7518 | ||
7903 | ac_cv_lib_xnet_t_error=no | 7519 | ac_cv_lib_xnet_t_error=no |
7904 | fi | 7520 | fi |
7905 | 7521 | ||
7906 | rm -rf conftest.dSYM | ||
7907 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 7522 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
7908 | conftest$ac_exeext conftest.$ac_ext | 7523 | conftest$ac_exeext conftest.$ac_ext |
7909 | LIBS=$ac_check_lib_save_LIBS | 7524 | LIBS=$ac_check_lib_save_LIBS |
7910 | fi | 7525 | fi |
7911 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_t_error" >&5 | 7526 | { echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_t_error" >&5 |
7912 | $as_echo "$ac_cv_lib_xnet_t_error" >&6; } | 7527 | echo "${ECHO_T}$ac_cv_lib_xnet_t_error" >&6; } |
7913 | if test $ac_cv_lib_xnet_t_error = yes; then | 7528 | if test $ac_cv_lib_xnet_t_error = yes; then |
7914 | cat >>confdefs.h <<_ACEOF | 7529 | cat >>confdefs.h <<_ACEOF |
7915 | #define HAVE_LIBXNET 1 | 7530 | #define HAVE_LIBXNET 1 |
@@ -7918,8 +7533,8 @@ _ACEOF | |||
7918 | LIBS="-lxnet $LIBS" | 7533 | LIBS="-lxnet $LIBS" |
7919 | 7534 | ||
7920 | else | 7535 | else |
7921 | { { $as_echo "$as_me:$LINENO: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 | 7536 | { { echo "$as_me:$LINENO: error: *** -lxnet needed on HP-UX - check config.log ***" >&5 |
7922 | $as_echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} | 7537 | echo "$as_me: error: *** -lxnet needed on HP-UX - check config.log ***" >&2;} |
7923 | { (exit 1); exit 1; }; } | 7538 | { (exit 1); exit 1; }; } |
7924 | fi | 7539 | fi |
7925 | 7540 | ||
@@ -8011,10 +7626,10 @@ cat >>confdefs.h <<\_ACEOF | |||
8011 | #define WITH_IRIX_AUDIT 1 | 7626 | #define WITH_IRIX_AUDIT 1 |
8012 | _ACEOF | 7627 | _ACEOF |
8013 | 7628 | ||
8014 | { $as_echo "$as_me:$LINENO: checking for jlimit_startjob" >&5 | 7629 | { echo "$as_me:$LINENO: checking for jlimit_startjob" >&5 |
8015 | $as_echo_n "checking for jlimit_startjob... " >&6; } | 7630 | echo $ECHO_N "checking for jlimit_startjob... $ECHO_C" >&6; } |
8016 | if test "${ac_cv_func_jlimit_startjob+set}" = set; then | 7631 | if test "${ac_cv_func_jlimit_startjob+set}" = set; then |
8017 | $as_echo_n "(cached) " >&6 | 7632 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8018 | else | 7633 | else |
8019 | cat >conftest.$ac_ext <<_ACEOF | 7634 | cat >conftest.$ac_ext <<_ACEOF |
8020 | /* confdefs.h. */ | 7635 | /* confdefs.h. */ |
@@ -8067,35 +7682,31 @@ case "(($ac_try" in | |||
8067 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7682 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8068 | *) ac_try_echo=$ac_try;; | 7683 | *) ac_try_echo=$ac_try;; |
8069 | esac | 7684 | esac |
8070 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7685 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8071 | $as_echo "$ac_try_echo") >&5 | ||
8072 | (eval "$ac_link") 2>conftest.er1 | 7686 | (eval "$ac_link") 2>conftest.er1 |
8073 | ac_status=$? | 7687 | ac_status=$? |
8074 | grep -v '^ *+' conftest.er1 >conftest.err | 7688 | grep -v '^ *+' conftest.er1 >conftest.err |
8075 | rm -f conftest.er1 | 7689 | rm -f conftest.er1 |
8076 | cat conftest.err >&5 | 7690 | cat conftest.err >&5 |
8077 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8078 | (exit $ac_status); } && { | 7692 | (exit $ac_status); } && { |
8079 | test -z "$ac_c_werror_flag" || | 7693 | test -z "$ac_c_werror_flag" || |
8080 | test ! -s conftest.err | 7694 | test ! -s conftest.err |
8081 | } && test -s conftest$ac_exeext && { | 7695 | } && test -s conftest$ac_exeext && |
8082 | test "$cross_compiling" = yes || | 7696 | $as_test_x conftest$ac_exeext; then |
8083 | $as_test_x conftest$ac_exeext | ||
8084 | }; then | ||
8085 | ac_cv_func_jlimit_startjob=yes | 7697 | ac_cv_func_jlimit_startjob=yes |
8086 | else | 7698 | else |
8087 | $as_echo "$as_me: failed program was:" >&5 | 7699 | echo "$as_me: failed program was:" >&5 |
8088 | sed 's/^/| /' conftest.$ac_ext >&5 | 7700 | sed 's/^/| /' conftest.$ac_ext >&5 |
8089 | 7701 | ||
8090 | ac_cv_func_jlimit_startjob=no | 7702 | ac_cv_func_jlimit_startjob=no |
8091 | fi | 7703 | fi |
8092 | 7704 | ||
8093 | rm -rf conftest.dSYM | ||
8094 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 7705 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8095 | conftest$ac_exeext conftest.$ac_ext | 7706 | conftest$ac_exeext conftest.$ac_ext |
8096 | fi | 7707 | fi |
8097 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_jlimit_startjob" >&5 | 7708 | { echo "$as_me:$LINENO: result: $ac_cv_func_jlimit_startjob" >&5 |
8098 | $as_echo "$ac_cv_func_jlimit_startjob" >&6; } | 7709 | echo "${ECHO_T}$ac_cv_func_jlimit_startjob" >&6; } |
8099 | if test $ac_cv_func_jlimit_startjob = yes; then | 7710 | if test $ac_cv_func_jlimit_startjob = yes; then |
8100 | 7711 | ||
8101 | cat >>confdefs.h <<\_ACEOF | 7712 | cat >>confdefs.h <<\_ACEOF |
@@ -8191,6 +7802,11 @@ _ACEOF | |||
8191 | #define USE_BTMP 1 | 7802 | #define USE_BTMP 1 |
8192 | _ACEOF | 7803 | _ACEOF |
8193 | 7804 | ||
7805 | |||
7806 | cat >>confdefs.h <<\_ACEOF | ||
7807 | #define LINUX_OOM_ADJUST 1 | ||
7808 | _ACEOF | ||
7809 | |||
8194 | inet6_default_4in6=yes | 7810 | inet6_default_4in6=yes |
8195 | case `uname -r` in | 7811 | case `uname -r` in |
8196 | 1.*|2.0.*) | 7812 | 1.*|2.0.*) |
@@ -8205,21 +7821,20 @@ _ACEOF | |||
8205 | 7821 | ||
8206 | for ac_header in linux/if_tun.h | 7822 | for ac_header in linux/if_tun.h |
8207 | do | 7823 | do |
8208 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7824 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
8209 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 7825 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
8210 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 7826 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
8211 | $as_echo_n "checking for $ac_header... " >&6; } | 7827 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
8212 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 7828 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
8213 | $as_echo_n "(cached) " >&6 | 7829 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8214 | fi | 7830 | fi |
8215 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 7831 | ac_res=`eval echo '${'$as_ac_Header'}'` |
8216 | $as_echo "$as_val"'` | 7832 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
8217 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 7833 | echo "${ECHO_T}$ac_res" >&6; } |
8218 | $as_echo "$ac_res" >&6; } | ||
8219 | else | 7834 | else |
8220 | # Is the header compilable? | 7835 | # Is the header compilable? |
8221 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 7836 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
8222 | $as_echo_n "checking $ac_header usability... " >&6; } | 7837 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
8223 | cat >conftest.$ac_ext <<_ACEOF | 7838 | cat >conftest.$ac_ext <<_ACEOF |
8224 | /* confdefs.h. */ | 7839 | /* confdefs.h. */ |
8225 | _ACEOF | 7840 | _ACEOF |
@@ -8235,33 +7850,32 @@ case "(($ac_try" in | |||
8235 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7850 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8236 | *) ac_try_echo=$ac_try;; | 7851 | *) ac_try_echo=$ac_try;; |
8237 | esac | 7852 | esac |
8238 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7853 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8239 | $as_echo "$ac_try_echo") >&5 | ||
8240 | (eval "$ac_compile") 2>conftest.er1 | 7854 | (eval "$ac_compile") 2>conftest.er1 |
8241 | ac_status=$? | 7855 | ac_status=$? |
8242 | grep -v '^ *+' conftest.er1 >conftest.err | 7856 | grep -v '^ *+' conftest.er1 >conftest.err |
8243 | rm -f conftest.er1 | 7857 | rm -f conftest.er1 |
8244 | cat conftest.err >&5 | 7858 | cat conftest.err >&5 |
8245 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7859 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8246 | (exit $ac_status); } && { | 7860 | (exit $ac_status); } && { |
8247 | test -z "$ac_c_werror_flag" || | 7861 | test -z "$ac_c_werror_flag" || |
8248 | test ! -s conftest.err | 7862 | test ! -s conftest.err |
8249 | } && test -s conftest.$ac_objext; then | 7863 | } && test -s conftest.$ac_objext; then |
8250 | ac_header_compiler=yes | 7864 | ac_header_compiler=yes |
8251 | else | 7865 | else |
8252 | $as_echo "$as_me: failed program was:" >&5 | 7866 | echo "$as_me: failed program was:" >&5 |
8253 | sed 's/^/| /' conftest.$ac_ext >&5 | 7867 | sed 's/^/| /' conftest.$ac_ext >&5 |
8254 | 7868 | ||
8255 | ac_header_compiler=no | 7869 | ac_header_compiler=no |
8256 | fi | 7870 | fi |
8257 | 7871 | ||
8258 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7872 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
8259 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 7873 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
8260 | $as_echo "$ac_header_compiler" >&6; } | 7874 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
8261 | 7875 | ||
8262 | # Is the header present? | 7876 | # Is the header present? |
8263 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 7877 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
8264 | $as_echo_n "checking $ac_header presence... " >&6; } | 7878 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
8265 | cat >conftest.$ac_ext <<_ACEOF | 7879 | cat >conftest.$ac_ext <<_ACEOF |
8266 | /* confdefs.h. */ | 7880 | /* confdefs.h. */ |
8267 | _ACEOF | 7881 | _ACEOF |
@@ -8275,52 +7889,51 @@ case "(($ac_try" in | |||
8275 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 7889 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8276 | *) ac_try_echo=$ac_try;; | 7890 | *) ac_try_echo=$ac_try;; |
8277 | esac | 7891 | esac |
8278 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 7892 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8279 | $as_echo "$ac_try_echo") >&5 | ||
8280 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 7893 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
8281 | ac_status=$? | 7894 | ac_status=$? |
8282 | grep -v '^ *+' conftest.er1 >conftest.err | 7895 | grep -v '^ *+' conftest.er1 >conftest.err |
8283 | rm -f conftest.er1 | 7896 | rm -f conftest.er1 |
8284 | cat conftest.err >&5 | 7897 | cat conftest.err >&5 |
8285 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8286 | (exit $ac_status); } >/dev/null && { | 7899 | (exit $ac_status); } >/dev/null && { |
8287 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 7900 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
8288 | test ! -s conftest.err | 7901 | test ! -s conftest.err |
8289 | }; then | 7902 | }; then |
8290 | ac_header_preproc=yes | 7903 | ac_header_preproc=yes |
8291 | else | 7904 | else |
8292 | $as_echo "$as_me: failed program was:" >&5 | 7905 | echo "$as_me: failed program was:" >&5 |
8293 | sed 's/^/| /' conftest.$ac_ext >&5 | 7906 | sed 's/^/| /' conftest.$ac_ext >&5 |
8294 | 7907 | ||
8295 | ac_header_preproc=no | 7908 | ac_header_preproc=no |
8296 | fi | 7909 | fi |
8297 | 7910 | ||
8298 | rm -f conftest.err conftest.$ac_ext | 7911 | rm -f conftest.err conftest.$ac_ext |
8299 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 7912 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
8300 | $as_echo "$ac_header_preproc" >&6; } | 7913 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
8301 | 7914 | ||
8302 | # So? What about this header? | 7915 | # So? What about this header? |
8303 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 7916 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
8304 | yes:no: ) | 7917 | yes:no: ) |
8305 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 7918 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
8306 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 7919 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
8307 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 7920 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
8308 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 7921 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
8309 | ac_header_preproc=yes | 7922 | ac_header_preproc=yes |
8310 | ;; | 7923 | ;; |
8311 | no:yes:* ) | 7924 | no:yes:* ) |
8312 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 7925 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
8313 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 7926 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
8314 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 7927 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
8315 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 7928 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
8316 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 7929 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
8317 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 7930 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
8318 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 7931 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
8319 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 7932 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
8320 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 7933 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
8321 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 7934 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
8322 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 7935 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
8323 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 7936 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
8324 | ( cat <<\_ASBOX | 7937 | ( cat <<\_ASBOX |
8325 | ## ------------------------------------------- ## | 7938 | ## ------------------------------------------- ## |
8326 | ## Report this to openssh-unix-dev@mindrot.org ## | 7939 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -8329,23 +7942,21 @@ _ASBOX | |||
8329 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 7942 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
8330 | ;; | 7943 | ;; |
8331 | esac | 7944 | esac |
8332 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 7945 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
8333 | $as_echo_n "checking for $ac_header... " >&6; } | 7946 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
8334 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 7947 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
8335 | $as_echo_n "(cached) " >&6 | 7948 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8336 | else | 7949 | else |
8337 | eval "$as_ac_Header=\$ac_header_preproc" | 7950 | eval "$as_ac_Header=\$ac_header_preproc" |
8338 | fi | 7951 | fi |
8339 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 7952 | ac_res=`eval echo '${'$as_ac_Header'}'` |
8340 | $as_echo "$as_val"'` | 7953 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
8341 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 7954 | echo "${ECHO_T}$ac_res" >&6; } |
8342 | $as_echo "$ac_res" >&6; } | ||
8343 | 7955 | ||
8344 | fi | 7956 | fi |
8345 | if test `eval 'as_val=${'$as_ac_Header'} | 7957 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
8346 | $as_echo "$as_val"'` = yes; then | ||
8347 | cat >>confdefs.h <<_ACEOF | 7958 | cat >>confdefs.h <<_ACEOF |
8348 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7959 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
8349 | _ACEOF | 7960 | _ACEOF |
8350 | 7961 | ||
8351 | fi | 7962 | fi |
@@ -8389,17 +8000,17 @@ cat >>confdefs.h <<\_ACEOF | |||
8389 | _ACEOF | 8000 | _ACEOF |
8390 | 8001 | ||
8391 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8002 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8392 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8003 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8393 | $as_echo_n "checking for net/if_tap.h... " >&6; } | 8004 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } |
8394 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8005 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8395 | $as_echo_n "(cached) " >&6 | 8006 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8396 | fi | 8007 | fi |
8397 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8008 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8398 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } | 8009 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } |
8399 | else | 8010 | else |
8400 | # Is the header compilable? | 8011 | # Is the header compilable? |
8401 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 | 8012 | { echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 |
8402 | $as_echo_n "checking net/if_tap.h usability... " >&6; } | 8013 | echo $ECHO_N "checking net/if_tap.h usability... $ECHO_C" >&6; } |
8403 | cat >conftest.$ac_ext <<_ACEOF | 8014 | cat >conftest.$ac_ext <<_ACEOF |
8404 | /* confdefs.h. */ | 8015 | /* confdefs.h. */ |
8405 | _ACEOF | 8016 | _ACEOF |
@@ -8415,33 +8026,32 @@ case "(($ac_try" in | |||
8415 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8026 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8416 | *) ac_try_echo=$ac_try;; | 8027 | *) ac_try_echo=$ac_try;; |
8417 | esac | 8028 | esac |
8418 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8029 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8419 | $as_echo "$ac_try_echo") >&5 | ||
8420 | (eval "$ac_compile") 2>conftest.er1 | 8030 | (eval "$ac_compile") 2>conftest.er1 |
8421 | ac_status=$? | 8031 | ac_status=$? |
8422 | grep -v '^ *+' conftest.er1 >conftest.err | 8032 | grep -v '^ *+' conftest.er1 >conftest.err |
8423 | rm -f conftest.er1 | 8033 | rm -f conftest.er1 |
8424 | cat conftest.err >&5 | 8034 | cat conftest.err >&5 |
8425 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8426 | (exit $ac_status); } && { | 8036 | (exit $ac_status); } && { |
8427 | test -z "$ac_c_werror_flag" || | 8037 | test -z "$ac_c_werror_flag" || |
8428 | test ! -s conftest.err | 8038 | test ! -s conftest.err |
8429 | } && test -s conftest.$ac_objext; then | 8039 | } && test -s conftest.$ac_objext; then |
8430 | ac_header_compiler=yes | 8040 | ac_header_compiler=yes |
8431 | else | 8041 | else |
8432 | $as_echo "$as_me: failed program was:" >&5 | 8042 | echo "$as_me: failed program was:" >&5 |
8433 | sed 's/^/| /' conftest.$ac_ext >&5 | 8043 | sed 's/^/| /' conftest.$ac_ext >&5 |
8434 | 8044 | ||
8435 | ac_header_compiler=no | 8045 | ac_header_compiler=no |
8436 | fi | 8046 | fi |
8437 | 8047 | ||
8438 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8048 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
8439 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8049 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
8440 | $as_echo "$ac_header_compiler" >&6; } | 8050 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
8441 | 8051 | ||
8442 | # Is the header present? | 8052 | # Is the header present? |
8443 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 | 8053 | { echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 |
8444 | $as_echo_n "checking net/if_tap.h presence... " >&6; } | 8054 | echo $ECHO_N "checking net/if_tap.h presence... $ECHO_C" >&6; } |
8445 | cat >conftest.$ac_ext <<_ACEOF | 8055 | cat >conftest.$ac_ext <<_ACEOF |
8446 | /* confdefs.h. */ | 8056 | /* confdefs.h. */ |
8447 | _ACEOF | 8057 | _ACEOF |
@@ -8455,52 +8065,51 @@ case "(($ac_try" in | |||
8455 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8065 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8456 | *) ac_try_echo=$ac_try;; | 8066 | *) ac_try_echo=$ac_try;; |
8457 | esac | 8067 | esac |
8458 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8068 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8459 | $as_echo "$ac_try_echo") >&5 | ||
8460 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 8069 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
8461 | ac_status=$? | 8070 | ac_status=$? |
8462 | grep -v '^ *+' conftest.er1 >conftest.err | 8071 | grep -v '^ *+' conftest.er1 >conftest.err |
8463 | rm -f conftest.er1 | 8072 | rm -f conftest.er1 |
8464 | cat conftest.err >&5 | 8073 | cat conftest.err >&5 |
8465 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8074 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8466 | (exit $ac_status); } >/dev/null && { | 8075 | (exit $ac_status); } >/dev/null && { |
8467 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 8076 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
8468 | test ! -s conftest.err | 8077 | test ! -s conftest.err |
8469 | }; then | 8078 | }; then |
8470 | ac_header_preproc=yes | 8079 | ac_header_preproc=yes |
8471 | else | 8080 | else |
8472 | $as_echo "$as_me: failed program was:" >&5 | 8081 | echo "$as_me: failed program was:" >&5 |
8473 | sed 's/^/| /' conftest.$ac_ext >&5 | 8082 | sed 's/^/| /' conftest.$ac_ext >&5 |
8474 | 8083 | ||
8475 | ac_header_preproc=no | 8084 | ac_header_preproc=no |
8476 | fi | 8085 | fi |
8477 | 8086 | ||
8478 | rm -f conftest.err conftest.$ac_ext | 8087 | rm -f conftest.err conftest.$ac_ext |
8479 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 8088 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
8480 | $as_echo "$ac_header_preproc" >&6; } | 8089 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
8481 | 8090 | ||
8482 | # So? What about this header? | 8091 | # So? What about this header? |
8483 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 8092 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
8484 | yes:no: ) | 8093 | yes:no: ) |
8485 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 8094 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
8486 | $as_echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8095 | echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
8487 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 | 8096 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 |
8488 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} | 8097 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} |
8489 | ac_header_preproc=yes | 8098 | ac_header_preproc=yes |
8490 | ;; | 8099 | ;; |
8491 | no:yes:* ) | 8100 | no:yes:* ) |
8492 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 | 8101 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 |
8493 | $as_echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} | 8102 | echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} |
8494 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 | 8103 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 |
8495 | $as_echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} | 8104 | echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} |
8496 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 | 8105 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 |
8497 | $as_echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} | 8106 | echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} |
8498 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 | 8107 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 |
8499 | $as_echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} | 8108 | echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} |
8500 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 | 8109 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 |
8501 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} | 8110 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} |
8502 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 | 8111 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 |
8503 | $as_echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} | 8112 | echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} |
8504 | ( cat <<\_ASBOX | 8113 | ( cat <<\_ASBOX |
8505 | ## ------------------------------------------- ## | 8114 | ## ------------------------------------------- ## |
8506 | ## Report this to openssh-unix-dev@mindrot.org ## | 8115 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -8509,15 +8118,15 @@ _ASBOX | |||
8509 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 8118 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
8510 | ;; | 8119 | ;; |
8511 | esac | 8120 | esac |
8512 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8121 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8513 | $as_echo_n "checking for net/if_tap.h... " >&6; } | 8122 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } |
8514 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8123 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8515 | $as_echo_n "(cached) " >&6 | 8124 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8516 | else | 8125 | else |
8517 | ac_cv_header_net_if_tap_h=$ac_header_preproc | 8126 | ac_cv_header_net_if_tap_h=$ac_header_preproc |
8518 | fi | 8127 | fi |
8519 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8128 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8520 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } | 8129 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } |
8521 | 8130 | ||
8522 | fi | 8131 | fi |
8523 | if test $ac_cv_header_net_if_tap_h = yes; then | 8132 | if test $ac_cv_header_net_if_tap_h = yes; then |
@@ -8550,17 +8159,17 @@ cat >>confdefs.h <<\_ACEOF | |||
8550 | _ACEOF | 8159 | _ACEOF |
8551 | 8160 | ||
8552 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8161 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8553 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8162 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8554 | $as_echo_n "checking for net/if_tap.h... " >&6; } | 8163 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } |
8555 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8164 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8556 | $as_echo_n "(cached) " >&6 | 8165 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8557 | fi | 8166 | fi |
8558 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8167 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8559 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } | 8168 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } |
8560 | else | 8169 | else |
8561 | # Is the header compilable? | 8170 | # Is the header compilable? |
8562 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 | 8171 | { echo "$as_me:$LINENO: checking net/if_tap.h usability" >&5 |
8563 | $as_echo_n "checking net/if_tap.h usability... " >&6; } | 8172 | echo $ECHO_N "checking net/if_tap.h usability... $ECHO_C" >&6; } |
8564 | cat >conftest.$ac_ext <<_ACEOF | 8173 | cat >conftest.$ac_ext <<_ACEOF |
8565 | /* confdefs.h. */ | 8174 | /* confdefs.h. */ |
8566 | _ACEOF | 8175 | _ACEOF |
@@ -8576,33 +8185,32 @@ case "(($ac_try" in | |||
8576 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8185 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8577 | *) ac_try_echo=$ac_try;; | 8186 | *) ac_try_echo=$ac_try;; |
8578 | esac | 8187 | esac |
8579 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8188 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8580 | $as_echo "$ac_try_echo") >&5 | ||
8581 | (eval "$ac_compile") 2>conftest.er1 | 8189 | (eval "$ac_compile") 2>conftest.er1 |
8582 | ac_status=$? | 8190 | ac_status=$? |
8583 | grep -v '^ *+' conftest.er1 >conftest.err | 8191 | grep -v '^ *+' conftest.er1 >conftest.err |
8584 | rm -f conftest.er1 | 8192 | rm -f conftest.er1 |
8585 | cat conftest.err >&5 | 8193 | cat conftest.err >&5 |
8586 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8194 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8587 | (exit $ac_status); } && { | 8195 | (exit $ac_status); } && { |
8588 | test -z "$ac_c_werror_flag" || | 8196 | test -z "$ac_c_werror_flag" || |
8589 | test ! -s conftest.err | 8197 | test ! -s conftest.err |
8590 | } && test -s conftest.$ac_objext; then | 8198 | } && test -s conftest.$ac_objext; then |
8591 | ac_header_compiler=yes | 8199 | ac_header_compiler=yes |
8592 | else | 8200 | else |
8593 | $as_echo "$as_me: failed program was:" >&5 | 8201 | echo "$as_me: failed program was:" >&5 |
8594 | sed 's/^/| /' conftest.$ac_ext >&5 | 8202 | sed 's/^/| /' conftest.$ac_ext >&5 |
8595 | 8203 | ||
8596 | ac_header_compiler=no | 8204 | ac_header_compiler=no |
8597 | fi | 8205 | fi |
8598 | 8206 | ||
8599 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8207 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
8600 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8208 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
8601 | $as_echo "$ac_header_compiler" >&6; } | 8209 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
8602 | 8210 | ||
8603 | # Is the header present? | 8211 | # Is the header present? |
8604 | { $as_echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 | 8212 | { echo "$as_me:$LINENO: checking net/if_tap.h presence" >&5 |
8605 | $as_echo_n "checking net/if_tap.h presence... " >&6; } | 8213 | echo $ECHO_N "checking net/if_tap.h presence... $ECHO_C" >&6; } |
8606 | cat >conftest.$ac_ext <<_ACEOF | 8214 | cat >conftest.$ac_ext <<_ACEOF |
8607 | /* confdefs.h. */ | 8215 | /* confdefs.h. */ |
8608 | _ACEOF | 8216 | _ACEOF |
@@ -8616,52 +8224,51 @@ case "(($ac_try" in | |||
8616 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8224 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8617 | *) ac_try_echo=$ac_try;; | 8225 | *) ac_try_echo=$ac_try;; |
8618 | esac | 8226 | esac |
8619 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8227 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8620 | $as_echo "$ac_try_echo") >&5 | ||
8621 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 8228 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
8622 | ac_status=$? | 8229 | ac_status=$? |
8623 | grep -v '^ *+' conftest.er1 >conftest.err | 8230 | grep -v '^ *+' conftest.er1 >conftest.err |
8624 | rm -f conftest.er1 | 8231 | rm -f conftest.er1 |
8625 | cat conftest.err >&5 | 8232 | cat conftest.err >&5 |
8626 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8627 | (exit $ac_status); } >/dev/null && { | 8234 | (exit $ac_status); } >/dev/null && { |
8628 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 8235 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
8629 | test ! -s conftest.err | 8236 | test ! -s conftest.err |
8630 | }; then | 8237 | }; then |
8631 | ac_header_preproc=yes | 8238 | ac_header_preproc=yes |
8632 | else | 8239 | else |
8633 | $as_echo "$as_me: failed program was:" >&5 | 8240 | echo "$as_me: failed program was:" >&5 |
8634 | sed 's/^/| /' conftest.$ac_ext >&5 | 8241 | sed 's/^/| /' conftest.$ac_ext >&5 |
8635 | 8242 | ||
8636 | ac_header_preproc=no | 8243 | ac_header_preproc=no |
8637 | fi | 8244 | fi |
8638 | 8245 | ||
8639 | rm -f conftest.err conftest.$ac_ext | 8246 | rm -f conftest.err conftest.$ac_ext |
8640 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 8247 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
8641 | $as_echo "$ac_header_preproc" >&6; } | 8248 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
8642 | 8249 | ||
8643 | # So? What about this header? | 8250 | # So? What about this header? |
8644 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 8251 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
8645 | yes:no: ) | 8252 | yes:no: ) |
8646 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 8253 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
8647 | $as_echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8254 | echo "$as_me: WARNING: net/if_tap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
8648 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 | 8255 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the compiler's result" >&5 |
8649 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} | 8256 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the compiler's result" >&2;} |
8650 | ac_header_preproc=yes | 8257 | ac_header_preproc=yes |
8651 | ;; | 8258 | ;; |
8652 | no:yes:* ) | 8259 | no:yes:* ) |
8653 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 | 8260 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: present but cannot be compiled" >&5 |
8654 | $as_echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} | 8261 | echo "$as_me: WARNING: net/if_tap.h: present but cannot be compiled" >&2;} |
8655 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 | 8262 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&5 |
8656 | $as_echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} | 8263 | echo "$as_me: WARNING: net/if_tap.h: check for missing prerequisite headers?" >&2;} |
8657 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 | 8264 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: see the Autoconf documentation" >&5 |
8658 | $as_echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} | 8265 | echo "$as_me: WARNING: net/if_tap.h: see the Autoconf documentation" >&2;} |
8659 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 | 8266 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&5 |
8660 | $as_echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} | 8267 | echo "$as_me: WARNING: net/if_tap.h: section \"Present But Cannot Be Compiled\"" >&2;} |
8661 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 | 8268 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&5 |
8662 | $as_echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} | 8269 | echo "$as_me: WARNING: net/if_tap.h: proceeding with the preprocessor's result" >&2;} |
8663 | { $as_echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 | 8270 | { echo "$as_me:$LINENO: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&5 |
8664 | $as_echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} | 8271 | echo "$as_me: WARNING: net/if_tap.h: in the future, the compiler will take precedence" >&2;} |
8665 | ( cat <<\_ASBOX | 8272 | ( cat <<\_ASBOX |
8666 | ## ------------------------------------------- ## | 8273 | ## ------------------------------------------- ## |
8667 | ## Report this to openssh-unix-dev@mindrot.org ## | 8274 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -8670,15 +8277,15 @@ _ASBOX | |||
8670 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 8277 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
8671 | ;; | 8278 | ;; |
8672 | esac | 8279 | esac |
8673 | { $as_echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 | 8280 | { echo "$as_me:$LINENO: checking for net/if_tap.h" >&5 |
8674 | $as_echo_n "checking for net/if_tap.h... " >&6; } | 8281 | echo $ECHO_N "checking for net/if_tap.h... $ECHO_C" >&6; } |
8675 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then | 8282 | if test "${ac_cv_header_net_if_tap_h+set}" = set; then |
8676 | $as_echo_n "(cached) " >&6 | 8283 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8677 | else | 8284 | else |
8678 | ac_cv_header_net_if_tap_h=$ac_header_preproc | 8285 | ac_cv_header_net_if_tap_h=$ac_header_preproc |
8679 | fi | 8286 | fi |
8680 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 | 8287 | { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_tap_h" >&5 |
8681 | $as_echo "$ac_cv_header_net_if_tap_h" >&6; } | 8288 | echo "${ECHO_T}$ac_cv_header_net_if_tap_h" >&6; } |
8682 | 8289 | ||
8683 | fi | 8290 | fi |
8684 | if test $ac_cv_header_net_if_tap_h = yes; then | 8291 | if test $ac_cv_header_net_if_tap_h = yes; then |
@@ -8807,12 +8414,12 @@ _ACEOF | |||
8807 | external_path_file=/etc/default/login | 8414 | external_path_file=/etc/default/login |
8808 | # hardwire lastlog location (can't detect it on some versions) | 8415 | # hardwire lastlog location (can't detect it on some versions) |
8809 | conf_lastlog_location="/var/adm/lastlog" | 8416 | conf_lastlog_location="/var/adm/lastlog" |
8810 | { $as_echo "$as_me:$LINENO: checking for obsolete utmp and wtmp in solaris2.x" >&5 | 8417 | { echo "$as_me:$LINENO: checking for obsolete utmp and wtmp in solaris2.x" >&5 |
8811 | $as_echo_n "checking for obsolete utmp and wtmp in solaris2.x... " >&6; } | 8418 | echo $ECHO_N "checking for obsolete utmp and wtmp in solaris2.x... $ECHO_C" >&6; } |
8812 | sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` | 8419 | sol2ver=`echo "$host"| sed -e 's/.*[0-9]\.//'` |
8813 | if test "$sol2ver" -ge 8; then | 8420 | if test "$sol2ver" -ge 8; then |
8814 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 8421 | { echo "$as_me:$LINENO: result: yes" >&5 |
8815 | $as_echo "yes" >&6; } | 8422 | echo "${ECHO_T}yes" >&6; } |
8816 | cat >>confdefs.h <<\_ACEOF | 8423 | cat >>confdefs.h <<\_ACEOF |
8817 | #define DISABLE_UTMP 1 | 8424 | #define DISABLE_UTMP 1 |
8818 | _ACEOF | 8425 | _ACEOF |
@@ -8823,17 +8430,17 @@ cat >>confdefs.h <<\_ACEOF | |||
8823 | _ACEOF | 8430 | _ACEOF |
8824 | 8431 | ||
8825 | else | 8432 | else |
8826 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 8433 | { echo "$as_me:$LINENO: result: no" >&5 |
8827 | $as_echo "no" >&6; } | 8434 | echo "${ECHO_T}no" >&6; } |
8828 | fi | 8435 | fi |
8829 | 8436 | ||
8830 | # Check whether --with-solaris-contracts was given. | 8437 | # Check whether --with-solaris-contracts was given. |
8831 | if test "${with_solaris_contracts+set}" = set; then | 8438 | if test "${with_solaris_contracts+set}" = set; then |
8832 | withval=$with_solaris_contracts; | 8439 | withval=$with_solaris_contracts; |
8833 | { $as_echo "$as_me:$LINENO: checking for ct_tmpl_activate in -lcontract" >&5 | 8440 | { echo "$as_me:$LINENO: checking for ct_tmpl_activate in -lcontract" >&5 |
8834 | $as_echo_n "checking for ct_tmpl_activate in -lcontract... " >&6; } | 8441 | echo $ECHO_N "checking for ct_tmpl_activate in -lcontract... $ECHO_C" >&6; } |
8835 | if test "${ac_cv_lib_contract_ct_tmpl_activate+set}" = set; then | 8442 | if test "${ac_cv_lib_contract_ct_tmpl_activate+set}" = set; then |
8836 | $as_echo_n "(cached) " >&6 | 8443 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8837 | else | 8444 | else |
8838 | ac_check_lib_save_LIBS=$LIBS | 8445 | ac_check_lib_save_LIBS=$LIBS |
8839 | LIBS="-lcontract $LIBS" | 8446 | LIBS="-lcontract $LIBS" |
@@ -8865,36 +8472,32 @@ case "(($ac_try" in | |||
8865 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8472 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8866 | *) ac_try_echo=$ac_try;; | 8473 | *) ac_try_echo=$ac_try;; |
8867 | esac | 8474 | esac |
8868 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8475 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8869 | $as_echo "$ac_try_echo") >&5 | ||
8870 | (eval "$ac_link") 2>conftest.er1 | 8476 | (eval "$ac_link") 2>conftest.er1 |
8871 | ac_status=$? | 8477 | ac_status=$? |
8872 | grep -v '^ *+' conftest.er1 >conftest.err | 8478 | grep -v '^ *+' conftest.er1 >conftest.err |
8873 | rm -f conftest.er1 | 8479 | rm -f conftest.er1 |
8874 | cat conftest.err >&5 | 8480 | cat conftest.err >&5 |
8875 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8481 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8876 | (exit $ac_status); } && { | 8482 | (exit $ac_status); } && { |
8877 | test -z "$ac_c_werror_flag" || | 8483 | test -z "$ac_c_werror_flag" || |
8878 | test ! -s conftest.err | 8484 | test ! -s conftest.err |
8879 | } && test -s conftest$ac_exeext && { | 8485 | } && test -s conftest$ac_exeext && |
8880 | test "$cross_compiling" = yes || | 8486 | $as_test_x conftest$ac_exeext; then |
8881 | $as_test_x conftest$ac_exeext | ||
8882 | }; then | ||
8883 | ac_cv_lib_contract_ct_tmpl_activate=yes | 8487 | ac_cv_lib_contract_ct_tmpl_activate=yes |
8884 | else | 8488 | else |
8885 | $as_echo "$as_me: failed program was:" >&5 | 8489 | echo "$as_me: failed program was:" >&5 |
8886 | sed 's/^/| /' conftest.$ac_ext >&5 | 8490 | sed 's/^/| /' conftest.$ac_ext >&5 |
8887 | 8491 | ||
8888 | ac_cv_lib_contract_ct_tmpl_activate=no | 8492 | ac_cv_lib_contract_ct_tmpl_activate=no |
8889 | fi | 8493 | fi |
8890 | 8494 | ||
8891 | rm -rf conftest.dSYM | ||
8892 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8495 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
8893 | conftest$ac_exeext conftest.$ac_ext | 8496 | conftest$ac_exeext conftest.$ac_ext |
8894 | LIBS=$ac_check_lib_save_LIBS | 8497 | LIBS=$ac_check_lib_save_LIBS |
8895 | fi | 8498 | fi |
8896 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_contract_ct_tmpl_activate" >&5 | 8499 | { echo "$as_me:$LINENO: result: $ac_cv_lib_contract_ct_tmpl_activate" >&5 |
8897 | $as_echo "$ac_cv_lib_contract_ct_tmpl_activate" >&6; } | 8500 | echo "${ECHO_T}$ac_cv_lib_contract_ct_tmpl_activate" >&6; } |
8898 | if test $ac_cv_lib_contract_ct_tmpl_activate = yes; then | 8501 | if test $ac_cv_lib_contract_ct_tmpl_activate = yes; then |
8899 | 8502 | ||
8900 | cat >>confdefs.h <<\_ACEOF | 8503 | cat >>confdefs.h <<\_ACEOF |
@@ -8915,11 +8518,11 @@ fi | |||
8915 | 8518 | ||
8916 | for ac_func in getpwanam | 8519 | for ac_func in getpwanam |
8917 | do | 8520 | do |
8918 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 8521 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
8919 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 8522 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
8920 | $as_echo_n "checking for $ac_func... " >&6; } | 8523 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
8921 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 8524 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
8922 | $as_echo_n "(cached) " >&6 | 8525 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
8923 | else | 8526 | else |
8924 | cat >conftest.$ac_ext <<_ACEOF | 8527 | cat >conftest.$ac_ext <<_ACEOF |
8925 | /* confdefs.h. */ | 8528 | /* confdefs.h. */ |
@@ -8972,41 +8575,35 @@ case "(($ac_try" in | |||
8972 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8575 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
8973 | *) ac_try_echo=$ac_try;; | 8576 | *) ac_try_echo=$ac_try;; |
8974 | esac | 8577 | esac |
8975 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8578 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
8976 | $as_echo "$ac_try_echo") >&5 | ||
8977 | (eval "$ac_link") 2>conftest.er1 | 8579 | (eval "$ac_link") 2>conftest.er1 |
8978 | ac_status=$? | 8580 | ac_status=$? |
8979 | grep -v '^ *+' conftest.er1 >conftest.err | 8581 | grep -v '^ *+' conftest.er1 >conftest.err |
8980 | rm -f conftest.er1 | 8582 | rm -f conftest.er1 |
8981 | cat conftest.err >&5 | 8583 | cat conftest.err >&5 |
8982 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8584 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
8983 | (exit $ac_status); } && { | 8585 | (exit $ac_status); } && { |
8984 | test -z "$ac_c_werror_flag" || | 8586 | test -z "$ac_c_werror_flag" || |
8985 | test ! -s conftest.err | 8587 | test ! -s conftest.err |
8986 | } && test -s conftest$ac_exeext && { | 8588 | } && test -s conftest$ac_exeext && |
8987 | test "$cross_compiling" = yes || | 8589 | $as_test_x conftest$ac_exeext; then |
8988 | $as_test_x conftest$ac_exeext | ||
8989 | }; then | ||
8990 | eval "$as_ac_var=yes" | 8590 | eval "$as_ac_var=yes" |
8991 | else | 8591 | else |
8992 | $as_echo "$as_me: failed program was:" >&5 | 8592 | echo "$as_me: failed program was:" >&5 |
8993 | sed 's/^/| /' conftest.$ac_ext >&5 | 8593 | sed 's/^/| /' conftest.$ac_ext >&5 |
8994 | 8594 | ||
8995 | eval "$as_ac_var=no" | 8595 | eval "$as_ac_var=no" |
8996 | fi | 8596 | fi |
8997 | 8597 | ||
8998 | rm -rf conftest.dSYM | ||
8999 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8598 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9000 | conftest$ac_exeext conftest.$ac_ext | 8599 | conftest$ac_exeext conftest.$ac_ext |
9001 | fi | 8600 | fi |
9002 | ac_res=`eval 'as_val=${'$as_ac_var'} | 8601 | ac_res=`eval echo '${'$as_ac_var'}'` |
9003 | $as_echo "$as_val"'` | 8602 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
9004 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 8603 | echo "${ECHO_T}$ac_res" >&6; } |
9005 | $as_echo "$ac_res" >&6; } | 8604 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
9006 | if test `eval 'as_val=${'$as_ac_var'} | ||
9007 | $as_echo "$as_val"'` = yes; then | ||
9008 | cat >>confdefs.h <<_ACEOF | 8605 | cat >>confdefs.h <<_ACEOF |
9009 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 8606 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
9010 | _ACEOF | 8607 | _ACEOF |
9011 | 8608 | ||
9012 | fi | 8609 | fi |
@@ -9050,10 +8647,10 @@ _ACEOF | |||
9050 | *-sni-sysv*) | 8647 | *-sni-sysv*) |
9051 | # /usr/ucblib MUST NOT be searched on ReliantUNIX | 8648 | # /usr/ucblib MUST NOT be searched on ReliantUNIX |
9052 | 8649 | ||
9053 | { $as_echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 | 8650 | { echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5 |
9054 | $as_echo_n "checking for dlsym in -ldl... " >&6; } | 8651 | echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; } |
9055 | if test "${ac_cv_lib_dl_dlsym+set}" = set; then | 8652 | if test "${ac_cv_lib_dl_dlsym+set}" = set; then |
9056 | $as_echo_n "(cached) " >&6 | 8653 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
9057 | else | 8654 | else |
9058 | ac_check_lib_save_LIBS=$LIBS | 8655 | ac_check_lib_save_LIBS=$LIBS |
9059 | LIBS="-ldl $LIBS" | 8656 | LIBS="-ldl $LIBS" |
@@ -9085,36 +8682,32 @@ case "(($ac_try" in | |||
9085 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8682 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9086 | *) ac_try_echo=$ac_try;; | 8683 | *) ac_try_echo=$ac_try;; |
9087 | esac | 8684 | esac |
9088 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8685 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9089 | $as_echo "$ac_try_echo") >&5 | ||
9090 | (eval "$ac_link") 2>conftest.er1 | 8686 | (eval "$ac_link") 2>conftest.er1 |
9091 | ac_status=$? | 8687 | ac_status=$? |
9092 | grep -v '^ *+' conftest.er1 >conftest.err | 8688 | grep -v '^ *+' conftest.er1 >conftest.err |
9093 | rm -f conftest.er1 | 8689 | rm -f conftest.er1 |
9094 | cat conftest.err >&5 | 8690 | cat conftest.err >&5 |
9095 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9096 | (exit $ac_status); } && { | 8692 | (exit $ac_status); } && { |
9097 | test -z "$ac_c_werror_flag" || | 8693 | test -z "$ac_c_werror_flag" || |
9098 | test ! -s conftest.err | 8694 | test ! -s conftest.err |
9099 | } && test -s conftest$ac_exeext && { | 8695 | } && test -s conftest$ac_exeext && |
9100 | test "$cross_compiling" = yes || | 8696 | $as_test_x conftest$ac_exeext; then |
9101 | $as_test_x conftest$ac_exeext | ||
9102 | }; then | ||
9103 | ac_cv_lib_dl_dlsym=yes | 8697 | ac_cv_lib_dl_dlsym=yes |
9104 | else | 8698 | else |
9105 | $as_echo "$as_me: failed program was:" >&5 | 8699 | echo "$as_me: failed program was:" >&5 |
9106 | sed 's/^/| /' conftest.$ac_ext >&5 | 8700 | sed 's/^/| /' conftest.$ac_ext >&5 |
9107 | 8701 | ||
9108 | ac_cv_lib_dl_dlsym=no | 8702 | ac_cv_lib_dl_dlsym=no |
9109 | fi | 8703 | fi |
9110 | 8704 | ||
9111 | rm -rf conftest.dSYM | ||
9112 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8705 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9113 | conftest$ac_exeext conftest.$ac_ext | 8706 | conftest$ac_exeext conftest.$ac_ext |
9114 | LIBS=$ac_check_lib_save_LIBS | 8707 | LIBS=$ac_check_lib_save_LIBS |
9115 | fi | 8708 | fi |
9116 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 | 8709 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5 |
9117 | $as_echo "$ac_cv_lib_dl_dlsym" >&6; } | 8710 | echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6; } |
9118 | if test $ac_cv_lib_dl_dlsym = yes; then | 8711 | if test $ac_cv_lib_dl_dlsym = yes; then |
9119 | cat >>confdefs.h <<_ACEOF | 8712 | cat >>confdefs.h <<_ACEOF |
9120 | #define HAVE_LIBDL 1 | 8713 | #define HAVE_LIBDL 1 |
@@ -9125,10 +8718,10 @@ _ACEOF | |||
9125 | fi | 8718 | fi |
9126 | 8719 | ||
9127 | # -lresolv needs to be at the end of LIBS or DNS lookups break | 8720 | # -lresolv needs to be at the end of LIBS or DNS lookups break |
9128 | { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 | 8721 | { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 |
9129 | $as_echo_n "checking for res_query in -lresolv... " >&6; } | 8722 | echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; } |
9130 | if test "${ac_cv_lib_resolv_res_query+set}" = set; then | 8723 | if test "${ac_cv_lib_resolv_res_query+set}" = set; then |
9131 | $as_echo_n "(cached) " >&6 | 8724 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
9132 | else | 8725 | else |
9133 | ac_check_lib_save_LIBS=$LIBS | 8726 | ac_check_lib_save_LIBS=$LIBS |
9134 | LIBS="-lresolv $LIBS" | 8727 | LIBS="-lresolv $LIBS" |
@@ -9160,36 +8753,32 @@ case "(($ac_try" in | |||
9160 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8753 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9161 | *) ac_try_echo=$ac_try;; | 8754 | *) ac_try_echo=$ac_try;; |
9162 | esac | 8755 | esac |
9163 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8756 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9164 | $as_echo "$ac_try_echo") >&5 | ||
9165 | (eval "$ac_link") 2>conftest.er1 | 8757 | (eval "$ac_link") 2>conftest.er1 |
9166 | ac_status=$? | 8758 | ac_status=$? |
9167 | grep -v '^ *+' conftest.er1 >conftest.err | 8759 | grep -v '^ *+' conftest.er1 >conftest.err |
9168 | rm -f conftest.er1 | 8760 | rm -f conftest.er1 |
9169 | cat conftest.err >&5 | 8761 | cat conftest.err >&5 |
9170 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9171 | (exit $ac_status); } && { | 8763 | (exit $ac_status); } && { |
9172 | test -z "$ac_c_werror_flag" || | 8764 | test -z "$ac_c_werror_flag" || |
9173 | test ! -s conftest.err | 8765 | test ! -s conftest.err |
9174 | } && test -s conftest$ac_exeext && { | 8766 | } && test -s conftest$ac_exeext && |
9175 | test "$cross_compiling" = yes || | 8767 | $as_test_x conftest$ac_exeext; then |
9176 | $as_test_x conftest$ac_exeext | ||
9177 | }; then | ||
9178 | ac_cv_lib_resolv_res_query=yes | 8768 | ac_cv_lib_resolv_res_query=yes |
9179 | else | 8769 | else |
9180 | $as_echo "$as_me: failed program was:" >&5 | 8770 | echo "$as_me: failed program was:" >&5 |
9181 | sed 's/^/| /' conftest.$ac_ext >&5 | 8771 | sed 's/^/| /' conftest.$ac_ext >&5 |
9182 | 8772 | ||
9183 | ac_cv_lib_resolv_res_query=no | 8773 | ac_cv_lib_resolv_res_query=no |
9184 | fi | 8774 | fi |
9185 | 8775 | ||
9186 | rm -rf conftest.dSYM | ||
9187 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8776 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9188 | conftest$ac_exeext conftest.$ac_ext | 8777 | conftest$ac_exeext conftest.$ac_ext |
9189 | LIBS=$ac_check_lib_save_LIBS | 8778 | LIBS=$ac_check_lib_save_LIBS |
9190 | fi | 8779 | fi |
9191 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5 | 8780 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5 |
9192 | $as_echo "$ac_cv_lib_resolv_res_query" >&6; } | 8781 | echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; } |
9193 | if test $ac_cv_lib_resolv_res_query = yes; then | 8782 | if test $ac_cv_lib_resolv_res_query = yes; then |
9194 | LIBS="$LIBS -lresolv" | 8783 | LIBS="$LIBS -lresolv" |
9195 | fi | 8784 | fi |
@@ -9254,6 +8843,7 @@ _ACEOF | |||
9254 | ;; | 8843 | ;; |
9255 | # UnixWare 7.x, OpenUNIX 8 | 8844 | # UnixWare 7.x, OpenUNIX 8 |
9256 | *-*-sysv5*) | 8845 | *-*-sysv5*) |
8846 | CPPFLAGS="$CPPFLAGS -Dvsnprintf=_xvsnprintf -Dsnprintf=_xsnprintf" | ||
9257 | 8847 | ||
9258 | cat >>confdefs.h <<\_ACEOF | 8848 | cat >>confdefs.h <<\_ACEOF |
9259 | #define UNIXWARE_LONG_PASSWORDS 1 | 8849 | #define UNIXWARE_LONG_PASSWORDS 1 |
@@ -9268,6 +8858,10 @@ _ACEOF | |||
9268 | _ACEOF | 8858 | _ACEOF |
9269 | 8859 | ||
9270 | cat >>confdefs.h <<\_ACEOF | 8860 | cat >>confdefs.h <<\_ACEOF |
8861 | #define BROKEN_GETADDRINFO 1 | ||
8862 | _ACEOF | ||
8863 | |||
8864 | cat >>confdefs.h <<\_ACEOF | ||
9271 | #define BROKEN_SETREUID 1 | 8865 | #define BROKEN_SETREUID 1 |
9272 | _ACEOF | 8866 | _ACEOF |
9273 | 8867 | ||
@@ -9291,10 +8885,10 @@ _ACEOF | |||
9291 | #define BROKEN_UPDWTMPX 1 | 8885 | #define BROKEN_UPDWTMPX 1 |
9292 | _ACEOF | 8886 | _ACEOF |
9293 | 8887 | ||
9294 | { $as_echo "$as_me:$LINENO: checking for getluid in -lprot" >&5 | 8888 | { echo "$as_me:$LINENO: checking for getluid in -lprot" >&5 |
9295 | $as_echo_n "checking for getluid in -lprot... " >&6; } | 8889 | echo $ECHO_N "checking for getluid in -lprot... $ECHO_C" >&6; } |
9296 | if test "${ac_cv_lib_prot_getluid+set}" = set; then | 8890 | if test "${ac_cv_lib_prot_getluid+set}" = set; then |
9297 | $as_echo_n "(cached) " >&6 | 8891 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
9298 | else | 8892 | else |
9299 | ac_check_lib_save_LIBS=$LIBS | 8893 | ac_check_lib_save_LIBS=$LIBS |
9300 | LIBS="-lprot $LIBS" | 8894 | LIBS="-lprot $LIBS" |
@@ -9326,47 +8920,43 @@ case "(($ac_try" in | |||
9326 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 8920 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9327 | *) ac_try_echo=$ac_try;; | 8921 | *) ac_try_echo=$ac_try;; |
9328 | esac | 8922 | esac |
9329 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 8923 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9330 | $as_echo "$ac_try_echo") >&5 | ||
9331 | (eval "$ac_link") 2>conftest.er1 | 8924 | (eval "$ac_link") 2>conftest.er1 |
9332 | ac_status=$? | 8925 | ac_status=$? |
9333 | grep -v '^ *+' conftest.er1 >conftest.err | 8926 | grep -v '^ *+' conftest.er1 >conftest.err |
9334 | rm -f conftest.er1 | 8927 | rm -f conftest.er1 |
9335 | cat conftest.err >&5 | 8928 | cat conftest.err >&5 |
9336 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9337 | (exit $ac_status); } && { | 8930 | (exit $ac_status); } && { |
9338 | test -z "$ac_c_werror_flag" || | 8931 | test -z "$ac_c_werror_flag" || |
9339 | test ! -s conftest.err | 8932 | test ! -s conftest.err |
9340 | } && test -s conftest$ac_exeext && { | 8933 | } && test -s conftest$ac_exeext && |
9341 | test "$cross_compiling" = yes || | 8934 | $as_test_x conftest$ac_exeext; then |
9342 | $as_test_x conftest$ac_exeext | ||
9343 | }; then | ||
9344 | ac_cv_lib_prot_getluid=yes | 8935 | ac_cv_lib_prot_getluid=yes |
9345 | else | 8936 | else |
9346 | $as_echo "$as_me: failed program was:" >&5 | 8937 | echo "$as_me: failed program was:" >&5 |
9347 | sed 's/^/| /' conftest.$ac_ext >&5 | 8938 | sed 's/^/| /' conftest.$ac_ext >&5 |
9348 | 8939 | ||
9349 | ac_cv_lib_prot_getluid=no | 8940 | ac_cv_lib_prot_getluid=no |
9350 | fi | 8941 | fi |
9351 | 8942 | ||
9352 | rm -rf conftest.dSYM | ||
9353 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 8943 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9354 | conftest$ac_exeext conftest.$ac_ext | 8944 | conftest$ac_exeext conftest.$ac_ext |
9355 | LIBS=$ac_check_lib_save_LIBS | 8945 | LIBS=$ac_check_lib_save_LIBS |
9356 | fi | 8946 | fi |
9357 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_prot_getluid" >&5 | 8947 | { echo "$as_me:$LINENO: result: $ac_cv_lib_prot_getluid" >&5 |
9358 | $as_echo "$ac_cv_lib_prot_getluid" >&6; } | 8948 | echo "${ECHO_T}$ac_cv_lib_prot_getluid" >&6; } |
9359 | if test $ac_cv_lib_prot_getluid = yes; then | 8949 | if test $ac_cv_lib_prot_getluid = yes; then |
9360 | LIBS="$LIBS -lprot" | 8950 | LIBS="$LIBS -lprot" |
9361 | 8951 | ||
9362 | 8952 | ||
9363 | for ac_func in getluid setluid | 8953 | for ac_func in getluid setluid |
9364 | do | 8954 | do |
9365 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 8955 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
9366 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 8956 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
9367 | $as_echo_n "checking for $ac_func... " >&6; } | 8957 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
9368 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 8958 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
9369 | $as_echo_n "(cached) " >&6 | 8959 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
9370 | else | 8960 | else |
9371 | cat >conftest.$ac_ext <<_ACEOF | 8961 | cat >conftest.$ac_ext <<_ACEOF |
9372 | /* confdefs.h. */ | 8962 | /* confdefs.h. */ |
@@ -9419,41 +9009,35 @@ case "(($ac_try" in | |||
9419 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9009 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9420 | *) ac_try_echo=$ac_try;; | 9010 | *) ac_try_echo=$ac_try;; |
9421 | esac | 9011 | esac |
9422 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9012 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9423 | $as_echo "$ac_try_echo") >&5 | ||
9424 | (eval "$ac_link") 2>conftest.er1 | 9013 | (eval "$ac_link") 2>conftest.er1 |
9425 | ac_status=$? | 9014 | ac_status=$? |
9426 | grep -v '^ *+' conftest.er1 >conftest.err | 9015 | grep -v '^ *+' conftest.er1 >conftest.err |
9427 | rm -f conftest.er1 | 9016 | rm -f conftest.er1 |
9428 | cat conftest.err >&5 | 9017 | cat conftest.err >&5 |
9429 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9018 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9430 | (exit $ac_status); } && { | 9019 | (exit $ac_status); } && { |
9431 | test -z "$ac_c_werror_flag" || | 9020 | test -z "$ac_c_werror_flag" || |
9432 | test ! -s conftest.err | 9021 | test ! -s conftest.err |
9433 | } && test -s conftest$ac_exeext && { | 9022 | } && test -s conftest$ac_exeext && |
9434 | test "$cross_compiling" = yes || | 9023 | $as_test_x conftest$ac_exeext; then |
9435 | $as_test_x conftest$ac_exeext | ||
9436 | }; then | ||
9437 | eval "$as_ac_var=yes" | 9024 | eval "$as_ac_var=yes" |
9438 | else | 9025 | else |
9439 | $as_echo "$as_me: failed program was:" >&5 | 9026 | echo "$as_me: failed program was:" >&5 |
9440 | sed 's/^/| /' conftest.$ac_ext >&5 | 9027 | sed 's/^/| /' conftest.$ac_ext >&5 |
9441 | 9028 | ||
9442 | eval "$as_ac_var=no" | 9029 | eval "$as_ac_var=no" |
9443 | fi | 9030 | fi |
9444 | 9031 | ||
9445 | rm -rf conftest.dSYM | ||
9446 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9032 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9447 | conftest$ac_exeext conftest.$ac_ext | 9033 | conftest$ac_exeext conftest.$ac_ext |
9448 | fi | 9034 | fi |
9449 | ac_res=`eval 'as_val=${'$as_ac_var'} | 9035 | ac_res=`eval echo '${'$as_ac_var'}'` |
9450 | $as_echo "$as_val"'` | 9036 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
9451 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 9037 | echo "${ECHO_T}$ac_res" >&6; } |
9452 | $as_echo "$ac_res" >&6; } | 9038 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
9453 | if test `eval 'as_val=${'$as_ac_var'} | ||
9454 | $as_echo "$as_val"'` = yes; then | ||
9455 | cat >>confdefs.h <<_ACEOF | 9039 | cat >>confdefs.h <<_ACEOF |
9456 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9040 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
9457 | _ACEOF | 9041 | _ACEOF |
9458 | 9042 | ||
9459 | fi | 9043 | fi |
@@ -9483,8 +9067,8 @@ _ACEOF | |||
9483 | ;; | 9067 | ;; |
9484 | # SCO UNIX and OEM versions of SCO UNIX | 9068 | # SCO UNIX and OEM versions of SCO UNIX |
9485 | *-*-sco3.2v4*) | 9069 | *-*-sco3.2v4*) |
9486 | { { $as_echo "$as_me:$LINENO: error: \"This Platform is no longer supported.\"" >&5 | 9070 | { { echo "$as_me:$LINENO: error: \"This Platform is no longer supported.\"" >&5 |
9487 | $as_echo "$as_me: error: \"This Platform is no longer supported.\"" >&2;} | 9071 | echo "$as_me: error: \"This Platform is no longer supported.\"" >&2;} |
9488 | { (exit 1); exit 1; }; } | 9072 | { (exit 1); exit 1; }; } |
9489 | ;; | 9073 | ;; |
9490 | # SCO OpenServer 5.x | 9074 | # SCO OpenServer 5.x |
@@ -9515,6 +9099,10 @@ _ACEOF | |||
9515 | _ACEOF | 9099 | _ACEOF |
9516 | 9100 | ||
9517 | cat >>confdefs.h <<\_ACEOF | 9101 | cat >>confdefs.h <<\_ACEOF |
9102 | #define BROKEN_GETADDRINFO 1 | ||
9103 | _ACEOF | ||
9104 | |||
9105 | cat >>confdefs.h <<\_ACEOF | ||
9518 | #define BROKEN_SETREUID 1 | 9106 | #define BROKEN_SETREUID 1 |
9519 | _ACEOF | 9107 | _ACEOF |
9520 | 9108 | ||
@@ -9538,11 +9126,11 @@ _ACEOF | |||
9538 | 9126 | ||
9539 | for ac_func in getluid setluid | 9127 | for ac_func in getluid setluid |
9540 | do | 9128 | do |
9541 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 9129 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
9542 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 9130 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
9543 | $as_echo_n "checking for $ac_func... " >&6; } | 9131 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
9544 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 9132 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
9545 | $as_echo_n "(cached) " >&6 | 9133 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
9546 | else | 9134 | else |
9547 | cat >conftest.$ac_ext <<_ACEOF | 9135 | cat >conftest.$ac_ext <<_ACEOF |
9548 | /* confdefs.h. */ | 9136 | /* confdefs.h. */ |
@@ -9595,41 +9183,35 @@ case "(($ac_try" in | |||
9595 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9183 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9596 | *) ac_try_echo=$ac_try;; | 9184 | *) ac_try_echo=$ac_try;; |
9597 | esac | 9185 | esac |
9598 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9186 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9599 | $as_echo "$ac_try_echo") >&5 | ||
9600 | (eval "$ac_link") 2>conftest.er1 | 9187 | (eval "$ac_link") 2>conftest.er1 |
9601 | ac_status=$? | 9188 | ac_status=$? |
9602 | grep -v '^ *+' conftest.er1 >conftest.err | 9189 | grep -v '^ *+' conftest.er1 >conftest.err |
9603 | rm -f conftest.er1 | 9190 | rm -f conftest.er1 |
9604 | cat conftest.err >&5 | 9191 | cat conftest.err >&5 |
9605 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9606 | (exit $ac_status); } && { | 9193 | (exit $ac_status); } && { |
9607 | test -z "$ac_c_werror_flag" || | 9194 | test -z "$ac_c_werror_flag" || |
9608 | test ! -s conftest.err | 9195 | test ! -s conftest.err |
9609 | } && test -s conftest$ac_exeext && { | 9196 | } && test -s conftest$ac_exeext && |
9610 | test "$cross_compiling" = yes || | 9197 | $as_test_x conftest$ac_exeext; then |
9611 | $as_test_x conftest$ac_exeext | ||
9612 | }; then | ||
9613 | eval "$as_ac_var=yes" | 9198 | eval "$as_ac_var=yes" |
9614 | else | 9199 | else |
9615 | $as_echo "$as_me: failed program was:" >&5 | 9200 | echo "$as_me: failed program was:" >&5 |
9616 | sed 's/^/| /' conftest.$ac_ext >&5 | 9201 | sed 's/^/| /' conftest.$ac_ext >&5 |
9617 | 9202 | ||
9618 | eval "$as_ac_var=no" | 9203 | eval "$as_ac_var=no" |
9619 | fi | 9204 | fi |
9620 | 9205 | ||
9621 | rm -rf conftest.dSYM | ||
9622 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9206 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
9623 | conftest$ac_exeext conftest.$ac_ext | 9207 | conftest$ac_exeext conftest.$ac_ext |
9624 | fi | 9208 | fi |
9625 | ac_res=`eval 'as_val=${'$as_ac_var'} | 9209 | ac_res=`eval echo '${'$as_ac_var'}'` |
9626 | $as_echo "$as_val"'` | 9210 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
9627 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 9211 | echo "${ECHO_T}$ac_res" >&6; } |
9628 | $as_echo "$ac_res" >&6; } | 9212 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
9629 | if test `eval 'as_val=${'$as_ac_var'} | ||
9630 | $as_echo "$as_val"'` = yes; then | ||
9631 | cat >>confdefs.h <<_ACEOF | 9213 | cat >>confdefs.h <<_ACEOF |
9632 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9214 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
9633 | _ACEOF | 9215 | _ACEOF |
9634 | 9216 | ||
9635 | fi | 9217 | fi |
@@ -9727,16 +9309,16 @@ _ACEOF | |||
9727 | MANTYPE=cat | 9309 | MANTYPE=cat |
9728 | ;; | 9310 | ;; |
9729 | *-dec-osf*) | 9311 | *-dec-osf*) |
9730 | { $as_echo "$as_me:$LINENO: checking for Digital Unix SIA" >&5 | 9312 | { echo "$as_me:$LINENO: checking for Digital Unix SIA" >&5 |
9731 | $as_echo_n "checking for Digital Unix SIA... " >&6; } | 9313 | echo $ECHO_N "checking for Digital Unix SIA... $ECHO_C" >&6; } |
9732 | no_osfsia="" | 9314 | no_osfsia="" |
9733 | 9315 | ||
9734 | # Check whether --with-osfsia was given. | 9316 | # Check whether --with-osfsia was given. |
9735 | if test "${with_osfsia+set}" = set; then | 9317 | if test "${with_osfsia+set}" = set; then |
9736 | withval=$with_osfsia; | 9318 | withval=$with_osfsia; |
9737 | if test "x$withval" = "xno" ; then | 9319 | if test "x$withval" = "xno" ; then |
9738 | { $as_echo "$as_me:$LINENO: result: disabled" >&5 | 9320 | { echo "$as_me:$LINENO: result: disabled" >&5 |
9739 | $as_echo "disabled" >&6; } | 9321 | echo "${ECHO_T}disabled" >&6; } |
9740 | no_osfsia=1 | 9322 | no_osfsia=1 |
9741 | fi | 9323 | fi |
9742 | 9324 | ||
@@ -9744,8 +9326,8 @@ fi | |||
9744 | 9326 | ||
9745 | if test -z "$no_osfsia" ; then | 9327 | if test -z "$no_osfsia" ; then |
9746 | if test -f /etc/sia/matrix.conf; then | 9328 | if test -f /etc/sia/matrix.conf; then |
9747 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 9329 | { echo "$as_me:$LINENO: result: yes" >&5 |
9748 | $as_echo "yes" >&6; } | 9330 | echo "${ECHO_T}yes" >&6; } |
9749 | 9331 | ||
9750 | cat >>confdefs.h <<\_ACEOF | 9332 | cat >>confdefs.h <<\_ACEOF |
9751 | #define HAVE_OSF_SIA 1 | 9333 | #define HAVE_OSF_SIA 1 |
@@ -9763,8 +9345,8 @@ _ACEOF | |||
9763 | LIBS="$LIBS -lsecurity -ldb -lm -laud" | 9345 | LIBS="$LIBS -lsecurity -ldb -lm -laud" |
9764 | SIA_MSG="yes" | 9346 | SIA_MSG="yes" |
9765 | else | 9347 | else |
9766 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 9348 | { echo "$as_me:$LINENO: result: no" >&5 |
9767 | $as_echo "no" >&6; } | 9349 | echo "${ECHO_T}no" >&6; } |
9768 | 9350 | ||
9769 | cat >>confdefs.h <<\_ACEOF | 9351 | cat >>confdefs.h <<\_ACEOF |
9770 | #define LOCKED_PASSWD_SUBSTR "Nologin" | 9352 | #define LOCKED_PASSWD_SUBSTR "Nologin" |
@@ -9879,11 +9461,11 @@ _ACEOF | |||
9879 | ;; | 9461 | ;; |
9880 | esac | 9462 | esac |
9881 | 9463 | ||
9882 | { $as_echo "$as_me:$LINENO: checking compiler and flags for sanity" >&5 | 9464 | { echo "$as_me:$LINENO: checking compiler and flags for sanity" >&5 |
9883 | $as_echo_n "checking compiler and flags for sanity... " >&6; } | 9465 | echo $ECHO_N "checking compiler and flags for sanity... $ECHO_C" >&6; } |
9884 | if test "$cross_compiling" = yes; then | 9466 | if test "$cross_compiling" = yes; then |
9885 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking compiler sanity" >&5 | 9467 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking compiler sanity" >&5 |
9886 | $as_echo "$as_me: WARNING: cross compiling: not checking compiler sanity" >&2;} | 9468 | echo "$as_me: WARNING: cross compiling: not checking compiler sanity" >&2;} |
9887 | 9469 | ||
9888 | else | 9470 | else |
9889 | cat >conftest.$ac_ext <<_ACEOF | 9471 | cat >conftest.$ac_ext <<_ACEOF |
@@ -9903,49 +9485,46 @@ case "(($ac_try" in | |||
9903 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9485 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9904 | *) ac_try_echo=$ac_try;; | 9486 | *) ac_try_echo=$ac_try;; |
9905 | esac | 9487 | esac |
9906 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9488 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9907 | $as_echo "$ac_try_echo") >&5 | ||
9908 | (eval "$ac_link") 2>&5 | 9489 | (eval "$ac_link") 2>&5 |
9909 | ac_status=$? | 9490 | ac_status=$? |
9910 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9491 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9911 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 9492 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
9912 | { (case "(($ac_try" in | 9493 | { (case "(($ac_try" in |
9913 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9494 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9914 | *) ac_try_echo=$ac_try;; | 9495 | *) ac_try_echo=$ac_try;; |
9915 | esac | 9496 | esac |
9916 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9497 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
9917 | $as_echo "$ac_try_echo") >&5 | ||
9918 | (eval "$ac_try") 2>&5 | 9498 | (eval "$ac_try") 2>&5 |
9919 | ac_status=$? | 9499 | ac_status=$? |
9920 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9500 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
9921 | (exit $ac_status); }; }; then | 9501 | (exit $ac_status); }; }; then |
9922 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 9502 | { echo "$as_me:$LINENO: result: yes" >&5 |
9923 | $as_echo "yes" >&6; } | 9503 | echo "${ECHO_T}yes" >&6; } |
9924 | else | 9504 | else |
9925 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 9505 | echo "$as_me: program exited with status $ac_status" >&5 |
9926 | $as_echo "$as_me: failed program was:" >&5 | 9506 | echo "$as_me: failed program was:" >&5 |
9927 | sed 's/^/| /' conftest.$ac_ext >&5 | 9507 | sed 's/^/| /' conftest.$ac_ext >&5 |
9928 | 9508 | ||
9929 | ( exit $ac_status ) | 9509 | ( exit $ac_status ) |
9930 | 9510 | ||
9931 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 9511 | { echo "$as_me:$LINENO: result: no" >&5 |
9932 | $as_echo "no" >&6; } | 9512 | echo "${ECHO_T}no" >&6; } |
9933 | { { $as_echo "$as_me:$LINENO: error: *** compiler cannot create working executables, check config.log ***" >&5 | 9513 | { { echo "$as_me:$LINENO: error: *** compiler cannot create working executables, check config.log ***" >&5 |
9934 | $as_echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} | 9514 | echo "$as_me: error: *** compiler cannot create working executables, check config.log ***" >&2;} |
9935 | { (exit 1); exit 1; }; } | 9515 | { (exit 1); exit 1; }; } |
9936 | 9516 | ||
9937 | fi | 9517 | fi |
9938 | rm -rf conftest.dSYM | ||
9939 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 9518 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
9940 | fi | 9519 | fi |
9941 | 9520 | ||
9942 | 9521 | ||
9943 | 9522 | ||
9944 | # Checks for libraries. | 9523 | # Checks for libraries. |
9945 | { $as_echo "$as_me:$LINENO: checking for yp_match" >&5 | 9524 | { echo "$as_me:$LINENO: checking for yp_match" >&5 |
9946 | $as_echo_n "checking for yp_match... " >&6; } | 9525 | echo $ECHO_N "checking for yp_match... $ECHO_C" >&6; } |
9947 | if test "${ac_cv_func_yp_match+set}" = set; then | 9526 | if test "${ac_cv_func_yp_match+set}" = set; then |
9948 | $as_echo_n "(cached) " >&6 | 9527 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
9949 | else | 9528 | else |
9950 | cat >conftest.$ac_ext <<_ACEOF | 9529 | cat >conftest.$ac_ext <<_ACEOF |
9951 | /* confdefs.h. */ | 9530 | /* confdefs.h. */ |
@@ -9998,43 +9577,39 @@ case "(($ac_try" in | |||
9998 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9577 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
9999 | *) ac_try_echo=$ac_try;; | 9578 | *) ac_try_echo=$ac_try;; |
10000 | esac | 9579 | esac |
10001 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9580 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10002 | $as_echo "$ac_try_echo") >&5 | ||
10003 | (eval "$ac_link") 2>conftest.er1 | 9581 | (eval "$ac_link") 2>conftest.er1 |
10004 | ac_status=$? | 9582 | ac_status=$? |
10005 | grep -v '^ *+' conftest.er1 >conftest.err | 9583 | grep -v '^ *+' conftest.er1 >conftest.err |
10006 | rm -f conftest.er1 | 9584 | rm -f conftest.er1 |
10007 | cat conftest.err >&5 | 9585 | cat conftest.err >&5 |
10008 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9586 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10009 | (exit $ac_status); } && { | 9587 | (exit $ac_status); } && { |
10010 | test -z "$ac_c_werror_flag" || | 9588 | test -z "$ac_c_werror_flag" || |
10011 | test ! -s conftest.err | 9589 | test ! -s conftest.err |
10012 | } && test -s conftest$ac_exeext && { | 9590 | } && test -s conftest$ac_exeext && |
10013 | test "$cross_compiling" = yes || | 9591 | $as_test_x conftest$ac_exeext; then |
10014 | $as_test_x conftest$ac_exeext | ||
10015 | }; then | ||
10016 | ac_cv_func_yp_match=yes | 9592 | ac_cv_func_yp_match=yes |
10017 | else | 9593 | else |
10018 | $as_echo "$as_me: failed program was:" >&5 | 9594 | echo "$as_me: failed program was:" >&5 |
10019 | sed 's/^/| /' conftest.$ac_ext >&5 | 9595 | sed 's/^/| /' conftest.$ac_ext >&5 |
10020 | 9596 | ||
10021 | ac_cv_func_yp_match=no | 9597 | ac_cv_func_yp_match=no |
10022 | fi | 9598 | fi |
10023 | 9599 | ||
10024 | rm -rf conftest.dSYM | ||
10025 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9600 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10026 | conftest$ac_exeext conftest.$ac_ext | 9601 | conftest$ac_exeext conftest.$ac_ext |
10027 | fi | 9602 | fi |
10028 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_yp_match" >&5 | 9603 | { echo "$as_me:$LINENO: result: $ac_cv_func_yp_match" >&5 |
10029 | $as_echo "$ac_cv_func_yp_match" >&6; } | 9604 | echo "${ECHO_T}$ac_cv_func_yp_match" >&6; } |
10030 | if test $ac_cv_func_yp_match = yes; then | 9605 | if test $ac_cv_func_yp_match = yes; then |
10031 | : | 9606 | : |
10032 | else | 9607 | else |
10033 | 9608 | ||
10034 | { $as_echo "$as_me:$LINENO: checking for yp_match in -lnsl" >&5 | 9609 | { echo "$as_me:$LINENO: checking for yp_match in -lnsl" >&5 |
10035 | $as_echo_n "checking for yp_match in -lnsl... " >&6; } | 9610 | echo $ECHO_N "checking for yp_match in -lnsl... $ECHO_C" >&6; } |
10036 | if test "${ac_cv_lib_nsl_yp_match+set}" = set; then | 9611 | if test "${ac_cv_lib_nsl_yp_match+set}" = set; then |
10037 | $as_echo_n "(cached) " >&6 | 9612 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10038 | else | 9613 | else |
10039 | ac_check_lib_save_LIBS=$LIBS | 9614 | ac_check_lib_save_LIBS=$LIBS |
10040 | LIBS="-lnsl $LIBS" | 9615 | LIBS="-lnsl $LIBS" |
@@ -10066,36 +9641,32 @@ case "(($ac_try" in | |||
10066 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9641 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10067 | *) ac_try_echo=$ac_try;; | 9642 | *) ac_try_echo=$ac_try;; |
10068 | esac | 9643 | esac |
10069 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9644 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10070 | $as_echo "$ac_try_echo") >&5 | ||
10071 | (eval "$ac_link") 2>conftest.er1 | 9645 | (eval "$ac_link") 2>conftest.er1 |
10072 | ac_status=$? | 9646 | ac_status=$? |
10073 | grep -v '^ *+' conftest.er1 >conftest.err | 9647 | grep -v '^ *+' conftest.er1 >conftest.err |
10074 | rm -f conftest.er1 | 9648 | rm -f conftest.er1 |
10075 | cat conftest.err >&5 | 9649 | cat conftest.err >&5 |
10076 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10077 | (exit $ac_status); } && { | 9651 | (exit $ac_status); } && { |
10078 | test -z "$ac_c_werror_flag" || | 9652 | test -z "$ac_c_werror_flag" || |
10079 | test ! -s conftest.err | 9653 | test ! -s conftest.err |
10080 | } && test -s conftest$ac_exeext && { | 9654 | } && test -s conftest$ac_exeext && |
10081 | test "$cross_compiling" = yes || | 9655 | $as_test_x conftest$ac_exeext; then |
10082 | $as_test_x conftest$ac_exeext | ||
10083 | }; then | ||
10084 | ac_cv_lib_nsl_yp_match=yes | 9656 | ac_cv_lib_nsl_yp_match=yes |
10085 | else | 9657 | else |
10086 | $as_echo "$as_me: failed program was:" >&5 | 9658 | echo "$as_me: failed program was:" >&5 |
10087 | sed 's/^/| /' conftest.$ac_ext >&5 | 9659 | sed 's/^/| /' conftest.$ac_ext >&5 |
10088 | 9660 | ||
10089 | ac_cv_lib_nsl_yp_match=no | 9661 | ac_cv_lib_nsl_yp_match=no |
10090 | fi | 9662 | fi |
10091 | 9663 | ||
10092 | rm -rf conftest.dSYM | ||
10093 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9664 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10094 | conftest$ac_exeext conftest.$ac_ext | 9665 | conftest$ac_exeext conftest.$ac_ext |
10095 | LIBS=$ac_check_lib_save_LIBS | 9666 | LIBS=$ac_check_lib_save_LIBS |
10096 | fi | 9667 | fi |
10097 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_yp_match" >&5 | 9668 | { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_yp_match" >&5 |
10098 | $as_echo "$ac_cv_lib_nsl_yp_match" >&6; } | 9669 | echo "${ECHO_T}$ac_cv_lib_nsl_yp_match" >&6; } |
10099 | if test $ac_cv_lib_nsl_yp_match = yes; then | 9670 | if test $ac_cv_lib_nsl_yp_match = yes; then |
10100 | cat >>confdefs.h <<_ACEOF | 9671 | cat >>confdefs.h <<_ACEOF |
10101 | #define HAVE_LIBNSL 1 | 9672 | #define HAVE_LIBNSL 1 |
@@ -10107,10 +9678,10 @@ fi | |||
10107 | 9678 | ||
10108 | fi | 9679 | fi |
10109 | 9680 | ||
10110 | { $as_echo "$as_me:$LINENO: checking for setsockopt" >&5 | 9681 | { echo "$as_me:$LINENO: checking for setsockopt" >&5 |
10111 | $as_echo_n "checking for setsockopt... " >&6; } | 9682 | echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6; } |
10112 | if test "${ac_cv_func_setsockopt+set}" = set; then | 9683 | if test "${ac_cv_func_setsockopt+set}" = set; then |
10113 | $as_echo_n "(cached) " >&6 | 9684 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10114 | else | 9685 | else |
10115 | cat >conftest.$ac_ext <<_ACEOF | 9686 | cat >conftest.$ac_ext <<_ACEOF |
10116 | /* confdefs.h. */ | 9687 | /* confdefs.h. */ |
@@ -10163,43 +9734,39 @@ case "(($ac_try" in | |||
10163 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9734 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10164 | *) ac_try_echo=$ac_try;; | 9735 | *) ac_try_echo=$ac_try;; |
10165 | esac | 9736 | esac |
10166 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9737 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10167 | $as_echo "$ac_try_echo") >&5 | ||
10168 | (eval "$ac_link") 2>conftest.er1 | 9738 | (eval "$ac_link") 2>conftest.er1 |
10169 | ac_status=$? | 9739 | ac_status=$? |
10170 | grep -v '^ *+' conftest.er1 >conftest.err | 9740 | grep -v '^ *+' conftest.er1 >conftest.err |
10171 | rm -f conftest.er1 | 9741 | rm -f conftest.er1 |
10172 | cat conftest.err >&5 | 9742 | cat conftest.err >&5 |
10173 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10174 | (exit $ac_status); } && { | 9744 | (exit $ac_status); } && { |
10175 | test -z "$ac_c_werror_flag" || | 9745 | test -z "$ac_c_werror_flag" || |
10176 | test ! -s conftest.err | 9746 | test ! -s conftest.err |
10177 | } && test -s conftest$ac_exeext && { | 9747 | } && test -s conftest$ac_exeext && |
10178 | test "$cross_compiling" = yes || | 9748 | $as_test_x conftest$ac_exeext; then |
10179 | $as_test_x conftest$ac_exeext | ||
10180 | }; then | ||
10181 | ac_cv_func_setsockopt=yes | 9749 | ac_cv_func_setsockopt=yes |
10182 | else | 9750 | else |
10183 | $as_echo "$as_me: failed program was:" >&5 | 9751 | echo "$as_me: failed program was:" >&5 |
10184 | sed 's/^/| /' conftest.$ac_ext >&5 | 9752 | sed 's/^/| /' conftest.$ac_ext >&5 |
10185 | 9753 | ||
10186 | ac_cv_func_setsockopt=no | 9754 | ac_cv_func_setsockopt=no |
10187 | fi | 9755 | fi |
10188 | 9756 | ||
10189 | rm -rf conftest.dSYM | ||
10190 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9757 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10191 | conftest$ac_exeext conftest.$ac_ext | 9758 | conftest$ac_exeext conftest.$ac_ext |
10192 | fi | 9759 | fi |
10193 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 | 9760 | { echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 |
10194 | $as_echo "$ac_cv_func_setsockopt" >&6; } | 9761 | echo "${ECHO_T}$ac_cv_func_setsockopt" >&6; } |
10195 | if test $ac_cv_func_setsockopt = yes; then | 9762 | if test $ac_cv_func_setsockopt = yes; then |
10196 | : | 9763 | : |
10197 | else | 9764 | else |
10198 | 9765 | ||
10199 | { $as_echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5 | 9766 | { echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5 |
10200 | $as_echo_n "checking for setsockopt in -lsocket... " >&6; } | 9767 | echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6; } |
10201 | if test "${ac_cv_lib_socket_setsockopt+set}" = set; then | 9768 | if test "${ac_cv_lib_socket_setsockopt+set}" = set; then |
10202 | $as_echo_n "(cached) " >&6 | 9769 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10203 | else | 9770 | else |
10204 | ac_check_lib_save_LIBS=$LIBS | 9771 | ac_check_lib_save_LIBS=$LIBS |
10205 | LIBS="-lsocket $LIBS" | 9772 | LIBS="-lsocket $LIBS" |
@@ -10231,36 +9798,32 @@ case "(($ac_try" in | |||
10231 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9798 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10232 | *) ac_try_echo=$ac_try;; | 9799 | *) ac_try_echo=$ac_try;; |
10233 | esac | 9800 | esac |
10234 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9801 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10235 | $as_echo "$ac_try_echo") >&5 | ||
10236 | (eval "$ac_link") 2>conftest.er1 | 9802 | (eval "$ac_link") 2>conftest.er1 |
10237 | ac_status=$? | 9803 | ac_status=$? |
10238 | grep -v '^ *+' conftest.er1 >conftest.err | 9804 | grep -v '^ *+' conftest.er1 >conftest.err |
10239 | rm -f conftest.er1 | 9805 | rm -f conftest.er1 |
10240 | cat conftest.err >&5 | 9806 | cat conftest.err >&5 |
10241 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10242 | (exit $ac_status); } && { | 9808 | (exit $ac_status); } && { |
10243 | test -z "$ac_c_werror_flag" || | 9809 | test -z "$ac_c_werror_flag" || |
10244 | test ! -s conftest.err | 9810 | test ! -s conftest.err |
10245 | } && test -s conftest$ac_exeext && { | 9811 | } && test -s conftest$ac_exeext && |
10246 | test "$cross_compiling" = yes || | 9812 | $as_test_x conftest$ac_exeext; then |
10247 | $as_test_x conftest$ac_exeext | ||
10248 | }; then | ||
10249 | ac_cv_lib_socket_setsockopt=yes | 9813 | ac_cv_lib_socket_setsockopt=yes |
10250 | else | 9814 | else |
10251 | $as_echo "$as_me: failed program was:" >&5 | 9815 | echo "$as_me: failed program was:" >&5 |
10252 | sed 's/^/| /' conftest.$ac_ext >&5 | 9816 | sed 's/^/| /' conftest.$ac_ext >&5 |
10253 | 9817 | ||
10254 | ac_cv_lib_socket_setsockopt=no | 9818 | ac_cv_lib_socket_setsockopt=no |
10255 | fi | 9819 | fi |
10256 | 9820 | ||
10257 | rm -rf conftest.dSYM | ||
10258 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9821 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10259 | conftest$ac_exeext conftest.$ac_ext | 9822 | conftest$ac_exeext conftest.$ac_ext |
10260 | LIBS=$ac_check_lib_save_LIBS | 9823 | LIBS=$ac_check_lib_save_LIBS |
10261 | fi | 9824 | fi |
10262 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5 | 9825 | { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5 |
10263 | $as_echo "$ac_cv_lib_socket_setsockopt" >&6; } | 9826 | echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6; } |
10264 | if test $ac_cv_lib_socket_setsockopt = yes; then | 9827 | if test $ac_cv_lib_socket_setsockopt = yes; then |
10265 | cat >>confdefs.h <<_ACEOF | 9828 | cat >>confdefs.h <<_ACEOF |
10266 | #define HAVE_LIBSOCKET 1 | 9829 | #define HAVE_LIBSOCKET 1 |
@@ -10276,11 +9839,11 @@ fi | |||
10276 | 9839 | ||
10277 | for ac_func in dirname | 9840 | for ac_func in dirname |
10278 | do | 9841 | do |
10279 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 9842 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
10280 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 9843 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
10281 | $as_echo_n "checking for $ac_func... " >&6; } | 9844 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
10282 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 9845 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
10283 | $as_echo_n "(cached) " >&6 | 9846 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10284 | else | 9847 | else |
10285 | cat >conftest.$ac_ext <<_ACEOF | 9848 | cat >conftest.$ac_ext <<_ACEOF |
10286 | /* confdefs.h. */ | 9849 | /* confdefs.h. */ |
@@ -10333,60 +9896,53 @@ case "(($ac_try" in | |||
10333 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9896 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10334 | *) ac_try_echo=$ac_try;; | 9897 | *) ac_try_echo=$ac_try;; |
10335 | esac | 9898 | esac |
10336 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9899 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10337 | $as_echo "$ac_try_echo") >&5 | ||
10338 | (eval "$ac_link") 2>conftest.er1 | 9900 | (eval "$ac_link") 2>conftest.er1 |
10339 | ac_status=$? | 9901 | ac_status=$? |
10340 | grep -v '^ *+' conftest.er1 >conftest.err | 9902 | grep -v '^ *+' conftest.er1 >conftest.err |
10341 | rm -f conftest.er1 | 9903 | rm -f conftest.er1 |
10342 | cat conftest.err >&5 | 9904 | cat conftest.err >&5 |
10343 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9905 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10344 | (exit $ac_status); } && { | 9906 | (exit $ac_status); } && { |
10345 | test -z "$ac_c_werror_flag" || | 9907 | test -z "$ac_c_werror_flag" || |
10346 | test ! -s conftest.err | 9908 | test ! -s conftest.err |
10347 | } && test -s conftest$ac_exeext && { | 9909 | } && test -s conftest$ac_exeext && |
10348 | test "$cross_compiling" = yes || | 9910 | $as_test_x conftest$ac_exeext; then |
10349 | $as_test_x conftest$ac_exeext | ||
10350 | }; then | ||
10351 | eval "$as_ac_var=yes" | 9911 | eval "$as_ac_var=yes" |
10352 | else | 9912 | else |
10353 | $as_echo "$as_me: failed program was:" >&5 | 9913 | echo "$as_me: failed program was:" >&5 |
10354 | sed 's/^/| /' conftest.$ac_ext >&5 | 9914 | sed 's/^/| /' conftest.$ac_ext >&5 |
10355 | 9915 | ||
10356 | eval "$as_ac_var=no" | 9916 | eval "$as_ac_var=no" |
10357 | fi | 9917 | fi |
10358 | 9918 | ||
10359 | rm -rf conftest.dSYM | ||
10360 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 9919 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10361 | conftest$ac_exeext conftest.$ac_ext | 9920 | conftest$ac_exeext conftest.$ac_ext |
10362 | fi | 9921 | fi |
10363 | ac_res=`eval 'as_val=${'$as_ac_var'} | 9922 | ac_res=`eval echo '${'$as_ac_var'}'` |
10364 | $as_echo "$as_val"'` | 9923 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
10365 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 9924 | echo "${ECHO_T}$ac_res" >&6; } |
10366 | $as_echo "$ac_res" >&6; } | 9925 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
10367 | if test `eval 'as_val=${'$as_ac_var'} | ||
10368 | $as_echo "$as_val"'` = yes; then | ||
10369 | cat >>confdefs.h <<_ACEOF | 9926 | cat >>confdefs.h <<_ACEOF |
10370 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9927 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
10371 | _ACEOF | 9928 | _ACEOF |
10372 | 9929 | ||
10373 | for ac_header in libgen.h | 9930 | for ac_header in libgen.h |
10374 | do | 9931 | do |
10375 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 9932 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
10376 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 9933 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10377 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 9934 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10378 | $as_echo_n "checking for $ac_header... " >&6; } | 9935 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
10379 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 9936 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10380 | $as_echo_n "(cached) " >&6 | 9937 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10381 | fi | 9938 | fi |
10382 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 9939 | ac_res=`eval echo '${'$as_ac_Header'}'` |
10383 | $as_echo "$as_val"'` | 9940 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
10384 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 9941 | echo "${ECHO_T}$ac_res" >&6; } |
10385 | $as_echo "$ac_res" >&6; } | ||
10386 | else | 9942 | else |
10387 | # Is the header compilable? | 9943 | # Is the header compilable? |
10388 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 9944 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
10389 | $as_echo_n "checking $ac_header usability... " >&6; } | 9945 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
10390 | cat >conftest.$ac_ext <<_ACEOF | 9946 | cat >conftest.$ac_ext <<_ACEOF |
10391 | /* confdefs.h. */ | 9947 | /* confdefs.h. */ |
10392 | _ACEOF | 9948 | _ACEOF |
@@ -10402,33 +9958,32 @@ case "(($ac_try" in | |||
10402 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9958 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10403 | *) ac_try_echo=$ac_try;; | 9959 | *) ac_try_echo=$ac_try;; |
10404 | esac | 9960 | esac |
10405 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 9961 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10406 | $as_echo "$ac_try_echo") >&5 | ||
10407 | (eval "$ac_compile") 2>conftest.er1 | 9962 | (eval "$ac_compile") 2>conftest.er1 |
10408 | ac_status=$? | 9963 | ac_status=$? |
10409 | grep -v '^ *+' conftest.er1 >conftest.err | 9964 | grep -v '^ *+' conftest.er1 >conftest.err |
10410 | rm -f conftest.er1 | 9965 | rm -f conftest.er1 |
10411 | cat conftest.err >&5 | 9966 | cat conftest.err >&5 |
10412 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9967 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10413 | (exit $ac_status); } && { | 9968 | (exit $ac_status); } && { |
10414 | test -z "$ac_c_werror_flag" || | 9969 | test -z "$ac_c_werror_flag" || |
10415 | test ! -s conftest.err | 9970 | test ! -s conftest.err |
10416 | } && test -s conftest.$ac_objext; then | 9971 | } && test -s conftest.$ac_objext; then |
10417 | ac_header_compiler=yes | 9972 | ac_header_compiler=yes |
10418 | else | 9973 | else |
10419 | $as_echo "$as_me: failed program was:" >&5 | 9974 | echo "$as_me: failed program was:" >&5 |
10420 | sed 's/^/| /' conftest.$ac_ext >&5 | 9975 | sed 's/^/| /' conftest.$ac_ext >&5 |
10421 | 9976 | ||
10422 | ac_header_compiler=no | 9977 | ac_header_compiler=no |
10423 | fi | 9978 | fi |
10424 | 9979 | ||
10425 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 9980 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
10426 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 9981 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
10427 | $as_echo "$ac_header_compiler" >&6; } | 9982 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
10428 | 9983 | ||
10429 | # Is the header present? | 9984 | # Is the header present? |
10430 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 9985 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
10431 | $as_echo_n "checking $ac_header presence... " >&6; } | 9986 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
10432 | cat >conftest.$ac_ext <<_ACEOF | 9987 | cat >conftest.$ac_ext <<_ACEOF |
10433 | /* confdefs.h. */ | 9988 | /* confdefs.h. */ |
10434 | _ACEOF | 9989 | _ACEOF |
@@ -10442,52 +9997,51 @@ case "(($ac_try" in | |||
10442 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 9997 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10443 | *) ac_try_echo=$ac_try;; | 9998 | *) ac_try_echo=$ac_try;; |
10444 | esac | 9999 | esac |
10445 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10000 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10446 | $as_echo "$ac_try_echo") >&5 | ||
10447 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 10001 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
10448 | ac_status=$? | 10002 | ac_status=$? |
10449 | grep -v '^ *+' conftest.er1 >conftest.err | 10003 | grep -v '^ *+' conftest.er1 >conftest.err |
10450 | rm -f conftest.er1 | 10004 | rm -f conftest.er1 |
10451 | cat conftest.err >&5 | 10005 | cat conftest.err >&5 |
10452 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10006 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10453 | (exit $ac_status); } >/dev/null && { | 10007 | (exit $ac_status); } >/dev/null && { |
10454 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 10008 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
10455 | test ! -s conftest.err | 10009 | test ! -s conftest.err |
10456 | }; then | 10010 | }; then |
10457 | ac_header_preproc=yes | 10011 | ac_header_preproc=yes |
10458 | else | 10012 | else |
10459 | $as_echo "$as_me: failed program was:" >&5 | 10013 | echo "$as_me: failed program was:" >&5 |
10460 | sed 's/^/| /' conftest.$ac_ext >&5 | 10014 | sed 's/^/| /' conftest.$ac_ext >&5 |
10461 | 10015 | ||
10462 | ac_header_preproc=no | 10016 | ac_header_preproc=no |
10463 | fi | 10017 | fi |
10464 | 10018 | ||
10465 | rm -f conftest.err conftest.$ac_ext | 10019 | rm -f conftest.err conftest.$ac_ext |
10466 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 10020 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
10467 | $as_echo "$ac_header_preproc" >&6; } | 10021 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
10468 | 10022 | ||
10469 | # So? What about this header? | 10023 | # So? What about this header? |
10470 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10024 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
10471 | yes:no: ) | 10025 | yes:no: ) |
10472 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 10026 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
10473 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10027 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
10474 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 10028 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
10475 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 10029 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
10476 | ac_header_preproc=yes | 10030 | ac_header_preproc=yes |
10477 | ;; | 10031 | ;; |
10478 | no:yes:* ) | 10032 | no:yes:* ) |
10479 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 10033 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
10480 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 10034 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
10481 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 10035 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
10482 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 10036 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
10483 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 10037 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
10484 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 10038 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
10485 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 10039 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
10486 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 10040 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
10487 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 10041 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
10488 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 10042 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
10489 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 10043 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
10490 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 10044 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
10491 | ( cat <<\_ASBOX | 10045 | ( cat <<\_ASBOX |
10492 | ## ------------------------------------------- ## | 10046 | ## ------------------------------------------- ## |
10493 | ## Report this to openssh-unix-dev@mindrot.org ## | 10047 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -10496,23 +10050,21 @@ _ASBOX | |||
10496 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 10050 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
10497 | ;; | 10051 | ;; |
10498 | esac | 10052 | esac |
10499 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10053 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10500 | $as_echo_n "checking for $ac_header... " >&6; } | 10054 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
10501 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10055 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10502 | $as_echo_n "(cached) " >&6 | 10056 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10503 | else | 10057 | else |
10504 | eval "$as_ac_Header=\$ac_header_preproc" | 10058 | eval "$as_ac_Header=\$ac_header_preproc" |
10505 | fi | 10059 | fi |
10506 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 10060 | ac_res=`eval echo '${'$as_ac_Header'}'` |
10507 | $as_echo "$as_val"'` | 10061 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
10508 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 10062 | echo "${ECHO_T}$ac_res" >&6; } |
10509 | $as_echo "$ac_res" >&6; } | ||
10510 | 10063 | ||
10511 | fi | 10064 | fi |
10512 | if test `eval 'as_val=${'$as_ac_Header'} | 10065 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
10513 | $as_echo "$as_val"'` = yes; then | ||
10514 | cat >>confdefs.h <<_ACEOF | 10066 | cat >>confdefs.h <<_ACEOF |
10515 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 10067 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
10516 | _ACEOF | 10068 | _ACEOF |
10517 | 10069 | ||
10518 | fi | 10070 | fi |
@@ -10521,10 +10073,10 @@ done | |||
10521 | 10073 | ||
10522 | else | 10074 | else |
10523 | 10075 | ||
10524 | { $as_echo "$as_me:$LINENO: checking for dirname in -lgen" >&5 | 10076 | { echo "$as_me:$LINENO: checking for dirname in -lgen" >&5 |
10525 | $as_echo_n "checking for dirname in -lgen... " >&6; } | 10077 | echo $ECHO_N "checking for dirname in -lgen... $ECHO_C" >&6; } |
10526 | if test "${ac_cv_lib_gen_dirname+set}" = set; then | 10078 | if test "${ac_cv_lib_gen_dirname+set}" = set; then |
10527 | $as_echo_n "(cached) " >&6 | 10079 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10528 | else | 10080 | else |
10529 | ac_check_lib_save_LIBS=$LIBS | 10081 | ac_check_lib_save_LIBS=$LIBS |
10530 | LIBS="-lgen $LIBS" | 10082 | LIBS="-lgen $LIBS" |
@@ -10556,42 +10108,38 @@ case "(($ac_try" in | |||
10556 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10108 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10557 | *) ac_try_echo=$ac_try;; | 10109 | *) ac_try_echo=$ac_try;; |
10558 | esac | 10110 | esac |
10559 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10111 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10560 | $as_echo "$ac_try_echo") >&5 | ||
10561 | (eval "$ac_link") 2>conftest.er1 | 10112 | (eval "$ac_link") 2>conftest.er1 |
10562 | ac_status=$? | 10113 | ac_status=$? |
10563 | grep -v '^ *+' conftest.er1 >conftest.err | 10114 | grep -v '^ *+' conftest.er1 >conftest.err |
10564 | rm -f conftest.er1 | 10115 | rm -f conftest.er1 |
10565 | cat conftest.err >&5 | 10116 | cat conftest.err >&5 |
10566 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10117 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10567 | (exit $ac_status); } && { | 10118 | (exit $ac_status); } && { |
10568 | test -z "$ac_c_werror_flag" || | 10119 | test -z "$ac_c_werror_flag" || |
10569 | test ! -s conftest.err | 10120 | test ! -s conftest.err |
10570 | } && test -s conftest$ac_exeext && { | 10121 | } && test -s conftest$ac_exeext && |
10571 | test "$cross_compiling" = yes || | 10122 | $as_test_x conftest$ac_exeext; then |
10572 | $as_test_x conftest$ac_exeext | ||
10573 | }; then | ||
10574 | ac_cv_lib_gen_dirname=yes | 10123 | ac_cv_lib_gen_dirname=yes |
10575 | else | 10124 | else |
10576 | $as_echo "$as_me: failed program was:" >&5 | 10125 | echo "$as_me: failed program was:" >&5 |
10577 | sed 's/^/| /' conftest.$ac_ext >&5 | 10126 | sed 's/^/| /' conftest.$ac_ext >&5 |
10578 | 10127 | ||
10579 | ac_cv_lib_gen_dirname=no | 10128 | ac_cv_lib_gen_dirname=no |
10580 | fi | 10129 | fi |
10581 | 10130 | ||
10582 | rm -rf conftest.dSYM | ||
10583 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10131 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10584 | conftest$ac_exeext conftest.$ac_ext | 10132 | conftest$ac_exeext conftest.$ac_ext |
10585 | LIBS=$ac_check_lib_save_LIBS | 10133 | LIBS=$ac_check_lib_save_LIBS |
10586 | fi | 10134 | fi |
10587 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gen_dirname" >&5 | 10135 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gen_dirname" >&5 |
10588 | $as_echo "$ac_cv_lib_gen_dirname" >&6; } | 10136 | echo "${ECHO_T}$ac_cv_lib_gen_dirname" >&6; } |
10589 | if test $ac_cv_lib_gen_dirname = yes; then | 10137 | if test $ac_cv_lib_gen_dirname = yes; then |
10590 | 10138 | ||
10591 | { $as_echo "$as_me:$LINENO: checking for broken dirname" >&5 | 10139 | { echo "$as_me:$LINENO: checking for broken dirname" >&5 |
10592 | $as_echo_n "checking for broken dirname... " >&6; } | 10140 | echo $ECHO_N "checking for broken dirname... $ECHO_C" >&6; } |
10593 | if test "${ac_cv_have_broken_dirname+set}" = set; then | 10141 | if test "${ac_cv_have_broken_dirname+set}" = set; then |
10594 | $as_echo_n "(cached) " >&6 | 10142 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10595 | else | 10143 | else |
10596 | 10144 | ||
10597 | save_LIBS="$LIBS" | 10145 | save_LIBS="$LIBS" |
@@ -10628,32 +10176,29 @@ case "(($ac_try" in | |||
10628 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10176 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10629 | *) ac_try_echo=$ac_try;; | 10177 | *) ac_try_echo=$ac_try;; |
10630 | esac | 10178 | esac |
10631 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10179 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10632 | $as_echo "$ac_try_echo") >&5 | ||
10633 | (eval "$ac_link") 2>&5 | 10180 | (eval "$ac_link") 2>&5 |
10634 | ac_status=$? | 10181 | ac_status=$? |
10635 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10182 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10636 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 10183 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
10637 | { (case "(($ac_try" in | 10184 | { (case "(($ac_try" in |
10638 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10185 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10639 | *) ac_try_echo=$ac_try;; | 10186 | *) ac_try_echo=$ac_try;; |
10640 | esac | 10187 | esac |
10641 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10188 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10642 | $as_echo "$ac_try_echo") >&5 | ||
10643 | (eval "$ac_try") 2>&5 | 10189 | (eval "$ac_try") 2>&5 |
10644 | ac_status=$? | 10190 | ac_status=$? |
10645 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10191 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10646 | (exit $ac_status); }; }; then | 10192 | (exit $ac_status); }; }; then |
10647 | ac_cv_have_broken_dirname="no" | 10193 | ac_cv_have_broken_dirname="no" |
10648 | else | 10194 | else |
10649 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 10195 | echo "$as_me: program exited with status $ac_status" >&5 |
10650 | $as_echo "$as_me: failed program was:" >&5 | 10196 | echo "$as_me: failed program was:" >&5 |
10651 | sed 's/^/| /' conftest.$ac_ext >&5 | 10197 | sed 's/^/| /' conftest.$ac_ext >&5 |
10652 | 10198 | ||
10653 | ( exit $ac_status ) | 10199 | ( exit $ac_status ) |
10654 | ac_cv_have_broken_dirname="yes" | 10200 | ac_cv_have_broken_dirname="yes" |
10655 | fi | 10201 | fi |
10656 | rm -rf conftest.dSYM | ||
10657 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 10202 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
10658 | fi | 10203 | fi |
10659 | 10204 | ||
@@ -10661,8 +10206,8 @@ fi | |||
10661 | LIBS="$save_LIBS" | 10206 | LIBS="$save_LIBS" |
10662 | 10207 | ||
10663 | fi | 10208 | fi |
10664 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_broken_dirname" >&5 | 10209 | { echo "$as_me:$LINENO: result: $ac_cv_have_broken_dirname" >&5 |
10665 | $as_echo "$ac_cv_have_broken_dirname" >&6; } | 10210 | echo "${ECHO_T}$ac_cv_have_broken_dirname" >&6; } |
10666 | if test "x$ac_cv_have_broken_dirname" = "xno" ; then | 10211 | if test "x$ac_cv_have_broken_dirname" = "xno" ; then |
10667 | LIBS="$LIBS -lgen" | 10212 | LIBS="$LIBS -lgen" |
10668 | cat >>confdefs.h <<\_ACEOF | 10213 | cat >>confdefs.h <<\_ACEOF |
@@ -10672,21 +10217,20 @@ _ACEOF | |||
10672 | 10217 | ||
10673 | for ac_header in libgen.h | 10218 | for ac_header in libgen.h |
10674 | do | 10219 | do |
10675 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 10220 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
10676 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10221 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10677 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10222 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10678 | $as_echo_n "checking for $ac_header... " >&6; } | 10223 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
10679 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10224 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10680 | $as_echo_n "(cached) " >&6 | 10225 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10681 | fi | 10226 | fi |
10682 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 10227 | ac_res=`eval echo '${'$as_ac_Header'}'` |
10683 | $as_echo "$as_val"'` | 10228 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
10684 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 10229 | echo "${ECHO_T}$ac_res" >&6; } |
10685 | $as_echo "$ac_res" >&6; } | ||
10686 | else | 10230 | else |
10687 | # Is the header compilable? | 10231 | # Is the header compilable? |
10688 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 10232 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
10689 | $as_echo_n "checking $ac_header usability... " >&6; } | 10233 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
10690 | cat >conftest.$ac_ext <<_ACEOF | 10234 | cat >conftest.$ac_ext <<_ACEOF |
10691 | /* confdefs.h. */ | 10235 | /* confdefs.h. */ |
10692 | _ACEOF | 10236 | _ACEOF |
@@ -10702,33 +10246,32 @@ case "(($ac_try" in | |||
10702 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10246 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10703 | *) ac_try_echo=$ac_try;; | 10247 | *) ac_try_echo=$ac_try;; |
10704 | esac | 10248 | esac |
10705 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10249 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10706 | $as_echo "$ac_try_echo") >&5 | ||
10707 | (eval "$ac_compile") 2>conftest.er1 | 10250 | (eval "$ac_compile") 2>conftest.er1 |
10708 | ac_status=$? | 10251 | ac_status=$? |
10709 | grep -v '^ *+' conftest.er1 >conftest.err | 10252 | grep -v '^ *+' conftest.er1 >conftest.err |
10710 | rm -f conftest.er1 | 10253 | rm -f conftest.er1 |
10711 | cat conftest.err >&5 | 10254 | cat conftest.err >&5 |
10712 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10713 | (exit $ac_status); } && { | 10256 | (exit $ac_status); } && { |
10714 | test -z "$ac_c_werror_flag" || | 10257 | test -z "$ac_c_werror_flag" || |
10715 | test ! -s conftest.err | 10258 | test ! -s conftest.err |
10716 | } && test -s conftest.$ac_objext; then | 10259 | } && test -s conftest.$ac_objext; then |
10717 | ac_header_compiler=yes | 10260 | ac_header_compiler=yes |
10718 | else | 10261 | else |
10719 | $as_echo "$as_me: failed program was:" >&5 | 10262 | echo "$as_me: failed program was:" >&5 |
10720 | sed 's/^/| /' conftest.$ac_ext >&5 | 10263 | sed 's/^/| /' conftest.$ac_ext >&5 |
10721 | 10264 | ||
10722 | ac_header_compiler=no | 10265 | ac_header_compiler=no |
10723 | fi | 10266 | fi |
10724 | 10267 | ||
10725 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 10268 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
10726 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10269 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
10727 | $as_echo "$ac_header_compiler" >&6; } | 10270 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
10728 | 10271 | ||
10729 | # Is the header present? | 10272 | # Is the header present? |
10730 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 10273 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
10731 | $as_echo_n "checking $ac_header presence... " >&6; } | 10274 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
10732 | cat >conftest.$ac_ext <<_ACEOF | 10275 | cat >conftest.$ac_ext <<_ACEOF |
10733 | /* confdefs.h. */ | 10276 | /* confdefs.h. */ |
10734 | _ACEOF | 10277 | _ACEOF |
@@ -10742,52 +10285,51 @@ case "(($ac_try" in | |||
10742 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10285 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10743 | *) ac_try_echo=$ac_try;; | 10286 | *) ac_try_echo=$ac_try;; |
10744 | esac | 10287 | esac |
10745 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10288 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10746 | $as_echo "$ac_try_echo") >&5 | ||
10747 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 10289 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
10748 | ac_status=$? | 10290 | ac_status=$? |
10749 | grep -v '^ *+' conftest.er1 >conftest.err | 10291 | grep -v '^ *+' conftest.er1 >conftest.err |
10750 | rm -f conftest.er1 | 10292 | rm -f conftest.er1 |
10751 | cat conftest.err >&5 | 10293 | cat conftest.err >&5 |
10752 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10294 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10753 | (exit $ac_status); } >/dev/null && { | 10295 | (exit $ac_status); } >/dev/null && { |
10754 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 10296 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
10755 | test ! -s conftest.err | 10297 | test ! -s conftest.err |
10756 | }; then | 10298 | }; then |
10757 | ac_header_preproc=yes | 10299 | ac_header_preproc=yes |
10758 | else | 10300 | else |
10759 | $as_echo "$as_me: failed program was:" >&5 | 10301 | echo "$as_me: failed program was:" >&5 |
10760 | sed 's/^/| /' conftest.$ac_ext >&5 | 10302 | sed 's/^/| /' conftest.$ac_ext >&5 |
10761 | 10303 | ||
10762 | ac_header_preproc=no | 10304 | ac_header_preproc=no |
10763 | fi | 10305 | fi |
10764 | 10306 | ||
10765 | rm -f conftest.err conftest.$ac_ext | 10307 | rm -f conftest.err conftest.$ac_ext |
10766 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 10308 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
10767 | $as_echo "$ac_header_preproc" >&6; } | 10309 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
10768 | 10310 | ||
10769 | # So? What about this header? | 10311 | # So? What about this header? |
10770 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10312 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
10771 | yes:no: ) | 10313 | yes:no: ) |
10772 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 10314 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
10773 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10315 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
10774 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 10316 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
10775 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 10317 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
10776 | ac_header_preproc=yes | 10318 | ac_header_preproc=yes |
10777 | ;; | 10319 | ;; |
10778 | no:yes:* ) | 10320 | no:yes:* ) |
10779 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 10321 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
10780 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 10322 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
10781 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 10323 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
10782 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 10324 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
10783 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 10325 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
10784 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 10326 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
10785 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 10327 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
10786 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 10328 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
10787 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 10329 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
10788 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 10330 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
10789 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 10331 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
10790 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 10332 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
10791 | ( cat <<\_ASBOX | 10333 | ( cat <<\_ASBOX |
10792 | ## ------------------------------------------- ## | 10334 | ## ------------------------------------------- ## |
10793 | ## Report this to openssh-unix-dev@mindrot.org ## | 10335 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -10796,23 +10338,21 @@ _ASBOX | |||
10796 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 10338 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
10797 | ;; | 10339 | ;; |
10798 | esac | 10340 | esac |
10799 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 10341 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
10800 | $as_echo_n "checking for $ac_header... " >&6; } | 10342 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
10801 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 10343 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
10802 | $as_echo_n "(cached) " >&6 | 10344 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10803 | else | 10345 | else |
10804 | eval "$as_ac_Header=\$ac_header_preproc" | 10346 | eval "$as_ac_Header=\$ac_header_preproc" |
10805 | fi | 10347 | fi |
10806 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 10348 | ac_res=`eval echo '${'$as_ac_Header'}'` |
10807 | $as_echo "$as_val"'` | 10349 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
10808 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 10350 | echo "${ECHO_T}$ac_res" >&6; } |
10809 | $as_echo "$ac_res" >&6; } | ||
10810 | 10351 | ||
10811 | fi | 10352 | fi |
10812 | if test `eval 'as_val=${'$as_ac_Header'} | 10353 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
10813 | $as_echo "$as_val"'` = yes; then | ||
10814 | cat >>confdefs.h <<_ACEOF | 10354 | cat >>confdefs.h <<_ACEOF |
10815 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 10355 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
10816 | _ACEOF | 10356 | _ACEOF |
10817 | 10357 | ||
10818 | fi | 10358 | fi |
@@ -10828,10 +10368,10 @@ fi | |||
10828 | done | 10368 | done |
10829 | 10369 | ||
10830 | 10370 | ||
10831 | { $as_echo "$as_me:$LINENO: checking for getspnam" >&5 | 10371 | { echo "$as_me:$LINENO: checking for getspnam" >&5 |
10832 | $as_echo_n "checking for getspnam... " >&6; } | 10372 | echo $ECHO_N "checking for getspnam... $ECHO_C" >&6; } |
10833 | if test "${ac_cv_func_getspnam+set}" = set; then | 10373 | if test "${ac_cv_func_getspnam+set}" = set; then |
10834 | $as_echo_n "(cached) " >&6 | 10374 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10835 | else | 10375 | else |
10836 | cat >conftest.$ac_ext <<_ACEOF | 10376 | cat >conftest.$ac_ext <<_ACEOF |
10837 | /* confdefs.h. */ | 10377 | /* confdefs.h. */ |
@@ -10884,42 +10424,38 @@ case "(($ac_try" in | |||
10884 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10424 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10885 | *) ac_try_echo=$ac_try;; | 10425 | *) ac_try_echo=$ac_try;; |
10886 | esac | 10426 | esac |
10887 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10427 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10888 | $as_echo "$ac_try_echo") >&5 | ||
10889 | (eval "$ac_link") 2>conftest.er1 | 10428 | (eval "$ac_link") 2>conftest.er1 |
10890 | ac_status=$? | 10429 | ac_status=$? |
10891 | grep -v '^ *+' conftest.er1 >conftest.err | 10430 | grep -v '^ *+' conftest.er1 >conftest.err |
10892 | rm -f conftest.er1 | 10431 | rm -f conftest.er1 |
10893 | cat conftest.err >&5 | 10432 | cat conftest.err >&5 |
10894 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10433 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10895 | (exit $ac_status); } && { | 10434 | (exit $ac_status); } && { |
10896 | test -z "$ac_c_werror_flag" || | 10435 | test -z "$ac_c_werror_flag" || |
10897 | test ! -s conftest.err | 10436 | test ! -s conftest.err |
10898 | } && test -s conftest$ac_exeext && { | 10437 | } && test -s conftest$ac_exeext && |
10899 | test "$cross_compiling" = yes || | 10438 | $as_test_x conftest$ac_exeext; then |
10900 | $as_test_x conftest$ac_exeext | ||
10901 | }; then | ||
10902 | ac_cv_func_getspnam=yes | 10439 | ac_cv_func_getspnam=yes |
10903 | else | 10440 | else |
10904 | $as_echo "$as_me: failed program was:" >&5 | 10441 | echo "$as_me: failed program was:" >&5 |
10905 | sed 's/^/| /' conftest.$ac_ext >&5 | 10442 | sed 's/^/| /' conftest.$ac_ext >&5 |
10906 | 10443 | ||
10907 | ac_cv_func_getspnam=no | 10444 | ac_cv_func_getspnam=no |
10908 | fi | 10445 | fi |
10909 | 10446 | ||
10910 | rm -rf conftest.dSYM | ||
10911 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10447 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10912 | conftest$ac_exeext conftest.$ac_ext | 10448 | conftest$ac_exeext conftest.$ac_ext |
10913 | fi | 10449 | fi |
10914 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getspnam" >&5 | 10450 | { echo "$as_me:$LINENO: result: $ac_cv_func_getspnam" >&5 |
10915 | $as_echo "$ac_cv_func_getspnam" >&6; } | 10451 | echo "${ECHO_T}$ac_cv_func_getspnam" >&6; } |
10916 | if test $ac_cv_func_getspnam = yes; then | 10452 | if test $ac_cv_func_getspnam = yes; then |
10917 | : | 10453 | : |
10918 | else | 10454 | else |
10919 | { $as_echo "$as_me:$LINENO: checking for getspnam in -lgen" >&5 | 10455 | { echo "$as_me:$LINENO: checking for getspnam in -lgen" >&5 |
10920 | $as_echo_n "checking for getspnam in -lgen... " >&6; } | 10456 | echo $ECHO_N "checking for getspnam in -lgen... $ECHO_C" >&6; } |
10921 | if test "${ac_cv_lib_gen_getspnam+set}" = set; then | 10457 | if test "${ac_cv_lib_gen_getspnam+set}" = set; then |
10922 | $as_echo_n "(cached) " >&6 | 10458 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10923 | else | 10459 | else |
10924 | ac_check_lib_save_LIBS=$LIBS | 10460 | ac_check_lib_save_LIBS=$LIBS |
10925 | LIBS="-lgen $LIBS" | 10461 | LIBS="-lgen $LIBS" |
@@ -10951,46 +10487,42 @@ case "(($ac_try" in | |||
10951 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10487 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
10952 | *) ac_try_echo=$ac_try;; | 10488 | *) ac_try_echo=$ac_try;; |
10953 | esac | 10489 | esac |
10954 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10490 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
10955 | $as_echo "$ac_try_echo") >&5 | ||
10956 | (eval "$ac_link") 2>conftest.er1 | 10491 | (eval "$ac_link") 2>conftest.er1 |
10957 | ac_status=$? | 10492 | ac_status=$? |
10958 | grep -v '^ *+' conftest.er1 >conftest.err | 10493 | grep -v '^ *+' conftest.er1 >conftest.err |
10959 | rm -f conftest.er1 | 10494 | rm -f conftest.er1 |
10960 | cat conftest.err >&5 | 10495 | cat conftest.err >&5 |
10961 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
10962 | (exit $ac_status); } && { | 10497 | (exit $ac_status); } && { |
10963 | test -z "$ac_c_werror_flag" || | 10498 | test -z "$ac_c_werror_flag" || |
10964 | test ! -s conftest.err | 10499 | test ! -s conftest.err |
10965 | } && test -s conftest$ac_exeext && { | 10500 | } && test -s conftest$ac_exeext && |
10966 | test "$cross_compiling" = yes || | 10501 | $as_test_x conftest$ac_exeext; then |
10967 | $as_test_x conftest$ac_exeext | ||
10968 | }; then | ||
10969 | ac_cv_lib_gen_getspnam=yes | 10502 | ac_cv_lib_gen_getspnam=yes |
10970 | else | 10503 | else |
10971 | $as_echo "$as_me: failed program was:" >&5 | 10504 | echo "$as_me: failed program was:" >&5 |
10972 | sed 's/^/| /' conftest.$ac_ext >&5 | 10505 | sed 's/^/| /' conftest.$ac_ext >&5 |
10973 | 10506 | ||
10974 | ac_cv_lib_gen_getspnam=no | 10507 | ac_cv_lib_gen_getspnam=no |
10975 | fi | 10508 | fi |
10976 | 10509 | ||
10977 | rm -rf conftest.dSYM | ||
10978 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10510 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
10979 | conftest$ac_exeext conftest.$ac_ext | 10511 | conftest$ac_exeext conftest.$ac_ext |
10980 | LIBS=$ac_check_lib_save_LIBS | 10512 | LIBS=$ac_check_lib_save_LIBS |
10981 | fi | 10513 | fi |
10982 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getspnam" >&5 | 10514 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getspnam" >&5 |
10983 | $as_echo "$ac_cv_lib_gen_getspnam" >&6; } | 10515 | echo "${ECHO_T}$ac_cv_lib_gen_getspnam" >&6; } |
10984 | if test $ac_cv_lib_gen_getspnam = yes; then | 10516 | if test $ac_cv_lib_gen_getspnam = yes; then |
10985 | LIBS="$LIBS -lgen" | 10517 | LIBS="$LIBS -lgen" |
10986 | fi | 10518 | fi |
10987 | 10519 | ||
10988 | fi | 10520 | fi |
10989 | 10521 | ||
10990 | { $as_echo "$as_me:$LINENO: checking for library containing basename" >&5 | 10522 | { echo "$as_me:$LINENO: checking for library containing basename" >&5 |
10991 | $as_echo_n "checking for library containing basename... " >&6; } | 10523 | echo $ECHO_N "checking for library containing basename... $ECHO_C" >&6; } |
10992 | if test "${ac_cv_search_basename+set}" = set; then | 10524 | if test "${ac_cv_search_basename+set}" = set; then |
10993 | $as_echo_n "(cached) " >&6 | 10525 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
10994 | else | 10526 | else |
10995 | ac_func_search_save_LIBS=$LIBS | 10527 | ac_func_search_save_LIBS=$LIBS |
10996 | cat >conftest.$ac_ext <<_ACEOF | 10528 | cat >conftest.$ac_ext <<_ACEOF |
@@ -11028,30 +10560,26 @@ case "(($ac_try" in | |||
11028 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10560 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11029 | *) ac_try_echo=$ac_try;; | 10561 | *) ac_try_echo=$ac_try;; |
11030 | esac | 10562 | esac |
11031 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10563 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11032 | $as_echo "$ac_try_echo") >&5 | ||
11033 | (eval "$ac_link") 2>conftest.er1 | 10564 | (eval "$ac_link") 2>conftest.er1 |
11034 | ac_status=$? | 10565 | ac_status=$? |
11035 | grep -v '^ *+' conftest.er1 >conftest.err | 10566 | grep -v '^ *+' conftest.er1 >conftest.err |
11036 | rm -f conftest.er1 | 10567 | rm -f conftest.er1 |
11037 | cat conftest.err >&5 | 10568 | cat conftest.err >&5 |
11038 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11039 | (exit $ac_status); } && { | 10570 | (exit $ac_status); } && { |
11040 | test -z "$ac_c_werror_flag" || | 10571 | test -z "$ac_c_werror_flag" || |
11041 | test ! -s conftest.err | 10572 | test ! -s conftest.err |
11042 | } && test -s conftest$ac_exeext && { | 10573 | } && test -s conftest$ac_exeext && |
11043 | test "$cross_compiling" = yes || | 10574 | $as_test_x conftest$ac_exeext; then |
11044 | $as_test_x conftest$ac_exeext | ||
11045 | }; then | ||
11046 | ac_cv_search_basename=$ac_res | 10575 | ac_cv_search_basename=$ac_res |
11047 | else | 10576 | else |
11048 | $as_echo "$as_me: failed program was:" >&5 | 10577 | echo "$as_me: failed program was:" >&5 |
11049 | sed 's/^/| /' conftest.$ac_ext >&5 | 10578 | sed 's/^/| /' conftest.$ac_ext >&5 |
11050 | 10579 | ||
11051 | 10580 | ||
11052 | fi | 10581 | fi |
11053 | 10582 | ||
11054 | rm -rf conftest.dSYM | ||
11055 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10583 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11056 | conftest$ac_exeext | 10584 | conftest$ac_exeext |
11057 | if test "${ac_cv_search_basename+set}" = set; then | 10585 | if test "${ac_cv_search_basename+set}" = set; then |
@@ -11066,8 +10594,8 @@ fi | |||
11066 | rm conftest.$ac_ext | 10594 | rm conftest.$ac_ext |
11067 | LIBS=$ac_func_search_save_LIBS | 10595 | LIBS=$ac_func_search_save_LIBS |
11068 | fi | 10596 | fi |
11069 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_basename" >&5 | 10597 | { echo "$as_me:$LINENO: result: $ac_cv_search_basename" >&5 |
11070 | $as_echo "$ac_cv_search_basename" >&6; } | 10598 | echo "${ECHO_T}$ac_cv_search_basename" >&6; } |
11071 | ac_res=$ac_cv_search_basename | 10599 | ac_res=$ac_cv_search_basename |
11072 | if test "$ac_res" != no; then | 10600 | if test "$ac_res" != no; then |
11073 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 10601 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -11083,8 +10611,8 @@ fi | |||
11083 | # Check whether --with-zlib was given. | 10611 | # Check whether --with-zlib was given. |
11084 | if test "${with_zlib+set}" = set; then | 10612 | if test "${with_zlib+set}" = set; then |
11085 | withval=$with_zlib; if test "x$withval" = "xno" ; then | 10613 | withval=$with_zlib; if test "x$withval" = "xno" ; then |
11086 | { { $as_echo "$as_me:$LINENO: error: *** zlib is required ***" >&5 | 10614 | { { echo "$as_me:$LINENO: error: *** zlib is required ***" >&5 |
11087 | $as_echo "$as_me: error: *** zlib is required ***" >&2;} | 10615 | echo "$as_me: error: *** zlib is required ***" >&2;} |
11088 | { (exit 1); exit 1; }; } | 10616 | { (exit 1); exit 1; }; } |
11089 | elif test "x$withval" != "xyes"; then | 10617 | elif test "x$withval" != "xyes"; then |
11090 | if test -d "$withval/lib"; then | 10618 | if test -d "$withval/lib"; then |
@@ -11111,17 +10639,17 @@ fi | |||
11111 | 10639 | ||
11112 | 10640 | ||
11113 | if test "${ac_cv_header_zlib_h+set}" = set; then | 10641 | if test "${ac_cv_header_zlib_h+set}" = set; then |
11114 | { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 | 10642 | { echo "$as_me:$LINENO: checking for zlib.h" >&5 |
11115 | $as_echo_n "checking for zlib.h... " >&6; } | 10643 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } |
11116 | if test "${ac_cv_header_zlib_h+set}" = set; then | 10644 | if test "${ac_cv_header_zlib_h+set}" = set; then |
11117 | $as_echo_n "(cached) " >&6 | 10645 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11118 | fi | 10646 | fi |
11119 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | 10647 | { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 |
11120 | $as_echo "$ac_cv_header_zlib_h" >&6; } | 10648 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } |
11121 | else | 10649 | else |
11122 | # Is the header compilable? | 10650 | # Is the header compilable? |
11123 | { $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5 | 10651 | { echo "$as_me:$LINENO: checking zlib.h usability" >&5 |
11124 | $as_echo_n "checking zlib.h usability... " >&6; } | 10652 | echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; } |
11125 | cat >conftest.$ac_ext <<_ACEOF | 10653 | cat >conftest.$ac_ext <<_ACEOF |
11126 | /* confdefs.h. */ | 10654 | /* confdefs.h. */ |
11127 | _ACEOF | 10655 | _ACEOF |
@@ -11137,33 +10665,32 @@ case "(($ac_try" in | |||
11137 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10665 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11138 | *) ac_try_echo=$ac_try;; | 10666 | *) ac_try_echo=$ac_try;; |
11139 | esac | 10667 | esac |
11140 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10668 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11141 | $as_echo "$ac_try_echo") >&5 | ||
11142 | (eval "$ac_compile") 2>conftest.er1 | 10669 | (eval "$ac_compile") 2>conftest.er1 |
11143 | ac_status=$? | 10670 | ac_status=$? |
11144 | grep -v '^ *+' conftest.er1 >conftest.err | 10671 | grep -v '^ *+' conftest.er1 >conftest.err |
11145 | rm -f conftest.er1 | 10672 | rm -f conftest.er1 |
11146 | cat conftest.err >&5 | 10673 | cat conftest.err >&5 |
11147 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11148 | (exit $ac_status); } && { | 10675 | (exit $ac_status); } && { |
11149 | test -z "$ac_c_werror_flag" || | 10676 | test -z "$ac_c_werror_flag" || |
11150 | test ! -s conftest.err | 10677 | test ! -s conftest.err |
11151 | } && test -s conftest.$ac_objext; then | 10678 | } && test -s conftest.$ac_objext; then |
11152 | ac_header_compiler=yes | 10679 | ac_header_compiler=yes |
11153 | else | 10680 | else |
11154 | $as_echo "$as_me: failed program was:" >&5 | 10681 | echo "$as_me: failed program was:" >&5 |
11155 | sed 's/^/| /' conftest.$ac_ext >&5 | 10682 | sed 's/^/| /' conftest.$ac_ext >&5 |
11156 | 10683 | ||
11157 | ac_header_compiler=no | 10684 | ac_header_compiler=no |
11158 | fi | 10685 | fi |
11159 | 10686 | ||
11160 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 10687 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11161 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10688 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
11162 | $as_echo "$ac_header_compiler" >&6; } | 10689 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
11163 | 10690 | ||
11164 | # Is the header present? | 10691 | # Is the header present? |
11165 | { $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5 | 10692 | { echo "$as_me:$LINENO: checking zlib.h presence" >&5 |
11166 | $as_echo_n "checking zlib.h presence... " >&6; } | 10693 | echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; } |
11167 | cat >conftest.$ac_ext <<_ACEOF | 10694 | cat >conftest.$ac_ext <<_ACEOF |
11168 | /* confdefs.h. */ | 10695 | /* confdefs.h. */ |
11169 | _ACEOF | 10696 | _ACEOF |
@@ -11177,52 +10704,51 @@ case "(($ac_try" in | |||
11177 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10704 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11178 | *) ac_try_echo=$ac_try;; | 10705 | *) ac_try_echo=$ac_try;; |
11179 | esac | 10706 | esac |
11180 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10707 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11181 | $as_echo "$ac_try_echo") >&5 | ||
11182 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 10708 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
11183 | ac_status=$? | 10709 | ac_status=$? |
11184 | grep -v '^ *+' conftest.er1 >conftest.err | 10710 | grep -v '^ *+' conftest.er1 >conftest.err |
11185 | rm -f conftest.er1 | 10711 | rm -f conftest.er1 |
11186 | cat conftest.err >&5 | 10712 | cat conftest.err >&5 |
11187 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11188 | (exit $ac_status); } >/dev/null && { | 10714 | (exit $ac_status); } >/dev/null && { |
11189 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 10715 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
11190 | test ! -s conftest.err | 10716 | test ! -s conftest.err |
11191 | }; then | 10717 | }; then |
11192 | ac_header_preproc=yes | 10718 | ac_header_preproc=yes |
11193 | else | 10719 | else |
11194 | $as_echo "$as_me: failed program was:" >&5 | 10720 | echo "$as_me: failed program was:" >&5 |
11195 | sed 's/^/| /' conftest.$ac_ext >&5 | 10721 | sed 's/^/| /' conftest.$ac_ext >&5 |
11196 | 10722 | ||
11197 | ac_header_preproc=no | 10723 | ac_header_preproc=no |
11198 | fi | 10724 | fi |
11199 | 10725 | ||
11200 | rm -f conftest.err conftest.$ac_ext | 10726 | rm -f conftest.err conftest.$ac_ext |
11201 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 10727 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
11202 | $as_echo "$ac_header_preproc" >&6; } | 10728 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
11203 | 10729 | ||
11204 | # So? What about this header? | 10730 | # So? What about this header? |
11205 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10731 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
11206 | yes:no: ) | 10732 | yes:no: ) |
11207 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 10733 | { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
11208 | $as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10734 | echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
11209 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 | 10735 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 |
11210 | $as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} | 10736 | echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} |
11211 | ac_header_preproc=yes | 10737 | ac_header_preproc=yes |
11212 | ;; | 10738 | ;; |
11213 | no:yes:* ) | 10739 | no:yes:* ) |
11214 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 | 10740 | { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 |
11215 | $as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} | 10741 | echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} |
11216 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 | 10742 | { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 |
11217 | $as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} | 10743 | echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} |
11218 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 | 10744 | { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 |
11219 | $as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} | 10745 | echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} |
11220 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 | 10746 | { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 |
11221 | $as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | 10747 | echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} |
11222 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 | 10748 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 |
11223 | $as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | 10749 | echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} |
11224 | { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 | 10750 | { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 |
11225 | $as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} | 10751 | echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} |
11226 | ( cat <<\_ASBOX | 10752 | ( cat <<\_ASBOX |
11227 | ## ------------------------------------------- ## | 10753 | ## ------------------------------------------- ## |
11228 | ## Report this to openssh-unix-dev@mindrot.org ## | 10754 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -11231,31 +10757,31 @@ _ASBOX | |||
11231 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 10757 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
11232 | ;; | 10758 | ;; |
11233 | esac | 10759 | esac |
11234 | { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 | 10760 | { echo "$as_me:$LINENO: checking for zlib.h" >&5 |
11235 | $as_echo_n "checking for zlib.h... " >&6; } | 10761 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } |
11236 | if test "${ac_cv_header_zlib_h+set}" = set; then | 10762 | if test "${ac_cv_header_zlib_h+set}" = set; then |
11237 | $as_echo_n "(cached) " >&6 | 10763 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11238 | else | 10764 | else |
11239 | ac_cv_header_zlib_h=$ac_header_preproc | 10765 | ac_cv_header_zlib_h=$ac_header_preproc |
11240 | fi | 10766 | fi |
11241 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | 10767 | { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 |
11242 | $as_echo "$ac_cv_header_zlib_h" >&6; } | 10768 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } |
11243 | 10769 | ||
11244 | fi | 10770 | fi |
11245 | if test $ac_cv_header_zlib_h = yes; then | 10771 | if test $ac_cv_header_zlib_h = yes; then |
11246 | : | 10772 | : |
11247 | else | 10773 | else |
11248 | { { $as_echo "$as_me:$LINENO: error: *** zlib.h missing - please install first or check config.log ***" >&5 | 10774 | { { echo "$as_me:$LINENO: error: *** zlib.h missing - please install first or check config.log ***" >&5 |
11249 | $as_echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;} | 10775 | echo "$as_me: error: *** zlib.h missing - please install first or check config.log ***" >&2;} |
11250 | { (exit 1); exit 1; }; } | 10776 | { (exit 1); exit 1; }; } |
11251 | fi | 10777 | fi |
11252 | 10778 | ||
11253 | 10779 | ||
11254 | 10780 | ||
11255 | { $as_echo "$as_me:$LINENO: checking for deflate in -lz" >&5 | 10781 | { echo "$as_me:$LINENO: checking for deflate in -lz" >&5 |
11256 | $as_echo_n "checking for deflate in -lz... " >&6; } | 10782 | echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; } |
11257 | if test "${ac_cv_lib_z_deflate+set}" = set; then | 10783 | if test "${ac_cv_lib_z_deflate+set}" = set; then |
11258 | $as_echo_n "(cached) " >&6 | 10784 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11259 | else | 10785 | else |
11260 | ac_check_lib_save_LIBS=$LIBS | 10786 | ac_check_lib_save_LIBS=$LIBS |
11261 | LIBS="-lz $LIBS" | 10787 | LIBS="-lz $LIBS" |
@@ -11287,36 +10813,32 @@ case "(($ac_try" in | |||
11287 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10813 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11288 | *) ac_try_echo=$ac_try;; | 10814 | *) ac_try_echo=$ac_try;; |
11289 | esac | 10815 | esac |
11290 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10816 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11291 | $as_echo "$ac_try_echo") >&5 | ||
11292 | (eval "$ac_link") 2>conftest.er1 | 10817 | (eval "$ac_link") 2>conftest.er1 |
11293 | ac_status=$? | 10818 | ac_status=$? |
11294 | grep -v '^ *+' conftest.er1 >conftest.err | 10819 | grep -v '^ *+' conftest.er1 >conftest.err |
11295 | rm -f conftest.er1 | 10820 | rm -f conftest.er1 |
11296 | cat conftest.err >&5 | 10821 | cat conftest.err >&5 |
11297 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11298 | (exit $ac_status); } && { | 10823 | (exit $ac_status); } && { |
11299 | test -z "$ac_c_werror_flag" || | 10824 | test -z "$ac_c_werror_flag" || |
11300 | test ! -s conftest.err | 10825 | test ! -s conftest.err |
11301 | } && test -s conftest$ac_exeext && { | 10826 | } && test -s conftest$ac_exeext && |
11302 | test "$cross_compiling" = yes || | 10827 | $as_test_x conftest$ac_exeext; then |
11303 | $as_test_x conftest$ac_exeext | ||
11304 | }; then | ||
11305 | ac_cv_lib_z_deflate=yes | 10828 | ac_cv_lib_z_deflate=yes |
11306 | else | 10829 | else |
11307 | $as_echo "$as_me: failed program was:" >&5 | 10830 | echo "$as_me: failed program was:" >&5 |
11308 | sed 's/^/| /' conftest.$ac_ext >&5 | 10831 | sed 's/^/| /' conftest.$ac_ext >&5 |
11309 | 10832 | ||
11310 | ac_cv_lib_z_deflate=no | 10833 | ac_cv_lib_z_deflate=no |
11311 | fi | 10834 | fi |
11312 | 10835 | ||
11313 | rm -rf conftest.dSYM | ||
11314 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10836 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11315 | conftest$ac_exeext conftest.$ac_ext | 10837 | conftest$ac_exeext conftest.$ac_ext |
11316 | LIBS=$ac_check_lib_save_LIBS | 10838 | LIBS=$ac_check_lib_save_LIBS |
11317 | fi | 10839 | fi |
11318 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 | 10840 | { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 |
11319 | $as_echo "$ac_cv_lib_z_deflate" >&6; } | 10841 | echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; } |
11320 | if test $ac_cv_lib_z_deflate = yes; then | 10842 | if test $ac_cv_lib_z_deflate = yes; then |
11321 | cat >>confdefs.h <<_ACEOF | 10843 | cat >>confdefs.h <<_ACEOF |
11322 | #define HAVE_LIBZ 1 | 10844 | #define HAVE_LIBZ 1 |
@@ -11364,38 +10886,34 @@ case "(($ac_try" in | |||
11364 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10886 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11365 | *) ac_try_echo=$ac_try;; | 10887 | *) ac_try_echo=$ac_try;; |
11366 | esac | 10888 | esac |
11367 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10889 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11368 | $as_echo "$ac_try_echo") >&5 | ||
11369 | (eval "$ac_link") 2>conftest.er1 | 10890 | (eval "$ac_link") 2>conftest.er1 |
11370 | ac_status=$? | 10891 | ac_status=$? |
11371 | grep -v '^ *+' conftest.er1 >conftest.err | 10892 | grep -v '^ *+' conftest.er1 >conftest.err |
11372 | rm -f conftest.er1 | 10893 | rm -f conftest.er1 |
11373 | cat conftest.err >&5 | 10894 | cat conftest.err >&5 |
11374 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11375 | (exit $ac_status); } && { | 10896 | (exit $ac_status); } && { |
11376 | test -z "$ac_c_werror_flag" || | 10897 | test -z "$ac_c_werror_flag" || |
11377 | test ! -s conftest.err | 10898 | test ! -s conftest.err |
11378 | } && test -s conftest$ac_exeext && { | 10899 | } && test -s conftest$ac_exeext && |
11379 | test "$cross_compiling" = yes || | 10900 | $as_test_x conftest$ac_exeext; then |
11380 | $as_test_x conftest$ac_exeext | ||
11381 | }; then | ||
11382 | cat >>confdefs.h <<\_ACEOF | 10901 | cat >>confdefs.h <<\_ACEOF |
11383 | #define HAVE_LIBZ 1 | 10902 | #define HAVE_LIBZ 1 |
11384 | _ACEOF | 10903 | _ACEOF |
11385 | 10904 | ||
11386 | else | 10905 | else |
11387 | $as_echo "$as_me: failed program was:" >&5 | 10906 | echo "$as_me: failed program was:" >&5 |
11388 | sed 's/^/| /' conftest.$ac_ext >&5 | 10907 | sed 's/^/| /' conftest.$ac_ext >&5 |
11389 | 10908 | ||
11390 | 10909 | ||
11391 | { { $as_echo "$as_me:$LINENO: error: *** zlib missing - please install first or check config.log ***" >&5 | 10910 | { { echo "$as_me:$LINENO: error: *** zlib missing - please install first or check config.log ***" >&5 |
11392 | $as_echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} | 10911 | echo "$as_me: error: *** zlib missing - please install first or check config.log ***" >&2;} |
11393 | { (exit 1); exit 1; }; } | 10912 | { (exit 1); exit 1; }; } |
11394 | 10913 | ||
11395 | 10914 | ||
11396 | fi | 10915 | fi |
11397 | 10916 | ||
11398 | rm -rf conftest.dSYM | ||
11399 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 10917 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11400 | conftest$ac_exeext conftest.$ac_ext | 10918 | conftest$ac_exeext conftest.$ac_ext |
11401 | 10919 | ||
@@ -11414,11 +10932,11 @@ if test "${with_zlib_version_check+set}" = set; then | |||
11414 | fi | 10932 | fi |
11415 | 10933 | ||
11416 | 10934 | ||
11417 | { $as_echo "$as_me:$LINENO: checking for possibly buggy zlib" >&5 | 10935 | { echo "$as_me:$LINENO: checking for possibly buggy zlib" >&5 |
11418 | $as_echo_n "checking for possibly buggy zlib... " >&6; } | 10936 | echo $ECHO_N "checking for possibly buggy zlib... $ECHO_C" >&6; } |
11419 | if test "$cross_compiling" = yes; then | 10937 | if test "$cross_compiling" = yes; then |
11420 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking zlib version" >&5 | 10938 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking zlib version" >&5 |
11421 | $as_echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;} | 10939 | echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;} |
11422 | 10940 | ||
11423 | else | 10941 | else |
11424 | cat >conftest.$ac_ext <<_ACEOF | 10942 | cat >conftest.$ac_ext <<_ACEOF |
@@ -11457,41 +10975,39 @@ case "(($ac_try" in | |||
11457 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10975 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11458 | *) ac_try_echo=$ac_try;; | 10976 | *) ac_try_echo=$ac_try;; |
11459 | esac | 10977 | esac |
11460 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10978 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11461 | $as_echo "$ac_try_echo") >&5 | ||
11462 | (eval "$ac_link") 2>&5 | 10979 | (eval "$ac_link") 2>&5 |
11463 | ac_status=$? | 10980 | ac_status=$? |
11464 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10981 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11465 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 10982 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
11466 | { (case "(($ac_try" in | 10983 | { (case "(($ac_try" in |
11467 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 10984 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11468 | *) ac_try_echo=$ac_try;; | 10985 | *) ac_try_echo=$ac_try;; |
11469 | esac | 10986 | esac |
11470 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 10987 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11471 | $as_echo "$ac_try_echo") >&5 | ||
11472 | (eval "$ac_try") 2>&5 | 10988 | (eval "$ac_try") 2>&5 |
11473 | ac_status=$? | 10989 | ac_status=$? |
11474 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10990 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11475 | (exit $ac_status); }; }; then | 10991 | (exit $ac_status); }; }; then |
11476 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 10992 | { echo "$as_me:$LINENO: result: no" >&5 |
11477 | $as_echo "no" >&6; } | 10993 | echo "${ECHO_T}no" >&6; } |
11478 | else | 10994 | else |
11479 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 10995 | echo "$as_me: program exited with status $ac_status" >&5 |
11480 | $as_echo "$as_me: failed program was:" >&5 | 10996 | echo "$as_me: failed program was:" >&5 |
11481 | sed 's/^/| /' conftest.$ac_ext >&5 | 10997 | sed 's/^/| /' conftest.$ac_ext >&5 |
11482 | 10998 | ||
11483 | ( exit $ac_status ) | 10999 | ( exit $ac_status ) |
11484 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 11000 | { echo "$as_me:$LINENO: result: yes" >&5 |
11485 | $as_echo "yes" >&6; } | 11001 | echo "${ECHO_T}yes" >&6; } |
11486 | if test -z "$zlib_check_nonfatal" ; then | 11002 | if test -z "$zlib_check_nonfatal" ; then |
11487 | { { $as_echo "$as_me:$LINENO: error: *** zlib too old - check config.log *** | 11003 | { { echo "$as_me:$LINENO: error: *** zlib too old - check config.log *** |
11488 | Your reported zlib version has known security problems. It's possible your | 11004 | Your reported zlib version has known security problems. It's possible your |
11489 | vendor has fixed these problems without changing the version number. If you | 11005 | vendor has fixed these problems without changing the version number. If you |
11490 | are sure this is the case, you can disable the check by running | 11006 | are sure this is the case, you can disable the check by running |
11491 | \"./configure --without-zlib-version-check\". | 11007 | \"./configure --without-zlib-version-check\". |
11492 | If you are in doubt, upgrade zlib to version 1.2.3 or greater. | 11008 | If you are in doubt, upgrade zlib to version 1.2.3 or greater. |
11493 | See http://www.gzip.org/zlib/ for details." >&5 | 11009 | See http://www.gzip.org/zlib/ for details." >&5 |
11494 | $as_echo "$as_me: error: *** zlib too old - check config.log *** | 11010 | echo "$as_me: error: *** zlib too old - check config.log *** |
11495 | Your reported zlib version has known security problems. It's possible your | 11011 | Your reported zlib version has known security problems. It's possible your |
11496 | vendor has fixed these problems without changing the version number. If you | 11012 | vendor has fixed these problems without changing the version number. If you |
11497 | are sure this is the case, you can disable the check by running | 11013 | are sure this is the case, you can disable the check by running |
@@ -11500,21 +11016,20 @@ If you are in doubt, upgrade zlib to version 1.2.3 or greater. | |||
11500 | See http://www.gzip.org/zlib/ for details." >&2;} | 11016 | See http://www.gzip.org/zlib/ for details." >&2;} |
11501 | { (exit 1); exit 1; }; } | 11017 | { (exit 1); exit 1; }; } |
11502 | else | 11018 | else |
11503 | { $as_echo "$as_me:$LINENO: WARNING: zlib version may have security problems" >&5 | 11019 | { echo "$as_me:$LINENO: WARNING: zlib version may have security problems" >&5 |
11504 | $as_echo "$as_me: WARNING: zlib version may have security problems" >&2;} | 11020 | echo "$as_me: WARNING: zlib version may have security problems" >&2;} |
11505 | fi | 11021 | fi |
11506 | 11022 | ||
11507 | fi | 11023 | fi |
11508 | rm -rf conftest.dSYM | ||
11509 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 11024 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
11510 | fi | 11025 | fi |
11511 | 11026 | ||
11512 | 11027 | ||
11513 | 11028 | ||
11514 | { $as_echo "$as_me:$LINENO: checking for strcasecmp" >&5 | 11029 | { echo "$as_me:$LINENO: checking for strcasecmp" >&5 |
11515 | $as_echo_n "checking for strcasecmp... " >&6; } | 11030 | echo $ECHO_N "checking for strcasecmp... $ECHO_C" >&6; } |
11516 | if test "${ac_cv_func_strcasecmp+set}" = set; then | 11031 | if test "${ac_cv_func_strcasecmp+set}" = set; then |
11517 | $as_echo_n "(cached) " >&6 | 11032 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11518 | else | 11033 | else |
11519 | cat >conftest.$ac_ext <<_ACEOF | 11034 | cat >conftest.$ac_ext <<_ACEOF |
11520 | /* confdefs.h. */ | 11035 | /* confdefs.h. */ |
@@ -11567,42 +11082,38 @@ case "(($ac_try" in | |||
11567 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11082 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11568 | *) ac_try_echo=$ac_try;; | 11083 | *) ac_try_echo=$ac_try;; |
11569 | esac | 11084 | esac |
11570 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11085 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11571 | $as_echo "$ac_try_echo") >&5 | ||
11572 | (eval "$ac_link") 2>conftest.er1 | 11086 | (eval "$ac_link") 2>conftest.er1 |
11573 | ac_status=$? | 11087 | ac_status=$? |
11574 | grep -v '^ *+' conftest.er1 >conftest.err | 11088 | grep -v '^ *+' conftest.er1 >conftest.err |
11575 | rm -f conftest.er1 | 11089 | rm -f conftest.er1 |
11576 | cat conftest.err >&5 | 11090 | cat conftest.err >&5 |
11577 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11091 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11578 | (exit $ac_status); } && { | 11092 | (exit $ac_status); } && { |
11579 | test -z "$ac_c_werror_flag" || | 11093 | test -z "$ac_c_werror_flag" || |
11580 | test ! -s conftest.err | 11094 | test ! -s conftest.err |
11581 | } && test -s conftest$ac_exeext && { | 11095 | } && test -s conftest$ac_exeext && |
11582 | test "$cross_compiling" = yes || | 11096 | $as_test_x conftest$ac_exeext; then |
11583 | $as_test_x conftest$ac_exeext | ||
11584 | }; then | ||
11585 | ac_cv_func_strcasecmp=yes | 11097 | ac_cv_func_strcasecmp=yes |
11586 | else | 11098 | else |
11587 | $as_echo "$as_me: failed program was:" >&5 | 11099 | echo "$as_me: failed program was:" >&5 |
11588 | sed 's/^/| /' conftest.$ac_ext >&5 | 11100 | sed 's/^/| /' conftest.$ac_ext >&5 |
11589 | 11101 | ||
11590 | ac_cv_func_strcasecmp=no | 11102 | ac_cv_func_strcasecmp=no |
11591 | fi | 11103 | fi |
11592 | 11104 | ||
11593 | rm -rf conftest.dSYM | ||
11594 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11105 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11595 | conftest$ac_exeext conftest.$ac_ext | 11106 | conftest$ac_exeext conftest.$ac_ext |
11596 | fi | 11107 | fi |
11597 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcasecmp" >&5 | 11108 | { echo "$as_me:$LINENO: result: $ac_cv_func_strcasecmp" >&5 |
11598 | $as_echo "$ac_cv_func_strcasecmp" >&6; } | 11109 | echo "${ECHO_T}$ac_cv_func_strcasecmp" >&6; } |
11599 | if test $ac_cv_func_strcasecmp = yes; then | 11110 | if test $ac_cv_func_strcasecmp = yes; then |
11600 | : | 11111 | : |
11601 | else | 11112 | else |
11602 | { $as_echo "$as_me:$LINENO: checking for strcasecmp in -lresolv" >&5 | 11113 | { echo "$as_me:$LINENO: checking for strcasecmp in -lresolv" >&5 |
11603 | $as_echo_n "checking for strcasecmp in -lresolv... " >&6; } | 11114 | echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6; } |
11604 | if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then | 11115 | if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then |
11605 | $as_echo_n "(cached) " >&6 | 11116 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11606 | else | 11117 | else |
11607 | ac_check_lib_save_LIBS=$LIBS | 11118 | ac_check_lib_save_LIBS=$LIBS |
11608 | LIBS="-lresolv $LIBS" | 11119 | LIBS="-lresolv $LIBS" |
@@ -11634,36 +11145,32 @@ case "(($ac_try" in | |||
11634 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11145 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11635 | *) ac_try_echo=$ac_try;; | 11146 | *) ac_try_echo=$ac_try;; |
11636 | esac | 11147 | esac |
11637 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11148 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11638 | $as_echo "$ac_try_echo") >&5 | ||
11639 | (eval "$ac_link") 2>conftest.er1 | 11149 | (eval "$ac_link") 2>conftest.er1 |
11640 | ac_status=$? | 11150 | ac_status=$? |
11641 | grep -v '^ *+' conftest.er1 >conftest.err | 11151 | grep -v '^ *+' conftest.er1 >conftest.err |
11642 | rm -f conftest.er1 | 11152 | rm -f conftest.er1 |
11643 | cat conftest.err >&5 | 11153 | cat conftest.err >&5 |
11644 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11154 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11645 | (exit $ac_status); } && { | 11155 | (exit $ac_status); } && { |
11646 | test -z "$ac_c_werror_flag" || | 11156 | test -z "$ac_c_werror_flag" || |
11647 | test ! -s conftest.err | 11157 | test ! -s conftest.err |
11648 | } && test -s conftest$ac_exeext && { | 11158 | } && test -s conftest$ac_exeext && |
11649 | test "$cross_compiling" = yes || | 11159 | $as_test_x conftest$ac_exeext; then |
11650 | $as_test_x conftest$ac_exeext | ||
11651 | }; then | ||
11652 | ac_cv_lib_resolv_strcasecmp=yes | 11160 | ac_cv_lib_resolv_strcasecmp=yes |
11653 | else | 11161 | else |
11654 | $as_echo "$as_me: failed program was:" >&5 | 11162 | echo "$as_me: failed program was:" >&5 |
11655 | sed 's/^/| /' conftest.$ac_ext >&5 | 11163 | sed 's/^/| /' conftest.$ac_ext >&5 |
11656 | 11164 | ||
11657 | ac_cv_lib_resolv_strcasecmp=no | 11165 | ac_cv_lib_resolv_strcasecmp=no |
11658 | fi | 11166 | fi |
11659 | 11167 | ||
11660 | rm -rf conftest.dSYM | ||
11661 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11168 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11662 | conftest$ac_exeext conftest.$ac_ext | 11169 | conftest$ac_exeext conftest.$ac_ext |
11663 | LIBS=$ac_check_lib_save_LIBS | 11170 | LIBS=$ac_check_lib_save_LIBS |
11664 | fi | 11171 | fi |
11665 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_strcasecmp" >&5 | 11172 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_strcasecmp" >&5 |
11666 | $as_echo "$ac_cv_lib_resolv_strcasecmp" >&6; } | 11173 | echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6; } |
11667 | if test $ac_cv_lib_resolv_strcasecmp = yes; then | 11174 | if test $ac_cv_lib_resolv_strcasecmp = yes; then |
11668 | LIBS="$LIBS -lresolv" | 11175 | LIBS="$LIBS -lresolv" |
11669 | fi | 11176 | fi |
@@ -11674,11 +11181,11 @@ fi | |||
11674 | 11181 | ||
11675 | for ac_func in utimes | 11182 | for ac_func in utimes |
11676 | do | 11183 | do |
11677 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 11184 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
11678 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 11185 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
11679 | $as_echo_n "checking for $ac_func... " >&6; } | 11186 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
11680 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 11187 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
11681 | $as_echo_n "(cached) " >&6 | 11188 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11682 | else | 11189 | else |
11683 | cat >conftest.$ac_ext <<_ACEOF | 11190 | cat >conftest.$ac_ext <<_ACEOF |
11684 | /* confdefs.h. */ | 11191 | /* confdefs.h. */ |
@@ -11731,48 +11238,42 @@ case "(($ac_try" in | |||
11731 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11238 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11732 | *) ac_try_echo=$ac_try;; | 11239 | *) ac_try_echo=$ac_try;; |
11733 | esac | 11240 | esac |
11734 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11241 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11735 | $as_echo "$ac_try_echo") >&5 | ||
11736 | (eval "$ac_link") 2>conftest.er1 | 11242 | (eval "$ac_link") 2>conftest.er1 |
11737 | ac_status=$? | 11243 | ac_status=$? |
11738 | grep -v '^ *+' conftest.er1 >conftest.err | 11244 | grep -v '^ *+' conftest.er1 >conftest.err |
11739 | rm -f conftest.er1 | 11245 | rm -f conftest.er1 |
11740 | cat conftest.err >&5 | 11246 | cat conftest.err >&5 |
11741 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11247 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11742 | (exit $ac_status); } && { | 11248 | (exit $ac_status); } && { |
11743 | test -z "$ac_c_werror_flag" || | 11249 | test -z "$ac_c_werror_flag" || |
11744 | test ! -s conftest.err | 11250 | test ! -s conftest.err |
11745 | } && test -s conftest$ac_exeext && { | 11251 | } && test -s conftest$ac_exeext && |
11746 | test "$cross_compiling" = yes || | 11252 | $as_test_x conftest$ac_exeext; then |
11747 | $as_test_x conftest$ac_exeext | ||
11748 | }; then | ||
11749 | eval "$as_ac_var=yes" | 11253 | eval "$as_ac_var=yes" |
11750 | else | 11254 | else |
11751 | $as_echo "$as_me: failed program was:" >&5 | 11255 | echo "$as_me: failed program was:" >&5 |
11752 | sed 's/^/| /' conftest.$ac_ext >&5 | 11256 | sed 's/^/| /' conftest.$ac_ext >&5 |
11753 | 11257 | ||
11754 | eval "$as_ac_var=no" | 11258 | eval "$as_ac_var=no" |
11755 | fi | 11259 | fi |
11756 | 11260 | ||
11757 | rm -rf conftest.dSYM | ||
11758 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11261 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11759 | conftest$ac_exeext conftest.$ac_ext | 11262 | conftest$ac_exeext conftest.$ac_ext |
11760 | fi | 11263 | fi |
11761 | ac_res=`eval 'as_val=${'$as_ac_var'} | 11264 | ac_res=`eval echo '${'$as_ac_var'}'` |
11762 | $as_echo "$as_val"'` | 11265 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
11763 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 11266 | echo "${ECHO_T}$ac_res" >&6; } |
11764 | $as_echo "$ac_res" >&6; } | 11267 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
11765 | if test `eval 'as_val=${'$as_ac_var'} | ||
11766 | $as_echo "$as_val"'` = yes; then | ||
11767 | cat >>confdefs.h <<_ACEOF | 11268 | cat >>confdefs.h <<_ACEOF |
11768 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 11269 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
11769 | _ACEOF | 11270 | _ACEOF |
11770 | 11271 | ||
11771 | else | 11272 | else |
11772 | { $as_echo "$as_me:$LINENO: checking for utimes in -lc89" >&5 | 11273 | { echo "$as_me:$LINENO: checking for utimes in -lc89" >&5 |
11773 | $as_echo_n "checking for utimes in -lc89... " >&6; } | 11274 | echo $ECHO_N "checking for utimes in -lc89... $ECHO_C" >&6; } |
11774 | if test "${ac_cv_lib_c89_utimes+set}" = set; then | 11275 | if test "${ac_cv_lib_c89_utimes+set}" = set; then |
11775 | $as_echo_n "(cached) " >&6 | 11276 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11776 | else | 11277 | else |
11777 | ac_check_lib_save_LIBS=$LIBS | 11278 | ac_check_lib_save_LIBS=$LIBS |
11778 | LIBS="-lc89 $LIBS" | 11279 | LIBS="-lc89 $LIBS" |
@@ -11804,36 +11305,32 @@ case "(($ac_try" in | |||
11804 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11305 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11805 | *) ac_try_echo=$ac_try;; | 11306 | *) ac_try_echo=$ac_try;; |
11806 | esac | 11307 | esac |
11807 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11308 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11808 | $as_echo "$ac_try_echo") >&5 | ||
11809 | (eval "$ac_link") 2>conftest.er1 | 11309 | (eval "$ac_link") 2>conftest.er1 |
11810 | ac_status=$? | 11310 | ac_status=$? |
11811 | grep -v '^ *+' conftest.er1 >conftest.err | 11311 | grep -v '^ *+' conftest.er1 >conftest.err |
11812 | rm -f conftest.er1 | 11312 | rm -f conftest.er1 |
11813 | cat conftest.err >&5 | 11313 | cat conftest.err >&5 |
11814 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11314 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11815 | (exit $ac_status); } && { | 11315 | (exit $ac_status); } && { |
11816 | test -z "$ac_c_werror_flag" || | 11316 | test -z "$ac_c_werror_flag" || |
11817 | test ! -s conftest.err | 11317 | test ! -s conftest.err |
11818 | } && test -s conftest$ac_exeext && { | 11318 | } && test -s conftest$ac_exeext && |
11819 | test "$cross_compiling" = yes || | 11319 | $as_test_x conftest$ac_exeext; then |
11820 | $as_test_x conftest$ac_exeext | ||
11821 | }; then | ||
11822 | ac_cv_lib_c89_utimes=yes | 11320 | ac_cv_lib_c89_utimes=yes |
11823 | else | 11321 | else |
11824 | $as_echo "$as_me: failed program was:" >&5 | 11322 | echo "$as_me: failed program was:" >&5 |
11825 | sed 's/^/| /' conftest.$ac_ext >&5 | 11323 | sed 's/^/| /' conftest.$ac_ext >&5 |
11826 | 11324 | ||
11827 | ac_cv_lib_c89_utimes=no | 11325 | ac_cv_lib_c89_utimes=no |
11828 | fi | 11326 | fi |
11829 | 11327 | ||
11830 | rm -rf conftest.dSYM | ||
11831 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11328 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
11832 | conftest$ac_exeext conftest.$ac_ext | 11329 | conftest$ac_exeext conftest.$ac_ext |
11833 | LIBS=$ac_check_lib_save_LIBS | 11330 | LIBS=$ac_check_lib_save_LIBS |
11834 | fi | 11331 | fi |
11835 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c89_utimes" >&5 | 11332 | { echo "$as_me:$LINENO: result: $ac_cv_lib_c89_utimes" >&5 |
11836 | $as_echo "$ac_cv_lib_c89_utimes" >&6; } | 11333 | echo "${ECHO_T}$ac_cv_lib_c89_utimes" >&6; } |
11837 | if test $ac_cv_lib_c89_utimes = yes; then | 11334 | if test $ac_cv_lib_c89_utimes = yes; then |
11838 | cat >>confdefs.h <<\_ACEOF | 11335 | cat >>confdefs.h <<\_ACEOF |
11839 | #define HAVE_UTIMES 1 | 11336 | #define HAVE_UTIMES 1 |
@@ -11850,21 +11347,20 @@ done | |||
11850 | 11347 | ||
11851 | for ac_header in libutil.h | 11348 | for ac_header in libutil.h |
11852 | do | 11349 | do |
11853 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 11350 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
11854 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 11351 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
11855 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11352 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
11856 | $as_echo_n "checking for $ac_header... " >&6; } | 11353 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
11857 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 11354 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
11858 | $as_echo_n "(cached) " >&6 | 11355 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11859 | fi | 11356 | fi |
11860 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 11357 | ac_res=`eval echo '${'$as_ac_Header'}'` |
11861 | $as_echo "$as_val"'` | 11358 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
11862 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 11359 | echo "${ECHO_T}$ac_res" >&6; } |
11863 | $as_echo "$ac_res" >&6; } | ||
11864 | else | 11360 | else |
11865 | # Is the header compilable? | 11361 | # Is the header compilable? |
11866 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 11362 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
11867 | $as_echo_n "checking $ac_header usability... " >&6; } | 11363 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
11868 | cat >conftest.$ac_ext <<_ACEOF | 11364 | cat >conftest.$ac_ext <<_ACEOF |
11869 | /* confdefs.h. */ | 11365 | /* confdefs.h. */ |
11870 | _ACEOF | 11366 | _ACEOF |
@@ -11880,33 +11376,32 @@ case "(($ac_try" in | |||
11880 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11376 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11881 | *) ac_try_echo=$ac_try;; | 11377 | *) ac_try_echo=$ac_try;; |
11882 | esac | 11378 | esac |
11883 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11379 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11884 | $as_echo "$ac_try_echo") >&5 | ||
11885 | (eval "$ac_compile") 2>conftest.er1 | 11380 | (eval "$ac_compile") 2>conftest.er1 |
11886 | ac_status=$? | 11381 | ac_status=$? |
11887 | grep -v '^ *+' conftest.er1 >conftest.err | 11382 | grep -v '^ *+' conftest.er1 >conftest.err |
11888 | rm -f conftest.er1 | 11383 | rm -f conftest.er1 |
11889 | cat conftest.err >&5 | 11384 | cat conftest.err >&5 |
11890 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11385 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11891 | (exit $ac_status); } && { | 11386 | (exit $ac_status); } && { |
11892 | test -z "$ac_c_werror_flag" || | 11387 | test -z "$ac_c_werror_flag" || |
11893 | test ! -s conftest.err | 11388 | test ! -s conftest.err |
11894 | } && test -s conftest.$ac_objext; then | 11389 | } && test -s conftest.$ac_objext; then |
11895 | ac_header_compiler=yes | 11390 | ac_header_compiler=yes |
11896 | else | 11391 | else |
11897 | $as_echo "$as_me: failed program was:" >&5 | 11392 | echo "$as_me: failed program was:" >&5 |
11898 | sed 's/^/| /' conftest.$ac_ext >&5 | 11393 | sed 's/^/| /' conftest.$ac_ext >&5 |
11899 | 11394 | ||
11900 | ac_header_compiler=no | 11395 | ac_header_compiler=no |
11901 | fi | 11396 | fi |
11902 | 11397 | ||
11903 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 11398 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11904 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11399 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
11905 | $as_echo "$ac_header_compiler" >&6; } | 11400 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
11906 | 11401 | ||
11907 | # Is the header present? | 11402 | # Is the header present? |
11908 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 11403 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
11909 | $as_echo_n "checking $ac_header presence... " >&6; } | 11404 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
11910 | cat >conftest.$ac_ext <<_ACEOF | 11405 | cat >conftest.$ac_ext <<_ACEOF |
11911 | /* confdefs.h. */ | 11406 | /* confdefs.h. */ |
11912 | _ACEOF | 11407 | _ACEOF |
@@ -11920,52 +11415,51 @@ case "(($ac_try" in | |||
11920 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11415 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
11921 | *) ac_try_echo=$ac_try;; | 11416 | *) ac_try_echo=$ac_try;; |
11922 | esac | 11417 | esac |
11923 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11418 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
11924 | $as_echo "$ac_try_echo") >&5 | ||
11925 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 11419 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
11926 | ac_status=$? | 11420 | ac_status=$? |
11927 | grep -v '^ *+' conftest.er1 >conftest.err | 11421 | grep -v '^ *+' conftest.er1 >conftest.err |
11928 | rm -f conftest.er1 | 11422 | rm -f conftest.er1 |
11929 | cat conftest.err >&5 | 11423 | cat conftest.err >&5 |
11930 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11931 | (exit $ac_status); } >/dev/null && { | 11425 | (exit $ac_status); } >/dev/null && { |
11932 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 11426 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
11933 | test ! -s conftest.err | 11427 | test ! -s conftest.err |
11934 | }; then | 11428 | }; then |
11935 | ac_header_preproc=yes | 11429 | ac_header_preproc=yes |
11936 | else | 11430 | else |
11937 | $as_echo "$as_me: failed program was:" >&5 | 11431 | echo "$as_me: failed program was:" >&5 |
11938 | sed 's/^/| /' conftest.$ac_ext >&5 | 11432 | sed 's/^/| /' conftest.$ac_ext >&5 |
11939 | 11433 | ||
11940 | ac_header_preproc=no | 11434 | ac_header_preproc=no |
11941 | fi | 11435 | fi |
11942 | 11436 | ||
11943 | rm -f conftest.err conftest.$ac_ext | 11437 | rm -f conftest.err conftest.$ac_ext |
11944 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 11438 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
11945 | $as_echo "$ac_header_preproc" >&6; } | 11439 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
11946 | 11440 | ||
11947 | # So? What about this header? | 11441 | # So? What about this header? |
11948 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11442 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
11949 | yes:no: ) | 11443 | yes:no: ) |
11950 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 11444 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
11951 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11445 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
11952 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 11446 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
11953 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 11447 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
11954 | ac_header_preproc=yes | 11448 | ac_header_preproc=yes |
11955 | ;; | 11449 | ;; |
11956 | no:yes:* ) | 11450 | no:yes:* ) |
11957 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 11451 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
11958 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 11452 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
11959 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 11453 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
11960 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 11454 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
11961 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 11455 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
11962 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 11456 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
11963 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 11457 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
11964 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 11458 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
11965 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 11459 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
11966 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 11460 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
11967 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 11461 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
11968 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 11462 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
11969 | ( cat <<\_ASBOX | 11463 | ( cat <<\_ASBOX |
11970 | ## ------------------------------------------- ## | 11464 | ## ------------------------------------------- ## |
11971 | ## Report this to openssh-unix-dev@mindrot.org ## | 11465 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -11974,33 +11468,31 @@ _ASBOX | |||
11974 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 11468 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
11975 | ;; | 11469 | ;; |
11976 | esac | 11470 | esac |
11977 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11471 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
11978 | $as_echo_n "checking for $ac_header... " >&6; } | 11472 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
11979 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 11473 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
11980 | $as_echo_n "(cached) " >&6 | 11474 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
11981 | else | 11475 | else |
11982 | eval "$as_ac_Header=\$ac_header_preproc" | 11476 | eval "$as_ac_Header=\$ac_header_preproc" |
11983 | fi | 11477 | fi |
11984 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 11478 | ac_res=`eval echo '${'$as_ac_Header'}'` |
11985 | $as_echo "$as_val"'` | 11479 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
11986 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 11480 | echo "${ECHO_T}$ac_res" >&6; } |
11987 | $as_echo "$ac_res" >&6; } | ||
11988 | 11481 | ||
11989 | fi | 11482 | fi |
11990 | if test `eval 'as_val=${'$as_ac_Header'} | 11483 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
11991 | $as_echo "$as_val"'` = yes; then | ||
11992 | cat >>confdefs.h <<_ACEOF | 11484 | cat >>confdefs.h <<_ACEOF |
11993 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 11485 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
11994 | _ACEOF | 11486 | _ACEOF |
11995 | 11487 | ||
11996 | fi | 11488 | fi |
11997 | 11489 | ||
11998 | done | 11490 | done |
11999 | 11491 | ||
12000 | { $as_echo "$as_me:$LINENO: checking for library containing login" >&5 | 11492 | { echo "$as_me:$LINENO: checking for library containing login" >&5 |
12001 | $as_echo_n "checking for library containing login... " >&6; } | 11493 | echo $ECHO_N "checking for library containing login... $ECHO_C" >&6; } |
12002 | if test "${ac_cv_search_login+set}" = set; then | 11494 | if test "${ac_cv_search_login+set}" = set; then |
12003 | $as_echo_n "(cached) " >&6 | 11495 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
12004 | else | 11496 | else |
12005 | ac_func_search_save_LIBS=$LIBS | 11497 | ac_func_search_save_LIBS=$LIBS |
12006 | cat >conftest.$ac_ext <<_ACEOF | 11498 | cat >conftest.$ac_ext <<_ACEOF |
@@ -12038,30 +11530,26 @@ case "(($ac_try" in | |||
12038 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11530 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12039 | *) ac_try_echo=$ac_try;; | 11531 | *) ac_try_echo=$ac_try;; |
12040 | esac | 11532 | esac |
12041 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11533 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12042 | $as_echo "$ac_try_echo") >&5 | ||
12043 | (eval "$ac_link") 2>conftest.er1 | 11534 | (eval "$ac_link") 2>conftest.er1 |
12044 | ac_status=$? | 11535 | ac_status=$? |
12045 | grep -v '^ *+' conftest.er1 >conftest.err | 11536 | grep -v '^ *+' conftest.er1 >conftest.err |
12046 | rm -f conftest.er1 | 11537 | rm -f conftest.er1 |
12047 | cat conftest.err >&5 | 11538 | cat conftest.err >&5 |
12048 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11539 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12049 | (exit $ac_status); } && { | 11540 | (exit $ac_status); } && { |
12050 | test -z "$ac_c_werror_flag" || | 11541 | test -z "$ac_c_werror_flag" || |
12051 | test ! -s conftest.err | 11542 | test ! -s conftest.err |
12052 | } && test -s conftest$ac_exeext && { | 11543 | } && test -s conftest$ac_exeext && |
12053 | test "$cross_compiling" = yes || | 11544 | $as_test_x conftest$ac_exeext; then |
12054 | $as_test_x conftest$ac_exeext | ||
12055 | }; then | ||
12056 | ac_cv_search_login=$ac_res | 11545 | ac_cv_search_login=$ac_res |
12057 | else | 11546 | else |
12058 | $as_echo "$as_me: failed program was:" >&5 | 11547 | echo "$as_me: failed program was:" >&5 |
12059 | sed 's/^/| /' conftest.$ac_ext >&5 | 11548 | sed 's/^/| /' conftest.$ac_ext >&5 |
12060 | 11549 | ||
12061 | 11550 | ||
12062 | fi | 11551 | fi |
12063 | 11552 | ||
12064 | rm -rf conftest.dSYM | ||
12065 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11553 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12066 | conftest$ac_exeext | 11554 | conftest$ac_exeext |
12067 | if test "${ac_cv_search_login+set}" = set; then | 11555 | if test "${ac_cv_search_login+set}" = set; then |
@@ -12076,8 +11564,8 @@ fi | |||
12076 | rm conftest.$ac_ext | 11564 | rm conftest.$ac_ext |
12077 | LIBS=$ac_func_search_save_LIBS | 11565 | LIBS=$ac_func_search_save_LIBS |
12078 | fi | 11566 | fi |
12079 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_login" >&5 | 11567 | { echo "$as_me:$LINENO: result: $ac_cv_search_login" >&5 |
12080 | $as_echo "$ac_cv_search_login" >&6; } | 11568 | echo "${ECHO_T}$ac_cv_search_login" >&6; } |
12081 | ac_res=$ac_cv_search_login | 11569 | ac_res=$ac_cv_search_login |
12082 | if test "$ac_res" != no; then | 11570 | if test "$ac_res" != no; then |
12083 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 11571 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -12094,11 +11582,11 @@ fi | |||
12094 | 11582 | ||
12095 | for ac_func in fmt_scaled logout updwtmp logwtmp | 11583 | for ac_func in fmt_scaled logout updwtmp logwtmp |
12096 | do | 11584 | do |
12097 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 11585 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
12098 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 11586 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
12099 | $as_echo_n "checking for $ac_func... " >&6; } | 11587 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
12100 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 11588 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
12101 | $as_echo_n "(cached) " >&6 | 11589 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
12102 | else | 11590 | else |
12103 | cat >conftest.$ac_ext <<_ACEOF | 11591 | cat >conftest.$ac_ext <<_ACEOF |
12104 | /* confdefs.h. */ | 11592 | /* confdefs.h. */ |
@@ -12151,41 +11639,35 @@ case "(($ac_try" in | |||
12151 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11639 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12152 | *) ac_try_echo=$ac_try;; | 11640 | *) ac_try_echo=$ac_try;; |
12153 | esac | 11641 | esac |
12154 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11642 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12155 | $as_echo "$ac_try_echo") >&5 | ||
12156 | (eval "$ac_link") 2>conftest.er1 | 11643 | (eval "$ac_link") 2>conftest.er1 |
12157 | ac_status=$? | 11644 | ac_status=$? |
12158 | grep -v '^ *+' conftest.er1 >conftest.err | 11645 | grep -v '^ *+' conftest.er1 >conftest.err |
12159 | rm -f conftest.er1 | 11646 | rm -f conftest.er1 |
12160 | cat conftest.err >&5 | 11647 | cat conftest.err >&5 |
12161 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11648 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12162 | (exit $ac_status); } && { | 11649 | (exit $ac_status); } && { |
12163 | test -z "$ac_c_werror_flag" || | 11650 | test -z "$ac_c_werror_flag" || |
12164 | test ! -s conftest.err | 11651 | test ! -s conftest.err |
12165 | } && test -s conftest$ac_exeext && { | 11652 | } && test -s conftest$ac_exeext && |
12166 | test "$cross_compiling" = yes || | 11653 | $as_test_x conftest$ac_exeext; then |
12167 | $as_test_x conftest$ac_exeext | ||
12168 | }; then | ||
12169 | eval "$as_ac_var=yes" | 11654 | eval "$as_ac_var=yes" |
12170 | else | 11655 | else |
12171 | $as_echo "$as_me: failed program was:" >&5 | 11656 | echo "$as_me: failed program was:" >&5 |
12172 | sed 's/^/| /' conftest.$ac_ext >&5 | 11657 | sed 's/^/| /' conftest.$ac_ext >&5 |
12173 | 11658 | ||
12174 | eval "$as_ac_var=no" | 11659 | eval "$as_ac_var=no" |
12175 | fi | 11660 | fi |
12176 | 11661 | ||
12177 | rm -rf conftest.dSYM | ||
12178 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11662 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12179 | conftest$ac_exeext conftest.$ac_ext | 11663 | conftest$ac_exeext conftest.$ac_ext |
12180 | fi | 11664 | fi |
12181 | ac_res=`eval 'as_val=${'$as_ac_var'} | 11665 | ac_res=`eval echo '${'$as_ac_var'}'` |
12182 | $as_echo "$as_val"'` | 11666 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
12183 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 11667 | echo "${ECHO_T}$ac_res" >&6; } |
12184 | $as_echo "$ac_res" >&6; } | 11668 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
12185 | if test `eval 'as_val=${'$as_ac_var'} | ||
12186 | $as_echo "$as_val"'` = yes; then | ||
12187 | cat >>confdefs.h <<_ACEOF | 11669 | cat >>confdefs.h <<_ACEOF |
12188 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 11670 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
12189 | _ACEOF | 11671 | _ACEOF |
12190 | 11672 | ||
12191 | fi | 11673 | fi |
@@ -12195,11 +11677,11 @@ done | |||
12195 | 11677 | ||
12196 | for ac_func in strftime | 11678 | for ac_func in strftime |
12197 | do | 11679 | do |
12198 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 11680 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
12199 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 11681 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
12200 | $as_echo_n "checking for $ac_func... " >&6; } | 11682 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
12201 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 11683 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
12202 | $as_echo_n "(cached) " >&6 | 11684 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
12203 | else | 11685 | else |
12204 | cat >conftest.$ac_ext <<_ACEOF | 11686 | cat >conftest.$ac_ext <<_ACEOF |
12205 | /* confdefs.h. */ | 11687 | /* confdefs.h. */ |
@@ -12252,49 +11734,43 @@ case "(($ac_try" in | |||
12252 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11734 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12253 | *) ac_try_echo=$ac_try;; | 11735 | *) ac_try_echo=$ac_try;; |
12254 | esac | 11736 | esac |
12255 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11737 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12256 | $as_echo "$ac_try_echo") >&5 | ||
12257 | (eval "$ac_link") 2>conftest.er1 | 11738 | (eval "$ac_link") 2>conftest.er1 |
12258 | ac_status=$? | 11739 | ac_status=$? |
12259 | grep -v '^ *+' conftest.er1 >conftest.err | 11740 | grep -v '^ *+' conftest.er1 >conftest.err |
12260 | rm -f conftest.er1 | 11741 | rm -f conftest.er1 |
12261 | cat conftest.err >&5 | 11742 | cat conftest.err >&5 |
12262 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12263 | (exit $ac_status); } && { | 11744 | (exit $ac_status); } && { |
12264 | test -z "$ac_c_werror_flag" || | 11745 | test -z "$ac_c_werror_flag" || |
12265 | test ! -s conftest.err | 11746 | test ! -s conftest.err |
12266 | } && test -s conftest$ac_exeext && { | 11747 | } && test -s conftest$ac_exeext && |
12267 | test "$cross_compiling" = yes || | 11748 | $as_test_x conftest$ac_exeext; then |
12268 | $as_test_x conftest$ac_exeext | ||
12269 | }; then | ||
12270 | eval "$as_ac_var=yes" | 11749 | eval "$as_ac_var=yes" |
12271 | else | 11750 | else |
12272 | $as_echo "$as_me: failed program was:" >&5 | 11751 | echo "$as_me: failed program was:" >&5 |
12273 | sed 's/^/| /' conftest.$ac_ext >&5 | 11752 | sed 's/^/| /' conftest.$ac_ext >&5 |
12274 | 11753 | ||
12275 | eval "$as_ac_var=no" | 11754 | eval "$as_ac_var=no" |
12276 | fi | 11755 | fi |
12277 | 11756 | ||
12278 | rm -rf conftest.dSYM | ||
12279 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11757 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12280 | conftest$ac_exeext conftest.$ac_ext | 11758 | conftest$ac_exeext conftest.$ac_ext |
12281 | fi | 11759 | fi |
12282 | ac_res=`eval 'as_val=${'$as_ac_var'} | 11760 | ac_res=`eval echo '${'$as_ac_var'}'` |
12283 | $as_echo "$as_val"'` | 11761 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
12284 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 11762 | echo "${ECHO_T}$ac_res" >&6; } |
12285 | $as_echo "$ac_res" >&6; } | 11763 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
12286 | if test `eval 'as_val=${'$as_ac_var'} | ||
12287 | $as_echo "$as_val"'` = yes; then | ||
12288 | cat >>confdefs.h <<_ACEOF | 11764 | cat >>confdefs.h <<_ACEOF |
12289 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 11765 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
12290 | _ACEOF | 11766 | _ACEOF |
12291 | 11767 | ||
12292 | else | 11768 | else |
12293 | # strftime is in -lintl on SCO UNIX. | 11769 | # strftime is in -lintl on SCO UNIX. |
12294 | { $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 | 11770 | { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 |
12295 | $as_echo_n "checking for strftime in -lintl... " >&6; } | 11771 | echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } |
12296 | if test "${ac_cv_lib_intl_strftime+set}" = set; then | 11772 | if test "${ac_cv_lib_intl_strftime+set}" = set; then |
12297 | $as_echo_n "(cached) " >&6 | 11773 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
12298 | else | 11774 | else |
12299 | ac_check_lib_save_LIBS=$LIBS | 11775 | ac_check_lib_save_LIBS=$LIBS |
12300 | LIBS="-lintl $LIBS" | 11776 | LIBS="-lintl $LIBS" |
@@ -12326,36 +11802,32 @@ case "(($ac_try" in | |||
12326 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11802 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12327 | *) ac_try_echo=$ac_try;; | 11803 | *) ac_try_echo=$ac_try;; |
12328 | esac | 11804 | esac |
12329 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11805 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12330 | $as_echo "$ac_try_echo") >&5 | ||
12331 | (eval "$ac_link") 2>conftest.er1 | 11806 | (eval "$ac_link") 2>conftest.er1 |
12332 | ac_status=$? | 11807 | ac_status=$? |
12333 | grep -v '^ *+' conftest.er1 >conftest.err | 11808 | grep -v '^ *+' conftest.er1 >conftest.err |
12334 | rm -f conftest.er1 | 11809 | rm -f conftest.er1 |
12335 | cat conftest.err >&5 | 11810 | cat conftest.err >&5 |
12336 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12337 | (exit $ac_status); } && { | 11812 | (exit $ac_status); } && { |
12338 | test -z "$ac_c_werror_flag" || | 11813 | test -z "$ac_c_werror_flag" || |
12339 | test ! -s conftest.err | 11814 | test ! -s conftest.err |
12340 | } && test -s conftest$ac_exeext && { | 11815 | } && test -s conftest$ac_exeext && |
12341 | test "$cross_compiling" = yes || | 11816 | $as_test_x conftest$ac_exeext; then |
12342 | $as_test_x conftest$ac_exeext | ||
12343 | }; then | ||
12344 | ac_cv_lib_intl_strftime=yes | 11817 | ac_cv_lib_intl_strftime=yes |
12345 | else | 11818 | else |
12346 | $as_echo "$as_me: failed program was:" >&5 | 11819 | echo "$as_me: failed program was:" >&5 |
12347 | sed 's/^/| /' conftest.$ac_ext >&5 | 11820 | sed 's/^/| /' conftest.$ac_ext >&5 |
12348 | 11821 | ||
12349 | ac_cv_lib_intl_strftime=no | 11822 | ac_cv_lib_intl_strftime=no |
12350 | fi | 11823 | fi |
12351 | 11824 | ||
12352 | rm -rf conftest.dSYM | ||
12353 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 11825 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12354 | conftest$ac_exeext conftest.$ac_ext | 11826 | conftest$ac_exeext conftest.$ac_ext |
12355 | LIBS=$ac_check_lib_save_LIBS | 11827 | LIBS=$ac_check_lib_save_LIBS |
12356 | fi | 11828 | fi |
12357 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 | 11829 | { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
12358 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } | 11830 | echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } |
12359 | if test $ac_cv_lib_intl_strftime = yes; then | 11831 | if test $ac_cv_lib_intl_strftime = yes; then |
12360 | cat >>confdefs.h <<\_ACEOF | 11832 | cat >>confdefs.h <<\_ACEOF |
12361 | #define HAVE_STRFTIME 1 | 11833 | #define HAVE_STRFTIME 1 |
@@ -12369,8 +11841,8 @@ done | |||
12369 | 11841 | ||
12370 | 11842 | ||
12371 | # Check for ALTDIRFUNC glob() extension | 11843 | # Check for ALTDIRFUNC glob() extension |
12372 | { $as_echo "$as_me:$LINENO: checking for GLOB_ALTDIRFUNC support" >&5 | 11844 | { echo "$as_me:$LINENO: checking for GLOB_ALTDIRFUNC support" >&5 |
12373 | $as_echo_n "checking for GLOB_ALTDIRFUNC support... " >&6; } | 11845 | echo $ECHO_N "checking for GLOB_ALTDIRFUNC support... $ECHO_C" >&6; } |
12374 | cat >conftest.$ac_ext <<_ACEOF | 11846 | cat >conftest.$ac_ext <<_ACEOF |
12375 | /* confdefs.h. */ | 11847 | /* confdefs.h. */ |
12376 | _ACEOF | 11848 | _ACEOF |
@@ -12392,13 +11864,13 @@ cat >>confdefs.h <<\_ACEOF | |||
12392 | #define GLOB_HAS_ALTDIRFUNC 1 | 11864 | #define GLOB_HAS_ALTDIRFUNC 1 |
12393 | _ACEOF | 11865 | _ACEOF |
12394 | 11866 | ||
12395 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 11867 | { echo "$as_me:$LINENO: result: yes" >&5 |
12396 | $as_echo "yes" >&6; } | 11868 | echo "${ECHO_T}yes" >&6; } |
12397 | 11869 | ||
12398 | else | 11870 | else |
12399 | 11871 | ||
12400 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 11872 | { echo "$as_me:$LINENO: result: no" >&5 |
12401 | $as_echo "no" >&6; } | 11873 | echo "${ECHO_T}no" >&6; } |
12402 | 11874 | ||
12403 | 11875 | ||
12404 | fi | 11876 | fi |
@@ -12406,8 +11878,8 @@ rm -f conftest* | |||
12406 | 11878 | ||
12407 | 11879 | ||
12408 | # Check for g.gl_matchc glob() extension | 11880 | # Check for g.gl_matchc glob() extension |
12409 | { $as_echo "$as_me:$LINENO: checking for gl_matchc field in glob_t" >&5 | 11881 | { echo "$as_me:$LINENO: checking for gl_matchc field in glob_t" >&5 |
12410 | $as_echo_n "checking for gl_matchc field in glob_t... " >&6; } | 11882 | echo $ECHO_N "checking for gl_matchc field in glob_t... $ECHO_C" >&6; } |
12411 | cat >conftest.$ac_ext <<_ACEOF | 11883 | cat >conftest.$ac_ext <<_ACEOF |
12412 | /* confdefs.h. */ | 11884 | /* confdefs.h. */ |
12413 | _ACEOF | 11885 | _ACEOF |
@@ -12429,14 +11901,13 @@ case "(($ac_try" in | |||
12429 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11901 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12430 | *) ac_try_echo=$ac_try;; | 11902 | *) ac_try_echo=$ac_try;; |
12431 | esac | 11903 | esac |
12432 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11904 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12433 | $as_echo "$ac_try_echo") >&5 | ||
12434 | (eval "$ac_compile") 2>conftest.er1 | 11905 | (eval "$ac_compile") 2>conftest.er1 |
12435 | ac_status=$? | 11906 | ac_status=$? |
12436 | grep -v '^ *+' conftest.er1 >conftest.err | 11907 | grep -v '^ *+' conftest.er1 >conftest.err |
12437 | rm -f conftest.er1 | 11908 | rm -f conftest.er1 |
12438 | cat conftest.err >&5 | 11909 | cat conftest.err >&5 |
12439 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12440 | (exit $ac_status); } && { | 11911 | (exit $ac_status); } && { |
12441 | test -z "$ac_c_werror_flag" || | 11912 | test -z "$ac_c_werror_flag" || |
12442 | test ! -s conftest.err | 11913 | test ! -s conftest.err |
@@ -12447,26 +11918,26 @@ cat >>confdefs.h <<\_ACEOF | |||
12447 | #define GLOB_HAS_GL_MATCHC 1 | 11918 | #define GLOB_HAS_GL_MATCHC 1 |
12448 | _ACEOF | 11919 | _ACEOF |
12449 | 11920 | ||
12450 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 11921 | { echo "$as_me:$LINENO: result: yes" >&5 |
12451 | $as_echo "yes" >&6; } | 11922 | echo "${ECHO_T}yes" >&6; } |
12452 | 11923 | ||
12453 | else | 11924 | else |
12454 | $as_echo "$as_me: failed program was:" >&5 | 11925 | echo "$as_me: failed program was:" >&5 |
12455 | sed 's/^/| /' conftest.$ac_ext >&5 | 11926 | sed 's/^/| /' conftest.$ac_ext >&5 |
12456 | 11927 | ||
12457 | 11928 | ||
12458 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 11929 | { echo "$as_me:$LINENO: result: no" >&5 |
12459 | $as_echo "no" >&6; } | 11930 | echo "${ECHO_T}no" >&6; } |
12460 | 11931 | ||
12461 | 11932 | ||
12462 | fi | 11933 | fi |
12463 | 11934 | ||
12464 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 11935 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12465 | 11936 | ||
12466 | { $as_echo "$as_me:$LINENO: checking whether GLOB_NOMATCH is declared" >&5 | 11937 | { echo "$as_me:$LINENO: checking whether GLOB_NOMATCH is declared" >&5 |
12467 | $as_echo_n "checking whether GLOB_NOMATCH is declared... " >&6; } | 11938 | echo $ECHO_N "checking whether GLOB_NOMATCH is declared... $ECHO_C" >&6; } |
12468 | if test "${ac_cv_have_decl_GLOB_NOMATCH+set}" = set; then | 11939 | if test "${ac_cv_have_decl_GLOB_NOMATCH+set}" = set; then |
12469 | $as_echo_n "(cached) " >&6 | 11940 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
12470 | else | 11941 | else |
12471 | cat >conftest.$ac_ext <<_ACEOF | 11942 | cat >conftest.$ac_ext <<_ACEOF |
12472 | /* confdefs.h. */ | 11943 | /* confdefs.h. */ |
@@ -12493,21 +11964,20 @@ case "(($ac_try" in | |||
12493 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 11964 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12494 | *) ac_try_echo=$ac_try;; | 11965 | *) ac_try_echo=$ac_try;; |
12495 | esac | 11966 | esac |
12496 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 11967 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12497 | $as_echo "$ac_try_echo") >&5 | ||
12498 | (eval "$ac_compile") 2>conftest.er1 | 11968 | (eval "$ac_compile") 2>conftest.er1 |
12499 | ac_status=$? | 11969 | ac_status=$? |
12500 | grep -v '^ *+' conftest.er1 >conftest.err | 11970 | grep -v '^ *+' conftest.er1 >conftest.err |
12501 | rm -f conftest.er1 | 11971 | rm -f conftest.er1 |
12502 | cat conftest.err >&5 | 11972 | cat conftest.err >&5 |
12503 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12504 | (exit $ac_status); } && { | 11974 | (exit $ac_status); } && { |
12505 | test -z "$ac_c_werror_flag" || | 11975 | test -z "$ac_c_werror_flag" || |
12506 | test ! -s conftest.err | 11976 | test ! -s conftest.err |
12507 | } && test -s conftest.$ac_objext; then | 11977 | } && test -s conftest.$ac_objext; then |
12508 | ac_cv_have_decl_GLOB_NOMATCH=yes | 11978 | ac_cv_have_decl_GLOB_NOMATCH=yes |
12509 | else | 11979 | else |
12510 | $as_echo "$as_me: failed program was:" >&5 | 11980 | echo "$as_me: failed program was:" >&5 |
12511 | sed 's/^/| /' conftest.$ac_ext >&5 | 11981 | sed 's/^/| /' conftest.$ac_ext >&5 |
12512 | 11982 | ||
12513 | ac_cv_have_decl_GLOB_NOMATCH=no | 11983 | ac_cv_have_decl_GLOB_NOMATCH=no |
@@ -12515,8 +11985,8 @@ fi | |||
12515 | 11985 | ||
12516 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 11986 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12517 | fi | 11987 | fi |
12518 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_GLOB_NOMATCH" >&5 | 11988 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_GLOB_NOMATCH" >&5 |
12519 | $as_echo "$ac_cv_have_decl_GLOB_NOMATCH" >&6; } | 11989 | echo "${ECHO_T}$ac_cv_have_decl_GLOB_NOMATCH" >&6; } |
12520 | if test $ac_cv_have_decl_GLOB_NOMATCH = yes; then | 11990 | if test $ac_cv_have_decl_GLOB_NOMATCH = yes; then |
12521 | 11991 | ||
12522 | cat >>confdefs.h <<_ACEOF | 11992 | cat >>confdefs.h <<_ACEOF |
@@ -12534,12 +12004,12 @@ fi | |||
12534 | 12004 | ||
12535 | 12005 | ||
12536 | 12006 | ||
12537 | { $as_echo "$as_me:$LINENO: checking whether struct dirent allocates space for d_name" >&5 | 12007 | { echo "$as_me:$LINENO: checking whether struct dirent allocates space for d_name" >&5 |
12538 | $as_echo_n "checking whether struct dirent allocates space for d_name... " >&6; } | 12008 | echo $ECHO_N "checking whether struct dirent allocates space for d_name... $ECHO_C" >&6; } |
12539 | if test "$cross_compiling" = yes; then | 12009 | if test "$cross_compiling" = yes; then |
12540 | 12010 | ||
12541 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&5 | 12011 | { echo "$as_me:$LINENO: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&5 |
12542 | $as_echo "$as_me: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&2;} | 12012 | echo "$as_me: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME" >&2;} |
12543 | cat >>confdefs.h <<\_ACEOF | 12013 | cat >>confdefs.h <<\_ACEOF |
12544 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 | 12014 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 |
12545 | _ACEOF | 12015 | _ACEOF |
@@ -12565,33 +12035,31 @@ case "(($ac_try" in | |||
12565 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12035 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12566 | *) ac_try_echo=$ac_try;; | 12036 | *) ac_try_echo=$ac_try;; |
12567 | esac | 12037 | esac |
12568 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12038 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12569 | $as_echo "$ac_try_echo") >&5 | ||
12570 | (eval "$ac_link") 2>&5 | 12039 | (eval "$ac_link") 2>&5 |
12571 | ac_status=$? | 12040 | ac_status=$? |
12572 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12041 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12573 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 12042 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
12574 | { (case "(($ac_try" in | 12043 | { (case "(($ac_try" in |
12575 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12044 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12576 | *) ac_try_echo=$ac_try;; | 12045 | *) ac_try_echo=$ac_try;; |
12577 | esac | 12046 | esac |
12578 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12047 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12579 | $as_echo "$ac_try_echo") >&5 | ||
12580 | (eval "$ac_try") 2>&5 | 12048 | (eval "$ac_try") 2>&5 |
12581 | ac_status=$? | 12049 | ac_status=$? |
12582 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12583 | (exit $ac_status); }; }; then | 12051 | (exit $ac_status); }; }; then |
12584 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 12052 | { echo "$as_me:$LINENO: result: yes" >&5 |
12585 | $as_echo "yes" >&6; } | 12053 | echo "${ECHO_T}yes" >&6; } |
12586 | else | 12054 | else |
12587 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 12055 | echo "$as_me: program exited with status $ac_status" >&5 |
12588 | $as_echo "$as_me: failed program was:" >&5 | 12056 | echo "$as_me: failed program was:" >&5 |
12589 | sed 's/^/| /' conftest.$ac_ext >&5 | 12057 | sed 's/^/| /' conftest.$ac_ext >&5 |
12590 | 12058 | ||
12591 | ( exit $ac_status ) | 12059 | ( exit $ac_status ) |
12592 | 12060 | ||
12593 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 12061 | { echo "$as_me:$LINENO: result: no" >&5 |
12594 | $as_echo "no" >&6; } | 12062 | echo "${ECHO_T}no" >&6; } |
12595 | 12063 | ||
12596 | cat >>confdefs.h <<\_ACEOF | 12064 | cat >>confdefs.h <<\_ACEOF |
12597 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 | 12065 | #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 |
@@ -12599,25 +12067,24 @@ _ACEOF | |||
12599 | 12067 | ||
12600 | 12068 | ||
12601 | fi | 12069 | fi |
12602 | rm -rf conftest.dSYM | ||
12603 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 12070 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
12604 | fi | 12071 | fi |
12605 | 12072 | ||
12606 | 12073 | ||
12607 | 12074 | ||
12608 | { $as_echo "$as_me:$LINENO: checking for /proc/pid/fd directory" >&5 | 12075 | { echo "$as_me:$LINENO: checking for /proc/pid/fd directory" >&5 |
12609 | $as_echo_n "checking for /proc/pid/fd directory... " >&6; } | 12076 | echo $ECHO_N "checking for /proc/pid/fd directory... $ECHO_C" >&6; } |
12610 | if test -d "/proc/$$/fd" ; then | 12077 | if test -d "/proc/$$/fd" ; then |
12611 | 12078 | ||
12612 | cat >>confdefs.h <<\_ACEOF | 12079 | cat >>confdefs.h <<\_ACEOF |
12613 | #define HAVE_PROC_PID 1 | 12080 | #define HAVE_PROC_PID 1 |
12614 | _ACEOF | 12081 | _ACEOF |
12615 | 12082 | ||
12616 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 12083 | { echo "$as_me:$LINENO: result: yes" >&5 |
12617 | $as_echo "yes" >&6; } | 12084 | echo "${ECHO_T}yes" >&6; } |
12618 | else | 12085 | else |
12619 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 12086 | { echo "$as_me:$LINENO: result: no" >&5 |
12620 | $as_echo "no" >&6; } | 12087 | echo "${ECHO_T}no" >&6; } |
12621 | fi | 12088 | fi |
12622 | 12089 | ||
12623 | # Check whether user wants S/Key support | 12090 | # Check whether user wants S/Key support |
@@ -12641,8 +12108,8 @@ _ACEOF | |||
12641 | LIBS="-lskey $LIBS" | 12108 | LIBS="-lskey $LIBS" |
12642 | SKEY_MSG="yes" | 12109 | SKEY_MSG="yes" |
12643 | 12110 | ||
12644 | { $as_echo "$as_me:$LINENO: checking for s/key support" >&5 | 12111 | { echo "$as_me:$LINENO: checking for s/key support" >&5 |
12645 | $as_echo_n "checking for s/key support... " >&6; } | 12112 | echo $ECHO_N "checking for s/key support... $ECHO_C" >&6; } |
12646 | cat >conftest.$ac_ext <<_ACEOF | 12113 | cat >conftest.$ac_ext <<_ACEOF |
12647 | /* confdefs.h. */ | 12114 | /* confdefs.h. */ |
12648 | _ACEOF | 12115 | _ACEOF |
@@ -12661,41 +12128,37 @@ case "(($ac_try" in | |||
12661 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12128 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12662 | *) ac_try_echo=$ac_try;; | 12129 | *) ac_try_echo=$ac_try;; |
12663 | esac | 12130 | esac |
12664 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12131 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12665 | $as_echo "$ac_try_echo") >&5 | ||
12666 | (eval "$ac_link") 2>conftest.er1 | 12132 | (eval "$ac_link") 2>conftest.er1 |
12667 | ac_status=$? | 12133 | ac_status=$? |
12668 | grep -v '^ *+' conftest.er1 >conftest.err | 12134 | grep -v '^ *+' conftest.er1 >conftest.err |
12669 | rm -f conftest.er1 | 12135 | rm -f conftest.er1 |
12670 | cat conftest.err >&5 | 12136 | cat conftest.err >&5 |
12671 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12672 | (exit $ac_status); } && { | 12138 | (exit $ac_status); } && { |
12673 | test -z "$ac_c_werror_flag" || | 12139 | test -z "$ac_c_werror_flag" || |
12674 | test ! -s conftest.err | 12140 | test ! -s conftest.err |
12675 | } && test -s conftest$ac_exeext && { | 12141 | } && test -s conftest$ac_exeext && |
12676 | test "$cross_compiling" = yes || | 12142 | $as_test_x conftest$ac_exeext; then |
12677 | $as_test_x conftest$ac_exeext | 12143 | { echo "$as_me:$LINENO: result: yes" >&5 |
12678 | }; then | 12144 | echo "${ECHO_T}yes" >&6; } |
12679 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
12680 | $as_echo "yes" >&6; } | ||
12681 | else | 12145 | else |
12682 | $as_echo "$as_me: failed program was:" >&5 | 12146 | echo "$as_me: failed program was:" >&5 |
12683 | sed 's/^/| /' conftest.$ac_ext >&5 | 12147 | sed 's/^/| /' conftest.$ac_ext >&5 |
12684 | 12148 | ||
12685 | 12149 | ||
12686 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 12150 | { echo "$as_me:$LINENO: result: no" >&5 |
12687 | $as_echo "no" >&6; } | 12151 | echo "${ECHO_T}no" >&6; } |
12688 | { { $as_echo "$as_me:$LINENO: error: ** Incomplete or missing s/key libraries." >&5 | 12152 | { { echo "$as_me:$LINENO: error: ** Incomplete or missing s/key libraries." >&5 |
12689 | $as_echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} | 12153 | echo "$as_me: error: ** Incomplete or missing s/key libraries." >&2;} |
12690 | { (exit 1); exit 1; }; } | 12154 | { (exit 1); exit 1; }; } |
12691 | 12155 | ||
12692 | fi | 12156 | fi |
12693 | 12157 | ||
12694 | rm -rf conftest.dSYM | ||
12695 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12158 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12696 | conftest$ac_exeext conftest.$ac_ext | 12159 | conftest$ac_exeext conftest.$ac_ext |
12697 | { $as_echo "$as_me:$LINENO: checking if skeychallenge takes 4 arguments" >&5 | 12160 | { echo "$as_me:$LINENO: checking if skeychallenge takes 4 arguments" >&5 |
12698 | $as_echo_n "checking if skeychallenge takes 4 arguments... " >&6; } | 12161 | echo $ECHO_N "checking if skeychallenge takes 4 arguments... $ECHO_C" >&6; } |
12699 | cat >conftest.$ac_ext <<_ACEOF | 12162 | cat >conftest.$ac_ext <<_ACEOF |
12700 | /* confdefs.h. */ | 12163 | /* confdefs.h. */ |
12701 | _ACEOF | 12164 | _ACEOF |
@@ -12718,31 +12181,30 @@ case "(($ac_try" in | |||
12718 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12181 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12719 | *) ac_try_echo=$ac_try;; | 12182 | *) ac_try_echo=$ac_try;; |
12720 | esac | 12183 | esac |
12721 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12184 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12722 | $as_echo "$ac_try_echo") >&5 | ||
12723 | (eval "$ac_compile") 2>conftest.er1 | 12185 | (eval "$ac_compile") 2>conftest.er1 |
12724 | ac_status=$? | 12186 | ac_status=$? |
12725 | grep -v '^ *+' conftest.er1 >conftest.err | 12187 | grep -v '^ *+' conftest.er1 >conftest.err |
12726 | rm -f conftest.er1 | 12188 | rm -f conftest.er1 |
12727 | cat conftest.err >&5 | 12189 | cat conftest.err >&5 |
12728 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12729 | (exit $ac_status); } && { | 12191 | (exit $ac_status); } && { |
12730 | test -z "$ac_c_werror_flag" || | 12192 | test -z "$ac_c_werror_flag" || |
12731 | test ! -s conftest.err | 12193 | test ! -s conftest.err |
12732 | } && test -s conftest.$ac_objext; then | 12194 | } && test -s conftest.$ac_objext; then |
12733 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 12195 | { echo "$as_me:$LINENO: result: yes" >&5 |
12734 | $as_echo "yes" >&6; } | 12196 | echo "${ECHO_T}yes" >&6; } |
12735 | 12197 | ||
12736 | cat >>confdefs.h <<\_ACEOF | 12198 | cat >>confdefs.h <<\_ACEOF |
12737 | #define SKEYCHALLENGE_4ARG 1 | 12199 | #define SKEYCHALLENGE_4ARG 1 |
12738 | _ACEOF | 12200 | _ACEOF |
12739 | 12201 | ||
12740 | else | 12202 | else |
12741 | $as_echo "$as_me: failed program was:" >&5 | 12203 | echo "$as_me: failed program was:" >&5 |
12742 | sed 's/^/| /' conftest.$ac_ext >&5 | 12204 | sed 's/^/| /' conftest.$ac_ext >&5 |
12743 | 12205 | ||
12744 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 12206 | { echo "$as_me:$LINENO: result: no" >&5 |
12745 | $as_echo "no" >&6; } | 12207 | echo "${ECHO_T}no" >&6; } |
12746 | 12208 | ||
12747 | fi | 12209 | fi |
12748 | 12210 | ||
@@ -12785,8 +12247,8 @@ if test "${with_tcp_wrappers+set}" = set; then | |||
12785 | fi | 12247 | fi |
12786 | fi | 12248 | fi |
12787 | LIBS="-lwrap $LIBS" | 12249 | LIBS="-lwrap $LIBS" |
12788 | { $as_echo "$as_me:$LINENO: checking for libwrap" >&5 | 12250 | { echo "$as_me:$LINENO: checking for libwrap" >&5 |
12789 | $as_echo_n "checking for libwrap... " >&6; } | 12251 | echo $ECHO_N "checking for libwrap... $ECHO_C" >&6; } |
12790 | cat >conftest.$ac_ext <<_ACEOF | 12252 | cat >conftest.$ac_ext <<_ACEOF |
12791 | /* confdefs.h. */ | 12253 | /* confdefs.h. */ |
12792 | _ACEOF | 12254 | _ACEOF |
@@ -12814,24 +12276,21 @@ case "(($ac_try" in | |||
12814 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12815 | *) ac_try_echo=$ac_try;; | 12277 | *) ac_try_echo=$ac_try;; |
12816 | esac | 12278 | esac |
12817 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12279 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12818 | $as_echo "$ac_try_echo") >&5 | ||
12819 | (eval "$ac_link") 2>conftest.er1 | 12280 | (eval "$ac_link") 2>conftest.er1 |
12820 | ac_status=$? | 12281 | ac_status=$? |
12821 | grep -v '^ *+' conftest.er1 >conftest.err | 12282 | grep -v '^ *+' conftest.er1 >conftest.err |
12822 | rm -f conftest.er1 | 12283 | rm -f conftest.er1 |
12823 | cat conftest.err >&5 | 12284 | cat conftest.err >&5 |
12824 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12825 | (exit $ac_status); } && { | 12286 | (exit $ac_status); } && { |
12826 | test -z "$ac_c_werror_flag" || | 12287 | test -z "$ac_c_werror_flag" || |
12827 | test ! -s conftest.err | 12288 | test ! -s conftest.err |
12828 | } && test -s conftest$ac_exeext && { | 12289 | } && test -s conftest$ac_exeext && |
12829 | test "$cross_compiling" = yes || | 12290 | $as_test_x conftest$ac_exeext; then |
12830 | $as_test_x conftest$ac_exeext | ||
12831 | }; then | ||
12832 | 12291 | ||
12833 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 12292 | { echo "$as_me:$LINENO: result: yes" >&5 |
12834 | $as_echo "yes" >&6; } | 12293 | echo "${ECHO_T}yes" >&6; } |
12835 | 12294 | ||
12836 | cat >>confdefs.h <<\_ACEOF | 12295 | cat >>confdefs.h <<\_ACEOF |
12837 | #define LIBWRAP 1 | 12296 | #define LIBWRAP 1 |
@@ -12841,18 +12300,17 @@ _ACEOF | |||
12841 | TCPW_MSG="yes" | 12300 | TCPW_MSG="yes" |
12842 | 12301 | ||
12843 | else | 12302 | else |
12844 | $as_echo "$as_me: failed program was:" >&5 | 12303 | echo "$as_me: failed program was:" >&5 |
12845 | sed 's/^/| /' conftest.$ac_ext >&5 | 12304 | sed 's/^/| /' conftest.$ac_ext >&5 |
12846 | 12305 | ||
12847 | 12306 | ||
12848 | { { $as_echo "$as_me:$LINENO: error: *** libwrap missing" >&5 | 12307 | { { echo "$as_me:$LINENO: error: *** libwrap missing" >&5 |
12849 | $as_echo "$as_me: error: *** libwrap missing" >&2;} | 12308 | echo "$as_me: error: *** libwrap missing" >&2;} |
12850 | { (exit 1); exit 1; }; } | 12309 | { (exit 1); exit 1; }; } |
12851 | 12310 | ||
12852 | 12311 | ||
12853 | fi | 12312 | fi |
12854 | 12313 | ||
12855 | rm -rf conftest.dSYM | ||
12856 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12314 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12857 | conftest$ac_exeext conftest.$ac_ext | 12315 | conftest$ac_exeext conftest.$ac_ext |
12858 | LIBS="$saved_LIBS" | 12316 | LIBS="$saved_LIBS" |
@@ -12876,10 +12334,10 @@ if test "${with_libedit+set}" = set; then | |||
12876 | LDFLAGS="-L${withval}/lib ${LDFLAGS}" | 12334 | LDFLAGS="-L${withval}/lib ${LDFLAGS}" |
12877 | fi | 12335 | fi |
12878 | fi | 12336 | fi |
12879 | { $as_echo "$as_me:$LINENO: checking for el_init in -ledit" >&5 | 12337 | { echo "$as_me:$LINENO: checking for el_init in -ledit" >&5 |
12880 | $as_echo_n "checking for el_init in -ledit... " >&6; } | 12338 | echo $ECHO_N "checking for el_init in -ledit... $ECHO_C" >&6; } |
12881 | if test "${ac_cv_lib_edit_el_init+set}" = set; then | 12339 | if test "${ac_cv_lib_edit_el_init+set}" = set; then |
12882 | $as_echo_n "(cached) " >&6 | 12340 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
12883 | else | 12341 | else |
12884 | ac_check_lib_save_LIBS=$LIBS | 12342 | ac_check_lib_save_LIBS=$LIBS |
12885 | LIBS="-ledit -lcurses | 12343 | LIBS="-ledit -lcurses |
@@ -12912,36 +12370,32 @@ case "(($ac_try" in | |||
12912 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12370 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12913 | *) ac_try_echo=$ac_try;; | 12371 | *) ac_try_echo=$ac_try;; |
12914 | esac | 12372 | esac |
12915 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12373 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12916 | $as_echo "$ac_try_echo") >&5 | ||
12917 | (eval "$ac_link") 2>conftest.er1 | 12374 | (eval "$ac_link") 2>conftest.er1 |
12918 | ac_status=$? | 12375 | ac_status=$? |
12919 | grep -v '^ *+' conftest.er1 >conftest.err | 12376 | grep -v '^ *+' conftest.er1 >conftest.err |
12920 | rm -f conftest.er1 | 12377 | rm -f conftest.er1 |
12921 | cat conftest.err >&5 | 12378 | cat conftest.err >&5 |
12922 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12923 | (exit $ac_status); } && { | 12380 | (exit $ac_status); } && { |
12924 | test -z "$ac_c_werror_flag" || | 12381 | test -z "$ac_c_werror_flag" || |
12925 | test ! -s conftest.err | 12382 | test ! -s conftest.err |
12926 | } && test -s conftest$ac_exeext && { | 12383 | } && test -s conftest$ac_exeext && |
12927 | test "$cross_compiling" = yes || | 12384 | $as_test_x conftest$ac_exeext; then |
12928 | $as_test_x conftest$ac_exeext | ||
12929 | }; then | ||
12930 | ac_cv_lib_edit_el_init=yes | 12385 | ac_cv_lib_edit_el_init=yes |
12931 | else | 12386 | else |
12932 | $as_echo "$as_me: failed program was:" >&5 | 12387 | echo "$as_me: failed program was:" >&5 |
12933 | sed 's/^/| /' conftest.$ac_ext >&5 | 12388 | sed 's/^/| /' conftest.$ac_ext >&5 |
12934 | 12389 | ||
12935 | ac_cv_lib_edit_el_init=no | 12390 | ac_cv_lib_edit_el_init=no |
12936 | fi | 12391 | fi |
12937 | 12392 | ||
12938 | rm -rf conftest.dSYM | ||
12939 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12393 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
12940 | conftest$ac_exeext conftest.$ac_ext | 12394 | conftest$ac_exeext conftest.$ac_ext |
12941 | LIBS=$ac_check_lib_save_LIBS | 12395 | LIBS=$ac_check_lib_save_LIBS |
12942 | fi | 12396 | fi |
12943 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_edit_el_init" >&5 | 12397 | { echo "$as_me:$LINENO: result: $ac_cv_lib_edit_el_init" >&5 |
12944 | $as_echo "$ac_cv_lib_edit_el_init" >&6; } | 12398 | echo "${ECHO_T}$ac_cv_lib_edit_el_init" >&6; } |
12945 | if test $ac_cv_lib_edit_el_init = yes; then | 12399 | if test $ac_cv_lib_edit_el_init = yes; then |
12946 | 12400 | ||
12947 | cat >>confdefs.h <<\_ACEOF | 12401 | cat >>confdefs.h <<\_ACEOF |
@@ -12953,13 +12407,13 @@ _ACEOF | |||
12953 | 12407 | ||
12954 | 12408 | ||
12955 | else | 12409 | else |
12956 | { { $as_echo "$as_me:$LINENO: error: libedit not found" >&5 | 12410 | { { echo "$as_me:$LINENO: error: libedit not found" >&5 |
12957 | $as_echo "$as_me: error: libedit not found" >&2;} | 12411 | echo "$as_me: error: libedit not found" >&2;} |
12958 | { (exit 1); exit 1; }; } | 12412 | { (exit 1); exit 1; }; } |
12959 | fi | 12413 | fi |
12960 | 12414 | ||
12961 | { $as_echo "$as_me:$LINENO: checking if libedit version is compatible" >&5 | 12415 | { echo "$as_me:$LINENO: checking if libedit version is compatible" >&5 |
12962 | $as_echo_n "checking if libedit version is compatible... " >&6; } | 12416 | echo $ECHO_N "checking if libedit version is compatible... $ECHO_C" >&6; } |
12963 | cat >conftest.$ac_ext <<_ACEOF | 12417 | cat >conftest.$ac_ext <<_ACEOF |
12964 | /* confdefs.h. */ | 12418 | /* confdefs.h. */ |
12965 | _ACEOF | 12419 | _ACEOF |
@@ -12982,28 +12436,27 @@ case "(($ac_try" in | |||
12982 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12436 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
12983 | *) ac_try_echo=$ac_try;; | 12437 | *) ac_try_echo=$ac_try;; |
12984 | esac | 12438 | esac |
12985 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12439 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
12986 | $as_echo "$ac_try_echo") >&5 | ||
12987 | (eval "$ac_compile") 2>conftest.er1 | 12440 | (eval "$ac_compile") 2>conftest.er1 |
12988 | ac_status=$? | 12441 | ac_status=$? |
12989 | grep -v '^ *+' conftest.er1 >conftest.err | 12442 | grep -v '^ *+' conftest.er1 >conftest.err |
12990 | rm -f conftest.er1 | 12443 | rm -f conftest.er1 |
12991 | cat conftest.err >&5 | 12444 | cat conftest.err >&5 |
12992 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12445 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12993 | (exit $ac_status); } && { | 12446 | (exit $ac_status); } && { |
12994 | test -z "$ac_c_werror_flag" || | 12447 | test -z "$ac_c_werror_flag" || |
12995 | test ! -s conftest.err | 12448 | test ! -s conftest.err |
12996 | } && test -s conftest.$ac_objext; then | 12449 | } && test -s conftest.$ac_objext; then |
12997 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 12450 | { echo "$as_me:$LINENO: result: yes" >&5 |
12998 | $as_echo "yes" >&6; } | 12451 | echo "${ECHO_T}yes" >&6; } |
12999 | else | 12452 | else |
13000 | $as_echo "$as_me: failed program was:" >&5 | 12453 | echo "$as_me: failed program was:" >&5 |
13001 | sed 's/^/| /' conftest.$ac_ext >&5 | 12454 | sed 's/^/| /' conftest.$ac_ext >&5 |
13002 | 12455 | ||
13003 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 12456 | { echo "$as_me:$LINENO: result: no" >&5 |
13004 | $as_echo "no" >&6; } | 12457 | echo "${ECHO_T}no" >&6; } |
13005 | { { $as_echo "$as_me:$LINENO: error: libedit version is not compatible" >&5 | 12458 | { { echo "$as_me:$LINENO: error: libedit version is not compatible" >&5 |
13006 | $as_echo "$as_me: error: libedit version is not compatible" >&2;} | 12459 | echo "$as_me: error: libedit version is not compatible" >&2;} |
13007 | { (exit 1); exit 1; }; } | 12460 | { (exit 1); exit 1; }; } |
13008 | 12461 | ||
13009 | fi | 12462 | fi |
@@ -13019,21 +12472,21 @@ AUDIT_MODULE=none | |||
13019 | # Check whether --with-audit was given. | 12472 | # Check whether --with-audit was given. |
13020 | if test "${with_audit+set}" = set; then | 12473 | if test "${with_audit+set}" = set; then |
13021 | withval=$with_audit; | 12474 | withval=$with_audit; |
13022 | { $as_echo "$as_me:$LINENO: checking for supported audit module" >&5 | 12475 | { echo "$as_me:$LINENO: checking for supported audit module" >&5 |
13023 | $as_echo_n "checking for supported audit module... " >&6; } | 12476 | echo $ECHO_N "checking for supported audit module... $ECHO_C" >&6; } |
13024 | case "$withval" in | 12477 | case "$withval" in |
13025 | bsm) | 12478 | bsm) |
13026 | { $as_echo "$as_me:$LINENO: result: bsm" >&5 | 12479 | { echo "$as_me:$LINENO: result: bsm" >&5 |
13027 | $as_echo "bsm" >&6; } | 12480 | echo "${ECHO_T}bsm" >&6; } |
13028 | AUDIT_MODULE=bsm | 12481 | AUDIT_MODULE=bsm |
13029 | 12482 | ||
13030 | for ac_header in bsm/audit.h | 12483 | for ac_header in bsm/audit.h |
13031 | do | 12484 | do |
13032 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 12485 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
13033 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 12486 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
13034 | $as_echo_n "checking for $ac_header... " >&6; } | 12487 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
13035 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 12488 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
13036 | $as_echo_n "(cached) " >&6 | 12489 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13037 | else | 12490 | else |
13038 | cat >conftest.$ac_ext <<_ACEOF | 12491 | cat >conftest.$ac_ext <<_ACEOF |
13039 | /* confdefs.h. */ | 12492 | /* confdefs.h. */ |
@@ -13056,21 +12509,20 @@ case "(($ac_try" in | |||
13056 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12509 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13057 | *) ac_try_echo=$ac_try;; | 12510 | *) ac_try_echo=$ac_try;; |
13058 | esac | 12511 | esac |
13059 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12512 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13060 | $as_echo "$ac_try_echo") >&5 | ||
13061 | (eval "$ac_compile") 2>conftest.er1 | 12513 | (eval "$ac_compile") 2>conftest.er1 |
13062 | ac_status=$? | 12514 | ac_status=$? |
13063 | grep -v '^ *+' conftest.er1 >conftest.err | 12515 | grep -v '^ *+' conftest.er1 >conftest.err |
13064 | rm -f conftest.er1 | 12516 | rm -f conftest.er1 |
13065 | cat conftest.err >&5 | 12517 | cat conftest.err >&5 |
13066 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13067 | (exit $ac_status); } && { | 12519 | (exit $ac_status); } && { |
13068 | test -z "$ac_c_werror_flag" || | 12520 | test -z "$ac_c_werror_flag" || |
13069 | test ! -s conftest.err | 12521 | test ! -s conftest.err |
13070 | } && test -s conftest.$ac_objext; then | 12522 | } && test -s conftest.$ac_objext; then |
13071 | eval "$as_ac_Header=yes" | 12523 | eval "$as_ac_Header=yes" |
13072 | else | 12524 | else |
13073 | $as_echo "$as_me: failed program was:" >&5 | 12525 | echo "$as_me: failed program was:" >&5 |
13074 | sed 's/^/| /' conftest.$ac_ext >&5 | 12526 | sed 's/^/| /' conftest.$ac_ext >&5 |
13075 | 12527 | ||
13076 | eval "$as_ac_Header=no" | 12528 | eval "$as_ac_Header=no" |
@@ -13078,29 +12530,27 @@ fi | |||
13078 | 12530 | ||
13079 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 12531 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13080 | fi | 12532 | fi |
13081 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 12533 | ac_res=`eval echo '${'$as_ac_Header'}'` |
13082 | $as_echo "$as_val"'` | 12534 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
13083 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 12535 | echo "${ECHO_T}$ac_res" >&6; } |
13084 | $as_echo "$ac_res" >&6; } | 12536 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
13085 | if test `eval 'as_val=${'$as_ac_Header'} | ||
13086 | $as_echo "$as_val"'` = yes; then | ||
13087 | cat >>confdefs.h <<_ACEOF | 12537 | cat >>confdefs.h <<_ACEOF |
13088 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 12538 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
13089 | _ACEOF | 12539 | _ACEOF |
13090 | 12540 | ||
13091 | else | 12541 | else |
13092 | { { $as_echo "$as_me:$LINENO: error: BSM enabled and bsm/audit.h not found" >&5 | 12542 | { { echo "$as_me:$LINENO: error: BSM enabled and bsm/audit.h not found" >&5 |
13093 | $as_echo "$as_me: error: BSM enabled and bsm/audit.h not found" >&2;} | 12543 | echo "$as_me: error: BSM enabled and bsm/audit.h not found" >&2;} |
13094 | { (exit 1); exit 1; }; } | 12544 | { (exit 1); exit 1; }; } |
13095 | fi | 12545 | fi |
13096 | 12546 | ||
13097 | done | 12547 | done |
13098 | 12548 | ||
13099 | 12549 | ||
13100 | { $as_echo "$as_me:$LINENO: checking for getaudit in -lbsm" >&5 | 12550 | { echo "$as_me:$LINENO: checking for getaudit in -lbsm" >&5 |
13101 | $as_echo_n "checking for getaudit in -lbsm... " >&6; } | 12551 | echo $ECHO_N "checking for getaudit in -lbsm... $ECHO_C" >&6; } |
13102 | if test "${ac_cv_lib_bsm_getaudit+set}" = set; then | 12552 | if test "${ac_cv_lib_bsm_getaudit+set}" = set; then |
13103 | $as_echo_n "(cached) " >&6 | 12553 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13104 | else | 12554 | else |
13105 | ac_check_lib_save_LIBS=$LIBS | 12555 | ac_check_lib_save_LIBS=$LIBS |
13106 | LIBS="-lbsm $LIBS" | 12556 | LIBS="-lbsm $LIBS" |
@@ -13132,36 +12582,32 @@ case "(($ac_try" in | |||
13132 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12582 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13133 | *) ac_try_echo=$ac_try;; | 12583 | *) ac_try_echo=$ac_try;; |
13134 | esac | 12584 | esac |
13135 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12585 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13136 | $as_echo "$ac_try_echo") >&5 | ||
13137 | (eval "$ac_link") 2>conftest.er1 | 12586 | (eval "$ac_link") 2>conftest.er1 |
13138 | ac_status=$? | 12587 | ac_status=$? |
13139 | grep -v '^ *+' conftest.er1 >conftest.err | 12588 | grep -v '^ *+' conftest.er1 >conftest.err |
13140 | rm -f conftest.er1 | 12589 | rm -f conftest.er1 |
13141 | cat conftest.err >&5 | 12590 | cat conftest.err >&5 |
13142 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12591 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13143 | (exit $ac_status); } && { | 12592 | (exit $ac_status); } && { |
13144 | test -z "$ac_c_werror_flag" || | 12593 | test -z "$ac_c_werror_flag" || |
13145 | test ! -s conftest.err | 12594 | test ! -s conftest.err |
13146 | } && test -s conftest$ac_exeext && { | 12595 | } && test -s conftest$ac_exeext && |
13147 | test "$cross_compiling" = yes || | 12596 | $as_test_x conftest$ac_exeext; then |
13148 | $as_test_x conftest$ac_exeext | ||
13149 | }; then | ||
13150 | ac_cv_lib_bsm_getaudit=yes | 12597 | ac_cv_lib_bsm_getaudit=yes |
13151 | else | 12598 | else |
13152 | $as_echo "$as_me: failed program was:" >&5 | 12599 | echo "$as_me: failed program was:" >&5 |
13153 | sed 's/^/| /' conftest.$ac_ext >&5 | 12600 | sed 's/^/| /' conftest.$ac_ext >&5 |
13154 | 12601 | ||
13155 | ac_cv_lib_bsm_getaudit=no | 12602 | ac_cv_lib_bsm_getaudit=no |
13156 | fi | 12603 | fi |
13157 | 12604 | ||
13158 | rm -rf conftest.dSYM | ||
13159 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12605 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13160 | conftest$ac_exeext conftest.$ac_ext | 12606 | conftest$ac_exeext conftest.$ac_ext |
13161 | LIBS=$ac_check_lib_save_LIBS | 12607 | LIBS=$ac_check_lib_save_LIBS |
13162 | fi | 12608 | fi |
13163 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsm_getaudit" >&5 | 12609 | { echo "$as_me:$LINENO: result: $ac_cv_lib_bsm_getaudit" >&5 |
13164 | $as_echo "$ac_cv_lib_bsm_getaudit" >&6; } | 12610 | echo "${ECHO_T}$ac_cv_lib_bsm_getaudit" >&6; } |
13165 | if test $ac_cv_lib_bsm_getaudit = yes; then | 12611 | if test $ac_cv_lib_bsm_getaudit = yes; then |
13166 | cat >>confdefs.h <<_ACEOF | 12612 | cat >>confdefs.h <<_ACEOF |
13167 | #define HAVE_LIBBSM 1 | 12613 | #define HAVE_LIBBSM 1 |
@@ -13170,19 +12616,19 @@ _ACEOF | |||
13170 | LIBS="-lbsm $LIBS" | 12616 | LIBS="-lbsm $LIBS" |
13171 | 12617 | ||
13172 | else | 12618 | else |
13173 | { { $as_echo "$as_me:$LINENO: error: BSM enabled and required library not found" >&5 | 12619 | { { echo "$as_me:$LINENO: error: BSM enabled and required library not found" >&5 |
13174 | $as_echo "$as_me: error: BSM enabled and required library not found" >&2;} | 12620 | echo "$as_me: error: BSM enabled and required library not found" >&2;} |
13175 | { (exit 1); exit 1; }; } | 12621 | { (exit 1); exit 1; }; } |
13176 | fi | 12622 | fi |
13177 | 12623 | ||
13178 | 12624 | ||
13179 | for ac_func in getaudit | 12625 | for ac_func in getaudit |
13180 | do | 12626 | do |
13181 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 12627 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13182 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 12628 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13183 | $as_echo_n "checking for $ac_func... " >&6; } | 12629 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
13184 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 12630 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13185 | $as_echo_n "(cached) " >&6 | 12631 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13186 | else | 12632 | else |
13187 | cat >conftest.$ac_ext <<_ACEOF | 12633 | cat >conftest.$ac_ext <<_ACEOF |
13188 | /* confdefs.h. */ | 12634 | /* confdefs.h. */ |
@@ -13235,46 +12681,40 @@ case "(($ac_try" in | |||
13235 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12681 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13236 | *) ac_try_echo=$ac_try;; | 12682 | *) ac_try_echo=$ac_try;; |
13237 | esac | 12683 | esac |
13238 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12684 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13239 | $as_echo "$ac_try_echo") >&5 | ||
13240 | (eval "$ac_link") 2>conftest.er1 | 12685 | (eval "$ac_link") 2>conftest.er1 |
13241 | ac_status=$? | 12686 | ac_status=$? |
13242 | grep -v '^ *+' conftest.er1 >conftest.err | 12687 | grep -v '^ *+' conftest.er1 >conftest.err |
13243 | rm -f conftest.er1 | 12688 | rm -f conftest.er1 |
13244 | cat conftest.err >&5 | 12689 | cat conftest.err >&5 |
13245 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12690 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13246 | (exit $ac_status); } && { | 12691 | (exit $ac_status); } && { |
13247 | test -z "$ac_c_werror_flag" || | 12692 | test -z "$ac_c_werror_flag" || |
13248 | test ! -s conftest.err | 12693 | test ! -s conftest.err |
13249 | } && test -s conftest$ac_exeext && { | 12694 | } && test -s conftest$ac_exeext && |
13250 | test "$cross_compiling" = yes || | 12695 | $as_test_x conftest$ac_exeext; then |
13251 | $as_test_x conftest$ac_exeext | ||
13252 | }; then | ||
13253 | eval "$as_ac_var=yes" | 12696 | eval "$as_ac_var=yes" |
13254 | else | 12697 | else |
13255 | $as_echo "$as_me: failed program was:" >&5 | 12698 | echo "$as_me: failed program was:" >&5 |
13256 | sed 's/^/| /' conftest.$ac_ext >&5 | 12699 | sed 's/^/| /' conftest.$ac_ext >&5 |
13257 | 12700 | ||
13258 | eval "$as_ac_var=no" | 12701 | eval "$as_ac_var=no" |
13259 | fi | 12702 | fi |
13260 | 12703 | ||
13261 | rm -rf conftest.dSYM | ||
13262 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12704 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13263 | conftest$ac_exeext conftest.$ac_ext | 12705 | conftest$ac_exeext conftest.$ac_ext |
13264 | fi | 12706 | fi |
13265 | ac_res=`eval 'as_val=${'$as_ac_var'} | 12707 | ac_res=`eval echo '${'$as_ac_var'}'` |
13266 | $as_echo "$as_val"'` | 12708 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
13267 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 12709 | echo "${ECHO_T}$ac_res" >&6; } |
13268 | $as_echo "$ac_res" >&6; } | 12710 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
13269 | if test `eval 'as_val=${'$as_ac_var'} | ||
13270 | $as_echo "$as_val"'` = yes; then | ||
13271 | cat >>confdefs.h <<_ACEOF | 12711 | cat >>confdefs.h <<_ACEOF |
13272 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 12712 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13273 | _ACEOF | 12713 | _ACEOF |
13274 | 12714 | ||
13275 | else | 12715 | else |
13276 | { { $as_echo "$as_me:$LINENO: error: BSM enabled and required function not found" >&5 | 12716 | { { echo "$as_me:$LINENO: error: BSM enabled and required function not found" >&5 |
13277 | $as_echo "$as_me: error: BSM enabled and required function not found" >&2;} | 12717 | echo "$as_me: error: BSM enabled and required function not found" >&2;} |
13278 | { (exit 1); exit 1; }; } | 12718 | { (exit 1); exit 1; }; } |
13279 | fi | 12719 | fi |
13280 | done | 12720 | done |
@@ -13284,11 +12724,11 @@ done | |||
13284 | 12724 | ||
13285 | for ac_func in getaudit_addr aug_get_machine | 12725 | for ac_func in getaudit_addr aug_get_machine |
13286 | do | 12726 | do |
13287 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 12727 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13288 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 12728 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13289 | $as_echo_n "checking for $ac_func... " >&6; } | 12729 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
13290 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 12730 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13291 | $as_echo_n "(cached) " >&6 | 12731 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13292 | else | 12732 | else |
13293 | cat >conftest.$ac_ext <<_ACEOF | 12733 | cat >conftest.$ac_ext <<_ACEOF |
13294 | /* confdefs.h. */ | 12734 | /* confdefs.h. */ |
@@ -13341,41 +12781,35 @@ case "(($ac_try" in | |||
13341 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 12781 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13342 | *) ac_try_echo=$ac_try;; | 12782 | *) ac_try_echo=$ac_try;; |
13343 | esac | 12783 | esac |
13344 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 12784 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13345 | $as_echo "$ac_try_echo") >&5 | ||
13346 | (eval "$ac_link") 2>conftest.er1 | 12785 | (eval "$ac_link") 2>conftest.er1 |
13347 | ac_status=$? | 12786 | ac_status=$? |
13348 | grep -v '^ *+' conftest.er1 >conftest.err | 12787 | grep -v '^ *+' conftest.er1 >conftest.err |
13349 | rm -f conftest.er1 | 12788 | rm -f conftest.er1 |
13350 | cat conftest.err >&5 | 12789 | cat conftest.err >&5 |
13351 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13352 | (exit $ac_status); } && { | 12791 | (exit $ac_status); } && { |
13353 | test -z "$ac_c_werror_flag" || | 12792 | test -z "$ac_c_werror_flag" || |
13354 | test ! -s conftest.err | 12793 | test ! -s conftest.err |
13355 | } && test -s conftest$ac_exeext && { | 12794 | } && test -s conftest$ac_exeext && |
13356 | test "$cross_compiling" = yes || | 12795 | $as_test_x conftest$ac_exeext; then |
13357 | $as_test_x conftest$ac_exeext | ||
13358 | }; then | ||
13359 | eval "$as_ac_var=yes" | 12796 | eval "$as_ac_var=yes" |
13360 | else | 12797 | else |
13361 | $as_echo "$as_me: failed program was:" >&5 | 12798 | echo "$as_me: failed program was:" >&5 |
13362 | sed 's/^/| /' conftest.$ac_ext >&5 | 12799 | sed 's/^/| /' conftest.$ac_ext >&5 |
13363 | 12800 | ||
13364 | eval "$as_ac_var=no" | 12801 | eval "$as_ac_var=no" |
13365 | fi | 12802 | fi |
13366 | 12803 | ||
13367 | rm -rf conftest.dSYM | ||
13368 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 12804 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13369 | conftest$ac_exeext conftest.$ac_ext | 12805 | conftest$ac_exeext conftest.$ac_ext |
13370 | fi | 12806 | fi |
13371 | ac_res=`eval 'as_val=${'$as_ac_var'} | 12807 | ac_res=`eval echo '${'$as_ac_var'}'` |
13372 | $as_echo "$as_val"'` | 12808 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
13373 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 12809 | echo "${ECHO_T}$ac_res" >&6; } |
13374 | $as_echo "$ac_res" >&6; } | 12810 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
13375 | if test `eval 'as_val=${'$as_ac_var'} | ||
13376 | $as_echo "$as_val"'` = yes; then | ||
13377 | cat >>confdefs.h <<_ACEOF | 12811 | cat >>confdefs.h <<_ACEOF |
13378 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 12812 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13379 | _ACEOF | 12813 | _ACEOF |
13380 | 12814 | ||
13381 | fi | 12815 | fi |
@@ -13389,8 +12823,8 @@ _ACEOF | |||
13389 | ;; | 12823 | ;; |
13390 | debug) | 12824 | debug) |
13391 | AUDIT_MODULE=debug | 12825 | AUDIT_MODULE=debug |
13392 | { $as_echo "$as_me:$LINENO: result: debug" >&5 | 12826 | { echo "$as_me:$LINENO: result: debug" >&5 |
13393 | $as_echo "debug" >&6; } | 12827 | echo "${ECHO_T}debug" >&6; } |
13394 | 12828 | ||
13395 | cat >>confdefs.h <<\_ACEOF | 12829 | cat >>confdefs.h <<\_ACEOF |
13396 | #define SSH_AUDIT_EVENTS 1 | 12830 | #define SSH_AUDIT_EVENTS 1 |
@@ -13398,12 +12832,12 @@ _ACEOF | |||
13398 | 12832 | ||
13399 | ;; | 12833 | ;; |
13400 | no) | 12834 | no) |
13401 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 12835 | { echo "$as_me:$LINENO: result: no" >&5 |
13402 | $as_echo "no" >&6; } | 12836 | echo "${ECHO_T}no" >&6; } |
13403 | ;; | 12837 | ;; |
13404 | *) | 12838 | *) |
13405 | { { $as_echo "$as_me:$LINENO: error: Unknown audit module $withval" >&5 | 12839 | { { echo "$as_me:$LINENO: error: Unknown audit module $withval" >&5 |
13406 | $as_echo "$as_me: error: Unknown audit module $withval" >&2;} | 12840 | echo "$as_me: error: Unknown audit module $withval" >&2;} |
13407 | { (exit 1); exit 1; }; } | 12841 | { (exit 1); exit 1; }; } |
13408 | ;; | 12842 | ;; |
13409 | esac | 12843 | esac |
@@ -13500,6 +12934,10 @@ fi | |||
13500 | 12934 | ||
13501 | 12935 | ||
13502 | 12936 | ||
12937 | |||
12938 | |||
12939 | |||
12940 | |||
13503 | for ac_func in \ | 12941 | for ac_func in \ |
13504 | arc4random \ | 12942 | arc4random \ |
13505 | arc4random_buf \ | 12943 | arc4random_buf \ |
@@ -13530,6 +12968,7 @@ for ac_func in \ | |||
13530 | getrlimit \ | 12968 | getrlimit \ |
13531 | getttyent \ | 12969 | getttyent \ |
13532 | glob \ | 12970 | glob \ |
12971 | group_from_gid \ | ||
13533 | inet_aton \ | 12972 | inet_aton \ |
13534 | inet_ntoa \ | 12973 | inet_ntoa \ |
13535 | inet_ntop \ | 12974 | inet_ntop \ |
@@ -13556,8 +12995,10 @@ for ac_func in \ | |||
13556 | setegid \ | 12995 | setegid \ |
13557 | setenv \ | 12996 | setenv \ |
13558 | seteuid \ | 12997 | seteuid \ |
12998 | setgroupent \ | ||
13559 | setgroups \ | 12999 | setgroups \ |
13560 | setlogin \ | 13000 | setlogin \ |
13001 | setpassent\ | ||
13561 | setpcred \ | 13002 | setpcred \ |
13562 | setproctitle \ | 13003 | setproctitle \ |
13563 | setregid \ | 13004 | setregid \ |
@@ -13586,17 +13027,18 @@ for ac_func in \ | |||
13586 | truncate \ | 13027 | truncate \ |
13587 | unsetenv \ | 13028 | unsetenv \ |
13588 | updwtmpx \ | 13029 | updwtmpx \ |
13030 | user_from_uid \ | ||
13589 | vasprintf \ | 13031 | vasprintf \ |
13590 | vhangup \ | 13032 | vhangup \ |
13591 | vsnprintf \ | 13033 | vsnprintf \ |
13592 | waitpid \ | 13034 | waitpid \ |
13593 | 13035 | ||
13594 | do | 13036 | do |
13595 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13037 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13596 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13038 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13597 | $as_echo_n "checking for $ac_func... " >&6; } | 13039 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
13598 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13040 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13599 | $as_echo_n "(cached) " >&6 | 13041 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13600 | else | 13042 | else |
13601 | cat >conftest.$ac_ext <<_ACEOF | 13043 | cat >conftest.$ac_ext <<_ACEOF |
13602 | /* confdefs.h. */ | 13044 | /* confdefs.h. */ |
@@ -13649,56 +13091,140 @@ case "(($ac_try" in | |||
13649 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13091 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13650 | *) ac_try_echo=$ac_try;; | 13092 | *) ac_try_echo=$ac_try;; |
13651 | esac | 13093 | esac |
13652 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13094 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13653 | $as_echo "$ac_try_echo") >&5 | ||
13654 | (eval "$ac_link") 2>conftest.er1 | 13095 | (eval "$ac_link") 2>conftest.er1 |
13655 | ac_status=$? | 13096 | ac_status=$? |
13656 | grep -v '^ *+' conftest.er1 >conftest.err | 13097 | grep -v '^ *+' conftest.er1 >conftest.err |
13657 | rm -f conftest.er1 | 13098 | rm -f conftest.er1 |
13658 | cat conftest.err >&5 | 13099 | cat conftest.err >&5 |
13659 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13660 | (exit $ac_status); } && { | 13101 | (exit $ac_status); } && { |
13661 | test -z "$ac_c_werror_flag" || | 13102 | test -z "$ac_c_werror_flag" || |
13662 | test ! -s conftest.err | 13103 | test ! -s conftest.err |
13663 | } && test -s conftest$ac_exeext && { | 13104 | } && test -s conftest$ac_exeext && |
13664 | test "$cross_compiling" = yes || | 13105 | $as_test_x conftest$ac_exeext; then |
13665 | $as_test_x conftest$ac_exeext | ||
13666 | }; then | ||
13667 | eval "$as_ac_var=yes" | 13106 | eval "$as_ac_var=yes" |
13668 | else | 13107 | else |
13669 | $as_echo "$as_me: failed program was:" >&5 | 13108 | echo "$as_me: failed program was:" >&5 |
13670 | sed 's/^/| /' conftest.$ac_ext >&5 | 13109 | sed 's/^/| /' conftest.$ac_ext >&5 |
13671 | 13110 | ||
13672 | eval "$as_ac_var=no" | 13111 | eval "$as_ac_var=no" |
13673 | fi | 13112 | fi |
13674 | 13113 | ||
13675 | rm -rf conftest.dSYM | ||
13676 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13114 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13677 | conftest$ac_exeext conftest.$ac_ext | 13115 | conftest$ac_exeext conftest.$ac_ext |
13678 | fi | 13116 | fi |
13679 | ac_res=`eval 'as_val=${'$as_ac_var'} | 13117 | ac_res=`eval echo '${'$as_ac_var'}'` |
13680 | $as_echo "$as_val"'` | 13118 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
13681 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 13119 | echo "${ECHO_T}$ac_res" >&6; } |
13682 | $as_echo "$ac_res" >&6; } | 13120 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
13683 | if test `eval 'as_val=${'$as_ac_var'} | ||
13684 | $as_echo "$as_val"'` = yes; then | ||
13685 | cat >>confdefs.h <<_ACEOF | 13121 | cat >>confdefs.h <<_ACEOF |
13686 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13122 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13687 | _ACEOF | 13123 | _ACEOF |
13688 | 13124 | ||
13689 | fi | 13125 | fi |
13690 | done | 13126 | done |
13691 | 13127 | ||
13692 | 13128 | ||
13129 | # PKCS#11 support requires dlopen() and co | ||
13130 | { echo "$as_me:$LINENO: checking for library containing dlopen" >&5 | ||
13131 | echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; } | ||
13132 | if test "${ac_cv_search_dlopen+set}" = set; then | ||
13133 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
13134 | else | ||
13135 | ac_func_search_save_LIBS=$LIBS | ||
13136 | cat >conftest.$ac_ext <<_ACEOF | ||
13137 | /* confdefs.h. */ | ||
13138 | _ACEOF | ||
13139 | cat confdefs.h >>conftest.$ac_ext | ||
13140 | cat >>conftest.$ac_ext <<_ACEOF | ||
13141 | /* end confdefs.h. */ | ||
13142 | |||
13143 | /* Override any GCC internal prototype to avoid an error. | ||
13144 | Use char because int might match the return type of a GCC | ||
13145 | builtin and then its argument prototype would still apply. */ | ||
13146 | #ifdef __cplusplus | ||
13147 | extern "C" | ||
13148 | #endif | ||
13149 | char dlopen (); | ||
13150 | int | ||
13151 | main () | ||
13152 | { | ||
13153 | return dlopen (); | ||
13154 | ; | ||
13155 | return 0; | ||
13156 | } | ||
13157 | _ACEOF | ||
13158 | for ac_lib in '' dl; do | ||
13159 | if test -z "$ac_lib"; then | ||
13160 | ac_res="none required" | ||
13161 | else | ||
13162 | ac_res=-l$ac_lib | ||
13163 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | ||
13164 | fi | ||
13165 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
13166 | if { (ac_try="$ac_link" | ||
13167 | case "(($ac_try" in | ||
13168 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
13169 | *) ac_try_echo=$ac_try;; | ||
13170 | esac | ||
13171 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
13172 | (eval "$ac_link") 2>conftest.er1 | ||
13173 | ac_status=$? | ||
13174 | grep -v '^ *+' conftest.er1 >conftest.err | ||
13175 | rm -f conftest.er1 | ||
13176 | cat conftest.err >&5 | ||
13177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
13178 | (exit $ac_status); } && { | ||
13179 | test -z "$ac_c_werror_flag" || | ||
13180 | test ! -s conftest.err | ||
13181 | } && test -s conftest$ac_exeext && | ||
13182 | $as_test_x conftest$ac_exeext; then | ||
13183 | ac_cv_search_dlopen=$ac_res | ||
13184 | else | ||
13185 | echo "$as_me: failed program was:" >&5 | ||
13186 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
13187 | |||
13188 | |||
13189 | fi | ||
13190 | |||
13191 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | ||
13192 | conftest$ac_exeext | ||
13193 | if test "${ac_cv_search_dlopen+set}" = set; then | ||
13194 | break | ||
13195 | fi | ||
13196 | done | ||
13197 | if test "${ac_cv_search_dlopen+set}" = set; then | ||
13198 | : | ||
13199 | else | ||
13200 | ac_cv_search_dlopen=no | ||
13201 | fi | ||
13202 | rm conftest.$ac_ext | ||
13203 | LIBS=$ac_func_search_save_LIBS | ||
13204 | fi | ||
13205 | { echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5 | ||
13206 | echo "${ECHO_T}$ac_cv_search_dlopen" >&6; } | ||
13207 | ac_res=$ac_cv_search_dlopen | ||
13208 | if test "$ac_res" != no; then | ||
13209 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | ||
13210 | |||
13211 | cat >>confdefs.h <<\_ACEOF | ||
13212 | #define ENABLE_PKCS11 | ||
13213 | _ACEOF | ||
13214 | |||
13215 | |||
13216 | fi | ||
13217 | |||
13218 | |||
13693 | # IRIX has a const char return value for gai_strerror() | 13219 | # IRIX has a const char return value for gai_strerror() |
13694 | 13220 | ||
13695 | for ac_func in gai_strerror | 13221 | for ac_func in gai_strerror |
13696 | do | 13222 | do |
13697 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13223 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13698 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13224 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
13699 | $as_echo_n "checking for $ac_func... " >&6; } | 13225 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
13700 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13226 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
13701 | $as_echo_n "(cached) " >&6 | 13227 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13702 | else | 13228 | else |
13703 | cat >conftest.$ac_ext <<_ACEOF | 13229 | cat >conftest.$ac_ext <<_ACEOF |
13704 | /* confdefs.h. */ | 13230 | /* confdefs.h. */ |
@@ -13751,41 +13277,35 @@ case "(($ac_try" in | |||
13751 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13277 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13752 | *) ac_try_echo=$ac_try;; | 13278 | *) ac_try_echo=$ac_try;; |
13753 | esac | 13279 | esac |
13754 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13280 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13755 | $as_echo "$ac_try_echo") >&5 | ||
13756 | (eval "$ac_link") 2>conftest.er1 | 13281 | (eval "$ac_link") 2>conftest.er1 |
13757 | ac_status=$? | 13282 | ac_status=$? |
13758 | grep -v '^ *+' conftest.er1 >conftest.err | 13283 | grep -v '^ *+' conftest.er1 >conftest.err |
13759 | rm -f conftest.er1 | 13284 | rm -f conftest.er1 |
13760 | cat conftest.err >&5 | 13285 | cat conftest.err >&5 |
13761 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13286 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13762 | (exit $ac_status); } && { | 13287 | (exit $ac_status); } && { |
13763 | test -z "$ac_c_werror_flag" || | 13288 | test -z "$ac_c_werror_flag" || |
13764 | test ! -s conftest.err | 13289 | test ! -s conftest.err |
13765 | } && test -s conftest$ac_exeext && { | 13290 | } && test -s conftest$ac_exeext && |
13766 | test "$cross_compiling" = yes || | 13291 | $as_test_x conftest$ac_exeext; then |
13767 | $as_test_x conftest$ac_exeext | ||
13768 | }; then | ||
13769 | eval "$as_ac_var=yes" | 13292 | eval "$as_ac_var=yes" |
13770 | else | 13293 | else |
13771 | $as_echo "$as_me: failed program was:" >&5 | 13294 | echo "$as_me: failed program was:" >&5 |
13772 | sed 's/^/| /' conftest.$ac_ext >&5 | 13295 | sed 's/^/| /' conftest.$ac_ext >&5 |
13773 | 13296 | ||
13774 | eval "$as_ac_var=no" | 13297 | eval "$as_ac_var=no" |
13775 | fi | 13298 | fi |
13776 | 13299 | ||
13777 | rm -rf conftest.dSYM | ||
13778 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13300 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13779 | conftest$ac_exeext conftest.$ac_ext | 13301 | conftest$ac_exeext conftest.$ac_ext |
13780 | fi | 13302 | fi |
13781 | ac_res=`eval 'as_val=${'$as_ac_var'} | 13303 | ac_res=`eval echo '${'$as_ac_var'}'` |
13782 | $as_echo "$as_val"'` | 13304 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
13783 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 13305 | echo "${ECHO_T}$ac_res" >&6; } |
13784 | $as_echo "$ac_res" >&6; } | 13306 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
13785 | if test `eval 'as_val=${'$as_ac_var'} | ||
13786 | $as_echo "$as_val"'` = yes; then | ||
13787 | cat >>confdefs.h <<_ACEOF | 13307 | cat >>confdefs.h <<_ACEOF |
13788 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13308 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
13789 | _ACEOF | 13309 | _ACEOF |
13790 | 13310 | ||
13791 | cat >>confdefs.h <<\_ACEOF | 13311 | cat >>confdefs.h <<\_ACEOF |
@@ -13821,14 +13341,13 @@ case "(($ac_try" in | |||
13821 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13341 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13822 | *) ac_try_echo=$ac_try;; | 13342 | *) ac_try_echo=$ac_try;; |
13823 | esac | 13343 | esac |
13824 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13344 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13825 | $as_echo "$ac_try_echo") >&5 | ||
13826 | (eval "$ac_compile") 2>conftest.er1 | 13345 | (eval "$ac_compile") 2>conftest.er1 |
13827 | ac_status=$? | 13346 | ac_status=$? |
13828 | grep -v '^ *+' conftest.er1 >conftest.err | 13347 | grep -v '^ *+' conftest.er1 >conftest.err |
13829 | rm -f conftest.er1 | 13348 | rm -f conftest.er1 |
13830 | cat conftest.err >&5 | 13349 | cat conftest.err >&5 |
13831 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13350 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13832 | (exit $ac_status); } && { | 13351 | (exit $ac_status); } && { |
13833 | test -z "$ac_c_werror_flag" || | 13352 | test -z "$ac_c_werror_flag" || |
13834 | test ! -s conftest.err | 13353 | test ! -s conftest.err |
@@ -13840,7 +13359,7 @@ cat >>confdefs.h <<\_ACEOF | |||
13840 | _ACEOF | 13359 | _ACEOF |
13841 | 13360 | ||
13842 | else | 13361 | else |
13843 | $as_echo "$as_me: failed program was:" >&5 | 13362 | echo "$as_me: failed program was:" >&5 |
13844 | sed 's/^/| /' conftest.$ac_ext >&5 | 13363 | sed 's/^/| /' conftest.$ac_ext >&5 |
13845 | 13364 | ||
13846 | 13365 | ||
@@ -13851,10 +13370,10 @@ fi | |||
13851 | done | 13370 | done |
13852 | 13371 | ||
13853 | 13372 | ||
13854 | { $as_echo "$as_me:$LINENO: checking for library containing nanosleep" >&5 | 13373 | { echo "$as_me:$LINENO: checking for library containing nanosleep" >&5 |
13855 | $as_echo_n "checking for library containing nanosleep... " >&6; } | 13374 | echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6; } |
13856 | if test "${ac_cv_search_nanosleep+set}" = set; then | 13375 | if test "${ac_cv_search_nanosleep+set}" = set; then |
13857 | $as_echo_n "(cached) " >&6 | 13376 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13858 | else | 13377 | else |
13859 | ac_func_search_save_LIBS=$LIBS | 13378 | ac_func_search_save_LIBS=$LIBS |
13860 | cat >conftest.$ac_ext <<_ACEOF | 13379 | cat >conftest.$ac_ext <<_ACEOF |
@@ -13892,30 +13411,26 @@ case "(($ac_try" in | |||
13892 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13411 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13893 | *) ac_try_echo=$ac_try;; | 13412 | *) ac_try_echo=$ac_try;; |
13894 | esac | 13413 | esac |
13895 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13414 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13896 | $as_echo "$ac_try_echo") >&5 | ||
13897 | (eval "$ac_link") 2>conftest.er1 | 13415 | (eval "$ac_link") 2>conftest.er1 |
13898 | ac_status=$? | 13416 | ac_status=$? |
13899 | grep -v '^ *+' conftest.er1 >conftest.err | 13417 | grep -v '^ *+' conftest.er1 >conftest.err |
13900 | rm -f conftest.er1 | 13418 | rm -f conftest.er1 |
13901 | cat conftest.err >&5 | 13419 | cat conftest.err >&5 |
13902 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13903 | (exit $ac_status); } && { | 13421 | (exit $ac_status); } && { |
13904 | test -z "$ac_c_werror_flag" || | 13422 | test -z "$ac_c_werror_flag" || |
13905 | test ! -s conftest.err | 13423 | test ! -s conftest.err |
13906 | } && test -s conftest$ac_exeext && { | 13424 | } && test -s conftest$ac_exeext && |
13907 | test "$cross_compiling" = yes || | 13425 | $as_test_x conftest$ac_exeext; then |
13908 | $as_test_x conftest$ac_exeext | ||
13909 | }; then | ||
13910 | ac_cv_search_nanosleep=$ac_res | 13426 | ac_cv_search_nanosleep=$ac_res |
13911 | else | 13427 | else |
13912 | $as_echo "$as_me: failed program was:" >&5 | 13428 | echo "$as_me: failed program was:" >&5 |
13913 | sed 's/^/| /' conftest.$ac_ext >&5 | 13429 | sed 's/^/| /' conftest.$ac_ext >&5 |
13914 | 13430 | ||
13915 | 13431 | ||
13916 | fi | 13432 | fi |
13917 | 13433 | ||
13918 | rm -rf conftest.dSYM | ||
13919 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13434 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
13920 | conftest$ac_exeext | 13435 | conftest$ac_exeext |
13921 | if test "${ac_cv_search_nanosleep+set}" = set; then | 13436 | if test "${ac_cv_search_nanosleep+set}" = set; then |
@@ -13930,8 +13445,8 @@ fi | |||
13930 | rm conftest.$ac_ext | 13445 | rm conftest.$ac_ext |
13931 | LIBS=$ac_func_search_save_LIBS | 13446 | LIBS=$ac_func_search_save_LIBS |
13932 | fi | 13447 | fi |
13933 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5 | 13448 | { echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5 |
13934 | $as_echo "$ac_cv_search_nanosleep" >&6; } | 13449 | echo "${ECHO_T}$ac_cv_search_nanosleep" >&6; } |
13935 | ac_res=$ac_cv_search_nanosleep | 13450 | ac_res=$ac_cv_search_nanosleep |
13936 | if test "$ac_res" != no; then | 13451 | if test "$ac_res" != no; then |
13937 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 13452 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -13943,10 +13458,10 @@ _ACEOF | |||
13943 | fi | 13458 | fi |
13944 | 13459 | ||
13945 | 13460 | ||
13946 | { $as_echo "$as_me:$LINENO: checking whether getrusage is declared" >&5 | 13461 | { echo "$as_me:$LINENO: checking whether getrusage is declared" >&5 |
13947 | $as_echo_n "checking whether getrusage is declared... " >&6; } | 13462 | echo $ECHO_N "checking whether getrusage is declared... $ECHO_C" >&6; } |
13948 | if test "${ac_cv_have_decl_getrusage+set}" = set; then | 13463 | if test "${ac_cv_have_decl_getrusage+set}" = set; then |
13949 | $as_echo_n "(cached) " >&6 | 13464 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
13950 | else | 13465 | else |
13951 | cat >conftest.$ac_ext <<_ACEOF | 13466 | cat >conftest.$ac_ext <<_ACEOF |
13952 | /* confdefs.h. */ | 13467 | /* confdefs.h. */ |
@@ -13972,21 +13487,20 @@ case "(($ac_try" in | |||
13972 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13487 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
13973 | *) ac_try_echo=$ac_try;; | 13488 | *) ac_try_echo=$ac_try;; |
13974 | esac | 13489 | esac |
13975 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13490 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
13976 | $as_echo "$ac_try_echo") >&5 | ||
13977 | (eval "$ac_compile") 2>conftest.er1 | 13491 | (eval "$ac_compile") 2>conftest.er1 |
13978 | ac_status=$? | 13492 | ac_status=$? |
13979 | grep -v '^ *+' conftest.er1 >conftest.err | 13493 | grep -v '^ *+' conftest.er1 >conftest.err |
13980 | rm -f conftest.er1 | 13494 | rm -f conftest.er1 |
13981 | cat conftest.err >&5 | 13495 | cat conftest.err >&5 |
13982 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13983 | (exit $ac_status); } && { | 13497 | (exit $ac_status); } && { |
13984 | test -z "$ac_c_werror_flag" || | 13498 | test -z "$ac_c_werror_flag" || |
13985 | test ! -s conftest.err | 13499 | test ! -s conftest.err |
13986 | } && test -s conftest.$ac_objext; then | 13500 | } && test -s conftest.$ac_objext; then |
13987 | ac_cv_have_decl_getrusage=yes | 13501 | ac_cv_have_decl_getrusage=yes |
13988 | else | 13502 | else |
13989 | $as_echo "$as_me: failed program was:" >&5 | 13503 | echo "$as_me: failed program was:" >&5 |
13990 | sed 's/^/| /' conftest.$ac_ext >&5 | 13504 | sed 's/^/| /' conftest.$ac_ext >&5 |
13991 | 13505 | ||
13992 | ac_cv_have_decl_getrusage=no | 13506 | ac_cv_have_decl_getrusage=no |
@@ -13994,17 +13508,17 @@ fi | |||
13994 | 13508 | ||
13995 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 13509 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13996 | fi | 13510 | fi |
13997 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getrusage" >&5 | 13511 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getrusage" >&5 |
13998 | $as_echo "$ac_cv_have_decl_getrusage" >&6; } | 13512 | echo "${ECHO_T}$ac_cv_have_decl_getrusage" >&6; } |
13999 | if test $ac_cv_have_decl_getrusage = yes; then | 13513 | if test $ac_cv_have_decl_getrusage = yes; then |
14000 | 13514 | ||
14001 | for ac_func in getrusage | 13515 | for ac_func in getrusage |
14002 | do | 13516 | do |
14003 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13517 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14004 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13518 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14005 | $as_echo_n "checking for $ac_func... " >&6; } | 13519 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
14006 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13520 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14007 | $as_echo_n "(cached) " >&6 | 13521 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14008 | else | 13522 | else |
14009 | cat >conftest.$ac_ext <<_ACEOF | 13523 | cat >conftest.$ac_ext <<_ACEOF |
14010 | /* confdefs.h. */ | 13524 | /* confdefs.h. */ |
@@ -14057,41 +13571,35 @@ case "(($ac_try" in | |||
14057 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13571 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14058 | *) ac_try_echo=$ac_try;; | 13572 | *) ac_try_echo=$ac_try;; |
14059 | esac | 13573 | esac |
14060 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13574 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14061 | $as_echo "$ac_try_echo") >&5 | ||
14062 | (eval "$ac_link") 2>conftest.er1 | 13575 | (eval "$ac_link") 2>conftest.er1 |
14063 | ac_status=$? | 13576 | ac_status=$? |
14064 | grep -v '^ *+' conftest.er1 >conftest.err | 13577 | grep -v '^ *+' conftest.er1 >conftest.err |
14065 | rm -f conftest.er1 | 13578 | rm -f conftest.er1 |
14066 | cat conftest.err >&5 | 13579 | cat conftest.err >&5 |
14067 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13580 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14068 | (exit $ac_status); } && { | 13581 | (exit $ac_status); } && { |
14069 | test -z "$ac_c_werror_flag" || | 13582 | test -z "$ac_c_werror_flag" || |
14070 | test ! -s conftest.err | 13583 | test ! -s conftest.err |
14071 | } && test -s conftest$ac_exeext && { | 13584 | } && test -s conftest$ac_exeext && |
14072 | test "$cross_compiling" = yes || | 13585 | $as_test_x conftest$ac_exeext; then |
14073 | $as_test_x conftest$ac_exeext | ||
14074 | }; then | ||
14075 | eval "$as_ac_var=yes" | 13586 | eval "$as_ac_var=yes" |
14076 | else | 13587 | else |
14077 | $as_echo "$as_me: failed program was:" >&5 | 13588 | echo "$as_me: failed program was:" >&5 |
14078 | sed 's/^/| /' conftest.$ac_ext >&5 | 13589 | sed 's/^/| /' conftest.$ac_ext >&5 |
14079 | 13590 | ||
14080 | eval "$as_ac_var=no" | 13591 | eval "$as_ac_var=no" |
14081 | fi | 13592 | fi |
14082 | 13593 | ||
14083 | rm -rf conftest.dSYM | ||
14084 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13594 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14085 | conftest$ac_exeext conftest.$ac_ext | 13595 | conftest$ac_exeext conftest.$ac_ext |
14086 | fi | 13596 | fi |
14087 | ac_res=`eval 'as_val=${'$as_ac_var'} | 13597 | ac_res=`eval echo '${'$as_ac_var'}'` |
14088 | $as_echo "$as_val"'` | 13598 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
14089 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 13599 | echo "${ECHO_T}$ac_res" >&6; } |
14090 | $as_echo "$ac_res" >&6; } | 13600 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
14091 | if test `eval 'as_val=${'$as_ac_var'} | ||
14092 | $as_echo "$as_val"'` = yes; then | ||
14093 | cat >>confdefs.h <<_ACEOF | 13601 | cat >>confdefs.h <<_ACEOF |
14094 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13602 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14095 | _ACEOF | 13603 | _ACEOF |
14096 | 13604 | ||
14097 | fi | 13605 | fi |
@@ -14099,10 +13607,10 @@ done | |||
14099 | 13607 | ||
14100 | fi | 13608 | fi |
14101 | 13609 | ||
14102 | { $as_echo "$as_me:$LINENO: checking whether strsep is declared" >&5 | 13610 | { echo "$as_me:$LINENO: checking whether strsep is declared" >&5 |
14103 | $as_echo_n "checking whether strsep is declared... " >&6; } | 13611 | echo $ECHO_N "checking whether strsep is declared... $ECHO_C" >&6; } |
14104 | if test "${ac_cv_have_decl_strsep+set}" = set; then | 13612 | if test "${ac_cv_have_decl_strsep+set}" = set; then |
14105 | $as_echo_n "(cached) " >&6 | 13613 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14106 | else | 13614 | else |
14107 | cat >conftest.$ac_ext <<_ACEOF | 13615 | cat >conftest.$ac_ext <<_ACEOF |
14108 | /* confdefs.h. */ | 13616 | /* confdefs.h. */ |
@@ -14133,21 +13641,20 @@ case "(($ac_try" in | |||
14133 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13641 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14134 | *) ac_try_echo=$ac_try;; | 13642 | *) ac_try_echo=$ac_try;; |
14135 | esac | 13643 | esac |
14136 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13644 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14137 | $as_echo "$ac_try_echo") >&5 | ||
14138 | (eval "$ac_compile") 2>conftest.er1 | 13645 | (eval "$ac_compile") 2>conftest.er1 |
14139 | ac_status=$? | 13646 | ac_status=$? |
14140 | grep -v '^ *+' conftest.er1 >conftest.err | 13647 | grep -v '^ *+' conftest.er1 >conftest.err |
14141 | rm -f conftest.er1 | 13648 | rm -f conftest.er1 |
14142 | cat conftest.err >&5 | 13649 | cat conftest.err >&5 |
14143 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14144 | (exit $ac_status); } && { | 13651 | (exit $ac_status); } && { |
14145 | test -z "$ac_c_werror_flag" || | 13652 | test -z "$ac_c_werror_flag" || |
14146 | test ! -s conftest.err | 13653 | test ! -s conftest.err |
14147 | } && test -s conftest.$ac_objext; then | 13654 | } && test -s conftest.$ac_objext; then |
14148 | ac_cv_have_decl_strsep=yes | 13655 | ac_cv_have_decl_strsep=yes |
14149 | else | 13656 | else |
14150 | $as_echo "$as_me: failed program was:" >&5 | 13657 | echo "$as_me: failed program was:" >&5 |
14151 | sed 's/^/| /' conftest.$ac_ext >&5 | 13658 | sed 's/^/| /' conftest.$ac_ext >&5 |
14152 | 13659 | ||
14153 | ac_cv_have_decl_strsep=no | 13660 | ac_cv_have_decl_strsep=no |
@@ -14155,17 +13662,17 @@ fi | |||
14155 | 13662 | ||
14156 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 13663 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14157 | fi | 13664 | fi |
14158 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsep" >&5 | 13665 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsep" >&5 |
14159 | $as_echo "$ac_cv_have_decl_strsep" >&6; } | 13666 | echo "${ECHO_T}$ac_cv_have_decl_strsep" >&6; } |
14160 | if test $ac_cv_have_decl_strsep = yes; then | 13667 | if test $ac_cv_have_decl_strsep = yes; then |
14161 | 13668 | ||
14162 | for ac_func in strsep | 13669 | for ac_func in strsep |
14163 | do | 13670 | do |
14164 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13671 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14165 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13672 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14166 | $as_echo_n "checking for $ac_func... " >&6; } | 13673 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
14167 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13674 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14168 | $as_echo_n "(cached) " >&6 | 13675 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14169 | else | 13676 | else |
14170 | cat >conftest.$ac_ext <<_ACEOF | 13677 | cat >conftest.$ac_ext <<_ACEOF |
14171 | /* confdefs.h. */ | 13678 | /* confdefs.h. */ |
@@ -14218,41 +13725,35 @@ case "(($ac_try" in | |||
14218 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13725 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14219 | *) ac_try_echo=$ac_try;; | 13726 | *) ac_try_echo=$ac_try;; |
14220 | esac | 13727 | esac |
14221 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13728 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14222 | $as_echo "$ac_try_echo") >&5 | ||
14223 | (eval "$ac_link") 2>conftest.er1 | 13729 | (eval "$ac_link") 2>conftest.er1 |
14224 | ac_status=$? | 13730 | ac_status=$? |
14225 | grep -v '^ *+' conftest.er1 >conftest.err | 13731 | grep -v '^ *+' conftest.er1 >conftest.err |
14226 | rm -f conftest.er1 | 13732 | rm -f conftest.er1 |
14227 | cat conftest.err >&5 | 13733 | cat conftest.err >&5 |
14228 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13734 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14229 | (exit $ac_status); } && { | 13735 | (exit $ac_status); } && { |
14230 | test -z "$ac_c_werror_flag" || | 13736 | test -z "$ac_c_werror_flag" || |
14231 | test ! -s conftest.err | 13737 | test ! -s conftest.err |
14232 | } && test -s conftest$ac_exeext && { | 13738 | } && test -s conftest$ac_exeext && |
14233 | test "$cross_compiling" = yes || | 13739 | $as_test_x conftest$ac_exeext; then |
14234 | $as_test_x conftest$ac_exeext | ||
14235 | }; then | ||
14236 | eval "$as_ac_var=yes" | 13740 | eval "$as_ac_var=yes" |
14237 | else | 13741 | else |
14238 | $as_echo "$as_me: failed program was:" >&5 | 13742 | echo "$as_me: failed program was:" >&5 |
14239 | sed 's/^/| /' conftest.$ac_ext >&5 | 13743 | sed 's/^/| /' conftest.$ac_ext >&5 |
14240 | 13744 | ||
14241 | eval "$as_ac_var=no" | 13745 | eval "$as_ac_var=no" |
14242 | fi | 13746 | fi |
14243 | 13747 | ||
14244 | rm -rf conftest.dSYM | ||
14245 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13748 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14246 | conftest$ac_exeext conftest.$ac_ext | 13749 | conftest$ac_exeext conftest.$ac_ext |
14247 | fi | 13750 | fi |
14248 | ac_res=`eval 'as_val=${'$as_ac_var'} | 13751 | ac_res=`eval echo '${'$as_ac_var'}'` |
14249 | $as_echo "$as_val"'` | 13752 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
14250 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 13753 | echo "${ECHO_T}$ac_res" >&6; } |
14251 | $as_echo "$ac_res" >&6; } | 13754 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
14252 | if test `eval 'as_val=${'$as_ac_var'} | ||
14253 | $as_echo "$as_val"'` = yes; then | ||
14254 | cat >>confdefs.h <<_ACEOF | 13755 | cat >>confdefs.h <<_ACEOF |
14255 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13756 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14256 | _ACEOF | 13757 | _ACEOF |
14257 | 13758 | ||
14258 | fi | 13759 | fi |
@@ -14261,10 +13762,10 @@ done | |||
14261 | fi | 13762 | fi |
14262 | 13763 | ||
14263 | 13764 | ||
14264 | { $as_echo "$as_me:$LINENO: checking whether tcsendbreak is declared" >&5 | 13765 | { echo "$as_me:$LINENO: checking whether tcsendbreak is declared" >&5 |
14265 | $as_echo_n "checking whether tcsendbreak is declared... " >&6; } | 13766 | echo $ECHO_N "checking whether tcsendbreak is declared... $ECHO_C" >&6; } |
14266 | if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then | 13767 | if test "${ac_cv_have_decl_tcsendbreak+set}" = set; then |
14267 | $as_echo_n "(cached) " >&6 | 13768 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14268 | else | 13769 | else |
14269 | cat >conftest.$ac_ext <<_ACEOF | 13770 | cat >conftest.$ac_ext <<_ACEOF |
14270 | /* confdefs.h. */ | 13771 | /* confdefs.h. */ |
@@ -14292,21 +13793,20 @@ case "(($ac_try" in | |||
14292 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13793 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14293 | *) ac_try_echo=$ac_try;; | 13794 | *) ac_try_echo=$ac_try;; |
14294 | esac | 13795 | esac |
14295 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13796 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14296 | $as_echo "$ac_try_echo") >&5 | ||
14297 | (eval "$ac_compile") 2>conftest.er1 | 13797 | (eval "$ac_compile") 2>conftest.er1 |
14298 | ac_status=$? | 13798 | ac_status=$? |
14299 | grep -v '^ *+' conftest.er1 >conftest.err | 13799 | grep -v '^ *+' conftest.er1 >conftest.err |
14300 | rm -f conftest.er1 | 13800 | rm -f conftest.er1 |
14301 | cat conftest.err >&5 | 13801 | cat conftest.err >&5 |
14302 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13802 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14303 | (exit $ac_status); } && { | 13803 | (exit $ac_status); } && { |
14304 | test -z "$ac_c_werror_flag" || | 13804 | test -z "$ac_c_werror_flag" || |
14305 | test ! -s conftest.err | 13805 | test ! -s conftest.err |
14306 | } && test -s conftest.$ac_objext; then | 13806 | } && test -s conftest.$ac_objext; then |
14307 | ac_cv_have_decl_tcsendbreak=yes | 13807 | ac_cv_have_decl_tcsendbreak=yes |
14308 | else | 13808 | else |
14309 | $as_echo "$as_me: failed program was:" >&5 | 13809 | echo "$as_me: failed program was:" >&5 |
14310 | sed 's/^/| /' conftest.$ac_ext >&5 | 13810 | sed 's/^/| /' conftest.$ac_ext >&5 |
14311 | 13811 | ||
14312 | ac_cv_have_decl_tcsendbreak=no | 13812 | ac_cv_have_decl_tcsendbreak=no |
@@ -14314,8 +13814,8 @@ fi | |||
14314 | 13814 | ||
14315 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 13815 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14316 | fi | 13816 | fi |
14317 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tcsendbreak" >&5 | 13817 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tcsendbreak" >&5 |
14318 | $as_echo "$ac_cv_have_decl_tcsendbreak" >&6; } | 13818 | echo "${ECHO_T}$ac_cv_have_decl_tcsendbreak" >&6; } |
14319 | if test $ac_cv_have_decl_tcsendbreak = yes; then | 13819 | if test $ac_cv_have_decl_tcsendbreak = yes; then |
14320 | cat >>confdefs.h <<\_ACEOF | 13820 | cat >>confdefs.h <<\_ACEOF |
14321 | #define HAVE_TCSENDBREAK 1 | 13821 | #define HAVE_TCSENDBREAK 1 |
@@ -14325,11 +13825,11 @@ else | |||
14325 | 13825 | ||
14326 | for ac_func in tcsendbreak | 13826 | for ac_func in tcsendbreak |
14327 | do | 13827 | do |
14328 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13828 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14329 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 13829 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14330 | $as_echo_n "checking for $ac_func... " >&6; } | 13830 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
14331 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 13831 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14332 | $as_echo_n "(cached) " >&6 | 13832 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14333 | else | 13833 | else |
14334 | cat >conftest.$ac_ext <<_ACEOF | 13834 | cat >conftest.$ac_ext <<_ACEOF |
14335 | /* confdefs.h. */ | 13835 | /* confdefs.h. */ |
@@ -14382,41 +13882,35 @@ case "(($ac_try" in | |||
14382 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13882 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14383 | *) ac_try_echo=$ac_try;; | 13883 | *) ac_try_echo=$ac_try;; |
14384 | esac | 13884 | esac |
14385 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13885 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14386 | $as_echo "$ac_try_echo") >&5 | ||
14387 | (eval "$ac_link") 2>conftest.er1 | 13886 | (eval "$ac_link") 2>conftest.er1 |
14388 | ac_status=$? | 13887 | ac_status=$? |
14389 | grep -v '^ *+' conftest.er1 >conftest.err | 13888 | grep -v '^ *+' conftest.er1 >conftest.err |
14390 | rm -f conftest.er1 | 13889 | rm -f conftest.er1 |
14391 | cat conftest.err >&5 | 13890 | cat conftest.err >&5 |
14392 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13891 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14393 | (exit $ac_status); } && { | 13892 | (exit $ac_status); } && { |
14394 | test -z "$ac_c_werror_flag" || | 13893 | test -z "$ac_c_werror_flag" || |
14395 | test ! -s conftest.err | 13894 | test ! -s conftest.err |
14396 | } && test -s conftest$ac_exeext && { | 13895 | } && test -s conftest$ac_exeext && |
14397 | test "$cross_compiling" = yes || | 13896 | $as_test_x conftest$ac_exeext; then |
14398 | $as_test_x conftest$ac_exeext | ||
14399 | }; then | ||
14400 | eval "$as_ac_var=yes" | 13897 | eval "$as_ac_var=yes" |
14401 | else | 13898 | else |
14402 | $as_echo "$as_me: failed program was:" >&5 | 13899 | echo "$as_me: failed program was:" >&5 |
14403 | sed 's/^/| /' conftest.$ac_ext >&5 | 13900 | sed 's/^/| /' conftest.$ac_ext >&5 |
14404 | 13901 | ||
14405 | eval "$as_ac_var=no" | 13902 | eval "$as_ac_var=no" |
14406 | fi | 13903 | fi |
14407 | 13904 | ||
14408 | rm -rf conftest.dSYM | ||
14409 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 13905 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14410 | conftest$ac_exeext conftest.$ac_ext | 13906 | conftest$ac_exeext conftest.$ac_ext |
14411 | fi | 13907 | fi |
14412 | ac_res=`eval 'as_val=${'$as_ac_var'} | 13908 | ac_res=`eval echo '${'$as_ac_var'}'` |
14413 | $as_echo "$as_val"'` | 13909 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
14414 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 13910 | echo "${ECHO_T}$ac_res" >&6; } |
14415 | $as_echo "$ac_res" >&6; } | 13911 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
14416 | if test `eval 'as_val=${'$as_ac_var'} | ||
14417 | $as_echo "$as_val"'` = yes; then | ||
14418 | cat >>confdefs.h <<_ACEOF | 13912 | cat >>confdefs.h <<_ACEOF |
14419 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13913 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14420 | _ACEOF | 13914 | _ACEOF |
14421 | 13915 | ||
14422 | fi | 13916 | fi |
@@ -14425,10 +13919,10 @@ done | |||
14425 | fi | 13919 | fi |
14426 | 13920 | ||
14427 | 13921 | ||
14428 | { $as_echo "$as_me:$LINENO: checking whether h_errno is declared" >&5 | 13922 | { echo "$as_me:$LINENO: checking whether h_errno is declared" >&5 |
14429 | $as_echo_n "checking whether h_errno is declared... " >&6; } | 13923 | echo $ECHO_N "checking whether h_errno is declared... $ECHO_C" >&6; } |
14430 | if test "${ac_cv_have_decl_h_errno+set}" = set; then | 13924 | if test "${ac_cv_have_decl_h_errno+set}" = set; then |
14431 | $as_echo_n "(cached) " >&6 | 13925 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14432 | else | 13926 | else |
14433 | cat >conftest.$ac_ext <<_ACEOF | 13927 | cat >conftest.$ac_ext <<_ACEOF |
14434 | /* confdefs.h. */ | 13928 | /* confdefs.h. */ |
@@ -14455,21 +13949,20 @@ case "(($ac_try" in | |||
14455 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 13949 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14456 | *) ac_try_echo=$ac_try;; | 13950 | *) ac_try_echo=$ac_try;; |
14457 | esac | 13951 | esac |
14458 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 13952 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14459 | $as_echo "$ac_try_echo") >&5 | ||
14460 | (eval "$ac_compile") 2>conftest.er1 | 13953 | (eval "$ac_compile") 2>conftest.er1 |
14461 | ac_status=$? | 13954 | ac_status=$? |
14462 | grep -v '^ *+' conftest.er1 >conftest.err | 13955 | grep -v '^ *+' conftest.er1 >conftest.err |
14463 | rm -f conftest.er1 | 13956 | rm -f conftest.er1 |
14464 | cat conftest.err >&5 | 13957 | cat conftest.err >&5 |
14465 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14466 | (exit $ac_status); } && { | 13959 | (exit $ac_status); } && { |
14467 | test -z "$ac_c_werror_flag" || | 13960 | test -z "$ac_c_werror_flag" || |
14468 | test ! -s conftest.err | 13961 | test ! -s conftest.err |
14469 | } && test -s conftest.$ac_objext; then | 13962 | } && test -s conftest.$ac_objext; then |
14470 | ac_cv_have_decl_h_errno=yes | 13963 | ac_cv_have_decl_h_errno=yes |
14471 | else | 13964 | else |
14472 | $as_echo "$as_me: failed program was:" >&5 | 13965 | echo "$as_me: failed program was:" >&5 |
14473 | sed 's/^/| /' conftest.$ac_ext >&5 | 13966 | sed 's/^/| /' conftest.$ac_ext >&5 |
14474 | 13967 | ||
14475 | ac_cv_have_decl_h_errno=no | 13968 | ac_cv_have_decl_h_errno=no |
@@ -14477,8 +13970,8 @@ fi | |||
14477 | 13970 | ||
14478 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 13971 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14479 | fi | 13972 | fi |
14480 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_h_errno" >&5 | 13973 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_h_errno" >&5 |
14481 | $as_echo "$ac_cv_have_decl_h_errno" >&6; } | 13974 | echo "${ECHO_T}$ac_cv_have_decl_h_errno" >&6; } |
14482 | if test $ac_cv_have_decl_h_errno = yes; then | 13975 | if test $ac_cv_have_decl_h_errno = yes; then |
14483 | 13976 | ||
14484 | cat >>confdefs.h <<_ACEOF | 13977 | cat >>confdefs.h <<_ACEOF |
@@ -14496,10 +13989,10 @@ fi | |||
14496 | 13989 | ||
14497 | 13990 | ||
14498 | 13991 | ||
14499 | { $as_echo "$as_me:$LINENO: checking whether SHUT_RD is declared" >&5 | 13992 | { echo "$as_me:$LINENO: checking whether SHUT_RD is declared" >&5 |
14500 | $as_echo_n "checking whether SHUT_RD is declared... " >&6; } | 13993 | echo $ECHO_N "checking whether SHUT_RD is declared... $ECHO_C" >&6; } |
14501 | if test "${ac_cv_have_decl_SHUT_RD+set}" = set; then | 13994 | if test "${ac_cv_have_decl_SHUT_RD+set}" = set; then |
14502 | $as_echo_n "(cached) " >&6 | 13995 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14503 | else | 13996 | else |
14504 | cat >conftest.$ac_ext <<_ACEOF | 13997 | cat >conftest.$ac_ext <<_ACEOF |
14505 | /* confdefs.h. */ | 13998 | /* confdefs.h. */ |
@@ -14529,21 +14022,20 @@ case "(($ac_try" in | |||
14529 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14022 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14530 | *) ac_try_echo=$ac_try;; | 14023 | *) ac_try_echo=$ac_try;; |
14531 | esac | 14024 | esac |
14532 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14025 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14533 | $as_echo "$ac_try_echo") >&5 | ||
14534 | (eval "$ac_compile") 2>conftest.er1 | 14026 | (eval "$ac_compile") 2>conftest.er1 |
14535 | ac_status=$? | 14027 | ac_status=$? |
14536 | grep -v '^ *+' conftest.er1 >conftest.err | 14028 | grep -v '^ *+' conftest.er1 >conftest.err |
14537 | rm -f conftest.er1 | 14029 | rm -f conftest.er1 |
14538 | cat conftest.err >&5 | 14030 | cat conftest.err >&5 |
14539 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14031 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14540 | (exit $ac_status); } && { | 14032 | (exit $ac_status); } && { |
14541 | test -z "$ac_c_werror_flag" || | 14033 | test -z "$ac_c_werror_flag" || |
14542 | test ! -s conftest.err | 14034 | test ! -s conftest.err |
14543 | } && test -s conftest.$ac_objext; then | 14035 | } && test -s conftest.$ac_objext; then |
14544 | ac_cv_have_decl_SHUT_RD=yes | 14036 | ac_cv_have_decl_SHUT_RD=yes |
14545 | else | 14037 | else |
14546 | $as_echo "$as_me: failed program was:" >&5 | 14038 | echo "$as_me: failed program was:" >&5 |
14547 | sed 's/^/| /' conftest.$ac_ext >&5 | 14039 | sed 's/^/| /' conftest.$ac_ext >&5 |
14548 | 14040 | ||
14549 | ac_cv_have_decl_SHUT_RD=no | 14041 | ac_cv_have_decl_SHUT_RD=no |
@@ -14551,8 +14043,8 @@ fi | |||
14551 | 14043 | ||
14552 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14044 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14553 | fi | 14045 | fi |
14554 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_SHUT_RD" >&5 | 14046 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_SHUT_RD" >&5 |
14555 | $as_echo "$ac_cv_have_decl_SHUT_RD" >&6; } | 14047 | echo "${ECHO_T}$ac_cv_have_decl_SHUT_RD" >&6; } |
14556 | if test $ac_cv_have_decl_SHUT_RD = yes; then | 14048 | if test $ac_cv_have_decl_SHUT_RD = yes; then |
14557 | 14049 | ||
14558 | cat >>confdefs.h <<_ACEOF | 14050 | cat >>confdefs.h <<_ACEOF |
@@ -14570,10 +14062,10 @@ fi | |||
14570 | 14062 | ||
14571 | 14063 | ||
14572 | 14064 | ||
14573 | { $as_echo "$as_me:$LINENO: checking whether O_NONBLOCK is declared" >&5 | 14065 | { echo "$as_me:$LINENO: checking whether O_NONBLOCK is declared" >&5 |
14574 | $as_echo_n "checking whether O_NONBLOCK is declared... " >&6; } | 14066 | echo $ECHO_N "checking whether O_NONBLOCK is declared... $ECHO_C" >&6; } |
14575 | if test "${ac_cv_have_decl_O_NONBLOCK+set}" = set; then | 14067 | if test "${ac_cv_have_decl_O_NONBLOCK+set}" = set; then |
14576 | $as_echo_n "(cached) " >&6 | 14068 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14577 | else | 14069 | else |
14578 | cat >conftest.$ac_ext <<_ACEOF | 14070 | cat >conftest.$ac_ext <<_ACEOF |
14579 | /* confdefs.h. */ | 14071 | /* confdefs.h. */ |
@@ -14608,21 +14100,20 @@ case "(($ac_try" in | |||
14608 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14100 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14609 | *) ac_try_echo=$ac_try;; | 14101 | *) ac_try_echo=$ac_try;; |
14610 | esac | 14102 | esac |
14611 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14103 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14612 | $as_echo "$ac_try_echo") >&5 | ||
14613 | (eval "$ac_compile") 2>conftest.er1 | 14104 | (eval "$ac_compile") 2>conftest.er1 |
14614 | ac_status=$? | 14105 | ac_status=$? |
14615 | grep -v '^ *+' conftest.er1 >conftest.err | 14106 | grep -v '^ *+' conftest.er1 >conftest.err |
14616 | rm -f conftest.er1 | 14107 | rm -f conftest.er1 |
14617 | cat conftest.err >&5 | 14108 | cat conftest.err >&5 |
14618 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14619 | (exit $ac_status); } && { | 14110 | (exit $ac_status); } && { |
14620 | test -z "$ac_c_werror_flag" || | 14111 | test -z "$ac_c_werror_flag" || |
14621 | test ! -s conftest.err | 14112 | test ! -s conftest.err |
14622 | } && test -s conftest.$ac_objext; then | 14113 | } && test -s conftest.$ac_objext; then |
14623 | ac_cv_have_decl_O_NONBLOCK=yes | 14114 | ac_cv_have_decl_O_NONBLOCK=yes |
14624 | else | 14115 | else |
14625 | $as_echo "$as_me: failed program was:" >&5 | 14116 | echo "$as_me: failed program was:" >&5 |
14626 | sed 's/^/| /' conftest.$ac_ext >&5 | 14117 | sed 's/^/| /' conftest.$ac_ext >&5 |
14627 | 14118 | ||
14628 | ac_cv_have_decl_O_NONBLOCK=no | 14119 | ac_cv_have_decl_O_NONBLOCK=no |
@@ -14630,8 +14121,8 @@ fi | |||
14630 | 14121 | ||
14631 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14122 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14632 | fi | 14123 | fi |
14633 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_O_NONBLOCK" >&5 | 14124 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_O_NONBLOCK" >&5 |
14634 | $as_echo "$ac_cv_have_decl_O_NONBLOCK" >&6; } | 14125 | echo "${ECHO_T}$ac_cv_have_decl_O_NONBLOCK" >&6; } |
14635 | if test $ac_cv_have_decl_O_NONBLOCK = yes; then | 14126 | if test $ac_cv_have_decl_O_NONBLOCK = yes; then |
14636 | 14127 | ||
14637 | cat >>confdefs.h <<_ACEOF | 14128 | cat >>confdefs.h <<_ACEOF |
@@ -14649,10 +14140,10 @@ fi | |||
14649 | 14140 | ||
14650 | 14141 | ||
14651 | 14142 | ||
14652 | { $as_echo "$as_me:$LINENO: checking whether writev is declared" >&5 | 14143 | { echo "$as_me:$LINENO: checking whether writev is declared" >&5 |
14653 | $as_echo_n "checking whether writev is declared... " >&6; } | 14144 | echo $ECHO_N "checking whether writev is declared... $ECHO_C" >&6; } |
14654 | if test "${ac_cv_have_decl_writev+set}" = set; then | 14145 | if test "${ac_cv_have_decl_writev+set}" = set; then |
14655 | $as_echo_n "(cached) " >&6 | 14146 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14656 | else | 14147 | else |
14657 | cat >conftest.$ac_ext <<_ACEOF | 14148 | cat >conftest.$ac_ext <<_ACEOF |
14658 | /* confdefs.h. */ | 14149 | /* confdefs.h. */ |
@@ -14683,21 +14174,20 @@ case "(($ac_try" in | |||
14683 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14174 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14684 | *) ac_try_echo=$ac_try;; | 14175 | *) ac_try_echo=$ac_try;; |
14685 | esac | 14176 | esac |
14686 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14177 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14687 | $as_echo "$ac_try_echo") >&5 | ||
14688 | (eval "$ac_compile") 2>conftest.er1 | 14178 | (eval "$ac_compile") 2>conftest.er1 |
14689 | ac_status=$? | 14179 | ac_status=$? |
14690 | grep -v '^ *+' conftest.er1 >conftest.err | 14180 | grep -v '^ *+' conftest.er1 >conftest.err |
14691 | rm -f conftest.er1 | 14181 | rm -f conftest.er1 |
14692 | cat conftest.err >&5 | 14182 | cat conftest.err >&5 |
14693 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14183 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14694 | (exit $ac_status); } && { | 14184 | (exit $ac_status); } && { |
14695 | test -z "$ac_c_werror_flag" || | 14185 | test -z "$ac_c_werror_flag" || |
14696 | test ! -s conftest.err | 14186 | test ! -s conftest.err |
14697 | } && test -s conftest.$ac_objext; then | 14187 | } && test -s conftest.$ac_objext; then |
14698 | ac_cv_have_decl_writev=yes | 14188 | ac_cv_have_decl_writev=yes |
14699 | else | 14189 | else |
14700 | $as_echo "$as_me: failed program was:" >&5 | 14190 | echo "$as_me: failed program was:" >&5 |
14701 | sed 's/^/| /' conftest.$ac_ext >&5 | 14191 | sed 's/^/| /' conftest.$ac_ext >&5 |
14702 | 14192 | ||
14703 | ac_cv_have_decl_writev=no | 14193 | ac_cv_have_decl_writev=no |
@@ -14705,8 +14195,8 @@ fi | |||
14705 | 14195 | ||
14706 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14196 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14707 | fi | 14197 | fi |
14708 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_writev" >&5 | 14198 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_writev" >&5 |
14709 | $as_echo "$ac_cv_have_decl_writev" >&6; } | 14199 | echo "${ECHO_T}$ac_cv_have_decl_writev" >&6; } |
14710 | if test $ac_cv_have_decl_writev = yes; then | 14200 | if test $ac_cv_have_decl_writev = yes; then |
14711 | 14201 | ||
14712 | cat >>confdefs.h <<_ACEOF | 14202 | cat >>confdefs.h <<_ACEOF |
@@ -14724,10 +14214,10 @@ fi | |||
14724 | 14214 | ||
14725 | 14215 | ||
14726 | 14216 | ||
14727 | { $as_echo "$as_me:$LINENO: checking whether MAXSYMLINKS is declared" >&5 | 14217 | { echo "$as_me:$LINENO: checking whether MAXSYMLINKS is declared" >&5 |
14728 | $as_echo_n "checking whether MAXSYMLINKS is declared... " >&6; } | 14218 | echo $ECHO_N "checking whether MAXSYMLINKS is declared... $ECHO_C" >&6; } |
14729 | if test "${ac_cv_have_decl_MAXSYMLINKS+set}" = set; then | 14219 | if test "${ac_cv_have_decl_MAXSYMLINKS+set}" = set; then |
14730 | $as_echo_n "(cached) " >&6 | 14220 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14731 | else | 14221 | else |
14732 | cat >conftest.$ac_ext <<_ACEOF | 14222 | cat >conftest.$ac_ext <<_ACEOF |
14733 | /* confdefs.h. */ | 14223 | /* confdefs.h. */ |
@@ -14756,21 +14246,20 @@ case "(($ac_try" in | |||
14756 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14246 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14757 | *) ac_try_echo=$ac_try;; | 14247 | *) ac_try_echo=$ac_try;; |
14758 | esac | 14248 | esac |
14759 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14249 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14760 | $as_echo "$ac_try_echo") >&5 | ||
14761 | (eval "$ac_compile") 2>conftest.er1 | 14250 | (eval "$ac_compile") 2>conftest.er1 |
14762 | ac_status=$? | 14251 | ac_status=$? |
14763 | grep -v '^ *+' conftest.er1 >conftest.err | 14252 | grep -v '^ *+' conftest.er1 >conftest.err |
14764 | rm -f conftest.er1 | 14253 | rm -f conftest.er1 |
14765 | cat conftest.err >&5 | 14254 | cat conftest.err >&5 |
14766 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14767 | (exit $ac_status); } && { | 14256 | (exit $ac_status); } && { |
14768 | test -z "$ac_c_werror_flag" || | 14257 | test -z "$ac_c_werror_flag" || |
14769 | test ! -s conftest.err | 14258 | test ! -s conftest.err |
14770 | } && test -s conftest.$ac_objext; then | 14259 | } && test -s conftest.$ac_objext; then |
14771 | ac_cv_have_decl_MAXSYMLINKS=yes | 14260 | ac_cv_have_decl_MAXSYMLINKS=yes |
14772 | else | 14261 | else |
14773 | $as_echo "$as_me: failed program was:" >&5 | 14262 | echo "$as_me: failed program was:" >&5 |
14774 | sed 's/^/| /' conftest.$ac_ext >&5 | 14263 | sed 's/^/| /' conftest.$ac_ext >&5 |
14775 | 14264 | ||
14776 | ac_cv_have_decl_MAXSYMLINKS=no | 14265 | ac_cv_have_decl_MAXSYMLINKS=no |
@@ -14778,8 +14267,8 @@ fi | |||
14778 | 14267 | ||
14779 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14268 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14780 | fi | 14269 | fi |
14781 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_MAXSYMLINKS" >&5 | 14270 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_MAXSYMLINKS" >&5 |
14782 | $as_echo "$ac_cv_have_decl_MAXSYMLINKS" >&6; } | 14271 | echo "${ECHO_T}$ac_cv_have_decl_MAXSYMLINKS" >&6; } |
14783 | if test $ac_cv_have_decl_MAXSYMLINKS = yes; then | 14272 | if test $ac_cv_have_decl_MAXSYMLINKS = yes; then |
14784 | 14273 | ||
14785 | cat >>confdefs.h <<_ACEOF | 14274 | cat >>confdefs.h <<_ACEOF |
@@ -14797,10 +14286,10 @@ fi | |||
14797 | 14286 | ||
14798 | 14287 | ||
14799 | 14288 | ||
14800 | { $as_echo "$as_me:$LINENO: checking whether offsetof is declared" >&5 | 14289 | { echo "$as_me:$LINENO: checking whether offsetof is declared" >&5 |
14801 | $as_echo_n "checking whether offsetof is declared... " >&6; } | 14290 | echo $ECHO_N "checking whether offsetof is declared... $ECHO_C" >&6; } |
14802 | if test "${ac_cv_have_decl_offsetof+set}" = set; then | 14291 | if test "${ac_cv_have_decl_offsetof+set}" = set; then |
14803 | $as_echo_n "(cached) " >&6 | 14292 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14804 | else | 14293 | else |
14805 | cat >conftest.$ac_ext <<_ACEOF | 14294 | cat >conftest.$ac_ext <<_ACEOF |
14806 | /* confdefs.h. */ | 14295 | /* confdefs.h. */ |
@@ -14829,21 +14318,20 @@ case "(($ac_try" in | |||
14829 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14318 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14830 | *) ac_try_echo=$ac_try;; | 14319 | *) ac_try_echo=$ac_try;; |
14831 | esac | 14320 | esac |
14832 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14321 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14833 | $as_echo "$ac_try_echo") >&5 | ||
14834 | (eval "$ac_compile") 2>conftest.er1 | 14322 | (eval "$ac_compile") 2>conftest.er1 |
14835 | ac_status=$? | 14323 | ac_status=$? |
14836 | grep -v '^ *+' conftest.er1 >conftest.err | 14324 | grep -v '^ *+' conftest.er1 >conftest.err |
14837 | rm -f conftest.er1 | 14325 | rm -f conftest.er1 |
14838 | cat conftest.err >&5 | 14326 | cat conftest.err >&5 |
14839 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14840 | (exit $ac_status); } && { | 14328 | (exit $ac_status); } && { |
14841 | test -z "$ac_c_werror_flag" || | 14329 | test -z "$ac_c_werror_flag" || |
14842 | test ! -s conftest.err | 14330 | test ! -s conftest.err |
14843 | } && test -s conftest.$ac_objext; then | 14331 | } && test -s conftest.$ac_objext; then |
14844 | ac_cv_have_decl_offsetof=yes | 14332 | ac_cv_have_decl_offsetof=yes |
14845 | else | 14333 | else |
14846 | $as_echo "$as_me: failed program was:" >&5 | 14334 | echo "$as_me: failed program was:" >&5 |
14847 | sed 's/^/| /' conftest.$ac_ext >&5 | 14335 | sed 's/^/| /' conftest.$ac_ext >&5 |
14848 | 14336 | ||
14849 | ac_cv_have_decl_offsetof=no | 14337 | ac_cv_have_decl_offsetof=no |
@@ -14851,8 +14339,8 @@ fi | |||
14851 | 14339 | ||
14852 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 14340 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14853 | fi | 14341 | fi |
14854 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_offsetof" >&5 | 14342 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl_offsetof" >&5 |
14855 | $as_echo "$ac_cv_have_decl_offsetof" >&6; } | 14343 | echo "${ECHO_T}$ac_cv_have_decl_offsetof" >&6; } |
14856 | if test $ac_cv_have_decl_offsetof = yes; then | 14344 | if test $ac_cv_have_decl_offsetof = yes; then |
14857 | 14345 | ||
14858 | cat >>confdefs.h <<_ACEOF | 14346 | cat >>confdefs.h <<_ACEOF |
@@ -14873,11 +14361,11 @@ fi | |||
14873 | 14361 | ||
14874 | for ac_func in setresuid | 14362 | for ac_func in setresuid |
14875 | do | 14363 | do |
14876 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14364 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14877 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14365 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
14878 | $as_echo_n "checking for $ac_func... " >&6; } | 14366 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
14879 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14367 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
14880 | $as_echo_n "(cached) " >&6 | 14368 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
14881 | else | 14369 | else |
14882 | cat >conftest.$ac_ext <<_ACEOF | 14370 | cat >conftest.$ac_ext <<_ACEOF |
14883 | /* confdefs.h. */ | 14371 | /* confdefs.h. */ |
@@ -14930,48 +14418,42 @@ case "(($ac_try" in | |||
14930 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14418 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14931 | *) ac_try_echo=$ac_try;; | 14419 | *) ac_try_echo=$ac_try;; |
14932 | esac | 14420 | esac |
14933 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14421 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14934 | $as_echo "$ac_try_echo") >&5 | ||
14935 | (eval "$ac_link") 2>conftest.er1 | 14422 | (eval "$ac_link") 2>conftest.er1 |
14936 | ac_status=$? | 14423 | ac_status=$? |
14937 | grep -v '^ *+' conftest.er1 >conftest.err | 14424 | grep -v '^ *+' conftest.er1 >conftest.err |
14938 | rm -f conftest.er1 | 14425 | rm -f conftest.er1 |
14939 | cat conftest.err >&5 | 14426 | cat conftest.err >&5 |
14940 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14427 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14941 | (exit $ac_status); } && { | 14428 | (exit $ac_status); } && { |
14942 | test -z "$ac_c_werror_flag" || | 14429 | test -z "$ac_c_werror_flag" || |
14943 | test ! -s conftest.err | 14430 | test ! -s conftest.err |
14944 | } && test -s conftest$ac_exeext && { | 14431 | } && test -s conftest$ac_exeext && |
14945 | test "$cross_compiling" = yes || | 14432 | $as_test_x conftest$ac_exeext; then |
14946 | $as_test_x conftest$ac_exeext | ||
14947 | }; then | ||
14948 | eval "$as_ac_var=yes" | 14433 | eval "$as_ac_var=yes" |
14949 | else | 14434 | else |
14950 | $as_echo "$as_me: failed program was:" >&5 | 14435 | echo "$as_me: failed program was:" >&5 |
14951 | sed 's/^/| /' conftest.$ac_ext >&5 | 14436 | sed 's/^/| /' conftest.$ac_ext >&5 |
14952 | 14437 | ||
14953 | eval "$as_ac_var=no" | 14438 | eval "$as_ac_var=no" |
14954 | fi | 14439 | fi |
14955 | 14440 | ||
14956 | rm -rf conftest.dSYM | ||
14957 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14441 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
14958 | conftest$ac_exeext conftest.$ac_ext | 14442 | conftest$ac_exeext conftest.$ac_ext |
14959 | fi | 14443 | fi |
14960 | ac_res=`eval 'as_val=${'$as_ac_var'} | 14444 | ac_res=`eval echo '${'$as_ac_var'}'` |
14961 | $as_echo "$as_val"'` | 14445 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
14962 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 14446 | echo "${ECHO_T}$ac_res" >&6; } |
14963 | $as_echo "$ac_res" >&6; } | 14447 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
14964 | if test `eval 'as_val=${'$as_ac_var'} | ||
14965 | $as_echo "$as_val"'` = yes; then | ||
14966 | cat >>confdefs.h <<_ACEOF | 14448 | cat >>confdefs.h <<_ACEOF |
14967 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14449 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14968 | _ACEOF | 14450 | _ACEOF |
14969 | 14451 | ||
14970 | { $as_echo "$as_me:$LINENO: checking if setresuid seems to work" >&5 | 14452 | { echo "$as_me:$LINENO: checking if setresuid seems to work" >&5 |
14971 | $as_echo_n "checking if setresuid seems to work... " >&6; } | 14453 | echo $ECHO_N "checking if setresuid seems to work... $ECHO_C" >&6; } |
14972 | if test "$cross_compiling" = yes; then | 14454 | if test "$cross_compiling" = yes; then |
14973 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 | 14455 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 |
14974 | $as_echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} | 14456 | echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} |
14975 | 14457 | ||
14976 | else | 14458 | else |
14977 | cat >conftest.$ac_ext <<_ACEOF | 14459 | cat >conftest.$ac_ext <<_ACEOF |
@@ -14992,27 +14474,25 @@ case "(($ac_try" in | |||
14992 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14474 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
14993 | *) ac_try_echo=$ac_try;; | 14475 | *) ac_try_echo=$ac_try;; |
14994 | esac | 14476 | esac |
14995 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14477 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
14996 | $as_echo "$ac_try_echo") >&5 | ||
14997 | (eval "$ac_link") 2>&5 | 14478 | (eval "$ac_link") 2>&5 |
14998 | ac_status=$? | 14479 | ac_status=$? |
14999 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14480 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15000 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 14481 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
15001 | { (case "(($ac_try" in | 14482 | { (case "(($ac_try" in |
15002 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14483 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15003 | *) ac_try_echo=$ac_try;; | 14484 | *) ac_try_echo=$ac_try;; |
15004 | esac | 14485 | esac |
15005 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14486 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15006 | $as_echo "$ac_try_echo") >&5 | ||
15007 | (eval "$ac_try") 2>&5 | 14487 | (eval "$ac_try") 2>&5 |
15008 | ac_status=$? | 14488 | ac_status=$? |
15009 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14489 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15010 | (exit $ac_status); }; }; then | 14490 | (exit $ac_status); }; }; then |
15011 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 14491 | { echo "$as_me:$LINENO: result: yes" >&5 |
15012 | $as_echo "yes" >&6; } | 14492 | echo "${ECHO_T}yes" >&6; } |
15013 | else | 14493 | else |
15014 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 14494 | echo "$as_me: program exited with status $ac_status" >&5 |
15015 | $as_echo "$as_me: failed program was:" >&5 | 14495 | echo "$as_me: failed program was:" >&5 |
15016 | sed 's/^/| /' conftest.$ac_ext >&5 | 14496 | sed 's/^/| /' conftest.$ac_ext >&5 |
15017 | 14497 | ||
15018 | ( exit $ac_status ) | 14498 | ( exit $ac_status ) |
@@ -15021,10 +14501,9 @@ cat >>confdefs.h <<\_ACEOF | |||
15021 | #define BROKEN_SETRESUID 1 | 14501 | #define BROKEN_SETRESUID 1 |
15022 | _ACEOF | 14502 | _ACEOF |
15023 | 14503 | ||
15024 | { $as_echo "$as_me:$LINENO: result: not implemented" >&5 | 14504 | { echo "$as_me:$LINENO: result: not implemented" >&5 |
15025 | $as_echo "not implemented" >&6; } | 14505 | echo "${ECHO_T}not implemented" >&6; } |
15026 | fi | 14506 | fi |
15027 | rm -rf conftest.dSYM | ||
15028 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 14507 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15029 | fi | 14508 | fi |
15030 | 14509 | ||
@@ -15037,11 +14516,11 @@ done | |||
15037 | 14516 | ||
15038 | for ac_func in setresgid | 14517 | for ac_func in setresgid |
15039 | do | 14518 | do |
15040 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14519 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15041 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14520 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15042 | $as_echo_n "checking for $ac_func... " >&6; } | 14521 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15043 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14522 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15044 | $as_echo_n "(cached) " >&6 | 14523 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15045 | else | 14524 | else |
15046 | cat >conftest.$ac_ext <<_ACEOF | 14525 | cat >conftest.$ac_ext <<_ACEOF |
15047 | /* confdefs.h. */ | 14526 | /* confdefs.h. */ |
@@ -15094,48 +14573,42 @@ case "(($ac_try" in | |||
15094 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14573 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15095 | *) ac_try_echo=$ac_try;; | 14574 | *) ac_try_echo=$ac_try;; |
15096 | esac | 14575 | esac |
15097 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14576 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15098 | $as_echo "$ac_try_echo") >&5 | ||
15099 | (eval "$ac_link") 2>conftest.er1 | 14577 | (eval "$ac_link") 2>conftest.er1 |
15100 | ac_status=$? | 14578 | ac_status=$? |
15101 | grep -v '^ *+' conftest.er1 >conftest.err | 14579 | grep -v '^ *+' conftest.er1 >conftest.err |
15102 | rm -f conftest.er1 | 14580 | rm -f conftest.er1 |
15103 | cat conftest.err >&5 | 14581 | cat conftest.err >&5 |
15104 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14582 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15105 | (exit $ac_status); } && { | 14583 | (exit $ac_status); } && { |
15106 | test -z "$ac_c_werror_flag" || | 14584 | test -z "$ac_c_werror_flag" || |
15107 | test ! -s conftest.err | 14585 | test ! -s conftest.err |
15108 | } && test -s conftest$ac_exeext && { | 14586 | } && test -s conftest$ac_exeext && |
15109 | test "$cross_compiling" = yes || | 14587 | $as_test_x conftest$ac_exeext; then |
15110 | $as_test_x conftest$ac_exeext | ||
15111 | }; then | ||
15112 | eval "$as_ac_var=yes" | 14588 | eval "$as_ac_var=yes" |
15113 | else | 14589 | else |
15114 | $as_echo "$as_me: failed program was:" >&5 | 14590 | echo "$as_me: failed program was:" >&5 |
15115 | sed 's/^/| /' conftest.$ac_ext >&5 | 14591 | sed 's/^/| /' conftest.$ac_ext >&5 |
15116 | 14592 | ||
15117 | eval "$as_ac_var=no" | 14593 | eval "$as_ac_var=no" |
15118 | fi | 14594 | fi |
15119 | 14595 | ||
15120 | rm -rf conftest.dSYM | ||
15121 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14596 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15122 | conftest$ac_exeext conftest.$ac_ext | 14597 | conftest$ac_exeext conftest.$ac_ext |
15123 | fi | 14598 | fi |
15124 | ac_res=`eval 'as_val=${'$as_ac_var'} | 14599 | ac_res=`eval echo '${'$as_ac_var'}'` |
15125 | $as_echo "$as_val"'` | 14600 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15126 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 14601 | echo "${ECHO_T}$ac_res" >&6; } |
15127 | $as_echo "$ac_res" >&6; } | 14602 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15128 | if test `eval 'as_val=${'$as_ac_var'} | ||
15129 | $as_echo "$as_val"'` = yes; then | ||
15130 | cat >>confdefs.h <<_ACEOF | 14603 | cat >>confdefs.h <<_ACEOF |
15131 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14604 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15132 | _ACEOF | 14605 | _ACEOF |
15133 | 14606 | ||
15134 | { $as_echo "$as_me:$LINENO: checking if setresgid seems to work" >&5 | 14607 | { echo "$as_me:$LINENO: checking if setresgid seems to work" >&5 |
15135 | $as_echo_n "checking if setresgid seems to work... " >&6; } | 14608 | echo $ECHO_N "checking if setresgid seems to work... $ECHO_C" >&6; } |
15136 | if test "$cross_compiling" = yes; then | 14609 | if test "$cross_compiling" = yes; then |
15137 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 | 14610 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking setresuid" >&5 |
15138 | $as_echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} | 14611 | echo "$as_me: WARNING: cross compiling: not checking setresuid" >&2;} |
15139 | 14612 | ||
15140 | else | 14613 | else |
15141 | cat >conftest.$ac_ext <<_ACEOF | 14614 | cat >conftest.$ac_ext <<_ACEOF |
@@ -15156,27 +14629,25 @@ case "(($ac_try" in | |||
15156 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14629 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15157 | *) ac_try_echo=$ac_try;; | 14630 | *) ac_try_echo=$ac_try;; |
15158 | esac | 14631 | esac |
15159 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14632 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15160 | $as_echo "$ac_try_echo") >&5 | ||
15161 | (eval "$ac_link") 2>&5 | 14633 | (eval "$ac_link") 2>&5 |
15162 | ac_status=$? | 14634 | ac_status=$? |
15163 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14635 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15164 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 14636 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
15165 | { (case "(($ac_try" in | 14637 | { (case "(($ac_try" in |
15166 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14638 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15167 | *) ac_try_echo=$ac_try;; | 14639 | *) ac_try_echo=$ac_try;; |
15168 | esac | 14640 | esac |
15169 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14641 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15170 | $as_echo "$ac_try_echo") >&5 | ||
15171 | (eval "$ac_try") 2>&5 | 14642 | (eval "$ac_try") 2>&5 |
15172 | ac_status=$? | 14643 | ac_status=$? |
15173 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15174 | (exit $ac_status); }; }; then | 14645 | (exit $ac_status); }; }; then |
15175 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 14646 | { echo "$as_me:$LINENO: result: yes" >&5 |
15176 | $as_echo "yes" >&6; } | 14647 | echo "${ECHO_T}yes" >&6; } |
15177 | else | 14648 | else |
15178 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 14649 | echo "$as_me: program exited with status $ac_status" >&5 |
15179 | $as_echo "$as_me: failed program was:" >&5 | 14650 | echo "$as_me: failed program was:" >&5 |
15180 | sed 's/^/| /' conftest.$ac_ext >&5 | 14651 | sed 's/^/| /' conftest.$ac_ext >&5 |
15181 | 14652 | ||
15182 | ( exit $ac_status ) | 14653 | ( exit $ac_status ) |
@@ -15185,10 +14656,9 @@ cat >>confdefs.h <<\_ACEOF | |||
15185 | #define BROKEN_SETRESGID 1 | 14656 | #define BROKEN_SETRESGID 1 |
15186 | _ACEOF | 14657 | _ACEOF |
15187 | 14658 | ||
15188 | { $as_echo "$as_me:$LINENO: result: not implemented" >&5 | 14659 | { echo "$as_me:$LINENO: result: not implemented" >&5 |
15189 | $as_echo "not implemented" >&6; } | 14660 | echo "${ECHO_T}not implemented" >&6; } |
15190 | fi | 14661 | fi |
15191 | rm -rf conftest.dSYM | ||
15192 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 14662 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
15193 | fi | 14663 | fi |
15194 | 14664 | ||
@@ -15202,11 +14672,11 @@ done | |||
15202 | 14672 | ||
15203 | for ac_func in gettimeofday time | 14673 | for ac_func in gettimeofday time |
15204 | do | 14674 | do |
15205 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14675 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15206 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14676 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15207 | $as_echo_n "checking for $ac_func... " >&6; } | 14677 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15208 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14678 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15209 | $as_echo_n "(cached) " >&6 | 14679 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15210 | else | 14680 | else |
15211 | cat >conftest.$ac_ext <<_ACEOF | 14681 | cat >conftest.$ac_ext <<_ACEOF |
15212 | /* confdefs.h. */ | 14682 | /* confdefs.h. */ |
@@ -15259,41 +14729,35 @@ case "(($ac_try" in | |||
15259 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14729 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15260 | *) ac_try_echo=$ac_try;; | 14730 | *) ac_try_echo=$ac_try;; |
15261 | esac | 14731 | esac |
15262 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14732 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15263 | $as_echo "$ac_try_echo") >&5 | ||
15264 | (eval "$ac_link") 2>conftest.er1 | 14733 | (eval "$ac_link") 2>conftest.er1 |
15265 | ac_status=$? | 14734 | ac_status=$? |
15266 | grep -v '^ *+' conftest.er1 >conftest.err | 14735 | grep -v '^ *+' conftest.er1 >conftest.err |
15267 | rm -f conftest.er1 | 14736 | rm -f conftest.er1 |
15268 | cat conftest.err >&5 | 14737 | cat conftest.err >&5 |
15269 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15270 | (exit $ac_status); } && { | 14739 | (exit $ac_status); } && { |
15271 | test -z "$ac_c_werror_flag" || | 14740 | test -z "$ac_c_werror_flag" || |
15272 | test ! -s conftest.err | 14741 | test ! -s conftest.err |
15273 | } && test -s conftest$ac_exeext && { | 14742 | } && test -s conftest$ac_exeext && |
15274 | test "$cross_compiling" = yes || | 14743 | $as_test_x conftest$ac_exeext; then |
15275 | $as_test_x conftest$ac_exeext | ||
15276 | }; then | ||
15277 | eval "$as_ac_var=yes" | 14744 | eval "$as_ac_var=yes" |
15278 | else | 14745 | else |
15279 | $as_echo "$as_me: failed program was:" >&5 | 14746 | echo "$as_me: failed program was:" >&5 |
15280 | sed 's/^/| /' conftest.$ac_ext >&5 | 14747 | sed 's/^/| /' conftest.$ac_ext >&5 |
15281 | 14748 | ||
15282 | eval "$as_ac_var=no" | 14749 | eval "$as_ac_var=no" |
15283 | fi | 14750 | fi |
15284 | 14751 | ||
15285 | rm -rf conftest.dSYM | ||
15286 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14752 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15287 | conftest$ac_exeext conftest.$ac_ext | 14753 | conftest$ac_exeext conftest.$ac_ext |
15288 | fi | 14754 | fi |
15289 | ac_res=`eval 'as_val=${'$as_ac_var'} | 14755 | ac_res=`eval echo '${'$as_ac_var'}'` |
15290 | $as_echo "$as_val"'` | 14756 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15291 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 14757 | echo "${ECHO_T}$ac_res" >&6; } |
15292 | $as_echo "$ac_res" >&6; } | 14758 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15293 | if test `eval 'as_val=${'$as_ac_var'} | ||
15294 | $as_echo "$as_val"'` = yes; then | ||
15295 | cat >>confdefs.h <<_ACEOF | 14759 | cat >>confdefs.h <<_ACEOF |
15296 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14760 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15297 | _ACEOF | 14761 | _ACEOF |
15298 | 14762 | ||
15299 | fi | 14763 | fi |
@@ -15307,11 +14771,11 @@ done | |||
15307 | 14771 | ||
15308 | for ac_func in endutent getutent getutid getutline pututline setutent | 14772 | for ac_func in endutent getutent getutid getutline pututline setutent |
15309 | do | 14773 | do |
15310 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14774 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15311 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14775 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15312 | $as_echo_n "checking for $ac_func... " >&6; } | 14776 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15313 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14777 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15314 | $as_echo_n "(cached) " >&6 | 14778 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15315 | else | 14779 | else |
15316 | cat >conftest.$ac_ext <<_ACEOF | 14780 | cat >conftest.$ac_ext <<_ACEOF |
15317 | /* confdefs.h. */ | 14781 | /* confdefs.h. */ |
@@ -15364,41 +14828,35 @@ case "(($ac_try" in | |||
15364 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14828 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15365 | *) ac_try_echo=$ac_try;; | 14829 | *) ac_try_echo=$ac_try;; |
15366 | esac | 14830 | esac |
15367 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14831 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15368 | $as_echo "$ac_try_echo") >&5 | ||
15369 | (eval "$ac_link") 2>conftest.er1 | 14832 | (eval "$ac_link") 2>conftest.er1 |
15370 | ac_status=$? | 14833 | ac_status=$? |
15371 | grep -v '^ *+' conftest.er1 >conftest.err | 14834 | grep -v '^ *+' conftest.er1 >conftest.err |
15372 | rm -f conftest.er1 | 14835 | rm -f conftest.er1 |
15373 | cat conftest.err >&5 | 14836 | cat conftest.err >&5 |
15374 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14837 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15375 | (exit $ac_status); } && { | 14838 | (exit $ac_status); } && { |
15376 | test -z "$ac_c_werror_flag" || | 14839 | test -z "$ac_c_werror_flag" || |
15377 | test ! -s conftest.err | 14840 | test ! -s conftest.err |
15378 | } && test -s conftest$ac_exeext && { | 14841 | } && test -s conftest$ac_exeext && |
15379 | test "$cross_compiling" = yes || | 14842 | $as_test_x conftest$ac_exeext; then |
15380 | $as_test_x conftest$ac_exeext | ||
15381 | }; then | ||
15382 | eval "$as_ac_var=yes" | 14843 | eval "$as_ac_var=yes" |
15383 | else | 14844 | else |
15384 | $as_echo "$as_me: failed program was:" >&5 | 14845 | echo "$as_me: failed program was:" >&5 |
15385 | sed 's/^/| /' conftest.$ac_ext >&5 | 14846 | sed 's/^/| /' conftest.$ac_ext >&5 |
15386 | 14847 | ||
15387 | eval "$as_ac_var=no" | 14848 | eval "$as_ac_var=no" |
15388 | fi | 14849 | fi |
15389 | 14850 | ||
15390 | rm -rf conftest.dSYM | ||
15391 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14851 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15392 | conftest$ac_exeext conftest.$ac_ext | 14852 | conftest$ac_exeext conftest.$ac_ext |
15393 | fi | 14853 | fi |
15394 | ac_res=`eval 'as_val=${'$as_ac_var'} | 14854 | ac_res=`eval echo '${'$as_ac_var'}'` |
15395 | $as_echo "$as_val"'` | 14855 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15396 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 14856 | echo "${ECHO_T}$ac_res" >&6; } |
15397 | $as_echo "$ac_res" >&6; } | 14857 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15398 | if test `eval 'as_val=${'$as_ac_var'} | ||
15399 | $as_echo "$as_val"'` = yes; then | ||
15400 | cat >>confdefs.h <<_ACEOF | 14858 | cat >>confdefs.h <<_ACEOF |
15401 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14859 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15402 | _ACEOF | 14860 | _ACEOF |
15403 | 14861 | ||
15404 | fi | 14862 | fi |
@@ -15407,11 +14865,11 @@ done | |||
15407 | 14865 | ||
15408 | for ac_func in utmpname | 14866 | for ac_func in utmpname |
15409 | do | 14867 | do |
15410 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14868 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15411 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14869 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15412 | $as_echo_n "checking for $ac_func... " >&6; } | 14870 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15413 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14871 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15414 | $as_echo_n "(cached) " >&6 | 14872 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15415 | else | 14873 | else |
15416 | cat >conftest.$ac_ext <<_ACEOF | 14874 | cat >conftest.$ac_ext <<_ACEOF |
15417 | /* confdefs.h. */ | 14875 | /* confdefs.h. */ |
@@ -15464,41 +14922,35 @@ case "(($ac_try" in | |||
15464 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 14922 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15465 | *) ac_try_echo=$ac_try;; | 14923 | *) ac_try_echo=$ac_try;; |
15466 | esac | 14924 | esac |
15467 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 14925 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15468 | $as_echo "$ac_try_echo") >&5 | ||
15469 | (eval "$ac_link") 2>conftest.er1 | 14926 | (eval "$ac_link") 2>conftest.er1 |
15470 | ac_status=$? | 14927 | ac_status=$? |
15471 | grep -v '^ *+' conftest.er1 >conftest.err | 14928 | grep -v '^ *+' conftest.er1 >conftest.err |
15472 | rm -f conftest.er1 | 14929 | rm -f conftest.er1 |
15473 | cat conftest.err >&5 | 14930 | cat conftest.err >&5 |
15474 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15475 | (exit $ac_status); } && { | 14932 | (exit $ac_status); } && { |
15476 | test -z "$ac_c_werror_flag" || | 14933 | test -z "$ac_c_werror_flag" || |
15477 | test ! -s conftest.err | 14934 | test ! -s conftest.err |
15478 | } && test -s conftest$ac_exeext && { | 14935 | } && test -s conftest$ac_exeext && |
15479 | test "$cross_compiling" = yes || | 14936 | $as_test_x conftest$ac_exeext; then |
15480 | $as_test_x conftest$ac_exeext | ||
15481 | }; then | ||
15482 | eval "$as_ac_var=yes" | 14937 | eval "$as_ac_var=yes" |
15483 | else | 14938 | else |
15484 | $as_echo "$as_me: failed program was:" >&5 | 14939 | echo "$as_me: failed program was:" >&5 |
15485 | sed 's/^/| /' conftest.$ac_ext >&5 | 14940 | sed 's/^/| /' conftest.$ac_ext >&5 |
15486 | 14941 | ||
15487 | eval "$as_ac_var=no" | 14942 | eval "$as_ac_var=no" |
15488 | fi | 14943 | fi |
15489 | 14944 | ||
15490 | rm -rf conftest.dSYM | ||
15491 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 14945 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15492 | conftest$ac_exeext conftest.$ac_ext | 14946 | conftest$ac_exeext conftest.$ac_ext |
15493 | fi | 14947 | fi |
15494 | ac_res=`eval 'as_val=${'$as_ac_var'} | 14948 | ac_res=`eval echo '${'$as_ac_var'}'` |
15495 | $as_echo "$as_val"'` | 14949 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15496 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 14950 | echo "${ECHO_T}$ac_res" >&6; } |
15497 | $as_echo "$ac_res" >&6; } | 14951 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15498 | if test `eval 'as_val=${'$as_ac_var'} | ||
15499 | $as_echo "$as_val"'` = yes; then | ||
15500 | cat >>confdefs.h <<_ACEOF | 14952 | cat >>confdefs.h <<_ACEOF |
15501 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14953 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15502 | _ACEOF | 14954 | _ACEOF |
15503 | 14955 | ||
15504 | fi | 14956 | fi |
@@ -15511,11 +14963,11 @@ done | |||
15511 | 14963 | ||
15512 | for ac_func in endutxent getutxent getutxid getutxline pututxline | 14964 | for ac_func in endutxent getutxent getutxid getutxline pututxline |
15513 | do | 14965 | do |
15514 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14966 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15515 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 14967 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15516 | $as_echo_n "checking for $ac_func... " >&6; } | 14968 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15517 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 14969 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15518 | $as_echo_n "(cached) " >&6 | 14970 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15519 | else | 14971 | else |
15520 | cat >conftest.$ac_ext <<_ACEOF | 14972 | cat >conftest.$ac_ext <<_ACEOF |
15521 | /* confdefs.h. */ | 14973 | /* confdefs.h. */ |
@@ -15568,41 +15020,35 @@ case "(($ac_try" in | |||
15568 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15020 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15569 | *) ac_try_echo=$ac_try;; | 15021 | *) ac_try_echo=$ac_try;; |
15570 | esac | 15022 | esac |
15571 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15023 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15572 | $as_echo "$ac_try_echo") >&5 | ||
15573 | (eval "$ac_link") 2>conftest.er1 | 15024 | (eval "$ac_link") 2>conftest.er1 |
15574 | ac_status=$? | 15025 | ac_status=$? |
15575 | grep -v '^ *+' conftest.er1 >conftest.err | 15026 | grep -v '^ *+' conftest.er1 >conftest.err |
15576 | rm -f conftest.er1 | 15027 | rm -f conftest.er1 |
15577 | cat conftest.err >&5 | 15028 | cat conftest.err >&5 |
15578 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15029 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15579 | (exit $ac_status); } && { | 15030 | (exit $ac_status); } && { |
15580 | test -z "$ac_c_werror_flag" || | 15031 | test -z "$ac_c_werror_flag" || |
15581 | test ! -s conftest.err | 15032 | test ! -s conftest.err |
15582 | } && test -s conftest$ac_exeext && { | 15033 | } && test -s conftest$ac_exeext && |
15583 | test "$cross_compiling" = yes || | 15034 | $as_test_x conftest$ac_exeext; then |
15584 | $as_test_x conftest$ac_exeext | ||
15585 | }; then | ||
15586 | eval "$as_ac_var=yes" | 15035 | eval "$as_ac_var=yes" |
15587 | else | 15036 | else |
15588 | $as_echo "$as_me: failed program was:" >&5 | 15037 | echo "$as_me: failed program was:" >&5 |
15589 | sed 's/^/| /' conftest.$ac_ext >&5 | 15038 | sed 's/^/| /' conftest.$ac_ext >&5 |
15590 | 15039 | ||
15591 | eval "$as_ac_var=no" | 15040 | eval "$as_ac_var=no" |
15592 | fi | 15041 | fi |
15593 | 15042 | ||
15594 | rm -rf conftest.dSYM | ||
15595 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15043 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15596 | conftest$ac_exeext conftest.$ac_ext | 15044 | conftest$ac_exeext conftest.$ac_ext |
15597 | fi | 15045 | fi |
15598 | ac_res=`eval 'as_val=${'$as_ac_var'} | 15046 | ac_res=`eval echo '${'$as_ac_var'}'` |
15599 | $as_echo "$as_val"'` | 15047 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15600 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 15048 | echo "${ECHO_T}$ac_res" >&6; } |
15601 | $as_echo "$ac_res" >&6; } | 15049 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15602 | if test `eval 'as_val=${'$as_ac_var'} | ||
15603 | $as_echo "$as_val"'` = yes; then | ||
15604 | cat >>confdefs.h <<_ACEOF | 15050 | cat >>confdefs.h <<_ACEOF |
15605 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15051 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15606 | _ACEOF | 15052 | _ACEOF |
15607 | 15053 | ||
15608 | fi | 15054 | fi |
@@ -15612,11 +15058,11 @@ done | |||
15612 | 15058 | ||
15613 | for ac_func in setutxent utmpxname | 15059 | for ac_func in setutxent utmpxname |
15614 | do | 15060 | do |
15615 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15061 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15616 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15062 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15617 | $as_echo_n "checking for $ac_func... " >&6; } | 15063 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15618 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15064 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15619 | $as_echo_n "(cached) " >&6 | 15065 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15620 | else | 15066 | else |
15621 | cat >conftest.$ac_ext <<_ACEOF | 15067 | cat >conftest.$ac_ext <<_ACEOF |
15622 | /* confdefs.h. */ | 15068 | /* confdefs.h. */ |
@@ -15669,41 +15115,35 @@ case "(($ac_try" in | |||
15669 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15115 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15670 | *) ac_try_echo=$ac_try;; | 15116 | *) ac_try_echo=$ac_try;; |
15671 | esac | 15117 | esac |
15672 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15118 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15673 | $as_echo "$ac_try_echo") >&5 | ||
15674 | (eval "$ac_link") 2>conftest.er1 | 15119 | (eval "$ac_link") 2>conftest.er1 |
15675 | ac_status=$? | 15120 | ac_status=$? |
15676 | grep -v '^ *+' conftest.er1 >conftest.err | 15121 | grep -v '^ *+' conftest.er1 >conftest.err |
15677 | rm -f conftest.er1 | 15122 | rm -f conftest.er1 |
15678 | cat conftest.err >&5 | 15123 | cat conftest.err >&5 |
15679 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15680 | (exit $ac_status); } && { | 15125 | (exit $ac_status); } && { |
15681 | test -z "$ac_c_werror_flag" || | 15126 | test -z "$ac_c_werror_flag" || |
15682 | test ! -s conftest.err | 15127 | test ! -s conftest.err |
15683 | } && test -s conftest$ac_exeext && { | 15128 | } && test -s conftest$ac_exeext && |
15684 | test "$cross_compiling" = yes || | 15129 | $as_test_x conftest$ac_exeext; then |
15685 | $as_test_x conftest$ac_exeext | ||
15686 | }; then | ||
15687 | eval "$as_ac_var=yes" | 15130 | eval "$as_ac_var=yes" |
15688 | else | 15131 | else |
15689 | $as_echo "$as_me: failed program was:" >&5 | 15132 | echo "$as_me: failed program was:" >&5 |
15690 | sed 's/^/| /' conftest.$ac_ext >&5 | 15133 | sed 's/^/| /' conftest.$ac_ext >&5 |
15691 | 15134 | ||
15692 | eval "$as_ac_var=no" | 15135 | eval "$as_ac_var=no" |
15693 | fi | 15136 | fi |
15694 | 15137 | ||
15695 | rm -rf conftest.dSYM | ||
15696 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15138 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15697 | conftest$ac_exeext conftest.$ac_ext | 15139 | conftest$ac_exeext conftest.$ac_ext |
15698 | fi | 15140 | fi |
15699 | ac_res=`eval 'as_val=${'$as_ac_var'} | 15141 | ac_res=`eval echo '${'$as_ac_var'}'` |
15700 | $as_echo "$as_val"'` | 15142 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15701 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 15143 | echo "${ECHO_T}$ac_res" >&6; } |
15702 | $as_echo "$ac_res" >&6; } | 15144 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15703 | if test `eval 'as_val=${'$as_ac_var'} | ||
15704 | $as_echo "$as_val"'` = yes; then | ||
15705 | cat >>confdefs.h <<_ACEOF | 15145 | cat >>confdefs.h <<_ACEOF |
15706 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15146 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15707 | _ACEOF | 15147 | _ACEOF |
15708 | 15148 | ||
15709 | fi | 15149 | fi |
@@ -15712,11 +15152,11 @@ done | |||
15712 | 15152 | ||
15713 | for ac_func in getlastlogxbyname | 15153 | for ac_func in getlastlogxbyname |
15714 | do | 15154 | do |
15715 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15155 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
15716 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 15156 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
15717 | $as_echo_n "checking for $ac_func... " >&6; } | 15157 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
15718 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 15158 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
15719 | $as_echo_n "(cached) " >&6 | 15159 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15720 | else | 15160 | else |
15721 | cat >conftest.$ac_ext <<_ACEOF | 15161 | cat >conftest.$ac_ext <<_ACEOF |
15722 | /* confdefs.h. */ | 15162 | /* confdefs.h. */ |
@@ -15769,51 +15209,45 @@ case "(($ac_try" in | |||
15769 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15209 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15770 | *) ac_try_echo=$ac_try;; | 15210 | *) ac_try_echo=$ac_try;; |
15771 | esac | 15211 | esac |
15772 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15212 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15773 | $as_echo "$ac_try_echo") >&5 | ||
15774 | (eval "$ac_link") 2>conftest.er1 | 15213 | (eval "$ac_link") 2>conftest.er1 |
15775 | ac_status=$? | 15214 | ac_status=$? |
15776 | grep -v '^ *+' conftest.er1 >conftest.err | 15215 | grep -v '^ *+' conftest.er1 >conftest.err |
15777 | rm -f conftest.er1 | 15216 | rm -f conftest.er1 |
15778 | cat conftest.err >&5 | 15217 | cat conftest.err >&5 |
15779 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15780 | (exit $ac_status); } && { | 15219 | (exit $ac_status); } && { |
15781 | test -z "$ac_c_werror_flag" || | 15220 | test -z "$ac_c_werror_flag" || |
15782 | test ! -s conftest.err | 15221 | test ! -s conftest.err |
15783 | } && test -s conftest$ac_exeext && { | 15222 | } && test -s conftest$ac_exeext && |
15784 | test "$cross_compiling" = yes || | 15223 | $as_test_x conftest$ac_exeext; then |
15785 | $as_test_x conftest$ac_exeext | ||
15786 | }; then | ||
15787 | eval "$as_ac_var=yes" | 15224 | eval "$as_ac_var=yes" |
15788 | else | 15225 | else |
15789 | $as_echo "$as_me: failed program was:" >&5 | 15226 | echo "$as_me: failed program was:" >&5 |
15790 | sed 's/^/| /' conftest.$ac_ext >&5 | 15227 | sed 's/^/| /' conftest.$ac_ext >&5 |
15791 | 15228 | ||
15792 | eval "$as_ac_var=no" | 15229 | eval "$as_ac_var=no" |
15793 | fi | 15230 | fi |
15794 | 15231 | ||
15795 | rm -rf conftest.dSYM | ||
15796 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15232 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15797 | conftest$ac_exeext conftest.$ac_ext | 15233 | conftest$ac_exeext conftest.$ac_ext |
15798 | fi | 15234 | fi |
15799 | ac_res=`eval 'as_val=${'$as_ac_var'} | 15235 | ac_res=`eval echo '${'$as_ac_var'}'` |
15800 | $as_echo "$as_val"'` | 15236 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
15801 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 15237 | echo "${ECHO_T}$ac_res" >&6; } |
15802 | $as_echo "$ac_res" >&6; } | 15238 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
15803 | if test `eval 'as_val=${'$as_ac_var'} | ||
15804 | $as_echo "$as_val"'` = yes; then | ||
15805 | cat >>confdefs.h <<_ACEOF | 15239 | cat >>confdefs.h <<_ACEOF |
15806 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15240 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
15807 | _ACEOF | 15241 | _ACEOF |
15808 | 15242 | ||
15809 | fi | 15243 | fi |
15810 | done | 15244 | done |
15811 | 15245 | ||
15812 | 15246 | ||
15813 | { $as_echo "$as_me:$LINENO: checking for daemon" >&5 | 15247 | { echo "$as_me:$LINENO: checking for daemon" >&5 |
15814 | $as_echo_n "checking for daemon... " >&6; } | 15248 | echo $ECHO_N "checking for daemon... $ECHO_C" >&6; } |
15815 | if test "${ac_cv_func_daemon+set}" = set; then | 15249 | if test "${ac_cv_func_daemon+set}" = set; then |
15816 | $as_echo_n "(cached) " >&6 | 15250 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15817 | else | 15251 | else |
15818 | cat >conftest.$ac_ext <<_ACEOF | 15252 | cat >conftest.$ac_ext <<_ACEOF |
15819 | /* confdefs.h. */ | 15253 | /* confdefs.h. */ |
@@ -15866,35 +15300,31 @@ case "(($ac_try" in | |||
15866 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15300 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15867 | *) ac_try_echo=$ac_try;; | 15301 | *) ac_try_echo=$ac_try;; |
15868 | esac | 15302 | esac |
15869 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15303 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15870 | $as_echo "$ac_try_echo") >&5 | ||
15871 | (eval "$ac_link") 2>conftest.er1 | 15304 | (eval "$ac_link") 2>conftest.er1 |
15872 | ac_status=$? | 15305 | ac_status=$? |
15873 | grep -v '^ *+' conftest.er1 >conftest.err | 15306 | grep -v '^ *+' conftest.er1 >conftest.err |
15874 | rm -f conftest.er1 | 15307 | rm -f conftest.er1 |
15875 | cat conftest.err >&5 | 15308 | cat conftest.err >&5 |
15876 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15877 | (exit $ac_status); } && { | 15310 | (exit $ac_status); } && { |
15878 | test -z "$ac_c_werror_flag" || | 15311 | test -z "$ac_c_werror_flag" || |
15879 | test ! -s conftest.err | 15312 | test ! -s conftest.err |
15880 | } && test -s conftest$ac_exeext && { | 15313 | } && test -s conftest$ac_exeext && |
15881 | test "$cross_compiling" = yes || | 15314 | $as_test_x conftest$ac_exeext; then |
15882 | $as_test_x conftest$ac_exeext | ||
15883 | }; then | ||
15884 | ac_cv_func_daemon=yes | 15315 | ac_cv_func_daemon=yes |
15885 | else | 15316 | else |
15886 | $as_echo "$as_me: failed program was:" >&5 | 15317 | echo "$as_me: failed program was:" >&5 |
15887 | sed 's/^/| /' conftest.$ac_ext >&5 | 15318 | sed 's/^/| /' conftest.$ac_ext >&5 |
15888 | 15319 | ||
15889 | ac_cv_func_daemon=no | 15320 | ac_cv_func_daemon=no |
15890 | fi | 15321 | fi |
15891 | 15322 | ||
15892 | rm -rf conftest.dSYM | ||
15893 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15323 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15894 | conftest$ac_exeext conftest.$ac_ext | 15324 | conftest$ac_exeext conftest.$ac_ext |
15895 | fi | 15325 | fi |
15896 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_daemon" >&5 | 15326 | { echo "$as_me:$LINENO: result: $ac_cv_func_daemon" >&5 |
15897 | $as_echo "$ac_cv_func_daemon" >&6; } | 15327 | echo "${ECHO_T}$ac_cv_func_daemon" >&6; } |
15898 | if test $ac_cv_func_daemon = yes; then | 15328 | if test $ac_cv_func_daemon = yes; then |
15899 | 15329 | ||
15900 | cat >>confdefs.h <<\_ACEOF | 15330 | cat >>confdefs.h <<\_ACEOF |
@@ -15902,10 +15332,10 @@ cat >>confdefs.h <<\_ACEOF | |||
15902 | _ACEOF | 15332 | _ACEOF |
15903 | 15333 | ||
15904 | else | 15334 | else |
15905 | { $as_echo "$as_me:$LINENO: checking for daemon in -lbsd" >&5 | 15335 | { echo "$as_me:$LINENO: checking for daemon in -lbsd" >&5 |
15906 | $as_echo_n "checking for daemon in -lbsd... " >&6; } | 15336 | echo $ECHO_N "checking for daemon in -lbsd... $ECHO_C" >&6; } |
15907 | if test "${ac_cv_lib_bsd_daemon+set}" = set; then | 15337 | if test "${ac_cv_lib_bsd_daemon+set}" = set; then |
15908 | $as_echo_n "(cached) " >&6 | 15338 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15909 | else | 15339 | else |
15910 | ac_check_lib_save_LIBS=$LIBS | 15340 | ac_check_lib_save_LIBS=$LIBS |
15911 | LIBS="-lbsd $LIBS" | 15341 | LIBS="-lbsd $LIBS" |
@@ -15937,36 +15367,32 @@ case "(($ac_try" in | |||
15937 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
15938 | *) ac_try_echo=$ac_try;; | 15368 | *) ac_try_echo=$ac_try;; |
15939 | esac | 15369 | esac |
15940 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15370 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
15941 | $as_echo "$ac_try_echo") >&5 | ||
15942 | (eval "$ac_link") 2>conftest.er1 | 15371 | (eval "$ac_link") 2>conftest.er1 |
15943 | ac_status=$? | 15372 | ac_status=$? |
15944 | grep -v '^ *+' conftest.er1 >conftest.err | 15373 | grep -v '^ *+' conftest.er1 >conftest.err |
15945 | rm -f conftest.er1 | 15374 | rm -f conftest.er1 |
15946 | cat conftest.err >&5 | 15375 | cat conftest.err >&5 |
15947 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15948 | (exit $ac_status); } && { | 15377 | (exit $ac_status); } && { |
15949 | test -z "$ac_c_werror_flag" || | 15378 | test -z "$ac_c_werror_flag" || |
15950 | test ! -s conftest.err | 15379 | test ! -s conftest.err |
15951 | } && test -s conftest$ac_exeext && { | 15380 | } && test -s conftest$ac_exeext && |
15952 | test "$cross_compiling" = yes || | 15381 | $as_test_x conftest$ac_exeext; then |
15953 | $as_test_x conftest$ac_exeext | ||
15954 | }; then | ||
15955 | ac_cv_lib_bsd_daemon=yes | 15382 | ac_cv_lib_bsd_daemon=yes |
15956 | else | 15383 | else |
15957 | $as_echo "$as_me: failed program was:" >&5 | 15384 | echo "$as_me: failed program was:" >&5 |
15958 | sed 's/^/| /' conftest.$ac_ext >&5 | 15385 | sed 's/^/| /' conftest.$ac_ext >&5 |
15959 | 15386 | ||
15960 | ac_cv_lib_bsd_daemon=no | 15387 | ac_cv_lib_bsd_daemon=no |
15961 | fi | 15388 | fi |
15962 | 15389 | ||
15963 | rm -rf conftest.dSYM | ||
15964 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15390 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
15965 | conftest$ac_exeext conftest.$ac_ext | 15391 | conftest$ac_exeext conftest.$ac_ext |
15966 | LIBS=$ac_check_lib_save_LIBS | 15392 | LIBS=$ac_check_lib_save_LIBS |
15967 | fi | 15393 | fi |
15968 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_daemon" >&5 | 15394 | { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_daemon" >&5 |
15969 | $as_echo "$ac_cv_lib_bsd_daemon" >&6; } | 15395 | echo "${ECHO_T}$ac_cv_lib_bsd_daemon" >&6; } |
15970 | if test $ac_cv_lib_bsd_daemon = yes; then | 15396 | if test $ac_cv_lib_bsd_daemon = yes; then |
15971 | LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\_ACEOF | 15397 | LIBS="$LIBS -lbsd"; cat >>confdefs.h <<\_ACEOF |
15972 | #define HAVE_DAEMON 1 | 15398 | #define HAVE_DAEMON 1 |
@@ -15978,10 +15404,10 @@ fi | |||
15978 | fi | 15404 | fi |
15979 | 15405 | ||
15980 | 15406 | ||
15981 | { $as_echo "$as_me:$LINENO: checking for getpagesize" >&5 | 15407 | { echo "$as_me:$LINENO: checking for getpagesize" >&5 |
15982 | $as_echo_n "checking for getpagesize... " >&6; } | 15408 | echo $ECHO_N "checking for getpagesize... $ECHO_C" >&6; } |
15983 | if test "${ac_cv_func_getpagesize+set}" = set; then | 15409 | if test "${ac_cv_func_getpagesize+set}" = set; then |
15984 | $as_echo_n "(cached) " >&6 | 15410 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
15985 | else | 15411 | else |
15986 | cat >conftest.$ac_ext <<_ACEOF | 15412 | cat >conftest.$ac_ext <<_ACEOF |
15987 | /* confdefs.h. */ | 15413 | /* confdefs.h. */ |
@@ -16034,35 +15460,31 @@ case "(($ac_try" in | |||
16034 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15460 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16035 | *) ac_try_echo=$ac_try;; | 15461 | *) ac_try_echo=$ac_try;; |
16036 | esac | 15462 | esac |
16037 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15463 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16038 | $as_echo "$ac_try_echo") >&5 | ||
16039 | (eval "$ac_link") 2>conftest.er1 | 15464 | (eval "$ac_link") 2>conftest.er1 |
16040 | ac_status=$? | 15465 | ac_status=$? |
16041 | grep -v '^ *+' conftest.er1 >conftest.err | 15466 | grep -v '^ *+' conftest.er1 >conftest.err |
16042 | rm -f conftest.er1 | 15467 | rm -f conftest.er1 |
16043 | cat conftest.err >&5 | 15468 | cat conftest.err >&5 |
16044 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16045 | (exit $ac_status); } && { | 15470 | (exit $ac_status); } && { |
16046 | test -z "$ac_c_werror_flag" || | 15471 | test -z "$ac_c_werror_flag" || |
16047 | test ! -s conftest.err | 15472 | test ! -s conftest.err |
16048 | } && test -s conftest$ac_exeext && { | 15473 | } && test -s conftest$ac_exeext && |
16049 | test "$cross_compiling" = yes || | 15474 | $as_test_x conftest$ac_exeext; then |
16050 | $as_test_x conftest$ac_exeext | ||
16051 | }; then | ||
16052 | ac_cv_func_getpagesize=yes | 15475 | ac_cv_func_getpagesize=yes |
16053 | else | 15476 | else |
16054 | $as_echo "$as_me: failed program was:" >&5 | 15477 | echo "$as_me: failed program was:" >&5 |
16055 | sed 's/^/| /' conftest.$ac_ext >&5 | 15478 | sed 's/^/| /' conftest.$ac_ext >&5 |
16056 | 15479 | ||
16057 | ac_cv_func_getpagesize=no | 15480 | ac_cv_func_getpagesize=no |
16058 | fi | 15481 | fi |
16059 | 15482 | ||
16060 | rm -rf conftest.dSYM | ||
16061 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15483 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16062 | conftest$ac_exeext conftest.$ac_ext | 15484 | conftest$ac_exeext conftest.$ac_ext |
16063 | fi | 15485 | fi |
16064 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpagesize" >&5 | 15486 | { echo "$as_me:$LINENO: result: $ac_cv_func_getpagesize" >&5 |
16065 | $as_echo "$ac_cv_func_getpagesize" >&6; } | 15487 | echo "${ECHO_T}$ac_cv_func_getpagesize" >&6; } |
16066 | if test $ac_cv_func_getpagesize = yes; then | 15488 | if test $ac_cv_func_getpagesize = yes; then |
16067 | 15489 | ||
16068 | cat >>confdefs.h <<\_ACEOF | 15490 | cat >>confdefs.h <<\_ACEOF |
@@ -16070,10 +15492,10 @@ cat >>confdefs.h <<\_ACEOF | |||
16070 | _ACEOF | 15492 | _ACEOF |
16071 | 15493 | ||
16072 | else | 15494 | else |
16073 | { $as_echo "$as_me:$LINENO: checking for getpagesize in -lucb" >&5 | 15495 | { echo "$as_me:$LINENO: checking for getpagesize in -lucb" >&5 |
16074 | $as_echo_n "checking for getpagesize in -lucb... " >&6; } | 15496 | echo $ECHO_N "checking for getpagesize in -lucb... $ECHO_C" >&6; } |
16075 | if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then | 15497 | if test "${ac_cv_lib_ucb_getpagesize+set}" = set; then |
16076 | $as_echo_n "(cached) " >&6 | 15498 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
16077 | else | 15499 | else |
16078 | ac_check_lib_save_LIBS=$LIBS | 15500 | ac_check_lib_save_LIBS=$LIBS |
16079 | LIBS="-lucb $LIBS" | 15501 | LIBS="-lucb $LIBS" |
@@ -16105,36 +15527,32 @@ case "(($ac_try" in | |||
16105 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15527 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16106 | *) ac_try_echo=$ac_try;; | 15528 | *) ac_try_echo=$ac_try;; |
16107 | esac | 15529 | esac |
16108 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15530 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16109 | $as_echo "$ac_try_echo") >&5 | ||
16110 | (eval "$ac_link") 2>conftest.er1 | 15531 | (eval "$ac_link") 2>conftest.er1 |
16111 | ac_status=$? | 15532 | ac_status=$? |
16112 | grep -v '^ *+' conftest.er1 >conftest.err | 15533 | grep -v '^ *+' conftest.er1 >conftest.err |
16113 | rm -f conftest.er1 | 15534 | rm -f conftest.er1 |
16114 | cat conftest.err >&5 | 15535 | cat conftest.err >&5 |
16115 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15536 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16116 | (exit $ac_status); } && { | 15537 | (exit $ac_status); } && { |
16117 | test -z "$ac_c_werror_flag" || | 15538 | test -z "$ac_c_werror_flag" || |
16118 | test ! -s conftest.err | 15539 | test ! -s conftest.err |
16119 | } && test -s conftest$ac_exeext && { | 15540 | } && test -s conftest$ac_exeext && |
16120 | test "$cross_compiling" = yes || | 15541 | $as_test_x conftest$ac_exeext; then |
16121 | $as_test_x conftest$ac_exeext | ||
16122 | }; then | ||
16123 | ac_cv_lib_ucb_getpagesize=yes | 15542 | ac_cv_lib_ucb_getpagesize=yes |
16124 | else | 15543 | else |
16125 | $as_echo "$as_me: failed program was:" >&5 | 15544 | echo "$as_me: failed program was:" >&5 |
16126 | sed 's/^/| /' conftest.$ac_ext >&5 | 15545 | sed 's/^/| /' conftest.$ac_ext >&5 |
16127 | 15546 | ||
16128 | ac_cv_lib_ucb_getpagesize=no | 15547 | ac_cv_lib_ucb_getpagesize=no |
16129 | fi | 15548 | fi |
16130 | 15549 | ||
16131 | rm -rf conftest.dSYM | ||
16132 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 15550 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
16133 | conftest$ac_exeext conftest.$ac_ext | 15551 | conftest$ac_exeext conftest.$ac_ext |
16134 | LIBS=$ac_check_lib_save_LIBS | 15552 | LIBS=$ac_check_lib_save_LIBS |
16135 | fi | 15553 | fi |
16136 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_getpagesize" >&5 | 15554 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_getpagesize" >&5 |
16137 | $as_echo "$ac_cv_lib_ucb_getpagesize" >&6; } | 15555 | echo "${ECHO_T}$ac_cv_lib_ucb_getpagesize" >&6; } |
16138 | if test $ac_cv_lib_ucb_getpagesize = yes; then | 15556 | if test $ac_cv_lib_ucb_getpagesize = yes; then |
16139 | LIBS="$LIBS -lucb"; cat >>confdefs.h <<\_ACEOF | 15557 | LIBS="$LIBS -lucb"; cat >>confdefs.h <<\_ACEOF |
16140 | #define HAVE_GETPAGESIZE 1 | 15558 | #define HAVE_GETPAGESIZE 1 |
@@ -16148,11 +15566,11 @@ fi | |||
16148 | 15566 | ||
16149 | # Check for broken snprintf | 15567 | # Check for broken snprintf |
16150 | if test "x$ac_cv_func_snprintf" = "xyes" ; then | 15568 | if test "x$ac_cv_func_snprintf" = "xyes" ; then |
16151 | { $as_echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5 | 15569 | { echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5 |
16152 | $as_echo_n "checking whether snprintf correctly terminates long strings... " >&6; } | 15570 | echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6; } |
16153 | if test "$cross_compiling" = yes; then | 15571 | if test "$cross_compiling" = yes; then |
16154 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 | 15572 | { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 |
16155 | $as_echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} | 15573 | echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} |
16156 | 15574 | ||
16157 | else | 15575 | else |
16158 | cat >conftest.$ac_ext <<_ACEOF | 15576 | cat >conftest.$ac_ext <<_ACEOF |
@@ -16172,43 +15590,40 @@ case "(($ac_try" in | |||
16172 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15590 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16173 | *) ac_try_echo=$ac_try;; | 15591 | *) ac_try_echo=$ac_try;; |
16174 | esac | 15592 | esac |
16175 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15593 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16176 | $as_echo "$ac_try_echo") >&5 | ||
16177 | (eval "$ac_link") 2>&5 | 15594 | (eval "$ac_link") 2>&5 |
16178 | ac_status=$? | 15595 | ac_status=$? |
16179 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15596 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16180 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 15597 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16181 | { (case "(($ac_try" in | 15598 | { (case "(($ac_try" in |
16182 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15599 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16183 | *) ac_try_echo=$ac_try;; | 15600 | *) ac_try_echo=$ac_try;; |
16184 | esac | 15601 | esac |
16185 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15602 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16186 | $as_echo "$ac_try_echo") >&5 | ||
16187 | (eval "$ac_try") 2>&5 | 15603 | (eval "$ac_try") 2>&5 |
16188 | ac_status=$? | 15604 | ac_status=$? |
16189 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15605 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16190 | (exit $ac_status); }; }; then | 15606 | (exit $ac_status); }; }; then |
16191 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15607 | { echo "$as_me:$LINENO: result: yes" >&5 |
16192 | $as_echo "yes" >&6; } | 15608 | echo "${ECHO_T}yes" >&6; } |
16193 | else | 15609 | else |
16194 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 15610 | echo "$as_me: program exited with status $ac_status" >&5 |
16195 | $as_echo "$as_me: failed program was:" >&5 | 15611 | echo "$as_me: failed program was:" >&5 |
16196 | sed 's/^/| /' conftest.$ac_ext >&5 | 15612 | sed 's/^/| /' conftest.$ac_ext >&5 |
16197 | 15613 | ||
16198 | ( exit $ac_status ) | 15614 | ( exit $ac_status ) |
16199 | 15615 | ||
16200 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 15616 | { echo "$as_me:$LINENO: result: no" >&5 |
16201 | $as_echo "no" >&6; } | 15617 | echo "${ECHO_T}no" >&6; } |
16202 | 15618 | ||
16203 | cat >>confdefs.h <<\_ACEOF | 15619 | cat >>confdefs.h <<\_ACEOF |
16204 | #define BROKEN_SNPRINTF 1 | 15620 | #define BROKEN_SNPRINTF 1 |
16205 | _ACEOF | 15621 | _ACEOF |
16206 | 15622 | ||
16207 | { $as_echo "$as_me:$LINENO: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 | 15623 | { echo "$as_me:$LINENO: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&5 |
16208 | $as_echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} | 15624 | echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to your vendor" >&2;} |
16209 | 15625 | ||
16210 | fi | 15626 | fi |
16211 | rm -rf conftest.dSYM | ||
16212 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 15627 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16213 | fi | 15628 | fi |
16214 | 15629 | ||
@@ -16220,11 +15635,11 @@ fi | |||
16220 | # create (as per SUSv3) | 15635 | # create (as per SUSv3) |
16221 | if test "x$ac_cv_func_asprintf" != "xyes" && \ | 15636 | if test "x$ac_cv_func_asprintf" != "xyes" && \ |
16222 | test "x$ac_cv_func_vsnprintf" = "xyes" ; then | 15637 | test "x$ac_cv_func_vsnprintf" = "xyes" ; then |
16223 | { $as_echo "$as_me:$LINENO: checking whether vsnprintf returns correct values on overflow" >&5 | 15638 | { echo "$as_me:$LINENO: checking whether vsnprintf returns correct values on overflow" >&5 |
16224 | $as_echo_n "checking whether vsnprintf returns correct values on overflow... " >&6; } | 15639 | echo $ECHO_N "checking whether vsnprintf returns correct values on overflow... $ECHO_C" >&6; } |
16225 | if test "$cross_compiling" = yes; then | 15640 | if test "$cross_compiling" = yes; then |
16226 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working vsnprintf()" >&5 | 15641 | { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working vsnprintf()" >&5 |
16227 | $as_echo "$as_me: WARNING: cross compiling: Assuming working vsnprintf()" >&2;} | 15642 | echo "$as_me: WARNING: cross compiling: Assuming working vsnprintf()" >&2;} |
16228 | 15643 | ||
16229 | else | 15644 | else |
16230 | cat >conftest.$ac_ext <<_ACEOF | 15645 | cat >conftest.$ac_ext <<_ACEOF |
@@ -16256,43 +15671,40 @@ case "(($ac_try" in | |||
16256 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15671 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16257 | *) ac_try_echo=$ac_try;; | 15672 | *) ac_try_echo=$ac_try;; |
16258 | esac | 15673 | esac |
16259 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15674 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16260 | $as_echo "$ac_try_echo") >&5 | ||
16261 | (eval "$ac_link") 2>&5 | 15675 | (eval "$ac_link") 2>&5 |
16262 | ac_status=$? | 15676 | ac_status=$? |
16263 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16264 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 15678 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16265 | { (case "(($ac_try" in | 15679 | { (case "(($ac_try" in |
16266 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15680 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16267 | *) ac_try_echo=$ac_try;; | 15681 | *) ac_try_echo=$ac_try;; |
16268 | esac | 15682 | esac |
16269 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15683 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16270 | $as_echo "$ac_try_echo") >&5 | ||
16271 | (eval "$ac_try") 2>&5 | 15684 | (eval "$ac_try") 2>&5 |
16272 | ac_status=$? | 15685 | ac_status=$? |
16273 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15686 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16274 | (exit $ac_status); }; }; then | 15687 | (exit $ac_status); }; }; then |
16275 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15688 | { echo "$as_me:$LINENO: result: yes" >&5 |
16276 | $as_echo "yes" >&6; } | 15689 | echo "${ECHO_T}yes" >&6; } |
16277 | else | 15690 | else |
16278 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 15691 | echo "$as_me: program exited with status $ac_status" >&5 |
16279 | $as_echo "$as_me: failed program was:" >&5 | 15692 | echo "$as_me: failed program was:" >&5 |
16280 | sed 's/^/| /' conftest.$ac_ext >&5 | 15693 | sed 's/^/| /' conftest.$ac_ext >&5 |
16281 | 15694 | ||
16282 | ( exit $ac_status ) | 15695 | ( exit $ac_status ) |
16283 | 15696 | ||
16284 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 15697 | { echo "$as_me:$LINENO: result: no" >&5 |
16285 | $as_echo "no" >&6; } | 15698 | echo "${ECHO_T}no" >&6; } |
16286 | 15699 | ||
16287 | cat >>confdefs.h <<\_ACEOF | 15700 | cat >>confdefs.h <<\_ACEOF |
16288 | #define BROKEN_SNPRINTF 1 | 15701 | #define BROKEN_SNPRINTF 1 |
16289 | _ACEOF | 15702 | _ACEOF |
16290 | 15703 | ||
16291 | { $as_echo "$as_me:$LINENO: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&5 | 15704 | { echo "$as_me:$LINENO: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&5 |
16292 | $as_echo "$as_me: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&2;} | 15705 | echo "$as_me: WARNING: ****** Your vsnprintf() function is broken, complain to your vendor" >&2;} |
16293 | 15706 | ||
16294 | fi | 15707 | fi |
16295 | rm -rf conftest.dSYM | ||
16296 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 15708 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16297 | fi | 15709 | fi |
16298 | 15710 | ||
@@ -16302,8 +15714,8 @@ fi | |||
16302 | # On systems where [v]snprintf is broken, but is declared in stdio, | 15714 | # On systems where [v]snprintf is broken, but is declared in stdio, |
16303 | # check that the fmt argument is const char * or just char *. | 15715 | # check that the fmt argument is const char * or just char *. |
16304 | # This is only useful for when BROKEN_SNPRINTF | 15716 | # This is only useful for when BROKEN_SNPRINTF |
16305 | { $as_echo "$as_me:$LINENO: checking whether snprintf can declare const char *fmt" >&5 | 15717 | { echo "$as_me:$LINENO: checking whether snprintf can declare const char *fmt" >&5 |
16306 | $as_echo_n "checking whether snprintf can declare const char *fmt... " >&6; } | 15718 | echo $ECHO_N "checking whether snprintf can declare const char *fmt... $ECHO_C" >&6; } |
16307 | cat >conftest.$ac_ext <<_ACEOF | 15719 | cat >conftest.$ac_ext <<_ACEOF |
16308 | /* confdefs.h. */ | 15720 | /* confdefs.h. */ |
16309 | _ACEOF | 15721 | _ACEOF |
@@ -16321,31 +15733,30 @@ case "(($ac_try" in | |||
16321 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15733 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16322 | *) ac_try_echo=$ac_try;; | 15734 | *) ac_try_echo=$ac_try;; |
16323 | esac | 15735 | esac |
16324 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15736 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16325 | $as_echo "$ac_try_echo") >&5 | ||
16326 | (eval "$ac_compile") 2>conftest.er1 | 15737 | (eval "$ac_compile") 2>conftest.er1 |
16327 | ac_status=$? | 15738 | ac_status=$? |
16328 | grep -v '^ *+' conftest.er1 >conftest.err | 15739 | grep -v '^ *+' conftest.er1 >conftest.err |
16329 | rm -f conftest.er1 | 15740 | rm -f conftest.er1 |
16330 | cat conftest.err >&5 | 15741 | cat conftest.err >&5 |
16331 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15742 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16332 | (exit $ac_status); } && { | 15743 | (exit $ac_status); } && { |
16333 | test -z "$ac_c_werror_flag" || | 15744 | test -z "$ac_c_werror_flag" || |
16334 | test ! -s conftest.err | 15745 | test ! -s conftest.err |
16335 | } && test -s conftest.$ac_objext; then | 15746 | } && test -s conftest.$ac_objext; then |
16336 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15747 | { echo "$as_me:$LINENO: result: yes" >&5 |
16337 | $as_echo "yes" >&6; } | 15748 | echo "${ECHO_T}yes" >&6; } |
16338 | 15749 | ||
16339 | cat >>confdefs.h <<\_ACEOF | 15750 | cat >>confdefs.h <<\_ACEOF |
16340 | #define SNPRINTF_CONST const | 15751 | #define SNPRINTF_CONST const |
16341 | _ACEOF | 15752 | _ACEOF |
16342 | 15753 | ||
16343 | else | 15754 | else |
16344 | $as_echo "$as_me: failed program was:" >&5 | 15755 | echo "$as_me: failed program was:" >&5 |
16345 | sed 's/^/| /' conftest.$ac_ext >&5 | 15756 | sed 's/^/| /' conftest.$ac_ext >&5 |
16346 | 15757 | ||
16347 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 15758 | { echo "$as_me:$LINENO: result: no" >&5 |
16348 | $as_echo "no" >&6; } | 15759 | echo "${ECHO_T}no" >&6; } |
16349 | cat >>confdefs.h <<\_ACEOF | 15760 | cat >>confdefs.h <<\_ACEOF |
16350 | #define SNPRINTF_CONST /* not const */ | 15761 | #define SNPRINTF_CONST /* not const */ |
16351 | _ACEOF | 15762 | _ACEOF |
@@ -16357,8 +15768,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
16357 | # Check for missing getpeereid (or equiv) support | 15768 | # Check for missing getpeereid (or equiv) support |
16358 | NO_PEERCHECK="" | 15769 | NO_PEERCHECK="" |
16359 | if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then | 15770 | if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then |
16360 | { $as_echo "$as_me:$LINENO: checking whether system supports SO_PEERCRED getsockopt" >&5 | 15771 | { echo "$as_me:$LINENO: checking whether system supports SO_PEERCRED getsockopt" >&5 |
16361 | $as_echo_n "checking whether system supports SO_PEERCRED getsockopt... " >&6; } | 15772 | echo $ECHO_N "checking whether system supports SO_PEERCRED getsockopt... $ECHO_C" >&6; } |
16362 | cat >conftest.$ac_ext <<_ACEOF | 15773 | cat >conftest.$ac_ext <<_ACEOF |
16363 | /* confdefs.h. */ | 15774 | /* confdefs.h. */ |
16364 | _ACEOF | 15775 | _ACEOF |
@@ -16381,20 +15792,19 @@ case "(($ac_try" in | |||
16381 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15792 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16382 | *) ac_try_echo=$ac_try;; | 15793 | *) ac_try_echo=$ac_try;; |
16383 | esac | 15794 | esac |
16384 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15795 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16385 | $as_echo "$ac_try_echo") >&5 | ||
16386 | (eval "$ac_compile") 2>conftest.er1 | 15796 | (eval "$ac_compile") 2>conftest.er1 |
16387 | ac_status=$? | 15797 | ac_status=$? |
16388 | grep -v '^ *+' conftest.er1 >conftest.err | 15798 | grep -v '^ *+' conftest.er1 >conftest.err |
16389 | rm -f conftest.er1 | 15799 | rm -f conftest.er1 |
16390 | cat conftest.err >&5 | 15800 | cat conftest.err >&5 |
16391 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15801 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16392 | (exit $ac_status); } && { | 15802 | (exit $ac_status); } && { |
16393 | test -z "$ac_c_werror_flag" || | 15803 | test -z "$ac_c_werror_flag" || |
16394 | test ! -s conftest.err | 15804 | test ! -s conftest.err |
16395 | } && test -s conftest.$ac_objext; then | 15805 | } && test -s conftest.$ac_objext; then |
16396 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15806 | { echo "$as_me:$LINENO: result: yes" >&5 |
16397 | $as_echo "yes" >&6; } | 15807 | echo "${ECHO_T}yes" >&6; } |
16398 | 15808 | ||
16399 | cat >>confdefs.h <<\_ACEOF | 15809 | cat >>confdefs.h <<\_ACEOF |
16400 | #define HAVE_SO_PEERCRED 1 | 15810 | #define HAVE_SO_PEERCRED 1 |
@@ -16402,11 +15812,11 @@ _ACEOF | |||
16402 | 15812 | ||
16403 | 15813 | ||
16404 | else | 15814 | else |
16405 | $as_echo "$as_me: failed program was:" >&5 | 15815 | echo "$as_me: failed program was:" >&5 |
16406 | sed 's/^/| /' conftest.$ac_ext >&5 | 15816 | sed 's/^/| /' conftest.$ac_ext >&5 |
16407 | 15817 | ||
16408 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 15818 | { echo "$as_me:$LINENO: result: no" >&5 |
16409 | $as_echo "no" >&6; } | 15819 | echo "${ECHO_T}no" >&6; } |
16410 | NO_PEERCHECK=1 | 15820 | NO_PEERCHECK=1 |
16411 | 15821 | ||
16412 | fi | 15822 | fi |
@@ -16415,12 +15825,12 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
16415 | fi | 15825 | fi |
16416 | 15826 | ||
16417 | if test "x$ac_cv_func_mkdtemp" = "xyes" ; then | 15827 | if test "x$ac_cv_func_mkdtemp" = "xyes" ; then |
16418 | { $as_echo "$as_me:$LINENO: checking for (overly) strict mkstemp" >&5 | 15828 | { echo "$as_me:$LINENO: checking for (overly) strict mkstemp" >&5 |
16419 | $as_echo_n "checking for (overly) strict mkstemp... " >&6; } | 15829 | echo $ECHO_N "checking for (overly) strict mkstemp... $ECHO_C" >&6; } |
16420 | if test "$cross_compiling" = yes; then | 15830 | if test "$cross_compiling" = yes; then |
16421 | 15831 | ||
16422 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15832 | { echo "$as_me:$LINENO: result: yes" >&5 |
16423 | $as_echo "yes" >&6; } | 15833 | echo "${ECHO_T}yes" >&6; } |
16424 | cat >>confdefs.h <<\_ACEOF | 15834 | cat >>confdefs.h <<\_ACEOF |
16425 | #define HAVE_STRICT_MKSTEMP 1 | 15835 | #define HAVE_STRICT_MKSTEMP 1 |
16426 | _ACEOF | 15836 | _ACEOF |
@@ -16449,35 +15859,33 @@ case "(($ac_try" in | |||
16449 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15859 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16450 | *) ac_try_echo=$ac_try;; | 15860 | *) ac_try_echo=$ac_try;; |
16451 | esac | 15861 | esac |
16452 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15862 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16453 | $as_echo "$ac_try_echo") >&5 | ||
16454 | (eval "$ac_link") 2>&5 | 15863 | (eval "$ac_link") 2>&5 |
16455 | ac_status=$? | 15864 | ac_status=$? |
16456 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15865 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16457 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 15866 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16458 | { (case "(($ac_try" in | 15867 | { (case "(($ac_try" in |
16459 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15868 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16460 | *) ac_try_echo=$ac_try;; | 15869 | *) ac_try_echo=$ac_try;; |
16461 | esac | 15870 | esac |
16462 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15871 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16463 | $as_echo "$ac_try_echo") >&5 | ||
16464 | (eval "$ac_try") 2>&5 | 15872 | (eval "$ac_try") 2>&5 |
16465 | ac_status=$? | 15873 | ac_status=$? |
16466 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15874 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16467 | (exit $ac_status); }; }; then | 15875 | (exit $ac_status); }; }; then |
16468 | 15876 | ||
16469 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 15877 | { echo "$as_me:$LINENO: result: no" >&5 |
16470 | $as_echo "no" >&6; } | 15878 | echo "${ECHO_T}no" >&6; } |
16471 | 15879 | ||
16472 | else | 15880 | else |
16473 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 15881 | echo "$as_me: program exited with status $ac_status" >&5 |
16474 | $as_echo "$as_me: failed program was:" >&5 | 15882 | echo "$as_me: failed program was:" >&5 |
16475 | sed 's/^/| /' conftest.$ac_ext >&5 | 15883 | sed 's/^/| /' conftest.$ac_ext >&5 |
16476 | 15884 | ||
16477 | ( exit $ac_status ) | 15885 | ( exit $ac_status ) |
16478 | 15886 | ||
16479 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15887 | { echo "$as_me:$LINENO: result: yes" >&5 |
16480 | $as_echo "yes" >&6; } | 15888 | echo "${ECHO_T}yes" >&6; } |
16481 | 15889 | ||
16482 | cat >>confdefs.h <<\_ACEOF | 15890 | cat >>confdefs.h <<\_ACEOF |
16483 | #define HAVE_STRICT_MKSTEMP 1 | 15891 | #define HAVE_STRICT_MKSTEMP 1 |
@@ -16485,7 +15893,6 @@ _ACEOF | |||
16485 | 15893 | ||
16486 | 15894 | ||
16487 | fi | 15895 | fi |
16488 | rm -rf conftest.dSYM | ||
16489 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 15896 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16490 | fi | 15897 | fi |
16491 | 15898 | ||
@@ -16493,12 +15900,12 @@ fi | |||
16493 | fi | 15900 | fi |
16494 | 15901 | ||
16495 | if test ! -z "$check_for_openpty_ctty_bug"; then | 15902 | if test ! -z "$check_for_openpty_ctty_bug"; then |
16496 | { $as_echo "$as_me:$LINENO: checking if openpty correctly handles controlling tty" >&5 | 15903 | { echo "$as_me:$LINENO: checking if openpty correctly handles controlling tty" >&5 |
16497 | $as_echo_n "checking if openpty correctly handles controlling tty... " >&6; } | 15904 | echo $ECHO_N "checking if openpty correctly handles controlling tty... $ECHO_C" >&6; } |
16498 | if test "$cross_compiling" = yes; then | 15905 | if test "$cross_compiling" = yes; then |
16499 | 15906 | ||
16500 | { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 | 15907 | { echo "$as_me:$LINENO: result: cross-compiling" >&5 |
16501 | $as_echo "cross-compiling" >&6; } | 15908 | echo "${ECHO_T}cross-compiling" >&6; } |
16502 | 15909 | ||
16503 | 15910 | ||
16504 | else | 15911 | else |
@@ -16548,42 +15955,39 @@ case "(($ac_try" in | |||
16548 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15955 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16549 | *) ac_try_echo=$ac_try;; | 15956 | *) ac_try_echo=$ac_try;; |
16550 | esac | 15957 | esac |
16551 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15958 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16552 | $as_echo "$ac_try_echo") >&5 | ||
16553 | (eval "$ac_link") 2>&5 | 15959 | (eval "$ac_link") 2>&5 |
16554 | ac_status=$? | 15960 | ac_status=$? |
16555 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15961 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16556 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 15962 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16557 | { (case "(($ac_try" in | 15963 | { (case "(($ac_try" in |
16558 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 15964 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16559 | *) ac_try_echo=$ac_try;; | 15965 | *) ac_try_echo=$ac_try;; |
16560 | esac | 15966 | esac |
16561 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 15967 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16562 | $as_echo "$ac_try_echo") >&5 | ||
16563 | (eval "$ac_try") 2>&5 | 15968 | (eval "$ac_try") 2>&5 |
16564 | ac_status=$? | 15969 | ac_status=$? |
16565 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15970 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16566 | (exit $ac_status); }; }; then | 15971 | (exit $ac_status); }; }; then |
16567 | 15972 | ||
16568 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 15973 | { echo "$as_me:$LINENO: result: yes" >&5 |
16569 | $as_echo "yes" >&6; } | 15974 | echo "${ECHO_T}yes" >&6; } |
16570 | 15975 | ||
16571 | else | 15976 | else |
16572 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 15977 | echo "$as_me: program exited with status $ac_status" >&5 |
16573 | $as_echo "$as_me: failed program was:" >&5 | 15978 | echo "$as_me: failed program was:" >&5 |
16574 | sed 's/^/| /' conftest.$ac_ext >&5 | 15979 | sed 's/^/| /' conftest.$ac_ext >&5 |
16575 | 15980 | ||
16576 | ( exit $ac_status ) | 15981 | ( exit $ac_status ) |
16577 | 15982 | ||
16578 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 15983 | { echo "$as_me:$LINENO: result: no" >&5 |
16579 | $as_echo "no" >&6; } | 15984 | echo "${ECHO_T}no" >&6; } |
16580 | cat >>confdefs.h <<\_ACEOF | 15985 | cat >>confdefs.h <<\_ACEOF |
16581 | #define SSHD_ACQUIRES_CTTY 1 | 15986 | #define SSHD_ACQUIRES_CTTY 1 |
16582 | _ACEOF | 15987 | _ACEOF |
16583 | 15988 | ||
16584 | 15989 | ||
16585 | fi | 15990 | fi |
16586 | rm -rf conftest.dSYM | ||
16587 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 15991 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16588 | fi | 15992 | fi |
16589 | 15993 | ||
@@ -16592,12 +15996,12 @@ fi | |||
16592 | 15996 | ||
16593 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ | 15997 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ |
16594 | test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then | 15998 | test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then |
16595 | { $as_echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 | 15999 | { echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 |
16596 | $as_echo_n "checking if getaddrinfo seems to work... " >&6; } | 16000 | echo $ECHO_N "checking if getaddrinfo seems to work... $ECHO_C" >&6; } |
16597 | if test "$cross_compiling" = yes; then | 16001 | if test "$cross_compiling" = yes; then |
16598 | 16002 | ||
16599 | { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 | 16003 | { echo "$as_me:$LINENO: result: cross-compiling" >&5 |
16600 | $as_echo "cross-compiling" >&6; } | 16004 | echo "${ECHO_T}cross-compiling" >&6; } |
16601 | 16005 | ||
16602 | 16006 | ||
16603 | else | 16007 | else |
@@ -16669,42 +16073,39 @@ case "(($ac_try" in | |||
16669 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16073 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16670 | *) ac_try_echo=$ac_try;; | 16074 | *) ac_try_echo=$ac_try;; |
16671 | esac | 16075 | esac |
16672 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16076 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16673 | $as_echo "$ac_try_echo") >&5 | ||
16674 | (eval "$ac_link") 2>&5 | 16077 | (eval "$ac_link") 2>&5 |
16675 | ac_status=$? | 16078 | ac_status=$? |
16676 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16677 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16080 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16678 | { (case "(($ac_try" in | 16081 | { (case "(($ac_try" in |
16679 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16082 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16680 | *) ac_try_echo=$ac_try;; | 16083 | *) ac_try_echo=$ac_try;; |
16681 | esac | 16084 | esac |
16682 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16085 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16683 | $as_echo "$ac_try_echo") >&5 | ||
16684 | (eval "$ac_try") 2>&5 | 16086 | (eval "$ac_try") 2>&5 |
16685 | ac_status=$? | 16087 | ac_status=$? |
16686 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16687 | (exit $ac_status); }; }; then | 16089 | (exit $ac_status); }; }; then |
16688 | 16090 | ||
16689 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 16091 | { echo "$as_me:$LINENO: result: yes" >&5 |
16690 | $as_echo "yes" >&6; } | 16092 | echo "${ECHO_T}yes" >&6; } |
16691 | 16093 | ||
16692 | else | 16094 | else |
16693 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 16095 | echo "$as_me: program exited with status $ac_status" >&5 |
16694 | $as_echo "$as_me: failed program was:" >&5 | 16096 | echo "$as_me: failed program was:" >&5 |
16695 | sed 's/^/| /' conftest.$ac_ext >&5 | 16097 | sed 's/^/| /' conftest.$ac_ext >&5 |
16696 | 16098 | ||
16697 | ( exit $ac_status ) | 16099 | ( exit $ac_status ) |
16698 | 16100 | ||
16699 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 16101 | { echo "$as_me:$LINENO: result: no" >&5 |
16700 | $as_echo "no" >&6; } | 16102 | echo "${ECHO_T}no" >&6; } |
16701 | cat >>confdefs.h <<\_ACEOF | 16103 | cat >>confdefs.h <<\_ACEOF |
16702 | #define BROKEN_GETADDRINFO 1 | 16104 | #define BROKEN_GETADDRINFO 1 |
16703 | _ACEOF | 16105 | _ACEOF |
16704 | 16106 | ||
16705 | 16107 | ||
16706 | fi | 16108 | fi |
16707 | rm -rf conftest.dSYM | ||
16708 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16109 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16709 | fi | 16110 | fi |
16710 | 16111 | ||
@@ -16713,12 +16114,12 @@ fi | |||
16713 | 16114 | ||
16714 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ | 16115 | if test "x$ac_cv_func_getaddrinfo" = "xyes" && \ |
16715 | test "x$check_for_aix_broken_getaddrinfo" = "x1"; then | 16116 | test "x$check_for_aix_broken_getaddrinfo" = "x1"; then |
16716 | { $as_echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 | 16117 | { echo "$as_me:$LINENO: checking if getaddrinfo seems to work" >&5 |
16717 | $as_echo_n "checking if getaddrinfo seems to work... " >&6; } | 16118 | echo $ECHO_N "checking if getaddrinfo seems to work... $ECHO_C" >&6; } |
16718 | if test "$cross_compiling" = yes; then | 16119 | if test "$cross_compiling" = yes; then |
16719 | 16120 | ||
16720 | { $as_echo "$as_me:$LINENO: result: cross-compiling" >&5 | 16121 | { echo "$as_me:$LINENO: result: cross-compiling" >&5 |
16721 | $as_echo "cross-compiling" >&6; } | 16122 | echo "${ECHO_T}cross-compiling" >&6; } |
16722 | 16123 | ||
16723 | 16124 | ||
16724 | else | 16125 | else |
@@ -16778,25 +16179,23 @@ case "(($ac_try" in | |||
16778 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16179 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16779 | *) ac_try_echo=$ac_try;; | 16180 | *) ac_try_echo=$ac_try;; |
16780 | esac | 16181 | esac |
16781 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16182 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16782 | $as_echo "$ac_try_echo") >&5 | ||
16783 | (eval "$ac_link") 2>&5 | 16183 | (eval "$ac_link") 2>&5 |
16784 | ac_status=$? | 16184 | ac_status=$? |
16785 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16185 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16786 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16186 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
16787 | { (case "(($ac_try" in | 16187 | { (case "(($ac_try" in |
16788 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16188 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16789 | *) ac_try_echo=$ac_try;; | 16189 | *) ac_try_echo=$ac_try;; |
16790 | esac | 16190 | esac |
16791 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16191 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16792 | $as_echo "$ac_try_echo") >&5 | ||
16793 | (eval "$ac_try") 2>&5 | 16192 | (eval "$ac_try") 2>&5 |
16794 | ac_status=$? | 16193 | ac_status=$? |
16795 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16194 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16796 | (exit $ac_status); }; }; then | 16195 | (exit $ac_status); }; }; then |
16797 | 16196 | ||
16798 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 16197 | { echo "$as_me:$LINENO: result: yes" >&5 |
16799 | $as_echo "yes" >&6; } | 16198 | echo "${ECHO_T}yes" >&6; } |
16800 | 16199 | ||
16801 | cat >>confdefs.h <<\_ACEOF | 16200 | cat >>confdefs.h <<\_ACEOF |
16802 | #define AIX_GETNAMEINFO_HACK 1 | 16201 | #define AIX_GETNAMEINFO_HACK 1 |
@@ -16804,21 +16203,20 @@ _ACEOF | |||
16804 | 16203 | ||
16805 | 16204 | ||
16806 | else | 16205 | else |
16807 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 16206 | echo "$as_me: program exited with status $ac_status" >&5 |
16808 | $as_echo "$as_me: failed program was:" >&5 | 16207 | echo "$as_me: failed program was:" >&5 |
16809 | sed 's/^/| /' conftest.$ac_ext >&5 | 16208 | sed 's/^/| /' conftest.$ac_ext >&5 |
16810 | 16209 | ||
16811 | ( exit $ac_status ) | 16210 | ( exit $ac_status ) |
16812 | 16211 | ||
16813 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 16212 | { echo "$as_me:$LINENO: result: no" >&5 |
16814 | $as_echo "no" >&6; } | 16213 | echo "${ECHO_T}no" >&6; } |
16815 | cat >>confdefs.h <<\_ACEOF | 16214 | cat >>confdefs.h <<\_ACEOF |
16816 | #define BROKEN_GETADDRINFO 1 | 16215 | #define BROKEN_GETADDRINFO 1 |
16817 | _ACEOF | 16216 | _ACEOF |
16818 | 16217 | ||
16819 | 16218 | ||
16820 | fi | 16219 | fi |
16821 | rm -rf conftest.dSYM | ||
16822 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16220 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
16823 | fi | 16221 | fi |
16824 | 16222 | ||
@@ -16826,8 +16224,8 @@ fi | |||
16826 | fi | 16224 | fi |
16827 | 16225 | ||
16828 | if test "x$check_for_conflicting_getspnam" = "x1"; then | 16226 | if test "x$check_for_conflicting_getspnam" = "x1"; then |
16829 | { $as_echo "$as_me:$LINENO: checking for conflicting getspnam in shadow.h" >&5 | 16227 | { echo "$as_me:$LINENO: checking for conflicting getspnam in shadow.h" >&5 |
16830 | $as_echo_n "checking for conflicting getspnam in shadow.h... " >&6; } | 16228 | echo $ECHO_N "checking for conflicting getspnam in shadow.h... $ECHO_C" >&6; } |
16831 | cat >conftest.$ac_ext <<_ACEOF | 16229 | cat >conftest.$ac_ext <<_ACEOF |
16832 | 16230 | ||
16833 | #include <shadow.h> | 16231 | #include <shadow.h> |
@@ -16840,29 +16238,28 @@ case "(($ac_try" in | |||
16840 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16238 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16841 | *) ac_try_echo=$ac_try;; | 16239 | *) ac_try_echo=$ac_try;; |
16842 | esac | 16240 | esac |
16843 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16241 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16844 | $as_echo "$ac_try_echo") >&5 | ||
16845 | (eval "$ac_compile") 2>conftest.er1 | 16242 | (eval "$ac_compile") 2>conftest.er1 |
16846 | ac_status=$? | 16243 | ac_status=$? |
16847 | grep -v '^ *+' conftest.er1 >conftest.err | 16244 | grep -v '^ *+' conftest.er1 >conftest.err |
16848 | rm -f conftest.er1 | 16245 | rm -f conftest.er1 |
16849 | cat conftest.err >&5 | 16246 | cat conftest.err >&5 |
16850 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16247 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16851 | (exit $ac_status); } && { | 16248 | (exit $ac_status); } && { |
16852 | test -z "$ac_c_werror_flag" || | 16249 | test -z "$ac_c_werror_flag" || |
16853 | test ! -s conftest.err | 16250 | test ! -s conftest.err |
16854 | } && test -s conftest.$ac_objext; then | 16251 | } && test -s conftest.$ac_objext; then |
16855 | 16252 | ||
16856 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 16253 | { echo "$as_me:$LINENO: result: no" >&5 |
16857 | $as_echo "no" >&6; } | 16254 | echo "${ECHO_T}no" >&6; } |
16858 | 16255 | ||
16859 | else | 16256 | else |
16860 | $as_echo "$as_me: failed program was:" >&5 | 16257 | echo "$as_me: failed program was:" >&5 |
16861 | sed 's/^/| /' conftest.$ac_ext >&5 | 16258 | sed 's/^/| /' conftest.$ac_ext >&5 |
16862 | 16259 | ||
16863 | 16260 | ||
16864 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 16261 | { echo "$as_me:$LINENO: result: yes" >&5 |
16865 | $as_echo "yes" >&6; } | 16262 | echo "${ECHO_T}yes" >&6; } |
16866 | 16263 | ||
16867 | cat >>confdefs.h <<\_ACEOF | 16264 | cat >>confdefs.h <<\_ACEOF |
16868 | #define GETSPNAM_CONFLICTING_DEFS 1 | 16265 | #define GETSPNAM_CONFLICTING_DEFS 1 |
@@ -16875,10 +16272,10 @@ fi | |||
16875 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 16272 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
16876 | fi | 16273 | fi |
16877 | 16274 | ||
16878 | { $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 | 16275 | { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 |
16879 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | 16276 | echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } |
16880 | if test "${ac_cv_func_getpgrp_void+set}" = set; then | 16277 | if test "${ac_cv_func_getpgrp_void+set}" = set; then |
16881 | $as_echo_n "(cached) " >&6 | 16278 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
16882 | else | 16279 | else |
16883 | # Use it with a single arg. | 16280 | # Use it with a single arg. |
16884 | cat >conftest.$ac_ext <<_ACEOF | 16281 | cat >conftest.$ac_ext <<_ACEOF |
@@ -16902,21 +16299,20 @@ case "(($ac_try" in | |||
16902 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16299 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
16903 | *) ac_try_echo=$ac_try;; | 16300 | *) ac_try_echo=$ac_try;; |
16904 | esac | 16301 | esac |
16905 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16302 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
16906 | $as_echo "$ac_try_echo") >&5 | ||
16907 | (eval "$ac_compile") 2>conftest.er1 | 16303 | (eval "$ac_compile") 2>conftest.er1 |
16908 | ac_status=$? | 16304 | ac_status=$? |
16909 | grep -v '^ *+' conftest.er1 >conftest.err | 16305 | grep -v '^ *+' conftest.er1 >conftest.err |
16910 | rm -f conftest.er1 | 16306 | rm -f conftest.er1 |
16911 | cat conftest.err >&5 | 16307 | cat conftest.err >&5 |
16912 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16308 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16913 | (exit $ac_status); } && { | 16309 | (exit $ac_status); } && { |
16914 | test -z "$ac_c_werror_flag" || | 16310 | test -z "$ac_c_werror_flag" || |
16915 | test ! -s conftest.err | 16311 | test ! -s conftest.err |
16916 | } && test -s conftest.$ac_objext; then | 16312 | } && test -s conftest.$ac_objext; then |
16917 | ac_cv_func_getpgrp_void=no | 16313 | ac_cv_func_getpgrp_void=no |
16918 | else | 16314 | else |
16919 | $as_echo "$as_me: failed program was:" >&5 | 16315 | echo "$as_me: failed program was:" >&5 |
16920 | sed 's/^/| /' conftest.$ac_ext >&5 | 16316 | sed 's/^/| /' conftest.$ac_ext >&5 |
16921 | 16317 | ||
16922 | ac_cv_func_getpgrp_void=yes | 16318 | ac_cv_func_getpgrp_void=yes |
@@ -16925,8 +16321,8 @@ fi | |||
16925 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 16321 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
16926 | 16322 | ||
16927 | fi | 16323 | fi |
16928 | { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 | 16324 | { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 |
16929 | $as_echo "$ac_cv_func_getpgrp_void" >&6; } | 16325 | echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } |
16930 | if test $ac_cv_func_getpgrp_void = yes; then | 16326 | if test $ac_cv_func_getpgrp_void = yes; then |
16931 | 16327 | ||
16932 | cat >>confdefs.h <<\_ACEOF | 16328 | cat >>confdefs.h <<\_ACEOF |
@@ -17000,28 +16396,25 @@ case "(($ac_try" in | |||
17000 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16396 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17001 | *) ac_try_echo=$ac_try;; | 16397 | *) ac_try_echo=$ac_try;; |
17002 | esac | 16398 | esac |
17003 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16399 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17004 | $as_echo "$ac_try_echo") >&5 | ||
17005 | (eval "$ac_link") 2>conftest.er1 | 16400 | (eval "$ac_link") 2>conftest.er1 |
17006 | ac_status=$? | 16401 | ac_status=$? |
17007 | grep -v '^ *+' conftest.er1 >conftest.err | 16402 | grep -v '^ *+' conftest.er1 >conftest.err |
17008 | rm -f conftest.er1 | 16403 | rm -f conftest.er1 |
17009 | cat conftest.err >&5 | 16404 | cat conftest.err >&5 |
17010 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16405 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17011 | (exit $ac_status); } && { | 16406 | (exit $ac_status); } && { |
17012 | test -z "$ac_c_werror_flag" || | 16407 | test -z "$ac_c_werror_flag" || |
17013 | test ! -s conftest.err | 16408 | test ! -s conftest.err |
17014 | } && test -s conftest$ac_exeext && { | 16409 | } && test -s conftest$ac_exeext && |
17015 | test "$cross_compiling" = yes || | 16410 | $as_test_x conftest$ac_exeext; then |
17016 | $as_test_x conftest$ac_exeext | ||
17017 | }; then | ||
17018 | 16411 | ||
17019 | cat >>confdefs.h <<\_ACEOF | 16412 | cat >>confdefs.h <<\_ACEOF |
17020 | #define HAVE_OPENSSL 1 | 16413 | #define HAVE_OPENSSL 1 |
17021 | _ACEOF | 16414 | _ACEOF |
17022 | 16415 | ||
17023 | else | 16416 | else |
17024 | $as_echo "$as_me: failed program was:" >&5 | 16417 | echo "$as_me: failed program was:" >&5 |
17025 | sed 's/^/| /' conftest.$ac_ext >&5 | 16418 | sed 's/^/| /' conftest.$ac_ext >&5 |
17026 | 16419 | ||
17027 | 16420 | ||
@@ -17032,17 +16425,17 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
17032 | fi | 16425 | fi |
17033 | CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" | 16426 | CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" |
17034 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then | 16427 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then |
17035 | { $as_echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 | 16428 | { echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 |
17036 | $as_echo_n "checking for openssl/opensslv.h... " >&6; } | 16429 | echo $ECHO_N "checking for openssl/opensslv.h... $ECHO_C" >&6; } |
17037 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then | 16430 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then |
17038 | $as_echo_n "(cached) " >&6 | 16431 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
17039 | fi | 16432 | fi |
17040 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 | 16433 | { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 |
17041 | $as_echo "$ac_cv_header_openssl_opensslv_h" >&6; } | 16434 | echo "${ECHO_T}$ac_cv_header_openssl_opensslv_h" >&6; } |
17042 | else | 16435 | else |
17043 | # Is the header compilable? | 16436 | # Is the header compilable? |
17044 | { $as_echo "$as_me:$LINENO: checking openssl/opensslv.h usability" >&5 | 16437 | { echo "$as_me:$LINENO: checking openssl/opensslv.h usability" >&5 |
17045 | $as_echo_n "checking openssl/opensslv.h usability... " >&6; } | 16438 | echo $ECHO_N "checking openssl/opensslv.h usability... $ECHO_C" >&6; } |
17046 | cat >conftest.$ac_ext <<_ACEOF | 16439 | cat >conftest.$ac_ext <<_ACEOF |
17047 | /* confdefs.h. */ | 16440 | /* confdefs.h. */ |
17048 | _ACEOF | 16441 | _ACEOF |
@@ -17058,33 +16451,32 @@ case "(($ac_try" in | |||
17058 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16451 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17059 | *) ac_try_echo=$ac_try;; | 16452 | *) ac_try_echo=$ac_try;; |
17060 | esac | 16453 | esac |
17061 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16454 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17062 | $as_echo "$ac_try_echo") >&5 | ||
17063 | (eval "$ac_compile") 2>conftest.er1 | 16455 | (eval "$ac_compile") 2>conftest.er1 |
17064 | ac_status=$? | 16456 | ac_status=$? |
17065 | grep -v '^ *+' conftest.er1 >conftest.err | 16457 | grep -v '^ *+' conftest.er1 >conftest.err |
17066 | rm -f conftest.er1 | 16458 | rm -f conftest.er1 |
17067 | cat conftest.err >&5 | 16459 | cat conftest.err >&5 |
17068 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17069 | (exit $ac_status); } && { | 16461 | (exit $ac_status); } && { |
17070 | test -z "$ac_c_werror_flag" || | 16462 | test -z "$ac_c_werror_flag" || |
17071 | test ! -s conftest.err | 16463 | test ! -s conftest.err |
17072 | } && test -s conftest.$ac_objext; then | 16464 | } && test -s conftest.$ac_objext; then |
17073 | ac_header_compiler=yes | 16465 | ac_header_compiler=yes |
17074 | else | 16466 | else |
17075 | $as_echo "$as_me: failed program was:" >&5 | 16467 | echo "$as_me: failed program was:" >&5 |
17076 | sed 's/^/| /' conftest.$ac_ext >&5 | 16468 | sed 's/^/| /' conftest.$ac_ext >&5 |
17077 | 16469 | ||
17078 | ac_header_compiler=no | 16470 | ac_header_compiler=no |
17079 | fi | 16471 | fi |
17080 | 16472 | ||
17081 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 16473 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
17082 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 16474 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
17083 | $as_echo "$ac_header_compiler" >&6; } | 16475 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
17084 | 16476 | ||
17085 | # Is the header present? | 16477 | # Is the header present? |
17086 | { $as_echo "$as_me:$LINENO: checking openssl/opensslv.h presence" >&5 | 16478 | { echo "$as_me:$LINENO: checking openssl/opensslv.h presence" >&5 |
17087 | $as_echo_n "checking openssl/opensslv.h presence... " >&6; } | 16479 | echo $ECHO_N "checking openssl/opensslv.h presence... $ECHO_C" >&6; } |
17088 | cat >conftest.$ac_ext <<_ACEOF | 16480 | cat >conftest.$ac_ext <<_ACEOF |
17089 | /* confdefs.h. */ | 16481 | /* confdefs.h. */ |
17090 | _ACEOF | 16482 | _ACEOF |
@@ -17098,52 +16490,51 @@ case "(($ac_try" in | |||
17098 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16490 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17099 | *) ac_try_echo=$ac_try;; | 16491 | *) ac_try_echo=$ac_try;; |
17100 | esac | 16492 | esac |
17101 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16493 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17102 | $as_echo "$ac_try_echo") >&5 | ||
17103 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 16494 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
17104 | ac_status=$? | 16495 | ac_status=$? |
17105 | grep -v '^ *+' conftest.er1 >conftest.err | 16496 | grep -v '^ *+' conftest.er1 >conftest.err |
17106 | rm -f conftest.er1 | 16497 | rm -f conftest.er1 |
17107 | cat conftest.err >&5 | 16498 | cat conftest.err >&5 |
17108 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16499 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17109 | (exit $ac_status); } >/dev/null && { | 16500 | (exit $ac_status); } >/dev/null && { |
17110 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 16501 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
17111 | test ! -s conftest.err | 16502 | test ! -s conftest.err |
17112 | }; then | 16503 | }; then |
17113 | ac_header_preproc=yes | 16504 | ac_header_preproc=yes |
17114 | else | 16505 | else |
17115 | $as_echo "$as_me: failed program was:" >&5 | 16506 | echo "$as_me: failed program was:" >&5 |
17116 | sed 's/^/| /' conftest.$ac_ext >&5 | 16507 | sed 's/^/| /' conftest.$ac_ext >&5 |
17117 | 16508 | ||
17118 | ac_header_preproc=no | 16509 | ac_header_preproc=no |
17119 | fi | 16510 | fi |
17120 | 16511 | ||
17121 | rm -f conftest.err conftest.$ac_ext | 16512 | rm -f conftest.err conftest.$ac_ext |
17122 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 16513 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
17123 | $as_echo "$ac_header_preproc" >&6; } | 16514 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
17124 | 16515 | ||
17125 | # So? What about this header? | 16516 | # So? What about this header? |
17126 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 16517 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
17127 | yes:no: ) | 16518 | yes:no: ) |
17128 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 16519 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
17129 | $as_echo "$as_me: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 16520 | echo "$as_me: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
17130 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&5 | 16521 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&5 |
17131 | $as_echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&2;} | 16522 | echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&2;} |
17132 | ac_header_preproc=yes | 16523 | ac_header_preproc=yes |
17133 | ;; | 16524 | ;; |
17134 | no:yes:* ) | 16525 | no:yes:* ) |
17135 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: present but cannot be compiled" >&5 | 16526 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: present but cannot be compiled" >&5 |
17136 | $as_echo "$as_me: WARNING: openssl/opensslv.h: present but cannot be compiled" >&2;} | 16527 | echo "$as_me: WARNING: openssl/opensslv.h: present but cannot be compiled" >&2;} |
17137 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&5 | 16528 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&5 |
17138 | $as_echo "$as_me: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&2;} | 16529 | echo "$as_me: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&2;} |
17139 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&5 | 16530 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&5 |
17140 | $as_echo "$as_me: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&2;} | 16531 | echo "$as_me: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&2;} |
17141 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&5 | 16532 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&5 |
17142 | $as_echo "$as_me: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&2;} | 16533 | echo "$as_me: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&2;} |
17143 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&5 | 16534 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&5 |
17144 | $as_echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&2;} | 16535 | echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&2;} |
17145 | { $as_echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&5 | 16536 | { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&5 |
17146 | $as_echo "$as_me: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&2;} | 16537 | echo "$as_me: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&2;} |
17147 | ( cat <<\_ASBOX | 16538 | ( cat <<\_ASBOX |
17148 | ## ------------------------------------------- ## | 16539 | ## ------------------------------------------- ## |
17149 | ## Report this to openssh-unix-dev@mindrot.org ## | 16540 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -17152,22 +16543,22 @@ _ASBOX | |||
17152 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 16543 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
17153 | ;; | 16544 | ;; |
17154 | esac | 16545 | esac |
17155 | { $as_echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 | 16546 | { echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5 |
17156 | $as_echo_n "checking for openssl/opensslv.h... " >&6; } | 16547 | echo $ECHO_N "checking for openssl/opensslv.h... $ECHO_C" >&6; } |
17157 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then | 16548 | if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then |
17158 | $as_echo_n "(cached) " >&6 | 16549 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
17159 | else | 16550 | else |
17160 | ac_cv_header_openssl_opensslv_h=$ac_header_preproc | 16551 | ac_cv_header_openssl_opensslv_h=$ac_header_preproc |
17161 | fi | 16552 | fi |
17162 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 | 16553 | { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5 |
17163 | $as_echo "$ac_cv_header_openssl_opensslv_h" >&6; } | 16554 | echo "${ECHO_T}$ac_cv_header_openssl_opensslv_h" >&6; } |
17164 | 16555 | ||
17165 | fi | 16556 | fi |
17166 | if test $ac_cv_header_openssl_opensslv_h = yes; then | 16557 | if test $ac_cv_header_openssl_opensslv_h = yes; then |
17167 | : | 16558 | : |
17168 | else | 16559 | else |
17169 | { { $as_echo "$as_me:$LINENO: error: *** OpenSSL headers missing - please install first or check config.log ***" >&5 | 16560 | { { echo "$as_me:$LINENO: error: *** OpenSSL headers missing - please install first or check config.log ***" >&5 |
17170 | $as_echo "$as_me: error: *** OpenSSL headers missing - please install first or check config.log ***" >&2;} | 16561 | echo "$as_me: error: *** OpenSSL headers missing - please install first or check config.log ***" >&2;} |
17171 | { (exit 1); exit 1; }; } | 16562 | { (exit 1); exit 1; }; } |
17172 | fi | 16563 | fi |
17173 | 16564 | ||
@@ -17200,55 +16591,50 @@ case "(($ac_try" in | |||
17200 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16591 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17201 | *) ac_try_echo=$ac_try;; | 16592 | *) ac_try_echo=$ac_try;; |
17202 | esac | 16593 | esac |
17203 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16594 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17204 | $as_echo "$ac_try_echo") >&5 | ||
17205 | (eval "$ac_link") 2>conftest.er1 | 16595 | (eval "$ac_link") 2>conftest.er1 |
17206 | ac_status=$? | 16596 | ac_status=$? |
17207 | grep -v '^ *+' conftest.er1 >conftest.err | 16597 | grep -v '^ *+' conftest.er1 >conftest.err |
17208 | rm -f conftest.er1 | 16598 | rm -f conftest.er1 |
17209 | cat conftest.err >&5 | 16599 | cat conftest.err >&5 |
17210 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16600 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17211 | (exit $ac_status); } && { | 16601 | (exit $ac_status); } && { |
17212 | test -z "$ac_c_werror_flag" || | 16602 | test -z "$ac_c_werror_flag" || |
17213 | test ! -s conftest.err | 16603 | test ! -s conftest.err |
17214 | } && test -s conftest$ac_exeext && { | 16604 | } && test -s conftest$ac_exeext && |
17215 | test "$cross_compiling" = yes || | 16605 | $as_test_x conftest$ac_exeext; then |
17216 | $as_test_x conftest$ac_exeext | ||
17217 | }; then | ||
17218 | cat >>confdefs.h <<\_ACEOF | 16606 | cat >>confdefs.h <<\_ACEOF |
17219 | #define HAVE_OPENSSL 1 | 16607 | #define HAVE_OPENSSL 1 |
17220 | _ACEOF | 16608 | _ACEOF |
17221 | 16609 | ||
17222 | else | 16610 | else |
17223 | $as_echo "$as_me: failed program was:" >&5 | 16611 | echo "$as_me: failed program was:" >&5 |
17224 | sed 's/^/| /' conftest.$ac_ext >&5 | 16612 | sed 's/^/| /' conftest.$ac_ext >&5 |
17225 | 16613 | ||
17226 | 16614 | ||
17227 | { { $as_echo "$as_me:$LINENO: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 | 16615 | { { echo "$as_me:$LINENO: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&5 |
17228 | $as_echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} | 16616 | echo "$as_me: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" >&2;} |
17229 | { (exit 1); exit 1; }; } | 16617 | { (exit 1); exit 1; }; } |
17230 | 16618 | ||
17231 | 16619 | ||
17232 | fi | 16620 | fi |
17233 | 16621 | ||
17234 | rm -rf conftest.dSYM | ||
17235 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 16622 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17236 | conftest$ac_exeext conftest.$ac_ext | 16623 | conftest$ac_exeext conftest.$ac_ext |
17237 | 16624 | ||
17238 | 16625 | ||
17239 | fi | 16626 | fi |
17240 | 16627 | ||
17241 | rm -rf conftest.dSYM | ||
17242 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 16628 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17243 | conftest$ac_exeext conftest.$ac_ext | 16629 | conftest$ac_exeext conftest.$ac_ext |
17244 | 16630 | ||
17245 | # Determine OpenSSL header version | 16631 | # Determine OpenSSL header version |
17246 | { $as_echo "$as_me:$LINENO: checking OpenSSL header version" >&5 | 16632 | { echo "$as_me:$LINENO: checking OpenSSL header version" >&5 |
17247 | $as_echo_n "checking OpenSSL header version... " >&6; } | 16633 | echo $ECHO_N "checking OpenSSL header version... $ECHO_C" >&6; } |
17248 | if test "$cross_compiling" = yes; then | 16634 | if test "$cross_compiling" = yes; then |
17249 | 16635 | ||
17250 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 16636 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
17251 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 16637 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
17252 | 16638 | ||
17253 | 16639 | ||
17254 | else | 16640 | else |
@@ -17284,54 +16670,51 @@ case "(($ac_try" in | |||
17284 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16670 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17285 | *) ac_try_echo=$ac_try;; | 16671 | *) ac_try_echo=$ac_try;; |
17286 | esac | 16672 | esac |
17287 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16673 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17288 | $as_echo "$ac_try_echo") >&5 | ||
17289 | (eval "$ac_link") 2>&5 | 16674 | (eval "$ac_link") 2>&5 |
17290 | ac_status=$? | 16675 | ac_status=$? |
17291 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16676 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17292 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16677 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
17293 | { (case "(($ac_try" in | 16678 | { (case "(($ac_try" in |
17294 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16679 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17295 | *) ac_try_echo=$ac_try;; | 16680 | *) ac_try_echo=$ac_try;; |
17296 | esac | 16681 | esac |
17297 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16682 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17298 | $as_echo "$ac_try_echo") >&5 | ||
17299 | (eval "$ac_try") 2>&5 | 16683 | (eval "$ac_try") 2>&5 |
17300 | ac_status=$? | 16684 | ac_status=$? |
17301 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16685 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17302 | (exit $ac_status); }; }; then | 16686 | (exit $ac_status); }; }; then |
17303 | 16687 | ||
17304 | ssl_header_ver=`cat conftest.sslincver` | 16688 | ssl_header_ver=`cat conftest.sslincver` |
17305 | { $as_echo "$as_me:$LINENO: result: $ssl_header_ver" >&5 | 16689 | { echo "$as_me:$LINENO: result: $ssl_header_ver" >&5 |
17306 | $as_echo "$ssl_header_ver" >&6; } | 16690 | echo "${ECHO_T}$ssl_header_ver" >&6; } |
17307 | 16691 | ||
17308 | else | 16692 | else |
17309 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 16693 | echo "$as_me: program exited with status $ac_status" >&5 |
17310 | $as_echo "$as_me: failed program was:" >&5 | 16694 | echo "$as_me: failed program was:" >&5 |
17311 | sed 's/^/| /' conftest.$ac_ext >&5 | 16695 | sed 's/^/| /' conftest.$ac_ext >&5 |
17312 | 16696 | ||
17313 | ( exit $ac_status ) | 16697 | ( exit $ac_status ) |
17314 | 16698 | ||
17315 | { $as_echo "$as_me:$LINENO: result: not found" >&5 | 16699 | { echo "$as_me:$LINENO: result: not found" >&5 |
17316 | $as_echo "not found" >&6; } | 16700 | echo "${ECHO_T}not found" >&6; } |
17317 | { { $as_echo "$as_me:$LINENO: error: OpenSSL version header not found." >&5 | 16701 | { { echo "$as_me:$LINENO: error: OpenSSL version header not found." >&5 |
17318 | $as_echo "$as_me: error: OpenSSL version header not found." >&2;} | 16702 | echo "$as_me: error: OpenSSL version header not found." >&2;} |
17319 | { (exit 1); exit 1; }; } | 16703 | { (exit 1); exit 1; }; } |
17320 | 16704 | ||
17321 | fi | 16705 | fi |
17322 | rm -rf conftest.dSYM | ||
17323 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16706 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
17324 | fi | 16707 | fi |
17325 | 16708 | ||
17326 | 16709 | ||
17327 | 16710 | ||
17328 | # Determine OpenSSL library version | 16711 | # Determine OpenSSL library version |
17329 | { $as_echo "$as_me:$LINENO: checking OpenSSL library version" >&5 | 16712 | { echo "$as_me:$LINENO: checking OpenSSL library version" >&5 |
17330 | $as_echo_n "checking OpenSSL library version... " >&6; } | 16713 | echo $ECHO_N "checking OpenSSL library version... $ECHO_C" >&6; } |
17331 | if test "$cross_compiling" = yes; then | 16714 | if test "$cross_compiling" = yes; then |
17332 | 16715 | ||
17333 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 16716 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
17334 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 16717 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
17335 | 16718 | ||
17336 | 16719 | ||
17337 | else | 16720 | else |
@@ -17368,42 +16751,39 @@ case "(($ac_try" in | |||
17368 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16751 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17369 | *) ac_try_echo=$ac_try;; | 16752 | *) ac_try_echo=$ac_try;; |
17370 | esac | 16753 | esac |
17371 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16754 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17372 | $as_echo "$ac_try_echo") >&5 | ||
17373 | (eval "$ac_link") 2>&5 | 16755 | (eval "$ac_link") 2>&5 |
17374 | ac_status=$? | 16756 | ac_status=$? |
17375 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16757 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17376 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16758 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
17377 | { (case "(($ac_try" in | 16759 | { (case "(($ac_try" in |
17378 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16760 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17379 | *) ac_try_echo=$ac_try;; | 16761 | *) ac_try_echo=$ac_try;; |
17380 | esac | 16762 | esac |
17381 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16763 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17382 | $as_echo "$ac_try_echo") >&5 | ||
17383 | (eval "$ac_try") 2>&5 | 16764 | (eval "$ac_try") 2>&5 |
17384 | ac_status=$? | 16765 | ac_status=$? |
17385 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16766 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17386 | (exit $ac_status); }; }; then | 16767 | (exit $ac_status); }; }; then |
17387 | 16768 | ||
17388 | ssl_library_ver=`cat conftest.ssllibver` | 16769 | ssl_library_ver=`cat conftest.ssllibver` |
17389 | { $as_echo "$as_me:$LINENO: result: $ssl_library_ver" >&5 | 16770 | { echo "$as_me:$LINENO: result: $ssl_library_ver" >&5 |
17390 | $as_echo "$ssl_library_ver" >&6; } | 16771 | echo "${ECHO_T}$ssl_library_ver" >&6; } |
17391 | 16772 | ||
17392 | else | 16773 | else |
17393 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 16774 | echo "$as_me: program exited with status $ac_status" >&5 |
17394 | $as_echo "$as_me: failed program was:" >&5 | 16775 | echo "$as_me: failed program was:" >&5 |
17395 | sed 's/^/| /' conftest.$ac_ext >&5 | 16776 | sed 's/^/| /' conftest.$ac_ext >&5 |
17396 | 16777 | ||
17397 | ( exit $ac_status ) | 16778 | ( exit $ac_status ) |
17398 | 16779 | ||
17399 | { $as_echo "$as_me:$LINENO: result: not found" >&5 | 16780 | { echo "$as_me:$LINENO: result: not found" >&5 |
17400 | $as_echo "not found" >&6; } | 16781 | echo "${ECHO_T}not found" >&6; } |
17401 | { { $as_echo "$as_me:$LINENO: error: OpenSSL library not found." >&5 | 16782 | { { echo "$as_me:$LINENO: error: OpenSSL library not found." >&5 |
17402 | $as_echo "$as_me: error: OpenSSL library not found." >&2;} | 16783 | echo "$as_me: error: OpenSSL library not found." >&2;} |
17403 | { (exit 1); exit 1; }; } | 16784 | { (exit 1); exit 1; }; } |
17404 | 16785 | ||
17405 | fi | 16786 | fi |
17406 | rm -rf conftest.dSYM | ||
17407 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16787 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
17408 | fi | 16788 | fi |
17409 | 16789 | ||
@@ -17421,12 +16801,12 @@ fi | |||
17421 | 16801 | ||
17422 | 16802 | ||
17423 | # Sanity check OpenSSL headers | 16803 | # Sanity check OpenSSL headers |
17424 | { $as_echo "$as_me:$LINENO: checking whether OpenSSL's headers match the library" >&5 | 16804 | { echo "$as_me:$LINENO: checking whether OpenSSL's headers match the library" >&5 |
17425 | $as_echo_n "checking whether OpenSSL's headers match the library... " >&6; } | 16805 | echo $ECHO_N "checking whether OpenSSL's headers match the library... $ECHO_C" >&6; } |
17426 | if test "$cross_compiling" = yes; then | 16806 | if test "$cross_compiling" = yes; then |
17427 | 16807 | ||
17428 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 16808 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
17429 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 16809 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
17430 | 16810 | ||
17431 | 16811 | ||
17432 | else | 16812 | else |
@@ -17448,43 +16828,41 @@ case "(($ac_try" in | |||
17448 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16828 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17449 | *) ac_try_echo=$ac_try;; | 16829 | *) ac_try_echo=$ac_try;; |
17450 | esac | 16830 | esac |
17451 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16831 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17452 | $as_echo "$ac_try_echo") >&5 | ||
17453 | (eval "$ac_link") 2>&5 | 16832 | (eval "$ac_link") 2>&5 |
17454 | ac_status=$? | 16833 | ac_status=$? |
17455 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16834 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17456 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 16835 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
17457 | { (case "(($ac_try" in | 16836 | { (case "(($ac_try" in |
17458 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17459 | *) ac_try_echo=$ac_try;; | 16838 | *) ac_try_echo=$ac_try;; |
17460 | esac | 16839 | esac |
17461 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16840 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17462 | $as_echo "$ac_try_echo") >&5 | ||
17463 | (eval "$ac_try") 2>&5 | 16841 | (eval "$ac_try") 2>&5 |
17464 | ac_status=$? | 16842 | ac_status=$? |
17465 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16843 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17466 | (exit $ac_status); }; }; then | 16844 | (exit $ac_status); }; }; then |
17467 | 16845 | ||
17468 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 16846 | { echo "$as_me:$LINENO: result: yes" >&5 |
17469 | $as_echo "yes" >&6; } | 16847 | echo "${ECHO_T}yes" >&6; } |
17470 | 16848 | ||
17471 | else | 16849 | else |
17472 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 16850 | echo "$as_me: program exited with status $ac_status" >&5 |
17473 | $as_echo "$as_me: failed program was:" >&5 | 16851 | echo "$as_me: failed program was:" >&5 |
17474 | sed 's/^/| /' conftest.$ac_ext >&5 | 16852 | sed 's/^/| /' conftest.$ac_ext >&5 |
17475 | 16853 | ||
17476 | ( exit $ac_status ) | 16854 | ( exit $ac_status ) |
17477 | 16855 | ||
17478 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 16856 | { echo "$as_me:$LINENO: result: no" >&5 |
17479 | $as_echo "no" >&6; } | 16857 | echo "${ECHO_T}no" >&6; } |
17480 | if test "x$openssl_check_nonfatal" = "x"; then | 16858 | if test "x$openssl_check_nonfatal" = "x"; then |
17481 | { { $as_echo "$as_me:$LINENO: error: Your OpenSSL headers do not match your | 16859 | { { echo "$as_me:$LINENO: error: Your OpenSSL headers do not match your |
17482 | library. Check config.log for details. | 16860 | library. Check config.log for details. |
17483 | If you are sure your installation is consistent, you can disable the check | 16861 | If you are sure your installation is consistent, you can disable the check |
17484 | by running \"./configure --without-openssl-header-check\". | 16862 | by running \"./configure --without-openssl-header-check\". |
17485 | Also see contrib/findssl.sh for help identifying header/library mismatches. | 16863 | Also see contrib/findssl.sh for help identifying header/library mismatches. |
17486 | " >&5 | 16864 | " >&5 |
17487 | $as_echo "$as_me: error: Your OpenSSL headers do not match your | 16865 | echo "$as_me: error: Your OpenSSL headers do not match your |
17488 | library. Check config.log for details. | 16866 | library. Check config.log for details. |
17489 | If you are sure your installation is consistent, you can disable the check | 16867 | If you are sure your installation is consistent, you can disable the check |
17490 | by running \"./configure --without-openssl-header-check\". | 16868 | by running \"./configure --without-openssl-header-check\". |
@@ -17492,23 +16870,22 @@ Also see contrib/findssl.sh for help identifying header/library mismatches. | |||
17492 | " >&2;} | 16870 | " >&2;} |
17493 | { (exit 1); exit 1; }; } | 16871 | { (exit 1); exit 1; }; } |
17494 | else | 16872 | else |
17495 | { $as_echo "$as_me:$LINENO: WARNING: Your OpenSSL headers do not match your | 16873 | { echo "$as_me:$LINENO: WARNING: Your OpenSSL headers do not match your |
17496 | library. Check config.log for details. | 16874 | library. Check config.log for details. |
17497 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 | 16875 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&5 |
17498 | $as_echo "$as_me: WARNING: Your OpenSSL headers do not match your | 16876 | echo "$as_me: WARNING: Your OpenSSL headers do not match your |
17499 | library. Check config.log for details. | 16877 | library. Check config.log for details. |
17500 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&2;} | 16878 | Also see contrib/findssl.sh for help identifying header/library mismatches." >&2;} |
17501 | fi | 16879 | fi |
17502 | 16880 | ||
17503 | fi | 16881 | fi |
17504 | rm -rf conftest.dSYM | ||
17505 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 16882 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
17506 | fi | 16883 | fi |
17507 | 16884 | ||
17508 | 16885 | ||
17509 | 16886 | ||
17510 | { $as_echo "$as_me:$LINENO: checking if programs using OpenSSL functions will link" >&5 | 16887 | { echo "$as_me:$LINENO: checking if programs using OpenSSL functions will link" >&5 |
17511 | $as_echo_n "checking if programs using OpenSSL functions will link... " >&6; } | 16888 | echo $ECHO_N "checking if programs using OpenSSL functions will link... $ECHO_C" >&6; } |
17512 | cat >conftest.$ac_ext <<_ACEOF | 16889 | cat >conftest.$ac_ext <<_ACEOF |
17513 | /* confdefs.h. */ | 16890 | /* confdefs.h. */ |
17514 | _ACEOF | 16891 | _ACEOF |
@@ -17526,36 +16903,33 @@ case "(($ac_try" in | |||
17526 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16903 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17527 | *) ac_try_echo=$ac_try;; | 16904 | *) ac_try_echo=$ac_try;; |
17528 | esac | 16905 | esac |
17529 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16906 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17530 | $as_echo "$ac_try_echo") >&5 | ||
17531 | (eval "$ac_link") 2>conftest.er1 | 16907 | (eval "$ac_link") 2>conftest.er1 |
17532 | ac_status=$? | 16908 | ac_status=$? |
17533 | grep -v '^ *+' conftest.er1 >conftest.err | 16909 | grep -v '^ *+' conftest.er1 >conftest.err |
17534 | rm -f conftest.er1 | 16910 | rm -f conftest.er1 |
17535 | cat conftest.err >&5 | 16911 | cat conftest.err >&5 |
17536 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16912 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17537 | (exit $ac_status); } && { | 16913 | (exit $ac_status); } && { |
17538 | test -z "$ac_c_werror_flag" || | 16914 | test -z "$ac_c_werror_flag" || |
17539 | test ! -s conftest.err | 16915 | test ! -s conftest.err |
17540 | } && test -s conftest$ac_exeext && { | 16916 | } && test -s conftest$ac_exeext && |
17541 | test "$cross_compiling" = yes || | 16917 | $as_test_x conftest$ac_exeext; then |
17542 | $as_test_x conftest$ac_exeext | ||
17543 | }; then | ||
17544 | 16918 | ||
17545 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 16919 | { echo "$as_me:$LINENO: result: yes" >&5 |
17546 | $as_echo "yes" >&6; } | 16920 | echo "${ECHO_T}yes" >&6; } |
17547 | 16921 | ||
17548 | else | 16922 | else |
17549 | $as_echo "$as_me: failed program was:" >&5 | 16923 | echo "$as_me: failed program was:" >&5 |
17550 | sed 's/^/| /' conftest.$ac_ext >&5 | 16924 | sed 's/^/| /' conftest.$ac_ext >&5 |
17551 | 16925 | ||
17552 | 16926 | ||
17553 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 16927 | { echo "$as_me:$LINENO: result: no" >&5 |
17554 | $as_echo "no" >&6; } | 16928 | echo "${ECHO_T}no" >&6; } |
17555 | saved_LIBS="$LIBS" | 16929 | saved_LIBS="$LIBS" |
17556 | LIBS="$LIBS -ldl" | 16930 | LIBS="$LIBS -ldl" |
17557 | { $as_echo "$as_me:$LINENO: checking if programs using OpenSSL need -ldl" >&5 | 16931 | { echo "$as_me:$LINENO: checking if programs using OpenSSL need -ldl" >&5 |
17558 | $as_echo_n "checking if programs using OpenSSL need -ldl... " >&6; } | 16932 | echo $ECHO_N "checking if programs using OpenSSL need -ldl... $ECHO_C" >&6; } |
17559 | cat >conftest.$ac_ext <<_ACEOF | 16933 | cat >conftest.$ac_ext <<_ACEOF |
17560 | /* confdefs.h. */ | 16934 | /* confdefs.h. */ |
17561 | _ACEOF | 16935 | _ACEOF |
@@ -17573,45 +16947,40 @@ case "(($ac_try" in | |||
17573 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 16947 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17574 | *) ac_try_echo=$ac_try;; | 16948 | *) ac_try_echo=$ac_try;; |
17575 | esac | 16949 | esac |
17576 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 16950 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17577 | $as_echo "$ac_try_echo") >&5 | ||
17578 | (eval "$ac_link") 2>conftest.er1 | 16951 | (eval "$ac_link") 2>conftest.er1 |
17579 | ac_status=$? | 16952 | ac_status=$? |
17580 | grep -v '^ *+' conftest.er1 >conftest.err | 16953 | grep -v '^ *+' conftest.er1 >conftest.err |
17581 | rm -f conftest.er1 | 16954 | rm -f conftest.er1 |
17582 | cat conftest.err >&5 | 16955 | cat conftest.err >&5 |
17583 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16956 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17584 | (exit $ac_status); } && { | 16957 | (exit $ac_status); } && { |
17585 | test -z "$ac_c_werror_flag" || | 16958 | test -z "$ac_c_werror_flag" || |
17586 | test ! -s conftest.err | 16959 | test ! -s conftest.err |
17587 | } && test -s conftest$ac_exeext && { | 16960 | } && test -s conftest$ac_exeext && |
17588 | test "$cross_compiling" = yes || | 16961 | $as_test_x conftest$ac_exeext; then |
17589 | $as_test_x conftest$ac_exeext | ||
17590 | }; then | ||
17591 | 16962 | ||
17592 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 16963 | { echo "$as_me:$LINENO: result: yes" >&5 |
17593 | $as_echo "yes" >&6; } | 16964 | echo "${ECHO_T}yes" >&6; } |
17594 | 16965 | ||
17595 | else | 16966 | else |
17596 | $as_echo "$as_me: failed program was:" >&5 | 16967 | echo "$as_me: failed program was:" >&5 |
17597 | sed 's/^/| /' conftest.$ac_ext >&5 | 16968 | sed 's/^/| /' conftest.$ac_ext >&5 |
17598 | 16969 | ||
17599 | 16970 | ||
17600 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 16971 | { echo "$as_me:$LINENO: result: no" >&5 |
17601 | $as_echo "no" >&6; } | 16972 | echo "${ECHO_T}no" >&6; } |
17602 | LIBS="$saved_LIBS" | 16973 | LIBS="$saved_LIBS" |
17603 | 16974 | ||
17604 | 16975 | ||
17605 | fi | 16976 | fi |
17606 | 16977 | ||
17607 | rm -rf conftest.dSYM | ||
17608 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 16978 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17609 | conftest$ac_exeext conftest.$ac_ext | 16979 | conftest$ac_exeext conftest.$ac_ext |
17610 | 16980 | ||
17611 | 16981 | ||
17612 | fi | 16982 | fi |
17613 | 16983 | ||
17614 | rm -rf conftest.dSYM | ||
17615 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 16984 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17616 | conftest$ac_exeext conftest.$ac_ext | 16985 | conftest$ac_exeext conftest.$ac_ext |
17617 | 16986 | ||
@@ -17619,8 +16988,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
17619 | # Check whether --with-ssl-engine was given. | 16988 | # Check whether --with-ssl-engine was given. |
17620 | if test "${with_ssl_engine+set}" = set; then | 16989 | if test "${with_ssl_engine+set}" = set; then |
17621 | withval=$with_ssl_engine; if test "x$withval" != "xno" ; then | 16990 | withval=$with_ssl_engine; if test "x$withval" != "xno" ; then |
17622 | { $as_echo "$as_me:$LINENO: checking for OpenSSL ENGINE support" >&5 | 16991 | { echo "$as_me:$LINENO: checking for OpenSSL ENGINE support" >&5 |
17623 | $as_echo_n "checking for OpenSSL ENGINE support... " >&6; } | 16992 | echo $ECHO_N "checking for OpenSSL ENGINE support... $ECHO_C" >&6; } |
17624 | cat >conftest.$ac_ext <<_ACEOF | 16993 | cat >conftest.$ac_ext <<_ACEOF |
17625 | /* confdefs.h. */ | 16994 | /* confdefs.h. */ |
17626 | _ACEOF | 16995 | _ACEOF |
@@ -17644,20 +17013,19 @@ case "(($ac_try" in | |||
17644 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17013 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17645 | *) ac_try_echo=$ac_try;; | 17014 | *) ac_try_echo=$ac_try;; |
17646 | esac | 17015 | esac |
17647 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17016 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17648 | $as_echo "$ac_try_echo") >&5 | ||
17649 | (eval "$ac_compile") 2>conftest.er1 | 17017 | (eval "$ac_compile") 2>conftest.er1 |
17650 | ac_status=$? | 17018 | ac_status=$? |
17651 | grep -v '^ *+' conftest.er1 >conftest.err | 17019 | grep -v '^ *+' conftest.er1 >conftest.err |
17652 | rm -f conftest.er1 | 17020 | rm -f conftest.er1 |
17653 | cat conftest.err >&5 | 17021 | cat conftest.err >&5 |
17654 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17022 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17655 | (exit $ac_status); } && { | 17023 | (exit $ac_status); } && { |
17656 | test -z "$ac_c_werror_flag" || | 17024 | test -z "$ac_c_werror_flag" || |
17657 | test ! -s conftest.err | 17025 | test ! -s conftest.err |
17658 | } && test -s conftest.$ac_objext; then | 17026 | } && test -s conftest.$ac_objext; then |
17659 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 17027 | { echo "$as_me:$LINENO: result: yes" >&5 |
17660 | $as_echo "yes" >&6; } | 17028 | echo "${ECHO_T}yes" >&6; } |
17661 | 17029 | ||
17662 | cat >>confdefs.h <<\_ACEOF | 17030 | cat >>confdefs.h <<\_ACEOF |
17663 | #define USE_OPENSSL_ENGINE 1 | 17031 | #define USE_OPENSSL_ENGINE 1 |
@@ -17665,11 +17033,11 @@ _ACEOF | |||
17665 | 17033 | ||
17666 | 17034 | ||
17667 | else | 17035 | else |
17668 | $as_echo "$as_me: failed program was:" >&5 | 17036 | echo "$as_me: failed program was:" >&5 |
17669 | sed 's/^/| /' conftest.$ac_ext >&5 | 17037 | sed 's/^/| /' conftest.$ac_ext >&5 |
17670 | 17038 | ||
17671 | { { $as_echo "$as_me:$LINENO: error: OpenSSL ENGINE support not found" >&5 | 17039 | { { echo "$as_me:$LINENO: error: OpenSSL ENGINE support not found" >&5 |
17672 | $as_echo "$as_me: error: OpenSSL ENGINE support not found" >&2;} | 17040 | echo "$as_me: error: OpenSSL ENGINE support not found" >&2;} |
17673 | { (exit 1); exit 1; }; } | 17041 | { (exit 1); exit 1; }; } |
17674 | 17042 | ||
17675 | fi | 17043 | fi |
@@ -17681,8 +17049,8 @@ fi | |||
17681 | 17049 | ||
17682 | 17050 | ||
17683 | # Check for OpenSSL without EVP_aes_{192,256}_cbc | 17051 | # Check for OpenSSL without EVP_aes_{192,256}_cbc |
17684 | { $as_echo "$as_me:$LINENO: checking whether OpenSSL has crippled AES support" >&5 | 17052 | { echo "$as_me:$LINENO: checking whether OpenSSL has crippled AES support" >&5 |
17685 | $as_echo_n "checking whether OpenSSL has crippled AES support... " >&6; } | 17053 | echo $ECHO_N "checking whether OpenSSL has crippled AES support... $ECHO_C" >&6; } |
17686 | cat >conftest.$ac_ext <<_ACEOF | 17054 | cat >conftest.$ac_ext <<_ACEOF |
17687 | /* confdefs.h. */ | 17055 | /* confdefs.h. */ |
17688 | _ACEOF | 17056 | _ACEOF |
@@ -17701,32 +17069,29 @@ case "(($ac_try" in | |||
17701 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17069 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17702 | *) ac_try_echo=$ac_try;; | 17070 | *) ac_try_echo=$ac_try;; |
17703 | esac | 17071 | esac |
17704 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17072 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17705 | $as_echo "$ac_try_echo") >&5 | ||
17706 | (eval "$ac_link") 2>conftest.er1 | 17073 | (eval "$ac_link") 2>conftest.er1 |
17707 | ac_status=$? | 17074 | ac_status=$? |
17708 | grep -v '^ *+' conftest.er1 >conftest.err | 17075 | grep -v '^ *+' conftest.er1 >conftest.err |
17709 | rm -f conftest.er1 | 17076 | rm -f conftest.er1 |
17710 | cat conftest.err >&5 | 17077 | cat conftest.err >&5 |
17711 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17078 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17712 | (exit $ac_status); } && { | 17079 | (exit $ac_status); } && { |
17713 | test -z "$ac_c_werror_flag" || | 17080 | test -z "$ac_c_werror_flag" || |
17714 | test ! -s conftest.err | 17081 | test ! -s conftest.err |
17715 | } && test -s conftest$ac_exeext && { | 17082 | } && test -s conftest$ac_exeext && |
17716 | test "$cross_compiling" = yes || | 17083 | $as_test_x conftest$ac_exeext; then |
17717 | $as_test_x conftest$ac_exeext | ||
17718 | }; then | ||
17719 | 17084 | ||
17720 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 17085 | { echo "$as_me:$LINENO: result: no" >&5 |
17721 | $as_echo "no" >&6; } | 17086 | echo "${ECHO_T}no" >&6; } |
17722 | 17087 | ||
17723 | else | 17088 | else |
17724 | $as_echo "$as_me: failed program was:" >&5 | 17089 | echo "$as_me: failed program was:" >&5 |
17725 | sed 's/^/| /' conftest.$ac_ext >&5 | 17090 | sed 's/^/| /' conftest.$ac_ext >&5 |
17726 | 17091 | ||
17727 | 17092 | ||
17728 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 17093 | { echo "$as_me:$LINENO: result: yes" >&5 |
17729 | $as_echo "yes" >&6; } | 17094 | echo "${ECHO_T}yes" >&6; } |
17730 | 17095 | ||
17731 | cat >>confdefs.h <<\_ACEOF | 17096 | cat >>confdefs.h <<\_ACEOF |
17732 | #define OPENSSL_LOBOTOMISED_AES 1 | 17097 | #define OPENSSL_LOBOTOMISED_AES 1 |
@@ -17736,12 +17101,11 @@ _ACEOF | |||
17736 | 17101 | ||
17737 | fi | 17102 | fi |
17738 | 17103 | ||
17739 | rm -rf conftest.dSYM | ||
17740 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17104 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17741 | conftest$ac_exeext conftest.$ac_ext | 17105 | conftest$ac_exeext conftest.$ac_ext |
17742 | 17106 | ||
17743 | { $as_echo "$as_me:$LINENO: checking if EVP_DigestUpdate returns an int" >&5 | 17107 | { echo "$as_me:$LINENO: checking if EVP_DigestUpdate returns an int" >&5 |
17744 | $as_echo_n "checking if EVP_DigestUpdate returns an int... " >&6; } | 17108 | echo $ECHO_N "checking if EVP_DigestUpdate returns an int... $ECHO_C" >&6; } |
17745 | cat >conftest.$ac_ext <<_ACEOF | 17109 | cat >conftest.$ac_ext <<_ACEOF |
17746 | /* confdefs.h. */ | 17110 | /* confdefs.h. */ |
17747 | _ACEOF | 17111 | _ACEOF |
@@ -17760,32 +17124,29 @@ case "(($ac_try" in | |||
17760 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17124 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17761 | *) ac_try_echo=$ac_try;; | 17125 | *) ac_try_echo=$ac_try;; |
17762 | esac | 17126 | esac |
17763 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17127 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17764 | $as_echo "$ac_try_echo") >&5 | ||
17765 | (eval "$ac_link") 2>conftest.er1 | 17128 | (eval "$ac_link") 2>conftest.er1 |
17766 | ac_status=$? | 17129 | ac_status=$? |
17767 | grep -v '^ *+' conftest.er1 >conftest.err | 17130 | grep -v '^ *+' conftest.er1 >conftest.err |
17768 | rm -f conftest.er1 | 17131 | rm -f conftest.er1 |
17769 | cat conftest.err >&5 | 17132 | cat conftest.err >&5 |
17770 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17133 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17771 | (exit $ac_status); } && { | 17134 | (exit $ac_status); } && { |
17772 | test -z "$ac_c_werror_flag" || | 17135 | test -z "$ac_c_werror_flag" || |
17773 | test ! -s conftest.err | 17136 | test ! -s conftest.err |
17774 | } && test -s conftest$ac_exeext && { | 17137 | } && test -s conftest$ac_exeext && |
17775 | test "$cross_compiling" = yes || | 17138 | $as_test_x conftest$ac_exeext; then |
17776 | $as_test_x conftest$ac_exeext | ||
17777 | }; then | ||
17778 | 17139 | ||
17779 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 17140 | { echo "$as_me:$LINENO: result: yes" >&5 |
17780 | $as_echo "yes" >&6; } | 17141 | echo "${ECHO_T}yes" >&6; } |
17781 | 17142 | ||
17782 | else | 17143 | else |
17783 | $as_echo "$as_me: failed program was:" >&5 | 17144 | echo "$as_me: failed program was:" >&5 |
17784 | sed 's/^/| /' conftest.$ac_ext >&5 | 17145 | sed 's/^/| /' conftest.$ac_ext >&5 |
17785 | 17146 | ||
17786 | 17147 | ||
17787 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 17148 | { echo "$as_me:$LINENO: result: no" >&5 |
17788 | $as_echo "no" >&6; } | 17149 | echo "${ECHO_T}no" >&6; } |
17789 | 17150 | ||
17790 | cat >>confdefs.h <<\_ACEOF | 17151 | cat >>confdefs.h <<\_ACEOF |
17791 | #define OPENSSL_EVP_DIGESTUPDATE_VOID 1 | 17152 | #define OPENSSL_EVP_DIGESTUPDATE_VOID 1 |
@@ -17795,7 +17156,6 @@ _ACEOF | |||
17795 | 17156 | ||
17796 | fi | 17157 | fi |
17797 | 17158 | ||
17798 | rm -rf conftest.dSYM | ||
17799 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17159 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17800 | conftest$ac_exeext conftest.$ac_ext | 17160 | conftest$ac_exeext conftest.$ac_ext |
17801 | 17161 | ||
@@ -17803,10 +17163,10 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
17803 | # because the system crypt() is more featureful. | 17163 | # because the system crypt() is more featureful. |
17804 | if test "x$check_for_libcrypt_before" = "x1"; then | 17164 | if test "x$check_for_libcrypt_before" = "x1"; then |
17805 | 17165 | ||
17806 | { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 | 17166 | { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 |
17807 | $as_echo_n "checking for crypt in -lcrypt... " >&6; } | 17167 | echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; } |
17808 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then | 17168 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then |
17809 | $as_echo_n "(cached) " >&6 | 17169 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
17810 | else | 17170 | else |
17811 | ac_check_lib_save_LIBS=$LIBS | 17171 | ac_check_lib_save_LIBS=$LIBS |
17812 | LIBS="-lcrypt $LIBS" | 17172 | LIBS="-lcrypt $LIBS" |
@@ -17838,36 +17198,32 @@ case "(($ac_try" in | |||
17838 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17198 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17839 | *) ac_try_echo=$ac_try;; | 17199 | *) ac_try_echo=$ac_try;; |
17840 | esac | 17200 | esac |
17841 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17201 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17842 | $as_echo "$ac_try_echo") >&5 | ||
17843 | (eval "$ac_link") 2>conftest.er1 | 17202 | (eval "$ac_link") 2>conftest.er1 |
17844 | ac_status=$? | 17203 | ac_status=$? |
17845 | grep -v '^ *+' conftest.er1 >conftest.err | 17204 | grep -v '^ *+' conftest.er1 >conftest.err |
17846 | rm -f conftest.er1 | 17205 | rm -f conftest.er1 |
17847 | cat conftest.err >&5 | 17206 | cat conftest.err >&5 |
17848 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17849 | (exit $ac_status); } && { | 17208 | (exit $ac_status); } && { |
17850 | test -z "$ac_c_werror_flag" || | 17209 | test -z "$ac_c_werror_flag" || |
17851 | test ! -s conftest.err | 17210 | test ! -s conftest.err |
17852 | } && test -s conftest$ac_exeext && { | 17211 | } && test -s conftest$ac_exeext && |
17853 | test "$cross_compiling" = yes || | 17212 | $as_test_x conftest$ac_exeext; then |
17854 | $as_test_x conftest$ac_exeext | ||
17855 | }; then | ||
17856 | ac_cv_lib_crypt_crypt=yes | 17213 | ac_cv_lib_crypt_crypt=yes |
17857 | else | 17214 | else |
17858 | $as_echo "$as_me: failed program was:" >&5 | 17215 | echo "$as_me: failed program was:" >&5 |
17859 | sed 's/^/| /' conftest.$ac_ext >&5 | 17216 | sed 's/^/| /' conftest.$ac_ext >&5 |
17860 | 17217 | ||
17861 | ac_cv_lib_crypt_crypt=no | 17218 | ac_cv_lib_crypt_crypt=no |
17862 | fi | 17219 | fi |
17863 | 17220 | ||
17864 | rm -rf conftest.dSYM | ||
17865 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17221 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17866 | conftest$ac_exeext conftest.$ac_ext | 17222 | conftest$ac_exeext conftest.$ac_ext |
17867 | LIBS=$ac_check_lib_save_LIBS | 17223 | LIBS=$ac_check_lib_save_LIBS |
17868 | fi | 17224 | fi |
17869 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 | 17225 | { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 |
17870 | $as_echo "$ac_cv_lib_crypt_crypt" >&6; } | 17226 | echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; } |
17871 | if test $ac_cv_lib_crypt_crypt = yes; then | 17227 | if test $ac_cv_lib_crypt_crypt = yes; then |
17872 | cat >>confdefs.h <<_ACEOF | 17228 | cat >>confdefs.h <<_ACEOF |
17873 | #define HAVE_LIBCRYPT 1 | 17229 | #define HAVE_LIBCRYPT 1 |
@@ -17882,10 +17238,10 @@ fi | |||
17882 | # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the | 17238 | # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the |
17883 | # version in OpenSSL. | 17239 | # version in OpenSSL. |
17884 | if test "x$check_for_libcrypt_later" = "x1"; then | 17240 | if test "x$check_for_libcrypt_later" = "x1"; then |
17885 | { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 | 17241 | { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 |
17886 | $as_echo_n "checking for crypt in -lcrypt... " >&6; } | 17242 | echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; } |
17887 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then | 17243 | if test "${ac_cv_lib_crypt_crypt+set}" = set; then |
17888 | $as_echo_n "(cached) " >&6 | 17244 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
17889 | else | 17245 | else |
17890 | ac_check_lib_save_LIBS=$LIBS | 17246 | ac_check_lib_save_LIBS=$LIBS |
17891 | LIBS="-lcrypt $LIBS" | 17247 | LIBS="-lcrypt $LIBS" |
@@ -17917,36 +17273,32 @@ case "(($ac_try" in | |||
17917 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17273 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
17918 | *) ac_try_echo=$ac_try;; | 17274 | *) ac_try_echo=$ac_try;; |
17919 | esac | 17275 | esac |
17920 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17276 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
17921 | $as_echo "$ac_try_echo") >&5 | ||
17922 | (eval "$ac_link") 2>conftest.er1 | 17277 | (eval "$ac_link") 2>conftest.er1 |
17923 | ac_status=$? | 17278 | ac_status=$? |
17924 | grep -v '^ *+' conftest.er1 >conftest.err | 17279 | grep -v '^ *+' conftest.er1 >conftest.err |
17925 | rm -f conftest.er1 | 17280 | rm -f conftest.er1 |
17926 | cat conftest.err >&5 | 17281 | cat conftest.err >&5 |
17927 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17282 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17928 | (exit $ac_status); } && { | 17283 | (exit $ac_status); } && { |
17929 | test -z "$ac_c_werror_flag" || | 17284 | test -z "$ac_c_werror_flag" || |
17930 | test ! -s conftest.err | 17285 | test ! -s conftest.err |
17931 | } && test -s conftest$ac_exeext && { | 17286 | } && test -s conftest$ac_exeext && |
17932 | test "$cross_compiling" = yes || | 17287 | $as_test_x conftest$ac_exeext; then |
17933 | $as_test_x conftest$ac_exeext | ||
17934 | }; then | ||
17935 | ac_cv_lib_crypt_crypt=yes | 17288 | ac_cv_lib_crypt_crypt=yes |
17936 | else | 17289 | else |
17937 | $as_echo "$as_me: failed program was:" >&5 | 17290 | echo "$as_me: failed program was:" >&5 |
17938 | sed 's/^/| /' conftest.$ac_ext >&5 | 17291 | sed 's/^/| /' conftest.$ac_ext >&5 |
17939 | 17292 | ||
17940 | ac_cv_lib_crypt_crypt=no | 17293 | ac_cv_lib_crypt_crypt=no |
17941 | fi | 17294 | fi |
17942 | 17295 | ||
17943 | rm -rf conftest.dSYM | ||
17944 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17296 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
17945 | conftest$ac_exeext conftest.$ac_ext | 17297 | conftest$ac_exeext conftest.$ac_ext |
17946 | LIBS=$ac_check_lib_save_LIBS | 17298 | LIBS=$ac_check_lib_save_LIBS |
17947 | fi | 17299 | fi |
17948 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 | 17300 | { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 |
17949 | $as_echo "$ac_cv_lib_crypt_crypt" >&6; } | 17301 | echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; } |
17950 | if test $ac_cv_lib_crypt_crypt = yes; then | 17302 | if test $ac_cv_lib_crypt_crypt = yes; then |
17951 | LIBS="$LIBS -lcrypt" | 17303 | LIBS="$LIBS -lcrypt" |
17952 | fi | 17304 | fi |
@@ -17958,11 +17310,11 @@ fi | |||
17958 | 17310 | ||
17959 | for ac_func in SHA256_Update EVP_sha256 | 17311 | for ac_func in SHA256_Update EVP_sha256 |
17960 | do | 17312 | do |
17961 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 17313 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17962 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 17314 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
17963 | $as_echo_n "checking for $ac_func... " >&6; } | 17315 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
17964 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 17316 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
17965 | $as_echo_n "(cached) " >&6 | 17317 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
17966 | else | 17318 | else |
17967 | cat >conftest.$ac_ext <<_ACEOF | 17319 | cat >conftest.$ac_ext <<_ACEOF |
17968 | /* confdefs.h. */ | 17320 | /* confdefs.h. */ |
@@ -18015,41 +17367,35 @@ case "(($ac_try" in | |||
18015 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18016 | *) ac_try_echo=$ac_try;; | 17368 | *) ac_try_echo=$ac_try;; |
18017 | esac | 17369 | esac |
18018 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17370 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18019 | $as_echo "$ac_try_echo") >&5 | ||
18020 | (eval "$ac_link") 2>conftest.er1 | 17371 | (eval "$ac_link") 2>conftest.er1 |
18021 | ac_status=$? | 17372 | ac_status=$? |
18022 | grep -v '^ *+' conftest.er1 >conftest.err | 17373 | grep -v '^ *+' conftest.er1 >conftest.err |
18023 | rm -f conftest.er1 | 17374 | rm -f conftest.er1 |
18024 | cat conftest.err >&5 | 17375 | cat conftest.err >&5 |
18025 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18026 | (exit $ac_status); } && { | 17377 | (exit $ac_status); } && { |
18027 | test -z "$ac_c_werror_flag" || | 17378 | test -z "$ac_c_werror_flag" || |
18028 | test ! -s conftest.err | 17379 | test ! -s conftest.err |
18029 | } && test -s conftest$ac_exeext && { | 17380 | } && test -s conftest$ac_exeext && |
18030 | test "$cross_compiling" = yes || | 17381 | $as_test_x conftest$ac_exeext; then |
18031 | $as_test_x conftest$ac_exeext | ||
18032 | }; then | ||
18033 | eval "$as_ac_var=yes" | 17382 | eval "$as_ac_var=yes" |
18034 | else | 17383 | else |
18035 | $as_echo "$as_me: failed program was:" >&5 | 17384 | echo "$as_me: failed program was:" >&5 |
18036 | sed 's/^/| /' conftest.$ac_ext >&5 | 17385 | sed 's/^/| /' conftest.$ac_ext >&5 |
18037 | 17386 | ||
18038 | eval "$as_ac_var=no" | 17387 | eval "$as_ac_var=no" |
18039 | fi | 17388 | fi |
18040 | 17389 | ||
18041 | rm -rf conftest.dSYM | ||
18042 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17390 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18043 | conftest$ac_exeext conftest.$ac_ext | 17391 | conftest$ac_exeext conftest.$ac_ext |
18044 | fi | 17392 | fi |
18045 | ac_res=`eval 'as_val=${'$as_ac_var'} | 17393 | ac_res=`eval echo '${'$as_ac_var'}'` |
18046 | $as_echo "$as_val"'` | 17394 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
18047 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 17395 | echo "${ECHO_T}$ac_res" >&6; } |
18048 | $as_echo "$ac_res" >&6; } | 17396 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
18049 | if test `eval 'as_val=${'$as_ac_var'} | ||
18050 | $as_echo "$as_val"'` = yes; then | ||
18051 | cat >>confdefs.h <<_ACEOF | 17397 | cat >>confdefs.h <<_ACEOF |
18052 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 17398 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
18053 | _ACEOF | 17399 | _ACEOF |
18054 | 17400 | ||
18055 | fi | 17401 | fi |
@@ -18057,10 +17403,10 @@ done | |||
18057 | 17403 | ||
18058 | 17404 | ||
18059 | saved_LIBS="$LIBS" | 17405 | saved_LIBS="$LIBS" |
18060 | { $as_echo "$as_me:$LINENO: checking for ia_openinfo in -liaf" >&5 | 17406 | { echo "$as_me:$LINENO: checking for ia_openinfo in -liaf" >&5 |
18061 | $as_echo_n "checking for ia_openinfo in -liaf... " >&6; } | 17407 | echo $ECHO_N "checking for ia_openinfo in -liaf... $ECHO_C" >&6; } |
18062 | if test "${ac_cv_lib_iaf_ia_openinfo+set}" = set; then | 17408 | if test "${ac_cv_lib_iaf_ia_openinfo+set}" = set; then |
18063 | $as_echo_n "(cached) " >&6 | 17409 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18064 | else | 17410 | else |
18065 | ac_check_lib_save_LIBS=$LIBS | 17411 | ac_check_lib_save_LIBS=$LIBS |
18066 | LIBS="-liaf $LIBS" | 17412 | LIBS="-liaf $LIBS" |
@@ -18092,47 +17438,43 @@ case "(($ac_try" in | |||
18092 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17438 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18093 | *) ac_try_echo=$ac_try;; | 17439 | *) ac_try_echo=$ac_try;; |
18094 | esac | 17440 | esac |
18095 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17441 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18096 | $as_echo "$ac_try_echo") >&5 | ||
18097 | (eval "$ac_link") 2>conftest.er1 | 17442 | (eval "$ac_link") 2>conftest.er1 |
18098 | ac_status=$? | 17443 | ac_status=$? |
18099 | grep -v '^ *+' conftest.er1 >conftest.err | 17444 | grep -v '^ *+' conftest.er1 >conftest.err |
18100 | rm -f conftest.er1 | 17445 | rm -f conftest.er1 |
18101 | cat conftest.err >&5 | 17446 | cat conftest.err >&5 |
18102 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17447 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18103 | (exit $ac_status); } && { | 17448 | (exit $ac_status); } && { |
18104 | test -z "$ac_c_werror_flag" || | 17449 | test -z "$ac_c_werror_flag" || |
18105 | test ! -s conftest.err | 17450 | test ! -s conftest.err |
18106 | } && test -s conftest$ac_exeext && { | 17451 | } && test -s conftest$ac_exeext && |
18107 | test "$cross_compiling" = yes || | 17452 | $as_test_x conftest$ac_exeext; then |
18108 | $as_test_x conftest$ac_exeext | ||
18109 | }; then | ||
18110 | ac_cv_lib_iaf_ia_openinfo=yes | 17453 | ac_cv_lib_iaf_ia_openinfo=yes |
18111 | else | 17454 | else |
18112 | $as_echo "$as_me: failed program was:" >&5 | 17455 | echo "$as_me: failed program was:" >&5 |
18113 | sed 's/^/| /' conftest.$ac_ext >&5 | 17456 | sed 's/^/| /' conftest.$ac_ext >&5 |
18114 | 17457 | ||
18115 | ac_cv_lib_iaf_ia_openinfo=no | 17458 | ac_cv_lib_iaf_ia_openinfo=no |
18116 | fi | 17459 | fi |
18117 | 17460 | ||
18118 | rm -rf conftest.dSYM | ||
18119 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17461 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18120 | conftest$ac_exeext conftest.$ac_ext | 17462 | conftest$ac_exeext conftest.$ac_ext |
18121 | LIBS=$ac_check_lib_save_LIBS | 17463 | LIBS=$ac_check_lib_save_LIBS |
18122 | fi | 17464 | fi |
18123 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iaf_ia_openinfo" >&5 | 17465 | { echo "$as_me:$LINENO: result: $ac_cv_lib_iaf_ia_openinfo" >&5 |
18124 | $as_echo "$ac_cv_lib_iaf_ia_openinfo" >&6; } | 17466 | echo "${ECHO_T}$ac_cv_lib_iaf_ia_openinfo" >&6; } |
18125 | if test $ac_cv_lib_iaf_ia_openinfo = yes; then | 17467 | if test $ac_cv_lib_iaf_ia_openinfo = yes; then |
18126 | 17468 | ||
18127 | LIBS="$LIBS -liaf" | 17469 | LIBS="$LIBS -liaf" |
18128 | 17470 | ||
18129 | for ac_func in set_id | 17471 | for ac_func in set_id |
18130 | do | 17472 | do |
18131 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 17473 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
18132 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 17474 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
18133 | $as_echo_n "checking for $ac_func... " >&6; } | 17475 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
18134 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 17476 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
18135 | $as_echo_n "(cached) " >&6 | 17477 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18136 | else | 17478 | else |
18137 | cat >conftest.$ac_ext <<_ACEOF | 17479 | cat >conftest.$ac_ext <<_ACEOF |
18138 | /* confdefs.h. */ | 17480 | /* confdefs.h. */ |
@@ -18185,41 +17527,35 @@ case "(($ac_try" in | |||
18185 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17527 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18186 | *) ac_try_echo=$ac_try;; | 17528 | *) ac_try_echo=$ac_try;; |
18187 | esac | 17529 | esac |
18188 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17530 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18189 | $as_echo "$ac_try_echo") >&5 | ||
18190 | (eval "$ac_link") 2>conftest.er1 | 17531 | (eval "$ac_link") 2>conftest.er1 |
18191 | ac_status=$? | 17532 | ac_status=$? |
18192 | grep -v '^ *+' conftest.er1 >conftest.err | 17533 | grep -v '^ *+' conftest.er1 >conftest.err |
18193 | rm -f conftest.er1 | 17534 | rm -f conftest.er1 |
18194 | cat conftest.err >&5 | 17535 | cat conftest.err >&5 |
18195 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17536 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18196 | (exit $ac_status); } && { | 17537 | (exit $ac_status); } && { |
18197 | test -z "$ac_c_werror_flag" || | 17538 | test -z "$ac_c_werror_flag" || |
18198 | test ! -s conftest.err | 17539 | test ! -s conftest.err |
18199 | } && test -s conftest$ac_exeext && { | 17540 | } && test -s conftest$ac_exeext && |
18200 | test "$cross_compiling" = yes || | 17541 | $as_test_x conftest$ac_exeext; then |
18201 | $as_test_x conftest$ac_exeext | ||
18202 | }; then | ||
18203 | eval "$as_ac_var=yes" | 17542 | eval "$as_ac_var=yes" |
18204 | else | 17543 | else |
18205 | $as_echo "$as_me: failed program was:" >&5 | 17544 | echo "$as_me: failed program was:" >&5 |
18206 | sed 's/^/| /' conftest.$ac_ext >&5 | 17545 | sed 's/^/| /' conftest.$ac_ext >&5 |
18207 | 17546 | ||
18208 | eval "$as_ac_var=no" | 17547 | eval "$as_ac_var=no" |
18209 | fi | 17548 | fi |
18210 | 17549 | ||
18211 | rm -rf conftest.dSYM | ||
18212 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17550 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18213 | conftest$ac_exeext conftest.$ac_ext | 17551 | conftest$ac_exeext conftest.$ac_ext |
18214 | fi | 17552 | fi |
18215 | ac_res=`eval 'as_val=${'$as_ac_var'} | 17553 | ac_res=`eval echo '${'$as_ac_var'}'` |
18216 | $as_echo "$as_val"'` | 17554 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
18217 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 17555 | echo "${ECHO_T}$ac_res" >&6; } |
18218 | $as_echo "$ac_res" >&6; } | 17556 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
18219 | if test `eval 'as_val=${'$as_ac_var'} | ||
18220 | $as_echo "$as_val"'` = yes; then | ||
18221 | cat >>confdefs.h <<_ACEOF | 17557 | cat >>confdefs.h <<_ACEOF |
18222 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 17558 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
18223 | _ACEOF | 17559 | _ACEOF |
18224 | SSHDLIBS="$SSHDLIBS -liaf" | 17560 | SSHDLIBS="$SSHDLIBS -liaf" |
18225 | 17561 | ||
@@ -18239,12 +17575,12 @@ LIBS="$saved_LIBS" | |||
18239 | ### Configure cryptographic random number support | 17575 | ### Configure cryptographic random number support |
18240 | 17576 | ||
18241 | # Check wheter OpenSSL seeds itself | 17577 | # Check wheter OpenSSL seeds itself |
18242 | { $as_echo "$as_me:$LINENO: checking whether OpenSSL's PRNG is internally seeded" >&5 | 17578 | { echo "$as_me:$LINENO: checking whether OpenSSL's PRNG is internally seeded" >&5 |
18243 | $as_echo_n "checking whether OpenSSL's PRNG is internally seeded... " >&6; } | 17579 | echo $ECHO_N "checking whether OpenSSL's PRNG is internally seeded... $ECHO_C" >&6; } |
18244 | if test "$cross_compiling" = yes; then | 17580 | if test "$cross_compiling" = yes; then |
18245 | 17581 | ||
18246 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: assuming yes" >&5 | 17582 | { echo "$as_me:$LINENO: WARNING: cross compiling: assuming yes" >&5 |
18247 | $as_echo "$as_me: WARNING: cross compiling: assuming yes" >&2;} | 17583 | echo "$as_me: WARNING: cross compiling: assuming yes" >&2;} |
18248 | # This is safe, since all recent OpenSSL versions will | 17584 | # This is safe, since all recent OpenSSL versions will |
18249 | # complain at runtime if not seeded correctly. | 17585 | # complain at runtime if not seeded correctly. |
18250 | OPENSSL_SEEDS_ITSELF=yes | 17586 | OPENSSL_SEEDS_ITSELF=yes |
@@ -18269,42 +17605,39 @@ case "(($ac_try" in | |||
18269 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17605 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18270 | *) ac_try_echo=$ac_try;; | 17606 | *) ac_try_echo=$ac_try;; |
18271 | esac | 17607 | esac |
18272 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17608 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18273 | $as_echo "$ac_try_echo") >&5 | ||
18274 | (eval "$ac_link") 2>&5 | 17609 | (eval "$ac_link") 2>&5 |
18275 | ac_status=$? | 17610 | ac_status=$? |
18276 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17611 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18277 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 17612 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
18278 | { (case "(($ac_try" in | 17613 | { (case "(($ac_try" in |
18279 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17614 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18280 | *) ac_try_echo=$ac_try;; | 17615 | *) ac_try_echo=$ac_try;; |
18281 | esac | 17616 | esac |
18282 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17617 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18283 | $as_echo "$ac_try_echo") >&5 | ||
18284 | (eval "$ac_try") 2>&5 | 17618 | (eval "$ac_try") 2>&5 |
18285 | ac_status=$? | 17619 | ac_status=$? |
18286 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18287 | (exit $ac_status); }; }; then | 17621 | (exit $ac_status); }; }; then |
18288 | 17622 | ||
18289 | OPENSSL_SEEDS_ITSELF=yes | 17623 | OPENSSL_SEEDS_ITSELF=yes |
18290 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 17624 | { echo "$as_me:$LINENO: result: yes" >&5 |
18291 | $as_echo "yes" >&6; } | 17625 | echo "${ECHO_T}yes" >&6; } |
18292 | 17626 | ||
18293 | else | 17627 | else |
18294 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 17628 | echo "$as_me: program exited with status $ac_status" >&5 |
18295 | $as_echo "$as_me: failed program was:" >&5 | 17629 | echo "$as_me: failed program was:" >&5 |
18296 | sed 's/^/| /' conftest.$ac_ext >&5 | 17630 | sed 's/^/| /' conftest.$ac_ext >&5 |
18297 | 17631 | ||
18298 | ( exit $ac_status ) | 17632 | ( exit $ac_status ) |
18299 | 17633 | ||
18300 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 17634 | { echo "$as_me:$LINENO: result: no" >&5 |
18301 | $as_echo "no" >&6; } | 17635 | echo "${ECHO_T}no" >&6; } |
18302 | # Default to use of the rand helper if OpenSSL doesn't | 17636 | # Default to use of the rand helper if OpenSSL doesn't |
18303 | # seed itself | 17637 | # seed itself |
18304 | USE_RAND_HELPER=yes | 17638 | USE_RAND_HELPER=yes |
18305 | 17639 | ||
18306 | fi | 17640 | fi |
18307 | rm -rf conftest.dSYM | ||
18308 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 17641 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
18309 | fi | 17642 | fi |
18310 | 17643 | ||
@@ -18319,17 +17652,17 @@ if test "${with_pam+set}" = set; then | |||
18319 | if test "x$withval" != "xno" ; then | 17652 | if test "x$withval" != "xno" ; then |
18320 | if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \ | 17653 | if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \ |
18321 | test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then | 17654 | test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then |
18322 | { { $as_echo "$as_me:$LINENO: error: PAM headers not found" >&5 | 17655 | { { echo "$as_me:$LINENO: error: PAM headers not found" >&5 |
18323 | $as_echo "$as_me: error: PAM headers not found" >&2;} | 17656 | echo "$as_me: error: PAM headers not found" >&2;} |
18324 | { (exit 1); exit 1; }; } | 17657 | { (exit 1); exit 1; }; } |
18325 | fi | 17658 | fi |
18326 | 17659 | ||
18327 | saved_LIBS="$LIBS" | 17660 | saved_LIBS="$LIBS" |
18328 | 17661 | ||
18329 | { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | 17662 | { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
18330 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | 17663 | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } |
18331 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then | 17664 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
18332 | $as_echo_n "(cached) " >&6 | 17665 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18333 | else | 17666 | else |
18334 | ac_check_lib_save_LIBS=$LIBS | 17667 | ac_check_lib_save_LIBS=$LIBS |
18335 | LIBS="-ldl $LIBS" | 17668 | LIBS="-ldl $LIBS" |
@@ -18361,36 +17694,32 @@ case "(($ac_try" in | |||
18361 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17694 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18362 | *) ac_try_echo=$ac_try;; | 17695 | *) ac_try_echo=$ac_try;; |
18363 | esac | 17696 | esac |
18364 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17697 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18365 | $as_echo "$ac_try_echo") >&5 | ||
18366 | (eval "$ac_link") 2>conftest.er1 | 17698 | (eval "$ac_link") 2>conftest.er1 |
18367 | ac_status=$? | 17699 | ac_status=$? |
18368 | grep -v '^ *+' conftest.er1 >conftest.err | 17700 | grep -v '^ *+' conftest.er1 >conftest.err |
18369 | rm -f conftest.er1 | 17701 | rm -f conftest.er1 |
18370 | cat conftest.err >&5 | 17702 | cat conftest.err >&5 |
18371 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17703 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18372 | (exit $ac_status); } && { | 17704 | (exit $ac_status); } && { |
18373 | test -z "$ac_c_werror_flag" || | 17705 | test -z "$ac_c_werror_flag" || |
18374 | test ! -s conftest.err | 17706 | test ! -s conftest.err |
18375 | } && test -s conftest$ac_exeext && { | 17707 | } && test -s conftest$ac_exeext && |
18376 | test "$cross_compiling" = yes || | 17708 | $as_test_x conftest$ac_exeext; then |
18377 | $as_test_x conftest$ac_exeext | ||
18378 | }; then | ||
18379 | ac_cv_lib_dl_dlopen=yes | 17709 | ac_cv_lib_dl_dlopen=yes |
18380 | else | 17710 | else |
18381 | $as_echo "$as_me: failed program was:" >&5 | 17711 | echo "$as_me: failed program was:" >&5 |
18382 | sed 's/^/| /' conftest.$ac_ext >&5 | 17712 | sed 's/^/| /' conftest.$ac_ext >&5 |
18383 | 17713 | ||
18384 | ac_cv_lib_dl_dlopen=no | 17714 | ac_cv_lib_dl_dlopen=no |
18385 | fi | 17715 | fi |
18386 | 17716 | ||
18387 | rm -rf conftest.dSYM | ||
18388 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17717 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18389 | conftest$ac_exeext conftest.$ac_ext | 17718 | conftest$ac_exeext conftest.$ac_ext |
18390 | LIBS=$ac_check_lib_save_LIBS | 17719 | LIBS=$ac_check_lib_save_LIBS |
18391 | fi | 17720 | fi |
18392 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | 17721 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
18393 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | 17722 | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } |
18394 | if test $ac_cv_lib_dl_dlopen = yes; then | 17723 | if test $ac_cv_lib_dl_dlopen = yes; then |
18395 | cat >>confdefs.h <<_ACEOF | 17724 | cat >>confdefs.h <<_ACEOF |
18396 | #define HAVE_LIBDL 1 | 17725 | #define HAVE_LIBDL 1 |
@@ -18401,10 +17730,10 @@ _ACEOF | |||
18401 | fi | 17730 | fi |
18402 | 17731 | ||
18403 | 17732 | ||
18404 | { $as_echo "$as_me:$LINENO: checking for pam_set_item in -lpam" >&5 | 17733 | { echo "$as_me:$LINENO: checking for pam_set_item in -lpam" >&5 |
18405 | $as_echo_n "checking for pam_set_item in -lpam... " >&6; } | 17734 | echo $ECHO_N "checking for pam_set_item in -lpam... $ECHO_C" >&6; } |
18406 | if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then | 17735 | if test "${ac_cv_lib_pam_pam_set_item+set}" = set; then |
18407 | $as_echo_n "(cached) " >&6 | 17736 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18408 | else | 17737 | else |
18409 | ac_check_lib_save_LIBS=$LIBS | 17738 | ac_check_lib_save_LIBS=$LIBS |
18410 | LIBS="-lpam $LIBS" | 17739 | LIBS="-lpam $LIBS" |
@@ -18436,36 +17765,32 @@ case "(($ac_try" in | |||
18436 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17765 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18437 | *) ac_try_echo=$ac_try;; | 17766 | *) ac_try_echo=$ac_try;; |
18438 | esac | 17767 | esac |
18439 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17768 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18440 | $as_echo "$ac_try_echo") >&5 | ||
18441 | (eval "$ac_link") 2>conftest.er1 | 17769 | (eval "$ac_link") 2>conftest.er1 |
18442 | ac_status=$? | 17770 | ac_status=$? |
18443 | grep -v '^ *+' conftest.er1 >conftest.err | 17771 | grep -v '^ *+' conftest.er1 >conftest.err |
18444 | rm -f conftest.er1 | 17772 | rm -f conftest.er1 |
18445 | cat conftest.err >&5 | 17773 | cat conftest.err >&5 |
18446 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18447 | (exit $ac_status); } && { | 17775 | (exit $ac_status); } && { |
18448 | test -z "$ac_c_werror_flag" || | 17776 | test -z "$ac_c_werror_flag" || |
18449 | test ! -s conftest.err | 17777 | test ! -s conftest.err |
18450 | } && test -s conftest$ac_exeext && { | 17778 | } && test -s conftest$ac_exeext && |
18451 | test "$cross_compiling" = yes || | 17779 | $as_test_x conftest$ac_exeext; then |
18452 | $as_test_x conftest$ac_exeext | ||
18453 | }; then | ||
18454 | ac_cv_lib_pam_pam_set_item=yes | 17780 | ac_cv_lib_pam_pam_set_item=yes |
18455 | else | 17781 | else |
18456 | $as_echo "$as_me: failed program was:" >&5 | 17782 | echo "$as_me: failed program was:" >&5 |
18457 | sed 's/^/| /' conftest.$ac_ext >&5 | 17783 | sed 's/^/| /' conftest.$ac_ext >&5 |
18458 | 17784 | ||
18459 | ac_cv_lib_pam_pam_set_item=no | 17785 | ac_cv_lib_pam_pam_set_item=no |
18460 | fi | 17786 | fi |
18461 | 17787 | ||
18462 | rm -rf conftest.dSYM | ||
18463 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17788 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18464 | conftest$ac_exeext conftest.$ac_ext | 17789 | conftest$ac_exeext conftest.$ac_ext |
18465 | LIBS=$ac_check_lib_save_LIBS | 17790 | LIBS=$ac_check_lib_save_LIBS |
18466 | fi | 17791 | fi |
18467 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pam_pam_set_item" >&5 | 17792 | { echo "$as_me:$LINENO: result: $ac_cv_lib_pam_pam_set_item" >&5 |
18468 | $as_echo "$ac_cv_lib_pam_pam_set_item" >&6; } | 17793 | echo "${ECHO_T}$ac_cv_lib_pam_pam_set_item" >&6; } |
18469 | if test $ac_cv_lib_pam_pam_set_item = yes; then | 17794 | if test $ac_cv_lib_pam_pam_set_item = yes; then |
18470 | cat >>confdefs.h <<_ACEOF | 17795 | cat >>confdefs.h <<_ACEOF |
18471 | #define HAVE_LIBPAM 1 | 17796 | #define HAVE_LIBPAM 1 |
@@ -18474,19 +17799,19 @@ _ACEOF | |||
18474 | LIBS="-lpam $LIBS" | 17799 | LIBS="-lpam $LIBS" |
18475 | 17800 | ||
18476 | else | 17801 | else |
18477 | { { $as_echo "$as_me:$LINENO: error: *** libpam missing" >&5 | 17802 | { { echo "$as_me:$LINENO: error: *** libpam missing" >&5 |
18478 | $as_echo "$as_me: error: *** libpam missing" >&2;} | 17803 | echo "$as_me: error: *** libpam missing" >&2;} |
18479 | { (exit 1); exit 1; }; } | 17804 | { (exit 1); exit 1; }; } |
18480 | fi | 17805 | fi |
18481 | 17806 | ||
18482 | 17807 | ||
18483 | for ac_func in pam_getenvlist | 17808 | for ac_func in pam_getenvlist |
18484 | do | 17809 | do |
18485 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 17810 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
18486 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 17811 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
18487 | $as_echo_n "checking for $ac_func... " >&6; } | 17812 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
18488 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 17813 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
18489 | $as_echo_n "(cached) " >&6 | 17814 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18490 | else | 17815 | else |
18491 | cat >conftest.$ac_ext <<_ACEOF | 17816 | cat >conftest.$ac_ext <<_ACEOF |
18492 | /* confdefs.h. */ | 17817 | /* confdefs.h. */ |
@@ -18539,41 +17864,35 @@ case "(($ac_try" in | |||
18539 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17864 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18540 | *) ac_try_echo=$ac_try;; | 17865 | *) ac_try_echo=$ac_try;; |
18541 | esac | 17866 | esac |
18542 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17867 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18543 | $as_echo "$ac_try_echo") >&5 | ||
18544 | (eval "$ac_link") 2>conftest.er1 | 17868 | (eval "$ac_link") 2>conftest.er1 |
18545 | ac_status=$? | 17869 | ac_status=$? |
18546 | grep -v '^ *+' conftest.er1 >conftest.err | 17870 | grep -v '^ *+' conftest.er1 >conftest.err |
18547 | rm -f conftest.er1 | 17871 | rm -f conftest.er1 |
18548 | cat conftest.err >&5 | 17872 | cat conftest.err >&5 |
18549 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18550 | (exit $ac_status); } && { | 17874 | (exit $ac_status); } && { |
18551 | test -z "$ac_c_werror_flag" || | 17875 | test -z "$ac_c_werror_flag" || |
18552 | test ! -s conftest.err | 17876 | test ! -s conftest.err |
18553 | } && test -s conftest$ac_exeext && { | 17877 | } && test -s conftest$ac_exeext && |
18554 | test "$cross_compiling" = yes || | 17878 | $as_test_x conftest$ac_exeext; then |
18555 | $as_test_x conftest$ac_exeext | ||
18556 | }; then | ||
18557 | eval "$as_ac_var=yes" | 17879 | eval "$as_ac_var=yes" |
18558 | else | 17880 | else |
18559 | $as_echo "$as_me: failed program was:" >&5 | 17881 | echo "$as_me: failed program was:" >&5 |
18560 | sed 's/^/| /' conftest.$ac_ext >&5 | 17882 | sed 's/^/| /' conftest.$ac_ext >&5 |
18561 | 17883 | ||
18562 | eval "$as_ac_var=no" | 17884 | eval "$as_ac_var=no" |
18563 | fi | 17885 | fi |
18564 | 17886 | ||
18565 | rm -rf conftest.dSYM | ||
18566 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17887 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18567 | conftest$ac_exeext conftest.$ac_ext | 17888 | conftest$ac_exeext conftest.$ac_ext |
18568 | fi | 17889 | fi |
18569 | ac_res=`eval 'as_val=${'$as_ac_var'} | 17890 | ac_res=`eval echo '${'$as_ac_var'}'` |
18570 | $as_echo "$as_val"'` | 17891 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
18571 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 17892 | echo "${ECHO_T}$ac_res" >&6; } |
18572 | $as_echo "$ac_res" >&6; } | 17893 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
18573 | if test `eval 'as_val=${'$as_ac_var'} | ||
18574 | $as_echo "$as_val"'` = yes; then | ||
18575 | cat >>confdefs.h <<_ACEOF | 17894 | cat >>confdefs.h <<_ACEOF |
18576 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 17895 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
18577 | _ACEOF | 17896 | _ACEOF |
18578 | 17897 | ||
18579 | fi | 17898 | fi |
@@ -18582,11 +17901,11 @@ done | |||
18582 | 17901 | ||
18583 | for ac_func in pam_putenv | 17902 | for ac_func in pam_putenv |
18584 | do | 17903 | do |
18585 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 17904 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
18586 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 17905 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
18587 | $as_echo_n "checking for $ac_func... " >&6; } | 17906 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
18588 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 17907 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
18589 | $as_echo_n "(cached) " >&6 | 17908 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18590 | else | 17909 | else |
18591 | cat >conftest.$ac_ext <<_ACEOF | 17910 | cat >conftest.$ac_ext <<_ACEOF |
18592 | /* confdefs.h. */ | 17911 | /* confdefs.h. */ |
@@ -18639,41 +17958,35 @@ case "(($ac_try" in | |||
18639 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 17958 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18640 | *) ac_try_echo=$ac_try;; | 17959 | *) ac_try_echo=$ac_try;; |
18641 | esac | 17960 | esac |
18642 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 17961 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18643 | $as_echo "$ac_try_echo") >&5 | ||
18644 | (eval "$ac_link") 2>conftest.er1 | 17962 | (eval "$ac_link") 2>conftest.er1 |
18645 | ac_status=$? | 17963 | ac_status=$? |
18646 | grep -v '^ *+' conftest.er1 >conftest.err | 17964 | grep -v '^ *+' conftest.er1 >conftest.err |
18647 | rm -f conftest.er1 | 17965 | rm -f conftest.er1 |
18648 | cat conftest.err >&5 | 17966 | cat conftest.err >&5 |
18649 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17967 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18650 | (exit $ac_status); } && { | 17968 | (exit $ac_status); } && { |
18651 | test -z "$ac_c_werror_flag" || | 17969 | test -z "$ac_c_werror_flag" || |
18652 | test ! -s conftest.err | 17970 | test ! -s conftest.err |
18653 | } && test -s conftest$ac_exeext && { | 17971 | } && test -s conftest$ac_exeext && |
18654 | test "$cross_compiling" = yes || | 17972 | $as_test_x conftest$ac_exeext; then |
18655 | $as_test_x conftest$ac_exeext | ||
18656 | }; then | ||
18657 | eval "$as_ac_var=yes" | 17973 | eval "$as_ac_var=yes" |
18658 | else | 17974 | else |
18659 | $as_echo "$as_me: failed program was:" >&5 | 17975 | echo "$as_me: failed program was:" >&5 |
18660 | sed 's/^/| /' conftest.$ac_ext >&5 | 17976 | sed 's/^/| /' conftest.$ac_ext >&5 |
18661 | 17977 | ||
18662 | eval "$as_ac_var=no" | 17978 | eval "$as_ac_var=no" |
18663 | fi | 17979 | fi |
18664 | 17980 | ||
18665 | rm -rf conftest.dSYM | ||
18666 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 17981 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
18667 | conftest$ac_exeext conftest.$ac_ext | 17982 | conftest$ac_exeext conftest.$ac_ext |
18668 | fi | 17983 | fi |
18669 | ac_res=`eval 'as_val=${'$as_ac_var'} | 17984 | ac_res=`eval echo '${'$as_ac_var'}'` |
18670 | $as_echo "$as_val"'` | 17985 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
18671 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 17986 | echo "${ECHO_T}$ac_res" >&6; } |
18672 | $as_echo "$ac_res" >&6; } | 17987 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
18673 | if test `eval 'as_val=${'$as_ac_var'} | ||
18674 | $as_echo "$as_val"'` = yes; then | ||
18675 | cat >>confdefs.h <<_ACEOF | 17988 | cat >>confdefs.h <<_ACEOF |
18676 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 17989 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
18677 | _ACEOF | 17990 | _ACEOF |
18678 | 17991 | ||
18679 | fi | 17992 | fi |
@@ -18709,8 +18022,8 @@ fi | |||
18709 | # Check for older PAM | 18022 | # Check for older PAM |
18710 | if test "x$PAM_MSG" = "xyes" ; then | 18023 | if test "x$PAM_MSG" = "xyes" ; then |
18711 | # Check PAM strerror arguments (old PAM) | 18024 | # Check PAM strerror arguments (old PAM) |
18712 | { $as_echo "$as_me:$LINENO: checking whether pam_strerror takes only one argument" >&5 | 18025 | { echo "$as_me:$LINENO: checking whether pam_strerror takes only one argument" >&5 |
18713 | $as_echo_n "checking whether pam_strerror takes only one argument... " >&6; } | 18026 | echo $ECHO_N "checking whether pam_strerror takes only one argument... $ECHO_C" >&6; } |
18714 | cat >conftest.$ac_ext <<_ACEOF | 18027 | cat >conftest.$ac_ext <<_ACEOF |
18715 | /* confdefs.h. */ | 18028 | /* confdefs.h. */ |
18716 | _ACEOF | 18029 | _ACEOF |
@@ -18739,22 +18052,21 @@ case "(($ac_try" in | |||
18739 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 18052 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
18740 | *) ac_try_echo=$ac_try;; | 18053 | *) ac_try_echo=$ac_try;; |
18741 | esac | 18054 | esac |
18742 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 18055 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
18743 | $as_echo "$ac_try_echo") >&5 | ||
18744 | (eval "$ac_compile") 2>conftest.er1 | 18056 | (eval "$ac_compile") 2>conftest.er1 |
18745 | ac_status=$? | 18057 | ac_status=$? |
18746 | grep -v '^ *+' conftest.er1 >conftest.err | 18058 | grep -v '^ *+' conftest.er1 >conftest.err |
18747 | rm -f conftest.er1 | 18059 | rm -f conftest.er1 |
18748 | cat conftest.err >&5 | 18060 | cat conftest.err >&5 |
18749 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18061 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18750 | (exit $ac_status); } && { | 18062 | (exit $ac_status); } && { |
18751 | test -z "$ac_c_werror_flag" || | 18063 | test -z "$ac_c_werror_flag" || |
18752 | test ! -s conftest.err | 18064 | test ! -s conftest.err |
18753 | } && test -s conftest.$ac_objext; then | 18065 | } && test -s conftest.$ac_objext; then |
18754 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18066 | { echo "$as_me:$LINENO: result: no" >&5 |
18755 | $as_echo "no" >&6; } | 18067 | echo "${ECHO_T}no" >&6; } |
18756 | else | 18068 | else |
18757 | $as_echo "$as_me: failed program was:" >&5 | 18069 | echo "$as_me: failed program was:" >&5 |
18758 | sed 's/^/| /' conftest.$ac_ext >&5 | 18070 | sed 's/^/| /' conftest.$ac_ext >&5 |
18759 | 18071 | ||
18760 | 18072 | ||
@@ -18763,8 +18075,8 @@ cat >>confdefs.h <<\_ACEOF | |||
18763 | #define HAVE_OLD_PAM 1 | 18075 | #define HAVE_OLD_PAM 1 |
18764 | _ACEOF | 18076 | _ACEOF |
18765 | 18077 | ||
18766 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 18078 | { echo "$as_me:$LINENO: result: yes" >&5 |
18767 | $as_echo "yes" >&6; } | 18079 | echo "${ECHO_T}yes" >&6; } |
18768 | PAM_MSG="yes (old library)" | 18080 | PAM_MSG="yes (old library)" |
18769 | 18081 | ||
18770 | 18082 | ||
@@ -18782,8 +18094,8 @@ if test "${with_rand_helper+set}" = set; then | |||
18782 | # Force use of OpenSSL's internal RNG, even if | 18094 | # Force use of OpenSSL's internal RNG, even if |
18783 | # the previous test showed it to be unseeded. | 18095 | # the previous test showed it to be unseeded. |
18784 | if test -z "$OPENSSL_SEEDS_ITSELF" ; then | 18096 | if test -z "$OPENSSL_SEEDS_ITSELF" ; then |
18785 | { $as_echo "$as_me:$LINENO: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 | 18097 | { echo "$as_me:$LINENO: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&5 |
18786 | $as_echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} | 18098 | echo "$as_me: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG" >&2;} |
18787 | OPENSSL_SEEDS_ITSELF=yes | 18099 | OPENSSL_SEEDS_ITSELF=yes |
18788 | USE_RAND_HELPER="" | 18100 | USE_RAND_HELPER="" |
18789 | fi | 18101 | fi |
@@ -18825,8 +18137,8 @@ if test "${with_prngd_port+set}" = set; then | |||
18825 | [0-9]*) | 18137 | [0-9]*) |
18826 | ;; | 18138 | ;; |
18827 | *) | 18139 | *) |
18828 | { { $as_echo "$as_me:$LINENO: error: You must specify a numeric port number for --with-prngd-port" >&5 | 18140 | { { echo "$as_me:$LINENO: error: You must specify a numeric port number for --with-prngd-port" >&5 |
18829 | $as_echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} | 18141 | echo "$as_me: error: You must specify a numeric port number for --with-prngd-port" >&2;} |
18830 | { (exit 1); exit 1; }; } | 18142 | { (exit 1); exit 1; }; } |
18831 | ;; | 18143 | ;; |
18832 | esac | 18144 | esac |
@@ -18858,21 +18170,21 @@ if test "${with_prngd_socket+set}" = set; then | |||
18858 | /*) | 18170 | /*) |
18859 | ;; | 18171 | ;; |
18860 | *) | 18172 | *) |
18861 | { { $as_echo "$as_me:$LINENO: error: You must specify an absolute path to the entropy socket" >&5 | 18173 | { { echo "$as_me:$LINENO: error: You must specify an absolute path to the entropy socket" >&5 |
18862 | $as_echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} | 18174 | echo "$as_me: error: You must specify an absolute path to the entropy socket" >&2;} |
18863 | { (exit 1); exit 1; }; } | 18175 | { (exit 1); exit 1; }; } |
18864 | ;; | 18176 | ;; |
18865 | esac | 18177 | esac |
18866 | 18178 | ||
18867 | if test ! -z "$withval" ; then | 18179 | if test ! -z "$withval" ; then |
18868 | if test ! -z "$PRNGD_PORT" ; then | 18180 | if test ! -z "$PRNGD_PORT" ; then |
18869 | { { $as_echo "$as_me:$LINENO: error: You may not specify both a PRNGD/EGD port and socket" >&5 | 18181 | { { echo "$as_me:$LINENO: error: You may not specify both a PRNGD/EGD port and socket" >&5 |
18870 | $as_echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} | 18182 | echo "$as_me: error: You may not specify both a PRNGD/EGD port and socket" >&2;} |
18871 | { (exit 1); exit 1; }; } | 18183 | { (exit 1); exit 1; }; } |
18872 | fi | 18184 | fi |
18873 | if test ! -r "$withval" ; then | 18185 | if test ! -r "$withval" ; then |
18874 | { $as_echo "$as_me:$LINENO: WARNING: Entropy socket is not readable" >&5 | 18186 | { echo "$as_me:$LINENO: WARNING: Entropy socket is not readable" >&5 |
18875 | $as_echo "$as_me: WARNING: Entropy socket is not readable" >&2;} | 18187 | echo "$as_me: WARNING: Entropy socket is not readable" >&2;} |
18876 | fi | 18188 | fi |
18877 | PRNGD_SOCKET="$withval" | 18189 | PRNGD_SOCKET="$withval" |
18878 | 18190 | ||
@@ -18886,8 +18198,8 @@ else | |||
18886 | 18198 | ||
18887 | # Check for existing socket only if we don't have a random device already | 18199 | # Check for existing socket only if we don't have a random device already |
18888 | if test "$USE_RAND_HELPER" = yes ; then | 18200 | if test "$USE_RAND_HELPER" = yes ; then |
18889 | { $as_echo "$as_me:$LINENO: checking for PRNGD/EGD socket" >&5 | 18201 | { echo "$as_me:$LINENO: checking for PRNGD/EGD socket" >&5 |
18890 | $as_echo_n "checking for PRNGD/EGD socket... " >&6; } | 18202 | echo $ECHO_N "checking for PRNGD/EGD socket... $ECHO_C" >&6; } |
18891 | # Insert other locations here | 18203 | # Insert other locations here |
18892 | for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do | 18204 | for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do |
18893 | if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then | 18205 | if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then |
@@ -18900,11 +18212,11 @@ _ACEOF | |||
18900 | fi | 18212 | fi |
18901 | done | 18213 | done |
18902 | if test ! -z "$PRNGD_SOCKET" ; then | 18214 | if test ! -z "$PRNGD_SOCKET" ; then |
18903 | { $as_echo "$as_me:$LINENO: result: $PRNGD_SOCKET" >&5 | 18215 | { echo "$as_me:$LINENO: result: $PRNGD_SOCKET" >&5 |
18904 | $as_echo "$PRNGD_SOCKET" >&6; } | 18216 | echo "${ECHO_T}$PRNGD_SOCKET" >&6; } |
18905 | else | 18217 | else |
18906 | { $as_echo "$as_me:$LINENO: result: not found" >&5 | 18218 | { echo "$as_me:$LINENO: result: not found" >&5 |
18907 | $as_echo "not found" >&6; } | 18219 | echo "${ECHO_T}not found" >&6; } |
18908 | fi | 18220 | fi |
18909 | fi | 18221 | fi |
18910 | 18222 | ||
@@ -18970,10 +18282,10 @@ PATH=$PATH:/etc:$OPATH | |||
18970 | 18282 | ||
18971 | # Extract the first word of "ls", so it can be a program name with args. | 18283 | # Extract the first word of "ls", so it can be a program name with args. |
18972 | set dummy ls; ac_word=$2 | 18284 | set dummy ls; ac_word=$2 |
18973 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18285 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
18974 | $as_echo_n "checking for $ac_word... " >&6; } | 18286 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
18975 | if test "${ac_cv_path_PROG_LS+set}" = set; then | 18287 | if test "${ac_cv_path_PROG_LS+set}" = set; then |
18976 | $as_echo_n "(cached) " >&6 | 18288 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
18977 | else | 18289 | else |
18978 | case $PROG_LS in | 18290 | case $PROG_LS in |
18979 | [\\/]* | ?:[\\/]*) | 18291 | [\\/]* | ?:[\\/]*) |
@@ -18988,7 +18300,7 @@ do | |||
18988 | for ac_exec_ext in '' $ac_executable_extensions; do | 18300 | for ac_exec_ext in '' $ac_executable_extensions; do |
18989 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18301 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
18990 | ac_cv_path_PROG_LS="$as_dir/$ac_word$ac_exec_ext" | 18302 | ac_cv_path_PROG_LS="$as_dir/$ac_word$ac_exec_ext" |
18991 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18303 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
18992 | break 2 | 18304 | break 2 |
18993 | fi | 18305 | fi |
18994 | done | 18306 | done |
@@ -19000,11 +18312,11 @@ esac | |||
19000 | fi | 18312 | fi |
19001 | PROG_LS=$ac_cv_path_PROG_LS | 18313 | PROG_LS=$ac_cv_path_PROG_LS |
19002 | if test -n "$PROG_LS"; then | 18314 | if test -n "$PROG_LS"; then |
19003 | { $as_echo "$as_me:$LINENO: result: $PROG_LS" >&5 | 18315 | { echo "$as_me:$LINENO: result: $PROG_LS" >&5 |
19004 | $as_echo "$PROG_LS" >&6; } | 18316 | echo "${ECHO_T}$PROG_LS" >&6; } |
19005 | else | 18317 | else |
19006 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18318 | { echo "$as_me:$LINENO: result: no" >&5 |
19007 | $as_echo "no" >&6; } | 18319 | echo "${ECHO_T}no" >&6; } |
19008 | fi | 18320 | fi |
19009 | 18321 | ||
19010 | 18322 | ||
@@ -19016,10 +18328,10 @@ fi | |||
19016 | 18328 | ||
19017 | # Extract the first word of "netstat", so it can be a program name with args. | 18329 | # Extract the first word of "netstat", so it can be a program name with args. |
19018 | set dummy netstat; ac_word=$2 | 18330 | set dummy netstat; ac_word=$2 |
19019 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18331 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19020 | $as_echo_n "checking for $ac_word... " >&6; } | 18332 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19021 | if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then | 18333 | if test "${ac_cv_path_PROG_NETSTAT+set}" = set; then |
19022 | $as_echo_n "(cached) " >&6 | 18334 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19023 | else | 18335 | else |
19024 | case $PROG_NETSTAT in | 18336 | case $PROG_NETSTAT in |
19025 | [\\/]* | ?:[\\/]*) | 18337 | [\\/]* | ?:[\\/]*) |
@@ -19034,7 +18346,7 @@ do | |||
19034 | for ac_exec_ext in '' $ac_executable_extensions; do | 18346 | for ac_exec_ext in '' $ac_executable_extensions; do |
19035 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18347 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19036 | ac_cv_path_PROG_NETSTAT="$as_dir/$ac_word$ac_exec_ext" | 18348 | ac_cv_path_PROG_NETSTAT="$as_dir/$ac_word$ac_exec_ext" |
19037 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18349 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19038 | break 2 | 18350 | break 2 |
19039 | fi | 18351 | fi |
19040 | done | 18352 | done |
@@ -19046,11 +18358,11 @@ esac | |||
19046 | fi | 18358 | fi |
19047 | PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT | 18359 | PROG_NETSTAT=$ac_cv_path_PROG_NETSTAT |
19048 | if test -n "$PROG_NETSTAT"; then | 18360 | if test -n "$PROG_NETSTAT"; then |
19049 | { $as_echo "$as_me:$LINENO: result: $PROG_NETSTAT" >&5 | 18361 | { echo "$as_me:$LINENO: result: $PROG_NETSTAT" >&5 |
19050 | $as_echo "$PROG_NETSTAT" >&6; } | 18362 | echo "${ECHO_T}$PROG_NETSTAT" >&6; } |
19051 | else | 18363 | else |
19052 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18364 | { echo "$as_me:$LINENO: result: no" >&5 |
19053 | $as_echo "no" >&6; } | 18365 | echo "${ECHO_T}no" >&6; } |
19054 | fi | 18366 | fi |
19055 | 18367 | ||
19056 | 18368 | ||
@@ -19062,10 +18374,10 @@ fi | |||
19062 | 18374 | ||
19063 | # Extract the first word of "arp", so it can be a program name with args. | 18375 | # Extract the first word of "arp", so it can be a program name with args. |
19064 | set dummy arp; ac_word=$2 | 18376 | set dummy arp; ac_word=$2 |
19065 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18377 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19066 | $as_echo_n "checking for $ac_word... " >&6; } | 18378 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19067 | if test "${ac_cv_path_PROG_ARP+set}" = set; then | 18379 | if test "${ac_cv_path_PROG_ARP+set}" = set; then |
19068 | $as_echo_n "(cached) " >&6 | 18380 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19069 | else | 18381 | else |
19070 | case $PROG_ARP in | 18382 | case $PROG_ARP in |
19071 | [\\/]* | ?:[\\/]*) | 18383 | [\\/]* | ?:[\\/]*) |
@@ -19080,7 +18392,7 @@ do | |||
19080 | for ac_exec_ext in '' $ac_executable_extensions; do | 18392 | for ac_exec_ext in '' $ac_executable_extensions; do |
19081 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18393 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19082 | ac_cv_path_PROG_ARP="$as_dir/$ac_word$ac_exec_ext" | 18394 | ac_cv_path_PROG_ARP="$as_dir/$ac_word$ac_exec_ext" |
19083 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18395 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19084 | break 2 | 18396 | break 2 |
19085 | fi | 18397 | fi |
19086 | done | 18398 | done |
@@ -19092,11 +18404,11 @@ esac | |||
19092 | fi | 18404 | fi |
19093 | PROG_ARP=$ac_cv_path_PROG_ARP | 18405 | PROG_ARP=$ac_cv_path_PROG_ARP |
19094 | if test -n "$PROG_ARP"; then | 18406 | if test -n "$PROG_ARP"; then |
19095 | { $as_echo "$as_me:$LINENO: result: $PROG_ARP" >&5 | 18407 | { echo "$as_me:$LINENO: result: $PROG_ARP" >&5 |
19096 | $as_echo "$PROG_ARP" >&6; } | 18408 | echo "${ECHO_T}$PROG_ARP" >&6; } |
19097 | else | 18409 | else |
19098 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18410 | { echo "$as_me:$LINENO: result: no" >&5 |
19099 | $as_echo "no" >&6; } | 18411 | echo "${ECHO_T}no" >&6; } |
19100 | fi | 18412 | fi |
19101 | 18413 | ||
19102 | 18414 | ||
@@ -19108,10 +18420,10 @@ fi | |||
19108 | 18420 | ||
19109 | # Extract the first word of "ifconfig", so it can be a program name with args. | 18421 | # Extract the first word of "ifconfig", so it can be a program name with args. |
19110 | set dummy ifconfig; ac_word=$2 | 18422 | set dummy ifconfig; ac_word=$2 |
19111 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18423 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19112 | $as_echo_n "checking for $ac_word... " >&6; } | 18424 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19113 | if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then | 18425 | if test "${ac_cv_path_PROG_IFCONFIG+set}" = set; then |
19114 | $as_echo_n "(cached) " >&6 | 18426 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19115 | else | 18427 | else |
19116 | case $PROG_IFCONFIG in | 18428 | case $PROG_IFCONFIG in |
19117 | [\\/]* | ?:[\\/]*) | 18429 | [\\/]* | ?:[\\/]*) |
@@ -19126,7 +18438,7 @@ do | |||
19126 | for ac_exec_ext in '' $ac_executable_extensions; do | 18438 | for ac_exec_ext in '' $ac_executable_extensions; do |
19127 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18439 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19128 | ac_cv_path_PROG_IFCONFIG="$as_dir/$ac_word$ac_exec_ext" | 18440 | ac_cv_path_PROG_IFCONFIG="$as_dir/$ac_word$ac_exec_ext" |
19129 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18441 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19130 | break 2 | 18442 | break 2 |
19131 | fi | 18443 | fi |
19132 | done | 18444 | done |
@@ -19138,11 +18450,11 @@ esac | |||
19138 | fi | 18450 | fi |
19139 | PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG | 18451 | PROG_IFCONFIG=$ac_cv_path_PROG_IFCONFIG |
19140 | if test -n "$PROG_IFCONFIG"; then | 18452 | if test -n "$PROG_IFCONFIG"; then |
19141 | { $as_echo "$as_me:$LINENO: result: $PROG_IFCONFIG" >&5 | 18453 | { echo "$as_me:$LINENO: result: $PROG_IFCONFIG" >&5 |
19142 | $as_echo "$PROG_IFCONFIG" >&6; } | 18454 | echo "${ECHO_T}$PROG_IFCONFIG" >&6; } |
19143 | else | 18455 | else |
19144 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18456 | { echo "$as_me:$LINENO: result: no" >&5 |
19145 | $as_echo "no" >&6; } | 18457 | echo "${ECHO_T}no" >&6; } |
19146 | fi | 18458 | fi |
19147 | 18459 | ||
19148 | 18460 | ||
@@ -19154,10 +18466,10 @@ fi | |||
19154 | 18466 | ||
19155 | # Extract the first word of "jstat", so it can be a program name with args. | 18467 | # Extract the first word of "jstat", so it can be a program name with args. |
19156 | set dummy jstat; ac_word=$2 | 18468 | set dummy jstat; ac_word=$2 |
19157 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18469 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19158 | $as_echo_n "checking for $ac_word... " >&6; } | 18470 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19159 | if test "${ac_cv_path_PROG_JSTAT+set}" = set; then | 18471 | if test "${ac_cv_path_PROG_JSTAT+set}" = set; then |
19160 | $as_echo_n "(cached) " >&6 | 18472 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19161 | else | 18473 | else |
19162 | case $PROG_JSTAT in | 18474 | case $PROG_JSTAT in |
19163 | [\\/]* | ?:[\\/]*) | 18475 | [\\/]* | ?:[\\/]*) |
@@ -19172,7 +18484,7 @@ do | |||
19172 | for ac_exec_ext in '' $ac_executable_extensions; do | 18484 | for ac_exec_ext in '' $ac_executable_extensions; do |
19173 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18485 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19174 | ac_cv_path_PROG_JSTAT="$as_dir/$ac_word$ac_exec_ext" | 18486 | ac_cv_path_PROG_JSTAT="$as_dir/$ac_word$ac_exec_ext" |
19175 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18487 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19176 | break 2 | 18488 | break 2 |
19177 | fi | 18489 | fi |
19178 | done | 18490 | done |
@@ -19184,11 +18496,11 @@ esac | |||
19184 | fi | 18496 | fi |
19185 | PROG_JSTAT=$ac_cv_path_PROG_JSTAT | 18497 | PROG_JSTAT=$ac_cv_path_PROG_JSTAT |
19186 | if test -n "$PROG_JSTAT"; then | 18498 | if test -n "$PROG_JSTAT"; then |
19187 | { $as_echo "$as_me:$LINENO: result: $PROG_JSTAT" >&5 | 18499 | { echo "$as_me:$LINENO: result: $PROG_JSTAT" >&5 |
19188 | $as_echo "$PROG_JSTAT" >&6; } | 18500 | echo "${ECHO_T}$PROG_JSTAT" >&6; } |
19189 | else | 18501 | else |
19190 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18502 | { echo "$as_me:$LINENO: result: no" >&5 |
19191 | $as_echo "no" >&6; } | 18503 | echo "${ECHO_T}no" >&6; } |
19192 | fi | 18504 | fi |
19193 | 18505 | ||
19194 | 18506 | ||
@@ -19200,10 +18512,10 @@ fi | |||
19200 | 18512 | ||
19201 | # Extract the first word of "ps", so it can be a program name with args. | 18513 | # Extract the first word of "ps", so it can be a program name with args. |
19202 | set dummy ps; ac_word=$2 | 18514 | set dummy ps; ac_word=$2 |
19203 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18515 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19204 | $as_echo_n "checking for $ac_word... " >&6; } | 18516 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19205 | if test "${ac_cv_path_PROG_PS+set}" = set; then | 18517 | if test "${ac_cv_path_PROG_PS+set}" = set; then |
19206 | $as_echo_n "(cached) " >&6 | 18518 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19207 | else | 18519 | else |
19208 | case $PROG_PS in | 18520 | case $PROG_PS in |
19209 | [\\/]* | ?:[\\/]*) | 18521 | [\\/]* | ?:[\\/]*) |
@@ -19218,7 +18530,7 @@ do | |||
19218 | for ac_exec_ext in '' $ac_executable_extensions; do | 18530 | for ac_exec_ext in '' $ac_executable_extensions; do |
19219 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18531 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19220 | ac_cv_path_PROG_PS="$as_dir/$ac_word$ac_exec_ext" | 18532 | ac_cv_path_PROG_PS="$as_dir/$ac_word$ac_exec_ext" |
19221 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18533 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19222 | break 2 | 18534 | break 2 |
19223 | fi | 18535 | fi |
19224 | done | 18536 | done |
@@ -19230,11 +18542,11 @@ esac | |||
19230 | fi | 18542 | fi |
19231 | PROG_PS=$ac_cv_path_PROG_PS | 18543 | PROG_PS=$ac_cv_path_PROG_PS |
19232 | if test -n "$PROG_PS"; then | 18544 | if test -n "$PROG_PS"; then |
19233 | { $as_echo "$as_me:$LINENO: result: $PROG_PS" >&5 | 18545 | { echo "$as_me:$LINENO: result: $PROG_PS" >&5 |
19234 | $as_echo "$PROG_PS" >&6; } | 18546 | echo "${ECHO_T}$PROG_PS" >&6; } |
19235 | else | 18547 | else |
19236 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18548 | { echo "$as_me:$LINENO: result: no" >&5 |
19237 | $as_echo "no" >&6; } | 18549 | echo "${ECHO_T}no" >&6; } |
19238 | fi | 18550 | fi |
19239 | 18551 | ||
19240 | 18552 | ||
@@ -19246,10 +18558,10 @@ fi | |||
19246 | 18558 | ||
19247 | # Extract the first word of "sar", so it can be a program name with args. | 18559 | # Extract the first word of "sar", so it can be a program name with args. |
19248 | set dummy sar; ac_word=$2 | 18560 | set dummy sar; ac_word=$2 |
19249 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18561 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19250 | $as_echo_n "checking for $ac_word... " >&6; } | 18562 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19251 | if test "${ac_cv_path_PROG_SAR+set}" = set; then | 18563 | if test "${ac_cv_path_PROG_SAR+set}" = set; then |
19252 | $as_echo_n "(cached) " >&6 | 18564 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19253 | else | 18565 | else |
19254 | case $PROG_SAR in | 18566 | case $PROG_SAR in |
19255 | [\\/]* | ?:[\\/]*) | 18567 | [\\/]* | ?:[\\/]*) |
@@ -19264,7 +18576,7 @@ do | |||
19264 | for ac_exec_ext in '' $ac_executable_extensions; do | 18576 | for ac_exec_ext in '' $ac_executable_extensions; do |
19265 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18577 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19266 | ac_cv_path_PROG_SAR="$as_dir/$ac_word$ac_exec_ext" | 18578 | ac_cv_path_PROG_SAR="$as_dir/$ac_word$ac_exec_ext" |
19267 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18579 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19268 | break 2 | 18580 | break 2 |
19269 | fi | 18581 | fi |
19270 | done | 18582 | done |
@@ -19276,11 +18588,11 @@ esac | |||
19276 | fi | 18588 | fi |
19277 | PROG_SAR=$ac_cv_path_PROG_SAR | 18589 | PROG_SAR=$ac_cv_path_PROG_SAR |
19278 | if test -n "$PROG_SAR"; then | 18590 | if test -n "$PROG_SAR"; then |
19279 | { $as_echo "$as_me:$LINENO: result: $PROG_SAR" >&5 | 18591 | { echo "$as_me:$LINENO: result: $PROG_SAR" >&5 |
19280 | $as_echo "$PROG_SAR" >&6; } | 18592 | echo "${ECHO_T}$PROG_SAR" >&6; } |
19281 | else | 18593 | else |
19282 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18594 | { echo "$as_me:$LINENO: result: no" >&5 |
19283 | $as_echo "no" >&6; } | 18595 | echo "${ECHO_T}no" >&6; } |
19284 | fi | 18596 | fi |
19285 | 18597 | ||
19286 | 18598 | ||
@@ -19292,10 +18604,10 @@ fi | |||
19292 | 18604 | ||
19293 | # Extract the first word of "w", so it can be a program name with args. | 18605 | # Extract the first word of "w", so it can be a program name with args. |
19294 | set dummy w; ac_word=$2 | 18606 | set dummy w; ac_word=$2 |
19295 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18607 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19296 | $as_echo_n "checking for $ac_word... " >&6; } | 18608 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19297 | if test "${ac_cv_path_PROG_W+set}" = set; then | 18609 | if test "${ac_cv_path_PROG_W+set}" = set; then |
19298 | $as_echo_n "(cached) " >&6 | 18610 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19299 | else | 18611 | else |
19300 | case $PROG_W in | 18612 | case $PROG_W in |
19301 | [\\/]* | ?:[\\/]*) | 18613 | [\\/]* | ?:[\\/]*) |
@@ -19310,7 +18622,7 @@ do | |||
19310 | for ac_exec_ext in '' $ac_executable_extensions; do | 18622 | for ac_exec_ext in '' $ac_executable_extensions; do |
19311 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18623 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19312 | ac_cv_path_PROG_W="$as_dir/$ac_word$ac_exec_ext" | 18624 | ac_cv_path_PROG_W="$as_dir/$ac_word$ac_exec_ext" |
19313 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18625 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19314 | break 2 | 18626 | break 2 |
19315 | fi | 18627 | fi |
19316 | done | 18628 | done |
@@ -19322,11 +18634,11 @@ esac | |||
19322 | fi | 18634 | fi |
19323 | PROG_W=$ac_cv_path_PROG_W | 18635 | PROG_W=$ac_cv_path_PROG_W |
19324 | if test -n "$PROG_W"; then | 18636 | if test -n "$PROG_W"; then |
19325 | { $as_echo "$as_me:$LINENO: result: $PROG_W" >&5 | 18637 | { echo "$as_me:$LINENO: result: $PROG_W" >&5 |
19326 | $as_echo "$PROG_W" >&6; } | 18638 | echo "${ECHO_T}$PROG_W" >&6; } |
19327 | else | 18639 | else |
19328 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18640 | { echo "$as_me:$LINENO: result: no" >&5 |
19329 | $as_echo "no" >&6; } | 18641 | echo "${ECHO_T}no" >&6; } |
19330 | fi | 18642 | fi |
19331 | 18643 | ||
19332 | 18644 | ||
@@ -19338,10 +18650,10 @@ fi | |||
19338 | 18650 | ||
19339 | # Extract the first word of "who", so it can be a program name with args. | 18651 | # Extract the first word of "who", so it can be a program name with args. |
19340 | set dummy who; ac_word=$2 | 18652 | set dummy who; ac_word=$2 |
19341 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18653 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19342 | $as_echo_n "checking for $ac_word... " >&6; } | 18654 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19343 | if test "${ac_cv_path_PROG_WHO+set}" = set; then | 18655 | if test "${ac_cv_path_PROG_WHO+set}" = set; then |
19344 | $as_echo_n "(cached) " >&6 | 18656 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19345 | else | 18657 | else |
19346 | case $PROG_WHO in | 18658 | case $PROG_WHO in |
19347 | [\\/]* | ?:[\\/]*) | 18659 | [\\/]* | ?:[\\/]*) |
@@ -19356,7 +18668,7 @@ do | |||
19356 | for ac_exec_ext in '' $ac_executable_extensions; do | 18668 | for ac_exec_ext in '' $ac_executable_extensions; do |
19357 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18669 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19358 | ac_cv_path_PROG_WHO="$as_dir/$ac_word$ac_exec_ext" | 18670 | ac_cv_path_PROG_WHO="$as_dir/$ac_word$ac_exec_ext" |
19359 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18671 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19360 | break 2 | 18672 | break 2 |
19361 | fi | 18673 | fi |
19362 | done | 18674 | done |
@@ -19368,11 +18680,11 @@ esac | |||
19368 | fi | 18680 | fi |
19369 | PROG_WHO=$ac_cv_path_PROG_WHO | 18681 | PROG_WHO=$ac_cv_path_PROG_WHO |
19370 | if test -n "$PROG_WHO"; then | 18682 | if test -n "$PROG_WHO"; then |
19371 | { $as_echo "$as_me:$LINENO: result: $PROG_WHO" >&5 | 18683 | { echo "$as_me:$LINENO: result: $PROG_WHO" >&5 |
19372 | $as_echo "$PROG_WHO" >&6; } | 18684 | echo "${ECHO_T}$PROG_WHO" >&6; } |
19373 | else | 18685 | else |
19374 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18686 | { echo "$as_me:$LINENO: result: no" >&5 |
19375 | $as_echo "no" >&6; } | 18687 | echo "${ECHO_T}no" >&6; } |
19376 | fi | 18688 | fi |
19377 | 18689 | ||
19378 | 18690 | ||
@@ -19384,10 +18696,10 @@ fi | |||
19384 | 18696 | ||
19385 | # Extract the first word of "last", so it can be a program name with args. | 18697 | # Extract the first word of "last", so it can be a program name with args. |
19386 | set dummy last; ac_word=$2 | 18698 | set dummy last; ac_word=$2 |
19387 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18699 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19388 | $as_echo_n "checking for $ac_word... " >&6; } | 18700 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19389 | if test "${ac_cv_path_PROG_LAST+set}" = set; then | 18701 | if test "${ac_cv_path_PROG_LAST+set}" = set; then |
19390 | $as_echo_n "(cached) " >&6 | 18702 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19391 | else | 18703 | else |
19392 | case $PROG_LAST in | 18704 | case $PROG_LAST in |
19393 | [\\/]* | ?:[\\/]*) | 18705 | [\\/]* | ?:[\\/]*) |
@@ -19402,7 +18714,7 @@ do | |||
19402 | for ac_exec_ext in '' $ac_executable_extensions; do | 18714 | for ac_exec_ext in '' $ac_executable_extensions; do |
19403 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18715 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19404 | ac_cv_path_PROG_LAST="$as_dir/$ac_word$ac_exec_ext" | 18716 | ac_cv_path_PROG_LAST="$as_dir/$ac_word$ac_exec_ext" |
19405 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18717 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19406 | break 2 | 18718 | break 2 |
19407 | fi | 18719 | fi |
19408 | done | 18720 | done |
@@ -19414,11 +18726,11 @@ esac | |||
19414 | fi | 18726 | fi |
19415 | PROG_LAST=$ac_cv_path_PROG_LAST | 18727 | PROG_LAST=$ac_cv_path_PROG_LAST |
19416 | if test -n "$PROG_LAST"; then | 18728 | if test -n "$PROG_LAST"; then |
19417 | { $as_echo "$as_me:$LINENO: result: $PROG_LAST" >&5 | 18729 | { echo "$as_me:$LINENO: result: $PROG_LAST" >&5 |
19418 | $as_echo "$PROG_LAST" >&6; } | 18730 | echo "${ECHO_T}$PROG_LAST" >&6; } |
19419 | else | 18731 | else |
19420 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18732 | { echo "$as_me:$LINENO: result: no" >&5 |
19421 | $as_echo "no" >&6; } | 18733 | echo "${ECHO_T}no" >&6; } |
19422 | fi | 18734 | fi |
19423 | 18735 | ||
19424 | 18736 | ||
@@ -19430,10 +18742,10 @@ fi | |||
19430 | 18742 | ||
19431 | # Extract the first word of "lastlog", so it can be a program name with args. | 18743 | # Extract the first word of "lastlog", so it can be a program name with args. |
19432 | set dummy lastlog; ac_word=$2 | 18744 | set dummy lastlog; ac_word=$2 |
19433 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18745 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19434 | $as_echo_n "checking for $ac_word... " >&6; } | 18746 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19435 | if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then | 18747 | if test "${ac_cv_path_PROG_LASTLOG+set}" = set; then |
19436 | $as_echo_n "(cached) " >&6 | 18748 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19437 | else | 18749 | else |
19438 | case $PROG_LASTLOG in | 18750 | case $PROG_LASTLOG in |
19439 | [\\/]* | ?:[\\/]*) | 18751 | [\\/]* | ?:[\\/]*) |
@@ -19448,7 +18760,7 @@ do | |||
19448 | for ac_exec_ext in '' $ac_executable_extensions; do | 18760 | for ac_exec_ext in '' $ac_executable_extensions; do |
19449 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18761 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19450 | ac_cv_path_PROG_LASTLOG="$as_dir/$ac_word$ac_exec_ext" | 18762 | ac_cv_path_PROG_LASTLOG="$as_dir/$ac_word$ac_exec_ext" |
19451 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18763 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19452 | break 2 | 18764 | break 2 |
19453 | fi | 18765 | fi |
19454 | done | 18766 | done |
@@ -19460,11 +18772,11 @@ esac | |||
19460 | fi | 18772 | fi |
19461 | PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG | 18773 | PROG_LASTLOG=$ac_cv_path_PROG_LASTLOG |
19462 | if test -n "$PROG_LASTLOG"; then | 18774 | if test -n "$PROG_LASTLOG"; then |
19463 | { $as_echo "$as_me:$LINENO: result: $PROG_LASTLOG" >&5 | 18775 | { echo "$as_me:$LINENO: result: $PROG_LASTLOG" >&5 |
19464 | $as_echo "$PROG_LASTLOG" >&6; } | 18776 | echo "${ECHO_T}$PROG_LASTLOG" >&6; } |
19465 | else | 18777 | else |
19466 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18778 | { echo "$as_me:$LINENO: result: no" >&5 |
19467 | $as_echo "no" >&6; } | 18779 | echo "${ECHO_T}no" >&6; } |
19468 | fi | 18780 | fi |
19469 | 18781 | ||
19470 | 18782 | ||
@@ -19476,10 +18788,10 @@ fi | |||
19476 | 18788 | ||
19477 | # Extract the first word of "df", so it can be a program name with args. | 18789 | # Extract the first word of "df", so it can be a program name with args. |
19478 | set dummy df; ac_word=$2 | 18790 | set dummy df; ac_word=$2 |
19479 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18791 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19480 | $as_echo_n "checking for $ac_word... " >&6; } | 18792 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19481 | if test "${ac_cv_path_PROG_DF+set}" = set; then | 18793 | if test "${ac_cv_path_PROG_DF+set}" = set; then |
19482 | $as_echo_n "(cached) " >&6 | 18794 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19483 | else | 18795 | else |
19484 | case $PROG_DF in | 18796 | case $PROG_DF in |
19485 | [\\/]* | ?:[\\/]*) | 18797 | [\\/]* | ?:[\\/]*) |
@@ -19494,7 +18806,7 @@ do | |||
19494 | for ac_exec_ext in '' $ac_executable_extensions; do | 18806 | for ac_exec_ext in '' $ac_executable_extensions; do |
19495 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18807 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19496 | ac_cv_path_PROG_DF="$as_dir/$ac_word$ac_exec_ext" | 18808 | ac_cv_path_PROG_DF="$as_dir/$ac_word$ac_exec_ext" |
19497 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18809 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19498 | break 2 | 18810 | break 2 |
19499 | fi | 18811 | fi |
19500 | done | 18812 | done |
@@ -19506,11 +18818,11 @@ esac | |||
19506 | fi | 18818 | fi |
19507 | PROG_DF=$ac_cv_path_PROG_DF | 18819 | PROG_DF=$ac_cv_path_PROG_DF |
19508 | if test -n "$PROG_DF"; then | 18820 | if test -n "$PROG_DF"; then |
19509 | { $as_echo "$as_me:$LINENO: result: $PROG_DF" >&5 | 18821 | { echo "$as_me:$LINENO: result: $PROG_DF" >&5 |
19510 | $as_echo "$PROG_DF" >&6; } | 18822 | echo "${ECHO_T}$PROG_DF" >&6; } |
19511 | else | 18823 | else |
19512 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18824 | { echo "$as_me:$LINENO: result: no" >&5 |
19513 | $as_echo "no" >&6; } | 18825 | echo "${ECHO_T}no" >&6; } |
19514 | fi | 18826 | fi |
19515 | 18827 | ||
19516 | 18828 | ||
@@ -19522,10 +18834,10 @@ fi | |||
19522 | 18834 | ||
19523 | # Extract the first word of "vmstat", so it can be a program name with args. | 18835 | # Extract the first word of "vmstat", so it can be a program name with args. |
19524 | set dummy vmstat; ac_word=$2 | 18836 | set dummy vmstat; ac_word=$2 |
19525 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18837 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19526 | $as_echo_n "checking for $ac_word... " >&6; } | 18838 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19527 | if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then | 18839 | if test "${ac_cv_path_PROG_VMSTAT+set}" = set; then |
19528 | $as_echo_n "(cached) " >&6 | 18840 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19529 | else | 18841 | else |
19530 | case $PROG_VMSTAT in | 18842 | case $PROG_VMSTAT in |
19531 | [\\/]* | ?:[\\/]*) | 18843 | [\\/]* | ?:[\\/]*) |
@@ -19540,7 +18852,7 @@ do | |||
19540 | for ac_exec_ext in '' $ac_executable_extensions; do | 18852 | for ac_exec_ext in '' $ac_executable_extensions; do |
19541 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18853 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19542 | ac_cv_path_PROG_VMSTAT="$as_dir/$ac_word$ac_exec_ext" | 18854 | ac_cv_path_PROG_VMSTAT="$as_dir/$ac_word$ac_exec_ext" |
19543 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18855 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19544 | break 2 | 18856 | break 2 |
19545 | fi | 18857 | fi |
19546 | done | 18858 | done |
@@ -19552,11 +18864,11 @@ esac | |||
19552 | fi | 18864 | fi |
19553 | PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT | 18865 | PROG_VMSTAT=$ac_cv_path_PROG_VMSTAT |
19554 | if test -n "$PROG_VMSTAT"; then | 18866 | if test -n "$PROG_VMSTAT"; then |
19555 | { $as_echo "$as_me:$LINENO: result: $PROG_VMSTAT" >&5 | 18867 | { echo "$as_me:$LINENO: result: $PROG_VMSTAT" >&5 |
19556 | $as_echo "$PROG_VMSTAT" >&6; } | 18868 | echo "${ECHO_T}$PROG_VMSTAT" >&6; } |
19557 | else | 18869 | else |
19558 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18870 | { echo "$as_me:$LINENO: result: no" >&5 |
19559 | $as_echo "no" >&6; } | 18871 | echo "${ECHO_T}no" >&6; } |
19560 | fi | 18872 | fi |
19561 | 18873 | ||
19562 | 18874 | ||
@@ -19568,10 +18880,10 @@ fi | |||
19568 | 18880 | ||
19569 | # Extract the first word of "uptime", so it can be a program name with args. | 18881 | # Extract the first word of "uptime", so it can be a program name with args. |
19570 | set dummy uptime; ac_word=$2 | 18882 | set dummy uptime; ac_word=$2 |
19571 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18883 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19572 | $as_echo_n "checking for $ac_word... " >&6; } | 18884 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19573 | if test "${ac_cv_path_PROG_UPTIME+set}" = set; then | 18885 | if test "${ac_cv_path_PROG_UPTIME+set}" = set; then |
19574 | $as_echo_n "(cached) " >&6 | 18886 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19575 | else | 18887 | else |
19576 | case $PROG_UPTIME in | 18888 | case $PROG_UPTIME in |
19577 | [\\/]* | ?:[\\/]*) | 18889 | [\\/]* | ?:[\\/]*) |
@@ -19586,7 +18898,7 @@ do | |||
19586 | for ac_exec_ext in '' $ac_executable_extensions; do | 18898 | for ac_exec_ext in '' $ac_executable_extensions; do |
19587 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18899 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19588 | ac_cv_path_PROG_UPTIME="$as_dir/$ac_word$ac_exec_ext" | 18900 | ac_cv_path_PROG_UPTIME="$as_dir/$ac_word$ac_exec_ext" |
19589 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18901 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19590 | break 2 | 18902 | break 2 |
19591 | fi | 18903 | fi |
19592 | done | 18904 | done |
@@ -19598,11 +18910,11 @@ esac | |||
19598 | fi | 18910 | fi |
19599 | PROG_UPTIME=$ac_cv_path_PROG_UPTIME | 18911 | PROG_UPTIME=$ac_cv_path_PROG_UPTIME |
19600 | if test -n "$PROG_UPTIME"; then | 18912 | if test -n "$PROG_UPTIME"; then |
19601 | { $as_echo "$as_me:$LINENO: result: $PROG_UPTIME" >&5 | 18913 | { echo "$as_me:$LINENO: result: $PROG_UPTIME" >&5 |
19602 | $as_echo "$PROG_UPTIME" >&6; } | 18914 | echo "${ECHO_T}$PROG_UPTIME" >&6; } |
19603 | else | 18915 | else |
19604 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18916 | { echo "$as_me:$LINENO: result: no" >&5 |
19605 | $as_echo "no" >&6; } | 18917 | echo "${ECHO_T}no" >&6; } |
19606 | fi | 18918 | fi |
19607 | 18919 | ||
19608 | 18920 | ||
@@ -19614,10 +18926,10 @@ fi | |||
19614 | 18926 | ||
19615 | # Extract the first word of "ipcs", so it can be a program name with args. | 18927 | # Extract the first word of "ipcs", so it can be a program name with args. |
19616 | set dummy ipcs; ac_word=$2 | 18928 | set dummy ipcs; ac_word=$2 |
19617 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18929 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19618 | $as_echo_n "checking for $ac_word... " >&6; } | 18930 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19619 | if test "${ac_cv_path_PROG_IPCS+set}" = set; then | 18931 | if test "${ac_cv_path_PROG_IPCS+set}" = set; then |
19620 | $as_echo_n "(cached) " >&6 | 18932 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19621 | else | 18933 | else |
19622 | case $PROG_IPCS in | 18934 | case $PROG_IPCS in |
19623 | [\\/]* | ?:[\\/]*) | 18935 | [\\/]* | ?:[\\/]*) |
@@ -19632,7 +18944,7 @@ do | |||
19632 | for ac_exec_ext in '' $ac_executable_extensions; do | 18944 | for ac_exec_ext in '' $ac_executable_extensions; do |
19633 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18945 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19634 | ac_cv_path_PROG_IPCS="$as_dir/$ac_word$ac_exec_ext" | 18946 | ac_cv_path_PROG_IPCS="$as_dir/$ac_word$ac_exec_ext" |
19635 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18947 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19636 | break 2 | 18948 | break 2 |
19637 | fi | 18949 | fi |
19638 | done | 18950 | done |
@@ -19644,11 +18956,11 @@ esac | |||
19644 | fi | 18956 | fi |
19645 | PROG_IPCS=$ac_cv_path_PROG_IPCS | 18957 | PROG_IPCS=$ac_cv_path_PROG_IPCS |
19646 | if test -n "$PROG_IPCS"; then | 18958 | if test -n "$PROG_IPCS"; then |
19647 | { $as_echo "$as_me:$LINENO: result: $PROG_IPCS" >&5 | 18959 | { echo "$as_me:$LINENO: result: $PROG_IPCS" >&5 |
19648 | $as_echo "$PROG_IPCS" >&6; } | 18960 | echo "${ECHO_T}$PROG_IPCS" >&6; } |
19649 | else | 18961 | else |
19650 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 18962 | { echo "$as_me:$LINENO: result: no" >&5 |
19651 | $as_echo "no" >&6; } | 18963 | echo "${ECHO_T}no" >&6; } |
19652 | fi | 18964 | fi |
19653 | 18965 | ||
19654 | 18966 | ||
@@ -19660,10 +18972,10 @@ fi | |||
19660 | 18972 | ||
19661 | # Extract the first word of "tail", so it can be a program name with args. | 18973 | # Extract the first word of "tail", so it can be a program name with args. |
19662 | set dummy tail; ac_word=$2 | 18974 | set dummy tail; ac_word=$2 |
19663 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 18975 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19664 | $as_echo_n "checking for $ac_word... " >&6; } | 18976 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
19665 | if test "${ac_cv_path_PROG_TAIL+set}" = set; then | 18977 | if test "${ac_cv_path_PROG_TAIL+set}" = set; then |
19666 | $as_echo_n "(cached) " >&6 | 18978 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19667 | else | 18979 | else |
19668 | case $PROG_TAIL in | 18980 | case $PROG_TAIL in |
19669 | [\\/]* | ?:[\\/]*) | 18981 | [\\/]* | ?:[\\/]*) |
@@ -19678,7 +18990,7 @@ do | |||
19678 | for ac_exec_ext in '' $ac_executable_extensions; do | 18990 | for ac_exec_ext in '' $ac_executable_extensions; do |
19679 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 18991 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
19680 | ac_cv_path_PROG_TAIL="$as_dir/$ac_word$ac_exec_ext" | 18992 | ac_cv_path_PROG_TAIL="$as_dir/$ac_word$ac_exec_ext" |
19681 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 18993 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
19682 | break 2 | 18994 | break 2 |
19683 | fi | 18995 | fi |
19684 | done | 18996 | done |
@@ -19690,11 +19002,11 @@ esac | |||
19690 | fi | 19002 | fi |
19691 | PROG_TAIL=$ac_cv_path_PROG_TAIL | 19003 | PROG_TAIL=$ac_cv_path_PROG_TAIL |
19692 | if test -n "$PROG_TAIL"; then | 19004 | if test -n "$PROG_TAIL"; then |
19693 | { $as_echo "$as_me:$LINENO: result: $PROG_TAIL" >&5 | 19005 | { echo "$as_me:$LINENO: result: $PROG_TAIL" >&5 |
19694 | $as_echo "$PROG_TAIL" >&6; } | 19006 | echo "${ECHO_T}$PROG_TAIL" >&6; } |
19695 | else | 19007 | else |
19696 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 19008 | { echo "$as_me:$LINENO: result: no" >&5 |
19697 | $as_echo "no" >&6; } | 19009 | echo "${ECHO_T}no" >&6; } |
19698 | fi | 19010 | fi |
19699 | 19011 | ||
19700 | 19012 | ||
@@ -19728,46 +19040,11 @@ if test ! -z "$SONY" ; then | |||
19728 | fi | 19040 | fi |
19729 | 19041 | ||
19730 | # Check for long long datatypes | 19042 | # Check for long long datatypes |
19731 | { $as_echo "$as_me:$LINENO: checking for long long" >&5 | 19043 | { echo "$as_me:$LINENO: checking for long long" >&5 |
19732 | $as_echo_n "checking for long long... " >&6; } | 19044 | echo $ECHO_N "checking for long long... $ECHO_C" >&6; } |
19733 | if test "${ac_cv_type_long_long+set}" = set; then | 19045 | if test "${ac_cv_type_long_long+set}" = set; then |
19734 | $as_echo_n "(cached) " >&6 | 19046 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19735 | else | 19047 | else |
19736 | ac_cv_type_long_long=no | ||
19737 | cat >conftest.$ac_ext <<_ACEOF | ||
19738 | /* confdefs.h. */ | ||
19739 | _ACEOF | ||
19740 | cat confdefs.h >>conftest.$ac_ext | ||
19741 | cat >>conftest.$ac_ext <<_ACEOF | ||
19742 | /* end confdefs.h. */ | ||
19743 | $ac_includes_default | ||
19744 | int | ||
19745 | main () | ||
19746 | { | ||
19747 | if (sizeof (long long)) | ||
19748 | return 0; | ||
19749 | ; | ||
19750 | return 0; | ||
19751 | } | ||
19752 | _ACEOF | ||
19753 | rm -f conftest.$ac_objext | ||
19754 | if { (ac_try="$ac_compile" | ||
19755 | case "(($ac_try" in | ||
19756 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19757 | *) ac_try_echo=$ac_try;; | ||
19758 | esac | ||
19759 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
19760 | $as_echo "$ac_try_echo") >&5 | ||
19761 | (eval "$ac_compile") 2>conftest.er1 | ||
19762 | ac_status=$? | ||
19763 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19764 | rm -f conftest.er1 | ||
19765 | cat conftest.err >&5 | ||
19766 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19767 | (exit $ac_status); } && { | ||
19768 | test -z "$ac_c_werror_flag" || | ||
19769 | test ! -s conftest.err | ||
19770 | } && test -s conftest.$ac_objext; then | ||
19771 | cat >conftest.$ac_ext <<_ACEOF | 19048 | cat >conftest.$ac_ext <<_ACEOF |
19772 | /* confdefs.h. */ | 19049 | /* confdefs.h. */ |
19773 | _ACEOF | 19050 | _ACEOF |
@@ -19775,11 +19052,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
19775 | cat >>conftest.$ac_ext <<_ACEOF | 19052 | cat >>conftest.$ac_ext <<_ACEOF |
19776 | /* end confdefs.h. */ | 19053 | /* end confdefs.h. */ |
19777 | $ac_includes_default | 19054 | $ac_includes_default |
19055 | typedef long long ac__type_new_; | ||
19778 | int | 19056 | int |
19779 | main () | 19057 | main () |
19780 | { | 19058 | { |
19781 | if (sizeof ((long long))) | 19059 | if ((ac__type_new_ *) 0) |
19782 | return 0; | 19060 | return 0; |
19061 | if (sizeof (ac__type_new_)) | ||
19062 | return 0; | ||
19783 | ; | 19063 | ; |
19784 | return 0; | 19064 | return 0; |
19785 | } | 19065 | } |
@@ -19790,38 +19070,29 @@ case "(($ac_try" in | |||
19790 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19070 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19791 | *) ac_try_echo=$ac_try;; | 19071 | *) ac_try_echo=$ac_try;; |
19792 | esac | 19072 | esac |
19793 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19073 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
19794 | $as_echo "$ac_try_echo") >&5 | ||
19795 | (eval "$ac_compile") 2>conftest.er1 | 19074 | (eval "$ac_compile") 2>conftest.er1 |
19796 | ac_status=$? | 19075 | ac_status=$? |
19797 | grep -v '^ *+' conftest.er1 >conftest.err | 19076 | grep -v '^ *+' conftest.er1 >conftest.err |
19798 | rm -f conftest.er1 | 19077 | rm -f conftest.er1 |
19799 | cat conftest.err >&5 | 19078 | cat conftest.err >&5 |
19800 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19801 | (exit $ac_status); } && { | 19080 | (exit $ac_status); } && { |
19802 | test -z "$ac_c_werror_flag" || | 19081 | test -z "$ac_c_werror_flag" || |
19803 | test ! -s conftest.err | 19082 | test ! -s conftest.err |
19804 | } && test -s conftest.$ac_objext; then | 19083 | } && test -s conftest.$ac_objext; then |
19805 | : | 19084 | ac_cv_type_long_long=yes |
19806 | else | 19085 | else |
19807 | $as_echo "$as_me: failed program was:" >&5 | 19086 | echo "$as_me: failed program was:" >&5 |
19808 | sed 's/^/| /' conftest.$ac_ext >&5 | 19087 | sed 's/^/| /' conftest.$ac_ext >&5 |
19809 | 19088 | ||
19810 | ac_cv_type_long_long=yes | 19089 | ac_cv_type_long_long=no |
19811 | fi | ||
19812 | |||
19813 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19814 | else | ||
19815 | $as_echo "$as_me: failed program was:" >&5 | ||
19816 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19817 | |||
19818 | |||
19819 | fi | 19090 | fi |
19820 | 19091 | ||
19821 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19092 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19822 | fi | 19093 | fi |
19823 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | 19094 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 |
19824 | $as_echo "$ac_cv_type_long_long" >&6; } | 19095 | echo "${ECHO_T}$ac_cv_type_long_long" >&6; } |
19825 | if test $ac_cv_type_long_long = yes; then | 19096 | if test $ac_cv_type_long_long = yes; then |
19826 | 19097 | ||
19827 | cat >>confdefs.h <<_ACEOF | 19098 | cat >>confdefs.h <<_ACEOF |
@@ -19830,46 +19101,11 @@ _ACEOF | |||
19830 | 19101 | ||
19831 | 19102 | ||
19832 | fi | 19103 | fi |
19833 | { $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 | 19104 | { echo "$as_me:$LINENO: checking for unsigned long long" >&5 |
19834 | $as_echo_n "checking for unsigned long long... " >&6; } | 19105 | echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } |
19835 | if test "${ac_cv_type_unsigned_long_long+set}" = set; then | 19106 | if test "${ac_cv_type_unsigned_long_long+set}" = set; then |
19836 | $as_echo_n "(cached) " >&6 | 19107 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19837 | else | 19108 | else |
19838 | ac_cv_type_unsigned_long_long=no | ||
19839 | cat >conftest.$ac_ext <<_ACEOF | ||
19840 | /* confdefs.h. */ | ||
19841 | _ACEOF | ||
19842 | cat confdefs.h >>conftest.$ac_ext | ||
19843 | cat >>conftest.$ac_ext <<_ACEOF | ||
19844 | /* end confdefs.h. */ | ||
19845 | $ac_includes_default | ||
19846 | int | ||
19847 | main () | ||
19848 | { | ||
19849 | if (sizeof (unsigned long long)) | ||
19850 | return 0; | ||
19851 | ; | ||
19852 | return 0; | ||
19853 | } | ||
19854 | _ACEOF | ||
19855 | rm -f conftest.$ac_objext | ||
19856 | if { (ac_try="$ac_compile" | ||
19857 | case "(($ac_try" in | ||
19858 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19859 | *) ac_try_echo=$ac_try;; | ||
19860 | esac | ||
19861 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
19862 | $as_echo "$ac_try_echo") >&5 | ||
19863 | (eval "$ac_compile") 2>conftest.er1 | ||
19864 | ac_status=$? | ||
19865 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19866 | rm -f conftest.er1 | ||
19867 | cat conftest.err >&5 | ||
19868 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19869 | (exit $ac_status); } && { | ||
19870 | test -z "$ac_c_werror_flag" || | ||
19871 | test ! -s conftest.err | ||
19872 | } && test -s conftest.$ac_objext; then | ||
19873 | cat >conftest.$ac_ext <<_ACEOF | 19109 | cat >conftest.$ac_ext <<_ACEOF |
19874 | /* confdefs.h. */ | 19110 | /* confdefs.h. */ |
19875 | _ACEOF | 19111 | _ACEOF |
@@ -19877,11 +19113,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
19877 | cat >>conftest.$ac_ext <<_ACEOF | 19113 | cat >>conftest.$ac_ext <<_ACEOF |
19878 | /* end confdefs.h. */ | 19114 | /* end confdefs.h. */ |
19879 | $ac_includes_default | 19115 | $ac_includes_default |
19116 | typedef unsigned long long ac__type_new_; | ||
19880 | int | 19117 | int |
19881 | main () | 19118 | main () |
19882 | { | 19119 | { |
19883 | if (sizeof ((unsigned long long))) | 19120 | if ((ac__type_new_ *) 0) |
19884 | return 0; | 19121 | return 0; |
19122 | if (sizeof (ac__type_new_)) | ||
19123 | return 0; | ||
19885 | ; | 19124 | ; |
19886 | return 0; | 19125 | return 0; |
19887 | } | 19126 | } |
@@ -19892,38 +19131,29 @@ case "(($ac_try" in | |||
19892 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19131 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19893 | *) ac_try_echo=$ac_try;; | 19132 | *) ac_try_echo=$ac_try;; |
19894 | esac | 19133 | esac |
19895 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19134 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
19896 | $as_echo "$ac_try_echo") >&5 | ||
19897 | (eval "$ac_compile") 2>conftest.er1 | 19135 | (eval "$ac_compile") 2>conftest.er1 |
19898 | ac_status=$? | 19136 | ac_status=$? |
19899 | grep -v '^ *+' conftest.er1 >conftest.err | 19137 | grep -v '^ *+' conftest.er1 >conftest.err |
19900 | rm -f conftest.er1 | 19138 | rm -f conftest.er1 |
19901 | cat conftest.err >&5 | 19139 | cat conftest.err >&5 |
19902 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19140 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19903 | (exit $ac_status); } && { | 19141 | (exit $ac_status); } && { |
19904 | test -z "$ac_c_werror_flag" || | 19142 | test -z "$ac_c_werror_flag" || |
19905 | test ! -s conftest.err | 19143 | test ! -s conftest.err |
19906 | } && test -s conftest.$ac_objext; then | 19144 | } && test -s conftest.$ac_objext; then |
19907 | : | 19145 | ac_cv_type_unsigned_long_long=yes |
19908 | else | 19146 | else |
19909 | $as_echo "$as_me: failed program was:" >&5 | 19147 | echo "$as_me: failed program was:" >&5 |
19910 | sed 's/^/| /' conftest.$ac_ext >&5 | 19148 | sed 's/^/| /' conftest.$ac_ext >&5 |
19911 | 19149 | ||
19912 | ac_cv_type_unsigned_long_long=yes | 19150 | ac_cv_type_unsigned_long_long=no |
19913 | fi | 19151 | fi |
19914 | 19152 | ||
19915 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19153 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
19916 | else | ||
19917 | $as_echo "$as_me: failed program was:" >&5 | ||
19918 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19919 | |||
19920 | |||
19921 | fi | 19154 | fi |
19922 | 19155 | { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 | |
19923 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19156 | echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } |
19924 | fi | ||
19925 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 | ||
19926 | $as_echo "$ac_cv_type_unsigned_long_long" >&6; } | ||
19927 | if test $ac_cv_type_unsigned_long_long = yes; then | 19157 | if test $ac_cv_type_unsigned_long_long = yes; then |
19928 | 19158 | ||
19929 | cat >>confdefs.h <<_ACEOF | 19159 | cat >>confdefs.h <<_ACEOF |
@@ -19932,24 +19162,26 @@ _ACEOF | |||
19932 | 19162 | ||
19933 | 19163 | ||
19934 | fi | 19164 | fi |
19935 | { $as_echo "$as_me:$LINENO: checking for long double" >&5 | 19165 | { echo "$as_me:$LINENO: checking for long double" >&5 |
19936 | $as_echo_n "checking for long double... " >&6; } | 19166 | echo $ECHO_N "checking for long double... $ECHO_C" >&6; } |
19937 | if test "${ac_cv_type_long_double+set}" = set; then | 19167 | if test "${ac_cv_type_long_double+set}" = set; then |
19938 | $as_echo_n "(cached) " >&6 | 19168 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19939 | else | 19169 | else |
19940 | ac_cv_type_long_double=no | 19170 | cat >conftest.$ac_ext <<_ACEOF |
19941 | cat >conftest.$ac_ext <<_ACEOF | ||
19942 | /* confdefs.h. */ | 19171 | /* confdefs.h. */ |
19943 | _ACEOF | 19172 | _ACEOF |
19944 | cat confdefs.h >>conftest.$ac_ext | 19173 | cat confdefs.h >>conftest.$ac_ext |
19945 | cat >>conftest.$ac_ext <<_ACEOF | 19174 | cat >>conftest.$ac_ext <<_ACEOF |
19946 | /* end confdefs.h. */ | 19175 | /* end confdefs.h. */ |
19947 | $ac_includes_default | 19176 | $ac_includes_default |
19177 | typedef long double ac__type_new_; | ||
19948 | int | 19178 | int |
19949 | main () | 19179 | main () |
19950 | { | 19180 | { |
19951 | if (sizeof (long double)) | 19181 | if ((ac__type_new_ *) 0) |
19952 | return 0; | 19182 | return 0; |
19183 | if (sizeof (ac__type_new_)) | ||
19184 | return 0; | ||
19953 | ; | 19185 | ; |
19954 | return 0; | 19186 | return 0; |
19955 | } | 19187 | } |
@@ -19960,18 +19192,45 @@ case "(($ac_try" in | |||
19960 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19192 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19961 | *) ac_try_echo=$ac_try;; | 19193 | *) ac_try_echo=$ac_try;; |
19962 | esac | 19194 | esac |
19963 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19195 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
19964 | $as_echo "$ac_try_echo") >&5 | ||
19965 | (eval "$ac_compile") 2>conftest.er1 | 19196 | (eval "$ac_compile") 2>conftest.er1 |
19966 | ac_status=$? | 19197 | ac_status=$? |
19967 | grep -v '^ *+' conftest.er1 >conftest.err | 19198 | grep -v '^ *+' conftest.er1 >conftest.err |
19968 | rm -f conftest.er1 | 19199 | rm -f conftest.er1 |
19969 | cat conftest.err >&5 | 19200 | cat conftest.err >&5 |
19970 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19201 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19971 | (exit $ac_status); } && { | 19202 | (exit $ac_status); } && { |
19972 | test -z "$ac_c_werror_flag" || | 19203 | test -z "$ac_c_werror_flag" || |
19973 | test ! -s conftest.err | 19204 | test ! -s conftest.err |
19974 | } && test -s conftest.$ac_objext; then | 19205 | } && test -s conftest.$ac_objext; then |
19206 | ac_cv_type_long_double=yes | ||
19207 | else | ||
19208 | echo "$as_me: failed program was:" >&5 | ||
19209 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19210 | |||
19211 | ac_cv_type_long_double=no | ||
19212 | fi | ||
19213 | |||
19214 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19215 | fi | ||
19216 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 | ||
19217 | echo "${ECHO_T}$ac_cv_type_long_double" >&6; } | ||
19218 | if test $ac_cv_type_long_double = yes; then | ||
19219 | |||
19220 | cat >>confdefs.h <<_ACEOF | ||
19221 | #define HAVE_LONG_DOUBLE 1 | ||
19222 | _ACEOF | ||
19223 | |||
19224 | |||
19225 | fi | ||
19226 | |||
19227 | |||
19228 | # Check datatype sizes | ||
19229 | { echo "$as_me:$LINENO: checking for char" >&5 | ||
19230 | echo $ECHO_N "checking for char... $ECHO_C" >&6; } | ||
19231 | if test "${ac_cv_type_char+set}" = set; then | ||
19232 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
19233 | else | ||
19975 | cat >conftest.$ac_ext <<_ACEOF | 19234 | cat >conftest.$ac_ext <<_ACEOF |
19976 | /* confdefs.h. */ | 19235 | /* confdefs.h. */ |
19977 | _ACEOF | 19236 | _ACEOF |
@@ -19979,11 +19238,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
19979 | cat >>conftest.$ac_ext <<_ACEOF | 19238 | cat >>conftest.$ac_ext <<_ACEOF |
19980 | /* end confdefs.h. */ | 19239 | /* end confdefs.h. */ |
19981 | $ac_includes_default | 19240 | $ac_includes_default |
19241 | typedef char ac__type_new_; | ||
19982 | int | 19242 | int |
19983 | main () | 19243 | main () |
19984 | { | 19244 | { |
19985 | if (sizeof ((long double))) | 19245 | if ((ac__type_new_ *) 0) |
19986 | return 0; | 19246 | return 0; |
19247 | if (sizeof (ac__type_new_)) | ||
19248 | return 0; | ||
19987 | ; | 19249 | ; |
19988 | return 0; | 19250 | return 0; |
19989 | } | 19251 | } |
@@ -19994,57 +19256,38 @@ case "(($ac_try" in | |||
19994 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19256 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
19995 | *) ac_try_echo=$ac_try;; | 19257 | *) ac_try_echo=$ac_try;; |
19996 | esac | 19258 | esac |
19997 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19259 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
19998 | $as_echo "$ac_try_echo") >&5 | ||
19999 | (eval "$ac_compile") 2>conftest.er1 | 19260 | (eval "$ac_compile") 2>conftest.er1 |
20000 | ac_status=$? | 19261 | ac_status=$? |
20001 | grep -v '^ *+' conftest.er1 >conftest.err | 19262 | grep -v '^ *+' conftest.er1 >conftest.err |
20002 | rm -f conftest.er1 | 19263 | rm -f conftest.er1 |
20003 | cat conftest.err >&5 | 19264 | cat conftest.err >&5 |
20004 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20005 | (exit $ac_status); } && { | 19266 | (exit $ac_status); } && { |
20006 | test -z "$ac_c_werror_flag" || | 19267 | test -z "$ac_c_werror_flag" || |
20007 | test ! -s conftest.err | 19268 | test ! -s conftest.err |
20008 | } && test -s conftest.$ac_objext; then | 19269 | } && test -s conftest.$ac_objext; then |
20009 | : | 19270 | ac_cv_type_char=yes |
20010 | else | 19271 | else |
20011 | $as_echo "$as_me: failed program was:" >&5 | 19272 | echo "$as_me: failed program was:" >&5 |
20012 | sed 's/^/| /' conftest.$ac_ext >&5 | 19273 | sed 's/^/| /' conftest.$ac_ext >&5 |
20013 | 19274 | ||
20014 | ac_cv_type_long_double=yes | 19275 | ac_cv_type_char=no |
20015 | fi | 19276 | fi |
20016 | 19277 | ||
20017 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19278 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20018 | else | ||
20019 | $as_echo "$as_me: failed program was:" >&5 | ||
20020 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20021 | |||
20022 | |||
20023 | fi | ||
20024 | |||
20025 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20026 | fi | ||
20027 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5 | ||
20028 | $as_echo "$ac_cv_type_long_double" >&6; } | ||
20029 | if test $ac_cv_type_long_double = yes; then | ||
20030 | |||
20031 | cat >>confdefs.h <<_ACEOF | ||
20032 | #define HAVE_LONG_DOUBLE 1 | ||
20033 | _ACEOF | ||
20034 | |||
20035 | |||
20036 | fi | 19279 | fi |
19280 | { echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 | ||
19281 | echo "${ECHO_T}$ac_cv_type_char" >&6; } | ||
20037 | 19282 | ||
20038 | |||
20039 | # Check datatype sizes | ||
20040 | # The cast to long int works around a bug in the HP C Compiler | 19283 | # The cast to long int works around a bug in the HP C Compiler |
20041 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 19284 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
20042 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 19285 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
20043 | # This bug is HP SR number 8606223364. | 19286 | # This bug is HP SR number 8606223364. |
20044 | { $as_echo "$as_me:$LINENO: checking size of char" >&5 | 19287 | { echo "$as_me:$LINENO: checking size of char" >&5 |
20045 | $as_echo_n "checking size of char... " >&6; } | 19288 | echo $ECHO_N "checking size of char... $ECHO_C" >&6; } |
20046 | if test "${ac_cv_sizeof_char+set}" = set; then | 19289 | if test "${ac_cv_sizeof_char+set}" = set; then |
20047 | $as_echo_n "(cached) " >&6 | 19290 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
20048 | else | 19291 | else |
20049 | if test "$cross_compiling" = yes; then | 19292 | if test "$cross_compiling" = yes; then |
20050 | # Depending upon the size, compute the lo and hi bounds. | 19293 | # Depending upon the size, compute the lo and hi bounds. |
@@ -20055,10 +19298,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20055 | cat >>conftest.$ac_ext <<_ACEOF | 19298 | cat >>conftest.$ac_ext <<_ACEOF |
20056 | /* end confdefs.h. */ | 19299 | /* end confdefs.h. */ |
20057 | $ac_includes_default | 19300 | $ac_includes_default |
19301 | typedef char ac__type_sizeof_; | ||
20058 | int | 19302 | int |
20059 | main () | 19303 | main () |
20060 | { | 19304 | { |
20061 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)]; | 19305 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
20062 | test_array [0] = 0 | 19306 | test_array [0] = 0 |
20063 | 19307 | ||
20064 | ; | 19308 | ; |
@@ -20071,14 +19315,13 @@ case "(($ac_try" in | |||
20071 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19315 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20072 | *) ac_try_echo=$ac_try;; | 19316 | *) ac_try_echo=$ac_try;; |
20073 | esac | 19317 | esac |
20074 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19318 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20075 | $as_echo "$ac_try_echo") >&5 | ||
20076 | (eval "$ac_compile") 2>conftest.er1 | 19319 | (eval "$ac_compile") 2>conftest.er1 |
20077 | ac_status=$? | 19320 | ac_status=$? |
20078 | grep -v '^ *+' conftest.er1 >conftest.err | 19321 | grep -v '^ *+' conftest.er1 >conftest.err |
20079 | rm -f conftest.er1 | 19322 | rm -f conftest.er1 |
20080 | cat conftest.err >&5 | 19323 | cat conftest.err >&5 |
20081 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19324 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20082 | (exit $ac_status); } && { | 19325 | (exit $ac_status); } && { |
20083 | test -z "$ac_c_werror_flag" || | 19326 | test -z "$ac_c_werror_flag" || |
20084 | test ! -s conftest.err | 19327 | test ! -s conftest.err |
@@ -20092,10 +19335,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20092 | cat >>conftest.$ac_ext <<_ACEOF | 19335 | cat >>conftest.$ac_ext <<_ACEOF |
20093 | /* end confdefs.h. */ | 19336 | /* end confdefs.h. */ |
20094 | $ac_includes_default | 19337 | $ac_includes_default |
19338 | typedef char ac__type_sizeof_; | ||
20095 | int | 19339 | int |
20096 | main () | 19340 | main () |
20097 | { | 19341 | { |
20098 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; | 19342 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
20099 | test_array [0] = 0 | 19343 | test_array [0] = 0 |
20100 | 19344 | ||
20101 | ; | 19345 | ; |
@@ -20108,21 +19352,20 @@ case "(($ac_try" in | |||
20108 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19352 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20109 | *) ac_try_echo=$ac_try;; | 19353 | *) ac_try_echo=$ac_try;; |
20110 | esac | 19354 | esac |
20111 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19355 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20112 | $as_echo "$ac_try_echo") >&5 | ||
20113 | (eval "$ac_compile") 2>conftest.er1 | 19356 | (eval "$ac_compile") 2>conftest.er1 |
20114 | ac_status=$? | 19357 | ac_status=$? |
20115 | grep -v '^ *+' conftest.er1 >conftest.err | 19358 | grep -v '^ *+' conftest.er1 >conftest.err |
20116 | rm -f conftest.er1 | 19359 | rm -f conftest.er1 |
20117 | cat conftest.err >&5 | 19360 | cat conftest.err >&5 |
20118 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20119 | (exit $ac_status); } && { | 19362 | (exit $ac_status); } && { |
20120 | test -z "$ac_c_werror_flag" || | 19363 | test -z "$ac_c_werror_flag" || |
20121 | test ! -s conftest.err | 19364 | test ! -s conftest.err |
20122 | } && test -s conftest.$ac_objext; then | 19365 | } && test -s conftest.$ac_objext; then |
20123 | ac_hi=$ac_mid; break | 19366 | ac_hi=$ac_mid; break |
20124 | else | 19367 | else |
20125 | $as_echo "$as_me: failed program was:" >&5 | 19368 | echo "$as_me: failed program was:" >&5 |
20126 | sed 's/^/| /' conftest.$ac_ext >&5 | 19369 | sed 's/^/| /' conftest.$ac_ext >&5 |
20127 | 19370 | ||
20128 | ac_lo=`expr $ac_mid + 1` | 19371 | ac_lo=`expr $ac_mid + 1` |
@@ -20136,7 +19379,7 @@ fi | |||
20136 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19379 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20137 | done | 19380 | done |
20138 | else | 19381 | else |
20139 | $as_echo "$as_me: failed program was:" >&5 | 19382 | echo "$as_me: failed program was:" >&5 |
20140 | sed 's/^/| /' conftest.$ac_ext >&5 | 19383 | sed 's/^/| /' conftest.$ac_ext >&5 |
20141 | 19384 | ||
20142 | cat >conftest.$ac_ext <<_ACEOF | 19385 | cat >conftest.$ac_ext <<_ACEOF |
@@ -20146,10 +19389,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20146 | cat >>conftest.$ac_ext <<_ACEOF | 19389 | cat >>conftest.$ac_ext <<_ACEOF |
20147 | /* end confdefs.h. */ | 19390 | /* end confdefs.h. */ |
20148 | $ac_includes_default | 19391 | $ac_includes_default |
19392 | typedef char ac__type_sizeof_; | ||
20149 | int | 19393 | int |
20150 | main () | 19394 | main () |
20151 | { | 19395 | { |
20152 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)]; | 19396 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
20153 | test_array [0] = 0 | 19397 | test_array [0] = 0 |
20154 | 19398 | ||
20155 | ; | 19399 | ; |
@@ -20162,14 +19406,13 @@ case "(($ac_try" in | |||
20162 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19406 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20163 | *) ac_try_echo=$ac_try;; | 19407 | *) ac_try_echo=$ac_try;; |
20164 | esac | 19408 | esac |
20165 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19409 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20166 | $as_echo "$ac_try_echo") >&5 | ||
20167 | (eval "$ac_compile") 2>conftest.er1 | 19410 | (eval "$ac_compile") 2>conftest.er1 |
20168 | ac_status=$? | 19411 | ac_status=$? |
20169 | grep -v '^ *+' conftest.er1 >conftest.err | 19412 | grep -v '^ *+' conftest.er1 >conftest.err |
20170 | rm -f conftest.er1 | 19413 | rm -f conftest.er1 |
20171 | cat conftest.err >&5 | 19414 | cat conftest.err >&5 |
20172 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19415 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20173 | (exit $ac_status); } && { | 19416 | (exit $ac_status); } && { |
20174 | test -z "$ac_c_werror_flag" || | 19417 | test -z "$ac_c_werror_flag" || |
20175 | test ! -s conftest.err | 19418 | test ! -s conftest.err |
@@ -20183,10 +19426,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20183 | cat >>conftest.$ac_ext <<_ACEOF | 19426 | cat >>conftest.$ac_ext <<_ACEOF |
20184 | /* end confdefs.h. */ | 19427 | /* end confdefs.h. */ |
20185 | $ac_includes_default | 19428 | $ac_includes_default |
19429 | typedef char ac__type_sizeof_; | ||
20186 | int | 19430 | int |
20187 | main () | 19431 | main () |
20188 | { | 19432 | { |
20189 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)]; | 19433 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
20190 | test_array [0] = 0 | 19434 | test_array [0] = 0 |
20191 | 19435 | ||
20192 | ; | 19436 | ; |
@@ -20199,21 +19443,20 @@ case "(($ac_try" in | |||
20199 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19443 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20200 | *) ac_try_echo=$ac_try;; | 19444 | *) ac_try_echo=$ac_try;; |
20201 | esac | 19445 | esac |
20202 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19446 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20203 | $as_echo "$ac_try_echo") >&5 | ||
20204 | (eval "$ac_compile") 2>conftest.er1 | 19447 | (eval "$ac_compile") 2>conftest.er1 |
20205 | ac_status=$? | 19448 | ac_status=$? |
20206 | grep -v '^ *+' conftest.er1 >conftest.err | 19449 | grep -v '^ *+' conftest.er1 >conftest.err |
20207 | rm -f conftest.er1 | 19450 | rm -f conftest.er1 |
20208 | cat conftest.err >&5 | 19451 | cat conftest.err >&5 |
20209 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19452 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20210 | (exit $ac_status); } && { | 19453 | (exit $ac_status); } && { |
20211 | test -z "$ac_c_werror_flag" || | 19454 | test -z "$ac_c_werror_flag" || |
20212 | test ! -s conftest.err | 19455 | test ! -s conftest.err |
20213 | } && test -s conftest.$ac_objext; then | 19456 | } && test -s conftest.$ac_objext; then |
20214 | ac_lo=$ac_mid; break | 19457 | ac_lo=$ac_mid; break |
20215 | else | 19458 | else |
20216 | $as_echo "$as_me: failed program was:" >&5 | 19459 | echo "$as_me: failed program was:" >&5 |
20217 | sed 's/^/| /' conftest.$ac_ext >&5 | 19460 | sed 's/^/| /' conftest.$ac_ext >&5 |
20218 | 19461 | ||
20219 | ac_hi=`expr '(' $ac_mid ')' - 1` | 19462 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -20227,7 +19470,7 @@ fi | |||
20227 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19470 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20228 | done | 19471 | done |
20229 | else | 19472 | else |
20230 | $as_echo "$as_me: failed program was:" >&5 | 19473 | echo "$as_me: failed program was:" >&5 |
20231 | sed 's/^/| /' conftest.$ac_ext >&5 | 19474 | sed 's/^/| /' conftest.$ac_ext >&5 |
20232 | 19475 | ||
20233 | ac_lo= ac_hi= | 19476 | ac_lo= ac_hi= |
@@ -20247,10 +19490,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20247 | cat >>conftest.$ac_ext <<_ACEOF | 19490 | cat >>conftest.$ac_ext <<_ACEOF |
20248 | /* end confdefs.h. */ | 19491 | /* end confdefs.h. */ |
20249 | $ac_includes_default | 19492 | $ac_includes_default |
19493 | typedef char ac__type_sizeof_; | ||
20250 | int | 19494 | int |
20251 | main () | 19495 | main () |
20252 | { | 19496 | { |
20253 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; | 19497 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
20254 | test_array [0] = 0 | 19498 | test_array [0] = 0 |
20255 | 19499 | ||
20256 | ; | 19500 | ; |
@@ -20263,21 +19507,20 @@ case "(($ac_try" in | |||
20263 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19507 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20264 | *) ac_try_echo=$ac_try;; | 19508 | *) ac_try_echo=$ac_try;; |
20265 | esac | 19509 | esac |
20266 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19510 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20267 | $as_echo "$ac_try_echo") >&5 | ||
20268 | (eval "$ac_compile") 2>conftest.er1 | 19511 | (eval "$ac_compile") 2>conftest.er1 |
20269 | ac_status=$? | 19512 | ac_status=$? |
20270 | grep -v '^ *+' conftest.er1 >conftest.err | 19513 | grep -v '^ *+' conftest.er1 >conftest.err |
20271 | rm -f conftest.er1 | 19514 | rm -f conftest.er1 |
20272 | cat conftest.err >&5 | 19515 | cat conftest.err >&5 |
20273 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20274 | (exit $ac_status); } && { | 19517 | (exit $ac_status); } && { |
20275 | test -z "$ac_c_werror_flag" || | 19518 | test -z "$ac_c_werror_flag" || |
20276 | test ! -s conftest.err | 19519 | test ! -s conftest.err |
20277 | } && test -s conftest.$ac_objext; then | 19520 | } && test -s conftest.$ac_objext; then |
20278 | ac_hi=$ac_mid | 19521 | ac_hi=$ac_mid |
20279 | else | 19522 | else |
20280 | $as_echo "$as_me: failed program was:" >&5 | 19523 | echo "$as_me: failed program was:" >&5 |
20281 | sed 's/^/| /' conftest.$ac_ext >&5 | 19524 | sed 's/^/| /' conftest.$ac_ext >&5 |
20282 | 19525 | ||
20283 | ac_lo=`expr '(' $ac_mid ')' + 1` | 19526 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -20288,9 +19531,9 @@ done | |||
20288 | case $ac_lo in | 19531 | case $ac_lo in |
20289 | ?*) ac_cv_sizeof_char=$ac_lo;; | 19532 | ?*) ac_cv_sizeof_char=$ac_lo;; |
20290 | '') if test "$ac_cv_type_char" = yes; then | 19533 | '') if test "$ac_cv_type_char" = yes; then |
20291 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) | 19534 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) |
20292 | See \`config.log' for more details." >&5 | 19535 | See \`config.log' for more details." >&5 |
20293 | $as_echo "$as_me: error: cannot compute sizeof (char) | 19536 | echo "$as_me: error: cannot compute sizeof (char) |
20294 | See \`config.log' for more details." >&2;} | 19537 | See \`config.log' for more details." >&2;} |
20295 | { (exit 77); exit 77; }; } | 19538 | { (exit 77); exit 77; }; } |
20296 | else | 19539 | else |
@@ -20305,8 +19548,9 @@ cat confdefs.h >>conftest.$ac_ext | |||
20305 | cat >>conftest.$ac_ext <<_ACEOF | 19548 | cat >>conftest.$ac_ext <<_ACEOF |
20306 | /* end confdefs.h. */ | 19549 | /* end confdefs.h. */ |
20307 | $ac_includes_default | 19550 | $ac_includes_default |
20308 | static long int longval () { return (long int) (sizeof (char)); } | 19551 | typedef char ac__type_sizeof_; |
20309 | static unsigned long int ulongval () { return (long int) (sizeof (char)); } | 19552 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
19553 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
20310 | #include <stdio.h> | 19554 | #include <stdio.h> |
20311 | #include <stdlib.h> | 19555 | #include <stdlib.h> |
20312 | int | 19556 | int |
@@ -20316,22 +19560,20 @@ main () | |||
20316 | FILE *f = fopen ("conftest.val", "w"); | 19560 | FILE *f = fopen ("conftest.val", "w"); |
20317 | if (! f) | 19561 | if (! f) |
20318 | return 1; | 19562 | return 1; |
20319 | if (((long int) (sizeof (char))) < 0) | 19563 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
20320 | { | 19564 | { |
20321 | long int i = longval (); | 19565 | long int i = longval (); |
20322 | if (i != ((long int) (sizeof (char)))) | 19566 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
20323 | return 1; | 19567 | return 1; |
20324 | fprintf (f, "%ld", i); | 19568 | fprintf (f, "%ld\n", i); |
20325 | } | 19569 | } |
20326 | else | 19570 | else |
20327 | { | 19571 | { |
20328 | unsigned long int i = ulongval (); | 19572 | unsigned long int i = ulongval (); |
20329 | if (i != ((long int) (sizeof (char)))) | 19573 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
20330 | return 1; | 19574 | return 1; |
20331 | fprintf (f, "%lu", i); | 19575 | fprintf (f, "%lu\n", i); |
20332 | } | 19576 | } |
20333 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
20334 | on some platforms. */ | ||
20335 | return ferror (f) || fclose (f) != 0; | 19577 | return ferror (f) || fclose (f) != 0; |
20336 | 19578 | ||
20337 | ; | 19579 | ; |
@@ -20344,46 +19586,43 @@ case "(($ac_try" in | |||
20344 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19586 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20345 | *) ac_try_echo=$ac_try;; | 19587 | *) ac_try_echo=$ac_try;; |
20346 | esac | 19588 | esac |
20347 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19589 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20348 | $as_echo "$ac_try_echo") >&5 | ||
20349 | (eval "$ac_link") 2>&5 | 19590 | (eval "$ac_link") 2>&5 |
20350 | ac_status=$? | 19591 | ac_status=$? |
20351 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19592 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20352 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 19593 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
20353 | { (case "(($ac_try" in | 19594 | { (case "(($ac_try" in |
20354 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19595 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20355 | *) ac_try_echo=$ac_try;; | 19596 | *) ac_try_echo=$ac_try;; |
20356 | esac | 19597 | esac |
20357 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19598 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20358 | $as_echo "$ac_try_echo") >&5 | ||
20359 | (eval "$ac_try") 2>&5 | 19599 | (eval "$ac_try") 2>&5 |
20360 | ac_status=$? | 19600 | ac_status=$? |
20361 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19601 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20362 | (exit $ac_status); }; }; then | 19602 | (exit $ac_status); }; }; then |
20363 | ac_cv_sizeof_char=`cat conftest.val` | 19603 | ac_cv_sizeof_char=`cat conftest.val` |
20364 | else | 19604 | else |
20365 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 19605 | echo "$as_me: program exited with status $ac_status" >&5 |
20366 | $as_echo "$as_me: failed program was:" >&5 | 19606 | echo "$as_me: failed program was:" >&5 |
20367 | sed 's/^/| /' conftest.$ac_ext >&5 | 19607 | sed 's/^/| /' conftest.$ac_ext >&5 |
20368 | 19608 | ||
20369 | ( exit $ac_status ) | 19609 | ( exit $ac_status ) |
20370 | if test "$ac_cv_type_char" = yes; then | 19610 | if test "$ac_cv_type_char" = yes; then |
20371 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) | 19611 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) |
20372 | See \`config.log' for more details." >&5 | 19612 | See \`config.log' for more details." >&5 |
20373 | $as_echo "$as_me: error: cannot compute sizeof (char) | 19613 | echo "$as_me: error: cannot compute sizeof (char) |
20374 | See \`config.log' for more details." >&2;} | 19614 | See \`config.log' for more details." >&2;} |
20375 | { (exit 77); exit 77; }; } | 19615 | { (exit 77); exit 77; }; } |
20376 | else | 19616 | else |
20377 | ac_cv_sizeof_char=0 | 19617 | ac_cv_sizeof_char=0 |
20378 | fi | 19618 | fi |
20379 | fi | 19619 | fi |
20380 | rm -rf conftest.dSYM | ||
20381 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 19620 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
20382 | fi | 19621 | fi |
20383 | rm -f conftest.val | 19622 | rm -f conftest.val |
20384 | fi | 19623 | fi |
20385 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 | 19624 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 |
20386 | $as_echo "$ac_cv_sizeof_char" >&6; } | 19625 | echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } |
20387 | 19626 | ||
20388 | 19627 | ||
20389 | 19628 | ||
@@ -20392,14 +19631,68 @@ cat >>confdefs.h <<_ACEOF | |||
20392 | _ACEOF | 19631 | _ACEOF |
20393 | 19632 | ||
20394 | 19633 | ||
19634 | { echo "$as_me:$LINENO: checking for short int" >&5 | ||
19635 | echo $ECHO_N "checking for short int... $ECHO_C" >&6; } | ||
19636 | if test "${ac_cv_type_short_int+set}" = set; then | ||
19637 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
19638 | else | ||
19639 | cat >conftest.$ac_ext <<_ACEOF | ||
19640 | /* confdefs.h. */ | ||
19641 | _ACEOF | ||
19642 | cat confdefs.h >>conftest.$ac_ext | ||
19643 | cat >>conftest.$ac_ext <<_ACEOF | ||
19644 | /* end confdefs.h. */ | ||
19645 | $ac_includes_default | ||
19646 | typedef short int ac__type_new_; | ||
19647 | int | ||
19648 | main () | ||
19649 | { | ||
19650 | if ((ac__type_new_ *) 0) | ||
19651 | return 0; | ||
19652 | if (sizeof (ac__type_new_)) | ||
19653 | return 0; | ||
19654 | ; | ||
19655 | return 0; | ||
19656 | } | ||
19657 | _ACEOF | ||
19658 | rm -f conftest.$ac_objext | ||
19659 | if { (ac_try="$ac_compile" | ||
19660 | case "(($ac_try" in | ||
19661 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
19662 | *) ac_try_echo=$ac_try;; | ||
19663 | esac | ||
19664 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
19665 | (eval "$ac_compile") 2>conftest.er1 | ||
19666 | ac_status=$? | ||
19667 | grep -v '^ *+' conftest.er1 >conftest.err | ||
19668 | rm -f conftest.er1 | ||
19669 | cat conftest.err >&5 | ||
19670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
19671 | (exit $ac_status); } && { | ||
19672 | test -z "$ac_c_werror_flag" || | ||
19673 | test ! -s conftest.err | ||
19674 | } && test -s conftest.$ac_objext; then | ||
19675 | ac_cv_type_short_int=yes | ||
19676 | else | ||
19677 | echo "$as_me: failed program was:" >&5 | ||
19678 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
19679 | |||
19680 | ac_cv_type_short_int=no | ||
19681 | fi | ||
19682 | |||
19683 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
19684 | fi | ||
19685 | { echo "$as_me:$LINENO: result: $ac_cv_type_short_int" >&5 | ||
19686 | echo "${ECHO_T}$ac_cv_type_short_int" >&6; } | ||
19687 | |||
20395 | # The cast to long int works around a bug in the HP C Compiler | 19688 | # The cast to long int works around a bug in the HP C Compiler |
20396 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 19689 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
20397 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 19690 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
20398 | # This bug is HP SR number 8606223364. | 19691 | # This bug is HP SR number 8606223364. |
20399 | { $as_echo "$as_me:$LINENO: checking size of short int" >&5 | 19692 | { echo "$as_me:$LINENO: checking size of short int" >&5 |
20400 | $as_echo_n "checking size of short int... " >&6; } | 19693 | echo $ECHO_N "checking size of short int... $ECHO_C" >&6; } |
20401 | if test "${ac_cv_sizeof_short_int+set}" = set; then | 19694 | if test "${ac_cv_sizeof_short_int+set}" = set; then |
20402 | $as_echo_n "(cached) " >&6 | 19695 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
20403 | else | 19696 | else |
20404 | if test "$cross_compiling" = yes; then | 19697 | if test "$cross_compiling" = yes; then |
20405 | # Depending upon the size, compute the lo and hi bounds. | 19698 | # Depending upon the size, compute the lo and hi bounds. |
@@ -20410,10 +19703,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20410 | cat >>conftest.$ac_ext <<_ACEOF | 19703 | cat >>conftest.$ac_ext <<_ACEOF |
20411 | /* end confdefs.h. */ | 19704 | /* end confdefs.h. */ |
20412 | $ac_includes_default | 19705 | $ac_includes_default |
19706 | typedef short int ac__type_sizeof_; | ||
20413 | int | 19707 | int |
20414 | main () | 19708 | main () |
20415 | { | 19709 | { |
20416 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) >= 0)]; | 19710 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
20417 | test_array [0] = 0 | 19711 | test_array [0] = 0 |
20418 | 19712 | ||
20419 | ; | 19713 | ; |
@@ -20426,14 +19720,13 @@ case "(($ac_try" in | |||
20426 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19720 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20427 | *) ac_try_echo=$ac_try;; | 19721 | *) ac_try_echo=$ac_try;; |
20428 | esac | 19722 | esac |
20429 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19723 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20430 | $as_echo "$ac_try_echo") >&5 | ||
20431 | (eval "$ac_compile") 2>conftest.er1 | 19724 | (eval "$ac_compile") 2>conftest.er1 |
20432 | ac_status=$? | 19725 | ac_status=$? |
20433 | grep -v '^ *+' conftest.er1 >conftest.err | 19726 | grep -v '^ *+' conftest.er1 >conftest.err |
20434 | rm -f conftest.er1 | 19727 | rm -f conftest.er1 |
20435 | cat conftest.err >&5 | 19728 | cat conftest.err >&5 |
20436 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20437 | (exit $ac_status); } && { | 19730 | (exit $ac_status); } && { |
20438 | test -z "$ac_c_werror_flag" || | 19731 | test -z "$ac_c_werror_flag" || |
20439 | test ! -s conftest.err | 19732 | test ! -s conftest.err |
@@ -20447,10 +19740,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20447 | cat >>conftest.$ac_ext <<_ACEOF | 19740 | cat >>conftest.$ac_ext <<_ACEOF |
20448 | /* end confdefs.h. */ | 19741 | /* end confdefs.h. */ |
20449 | $ac_includes_default | 19742 | $ac_includes_default |
19743 | typedef short int ac__type_sizeof_; | ||
20450 | int | 19744 | int |
20451 | main () | 19745 | main () |
20452 | { | 19746 | { |
20453 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) <= $ac_mid)]; | 19747 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
20454 | test_array [0] = 0 | 19748 | test_array [0] = 0 |
20455 | 19749 | ||
20456 | ; | 19750 | ; |
@@ -20463,21 +19757,20 @@ case "(($ac_try" in | |||
20463 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19757 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20464 | *) ac_try_echo=$ac_try;; | 19758 | *) ac_try_echo=$ac_try;; |
20465 | esac | 19759 | esac |
20466 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19760 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20467 | $as_echo "$ac_try_echo") >&5 | ||
20468 | (eval "$ac_compile") 2>conftest.er1 | 19761 | (eval "$ac_compile") 2>conftest.er1 |
20469 | ac_status=$? | 19762 | ac_status=$? |
20470 | grep -v '^ *+' conftest.er1 >conftest.err | 19763 | grep -v '^ *+' conftest.er1 >conftest.err |
20471 | rm -f conftest.er1 | 19764 | rm -f conftest.er1 |
20472 | cat conftest.err >&5 | 19765 | cat conftest.err >&5 |
20473 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19766 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20474 | (exit $ac_status); } && { | 19767 | (exit $ac_status); } && { |
20475 | test -z "$ac_c_werror_flag" || | 19768 | test -z "$ac_c_werror_flag" || |
20476 | test ! -s conftest.err | 19769 | test ! -s conftest.err |
20477 | } && test -s conftest.$ac_objext; then | 19770 | } && test -s conftest.$ac_objext; then |
20478 | ac_hi=$ac_mid; break | 19771 | ac_hi=$ac_mid; break |
20479 | else | 19772 | else |
20480 | $as_echo "$as_me: failed program was:" >&5 | 19773 | echo "$as_me: failed program was:" >&5 |
20481 | sed 's/^/| /' conftest.$ac_ext >&5 | 19774 | sed 's/^/| /' conftest.$ac_ext >&5 |
20482 | 19775 | ||
20483 | ac_lo=`expr $ac_mid + 1` | 19776 | ac_lo=`expr $ac_mid + 1` |
@@ -20491,7 +19784,7 @@ fi | |||
20491 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19784 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20492 | done | 19785 | done |
20493 | else | 19786 | else |
20494 | $as_echo "$as_me: failed program was:" >&5 | 19787 | echo "$as_me: failed program was:" >&5 |
20495 | sed 's/^/| /' conftest.$ac_ext >&5 | 19788 | sed 's/^/| /' conftest.$ac_ext >&5 |
20496 | 19789 | ||
20497 | cat >conftest.$ac_ext <<_ACEOF | 19790 | cat >conftest.$ac_ext <<_ACEOF |
@@ -20501,10 +19794,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20501 | cat >>conftest.$ac_ext <<_ACEOF | 19794 | cat >>conftest.$ac_ext <<_ACEOF |
20502 | /* end confdefs.h. */ | 19795 | /* end confdefs.h. */ |
20503 | $ac_includes_default | 19796 | $ac_includes_default |
19797 | typedef short int ac__type_sizeof_; | ||
20504 | int | 19798 | int |
20505 | main () | 19799 | main () |
20506 | { | 19800 | { |
20507 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) < 0)]; | 19801 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
20508 | test_array [0] = 0 | 19802 | test_array [0] = 0 |
20509 | 19803 | ||
20510 | ; | 19804 | ; |
@@ -20517,14 +19811,13 @@ case "(($ac_try" in | |||
20517 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19811 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20518 | *) ac_try_echo=$ac_try;; | 19812 | *) ac_try_echo=$ac_try;; |
20519 | esac | 19813 | esac |
20520 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19814 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20521 | $as_echo "$ac_try_echo") >&5 | ||
20522 | (eval "$ac_compile") 2>conftest.er1 | 19815 | (eval "$ac_compile") 2>conftest.er1 |
20523 | ac_status=$? | 19816 | ac_status=$? |
20524 | grep -v '^ *+' conftest.er1 >conftest.err | 19817 | grep -v '^ *+' conftest.er1 >conftest.err |
20525 | rm -f conftest.er1 | 19818 | rm -f conftest.er1 |
20526 | cat conftest.err >&5 | 19819 | cat conftest.err >&5 |
20527 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19820 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20528 | (exit $ac_status); } && { | 19821 | (exit $ac_status); } && { |
20529 | test -z "$ac_c_werror_flag" || | 19822 | test -z "$ac_c_werror_flag" || |
20530 | test ! -s conftest.err | 19823 | test ! -s conftest.err |
@@ -20538,10 +19831,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20538 | cat >>conftest.$ac_ext <<_ACEOF | 19831 | cat >>conftest.$ac_ext <<_ACEOF |
20539 | /* end confdefs.h. */ | 19832 | /* end confdefs.h. */ |
20540 | $ac_includes_default | 19833 | $ac_includes_default |
19834 | typedef short int ac__type_sizeof_; | ||
20541 | int | 19835 | int |
20542 | main () | 19836 | main () |
20543 | { | 19837 | { |
20544 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) >= $ac_mid)]; | 19838 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
20545 | test_array [0] = 0 | 19839 | test_array [0] = 0 |
20546 | 19840 | ||
20547 | ; | 19841 | ; |
@@ -20554,21 +19848,20 @@ case "(($ac_try" in | |||
20554 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19848 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20555 | *) ac_try_echo=$ac_try;; | 19849 | *) ac_try_echo=$ac_try;; |
20556 | esac | 19850 | esac |
20557 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19851 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20558 | $as_echo "$ac_try_echo") >&5 | ||
20559 | (eval "$ac_compile") 2>conftest.er1 | 19852 | (eval "$ac_compile") 2>conftest.er1 |
20560 | ac_status=$? | 19853 | ac_status=$? |
20561 | grep -v '^ *+' conftest.er1 >conftest.err | 19854 | grep -v '^ *+' conftest.er1 >conftest.err |
20562 | rm -f conftest.er1 | 19855 | rm -f conftest.er1 |
20563 | cat conftest.err >&5 | 19856 | cat conftest.err >&5 |
20564 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19857 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20565 | (exit $ac_status); } && { | 19858 | (exit $ac_status); } && { |
20566 | test -z "$ac_c_werror_flag" || | 19859 | test -z "$ac_c_werror_flag" || |
20567 | test ! -s conftest.err | 19860 | test ! -s conftest.err |
20568 | } && test -s conftest.$ac_objext; then | 19861 | } && test -s conftest.$ac_objext; then |
20569 | ac_lo=$ac_mid; break | 19862 | ac_lo=$ac_mid; break |
20570 | else | 19863 | else |
20571 | $as_echo "$as_me: failed program was:" >&5 | 19864 | echo "$as_me: failed program was:" >&5 |
20572 | sed 's/^/| /' conftest.$ac_ext >&5 | 19865 | sed 's/^/| /' conftest.$ac_ext >&5 |
20573 | 19866 | ||
20574 | ac_hi=`expr '(' $ac_mid ')' - 1` | 19867 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -20582,7 +19875,7 @@ fi | |||
20582 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 19875 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20583 | done | 19876 | done |
20584 | else | 19877 | else |
20585 | $as_echo "$as_me: failed program was:" >&5 | 19878 | echo "$as_me: failed program was:" >&5 |
20586 | sed 's/^/| /' conftest.$ac_ext >&5 | 19879 | sed 's/^/| /' conftest.$ac_ext >&5 |
20587 | 19880 | ||
20588 | ac_lo= ac_hi= | 19881 | ac_lo= ac_hi= |
@@ -20602,10 +19895,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20602 | cat >>conftest.$ac_ext <<_ACEOF | 19895 | cat >>conftest.$ac_ext <<_ACEOF |
20603 | /* end confdefs.h. */ | 19896 | /* end confdefs.h. */ |
20604 | $ac_includes_default | 19897 | $ac_includes_default |
19898 | typedef short int ac__type_sizeof_; | ||
20605 | int | 19899 | int |
20606 | main () | 19900 | main () |
20607 | { | 19901 | { |
20608 | static int test_array [1 - 2 * !(((long int) (sizeof (short int))) <= $ac_mid)]; | 19902 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
20609 | test_array [0] = 0 | 19903 | test_array [0] = 0 |
20610 | 19904 | ||
20611 | ; | 19905 | ; |
@@ -20618,21 +19912,20 @@ case "(($ac_try" in | |||
20618 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19912 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20619 | *) ac_try_echo=$ac_try;; | 19913 | *) ac_try_echo=$ac_try;; |
20620 | esac | 19914 | esac |
20621 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19915 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20622 | $as_echo "$ac_try_echo") >&5 | ||
20623 | (eval "$ac_compile") 2>conftest.er1 | 19916 | (eval "$ac_compile") 2>conftest.er1 |
20624 | ac_status=$? | 19917 | ac_status=$? |
20625 | grep -v '^ *+' conftest.er1 >conftest.err | 19918 | grep -v '^ *+' conftest.er1 >conftest.err |
20626 | rm -f conftest.er1 | 19919 | rm -f conftest.er1 |
20627 | cat conftest.err >&5 | 19920 | cat conftest.err >&5 |
20628 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19921 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20629 | (exit $ac_status); } && { | 19922 | (exit $ac_status); } && { |
20630 | test -z "$ac_c_werror_flag" || | 19923 | test -z "$ac_c_werror_flag" || |
20631 | test ! -s conftest.err | 19924 | test ! -s conftest.err |
20632 | } && test -s conftest.$ac_objext; then | 19925 | } && test -s conftest.$ac_objext; then |
20633 | ac_hi=$ac_mid | 19926 | ac_hi=$ac_mid |
20634 | else | 19927 | else |
20635 | $as_echo "$as_me: failed program was:" >&5 | 19928 | echo "$as_me: failed program was:" >&5 |
20636 | sed 's/^/| /' conftest.$ac_ext >&5 | 19929 | sed 's/^/| /' conftest.$ac_ext >&5 |
20637 | 19930 | ||
20638 | ac_lo=`expr '(' $ac_mid ')' + 1` | 19931 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -20643,9 +19936,9 @@ done | |||
20643 | case $ac_lo in | 19936 | case $ac_lo in |
20644 | ?*) ac_cv_sizeof_short_int=$ac_lo;; | 19937 | ?*) ac_cv_sizeof_short_int=$ac_lo;; |
20645 | '') if test "$ac_cv_type_short_int" = yes; then | 19938 | '') if test "$ac_cv_type_short_int" = yes; then |
20646 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short int) | 19939 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int) |
20647 | See \`config.log' for more details." >&5 | 19940 | See \`config.log' for more details." >&5 |
20648 | $as_echo "$as_me: error: cannot compute sizeof (short int) | 19941 | echo "$as_me: error: cannot compute sizeof (short int) |
20649 | See \`config.log' for more details." >&2;} | 19942 | See \`config.log' for more details." >&2;} |
20650 | { (exit 77); exit 77; }; } | 19943 | { (exit 77); exit 77; }; } |
20651 | else | 19944 | else |
@@ -20660,8 +19953,9 @@ cat confdefs.h >>conftest.$ac_ext | |||
20660 | cat >>conftest.$ac_ext <<_ACEOF | 19953 | cat >>conftest.$ac_ext <<_ACEOF |
20661 | /* end confdefs.h. */ | 19954 | /* end confdefs.h. */ |
20662 | $ac_includes_default | 19955 | $ac_includes_default |
20663 | static long int longval () { return (long int) (sizeof (short int)); } | 19956 | typedef short int ac__type_sizeof_; |
20664 | static unsigned long int ulongval () { return (long int) (sizeof (short int)); } | 19957 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
19958 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
20665 | #include <stdio.h> | 19959 | #include <stdio.h> |
20666 | #include <stdlib.h> | 19960 | #include <stdlib.h> |
20667 | int | 19961 | int |
@@ -20671,22 +19965,20 @@ main () | |||
20671 | FILE *f = fopen ("conftest.val", "w"); | 19965 | FILE *f = fopen ("conftest.val", "w"); |
20672 | if (! f) | 19966 | if (! f) |
20673 | return 1; | 19967 | return 1; |
20674 | if (((long int) (sizeof (short int))) < 0) | 19968 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
20675 | { | 19969 | { |
20676 | long int i = longval (); | 19970 | long int i = longval (); |
20677 | if (i != ((long int) (sizeof (short int)))) | 19971 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
20678 | return 1; | 19972 | return 1; |
20679 | fprintf (f, "%ld", i); | 19973 | fprintf (f, "%ld\n", i); |
20680 | } | 19974 | } |
20681 | else | 19975 | else |
20682 | { | 19976 | { |
20683 | unsigned long int i = ulongval (); | 19977 | unsigned long int i = ulongval (); |
20684 | if (i != ((long int) (sizeof (short int)))) | 19978 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
20685 | return 1; | 19979 | return 1; |
20686 | fprintf (f, "%lu", i); | 19980 | fprintf (f, "%lu\n", i); |
20687 | } | 19981 | } |
20688 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
20689 | on some platforms. */ | ||
20690 | return ferror (f) || fclose (f) != 0; | 19982 | return ferror (f) || fclose (f) != 0; |
20691 | 19983 | ||
20692 | ; | 19984 | ; |
@@ -20699,46 +19991,43 @@ case "(($ac_try" in | |||
20699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 19991 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20700 | *) ac_try_echo=$ac_try;; | 19992 | *) ac_try_echo=$ac_try;; |
20701 | esac | 19993 | esac |
20702 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 19994 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20703 | $as_echo "$ac_try_echo") >&5 | ||
20704 | (eval "$ac_link") 2>&5 | 19995 | (eval "$ac_link") 2>&5 |
20705 | ac_status=$? | 19996 | ac_status=$? |
20706 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20707 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 19998 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
20708 | { (case "(($ac_try" in | 19999 | { (case "(($ac_try" in |
20709 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20000 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20710 | *) ac_try_echo=$ac_try;; | 20001 | *) ac_try_echo=$ac_try;; |
20711 | esac | 20002 | esac |
20712 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20003 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20713 | $as_echo "$ac_try_echo") >&5 | ||
20714 | (eval "$ac_try") 2>&5 | 20004 | (eval "$ac_try") 2>&5 |
20715 | ac_status=$? | 20005 | ac_status=$? |
20716 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20006 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20717 | (exit $ac_status); }; }; then | 20007 | (exit $ac_status); }; }; then |
20718 | ac_cv_sizeof_short_int=`cat conftest.val` | 20008 | ac_cv_sizeof_short_int=`cat conftest.val` |
20719 | else | 20009 | else |
20720 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 20010 | echo "$as_me: program exited with status $ac_status" >&5 |
20721 | $as_echo "$as_me: failed program was:" >&5 | 20011 | echo "$as_me: failed program was:" >&5 |
20722 | sed 's/^/| /' conftest.$ac_ext >&5 | 20012 | sed 's/^/| /' conftest.$ac_ext >&5 |
20723 | 20013 | ||
20724 | ( exit $ac_status ) | 20014 | ( exit $ac_status ) |
20725 | if test "$ac_cv_type_short_int" = yes; then | 20015 | if test "$ac_cv_type_short_int" = yes; then |
20726 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short int) | 20016 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int) |
20727 | See \`config.log' for more details." >&5 | 20017 | See \`config.log' for more details." >&5 |
20728 | $as_echo "$as_me: error: cannot compute sizeof (short int) | 20018 | echo "$as_me: error: cannot compute sizeof (short int) |
20729 | See \`config.log' for more details." >&2;} | 20019 | See \`config.log' for more details." >&2;} |
20730 | { (exit 77); exit 77; }; } | 20020 | { (exit 77); exit 77; }; } |
20731 | else | 20021 | else |
20732 | ac_cv_sizeof_short_int=0 | 20022 | ac_cv_sizeof_short_int=0 |
20733 | fi | 20023 | fi |
20734 | fi | 20024 | fi |
20735 | rm -rf conftest.dSYM | ||
20736 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20025 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
20737 | fi | 20026 | fi |
20738 | rm -f conftest.val | 20027 | rm -f conftest.val |
20739 | fi | 20028 | fi |
20740 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5 | 20029 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5 |
20741 | $as_echo "$ac_cv_sizeof_short_int" >&6; } | 20030 | echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6; } |
20742 | 20031 | ||
20743 | 20032 | ||
20744 | 20033 | ||
@@ -20747,14 +20036,68 @@ cat >>confdefs.h <<_ACEOF | |||
20747 | _ACEOF | 20036 | _ACEOF |
20748 | 20037 | ||
20749 | 20038 | ||
20039 | { echo "$as_me:$LINENO: checking for int" >&5 | ||
20040 | echo $ECHO_N "checking for int... $ECHO_C" >&6; } | ||
20041 | if test "${ac_cv_type_int+set}" = set; then | ||
20042 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
20043 | else | ||
20044 | cat >conftest.$ac_ext <<_ACEOF | ||
20045 | /* confdefs.h. */ | ||
20046 | _ACEOF | ||
20047 | cat confdefs.h >>conftest.$ac_ext | ||
20048 | cat >>conftest.$ac_ext <<_ACEOF | ||
20049 | /* end confdefs.h. */ | ||
20050 | $ac_includes_default | ||
20051 | typedef int ac__type_new_; | ||
20052 | int | ||
20053 | main () | ||
20054 | { | ||
20055 | if ((ac__type_new_ *) 0) | ||
20056 | return 0; | ||
20057 | if (sizeof (ac__type_new_)) | ||
20058 | return 0; | ||
20059 | ; | ||
20060 | return 0; | ||
20061 | } | ||
20062 | _ACEOF | ||
20063 | rm -f conftest.$ac_objext | ||
20064 | if { (ac_try="$ac_compile" | ||
20065 | case "(($ac_try" in | ||
20066 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
20067 | *) ac_try_echo=$ac_try;; | ||
20068 | esac | ||
20069 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
20070 | (eval "$ac_compile") 2>conftest.er1 | ||
20071 | ac_status=$? | ||
20072 | grep -v '^ *+' conftest.er1 >conftest.err | ||
20073 | rm -f conftest.er1 | ||
20074 | cat conftest.err >&5 | ||
20075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
20076 | (exit $ac_status); } && { | ||
20077 | test -z "$ac_c_werror_flag" || | ||
20078 | test ! -s conftest.err | ||
20079 | } && test -s conftest.$ac_objext; then | ||
20080 | ac_cv_type_int=yes | ||
20081 | else | ||
20082 | echo "$as_me: failed program was:" >&5 | ||
20083 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20084 | |||
20085 | ac_cv_type_int=no | ||
20086 | fi | ||
20087 | |||
20088 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20089 | fi | ||
20090 | { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 | ||
20091 | echo "${ECHO_T}$ac_cv_type_int" >&6; } | ||
20092 | |||
20750 | # The cast to long int works around a bug in the HP C Compiler | 20093 | # The cast to long int works around a bug in the HP C Compiler |
20751 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 20094 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
20752 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 20095 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
20753 | # This bug is HP SR number 8606223364. | 20096 | # This bug is HP SR number 8606223364. |
20754 | { $as_echo "$as_me:$LINENO: checking size of int" >&5 | 20097 | { echo "$as_me:$LINENO: checking size of int" >&5 |
20755 | $as_echo_n "checking size of int... " >&6; } | 20098 | echo $ECHO_N "checking size of int... $ECHO_C" >&6; } |
20756 | if test "${ac_cv_sizeof_int+set}" = set; then | 20099 | if test "${ac_cv_sizeof_int+set}" = set; then |
20757 | $as_echo_n "(cached) " >&6 | 20100 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
20758 | else | 20101 | else |
20759 | if test "$cross_compiling" = yes; then | 20102 | if test "$cross_compiling" = yes; then |
20760 | # Depending upon the size, compute the lo and hi bounds. | 20103 | # Depending upon the size, compute the lo and hi bounds. |
@@ -20765,10 +20108,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20765 | cat >>conftest.$ac_ext <<_ACEOF | 20108 | cat >>conftest.$ac_ext <<_ACEOF |
20766 | /* end confdefs.h. */ | 20109 | /* end confdefs.h. */ |
20767 | $ac_includes_default | 20110 | $ac_includes_default |
20111 | typedef int ac__type_sizeof_; | ||
20768 | int | 20112 | int |
20769 | main () | 20113 | main () |
20770 | { | 20114 | { |
20771 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; | 20115 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
20772 | test_array [0] = 0 | 20116 | test_array [0] = 0 |
20773 | 20117 | ||
20774 | ; | 20118 | ; |
@@ -20781,14 +20125,13 @@ case "(($ac_try" in | |||
20781 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20125 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20782 | *) ac_try_echo=$ac_try;; | 20126 | *) ac_try_echo=$ac_try;; |
20783 | esac | 20127 | esac |
20784 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20128 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20785 | $as_echo "$ac_try_echo") >&5 | ||
20786 | (eval "$ac_compile") 2>conftest.er1 | 20129 | (eval "$ac_compile") 2>conftest.er1 |
20787 | ac_status=$? | 20130 | ac_status=$? |
20788 | grep -v '^ *+' conftest.er1 >conftest.err | 20131 | grep -v '^ *+' conftest.er1 >conftest.err |
20789 | rm -f conftest.er1 | 20132 | rm -f conftest.er1 |
20790 | cat conftest.err >&5 | 20133 | cat conftest.err >&5 |
20791 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20134 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20792 | (exit $ac_status); } && { | 20135 | (exit $ac_status); } && { |
20793 | test -z "$ac_c_werror_flag" || | 20136 | test -z "$ac_c_werror_flag" || |
20794 | test ! -s conftest.err | 20137 | test ! -s conftest.err |
@@ -20802,10 +20145,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20802 | cat >>conftest.$ac_ext <<_ACEOF | 20145 | cat >>conftest.$ac_ext <<_ACEOF |
20803 | /* end confdefs.h. */ | 20146 | /* end confdefs.h. */ |
20804 | $ac_includes_default | 20147 | $ac_includes_default |
20148 | typedef int ac__type_sizeof_; | ||
20805 | int | 20149 | int |
20806 | main () | 20150 | main () |
20807 | { | 20151 | { |
20808 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; | 20152 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
20809 | test_array [0] = 0 | 20153 | test_array [0] = 0 |
20810 | 20154 | ||
20811 | ; | 20155 | ; |
@@ -20818,21 +20162,20 @@ case "(($ac_try" in | |||
20818 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20162 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20819 | *) ac_try_echo=$ac_try;; | 20163 | *) ac_try_echo=$ac_try;; |
20820 | esac | 20164 | esac |
20821 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20165 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20822 | $as_echo "$ac_try_echo") >&5 | ||
20823 | (eval "$ac_compile") 2>conftest.er1 | 20166 | (eval "$ac_compile") 2>conftest.er1 |
20824 | ac_status=$? | 20167 | ac_status=$? |
20825 | grep -v '^ *+' conftest.er1 >conftest.err | 20168 | grep -v '^ *+' conftest.er1 >conftest.err |
20826 | rm -f conftest.er1 | 20169 | rm -f conftest.er1 |
20827 | cat conftest.err >&5 | 20170 | cat conftest.err >&5 |
20828 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20171 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20829 | (exit $ac_status); } && { | 20172 | (exit $ac_status); } && { |
20830 | test -z "$ac_c_werror_flag" || | 20173 | test -z "$ac_c_werror_flag" || |
20831 | test ! -s conftest.err | 20174 | test ! -s conftest.err |
20832 | } && test -s conftest.$ac_objext; then | 20175 | } && test -s conftest.$ac_objext; then |
20833 | ac_hi=$ac_mid; break | 20176 | ac_hi=$ac_mid; break |
20834 | else | 20177 | else |
20835 | $as_echo "$as_me: failed program was:" >&5 | 20178 | echo "$as_me: failed program was:" >&5 |
20836 | sed 's/^/| /' conftest.$ac_ext >&5 | 20179 | sed 's/^/| /' conftest.$ac_ext >&5 |
20837 | 20180 | ||
20838 | ac_lo=`expr $ac_mid + 1` | 20181 | ac_lo=`expr $ac_mid + 1` |
@@ -20846,7 +20189,7 @@ fi | |||
20846 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20189 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20847 | done | 20190 | done |
20848 | else | 20191 | else |
20849 | $as_echo "$as_me: failed program was:" >&5 | 20192 | echo "$as_me: failed program was:" >&5 |
20850 | sed 's/^/| /' conftest.$ac_ext >&5 | 20193 | sed 's/^/| /' conftest.$ac_ext >&5 |
20851 | 20194 | ||
20852 | cat >conftest.$ac_ext <<_ACEOF | 20195 | cat >conftest.$ac_ext <<_ACEOF |
@@ -20856,10 +20199,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20856 | cat >>conftest.$ac_ext <<_ACEOF | 20199 | cat >>conftest.$ac_ext <<_ACEOF |
20857 | /* end confdefs.h. */ | 20200 | /* end confdefs.h. */ |
20858 | $ac_includes_default | 20201 | $ac_includes_default |
20202 | typedef int ac__type_sizeof_; | ||
20859 | int | 20203 | int |
20860 | main () | 20204 | main () |
20861 | { | 20205 | { |
20862 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; | 20206 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
20863 | test_array [0] = 0 | 20207 | test_array [0] = 0 |
20864 | 20208 | ||
20865 | ; | 20209 | ; |
@@ -20872,14 +20216,13 @@ case "(($ac_try" in | |||
20872 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20216 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20873 | *) ac_try_echo=$ac_try;; | 20217 | *) ac_try_echo=$ac_try;; |
20874 | esac | 20218 | esac |
20875 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20219 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20876 | $as_echo "$ac_try_echo") >&5 | ||
20877 | (eval "$ac_compile") 2>conftest.er1 | 20220 | (eval "$ac_compile") 2>conftest.er1 |
20878 | ac_status=$? | 20221 | ac_status=$? |
20879 | grep -v '^ *+' conftest.er1 >conftest.err | 20222 | grep -v '^ *+' conftest.er1 >conftest.err |
20880 | rm -f conftest.er1 | 20223 | rm -f conftest.er1 |
20881 | cat conftest.err >&5 | 20224 | cat conftest.err >&5 |
20882 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20225 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20883 | (exit $ac_status); } && { | 20226 | (exit $ac_status); } && { |
20884 | test -z "$ac_c_werror_flag" || | 20227 | test -z "$ac_c_werror_flag" || |
20885 | test ! -s conftest.err | 20228 | test ! -s conftest.err |
@@ -20893,10 +20236,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20893 | cat >>conftest.$ac_ext <<_ACEOF | 20236 | cat >>conftest.$ac_ext <<_ACEOF |
20894 | /* end confdefs.h. */ | 20237 | /* end confdefs.h. */ |
20895 | $ac_includes_default | 20238 | $ac_includes_default |
20239 | typedef int ac__type_sizeof_; | ||
20896 | int | 20240 | int |
20897 | main () | 20241 | main () |
20898 | { | 20242 | { |
20899 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; | 20243 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
20900 | test_array [0] = 0 | 20244 | test_array [0] = 0 |
20901 | 20245 | ||
20902 | ; | 20246 | ; |
@@ -20909,21 +20253,20 @@ case "(($ac_try" in | |||
20909 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20253 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20910 | *) ac_try_echo=$ac_try;; | 20254 | *) ac_try_echo=$ac_try;; |
20911 | esac | 20255 | esac |
20912 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20256 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20913 | $as_echo "$ac_try_echo") >&5 | ||
20914 | (eval "$ac_compile") 2>conftest.er1 | 20257 | (eval "$ac_compile") 2>conftest.er1 |
20915 | ac_status=$? | 20258 | ac_status=$? |
20916 | grep -v '^ *+' conftest.er1 >conftest.err | 20259 | grep -v '^ *+' conftest.er1 >conftest.err |
20917 | rm -f conftest.er1 | 20260 | rm -f conftest.er1 |
20918 | cat conftest.err >&5 | 20261 | cat conftest.err >&5 |
20919 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20262 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20920 | (exit $ac_status); } && { | 20263 | (exit $ac_status); } && { |
20921 | test -z "$ac_c_werror_flag" || | 20264 | test -z "$ac_c_werror_flag" || |
20922 | test ! -s conftest.err | 20265 | test ! -s conftest.err |
20923 | } && test -s conftest.$ac_objext; then | 20266 | } && test -s conftest.$ac_objext; then |
20924 | ac_lo=$ac_mid; break | 20267 | ac_lo=$ac_mid; break |
20925 | else | 20268 | else |
20926 | $as_echo "$as_me: failed program was:" >&5 | 20269 | echo "$as_me: failed program was:" >&5 |
20927 | sed 's/^/| /' conftest.$ac_ext >&5 | 20270 | sed 's/^/| /' conftest.$ac_ext >&5 |
20928 | 20271 | ||
20929 | ac_hi=`expr '(' $ac_mid ')' - 1` | 20272 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -20937,7 +20280,7 @@ fi | |||
20937 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20280 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
20938 | done | 20281 | done |
20939 | else | 20282 | else |
20940 | $as_echo "$as_me: failed program was:" >&5 | 20283 | echo "$as_me: failed program was:" >&5 |
20941 | sed 's/^/| /' conftest.$ac_ext >&5 | 20284 | sed 's/^/| /' conftest.$ac_ext >&5 |
20942 | 20285 | ||
20943 | ac_lo= ac_hi= | 20286 | ac_lo= ac_hi= |
@@ -20957,10 +20300,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
20957 | cat >>conftest.$ac_ext <<_ACEOF | 20300 | cat >>conftest.$ac_ext <<_ACEOF |
20958 | /* end confdefs.h. */ | 20301 | /* end confdefs.h. */ |
20959 | $ac_includes_default | 20302 | $ac_includes_default |
20303 | typedef int ac__type_sizeof_; | ||
20960 | int | 20304 | int |
20961 | main () | 20305 | main () |
20962 | { | 20306 | { |
20963 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; | 20307 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
20964 | test_array [0] = 0 | 20308 | test_array [0] = 0 |
20965 | 20309 | ||
20966 | ; | 20310 | ; |
@@ -20973,21 +20317,20 @@ case "(($ac_try" in | |||
20973 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20317 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
20974 | *) ac_try_echo=$ac_try;; | 20318 | *) ac_try_echo=$ac_try;; |
20975 | esac | 20319 | esac |
20976 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20320 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
20977 | $as_echo "$ac_try_echo") >&5 | ||
20978 | (eval "$ac_compile") 2>conftest.er1 | 20321 | (eval "$ac_compile") 2>conftest.er1 |
20979 | ac_status=$? | 20322 | ac_status=$? |
20980 | grep -v '^ *+' conftest.er1 >conftest.err | 20323 | grep -v '^ *+' conftest.er1 >conftest.err |
20981 | rm -f conftest.er1 | 20324 | rm -f conftest.er1 |
20982 | cat conftest.err >&5 | 20325 | cat conftest.err >&5 |
20983 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20326 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20984 | (exit $ac_status); } && { | 20327 | (exit $ac_status); } && { |
20985 | test -z "$ac_c_werror_flag" || | 20328 | test -z "$ac_c_werror_flag" || |
20986 | test ! -s conftest.err | 20329 | test ! -s conftest.err |
20987 | } && test -s conftest.$ac_objext; then | 20330 | } && test -s conftest.$ac_objext; then |
20988 | ac_hi=$ac_mid | 20331 | ac_hi=$ac_mid |
20989 | else | 20332 | else |
20990 | $as_echo "$as_me: failed program was:" >&5 | 20333 | echo "$as_me: failed program was:" >&5 |
20991 | sed 's/^/| /' conftest.$ac_ext >&5 | 20334 | sed 's/^/| /' conftest.$ac_ext >&5 |
20992 | 20335 | ||
20993 | ac_lo=`expr '(' $ac_mid ')' + 1` | 20336 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -20998,9 +20341,9 @@ done | |||
20998 | case $ac_lo in | 20341 | case $ac_lo in |
20999 | ?*) ac_cv_sizeof_int=$ac_lo;; | 20342 | ?*) ac_cv_sizeof_int=$ac_lo;; |
21000 | '') if test "$ac_cv_type_int" = yes; then | 20343 | '') if test "$ac_cv_type_int" = yes; then |
21001 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) | 20344 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) |
21002 | See \`config.log' for more details." >&5 | 20345 | See \`config.log' for more details." >&5 |
21003 | $as_echo "$as_me: error: cannot compute sizeof (int) | 20346 | echo "$as_me: error: cannot compute sizeof (int) |
21004 | See \`config.log' for more details." >&2;} | 20347 | See \`config.log' for more details." >&2;} |
21005 | { (exit 77); exit 77; }; } | 20348 | { (exit 77); exit 77; }; } |
21006 | else | 20349 | else |
@@ -21015,8 +20358,9 @@ cat confdefs.h >>conftest.$ac_ext | |||
21015 | cat >>conftest.$ac_ext <<_ACEOF | 20358 | cat >>conftest.$ac_ext <<_ACEOF |
21016 | /* end confdefs.h. */ | 20359 | /* end confdefs.h. */ |
21017 | $ac_includes_default | 20360 | $ac_includes_default |
21018 | static long int longval () { return (long int) (sizeof (int)); } | 20361 | typedef int ac__type_sizeof_; |
21019 | static unsigned long int ulongval () { return (long int) (sizeof (int)); } | 20362 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
20363 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
21020 | #include <stdio.h> | 20364 | #include <stdio.h> |
21021 | #include <stdlib.h> | 20365 | #include <stdlib.h> |
21022 | int | 20366 | int |
@@ -21026,22 +20370,20 @@ main () | |||
21026 | FILE *f = fopen ("conftest.val", "w"); | 20370 | FILE *f = fopen ("conftest.val", "w"); |
21027 | if (! f) | 20371 | if (! f) |
21028 | return 1; | 20372 | return 1; |
21029 | if (((long int) (sizeof (int))) < 0) | 20373 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
21030 | { | 20374 | { |
21031 | long int i = longval (); | 20375 | long int i = longval (); |
21032 | if (i != ((long int) (sizeof (int)))) | 20376 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
21033 | return 1; | 20377 | return 1; |
21034 | fprintf (f, "%ld", i); | 20378 | fprintf (f, "%ld\n", i); |
21035 | } | 20379 | } |
21036 | else | 20380 | else |
21037 | { | 20381 | { |
21038 | unsigned long int i = ulongval (); | 20382 | unsigned long int i = ulongval (); |
21039 | if (i != ((long int) (sizeof (int)))) | 20383 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
21040 | return 1; | 20384 | return 1; |
21041 | fprintf (f, "%lu", i); | 20385 | fprintf (f, "%lu\n", i); |
21042 | } | 20386 | } |
21043 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
21044 | on some platforms. */ | ||
21045 | return ferror (f) || fclose (f) != 0; | 20387 | return ferror (f) || fclose (f) != 0; |
21046 | 20388 | ||
21047 | ; | 20389 | ; |
@@ -21054,46 +20396,43 @@ case "(($ac_try" in | |||
21054 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20396 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21055 | *) ac_try_echo=$ac_try;; | 20397 | *) ac_try_echo=$ac_try;; |
21056 | esac | 20398 | esac |
21057 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20399 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21058 | $as_echo "$ac_try_echo") >&5 | ||
21059 | (eval "$ac_link") 2>&5 | 20400 | (eval "$ac_link") 2>&5 |
21060 | ac_status=$? | 20401 | ac_status=$? |
21061 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20402 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21062 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 20403 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
21063 | { (case "(($ac_try" in | 20404 | { (case "(($ac_try" in |
21064 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20405 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21065 | *) ac_try_echo=$ac_try;; | 20406 | *) ac_try_echo=$ac_try;; |
21066 | esac | 20407 | esac |
21067 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20408 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21068 | $as_echo "$ac_try_echo") >&5 | ||
21069 | (eval "$ac_try") 2>&5 | 20409 | (eval "$ac_try") 2>&5 |
21070 | ac_status=$? | 20410 | ac_status=$? |
21071 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20411 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21072 | (exit $ac_status); }; }; then | 20412 | (exit $ac_status); }; }; then |
21073 | ac_cv_sizeof_int=`cat conftest.val` | 20413 | ac_cv_sizeof_int=`cat conftest.val` |
21074 | else | 20414 | else |
21075 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 20415 | echo "$as_me: program exited with status $ac_status" >&5 |
21076 | $as_echo "$as_me: failed program was:" >&5 | 20416 | echo "$as_me: failed program was:" >&5 |
21077 | sed 's/^/| /' conftest.$ac_ext >&5 | 20417 | sed 's/^/| /' conftest.$ac_ext >&5 |
21078 | 20418 | ||
21079 | ( exit $ac_status ) | 20419 | ( exit $ac_status ) |
21080 | if test "$ac_cv_type_int" = yes; then | 20420 | if test "$ac_cv_type_int" = yes; then |
21081 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) | 20421 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) |
21082 | See \`config.log' for more details." >&5 | 20422 | See \`config.log' for more details." >&5 |
21083 | $as_echo "$as_me: error: cannot compute sizeof (int) | 20423 | echo "$as_me: error: cannot compute sizeof (int) |
21084 | See \`config.log' for more details." >&2;} | 20424 | See \`config.log' for more details." >&2;} |
21085 | { (exit 77); exit 77; }; } | 20425 | { (exit 77); exit 77; }; } |
21086 | else | 20426 | else |
21087 | ac_cv_sizeof_int=0 | 20427 | ac_cv_sizeof_int=0 |
21088 | fi | 20428 | fi |
21089 | fi | 20429 | fi |
21090 | rm -rf conftest.dSYM | ||
21091 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20430 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21092 | fi | 20431 | fi |
21093 | rm -f conftest.val | 20432 | rm -f conftest.val |
21094 | fi | 20433 | fi |
21095 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 | 20434 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 |
21096 | $as_echo "$ac_cv_sizeof_int" >&6; } | 20435 | echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } |
21097 | 20436 | ||
21098 | 20437 | ||
21099 | 20438 | ||
@@ -21102,14 +20441,68 @@ cat >>confdefs.h <<_ACEOF | |||
21102 | _ACEOF | 20441 | _ACEOF |
21103 | 20442 | ||
21104 | 20443 | ||
20444 | { echo "$as_me:$LINENO: checking for long int" >&5 | ||
20445 | echo $ECHO_N "checking for long int... $ECHO_C" >&6; } | ||
20446 | if test "${ac_cv_type_long_int+set}" = set; then | ||
20447 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
20448 | else | ||
20449 | cat >conftest.$ac_ext <<_ACEOF | ||
20450 | /* confdefs.h. */ | ||
20451 | _ACEOF | ||
20452 | cat confdefs.h >>conftest.$ac_ext | ||
20453 | cat >>conftest.$ac_ext <<_ACEOF | ||
20454 | /* end confdefs.h. */ | ||
20455 | $ac_includes_default | ||
20456 | typedef long int ac__type_new_; | ||
20457 | int | ||
20458 | main () | ||
20459 | { | ||
20460 | if ((ac__type_new_ *) 0) | ||
20461 | return 0; | ||
20462 | if (sizeof (ac__type_new_)) | ||
20463 | return 0; | ||
20464 | ; | ||
20465 | return 0; | ||
20466 | } | ||
20467 | _ACEOF | ||
20468 | rm -f conftest.$ac_objext | ||
20469 | if { (ac_try="$ac_compile" | ||
20470 | case "(($ac_try" in | ||
20471 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
20472 | *) ac_try_echo=$ac_try;; | ||
20473 | esac | ||
20474 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
20475 | (eval "$ac_compile") 2>conftest.er1 | ||
20476 | ac_status=$? | ||
20477 | grep -v '^ *+' conftest.er1 >conftest.err | ||
20478 | rm -f conftest.er1 | ||
20479 | cat conftest.err >&5 | ||
20480 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
20481 | (exit $ac_status); } && { | ||
20482 | test -z "$ac_c_werror_flag" || | ||
20483 | test ! -s conftest.err | ||
20484 | } && test -s conftest.$ac_objext; then | ||
20485 | ac_cv_type_long_int=yes | ||
20486 | else | ||
20487 | echo "$as_me: failed program was:" >&5 | ||
20488 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20489 | |||
20490 | ac_cv_type_long_int=no | ||
20491 | fi | ||
20492 | |||
20493 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20494 | fi | ||
20495 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_int" >&5 | ||
20496 | echo "${ECHO_T}$ac_cv_type_long_int" >&6; } | ||
20497 | |||
21105 | # The cast to long int works around a bug in the HP C Compiler | 20498 | # The cast to long int works around a bug in the HP C Compiler |
21106 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 20499 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
21107 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 20500 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
21108 | # This bug is HP SR number 8606223364. | 20501 | # This bug is HP SR number 8606223364. |
21109 | { $as_echo "$as_me:$LINENO: checking size of long int" >&5 | 20502 | { echo "$as_me:$LINENO: checking size of long int" >&5 |
21110 | $as_echo_n "checking size of long int... " >&6; } | 20503 | echo $ECHO_N "checking size of long int... $ECHO_C" >&6; } |
21111 | if test "${ac_cv_sizeof_long_int+set}" = set; then | 20504 | if test "${ac_cv_sizeof_long_int+set}" = set; then |
21112 | $as_echo_n "(cached) " >&6 | 20505 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
21113 | else | 20506 | else |
21114 | if test "$cross_compiling" = yes; then | 20507 | if test "$cross_compiling" = yes; then |
21115 | # Depending upon the size, compute the lo and hi bounds. | 20508 | # Depending upon the size, compute the lo and hi bounds. |
@@ -21120,10 +20513,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21120 | cat >>conftest.$ac_ext <<_ACEOF | 20513 | cat >>conftest.$ac_ext <<_ACEOF |
21121 | /* end confdefs.h. */ | 20514 | /* end confdefs.h. */ |
21122 | $ac_includes_default | 20515 | $ac_includes_default |
20516 | typedef long int ac__type_sizeof_; | ||
21123 | int | 20517 | int |
21124 | main () | 20518 | main () |
21125 | { | 20519 | { |
21126 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) >= 0)]; | 20520 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
21127 | test_array [0] = 0 | 20521 | test_array [0] = 0 |
21128 | 20522 | ||
21129 | ; | 20523 | ; |
@@ -21136,14 +20530,13 @@ case "(($ac_try" in | |||
21136 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20530 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21137 | *) ac_try_echo=$ac_try;; | 20531 | *) ac_try_echo=$ac_try;; |
21138 | esac | 20532 | esac |
21139 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20533 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21140 | $as_echo "$ac_try_echo") >&5 | ||
21141 | (eval "$ac_compile") 2>conftest.er1 | 20534 | (eval "$ac_compile") 2>conftest.er1 |
21142 | ac_status=$? | 20535 | ac_status=$? |
21143 | grep -v '^ *+' conftest.er1 >conftest.err | 20536 | grep -v '^ *+' conftest.er1 >conftest.err |
21144 | rm -f conftest.er1 | 20537 | rm -f conftest.er1 |
21145 | cat conftest.err >&5 | 20538 | cat conftest.err >&5 |
21146 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20539 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21147 | (exit $ac_status); } && { | 20540 | (exit $ac_status); } && { |
21148 | test -z "$ac_c_werror_flag" || | 20541 | test -z "$ac_c_werror_flag" || |
21149 | test ! -s conftest.err | 20542 | test ! -s conftest.err |
@@ -21157,10 +20550,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21157 | cat >>conftest.$ac_ext <<_ACEOF | 20550 | cat >>conftest.$ac_ext <<_ACEOF |
21158 | /* end confdefs.h. */ | 20551 | /* end confdefs.h. */ |
21159 | $ac_includes_default | 20552 | $ac_includes_default |
20553 | typedef long int ac__type_sizeof_; | ||
21160 | int | 20554 | int |
21161 | main () | 20555 | main () |
21162 | { | 20556 | { |
21163 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) <= $ac_mid)]; | 20557 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
21164 | test_array [0] = 0 | 20558 | test_array [0] = 0 |
21165 | 20559 | ||
21166 | ; | 20560 | ; |
@@ -21173,21 +20567,20 @@ case "(($ac_try" in | |||
21173 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20567 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21174 | *) ac_try_echo=$ac_try;; | 20568 | *) ac_try_echo=$ac_try;; |
21175 | esac | 20569 | esac |
21176 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20570 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21177 | $as_echo "$ac_try_echo") >&5 | ||
21178 | (eval "$ac_compile") 2>conftest.er1 | 20571 | (eval "$ac_compile") 2>conftest.er1 |
21179 | ac_status=$? | 20572 | ac_status=$? |
21180 | grep -v '^ *+' conftest.er1 >conftest.err | 20573 | grep -v '^ *+' conftest.er1 >conftest.err |
21181 | rm -f conftest.er1 | 20574 | rm -f conftest.er1 |
21182 | cat conftest.err >&5 | 20575 | cat conftest.err >&5 |
21183 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20576 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21184 | (exit $ac_status); } && { | 20577 | (exit $ac_status); } && { |
21185 | test -z "$ac_c_werror_flag" || | 20578 | test -z "$ac_c_werror_flag" || |
21186 | test ! -s conftest.err | 20579 | test ! -s conftest.err |
21187 | } && test -s conftest.$ac_objext; then | 20580 | } && test -s conftest.$ac_objext; then |
21188 | ac_hi=$ac_mid; break | 20581 | ac_hi=$ac_mid; break |
21189 | else | 20582 | else |
21190 | $as_echo "$as_me: failed program was:" >&5 | 20583 | echo "$as_me: failed program was:" >&5 |
21191 | sed 's/^/| /' conftest.$ac_ext >&5 | 20584 | sed 's/^/| /' conftest.$ac_ext >&5 |
21192 | 20585 | ||
21193 | ac_lo=`expr $ac_mid + 1` | 20586 | ac_lo=`expr $ac_mid + 1` |
@@ -21201,7 +20594,7 @@ fi | |||
21201 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20594 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21202 | done | 20595 | done |
21203 | else | 20596 | else |
21204 | $as_echo "$as_me: failed program was:" >&5 | 20597 | echo "$as_me: failed program was:" >&5 |
21205 | sed 's/^/| /' conftest.$ac_ext >&5 | 20598 | sed 's/^/| /' conftest.$ac_ext >&5 |
21206 | 20599 | ||
21207 | cat >conftest.$ac_ext <<_ACEOF | 20600 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21211,10 +20604,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21211 | cat >>conftest.$ac_ext <<_ACEOF | 20604 | cat >>conftest.$ac_ext <<_ACEOF |
21212 | /* end confdefs.h. */ | 20605 | /* end confdefs.h. */ |
21213 | $ac_includes_default | 20606 | $ac_includes_default |
20607 | typedef long int ac__type_sizeof_; | ||
21214 | int | 20608 | int |
21215 | main () | 20609 | main () |
21216 | { | 20610 | { |
21217 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) < 0)]; | 20611 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
21218 | test_array [0] = 0 | 20612 | test_array [0] = 0 |
21219 | 20613 | ||
21220 | ; | 20614 | ; |
@@ -21227,14 +20621,13 @@ case "(($ac_try" in | |||
21227 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20621 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21228 | *) ac_try_echo=$ac_try;; | 20622 | *) ac_try_echo=$ac_try;; |
21229 | esac | 20623 | esac |
21230 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20624 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21231 | $as_echo "$ac_try_echo") >&5 | ||
21232 | (eval "$ac_compile") 2>conftest.er1 | 20625 | (eval "$ac_compile") 2>conftest.er1 |
21233 | ac_status=$? | 20626 | ac_status=$? |
21234 | grep -v '^ *+' conftest.er1 >conftest.err | 20627 | grep -v '^ *+' conftest.er1 >conftest.err |
21235 | rm -f conftest.er1 | 20628 | rm -f conftest.er1 |
21236 | cat conftest.err >&5 | 20629 | cat conftest.err >&5 |
21237 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20630 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21238 | (exit $ac_status); } && { | 20631 | (exit $ac_status); } && { |
21239 | test -z "$ac_c_werror_flag" || | 20632 | test -z "$ac_c_werror_flag" || |
21240 | test ! -s conftest.err | 20633 | test ! -s conftest.err |
@@ -21248,10 +20641,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21248 | cat >>conftest.$ac_ext <<_ACEOF | 20641 | cat >>conftest.$ac_ext <<_ACEOF |
21249 | /* end confdefs.h. */ | 20642 | /* end confdefs.h. */ |
21250 | $ac_includes_default | 20643 | $ac_includes_default |
20644 | typedef long int ac__type_sizeof_; | ||
21251 | int | 20645 | int |
21252 | main () | 20646 | main () |
21253 | { | 20647 | { |
21254 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) >= $ac_mid)]; | 20648 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
21255 | test_array [0] = 0 | 20649 | test_array [0] = 0 |
21256 | 20650 | ||
21257 | ; | 20651 | ; |
@@ -21264,21 +20658,20 @@ case "(($ac_try" in | |||
21264 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20658 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21265 | *) ac_try_echo=$ac_try;; | 20659 | *) ac_try_echo=$ac_try;; |
21266 | esac | 20660 | esac |
21267 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20661 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21268 | $as_echo "$ac_try_echo") >&5 | ||
21269 | (eval "$ac_compile") 2>conftest.er1 | 20662 | (eval "$ac_compile") 2>conftest.er1 |
21270 | ac_status=$? | 20663 | ac_status=$? |
21271 | grep -v '^ *+' conftest.er1 >conftest.err | 20664 | grep -v '^ *+' conftest.er1 >conftest.err |
21272 | rm -f conftest.er1 | 20665 | rm -f conftest.er1 |
21273 | cat conftest.err >&5 | 20666 | cat conftest.err >&5 |
21274 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21275 | (exit $ac_status); } && { | 20668 | (exit $ac_status); } && { |
21276 | test -z "$ac_c_werror_flag" || | 20669 | test -z "$ac_c_werror_flag" || |
21277 | test ! -s conftest.err | 20670 | test ! -s conftest.err |
21278 | } && test -s conftest.$ac_objext; then | 20671 | } && test -s conftest.$ac_objext; then |
21279 | ac_lo=$ac_mid; break | 20672 | ac_lo=$ac_mid; break |
21280 | else | 20673 | else |
21281 | $as_echo "$as_me: failed program was:" >&5 | 20674 | echo "$as_me: failed program was:" >&5 |
21282 | sed 's/^/| /' conftest.$ac_ext >&5 | 20675 | sed 's/^/| /' conftest.$ac_ext >&5 |
21283 | 20676 | ||
21284 | ac_hi=`expr '(' $ac_mid ')' - 1` | 20677 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -21292,7 +20685,7 @@ fi | |||
21292 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20685 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21293 | done | 20686 | done |
21294 | else | 20687 | else |
21295 | $as_echo "$as_me: failed program was:" >&5 | 20688 | echo "$as_me: failed program was:" >&5 |
21296 | sed 's/^/| /' conftest.$ac_ext >&5 | 20689 | sed 's/^/| /' conftest.$ac_ext >&5 |
21297 | 20690 | ||
21298 | ac_lo= ac_hi= | 20691 | ac_lo= ac_hi= |
@@ -21312,10 +20705,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21312 | cat >>conftest.$ac_ext <<_ACEOF | 20705 | cat >>conftest.$ac_ext <<_ACEOF |
21313 | /* end confdefs.h. */ | 20706 | /* end confdefs.h. */ |
21314 | $ac_includes_default | 20707 | $ac_includes_default |
20708 | typedef long int ac__type_sizeof_; | ||
21315 | int | 20709 | int |
21316 | main () | 20710 | main () |
21317 | { | 20711 | { |
21318 | static int test_array [1 - 2 * !(((long int) (sizeof (long int))) <= $ac_mid)]; | 20712 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
21319 | test_array [0] = 0 | 20713 | test_array [0] = 0 |
21320 | 20714 | ||
21321 | ; | 20715 | ; |
@@ -21328,21 +20722,20 @@ case "(($ac_try" in | |||
21328 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20722 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21329 | *) ac_try_echo=$ac_try;; | 20723 | *) ac_try_echo=$ac_try;; |
21330 | esac | 20724 | esac |
21331 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20725 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21332 | $as_echo "$ac_try_echo") >&5 | ||
21333 | (eval "$ac_compile") 2>conftest.er1 | 20726 | (eval "$ac_compile") 2>conftest.er1 |
21334 | ac_status=$? | 20727 | ac_status=$? |
21335 | grep -v '^ *+' conftest.er1 >conftest.err | 20728 | grep -v '^ *+' conftest.er1 >conftest.err |
21336 | rm -f conftest.er1 | 20729 | rm -f conftest.er1 |
21337 | cat conftest.err >&5 | 20730 | cat conftest.err >&5 |
21338 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21339 | (exit $ac_status); } && { | 20732 | (exit $ac_status); } && { |
21340 | test -z "$ac_c_werror_flag" || | 20733 | test -z "$ac_c_werror_flag" || |
21341 | test ! -s conftest.err | 20734 | test ! -s conftest.err |
21342 | } && test -s conftest.$ac_objext; then | 20735 | } && test -s conftest.$ac_objext; then |
21343 | ac_hi=$ac_mid | 20736 | ac_hi=$ac_mid |
21344 | else | 20737 | else |
21345 | $as_echo "$as_me: failed program was:" >&5 | 20738 | echo "$as_me: failed program was:" >&5 |
21346 | sed 's/^/| /' conftest.$ac_ext >&5 | 20739 | sed 's/^/| /' conftest.$ac_ext >&5 |
21347 | 20740 | ||
21348 | ac_lo=`expr '(' $ac_mid ')' + 1` | 20741 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -21353,9 +20746,9 @@ done | |||
21353 | case $ac_lo in | 20746 | case $ac_lo in |
21354 | ?*) ac_cv_sizeof_long_int=$ac_lo;; | 20747 | ?*) ac_cv_sizeof_long_int=$ac_lo;; |
21355 | '') if test "$ac_cv_type_long_int" = yes; then | 20748 | '') if test "$ac_cv_type_long_int" = yes; then |
21356 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long int) | 20749 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int) |
21357 | See \`config.log' for more details." >&5 | 20750 | See \`config.log' for more details." >&5 |
21358 | $as_echo "$as_me: error: cannot compute sizeof (long int) | 20751 | echo "$as_me: error: cannot compute sizeof (long int) |
21359 | See \`config.log' for more details." >&2;} | 20752 | See \`config.log' for more details." >&2;} |
21360 | { (exit 77); exit 77; }; } | 20753 | { (exit 77); exit 77; }; } |
21361 | else | 20754 | else |
@@ -21370,8 +20763,9 @@ cat confdefs.h >>conftest.$ac_ext | |||
21370 | cat >>conftest.$ac_ext <<_ACEOF | 20763 | cat >>conftest.$ac_ext <<_ACEOF |
21371 | /* end confdefs.h. */ | 20764 | /* end confdefs.h. */ |
21372 | $ac_includes_default | 20765 | $ac_includes_default |
21373 | static long int longval () { return (long int) (sizeof (long int)); } | 20766 | typedef long int ac__type_sizeof_; |
21374 | static unsigned long int ulongval () { return (long int) (sizeof (long int)); } | 20767 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
20768 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
21375 | #include <stdio.h> | 20769 | #include <stdio.h> |
21376 | #include <stdlib.h> | 20770 | #include <stdlib.h> |
21377 | int | 20771 | int |
@@ -21381,22 +20775,20 @@ main () | |||
21381 | FILE *f = fopen ("conftest.val", "w"); | 20775 | FILE *f = fopen ("conftest.val", "w"); |
21382 | if (! f) | 20776 | if (! f) |
21383 | return 1; | 20777 | return 1; |
21384 | if (((long int) (sizeof (long int))) < 0) | 20778 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
21385 | { | 20779 | { |
21386 | long int i = longval (); | 20780 | long int i = longval (); |
21387 | if (i != ((long int) (sizeof (long int)))) | 20781 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
21388 | return 1; | 20782 | return 1; |
21389 | fprintf (f, "%ld", i); | 20783 | fprintf (f, "%ld\n", i); |
21390 | } | 20784 | } |
21391 | else | 20785 | else |
21392 | { | 20786 | { |
21393 | unsigned long int i = ulongval (); | 20787 | unsigned long int i = ulongval (); |
21394 | if (i != ((long int) (sizeof (long int)))) | 20788 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
21395 | return 1; | 20789 | return 1; |
21396 | fprintf (f, "%lu", i); | 20790 | fprintf (f, "%lu\n", i); |
21397 | } | 20791 | } |
21398 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
21399 | on some platforms. */ | ||
21400 | return ferror (f) || fclose (f) != 0; | 20792 | return ferror (f) || fclose (f) != 0; |
21401 | 20793 | ||
21402 | ; | 20794 | ; |
@@ -21409,46 +20801,43 @@ case "(($ac_try" in | |||
21409 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20801 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21410 | *) ac_try_echo=$ac_try;; | 20802 | *) ac_try_echo=$ac_try;; |
21411 | esac | 20803 | esac |
21412 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20804 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21413 | $as_echo "$ac_try_echo") >&5 | ||
21414 | (eval "$ac_link") 2>&5 | 20805 | (eval "$ac_link") 2>&5 |
21415 | ac_status=$? | 20806 | ac_status=$? |
21416 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21417 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 20808 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
21418 | { (case "(($ac_try" in | 20809 | { (case "(($ac_try" in |
21419 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20810 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21420 | *) ac_try_echo=$ac_try;; | 20811 | *) ac_try_echo=$ac_try;; |
21421 | esac | 20812 | esac |
21422 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20813 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21423 | $as_echo "$ac_try_echo") >&5 | ||
21424 | (eval "$ac_try") 2>&5 | 20814 | (eval "$ac_try") 2>&5 |
21425 | ac_status=$? | 20815 | ac_status=$? |
21426 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21427 | (exit $ac_status); }; }; then | 20817 | (exit $ac_status); }; }; then |
21428 | ac_cv_sizeof_long_int=`cat conftest.val` | 20818 | ac_cv_sizeof_long_int=`cat conftest.val` |
21429 | else | 20819 | else |
21430 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 20820 | echo "$as_me: program exited with status $ac_status" >&5 |
21431 | $as_echo "$as_me: failed program was:" >&5 | 20821 | echo "$as_me: failed program was:" >&5 |
21432 | sed 's/^/| /' conftest.$ac_ext >&5 | 20822 | sed 's/^/| /' conftest.$ac_ext >&5 |
21433 | 20823 | ||
21434 | ( exit $ac_status ) | 20824 | ( exit $ac_status ) |
21435 | if test "$ac_cv_type_long_int" = yes; then | 20825 | if test "$ac_cv_type_long_int" = yes; then |
21436 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long int) | 20826 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int) |
21437 | See \`config.log' for more details." >&5 | 20827 | See \`config.log' for more details." >&5 |
21438 | $as_echo "$as_me: error: cannot compute sizeof (long int) | 20828 | echo "$as_me: error: cannot compute sizeof (long int) |
21439 | See \`config.log' for more details." >&2;} | 20829 | See \`config.log' for more details." >&2;} |
21440 | { (exit 77); exit 77; }; } | 20830 | { (exit 77); exit 77; }; } |
21441 | else | 20831 | else |
21442 | ac_cv_sizeof_long_int=0 | 20832 | ac_cv_sizeof_long_int=0 |
21443 | fi | 20833 | fi |
21444 | fi | 20834 | fi |
21445 | rm -rf conftest.dSYM | ||
21446 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20835 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21447 | fi | 20836 | fi |
21448 | rm -f conftest.val | 20837 | rm -f conftest.val |
21449 | fi | 20838 | fi |
21450 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5 | 20839 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5 |
21451 | $as_echo "$ac_cv_sizeof_long_int" >&6; } | 20840 | echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6; } |
21452 | 20841 | ||
21453 | 20842 | ||
21454 | 20843 | ||
@@ -21457,14 +20846,68 @@ cat >>confdefs.h <<_ACEOF | |||
21457 | _ACEOF | 20846 | _ACEOF |
21458 | 20847 | ||
21459 | 20848 | ||
20849 | { echo "$as_me:$LINENO: checking for long long int" >&5 | ||
20850 | echo $ECHO_N "checking for long long int... $ECHO_C" >&6; } | ||
20851 | if test "${ac_cv_type_long_long_int+set}" = set; then | ||
20852 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
20853 | else | ||
20854 | cat >conftest.$ac_ext <<_ACEOF | ||
20855 | /* confdefs.h. */ | ||
20856 | _ACEOF | ||
20857 | cat confdefs.h >>conftest.$ac_ext | ||
20858 | cat >>conftest.$ac_ext <<_ACEOF | ||
20859 | /* end confdefs.h. */ | ||
20860 | $ac_includes_default | ||
20861 | typedef long long int ac__type_new_; | ||
20862 | int | ||
20863 | main () | ||
20864 | { | ||
20865 | if ((ac__type_new_ *) 0) | ||
20866 | return 0; | ||
20867 | if (sizeof (ac__type_new_)) | ||
20868 | return 0; | ||
20869 | ; | ||
20870 | return 0; | ||
20871 | } | ||
20872 | _ACEOF | ||
20873 | rm -f conftest.$ac_objext | ||
20874 | if { (ac_try="$ac_compile" | ||
20875 | case "(($ac_try" in | ||
20876 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
20877 | *) ac_try_echo=$ac_try;; | ||
20878 | esac | ||
20879 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||
20880 | (eval "$ac_compile") 2>conftest.er1 | ||
20881 | ac_status=$? | ||
20882 | grep -v '^ *+' conftest.er1 >conftest.err | ||
20883 | rm -f conftest.er1 | ||
20884 | cat conftest.err >&5 | ||
20885 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
20886 | (exit $ac_status); } && { | ||
20887 | test -z "$ac_c_werror_flag" || | ||
20888 | test ! -s conftest.err | ||
20889 | } && test -s conftest.$ac_objext; then | ||
20890 | ac_cv_type_long_long_int=yes | ||
20891 | else | ||
20892 | echo "$as_me: failed program was:" >&5 | ||
20893 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
20894 | |||
20895 | ac_cv_type_long_long_int=no | ||
20896 | fi | ||
20897 | |||
20898 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
20899 | fi | ||
20900 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5 | ||
20901 | echo "${ECHO_T}$ac_cv_type_long_long_int" >&6; } | ||
20902 | |||
21460 | # The cast to long int works around a bug in the HP C Compiler | 20903 | # The cast to long int works around a bug in the HP C Compiler |
21461 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | 20904 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects |
21462 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | 20905 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. |
21463 | # This bug is HP SR number 8606223364. | 20906 | # This bug is HP SR number 8606223364. |
21464 | { $as_echo "$as_me:$LINENO: checking size of long long int" >&5 | 20907 | { echo "$as_me:$LINENO: checking size of long long int" >&5 |
21465 | $as_echo_n "checking size of long long int... " >&6; } | 20908 | echo $ECHO_N "checking size of long long int... $ECHO_C" >&6; } |
21466 | if test "${ac_cv_sizeof_long_long_int+set}" = set; then | 20909 | if test "${ac_cv_sizeof_long_long_int+set}" = set; then |
21467 | $as_echo_n "(cached) " >&6 | 20910 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
21468 | else | 20911 | else |
21469 | if test "$cross_compiling" = yes; then | 20912 | if test "$cross_compiling" = yes; then |
21470 | # Depending upon the size, compute the lo and hi bounds. | 20913 | # Depending upon the size, compute the lo and hi bounds. |
@@ -21475,10 +20918,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21475 | cat >>conftest.$ac_ext <<_ACEOF | 20918 | cat >>conftest.$ac_ext <<_ACEOF |
21476 | /* end confdefs.h. */ | 20919 | /* end confdefs.h. */ |
21477 | $ac_includes_default | 20920 | $ac_includes_default |
20921 | typedef long long int ac__type_sizeof_; | ||
21478 | int | 20922 | int |
21479 | main () | 20923 | main () |
21480 | { | 20924 | { |
21481 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) >= 0)]; | 20925 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; |
21482 | test_array [0] = 0 | 20926 | test_array [0] = 0 |
21483 | 20927 | ||
21484 | ; | 20928 | ; |
@@ -21491,14 +20935,13 @@ case "(($ac_try" in | |||
21491 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20935 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21492 | *) ac_try_echo=$ac_try;; | 20936 | *) ac_try_echo=$ac_try;; |
21493 | esac | 20937 | esac |
21494 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20938 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21495 | $as_echo "$ac_try_echo") >&5 | ||
21496 | (eval "$ac_compile") 2>conftest.er1 | 20939 | (eval "$ac_compile") 2>conftest.er1 |
21497 | ac_status=$? | 20940 | ac_status=$? |
21498 | grep -v '^ *+' conftest.er1 >conftest.err | 20941 | grep -v '^ *+' conftest.er1 >conftest.err |
21499 | rm -f conftest.er1 | 20942 | rm -f conftest.er1 |
21500 | cat conftest.err >&5 | 20943 | cat conftest.err >&5 |
21501 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21502 | (exit $ac_status); } && { | 20945 | (exit $ac_status); } && { |
21503 | test -z "$ac_c_werror_flag" || | 20946 | test -z "$ac_c_werror_flag" || |
21504 | test ! -s conftest.err | 20947 | test ! -s conftest.err |
@@ -21512,10 +20955,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21512 | cat >>conftest.$ac_ext <<_ACEOF | 20955 | cat >>conftest.$ac_ext <<_ACEOF |
21513 | /* end confdefs.h. */ | 20956 | /* end confdefs.h. */ |
21514 | $ac_includes_default | 20957 | $ac_includes_default |
20958 | typedef long long int ac__type_sizeof_; | ||
21515 | int | 20959 | int |
21516 | main () | 20960 | main () |
21517 | { | 20961 | { |
21518 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= $ac_mid)]; | 20962 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
21519 | test_array [0] = 0 | 20963 | test_array [0] = 0 |
21520 | 20964 | ||
21521 | ; | 20965 | ; |
@@ -21528,21 +20972,20 @@ case "(($ac_try" in | |||
21528 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 20972 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21529 | *) ac_try_echo=$ac_try;; | 20973 | *) ac_try_echo=$ac_try;; |
21530 | esac | 20974 | esac |
21531 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 20975 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21532 | $as_echo "$ac_try_echo") >&5 | ||
21533 | (eval "$ac_compile") 2>conftest.er1 | 20976 | (eval "$ac_compile") 2>conftest.er1 |
21534 | ac_status=$? | 20977 | ac_status=$? |
21535 | grep -v '^ *+' conftest.er1 >conftest.err | 20978 | grep -v '^ *+' conftest.er1 >conftest.err |
21536 | rm -f conftest.er1 | 20979 | rm -f conftest.er1 |
21537 | cat conftest.err >&5 | 20980 | cat conftest.err >&5 |
21538 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20981 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21539 | (exit $ac_status); } && { | 20982 | (exit $ac_status); } && { |
21540 | test -z "$ac_c_werror_flag" || | 20983 | test -z "$ac_c_werror_flag" || |
21541 | test ! -s conftest.err | 20984 | test ! -s conftest.err |
21542 | } && test -s conftest.$ac_objext; then | 20985 | } && test -s conftest.$ac_objext; then |
21543 | ac_hi=$ac_mid; break | 20986 | ac_hi=$ac_mid; break |
21544 | else | 20987 | else |
21545 | $as_echo "$as_me: failed program was:" >&5 | 20988 | echo "$as_me: failed program was:" >&5 |
21546 | sed 's/^/| /' conftest.$ac_ext >&5 | 20989 | sed 's/^/| /' conftest.$ac_ext >&5 |
21547 | 20990 | ||
21548 | ac_lo=`expr $ac_mid + 1` | 20991 | ac_lo=`expr $ac_mid + 1` |
@@ -21556,7 +20999,7 @@ fi | |||
21556 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 20999 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21557 | done | 21000 | done |
21558 | else | 21001 | else |
21559 | $as_echo "$as_me: failed program was:" >&5 | 21002 | echo "$as_me: failed program was:" >&5 |
21560 | sed 's/^/| /' conftest.$ac_ext >&5 | 21003 | sed 's/^/| /' conftest.$ac_ext >&5 |
21561 | 21004 | ||
21562 | cat >conftest.$ac_ext <<_ACEOF | 21005 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21566,10 +21009,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21566 | cat >>conftest.$ac_ext <<_ACEOF | 21009 | cat >>conftest.$ac_ext <<_ACEOF |
21567 | /* end confdefs.h. */ | 21010 | /* end confdefs.h. */ |
21568 | $ac_includes_default | 21011 | $ac_includes_default |
21012 | typedef long long int ac__type_sizeof_; | ||
21569 | int | 21013 | int |
21570 | main () | 21014 | main () |
21571 | { | 21015 | { |
21572 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) < 0)]; | 21016 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; |
21573 | test_array [0] = 0 | 21017 | test_array [0] = 0 |
21574 | 21018 | ||
21575 | ; | 21019 | ; |
@@ -21582,14 +21026,13 @@ case "(($ac_try" in | |||
21582 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21026 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21583 | *) ac_try_echo=$ac_try;; | 21027 | *) ac_try_echo=$ac_try;; |
21584 | esac | 21028 | esac |
21585 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21029 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21586 | $as_echo "$ac_try_echo") >&5 | ||
21587 | (eval "$ac_compile") 2>conftest.er1 | 21030 | (eval "$ac_compile") 2>conftest.er1 |
21588 | ac_status=$? | 21031 | ac_status=$? |
21589 | grep -v '^ *+' conftest.er1 >conftest.err | 21032 | grep -v '^ *+' conftest.er1 >conftest.err |
21590 | rm -f conftest.er1 | 21033 | rm -f conftest.er1 |
21591 | cat conftest.err >&5 | 21034 | cat conftest.err >&5 |
21592 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21593 | (exit $ac_status); } && { | 21036 | (exit $ac_status); } && { |
21594 | test -z "$ac_c_werror_flag" || | 21037 | test -z "$ac_c_werror_flag" || |
21595 | test ! -s conftest.err | 21038 | test ! -s conftest.err |
@@ -21603,10 +21046,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21603 | cat >>conftest.$ac_ext <<_ACEOF | 21046 | cat >>conftest.$ac_ext <<_ACEOF |
21604 | /* end confdefs.h. */ | 21047 | /* end confdefs.h. */ |
21605 | $ac_includes_default | 21048 | $ac_includes_default |
21049 | typedef long long int ac__type_sizeof_; | ||
21606 | int | 21050 | int |
21607 | main () | 21051 | main () |
21608 | { | 21052 | { |
21609 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) >= $ac_mid)]; | 21053 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; |
21610 | test_array [0] = 0 | 21054 | test_array [0] = 0 |
21611 | 21055 | ||
21612 | ; | 21056 | ; |
@@ -21619,21 +21063,20 @@ case "(($ac_try" in | |||
21619 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21063 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21620 | *) ac_try_echo=$ac_try;; | 21064 | *) ac_try_echo=$ac_try;; |
21621 | esac | 21065 | esac |
21622 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21066 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21623 | $as_echo "$ac_try_echo") >&5 | ||
21624 | (eval "$ac_compile") 2>conftest.er1 | 21067 | (eval "$ac_compile") 2>conftest.er1 |
21625 | ac_status=$? | 21068 | ac_status=$? |
21626 | grep -v '^ *+' conftest.er1 >conftest.err | 21069 | grep -v '^ *+' conftest.er1 >conftest.err |
21627 | rm -f conftest.er1 | 21070 | rm -f conftest.er1 |
21628 | cat conftest.err >&5 | 21071 | cat conftest.err >&5 |
21629 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21072 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21630 | (exit $ac_status); } && { | 21073 | (exit $ac_status); } && { |
21631 | test -z "$ac_c_werror_flag" || | 21074 | test -z "$ac_c_werror_flag" || |
21632 | test ! -s conftest.err | 21075 | test ! -s conftest.err |
21633 | } && test -s conftest.$ac_objext; then | 21076 | } && test -s conftest.$ac_objext; then |
21634 | ac_lo=$ac_mid; break | 21077 | ac_lo=$ac_mid; break |
21635 | else | 21078 | else |
21636 | $as_echo "$as_me: failed program was:" >&5 | 21079 | echo "$as_me: failed program was:" >&5 |
21637 | sed 's/^/| /' conftest.$ac_ext >&5 | 21080 | sed 's/^/| /' conftest.$ac_ext >&5 |
21638 | 21081 | ||
21639 | ac_hi=`expr '(' $ac_mid ')' - 1` | 21082 | ac_hi=`expr '(' $ac_mid ')' - 1` |
@@ -21647,7 +21090,7 @@ fi | |||
21647 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21090 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
21648 | done | 21091 | done |
21649 | else | 21092 | else |
21650 | $as_echo "$as_me: failed program was:" >&5 | 21093 | echo "$as_me: failed program was:" >&5 |
21651 | sed 's/^/| /' conftest.$ac_ext >&5 | 21094 | sed 's/^/| /' conftest.$ac_ext >&5 |
21652 | 21095 | ||
21653 | ac_lo= ac_hi= | 21096 | ac_lo= ac_hi= |
@@ -21667,10 +21110,11 @@ cat confdefs.h >>conftest.$ac_ext | |||
21667 | cat >>conftest.$ac_ext <<_ACEOF | 21110 | cat >>conftest.$ac_ext <<_ACEOF |
21668 | /* end confdefs.h. */ | 21111 | /* end confdefs.h. */ |
21669 | $ac_includes_default | 21112 | $ac_includes_default |
21113 | typedef long long int ac__type_sizeof_; | ||
21670 | int | 21114 | int |
21671 | main () | 21115 | main () |
21672 | { | 21116 | { |
21673 | static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= $ac_mid)]; | 21117 | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; |
21674 | test_array [0] = 0 | 21118 | test_array [0] = 0 |
21675 | 21119 | ||
21676 | ; | 21120 | ; |
@@ -21683,21 +21127,20 @@ case "(($ac_try" in | |||
21683 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21127 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21684 | *) ac_try_echo=$ac_try;; | 21128 | *) ac_try_echo=$ac_try;; |
21685 | esac | 21129 | esac |
21686 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21130 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21687 | $as_echo "$ac_try_echo") >&5 | ||
21688 | (eval "$ac_compile") 2>conftest.er1 | 21131 | (eval "$ac_compile") 2>conftest.er1 |
21689 | ac_status=$? | 21132 | ac_status=$? |
21690 | grep -v '^ *+' conftest.er1 >conftest.err | 21133 | grep -v '^ *+' conftest.er1 >conftest.err |
21691 | rm -f conftest.er1 | 21134 | rm -f conftest.er1 |
21692 | cat conftest.err >&5 | 21135 | cat conftest.err >&5 |
21693 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21136 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21694 | (exit $ac_status); } && { | 21137 | (exit $ac_status); } && { |
21695 | test -z "$ac_c_werror_flag" || | 21138 | test -z "$ac_c_werror_flag" || |
21696 | test ! -s conftest.err | 21139 | test ! -s conftest.err |
21697 | } && test -s conftest.$ac_objext; then | 21140 | } && test -s conftest.$ac_objext; then |
21698 | ac_hi=$ac_mid | 21141 | ac_hi=$ac_mid |
21699 | else | 21142 | else |
21700 | $as_echo "$as_me: failed program was:" >&5 | 21143 | echo "$as_me: failed program was:" >&5 |
21701 | sed 's/^/| /' conftest.$ac_ext >&5 | 21144 | sed 's/^/| /' conftest.$ac_ext >&5 |
21702 | 21145 | ||
21703 | ac_lo=`expr '(' $ac_mid ')' + 1` | 21146 | ac_lo=`expr '(' $ac_mid ')' + 1` |
@@ -21708,9 +21151,9 @@ done | |||
21708 | case $ac_lo in | 21151 | case $ac_lo in |
21709 | ?*) ac_cv_sizeof_long_long_int=$ac_lo;; | 21152 | ?*) ac_cv_sizeof_long_long_int=$ac_lo;; |
21710 | '') if test "$ac_cv_type_long_long_int" = yes; then | 21153 | '') if test "$ac_cv_type_long_long_int" = yes; then |
21711 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) | 21154 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) |
21712 | See \`config.log' for more details." >&5 | 21155 | See \`config.log' for more details." >&5 |
21713 | $as_echo "$as_me: error: cannot compute sizeof (long long int) | 21156 | echo "$as_me: error: cannot compute sizeof (long long int) |
21714 | See \`config.log' for more details." >&2;} | 21157 | See \`config.log' for more details." >&2;} |
21715 | { (exit 77); exit 77; }; } | 21158 | { (exit 77); exit 77; }; } |
21716 | else | 21159 | else |
@@ -21725,8 +21168,9 @@ cat confdefs.h >>conftest.$ac_ext | |||
21725 | cat >>conftest.$ac_ext <<_ACEOF | 21168 | cat >>conftest.$ac_ext <<_ACEOF |
21726 | /* end confdefs.h. */ | 21169 | /* end confdefs.h. */ |
21727 | $ac_includes_default | 21170 | $ac_includes_default |
21728 | static long int longval () { return (long int) (sizeof (long long int)); } | 21171 | typedef long long int ac__type_sizeof_; |
21729 | static unsigned long int ulongval () { return (long int) (sizeof (long long int)); } | 21172 | static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } |
21173 | static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | ||
21730 | #include <stdio.h> | 21174 | #include <stdio.h> |
21731 | #include <stdlib.h> | 21175 | #include <stdlib.h> |
21732 | int | 21176 | int |
@@ -21736,22 +21180,20 @@ main () | |||
21736 | FILE *f = fopen ("conftest.val", "w"); | 21180 | FILE *f = fopen ("conftest.val", "w"); |
21737 | if (! f) | 21181 | if (! f) |
21738 | return 1; | 21182 | return 1; |
21739 | if (((long int) (sizeof (long long int))) < 0) | 21183 | if (((long int) (sizeof (ac__type_sizeof_))) < 0) |
21740 | { | 21184 | { |
21741 | long int i = longval (); | 21185 | long int i = longval (); |
21742 | if (i != ((long int) (sizeof (long long int)))) | 21186 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
21743 | return 1; | 21187 | return 1; |
21744 | fprintf (f, "%ld", i); | 21188 | fprintf (f, "%ld\n", i); |
21745 | } | 21189 | } |
21746 | else | 21190 | else |
21747 | { | 21191 | { |
21748 | unsigned long int i = ulongval (); | 21192 | unsigned long int i = ulongval (); |
21749 | if (i != ((long int) (sizeof (long long int)))) | 21193 | if (i != ((long int) (sizeof (ac__type_sizeof_)))) |
21750 | return 1; | 21194 | return 1; |
21751 | fprintf (f, "%lu", i); | 21195 | fprintf (f, "%lu\n", i); |
21752 | } | 21196 | } |
21753 | /* Do not output a trailing newline, as this causes \r\n confusion | ||
21754 | on some platforms. */ | ||
21755 | return ferror (f) || fclose (f) != 0; | 21197 | return ferror (f) || fclose (f) != 0; |
21756 | 21198 | ||
21757 | ; | 21199 | ; |
@@ -21764,46 +21206,43 @@ case "(($ac_try" in | |||
21764 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21206 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21765 | *) ac_try_echo=$ac_try;; | 21207 | *) ac_try_echo=$ac_try;; |
21766 | esac | 21208 | esac |
21767 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21209 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21768 | $as_echo "$ac_try_echo") >&5 | ||
21769 | (eval "$ac_link") 2>&5 | 21210 | (eval "$ac_link") 2>&5 |
21770 | ac_status=$? | 21211 | ac_status=$? |
21771 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21212 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21772 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 21213 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
21773 | { (case "(($ac_try" in | 21214 | { (case "(($ac_try" in |
21774 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21215 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21775 | *) ac_try_echo=$ac_try;; | 21216 | *) ac_try_echo=$ac_try;; |
21776 | esac | 21217 | esac |
21777 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21218 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21778 | $as_echo "$ac_try_echo") >&5 | ||
21779 | (eval "$ac_try") 2>&5 | 21219 | (eval "$ac_try") 2>&5 |
21780 | ac_status=$? | 21220 | ac_status=$? |
21781 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21221 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21782 | (exit $ac_status); }; }; then | 21222 | (exit $ac_status); }; }; then |
21783 | ac_cv_sizeof_long_long_int=`cat conftest.val` | 21223 | ac_cv_sizeof_long_long_int=`cat conftest.val` |
21784 | else | 21224 | else |
21785 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 21225 | echo "$as_me: program exited with status $ac_status" >&5 |
21786 | $as_echo "$as_me: failed program was:" >&5 | 21226 | echo "$as_me: failed program was:" >&5 |
21787 | sed 's/^/| /' conftest.$ac_ext >&5 | 21227 | sed 's/^/| /' conftest.$ac_ext >&5 |
21788 | 21228 | ||
21789 | ( exit $ac_status ) | 21229 | ( exit $ac_status ) |
21790 | if test "$ac_cv_type_long_long_int" = yes; then | 21230 | if test "$ac_cv_type_long_long_int" = yes; then |
21791 | { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) | 21231 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int) |
21792 | See \`config.log' for more details." >&5 | 21232 | See \`config.log' for more details." >&5 |
21793 | $as_echo "$as_me: error: cannot compute sizeof (long long int) | 21233 | echo "$as_me: error: cannot compute sizeof (long long int) |
21794 | See \`config.log' for more details." >&2;} | 21234 | See \`config.log' for more details." >&2;} |
21795 | { (exit 77); exit 77; }; } | 21235 | { (exit 77); exit 77; }; } |
21796 | else | 21236 | else |
21797 | ac_cv_sizeof_long_long_int=0 | 21237 | ac_cv_sizeof_long_long_int=0 |
21798 | fi | 21238 | fi |
21799 | fi | 21239 | fi |
21800 | rm -rf conftest.dSYM | ||
21801 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 21240 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21802 | fi | 21241 | fi |
21803 | rm -f conftest.val | 21242 | rm -f conftest.val |
21804 | fi | 21243 | fi |
21805 | { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5 | 21244 | { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5 |
21806 | $as_echo "$ac_cv_sizeof_long_long_int" >&6; } | 21245 | echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6; } |
21807 | 21246 | ||
21808 | 21247 | ||
21809 | 21248 | ||
@@ -21820,12 +21259,12 @@ fi | |||
21820 | 21259 | ||
21821 | # compute LLONG_MIN and LLONG_MAX if we don't know them. | 21260 | # compute LLONG_MIN and LLONG_MAX if we don't know them. |
21822 | if test -z "$have_llong_max"; then | 21261 | if test -z "$have_llong_max"; then |
21823 | { $as_echo "$as_me:$LINENO: checking for max value of long long" >&5 | 21262 | { echo "$as_me:$LINENO: checking for max value of long long" >&5 |
21824 | $as_echo_n "checking for max value of long long... " >&6; } | 21263 | echo $ECHO_N "checking for max value of long long... $ECHO_C" >&6; } |
21825 | if test "$cross_compiling" = yes; then | 21264 | if test "$cross_compiling" = yes; then |
21826 | 21265 | ||
21827 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 | 21266 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking" >&5 |
21828 | $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} | 21267 | echo "$as_me: WARNING: cross compiling: not checking" >&2;} |
21829 | 21268 | ||
21830 | 21269 | ||
21831 | else | 21270 | else |
@@ -21915,37 +21354,35 @@ case "(($ac_try" in | |||
21915 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21354 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21916 | *) ac_try_echo=$ac_try;; | 21355 | *) ac_try_echo=$ac_try;; |
21917 | esac | 21356 | esac |
21918 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21357 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21919 | $as_echo "$ac_try_echo") >&5 | ||
21920 | (eval "$ac_link") 2>&5 | 21358 | (eval "$ac_link") 2>&5 |
21921 | ac_status=$? | 21359 | ac_status=$? |
21922 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21360 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21923 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 21361 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
21924 | { (case "(($ac_try" in | 21362 | { (case "(($ac_try" in |
21925 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21363 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
21926 | *) ac_try_echo=$ac_try;; | 21364 | *) ac_try_echo=$ac_try;; |
21927 | esac | 21365 | esac |
21928 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21366 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
21929 | $as_echo "$ac_try_echo") >&5 | ||
21930 | (eval "$ac_try") 2>&5 | 21367 | (eval "$ac_try") 2>&5 |
21931 | ac_status=$? | 21368 | ac_status=$? |
21932 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21369 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21933 | (exit $ac_status); }; }; then | 21370 | (exit $ac_status); }; }; then |
21934 | 21371 | ||
21935 | llong_min=`$AWK '{print $1}' conftest.llminmax` | 21372 | llong_min=`$AWK '{print $1}' conftest.llminmax` |
21936 | llong_max=`$AWK '{print $2}' conftest.llminmax` | 21373 | llong_max=`$AWK '{print $2}' conftest.llminmax` |
21937 | 21374 | ||
21938 | { $as_echo "$as_me:$LINENO: result: $llong_max" >&5 | 21375 | { echo "$as_me:$LINENO: result: $llong_max" >&5 |
21939 | $as_echo "$llong_max" >&6; } | 21376 | echo "${ECHO_T}$llong_max" >&6; } |
21940 | 21377 | ||
21941 | cat >>confdefs.h <<_ACEOF | 21378 | cat >>confdefs.h <<_ACEOF |
21942 | #define LLONG_MAX ${llong_max}LL | 21379 | #define LLONG_MAX ${llong_max}LL |
21943 | _ACEOF | 21380 | _ACEOF |
21944 | 21381 | ||
21945 | { $as_echo "$as_me:$LINENO: checking for min value of long long" >&5 | 21382 | { echo "$as_me:$LINENO: checking for min value of long long" >&5 |
21946 | $as_echo_n "checking for min value of long long... " >&6; } | 21383 | echo $ECHO_N "checking for min value of long long... $ECHO_C" >&6; } |
21947 | { $as_echo "$as_me:$LINENO: result: $llong_min" >&5 | 21384 | { echo "$as_me:$LINENO: result: $llong_min" >&5 |
21948 | $as_echo "$llong_min" >&6; } | 21385 | echo "${ECHO_T}$llong_min" >&6; } |
21949 | 21386 | ||
21950 | cat >>confdefs.h <<_ACEOF | 21387 | cat >>confdefs.h <<_ACEOF |
21951 | #define LLONG_MIN ${llong_min}LL | 21388 | #define LLONG_MIN ${llong_min}LL |
@@ -21953,17 +21390,16 @@ _ACEOF | |||
21953 | 21390 | ||
21954 | 21391 | ||
21955 | else | 21392 | else |
21956 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 21393 | echo "$as_me: program exited with status $ac_status" >&5 |
21957 | $as_echo "$as_me: failed program was:" >&5 | 21394 | echo "$as_me: failed program was:" >&5 |
21958 | sed 's/^/| /' conftest.$ac_ext >&5 | 21395 | sed 's/^/| /' conftest.$ac_ext >&5 |
21959 | 21396 | ||
21960 | ( exit $ac_status ) | 21397 | ( exit $ac_status ) |
21961 | 21398 | ||
21962 | { $as_echo "$as_me:$LINENO: result: not found" >&5 | 21399 | { echo "$as_me:$LINENO: result: not found" >&5 |
21963 | $as_echo "not found" >&6; } | 21400 | echo "${ECHO_T}not found" >&6; } |
21964 | 21401 | ||
21965 | fi | 21402 | fi |
21966 | rm -rf conftest.dSYM | ||
21967 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 21403 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21968 | fi | 21404 | fi |
21969 | 21405 | ||
@@ -21972,10 +21408,10 @@ fi | |||
21972 | 21408 | ||
21973 | 21409 | ||
21974 | # More checks for data types | 21410 | # More checks for data types |
21975 | { $as_echo "$as_me:$LINENO: checking for u_int type" >&5 | 21411 | { echo "$as_me:$LINENO: checking for u_int type" >&5 |
21976 | $as_echo_n "checking for u_int type... " >&6; } | 21412 | echo $ECHO_N "checking for u_int type... $ECHO_C" >&6; } |
21977 | if test "${ac_cv_have_u_int+set}" = set; then | 21413 | if test "${ac_cv_have_u_int+set}" = set; then |
21978 | $as_echo_n "(cached) " >&6 | 21414 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
21979 | else | 21415 | else |
21980 | 21416 | ||
21981 | cat >conftest.$ac_ext <<_ACEOF | 21417 | cat >conftest.$ac_ext <<_ACEOF |
@@ -21999,21 +21435,20 @@ case "(($ac_try" in | |||
21999 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21435 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22000 | *) ac_try_echo=$ac_try;; | 21436 | *) ac_try_echo=$ac_try;; |
22001 | esac | 21437 | esac |
22002 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21438 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22003 | $as_echo "$ac_try_echo") >&5 | ||
22004 | (eval "$ac_compile") 2>conftest.er1 | 21439 | (eval "$ac_compile") 2>conftest.er1 |
22005 | ac_status=$? | 21440 | ac_status=$? |
22006 | grep -v '^ *+' conftest.er1 >conftest.err | 21441 | grep -v '^ *+' conftest.er1 >conftest.err |
22007 | rm -f conftest.er1 | 21442 | rm -f conftest.er1 |
22008 | cat conftest.err >&5 | 21443 | cat conftest.err >&5 |
22009 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21444 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22010 | (exit $ac_status); } && { | 21445 | (exit $ac_status); } && { |
22011 | test -z "$ac_c_werror_flag" || | 21446 | test -z "$ac_c_werror_flag" || |
22012 | test ! -s conftest.err | 21447 | test ! -s conftest.err |
22013 | } && test -s conftest.$ac_objext; then | 21448 | } && test -s conftest.$ac_objext; then |
22014 | ac_cv_have_u_int="yes" | 21449 | ac_cv_have_u_int="yes" |
22015 | else | 21450 | else |
22016 | $as_echo "$as_me: failed program was:" >&5 | 21451 | echo "$as_me: failed program was:" >&5 |
22017 | sed 's/^/| /' conftest.$ac_ext >&5 | 21452 | sed 's/^/| /' conftest.$ac_ext >&5 |
22018 | 21453 | ||
22019 | ac_cv_have_u_int="no" | 21454 | ac_cv_have_u_int="no" |
@@ -22023,8 +21458,8 @@ fi | |||
22023 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21458 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22024 | 21459 | ||
22025 | fi | 21460 | fi |
22026 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5 | 21461 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5 |
22027 | $as_echo "$ac_cv_have_u_int" >&6; } | 21462 | echo "${ECHO_T}$ac_cv_have_u_int" >&6; } |
22028 | if test "x$ac_cv_have_u_int" = "xyes" ; then | 21463 | if test "x$ac_cv_have_u_int" = "xyes" ; then |
22029 | 21464 | ||
22030 | cat >>confdefs.h <<\_ACEOF | 21465 | cat >>confdefs.h <<\_ACEOF |
@@ -22034,10 +21469,10 @@ _ACEOF | |||
22034 | have_u_int=1 | 21469 | have_u_int=1 |
22035 | fi | 21470 | fi |
22036 | 21471 | ||
22037 | { $as_echo "$as_me:$LINENO: checking for intXX_t types" >&5 | 21472 | { echo "$as_me:$LINENO: checking for intXX_t types" >&5 |
22038 | $as_echo_n "checking for intXX_t types... " >&6; } | 21473 | echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6; } |
22039 | if test "${ac_cv_have_intxx_t+set}" = set; then | 21474 | if test "${ac_cv_have_intxx_t+set}" = set; then |
22040 | $as_echo_n "(cached) " >&6 | 21475 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22041 | else | 21476 | else |
22042 | 21477 | ||
22043 | cat >conftest.$ac_ext <<_ACEOF | 21478 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22061,21 +21496,20 @@ case "(($ac_try" in | |||
22061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21496 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22062 | *) ac_try_echo=$ac_try;; | 21497 | *) ac_try_echo=$ac_try;; |
22063 | esac | 21498 | esac |
22064 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21499 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22065 | $as_echo "$ac_try_echo") >&5 | ||
22066 | (eval "$ac_compile") 2>conftest.er1 | 21500 | (eval "$ac_compile") 2>conftest.er1 |
22067 | ac_status=$? | 21501 | ac_status=$? |
22068 | grep -v '^ *+' conftest.er1 >conftest.err | 21502 | grep -v '^ *+' conftest.er1 >conftest.err |
22069 | rm -f conftest.er1 | 21503 | rm -f conftest.er1 |
22070 | cat conftest.err >&5 | 21504 | cat conftest.err >&5 |
22071 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21505 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22072 | (exit $ac_status); } && { | 21506 | (exit $ac_status); } && { |
22073 | test -z "$ac_c_werror_flag" || | 21507 | test -z "$ac_c_werror_flag" || |
22074 | test ! -s conftest.err | 21508 | test ! -s conftest.err |
22075 | } && test -s conftest.$ac_objext; then | 21509 | } && test -s conftest.$ac_objext; then |
22076 | ac_cv_have_intxx_t="yes" | 21510 | ac_cv_have_intxx_t="yes" |
22077 | else | 21511 | else |
22078 | $as_echo "$as_me: failed program was:" >&5 | 21512 | echo "$as_me: failed program was:" >&5 |
22079 | sed 's/^/| /' conftest.$ac_ext >&5 | 21513 | sed 's/^/| /' conftest.$ac_ext >&5 |
22080 | 21514 | ||
22081 | ac_cv_have_intxx_t="no" | 21515 | ac_cv_have_intxx_t="no" |
@@ -22085,8 +21519,8 @@ fi | |||
22085 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21519 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22086 | 21520 | ||
22087 | fi | 21521 | fi |
22088 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5 | 21522 | { echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5 |
22089 | $as_echo "$ac_cv_have_intxx_t" >&6; } | 21523 | echo "${ECHO_T}$ac_cv_have_intxx_t" >&6; } |
22090 | if test "x$ac_cv_have_intxx_t" = "xyes" ; then | 21524 | if test "x$ac_cv_have_intxx_t" = "xyes" ; then |
22091 | 21525 | ||
22092 | cat >>confdefs.h <<\_ACEOF | 21526 | cat >>confdefs.h <<\_ACEOF |
@@ -22099,8 +21533,8 @@ fi | |||
22099 | if (test -z "$have_intxx_t" && \ | 21533 | if (test -z "$have_intxx_t" && \ |
22100 | test "x$ac_cv_header_stdint_h" = "xyes") | 21534 | test "x$ac_cv_header_stdint_h" = "xyes") |
22101 | then | 21535 | then |
22102 | { $as_echo "$as_me:$LINENO: checking for intXX_t types in stdint.h" >&5 | 21536 | { echo "$as_me:$LINENO: checking for intXX_t types in stdint.h" >&5 |
22103 | $as_echo_n "checking for intXX_t types in stdint.h... " >&6; } | 21537 | echo $ECHO_N "checking for intXX_t types in stdint.h... $ECHO_C" >&6; } |
22104 | cat >conftest.$ac_ext <<_ACEOF | 21538 | cat >conftest.$ac_ext <<_ACEOF |
22105 | /* confdefs.h. */ | 21539 | /* confdefs.h. */ |
22106 | _ACEOF | 21540 | _ACEOF |
@@ -22122,14 +21556,13 @@ case "(($ac_try" in | |||
22122 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21556 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22123 | *) ac_try_echo=$ac_try;; | 21557 | *) ac_try_echo=$ac_try;; |
22124 | esac | 21558 | esac |
22125 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21559 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22126 | $as_echo "$ac_try_echo") >&5 | ||
22127 | (eval "$ac_compile") 2>conftest.er1 | 21560 | (eval "$ac_compile") 2>conftest.er1 |
22128 | ac_status=$? | 21561 | ac_status=$? |
22129 | grep -v '^ *+' conftest.er1 >conftest.err | 21562 | grep -v '^ *+' conftest.er1 >conftest.err |
22130 | rm -f conftest.er1 | 21563 | rm -f conftest.er1 |
22131 | cat conftest.err >&5 | 21564 | cat conftest.err >&5 |
22132 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21565 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22133 | (exit $ac_status); } && { | 21566 | (exit $ac_status); } && { |
22134 | test -z "$ac_c_werror_flag" || | 21567 | test -z "$ac_c_werror_flag" || |
22135 | test ! -s conftest.err | 21568 | test ! -s conftest.err |
@@ -22139,25 +21572,25 @@ $as_echo "$ac_try_echo") >&5 | |||
22139 | #define HAVE_INTXX_T 1 | 21572 | #define HAVE_INTXX_T 1 |
22140 | _ACEOF | 21573 | _ACEOF |
22141 | 21574 | ||
22142 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 21575 | { echo "$as_me:$LINENO: result: yes" >&5 |
22143 | $as_echo "yes" >&6; } | 21576 | echo "${ECHO_T}yes" >&6; } |
22144 | 21577 | ||
22145 | else | 21578 | else |
22146 | $as_echo "$as_me: failed program was:" >&5 | 21579 | echo "$as_me: failed program was:" >&5 |
22147 | sed 's/^/| /' conftest.$ac_ext >&5 | 21580 | sed 's/^/| /' conftest.$ac_ext >&5 |
22148 | 21581 | ||
22149 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 21582 | { echo "$as_me:$LINENO: result: no" >&5 |
22150 | $as_echo "no" >&6; } | 21583 | echo "${ECHO_T}no" >&6; } |
22151 | 21584 | ||
22152 | fi | 21585 | fi |
22153 | 21586 | ||
22154 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21587 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22155 | fi | 21588 | fi |
22156 | 21589 | ||
22157 | { $as_echo "$as_me:$LINENO: checking for int64_t type" >&5 | 21590 | { echo "$as_me:$LINENO: checking for int64_t type" >&5 |
22158 | $as_echo_n "checking for int64_t type... " >&6; } | 21591 | echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6; } |
22159 | if test "${ac_cv_have_int64_t+set}" = set; then | 21592 | if test "${ac_cv_have_int64_t+set}" = set; then |
22160 | $as_echo_n "(cached) " >&6 | 21593 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22161 | else | 21594 | else |
22162 | 21595 | ||
22163 | cat >conftest.$ac_ext <<_ACEOF | 21596 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22190,21 +21623,20 @@ case "(($ac_try" in | |||
22190 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21623 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22191 | *) ac_try_echo=$ac_try;; | 21624 | *) ac_try_echo=$ac_try;; |
22192 | esac | 21625 | esac |
22193 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21626 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22194 | $as_echo "$ac_try_echo") >&5 | ||
22195 | (eval "$ac_compile") 2>conftest.er1 | 21627 | (eval "$ac_compile") 2>conftest.er1 |
22196 | ac_status=$? | 21628 | ac_status=$? |
22197 | grep -v '^ *+' conftest.er1 >conftest.err | 21629 | grep -v '^ *+' conftest.er1 >conftest.err |
22198 | rm -f conftest.er1 | 21630 | rm -f conftest.er1 |
22199 | cat conftest.err >&5 | 21631 | cat conftest.err >&5 |
22200 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22201 | (exit $ac_status); } && { | 21633 | (exit $ac_status); } && { |
22202 | test -z "$ac_c_werror_flag" || | 21634 | test -z "$ac_c_werror_flag" || |
22203 | test ! -s conftest.err | 21635 | test ! -s conftest.err |
22204 | } && test -s conftest.$ac_objext; then | 21636 | } && test -s conftest.$ac_objext; then |
22205 | ac_cv_have_int64_t="yes" | 21637 | ac_cv_have_int64_t="yes" |
22206 | else | 21638 | else |
22207 | $as_echo "$as_me: failed program was:" >&5 | 21639 | echo "$as_me: failed program was:" >&5 |
22208 | sed 's/^/| /' conftest.$ac_ext >&5 | 21640 | sed 's/^/| /' conftest.$ac_ext >&5 |
22209 | 21641 | ||
22210 | ac_cv_have_int64_t="no" | 21642 | ac_cv_have_int64_t="no" |
@@ -22214,8 +21646,8 @@ fi | |||
22214 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21646 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22215 | 21647 | ||
22216 | fi | 21648 | fi |
22217 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5 | 21649 | { echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5 |
22218 | $as_echo "$ac_cv_have_int64_t" >&6; } | 21650 | echo "${ECHO_T}$ac_cv_have_int64_t" >&6; } |
22219 | if test "x$ac_cv_have_int64_t" = "xyes" ; then | 21651 | if test "x$ac_cv_have_int64_t" = "xyes" ; then |
22220 | 21652 | ||
22221 | cat >>confdefs.h <<\_ACEOF | 21653 | cat >>confdefs.h <<\_ACEOF |
@@ -22224,10 +21656,10 @@ _ACEOF | |||
22224 | 21656 | ||
22225 | fi | 21657 | fi |
22226 | 21658 | ||
22227 | { $as_echo "$as_me:$LINENO: checking for u_intXX_t types" >&5 | 21659 | { echo "$as_me:$LINENO: checking for u_intXX_t types" >&5 |
22228 | $as_echo_n "checking for u_intXX_t types... " >&6; } | 21660 | echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6; } |
22229 | if test "${ac_cv_have_u_intxx_t+set}" = set; then | 21661 | if test "${ac_cv_have_u_intxx_t+set}" = set; then |
22230 | $as_echo_n "(cached) " >&6 | 21662 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22231 | else | 21663 | else |
22232 | 21664 | ||
22233 | cat >conftest.$ac_ext <<_ACEOF | 21665 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22251,21 +21683,20 @@ case "(($ac_try" in | |||
22251 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21683 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22252 | *) ac_try_echo=$ac_try;; | 21684 | *) ac_try_echo=$ac_try;; |
22253 | esac | 21685 | esac |
22254 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21686 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22255 | $as_echo "$ac_try_echo") >&5 | ||
22256 | (eval "$ac_compile") 2>conftest.er1 | 21687 | (eval "$ac_compile") 2>conftest.er1 |
22257 | ac_status=$? | 21688 | ac_status=$? |
22258 | grep -v '^ *+' conftest.er1 >conftest.err | 21689 | grep -v '^ *+' conftest.er1 >conftest.err |
22259 | rm -f conftest.er1 | 21690 | rm -f conftest.er1 |
22260 | cat conftest.err >&5 | 21691 | cat conftest.err >&5 |
22261 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21692 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22262 | (exit $ac_status); } && { | 21693 | (exit $ac_status); } && { |
22263 | test -z "$ac_c_werror_flag" || | 21694 | test -z "$ac_c_werror_flag" || |
22264 | test ! -s conftest.err | 21695 | test ! -s conftest.err |
22265 | } && test -s conftest.$ac_objext; then | 21696 | } && test -s conftest.$ac_objext; then |
22266 | ac_cv_have_u_intxx_t="yes" | 21697 | ac_cv_have_u_intxx_t="yes" |
22267 | else | 21698 | else |
22268 | $as_echo "$as_me: failed program was:" >&5 | 21699 | echo "$as_me: failed program was:" >&5 |
22269 | sed 's/^/| /' conftest.$ac_ext >&5 | 21700 | sed 's/^/| /' conftest.$ac_ext >&5 |
22270 | 21701 | ||
22271 | ac_cv_have_u_intxx_t="no" | 21702 | ac_cv_have_u_intxx_t="no" |
@@ -22275,8 +21706,8 @@ fi | |||
22275 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21706 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22276 | 21707 | ||
22277 | fi | 21708 | fi |
22278 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5 | 21709 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5 |
22279 | $as_echo "$ac_cv_have_u_intxx_t" >&6; } | 21710 | echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6; } |
22280 | if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then | 21711 | if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then |
22281 | 21712 | ||
22282 | cat >>confdefs.h <<\_ACEOF | 21713 | cat >>confdefs.h <<\_ACEOF |
@@ -22287,8 +21718,8 @@ _ACEOF | |||
22287 | fi | 21718 | fi |
22288 | 21719 | ||
22289 | if test -z "$have_u_intxx_t" ; then | 21720 | if test -z "$have_u_intxx_t" ; then |
22290 | { $as_echo "$as_me:$LINENO: checking for u_intXX_t types in sys/socket.h" >&5 | 21721 | { echo "$as_me:$LINENO: checking for u_intXX_t types in sys/socket.h" >&5 |
22291 | $as_echo_n "checking for u_intXX_t types in sys/socket.h... " >&6; } | 21722 | echo $ECHO_N "checking for u_intXX_t types in sys/socket.h... $ECHO_C" >&6; } |
22292 | cat >conftest.$ac_ext <<_ACEOF | 21723 | cat >conftest.$ac_ext <<_ACEOF |
22293 | /* confdefs.h. */ | 21724 | /* confdefs.h. */ |
22294 | _ACEOF | 21725 | _ACEOF |
@@ -22310,14 +21741,13 @@ case "(($ac_try" in | |||
22310 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21741 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22311 | *) ac_try_echo=$ac_try;; | 21742 | *) ac_try_echo=$ac_try;; |
22312 | esac | 21743 | esac |
22313 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21744 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22314 | $as_echo "$ac_try_echo") >&5 | ||
22315 | (eval "$ac_compile") 2>conftest.er1 | 21745 | (eval "$ac_compile") 2>conftest.er1 |
22316 | ac_status=$? | 21746 | ac_status=$? |
22317 | grep -v '^ *+' conftest.er1 >conftest.err | 21747 | grep -v '^ *+' conftest.er1 >conftest.err |
22318 | rm -f conftest.er1 | 21748 | rm -f conftest.er1 |
22319 | cat conftest.err >&5 | 21749 | cat conftest.err >&5 |
22320 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22321 | (exit $ac_status); } && { | 21751 | (exit $ac_status); } && { |
22322 | test -z "$ac_c_werror_flag" || | 21752 | test -z "$ac_c_werror_flag" || |
22323 | test ! -s conftest.err | 21753 | test ! -s conftest.err |
@@ -22327,25 +21757,25 @@ $as_echo "$ac_try_echo") >&5 | |||
22327 | #define HAVE_U_INTXX_T 1 | 21757 | #define HAVE_U_INTXX_T 1 |
22328 | _ACEOF | 21758 | _ACEOF |
22329 | 21759 | ||
22330 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 21760 | { echo "$as_me:$LINENO: result: yes" >&5 |
22331 | $as_echo "yes" >&6; } | 21761 | echo "${ECHO_T}yes" >&6; } |
22332 | 21762 | ||
22333 | else | 21763 | else |
22334 | $as_echo "$as_me: failed program was:" >&5 | 21764 | echo "$as_me: failed program was:" >&5 |
22335 | sed 's/^/| /' conftest.$ac_ext >&5 | 21765 | sed 's/^/| /' conftest.$ac_ext >&5 |
22336 | 21766 | ||
22337 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 21767 | { echo "$as_me:$LINENO: result: no" >&5 |
22338 | $as_echo "no" >&6; } | 21768 | echo "${ECHO_T}no" >&6; } |
22339 | 21769 | ||
22340 | fi | 21770 | fi |
22341 | 21771 | ||
22342 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21772 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22343 | fi | 21773 | fi |
22344 | 21774 | ||
22345 | { $as_echo "$as_me:$LINENO: checking for u_int64_t types" >&5 | 21775 | { echo "$as_me:$LINENO: checking for u_int64_t types" >&5 |
22346 | $as_echo_n "checking for u_int64_t types... " >&6; } | 21776 | echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6; } |
22347 | if test "${ac_cv_have_u_int64_t+set}" = set; then | 21777 | if test "${ac_cv_have_u_int64_t+set}" = set; then |
22348 | $as_echo_n "(cached) " >&6 | 21778 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22349 | else | 21779 | else |
22350 | 21780 | ||
22351 | cat >conftest.$ac_ext <<_ACEOF | 21781 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22369,21 +21799,20 @@ case "(($ac_try" in | |||
22369 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21799 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22370 | *) ac_try_echo=$ac_try;; | 21800 | *) ac_try_echo=$ac_try;; |
22371 | esac | 21801 | esac |
22372 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21802 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22373 | $as_echo "$ac_try_echo") >&5 | ||
22374 | (eval "$ac_compile") 2>conftest.er1 | 21803 | (eval "$ac_compile") 2>conftest.er1 |
22375 | ac_status=$? | 21804 | ac_status=$? |
22376 | grep -v '^ *+' conftest.er1 >conftest.err | 21805 | grep -v '^ *+' conftest.er1 >conftest.err |
22377 | rm -f conftest.er1 | 21806 | rm -f conftest.er1 |
22378 | cat conftest.err >&5 | 21807 | cat conftest.err >&5 |
22379 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21808 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22380 | (exit $ac_status); } && { | 21809 | (exit $ac_status); } && { |
22381 | test -z "$ac_c_werror_flag" || | 21810 | test -z "$ac_c_werror_flag" || |
22382 | test ! -s conftest.err | 21811 | test ! -s conftest.err |
22383 | } && test -s conftest.$ac_objext; then | 21812 | } && test -s conftest.$ac_objext; then |
22384 | ac_cv_have_u_int64_t="yes" | 21813 | ac_cv_have_u_int64_t="yes" |
22385 | else | 21814 | else |
22386 | $as_echo "$as_me: failed program was:" >&5 | 21815 | echo "$as_me: failed program was:" >&5 |
22387 | sed 's/^/| /' conftest.$ac_ext >&5 | 21816 | sed 's/^/| /' conftest.$ac_ext >&5 |
22388 | 21817 | ||
22389 | ac_cv_have_u_int64_t="no" | 21818 | ac_cv_have_u_int64_t="no" |
@@ -22393,8 +21822,8 @@ fi | |||
22393 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21822 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22394 | 21823 | ||
22395 | fi | 21824 | fi |
22396 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5 | 21825 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5 |
22397 | $as_echo "$ac_cv_have_u_int64_t" >&6; } | 21826 | echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6; } |
22398 | if test "x$ac_cv_have_u_int64_t" = "xyes" ; then | 21827 | if test "x$ac_cv_have_u_int64_t" = "xyes" ; then |
22399 | 21828 | ||
22400 | cat >>confdefs.h <<\_ACEOF | 21829 | cat >>confdefs.h <<\_ACEOF |
@@ -22405,8 +21834,8 @@ _ACEOF | |||
22405 | fi | 21834 | fi |
22406 | 21835 | ||
22407 | if test -z "$have_u_int64_t" ; then | 21836 | if test -z "$have_u_int64_t" ; then |
22408 | { $as_echo "$as_me:$LINENO: checking for u_int64_t type in sys/bitypes.h" >&5 | 21837 | { echo "$as_me:$LINENO: checking for u_int64_t type in sys/bitypes.h" >&5 |
22409 | $as_echo_n "checking for u_int64_t type in sys/bitypes.h... " >&6; } | 21838 | echo $ECHO_N "checking for u_int64_t type in sys/bitypes.h... $ECHO_C" >&6; } |
22410 | cat >conftest.$ac_ext <<_ACEOF | 21839 | cat >conftest.$ac_ext <<_ACEOF |
22411 | /* confdefs.h. */ | 21840 | /* confdefs.h. */ |
22412 | _ACEOF | 21841 | _ACEOF |
@@ -22428,14 +21857,13 @@ case "(($ac_try" in | |||
22428 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21857 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22429 | *) ac_try_echo=$ac_try;; | 21858 | *) ac_try_echo=$ac_try;; |
22430 | esac | 21859 | esac |
22431 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21860 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22432 | $as_echo "$ac_try_echo") >&5 | ||
22433 | (eval "$ac_compile") 2>conftest.er1 | 21861 | (eval "$ac_compile") 2>conftest.er1 |
22434 | ac_status=$? | 21862 | ac_status=$? |
22435 | grep -v '^ *+' conftest.er1 >conftest.err | 21863 | grep -v '^ *+' conftest.er1 >conftest.err |
22436 | rm -f conftest.er1 | 21864 | rm -f conftest.er1 |
22437 | cat conftest.err >&5 | 21865 | cat conftest.err >&5 |
22438 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21866 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22439 | (exit $ac_status); } && { | 21867 | (exit $ac_status); } && { |
22440 | test -z "$ac_c_werror_flag" || | 21868 | test -z "$ac_c_werror_flag" || |
22441 | test ! -s conftest.err | 21869 | test ! -s conftest.err |
@@ -22445,15 +21873,15 @@ $as_echo "$ac_try_echo") >&5 | |||
22445 | #define HAVE_U_INT64_T 1 | 21873 | #define HAVE_U_INT64_T 1 |
22446 | _ACEOF | 21874 | _ACEOF |
22447 | 21875 | ||
22448 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 21876 | { echo "$as_me:$LINENO: result: yes" >&5 |
22449 | $as_echo "yes" >&6; } | 21877 | echo "${ECHO_T}yes" >&6; } |
22450 | 21878 | ||
22451 | else | 21879 | else |
22452 | $as_echo "$as_me: failed program was:" >&5 | 21880 | echo "$as_me: failed program was:" >&5 |
22453 | sed 's/^/| /' conftest.$ac_ext >&5 | 21881 | sed 's/^/| /' conftest.$ac_ext >&5 |
22454 | 21882 | ||
22455 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 21883 | { echo "$as_me:$LINENO: result: no" >&5 |
22456 | $as_echo "no" >&6; } | 21884 | echo "${ECHO_T}no" >&6; } |
22457 | 21885 | ||
22458 | fi | 21886 | fi |
22459 | 21887 | ||
@@ -22461,10 +21889,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
22461 | fi | 21889 | fi |
22462 | 21890 | ||
22463 | if test -z "$have_u_intxx_t" ; then | 21891 | if test -z "$have_u_intxx_t" ; then |
22464 | { $as_echo "$as_me:$LINENO: checking for uintXX_t types" >&5 | 21892 | { echo "$as_me:$LINENO: checking for uintXX_t types" >&5 |
22465 | $as_echo_n "checking for uintXX_t types... " >&6; } | 21893 | echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6; } |
22466 | if test "${ac_cv_have_uintxx_t+set}" = set; then | 21894 | if test "${ac_cv_have_uintxx_t+set}" = set; then |
22467 | $as_echo_n "(cached) " >&6 | 21895 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22468 | else | 21896 | else |
22469 | 21897 | ||
22470 | cat >conftest.$ac_ext <<_ACEOF | 21898 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22490,21 +21918,20 @@ case "(($ac_try" in | |||
22490 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21918 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22491 | *) ac_try_echo=$ac_try;; | 21919 | *) ac_try_echo=$ac_try;; |
22492 | esac | 21920 | esac |
22493 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21921 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22494 | $as_echo "$ac_try_echo") >&5 | ||
22495 | (eval "$ac_compile") 2>conftest.er1 | 21922 | (eval "$ac_compile") 2>conftest.er1 |
22496 | ac_status=$? | 21923 | ac_status=$? |
22497 | grep -v '^ *+' conftest.er1 >conftest.err | 21924 | grep -v '^ *+' conftest.er1 >conftest.err |
22498 | rm -f conftest.er1 | 21925 | rm -f conftest.er1 |
22499 | cat conftest.err >&5 | 21926 | cat conftest.err >&5 |
22500 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22501 | (exit $ac_status); } && { | 21928 | (exit $ac_status); } && { |
22502 | test -z "$ac_c_werror_flag" || | 21929 | test -z "$ac_c_werror_flag" || |
22503 | test ! -s conftest.err | 21930 | test ! -s conftest.err |
22504 | } && test -s conftest.$ac_objext; then | 21931 | } && test -s conftest.$ac_objext; then |
22505 | ac_cv_have_uintxx_t="yes" | 21932 | ac_cv_have_uintxx_t="yes" |
22506 | else | 21933 | else |
22507 | $as_echo "$as_me: failed program was:" >&5 | 21934 | echo "$as_me: failed program was:" >&5 |
22508 | sed 's/^/| /' conftest.$ac_ext >&5 | 21935 | sed 's/^/| /' conftest.$ac_ext >&5 |
22509 | 21936 | ||
22510 | ac_cv_have_uintxx_t="no" | 21937 | ac_cv_have_uintxx_t="no" |
@@ -22514,8 +21941,8 @@ fi | |||
22514 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 21941 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22515 | 21942 | ||
22516 | fi | 21943 | fi |
22517 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5 | 21944 | { echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5 |
22518 | $as_echo "$ac_cv_have_uintxx_t" >&6; } | 21945 | echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6; } |
22519 | if test "x$ac_cv_have_uintxx_t" = "xyes" ; then | 21946 | if test "x$ac_cv_have_uintxx_t" = "xyes" ; then |
22520 | 21947 | ||
22521 | cat >>confdefs.h <<\_ACEOF | 21948 | cat >>confdefs.h <<\_ACEOF |
@@ -22526,8 +21953,8 @@ _ACEOF | |||
22526 | fi | 21953 | fi |
22527 | 21954 | ||
22528 | if test -z "$have_uintxx_t" ; then | 21955 | if test -z "$have_uintxx_t" ; then |
22529 | { $as_echo "$as_me:$LINENO: checking for uintXX_t types in stdint.h" >&5 | 21956 | { echo "$as_me:$LINENO: checking for uintXX_t types in stdint.h" >&5 |
22530 | $as_echo_n "checking for uintXX_t types in stdint.h... " >&6; } | 21957 | echo $ECHO_N "checking for uintXX_t types in stdint.h... $ECHO_C" >&6; } |
22531 | cat >conftest.$ac_ext <<_ACEOF | 21958 | cat >conftest.$ac_ext <<_ACEOF |
22532 | /* confdefs.h. */ | 21959 | /* confdefs.h. */ |
22533 | _ACEOF | 21960 | _ACEOF |
@@ -22549,14 +21976,13 @@ case "(($ac_try" in | |||
22549 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 21976 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22550 | *) ac_try_echo=$ac_try;; | 21977 | *) ac_try_echo=$ac_try;; |
22551 | esac | 21978 | esac |
22552 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 21979 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22553 | $as_echo "$ac_try_echo") >&5 | ||
22554 | (eval "$ac_compile") 2>conftest.er1 | 21980 | (eval "$ac_compile") 2>conftest.er1 |
22555 | ac_status=$? | 21981 | ac_status=$? |
22556 | grep -v '^ *+' conftest.er1 >conftest.err | 21982 | grep -v '^ *+' conftest.er1 >conftest.err |
22557 | rm -f conftest.er1 | 21983 | rm -f conftest.er1 |
22558 | cat conftest.err >&5 | 21984 | cat conftest.err >&5 |
22559 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22560 | (exit $ac_status); } && { | 21986 | (exit $ac_status); } && { |
22561 | test -z "$ac_c_werror_flag" || | 21987 | test -z "$ac_c_werror_flag" || |
22562 | test ! -s conftest.err | 21988 | test ! -s conftest.err |
@@ -22566,15 +21992,15 @@ $as_echo "$ac_try_echo") >&5 | |||
22566 | #define HAVE_UINTXX_T 1 | 21992 | #define HAVE_UINTXX_T 1 |
22567 | _ACEOF | 21993 | _ACEOF |
22568 | 21994 | ||
22569 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 21995 | { echo "$as_me:$LINENO: result: yes" >&5 |
22570 | $as_echo "yes" >&6; } | 21996 | echo "${ECHO_T}yes" >&6; } |
22571 | 21997 | ||
22572 | else | 21998 | else |
22573 | $as_echo "$as_me: failed program was:" >&5 | 21999 | echo "$as_me: failed program was:" >&5 |
22574 | sed 's/^/| /' conftest.$ac_ext >&5 | 22000 | sed 's/^/| /' conftest.$ac_ext >&5 |
22575 | 22001 | ||
22576 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 22002 | { echo "$as_me:$LINENO: result: no" >&5 |
22577 | $as_echo "no" >&6; } | 22003 | echo "${ECHO_T}no" >&6; } |
22578 | 22004 | ||
22579 | fi | 22005 | fi |
22580 | 22006 | ||
@@ -22584,8 +22010,8 @@ fi | |||
22584 | if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ | 22010 | if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \ |
22585 | test "x$ac_cv_header_sys_bitypes_h" = "xyes") | 22011 | test "x$ac_cv_header_sys_bitypes_h" = "xyes") |
22586 | then | 22012 | then |
22587 | { $as_echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 | 22013 | { echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5 |
22588 | $as_echo_n "checking for intXX_t and u_intXX_t types in sys/bitypes.h... " >&6; } | 22014 | echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6; } |
22589 | cat >conftest.$ac_ext <<_ACEOF | 22015 | cat >conftest.$ac_ext <<_ACEOF |
22590 | /* confdefs.h. */ | 22016 | /* confdefs.h. */ |
22591 | _ACEOF | 22017 | _ACEOF |
@@ -22613,14 +22039,13 @@ case "(($ac_try" in | |||
22613 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22039 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22614 | *) ac_try_echo=$ac_try;; | 22040 | *) ac_try_echo=$ac_try;; |
22615 | esac | 22041 | esac |
22616 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22042 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22617 | $as_echo "$ac_try_echo") >&5 | ||
22618 | (eval "$ac_compile") 2>conftest.er1 | 22043 | (eval "$ac_compile") 2>conftest.er1 |
22619 | ac_status=$? | 22044 | ac_status=$? |
22620 | grep -v '^ *+' conftest.er1 >conftest.err | 22045 | grep -v '^ *+' conftest.er1 >conftest.err |
22621 | rm -f conftest.er1 | 22046 | rm -f conftest.er1 |
22622 | cat conftest.err >&5 | 22047 | cat conftest.err >&5 |
22623 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22048 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22624 | (exit $ac_status); } && { | 22049 | (exit $ac_status); } && { |
22625 | test -z "$ac_c_werror_flag" || | 22050 | test -z "$ac_c_werror_flag" || |
22626 | test ! -s conftest.err | 22051 | test ! -s conftest.err |
@@ -22634,15 +22059,15 @@ _ACEOF | |||
22634 | #define HAVE_INTXX_T 1 | 22059 | #define HAVE_INTXX_T 1 |
22635 | _ACEOF | 22060 | _ACEOF |
22636 | 22061 | ||
22637 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 22062 | { echo "$as_me:$LINENO: result: yes" >&5 |
22638 | $as_echo "yes" >&6; } | 22063 | echo "${ECHO_T}yes" >&6; } |
22639 | 22064 | ||
22640 | else | 22065 | else |
22641 | $as_echo "$as_me: failed program was:" >&5 | 22066 | echo "$as_me: failed program was:" >&5 |
22642 | sed 's/^/| /' conftest.$ac_ext >&5 | 22067 | sed 's/^/| /' conftest.$ac_ext >&5 |
22643 | 22068 | ||
22644 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 22069 | { echo "$as_me:$LINENO: result: no" >&5 |
22645 | $as_echo "no" >&6; } | 22070 | echo "${ECHO_T}no" >&6; } |
22646 | 22071 | ||
22647 | fi | 22072 | fi |
22648 | 22073 | ||
@@ -22650,10 +22075,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
22650 | fi | 22075 | fi |
22651 | 22076 | ||
22652 | 22077 | ||
22653 | { $as_echo "$as_me:$LINENO: checking for u_char" >&5 | 22078 | { echo "$as_me:$LINENO: checking for u_char" >&5 |
22654 | $as_echo_n "checking for u_char... " >&6; } | 22079 | echo $ECHO_N "checking for u_char... $ECHO_C" >&6; } |
22655 | if test "${ac_cv_have_u_char+set}" = set; then | 22080 | if test "${ac_cv_have_u_char+set}" = set; then |
22656 | $as_echo_n "(cached) " >&6 | 22081 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22657 | else | 22082 | else |
22658 | 22083 | ||
22659 | cat >conftest.$ac_ext <<_ACEOF | 22084 | cat >conftest.$ac_ext <<_ACEOF |
@@ -22679,21 +22104,20 @@ case "(($ac_try" in | |||
22679 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22104 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22680 | *) ac_try_echo=$ac_try;; | 22105 | *) ac_try_echo=$ac_try;; |
22681 | esac | 22106 | esac |
22682 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22107 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22683 | $as_echo "$ac_try_echo") >&5 | ||
22684 | (eval "$ac_compile") 2>conftest.er1 | 22108 | (eval "$ac_compile") 2>conftest.er1 |
22685 | ac_status=$? | 22109 | ac_status=$? |
22686 | grep -v '^ *+' conftest.er1 >conftest.err | 22110 | grep -v '^ *+' conftest.er1 >conftest.err |
22687 | rm -f conftest.er1 | 22111 | rm -f conftest.er1 |
22688 | cat conftest.err >&5 | 22112 | cat conftest.err >&5 |
22689 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22113 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22690 | (exit $ac_status); } && { | 22114 | (exit $ac_status); } && { |
22691 | test -z "$ac_c_werror_flag" || | 22115 | test -z "$ac_c_werror_flag" || |
22692 | test ! -s conftest.err | 22116 | test ! -s conftest.err |
22693 | } && test -s conftest.$ac_objext; then | 22117 | } && test -s conftest.$ac_objext; then |
22694 | ac_cv_have_u_char="yes" | 22118 | ac_cv_have_u_char="yes" |
22695 | else | 22119 | else |
22696 | $as_echo "$as_me: failed program was:" >&5 | 22120 | echo "$as_me: failed program was:" >&5 |
22697 | sed 's/^/| /' conftest.$ac_ext >&5 | 22121 | sed 's/^/| /' conftest.$ac_ext >&5 |
22698 | 22122 | ||
22699 | ac_cv_have_u_char="no" | 22123 | ac_cv_have_u_char="no" |
@@ -22703,8 +22127,8 @@ fi | |||
22703 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22127 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22704 | 22128 | ||
22705 | fi | 22129 | fi |
22706 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_u_char" >&5 | 22130 | { echo "$as_me:$LINENO: result: $ac_cv_have_u_char" >&5 |
22707 | $as_echo "$ac_cv_have_u_char" >&6; } | 22131 | echo "${ECHO_T}$ac_cv_have_u_char" >&6; } |
22708 | if test "x$ac_cv_have_u_char" = "xyes" ; then | 22132 | if test "x$ac_cv_have_u_char" = "xyes" ; then |
22709 | 22133 | ||
22710 | cat >>confdefs.h <<\_ACEOF | 22134 | cat >>confdefs.h <<\_ACEOF |
@@ -22714,48 +22138,11 @@ _ACEOF | |||
22714 | fi | 22138 | fi |
22715 | 22139 | ||
22716 | 22140 | ||
22717 | { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 | 22141 | { echo "$as_me:$LINENO: checking for socklen_t" >&5 |
22718 | $as_echo_n "checking for socklen_t... " >&6; } | 22142 | echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } |
22719 | if test "${ac_cv_type_socklen_t+set}" = set; then | 22143 | if test "${ac_cv_type_socklen_t+set}" = set; then |
22720 | $as_echo_n "(cached) " >&6 | 22144 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22721 | else | 22145 | else |
22722 | ac_cv_type_socklen_t=no | ||
22723 | cat >conftest.$ac_ext <<_ACEOF | ||
22724 | /* confdefs.h. */ | ||
22725 | _ACEOF | ||
22726 | cat confdefs.h >>conftest.$ac_ext | ||
22727 | cat >>conftest.$ac_ext <<_ACEOF | ||
22728 | /* end confdefs.h. */ | ||
22729 | #include <sys/types.h> | ||
22730 | #include <sys/socket.h> | ||
22731 | |||
22732 | int | ||
22733 | main () | ||
22734 | { | ||
22735 | if (sizeof (socklen_t)) | ||
22736 | return 0; | ||
22737 | ; | ||
22738 | return 0; | ||
22739 | } | ||
22740 | _ACEOF | ||
22741 | rm -f conftest.$ac_objext | ||
22742 | if { (ac_try="$ac_compile" | ||
22743 | case "(($ac_try" in | ||
22744 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
22745 | *) ac_try_echo=$ac_try;; | ||
22746 | esac | ||
22747 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
22748 | $as_echo "$ac_try_echo") >&5 | ||
22749 | (eval "$ac_compile") 2>conftest.er1 | ||
22750 | ac_status=$? | ||
22751 | grep -v '^ *+' conftest.er1 >conftest.err | ||
22752 | rm -f conftest.er1 | ||
22753 | cat conftest.err >&5 | ||
22754 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
22755 | (exit $ac_status); } && { | ||
22756 | test -z "$ac_c_werror_flag" || | ||
22757 | test ! -s conftest.err | ||
22758 | } && test -s conftest.$ac_objext; then | ||
22759 | cat >conftest.$ac_ext <<_ACEOF | 22146 | cat >conftest.$ac_ext <<_ACEOF |
22760 | /* confdefs.h. */ | 22147 | /* confdefs.h. */ |
22761 | _ACEOF | 22148 | _ACEOF |
@@ -22765,11 +22152,14 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
22765 | #include <sys/types.h> | 22152 | #include <sys/types.h> |
22766 | #include <sys/socket.h> | 22153 | #include <sys/socket.h> |
22767 | 22154 | ||
22155 | typedef socklen_t ac__type_new_; | ||
22768 | int | 22156 | int |
22769 | main () | 22157 | main () |
22770 | { | 22158 | { |
22771 | if (sizeof ((socklen_t))) | 22159 | if ((ac__type_new_ *) 0) |
22772 | return 0; | 22160 | return 0; |
22161 | if (sizeof (ac__type_new_)) | ||
22162 | return 0; | ||
22773 | ; | 22163 | ; |
22774 | return 0; | 22164 | return 0; |
22775 | } | 22165 | } |
@@ -22780,46 +22170,37 @@ case "(($ac_try" in | |||
22780 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22170 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22781 | *) ac_try_echo=$ac_try;; | 22171 | *) ac_try_echo=$ac_try;; |
22782 | esac | 22172 | esac |
22783 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22173 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22784 | $as_echo "$ac_try_echo") >&5 | ||
22785 | (eval "$ac_compile") 2>conftest.er1 | 22174 | (eval "$ac_compile") 2>conftest.er1 |
22786 | ac_status=$? | 22175 | ac_status=$? |
22787 | grep -v '^ *+' conftest.er1 >conftest.err | 22176 | grep -v '^ *+' conftest.er1 >conftest.err |
22788 | rm -f conftest.er1 | 22177 | rm -f conftest.er1 |
22789 | cat conftest.err >&5 | 22178 | cat conftest.err >&5 |
22790 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22179 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22791 | (exit $ac_status); } && { | 22180 | (exit $ac_status); } && { |
22792 | test -z "$ac_c_werror_flag" || | 22181 | test -z "$ac_c_werror_flag" || |
22793 | test ! -s conftest.err | 22182 | test ! -s conftest.err |
22794 | } && test -s conftest.$ac_objext; then | 22183 | } && test -s conftest.$ac_objext; then |
22795 | : | 22184 | ac_cv_type_socklen_t=yes |
22796 | else | ||
22797 | $as_echo "$as_me: failed program was:" >&5 | ||
22798 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
22799 | |||
22800 | ac_cv_type_socklen_t=yes | ||
22801 | fi | ||
22802 | |||
22803 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
22804 | else | 22185 | else |
22805 | $as_echo "$as_me: failed program was:" >&5 | 22186 | echo "$as_me: failed program was:" >&5 |
22806 | sed 's/^/| /' conftest.$ac_ext >&5 | 22187 | sed 's/^/| /' conftest.$ac_ext >&5 |
22807 | 22188 | ||
22808 | 22189 | ac_cv_type_socklen_t=no | |
22809 | fi | 22190 | fi |
22810 | 22191 | ||
22811 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22192 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22812 | fi | 22193 | fi |
22813 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 | 22194 | { echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 |
22814 | $as_echo "$ac_cv_type_socklen_t" >&6; } | 22195 | echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; } |
22815 | if test $ac_cv_type_socklen_t = yes; then | 22196 | if test $ac_cv_type_socklen_t = yes; then |
22816 | : | 22197 | : |
22817 | else | 22198 | else |
22818 | 22199 | ||
22819 | { $as_echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5 | 22200 | { echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5 |
22820 | $as_echo_n "checking for socklen_t equivalent... " >&6; } | 22201 | echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6; } |
22821 | if test "${curl_cv_socklen_t_equiv+set}" = set; then | 22202 | if test "${curl_cv_socklen_t_equiv+set}" = set; then |
22822 | $as_echo_n "(cached) " >&6 | 22203 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22823 | else | 22204 | else |
22824 | 22205 | ||
22825 | # Systems have either "struct sockaddr *" or | 22206 | # Systems have either "struct sockaddr *" or |
@@ -22856,14 +22237,13 @@ case "(($ac_try" in | |||
22856 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22237 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22857 | *) ac_try_echo=$ac_try;; | 22238 | *) ac_try_echo=$ac_try;; |
22858 | esac | 22239 | esac |
22859 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22240 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22860 | $as_echo "$ac_try_echo") >&5 | ||
22861 | (eval "$ac_compile") 2>conftest.er1 | 22241 | (eval "$ac_compile") 2>conftest.er1 |
22862 | ac_status=$? | 22242 | ac_status=$? |
22863 | grep -v '^ *+' conftest.er1 >conftest.err | 22243 | grep -v '^ *+' conftest.er1 >conftest.err |
22864 | rm -f conftest.er1 | 22244 | rm -f conftest.er1 |
22865 | cat conftest.err >&5 | 22245 | cat conftest.err >&5 |
22866 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22867 | (exit $ac_status); } && { | 22247 | (exit $ac_status); } && { |
22868 | test -z "$ac_c_werror_flag" || | 22248 | test -z "$ac_c_werror_flag" || |
22869 | test ! -s conftest.err | 22249 | test ! -s conftest.err |
@@ -22873,7 +22253,7 @@ $as_echo "$ac_try_echo") >&5 | |||
22873 | break | 22253 | break |
22874 | 22254 | ||
22875 | else | 22255 | else |
22876 | $as_echo "$as_me: failed program was:" >&5 | 22256 | echo "$as_me: failed program was:" >&5 |
22877 | sed 's/^/| /' conftest.$ac_ext >&5 | 22257 | sed 's/^/| /' conftest.$ac_ext >&5 |
22878 | 22258 | ||
22879 | 22259 | ||
@@ -22884,15 +22264,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
22884 | done | 22264 | done |
22885 | 22265 | ||
22886 | if test "x$curl_cv_socklen_t_equiv" = x; then | 22266 | if test "x$curl_cv_socklen_t_equiv" = x; then |
22887 | { { $as_echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5 | 22267 | { { echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5 |
22888 | $as_echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} | 22268 | echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;} |
22889 | { (exit 1); exit 1; }; } | 22269 | { (exit 1); exit 1; }; } |
22890 | fi | 22270 | fi |
22891 | 22271 | ||
22892 | fi | 22272 | fi |
22893 | 22273 | ||
22894 | { $as_echo "$as_me:$LINENO: result: $curl_cv_socklen_t_equiv" >&5 | 22274 | { echo "$as_me:$LINENO: result: $curl_cv_socklen_t_equiv" >&5 |
22895 | $as_echo "$curl_cv_socklen_t_equiv" >&6; } | 22275 | echo "${ECHO_T}$curl_cv_socklen_t_equiv" >&6; } |
22896 | 22276 | ||
22897 | cat >>confdefs.h <<_ACEOF | 22277 | cat >>confdefs.h <<_ACEOF |
22898 | #define socklen_t $curl_cv_socklen_t_equiv | 22278 | #define socklen_t $curl_cv_socklen_t_equiv |
@@ -22902,47 +22282,11 @@ fi | |||
22902 | 22282 | ||
22903 | 22283 | ||
22904 | 22284 | ||
22905 | { $as_echo "$as_me:$LINENO: checking for sig_atomic_t" >&5 | 22285 | { echo "$as_me:$LINENO: checking for sig_atomic_t" >&5 |
22906 | $as_echo_n "checking for sig_atomic_t... " >&6; } | 22286 | echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6; } |
22907 | if test "${ac_cv_type_sig_atomic_t+set}" = set; then | 22287 | if test "${ac_cv_type_sig_atomic_t+set}" = set; then |
22908 | $as_echo_n "(cached) " >&6 | 22288 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
22909 | else | 22289 | else |
22910 | ac_cv_type_sig_atomic_t=no | ||
22911 | cat >conftest.$ac_ext <<_ACEOF | ||
22912 | /* confdefs.h. */ | ||
22913 | _ACEOF | ||
22914 | cat confdefs.h >>conftest.$ac_ext | ||
22915 | cat >>conftest.$ac_ext <<_ACEOF | ||
22916 | /* end confdefs.h. */ | ||
22917 | #include <signal.h> | ||
22918 | |||
22919 | int | ||
22920 | main () | ||
22921 | { | ||
22922 | if (sizeof (sig_atomic_t)) | ||
22923 | return 0; | ||
22924 | ; | ||
22925 | return 0; | ||
22926 | } | ||
22927 | _ACEOF | ||
22928 | rm -f conftest.$ac_objext | ||
22929 | if { (ac_try="$ac_compile" | ||
22930 | case "(($ac_try" in | ||
22931 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
22932 | *) ac_try_echo=$ac_try;; | ||
22933 | esac | ||
22934 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
22935 | $as_echo "$ac_try_echo") >&5 | ||
22936 | (eval "$ac_compile") 2>conftest.er1 | ||
22937 | ac_status=$? | ||
22938 | grep -v '^ *+' conftest.er1 >conftest.err | ||
22939 | rm -f conftest.er1 | ||
22940 | cat conftest.err >&5 | ||
22941 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
22942 | (exit $ac_status); } && { | ||
22943 | test -z "$ac_c_werror_flag" || | ||
22944 | test ! -s conftest.err | ||
22945 | } && test -s conftest.$ac_objext; then | ||
22946 | cat >conftest.$ac_ext <<_ACEOF | 22290 | cat >conftest.$ac_ext <<_ACEOF |
22947 | /* confdefs.h. */ | 22291 | /* confdefs.h. */ |
22948 | _ACEOF | 22292 | _ACEOF |
@@ -22951,11 +22295,14 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
22951 | /* end confdefs.h. */ | 22295 | /* end confdefs.h. */ |
22952 | #include <signal.h> | 22296 | #include <signal.h> |
22953 | 22297 | ||
22298 | typedef sig_atomic_t ac__type_new_; | ||
22954 | int | 22299 | int |
22955 | main () | 22300 | main () |
22956 | { | 22301 | { |
22957 | if (sizeof ((sig_atomic_t))) | 22302 | if ((ac__type_new_ *) 0) |
22958 | return 0; | 22303 | return 0; |
22304 | if (sizeof (ac__type_new_)) | ||
22305 | return 0; | ||
22959 | ; | 22306 | ; |
22960 | return 0; | 22307 | return 0; |
22961 | } | 22308 | } |
@@ -22966,38 +22313,29 @@ case "(($ac_try" in | |||
22966 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22313 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
22967 | *) ac_try_echo=$ac_try;; | 22314 | *) ac_try_echo=$ac_try;; |
22968 | esac | 22315 | esac |
22969 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22316 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
22970 | $as_echo "$ac_try_echo") >&5 | ||
22971 | (eval "$ac_compile") 2>conftest.er1 | 22317 | (eval "$ac_compile") 2>conftest.er1 |
22972 | ac_status=$? | 22318 | ac_status=$? |
22973 | grep -v '^ *+' conftest.er1 >conftest.err | 22319 | grep -v '^ *+' conftest.er1 >conftest.err |
22974 | rm -f conftest.er1 | 22320 | rm -f conftest.er1 |
22975 | cat conftest.err >&5 | 22321 | cat conftest.err >&5 |
22976 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22322 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22977 | (exit $ac_status); } && { | 22323 | (exit $ac_status); } && { |
22978 | test -z "$ac_c_werror_flag" || | 22324 | test -z "$ac_c_werror_flag" || |
22979 | test ! -s conftest.err | 22325 | test ! -s conftest.err |
22980 | } && test -s conftest.$ac_objext; then | 22326 | } && test -s conftest.$ac_objext; then |
22981 | : | 22327 | ac_cv_type_sig_atomic_t=yes |
22982 | else | ||
22983 | $as_echo "$as_me: failed program was:" >&5 | ||
22984 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
22985 | |||
22986 | ac_cv_type_sig_atomic_t=yes | ||
22987 | fi | ||
22988 | |||
22989 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
22990 | else | 22328 | else |
22991 | $as_echo "$as_me: failed program was:" >&5 | 22329 | echo "$as_me: failed program was:" >&5 |
22992 | sed 's/^/| /' conftest.$ac_ext >&5 | 22330 | sed 's/^/| /' conftest.$ac_ext >&5 |
22993 | 22331 | ||
22994 | 22332 | ac_cv_type_sig_atomic_t=no | |
22995 | fi | 22333 | fi |
22996 | 22334 | ||
22997 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22335 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
22998 | fi | 22336 | fi |
22999 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5 | 22337 | { echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5 |
23000 | $as_echo "$ac_cv_type_sig_atomic_t" >&6; } | 22338 | echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6; } |
23001 | if test $ac_cv_type_sig_atomic_t = yes; then | 22339 | if test $ac_cv_type_sig_atomic_t = yes; then |
23002 | 22340 | ||
23003 | cat >>confdefs.h <<_ACEOF | 22341 | cat >>confdefs.h <<_ACEOF |
@@ -23007,58 +22345,11 @@ _ACEOF | |||
23007 | 22345 | ||
23008 | fi | 22346 | fi |
23009 | 22347 | ||
23010 | { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5 | 22348 | { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5 |
23011 | $as_echo_n "checking for fsblkcnt_t... " >&6; } | 22349 | echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; } |
23012 | if test "${ac_cv_type_fsblkcnt_t+set}" = set; then | 22350 | if test "${ac_cv_type_fsblkcnt_t+set}" = set; then |
23013 | $as_echo_n "(cached) " >&6 | 22351 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23014 | else | 22352 | else |
23015 | ac_cv_type_fsblkcnt_t=no | ||
23016 | cat >conftest.$ac_ext <<_ACEOF | ||
23017 | /* confdefs.h. */ | ||
23018 | _ACEOF | ||
23019 | cat confdefs.h >>conftest.$ac_ext | ||
23020 | cat >>conftest.$ac_ext <<_ACEOF | ||
23021 | /* end confdefs.h. */ | ||
23022 | |||
23023 | #include <sys/types.h> | ||
23024 | #ifdef HAVE_SYS_BITYPES_H | ||
23025 | #include <sys/bitypes.h> | ||
23026 | #endif | ||
23027 | #ifdef HAVE_SYS_STATFS_H | ||
23028 | #include <sys/statfs.h> | ||
23029 | #endif | ||
23030 | #ifdef HAVE_SYS_STATVFS_H | ||
23031 | #include <sys/statvfs.h> | ||
23032 | #endif | ||
23033 | |||
23034 | |||
23035 | int | ||
23036 | main () | ||
23037 | { | ||
23038 | if (sizeof (fsblkcnt_t)) | ||
23039 | return 0; | ||
23040 | ; | ||
23041 | return 0; | ||
23042 | } | ||
23043 | _ACEOF | ||
23044 | rm -f conftest.$ac_objext | ||
23045 | if { (ac_try="$ac_compile" | ||
23046 | case "(($ac_try" in | ||
23047 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23048 | *) ac_try_echo=$ac_try;; | ||
23049 | esac | ||
23050 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23051 | $as_echo "$ac_try_echo") >&5 | ||
23052 | (eval "$ac_compile") 2>conftest.er1 | ||
23053 | ac_status=$? | ||
23054 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23055 | rm -f conftest.er1 | ||
23056 | cat conftest.err >&5 | ||
23057 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23058 | (exit $ac_status); } && { | ||
23059 | test -z "$ac_c_werror_flag" || | ||
23060 | test ! -s conftest.err | ||
23061 | } && test -s conftest.$ac_objext; then | ||
23062 | cat >conftest.$ac_ext <<_ACEOF | 22353 | cat >conftest.$ac_ext <<_ACEOF |
23063 | /* confdefs.h. */ | 22354 | /* confdefs.h. */ |
23064 | _ACEOF | 22355 | _ACEOF |
@@ -23078,11 +22369,14 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
23078 | #endif | 22369 | #endif |
23079 | 22370 | ||
23080 | 22371 | ||
22372 | typedef fsblkcnt_t ac__type_new_; | ||
23081 | int | 22373 | int |
23082 | main () | 22374 | main () |
23083 | { | 22375 | { |
23084 | if (sizeof ((fsblkcnt_t))) | 22376 | if ((ac__type_new_ *) 0) |
23085 | return 0; | 22377 | return 0; |
22378 | if (sizeof (ac__type_new_)) | ||
22379 | return 0; | ||
23086 | ; | 22380 | ; |
23087 | return 0; | 22381 | return 0; |
23088 | } | 22382 | } |
@@ -23093,38 +22387,29 @@ case "(($ac_try" in | |||
23093 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22387 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23094 | *) ac_try_echo=$ac_try;; | 22388 | *) ac_try_echo=$ac_try;; |
23095 | esac | 22389 | esac |
23096 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22390 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23097 | $as_echo "$ac_try_echo") >&5 | ||
23098 | (eval "$ac_compile") 2>conftest.er1 | 22391 | (eval "$ac_compile") 2>conftest.er1 |
23099 | ac_status=$? | 22392 | ac_status=$? |
23100 | grep -v '^ *+' conftest.er1 >conftest.err | 22393 | grep -v '^ *+' conftest.er1 >conftest.err |
23101 | rm -f conftest.er1 | 22394 | rm -f conftest.er1 |
23102 | cat conftest.err >&5 | 22395 | cat conftest.err >&5 |
23103 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22396 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23104 | (exit $ac_status); } && { | 22397 | (exit $ac_status); } && { |
23105 | test -z "$ac_c_werror_flag" || | 22398 | test -z "$ac_c_werror_flag" || |
23106 | test ! -s conftest.err | 22399 | test ! -s conftest.err |
23107 | } && test -s conftest.$ac_objext; then | 22400 | } && test -s conftest.$ac_objext; then |
23108 | : | 22401 | ac_cv_type_fsblkcnt_t=yes |
23109 | else | ||
23110 | $as_echo "$as_me: failed program was:" >&5 | ||
23111 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23112 | |||
23113 | ac_cv_type_fsblkcnt_t=yes | ||
23114 | fi | ||
23115 | |||
23116 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23117 | else | 22402 | else |
23118 | $as_echo "$as_me: failed program was:" >&5 | 22403 | echo "$as_me: failed program was:" >&5 |
23119 | sed 's/^/| /' conftest.$ac_ext >&5 | 22404 | sed 's/^/| /' conftest.$ac_ext >&5 |
23120 | 22405 | ||
23121 | 22406 | ac_cv_type_fsblkcnt_t=no | |
23122 | fi | 22407 | fi |
23123 | 22408 | ||
23124 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22409 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23125 | fi | 22410 | fi |
23126 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5 | 22411 | { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5 |
23127 | $as_echo "$ac_cv_type_fsblkcnt_t" >&6; } | 22412 | echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; } |
23128 | if test $ac_cv_type_fsblkcnt_t = yes; then | 22413 | if test $ac_cv_type_fsblkcnt_t = yes; then |
23129 | 22414 | ||
23130 | cat >>confdefs.h <<_ACEOF | 22415 | cat >>confdefs.h <<_ACEOF |
@@ -23133,58 +22418,11 @@ _ACEOF | |||
23133 | 22418 | ||
23134 | 22419 | ||
23135 | fi | 22420 | fi |
23136 | { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5 | 22421 | { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5 |
23137 | $as_echo_n "checking for fsfilcnt_t... " >&6; } | 22422 | echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; } |
23138 | if test "${ac_cv_type_fsfilcnt_t+set}" = set; then | 22423 | if test "${ac_cv_type_fsfilcnt_t+set}" = set; then |
23139 | $as_echo_n "(cached) " >&6 | 22424 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23140 | else | 22425 | else |
23141 | ac_cv_type_fsfilcnt_t=no | ||
23142 | cat >conftest.$ac_ext <<_ACEOF | ||
23143 | /* confdefs.h. */ | ||
23144 | _ACEOF | ||
23145 | cat confdefs.h >>conftest.$ac_ext | ||
23146 | cat >>conftest.$ac_ext <<_ACEOF | ||
23147 | /* end confdefs.h. */ | ||
23148 | |||
23149 | #include <sys/types.h> | ||
23150 | #ifdef HAVE_SYS_BITYPES_H | ||
23151 | #include <sys/bitypes.h> | ||
23152 | #endif | ||
23153 | #ifdef HAVE_SYS_STATFS_H | ||
23154 | #include <sys/statfs.h> | ||
23155 | #endif | ||
23156 | #ifdef HAVE_SYS_STATVFS_H | ||
23157 | #include <sys/statvfs.h> | ||
23158 | #endif | ||
23159 | |||
23160 | |||
23161 | int | ||
23162 | main () | ||
23163 | { | ||
23164 | if (sizeof (fsfilcnt_t)) | ||
23165 | return 0; | ||
23166 | ; | ||
23167 | return 0; | ||
23168 | } | ||
23169 | _ACEOF | ||
23170 | rm -f conftest.$ac_objext | ||
23171 | if { (ac_try="$ac_compile" | ||
23172 | case "(($ac_try" in | ||
23173 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23174 | *) ac_try_echo=$ac_try;; | ||
23175 | esac | ||
23176 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23177 | $as_echo "$ac_try_echo") >&5 | ||
23178 | (eval "$ac_compile") 2>conftest.er1 | ||
23179 | ac_status=$? | ||
23180 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23181 | rm -f conftest.er1 | ||
23182 | cat conftest.err >&5 | ||
23183 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23184 | (exit $ac_status); } && { | ||
23185 | test -z "$ac_c_werror_flag" || | ||
23186 | test ! -s conftest.err | ||
23187 | } && test -s conftest.$ac_objext; then | ||
23188 | cat >conftest.$ac_ext <<_ACEOF | 22426 | cat >conftest.$ac_ext <<_ACEOF |
23189 | /* confdefs.h. */ | 22427 | /* confdefs.h. */ |
23190 | _ACEOF | 22428 | _ACEOF |
@@ -23204,11 +22442,14 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
23204 | #endif | 22442 | #endif |
23205 | 22443 | ||
23206 | 22444 | ||
22445 | typedef fsfilcnt_t ac__type_new_; | ||
23207 | int | 22446 | int |
23208 | main () | 22447 | main () |
23209 | { | 22448 | { |
23210 | if (sizeof ((fsfilcnt_t))) | 22449 | if ((ac__type_new_ *) 0) |
23211 | return 0; | 22450 | return 0; |
22451 | if (sizeof (ac__type_new_)) | ||
22452 | return 0; | ||
23212 | ; | 22453 | ; |
23213 | return 0; | 22454 | return 0; |
23214 | } | 22455 | } |
@@ -23219,38 +22460,29 @@ case "(($ac_try" in | |||
23219 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22460 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23220 | *) ac_try_echo=$ac_try;; | 22461 | *) ac_try_echo=$ac_try;; |
23221 | esac | 22462 | esac |
23222 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22463 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23223 | $as_echo "$ac_try_echo") >&5 | ||
23224 | (eval "$ac_compile") 2>conftest.er1 | 22464 | (eval "$ac_compile") 2>conftest.er1 |
23225 | ac_status=$? | 22465 | ac_status=$? |
23226 | grep -v '^ *+' conftest.er1 >conftest.err | 22466 | grep -v '^ *+' conftest.er1 >conftest.err |
23227 | rm -f conftest.er1 | 22467 | rm -f conftest.er1 |
23228 | cat conftest.err >&5 | 22468 | cat conftest.err >&5 |
23229 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23230 | (exit $ac_status); } && { | 22470 | (exit $ac_status); } && { |
23231 | test -z "$ac_c_werror_flag" || | 22471 | test -z "$ac_c_werror_flag" || |
23232 | test ! -s conftest.err | 22472 | test ! -s conftest.err |
23233 | } && test -s conftest.$ac_objext; then | 22473 | } && test -s conftest.$ac_objext; then |
23234 | : | 22474 | ac_cv_type_fsfilcnt_t=yes |
23235 | else | 22475 | else |
23236 | $as_echo "$as_me: failed program was:" >&5 | 22476 | echo "$as_me: failed program was:" >&5 |
23237 | sed 's/^/| /' conftest.$ac_ext >&5 | 22477 | sed 's/^/| /' conftest.$ac_ext >&5 |
23238 | 22478 | ||
23239 | ac_cv_type_fsfilcnt_t=yes | 22479 | ac_cv_type_fsfilcnt_t=no |
23240 | fi | ||
23241 | |||
23242 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23243 | else | ||
23244 | $as_echo "$as_me: failed program was:" >&5 | ||
23245 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23246 | |||
23247 | |||
23248 | fi | 22480 | fi |
23249 | 22481 | ||
23250 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22482 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23251 | fi | 22483 | fi |
23252 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5 | 22484 | { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5 |
23253 | $as_echo "$ac_cv_type_fsfilcnt_t" >&6; } | 22485 | echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; } |
23254 | if test $ac_cv_type_fsfilcnt_t = yes; then | 22486 | if test $ac_cv_type_fsfilcnt_t = yes; then |
23255 | 22487 | ||
23256 | cat >>confdefs.h <<_ACEOF | 22488 | cat >>confdefs.h <<_ACEOF |
@@ -23261,48 +22493,11 @@ _ACEOF | |||
23261 | fi | 22493 | fi |
23262 | 22494 | ||
23263 | 22495 | ||
23264 | { $as_echo "$as_me:$LINENO: checking for in_addr_t" >&5 | 22496 | { echo "$as_me:$LINENO: checking for in_addr_t" >&5 |
23265 | $as_echo_n "checking for in_addr_t... " >&6; } | 22497 | echo $ECHO_N "checking for in_addr_t... $ECHO_C" >&6; } |
23266 | if test "${ac_cv_type_in_addr_t+set}" = set; then | 22498 | if test "${ac_cv_type_in_addr_t+set}" = set; then |
23267 | $as_echo_n "(cached) " >&6 | 22499 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23268 | else | 22500 | else |
23269 | ac_cv_type_in_addr_t=no | ||
23270 | cat >conftest.$ac_ext <<_ACEOF | ||
23271 | /* confdefs.h. */ | ||
23272 | _ACEOF | ||
23273 | cat confdefs.h >>conftest.$ac_ext | ||
23274 | cat >>conftest.$ac_ext <<_ACEOF | ||
23275 | /* end confdefs.h. */ | ||
23276 | #include <sys/types.h> | ||
23277 | #include <netinet/in.h> | ||
23278 | |||
23279 | int | ||
23280 | main () | ||
23281 | { | ||
23282 | if (sizeof (in_addr_t)) | ||
23283 | return 0; | ||
23284 | ; | ||
23285 | return 0; | ||
23286 | } | ||
23287 | _ACEOF | ||
23288 | rm -f conftest.$ac_objext | ||
23289 | if { (ac_try="$ac_compile" | ||
23290 | case "(($ac_try" in | ||
23291 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23292 | *) ac_try_echo=$ac_try;; | ||
23293 | esac | ||
23294 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23295 | $as_echo "$ac_try_echo") >&5 | ||
23296 | (eval "$ac_compile") 2>conftest.er1 | ||
23297 | ac_status=$? | ||
23298 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23299 | rm -f conftest.er1 | ||
23300 | cat conftest.err >&5 | ||
23301 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23302 | (exit $ac_status); } && { | ||
23303 | test -z "$ac_c_werror_flag" || | ||
23304 | test ! -s conftest.err | ||
23305 | } && test -s conftest.$ac_objext; then | ||
23306 | cat >conftest.$ac_ext <<_ACEOF | 22501 | cat >conftest.$ac_ext <<_ACEOF |
23307 | /* confdefs.h. */ | 22502 | /* confdefs.h. */ |
23308 | _ACEOF | 22503 | _ACEOF |
@@ -23312,11 +22507,14 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
23312 | #include <sys/types.h> | 22507 | #include <sys/types.h> |
23313 | #include <netinet/in.h> | 22508 | #include <netinet/in.h> |
23314 | 22509 | ||
22510 | typedef in_addr_t ac__type_new_; | ||
23315 | int | 22511 | int |
23316 | main () | 22512 | main () |
23317 | { | 22513 | { |
23318 | if (sizeof ((in_addr_t))) | 22514 | if ((ac__type_new_ *) 0) |
23319 | return 0; | 22515 | return 0; |
22516 | if (sizeof (ac__type_new_)) | ||
22517 | return 0; | ||
23320 | ; | 22518 | ; |
23321 | return 0; | 22519 | return 0; |
23322 | } | 22520 | } |
@@ -23327,38 +22525,29 @@ case "(($ac_try" in | |||
23327 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22525 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23328 | *) ac_try_echo=$ac_try;; | 22526 | *) ac_try_echo=$ac_try;; |
23329 | esac | 22527 | esac |
23330 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22528 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23331 | $as_echo "$ac_try_echo") >&5 | ||
23332 | (eval "$ac_compile") 2>conftest.er1 | 22529 | (eval "$ac_compile") 2>conftest.er1 |
23333 | ac_status=$? | 22530 | ac_status=$? |
23334 | grep -v '^ *+' conftest.er1 >conftest.err | 22531 | grep -v '^ *+' conftest.er1 >conftest.err |
23335 | rm -f conftest.er1 | 22532 | rm -f conftest.er1 |
23336 | cat conftest.err >&5 | 22533 | cat conftest.err >&5 |
23337 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23338 | (exit $ac_status); } && { | 22535 | (exit $ac_status); } && { |
23339 | test -z "$ac_c_werror_flag" || | 22536 | test -z "$ac_c_werror_flag" || |
23340 | test ! -s conftest.err | 22537 | test ! -s conftest.err |
23341 | } && test -s conftest.$ac_objext; then | 22538 | } && test -s conftest.$ac_objext; then |
23342 | : | 22539 | ac_cv_type_in_addr_t=yes |
23343 | else | 22540 | else |
23344 | $as_echo "$as_me: failed program was:" >&5 | 22541 | echo "$as_me: failed program was:" >&5 |
23345 | sed 's/^/| /' conftest.$ac_ext >&5 | 22542 | sed 's/^/| /' conftest.$ac_ext >&5 |
23346 | 22543 | ||
23347 | ac_cv_type_in_addr_t=yes | 22544 | ac_cv_type_in_addr_t=no |
23348 | fi | ||
23349 | |||
23350 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23351 | else | ||
23352 | $as_echo "$as_me: failed program was:" >&5 | ||
23353 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23354 | |||
23355 | |||
23356 | fi | 22545 | fi |
23357 | 22546 | ||
23358 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22547 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23359 | fi | 22548 | fi |
23360 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5 | 22549 | { echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5 |
23361 | $as_echo "$ac_cv_type_in_addr_t" >&6; } | 22550 | echo "${ECHO_T}$ac_cv_type_in_addr_t" >&6; } |
23362 | if test $ac_cv_type_in_addr_t = yes; then | 22551 | if test $ac_cv_type_in_addr_t = yes; then |
23363 | 22552 | ||
23364 | cat >>confdefs.h <<_ACEOF | 22553 | cat >>confdefs.h <<_ACEOF |
@@ -23367,48 +22556,11 @@ _ACEOF | |||
23367 | 22556 | ||
23368 | 22557 | ||
23369 | fi | 22558 | fi |
23370 | { $as_echo "$as_me:$LINENO: checking for in_port_t" >&5 | 22559 | { echo "$as_me:$LINENO: checking for in_port_t" >&5 |
23371 | $as_echo_n "checking for in_port_t... " >&6; } | 22560 | echo $ECHO_N "checking for in_port_t... $ECHO_C" >&6; } |
23372 | if test "${ac_cv_type_in_port_t+set}" = set; then | 22561 | if test "${ac_cv_type_in_port_t+set}" = set; then |
23373 | $as_echo_n "(cached) " >&6 | 22562 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23374 | else | 22563 | else |
23375 | ac_cv_type_in_port_t=no | ||
23376 | cat >conftest.$ac_ext <<_ACEOF | ||
23377 | /* confdefs.h. */ | ||
23378 | _ACEOF | ||
23379 | cat confdefs.h >>conftest.$ac_ext | ||
23380 | cat >>conftest.$ac_ext <<_ACEOF | ||
23381 | /* end confdefs.h. */ | ||
23382 | #include <sys/types.h> | ||
23383 | #include <netinet/in.h> | ||
23384 | |||
23385 | int | ||
23386 | main () | ||
23387 | { | ||
23388 | if (sizeof (in_port_t)) | ||
23389 | return 0; | ||
23390 | ; | ||
23391 | return 0; | ||
23392 | } | ||
23393 | _ACEOF | ||
23394 | rm -f conftest.$ac_objext | ||
23395 | if { (ac_try="$ac_compile" | ||
23396 | case "(($ac_try" in | ||
23397 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
23398 | *) ac_try_echo=$ac_try;; | ||
23399 | esac | ||
23400 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
23401 | $as_echo "$ac_try_echo") >&5 | ||
23402 | (eval "$ac_compile") 2>conftest.er1 | ||
23403 | ac_status=$? | ||
23404 | grep -v '^ *+' conftest.er1 >conftest.err | ||
23405 | rm -f conftest.er1 | ||
23406 | cat conftest.err >&5 | ||
23407 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
23408 | (exit $ac_status); } && { | ||
23409 | test -z "$ac_c_werror_flag" || | ||
23410 | test ! -s conftest.err | ||
23411 | } && test -s conftest.$ac_objext; then | ||
23412 | cat >conftest.$ac_ext <<_ACEOF | 22564 | cat >conftest.$ac_ext <<_ACEOF |
23413 | /* confdefs.h. */ | 22565 | /* confdefs.h. */ |
23414 | _ACEOF | 22566 | _ACEOF |
@@ -23418,11 +22570,14 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
23418 | #include <sys/types.h> | 22570 | #include <sys/types.h> |
23419 | #include <netinet/in.h> | 22571 | #include <netinet/in.h> |
23420 | 22572 | ||
22573 | typedef in_port_t ac__type_new_; | ||
23421 | int | 22574 | int |
23422 | main () | 22575 | main () |
23423 | { | 22576 | { |
23424 | if (sizeof ((in_port_t))) | 22577 | if ((ac__type_new_ *) 0) |
23425 | return 0; | 22578 | return 0; |
22579 | if (sizeof (ac__type_new_)) | ||
22580 | return 0; | ||
23426 | ; | 22581 | ; |
23427 | return 0; | 22582 | return 0; |
23428 | } | 22583 | } |
@@ -23433,38 +22588,29 @@ case "(($ac_try" in | |||
23433 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22588 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23434 | *) ac_try_echo=$ac_try;; | 22589 | *) ac_try_echo=$ac_try;; |
23435 | esac | 22590 | esac |
23436 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22591 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23437 | $as_echo "$ac_try_echo") >&5 | ||
23438 | (eval "$ac_compile") 2>conftest.er1 | 22592 | (eval "$ac_compile") 2>conftest.er1 |
23439 | ac_status=$? | 22593 | ac_status=$? |
23440 | grep -v '^ *+' conftest.er1 >conftest.err | 22594 | grep -v '^ *+' conftest.er1 >conftest.err |
23441 | rm -f conftest.er1 | 22595 | rm -f conftest.er1 |
23442 | cat conftest.err >&5 | 22596 | cat conftest.err >&5 |
23443 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22597 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23444 | (exit $ac_status); } && { | 22598 | (exit $ac_status); } && { |
23445 | test -z "$ac_c_werror_flag" || | 22599 | test -z "$ac_c_werror_flag" || |
23446 | test ! -s conftest.err | 22600 | test ! -s conftest.err |
23447 | } && test -s conftest.$ac_objext; then | 22601 | } && test -s conftest.$ac_objext; then |
23448 | : | 22602 | ac_cv_type_in_port_t=yes |
23449 | else | 22603 | else |
23450 | $as_echo "$as_me: failed program was:" >&5 | 22604 | echo "$as_me: failed program was:" >&5 |
23451 | sed 's/^/| /' conftest.$ac_ext >&5 | 22605 | sed 's/^/| /' conftest.$ac_ext >&5 |
23452 | 22606 | ||
23453 | ac_cv_type_in_port_t=yes | 22607 | ac_cv_type_in_port_t=no |
23454 | fi | ||
23455 | |||
23456 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
23457 | else | ||
23458 | $as_echo "$as_me: failed program was:" >&5 | ||
23459 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
23460 | |||
23461 | |||
23462 | fi | 22608 | fi |
23463 | 22609 | ||
23464 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22610 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23465 | fi | 22611 | fi |
23466 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_in_port_t" >&5 | 22612 | { echo "$as_me:$LINENO: result: $ac_cv_type_in_port_t" >&5 |
23467 | $as_echo "$ac_cv_type_in_port_t" >&6; } | 22613 | echo "${ECHO_T}$ac_cv_type_in_port_t" >&6; } |
23468 | if test $ac_cv_type_in_port_t = yes; then | 22614 | if test $ac_cv_type_in_port_t = yes; then |
23469 | 22615 | ||
23470 | cat >>confdefs.h <<_ACEOF | 22616 | cat >>confdefs.h <<_ACEOF |
@@ -23475,10 +22621,10 @@ _ACEOF | |||
23475 | fi | 22621 | fi |
23476 | 22622 | ||
23477 | 22623 | ||
23478 | { $as_echo "$as_me:$LINENO: checking for size_t" >&5 | 22624 | { echo "$as_me:$LINENO: checking for size_t" >&5 |
23479 | $as_echo_n "checking for size_t... " >&6; } | 22625 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } |
23480 | if test "${ac_cv_have_size_t+set}" = set; then | 22626 | if test "${ac_cv_have_size_t+set}" = set; then |
23481 | $as_echo_n "(cached) " >&6 | 22627 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23482 | else | 22628 | else |
23483 | 22629 | ||
23484 | cat >conftest.$ac_ext <<_ACEOF | 22630 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23504,21 +22650,20 @@ case "(($ac_try" in | |||
23504 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22650 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23505 | *) ac_try_echo=$ac_try;; | 22651 | *) ac_try_echo=$ac_try;; |
23506 | esac | 22652 | esac |
23507 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22653 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23508 | $as_echo "$ac_try_echo") >&5 | ||
23509 | (eval "$ac_compile") 2>conftest.er1 | 22654 | (eval "$ac_compile") 2>conftest.er1 |
23510 | ac_status=$? | 22655 | ac_status=$? |
23511 | grep -v '^ *+' conftest.er1 >conftest.err | 22656 | grep -v '^ *+' conftest.er1 >conftest.err |
23512 | rm -f conftest.er1 | 22657 | rm -f conftest.er1 |
23513 | cat conftest.err >&5 | 22658 | cat conftest.err >&5 |
23514 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22659 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23515 | (exit $ac_status); } && { | 22660 | (exit $ac_status); } && { |
23516 | test -z "$ac_c_werror_flag" || | 22661 | test -z "$ac_c_werror_flag" || |
23517 | test ! -s conftest.err | 22662 | test ! -s conftest.err |
23518 | } && test -s conftest.$ac_objext; then | 22663 | } && test -s conftest.$ac_objext; then |
23519 | ac_cv_have_size_t="yes" | 22664 | ac_cv_have_size_t="yes" |
23520 | else | 22665 | else |
23521 | $as_echo "$as_me: failed program was:" >&5 | 22666 | echo "$as_me: failed program was:" >&5 |
23522 | sed 's/^/| /' conftest.$ac_ext >&5 | 22667 | sed 's/^/| /' conftest.$ac_ext >&5 |
23523 | 22668 | ||
23524 | ac_cv_have_size_t="no" | 22669 | ac_cv_have_size_t="no" |
@@ -23528,8 +22673,8 @@ fi | |||
23528 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22673 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23529 | 22674 | ||
23530 | fi | 22675 | fi |
23531 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_size_t" >&5 | 22676 | { echo "$as_me:$LINENO: result: $ac_cv_have_size_t" >&5 |
23532 | $as_echo "$ac_cv_have_size_t" >&6; } | 22677 | echo "${ECHO_T}$ac_cv_have_size_t" >&6; } |
23533 | if test "x$ac_cv_have_size_t" = "xyes" ; then | 22678 | if test "x$ac_cv_have_size_t" = "xyes" ; then |
23534 | 22679 | ||
23535 | cat >>confdefs.h <<\_ACEOF | 22680 | cat >>confdefs.h <<\_ACEOF |
@@ -23538,10 +22683,10 @@ _ACEOF | |||
23538 | 22683 | ||
23539 | fi | 22684 | fi |
23540 | 22685 | ||
23541 | { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 | 22686 | { echo "$as_me:$LINENO: checking for ssize_t" >&5 |
23542 | $as_echo_n "checking for ssize_t... " >&6; } | 22687 | echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } |
23543 | if test "${ac_cv_have_ssize_t+set}" = set; then | 22688 | if test "${ac_cv_have_ssize_t+set}" = set; then |
23544 | $as_echo_n "(cached) " >&6 | 22689 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23545 | else | 22690 | else |
23546 | 22691 | ||
23547 | cat >conftest.$ac_ext <<_ACEOF | 22692 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23567,21 +22712,20 @@ case "(($ac_try" in | |||
23567 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22712 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23568 | *) ac_try_echo=$ac_try;; | 22713 | *) ac_try_echo=$ac_try;; |
23569 | esac | 22714 | esac |
23570 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22715 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23571 | $as_echo "$ac_try_echo") >&5 | ||
23572 | (eval "$ac_compile") 2>conftest.er1 | 22716 | (eval "$ac_compile") 2>conftest.er1 |
23573 | ac_status=$? | 22717 | ac_status=$? |
23574 | grep -v '^ *+' conftest.er1 >conftest.err | 22718 | grep -v '^ *+' conftest.er1 >conftest.err |
23575 | rm -f conftest.er1 | 22719 | rm -f conftest.er1 |
23576 | cat conftest.err >&5 | 22720 | cat conftest.err >&5 |
23577 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22721 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23578 | (exit $ac_status); } && { | 22722 | (exit $ac_status); } && { |
23579 | test -z "$ac_c_werror_flag" || | 22723 | test -z "$ac_c_werror_flag" || |
23580 | test ! -s conftest.err | 22724 | test ! -s conftest.err |
23581 | } && test -s conftest.$ac_objext; then | 22725 | } && test -s conftest.$ac_objext; then |
23582 | ac_cv_have_ssize_t="yes" | 22726 | ac_cv_have_ssize_t="yes" |
23583 | else | 22727 | else |
23584 | $as_echo "$as_me: failed program was:" >&5 | 22728 | echo "$as_me: failed program was:" >&5 |
23585 | sed 's/^/| /' conftest.$ac_ext >&5 | 22729 | sed 's/^/| /' conftest.$ac_ext >&5 |
23586 | 22730 | ||
23587 | ac_cv_have_ssize_t="no" | 22731 | ac_cv_have_ssize_t="no" |
@@ -23591,8 +22735,8 @@ fi | |||
23591 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22735 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23592 | 22736 | ||
23593 | fi | 22737 | fi |
23594 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_ssize_t" >&5 | 22738 | { echo "$as_me:$LINENO: result: $ac_cv_have_ssize_t" >&5 |
23595 | $as_echo "$ac_cv_have_ssize_t" >&6; } | 22739 | echo "${ECHO_T}$ac_cv_have_ssize_t" >&6; } |
23596 | if test "x$ac_cv_have_ssize_t" = "xyes" ; then | 22740 | if test "x$ac_cv_have_ssize_t" = "xyes" ; then |
23597 | 22741 | ||
23598 | cat >>confdefs.h <<\_ACEOF | 22742 | cat >>confdefs.h <<\_ACEOF |
@@ -23601,10 +22745,10 @@ _ACEOF | |||
23601 | 22745 | ||
23602 | fi | 22746 | fi |
23603 | 22747 | ||
23604 | { $as_echo "$as_me:$LINENO: checking for clock_t" >&5 | 22748 | { echo "$as_me:$LINENO: checking for clock_t" >&5 |
23605 | $as_echo_n "checking for clock_t... " >&6; } | 22749 | echo $ECHO_N "checking for clock_t... $ECHO_C" >&6; } |
23606 | if test "${ac_cv_have_clock_t+set}" = set; then | 22750 | if test "${ac_cv_have_clock_t+set}" = set; then |
23607 | $as_echo_n "(cached) " >&6 | 22751 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23608 | else | 22752 | else |
23609 | 22753 | ||
23610 | cat >conftest.$ac_ext <<_ACEOF | 22754 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23630,21 +22774,20 @@ case "(($ac_try" in | |||
23630 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22774 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23631 | *) ac_try_echo=$ac_try;; | 22775 | *) ac_try_echo=$ac_try;; |
23632 | esac | 22776 | esac |
23633 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22777 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23634 | $as_echo "$ac_try_echo") >&5 | ||
23635 | (eval "$ac_compile") 2>conftest.er1 | 22778 | (eval "$ac_compile") 2>conftest.er1 |
23636 | ac_status=$? | 22779 | ac_status=$? |
23637 | grep -v '^ *+' conftest.er1 >conftest.err | 22780 | grep -v '^ *+' conftest.er1 >conftest.err |
23638 | rm -f conftest.er1 | 22781 | rm -f conftest.er1 |
23639 | cat conftest.err >&5 | 22782 | cat conftest.err >&5 |
23640 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22783 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23641 | (exit $ac_status); } && { | 22784 | (exit $ac_status); } && { |
23642 | test -z "$ac_c_werror_flag" || | 22785 | test -z "$ac_c_werror_flag" || |
23643 | test ! -s conftest.err | 22786 | test ! -s conftest.err |
23644 | } && test -s conftest.$ac_objext; then | 22787 | } && test -s conftest.$ac_objext; then |
23645 | ac_cv_have_clock_t="yes" | 22788 | ac_cv_have_clock_t="yes" |
23646 | else | 22789 | else |
23647 | $as_echo "$as_me: failed program was:" >&5 | 22790 | echo "$as_me: failed program was:" >&5 |
23648 | sed 's/^/| /' conftest.$ac_ext >&5 | 22791 | sed 's/^/| /' conftest.$ac_ext >&5 |
23649 | 22792 | ||
23650 | ac_cv_have_clock_t="no" | 22793 | ac_cv_have_clock_t="no" |
@@ -23654,8 +22797,8 @@ fi | |||
23654 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22797 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23655 | 22798 | ||
23656 | fi | 22799 | fi |
23657 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_clock_t" >&5 | 22800 | { echo "$as_me:$LINENO: result: $ac_cv_have_clock_t" >&5 |
23658 | $as_echo "$ac_cv_have_clock_t" >&6; } | 22801 | echo "${ECHO_T}$ac_cv_have_clock_t" >&6; } |
23659 | if test "x$ac_cv_have_clock_t" = "xyes" ; then | 22802 | if test "x$ac_cv_have_clock_t" = "xyes" ; then |
23660 | 22803 | ||
23661 | cat >>confdefs.h <<\_ACEOF | 22804 | cat >>confdefs.h <<\_ACEOF |
@@ -23664,10 +22807,10 @@ _ACEOF | |||
23664 | 22807 | ||
23665 | fi | 22808 | fi |
23666 | 22809 | ||
23667 | { $as_echo "$as_me:$LINENO: checking for sa_family_t" >&5 | 22810 | { echo "$as_me:$LINENO: checking for sa_family_t" >&5 |
23668 | $as_echo_n "checking for sa_family_t... " >&6; } | 22811 | echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6; } |
23669 | if test "${ac_cv_have_sa_family_t+set}" = set; then | 22812 | if test "${ac_cv_have_sa_family_t+set}" = set; then |
23670 | $as_echo_n "(cached) " >&6 | 22813 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23671 | else | 22814 | else |
23672 | 22815 | ||
23673 | cat >conftest.$ac_ext <<_ACEOF | 22816 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23694,21 +22837,20 @@ case "(($ac_try" in | |||
23694 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23695 | *) ac_try_echo=$ac_try;; | 22838 | *) ac_try_echo=$ac_try;; |
23696 | esac | 22839 | esac |
23697 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22840 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23698 | $as_echo "$ac_try_echo") >&5 | ||
23699 | (eval "$ac_compile") 2>conftest.er1 | 22841 | (eval "$ac_compile") 2>conftest.er1 |
23700 | ac_status=$? | 22842 | ac_status=$? |
23701 | grep -v '^ *+' conftest.er1 >conftest.err | 22843 | grep -v '^ *+' conftest.er1 >conftest.err |
23702 | rm -f conftest.er1 | 22844 | rm -f conftest.er1 |
23703 | cat conftest.err >&5 | 22845 | cat conftest.err >&5 |
23704 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23705 | (exit $ac_status); } && { | 22847 | (exit $ac_status); } && { |
23706 | test -z "$ac_c_werror_flag" || | 22848 | test -z "$ac_c_werror_flag" || |
23707 | test ! -s conftest.err | 22849 | test ! -s conftest.err |
23708 | } && test -s conftest.$ac_objext; then | 22850 | } && test -s conftest.$ac_objext; then |
23709 | ac_cv_have_sa_family_t="yes" | 22851 | ac_cv_have_sa_family_t="yes" |
23710 | else | 22852 | else |
23711 | $as_echo "$as_me: failed program was:" >&5 | 22853 | echo "$as_me: failed program was:" >&5 |
23712 | sed 's/^/| /' conftest.$ac_ext >&5 | 22854 | sed 's/^/| /' conftest.$ac_ext >&5 |
23713 | 22855 | ||
23714 | cat >conftest.$ac_ext <<_ACEOF | 22856 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23736,21 +22878,20 @@ case "(($ac_try" in | |||
23736 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22878 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23737 | *) ac_try_echo=$ac_try;; | 22879 | *) ac_try_echo=$ac_try;; |
23738 | esac | 22880 | esac |
23739 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22881 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23740 | $as_echo "$ac_try_echo") >&5 | ||
23741 | (eval "$ac_compile") 2>conftest.er1 | 22882 | (eval "$ac_compile") 2>conftest.er1 |
23742 | ac_status=$? | 22883 | ac_status=$? |
23743 | grep -v '^ *+' conftest.er1 >conftest.err | 22884 | grep -v '^ *+' conftest.er1 >conftest.err |
23744 | rm -f conftest.er1 | 22885 | rm -f conftest.er1 |
23745 | cat conftest.err >&5 | 22886 | cat conftest.err >&5 |
23746 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22887 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23747 | (exit $ac_status); } && { | 22888 | (exit $ac_status); } && { |
23748 | test -z "$ac_c_werror_flag" || | 22889 | test -z "$ac_c_werror_flag" || |
23749 | test ! -s conftest.err | 22890 | test ! -s conftest.err |
23750 | } && test -s conftest.$ac_objext; then | 22891 | } && test -s conftest.$ac_objext; then |
23751 | ac_cv_have_sa_family_t="yes" | 22892 | ac_cv_have_sa_family_t="yes" |
23752 | else | 22893 | else |
23753 | $as_echo "$as_me: failed program was:" >&5 | 22894 | echo "$as_me: failed program was:" >&5 |
23754 | sed 's/^/| /' conftest.$ac_ext >&5 | 22895 | sed 's/^/| /' conftest.$ac_ext >&5 |
23755 | 22896 | ||
23756 | ac_cv_have_sa_family_t="no" | 22897 | ac_cv_have_sa_family_t="no" |
@@ -23764,8 +22905,8 @@ fi | |||
23764 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22905 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23765 | 22906 | ||
23766 | fi | 22907 | fi |
23767 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_sa_family_t" >&5 | 22908 | { echo "$as_me:$LINENO: result: $ac_cv_have_sa_family_t" >&5 |
23768 | $as_echo "$ac_cv_have_sa_family_t" >&6; } | 22909 | echo "${ECHO_T}$ac_cv_have_sa_family_t" >&6; } |
23769 | if test "x$ac_cv_have_sa_family_t" = "xyes" ; then | 22910 | if test "x$ac_cv_have_sa_family_t" = "xyes" ; then |
23770 | 22911 | ||
23771 | cat >>confdefs.h <<\_ACEOF | 22912 | cat >>confdefs.h <<\_ACEOF |
@@ -23774,10 +22915,10 @@ _ACEOF | |||
23774 | 22915 | ||
23775 | fi | 22916 | fi |
23776 | 22917 | ||
23777 | { $as_echo "$as_me:$LINENO: checking for pid_t" >&5 | 22918 | { echo "$as_me:$LINENO: checking for pid_t" >&5 |
23778 | $as_echo_n "checking for pid_t... " >&6; } | 22919 | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } |
23779 | if test "${ac_cv_have_pid_t+set}" = set; then | 22920 | if test "${ac_cv_have_pid_t+set}" = set; then |
23780 | $as_echo_n "(cached) " >&6 | 22921 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23781 | else | 22922 | else |
23782 | 22923 | ||
23783 | cat >conftest.$ac_ext <<_ACEOF | 22924 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23803,21 +22944,20 @@ case "(($ac_try" in | |||
23803 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 22944 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23804 | *) ac_try_echo=$ac_try;; | 22945 | *) ac_try_echo=$ac_try;; |
23805 | esac | 22946 | esac |
23806 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 22947 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23807 | $as_echo "$ac_try_echo") >&5 | ||
23808 | (eval "$ac_compile") 2>conftest.er1 | 22948 | (eval "$ac_compile") 2>conftest.er1 |
23809 | ac_status=$? | 22949 | ac_status=$? |
23810 | grep -v '^ *+' conftest.er1 >conftest.err | 22950 | grep -v '^ *+' conftest.er1 >conftest.err |
23811 | rm -f conftest.er1 | 22951 | rm -f conftest.er1 |
23812 | cat conftest.err >&5 | 22952 | cat conftest.err >&5 |
23813 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 22953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23814 | (exit $ac_status); } && { | 22954 | (exit $ac_status); } && { |
23815 | test -z "$ac_c_werror_flag" || | 22955 | test -z "$ac_c_werror_flag" || |
23816 | test ! -s conftest.err | 22956 | test ! -s conftest.err |
23817 | } && test -s conftest.$ac_objext; then | 22957 | } && test -s conftest.$ac_objext; then |
23818 | ac_cv_have_pid_t="yes" | 22958 | ac_cv_have_pid_t="yes" |
23819 | else | 22959 | else |
23820 | $as_echo "$as_me: failed program was:" >&5 | 22960 | echo "$as_me: failed program was:" >&5 |
23821 | sed 's/^/| /' conftest.$ac_ext >&5 | 22961 | sed 's/^/| /' conftest.$ac_ext >&5 |
23822 | 22962 | ||
23823 | ac_cv_have_pid_t="no" | 22963 | ac_cv_have_pid_t="no" |
@@ -23827,8 +22967,8 @@ fi | |||
23827 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 22967 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23828 | 22968 | ||
23829 | fi | 22969 | fi |
23830 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pid_t" >&5 | 22970 | { echo "$as_me:$LINENO: result: $ac_cv_have_pid_t" >&5 |
23831 | $as_echo "$ac_cv_have_pid_t" >&6; } | 22971 | echo "${ECHO_T}$ac_cv_have_pid_t" >&6; } |
23832 | if test "x$ac_cv_have_pid_t" = "xyes" ; then | 22972 | if test "x$ac_cv_have_pid_t" = "xyes" ; then |
23833 | 22973 | ||
23834 | cat >>confdefs.h <<\_ACEOF | 22974 | cat >>confdefs.h <<\_ACEOF |
@@ -23837,10 +22977,10 @@ _ACEOF | |||
23837 | 22977 | ||
23838 | fi | 22978 | fi |
23839 | 22979 | ||
23840 | { $as_echo "$as_me:$LINENO: checking for mode_t" >&5 | 22980 | { echo "$as_me:$LINENO: checking for mode_t" >&5 |
23841 | $as_echo_n "checking for mode_t... " >&6; } | 22981 | echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } |
23842 | if test "${ac_cv_have_mode_t+set}" = set; then | 22982 | if test "${ac_cv_have_mode_t+set}" = set; then |
23843 | $as_echo_n "(cached) " >&6 | 22983 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23844 | else | 22984 | else |
23845 | 22985 | ||
23846 | cat >conftest.$ac_ext <<_ACEOF | 22986 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23866,21 +23006,20 @@ case "(($ac_try" in | |||
23866 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23006 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23867 | *) ac_try_echo=$ac_try;; | 23007 | *) ac_try_echo=$ac_try;; |
23868 | esac | 23008 | esac |
23869 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23009 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23870 | $as_echo "$ac_try_echo") >&5 | ||
23871 | (eval "$ac_compile") 2>conftest.er1 | 23010 | (eval "$ac_compile") 2>conftest.er1 |
23872 | ac_status=$? | 23011 | ac_status=$? |
23873 | grep -v '^ *+' conftest.er1 >conftest.err | 23012 | grep -v '^ *+' conftest.er1 >conftest.err |
23874 | rm -f conftest.er1 | 23013 | rm -f conftest.er1 |
23875 | cat conftest.err >&5 | 23014 | cat conftest.err >&5 |
23876 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23015 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23877 | (exit $ac_status); } && { | 23016 | (exit $ac_status); } && { |
23878 | test -z "$ac_c_werror_flag" || | 23017 | test -z "$ac_c_werror_flag" || |
23879 | test ! -s conftest.err | 23018 | test ! -s conftest.err |
23880 | } && test -s conftest.$ac_objext; then | 23019 | } && test -s conftest.$ac_objext; then |
23881 | ac_cv_have_mode_t="yes" | 23020 | ac_cv_have_mode_t="yes" |
23882 | else | 23021 | else |
23883 | $as_echo "$as_me: failed program was:" >&5 | 23022 | echo "$as_me: failed program was:" >&5 |
23884 | sed 's/^/| /' conftest.$ac_ext >&5 | 23023 | sed 's/^/| /' conftest.$ac_ext >&5 |
23885 | 23024 | ||
23886 | ac_cv_have_mode_t="no" | 23025 | ac_cv_have_mode_t="no" |
@@ -23890,8 +23029,8 @@ fi | |||
23890 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23029 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23891 | 23030 | ||
23892 | fi | 23031 | fi |
23893 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_mode_t" >&5 | 23032 | { echo "$as_me:$LINENO: result: $ac_cv_have_mode_t" >&5 |
23894 | $as_echo "$ac_cv_have_mode_t" >&6; } | 23033 | echo "${ECHO_T}$ac_cv_have_mode_t" >&6; } |
23895 | if test "x$ac_cv_have_mode_t" = "xyes" ; then | 23034 | if test "x$ac_cv_have_mode_t" = "xyes" ; then |
23896 | 23035 | ||
23897 | cat >>confdefs.h <<\_ACEOF | 23036 | cat >>confdefs.h <<\_ACEOF |
@@ -23901,10 +23040,10 @@ _ACEOF | |||
23901 | fi | 23040 | fi |
23902 | 23041 | ||
23903 | 23042 | ||
23904 | { $as_echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5 | 23043 | { echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5 |
23905 | $as_echo_n "checking for struct sockaddr_storage... " >&6; } | 23044 | echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6; } |
23906 | if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then | 23045 | if test "${ac_cv_have_struct_sockaddr_storage+set}" = set; then |
23907 | $as_echo_n "(cached) " >&6 | 23046 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23908 | else | 23047 | else |
23909 | 23048 | ||
23910 | cat >conftest.$ac_ext <<_ACEOF | 23049 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23931,21 +23070,20 @@ case "(($ac_try" in | |||
23931 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23070 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23932 | *) ac_try_echo=$ac_try;; | 23071 | *) ac_try_echo=$ac_try;; |
23933 | esac | 23072 | esac |
23934 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23073 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23935 | $as_echo "$ac_try_echo") >&5 | ||
23936 | (eval "$ac_compile") 2>conftest.er1 | 23074 | (eval "$ac_compile") 2>conftest.er1 |
23937 | ac_status=$? | 23075 | ac_status=$? |
23938 | grep -v '^ *+' conftest.er1 >conftest.err | 23076 | grep -v '^ *+' conftest.er1 >conftest.err |
23939 | rm -f conftest.er1 | 23077 | rm -f conftest.er1 |
23940 | cat conftest.err >&5 | 23078 | cat conftest.err >&5 |
23941 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23942 | (exit $ac_status); } && { | 23080 | (exit $ac_status); } && { |
23943 | test -z "$ac_c_werror_flag" || | 23081 | test -z "$ac_c_werror_flag" || |
23944 | test ! -s conftest.err | 23082 | test ! -s conftest.err |
23945 | } && test -s conftest.$ac_objext; then | 23083 | } && test -s conftest.$ac_objext; then |
23946 | ac_cv_have_struct_sockaddr_storage="yes" | 23084 | ac_cv_have_struct_sockaddr_storage="yes" |
23947 | else | 23085 | else |
23948 | $as_echo "$as_me: failed program was:" >&5 | 23086 | echo "$as_me: failed program was:" >&5 |
23949 | sed 's/^/| /' conftest.$ac_ext >&5 | 23087 | sed 's/^/| /' conftest.$ac_ext >&5 |
23950 | 23088 | ||
23951 | ac_cv_have_struct_sockaddr_storage="no" | 23089 | ac_cv_have_struct_sockaddr_storage="no" |
@@ -23955,8 +23093,8 @@ fi | |||
23955 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23093 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
23956 | 23094 | ||
23957 | fi | 23095 | fi |
23958 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_storage" >&5 | 23096 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_storage" >&5 |
23959 | $as_echo "$ac_cv_have_struct_sockaddr_storage" >&6; } | 23097 | echo "${ECHO_T}$ac_cv_have_struct_sockaddr_storage" >&6; } |
23960 | if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then | 23098 | if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then |
23961 | 23099 | ||
23962 | cat >>confdefs.h <<\_ACEOF | 23100 | cat >>confdefs.h <<\_ACEOF |
@@ -23965,10 +23103,10 @@ _ACEOF | |||
23965 | 23103 | ||
23966 | fi | 23104 | fi |
23967 | 23105 | ||
23968 | { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 | 23106 | { echo "$as_me:$LINENO: checking for struct sockaddr_in6" >&5 |
23969 | $as_echo_n "checking for struct sockaddr_in6... " >&6; } | 23107 | echo $ECHO_N "checking for struct sockaddr_in6... $ECHO_C" >&6; } |
23970 | if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then | 23108 | if test "${ac_cv_have_struct_sockaddr_in6+set}" = set; then |
23971 | $as_echo_n "(cached) " >&6 | 23109 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
23972 | else | 23110 | else |
23973 | 23111 | ||
23974 | cat >conftest.$ac_ext <<_ACEOF | 23112 | cat >conftest.$ac_ext <<_ACEOF |
@@ -23995,21 +23133,20 @@ case "(($ac_try" in | |||
23995 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23133 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
23996 | *) ac_try_echo=$ac_try;; | 23134 | *) ac_try_echo=$ac_try;; |
23997 | esac | 23135 | esac |
23998 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23136 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
23999 | $as_echo "$ac_try_echo") >&5 | ||
24000 | (eval "$ac_compile") 2>conftest.er1 | 23137 | (eval "$ac_compile") 2>conftest.er1 |
24001 | ac_status=$? | 23138 | ac_status=$? |
24002 | grep -v '^ *+' conftest.er1 >conftest.err | 23139 | grep -v '^ *+' conftest.er1 >conftest.err |
24003 | rm -f conftest.er1 | 23140 | rm -f conftest.er1 |
24004 | cat conftest.err >&5 | 23141 | cat conftest.err >&5 |
24005 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23142 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24006 | (exit $ac_status); } && { | 23143 | (exit $ac_status); } && { |
24007 | test -z "$ac_c_werror_flag" || | 23144 | test -z "$ac_c_werror_flag" || |
24008 | test ! -s conftest.err | 23145 | test ! -s conftest.err |
24009 | } && test -s conftest.$ac_objext; then | 23146 | } && test -s conftest.$ac_objext; then |
24010 | ac_cv_have_struct_sockaddr_in6="yes" | 23147 | ac_cv_have_struct_sockaddr_in6="yes" |
24011 | else | 23148 | else |
24012 | $as_echo "$as_me: failed program was:" >&5 | 23149 | echo "$as_me: failed program was:" >&5 |
24013 | sed 's/^/| /' conftest.$ac_ext >&5 | 23150 | sed 's/^/| /' conftest.$ac_ext >&5 |
24014 | 23151 | ||
24015 | ac_cv_have_struct_sockaddr_in6="no" | 23152 | ac_cv_have_struct_sockaddr_in6="no" |
@@ -24019,8 +23156,8 @@ fi | |||
24019 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23156 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24020 | 23157 | ||
24021 | fi | 23158 | fi |
24022 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_in6" >&5 | 23159 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_sockaddr_in6" >&5 |
24023 | $as_echo "$ac_cv_have_struct_sockaddr_in6" >&6; } | 23160 | echo "${ECHO_T}$ac_cv_have_struct_sockaddr_in6" >&6; } |
24024 | if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then | 23161 | if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then |
24025 | 23162 | ||
24026 | cat >>confdefs.h <<\_ACEOF | 23163 | cat >>confdefs.h <<\_ACEOF |
@@ -24029,10 +23166,10 @@ _ACEOF | |||
24029 | 23166 | ||
24030 | fi | 23167 | fi |
24031 | 23168 | ||
24032 | { $as_echo "$as_me:$LINENO: checking for struct in6_addr" >&5 | 23169 | { echo "$as_me:$LINENO: checking for struct in6_addr" >&5 |
24033 | $as_echo_n "checking for struct in6_addr... " >&6; } | 23170 | echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6; } |
24034 | if test "${ac_cv_have_struct_in6_addr+set}" = set; then | 23171 | if test "${ac_cv_have_struct_in6_addr+set}" = set; then |
24035 | $as_echo_n "(cached) " >&6 | 23172 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24036 | else | 23173 | else |
24037 | 23174 | ||
24038 | cat >conftest.$ac_ext <<_ACEOF | 23175 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24059,21 +23196,20 @@ case "(($ac_try" in | |||
24059 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23196 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24060 | *) ac_try_echo=$ac_try;; | 23197 | *) ac_try_echo=$ac_try;; |
24061 | esac | 23198 | esac |
24062 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23199 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24063 | $as_echo "$ac_try_echo") >&5 | ||
24064 | (eval "$ac_compile") 2>conftest.er1 | 23200 | (eval "$ac_compile") 2>conftest.er1 |
24065 | ac_status=$? | 23201 | ac_status=$? |
24066 | grep -v '^ *+' conftest.er1 >conftest.err | 23202 | grep -v '^ *+' conftest.er1 >conftest.err |
24067 | rm -f conftest.er1 | 23203 | rm -f conftest.er1 |
24068 | cat conftest.err >&5 | 23204 | cat conftest.err >&5 |
24069 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24070 | (exit $ac_status); } && { | 23206 | (exit $ac_status); } && { |
24071 | test -z "$ac_c_werror_flag" || | 23207 | test -z "$ac_c_werror_flag" || |
24072 | test ! -s conftest.err | 23208 | test ! -s conftest.err |
24073 | } && test -s conftest.$ac_objext; then | 23209 | } && test -s conftest.$ac_objext; then |
24074 | ac_cv_have_struct_in6_addr="yes" | 23210 | ac_cv_have_struct_in6_addr="yes" |
24075 | else | 23211 | else |
24076 | $as_echo "$as_me: failed program was:" >&5 | 23212 | echo "$as_me: failed program was:" >&5 |
24077 | sed 's/^/| /' conftest.$ac_ext >&5 | 23213 | sed 's/^/| /' conftest.$ac_ext >&5 |
24078 | 23214 | ||
24079 | ac_cv_have_struct_in6_addr="no" | 23215 | ac_cv_have_struct_in6_addr="no" |
@@ -24083,8 +23219,8 @@ fi | |||
24083 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23219 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24084 | 23220 | ||
24085 | fi | 23221 | fi |
24086 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_in6_addr" >&5 | 23222 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_in6_addr" >&5 |
24087 | $as_echo "$ac_cv_have_struct_in6_addr" >&6; } | 23223 | echo "${ECHO_T}$ac_cv_have_struct_in6_addr" >&6; } |
24088 | if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then | 23224 | if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then |
24089 | 23225 | ||
24090 | cat >>confdefs.h <<\_ACEOF | 23226 | cat >>confdefs.h <<\_ACEOF |
@@ -24092,10 +23228,10 @@ cat >>confdefs.h <<\_ACEOF | |||
24092 | _ACEOF | 23228 | _ACEOF |
24093 | 23229 | ||
24094 | 23230 | ||
24095 | { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 | 23231 | { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 |
24096 | $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; } | 23232 | echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; } |
24097 | if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then | 23233 | if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then |
24098 | $as_echo_n "(cached) " >&6 | 23234 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24099 | else | 23235 | else |
24100 | cat >conftest.$ac_ext <<_ACEOF | 23236 | cat >conftest.$ac_ext <<_ACEOF |
24101 | /* confdefs.h. */ | 23237 | /* confdefs.h. */ |
@@ -24126,21 +23262,20 @@ case "(($ac_try" in | |||
24126 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23262 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24127 | *) ac_try_echo=$ac_try;; | 23263 | *) ac_try_echo=$ac_try;; |
24128 | esac | 23264 | esac |
24129 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23265 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24130 | $as_echo "$ac_try_echo") >&5 | ||
24131 | (eval "$ac_compile") 2>conftest.er1 | 23266 | (eval "$ac_compile") 2>conftest.er1 |
24132 | ac_status=$? | 23267 | ac_status=$? |
24133 | grep -v '^ *+' conftest.er1 >conftest.err | 23268 | grep -v '^ *+' conftest.er1 >conftest.err |
24134 | rm -f conftest.er1 | 23269 | rm -f conftest.er1 |
24135 | cat conftest.err >&5 | 23270 | cat conftest.err >&5 |
24136 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24137 | (exit $ac_status); } && { | 23272 | (exit $ac_status); } && { |
24138 | test -z "$ac_c_werror_flag" || | 23273 | test -z "$ac_c_werror_flag" || |
24139 | test ! -s conftest.err | 23274 | test ! -s conftest.err |
24140 | } && test -s conftest.$ac_objext; then | 23275 | } && test -s conftest.$ac_objext; then |
24141 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes | 23276 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes |
24142 | else | 23277 | else |
24143 | $as_echo "$as_me: failed program was:" >&5 | 23278 | echo "$as_me: failed program was:" >&5 |
24144 | sed 's/^/| /' conftest.$ac_ext >&5 | 23279 | sed 's/^/| /' conftest.$ac_ext >&5 |
24145 | 23280 | ||
24146 | cat >conftest.$ac_ext <<_ACEOF | 23281 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24172,21 +23307,20 @@ case "(($ac_try" in | |||
24172 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23307 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24173 | *) ac_try_echo=$ac_try;; | 23308 | *) ac_try_echo=$ac_try;; |
24174 | esac | 23309 | esac |
24175 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23310 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24176 | $as_echo "$ac_try_echo") >&5 | ||
24177 | (eval "$ac_compile") 2>conftest.er1 | 23311 | (eval "$ac_compile") 2>conftest.er1 |
24178 | ac_status=$? | 23312 | ac_status=$? |
24179 | grep -v '^ *+' conftest.er1 >conftest.err | 23313 | grep -v '^ *+' conftest.er1 >conftest.err |
24180 | rm -f conftest.er1 | 23314 | rm -f conftest.er1 |
24181 | cat conftest.err >&5 | 23315 | cat conftest.err >&5 |
24182 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24183 | (exit $ac_status); } && { | 23317 | (exit $ac_status); } && { |
24184 | test -z "$ac_c_werror_flag" || | 23318 | test -z "$ac_c_werror_flag" || |
24185 | test ! -s conftest.err | 23319 | test ! -s conftest.err |
24186 | } && test -s conftest.$ac_objext; then | 23320 | } && test -s conftest.$ac_objext; then |
24187 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes | 23321 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes |
24188 | else | 23322 | else |
24189 | $as_echo "$as_me: failed program was:" >&5 | 23323 | echo "$as_me: failed program was:" >&5 |
24190 | sed 's/^/| /' conftest.$ac_ext >&5 | 23324 | sed 's/^/| /' conftest.$ac_ext >&5 |
24191 | 23325 | ||
24192 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no | 23326 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no |
@@ -24197,8 +23331,8 @@ fi | |||
24197 | 23331 | ||
24198 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23332 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24199 | fi | 23333 | fi |
24200 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 | 23334 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 |
24201 | $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } | 23335 | echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } |
24202 | if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then | 23336 | if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then |
24203 | 23337 | ||
24204 | cat >>confdefs.h <<_ACEOF | 23338 | cat >>confdefs.h <<_ACEOF |
@@ -24210,10 +23344,10 @@ fi | |||
24210 | 23344 | ||
24211 | fi | 23345 | fi |
24212 | 23346 | ||
24213 | { $as_echo "$as_me:$LINENO: checking for struct addrinfo" >&5 | 23347 | { echo "$as_me:$LINENO: checking for struct addrinfo" >&5 |
24214 | $as_echo_n "checking for struct addrinfo... " >&6; } | 23348 | echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6; } |
24215 | if test "${ac_cv_have_struct_addrinfo+set}" = set; then | 23349 | if test "${ac_cv_have_struct_addrinfo+set}" = set; then |
24216 | $as_echo_n "(cached) " >&6 | 23350 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24217 | else | 23351 | else |
24218 | 23352 | ||
24219 | cat >conftest.$ac_ext <<_ACEOF | 23353 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24241,21 +23375,20 @@ case "(($ac_try" in | |||
24241 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23375 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24242 | *) ac_try_echo=$ac_try;; | 23376 | *) ac_try_echo=$ac_try;; |
24243 | esac | 23377 | esac |
24244 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23378 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24245 | $as_echo "$ac_try_echo") >&5 | ||
24246 | (eval "$ac_compile") 2>conftest.er1 | 23379 | (eval "$ac_compile") 2>conftest.er1 |
24247 | ac_status=$? | 23380 | ac_status=$? |
24248 | grep -v '^ *+' conftest.er1 >conftest.err | 23381 | grep -v '^ *+' conftest.er1 >conftest.err |
24249 | rm -f conftest.er1 | 23382 | rm -f conftest.er1 |
24250 | cat conftest.err >&5 | 23383 | cat conftest.err >&5 |
24251 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23384 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24252 | (exit $ac_status); } && { | 23385 | (exit $ac_status); } && { |
24253 | test -z "$ac_c_werror_flag" || | 23386 | test -z "$ac_c_werror_flag" || |
24254 | test ! -s conftest.err | 23387 | test ! -s conftest.err |
24255 | } && test -s conftest.$ac_objext; then | 23388 | } && test -s conftest.$ac_objext; then |
24256 | ac_cv_have_struct_addrinfo="yes" | 23389 | ac_cv_have_struct_addrinfo="yes" |
24257 | else | 23390 | else |
24258 | $as_echo "$as_me: failed program was:" >&5 | 23391 | echo "$as_me: failed program was:" >&5 |
24259 | sed 's/^/| /' conftest.$ac_ext >&5 | 23392 | sed 's/^/| /' conftest.$ac_ext >&5 |
24260 | 23393 | ||
24261 | ac_cv_have_struct_addrinfo="no" | 23394 | ac_cv_have_struct_addrinfo="no" |
@@ -24265,8 +23398,8 @@ fi | |||
24265 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23398 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24266 | 23399 | ||
24267 | fi | 23400 | fi |
24268 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5 | 23401 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5 |
24269 | $as_echo "$ac_cv_have_struct_addrinfo" >&6; } | 23402 | echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6; } |
24270 | if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then | 23403 | if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then |
24271 | 23404 | ||
24272 | cat >>confdefs.h <<\_ACEOF | 23405 | cat >>confdefs.h <<\_ACEOF |
@@ -24275,10 +23408,10 @@ _ACEOF | |||
24275 | 23408 | ||
24276 | fi | 23409 | fi |
24277 | 23410 | ||
24278 | { $as_echo "$as_me:$LINENO: checking for struct timeval" >&5 | 23411 | { echo "$as_me:$LINENO: checking for struct timeval" >&5 |
24279 | $as_echo_n "checking for struct timeval... " >&6; } | 23412 | echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; } |
24280 | if test "${ac_cv_have_struct_timeval+set}" = set; then | 23413 | if test "${ac_cv_have_struct_timeval+set}" = set; then |
24281 | $as_echo_n "(cached) " >&6 | 23414 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24282 | else | 23415 | else |
24283 | 23416 | ||
24284 | cat >conftest.$ac_ext <<_ACEOF | 23417 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24302,21 +23435,20 @@ case "(($ac_try" in | |||
24302 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23435 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24303 | *) ac_try_echo=$ac_try;; | 23436 | *) ac_try_echo=$ac_try;; |
24304 | esac | 23437 | esac |
24305 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23438 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24306 | $as_echo "$ac_try_echo") >&5 | ||
24307 | (eval "$ac_compile") 2>conftest.er1 | 23439 | (eval "$ac_compile") 2>conftest.er1 |
24308 | ac_status=$? | 23440 | ac_status=$? |
24309 | grep -v '^ *+' conftest.er1 >conftest.err | 23441 | grep -v '^ *+' conftest.er1 >conftest.err |
24310 | rm -f conftest.er1 | 23442 | rm -f conftest.er1 |
24311 | cat conftest.err >&5 | 23443 | cat conftest.err >&5 |
24312 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23444 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24313 | (exit $ac_status); } && { | 23445 | (exit $ac_status); } && { |
24314 | test -z "$ac_c_werror_flag" || | 23446 | test -z "$ac_c_werror_flag" || |
24315 | test ! -s conftest.err | 23447 | test ! -s conftest.err |
24316 | } && test -s conftest.$ac_objext; then | 23448 | } && test -s conftest.$ac_objext; then |
24317 | ac_cv_have_struct_timeval="yes" | 23449 | ac_cv_have_struct_timeval="yes" |
24318 | else | 23450 | else |
24319 | $as_echo "$as_me: failed program was:" >&5 | 23451 | echo "$as_me: failed program was:" >&5 |
24320 | sed 's/^/| /' conftest.$ac_ext >&5 | 23452 | sed 's/^/| /' conftest.$ac_ext >&5 |
24321 | 23453 | ||
24322 | ac_cv_have_struct_timeval="no" | 23454 | ac_cv_have_struct_timeval="no" |
@@ -24326,8 +23458,8 @@ fi | |||
24326 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23458 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24327 | 23459 | ||
24328 | fi | 23460 | fi |
24329 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_struct_timeval" >&5 | 23461 | { echo "$as_me:$LINENO: result: $ac_cv_have_struct_timeval" >&5 |
24330 | $as_echo "$ac_cv_have_struct_timeval" >&6; } | 23462 | echo "${ECHO_T}$ac_cv_have_struct_timeval" >&6; } |
24331 | if test "x$ac_cv_have_struct_timeval" = "xyes" ; then | 23463 | if test "x$ac_cv_have_struct_timeval" = "xyes" ; then |
24332 | 23464 | ||
24333 | cat >>confdefs.h <<\_ACEOF | 23465 | cat >>confdefs.h <<\_ACEOF |
@@ -24337,46 +23469,11 @@ _ACEOF | |||
24337 | have_struct_timeval=1 | 23469 | have_struct_timeval=1 |
24338 | fi | 23470 | fi |
24339 | 23471 | ||
24340 | { $as_echo "$as_me:$LINENO: checking for struct timespec" >&5 | 23472 | { echo "$as_me:$LINENO: checking for struct timespec" >&5 |
24341 | $as_echo_n "checking for struct timespec... " >&6; } | 23473 | echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6; } |
24342 | if test "${ac_cv_type_struct_timespec+set}" = set; then | 23474 | if test "${ac_cv_type_struct_timespec+set}" = set; then |
24343 | $as_echo_n "(cached) " >&6 | 23475 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24344 | else | 23476 | else |
24345 | ac_cv_type_struct_timespec=no | ||
24346 | cat >conftest.$ac_ext <<_ACEOF | ||
24347 | /* confdefs.h. */ | ||
24348 | _ACEOF | ||
24349 | cat confdefs.h >>conftest.$ac_ext | ||
24350 | cat >>conftest.$ac_ext <<_ACEOF | ||
24351 | /* end confdefs.h. */ | ||
24352 | $ac_includes_default | ||
24353 | int | ||
24354 | main () | ||
24355 | { | ||
24356 | if (sizeof (struct timespec)) | ||
24357 | return 0; | ||
24358 | ; | ||
24359 | return 0; | ||
24360 | } | ||
24361 | _ACEOF | ||
24362 | rm -f conftest.$ac_objext | ||
24363 | if { (ac_try="$ac_compile" | ||
24364 | case "(($ac_try" in | ||
24365 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
24366 | *) ac_try_echo=$ac_try;; | ||
24367 | esac | ||
24368 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
24369 | $as_echo "$ac_try_echo") >&5 | ||
24370 | (eval "$ac_compile") 2>conftest.er1 | ||
24371 | ac_status=$? | ||
24372 | grep -v '^ *+' conftest.er1 >conftest.err | ||
24373 | rm -f conftest.er1 | ||
24374 | cat conftest.err >&5 | ||
24375 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
24376 | (exit $ac_status); } && { | ||
24377 | test -z "$ac_c_werror_flag" || | ||
24378 | test ! -s conftest.err | ||
24379 | } && test -s conftest.$ac_objext; then | ||
24380 | cat >conftest.$ac_ext <<_ACEOF | 23477 | cat >conftest.$ac_ext <<_ACEOF |
24381 | /* confdefs.h. */ | 23478 | /* confdefs.h. */ |
24382 | _ACEOF | 23479 | _ACEOF |
@@ -24384,11 +23481,14 @@ cat confdefs.h >>conftest.$ac_ext | |||
24384 | cat >>conftest.$ac_ext <<_ACEOF | 23481 | cat >>conftest.$ac_ext <<_ACEOF |
24385 | /* end confdefs.h. */ | 23482 | /* end confdefs.h. */ |
24386 | $ac_includes_default | 23483 | $ac_includes_default |
23484 | typedef struct timespec ac__type_new_; | ||
24387 | int | 23485 | int |
24388 | main () | 23486 | main () |
24389 | { | 23487 | { |
24390 | if (sizeof ((struct timespec))) | 23488 | if ((ac__type_new_ *) 0) |
24391 | return 0; | 23489 | return 0; |
23490 | if (sizeof (ac__type_new_)) | ||
23491 | return 0; | ||
24392 | ; | 23492 | ; |
24393 | return 0; | 23493 | return 0; |
24394 | } | 23494 | } |
@@ -24399,38 +23499,29 @@ case "(($ac_try" in | |||
24399 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23499 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24400 | *) ac_try_echo=$ac_try;; | 23500 | *) ac_try_echo=$ac_try;; |
24401 | esac | 23501 | esac |
24402 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23502 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24403 | $as_echo "$ac_try_echo") >&5 | ||
24404 | (eval "$ac_compile") 2>conftest.er1 | 23503 | (eval "$ac_compile") 2>conftest.er1 |
24405 | ac_status=$? | 23504 | ac_status=$? |
24406 | grep -v '^ *+' conftest.er1 >conftest.err | 23505 | grep -v '^ *+' conftest.er1 >conftest.err |
24407 | rm -f conftest.er1 | 23506 | rm -f conftest.er1 |
24408 | cat conftest.err >&5 | 23507 | cat conftest.err >&5 |
24409 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24410 | (exit $ac_status); } && { | 23509 | (exit $ac_status); } && { |
24411 | test -z "$ac_c_werror_flag" || | 23510 | test -z "$ac_c_werror_flag" || |
24412 | test ! -s conftest.err | 23511 | test ! -s conftest.err |
24413 | } && test -s conftest.$ac_objext; then | 23512 | } && test -s conftest.$ac_objext; then |
24414 | : | 23513 | ac_cv_type_struct_timespec=yes |
24415 | else | ||
24416 | $as_echo "$as_me: failed program was:" >&5 | ||
24417 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
24418 | |||
24419 | ac_cv_type_struct_timespec=yes | ||
24420 | fi | ||
24421 | |||
24422 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
24423 | else | 23514 | else |
24424 | $as_echo "$as_me: failed program was:" >&5 | 23515 | echo "$as_me: failed program was:" >&5 |
24425 | sed 's/^/| /' conftest.$ac_ext >&5 | 23516 | sed 's/^/| /' conftest.$ac_ext >&5 |
24426 | 23517 | ||
24427 | 23518 | ac_cv_type_struct_timespec=no | |
24428 | fi | 23519 | fi |
24429 | 23520 | ||
24430 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 23521 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
24431 | fi | 23522 | fi |
24432 | { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_timespec" >&5 | 23523 | { echo "$as_me:$LINENO: result: $ac_cv_type_struct_timespec" >&5 |
24433 | $as_echo "$ac_cv_type_struct_timespec" >&6; } | 23524 | echo "${ECHO_T}$ac_cv_type_struct_timespec" >&6; } |
24434 | if test $ac_cv_type_struct_timespec = yes; then | 23525 | if test $ac_cv_type_struct_timespec = yes; then |
24435 | 23526 | ||
24436 | cat >>confdefs.h <<_ACEOF | 23527 | cat >>confdefs.h <<_ACEOF |
@@ -24451,8 +23542,8 @@ if test "x$ac_cv_have_int64_t" = "xno" && \ | |||
24451 | exit 1; | 23542 | exit 1; |
24452 | else | 23543 | else |
24453 | if test "$cross_compiling" = yes; then | 23544 | if test "$cross_compiling" = yes; then |
24454 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 | 23545 | { echo "$as_me:$LINENO: WARNING: cross compiling: Assuming working snprintf()" >&5 |
24455 | $as_echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} | 23546 | echo "$as_me: WARNING: cross compiling: Assuming working snprintf()" >&2;} |
24456 | 23547 | ||
24457 | else | 23548 | else |
24458 | cat >conftest.$ac_ext <<_ACEOF | 23549 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24492,26 +23583,24 @@ case "(($ac_try" in | |||
24492 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23583 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24493 | *) ac_try_echo=$ac_try;; | 23584 | *) ac_try_echo=$ac_try;; |
24494 | esac | 23585 | esac |
24495 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23586 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24496 | $as_echo "$ac_try_echo") >&5 | ||
24497 | (eval "$ac_link") 2>&5 | 23587 | (eval "$ac_link") 2>&5 |
24498 | ac_status=$? | 23588 | ac_status=$? |
24499 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23589 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24500 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 23590 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
24501 | { (case "(($ac_try" in | 23591 | { (case "(($ac_try" in |
24502 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 23592 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
24503 | *) ac_try_echo=$ac_try;; | 23593 | *) ac_try_echo=$ac_try;; |
24504 | esac | 23594 | esac |
24505 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 23595 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
24506 | $as_echo "$ac_try_echo") >&5 | ||
24507 | (eval "$ac_try") 2>&5 | 23596 | (eval "$ac_try") 2>&5 |
24508 | ac_status=$? | 23597 | ac_status=$? |
24509 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 23598 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24510 | (exit $ac_status); }; }; then | 23599 | (exit $ac_status); }; }; then |
24511 | true | 23600 | true |
24512 | else | 23601 | else |
24513 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 23602 | echo "$as_me: program exited with status $ac_status" >&5 |
24514 | $as_echo "$as_me: failed program was:" >&5 | 23603 | echo "$as_me: failed program was:" >&5 |
24515 | sed 's/^/| /' conftest.$ac_ext >&5 | 23604 | sed 's/^/| /' conftest.$ac_ext >&5 |
24516 | 23605 | ||
24517 | ( exit $ac_status ) | 23606 | ( exit $ac_status ) |
@@ -24520,7 +23609,6 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
24520 | _ACEOF | 23609 | _ACEOF |
24521 | 23610 | ||
24522 | fi | 23611 | fi |
24523 | rm -rf conftest.dSYM | ||
24524 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 23612 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
24525 | fi | 23613 | fi |
24526 | 23614 | ||
@@ -24531,10 +23619,10 @@ fi | |||
24531 | # look for field 'ut_host' in header 'utmp.h' | 23619 | # look for field 'ut_host' in header 'utmp.h' |
24532 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 23620 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
24533 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host | 23621 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host |
24534 | { $as_echo "$as_me:$LINENO: checking for ut_host field in utmp.h" >&5 | 23622 | { echo "$as_me:$LINENO: checking for ut_host field in utmp.h" >&5 |
24535 | $as_echo_n "checking for ut_host field in utmp.h... " >&6; } | 23623 | echo $ECHO_N "checking for ut_host field in utmp.h... $ECHO_C" >&6; } |
24536 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23624 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24537 | $as_echo_n "(cached) " >&6 | 23625 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24538 | else | 23626 | else |
24539 | 23627 | ||
24540 | cat >conftest.$ac_ext <<_ACEOF | 23628 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24558,8 +23646,8 @@ fi | |||
24558 | 23646 | ||
24559 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23647 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24560 | if test -n "`echo $ossh_varname`"; then | 23648 | if test -n "`echo $ossh_varname`"; then |
24561 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23649 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24562 | $as_echo "$ossh_result" >&6; } | 23650 | echo "${ECHO_T}$ossh_result" >&6; } |
24563 | if test "x$ossh_result" = "xyes"; then | 23651 | if test "x$ossh_result" = "xyes"; then |
24564 | 23652 | ||
24565 | cat >>confdefs.h <<\_ACEOF | 23653 | cat >>confdefs.h <<\_ACEOF |
@@ -24568,18 +23656,18 @@ _ACEOF | |||
24568 | 23656 | ||
24569 | fi | 23657 | fi |
24570 | else | 23658 | else |
24571 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23659 | { echo "$as_me:$LINENO: result: no" >&5 |
24572 | $as_echo "no" >&6; } | 23660 | echo "${ECHO_T}no" >&6; } |
24573 | fi | 23661 | fi |
24574 | 23662 | ||
24575 | 23663 | ||
24576 | # look for field 'ut_host' in header 'utmpx.h' | 23664 | # look for field 'ut_host' in header 'utmpx.h' |
24577 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 23665 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
24578 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host | 23666 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_host |
24579 | { $as_echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5 | 23667 | { echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5 |
24580 | $as_echo_n "checking for ut_host field in utmpx.h... " >&6; } | 23668 | echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6; } |
24581 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23669 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24582 | $as_echo_n "(cached) " >&6 | 23670 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24583 | else | 23671 | else |
24584 | 23672 | ||
24585 | cat >conftest.$ac_ext <<_ACEOF | 23673 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24603,8 +23691,8 @@ fi | |||
24603 | 23691 | ||
24604 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23692 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24605 | if test -n "`echo $ossh_varname`"; then | 23693 | if test -n "`echo $ossh_varname`"; then |
24606 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23694 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24607 | $as_echo "$ossh_result" >&6; } | 23695 | echo "${ECHO_T}$ossh_result" >&6; } |
24608 | if test "x$ossh_result" = "xyes"; then | 23696 | if test "x$ossh_result" = "xyes"; then |
24609 | 23697 | ||
24610 | cat >>confdefs.h <<\_ACEOF | 23698 | cat >>confdefs.h <<\_ACEOF |
@@ -24613,18 +23701,18 @@ _ACEOF | |||
24613 | 23701 | ||
24614 | fi | 23702 | fi |
24615 | else | 23703 | else |
24616 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23704 | { echo "$as_me:$LINENO: result: no" >&5 |
24617 | $as_echo "no" >&6; } | 23705 | echo "${ECHO_T}no" >&6; } |
24618 | fi | 23706 | fi |
24619 | 23707 | ||
24620 | 23708 | ||
24621 | # look for field 'syslen' in header 'utmpx.h' | 23709 | # look for field 'syslen' in header 'utmpx.h' |
24622 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 23710 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
24623 | ossh_varname="ossh_cv_$ossh_safe""_has_"syslen | 23711 | ossh_varname="ossh_cv_$ossh_safe""_has_"syslen |
24624 | { $as_echo "$as_me:$LINENO: checking for syslen field in utmpx.h" >&5 | 23712 | { echo "$as_me:$LINENO: checking for syslen field in utmpx.h" >&5 |
24625 | $as_echo_n "checking for syslen field in utmpx.h... " >&6; } | 23713 | echo $ECHO_N "checking for syslen field in utmpx.h... $ECHO_C" >&6; } |
24626 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23714 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24627 | $as_echo_n "(cached) " >&6 | 23715 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24628 | else | 23716 | else |
24629 | 23717 | ||
24630 | cat >conftest.$ac_ext <<_ACEOF | 23718 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24648,8 +23736,8 @@ fi | |||
24648 | 23736 | ||
24649 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23737 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24650 | if test -n "`echo $ossh_varname`"; then | 23738 | if test -n "`echo $ossh_varname`"; then |
24651 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23739 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24652 | $as_echo "$ossh_result" >&6; } | 23740 | echo "${ECHO_T}$ossh_result" >&6; } |
24653 | if test "x$ossh_result" = "xyes"; then | 23741 | if test "x$ossh_result" = "xyes"; then |
24654 | 23742 | ||
24655 | cat >>confdefs.h <<\_ACEOF | 23743 | cat >>confdefs.h <<\_ACEOF |
@@ -24658,18 +23746,18 @@ _ACEOF | |||
24658 | 23746 | ||
24659 | fi | 23747 | fi |
24660 | else | 23748 | else |
24661 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23749 | { echo "$as_me:$LINENO: result: no" >&5 |
24662 | $as_echo "no" >&6; } | 23750 | echo "${ECHO_T}no" >&6; } |
24663 | fi | 23751 | fi |
24664 | 23752 | ||
24665 | 23753 | ||
24666 | # look for field 'ut_pid' in header 'utmp.h' | 23754 | # look for field 'ut_pid' in header 'utmp.h' |
24667 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 23755 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
24668 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid | 23756 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid |
24669 | { $as_echo "$as_me:$LINENO: checking for ut_pid field in utmp.h" >&5 | 23757 | { echo "$as_me:$LINENO: checking for ut_pid field in utmp.h" >&5 |
24670 | $as_echo_n "checking for ut_pid field in utmp.h... " >&6; } | 23758 | echo $ECHO_N "checking for ut_pid field in utmp.h... $ECHO_C" >&6; } |
24671 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23759 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24672 | $as_echo_n "(cached) " >&6 | 23760 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24673 | else | 23761 | else |
24674 | 23762 | ||
24675 | cat >conftest.$ac_ext <<_ACEOF | 23763 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24693,8 +23781,8 @@ fi | |||
24693 | 23781 | ||
24694 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23782 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24695 | if test -n "`echo $ossh_varname`"; then | 23783 | if test -n "`echo $ossh_varname`"; then |
24696 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23784 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24697 | $as_echo "$ossh_result" >&6; } | 23785 | echo "${ECHO_T}$ossh_result" >&6; } |
24698 | if test "x$ossh_result" = "xyes"; then | 23786 | if test "x$ossh_result" = "xyes"; then |
24699 | 23787 | ||
24700 | cat >>confdefs.h <<\_ACEOF | 23788 | cat >>confdefs.h <<\_ACEOF |
@@ -24703,18 +23791,18 @@ _ACEOF | |||
24703 | 23791 | ||
24704 | fi | 23792 | fi |
24705 | else | 23793 | else |
24706 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23794 | { echo "$as_me:$LINENO: result: no" >&5 |
24707 | $as_echo "no" >&6; } | 23795 | echo "${ECHO_T}no" >&6; } |
24708 | fi | 23796 | fi |
24709 | 23797 | ||
24710 | 23798 | ||
24711 | # look for field 'ut_type' in header 'utmp.h' | 23799 | # look for field 'ut_type' in header 'utmp.h' |
24712 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 23800 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
24713 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type | 23801 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type |
24714 | { $as_echo "$as_me:$LINENO: checking for ut_type field in utmp.h" >&5 | 23802 | { echo "$as_me:$LINENO: checking for ut_type field in utmp.h" >&5 |
24715 | $as_echo_n "checking for ut_type field in utmp.h... " >&6; } | 23803 | echo $ECHO_N "checking for ut_type field in utmp.h... $ECHO_C" >&6; } |
24716 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23804 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24717 | $as_echo_n "(cached) " >&6 | 23805 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24718 | else | 23806 | else |
24719 | 23807 | ||
24720 | cat >conftest.$ac_ext <<_ACEOF | 23808 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24738,8 +23826,8 @@ fi | |||
24738 | 23826 | ||
24739 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23827 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24740 | if test -n "`echo $ossh_varname`"; then | 23828 | if test -n "`echo $ossh_varname`"; then |
24741 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23829 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24742 | $as_echo "$ossh_result" >&6; } | 23830 | echo "${ECHO_T}$ossh_result" >&6; } |
24743 | if test "x$ossh_result" = "xyes"; then | 23831 | if test "x$ossh_result" = "xyes"; then |
24744 | 23832 | ||
24745 | cat >>confdefs.h <<\_ACEOF | 23833 | cat >>confdefs.h <<\_ACEOF |
@@ -24748,18 +23836,18 @@ _ACEOF | |||
24748 | 23836 | ||
24749 | fi | 23837 | fi |
24750 | else | 23838 | else |
24751 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23839 | { echo "$as_me:$LINENO: result: no" >&5 |
24752 | $as_echo "no" >&6; } | 23840 | echo "${ECHO_T}no" >&6; } |
24753 | fi | 23841 | fi |
24754 | 23842 | ||
24755 | 23843 | ||
24756 | # look for field 'ut_type' in header 'utmpx.h' | 23844 | # look for field 'ut_type' in header 'utmpx.h' |
24757 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 23845 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
24758 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type | 23846 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_type |
24759 | { $as_echo "$as_me:$LINENO: checking for ut_type field in utmpx.h" >&5 | 23847 | { echo "$as_me:$LINENO: checking for ut_type field in utmpx.h" >&5 |
24760 | $as_echo_n "checking for ut_type field in utmpx.h... " >&6; } | 23848 | echo $ECHO_N "checking for ut_type field in utmpx.h... $ECHO_C" >&6; } |
24761 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23849 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24762 | $as_echo_n "(cached) " >&6 | 23850 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24763 | else | 23851 | else |
24764 | 23852 | ||
24765 | cat >conftest.$ac_ext <<_ACEOF | 23853 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24783,8 +23871,8 @@ fi | |||
24783 | 23871 | ||
24784 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23872 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24785 | if test -n "`echo $ossh_varname`"; then | 23873 | if test -n "`echo $ossh_varname`"; then |
24786 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23874 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24787 | $as_echo "$ossh_result" >&6; } | 23875 | echo "${ECHO_T}$ossh_result" >&6; } |
24788 | if test "x$ossh_result" = "xyes"; then | 23876 | if test "x$ossh_result" = "xyes"; then |
24789 | 23877 | ||
24790 | cat >>confdefs.h <<\_ACEOF | 23878 | cat >>confdefs.h <<\_ACEOF |
@@ -24793,18 +23881,18 @@ _ACEOF | |||
24793 | 23881 | ||
24794 | fi | 23882 | fi |
24795 | else | 23883 | else |
24796 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23884 | { echo "$as_me:$LINENO: result: no" >&5 |
24797 | $as_echo "no" >&6; } | 23885 | echo "${ECHO_T}no" >&6; } |
24798 | fi | 23886 | fi |
24799 | 23887 | ||
24800 | 23888 | ||
24801 | # look for field 'ut_tv' in header 'utmp.h' | 23889 | # look for field 'ut_tv' in header 'utmp.h' |
24802 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 23890 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
24803 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv | 23891 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv |
24804 | { $as_echo "$as_me:$LINENO: checking for ut_tv field in utmp.h" >&5 | 23892 | { echo "$as_me:$LINENO: checking for ut_tv field in utmp.h" >&5 |
24805 | $as_echo_n "checking for ut_tv field in utmp.h... " >&6; } | 23893 | echo $ECHO_N "checking for ut_tv field in utmp.h... $ECHO_C" >&6; } |
24806 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23894 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24807 | $as_echo_n "(cached) " >&6 | 23895 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24808 | else | 23896 | else |
24809 | 23897 | ||
24810 | cat >conftest.$ac_ext <<_ACEOF | 23898 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24828,8 +23916,8 @@ fi | |||
24828 | 23916 | ||
24829 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23917 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24830 | if test -n "`echo $ossh_varname`"; then | 23918 | if test -n "`echo $ossh_varname`"; then |
24831 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23919 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24832 | $as_echo "$ossh_result" >&6; } | 23920 | echo "${ECHO_T}$ossh_result" >&6; } |
24833 | if test "x$ossh_result" = "xyes"; then | 23921 | if test "x$ossh_result" = "xyes"; then |
24834 | 23922 | ||
24835 | cat >>confdefs.h <<\_ACEOF | 23923 | cat >>confdefs.h <<\_ACEOF |
@@ -24838,18 +23926,18 @@ _ACEOF | |||
24838 | 23926 | ||
24839 | fi | 23927 | fi |
24840 | else | 23928 | else |
24841 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23929 | { echo "$as_me:$LINENO: result: no" >&5 |
24842 | $as_echo "no" >&6; } | 23930 | echo "${ECHO_T}no" >&6; } |
24843 | fi | 23931 | fi |
24844 | 23932 | ||
24845 | 23933 | ||
24846 | # look for field 'ut_id' in header 'utmp.h' | 23934 | # look for field 'ut_id' in header 'utmp.h' |
24847 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 23935 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
24848 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id | 23936 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id |
24849 | { $as_echo "$as_me:$LINENO: checking for ut_id field in utmp.h" >&5 | 23937 | { echo "$as_me:$LINENO: checking for ut_id field in utmp.h" >&5 |
24850 | $as_echo_n "checking for ut_id field in utmp.h... " >&6; } | 23938 | echo $ECHO_N "checking for ut_id field in utmp.h... $ECHO_C" >&6; } |
24851 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23939 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24852 | $as_echo_n "(cached) " >&6 | 23940 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24853 | else | 23941 | else |
24854 | 23942 | ||
24855 | cat >conftest.$ac_ext <<_ACEOF | 23943 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24873,8 +23961,8 @@ fi | |||
24873 | 23961 | ||
24874 | ossh_result=`eval 'echo $'"$ossh_varname"` | 23962 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24875 | if test -n "`echo $ossh_varname`"; then | 23963 | if test -n "`echo $ossh_varname`"; then |
24876 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 23964 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24877 | $as_echo "$ossh_result" >&6; } | 23965 | echo "${ECHO_T}$ossh_result" >&6; } |
24878 | if test "x$ossh_result" = "xyes"; then | 23966 | if test "x$ossh_result" = "xyes"; then |
24879 | 23967 | ||
24880 | cat >>confdefs.h <<\_ACEOF | 23968 | cat >>confdefs.h <<\_ACEOF |
@@ -24883,18 +23971,18 @@ _ACEOF | |||
24883 | 23971 | ||
24884 | fi | 23972 | fi |
24885 | else | 23973 | else |
24886 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 23974 | { echo "$as_me:$LINENO: result: no" >&5 |
24887 | $as_echo "no" >&6; } | 23975 | echo "${ECHO_T}no" >&6; } |
24888 | fi | 23976 | fi |
24889 | 23977 | ||
24890 | 23978 | ||
24891 | # look for field 'ut_id' in header 'utmpx.h' | 23979 | # look for field 'ut_id' in header 'utmpx.h' |
24892 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 23980 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
24893 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id | 23981 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id |
24894 | { $as_echo "$as_me:$LINENO: checking for ut_id field in utmpx.h" >&5 | 23982 | { echo "$as_me:$LINENO: checking for ut_id field in utmpx.h" >&5 |
24895 | $as_echo_n "checking for ut_id field in utmpx.h... " >&6; } | 23983 | echo $ECHO_N "checking for ut_id field in utmpx.h... $ECHO_C" >&6; } |
24896 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 23984 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24897 | $as_echo_n "(cached) " >&6 | 23985 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24898 | else | 23986 | else |
24899 | 23987 | ||
24900 | cat >conftest.$ac_ext <<_ACEOF | 23988 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24918,8 +24006,8 @@ fi | |||
24918 | 24006 | ||
24919 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24007 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24920 | if test -n "`echo $ossh_varname`"; then | 24008 | if test -n "`echo $ossh_varname`"; then |
24921 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24009 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24922 | $as_echo "$ossh_result" >&6; } | 24010 | echo "${ECHO_T}$ossh_result" >&6; } |
24923 | if test "x$ossh_result" = "xyes"; then | 24011 | if test "x$ossh_result" = "xyes"; then |
24924 | 24012 | ||
24925 | cat >>confdefs.h <<\_ACEOF | 24013 | cat >>confdefs.h <<\_ACEOF |
@@ -24928,18 +24016,18 @@ _ACEOF | |||
24928 | 24016 | ||
24929 | fi | 24017 | fi |
24930 | else | 24018 | else |
24931 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24019 | { echo "$as_me:$LINENO: result: no" >&5 |
24932 | $as_echo "no" >&6; } | 24020 | echo "${ECHO_T}no" >&6; } |
24933 | fi | 24021 | fi |
24934 | 24022 | ||
24935 | 24023 | ||
24936 | # look for field 'ut_addr' in header 'utmp.h' | 24024 | # look for field 'ut_addr' in header 'utmp.h' |
24937 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24025 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
24938 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr | 24026 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr |
24939 | { $as_echo "$as_me:$LINENO: checking for ut_addr field in utmp.h" >&5 | 24027 | { echo "$as_me:$LINENO: checking for ut_addr field in utmp.h" >&5 |
24940 | $as_echo_n "checking for ut_addr field in utmp.h... " >&6; } | 24028 | echo $ECHO_N "checking for ut_addr field in utmp.h... $ECHO_C" >&6; } |
24941 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24029 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24942 | $as_echo_n "(cached) " >&6 | 24030 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24943 | else | 24031 | else |
24944 | 24032 | ||
24945 | cat >conftest.$ac_ext <<_ACEOF | 24033 | cat >conftest.$ac_ext <<_ACEOF |
@@ -24963,8 +24051,8 @@ fi | |||
24963 | 24051 | ||
24964 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24052 | ossh_result=`eval 'echo $'"$ossh_varname"` |
24965 | if test -n "`echo $ossh_varname`"; then | 24053 | if test -n "`echo $ossh_varname`"; then |
24966 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24054 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
24967 | $as_echo "$ossh_result" >&6; } | 24055 | echo "${ECHO_T}$ossh_result" >&6; } |
24968 | if test "x$ossh_result" = "xyes"; then | 24056 | if test "x$ossh_result" = "xyes"; then |
24969 | 24057 | ||
24970 | cat >>confdefs.h <<\_ACEOF | 24058 | cat >>confdefs.h <<\_ACEOF |
@@ -24973,18 +24061,18 @@ _ACEOF | |||
24973 | 24061 | ||
24974 | fi | 24062 | fi |
24975 | else | 24063 | else |
24976 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24064 | { echo "$as_me:$LINENO: result: no" >&5 |
24977 | $as_echo "no" >&6; } | 24065 | echo "${ECHO_T}no" >&6; } |
24978 | fi | 24066 | fi |
24979 | 24067 | ||
24980 | 24068 | ||
24981 | # look for field 'ut_addr' in header 'utmpx.h' | 24069 | # look for field 'ut_addr' in header 'utmpx.h' |
24982 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24070 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
24983 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr | 24071 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr |
24984 | { $as_echo "$as_me:$LINENO: checking for ut_addr field in utmpx.h" >&5 | 24072 | { echo "$as_me:$LINENO: checking for ut_addr field in utmpx.h" >&5 |
24985 | $as_echo_n "checking for ut_addr field in utmpx.h... " >&6; } | 24073 | echo $ECHO_N "checking for ut_addr field in utmpx.h... $ECHO_C" >&6; } |
24986 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24074 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
24987 | $as_echo_n "(cached) " >&6 | 24075 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
24988 | else | 24076 | else |
24989 | 24077 | ||
24990 | cat >conftest.$ac_ext <<_ACEOF | 24078 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25008,8 +24096,8 @@ fi | |||
25008 | 24096 | ||
25009 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24097 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25010 | if test -n "`echo $ossh_varname`"; then | 24098 | if test -n "`echo $ossh_varname`"; then |
25011 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24099 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25012 | $as_echo "$ossh_result" >&6; } | 24100 | echo "${ECHO_T}$ossh_result" >&6; } |
25013 | if test "x$ossh_result" = "xyes"; then | 24101 | if test "x$ossh_result" = "xyes"; then |
25014 | 24102 | ||
25015 | cat >>confdefs.h <<\_ACEOF | 24103 | cat >>confdefs.h <<\_ACEOF |
@@ -25018,18 +24106,18 @@ _ACEOF | |||
25018 | 24106 | ||
25019 | fi | 24107 | fi |
25020 | else | 24108 | else |
25021 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24109 | { echo "$as_me:$LINENO: result: no" >&5 |
25022 | $as_echo "no" >&6; } | 24110 | echo "${ECHO_T}no" >&6; } |
25023 | fi | 24111 | fi |
25024 | 24112 | ||
25025 | 24113 | ||
25026 | # look for field 'ut_addr_v6' in header 'utmp.h' | 24114 | # look for field 'ut_addr_v6' in header 'utmp.h' |
25027 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24115 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
25028 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 | 24116 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 |
25029 | { $as_echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmp.h" >&5 | 24117 | { echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmp.h" >&5 |
25030 | $as_echo_n "checking for ut_addr_v6 field in utmp.h... " >&6; } | 24118 | echo $ECHO_N "checking for ut_addr_v6 field in utmp.h... $ECHO_C" >&6; } |
25031 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24119 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
25032 | $as_echo_n "(cached) " >&6 | 24120 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25033 | else | 24121 | else |
25034 | 24122 | ||
25035 | cat >conftest.$ac_ext <<_ACEOF | 24123 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25053,8 +24141,8 @@ fi | |||
25053 | 24141 | ||
25054 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24142 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25055 | if test -n "`echo $ossh_varname`"; then | 24143 | if test -n "`echo $ossh_varname`"; then |
25056 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24144 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25057 | $as_echo "$ossh_result" >&6; } | 24145 | echo "${ECHO_T}$ossh_result" >&6; } |
25058 | if test "x$ossh_result" = "xyes"; then | 24146 | if test "x$ossh_result" = "xyes"; then |
25059 | 24147 | ||
25060 | cat >>confdefs.h <<\_ACEOF | 24148 | cat >>confdefs.h <<\_ACEOF |
@@ -25063,18 +24151,18 @@ _ACEOF | |||
25063 | 24151 | ||
25064 | fi | 24152 | fi |
25065 | else | 24153 | else |
25066 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24154 | { echo "$as_me:$LINENO: result: no" >&5 |
25067 | $as_echo "no" >&6; } | 24155 | echo "${ECHO_T}no" >&6; } |
25068 | fi | 24156 | fi |
25069 | 24157 | ||
25070 | 24158 | ||
25071 | # look for field 'ut_addr_v6' in header 'utmpx.h' | 24159 | # look for field 'ut_addr_v6' in header 'utmpx.h' |
25072 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24160 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
25073 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 | 24161 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_addr_v6 |
25074 | { $as_echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmpx.h" >&5 | 24162 | { echo "$as_me:$LINENO: checking for ut_addr_v6 field in utmpx.h" >&5 |
25075 | $as_echo_n "checking for ut_addr_v6 field in utmpx.h... " >&6; } | 24163 | echo $ECHO_N "checking for ut_addr_v6 field in utmpx.h... $ECHO_C" >&6; } |
25076 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24164 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
25077 | $as_echo_n "(cached) " >&6 | 24165 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25078 | else | 24166 | else |
25079 | 24167 | ||
25080 | cat >conftest.$ac_ext <<_ACEOF | 24168 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25098,8 +24186,8 @@ fi | |||
25098 | 24186 | ||
25099 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24187 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25100 | if test -n "`echo $ossh_varname`"; then | 24188 | if test -n "`echo $ossh_varname`"; then |
25101 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24189 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25102 | $as_echo "$ossh_result" >&6; } | 24190 | echo "${ECHO_T}$ossh_result" >&6; } |
25103 | if test "x$ossh_result" = "xyes"; then | 24191 | if test "x$ossh_result" = "xyes"; then |
25104 | 24192 | ||
25105 | cat >>confdefs.h <<\_ACEOF | 24193 | cat >>confdefs.h <<\_ACEOF |
@@ -25108,18 +24196,18 @@ _ACEOF | |||
25108 | 24196 | ||
25109 | fi | 24197 | fi |
25110 | else | 24198 | else |
25111 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24199 | { echo "$as_me:$LINENO: result: no" >&5 |
25112 | $as_echo "no" >&6; } | 24200 | echo "${ECHO_T}no" >&6; } |
25113 | fi | 24201 | fi |
25114 | 24202 | ||
25115 | 24203 | ||
25116 | # look for field 'ut_exit' in header 'utmp.h' | 24204 | # look for field 'ut_exit' in header 'utmp.h' |
25117 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24205 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
25118 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit | 24206 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_exit |
25119 | { $as_echo "$as_me:$LINENO: checking for ut_exit field in utmp.h" >&5 | 24207 | { echo "$as_me:$LINENO: checking for ut_exit field in utmp.h" >&5 |
25120 | $as_echo_n "checking for ut_exit field in utmp.h... " >&6; } | 24208 | echo $ECHO_N "checking for ut_exit field in utmp.h... $ECHO_C" >&6; } |
25121 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24209 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
25122 | $as_echo_n "(cached) " >&6 | 24210 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25123 | else | 24211 | else |
25124 | 24212 | ||
25125 | cat >conftest.$ac_ext <<_ACEOF | 24213 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25143,8 +24231,8 @@ fi | |||
25143 | 24231 | ||
25144 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24232 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25145 | if test -n "`echo $ossh_varname`"; then | 24233 | if test -n "`echo $ossh_varname`"; then |
25146 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24234 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25147 | $as_echo "$ossh_result" >&6; } | 24235 | echo "${ECHO_T}$ossh_result" >&6; } |
25148 | if test "x$ossh_result" = "xyes"; then | 24236 | if test "x$ossh_result" = "xyes"; then |
25149 | 24237 | ||
25150 | cat >>confdefs.h <<\_ACEOF | 24238 | cat >>confdefs.h <<\_ACEOF |
@@ -25153,18 +24241,18 @@ _ACEOF | |||
25153 | 24241 | ||
25154 | fi | 24242 | fi |
25155 | else | 24243 | else |
25156 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24244 | { echo "$as_me:$LINENO: result: no" >&5 |
25157 | $as_echo "no" >&6; } | 24245 | echo "${ECHO_T}no" >&6; } |
25158 | fi | 24246 | fi |
25159 | 24247 | ||
25160 | 24248 | ||
25161 | # look for field 'ut_time' in header 'utmp.h' | 24249 | # look for field 'ut_time' in header 'utmp.h' |
25162 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` | 24250 | ossh_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` |
25163 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time | 24251 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time |
25164 | { $as_echo "$as_me:$LINENO: checking for ut_time field in utmp.h" >&5 | 24252 | { echo "$as_me:$LINENO: checking for ut_time field in utmp.h" >&5 |
25165 | $as_echo_n "checking for ut_time field in utmp.h... " >&6; } | 24253 | echo $ECHO_N "checking for ut_time field in utmp.h... $ECHO_C" >&6; } |
25166 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24254 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
25167 | $as_echo_n "(cached) " >&6 | 24255 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25168 | else | 24256 | else |
25169 | 24257 | ||
25170 | cat >conftest.$ac_ext <<_ACEOF | 24258 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25188,8 +24276,8 @@ fi | |||
25188 | 24276 | ||
25189 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24277 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25190 | if test -n "`echo $ossh_varname`"; then | 24278 | if test -n "`echo $ossh_varname`"; then |
25191 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24279 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25192 | $as_echo "$ossh_result" >&6; } | 24280 | echo "${ECHO_T}$ossh_result" >&6; } |
25193 | if test "x$ossh_result" = "xyes"; then | 24281 | if test "x$ossh_result" = "xyes"; then |
25194 | 24282 | ||
25195 | cat >>confdefs.h <<\_ACEOF | 24283 | cat >>confdefs.h <<\_ACEOF |
@@ -25198,18 +24286,18 @@ _ACEOF | |||
25198 | 24286 | ||
25199 | fi | 24287 | fi |
25200 | else | 24288 | else |
25201 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24289 | { echo "$as_me:$LINENO: result: no" >&5 |
25202 | $as_echo "no" >&6; } | 24290 | echo "${ECHO_T}no" >&6; } |
25203 | fi | 24291 | fi |
25204 | 24292 | ||
25205 | 24293 | ||
25206 | # look for field 'ut_time' in header 'utmpx.h' | 24294 | # look for field 'ut_time' in header 'utmpx.h' |
25207 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24295 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
25208 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time | 24296 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time |
25209 | { $as_echo "$as_me:$LINENO: checking for ut_time field in utmpx.h" >&5 | 24297 | { echo "$as_me:$LINENO: checking for ut_time field in utmpx.h" >&5 |
25210 | $as_echo_n "checking for ut_time field in utmpx.h... " >&6; } | 24298 | echo $ECHO_N "checking for ut_time field in utmpx.h... $ECHO_C" >&6; } |
25211 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24299 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
25212 | $as_echo_n "(cached) " >&6 | 24300 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25213 | else | 24301 | else |
25214 | 24302 | ||
25215 | cat >conftest.$ac_ext <<_ACEOF | 24303 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25233,8 +24321,8 @@ fi | |||
25233 | 24321 | ||
25234 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24322 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25235 | if test -n "`echo $ossh_varname`"; then | 24323 | if test -n "`echo $ossh_varname`"; then |
25236 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24324 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25237 | $as_echo "$ossh_result" >&6; } | 24325 | echo "${ECHO_T}$ossh_result" >&6; } |
25238 | if test "x$ossh_result" = "xyes"; then | 24326 | if test "x$ossh_result" = "xyes"; then |
25239 | 24327 | ||
25240 | cat >>confdefs.h <<\_ACEOF | 24328 | cat >>confdefs.h <<\_ACEOF |
@@ -25243,18 +24331,18 @@ _ACEOF | |||
25243 | 24331 | ||
25244 | fi | 24332 | fi |
25245 | else | 24333 | else |
25246 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24334 | { echo "$as_me:$LINENO: result: no" >&5 |
25247 | $as_echo "no" >&6; } | 24335 | echo "${ECHO_T}no" >&6; } |
25248 | fi | 24336 | fi |
25249 | 24337 | ||
25250 | 24338 | ||
25251 | # look for field 'ut_tv' in header 'utmpx.h' | 24339 | # look for field 'ut_tv' in header 'utmpx.h' |
25252 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` | 24340 | ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` |
25253 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv | 24341 | ossh_varname="ossh_cv_$ossh_safe""_has_"ut_tv |
25254 | { $as_echo "$as_me:$LINENO: checking for ut_tv field in utmpx.h" >&5 | 24342 | { echo "$as_me:$LINENO: checking for ut_tv field in utmpx.h" >&5 |
25255 | $as_echo_n "checking for ut_tv field in utmpx.h... " >&6; } | 24343 | echo $ECHO_N "checking for ut_tv field in utmpx.h... $ECHO_C" >&6; } |
25256 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then | 24344 | if { as_var=$ossh_varname; eval "test \"\${$as_var+set}\" = set"; }; then |
25257 | $as_echo_n "(cached) " >&6 | 24345 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25258 | else | 24346 | else |
25259 | 24347 | ||
25260 | cat >conftest.$ac_ext <<_ACEOF | 24348 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25278,8 +24366,8 @@ fi | |||
25278 | 24366 | ||
25279 | ossh_result=`eval 'echo $'"$ossh_varname"` | 24367 | ossh_result=`eval 'echo $'"$ossh_varname"` |
25280 | if test -n "`echo $ossh_varname`"; then | 24368 | if test -n "`echo $ossh_varname`"; then |
25281 | { $as_echo "$as_me:$LINENO: result: $ossh_result" >&5 | 24369 | { echo "$as_me:$LINENO: result: $ossh_result" >&5 |
25282 | $as_echo "$ossh_result" >&6; } | 24370 | echo "${ECHO_T}$ossh_result" >&6; } |
25283 | if test "x$ossh_result" = "xyes"; then | 24371 | if test "x$ossh_result" = "xyes"; then |
25284 | 24372 | ||
25285 | cat >>confdefs.h <<\_ACEOF | 24373 | cat >>confdefs.h <<\_ACEOF |
@@ -25288,15 +24376,15 @@ _ACEOF | |||
25288 | 24376 | ||
25289 | fi | 24377 | fi |
25290 | else | 24378 | else |
25291 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 24379 | { echo "$as_me:$LINENO: result: no" >&5 |
25292 | $as_echo "no" >&6; } | 24380 | echo "${ECHO_T}no" >&6; } |
25293 | fi | 24381 | fi |
25294 | 24382 | ||
25295 | 24383 | ||
25296 | { $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 | 24384 | { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 |
25297 | $as_echo_n "checking for struct stat.st_blksize... " >&6; } | 24385 | echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; } |
25298 | if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then | 24386 | if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then |
25299 | $as_echo_n "(cached) " >&6 | 24387 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25300 | else | 24388 | else |
25301 | cat >conftest.$ac_ext <<_ACEOF | 24389 | cat >conftest.$ac_ext <<_ACEOF |
25302 | /* confdefs.h. */ | 24390 | /* confdefs.h. */ |
@@ -25321,21 +24409,20 @@ case "(($ac_try" in | |||
25321 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24409 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25322 | *) ac_try_echo=$ac_try;; | 24410 | *) ac_try_echo=$ac_try;; |
25323 | esac | 24411 | esac |
25324 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24412 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25325 | $as_echo "$ac_try_echo") >&5 | ||
25326 | (eval "$ac_compile") 2>conftest.er1 | 24413 | (eval "$ac_compile") 2>conftest.er1 |
25327 | ac_status=$? | 24414 | ac_status=$? |
25328 | grep -v '^ *+' conftest.er1 >conftest.err | 24415 | grep -v '^ *+' conftest.er1 >conftest.err |
25329 | rm -f conftest.er1 | 24416 | rm -f conftest.er1 |
25330 | cat conftest.err >&5 | 24417 | cat conftest.err >&5 |
25331 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24418 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25332 | (exit $ac_status); } && { | 24419 | (exit $ac_status); } && { |
25333 | test -z "$ac_c_werror_flag" || | 24420 | test -z "$ac_c_werror_flag" || |
25334 | test ! -s conftest.err | 24421 | test ! -s conftest.err |
25335 | } && test -s conftest.$ac_objext; then | 24422 | } && test -s conftest.$ac_objext; then |
25336 | ac_cv_member_struct_stat_st_blksize=yes | 24423 | ac_cv_member_struct_stat_st_blksize=yes |
25337 | else | 24424 | else |
25338 | $as_echo "$as_me: failed program was:" >&5 | 24425 | echo "$as_me: failed program was:" >&5 |
25339 | sed 's/^/| /' conftest.$ac_ext >&5 | 24426 | sed 's/^/| /' conftest.$ac_ext >&5 |
25340 | 24427 | ||
25341 | cat >conftest.$ac_ext <<_ACEOF | 24428 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25361,21 +24448,20 @@ case "(($ac_try" in | |||
25361 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24448 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25362 | *) ac_try_echo=$ac_try;; | 24449 | *) ac_try_echo=$ac_try;; |
25363 | esac | 24450 | esac |
25364 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24451 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25365 | $as_echo "$ac_try_echo") >&5 | ||
25366 | (eval "$ac_compile") 2>conftest.er1 | 24452 | (eval "$ac_compile") 2>conftest.er1 |
25367 | ac_status=$? | 24453 | ac_status=$? |
25368 | grep -v '^ *+' conftest.er1 >conftest.err | 24454 | grep -v '^ *+' conftest.er1 >conftest.err |
25369 | rm -f conftest.er1 | 24455 | rm -f conftest.er1 |
25370 | cat conftest.err >&5 | 24456 | cat conftest.err >&5 |
25371 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25372 | (exit $ac_status); } && { | 24458 | (exit $ac_status); } && { |
25373 | test -z "$ac_c_werror_flag" || | 24459 | test -z "$ac_c_werror_flag" || |
25374 | test ! -s conftest.err | 24460 | test ! -s conftest.err |
25375 | } && test -s conftest.$ac_objext; then | 24461 | } && test -s conftest.$ac_objext; then |
25376 | ac_cv_member_struct_stat_st_blksize=yes | 24462 | ac_cv_member_struct_stat_st_blksize=yes |
25377 | else | 24463 | else |
25378 | $as_echo "$as_me: failed program was:" >&5 | 24464 | echo "$as_me: failed program was:" >&5 |
25379 | sed 's/^/| /' conftest.$ac_ext >&5 | 24465 | sed 's/^/| /' conftest.$ac_ext >&5 |
25380 | 24466 | ||
25381 | ac_cv_member_struct_stat_st_blksize=no | 24467 | ac_cv_member_struct_stat_st_blksize=no |
@@ -25386,8 +24472,8 @@ fi | |||
25386 | 24472 | ||
25387 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24473 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25388 | fi | 24474 | fi |
25389 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 | 24475 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 |
25390 | $as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; } | 24476 | echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; } |
25391 | if test $ac_cv_member_struct_stat_st_blksize = yes; then | 24477 | if test $ac_cv_member_struct_stat_st_blksize = yes; then |
25392 | 24478 | ||
25393 | cat >>confdefs.h <<_ACEOF | 24479 | cat >>confdefs.h <<_ACEOF |
@@ -25397,10 +24483,10 @@ _ACEOF | |||
25397 | 24483 | ||
25398 | fi | 24484 | fi |
25399 | 24485 | ||
25400 | { $as_echo "$as_me:$LINENO: checking for struct __res_state.retrans" >&5 | 24486 | { echo "$as_me:$LINENO: checking for struct __res_state.retrans" >&5 |
25401 | $as_echo_n "checking for struct __res_state.retrans... " >&6; } | 24487 | echo $ECHO_N "checking for struct __res_state.retrans... $ECHO_C" >&6; } |
25402 | if test "${ac_cv_member_struct___res_state_retrans+set}" = set; then | 24488 | if test "${ac_cv_member_struct___res_state_retrans+set}" = set; then |
25403 | $as_echo_n "(cached) " >&6 | 24489 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25404 | else | 24490 | else |
25405 | cat >conftest.$ac_ext <<_ACEOF | 24491 | cat >conftest.$ac_ext <<_ACEOF |
25406 | /* confdefs.h. */ | 24492 | /* confdefs.h. */ |
@@ -25434,21 +24520,20 @@ case "(($ac_try" in | |||
25434 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24520 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25435 | *) ac_try_echo=$ac_try;; | 24521 | *) ac_try_echo=$ac_try;; |
25436 | esac | 24522 | esac |
25437 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24523 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25438 | $as_echo "$ac_try_echo") >&5 | ||
25439 | (eval "$ac_compile") 2>conftest.er1 | 24524 | (eval "$ac_compile") 2>conftest.er1 |
25440 | ac_status=$? | 24525 | ac_status=$? |
25441 | grep -v '^ *+' conftest.er1 >conftest.err | 24526 | grep -v '^ *+' conftest.er1 >conftest.err |
25442 | rm -f conftest.er1 | 24527 | rm -f conftest.er1 |
25443 | cat conftest.err >&5 | 24528 | cat conftest.err >&5 |
25444 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25445 | (exit $ac_status); } && { | 24530 | (exit $ac_status); } && { |
25446 | test -z "$ac_c_werror_flag" || | 24531 | test -z "$ac_c_werror_flag" || |
25447 | test ! -s conftest.err | 24532 | test ! -s conftest.err |
25448 | } && test -s conftest.$ac_objext; then | 24533 | } && test -s conftest.$ac_objext; then |
25449 | ac_cv_member_struct___res_state_retrans=yes | 24534 | ac_cv_member_struct___res_state_retrans=yes |
25450 | else | 24535 | else |
25451 | $as_echo "$as_me: failed program was:" >&5 | 24536 | echo "$as_me: failed program was:" >&5 |
25452 | sed 's/^/| /' conftest.$ac_ext >&5 | 24537 | sed 's/^/| /' conftest.$ac_ext >&5 |
25453 | 24538 | ||
25454 | cat >conftest.$ac_ext <<_ACEOF | 24539 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25483,21 +24568,20 @@ case "(($ac_try" in | |||
25483 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24568 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25484 | *) ac_try_echo=$ac_try;; | 24569 | *) ac_try_echo=$ac_try;; |
25485 | esac | 24570 | esac |
25486 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24571 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25487 | $as_echo "$ac_try_echo") >&5 | ||
25488 | (eval "$ac_compile") 2>conftest.er1 | 24572 | (eval "$ac_compile") 2>conftest.er1 |
25489 | ac_status=$? | 24573 | ac_status=$? |
25490 | grep -v '^ *+' conftest.er1 >conftest.err | 24574 | grep -v '^ *+' conftest.er1 >conftest.err |
25491 | rm -f conftest.er1 | 24575 | rm -f conftest.er1 |
25492 | cat conftest.err >&5 | 24576 | cat conftest.err >&5 |
25493 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24577 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25494 | (exit $ac_status); } && { | 24578 | (exit $ac_status); } && { |
25495 | test -z "$ac_c_werror_flag" || | 24579 | test -z "$ac_c_werror_flag" || |
25496 | test ! -s conftest.err | 24580 | test ! -s conftest.err |
25497 | } && test -s conftest.$ac_objext; then | 24581 | } && test -s conftest.$ac_objext; then |
25498 | ac_cv_member_struct___res_state_retrans=yes | 24582 | ac_cv_member_struct___res_state_retrans=yes |
25499 | else | 24583 | else |
25500 | $as_echo "$as_me: failed program was:" >&5 | 24584 | echo "$as_me: failed program was:" >&5 |
25501 | sed 's/^/| /' conftest.$ac_ext >&5 | 24585 | sed 's/^/| /' conftest.$ac_ext >&5 |
25502 | 24586 | ||
25503 | ac_cv_member_struct___res_state_retrans=no | 24587 | ac_cv_member_struct___res_state_retrans=no |
@@ -25508,8 +24592,8 @@ fi | |||
25508 | 24592 | ||
25509 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24593 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25510 | fi | 24594 | fi |
25511 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct___res_state_retrans" >&5 | 24595 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct___res_state_retrans" >&5 |
25512 | $as_echo "$ac_cv_member_struct___res_state_retrans" >&6; } | 24596 | echo "${ECHO_T}$ac_cv_member_struct___res_state_retrans" >&6; } |
25513 | if test $ac_cv_member_struct___res_state_retrans = yes; then | 24597 | if test $ac_cv_member_struct___res_state_retrans = yes; then |
25514 | : | 24598 | : |
25515 | else | 24599 | else |
@@ -25521,10 +24605,10 @@ _ACEOF | |||
25521 | fi | 24605 | fi |
25522 | 24606 | ||
25523 | 24607 | ||
25524 | { $as_echo "$as_me:$LINENO: checking for ss_family field in struct sockaddr_storage" >&5 | 24608 | { echo "$as_me:$LINENO: checking for ss_family field in struct sockaddr_storage" >&5 |
25525 | $as_echo_n "checking for ss_family field in struct sockaddr_storage... " >&6; } | 24609 | echo $ECHO_N "checking for ss_family field in struct sockaddr_storage... $ECHO_C" >&6; } |
25526 | if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then | 24610 | if test "${ac_cv_have_ss_family_in_struct_ss+set}" = set; then |
25527 | $as_echo_n "(cached) " >&6 | 24611 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25528 | else | 24612 | else |
25529 | 24613 | ||
25530 | cat >conftest.$ac_ext <<_ACEOF | 24614 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25551,21 +24635,20 @@ case "(($ac_try" in | |||
25551 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24635 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25552 | *) ac_try_echo=$ac_try;; | 24636 | *) ac_try_echo=$ac_try;; |
25553 | esac | 24637 | esac |
25554 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24638 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25555 | $as_echo "$ac_try_echo") >&5 | ||
25556 | (eval "$ac_compile") 2>conftest.er1 | 24639 | (eval "$ac_compile") 2>conftest.er1 |
25557 | ac_status=$? | 24640 | ac_status=$? |
25558 | grep -v '^ *+' conftest.er1 >conftest.err | 24641 | grep -v '^ *+' conftest.er1 >conftest.err |
25559 | rm -f conftest.er1 | 24642 | rm -f conftest.er1 |
25560 | cat conftest.err >&5 | 24643 | cat conftest.err >&5 |
25561 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25562 | (exit $ac_status); } && { | 24645 | (exit $ac_status); } && { |
25563 | test -z "$ac_c_werror_flag" || | 24646 | test -z "$ac_c_werror_flag" || |
25564 | test ! -s conftest.err | 24647 | test ! -s conftest.err |
25565 | } && test -s conftest.$ac_objext; then | 24648 | } && test -s conftest.$ac_objext; then |
25566 | ac_cv_have_ss_family_in_struct_ss="yes" | 24649 | ac_cv_have_ss_family_in_struct_ss="yes" |
25567 | else | 24650 | else |
25568 | $as_echo "$as_me: failed program was:" >&5 | 24651 | echo "$as_me: failed program was:" >&5 |
25569 | sed 's/^/| /' conftest.$ac_ext >&5 | 24652 | sed 's/^/| /' conftest.$ac_ext >&5 |
25570 | 24653 | ||
25571 | ac_cv_have_ss_family_in_struct_ss="no" | 24654 | ac_cv_have_ss_family_in_struct_ss="no" |
@@ -25574,8 +24657,8 @@ fi | |||
25574 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24657 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25575 | 24658 | ||
25576 | fi | 24659 | fi |
25577 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_ss_family_in_struct_ss" >&5 | 24660 | { echo "$as_me:$LINENO: result: $ac_cv_have_ss_family_in_struct_ss" >&5 |
25578 | $as_echo "$ac_cv_have_ss_family_in_struct_ss" >&6; } | 24661 | echo "${ECHO_T}$ac_cv_have_ss_family_in_struct_ss" >&6; } |
25579 | if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then | 24662 | if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then |
25580 | 24663 | ||
25581 | cat >>confdefs.h <<\_ACEOF | 24664 | cat >>confdefs.h <<\_ACEOF |
@@ -25584,10 +24667,10 @@ _ACEOF | |||
25584 | 24667 | ||
25585 | fi | 24668 | fi |
25586 | 24669 | ||
25587 | { $as_echo "$as_me:$LINENO: checking for __ss_family field in struct sockaddr_storage" >&5 | 24670 | { echo "$as_me:$LINENO: checking for __ss_family field in struct sockaddr_storage" >&5 |
25588 | $as_echo_n "checking for __ss_family field in struct sockaddr_storage... " >&6; } | 24671 | echo $ECHO_N "checking for __ss_family field in struct sockaddr_storage... $ECHO_C" >&6; } |
25589 | if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then | 24672 | if test "${ac_cv_have___ss_family_in_struct_ss+set}" = set; then |
25590 | $as_echo_n "(cached) " >&6 | 24673 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25591 | else | 24674 | else |
25592 | 24675 | ||
25593 | cat >conftest.$ac_ext <<_ACEOF | 24676 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25614,21 +24697,20 @@ case "(($ac_try" in | |||
25614 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24697 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25615 | *) ac_try_echo=$ac_try;; | 24698 | *) ac_try_echo=$ac_try;; |
25616 | esac | 24699 | esac |
25617 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24700 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25618 | $as_echo "$ac_try_echo") >&5 | ||
25619 | (eval "$ac_compile") 2>conftest.er1 | 24701 | (eval "$ac_compile") 2>conftest.er1 |
25620 | ac_status=$? | 24702 | ac_status=$? |
25621 | grep -v '^ *+' conftest.er1 >conftest.err | 24703 | grep -v '^ *+' conftest.er1 >conftest.err |
25622 | rm -f conftest.er1 | 24704 | rm -f conftest.er1 |
25623 | cat conftest.err >&5 | 24705 | cat conftest.err >&5 |
25624 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24706 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25625 | (exit $ac_status); } && { | 24707 | (exit $ac_status); } && { |
25626 | test -z "$ac_c_werror_flag" || | 24708 | test -z "$ac_c_werror_flag" || |
25627 | test ! -s conftest.err | 24709 | test ! -s conftest.err |
25628 | } && test -s conftest.$ac_objext; then | 24710 | } && test -s conftest.$ac_objext; then |
25629 | ac_cv_have___ss_family_in_struct_ss="yes" | 24711 | ac_cv_have___ss_family_in_struct_ss="yes" |
25630 | else | 24712 | else |
25631 | $as_echo "$as_me: failed program was:" >&5 | 24713 | echo "$as_me: failed program was:" >&5 |
25632 | sed 's/^/| /' conftest.$ac_ext >&5 | 24714 | sed 's/^/| /' conftest.$ac_ext >&5 |
25633 | 24715 | ||
25634 | ac_cv_have___ss_family_in_struct_ss="no" | 24716 | ac_cv_have___ss_family_in_struct_ss="no" |
@@ -25638,8 +24720,8 @@ fi | |||
25638 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24720 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25639 | 24721 | ||
25640 | fi | 24722 | fi |
25641 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have___ss_family_in_struct_ss" >&5 | 24723 | { echo "$as_me:$LINENO: result: $ac_cv_have___ss_family_in_struct_ss" >&5 |
25642 | $as_echo "$ac_cv_have___ss_family_in_struct_ss" >&6; } | 24724 | echo "${ECHO_T}$ac_cv_have___ss_family_in_struct_ss" >&6; } |
25643 | if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then | 24725 | if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then |
25644 | 24726 | ||
25645 | cat >>confdefs.h <<\_ACEOF | 24727 | cat >>confdefs.h <<\_ACEOF |
@@ -25648,10 +24730,10 @@ _ACEOF | |||
25648 | 24730 | ||
25649 | fi | 24731 | fi |
25650 | 24732 | ||
25651 | { $as_echo "$as_me:$LINENO: checking for pw_class field in struct passwd" >&5 | 24733 | { echo "$as_me:$LINENO: checking for pw_class field in struct passwd" >&5 |
25652 | $as_echo_n "checking for pw_class field in struct passwd... " >&6; } | 24734 | echo $ECHO_N "checking for pw_class field in struct passwd... $ECHO_C" >&6; } |
25653 | if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then | 24735 | if test "${ac_cv_have_pw_class_in_struct_passwd+set}" = set; then |
25654 | $as_echo_n "(cached) " >&6 | 24736 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25655 | else | 24737 | else |
25656 | 24738 | ||
25657 | cat >conftest.$ac_ext <<_ACEOF | 24739 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25677,21 +24759,20 @@ case "(($ac_try" in | |||
25677 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24759 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25678 | *) ac_try_echo=$ac_try;; | 24760 | *) ac_try_echo=$ac_try;; |
25679 | esac | 24761 | esac |
25680 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24762 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25681 | $as_echo "$ac_try_echo") >&5 | ||
25682 | (eval "$ac_compile") 2>conftest.er1 | 24763 | (eval "$ac_compile") 2>conftest.er1 |
25683 | ac_status=$? | 24764 | ac_status=$? |
25684 | grep -v '^ *+' conftest.er1 >conftest.err | 24765 | grep -v '^ *+' conftest.er1 >conftest.err |
25685 | rm -f conftest.er1 | 24766 | rm -f conftest.er1 |
25686 | cat conftest.err >&5 | 24767 | cat conftest.err >&5 |
25687 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25688 | (exit $ac_status); } && { | 24769 | (exit $ac_status); } && { |
25689 | test -z "$ac_c_werror_flag" || | 24770 | test -z "$ac_c_werror_flag" || |
25690 | test ! -s conftest.err | 24771 | test ! -s conftest.err |
25691 | } && test -s conftest.$ac_objext; then | 24772 | } && test -s conftest.$ac_objext; then |
25692 | ac_cv_have_pw_class_in_struct_passwd="yes" | 24773 | ac_cv_have_pw_class_in_struct_passwd="yes" |
25693 | else | 24774 | else |
25694 | $as_echo "$as_me: failed program was:" >&5 | 24775 | echo "$as_me: failed program was:" >&5 |
25695 | sed 's/^/| /' conftest.$ac_ext >&5 | 24776 | sed 's/^/| /' conftest.$ac_ext >&5 |
25696 | 24777 | ||
25697 | ac_cv_have_pw_class_in_struct_passwd="no" | 24778 | ac_cv_have_pw_class_in_struct_passwd="no" |
@@ -25701,8 +24782,8 @@ fi | |||
25701 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24782 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25702 | 24783 | ||
25703 | fi | 24784 | fi |
25704 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 | 24785 | { echo "$as_me:$LINENO: result: $ac_cv_have_pw_class_in_struct_passwd" >&5 |
25705 | $as_echo "$ac_cv_have_pw_class_in_struct_passwd" >&6; } | 24786 | echo "${ECHO_T}$ac_cv_have_pw_class_in_struct_passwd" >&6; } |
25706 | if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then | 24787 | if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then |
25707 | 24788 | ||
25708 | cat >>confdefs.h <<\_ACEOF | 24789 | cat >>confdefs.h <<\_ACEOF |
@@ -25711,10 +24792,10 @@ _ACEOF | |||
25711 | 24792 | ||
25712 | fi | 24793 | fi |
25713 | 24794 | ||
25714 | { $as_echo "$as_me:$LINENO: checking for pw_expire field in struct passwd" >&5 | 24795 | { echo "$as_me:$LINENO: checking for pw_expire field in struct passwd" >&5 |
25715 | $as_echo_n "checking for pw_expire field in struct passwd... " >&6; } | 24796 | echo $ECHO_N "checking for pw_expire field in struct passwd... $ECHO_C" >&6; } |
25716 | if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then | 24797 | if test "${ac_cv_have_pw_expire_in_struct_passwd+set}" = set; then |
25717 | $as_echo_n "(cached) " >&6 | 24798 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25718 | else | 24799 | else |
25719 | 24800 | ||
25720 | cat >conftest.$ac_ext <<_ACEOF | 24801 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25740,21 +24821,20 @@ case "(($ac_try" in | |||
25740 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24821 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25741 | *) ac_try_echo=$ac_try;; | 24822 | *) ac_try_echo=$ac_try;; |
25742 | esac | 24823 | esac |
25743 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24824 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25744 | $as_echo "$ac_try_echo") >&5 | ||
25745 | (eval "$ac_compile") 2>conftest.er1 | 24825 | (eval "$ac_compile") 2>conftest.er1 |
25746 | ac_status=$? | 24826 | ac_status=$? |
25747 | grep -v '^ *+' conftest.er1 >conftest.err | 24827 | grep -v '^ *+' conftest.er1 >conftest.err |
25748 | rm -f conftest.er1 | 24828 | rm -f conftest.er1 |
25749 | cat conftest.err >&5 | 24829 | cat conftest.err >&5 |
25750 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25751 | (exit $ac_status); } && { | 24831 | (exit $ac_status); } && { |
25752 | test -z "$ac_c_werror_flag" || | 24832 | test -z "$ac_c_werror_flag" || |
25753 | test ! -s conftest.err | 24833 | test ! -s conftest.err |
25754 | } && test -s conftest.$ac_objext; then | 24834 | } && test -s conftest.$ac_objext; then |
25755 | ac_cv_have_pw_expire_in_struct_passwd="yes" | 24835 | ac_cv_have_pw_expire_in_struct_passwd="yes" |
25756 | else | 24836 | else |
25757 | $as_echo "$as_me: failed program was:" >&5 | 24837 | echo "$as_me: failed program was:" >&5 |
25758 | sed 's/^/| /' conftest.$ac_ext >&5 | 24838 | sed 's/^/| /' conftest.$ac_ext >&5 |
25759 | 24839 | ||
25760 | ac_cv_have_pw_expire_in_struct_passwd="no" | 24840 | ac_cv_have_pw_expire_in_struct_passwd="no" |
@@ -25764,8 +24844,8 @@ fi | |||
25764 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24844 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25765 | 24845 | ||
25766 | fi | 24846 | fi |
25767 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 | 24847 | { echo "$as_me:$LINENO: result: $ac_cv_have_pw_expire_in_struct_passwd" >&5 |
25768 | $as_echo "$ac_cv_have_pw_expire_in_struct_passwd" >&6; } | 24848 | echo "${ECHO_T}$ac_cv_have_pw_expire_in_struct_passwd" >&6; } |
25769 | if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then | 24849 | if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then |
25770 | 24850 | ||
25771 | cat >>confdefs.h <<\_ACEOF | 24851 | cat >>confdefs.h <<\_ACEOF |
@@ -25774,10 +24854,10 @@ _ACEOF | |||
25774 | 24854 | ||
25775 | fi | 24855 | fi |
25776 | 24856 | ||
25777 | { $as_echo "$as_me:$LINENO: checking for pw_change field in struct passwd" >&5 | 24857 | { echo "$as_me:$LINENO: checking for pw_change field in struct passwd" >&5 |
25778 | $as_echo_n "checking for pw_change field in struct passwd... " >&6; } | 24858 | echo $ECHO_N "checking for pw_change field in struct passwd... $ECHO_C" >&6; } |
25779 | if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then | 24859 | if test "${ac_cv_have_pw_change_in_struct_passwd+set}" = set; then |
25780 | $as_echo_n "(cached) " >&6 | 24860 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25781 | else | 24861 | else |
25782 | 24862 | ||
25783 | cat >conftest.$ac_ext <<_ACEOF | 24863 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25803,21 +24883,20 @@ case "(($ac_try" in | |||
25803 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24883 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25804 | *) ac_try_echo=$ac_try;; | 24884 | *) ac_try_echo=$ac_try;; |
25805 | esac | 24885 | esac |
25806 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24886 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25807 | $as_echo "$ac_try_echo") >&5 | ||
25808 | (eval "$ac_compile") 2>conftest.er1 | 24887 | (eval "$ac_compile") 2>conftest.er1 |
25809 | ac_status=$? | 24888 | ac_status=$? |
25810 | grep -v '^ *+' conftest.er1 >conftest.err | 24889 | grep -v '^ *+' conftest.er1 >conftest.err |
25811 | rm -f conftest.er1 | 24890 | rm -f conftest.er1 |
25812 | cat conftest.err >&5 | 24891 | cat conftest.err >&5 |
25813 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24892 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25814 | (exit $ac_status); } && { | 24893 | (exit $ac_status); } && { |
25815 | test -z "$ac_c_werror_flag" || | 24894 | test -z "$ac_c_werror_flag" || |
25816 | test ! -s conftest.err | 24895 | test ! -s conftest.err |
25817 | } && test -s conftest.$ac_objext; then | 24896 | } && test -s conftest.$ac_objext; then |
25818 | ac_cv_have_pw_change_in_struct_passwd="yes" | 24897 | ac_cv_have_pw_change_in_struct_passwd="yes" |
25819 | else | 24898 | else |
25820 | $as_echo "$as_me: failed program was:" >&5 | 24899 | echo "$as_me: failed program was:" >&5 |
25821 | sed 's/^/| /' conftest.$ac_ext >&5 | 24900 | sed 's/^/| /' conftest.$ac_ext >&5 |
25822 | 24901 | ||
25823 | ac_cv_have_pw_change_in_struct_passwd="no" | 24902 | ac_cv_have_pw_change_in_struct_passwd="no" |
@@ -25827,8 +24906,8 @@ fi | |||
25827 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24906 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25828 | 24907 | ||
25829 | fi | 24908 | fi |
25830 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 | 24909 | { echo "$as_me:$LINENO: result: $ac_cv_have_pw_change_in_struct_passwd" >&5 |
25831 | $as_echo "$ac_cv_have_pw_change_in_struct_passwd" >&6; } | 24910 | echo "${ECHO_T}$ac_cv_have_pw_change_in_struct_passwd" >&6; } |
25832 | if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then | 24911 | if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then |
25833 | 24912 | ||
25834 | cat >>confdefs.h <<\_ACEOF | 24913 | cat >>confdefs.h <<\_ACEOF |
@@ -25837,10 +24916,10 @@ _ACEOF | |||
25837 | 24916 | ||
25838 | fi | 24917 | fi |
25839 | 24918 | ||
25840 | { $as_echo "$as_me:$LINENO: checking for msg_accrights field in struct msghdr" >&5 | 24919 | { echo "$as_me:$LINENO: checking for msg_accrights field in struct msghdr" >&5 |
25841 | $as_echo_n "checking for msg_accrights field in struct msghdr... " >&6; } | 24920 | echo $ECHO_N "checking for msg_accrights field in struct msghdr... $ECHO_C" >&6; } |
25842 | if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then | 24921 | if test "${ac_cv_have_accrights_in_msghdr+set}" = set; then |
25843 | $as_echo_n "(cached) " >&6 | 24922 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
25844 | else | 24923 | else |
25845 | 24924 | ||
25846 | cat >conftest.$ac_ext <<_ACEOF | 24925 | cat >conftest.$ac_ext <<_ACEOF |
@@ -25865,21 +24944,20 @@ case "(($ac_try" in | |||
25865 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 24944 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25866 | *) ac_try_echo=$ac_try;; | 24945 | *) ac_try_echo=$ac_try;; |
25867 | esac | 24946 | esac |
25868 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 24947 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25869 | $as_echo "$ac_try_echo") >&5 | ||
25870 | (eval "$ac_compile") 2>conftest.er1 | 24948 | (eval "$ac_compile") 2>conftest.er1 |
25871 | ac_status=$? | 24949 | ac_status=$? |
25872 | grep -v '^ *+' conftest.er1 >conftest.err | 24950 | grep -v '^ *+' conftest.er1 >conftest.err |
25873 | rm -f conftest.er1 | 24951 | rm -f conftest.er1 |
25874 | cat conftest.err >&5 | 24952 | cat conftest.err >&5 |
25875 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 24953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25876 | (exit $ac_status); } && { | 24954 | (exit $ac_status); } && { |
25877 | test -z "$ac_c_werror_flag" || | 24955 | test -z "$ac_c_werror_flag" || |
25878 | test ! -s conftest.err | 24956 | test ! -s conftest.err |
25879 | } && test -s conftest.$ac_objext; then | 24957 | } && test -s conftest.$ac_objext; then |
25880 | ac_cv_have_accrights_in_msghdr="yes" | 24958 | ac_cv_have_accrights_in_msghdr="yes" |
25881 | else | 24959 | else |
25882 | $as_echo "$as_me: failed program was:" >&5 | 24960 | echo "$as_me: failed program was:" >&5 |
25883 | sed 's/^/| /' conftest.$ac_ext >&5 | 24961 | sed 's/^/| /' conftest.$ac_ext >&5 |
25884 | 24962 | ||
25885 | ac_cv_have_accrights_in_msghdr="no" | 24963 | ac_cv_have_accrights_in_msghdr="no" |
@@ -25889,8 +24967,8 @@ fi | |||
25889 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 24967 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
25890 | 24968 | ||
25891 | fi | 24969 | fi |
25892 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_accrights_in_msghdr" >&5 | 24970 | { echo "$as_me:$LINENO: result: $ac_cv_have_accrights_in_msghdr" >&5 |
25893 | $as_echo "$ac_cv_have_accrights_in_msghdr" >&6; } | 24971 | echo "${ECHO_T}$ac_cv_have_accrights_in_msghdr" >&6; } |
25894 | if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then | 24972 | if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then |
25895 | 24973 | ||
25896 | cat >>confdefs.h <<\_ACEOF | 24974 | cat >>confdefs.h <<\_ACEOF |
@@ -25899,8 +24977,8 @@ _ACEOF | |||
25899 | 24977 | ||
25900 | fi | 24978 | fi |
25901 | 24979 | ||
25902 | { $as_echo "$as_me:$LINENO: checking if struct statvfs.f_fsid is integral type" >&5 | 24980 | { echo "$as_me:$LINENO: checking if struct statvfs.f_fsid is integral type" >&5 |
25903 | $as_echo_n "checking if struct statvfs.f_fsid is integral type... " >&6; } | 24981 | echo $ECHO_N "checking if struct statvfs.f_fsid is integral type... $ECHO_C" >&6; } |
25904 | cat >conftest.$ac_ext <<_ACEOF | 24982 | cat >conftest.$ac_ext <<_ACEOF |
25905 | /* confdefs.h. */ | 24983 | /* confdefs.h. */ |
25906 | _ACEOF | 24984 | _ACEOF |
@@ -25934,29 +25012,28 @@ case "(($ac_try" in | |||
25934 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25012 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25935 | *) ac_try_echo=$ac_try;; | 25013 | *) ac_try_echo=$ac_try;; |
25936 | esac | 25014 | esac |
25937 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25015 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25938 | $as_echo "$ac_try_echo") >&5 | ||
25939 | (eval "$ac_compile") 2>conftest.er1 | 25016 | (eval "$ac_compile") 2>conftest.er1 |
25940 | ac_status=$? | 25017 | ac_status=$? |
25941 | grep -v '^ *+' conftest.er1 >conftest.err | 25018 | grep -v '^ *+' conftest.er1 >conftest.err |
25942 | rm -f conftest.er1 | 25019 | rm -f conftest.er1 |
25943 | cat conftest.err >&5 | 25020 | cat conftest.err >&5 |
25944 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25021 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25945 | (exit $ac_status); } && { | 25022 | (exit $ac_status); } && { |
25946 | test -z "$ac_c_werror_flag" || | 25023 | test -z "$ac_c_werror_flag" || |
25947 | test ! -s conftest.err | 25024 | test ! -s conftest.err |
25948 | } && test -s conftest.$ac_objext; then | 25025 | } && test -s conftest.$ac_objext; then |
25949 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 25026 | { echo "$as_me:$LINENO: result: yes" >&5 |
25950 | $as_echo "yes" >&6; } | 25027 | echo "${ECHO_T}yes" >&6; } |
25951 | else | 25028 | else |
25952 | $as_echo "$as_me: failed program was:" >&5 | 25029 | echo "$as_me: failed program was:" >&5 |
25953 | sed 's/^/| /' conftest.$ac_ext >&5 | 25030 | sed 's/^/| /' conftest.$ac_ext >&5 |
25954 | 25031 | ||
25955 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 25032 | { echo "$as_me:$LINENO: result: no" >&5 |
25956 | $as_echo "no" >&6; } | 25033 | echo "${ECHO_T}no" >&6; } |
25957 | 25034 | ||
25958 | { $as_echo "$as_me:$LINENO: checking if fsid_t has member val" >&5 | 25035 | { echo "$as_me:$LINENO: checking if fsid_t has member val" >&5 |
25959 | $as_echo_n "checking if fsid_t has member val... " >&6; } | 25036 | echo $ECHO_N "checking if fsid_t has member val... $ECHO_C" >&6; } |
25960 | cat >conftest.$ac_ext <<_ACEOF | 25037 | cat >conftest.$ac_ext <<_ACEOF |
25961 | /* confdefs.h. */ | 25038 | /* confdefs.h. */ |
25962 | _ACEOF | 25039 | _ACEOF |
@@ -25980,37 +25057,36 @@ case "(($ac_try" in | |||
25980 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25057 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
25981 | *) ac_try_echo=$ac_try;; | 25058 | *) ac_try_echo=$ac_try;; |
25982 | esac | 25059 | esac |
25983 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25060 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
25984 | $as_echo "$ac_try_echo") >&5 | ||
25985 | (eval "$ac_compile") 2>conftest.er1 | 25061 | (eval "$ac_compile") 2>conftest.er1 |
25986 | ac_status=$? | 25062 | ac_status=$? |
25987 | grep -v '^ *+' conftest.er1 >conftest.err | 25063 | grep -v '^ *+' conftest.er1 >conftest.err |
25988 | rm -f conftest.er1 | 25064 | rm -f conftest.er1 |
25989 | cat conftest.err >&5 | 25065 | cat conftest.err >&5 |
25990 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25066 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25991 | (exit $ac_status); } && { | 25067 | (exit $ac_status); } && { |
25992 | test -z "$ac_c_werror_flag" || | 25068 | test -z "$ac_c_werror_flag" || |
25993 | test ! -s conftest.err | 25069 | test ! -s conftest.err |
25994 | } && test -s conftest.$ac_objext; then | 25070 | } && test -s conftest.$ac_objext; then |
25995 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 25071 | { echo "$as_me:$LINENO: result: yes" >&5 |
25996 | $as_echo "yes" >&6; } | 25072 | echo "${ECHO_T}yes" >&6; } |
25997 | 25073 | ||
25998 | cat >>confdefs.h <<\_ACEOF | 25074 | cat >>confdefs.h <<\_ACEOF |
25999 | #define FSID_HAS_VAL 1 | 25075 | #define FSID_HAS_VAL 1 |
26000 | _ACEOF | 25076 | _ACEOF |
26001 | 25077 | ||
26002 | else | 25078 | else |
26003 | $as_echo "$as_me: failed program was:" >&5 | 25079 | echo "$as_me: failed program was:" >&5 |
26004 | sed 's/^/| /' conftest.$ac_ext >&5 | 25080 | sed 's/^/| /' conftest.$ac_ext >&5 |
26005 | 25081 | ||
26006 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 25082 | { echo "$as_me:$LINENO: result: no" >&5 |
26007 | $as_echo "no" >&6; } | 25083 | echo "${ECHO_T}no" >&6; } |
26008 | fi | 25084 | fi |
26009 | 25085 | ||
26010 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25086 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26011 | 25087 | ||
26012 | { $as_echo "$as_me:$LINENO: checking if f_fsid has member __val" >&5 | 25088 | { echo "$as_me:$LINENO: checking if f_fsid has member __val" >&5 |
26013 | $as_echo_n "checking if f_fsid has member __val... " >&6; } | 25089 | echo $ECHO_N "checking if f_fsid has member __val... $ECHO_C" >&6; } |
26014 | cat >conftest.$ac_ext <<_ACEOF | 25090 | cat >conftest.$ac_ext <<_ACEOF |
26015 | /* confdefs.h. */ | 25091 | /* confdefs.h. */ |
26016 | _ACEOF | 25092 | _ACEOF |
@@ -26034,31 +25110,30 @@ case "(($ac_try" in | |||
26034 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25110 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26035 | *) ac_try_echo=$ac_try;; | 25111 | *) ac_try_echo=$ac_try;; |
26036 | esac | 25112 | esac |
26037 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25113 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26038 | $as_echo "$ac_try_echo") >&5 | ||
26039 | (eval "$ac_compile") 2>conftest.er1 | 25114 | (eval "$ac_compile") 2>conftest.er1 |
26040 | ac_status=$? | 25115 | ac_status=$? |
26041 | grep -v '^ *+' conftest.er1 >conftest.err | 25116 | grep -v '^ *+' conftest.er1 >conftest.err |
26042 | rm -f conftest.er1 | 25117 | rm -f conftest.er1 |
26043 | cat conftest.err >&5 | 25118 | cat conftest.err >&5 |
26044 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26045 | (exit $ac_status); } && { | 25120 | (exit $ac_status); } && { |
26046 | test -z "$ac_c_werror_flag" || | 25121 | test -z "$ac_c_werror_flag" || |
26047 | test ! -s conftest.err | 25122 | test ! -s conftest.err |
26048 | } && test -s conftest.$ac_objext; then | 25123 | } && test -s conftest.$ac_objext; then |
26049 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 25124 | { echo "$as_me:$LINENO: result: yes" >&5 |
26050 | $as_echo "yes" >&6; } | 25125 | echo "${ECHO_T}yes" >&6; } |
26051 | 25126 | ||
26052 | cat >>confdefs.h <<\_ACEOF | 25127 | cat >>confdefs.h <<\_ACEOF |
26053 | #define FSID_HAS___VAL 1 | 25128 | #define FSID_HAS___VAL 1 |
26054 | _ACEOF | 25129 | _ACEOF |
26055 | 25130 | ||
26056 | else | 25131 | else |
26057 | $as_echo "$as_me: failed program was:" >&5 | 25132 | echo "$as_me: failed program was:" >&5 |
26058 | sed 's/^/| /' conftest.$ac_ext >&5 | 25133 | sed 's/^/| /' conftest.$ac_ext >&5 |
26059 | 25134 | ||
26060 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 25135 | { echo "$as_me:$LINENO: result: no" >&5 |
26061 | $as_echo "no" >&6; } | 25136 | echo "${ECHO_T}no" >&6; } |
26062 | fi | 25137 | fi |
26063 | 25138 | ||
26064 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25139 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
@@ -26067,10 +25142,10 @@ fi | |||
26067 | 25142 | ||
26068 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25143 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26069 | 25144 | ||
26070 | { $as_echo "$as_me:$LINENO: checking for msg_control field in struct msghdr" >&5 | 25145 | { echo "$as_me:$LINENO: checking for msg_control field in struct msghdr" >&5 |
26071 | $as_echo_n "checking for msg_control field in struct msghdr... " >&6; } | 25146 | echo $ECHO_N "checking for msg_control field in struct msghdr... $ECHO_C" >&6; } |
26072 | if test "${ac_cv_have_control_in_msghdr+set}" = set; then | 25147 | if test "${ac_cv_have_control_in_msghdr+set}" = set; then |
26073 | $as_echo_n "(cached) " >&6 | 25148 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26074 | else | 25149 | else |
26075 | 25150 | ||
26076 | cat >conftest.$ac_ext <<_ACEOF | 25151 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26095,21 +25170,20 @@ case "(($ac_try" in | |||
26095 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25170 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26096 | *) ac_try_echo=$ac_try;; | 25171 | *) ac_try_echo=$ac_try;; |
26097 | esac | 25172 | esac |
26098 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25173 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26099 | $as_echo "$ac_try_echo") >&5 | ||
26100 | (eval "$ac_compile") 2>conftest.er1 | 25174 | (eval "$ac_compile") 2>conftest.er1 |
26101 | ac_status=$? | 25175 | ac_status=$? |
26102 | grep -v '^ *+' conftest.er1 >conftest.err | 25176 | grep -v '^ *+' conftest.er1 >conftest.err |
26103 | rm -f conftest.er1 | 25177 | rm -f conftest.er1 |
26104 | cat conftest.err >&5 | 25178 | cat conftest.err >&5 |
26105 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25179 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26106 | (exit $ac_status); } && { | 25180 | (exit $ac_status); } && { |
26107 | test -z "$ac_c_werror_flag" || | 25181 | test -z "$ac_c_werror_flag" || |
26108 | test ! -s conftest.err | 25182 | test ! -s conftest.err |
26109 | } && test -s conftest.$ac_objext; then | 25183 | } && test -s conftest.$ac_objext; then |
26110 | ac_cv_have_control_in_msghdr="yes" | 25184 | ac_cv_have_control_in_msghdr="yes" |
26111 | else | 25185 | else |
26112 | $as_echo "$as_me: failed program was:" >&5 | 25186 | echo "$as_me: failed program was:" >&5 |
26113 | sed 's/^/| /' conftest.$ac_ext >&5 | 25187 | sed 's/^/| /' conftest.$ac_ext >&5 |
26114 | 25188 | ||
26115 | ac_cv_have_control_in_msghdr="no" | 25189 | ac_cv_have_control_in_msghdr="no" |
@@ -26119,8 +25193,8 @@ fi | |||
26119 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 25193 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
26120 | 25194 | ||
26121 | fi | 25195 | fi |
26122 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_control_in_msghdr" >&5 | 25196 | { echo "$as_me:$LINENO: result: $ac_cv_have_control_in_msghdr" >&5 |
26123 | $as_echo "$ac_cv_have_control_in_msghdr" >&6; } | 25197 | echo "${ECHO_T}$ac_cv_have_control_in_msghdr" >&6; } |
26124 | if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then | 25198 | if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then |
26125 | 25199 | ||
26126 | cat >>confdefs.h <<\_ACEOF | 25200 | cat >>confdefs.h <<\_ACEOF |
@@ -26129,10 +25203,10 @@ _ACEOF | |||
26129 | 25203 | ||
26130 | fi | 25204 | fi |
26131 | 25205 | ||
26132 | { $as_echo "$as_me:$LINENO: checking if libc defines __progname" >&5 | 25206 | { echo "$as_me:$LINENO: checking if libc defines __progname" >&5 |
26133 | $as_echo_n "checking if libc defines __progname... " >&6; } | 25207 | echo $ECHO_N "checking if libc defines __progname... $ECHO_C" >&6; } |
26134 | if test "${ac_cv_libc_defines___progname+set}" = set; then | 25208 | if test "${ac_cv_libc_defines___progname+set}" = set; then |
26135 | $as_echo_n "(cached) " >&6 | 25209 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26136 | else | 25210 | else |
26137 | 25211 | ||
26138 | cat >conftest.$ac_ext <<_ACEOF | 25212 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26156,37 +25230,33 @@ case "(($ac_try" in | |||
26156 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25230 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26157 | *) ac_try_echo=$ac_try;; | 25231 | *) ac_try_echo=$ac_try;; |
26158 | esac | 25232 | esac |
26159 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25233 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26160 | $as_echo "$ac_try_echo") >&5 | ||
26161 | (eval "$ac_link") 2>conftest.er1 | 25234 | (eval "$ac_link") 2>conftest.er1 |
26162 | ac_status=$? | 25235 | ac_status=$? |
26163 | grep -v '^ *+' conftest.er1 >conftest.err | 25236 | grep -v '^ *+' conftest.er1 >conftest.err |
26164 | rm -f conftest.er1 | 25237 | rm -f conftest.er1 |
26165 | cat conftest.err >&5 | 25238 | cat conftest.err >&5 |
26166 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25239 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26167 | (exit $ac_status); } && { | 25240 | (exit $ac_status); } && { |
26168 | test -z "$ac_c_werror_flag" || | 25241 | test -z "$ac_c_werror_flag" || |
26169 | test ! -s conftest.err | 25242 | test ! -s conftest.err |
26170 | } && test -s conftest$ac_exeext && { | 25243 | } && test -s conftest$ac_exeext && |
26171 | test "$cross_compiling" = yes || | 25244 | $as_test_x conftest$ac_exeext; then |
26172 | $as_test_x conftest$ac_exeext | ||
26173 | }; then | ||
26174 | ac_cv_libc_defines___progname="yes" | 25245 | ac_cv_libc_defines___progname="yes" |
26175 | else | 25246 | else |
26176 | $as_echo "$as_me: failed program was:" >&5 | 25247 | echo "$as_me: failed program was:" >&5 |
26177 | sed 's/^/| /' conftest.$ac_ext >&5 | 25248 | sed 's/^/| /' conftest.$ac_ext >&5 |
26178 | 25249 | ||
26179 | ac_cv_libc_defines___progname="no" | 25250 | ac_cv_libc_defines___progname="no" |
26180 | 25251 | ||
26181 | fi | 25252 | fi |
26182 | 25253 | ||
26183 | rm -rf conftest.dSYM | ||
26184 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25254 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26185 | conftest$ac_exeext conftest.$ac_ext | 25255 | conftest$ac_exeext conftest.$ac_ext |
26186 | 25256 | ||
26187 | fi | 25257 | fi |
26188 | { $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines___progname" >&5 | 25258 | { echo "$as_me:$LINENO: result: $ac_cv_libc_defines___progname" >&5 |
26189 | $as_echo "$ac_cv_libc_defines___progname" >&6; } | 25259 | echo "${ECHO_T}$ac_cv_libc_defines___progname" >&6; } |
26190 | if test "x$ac_cv_libc_defines___progname" = "xyes" ; then | 25260 | if test "x$ac_cv_libc_defines___progname" = "xyes" ; then |
26191 | 25261 | ||
26192 | cat >>confdefs.h <<\_ACEOF | 25262 | cat >>confdefs.h <<\_ACEOF |
@@ -26195,10 +25265,10 @@ _ACEOF | |||
26195 | 25265 | ||
26196 | fi | 25266 | fi |
26197 | 25267 | ||
26198 | { $as_echo "$as_me:$LINENO: checking whether $CC implements __FUNCTION__" >&5 | 25268 | { echo "$as_me:$LINENO: checking whether $CC implements __FUNCTION__" >&5 |
26199 | $as_echo_n "checking whether $CC implements __FUNCTION__... " >&6; } | 25269 | echo $ECHO_N "checking whether $CC implements __FUNCTION__... $ECHO_C" >&6; } |
26200 | if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then | 25270 | if test "${ac_cv_cc_implements___FUNCTION__+set}" = set; then |
26201 | $as_echo_n "(cached) " >&6 | 25271 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26202 | else | 25272 | else |
26203 | 25273 | ||
26204 | cat >conftest.$ac_ext <<_ACEOF | 25274 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26224,37 +25294,33 @@ case "(($ac_try" in | |||
26224 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25294 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26225 | *) ac_try_echo=$ac_try;; | 25295 | *) ac_try_echo=$ac_try;; |
26226 | esac | 25296 | esac |
26227 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25297 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26228 | $as_echo "$ac_try_echo") >&5 | ||
26229 | (eval "$ac_link") 2>conftest.er1 | 25298 | (eval "$ac_link") 2>conftest.er1 |
26230 | ac_status=$? | 25299 | ac_status=$? |
26231 | grep -v '^ *+' conftest.er1 >conftest.err | 25300 | grep -v '^ *+' conftest.er1 >conftest.err |
26232 | rm -f conftest.er1 | 25301 | rm -f conftest.er1 |
26233 | cat conftest.err >&5 | 25302 | cat conftest.err >&5 |
26234 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25303 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26235 | (exit $ac_status); } && { | 25304 | (exit $ac_status); } && { |
26236 | test -z "$ac_c_werror_flag" || | 25305 | test -z "$ac_c_werror_flag" || |
26237 | test ! -s conftest.err | 25306 | test ! -s conftest.err |
26238 | } && test -s conftest$ac_exeext && { | 25307 | } && test -s conftest$ac_exeext && |
26239 | test "$cross_compiling" = yes || | 25308 | $as_test_x conftest$ac_exeext; then |
26240 | $as_test_x conftest$ac_exeext | ||
26241 | }; then | ||
26242 | ac_cv_cc_implements___FUNCTION__="yes" | 25309 | ac_cv_cc_implements___FUNCTION__="yes" |
26243 | else | 25310 | else |
26244 | $as_echo "$as_me: failed program was:" >&5 | 25311 | echo "$as_me: failed program was:" >&5 |
26245 | sed 's/^/| /' conftest.$ac_ext >&5 | 25312 | sed 's/^/| /' conftest.$ac_ext >&5 |
26246 | 25313 | ||
26247 | ac_cv_cc_implements___FUNCTION__="no" | 25314 | ac_cv_cc_implements___FUNCTION__="no" |
26248 | 25315 | ||
26249 | fi | 25316 | fi |
26250 | 25317 | ||
26251 | rm -rf conftest.dSYM | ||
26252 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25318 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26253 | conftest$ac_exeext conftest.$ac_ext | 25319 | conftest$ac_exeext conftest.$ac_ext |
26254 | 25320 | ||
26255 | fi | 25321 | fi |
26256 | { $as_echo "$as_me:$LINENO: result: $ac_cv_cc_implements___FUNCTION__" >&5 | 25322 | { echo "$as_me:$LINENO: result: $ac_cv_cc_implements___FUNCTION__" >&5 |
26257 | $as_echo "$ac_cv_cc_implements___FUNCTION__" >&6; } | 25323 | echo "${ECHO_T}$ac_cv_cc_implements___FUNCTION__" >&6; } |
26258 | if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then | 25324 | if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then |
26259 | 25325 | ||
26260 | cat >>confdefs.h <<\_ACEOF | 25326 | cat >>confdefs.h <<\_ACEOF |
@@ -26263,10 +25329,10 @@ _ACEOF | |||
26263 | 25329 | ||
26264 | fi | 25330 | fi |
26265 | 25331 | ||
26266 | { $as_echo "$as_me:$LINENO: checking whether $CC implements __func__" >&5 | 25332 | { echo "$as_me:$LINENO: checking whether $CC implements __func__" >&5 |
26267 | $as_echo_n "checking whether $CC implements __func__... " >&6; } | 25333 | echo $ECHO_N "checking whether $CC implements __func__... $ECHO_C" >&6; } |
26268 | if test "${ac_cv_cc_implements___func__+set}" = set; then | 25334 | if test "${ac_cv_cc_implements___func__+set}" = set; then |
26269 | $as_echo_n "(cached) " >&6 | 25335 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26270 | else | 25336 | else |
26271 | 25337 | ||
26272 | cat >conftest.$ac_ext <<_ACEOF | 25338 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26292,37 +25358,33 @@ case "(($ac_try" in | |||
26292 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25358 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26293 | *) ac_try_echo=$ac_try;; | 25359 | *) ac_try_echo=$ac_try;; |
26294 | esac | 25360 | esac |
26295 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25361 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26296 | $as_echo "$ac_try_echo") >&5 | ||
26297 | (eval "$ac_link") 2>conftest.er1 | 25362 | (eval "$ac_link") 2>conftest.er1 |
26298 | ac_status=$? | 25363 | ac_status=$? |
26299 | grep -v '^ *+' conftest.er1 >conftest.err | 25364 | grep -v '^ *+' conftest.er1 >conftest.err |
26300 | rm -f conftest.er1 | 25365 | rm -f conftest.er1 |
26301 | cat conftest.err >&5 | 25366 | cat conftest.err >&5 |
26302 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26303 | (exit $ac_status); } && { | 25368 | (exit $ac_status); } && { |
26304 | test -z "$ac_c_werror_flag" || | 25369 | test -z "$ac_c_werror_flag" || |
26305 | test ! -s conftest.err | 25370 | test ! -s conftest.err |
26306 | } && test -s conftest$ac_exeext && { | 25371 | } && test -s conftest$ac_exeext && |
26307 | test "$cross_compiling" = yes || | 25372 | $as_test_x conftest$ac_exeext; then |
26308 | $as_test_x conftest$ac_exeext | ||
26309 | }; then | ||
26310 | ac_cv_cc_implements___func__="yes" | 25373 | ac_cv_cc_implements___func__="yes" |
26311 | else | 25374 | else |
26312 | $as_echo "$as_me: failed program was:" >&5 | 25375 | echo "$as_me: failed program was:" >&5 |
26313 | sed 's/^/| /' conftest.$ac_ext >&5 | 25376 | sed 's/^/| /' conftest.$ac_ext >&5 |
26314 | 25377 | ||
26315 | ac_cv_cc_implements___func__="no" | 25378 | ac_cv_cc_implements___func__="no" |
26316 | 25379 | ||
26317 | fi | 25380 | fi |
26318 | 25381 | ||
26319 | rm -rf conftest.dSYM | ||
26320 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25382 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26321 | conftest$ac_exeext conftest.$ac_ext | 25383 | conftest$ac_exeext conftest.$ac_ext |
26322 | 25384 | ||
26323 | fi | 25385 | fi |
26324 | { $as_echo "$as_me:$LINENO: result: $ac_cv_cc_implements___func__" >&5 | 25386 | { echo "$as_me:$LINENO: result: $ac_cv_cc_implements___func__" >&5 |
26325 | $as_echo "$ac_cv_cc_implements___func__" >&6; } | 25387 | echo "${ECHO_T}$ac_cv_cc_implements___func__" >&6; } |
26326 | if test "x$ac_cv_cc_implements___func__" = "xyes" ; then | 25388 | if test "x$ac_cv_cc_implements___func__" = "xyes" ; then |
26327 | 25389 | ||
26328 | cat >>confdefs.h <<\_ACEOF | 25390 | cat >>confdefs.h <<\_ACEOF |
@@ -26331,10 +25393,10 @@ _ACEOF | |||
26331 | 25393 | ||
26332 | fi | 25394 | fi |
26333 | 25395 | ||
26334 | { $as_echo "$as_me:$LINENO: checking whether va_copy exists" >&5 | 25396 | { echo "$as_me:$LINENO: checking whether va_copy exists" >&5 |
26335 | $as_echo_n "checking whether va_copy exists... " >&6; } | 25397 | echo $ECHO_N "checking whether va_copy exists... $ECHO_C" >&6; } |
26336 | if test "${ac_cv_have_va_copy+set}" = set; then | 25398 | if test "${ac_cv_have_va_copy+set}" = set; then |
26337 | $as_echo_n "(cached) " >&6 | 25399 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26338 | else | 25400 | else |
26339 | 25401 | ||
26340 | cat >conftest.$ac_ext <<_ACEOF | 25402 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26359,37 +25421,33 @@ case "(($ac_try" in | |||
26359 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25421 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26360 | *) ac_try_echo=$ac_try;; | 25422 | *) ac_try_echo=$ac_try;; |
26361 | esac | 25423 | esac |
26362 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25424 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26363 | $as_echo "$ac_try_echo") >&5 | ||
26364 | (eval "$ac_link") 2>conftest.er1 | 25425 | (eval "$ac_link") 2>conftest.er1 |
26365 | ac_status=$? | 25426 | ac_status=$? |
26366 | grep -v '^ *+' conftest.er1 >conftest.err | 25427 | grep -v '^ *+' conftest.er1 >conftest.err |
26367 | rm -f conftest.er1 | 25428 | rm -f conftest.er1 |
26368 | cat conftest.err >&5 | 25429 | cat conftest.err >&5 |
26369 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26370 | (exit $ac_status); } && { | 25431 | (exit $ac_status); } && { |
26371 | test -z "$ac_c_werror_flag" || | 25432 | test -z "$ac_c_werror_flag" || |
26372 | test ! -s conftest.err | 25433 | test ! -s conftest.err |
26373 | } && test -s conftest$ac_exeext && { | 25434 | } && test -s conftest$ac_exeext && |
26374 | test "$cross_compiling" = yes || | 25435 | $as_test_x conftest$ac_exeext; then |
26375 | $as_test_x conftest$ac_exeext | ||
26376 | }; then | ||
26377 | ac_cv_have_va_copy="yes" | 25436 | ac_cv_have_va_copy="yes" |
26378 | else | 25437 | else |
26379 | $as_echo "$as_me: failed program was:" >&5 | 25438 | echo "$as_me: failed program was:" >&5 |
26380 | sed 's/^/| /' conftest.$ac_ext >&5 | 25439 | sed 's/^/| /' conftest.$ac_ext >&5 |
26381 | 25440 | ||
26382 | ac_cv_have_va_copy="no" | 25441 | ac_cv_have_va_copy="no" |
26383 | 25442 | ||
26384 | fi | 25443 | fi |
26385 | 25444 | ||
26386 | rm -rf conftest.dSYM | ||
26387 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25445 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26388 | conftest$ac_exeext conftest.$ac_ext | 25446 | conftest$ac_exeext conftest.$ac_ext |
26389 | 25447 | ||
26390 | fi | 25448 | fi |
26391 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_va_copy" >&5 | 25449 | { echo "$as_me:$LINENO: result: $ac_cv_have_va_copy" >&5 |
26392 | $as_echo "$ac_cv_have_va_copy" >&6; } | 25450 | echo "${ECHO_T}$ac_cv_have_va_copy" >&6; } |
26393 | if test "x$ac_cv_have_va_copy" = "xyes" ; then | 25451 | if test "x$ac_cv_have_va_copy" = "xyes" ; then |
26394 | 25452 | ||
26395 | cat >>confdefs.h <<\_ACEOF | 25453 | cat >>confdefs.h <<\_ACEOF |
@@ -26398,10 +25456,10 @@ _ACEOF | |||
26398 | 25456 | ||
26399 | fi | 25457 | fi |
26400 | 25458 | ||
26401 | { $as_echo "$as_me:$LINENO: checking whether __va_copy exists" >&5 | 25459 | { echo "$as_me:$LINENO: checking whether __va_copy exists" >&5 |
26402 | $as_echo_n "checking whether __va_copy exists... " >&6; } | 25460 | echo $ECHO_N "checking whether __va_copy exists... $ECHO_C" >&6; } |
26403 | if test "${ac_cv_have___va_copy+set}" = set; then | 25461 | if test "${ac_cv_have___va_copy+set}" = set; then |
26404 | $as_echo_n "(cached) " >&6 | 25462 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26405 | else | 25463 | else |
26406 | 25464 | ||
26407 | cat >conftest.$ac_ext <<_ACEOF | 25465 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26426,37 +25484,33 @@ case "(($ac_try" in | |||
26426 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25484 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26427 | *) ac_try_echo=$ac_try;; | 25485 | *) ac_try_echo=$ac_try;; |
26428 | esac | 25486 | esac |
26429 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25487 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26430 | $as_echo "$ac_try_echo") >&5 | ||
26431 | (eval "$ac_link") 2>conftest.er1 | 25488 | (eval "$ac_link") 2>conftest.er1 |
26432 | ac_status=$? | 25489 | ac_status=$? |
26433 | grep -v '^ *+' conftest.er1 >conftest.err | 25490 | grep -v '^ *+' conftest.er1 >conftest.err |
26434 | rm -f conftest.er1 | 25491 | rm -f conftest.er1 |
26435 | cat conftest.err >&5 | 25492 | cat conftest.err >&5 |
26436 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25493 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26437 | (exit $ac_status); } && { | 25494 | (exit $ac_status); } && { |
26438 | test -z "$ac_c_werror_flag" || | 25495 | test -z "$ac_c_werror_flag" || |
26439 | test ! -s conftest.err | 25496 | test ! -s conftest.err |
26440 | } && test -s conftest$ac_exeext && { | 25497 | } && test -s conftest$ac_exeext && |
26441 | test "$cross_compiling" = yes || | 25498 | $as_test_x conftest$ac_exeext; then |
26442 | $as_test_x conftest$ac_exeext | ||
26443 | }; then | ||
26444 | ac_cv_have___va_copy="yes" | 25499 | ac_cv_have___va_copy="yes" |
26445 | else | 25500 | else |
26446 | $as_echo "$as_me: failed program was:" >&5 | 25501 | echo "$as_me: failed program was:" >&5 |
26447 | sed 's/^/| /' conftest.$ac_ext >&5 | 25502 | sed 's/^/| /' conftest.$ac_ext >&5 |
26448 | 25503 | ||
26449 | ac_cv_have___va_copy="no" | 25504 | ac_cv_have___va_copy="no" |
26450 | 25505 | ||
26451 | fi | 25506 | fi |
26452 | 25507 | ||
26453 | rm -rf conftest.dSYM | ||
26454 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25508 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26455 | conftest$ac_exeext conftest.$ac_ext | 25509 | conftest$ac_exeext conftest.$ac_ext |
26456 | 25510 | ||
26457 | fi | 25511 | fi |
26458 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have___va_copy" >&5 | 25512 | { echo "$as_me:$LINENO: result: $ac_cv_have___va_copy" >&5 |
26459 | $as_echo "$ac_cv_have___va_copy" >&6; } | 25513 | echo "${ECHO_T}$ac_cv_have___va_copy" >&6; } |
26460 | if test "x$ac_cv_have___va_copy" = "xyes" ; then | 25514 | if test "x$ac_cv_have___va_copy" = "xyes" ; then |
26461 | 25515 | ||
26462 | cat >>confdefs.h <<\_ACEOF | 25516 | cat >>confdefs.h <<\_ACEOF |
@@ -26465,10 +25519,10 @@ _ACEOF | |||
26465 | 25519 | ||
26466 | fi | 25520 | fi |
26467 | 25521 | ||
26468 | { $as_echo "$as_me:$LINENO: checking whether getopt has optreset support" >&5 | 25522 | { echo "$as_me:$LINENO: checking whether getopt has optreset support" >&5 |
26469 | $as_echo_n "checking whether getopt has optreset support... " >&6; } | 25523 | echo $ECHO_N "checking whether getopt has optreset support... $ECHO_C" >&6; } |
26470 | if test "${ac_cv_have_getopt_optreset+set}" = set; then | 25524 | if test "${ac_cv_have_getopt_optreset+set}" = set; then |
26471 | $as_echo_n "(cached) " >&6 | 25525 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26472 | else | 25526 | else |
26473 | 25527 | ||
26474 | cat >conftest.$ac_ext <<_ACEOF | 25528 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26494,37 +25548,33 @@ case "(($ac_try" in | |||
26494 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25548 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26495 | *) ac_try_echo=$ac_try;; | 25549 | *) ac_try_echo=$ac_try;; |
26496 | esac | 25550 | esac |
26497 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25551 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26498 | $as_echo "$ac_try_echo") >&5 | ||
26499 | (eval "$ac_link") 2>conftest.er1 | 25552 | (eval "$ac_link") 2>conftest.er1 |
26500 | ac_status=$? | 25553 | ac_status=$? |
26501 | grep -v '^ *+' conftest.er1 >conftest.err | 25554 | grep -v '^ *+' conftest.er1 >conftest.err |
26502 | rm -f conftest.er1 | 25555 | rm -f conftest.er1 |
26503 | cat conftest.err >&5 | 25556 | cat conftest.err >&5 |
26504 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25557 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26505 | (exit $ac_status); } && { | 25558 | (exit $ac_status); } && { |
26506 | test -z "$ac_c_werror_flag" || | 25559 | test -z "$ac_c_werror_flag" || |
26507 | test ! -s conftest.err | 25560 | test ! -s conftest.err |
26508 | } && test -s conftest$ac_exeext && { | 25561 | } && test -s conftest$ac_exeext && |
26509 | test "$cross_compiling" = yes || | 25562 | $as_test_x conftest$ac_exeext; then |
26510 | $as_test_x conftest$ac_exeext | ||
26511 | }; then | ||
26512 | ac_cv_have_getopt_optreset="yes" | 25563 | ac_cv_have_getopt_optreset="yes" |
26513 | else | 25564 | else |
26514 | $as_echo "$as_me: failed program was:" >&5 | 25565 | echo "$as_me: failed program was:" >&5 |
26515 | sed 's/^/| /' conftest.$ac_ext >&5 | 25566 | sed 's/^/| /' conftest.$ac_ext >&5 |
26516 | 25567 | ||
26517 | ac_cv_have_getopt_optreset="no" | 25568 | ac_cv_have_getopt_optreset="no" |
26518 | 25569 | ||
26519 | fi | 25570 | fi |
26520 | 25571 | ||
26521 | rm -rf conftest.dSYM | ||
26522 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25572 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26523 | conftest$ac_exeext conftest.$ac_ext | 25573 | conftest$ac_exeext conftest.$ac_ext |
26524 | 25574 | ||
26525 | fi | 25575 | fi |
26526 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_getopt_optreset" >&5 | 25576 | { echo "$as_me:$LINENO: result: $ac_cv_have_getopt_optreset" >&5 |
26527 | $as_echo "$ac_cv_have_getopt_optreset" >&6; } | 25577 | echo "${ECHO_T}$ac_cv_have_getopt_optreset" >&6; } |
26528 | if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then | 25578 | if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then |
26529 | 25579 | ||
26530 | cat >>confdefs.h <<\_ACEOF | 25580 | cat >>confdefs.h <<\_ACEOF |
@@ -26533,10 +25583,10 @@ _ACEOF | |||
26533 | 25583 | ||
26534 | fi | 25584 | fi |
26535 | 25585 | ||
26536 | { $as_echo "$as_me:$LINENO: checking if libc defines sys_errlist" >&5 | 25586 | { echo "$as_me:$LINENO: checking if libc defines sys_errlist" >&5 |
26537 | $as_echo_n "checking if libc defines sys_errlist... " >&6; } | 25587 | echo $ECHO_N "checking if libc defines sys_errlist... $ECHO_C" >&6; } |
26538 | if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then | 25588 | if test "${ac_cv_libc_defines_sys_errlist+set}" = set; then |
26539 | $as_echo_n "(cached) " >&6 | 25589 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26540 | else | 25590 | else |
26541 | 25591 | ||
26542 | cat >conftest.$ac_ext <<_ACEOF | 25592 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26560,37 +25610,33 @@ case "(($ac_try" in | |||
26560 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25610 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26561 | *) ac_try_echo=$ac_try;; | 25611 | *) ac_try_echo=$ac_try;; |
26562 | esac | 25612 | esac |
26563 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25613 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26564 | $as_echo "$ac_try_echo") >&5 | ||
26565 | (eval "$ac_link") 2>conftest.er1 | 25614 | (eval "$ac_link") 2>conftest.er1 |
26566 | ac_status=$? | 25615 | ac_status=$? |
26567 | grep -v '^ *+' conftest.er1 >conftest.err | 25616 | grep -v '^ *+' conftest.er1 >conftest.err |
26568 | rm -f conftest.er1 | 25617 | rm -f conftest.er1 |
26569 | cat conftest.err >&5 | 25618 | cat conftest.err >&5 |
26570 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26571 | (exit $ac_status); } && { | 25620 | (exit $ac_status); } && { |
26572 | test -z "$ac_c_werror_flag" || | 25621 | test -z "$ac_c_werror_flag" || |
26573 | test ! -s conftest.err | 25622 | test ! -s conftest.err |
26574 | } && test -s conftest$ac_exeext && { | 25623 | } && test -s conftest$ac_exeext && |
26575 | test "$cross_compiling" = yes || | 25624 | $as_test_x conftest$ac_exeext; then |
26576 | $as_test_x conftest$ac_exeext | ||
26577 | }; then | ||
26578 | ac_cv_libc_defines_sys_errlist="yes" | 25625 | ac_cv_libc_defines_sys_errlist="yes" |
26579 | else | 25626 | else |
26580 | $as_echo "$as_me: failed program was:" >&5 | 25627 | echo "$as_me: failed program was:" >&5 |
26581 | sed 's/^/| /' conftest.$ac_ext >&5 | 25628 | sed 's/^/| /' conftest.$ac_ext >&5 |
26582 | 25629 | ||
26583 | ac_cv_libc_defines_sys_errlist="no" | 25630 | ac_cv_libc_defines_sys_errlist="no" |
26584 | 25631 | ||
26585 | fi | 25632 | fi |
26586 | 25633 | ||
26587 | rm -rf conftest.dSYM | ||
26588 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25634 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26589 | conftest$ac_exeext conftest.$ac_ext | 25635 | conftest$ac_exeext conftest.$ac_ext |
26590 | 25636 | ||
26591 | fi | 25637 | fi |
26592 | { $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_errlist" >&5 | 25638 | { echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_errlist" >&5 |
26593 | $as_echo "$ac_cv_libc_defines_sys_errlist" >&6; } | 25639 | echo "${ECHO_T}$ac_cv_libc_defines_sys_errlist" >&6; } |
26594 | if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then | 25640 | if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then |
26595 | 25641 | ||
26596 | cat >>confdefs.h <<\_ACEOF | 25642 | cat >>confdefs.h <<\_ACEOF |
@@ -26600,10 +25646,10 @@ _ACEOF | |||
26600 | fi | 25646 | fi |
26601 | 25647 | ||
26602 | 25648 | ||
26603 | { $as_echo "$as_me:$LINENO: checking if libc defines sys_nerr" >&5 | 25649 | { echo "$as_me:$LINENO: checking if libc defines sys_nerr" >&5 |
26604 | $as_echo_n "checking if libc defines sys_nerr... " >&6; } | 25650 | echo $ECHO_N "checking if libc defines sys_nerr... $ECHO_C" >&6; } |
26605 | if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then | 25651 | if test "${ac_cv_libc_defines_sys_nerr+set}" = set; then |
26606 | $as_echo_n "(cached) " >&6 | 25652 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
26607 | else | 25653 | else |
26608 | 25654 | ||
26609 | cat >conftest.$ac_ext <<_ACEOF | 25655 | cat >conftest.$ac_ext <<_ACEOF |
@@ -26627,37 +25673,33 @@ case "(($ac_try" in | |||
26627 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25673 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
26628 | *) ac_try_echo=$ac_try;; | 25674 | *) ac_try_echo=$ac_try;; |
26629 | esac | 25675 | esac |
26630 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25676 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
26631 | $as_echo "$ac_try_echo") >&5 | ||
26632 | (eval "$ac_link") 2>conftest.er1 | 25677 | (eval "$ac_link") 2>conftest.er1 |
26633 | ac_status=$? | 25678 | ac_status=$? |
26634 | grep -v '^ *+' conftest.er1 >conftest.err | 25679 | grep -v '^ *+' conftest.er1 >conftest.err |
26635 | rm -f conftest.er1 | 25680 | rm -f conftest.er1 |
26636 | cat conftest.err >&5 | 25681 | cat conftest.err >&5 |
26637 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26638 | (exit $ac_status); } && { | 25683 | (exit $ac_status); } && { |
26639 | test -z "$ac_c_werror_flag" || | 25684 | test -z "$ac_c_werror_flag" || |
26640 | test ! -s conftest.err | 25685 | test ! -s conftest.err |
26641 | } && test -s conftest$ac_exeext && { | 25686 | } && test -s conftest$ac_exeext && |
26642 | test "$cross_compiling" = yes || | 25687 | $as_test_x conftest$ac_exeext; then |
26643 | $as_test_x conftest$ac_exeext | ||
26644 | }; then | ||
26645 | ac_cv_libc_defines_sys_nerr="yes" | 25688 | ac_cv_libc_defines_sys_nerr="yes" |
26646 | else | 25689 | else |
26647 | $as_echo "$as_me: failed program was:" >&5 | 25690 | echo "$as_me: failed program was:" >&5 |
26648 | sed 's/^/| /' conftest.$ac_ext >&5 | 25691 | sed 's/^/| /' conftest.$ac_ext >&5 |
26649 | 25692 | ||
26650 | ac_cv_libc_defines_sys_nerr="no" | 25693 | ac_cv_libc_defines_sys_nerr="no" |
26651 | 25694 | ||
26652 | fi | 25695 | fi |
26653 | 25696 | ||
26654 | rm -rf conftest.dSYM | ||
26655 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25697 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
26656 | conftest$ac_exeext conftest.$ac_ext | 25698 | conftest$ac_exeext conftest.$ac_ext |
26657 | 25699 | ||
26658 | fi | 25700 | fi |
26659 | { $as_echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_nerr" >&5 | 25701 | { echo "$as_me:$LINENO: result: $ac_cv_libc_defines_sys_nerr" >&5 |
26660 | $as_echo "$ac_cv_libc_defines_sys_nerr" >&6; } | 25702 | echo "${ECHO_T}$ac_cv_libc_defines_sys_nerr" >&6; } |
26661 | if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then | 25703 | if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then |
26662 | 25704 | ||
26663 | cat >>confdefs.h <<\_ACEOF | 25705 | cat >>confdefs.h <<\_ACEOF |
@@ -26666,354 +25708,11 @@ _ACEOF | |||
26666 | 25708 | ||
26667 | fi | 25709 | fi |
26668 | 25710 | ||
26669 | SCARD_MSG="no" | ||
26670 | # Check whether user wants sectok support | ||
26671 | |||
26672 | # Check whether --with-sectok was given. | ||
26673 | if test "${with_sectok+set}" = set; then | ||
26674 | withval=$with_sectok; | ||
26675 | if test "x$withval" != "xno" ; then | ||
26676 | if test "x$withval" != "xyes" ; then | ||
26677 | CPPFLAGS="$CPPFLAGS -I${withval}" | ||
26678 | LDFLAGS="$LDFLAGS -L${withval}" | ||
26679 | if test ! -z "$need_dash_r" ; then | ||
26680 | LDFLAGS="$LDFLAGS -R${withval}" | ||
26681 | fi | ||
26682 | if test ! -z "$blibpath" ; then | ||
26683 | blibpath="$blibpath:${withval}" | ||
26684 | fi | ||
26685 | fi | ||
26686 | |||
26687 | for ac_header in sectok.h | ||
26688 | do | ||
26689 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
26690 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | ||
26691 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
26692 | $as_echo_n "checking for $ac_header... " >&6; } | ||
26693 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | ||
26694 | $as_echo_n "(cached) " >&6 | ||
26695 | fi | ||
26696 | ac_res=`eval 'as_val=${'$as_ac_Header'} | ||
26697 | $as_echo "$as_val"'` | ||
26698 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | ||
26699 | $as_echo "$ac_res" >&6; } | ||
26700 | else | ||
26701 | # Is the header compilable? | ||
26702 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | ||
26703 | $as_echo_n "checking $ac_header usability... " >&6; } | ||
26704 | cat >conftest.$ac_ext <<_ACEOF | ||
26705 | /* confdefs.h. */ | ||
26706 | _ACEOF | ||
26707 | cat confdefs.h >>conftest.$ac_ext | ||
26708 | cat >>conftest.$ac_ext <<_ACEOF | ||
26709 | /* end confdefs.h. */ | ||
26710 | $ac_includes_default | ||
26711 | #include <$ac_header> | ||
26712 | _ACEOF | ||
26713 | rm -f conftest.$ac_objext | ||
26714 | if { (ac_try="$ac_compile" | ||
26715 | case "(($ac_try" in | ||
26716 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
26717 | *) ac_try_echo=$ac_try;; | ||
26718 | esac | ||
26719 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
26720 | $as_echo "$ac_try_echo") >&5 | ||
26721 | (eval "$ac_compile") 2>conftest.er1 | ||
26722 | ac_status=$? | ||
26723 | grep -v '^ *+' conftest.er1 >conftest.err | ||
26724 | rm -f conftest.er1 | ||
26725 | cat conftest.err >&5 | ||
26726 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
26727 | (exit $ac_status); } && { | ||
26728 | test -z "$ac_c_werror_flag" || | ||
26729 | test ! -s conftest.err | ||
26730 | } && test -s conftest.$ac_objext; then | ||
26731 | ac_header_compiler=yes | ||
26732 | else | ||
26733 | $as_echo "$as_me: failed program was:" >&5 | ||
26734 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
26735 | |||
26736 | ac_header_compiler=no | ||
26737 | fi | ||
26738 | |||
26739 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
26740 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | ||
26741 | $as_echo "$ac_header_compiler" >&6; } | ||
26742 | |||
26743 | # Is the header present? | ||
26744 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | ||
26745 | $as_echo_n "checking $ac_header presence... " >&6; } | ||
26746 | cat >conftest.$ac_ext <<_ACEOF | ||
26747 | /* confdefs.h. */ | ||
26748 | _ACEOF | ||
26749 | cat confdefs.h >>conftest.$ac_ext | ||
26750 | cat >>conftest.$ac_ext <<_ACEOF | ||
26751 | /* end confdefs.h. */ | ||
26752 | #include <$ac_header> | ||
26753 | _ACEOF | ||
26754 | if { (ac_try="$ac_cpp conftest.$ac_ext" | ||
26755 | case "(($ac_try" in | ||
26756 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
26757 | *) ac_try_echo=$ac_try;; | ||
26758 | esac | ||
26759 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
26760 | $as_echo "$ac_try_echo") >&5 | ||
26761 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | ||
26762 | ac_status=$? | ||
26763 | grep -v '^ *+' conftest.er1 >conftest.err | ||
26764 | rm -f conftest.er1 | ||
26765 | cat conftest.err >&5 | ||
26766 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
26767 | (exit $ac_status); } >/dev/null && { | ||
26768 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | ||
26769 | test ! -s conftest.err | ||
26770 | }; then | ||
26771 | ac_header_preproc=yes | ||
26772 | else | ||
26773 | $as_echo "$as_me: failed program was:" >&5 | ||
26774 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
26775 | |||
26776 | ac_header_preproc=no | ||
26777 | fi | ||
26778 | |||
26779 | rm -f conftest.err conftest.$ac_ext | ||
26780 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | ||
26781 | $as_echo "$ac_header_preproc" >&6; } | ||
26782 | |||
26783 | # So? What about this header? | ||
26784 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | ||
26785 | yes:no: ) | ||
26786 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | ||
26787 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | ||
26788 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | ||
26789 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | ||
26790 | ac_header_preproc=yes | ||
26791 | ;; | ||
26792 | no:yes:* ) | ||
26793 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | ||
26794 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | ||
26795 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | ||
26796 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | ||
26797 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
26798 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
26799 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
26800 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
26801 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | ||
26802 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | ||
26803 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
26804 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
26805 | ( cat <<\_ASBOX | ||
26806 | ## ------------------------------------------- ## | ||
26807 | ## Report this to openssh-unix-dev@mindrot.org ## | ||
26808 | ## ------------------------------------------- ## | ||
26809 | _ASBOX | ||
26810 | ) | sed "s/^/$as_me: WARNING: /" >&2 | ||
26811 | ;; | ||
26812 | esac | ||
26813 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
26814 | $as_echo_n "checking for $ac_header... " >&6; } | ||
26815 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | ||
26816 | $as_echo_n "(cached) " >&6 | ||
26817 | else | ||
26818 | eval "$as_ac_Header=\$ac_header_preproc" | ||
26819 | fi | ||
26820 | ac_res=`eval 'as_val=${'$as_ac_Header'} | ||
26821 | $as_echo "$as_val"'` | ||
26822 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | ||
26823 | $as_echo "$ac_res" >&6; } | ||
26824 | |||
26825 | fi | ||
26826 | if test `eval 'as_val=${'$as_ac_Header'} | ||
26827 | $as_echo "$as_val"'` = yes; then | ||
26828 | cat >>confdefs.h <<_ACEOF | ||
26829 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
26830 | _ACEOF | ||
26831 | |||
26832 | fi | ||
26833 | |||
26834 | done | ||
26835 | |||
26836 | if test "$ac_cv_header_sectok_h" != yes; then | ||
26837 | { { $as_echo "$as_me:$LINENO: error: Can't find sectok.h" >&5 | ||
26838 | $as_echo "$as_me: error: Can't find sectok.h" >&2;} | ||
26839 | { (exit 1); exit 1; }; } | ||
26840 | fi | ||
26841 | |||
26842 | { $as_echo "$as_me:$LINENO: checking for sectok_open in -lsectok" >&5 | ||
26843 | $as_echo_n "checking for sectok_open in -lsectok... " >&6; } | ||
26844 | if test "${ac_cv_lib_sectok_sectok_open+set}" = set; then | ||
26845 | $as_echo_n "(cached) " >&6 | ||
26846 | else | ||
26847 | ac_check_lib_save_LIBS=$LIBS | ||
26848 | LIBS="-lsectok $LIBS" | ||
26849 | cat >conftest.$ac_ext <<_ACEOF | ||
26850 | /* confdefs.h. */ | ||
26851 | _ACEOF | ||
26852 | cat confdefs.h >>conftest.$ac_ext | ||
26853 | cat >>conftest.$ac_ext <<_ACEOF | ||
26854 | /* end confdefs.h. */ | ||
26855 | |||
26856 | /* Override any GCC internal prototype to avoid an error. | ||
26857 | Use char because int might match the return type of a GCC | ||
26858 | builtin and then its argument prototype would still apply. */ | ||
26859 | #ifdef __cplusplus | ||
26860 | extern "C" | ||
26861 | #endif | ||
26862 | char sectok_open (); | ||
26863 | int | ||
26864 | main () | ||
26865 | { | ||
26866 | return sectok_open (); | ||
26867 | ; | ||
26868 | return 0; | ||
26869 | } | ||
26870 | _ACEOF | ||
26871 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
26872 | if { (ac_try="$ac_link" | ||
26873 | case "(($ac_try" in | ||
26874 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||
26875 | *) ac_try_echo=$ac_try;; | ||
26876 | esac | ||
26877 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | ||
26878 | $as_echo "$ac_try_echo") >&5 | ||
26879 | (eval "$ac_link") 2>conftest.er1 | ||
26880 | ac_status=$? | ||
26881 | grep -v '^ *+' conftest.er1 >conftest.err | ||
26882 | rm -f conftest.er1 | ||
26883 | cat conftest.err >&5 | ||
26884 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
26885 | (exit $ac_status); } && { | ||
26886 | test -z "$ac_c_werror_flag" || | ||
26887 | test ! -s conftest.err | ||
26888 | } && test -s conftest$ac_exeext && { | ||
26889 | test "$cross_compiling" = yes || | ||
26890 | $as_test_x conftest$ac_exeext | ||
26891 | }; then | ||
26892 | ac_cv_lib_sectok_sectok_open=yes | ||
26893 | else | ||
26894 | $as_echo "$as_me: failed program was:" >&5 | ||
26895 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
26896 | |||
26897 | ac_cv_lib_sectok_sectok_open=no | ||
26898 | fi | ||
26899 | |||
26900 | rm -rf conftest.dSYM | ||
26901 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | ||
26902 | conftest$ac_exeext conftest.$ac_ext | ||
26903 | LIBS=$ac_check_lib_save_LIBS | ||
26904 | fi | ||
26905 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sectok_sectok_open" >&5 | ||
26906 | $as_echo "$ac_cv_lib_sectok_sectok_open" >&6; } | ||
26907 | if test $ac_cv_lib_sectok_sectok_open = yes; then | ||
26908 | cat >>confdefs.h <<_ACEOF | ||
26909 | #define HAVE_LIBSECTOK 1 | ||
26910 | _ACEOF | ||
26911 | |||
26912 | LIBS="-lsectok $LIBS" | ||
26913 | |||
26914 | fi | ||
26915 | |||
26916 | if test "$ac_cv_lib_sectok_sectok_open" != yes; then | ||
26917 | { { $as_echo "$as_me:$LINENO: error: Can't find libsectok" >&5 | ||
26918 | $as_echo "$as_me: error: Can't find libsectok" >&2;} | ||
26919 | { (exit 1); exit 1; }; } | ||
26920 | fi | ||
26921 | |||
26922 | cat >>confdefs.h <<\_ACEOF | ||
26923 | #define SMARTCARD 1 | ||
26924 | _ACEOF | ||
26925 | |||
26926 | |||
26927 | cat >>confdefs.h <<\_ACEOF | ||
26928 | #define USE_SECTOK 1 | ||
26929 | _ACEOF | ||
26930 | |||
26931 | SCARD_MSG="yes, using sectok" | ||
26932 | fi | ||
26933 | |||
26934 | |||
26935 | fi | ||
26936 | |||
26937 | |||
26938 | # Check whether user wants OpenSC support | ||
26939 | OPENSC_CONFIG="no" | ||
26940 | |||
26941 | # Check whether --with-opensc was given. | ||
26942 | if test "${with_opensc+set}" = set; then | ||
26943 | withval=$with_opensc; | ||
26944 | if test "x$withval" != "xno" ; then | ||
26945 | if test "x$withval" != "xyes" ; then | ||
26946 | OPENSC_CONFIG=$withval/bin/opensc-config | ||
26947 | else | ||
26948 | # Extract the first word of "opensc-config", so it can be a program name with args. | ||
26949 | set dummy opensc-config; ac_word=$2 | ||
26950 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||
26951 | $as_echo_n "checking for $ac_word... " >&6; } | ||
26952 | if test "${ac_cv_path_OPENSC_CONFIG+set}" = set; then | ||
26953 | $as_echo_n "(cached) " >&6 | ||
26954 | else | ||
26955 | case $OPENSC_CONFIG in | ||
26956 | [\\/]* | ?:[\\/]*) | ||
26957 | ac_cv_path_OPENSC_CONFIG="$OPENSC_CONFIG" # Let the user override the test with a path. | ||
26958 | ;; | ||
26959 | *) | ||
26960 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
26961 | for as_dir in $PATH | ||
26962 | do | ||
26963 | IFS=$as_save_IFS | ||
26964 | test -z "$as_dir" && as_dir=. | ||
26965 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
26966 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | ||
26967 | ac_cv_path_OPENSC_CONFIG="$as_dir/$ac_word$ac_exec_ext" | ||
26968 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
26969 | break 2 | ||
26970 | fi | ||
26971 | done | ||
26972 | done | ||
26973 | IFS=$as_save_IFS | ||
26974 | |||
26975 | test -z "$ac_cv_path_OPENSC_CONFIG" && ac_cv_path_OPENSC_CONFIG="no" | ||
26976 | ;; | ||
26977 | esac | ||
26978 | fi | ||
26979 | OPENSC_CONFIG=$ac_cv_path_OPENSC_CONFIG | ||
26980 | if test -n "$OPENSC_CONFIG"; then | ||
26981 | { $as_echo "$as_me:$LINENO: result: $OPENSC_CONFIG" >&5 | ||
26982 | $as_echo "$OPENSC_CONFIG" >&6; } | ||
26983 | else | ||
26984 | { $as_echo "$as_me:$LINENO: result: no" >&5 | ||
26985 | $as_echo "no" >&6; } | ||
26986 | fi | ||
26987 | |||
26988 | |||
26989 | fi | ||
26990 | if test "$OPENSC_CONFIG" != "no"; then | ||
26991 | LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags` | ||
26992 | LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs` | ||
26993 | CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS" | ||
26994 | LIBS="$LIBS $LIBOPENSC_LIBS" | ||
26995 | cat >>confdefs.h <<\_ACEOF | ||
26996 | #define SMARTCARD 1 | ||
26997 | _ACEOF | ||
26998 | |||
26999 | |||
27000 | cat >>confdefs.h <<\_ACEOF | ||
27001 | #define USE_OPENSC 1 | ||
27002 | _ACEOF | ||
27003 | |||
27004 | SCARD_MSG="yes, using OpenSC" | ||
27005 | fi | ||
27006 | fi | ||
27007 | |||
27008 | |||
27009 | fi | ||
27010 | |||
27011 | |||
27012 | # Check libraries needed by DNS fingerprint support | 25711 | # Check libraries needed by DNS fingerprint support |
27013 | { $as_echo "$as_me:$LINENO: checking for library containing getrrsetbyname" >&5 | 25712 | { echo "$as_me:$LINENO: checking for library containing getrrsetbyname" >&5 |
27014 | $as_echo_n "checking for library containing getrrsetbyname... " >&6; } | 25713 | echo $ECHO_N "checking for library containing getrrsetbyname... $ECHO_C" >&6; } |
27015 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then | 25714 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then |
27016 | $as_echo_n "(cached) " >&6 | 25715 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27017 | else | 25716 | else |
27018 | ac_func_search_save_LIBS=$LIBS | 25717 | ac_func_search_save_LIBS=$LIBS |
27019 | cat >conftest.$ac_ext <<_ACEOF | 25718 | cat >conftest.$ac_ext <<_ACEOF |
@@ -27051,30 +25750,26 @@ case "(($ac_try" in | |||
27051 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25750 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27052 | *) ac_try_echo=$ac_try;; | 25751 | *) ac_try_echo=$ac_try;; |
27053 | esac | 25752 | esac |
27054 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25753 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27055 | $as_echo "$ac_try_echo") >&5 | ||
27056 | (eval "$ac_link") 2>conftest.er1 | 25754 | (eval "$ac_link") 2>conftest.er1 |
27057 | ac_status=$? | 25755 | ac_status=$? |
27058 | grep -v '^ *+' conftest.er1 >conftest.err | 25756 | grep -v '^ *+' conftest.er1 >conftest.err |
27059 | rm -f conftest.er1 | 25757 | rm -f conftest.er1 |
27060 | cat conftest.err >&5 | 25758 | cat conftest.err >&5 |
27061 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25759 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27062 | (exit $ac_status); } && { | 25760 | (exit $ac_status); } && { |
27063 | test -z "$ac_c_werror_flag" || | 25761 | test -z "$ac_c_werror_flag" || |
27064 | test ! -s conftest.err | 25762 | test ! -s conftest.err |
27065 | } && test -s conftest$ac_exeext && { | 25763 | } && test -s conftest$ac_exeext && |
27066 | test "$cross_compiling" = yes || | 25764 | $as_test_x conftest$ac_exeext; then |
27067 | $as_test_x conftest$ac_exeext | ||
27068 | }; then | ||
27069 | ac_cv_search_getrrsetbyname=$ac_res | 25765 | ac_cv_search_getrrsetbyname=$ac_res |
27070 | else | 25766 | else |
27071 | $as_echo "$as_me: failed program was:" >&5 | 25767 | echo "$as_me: failed program was:" >&5 |
27072 | sed 's/^/| /' conftest.$ac_ext >&5 | 25768 | sed 's/^/| /' conftest.$ac_ext >&5 |
27073 | 25769 | ||
27074 | 25770 | ||
27075 | fi | 25771 | fi |
27076 | 25772 | ||
27077 | rm -rf conftest.dSYM | ||
27078 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25773 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27079 | conftest$ac_exeext | 25774 | conftest$ac_exeext |
27080 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then | 25775 | if test "${ac_cv_search_getrrsetbyname+set}" = set; then |
@@ -27089,8 +25784,8 @@ fi | |||
27089 | rm conftest.$ac_ext | 25784 | rm conftest.$ac_ext |
27090 | LIBS=$ac_func_search_save_LIBS | 25785 | LIBS=$ac_func_search_save_LIBS |
27091 | fi | 25786 | fi |
27092 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_getrrsetbyname" >&5 | 25787 | { echo "$as_me:$LINENO: result: $ac_cv_search_getrrsetbyname" >&5 |
27093 | $as_echo "$ac_cv_search_getrrsetbyname" >&6; } | 25788 | echo "${ECHO_T}$ac_cv_search_getrrsetbyname" >&6; } |
27094 | ac_res=$ac_cv_search_getrrsetbyname | 25789 | ac_res=$ac_cv_search_getrrsetbyname |
27095 | if test "$ac_res" != no; then | 25790 | if test "$ac_res" != no; then |
27096 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 25791 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -27102,10 +25797,10 @@ _ACEOF | |||
27102 | else | 25797 | else |
27103 | 25798 | ||
27104 | # Needed by our getrrsetbyname() | 25799 | # Needed by our getrrsetbyname() |
27105 | { $as_echo "$as_me:$LINENO: checking for library containing res_query" >&5 | 25800 | { echo "$as_me:$LINENO: checking for library containing res_query" >&5 |
27106 | $as_echo_n "checking for library containing res_query... " >&6; } | 25801 | echo $ECHO_N "checking for library containing res_query... $ECHO_C" >&6; } |
27107 | if test "${ac_cv_search_res_query+set}" = set; then | 25802 | if test "${ac_cv_search_res_query+set}" = set; then |
27108 | $as_echo_n "(cached) " >&6 | 25803 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27109 | else | 25804 | else |
27110 | ac_func_search_save_LIBS=$LIBS | 25805 | ac_func_search_save_LIBS=$LIBS |
27111 | cat >conftest.$ac_ext <<_ACEOF | 25806 | cat >conftest.$ac_ext <<_ACEOF |
@@ -27143,30 +25838,26 @@ case "(($ac_try" in | |||
27143 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25838 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27144 | *) ac_try_echo=$ac_try;; | 25839 | *) ac_try_echo=$ac_try;; |
27145 | esac | 25840 | esac |
27146 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25841 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27147 | $as_echo "$ac_try_echo") >&5 | ||
27148 | (eval "$ac_link") 2>conftest.er1 | 25842 | (eval "$ac_link") 2>conftest.er1 |
27149 | ac_status=$? | 25843 | ac_status=$? |
27150 | grep -v '^ *+' conftest.er1 >conftest.err | 25844 | grep -v '^ *+' conftest.er1 >conftest.err |
27151 | rm -f conftest.er1 | 25845 | rm -f conftest.er1 |
27152 | cat conftest.err >&5 | 25846 | cat conftest.err >&5 |
27153 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27154 | (exit $ac_status); } && { | 25848 | (exit $ac_status); } && { |
27155 | test -z "$ac_c_werror_flag" || | 25849 | test -z "$ac_c_werror_flag" || |
27156 | test ! -s conftest.err | 25850 | test ! -s conftest.err |
27157 | } && test -s conftest$ac_exeext && { | 25851 | } && test -s conftest$ac_exeext && |
27158 | test "$cross_compiling" = yes || | 25852 | $as_test_x conftest$ac_exeext; then |
27159 | $as_test_x conftest$ac_exeext | ||
27160 | }; then | ||
27161 | ac_cv_search_res_query=$ac_res | 25853 | ac_cv_search_res_query=$ac_res |
27162 | else | 25854 | else |
27163 | $as_echo "$as_me: failed program was:" >&5 | 25855 | echo "$as_me: failed program was:" >&5 |
27164 | sed 's/^/| /' conftest.$ac_ext >&5 | 25856 | sed 's/^/| /' conftest.$ac_ext >&5 |
27165 | 25857 | ||
27166 | 25858 | ||
27167 | fi | 25859 | fi |
27168 | 25860 | ||
27169 | rm -rf conftest.dSYM | ||
27170 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25861 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27171 | conftest$ac_exeext | 25862 | conftest$ac_exeext |
27172 | if test "${ac_cv_search_res_query+set}" = set; then | 25863 | if test "${ac_cv_search_res_query+set}" = set; then |
@@ -27181,18 +25872,18 @@ fi | |||
27181 | rm conftest.$ac_ext | 25872 | rm conftest.$ac_ext |
27182 | LIBS=$ac_func_search_save_LIBS | 25873 | LIBS=$ac_func_search_save_LIBS |
27183 | fi | 25874 | fi |
27184 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_res_query" >&5 | 25875 | { echo "$as_me:$LINENO: result: $ac_cv_search_res_query" >&5 |
27185 | $as_echo "$ac_cv_search_res_query" >&6; } | 25876 | echo "${ECHO_T}$ac_cv_search_res_query" >&6; } |
27186 | ac_res=$ac_cv_search_res_query | 25877 | ac_res=$ac_cv_search_res_query |
27187 | if test "$ac_res" != no; then | 25878 | if test "$ac_res" != no; then |
27188 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 25879 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
27189 | 25880 | ||
27190 | fi | 25881 | fi |
27191 | 25882 | ||
27192 | { $as_echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 | 25883 | { echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 |
27193 | $as_echo_n "checking for library containing dn_expand... " >&6; } | 25884 | echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6; } |
27194 | if test "${ac_cv_search_dn_expand+set}" = set; then | 25885 | if test "${ac_cv_search_dn_expand+set}" = set; then |
27195 | $as_echo_n "(cached) " >&6 | 25886 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27196 | else | 25887 | else |
27197 | ac_func_search_save_LIBS=$LIBS | 25888 | ac_func_search_save_LIBS=$LIBS |
27198 | cat >conftest.$ac_ext <<_ACEOF | 25889 | cat >conftest.$ac_ext <<_ACEOF |
@@ -27230,30 +25921,26 @@ case "(($ac_try" in | |||
27230 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25921 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27231 | *) ac_try_echo=$ac_try;; | 25922 | *) ac_try_echo=$ac_try;; |
27232 | esac | 25923 | esac |
27233 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25924 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27234 | $as_echo "$ac_try_echo") >&5 | ||
27235 | (eval "$ac_link") 2>conftest.er1 | 25925 | (eval "$ac_link") 2>conftest.er1 |
27236 | ac_status=$? | 25926 | ac_status=$? |
27237 | grep -v '^ *+' conftest.er1 >conftest.err | 25927 | grep -v '^ *+' conftest.er1 >conftest.err |
27238 | rm -f conftest.er1 | 25928 | rm -f conftest.er1 |
27239 | cat conftest.err >&5 | 25929 | cat conftest.err >&5 |
27240 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25930 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27241 | (exit $ac_status); } && { | 25931 | (exit $ac_status); } && { |
27242 | test -z "$ac_c_werror_flag" || | 25932 | test -z "$ac_c_werror_flag" || |
27243 | test ! -s conftest.err | 25933 | test ! -s conftest.err |
27244 | } && test -s conftest$ac_exeext && { | 25934 | } && test -s conftest$ac_exeext && |
27245 | test "$cross_compiling" = yes || | 25935 | $as_test_x conftest$ac_exeext; then |
27246 | $as_test_x conftest$ac_exeext | ||
27247 | }; then | ||
27248 | ac_cv_search_dn_expand=$ac_res | 25936 | ac_cv_search_dn_expand=$ac_res |
27249 | else | 25937 | else |
27250 | $as_echo "$as_me: failed program was:" >&5 | 25938 | echo "$as_me: failed program was:" >&5 |
27251 | sed 's/^/| /' conftest.$ac_ext >&5 | 25939 | sed 's/^/| /' conftest.$ac_ext >&5 |
27252 | 25940 | ||
27253 | 25941 | ||
27254 | fi | 25942 | fi |
27255 | 25943 | ||
27256 | rm -rf conftest.dSYM | ||
27257 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 25944 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27258 | conftest$ac_exeext | 25945 | conftest$ac_exeext |
27259 | if test "${ac_cv_search_dn_expand+set}" = set; then | 25946 | if test "${ac_cv_search_dn_expand+set}" = set; then |
@@ -27268,16 +25955,16 @@ fi | |||
27268 | rm conftest.$ac_ext | 25955 | rm conftest.$ac_ext |
27269 | LIBS=$ac_func_search_save_LIBS | 25956 | LIBS=$ac_func_search_save_LIBS |
27270 | fi | 25957 | fi |
27271 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 | 25958 | { echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 |
27272 | $as_echo "$ac_cv_search_dn_expand" >&6; } | 25959 | echo "${ECHO_T}$ac_cv_search_dn_expand" >&6; } |
27273 | ac_res=$ac_cv_search_dn_expand | 25960 | ac_res=$ac_cv_search_dn_expand |
27274 | if test "$ac_res" != no; then | 25961 | if test "$ac_res" != no; then |
27275 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 25962 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
27276 | 25963 | ||
27277 | fi | 25964 | fi |
27278 | 25965 | ||
27279 | { $as_echo "$as_me:$LINENO: checking if res_query will link" >&5 | 25966 | { echo "$as_me:$LINENO: checking if res_query will link" >&5 |
27280 | $as_echo_n "checking if res_query will link... " >&6; } | 25967 | echo $ECHO_N "checking if res_query will link... $ECHO_C" >&6; } |
27281 | cat >conftest.$ac_ext <<_ACEOF | 25968 | cat >conftest.$ac_ext <<_ACEOF |
27282 | 25969 | ||
27283 | #include "confdefs.h" | 25970 | #include "confdefs.h" |
@@ -27299,33 +25986,30 @@ case "(($ac_try" in | |||
27299 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 25986 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27300 | *) ac_try_echo=$ac_try;; | 25987 | *) ac_try_echo=$ac_try;; |
27301 | esac | 25988 | esac |
27302 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 25989 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27303 | $as_echo "$ac_try_echo") >&5 | ||
27304 | (eval "$ac_link") 2>conftest.er1 | 25990 | (eval "$ac_link") 2>conftest.er1 |
27305 | ac_status=$? | 25991 | ac_status=$? |
27306 | grep -v '^ *+' conftest.er1 >conftest.err | 25992 | grep -v '^ *+' conftest.er1 >conftest.err |
27307 | rm -f conftest.er1 | 25993 | rm -f conftest.er1 |
27308 | cat conftest.err >&5 | 25994 | cat conftest.err >&5 |
27309 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 25995 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27310 | (exit $ac_status); } && { | 25996 | (exit $ac_status); } && { |
27311 | test -z "$ac_c_werror_flag" || | 25997 | test -z "$ac_c_werror_flag" || |
27312 | test ! -s conftest.err | 25998 | test ! -s conftest.err |
27313 | } && test -s conftest$ac_exeext && { | 25999 | } && test -s conftest$ac_exeext && |
27314 | test "$cross_compiling" = yes || | 26000 | $as_test_x conftest$ac_exeext; then |
27315 | $as_test_x conftest$ac_exeext | 26001 | { echo "$as_me:$LINENO: result: yes" >&5 |
27316 | }; then | 26002 | echo "${ECHO_T}yes" >&6; } |
27317 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
27318 | $as_echo "yes" >&6; } | ||
27319 | else | 26003 | else |
27320 | $as_echo "$as_me: failed program was:" >&5 | 26004 | echo "$as_me: failed program was:" >&5 |
27321 | sed 's/^/| /' conftest.$ac_ext >&5 | 26005 | sed 's/^/| /' conftest.$ac_ext >&5 |
27322 | 26006 | ||
27323 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 26007 | { echo "$as_me:$LINENO: result: no" >&5 |
27324 | $as_echo "no" >&6; } | 26008 | echo "${ECHO_T}no" >&6; } |
27325 | saved_LIBS="$LIBS" | 26009 | saved_LIBS="$LIBS" |
27326 | LIBS="$LIBS -lresolv" | 26010 | LIBS="$LIBS -lresolv" |
27327 | { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 | 26011 | { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 |
27328 | $as_echo_n "checking for res_query in -lresolv... " >&6; } | 26012 | echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; } |
27329 | cat >conftest.$ac_ext <<_ACEOF | 26013 | cat >conftest.$ac_ext <<_ACEOF |
27330 | 26014 | ||
27331 | #include "confdefs.h" | 26015 | #include "confdefs.h" |
@@ -27347,50 +26031,45 @@ case "(($ac_try" in | |||
27347 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26031 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27348 | *) ac_try_echo=$ac_try;; | 26032 | *) ac_try_echo=$ac_try;; |
27349 | esac | 26033 | esac |
27350 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26034 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27351 | $as_echo "$ac_try_echo") >&5 | ||
27352 | (eval "$ac_link") 2>conftest.er1 | 26035 | (eval "$ac_link") 2>conftest.er1 |
27353 | ac_status=$? | 26036 | ac_status=$? |
27354 | grep -v '^ *+' conftest.er1 >conftest.err | 26037 | grep -v '^ *+' conftest.er1 >conftest.err |
27355 | rm -f conftest.er1 | 26038 | rm -f conftest.er1 |
27356 | cat conftest.err >&5 | 26039 | cat conftest.err >&5 |
27357 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27358 | (exit $ac_status); } && { | 26041 | (exit $ac_status); } && { |
27359 | test -z "$ac_c_werror_flag" || | 26042 | test -z "$ac_c_werror_flag" || |
27360 | test ! -s conftest.err | 26043 | test ! -s conftest.err |
27361 | } && test -s conftest$ac_exeext && { | 26044 | } && test -s conftest$ac_exeext && |
27362 | test "$cross_compiling" = yes || | 26045 | $as_test_x conftest$ac_exeext; then |
27363 | $as_test_x conftest$ac_exeext | 26046 | { echo "$as_me:$LINENO: result: yes" >&5 |
27364 | }; then | 26047 | echo "${ECHO_T}yes" >&6; } |
27365 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
27366 | $as_echo "yes" >&6; } | ||
27367 | else | 26048 | else |
27368 | $as_echo "$as_me: failed program was:" >&5 | 26049 | echo "$as_me: failed program was:" >&5 |
27369 | sed 's/^/| /' conftest.$ac_ext >&5 | 26050 | sed 's/^/| /' conftest.$ac_ext >&5 |
27370 | 26051 | ||
27371 | LIBS="$saved_LIBS" | 26052 | LIBS="$saved_LIBS" |
27372 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 26053 | { echo "$as_me:$LINENO: result: no" >&5 |
27373 | $as_echo "no" >&6; } | 26054 | echo "${ECHO_T}no" >&6; } |
27374 | fi | 26055 | fi |
27375 | 26056 | ||
27376 | rm -rf conftest.dSYM | ||
27377 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26057 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27378 | conftest$ac_exeext conftest.$ac_ext | 26058 | conftest$ac_exeext conftest.$ac_ext |
27379 | 26059 | ||
27380 | fi | 26060 | fi |
27381 | 26061 | ||
27382 | rm -rf conftest.dSYM | ||
27383 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26062 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27384 | conftest$ac_exeext conftest.$ac_ext | 26063 | conftest$ac_exeext conftest.$ac_ext |
27385 | 26064 | ||
27386 | 26065 | ||
27387 | for ac_func in _getshort _getlong | 26066 | for ac_func in _getshort _getlong |
27388 | do | 26067 | do |
27389 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 26068 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27390 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 26069 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
27391 | $as_echo_n "checking for $ac_func... " >&6; } | 26070 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
27392 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 26071 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
27393 | $as_echo_n "(cached) " >&6 | 26072 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27394 | else | 26073 | else |
27395 | cat >conftest.$ac_ext <<_ACEOF | 26074 | cat >conftest.$ac_ext <<_ACEOF |
27396 | /* confdefs.h. */ | 26075 | /* confdefs.h. */ |
@@ -27443,50 +26122,44 @@ case "(($ac_try" in | |||
27443 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26122 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27444 | *) ac_try_echo=$ac_try;; | 26123 | *) ac_try_echo=$ac_try;; |
27445 | esac | 26124 | esac |
27446 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26125 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27447 | $as_echo "$ac_try_echo") >&5 | ||
27448 | (eval "$ac_link") 2>conftest.er1 | 26126 | (eval "$ac_link") 2>conftest.er1 |
27449 | ac_status=$? | 26127 | ac_status=$? |
27450 | grep -v '^ *+' conftest.er1 >conftest.err | 26128 | grep -v '^ *+' conftest.er1 >conftest.err |
27451 | rm -f conftest.er1 | 26129 | rm -f conftest.er1 |
27452 | cat conftest.err >&5 | 26130 | cat conftest.err >&5 |
27453 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26131 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27454 | (exit $ac_status); } && { | 26132 | (exit $ac_status); } && { |
27455 | test -z "$ac_c_werror_flag" || | 26133 | test -z "$ac_c_werror_flag" || |
27456 | test ! -s conftest.err | 26134 | test ! -s conftest.err |
27457 | } && test -s conftest$ac_exeext && { | 26135 | } && test -s conftest$ac_exeext && |
27458 | test "$cross_compiling" = yes || | 26136 | $as_test_x conftest$ac_exeext; then |
27459 | $as_test_x conftest$ac_exeext | ||
27460 | }; then | ||
27461 | eval "$as_ac_var=yes" | 26137 | eval "$as_ac_var=yes" |
27462 | else | 26138 | else |
27463 | $as_echo "$as_me: failed program was:" >&5 | 26139 | echo "$as_me: failed program was:" >&5 |
27464 | sed 's/^/| /' conftest.$ac_ext >&5 | 26140 | sed 's/^/| /' conftest.$ac_ext >&5 |
27465 | 26141 | ||
27466 | eval "$as_ac_var=no" | 26142 | eval "$as_ac_var=no" |
27467 | fi | 26143 | fi |
27468 | 26144 | ||
27469 | rm -rf conftest.dSYM | ||
27470 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26145 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27471 | conftest$ac_exeext conftest.$ac_ext | 26146 | conftest$ac_exeext conftest.$ac_ext |
27472 | fi | 26147 | fi |
27473 | ac_res=`eval 'as_val=${'$as_ac_var'} | 26148 | ac_res=`eval echo '${'$as_ac_var'}'` |
27474 | $as_echo "$as_val"'` | 26149 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
27475 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 26150 | echo "${ECHO_T}$ac_res" >&6; } |
27476 | $as_echo "$ac_res" >&6; } | 26151 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
27477 | if test `eval 'as_val=${'$as_ac_var'} | ||
27478 | $as_echo "$as_val"'` = yes; then | ||
27479 | cat >>confdefs.h <<_ACEOF | 26152 | cat >>confdefs.h <<_ACEOF |
27480 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 26153 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
27481 | _ACEOF | 26154 | _ACEOF |
27482 | 26155 | ||
27483 | fi | 26156 | fi |
27484 | done | 26157 | done |
27485 | 26158 | ||
27486 | { $as_echo "$as_me:$LINENO: checking whether _getshort is declared" >&5 | 26159 | { echo "$as_me:$LINENO: checking whether _getshort is declared" >&5 |
27487 | $as_echo_n "checking whether _getshort is declared... " >&6; } | 26160 | echo $ECHO_N "checking whether _getshort is declared... $ECHO_C" >&6; } |
27488 | if test "${ac_cv_have_decl__getshort+set}" = set; then | 26161 | if test "${ac_cv_have_decl__getshort+set}" = set; then |
27489 | $as_echo_n "(cached) " >&6 | 26162 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27490 | else | 26163 | else |
27491 | cat >conftest.$ac_ext <<_ACEOF | 26164 | cat >conftest.$ac_ext <<_ACEOF |
27492 | /* confdefs.h. */ | 26165 | /* confdefs.h. */ |
@@ -27514,21 +26187,20 @@ case "(($ac_try" in | |||
27514 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26187 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27515 | *) ac_try_echo=$ac_try;; | 26188 | *) ac_try_echo=$ac_try;; |
27516 | esac | 26189 | esac |
27517 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26190 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27518 | $as_echo "$ac_try_echo") >&5 | ||
27519 | (eval "$ac_compile") 2>conftest.er1 | 26191 | (eval "$ac_compile") 2>conftest.er1 |
27520 | ac_status=$? | 26192 | ac_status=$? |
27521 | grep -v '^ *+' conftest.er1 >conftest.err | 26193 | grep -v '^ *+' conftest.er1 >conftest.err |
27522 | rm -f conftest.er1 | 26194 | rm -f conftest.er1 |
27523 | cat conftest.err >&5 | 26195 | cat conftest.err >&5 |
27524 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27525 | (exit $ac_status); } && { | 26197 | (exit $ac_status); } && { |
27526 | test -z "$ac_c_werror_flag" || | 26198 | test -z "$ac_c_werror_flag" || |
27527 | test ! -s conftest.err | 26199 | test ! -s conftest.err |
27528 | } && test -s conftest.$ac_objext; then | 26200 | } && test -s conftest.$ac_objext; then |
27529 | ac_cv_have_decl__getshort=yes | 26201 | ac_cv_have_decl__getshort=yes |
27530 | else | 26202 | else |
27531 | $as_echo "$as_me: failed program was:" >&5 | 26203 | echo "$as_me: failed program was:" >&5 |
27532 | sed 's/^/| /' conftest.$ac_ext >&5 | 26204 | sed 's/^/| /' conftest.$ac_ext >&5 |
27533 | 26205 | ||
27534 | ac_cv_have_decl__getshort=no | 26206 | ac_cv_have_decl__getshort=no |
@@ -27536,8 +26208,8 @@ fi | |||
27536 | 26208 | ||
27537 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26209 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27538 | fi | 26210 | fi |
27539 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__getshort" >&5 | 26211 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl__getshort" >&5 |
27540 | $as_echo "$ac_cv_have_decl__getshort" >&6; } | 26212 | echo "${ECHO_T}$ac_cv_have_decl__getshort" >&6; } |
27541 | if test $ac_cv_have_decl__getshort = yes; then | 26213 | if test $ac_cv_have_decl__getshort = yes; then |
27542 | 26214 | ||
27543 | cat >>confdefs.h <<_ACEOF | 26215 | cat >>confdefs.h <<_ACEOF |
@@ -27552,10 +26224,10 @@ _ACEOF | |||
27552 | 26224 | ||
27553 | 26225 | ||
27554 | fi | 26226 | fi |
27555 | { $as_echo "$as_me:$LINENO: checking whether _getlong is declared" >&5 | 26227 | { echo "$as_me:$LINENO: checking whether _getlong is declared" >&5 |
27556 | $as_echo_n "checking whether _getlong is declared... " >&6; } | 26228 | echo $ECHO_N "checking whether _getlong is declared... $ECHO_C" >&6; } |
27557 | if test "${ac_cv_have_decl__getlong+set}" = set; then | 26229 | if test "${ac_cv_have_decl__getlong+set}" = set; then |
27558 | $as_echo_n "(cached) " >&6 | 26230 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27559 | else | 26231 | else |
27560 | cat >conftest.$ac_ext <<_ACEOF | 26232 | cat >conftest.$ac_ext <<_ACEOF |
27561 | /* confdefs.h. */ | 26233 | /* confdefs.h. */ |
@@ -27583,21 +26255,20 @@ case "(($ac_try" in | |||
27583 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26255 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27584 | *) ac_try_echo=$ac_try;; | 26256 | *) ac_try_echo=$ac_try;; |
27585 | esac | 26257 | esac |
27586 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26258 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27587 | $as_echo "$ac_try_echo") >&5 | ||
27588 | (eval "$ac_compile") 2>conftest.er1 | 26259 | (eval "$ac_compile") 2>conftest.er1 |
27589 | ac_status=$? | 26260 | ac_status=$? |
27590 | grep -v '^ *+' conftest.er1 >conftest.err | 26261 | grep -v '^ *+' conftest.er1 >conftest.err |
27591 | rm -f conftest.er1 | 26262 | rm -f conftest.er1 |
27592 | cat conftest.err >&5 | 26263 | cat conftest.err >&5 |
27593 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26264 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27594 | (exit $ac_status); } && { | 26265 | (exit $ac_status); } && { |
27595 | test -z "$ac_c_werror_flag" || | 26266 | test -z "$ac_c_werror_flag" || |
27596 | test ! -s conftest.err | 26267 | test ! -s conftest.err |
27597 | } && test -s conftest.$ac_objext; then | 26268 | } && test -s conftest.$ac_objext; then |
27598 | ac_cv_have_decl__getlong=yes | 26269 | ac_cv_have_decl__getlong=yes |
27599 | else | 26270 | else |
27600 | $as_echo "$as_me: failed program was:" >&5 | 26271 | echo "$as_me: failed program was:" >&5 |
27601 | sed 's/^/| /' conftest.$ac_ext >&5 | 26272 | sed 's/^/| /' conftest.$ac_ext >&5 |
27602 | 26273 | ||
27603 | ac_cv_have_decl__getlong=no | 26274 | ac_cv_have_decl__getlong=no |
@@ -27605,8 +26276,8 @@ fi | |||
27605 | 26276 | ||
27606 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26277 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27607 | fi | 26278 | fi |
27608 | { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__getlong" >&5 | 26279 | { echo "$as_me:$LINENO: result: $ac_cv_have_decl__getlong" >&5 |
27609 | $as_echo "$ac_cv_have_decl__getlong" >&6; } | 26280 | echo "${ECHO_T}$ac_cv_have_decl__getlong" >&6; } |
27610 | if test $ac_cv_have_decl__getlong = yes; then | 26281 | if test $ac_cv_have_decl__getlong = yes; then |
27611 | 26282 | ||
27612 | cat >>confdefs.h <<_ACEOF | 26283 | cat >>confdefs.h <<_ACEOF |
@@ -27623,10 +26294,10 @@ _ACEOF | |||
27623 | fi | 26294 | fi |
27624 | 26295 | ||
27625 | 26296 | ||
27626 | { $as_echo "$as_me:$LINENO: checking for HEADER.ad" >&5 | 26297 | { echo "$as_me:$LINENO: checking for HEADER.ad" >&5 |
27627 | $as_echo_n "checking for HEADER.ad... " >&6; } | 26298 | echo $ECHO_N "checking for HEADER.ad... $ECHO_C" >&6; } |
27628 | if test "${ac_cv_member_HEADER_ad+set}" = set; then | 26299 | if test "${ac_cv_member_HEADER_ad+set}" = set; then |
27629 | $as_echo_n "(cached) " >&6 | 26300 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27630 | else | 26301 | else |
27631 | cat >conftest.$ac_ext <<_ACEOF | 26302 | cat >conftest.$ac_ext <<_ACEOF |
27632 | /* confdefs.h. */ | 26303 | /* confdefs.h. */ |
@@ -27652,21 +26323,20 @@ case "(($ac_try" in | |||
27652 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26323 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27653 | *) ac_try_echo=$ac_try;; | 26324 | *) ac_try_echo=$ac_try;; |
27654 | esac | 26325 | esac |
27655 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26326 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27656 | $as_echo "$ac_try_echo") >&5 | ||
27657 | (eval "$ac_compile") 2>conftest.er1 | 26327 | (eval "$ac_compile") 2>conftest.er1 |
27658 | ac_status=$? | 26328 | ac_status=$? |
27659 | grep -v '^ *+' conftest.er1 >conftest.err | 26329 | grep -v '^ *+' conftest.er1 >conftest.err |
27660 | rm -f conftest.er1 | 26330 | rm -f conftest.er1 |
27661 | cat conftest.err >&5 | 26331 | cat conftest.err >&5 |
27662 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26332 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27663 | (exit $ac_status); } && { | 26333 | (exit $ac_status); } && { |
27664 | test -z "$ac_c_werror_flag" || | 26334 | test -z "$ac_c_werror_flag" || |
27665 | test ! -s conftest.err | 26335 | test ! -s conftest.err |
27666 | } && test -s conftest.$ac_objext; then | 26336 | } && test -s conftest.$ac_objext; then |
27667 | ac_cv_member_HEADER_ad=yes | 26337 | ac_cv_member_HEADER_ad=yes |
27668 | else | 26338 | else |
27669 | $as_echo "$as_me: failed program was:" >&5 | 26339 | echo "$as_me: failed program was:" >&5 |
27670 | sed 's/^/| /' conftest.$ac_ext >&5 | 26340 | sed 's/^/| /' conftest.$ac_ext >&5 |
27671 | 26341 | ||
27672 | cat >conftest.$ac_ext <<_ACEOF | 26342 | cat >conftest.$ac_ext <<_ACEOF |
@@ -27693,21 +26363,20 @@ case "(($ac_try" in | |||
27693 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26363 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27694 | *) ac_try_echo=$ac_try;; | 26364 | *) ac_try_echo=$ac_try;; |
27695 | esac | 26365 | esac |
27696 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26366 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27697 | $as_echo "$ac_try_echo") >&5 | ||
27698 | (eval "$ac_compile") 2>conftest.er1 | 26367 | (eval "$ac_compile") 2>conftest.er1 |
27699 | ac_status=$? | 26368 | ac_status=$? |
27700 | grep -v '^ *+' conftest.er1 >conftest.err | 26369 | grep -v '^ *+' conftest.er1 >conftest.err |
27701 | rm -f conftest.er1 | 26370 | rm -f conftest.er1 |
27702 | cat conftest.err >&5 | 26371 | cat conftest.err >&5 |
27703 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26372 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27704 | (exit $ac_status); } && { | 26373 | (exit $ac_status); } && { |
27705 | test -z "$ac_c_werror_flag" || | 26374 | test -z "$ac_c_werror_flag" || |
27706 | test ! -s conftest.err | 26375 | test ! -s conftest.err |
27707 | } && test -s conftest.$ac_objext; then | 26376 | } && test -s conftest.$ac_objext; then |
27708 | ac_cv_member_HEADER_ad=yes | 26377 | ac_cv_member_HEADER_ad=yes |
27709 | else | 26378 | else |
27710 | $as_echo "$as_me: failed program was:" >&5 | 26379 | echo "$as_me: failed program was:" >&5 |
27711 | sed 's/^/| /' conftest.$ac_ext >&5 | 26380 | sed 's/^/| /' conftest.$ac_ext >&5 |
27712 | 26381 | ||
27713 | ac_cv_member_HEADER_ad=no | 26382 | ac_cv_member_HEADER_ad=no |
@@ -27718,8 +26387,8 @@ fi | |||
27718 | 26387 | ||
27719 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26388 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27720 | fi | 26389 | fi |
27721 | { $as_echo "$as_me:$LINENO: result: $ac_cv_member_HEADER_ad" >&5 | 26390 | { echo "$as_me:$LINENO: result: $ac_cv_member_HEADER_ad" >&5 |
27722 | $as_echo "$ac_cv_member_HEADER_ad" >&6; } | 26391 | echo "${ECHO_T}$ac_cv_member_HEADER_ad" >&6; } |
27723 | if test $ac_cv_member_HEADER_ad = yes; then | 26392 | if test $ac_cv_member_HEADER_ad = yes; then |
27724 | 26393 | ||
27725 | cat >>confdefs.h <<\_ACEOF | 26394 | cat >>confdefs.h <<\_ACEOF |
@@ -27732,8 +26401,8 @@ fi | |||
27732 | fi | 26401 | fi |
27733 | 26402 | ||
27734 | 26403 | ||
27735 | { $as_echo "$as_me:$LINENO: checking if struct __res_state _res is an extern" >&5 | 26404 | { echo "$as_me:$LINENO: checking if struct __res_state _res is an extern" >&5 |
27736 | $as_echo_n "checking if struct __res_state _res is an extern... " >&6; } | 26405 | echo $ECHO_N "checking if struct __res_state _res is an extern... $ECHO_C" >&6; } |
27737 | cat >conftest.$ac_ext <<_ACEOF | 26406 | cat >conftest.$ac_ext <<_ACEOF |
27738 | 26407 | ||
27739 | #include <stdio.h> | 26408 | #include <stdio.h> |
@@ -27753,23 +26422,20 @@ case "(($ac_try" in | |||
27753 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26422 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27754 | *) ac_try_echo=$ac_try;; | 26423 | *) ac_try_echo=$ac_try;; |
27755 | esac | 26424 | esac |
27756 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26425 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27757 | $as_echo "$ac_try_echo") >&5 | ||
27758 | (eval "$ac_link") 2>conftest.er1 | 26426 | (eval "$ac_link") 2>conftest.er1 |
27759 | ac_status=$? | 26427 | ac_status=$? |
27760 | grep -v '^ *+' conftest.er1 >conftest.err | 26428 | grep -v '^ *+' conftest.er1 >conftest.err |
27761 | rm -f conftest.er1 | 26429 | rm -f conftest.er1 |
27762 | cat conftest.err >&5 | 26430 | cat conftest.err >&5 |
27763 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26431 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27764 | (exit $ac_status); } && { | 26432 | (exit $ac_status); } && { |
27765 | test -z "$ac_c_werror_flag" || | 26433 | test -z "$ac_c_werror_flag" || |
27766 | test ! -s conftest.err | 26434 | test ! -s conftest.err |
27767 | } && test -s conftest$ac_exeext && { | 26435 | } && test -s conftest$ac_exeext && |
27768 | test "$cross_compiling" = yes || | 26436 | $as_test_x conftest$ac_exeext; then |
27769 | $as_test_x conftest$ac_exeext | 26437 | { echo "$as_me:$LINENO: result: yes" >&5 |
27770 | }; then | 26438 | echo "${ECHO_T}yes" >&6; } |
27771 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | ||
27772 | $as_echo "yes" >&6; } | ||
27773 | 26439 | ||
27774 | cat >>confdefs.h <<\_ACEOF | 26440 | cat >>confdefs.h <<\_ACEOF |
27775 | #define HAVE__RES_EXTERN 1 | 26441 | #define HAVE__RES_EXTERN 1 |
@@ -27777,15 +26443,14 @@ _ACEOF | |||
27777 | 26443 | ||
27778 | 26444 | ||
27779 | else | 26445 | else |
27780 | $as_echo "$as_me: failed program was:" >&5 | 26446 | echo "$as_me: failed program was:" >&5 |
27781 | sed 's/^/| /' conftest.$ac_ext >&5 | 26447 | sed 's/^/| /' conftest.$ac_ext >&5 |
27782 | 26448 | ||
27783 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 26449 | { echo "$as_me:$LINENO: result: no" >&5 |
27784 | $as_echo "no" >&6; } | 26450 | echo "${ECHO_T}no" >&6; } |
27785 | 26451 | ||
27786 | fi | 26452 | fi |
27787 | 26453 | ||
27788 | rm -rf conftest.dSYM | ||
27789 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26454 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
27790 | conftest$ac_exeext conftest.$ac_ext | 26455 | conftest$ac_exeext conftest.$ac_ext |
27791 | 26456 | ||
@@ -27804,17 +26469,17 @@ _ACEOF | |||
27804 | 26469 | ||
27805 | SELINUX_MSG="yes" | 26470 | SELINUX_MSG="yes" |
27806 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then | 26471 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then |
27807 | { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 | 26472 | { echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 |
27808 | $as_echo_n "checking for selinux/selinux.h... " >&6; } | 26473 | echo $ECHO_N "checking for selinux/selinux.h... $ECHO_C" >&6; } |
27809 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then | 26474 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then |
27810 | $as_echo_n "(cached) " >&6 | 26475 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27811 | fi | 26476 | fi |
27812 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 | 26477 | { echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 |
27813 | $as_echo "$ac_cv_header_selinux_selinux_h" >&6; } | 26478 | echo "${ECHO_T}$ac_cv_header_selinux_selinux_h" >&6; } |
27814 | else | 26479 | else |
27815 | # Is the header compilable? | 26480 | # Is the header compilable? |
27816 | { $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5 | 26481 | { echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5 |
27817 | $as_echo_n "checking selinux/selinux.h usability... " >&6; } | 26482 | echo $ECHO_N "checking selinux/selinux.h usability... $ECHO_C" >&6; } |
27818 | cat >conftest.$ac_ext <<_ACEOF | 26483 | cat >conftest.$ac_ext <<_ACEOF |
27819 | /* confdefs.h. */ | 26484 | /* confdefs.h. */ |
27820 | _ACEOF | 26485 | _ACEOF |
@@ -27830,33 +26495,32 @@ case "(($ac_try" in | |||
27830 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26495 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27831 | *) ac_try_echo=$ac_try;; | 26496 | *) ac_try_echo=$ac_try;; |
27832 | esac | 26497 | esac |
27833 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26498 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27834 | $as_echo "$ac_try_echo") >&5 | ||
27835 | (eval "$ac_compile") 2>conftest.er1 | 26499 | (eval "$ac_compile") 2>conftest.er1 |
27836 | ac_status=$? | 26500 | ac_status=$? |
27837 | grep -v '^ *+' conftest.er1 >conftest.err | 26501 | grep -v '^ *+' conftest.er1 >conftest.err |
27838 | rm -f conftest.er1 | 26502 | rm -f conftest.er1 |
27839 | cat conftest.err >&5 | 26503 | cat conftest.err >&5 |
27840 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27841 | (exit $ac_status); } && { | 26505 | (exit $ac_status); } && { |
27842 | test -z "$ac_c_werror_flag" || | 26506 | test -z "$ac_c_werror_flag" || |
27843 | test ! -s conftest.err | 26507 | test ! -s conftest.err |
27844 | } && test -s conftest.$ac_objext; then | 26508 | } && test -s conftest.$ac_objext; then |
27845 | ac_header_compiler=yes | 26509 | ac_header_compiler=yes |
27846 | else | 26510 | else |
27847 | $as_echo "$as_me: failed program was:" >&5 | 26511 | echo "$as_me: failed program was:" >&5 |
27848 | sed 's/^/| /' conftest.$ac_ext >&5 | 26512 | sed 's/^/| /' conftest.$ac_ext >&5 |
27849 | 26513 | ||
27850 | ac_header_compiler=no | 26514 | ac_header_compiler=no |
27851 | fi | 26515 | fi |
27852 | 26516 | ||
27853 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 26517 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
27854 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 26518 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
27855 | $as_echo "$ac_header_compiler" >&6; } | 26519 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
27856 | 26520 | ||
27857 | # Is the header present? | 26521 | # Is the header present? |
27858 | { $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5 | 26522 | { echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5 |
27859 | $as_echo_n "checking selinux/selinux.h presence... " >&6; } | 26523 | echo $ECHO_N "checking selinux/selinux.h presence... $ECHO_C" >&6; } |
27860 | cat >conftest.$ac_ext <<_ACEOF | 26524 | cat >conftest.$ac_ext <<_ACEOF |
27861 | /* confdefs.h. */ | 26525 | /* confdefs.h. */ |
27862 | _ACEOF | 26526 | _ACEOF |
@@ -27870,52 +26534,51 @@ case "(($ac_try" in | |||
27870 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26534 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27871 | *) ac_try_echo=$ac_try;; | 26535 | *) ac_try_echo=$ac_try;; |
27872 | esac | 26536 | esac |
27873 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26537 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27874 | $as_echo "$ac_try_echo") >&5 | ||
27875 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 26538 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
27876 | ac_status=$? | 26539 | ac_status=$? |
27877 | grep -v '^ *+' conftest.er1 >conftest.err | 26540 | grep -v '^ *+' conftest.er1 >conftest.err |
27878 | rm -f conftest.er1 | 26541 | rm -f conftest.er1 |
27879 | cat conftest.err >&5 | 26542 | cat conftest.err >&5 |
27880 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27881 | (exit $ac_status); } >/dev/null && { | 26544 | (exit $ac_status); } >/dev/null && { |
27882 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 26545 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
27883 | test ! -s conftest.err | 26546 | test ! -s conftest.err |
27884 | }; then | 26547 | }; then |
27885 | ac_header_preproc=yes | 26548 | ac_header_preproc=yes |
27886 | else | 26549 | else |
27887 | $as_echo "$as_me: failed program was:" >&5 | 26550 | echo "$as_me: failed program was:" >&5 |
27888 | sed 's/^/| /' conftest.$ac_ext >&5 | 26551 | sed 's/^/| /' conftest.$ac_ext >&5 |
27889 | 26552 | ||
27890 | ac_header_preproc=no | 26553 | ac_header_preproc=no |
27891 | fi | 26554 | fi |
27892 | 26555 | ||
27893 | rm -f conftest.err conftest.$ac_ext | 26556 | rm -f conftest.err conftest.$ac_ext |
27894 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 26557 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
27895 | $as_echo "$ac_header_preproc" >&6; } | 26558 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
27896 | 26559 | ||
27897 | # So? What about this header? | 26560 | # So? What about this header? |
27898 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 26561 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
27899 | yes:no: ) | 26562 | yes:no: ) |
27900 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 26563 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
27901 | $as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 26564 | echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
27902 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5 | 26565 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5 |
27903 | $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;} | 26566 | echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;} |
27904 | ac_header_preproc=yes | 26567 | ac_header_preproc=yes |
27905 | ;; | 26568 | ;; |
27906 | no:yes:* ) | 26569 | no:yes:* ) |
27907 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5 | 26570 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5 |
27908 | $as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;} | 26571 | echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;} |
27909 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5 | 26572 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5 |
27910 | $as_echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;} | 26573 | echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;} |
27911 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5 | 26574 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5 |
27912 | $as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;} | 26575 | echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;} |
27913 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5 | 26576 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5 |
27914 | $as_echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;} | 26577 | echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;} |
27915 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5 | 26578 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5 |
27916 | $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;} | 26579 | echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;} |
27917 | { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5 | 26580 | { echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5 |
27918 | $as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;} | 26581 | echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;} |
27919 | ( cat <<\_ASBOX | 26582 | ( cat <<\_ASBOX |
27920 | ## ------------------------------------------- ## | 26583 | ## ------------------------------------------- ## |
27921 | ## Report this to openssh-unix-dev@mindrot.org ## | 26584 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -27924,30 +26587,30 @@ _ASBOX | |||
27924 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 26587 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
27925 | ;; | 26588 | ;; |
27926 | esac | 26589 | esac |
27927 | { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 | 26590 | { echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5 |
27928 | $as_echo_n "checking for selinux/selinux.h... " >&6; } | 26591 | echo $ECHO_N "checking for selinux/selinux.h... $ECHO_C" >&6; } |
27929 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then | 26592 | if test "${ac_cv_header_selinux_selinux_h+set}" = set; then |
27930 | $as_echo_n "(cached) " >&6 | 26593 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27931 | else | 26594 | else |
27932 | ac_cv_header_selinux_selinux_h=$ac_header_preproc | 26595 | ac_cv_header_selinux_selinux_h=$ac_header_preproc |
27933 | fi | 26596 | fi |
27934 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 | 26597 | { echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5 |
27935 | $as_echo "$ac_cv_header_selinux_selinux_h" >&6; } | 26598 | echo "${ECHO_T}$ac_cv_header_selinux_selinux_h" >&6; } |
27936 | 26599 | ||
27937 | fi | 26600 | fi |
27938 | if test $ac_cv_header_selinux_selinux_h = yes; then | 26601 | if test $ac_cv_header_selinux_selinux_h = yes; then |
27939 | : | 26602 | : |
27940 | else | 26603 | else |
27941 | { { $as_echo "$as_me:$LINENO: error: SELinux support requires selinux.h header" >&5 | 26604 | { { echo "$as_me:$LINENO: error: SELinux support requires selinux.h header" >&5 |
27942 | $as_echo "$as_me: error: SELinux support requires selinux.h header" >&2;} | 26605 | echo "$as_me: error: SELinux support requires selinux.h header" >&2;} |
27943 | { (exit 1); exit 1; }; } | 26606 | { (exit 1); exit 1; }; } |
27944 | fi | 26607 | fi |
27945 | 26608 | ||
27946 | 26609 | ||
27947 | { $as_echo "$as_me:$LINENO: checking for setexeccon in -lselinux" >&5 | 26610 | { echo "$as_me:$LINENO: checking for setexeccon in -lselinux" >&5 |
27948 | $as_echo_n "checking for setexeccon in -lselinux... " >&6; } | 26611 | echo $ECHO_N "checking for setexeccon in -lselinux... $ECHO_C" >&6; } |
27949 | if test "${ac_cv_lib_selinux_setexeccon+set}" = set; then | 26612 | if test "${ac_cv_lib_selinux_setexeccon+set}" = set; then |
27950 | $as_echo_n "(cached) " >&6 | 26613 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
27951 | else | 26614 | else |
27952 | ac_check_lib_save_LIBS=$LIBS | 26615 | ac_check_lib_save_LIBS=$LIBS |
27953 | LIBS="-lselinux $LIBS" | 26616 | LIBS="-lselinux $LIBS" |
@@ -27979,41 +26642,39 @@ case "(($ac_try" in | |||
27979 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26642 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
27980 | *) ac_try_echo=$ac_try;; | 26643 | *) ac_try_echo=$ac_try;; |
27981 | esac | 26644 | esac |
27982 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26645 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
27983 | $as_echo "$ac_try_echo") >&5 | ||
27984 | (eval "$ac_link") 2>conftest.er1 | 26646 | (eval "$ac_link") 2>conftest.er1 |
27985 | ac_status=$? | 26647 | ac_status=$? |
27986 | grep -v '^ *+' conftest.er1 >conftest.err | 26648 | grep -v '^ *+' conftest.er1 >conftest.err |
27987 | rm -f conftest.er1 | 26649 | rm -f conftest.er1 |
27988 | cat conftest.err >&5 | 26650 | cat conftest.err >&5 |
27989 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26651 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27990 | (exit $ac_status); } && { | 26652 | (exit $ac_status); } && { |
27991 | test -z "$ac_c_werror_flag" || | 26653 | test -z "$ac_c_werror_flag" || |
27992 | test ! -s conftest.err | 26654 | test ! -s conftest.err |
27993 | } && test -s conftest$ac_exeext && { | 26655 | } && test -s conftest$ac_exeext && |
27994 | test "$cross_compiling" = yes || | 26656 | $as_test_x conftest$ac_exeext; then |
27995 | $as_test_x conftest$ac_exeext | ||
27996 | }; then | ||
27997 | ac_cv_lib_selinux_setexeccon=yes | 26657 | ac_cv_lib_selinux_setexeccon=yes |
27998 | else | 26658 | else |
27999 | $as_echo "$as_me: failed program was:" >&5 | 26659 | echo "$as_me: failed program was:" >&5 |
28000 | sed 's/^/| /' conftest.$ac_ext >&5 | 26660 | sed 's/^/| /' conftest.$ac_ext >&5 |
28001 | 26661 | ||
28002 | ac_cv_lib_selinux_setexeccon=no | 26662 | ac_cv_lib_selinux_setexeccon=no |
28003 | fi | 26663 | fi |
28004 | 26664 | ||
28005 | rm -rf conftest.dSYM | ||
28006 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26665 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28007 | conftest$ac_exeext conftest.$ac_ext | 26666 | conftest$ac_exeext conftest.$ac_ext |
28008 | LIBS=$ac_check_lib_save_LIBS | 26667 | LIBS=$ac_check_lib_save_LIBS |
28009 | fi | 26668 | fi |
28010 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_setexeccon" >&5 | 26669 | { echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_setexeccon" >&5 |
28011 | $as_echo "$ac_cv_lib_selinux_setexeccon" >&6; } | 26670 | echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; } |
28012 | if test $ac_cv_lib_selinux_setexeccon = yes; then | 26671 | if test $ac_cv_lib_selinux_setexeccon = yes; then |
28013 | LIBSELINUX="-lselinux" | 26672 | LIBSELINUX="-lselinux" |
26673 | LIBS="$LIBS -lselinux" | ||
26674 | |||
28014 | else | 26675 | else |
28015 | { { $as_echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 | 26676 | { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 |
28016 | $as_echo "$as_me: error: SELinux support requires libselinux library" >&2;} | 26677 | echo "$as_me: error: SELinux support requires libselinux library" >&2;} |
28017 | { (exit 1); exit 1; }; } | 26678 | { (exit 1); exit 1; }; } |
28018 | fi | 26679 | fi |
28019 | 26680 | ||
@@ -28022,11 +26683,11 @@ fi | |||
28022 | 26683 | ||
28023 | for ac_func in getseuserbyname get_default_context_with_level | 26684 | for ac_func in getseuserbyname get_default_context_with_level |
28024 | do | 26685 | do |
28025 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 26686 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
28026 | { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 | 26687 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
28027 | $as_echo_n "checking for $ac_func... " >&6; } | 26688 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
28028 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | 26689 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
28029 | $as_echo_n "(cached) " >&6 | 26690 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28030 | else | 26691 | else |
28031 | cat >conftest.$ac_ext <<_ACEOF | 26692 | cat >conftest.$ac_ext <<_ACEOF |
28032 | /* confdefs.h. */ | 26693 | /* confdefs.h. */ |
@@ -28079,41 +26740,35 @@ case "(($ac_try" in | |||
28079 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26740 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28080 | *) ac_try_echo=$ac_try;; | 26741 | *) ac_try_echo=$ac_try;; |
28081 | esac | 26742 | esac |
28082 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26743 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28083 | $as_echo "$ac_try_echo") >&5 | ||
28084 | (eval "$ac_link") 2>conftest.er1 | 26744 | (eval "$ac_link") 2>conftest.er1 |
28085 | ac_status=$? | 26745 | ac_status=$? |
28086 | grep -v '^ *+' conftest.er1 >conftest.err | 26746 | grep -v '^ *+' conftest.er1 >conftest.err |
28087 | rm -f conftest.er1 | 26747 | rm -f conftest.er1 |
28088 | cat conftest.err >&5 | 26748 | cat conftest.err >&5 |
28089 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26749 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28090 | (exit $ac_status); } && { | 26750 | (exit $ac_status); } && { |
28091 | test -z "$ac_c_werror_flag" || | 26751 | test -z "$ac_c_werror_flag" || |
28092 | test ! -s conftest.err | 26752 | test ! -s conftest.err |
28093 | } && test -s conftest$ac_exeext && { | 26753 | } && test -s conftest$ac_exeext && |
28094 | test "$cross_compiling" = yes || | 26754 | $as_test_x conftest$ac_exeext; then |
28095 | $as_test_x conftest$ac_exeext | ||
28096 | }; then | ||
28097 | eval "$as_ac_var=yes" | 26755 | eval "$as_ac_var=yes" |
28098 | else | 26756 | else |
28099 | $as_echo "$as_me: failed program was:" >&5 | 26757 | echo "$as_me: failed program was:" >&5 |
28100 | sed 's/^/| /' conftest.$ac_ext >&5 | 26758 | sed 's/^/| /' conftest.$ac_ext >&5 |
28101 | 26759 | ||
28102 | eval "$as_ac_var=no" | 26760 | eval "$as_ac_var=no" |
28103 | fi | 26761 | fi |
28104 | 26762 | ||
28105 | rm -rf conftest.dSYM | ||
28106 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 26763 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28107 | conftest$ac_exeext conftest.$ac_ext | 26764 | conftest$ac_exeext conftest.$ac_ext |
28108 | fi | 26765 | fi |
28109 | ac_res=`eval 'as_val=${'$as_ac_var'} | 26766 | ac_res=`eval echo '${'$as_ac_var'}'` |
28110 | $as_echo "$as_val"'` | 26767 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
28111 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 26768 | echo "${ECHO_T}$ac_res" >&6; } |
28112 | $as_echo "$ac_res" >&6; } | 26769 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
28113 | if test `eval 'as_val=${'$as_ac_var'} | ||
28114 | $as_echo "$as_val"'` = yes; then | ||
28115 | cat >>confdefs.h <<_ACEOF | 26770 | cat >>confdefs.h <<_ACEOF |
28116 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 26771 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
28117 | _ACEOF | 26772 | _ACEOF |
28118 | 26773 | ||
28119 | fi | 26774 | fi |
@@ -28146,10 +26801,10 @@ _ACEOF | |||
28146 | 26801 | ||
28147 | # Extract the first word of "krb5-config", so it can be a program name with args. | 26802 | # Extract the first word of "krb5-config", so it can be a program name with args. |
28148 | set dummy krb5-config; ac_word=$2 | 26803 | set dummy krb5-config; ac_word=$2 |
28149 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 26804 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
28150 | $as_echo_n "checking for $ac_word... " >&6; } | 26805 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
28151 | if test "${ac_cv_path_KRB5CONF+set}" = set; then | 26806 | if test "${ac_cv_path_KRB5CONF+set}" = set; then |
28152 | $as_echo_n "(cached) " >&6 | 26807 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28153 | else | 26808 | else |
28154 | case $KRB5CONF in | 26809 | case $KRB5CONF in |
28155 | [\\/]* | ?:[\\/]*) | 26810 | [\\/]* | ?:[\\/]*) |
@@ -28165,7 +26820,7 @@ do | |||
28165 | for ac_exec_ext in '' $ac_executable_extensions; do | 26820 | for ac_exec_ext in '' $ac_executable_extensions; do |
28166 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 26821 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
28167 | ac_cv_path_KRB5CONF="$as_dir/$ac_word$ac_exec_ext" | 26822 | ac_cv_path_KRB5CONF="$as_dir/$ac_word$ac_exec_ext" |
28168 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 26823 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
28169 | break 2 | 26824 | break 2 |
28170 | fi | 26825 | fi |
28171 | done | 26826 | done |
@@ -28178,21 +26833,21 @@ esac | |||
28178 | fi | 26833 | fi |
28179 | KRB5CONF=$ac_cv_path_KRB5CONF | 26834 | KRB5CONF=$ac_cv_path_KRB5CONF |
28180 | if test -n "$KRB5CONF"; then | 26835 | if test -n "$KRB5CONF"; then |
28181 | { $as_echo "$as_me:$LINENO: result: $KRB5CONF" >&5 | 26836 | { echo "$as_me:$LINENO: result: $KRB5CONF" >&5 |
28182 | $as_echo "$KRB5CONF" >&6; } | 26837 | echo "${ECHO_T}$KRB5CONF" >&6; } |
28183 | else | 26838 | else |
28184 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 26839 | { echo "$as_me:$LINENO: result: no" >&5 |
28185 | $as_echo "no" >&6; } | 26840 | echo "${ECHO_T}no" >&6; } |
28186 | fi | 26841 | fi |
28187 | 26842 | ||
28188 | 26843 | ||
28189 | if test -x $KRB5CONF ; then | 26844 | if test -x $KRB5CONF ; then |
28190 | 26845 | ||
28191 | { $as_echo "$as_me:$LINENO: checking for gssapi support" >&5 | 26846 | { echo "$as_me:$LINENO: checking for gssapi support" >&5 |
28192 | $as_echo_n "checking for gssapi support... " >&6; } | 26847 | echo $ECHO_N "checking for gssapi support... $ECHO_C" >&6; } |
28193 | if $KRB5CONF | grep gssapi >/dev/null ; then | 26848 | if $KRB5CONF | grep gssapi >/dev/null ; then |
28194 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 26849 | { echo "$as_me:$LINENO: result: yes" >&5 |
28195 | $as_echo "yes" >&6; } | 26850 | echo "${ECHO_T}yes" >&6; } |
28196 | 26851 | ||
28197 | cat >>confdefs.h <<\_ACEOF | 26852 | cat >>confdefs.h <<\_ACEOF |
28198 | #define GSSAPI 1 | 26853 | #define GSSAPI 1 |
@@ -28200,15 +26855,15 @@ _ACEOF | |||
28200 | 26855 | ||
28201 | k5confopts=gssapi | 26856 | k5confopts=gssapi |
28202 | else | 26857 | else |
28203 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 26858 | { echo "$as_me:$LINENO: result: no" >&5 |
28204 | $as_echo "no" >&6; } | 26859 | echo "${ECHO_T}no" >&6; } |
28205 | k5confopts="" | 26860 | k5confopts="" |
28206 | fi | 26861 | fi |
28207 | K5CFLAGS="`$KRB5CONF --cflags $k5confopts`" | 26862 | K5CFLAGS="`$KRB5CONF --cflags $k5confopts`" |
28208 | K5LIBS="`$KRB5CONF --libs $k5confopts`" | 26863 | K5LIBS="`$KRB5CONF --libs $k5confopts`" |
28209 | CPPFLAGS="$CPPFLAGS $K5CFLAGS" | 26864 | CPPFLAGS="$CPPFLAGS $K5CFLAGS" |
28210 | { $as_echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 | 26865 | { echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 |
28211 | $as_echo_n "checking whether we are using Heimdal... " >&6; } | 26866 | echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6; } |
28212 | cat >conftest.$ac_ext <<_ACEOF | 26867 | cat >conftest.$ac_ext <<_ACEOF |
28213 | /* confdefs.h. */ | 26868 | /* confdefs.h. */ |
28214 | _ACEOF | 26869 | _ACEOF |
@@ -28230,31 +26885,30 @@ case "(($ac_try" in | |||
28230 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26885 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28231 | *) ac_try_echo=$ac_try;; | 26886 | *) ac_try_echo=$ac_try;; |
28232 | esac | 26887 | esac |
28233 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26888 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28234 | $as_echo "$ac_try_echo") >&5 | ||
28235 | (eval "$ac_compile") 2>conftest.er1 | 26889 | (eval "$ac_compile") 2>conftest.er1 |
28236 | ac_status=$? | 26890 | ac_status=$? |
28237 | grep -v '^ *+' conftest.er1 >conftest.err | 26891 | grep -v '^ *+' conftest.er1 >conftest.err |
28238 | rm -f conftest.er1 | 26892 | rm -f conftest.er1 |
28239 | cat conftest.err >&5 | 26893 | cat conftest.err >&5 |
28240 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28241 | (exit $ac_status); } && { | 26895 | (exit $ac_status); } && { |
28242 | test -z "$ac_c_werror_flag" || | 26896 | test -z "$ac_c_werror_flag" || |
28243 | test ! -s conftest.err | 26897 | test ! -s conftest.err |
28244 | } && test -s conftest.$ac_objext; then | 26898 | } && test -s conftest.$ac_objext; then |
28245 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 26899 | { echo "$as_me:$LINENO: result: yes" >&5 |
28246 | $as_echo "yes" >&6; } | 26900 | echo "${ECHO_T}yes" >&6; } |
28247 | 26901 | ||
28248 | cat >>confdefs.h <<\_ACEOF | 26902 | cat >>confdefs.h <<\_ACEOF |
28249 | #define HEIMDAL 1 | 26903 | #define HEIMDAL 1 |
28250 | _ACEOF | 26904 | _ACEOF |
28251 | 26905 | ||
28252 | else | 26906 | else |
28253 | $as_echo "$as_me: failed program was:" >&5 | 26907 | echo "$as_me: failed program was:" >&5 |
28254 | sed 's/^/| /' conftest.$ac_ext >&5 | 26908 | sed 's/^/| /' conftest.$ac_ext >&5 |
28255 | 26909 | ||
28256 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 26910 | { echo "$as_me:$LINENO: result: no" >&5 |
28257 | $as_echo "no" >&6; } | 26911 | echo "${ECHO_T}no" >&6; } |
28258 | 26912 | ||
28259 | fi | 26913 | fi |
28260 | 26914 | ||
@@ -28262,8 +26916,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
28262 | else | 26916 | else |
28263 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include" | 26917 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include" |
28264 | LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib" | 26918 | LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib" |
28265 | { $as_echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 | 26919 | { echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5 |
28266 | $as_echo_n "checking whether we are using Heimdal... " >&6; } | 26920 | echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6; } |
28267 | cat >conftest.$ac_ext <<_ACEOF | 26921 | cat >conftest.$ac_ext <<_ACEOF |
28268 | /* confdefs.h. */ | 26922 | /* confdefs.h. */ |
28269 | _ACEOF | 26923 | _ACEOF |
@@ -28285,30 +26939,29 @@ case "(($ac_try" in | |||
28285 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26939 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28286 | *) ac_try_echo=$ac_try;; | 26940 | *) ac_try_echo=$ac_try;; |
28287 | esac | 26941 | esac |
28288 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26942 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28289 | $as_echo "$ac_try_echo") >&5 | ||
28290 | (eval "$ac_compile") 2>conftest.er1 | 26943 | (eval "$ac_compile") 2>conftest.er1 |
28291 | ac_status=$? | 26944 | ac_status=$? |
28292 | grep -v '^ *+' conftest.er1 >conftest.err | 26945 | grep -v '^ *+' conftest.er1 >conftest.err |
28293 | rm -f conftest.er1 | 26946 | rm -f conftest.er1 |
28294 | cat conftest.err >&5 | 26947 | cat conftest.err >&5 |
28295 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 26948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28296 | (exit $ac_status); } && { | 26949 | (exit $ac_status); } && { |
28297 | test -z "$ac_c_werror_flag" || | 26950 | test -z "$ac_c_werror_flag" || |
28298 | test ! -s conftest.err | 26951 | test ! -s conftest.err |
28299 | } && test -s conftest.$ac_objext; then | 26952 | } && test -s conftest.$ac_objext; then |
28300 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 26953 | { echo "$as_me:$LINENO: result: yes" >&5 |
28301 | $as_echo "yes" >&6; } | 26954 | echo "${ECHO_T}yes" >&6; } |
28302 | cat >>confdefs.h <<\_ACEOF | 26955 | cat >>confdefs.h <<\_ACEOF |
28303 | #define HEIMDAL 1 | 26956 | #define HEIMDAL 1 |
28304 | _ACEOF | 26957 | _ACEOF |
28305 | 26958 | ||
28306 | K5LIBS="-lkrb5 -ldes" | 26959 | K5LIBS="-lkrb5 -ldes" |
28307 | K5LIBS="$K5LIBS -lcom_err -lasn1" | 26960 | K5LIBS="$K5LIBS -lcom_err -lasn1" |
28308 | { $as_echo "$as_me:$LINENO: checking for net_write in -lroken" >&5 | 26961 | { echo "$as_me:$LINENO: checking for net_write in -lroken" >&5 |
28309 | $as_echo_n "checking for net_write in -lroken... " >&6; } | 26962 | echo $ECHO_N "checking for net_write in -lroken... $ECHO_C" >&6; } |
28310 | if test "${ac_cv_lib_roken_net_write+set}" = set; then | 26963 | if test "${ac_cv_lib_roken_net_write+set}" = set; then |
28311 | $as_echo_n "(cached) " >&6 | 26964 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28312 | else | 26965 | else |
28313 | ac_check_lib_save_LIBS=$LIBS | 26966 | ac_check_lib_save_LIBS=$LIBS |
28314 | LIBS="-lroken $LIBS" | 26967 | LIBS="-lroken $LIBS" |
@@ -28340,57 +26993,53 @@ case "(($ac_try" in | |||
28340 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 26993 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28341 | *) ac_try_echo=$ac_try;; | 26994 | *) ac_try_echo=$ac_try;; |
28342 | esac | 26995 | esac |
28343 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 26996 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28344 | $as_echo "$ac_try_echo") >&5 | ||
28345 | (eval "$ac_link") 2>conftest.er1 | 26997 | (eval "$ac_link") 2>conftest.er1 |
28346 | ac_status=$? | 26998 | ac_status=$? |
28347 | grep -v '^ *+' conftest.er1 >conftest.err | 26999 | grep -v '^ *+' conftest.er1 >conftest.err |
28348 | rm -f conftest.er1 | 27000 | rm -f conftest.er1 |
28349 | cat conftest.err >&5 | 27001 | cat conftest.err >&5 |
28350 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28351 | (exit $ac_status); } && { | 27003 | (exit $ac_status); } && { |
28352 | test -z "$ac_c_werror_flag" || | 27004 | test -z "$ac_c_werror_flag" || |
28353 | test ! -s conftest.err | 27005 | test ! -s conftest.err |
28354 | } && test -s conftest$ac_exeext && { | 27006 | } && test -s conftest$ac_exeext && |
28355 | test "$cross_compiling" = yes || | 27007 | $as_test_x conftest$ac_exeext; then |
28356 | $as_test_x conftest$ac_exeext | ||
28357 | }; then | ||
28358 | ac_cv_lib_roken_net_write=yes | 27008 | ac_cv_lib_roken_net_write=yes |
28359 | else | 27009 | else |
28360 | $as_echo "$as_me: failed program was:" >&5 | 27010 | echo "$as_me: failed program was:" >&5 |
28361 | sed 's/^/| /' conftest.$ac_ext >&5 | 27011 | sed 's/^/| /' conftest.$ac_ext >&5 |
28362 | 27012 | ||
28363 | ac_cv_lib_roken_net_write=no | 27013 | ac_cv_lib_roken_net_write=no |
28364 | fi | 27014 | fi |
28365 | 27015 | ||
28366 | rm -rf conftest.dSYM | ||
28367 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27016 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28368 | conftest$ac_exeext conftest.$ac_ext | 27017 | conftest$ac_exeext conftest.$ac_ext |
28369 | LIBS=$ac_check_lib_save_LIBS | 27018 | LIBS=$ac_check_lib_save_LIBS |
28370 | fi | 27019 | fi |
28371 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_roken_net_write" >&5 | 27020 | { echo "$as_me:$LINENO: result: $ac_cv_lib_roken_net_write" >&5 |
28372 | $as_echo "$ac_cv_lib_roken_net_write" >&6; } | 27021 | echo "${ECHO_T}$ac_cv_lib_roken_net_write" >&6; } |
28373 | if test $ac_cv_lib_roken_net_write = yes; then | 27022 | if test $ac_cv_lib_roken_net_write = yes; then |
28374 | K5LIBS="$K5LIBS -lroken" | 27023 | K5LIBS="$K5LIBS -lroken" |
28375 | fi | 27024 | fi |
28376 | 27025 | ||
28377 | 27026 | ||
28378 | else | 27027 | else |
28379 | $as_echo "$as_me: failed program was:" >&5 | 27028 | echo "$as_me: failed program was:" >&5 |
28380 | sed 's/^/| /' conftest.$ac_ext >&5 | 27029 | sed 's/^/| /' conftest.$ac_ext >&5 |
28381 | 27030 | ||
28382 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 27031 | { echo "$as_me:$LINENO: result: no" >&5 |
28383 | $as_echo "no" >&6; } | 27032 | echo "${ECHO_T}no" >&6; } |
28384 | K5LIBS="-lkrb5 -lk5crypto -lcom_err" | 27033 | K5LIBS="-lkrb5 -lk5crypto -lcom_err" |
28385 | 27034 | ||
28386 | 27035 | ||
28387 | fi | 27036 | fi |
28388 | 27037 | ||
28389 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27038 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
28390 | { $as_echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 | 27039 | { echo "$as_me:$LINENO: checking for library containing dn_expand" >&5 |
28391 | $as_echo_n "checking for library containing dn_expand... " >&6; } | 27040 | echo $ECHO_N "checking for library containing dn_expand... $ECHO_C" >&6; } |
28392 | if test "${ac_cv_search_dn_expand+set}" = set; then | 27041 | if test "${ac_cv_search_dn_expand+set}" = set; then |
28393 | $as_echo_n "(cached) " >&6 | 27042 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28394 | else | 27043 | else |
28395 | ac_func_search_save_LIBS=$LIBS | 27044 | ac_func_search_save_LIBS=$LIBS |
28396 | cat >conftest.$ac_ext <<_ACEOF | 27045 | cat >conftest.$ac_ext <<_ACEOF |
@@ -28428,30 +27077,26 @@ case "(($ac_try" in | |||
28428 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27077 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28429 | *) ac_try_echo=$ac_try;; | 27078 | *) ac_try_echo=$ac_try;; |
28430 | esac | 27079 | esac |
28431 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27080 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28432 | $as_echo "$ac_try_echo") >&5 | ||
28433 | (eval "$ac_link") 2>conftest.er1 | 27081 | (eval "$ac_link") 2>conftest.er1 |
28434 | ac_status=$? | 27082 | ac_status=$? |
28435 | grep -v '^ *+' conftest.er1 >conftest.err | 27083 | grep -v '^ *+' conftest.er1 >conftest.err |
28436 | rm -f conftest.er1 | 27084 | rm -f conftest.er1 |
28437 | cat conftest.err >&5 | 27085 | cat conftest.err >&5 |
28438 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27086 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28439 | (exit $ac_status); } && { | 27087 | (exit $ac_status); } && { |
28440 | test -z "$ac_c_werror_flag" || | 27088 | test -z "$ac_c_werror_flag" || |
28441 | test ! -s conftest.err | 27089 | test ! -s conftest.err |
28442 | } && test -s conftest$ac_exeext && { | 27090 | } && test -s conftest$ac_exeext && |
28443 | test "$cross_compiling" = yes || | 27091 | $as_test_x conftest$ac_exeext; then |
28444 | $as_test_x conftest$ac_exeext | ||
28445 | }; then | ||
28446 | ac_cv_search_dn_expand=$ac_res | 27092 | ac_cv_search_dn_expand=$ac_res |
28447 | else | 27093 | else |
28448 | $as_echo "$as_me: failed program was:" >&5 | 27094 | echo "$as_me: failed program was:" >&5 |
28449 | sed 's/^/| /' conftest.$ac_ext >&5 | 27095 | sed 's/^/| /' conftest.$ac_ext >&5 |
28450 | 27096 | ||
28451 | 27097 | ||
28452 | fi | 27098 | fi |
28453 | 27099 | ||
28454 | rm -rf conftest.dSYM | ||
28455 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27100 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28456 | conftest$ac_exeext | 27101 | conftest$ac_exeext |
28457 | if test "${ac_cv_search_dn_expand+set}" = set; then | 27102 | if test "${ac_cv_search_dn_expand+set}" = set; then |
@@ -28466,8 +27111,8 @@ fi | |||
28466 | rm conftest.$ac_ext | 27111 | rm conftest.$ac_ext |
28467 | LIBS=$ac_func_search_save_LIBS | 27112 | LIBS=$ac_func_search_save_LIBS |
28468 | fi | 27113 | fi |
28469 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 | 27114 | { echo "$as_me:$LINENO: result: $ac_cv_search_dn_expand" >&5 |
28470 | $as_echo "$ac_cv_search_dn_expand" >&6; } | 27115 | echo "${ECHO_T}$ac_cv_search_dn_expand" >&6; } |
28471 | ac_res=$ac_cv_search_dn_expand | 27116 | ac_res=$ac_cv_search_dn_expand |
28472 | if test "$ac_res" != no; then | 27117 | if test "$ac_res" != no; then |
28473 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 27118 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -28475,10 +27120,10 @@ if test "$ac_res" != no; then | |||
28475 | fi | 27120 | fi |
28476 | 27121 | ||
28477 | 27122 | ||
28478 | { $as_echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5 | 27123 | { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5 |
28479 | $as_echo_n "checking for gss_init_sec_context in -lgssapi_krb5... " >&6; } | 27124 | echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6; } |
28480 | if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then | 27125 | if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then |
28481 | $as_echo_n "(cached) " >&6 | 27126 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28482 | else | 27127 | else |
28483 | ac_check_lib_save_LIBS=$LIBS | 27128 | ac_check_lib_save_LIBS=$LIBS |
28484 | LIBS="-lgssapi_krb5 $K5LIBS $LIBS" | 27129 | LIBS="-lgssapi_krb5 $K5LIBS $LIBS" |
@@ -28510,36 +27155,32 @@ case "(($ac_try" in | |||
28510 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27155 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28511 | *) ac_try_echo=$ac_try;; | 27156 | *) ac_try_echo=$ac_try;; |
28512 | esac | 27157 | esac |
28513 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27158 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28514 | $as_echo "$ac_try_echo") >&5 | ||
28515 | (eval "$ac_link") 2>conftest.er1 | 27159 | (eval "$ac_link") 2>conftest.er1 |
28516 | ac_status=$? | 27160 | ac_status=$? |
28517 | grep -v '^ *+' conftest.er1 >conftest.err | 27161 | grep -v '^ *+' conftest.er1 >conftest.err |
28518 | rm -f conftest.er1 | 27162 | rm -f conftest.er1 |
28519 | cat conftest.err >&5 | 27163 | cat conftest.err >&5 |
28520 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27164 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28521 | (exit $ac_status); } && { | 27165 | (exit $ac_status); } && { |
28522 | test -z "$ac_c_werror_flag" || | 27166 | test -z "$ac_c_werror_flag" || |
28523 | test ! -s conftest.err | 27167 | test ! -s conftest.err |
28524 | } && test -s conftest$ac_exeext && { | 27168 | } && test -s conftest$ac_exeext && |
28525 | test "$cross_compiling" = yes || | 27169 | $as_test_x conftest$ac_exeext; then |
28526 | $as_test_x conftest$ac_exeext | ||
28527 | }; then | ||
28528 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes | 27170 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes |
28529 | else | 27171 | else |
28530 | $as_echo "$as_me: failed program was:" >&5 | 27172 | echo "$as_me: failed program was:" >&5 |
28531 | sed 's/^/| /' conftest.$ac_ext >&5 | 27173 | sed 's/^/| /' conftest.$ac_ext >&5 |
28532 | 27174 | ||
28533 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=no | 27175 | ac_cv_lib_gssapi_krb5_gss_init_sec_context=no |
28534 | fi | 27176 | fi |
28535 | 27177 | ||
28536 | rm -rf conftest.dSYM | ||
28537 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27178 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28538 | conftest$ac_exeext conftest.$ac_ext | 27179 | conftest$ac_exeext conftest.$ac_ext |
28539 | LIBS=$ac_check_lib_save_LIBS | 27180 | LIBS=$ac_check_lib_save_LIBS |
28540 | fi | 27181 | fi |
28541 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 | 27182 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 |
28542 | $as_echo "$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; } | 27183 | echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; } |
28543 | if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then | 27184 | if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then |
28544 | cat >>confdefs.h <<\_ACEOF | 27185 | cat >>confdefs.h <<\_ACEOF |
28545 | #define GSSAPI 1 | 27186 | #define GSSAPI 1 |
@@ -28547,10 +27188,10 @@ _ACEOF | |||
28547 | 27188 | ||
28548 | K5LIBS="-lgssapi_krb5 $K5LIBS" | 27189 | K5LIBS="-lgssapi_krb5 $K5LIBS" |
28549 | else | 27190 | else |
28550 | { $as_echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5 | 27191 | { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5 |
28551 | $as_echo_n "checking for gss_init_sec_context in -lgssapi... " >&6; } | 27192 | echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6; } |
28552 | if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then | 27193 | if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then |
28553 | $as_echo_n "(cached) " >&6 | 27194 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28554 | else | 27195 | else |
28555 | ac_check_lib_save_LIBS=$LIBS | 27196 | ac_check_lib_save_LIBS=$LIBS |
28556 | LIBS="-lgssapi $K5LIBS $LIBS" | 27197 | LIBS="-lgssapi $K5LIBS $LIBS" |
@@ -28582,36 +27223,32 @@ case "(($ac_try" in | |||
28582 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27223 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28583 | *) ac_try_echo=$ac_try;; | 27224 | *) ac_try_echo=$ac_try;; |
28584 | esac | 27225 | esac |
28585 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27226 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28586 | $as_echo "$ac_try_echo") >&5 | ||
28587 | (eval "$ac_link") 2>conftest.er1 | 27227 | (eval "$ac_link") 2>conftest.er1 |
28588 | ac_status=$? | 27228 | ac_status=$? |
28589 | grep -v '^ *+' conftest.er1 >conftest.err | 27229 | grep -v '^ *+' conftest.er1 >conftest.err |
28590 | rm -f conftest.er1 | 27230 | rm -f conftest.er1 |
28591 | cat conftest.err >&5 | 27231 | cat conftest.err >&5 |
28592 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27232 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28593 | (exit $ac_status); } && { | 27233 | (exit $ac_status); } && { |
28594 | test -z "$ac_c_werror_flag" || | 27234 | test -z "$ac_c_werror_flag" || |
28595 | test ! -s conftest.err | 27235 | test ! -s conftest.err |
28596 | } && test -s conftest$ac_exeext && { | 27236 | } && test -s conftest$ac_exeext && |
28597 | test "$cross_compiling" = yes || | 27237 | $as_test_x conftest$ac_exeext; then |
28598 | $as_test_x conftest$ac_exeext | ||
28599 | }; then | ||
28600 | ac_cv_lib_gssapi_gss_init_sec_context=yes | 27238 | ac_cv_lib_gssapi_gss_init_sec_context=yes |
28601 | else | 27239 | else |
28602 | $as_echo "$as_me: failed program was:" >&5 | 27240 | echo "$as_me: failed program was:" >&5 |
28603 | sed 's/^/| /' conftest.$ac_ext >&5 | 27241 | sed 's/^/| /' conftest.$ac_ext >&5 |
28604 | 27242 | ||
28605 | ac_cv_lib_gssapi_gss_init_sec_context=no | 27243 | ac_cv_lib_gssapi_gss_init_sec_context=no |
28606 | fi | 27244 | fi |
28607 | 27245 | ||
28608 | rm -rf conftest.dSYM | ||
28609 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 27246 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
28610 | conftest$ac_exeext conftest.$ac_ext | 27247 | conftest$ac_exeext conftest.$ac_ext |
28611 | LIBS=$ac_check_lib_save_LIBS | 27248 | LIBS=$ac_check_lib_save_LIBS |
28612 | fi | 27249 | fi |
28613 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 | 27250 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 |
28614 | $as_echo "$ac_cv_lib_gssapi_gss_init_sec_context" >&6; } | 27251 | echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6; } |
28615 | if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then | 27252 | if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then |
28616 | cat >>confdefs.h <<\_ACEOF | 27253 | cat >>confdefs.h <<\_ACEOF |
28617 | #define GSSAPI 1 | 27254 | #define GSSAPI 1 |
@@ -28619,8 +27256,8 @@ _ACEOF | |||
28619 | 27256 | ||
28620 | K5LIBS="-lgssapi $K5LIBS" | 27257 | K5LIBS="-lgssapi $K5LIBS" |
28621 | else | 27258 | else |
28622 | { $as_echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 | 27259 | { echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api library - build may fail" >&5 |
28623 | $as_echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} | 27260 | echo "$as_me: WARNING: Cannot find any suitable gss-api library - build may fail" >&2;} |
28624 | fi | 27261 | fi |
28625 | 27262 | ||
28626 | 27263 | ||
@@ -28628,17 +27265,17 @@ fi | |||
28628 | 27265 | ||
28629 | 27266 | ||
28630 | if test "${ac_cv_header_gssapi_h+set}" = set; then | 27267 | if test "${ac_cv_header_gssapi_h+set}" = set; then |
28631 | { $as_echo "$as_me:$LINENO: checking for gssapi.h" >&5 | 27268 | { echo "$as_me:$LINENO: checking for gssapi.h" >&5 |
28632 | $as_echo_n "checking for gssapi.h... " >&6; } | 27269 | echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6; } |
28633 | if test "${ac_cv_header_gssapi_h+set}" = set; then | 27270 | if test "${ac_cv_header_gssapi_h+set}" = set; then |
28634 | $as_echo_n "(cached) " >&6 | 27271 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28635 | fi | 27272 | fi |
28636 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 | 27273 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 |
28637 | $as_echo "$ac_cv_header_gssapi_h" >&6; } | 27274 | echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6; } |
28638 | else | 27275 | else |
28639 | # Is the header compilable? | 27276 | # Is the header compilable? |
28640 | { $as_echo "$as_me:$LINENO: checking gssapi.h usability" >&5 | 27277 | { echo "$as_me:$LINENO: checking gssapi.h usability" >&5 |
28641 | $as_echo_n "checking gssapi.h usability... " >&6; } | 27278 | echo $ECHO_N "checking gssapi.h usability... $ECHO_C" >&6; } |
28642 | cat >conftest.$ac_ext <<_ACEOF | 27279 | cat >conftest.$ac_ext <<_ACEOF |
28643 | /* confdefs.h. */ | 27280 | /* confdefs.h. */ |
28644 | _ACEOF | 27281 | _ACEOF |
@@ -28654,33 +27291,32 @@ case "(($ac_try" in | |||
28654 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27291 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28655 | *) ac_try_echo=$ac_try;; | 27292 | *) ac_try_echo=$ac_try;; |
28656 | esac | 27293 | esac |
28657 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27294 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28658 | $as_echo "$ac_try_echo") >&5 | ||
28659 | (eval "$ac_compile") 2>conftest.er1 | 27295 | (eval "$ac_compile") 2>conftest.er1 |
28660 | ac_status=$? | 27296 | ac_status=$? |
28661 | grep -v '^ *+' conftest.er1 >conftest.err | 27297 | grep -v '^ *+' conftest.er1 >conftest.err |
28662 | rm -f conftest.er1 | 27298 | rm -f conftest.er1 |
28663 | cat conftest.err >&5 | 27299 | cat conftest.err >&5 |
28664 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28665 | (exit $ac_status); } && { | 27301 | (exit $ac_status); } && { |
28666 | test -z "$ac_c_werror_flag" || | 27302 | test -z "$ac_c_werror_flag" || |
28667 | test ! -s conftest.err | 27303 | test ! -s conftest.err |
28668 | } && test -s conftest.$ac_objext; then | 27304 | } && test -s conftest.$ac_objext; then |
28669 | ac_header_compiler=yes | 27305 | ac_header_compiler=yes |
28670 | else | 27306 | else |
28671 | $as_echo "$as_me: failed program was:" >&5 | 27307 | echo "$as_me: failed program was:" >&5 |
28672 | sed 's/^/| /' conftest.$ac_ext >&5 | 27308 | sed 's/^/| /' conftest.$ac_ext >&5 |
28673 | 27309 | ||
28674 | ac_header_compiler=no | 27310 | ac_header_compiler=no |
28675 | fi | 27311 | fi |
28676 | 27312 | ||
28677 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27313 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
28678 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 27314 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
28679 | $as_echo "$ac_header_compiler" >&6; } | 27315 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
28680 | 27316 | ||
28681 | # Is the header present? | 27317 | # Is the header present? |
28682 | { $as_echo "$as_me:$LINENO: checking gssapi.h presence" >&5 | 27318 | { echo "$as_me:$LINENO: checking gssapi.h presence" >&5 |
28683 | $as_echo_n "checking gssapi.h presence... " >&6; } | 27319 | echo $ECHO_N "checking gssapi.h presence... $ECHO_C" >&6; } |
28684 | cat >conftest.$ac_ext <<_ACEOF | 27320 | cat >conftest.$ac_ext <<_ACEOF |
28685 | /* confdefs.h. */ | 27321 | /* confdefs.h. */ |
28686 | _ACEOF | 27322 | _ACEOF |
@@ -28694,52 +27330,51 @@ case "(($ac_try" in | |||
28694 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27330 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28695 | *) ac_try_echo=$ac_try;; | 27331 | *) ac_try_echo=$ac_try;; |
28696 | esac | 27332 | esac |
28697 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27333 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28698 | $as_echo "$ac_try_echo") >&5 | ||
28699 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 27334 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
28700 | ac_status=$? | 27335 | ac_status=$? |
28701 | grep -v '^ *+' conftest.er1 >conftest.err | 27336 | grep -v '^ *+' conftest.er1 >conftest.err |
28702 | rm -f conftest.er1 | 27337 | rm -f conftest.er1 |
28703 | cat conftest.err >&5 | 27338 | cat conftest.err >&5 |
28704 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27339 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28705 | (exit $ac_status); } >/dev/null && { | 27340 | (exit $ac_status); } >/dev/null && { |
28706 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 27341 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
28707 | test ! -s conftest.err | 27342 | test ! -s conftest.err |
28708 | }; then | 27343 | }; then |
28709 | ac_header_preproc=yes | 27344 | ac_header_preproc=yes |
28710 | else | 27345 | else |
28711 | $as_echo "$as_me: failed program was:" >&5 | 27346 | echo "$as_me: failed program was:" >&5 |
28712 | sed 's/^/| /' conftest.$ac_ext >&5 | 27347 | sed 's/^/| /' conftest.$ac_ext >&5 |
28713 | 27348 | ||
28714 | ac_header_preproc=no | 27349 | ac_header_preproc=no |
28715 | fi | 27350 | fi |
28716 | 27351 | ||
28717 | rm -f conftest.err conftest.$ac_ext | 27352 | rm -f conftest.err conftest.$ac_ext |
28718 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 27353 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
28719 | $as_echo "$ac_header_preproc" >&6; } | 27354 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
28720 | 27355 | ||
28721 | # So? What about this header? | 27356 | # So? What about this header? |
28722 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 27357 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
28723 | yes:no: ) | 27358 | yes:no: ) |
28724 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 27359 | { echo "$as_me:$LINENO: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
28725 | $as_echo "$as_me: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 27360 | echo "$as_me: WARNING: gssapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
28726 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the compiler's result" >&5 | 27361 | { echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the compiler's result" >&5 |
28727 | $as_echo "$as_me: WARNING: gssapi.h: proceeding with the compiler's result" >&2;} | 27362 | echo "$as_me: WARNING: gssapi.h: proceeding with the compiler's result" >&2;} |
28728 | ac_header_preproc=yes | 27363 | ac_header_preproc=yes |
28729 | ;; | 27364 | ;; |
28730 | no:yes:* ) | 27365 | no:yes:* ) |
28731 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: present but cannot be compiled" >&5 | 27366 | { echo "$as_me:$LINENO: WARNING: gssapi.h: present but cannot be compiled" >&5 |
28732 | $as_echo "$as_me: WARNING: gssapi.h: present but cannot be compiled" >&2;} | 27367 | echo "$as_me: WARNING: gssapi.h: present but cannot be compiled" >&2;} |
28733 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: check for missing prerequisite headers?" >&5 | 27368 | { echo "$as_me:$LINENO: WARNING: gssapi.h: check for missing prerequisite headers?" >&5 |
28734 | $as_echo "$as_me: WARNING: gssapi.h: check for missing prerequisite headers?" >&2;} | 27369 | echo "$as_me: WARNING: gssapi.h: check for missing prerequisite headers?" >&2;} |
28735 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: see the Autoconf documentation" >&5 | 27370 | { echo "$as_me:$LINENO: WARNING: gssapi.h: see the Autoconf documentation" >&5 |
28736 | $as_echo "$as_me: WARNING: gssapi.h: see the Autoconf documentation" >&2;} | 27371 | echo "$as_me: WARNING: gssapi.h: see the Autoconf documentation" >&2;} |
28737 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&5 | 27372 | { echo "$as_me:$LINENO: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&5 |
28738 | $as_echo "$as_me: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&2;} | 27373 | echo "$as_me: WARNING: gssapi.h: section \"Present But Cannot Be Compiled\"" >&2;} |
28739 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the preprocessor's result" >&5 | 27374 | { echo "$as_me:$LINENO: WARNING: gssapi.h: proceeding with the preprocessor's result" >&5 |
28740 | $as_echo "$as_me: WARNING: gssapi.h: proceeding with the preprocessor's result" >&2;} | 27375 | echo "$as_me: WARNING: gssapi.h: proceeding with the preprocessor's result" >&2;} |
28741 | { $as_echo "$as_me:$LINENO: WARNING: gssapi.h: in the future, the compiler will take precedence" >&5 | 27376 | { echo "$as_me:$LINENO: WARNING: gssapi.h: in the future, the compiler will take precedence" >&5 |
28742 | $as_echo "$as_me: WARNING: gssapi.h: in the future, the compiler will take precedence" >&2;} | 27377 | echo "$as_me: WARNING: gssapi.h: in the future, the compiler will take precedence" >&2;} |
28743 | ( cat <<\_ASBOX | 27378 | ( cat <<\_ASBOX |
28744 | ## ------------------------------------------- ## | 27379 | ## ------------------------------------------- ## |
28745 | ## Report this to openssh-unix-dev@mindrot.org ## | 27380 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -28748,15 +27383,15 @@ _ASBOX | |||
28748 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 27383 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
28749 | ;; | 27384 | ;; |
28750 | esac | 27385 | esac |
28751 | { $as_echo "$as_me:$LINENO: checking for gssapi.h" >&5 | 27386 | { echo "$as_me:$LINENO: checking for gssapi.h" >&5 |
28752 | $as_echo_n "checking for gssapi.h... " >&6; } | 27387 | echo $ECHO_N "checking for gssapi.h... $ECHO_C" >&6; } |
28753 | if test "${ac_cv_header_gssapi_h+set}" = set; then | 27388 | if test "${ac_cv_header_gssapi_h+set}" = set; then |
28754 | $as_echo_n "(cached) " >&6 | 27389 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28755 | else | 27390 | else |
28756 | ac_cv_header_gssapi_h=$ac_header_preproc | 27391 | ac_cv_header_gssapi_h=$ac_header_preproc |
28757 | fi | 27392 | fi |
28758 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 | 27393 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_h" >&5 |
28759 | $as_echo "$ac_cv_header_gssapi_h" >&6; } | 27394 | echo "${ECHO_T}$ac_cv_header_gssapi_h" >&6; } |
28760 | 27395 | ||
28761 | fi | 27396 | fi |
28762 | if test $ac_cv_header_gssapi_h = yes; then | 27397 | if test $ac_cv_header_gssapi_h = yes; then |
@@ -28767,21 +27402,20 @@ else | |||
28767 | 27402 | ||
28768 | for ac_header in gssapi.h | 27403 | for ac_header in gssapi.h |
28769 | do | 27404 | do |
28770 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 27405 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
28771 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27406 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
28772 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 27407 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
28773 | $as_echo_n "checking for $ac_header... " >&6; } | 27408 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
28774 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27409 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
28775 | $as_echo_n "(cached) " >&6 | 27410 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28776 | fi | 27411 | fi |
28777 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 27412 | ac_res=`eval echo '${'$as_ac_Header'}'` |
28778 | $as_echo "$as_val"'` | 27413 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
28779 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 27414 | echo "${ECHO_T}$ac_res" >&6; } |
28780 | $as_echo "$ac_res" >&6; } | ||
28781 | else | 27415 | else |
28782 | # Is the header compilable? | 27416 | # Is the header compilable? |
28783 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 27417 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
28784 | $as_echo_n "checking $ac_header usability... " >&6; } | 27418 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
28785 | cat >conftest.$ac_ext <<_ACEOF | 27419 | cat >conftest.$ac_ext <<_ACEOF |
28786 | /* confdefs.h. */ | 27420 | /* confdefs.h. */ |
28787 | _ACEOF | 27421 | _ACEOF |
@@ -28797,33 +27431,32 @@ case "(($ac_try" in | |||
28797 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27431 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28798 | *) ac_try_echo=$ac_try;; | 27432 | *) ac_try_echo=$ac_try;; |
28799 | esac | 27433 | esac |
28800 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27434 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28801 | $as_echo "$ac_try_echo") >&5 | ||
28802 | (eval "$ac_compile") 2>conftest.er1 | 27435 | (eval "$ac_compile") 2>conftest.er1 |
28803 | ac_status=$? | 27436 | ac_status=$? |
28804 | grep -v '^ *+' conftest.er1 >conftest.err | 27437 | grep -v '^ *+' conftest.er1 >conftest.err |
28805 | rm -f conftest.er1 | 27438 | rm -f conftest.er1 |
28806 | cat conftest.err >&5 | 27439 | cat conftest.err >&5 |
28807 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28808 | (exit $ac_status); } && { | 27441 | (exit $ac_status); } && { |
28809 | test -z "$ac_c_werror_flag" || | 27442 | test -z "$ac_c_werror_flag" || |
28810 | test ! -s conftest.err | 27443 | test ! -s conftest.err |
28811 | } && test -s conftest.$ac_objext; then | 27444 | } && test -s conftest.$ac_objext; then |
28812 | ac_header_compiler=yes | 27445 | ac_header_compiler=yes |
28813 | else | 27446 | else |
28814 | $as_echo "$as_me: failed program was:" >&5 | 27447 | echo "$as_me: failed program was:" >&5 |
28815 | sed 's/^/| /' conftest.$ac_ext >&5 | 27448 | sed 's/^/| /' conftest.$ac_ext >&5 |
28816 | 27449 | ||
28817 | ac_header_compiler=no | 27450 | ac_header_compiler=no |
28818 | fi | 27451 | fi |
28819 | 27452 | ||
28820 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27453 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
28821 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 27454 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
28822 | $as_echo "$ac_header_compiler" >&6; } | 27455 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
28823 | 27456 | ||
28824 | # Is the header present? | 27457 | # Is the header present? |
28825 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 27458 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
28826 | $as_echo_n "checking $ac_header presence... " >&6; } | 27459 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
28827 | cat >conftest.$ac_ext <<_ACEOF | 27460 | cat >conftest.$ac_ext <<_ACEOF |
28828 | /* confdefs.h. */ | 27461 | /* confdefs.h. */ |
28829 | _ACEOF | 27462 | _ACEOF |
@@ -28837,52 +27470,51 @@ case "(($ac_try" in | |||
28837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27470 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28838 | *) ac_try_echo=$ac_try;; | 27471 | *) ac_try_echo=$ac_try;; |
28839 | esac | 27472 | esac |
28840 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27473 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28841 | $as_echo "$ac_try_echo") >&5 | ||
28842 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 27474 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
28843 | ac_status=$? | 27475 | ac_status=$? |
28844 | grep -v '^ *+' conftest.er1 >conftest.err | 27476 | grep -v '^ *+' conftest.er1 >conftest.err |
28845 | rm -f conftest.er1 | 27477 | rm -f conftest.er1 |
28846 | cat conftest.err >&5 | 27478 | cat conftest.err >&5 |
28847 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27479 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28848 | (exit $ac_status); } >/dev/null && { | 27480 | (exit $ac_status); } >/dev/null && { |
28849 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 27481 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
28850 | test ! -s conftest.err | 27482 | test ! -s conftest.err |
28851 | }; then | 27483 | }; then |
28852 | ac_header_preproc=yes | 27484 | ac_header_preproc=yes |
28853 | else | 27485 | else |
28854 | $as_echo "$as_me: failed program was:" >&5 | 27486 | echo "$as_me: failed program was:" >&5 |
28855 | sed 's/^/| /' conftest.$ac_ext >&5 | 27487 | sed 's/^/| /' conftest.$ac_ext >&5 |
28856 | 27488 | ||
28857 | ac_header_preproc=no | 27489 | ac_header_preproc=no |
28858 | fi | 27490 | fi |
28859 | 27491 | ||
28860 | rm -f conftest.err conftest.$ac_ext | 27492 | rm -f conftest.err conftest.$ac_ext |
28861 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 27493 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
28862 | $as_echo "$ac_header_preproc" >&6; } | 27494 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
28863 | 27495 | ||
28864 | # So? What about this header? | 27496 | # So? What about this header? |
28865 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 27497 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
28866 | yes:no: ) | 27498 | yes:no: ) |
28867 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 27499 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
28868 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 27500 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
28869 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 27501 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
28870 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 27502 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
28871 | ac_header_preproc=yes | 27503 | ac_header_preproc=yes |
28872 | ;; | 27504 | ;; |
28873 | no:yes:* ) | 27505 | no:yes:* ) |
28874 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 27506 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
28875 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 27507 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
28876 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 27508 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
28877 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 27509 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
28878 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 27510 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
28879 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 27511 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
28880 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 27512 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
28881 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 27513 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
28882 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 27514 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
28883 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 27515 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
28884 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 27516 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
28885 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 27517 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
28886 | ( cat <<\_ASBOX | 27518 | ( cat <<\_ASBOX |
28887 | ## ------------------------------------------- ## | 27519 | ## ------------------------------------------- ## |
28888 | ## Report this to openssh-unix-dev@mindrot.org ## | 27520 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -28891,28 +27523,26 @@ _ASBOX | |||
28891 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 27523 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
28892 | ;; | 27524 | ;; |
28893 | esac | 27525 | esac |
28894 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 27526 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
28895 | $as_echo_n "checking for $ac_header... " >&6; } | 27527 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
28896 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27528 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
28897 | $as_echo_n "(cached) " >&6 | 27529 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28898 | else | 27530 | else |
28899 | eval "$as_ac_Header=\$ac_header_preproc" | 27531 | eval "$as_ac_Header=\$ac_header_preproc" |
28900 | fi | 27532 | fi |
28901 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 27533 | ac_res=`eval echo '${'$as_ac_Header'}'` |
28902 | $as_echo "$as_val"'` | 27534 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
28903 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 27535 | echo "${ECHO_T}$ac_res" >&6; } |
28904 | $as_echo "$ac_res" >&6; } | ||
28905 | 27536 | ||
28906 | fi | 27537 | fi |
28907 | if test `eval 'as_val=${'$as_ac_Header'} | 27538 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
28908 | $as_echo "$as_val"'` = yes; then | ||
28909 | cat >>confdefs.h <<_ACEOF | 27539 | cat >>confdefs.h <<_ACEOF |
28910 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 27540 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
28911 | _ACEOF | 27541 | _ACEOF |
28912 | 27542 | ||
28913 | else | 27543 | else |
28914 | { $as_echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 | 27544 | { echo "$as_me:$LINENO: WARNING: Cannot find any suitable gss-api header - build may fail" >&5 |
28915 | $as_echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} | 27545 | echo "$as_me: WARNING: Cannot find any suitable gss-api header - build may fail" >&2;} |
28916 | 27546 | ||
28917 | fi | 27547 | fi |
28918 | 27548 | ||
@@ -28927,17 +27557,17 @@ fi | |||
28927 | oldCPP="$CPPFLAGS" | 27557 | oldCPP="$CPPFLAGS" |
28928 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" | 27558 | CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi" |
28929 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then | 27559 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then |
28930 | { $as_echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 | 27560 | { echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 |
28931 | $as_echo_n "checking for gssapi_krb5.h... " >&6; } | 27561 | echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6; } |
28932 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then | 27562 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then |
28933 | $as_echo_n "(cached) " >&6 | 27563 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
28934 | fi | 27564 | fi |
28935 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 | 27565 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 |
28936 | $as_echo "$ac_cv_header_gssapi_krb5_h" >&6; } | 27566 | echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6; } |
28937 | else | 27567 | else |
28938 | # Is the header compilable? | 27568 | # Is the header compilable? |
28939 | { $as_echo "$as_me:$LINENO: checking gssapi_krb5.h usability" >&5 | 27569 | { echo "$as_me:$LINENO: checking gssapi_krb5.h usability" >&5 |
28940 | $as_echo_n "checking gssapi_krb5.h usability... " >&6; } | 27570 | echo $ECHO_N "checking gssapi_krb5.h usability... $ECHO_C" >&6; } |
28941 | cat >conftest.$ac_ext <<_ACEOF | 27571 | cat >conftest.$ac_ext <<_ACEOF |
28942 | /* confdefs.h. */ | 27572 | /* confdefs.h. */ |
28943 | _ACEOF | 27573 | _ACEOF |
@@ -28953,33 +27583,32 @@ case "(($ac_try" in | |||
28953 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27583 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28954 | *) ac_try_echo=$ac_try;; | 27584 | *) ac_try_echo=$ac_try;; |
28955 | esac | 27585 | esac |
28956 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27586 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28957 | $as_echo "$ac_try_echo") >&5 | ||
28958 | (eval "$ac_compile") 2>conftest.er1 | 27587 | (eval "$ac_compile") 2>conftest.er1 |
28959 | ac_status=$? | 27588 | ac_status=$? |
28960 | grep -v '^ *+' conftest.er1 >conftest.err | 27589 | grep -v '^ *+' conftest.er1 >conftest.err |
28961 | rm -f conftest.er1 | 27590 | rm -f conftest.er1 |
28962 | cat conftest.err >&5 | 27591 | cat conftest.err >&5 |
28963 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27592 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28964 | (exit $ac_status); } && { | 27593 | (exit $ac_status); } && { |
28965 | test -z "$ac_c_werror_flag" || | 27594 | test -z "$ac_c_werror_flag" || |
28966 | test ! -s conftest.err | 27595 | test ! -s conftest.err |
28967 | } && test -s conftest.$ac_objext; then | 27596 | } && test -s conftest.$ac_objext; then |
28968 | ac_header_compiler=yes | 27597 | ac_header_compiler=yes |
28969 | else | 27598 | else |
28970 | $as_echo "$as_me: failed program was:" >&5 | 27599 | echo "$as_me: failed program was:" >&5 |
28971 | sed 's/^/| /' conftest.$ac_ext >&5 | 27600 | sed 's/^/| /' conftest.$ac_ext >&5 |
28972 | 27601 | ||
28973 | ac_header_compiler=no | 27602 | ac_header_compiler=no |
28974 | fi | 27603 | fi |
28975 | 27604 | ||
28976 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27605 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
28977 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 27606 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
28978 | $as_echo "$ac_header_compiler" >&6; } | 27607 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
28979 | 27608 | ||
28980 | # Is the header present? | 27609 | # Is the header present? |
28981 | { $as_echo "$as_me:$LINENO: checking gssapi_krb5.h presence" >&5 | 27610 | { echo "$as_me:$LINENO: checking gssapi_krb5.h presence" >&5 |
28982 | $as_echo_n "checking gssapi_krb5.h presence... " >&6; } | 27611 | echo $ECHO_N "checking gssapi_krb5.h presence... $ECHO_C" >&6; } |
28983 | cat >conftest.$ac_ext <<_ACEOF | 27612 | cat >conftest.$ac_ext <<_ACEOF |
28984 | /* confdefs.h. */ | 27613 | /* confdefs.h. */ |
28985 | _ACEOF | 27614 | _ACEOF |
@@ -28993,52 +27622,51 @@ case "(($ac_try" in | |||
28993 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27622 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
28994 | *) ac_try_echo=$ac_try;; | 27623 | *) ac_try_echo=$ac_try;; |
28995 | esac | 27624 | esac |
28996 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27625 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
28997 | $as_echo "$ac_try_echo") >&5 | ||
28998 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 27626 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
28999 | ac_status=$? | 27627 | ac_status=$? |
29000 | grep -v '^ *+' conftest.er1 >conftest.err | 27628 | grep -v '^ *+' conftest.er1 >conftest.err |
29001 | rm -f conftest.er1 | 27629 | rm -f conftest.er1 |
29002 | cat conftest.err >&5 | 27630 | cat conftest.err >&5 |
29003 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27631 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29004 | (exit $ac_status); } >/dev/null && { | 27632 | (exit $ac_status); } >/dev/null && { |
29005 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 27633 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
29006 | test ! -s conftest.err | 27634 | test ! -s conftest.err |
29007 | }; then | 27635 | }; then |
29008 | ac_header_preproc=yes | 27636 | ac_header_preproc=yes |
29009 | else | 27637 | else |
29010 | $as_echo "$as_me: failed program was:" >&5 | 27638 | echo "$as_me: failed program was:" >&5 |
29011 | sed 's/^/| /' conftest.$ac_ext >&5 | 27639 | sed 's/^/| /' conftest.$ac_ext >&5 |
29012 | 27640 | ||
29013 | ac_header_preproc=no | 27641 | ac_header_preproc=no |
29014 | fi | 27642 | fi |
29015 | 27643 | ||
29016 | rm -f conftest.err conftest.$ac_ext | 27644 | rm -f conftest.err conftest.$ac_ext |
29017 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 27645 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
29018 | $as_echo "$ac_header_preproc" >&6; } | 27646 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
29019 | 27647 | ||
29020 | # So? What about this header? | 27648 | # So? What about this header? |
29021 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 27649 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
29022 | yes:no: ) | 27650 | yes:no: ) |
29023 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 27651 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
29024 | $as_echo "$as_me: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 27652 | echo "$as_me: WARNING: gssapi_krb5.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
29025 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&5 | 27653 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&5 |
29026 | $as_echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&2;} | 27654 | echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the compiler's result" >&2;} |
29027 | ac_header_preproc=yes | 27655 | ac_header_preproc=yes |
29028 | ;; | 27656 | ;; |
29029 | no:yes:* ) | 27657 | no:yes:* ) |
29030 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: present but cannot be compiled" >&5 | 27658 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: present but cannot be compiled" >&5 |
29031 | $as_echo "$as_me: WARNING: gssapi_krb5.h: present but cannot be compiled" >&2;} | 27659 | echo "$as_me: WARNING: gssapi_krb5.h: present but cannot be compiled" >&2;} |
29032 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&5 | 27660 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&5 |
29033 | $as_echo "$as_me: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&2;} | 27661 | echo "$as_me: WARNING: gssapi_krb5.h: check for missing prerequisite headers?" >&2;} |
29034 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&5 | 27662 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&5 |
29035 | $as_echo "$as_me: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&2;} | 27663 | echo "$as_me: WARNING: gssapi_krb5.h: see the Autoconf documentation" >&2;} |
29036 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&5 | 27664 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&5 |
29037 | $as_echo "$as_me: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&2;} | 27665 | echo "$as_me: WARNING: gssapi_krb5.h: section \"Present But Cannot Be Compiled\"" >&2;} |
29038 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&5 | 27666 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&5 |
29039 | $as_echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&2;} | 27667 | echo "$as_me: WARNING: gssapi_krb5.h: proceeding with the preprocessor's result" >&2;} |
29040 | { $as_echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&5 | 27668 | { echo "$as_me:$LINENO: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&5 |
29041 | $as_echo "$as_me: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&2;} | 27669 | echo "$as_me: WARNING: gssapi_krb5.h: in the future, the compiler will take precedence" >&2;} |
29042 | ( cat <<\_ASBOX | 27670 | ( cat <<\_ASBOX |
29043 | ## ------------------------------------------- ## | 27671 | ## ------------------------------------------- ## |
29044 | ## Report this to openssh-unix-dev@mindrot.org ## | 27672 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -29047,15 +27675,15 @@ _ASBOX | |||
29047 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 27675 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
29048 | ;; | 27676 | ;; |
29049 | esac | 27677 | esac |
29050 | { $as_echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 | 27678 | { echo "$as_me:$LINENO: checking for gssapi_krb5.h" >&5 |
29051 | $as_echo_n "checking for gssapi_krb5.h... " >&6; } | 27679 | echo $ECHO_N "checking for gssapi_krb5.h... $ECHO_C" >&6; } |
29052 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then | 27680 | if test "${ac_cv_header_gssapi_krb5_h+set}" = set; then |
29053 | $as_echo_n "(cached) " >&6 | 27681 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29054 | else | 27682 | else |
29055 | ac_cv_header_gssapi_krb5_h=$ac_header_preproc | 27683 | ac_cv_header_gssapi_krb5_h=$ac_header_preproc |
29056 | fi | 27684 | fi |
29057 | { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 | 27685 | { echo "$as_me:$LINENO: result: $ac_cv_header_gssapi_krb5_h" >&5 |
29058 | $as_echo "$ac_cv_header_gssapi_krb5_h" >&6; } | 27686 | echo "${ECHO_T}$ac_cv_header_gssapi_krb5_h" >&6; } |
29059 | 27687 | ||
29060 | fi | 27688 | fi |
29061 | if test $ac_cv_header_gssapi_krb5_h = yes; then | 27689 | if test $ac_cv_header_gssapi_krb5_h = yes; then |
@@ -29078,21 +27706,20 @@ fi | |||
29078 | 27706 | ||
29079 | for ac_header in gssapi.h gssapi/gssapi.h | 27707 | for ac_header in gssapi.h gssapi/gssapi.h |
29080 | do | 27708 | do |
29081 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 27709 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
29082 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27710 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29083 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 27711 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
29084 | $as_echo_n "checking for $ac_header... " >&6; } | 27712 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
29085 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27713 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29086 | $as_echo_n "(cached) " >&6 | 27714 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29087 | fi | 27715 | fi |
29088 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 27716 | ac_res=`eval echo '${'$as_ac_Header'}'` |
29089 | $as_echo "$as_val"'` | 27717 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
29090 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 27718 | echo "${ECHO_T}$ac_res" >&6; } |
29091 | $as_echo "$ac_res" >&6; } | ||
29092 | else | 27719 | else |
29093 | # Is the header compilable? | 27720 | # Is the header compilable? |
29094 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 27721 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
29095 | $as_echo_n "checking $ac_header usability... " >&6; } | 27722 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
29096 | cat >conftest.$ac_ext <<_ACEOF | 27723 | cat >conftest.$ac_ext <<_ACEOF |
29097 | /* confdefs.h. */ | 27724 | /* confdefs.h. */ |
29098 | _ACEOF | 27725 | _ACEOF |
@@ -29108,33 +27735,32 @@ case "(($ac_try" in | |||
29108 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27735 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29109 | *) ac_try_echo=$ac_try;; | 27736 | *) ac_try_echo=$ac_try;; |
29110 | esac | 27737 | esac |
29111 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27738 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29112 | $as_echo "$ac_try_echo") >&5 | ||
29113 | (eval "$ac_compile") 2>conftest.er1 | 27739 | (eval "$ac_compile") 2>conftest.er1 |
29114 | ac_status=$? | 27740 | ac_status=$? |
29115 | grep -v '^ *+' conftest.er1 >conftest.err | 27741 | grep -v '^ *+' conftest.er1 >conftest.err |
29116 | rm -f conftest.er1 | 27742 | rm -f conftest.er1 |
29117 | cat conftest.err >&5 | 27743 | cat conftest.err >&5 |
29118 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29119 | (exit $ac_status); } && { | 27745 | (exit $ac_status); } && { |
29120 | test -z "$ac_c_werror_flag" || | 27746 | test -z "$ac_c_werror_flag" || |
29121 | test ! -s conftest.err | 27747 | test ! -s conftest.err |
29122 | } && test -s conftest.$ac_objext; then | 27748 | } && test -s conftest.$ac_objext; then |
29123 | ac_header_compiler=yes | 27749 | ac_header_compiler=yes |
29124 | else | 27750 | else |
29125 | $as_echo "$as_me: failed program was:" >&5 | 27751 | echo "$as_me: failed program was:" >&5 |
29126 | sed 's/^/| /' conftest.$ac_ext >&5 | 27752 | sed 's/^/| /' conftest.$ac_ext >&5 |
29127 | 27753 | ||
29128 | ac_header_compiler=no | 27754 | ac_header_compiler=no |
29129 | fi | 27755 | fi |
29130 | 27756 | ||
29131 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27757 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
29132 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 27758 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
29133 | $as_echo "$ac_header_compiler" >&6; } | 27759 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
29134 | 27760 | ||
29135 | # Is the header present? | 27761 | # Is the header present? |
29136 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 27762 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
29137 | $as_echo_n "checking $ac_header presence... " >&6; } | 27763 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
29138 | cat >conftest.$ac_ext <<_ACEOF | 27764 | cat >conftest.$ac_ext <<_ACEOF |
29139 | /* confdefs.h. */ | 27765 | /* confdefs.h. */ |
29140 | _ACEOF | 27766 | _ACEOF |
@@ -29148,52 +27774,51 @@ case "(($ac_try" in | |||
29148 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27774 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29149 | *) ac_try_echo=$ac_try;; | 27775 | *) ac_try_echo=$ac_try;; |
29150 | esac | 27776 | esac |
29151 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27777 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29152 | $as_echo "$ac_try_echo") >&5 | ||
29153 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 27778 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
29154 | ac_status=$? | 27779 | ac_status=$? |
29155 | grep -v '^ *+' conftest.er1 >conftest.err | 27780 | grep -v '^ *+' conftest.er1 >conftest.err |
29156 | rm -f conftest.er1 | 27781 | rm -f conftest.er1 |
29157 | cat conftest.err >&5 | 27782 | cat conftest.err >&5 |
29158 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27783 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29159 | (exit $ac_status); } >/dev/null && { | 27784 | (exit $ac_status); } >/dev/null && { |
29160 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 27785 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
29161 | test ! -s conftest.err | 27786 | test ! -s conftest.err |
29162 | }; then | 27787 | }; then |
29163 | ac_header_preproc=yes | 27788 | ac_header_preproc=yes |
29164 | else | 27789 | else |
29165 | $as_echo "$as_me: failed program was:" >&5 | 27790 | echo "$as_me: failed program was:" >&5 |
29166 | sed 's/^/| /' conftest.$ac_ext >&5 | 27791 | sed 's/^/| /' conftest.$ac_ext >&5 |
29167 | 27792 | ||
29168 | ac_header_preproc=no | 27793 | ac_header_preproc=no |
29169 | fi | 27794 | fi |
29170 | 27795 | ||
29171 | rm -f conftest.err conftest.$ac_ext | 27796 | rm -f conftest.err conftest.$ac_ext |
29172 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 27797 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
29173 | $as_echo "$ac_header_preproc" >&6; } | 27798 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
29174 | 27799 | ||
29175 | # So? What about this header? | 27800 | # So? What about this header? |
29176 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 27801 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
29177 | yes:no: ) | 27802 | yes:no: ) |
29178 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 27803 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
29179 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 27804 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
29180 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 27805 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
29181 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 27806 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
29182 | ac_header_preproc=yes | 27807 | ac_header_preproc=yes |
29183 | ;; | 27808 | ;; |
29184 | no:yes:* ) | 27809 | no:yes:* ) |
29185 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 27810 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
29186 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 27811 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
29187 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 27812 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
29188 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 27813 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
29189 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 27814 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
29190 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 27815 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
29191 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 27816 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
29192 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 27817 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
29193 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 27818 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
29194 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 27819 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
29195 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 27820 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
29196 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 27821 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
29197 | ( cat <<\_ASBOX | 27822 | ( cat <<\_ASBOX |
29198 | ## ------------------------------------------- ## | 27823 | ## ------------------------------------------- ## |
29199 | ## Report this to openssh-unix-dev@mindrot.org ## | 27824 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -29202,23 +27827,21 @@ _ASBOX | |||
29202 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 27827 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
29203 | ;; | 27828 | ;; |
29204 | esac | 27829 | esac |
29205 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 27830 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
29206 | $as_echo_n "checking for $ac_header... " >&6; } | 27831 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
29207 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27832 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29208 | $as_echo_n "(cached) " >&6 | 27833 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29209 | else | 27834 | else |
29210 | eval "$as_ac_Header=\$ac_header_preproc" | 27835 | eval "$as_ac_Header=\$ac_header_preproc" |
29211 | fi | 27836 | fi |
29212 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 27837 | ac_res=`eval echo '${'$as_ac_Header'}'` |
29213 | $as_echo "$as_val"'` | 27838 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
29214 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 27839 | echo "${ECHO_T}$ac_res" >&6; } |
29215 | $as_echo "$ac_res" >&6; } | ||
29216 | 27840 | ||
29217 | fi | 27841 | fi |
29218 | if test `eval 'as_val=${'$as_ac_Header'} | 27842 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
29219 | $as_echo "$as_val"'` = yes; then | ||
29220 | cat >>confdefs.h <<_ACEOF | 27843 | cat >>confdefs.h <<_ACEOF |
29221 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 27844 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
29222 | _ACEOF | 27845 | _ACEOF |
29223 | 27846 | ||
29224 | fi | 27847 | fi |
@@ -29229,21 +27852,20 @@ done | |||
29229 | 27852 | ||
29230 | for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h | 27853 | for ac_header in gssapi_krb5.h gssapi/gssapi_krb5.h |
29231 | do | 27854 | do |
29232 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 27855 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
29233 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27856 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29234 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 27857 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
29235 | $as_echo_n "checking for $ac_header... " >&6; } | 27858 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
29236 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27859 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29237 | $as_echo_n "(cached) " >&6 | 27860 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29238 | fi | 27861 | fi |
29239 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 27862 | ac_res=`eval echo '${'$as_ac_Header'}'` |
29240 | $as_echo "$as_val"'` | 27863 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
29241 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 27864 | echo "${ECHO_T}$ac_res" >&6; } |
29242 | $as_echo "$ac_res" >&6; } | ||
29243 | else | 27865 | else |
29244 | # Is the header compilable? | 27866 | # Is the header compilable? |
29245 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 27867 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
29246 | $as_echo_n "checking $ac_header usability... " >&6; } | 27868 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
29247 | cat >conftest.$ac_ext <<_ACEOF | 27869 | cat >conftest.$ac_ext <<_ACEOF |
29248 | /* confdefs.h. */ | 27870 | /* confdefs.h. */ |
29249 | _ACEOF | 27871 | _ACEOF |
@@ -29259,33 +27881,32 @@ case "(($ac_try" in | |||
29259 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27881 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29260 | *) ac_try_echo=$ac_try;; | 27882 | *) ac_try_echo=$ac_try;; |
29261 | esac | 27883 | esac |
29262 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27884 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29263 | $as_echo "$ac_try_echo") >&5 | ||
29264 | (eval "$ac_compile") 2>conftest.er1 | 27885 | (eval "$ac_compile") 2>conftest.er1 |
29265 | ac_status=$? | 27886 | ac_status=$? |
29266 | grep -v '^ *+' conftest.er1 >conftest.err | 27887 | grep -v '^ *+' conftest.er1 >conftest.err |
29267 | rm -f conftest.er1 | 27888 | rm -f conftest.er1 |
29268 | cat conftest.err >&5 | 27889 | cat conftest.err >&5 |
29269 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27890 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29270 | (exit $ac_status); } && { | 27891 | (exit $ac_status); } && { |
29271 | test -z "$ac_c_werror_flag" || | 27892 | test -z "$ac_c_werror_flag" || |
29272 | test ! -s conftest.err | 27893 | test ! -s conftest.err |
29273 | } && test -s conftest.$ac_objext; then | 27894 | } && test -s conftest.$ac_objext; then |
29274 | ac_header_compiler=yes | 27895 | ac_header_compiler=yes |
29275 | else | 27896 | else |
29276 | $as_echo "$as_me: failed program was:" >&5 | 27897 | echo "$as_me: failed program was:" >&5 |
29277 | sed 's/^/| /' conftest.$ac_ext >&5 | 27898 | sed 's/^/| /' conftest.$ac_ext >&5 |
29278 | 27899 | ||
29279 | ac_header_compiler=no | 27900 | ac_header_compiler=no |
29280 | fi | 27901 | fi |
29281 | 27902 | ||
29282 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 27903 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
29283 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 27904 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
29284 | $as_echo "$ac_header_compiler" >&6; } | 27905 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
29285 | 27906 | ||
29286 | # Is the header present? | 27907 | # Is the header present? |
29287 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 27908 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
29288 | $as_echo_n "checking $ac_header presence... " >&6; } | 27909 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
29289 | cat >conftest.$ac_ext <<_ACEOF | 27910 | cat >conftest.$ac_ext <<_ACEOF |
29290 | /* confdefs.h. */ | 27911 | /* confdefs.h. */ |
29291 | _ACEOF | 27912 | _ACEOF |
@@ -29299,52 +27920,51 @@ case "(($ac_try" in | |||
29299 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 27920 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29300 | *) ac_try_echo=$ac_try;; | 27921 | *) ac_try_echo=$ac_try;; |
29301 | esac | 27922 | esac |
29302 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 27923 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29303 | $as_echo "$ac_try_echo") >&5 | ||
29304 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 27924 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
29305 | ac_status=$? | 27925 | ac_status=$? |
29306 | grep -v '^ *+' conftest.er1 >conftest.err | 27926 | grep -v '^ *+' conftest.er1 >conftest.err |
29307 | rm -f conftest.er1 | 27927 | rm -f conftest.er1 |
29308 | cat conftest.err >&5 | 27928 | cat conftest.err >&5 |
29309 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 27929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29310 | (exit $ac_status); } >/dev/null && { | 27930 | (exit $ac_status); } >/dev/null && { |
29311 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 27931 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
29312 | test ! -s conftest.err | 27932 | test ! -s conftest.err |
29313 | }; then | 27933 | }; then |
29314 | ac_header_preproc=yes | 27934 | ac_header_preproc=yes |
29315 | else | 27935 | else |
29316 | $as_echo "$as_me: failed program was:" >&5 | 27936 | echo "$as_me: failed program was:" >&5 |
29317 | sed 's/^/| /' conftest.$ac_ext >&5 | 27937 | sed 's/^/| /' conftest.$ac_ext >&5 |
29318 | 27938 | ||
29319 | ac_header_preproc=no | 27939 | ac_header_preproc=no |
29320 | fi | 27940 | fi |
29321 | 27941 | ||
29322 | rm -f conftest.err conftest.$ac_ext | 27942 | rm -f conftest.err conftest.$ac_ext |
29323 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 27943 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
29324 | $as_echo "$ac_header_preproc" >&6; } | 27944 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
29325 | 27945 | ||
29326 | # So? What about this header? | 27946 | # So? What about this header? |
29327 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 27947 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
29328 | yes:no: ) | 27948 | yes:no: ) |
29329 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 27949 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
29330 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 27950 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
29331 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 27951 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
29332 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 27952 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
29333 | ac_header_preproc=yes | 27953 | ac_header_preproc=yes |
29334 | ;; | 27954 | ;; |
29335 | no:yes:* ) | 27955 | no:yes:* ) |
29336 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 27956 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
29337 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 27957 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
29338 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 27958 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
29339 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 27959 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
29340 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 27960 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
29341 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 27961 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
29342 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 27962 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
29343 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 27963 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
29344 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 27964 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
29345 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 27965 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
29346 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 27966 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
29347 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 27967 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
29348 | ( cat <<\_ASBOX | 27968 | ( cat <<\_ASBOX |
29349 | ## ------------------------------------------- ## | 27969 | ## ------------------------------------------- ## |
29350 | ## Report this to openssh-unix-dev@mindrot.org ## | 27970 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -29353,23 +27973,21 @@ _ASBOX | |||
29353 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 27973 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
29354 | ;; | 27974 | ;; |
29355 | esac | 27975 | esac |
29356 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 27976 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
29357 | $as_echo_n "checking for $ac_header... " >&6; } | 27977 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
29358 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 27978 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29359 | $as_echo_n "(cached) " >&6 | 27979 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29360 | else | 27980 | else |
29361 | eval "$as_ac_Header=\$ac_header_preproc" | 27981 | eval "$as_ac_Header=\$ac_header_preproc" |
29362 | fi | 27982 | fi |
29363 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 27983 | ac_res=`eval echo '${'$as_ac_Header'}'` |
29364 | $as_echo "$as_val"'` | 27984 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
29365 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 27985 | echo "${ECHO_T}$ac_res" >&6; } |
29366 | $as_echo "$ac_res" >&6; } | ||
29367 | 27986 | ||
29368 | fi | 27987 | fi |
29369 | if test `eval 'as_val=${'$as_ac_Header'} | 27988 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
29370 | $as_echo "$as_val"'` = yes; then | ||
29371 | cat >>confdefs.h <<_ACEOF | 27989 | cat >>confdefs.h <<_ACEOF |
29372 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 27990 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
29373 | _ACEOF | 27991 | _ACEOF |
29374 | 27992 | ||
29375 | fi | 27993 | fi |
@@ -29380,21 +27998,20 @@ done | |||
29380 | 27998 | ||
29381 | for ac_header in gssapi_generic.h gssapi/gssapi_generic.h | 27999 | for ac_header in gssapi_generic.h gssapi/gssapi_generic.h |
29382 | do | 28000 | do |
29383 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 28001 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
29384 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 28002 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29385 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 28003 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
29386 | $as_echo_n "checking for $ac_header... " >&6; } | 28004 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
29387 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 28005 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29388 | $as_echo_n "(cached) " >&6 | 28006 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29389 | fi | 28007 | fi |
29390 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 28008 | ac_res=`eval echo '${'$as_ac_Header'}'` |
29391 | $as_echo "$as_val"'` | 28009 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
29392 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 28010 | echo "${ECHO_T}$ac_res" >&6; } |
29393 | $as_echo "$ac_res" >&6; } | ||
29394 | else | 28011 | else |
29395 | # Is the header compilable? | 28012 | # Is the header compilable? |
29396 | { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 28013 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
29397 | $as_echo_n "checking $ac_header usability... " >&6; } | 28014 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
29398 | cat >conftest.$ac_ext <<_ACEOF | 28015 | cat >conftest.$ac_ext <<_ACEOF |
29399 | /* confdefs.h. */ | 28016 | /* confdefs.h. */ |
29400 | _ACEOF | 28017 | _ACEOF |
@@ -29410,33 +28027,32 @@ case "(($ac_try" in | |||
29410 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28027 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29411 | *) ac_try_echo=$ac_try;; | 28028 | *) ac_try_echo=$ac_try;; |
29412 | esac | 28029 | esac |
29413 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 28030 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29414 | $as_echo "$ac_try_echo") >&5 | ||
29415 | (eval "$ac_compile") 2>conftest.er1 | 28031 | (eval "$ac_compile") 2>conftest.er1 |
29416 | ac_status=$? | 28032 | ac_status=$? |
29417 | grep -v '^ *+' conftest.er1 >conftest.err | 28033 | grep -v '^ *+' conftest.er1 >conftest.err |
29418 | rm -f conftest.er1 | 28034 | rm -f conftest.er1 |
29419 | cat conftest.err >&5 | 28035 | cat conftest.err >&5 |
29420 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28036 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29421 | (exit $ac_status); } && { | 28037 | (exit $ac_status); } && { |
29422 | test -z "$ac_c_werror_flag" || | 28038 | test -z "$ac_c_werror_flag" || |
29423 | test ! -s conftest.err | 28039 | test ! -s conftest.err |
29424 | } && test -s conftest.$ac_objext; then | 28040 | } && test -s conftest.$ac_objext; then |
29425 | ac_header_compiler=yes | 28041 | ac_header_compiler=yes |
29426 | else | 28042 | else |
29427 | $as_echo "$as_me: failed program was:" >&5 | 28043 | echo "$as_me: failed program was:" >&5 |
29428 | sed 's/^/| /' conftest.$ac_ext >&5 | 28044 | sed 's/^/| /' conftest.$ac_ext >&5 |
29429 | 28045 | ||
29430 | ac_header_compiler=no | 28046 | ac_header_compiler=no |
29431 | fi | 28047 | fi |
29432 | 28048 | ||
29433 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28049 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
29434 | { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 28050 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
29435 | $as_echo "$ac_header_compiler" >&6; } | 28051 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
29436 | 28052 | ||
29437 | # Is the header present? | 28053 | # Is the header present? |
29438 | { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 28054 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
29439 | $as_echo_n "checking $ac_header presence... " >&6; } | 28055 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
29440 | cat >conftest.$ac_ext <<_ACEOF | 28056 | cat >conftest.$ac_ext <<_ACEOF |
29441 | /* confdefs.h. */ | 28057 | /* confdefs.h. */ |
29442 | _ACEOF | 28058 | _ACEOF |
@@ -29450,52 +28066,51 @@ case "(($ac_try" in | |||
29450 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28066 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29451 | *) ac_try_echo=$ac_try;; | 28067 | *) ac_try_echo=$ac_try;; |
29452 | esac | 28068 | esac |
29453 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 28069 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29454 | $as_echo "$ac_try_echo") >&5 | ||
29455 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | 28070 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
29456 | ac_status=$? | 28071 | ac_status=$? |
29457 | grep -v '^ *+' conftest.er1 >conftest.err | 28072 | grep -v '^ *+' conftest.er1 >conftest.err |
29458 | rm -f conftest.er1 | 28073 | rm -f conftest.er1 |
29459 | cat conftest.err >&5 | 28074 | cat conftest.err >&5 |
29460 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29461 | (exit $ac_status); } >/dev/null && { | 28076 | (exit $ac_status); } >/dev/null && { |
29462 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 28077 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
29463 | test ! -s conftest.err | 28078 | test ! -s conftest.err |
29464 | }; then | 28079 | }; then |
29465 | ac_header_preproc=yes | 28080 | ac_header_preproc=yes |
29466 | else | 28081 | else |
29467 | $as_echo "$as_me: failed program was:" >&5 | 28082 | echo "$as_me: failed program was:" >&5 |
29468 | sed 's/^/| /' conftest.$ac_ext >&5 | 28083 | sed 's/^/| /' conftest.$ac_ext >&5 |
29469 | 28084 | ||
29470 | ac_header_preproc=no | 28085 | ac_header_preproc=no |
29471 | fi | 28086 | fi |
29472 | 28087 | ||
29473 | rm -f conftest.err conftest.$ac_ext | 28088 | rm -f conftest.err conftest.$ac_ext |
29474 | { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | 28089 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
29475 | $as_echo "$ac_header_preproc" >&6; } | 28090 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
29476 | 28091 | ||
29477 | # So? What about this header? | 28092 | # So? What about this header? |
29478 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 28093 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
29479 | yes:no: ) | 28094 | yes:no: ) |
29480 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 28095 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
29481 | $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 28096 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
29482 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 28097 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
29483 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 28098 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
29484 | ac_header_preproc=yes | 28099 | ac_header_preproc=yes |
29485 | ;; | 28100 | ;; |
29486 | no:yes:* ) | 28101 | no:yes:* ) |
29487 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 28102 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
29488 | $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 28103 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
29489 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 28104 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
29490 | $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 28105 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
29491 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | 28106 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
29492 | $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | 28107 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
29493 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | 28108 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
29494 | $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | 28109 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
29495 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 28110 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
29496 | $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 28111 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
29497 | { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | 28112 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
29498 | $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | 28113 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
29499 | ( cat <<\_ASBOX | 28114 | ( cat <<\_ASBOX |
29500 | ## ------------------------------------------- ## | 28115 | ## ------------------------------------------- ## |
29501 | ## Report this to openssh-unix-dev@mindrot.org ## | 28116 | ## Report this to openssh-unix-dev@mindrot.org ## |
@@ -29504,23 +28119,21 @@ _ASBOX | |||
29504 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 28119 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
29505 | ;; | 28120 | ;; |
29506 | esac | 28121 | esac |
29507 | { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 | 28122 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
29508 | $as_echo_n "checking for $ac_header... " >&6; } | 28123 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
29509 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | 28124 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
29510 | $as_echo_n "(cached) " >&6 | 28125 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29511 | else | 28126 | else |
29512 | eval "$as_ac_Header=\$ac_header_preproc" | 28127 | eval "$as_ac_Header=\$ac_header_preproc" |
29513 | fi | 28128 | fi |
29514 | ac_res=`eval 'as_val=${'$as_ac_Header'} | 28129 | ac_res=`eval echo '${'$as_ac_Header'}'` |
29515 | $as_echo "$as_val"'` | 28130 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
29516 | { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 | 28131 | echo "${ECHO_T}$ac_res" >&6; } |
29517 | $as_echo "$ac_res" >&6; } | ||
29518 | 28132 | ||
29519 | fi | 28133 | fi |
29520 | if test `eval 'as_val=${'$as_ac_Header'} | 28134 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
29521 | $as_echo "$as_val"'` = yes; then | ||
29522 | cat >>confdefs.h <<_ACEOF | 28135 | cat >>confdefs.h <<_ACEOF |
29523 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 28136 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
29524 | _ACEOF | 28137 | _ACEOF |
29525 | 28138 | ||
29526 | fi | 28139 | fi |
@@ -29529,10 +28142,10 @@ done | |||
29529 | 28142 | ||
29530 | 28143 | ||
29531 | LIBS="$LIBS $K5LIBS" | 28144 | LIBS="$LIBS $K5LIBS" |
29532 | { $as_echo "$as_me:$LINENO: checking for library containing k_hasafs" >&5 | 28145 | { echo "$as_me:$LINENO: checking for library containing k_hasafs" >&5 |
29533 | $as_echo_n "checking for library containing k_hasafs... " >&6; } | 28146 | echo $ECHO_N "checking for library containing k_hasafs... $ECHO_C" >&6; } |
29534 | if test "${ac_cv_search_k_hasafs+set}" = set; then | 28147 | if test "${ac_cv_search_k_hasafs+set}" = set; then |
29535 | $as_echo_n "(cached) " >&6 | 28148 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29536 | else | 28149 | else |
29537 | ac_func_search_save_LIBS=$LIBS | 28150 | ac_func_search_save_LIBS=$LIBS |
29538 | cat >conftest.$ac_ext <<_ACEOF | 28151 | cat >conftest.$ac_ext <<_ACEOF |
@@ -29570,30 +28183,26 @@ case "(($ac_try" in | |||
29570 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28183 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29571 | *) ac_try_echo=$ac_try;; | 28184 | *) ac_try_echo=$ac_try;; |
29572 | esac | 28185 | esac |
29573 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 28186 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29574 | $as_echo "$ac_try_echo") >&5 | ||
29575 | (eval "$ac_link") 2>conftest.er1 | 28187 | (eval "$ac_link") 2>conftest.er1 |
29576 | ac_status=$? | 28188 | ac_status=$? |
29577 | grep -v '^ *+' conftest.er1 >conftest.err | 28189 | grep -v '^ *+' conftest.er1 >conftest.err |
29578 | rm -f conftest.er1 | 28190 | rm -f conftest.er1 |
29579 | cat conftest.err >&5 | 28191 | cat conftest.err >&5 |
29580 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29581 | (exit $ac_status); } && { | 28193 | (exit $ac_status); } && { |
29582 | test -z "$ac_c_werror_flag" || | 28194 | test -z "$ac_c_werror_flag" || |
29583 | test ! -s conftest.err | 28195 | test ! -s conftest.err |
29584 | } && test -s conftest$ac_exeext && { | 28196 | } && test -s conftest$ac_exeext && |
29585 | test "$cross_compiling" = yes || | 28197 | $as_test_x conftest$ac_exeext; then |
29586 | $as_test_x conftest$ac_exeext | ||
29587 | }; then | ||
29588 | ac_cv_search_k_hasafs=$ac_res | 28198 | ac_cv_search_k_hasafs=$ac_res |
29589 | else | 28199 | else |
29590 | $as_echo "$as_me: failed program was:" >&5 | 28200 | echo "$as_me: failed program was:" >&5 |
29591 | sed 's/^/| /' conftest.$ac_ext >&5 | 28201 | sed 's/^/| /' conftest.$ac_ext >&5 |
29592 | 28202 | ||
29593 | 28203 | ||
29594 | fi | 28204 | fi |
29595 | 28205 | ||
29596 | rm -rf conftest.dSYM | ||
29597 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | 28206 | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
29598 | conftest$ac_exeext | 28207 | conftest$ac_exeext |
29599 | if test "${ac_cv_search_k_hasafs+set}" = set; then | 28208 | if test "${ac_cv_search_k_hasafs+set}" = set; then |
@@ -29608,8 +28217,8 @@ fi | |||
29608 | rm conftest.$ac_ext | 28217 | rm conftest.$ac_ext |
29609 | LIBS=$ac_func_search_save_LIBS | 28218 | LIBS=$ac_func_search_save_LIBS |
29610 | fi | 28219 | fi |
29611 | { $as_echo "$as_me:$LINENO: result: $ac_cv_search_k_hasafs" >&5 | 28220 | { echo "$as_me:$LINENO: result: $ac_cv_search_k_hasafs" >&5 |
29612 | $as_echo "$ac_cv_search_k_hasafs" >&6; } | 28221 | echo "${ECHO_T}$ac_cv_search_k_hasafs" >&6; } |
29613 | ac_res=$ac_cv_search_k_hasafs | 28222 | ac_res=$ac_cv_search_k_hasafs |
29614 | if test "$ac_res" != no; then | 28223 | if test "$ac_res" != no; then |
29615 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | 28224 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
@@ -29661,10 +28270,10 @@ else | |||
29661 | TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" | 28270 | TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" |
29662 | # Extract the first word of "xauth", so it can be a program name with args. | 28271 | # Extract the first word of "xauth", so it can be a program name with args. |
29663 | set dummy xauth; ac_word=$2 | 28272 | set dummy xauth; ac_word=$2 |
29664 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 28273 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
29665 | $as_echo_n "checking for $ac_word... " >&6; } | 28274 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
29666 | if test "${ac_cv_path_xauth_path+set}" = set; then | 28275 | if test "${ac_cv_path_xauth_path+set}" = set; then |
29667 | $as_echo_n "(cached) " >&6 | 28276 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29668 | else | 28277 | else |
29669 | case $xauth_path in | 28278 | case $xauth_path in |
29670 | [\\/]* | ?:[\\/]*) | 28279 | [\\/]* | ?:[\\/]*) |
@@ -29679,7 +28288,7 @@ do | |||
29679 | for ac_exec_ext in '' $ac_executable_extensions; do | 28288 | for ac_exec_ext in '' $ac_executable_extensions; do |
29680 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 28289 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
29681 | ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext" | 28290 | ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext" |
29682 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 28291 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
29683 | break 2 | 28292 | break 2 |
29684 | fi | 28293 | fi |
29685 | done | 28294 | done |
@@ -29691,11 +28300,11 @@ esac | |||
29691 | fi | 28300 | fi |
29692 | xauth_path=$ac_cv_path_xauth_path | 28301 | xauth_path=$ac_cv_path_xauth_path |
29693 | if test -n "$xauth_path"; then | 28302 | if test -n "$xauth_path"; then |
29694 | { $as_echo "$as_me:$LINENO: result: $xauth_path" >&5 | 28303 | { echo "$as_me:$LINENO: result: $xauth_path" >&5 |
29695 | $as_echo "$xauth_path" >&6; } | 28304 | echo "${ECHO_T}$xauth_path" >&6; } |
29696 | else | 28305 | else |
29697 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 28306 | { echo "$as_me:$LINENO: result: no" >&5 |
29698 | $as_echo "no" >&6; } | 28307 | echo "${ECHO_T}no" >&6; } |
29699 | fi | 28308 | fi |
29700 | 28309 | ||
29701 | 28310 | ||
@@ -29744,20 +28353,20 @@ _ACEOF | |||
29744 | fi | 28353 | fi |
29745 | 28354 | ||
29746 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then | 28355 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then |
29747 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptmx test" >&5 | 28356 | { echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptmx test" >&5 |
29748 | $as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptmx test" >&2;} | 28357 | echo "$as_me: WARNING: cross compiling: Disabling /dev/ptmx test" >&2;} |
29749 | disable_ptmx_check=yes | 28358 | disable_ptmx_check=yes |
29750 | fi | 28359 | fi |
29751 | if test -z "$no_dev_ptmx" ; then | 28360 | if test -z "$no_dev_ptmx" ; then |
29752 | if test "x$disable_ptmx_check" != "xyes" ; then | 28361 | if test "x$disable_ptmx_check" != "xyes" ; then |
29753 | { $as_echo "$as_me:$LINENO: checking for \"/dev/ptmx\"" >&5 | 28362 | { echo "$as_me:$LINENO: checking for \"/dev/ptmx\"" >&5 |
29754 | $as_echo_n "checking for \"/dev/ptmx\"... " >&6; } | 28363 | echo $ECHO_N "checking for \"/dev/ptmx\"... $ECHO_C" >&6; } |
29755 | if test "${ac_cv_file___dev_ptmx_+set}" = set; then | 28364 | if test "${ac_cv_file___dev_ptmx_+set}" = set; then |
29756 | $as_echo_n "(cached) " >&6 | 28365 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29757 | else | 28366 | else |
29758 | test "$cross_compiling" = yes && | 28367 | test "$cross_compiling" = yes && |
29759 | { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 | 28368 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
29760 | $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} | 28369 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
29761 | { (exit 1); exit 1; }; } | 28370 | { (exit 1); exit 1; }; } |
29762 | if test -r ""/dev/ptmx""; then | 28371 | if test -r ""/dev/ptmx""; then |
29763 | ac_cv_file___dev_ptmx_=yes | 28372 | ac_cv_file___dev_ptmx_=yes |
@@ -29765,8 +28374,8 @@ else | |||
29765 | ac_cv_file___dev_ptmx_=no | 28374 | ac_cv_file___dev_ptmx_=no |
29766 | fi | 28375 | fi |
29767 | fi | 28376 | fi |
29768 | { $as_echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptmx_" >&5 | 28377 | { echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptmx_" >&5 |
29769 | $as_echo "$ac_cv_file___dev_ptmx_" >&6; } | 28378 | echo "${ECHO_T}$ac_cv_file___dev_ptmx_" >&6; } |
29770 | if test $ac_cv_file___dev_ptmx_ = yes; then | 28379 | if test $ac_cv_file___dev_ptmx_ = yes; then |
29771 | 28380 | ||
29772 | 28381 | ||
@@ -29783,14 +28392,14 @@ fi | |||
29783 | fi | 28392 | fi |
29784 | 28393 | ||
29785 | if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then | 28394 | if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then |
29786 | { $as_echo "$as_me:$LINENO: checking for \"/dev/ptc\"" >&5 | 28395 | { echo "$as_me:$LINENO: checking for \"/dev/ptc\"" >&5 |
29787 | $as_echo_n "checking for \"/dev/ptc\"... " >&6; } | 28396 | echo $ECHO_N "checking for \"/dev/ptc\"... $ECHO_C" >&6; } |
29788 | if test "${ac_cv_file___dev_ptc_+set}" = set; then | 28397 | if test "${ac_cv_file___dev_ptc_+set}" = set; then |
29789 | $as_echo_n "(cached) " >&6 | 28398 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29790 | else | 28399 | else |
29791 | test "$cross_compiling" = yes && | 28400 | test "$cross_compiling" = yes && |
29792 | { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 | 28401 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
29793 | $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} | 28402 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
29794 | { (exit 1); exit 1; }; } | 28403 | { (exit 1); exit 1; }; } |
29795 | if test -r ""/dev/ptc""; then | 28404 | if test -r ""/dev/ptc""; then |
29796 | ac_cv_file___dev_ptc_=yes | 28405 | ac_cv_file___dev_ptc_=yes |
@@ -29798,8 +28407,8 @@ else | |||
29798 | ac_cv_file___dev_ptc_=no | 28407 | ac_cv_file___dev_ptc_=no |
29799 | fi | 28408 | fi |
29800 | fi | 28409 | fi |
29801 | { $as_echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptc_" >&5 | 28410 | { echo "$as_me:$LINENO: result: $ac_cv_file___dev_ptc_" >&5 |
29802 | $as_echo "$ac_cv_file___dev_ptc_" >&6; } | 28411 | echo "${ECHO_T}$ac_cv_file___dev_ptc_" >&6; } |
29803 | if test $ac_cv_file___dev_ptc_ = yes; then | 28412 | if test $ac_cv_file___dev_ptc_ = yes; then |
29804 | 28413 | ||
29805 | 28414 | ||
@@ -29813,8 +28422,8 @@ _ACEOF | |||
29813 | fi | 28422 | fi |
29814 | 28423 | ||
29815 | else | 28424 | else |
29816 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptc test" >&5 | 28425 | { echo "$as_me:$LINENO: WARNING: cross compiling: Disabling /dev/ptc test" >&5 |
29817 | $as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;} | 28426 | echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;} |
29818 | fi | 28427 | fi |
29819 | 28428 | ||
29820 | # Options from here on. Some of these are preset by platform above | 28429 | # Options from here on. Some of these are preset by platform above |
@@ -29827,8 +28436,8 @@ if test "${with_mantype+set}" = set; then | |||
29827 | MANTYPE=$withval | 28436 | MANTYPE=$withval |
29828 | ;; | 28437 | ;; |
29829 | *) | 28438 | *) |
29830 | { { $as_echo "$as_me:$LINENO: error: invalid man type: $withval" >&5 | 28439 | { { echo "$as_me:$LINENO: error: invalid man type: $withval" >&5 |
29831 | $as_echo "$as_me: error: invalid man type: $withval" >&2;} | 28440 | echo "$as_me: error: invalid man type: $withval" >&2;} |
29832 | { (exit 1); exit 1; }; } | 28441 | { (exit 1); exit 1; }; } |
29833 | ;; | 28442 | ;; |
29834 | esac | 28443 | esac |
@@ -29842,10 +28451,10 @@ if test -z "$MANTYPE"; then | |||
29842 | do | 28451 | do |
29843 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 28452 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
29844 | set dummy $ac_prog; ac_word=$2 | 28453 | set dummy $ac_prog; ac_word=$2 |
29845 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 28454 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
29846 | $as_echo_n "checking for $ac_word... " >&6; } | 28455 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
29847 | if test "${ac_cv_path_NROFF+set}" = set; then | 28456 | if test "${ac_cv_path_NROFF+set}" = set; then |
29848 | $as_echo_n "(cached) " >&6 | 28457 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
29849 | else | 28458 | else |
29850 | case $NROFF in | 28459 | case $NROFF in |
29851 | [\\/]* | ?:[\\/]*) | 28460 | [\\/]* | ?:[\\/]*) |
@@ -29860,7 +28469,7 @@ do | |||
29860 | for ac_exec_ext in '' $ac_executable_extensions; do | 28469 | for ac_exec_ext in '' $ac_executable_extensions; do |
29861 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 28470 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
29862 | ac_cv_path_NROFF="$as_dir/$ac_word$ac_exec_ext" | 28471 | ac_cv_path_NROFF="$as_dir/$ac_word$ac_exec_ext" |
29863 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | 28472 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
29864 | break 2 | 28473 | break 2 |
29865 | fi | 28474 | fi |
29866 | done | 28475 | done |
@@ -29872,11 +28481,11 @@ esac | |||
29872 | fi | 28481 | fi |
29873 | NROFF=$ac_cv_path_NROFF | 28482 | NROFF=$ac_cv_path_NROFF |
29874 | if test -n "$NROFF"; then | 28483 | if test -n "$NROFF"; then |
29875 | { $as_echo "$as_me:$LINENO: result: $NROFF" >&5 | 28484 | { echo "$as_me:$LINENO: result: $NROFF" >&5 |
29876 | $as_echo "$NROFF" >&6; } | 28485 | echo "${ECHO_T}$NROFF" >&6; } |
29877 | else | 28486 | else |
29878 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 28487 | { echo "$as_me:$LINENO: result: no" >&5 |
29879 | $as_echo "no" >&6; } | 28488 | echo "${ECHO_T}no" >&6; } |
29880 | fi | 28489 | fi |
29881 | 28490 | ||
29882 | 28491 | ||
@@ -29937,8 +28546,8 @@ fi | |||
29937 | 28546 | ||
29938 | 28547 | ||
29939 | if test -z "$disable_shadow" ; then | 28548 | if test -z "$disable_shadow" ; then |
29940 | { $as_echo "$as_me:$LINENO: checking if the systems has expire shadow information" >&5 | 28549 | { echo "$as_me:$LINENO: checking if the systems has expire shadow information" >&5 |
29941 | $as_echo_n "checking if the systems has expire shadow information... " >&6; } | 28550 | echo $ECHO_N "checking if the systems has expire shadow information... $ECHO_C" >&6; } |
29942 | cat >conftest.$ac_ext <<_ACEOF | 28551 | cat >conftest.$ac_ext <<_ACEOF |
29943 | /* confdefs.h. */ | 28552 | /* confdefs.h. */ |
29944 | _ACEOF | 28553 | _ACEOF |
@@ -29964,21 +28573,20 @@ case "(($ac_try" in | |||
29964 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28573 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
29965 | *) ac_try_echo=$ac_try;; | 28574 | *) ac_try_echo=$ac_try;; |
29966 | esac | 28575 | esac |
29967 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 28576 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
29968 | $as_echo "$ac_try_echo") >&5 | ||
29969 | (eval "$ac_compile") 2>conftest.er1 | 28577 | (eval "$ac_compile") 2>conftest.er1 |
29970 | ac_status=$? | 28578 | ac_status=$? |
29971 | grep -v '^ *+' conftest.er1 >conftest.err | 28579 | grep -v '^ *+' conftest.er1 >conftest.err |
29972 | rm -f conftest.er1 | 28580 | rm -f conftest.er1 |
29973 | cat conftest.err >&5 | 28581 | cat conftest.err >&5 |
29974 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28582 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29975 | (exit $ac_status); } && { | 28583 | (exit $ac_status); } && { |
29976 | test -z "$ac_c_werror_flag" || | 28584 | test -z "$ac_c_werror_flag" || |
29977 | test ! -s conftest.err | 28585 | test ! -s conftest.err |
29978 | } && test -s conftest.$ac_objext; then | 28586 | } && test -s conftest.$ac_objext; then |
29979 | sp_expire_available=yes | 28587 | sp_expire_available=yes |
29980 | else | 28588 | else |
29981 | $as_echo "$as_me: failed program was:" >&5 | 28589 | echo "$as_me: failed program was:" >&5 |
29982 | sed 's/^/| /' conftest.$ac_ext >&5 | 28590 | sed 's/^/| /' conftest.$ac_ext >&5 |
29983 | 28591 | ||
29984 | 28592 | ||
@@ -29988,16 +28596,16 @@ fi | |||
29988 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 28596 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
29989 | 28597 | ||
29990 | if test "x$sp_expire_available" = "xyes" ; then | 28598 | if test "x$sp_expire_available" = "xyes" ; then |
29991 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 28599 | { echo "$as_me:$LINENO: result: yes" >&5 |
29992 | $as_echo "yes" >&6; } | 28600 | echo "${ECHO_T}yes" >&6; } |
29993 | 28601 | ||
29994 | cat >>confdefs.h <<\_ACEOF | 28602 | cat >>confdefs.h <<\_ACEOF |
29995 | #define HAS_SHADOW_EXPIRE 1 | 28603 | #define HAS_SHADOW_EXPIRE 1 |
29996 | _ACEOF | 28604 | _ACEOF |
29997 | 28605 | ||
29998 | else | 28606 | else |
29999 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 28607 | { echo "$as_me:$LINENO: result: no" >&5 |
30000 | $as_echo "no" >&6; } | 28608 | echo "${ECHO_T}no" >&6; } |
30001 | fi | 28609 | fi |
30002 | fi | 28610 | fi |
30003 | 28611 | ||
@@ -30032,8 +28640,8 @@ fi | |||
30032 | # Check whether --enable-etc-default-login was given. | 28640 | # Check whether --enable-etc-default-login was given. |
30033 | if test "${enable_etc_default_login+set}" = set; then | 28641 | if test "${enable_etc_default_login+set}" = set; then |
30034 | enableval=$enable_etc_default_login; if test "x$enableval" = "xno"; then | 28642 | enableval=$enable_etc_default_login; if test "x$enableval" = "xno"; then |
30035 | { $as_echo "$as_me:$LINENO: /etc/default/login handling disabled" >&5 | 28643 | { echo "$as_me:$LINENO: /etc/default/login handling disabled" >&5 |
30036 | $as_echo "$as_me: /etc/default/login handling disabled" >&6;} | 28644 | echo "$as_me: /etc/default/login handling disabled" >&6;} |
30037 | etc_default_login=no | 28645 | etc_default_login=no |
30038 | else | 28646 | else |
30039 | etc_default_login=yes | 28647 | etc_default_login=yes |
@@ -30041,8 +28649,8 @@ $as_echo "$as_me: /etc/default/login handling disabled" >&6;} | |||
30041 | else | 28649 | else |
30042 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; | 28650 | if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; |
30043 | then | 28651 | then |
30044 | { $as_echo "$as_me:$LINENO: WARNING: cross compiling: not checking /etc/default/login" >&5 | 28652 | { echo "$as_me:$LINENO: WARNING: cross compiling: not checking /etc/default/login" >&5 |
30045 | $as_echo "$as_me: WARNING: cross compiling: not checking /etc/default/login" >&2;} | 28653 | echo "$as_me: WARNING: cross compiling: not checking /etc/default/login" >&2;} |
30046 | etc_default_login=no | 28654 | etc_default_login=no |
30047 | else | 28655 | else |
30048 | etc_default_login=yes | 28656 | etc_default_login=yes |
@@ -30052,14 +28660,14 @@ fi | |||
30052 | 28660 | ||
30053 | 28661 | ||
30054 | if test "x$etc_default_login" != "xno"; then | 28662 | if test "x$etc_default_login" != "xno"; then |
30055 | { $as_echo "$as_me:$LINENO: checking for \"/etc/default/login\"" >&5 | 28663 | { echo "$as_me:$LINENO: checking for \"/etc/default/login\"" >&5 |
30056 | $as_echo_n "checking for \"/etc/default/login\"... " >&6; } | 28664 | echo $ECHO_N "checking for \"/etc/default/login\"... $ECHO_C" >&6; } |
30057 | if test "${ac_cv_file___etc_default_login_+set}" = set; then | 28665 | if test "${ac_cv_file___etc_default_login_+set}" = set; then |
30058 | $as_echo_n "(cached) " >&6 | 28666 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
30059 | else | 28667 | else |
30060 | test "$cross_compiling" = yes && | 28668 | test "$cross_compiling" = yes && |
30061 | { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 | 28669 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
30062 | $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} | 28670 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
30063 | { (exit 1); exit 1; }; } | 28671 | { (exit 1); exit 1; }; } |
30064 | if test -r ""/etc/default/login""; then | 28672 | if test -r ""/etc/default/login""; then |
30065 | ac_cv_file___etc_default_login_=yes | 28673 | ac_cv_file___etc_default_login_=yes |
@@ -30067,8 +28675,8 @@ else | |||
30067 | ac_cv_file___etc_default_login_=no | 28675 | ac_cv_file___etc_default_login_=no |
30068 | fi | 28676 | fi |
30069 | fi | 28677 | fi |
30070 | { $as_echo "$as_me:$LINENO: result: $ac_cv_file___etc_default_login_" >&5 | 28678 | { echo "$as_me:$LINENO: result: $ac_cv_file___etc_default_login_" >&5 |
30071 | $as_echo "$ac_cv_file___etc_default_login_" >&6; } | 28679 | echo "${ECHO_T}$ac_cv_file___etc_default_login_" >&6; } |
30072 | if test $ac_cv_file___etc_default_login_ = yes; then | 28680 | if test $ac_cv_file___etc_default_login_ = yes; then |
30073 | external_path_file=/etc/default/login | 28681 | external_path_file=/etc/default/login |
30074 | fi | 28682 | fi |
@@ -30094,18 +28702,18 @@ SERVER_PATH_MSG="(default)" | |||
30094 | if test "${with_default_path+set}" = set; then | 28702 | if test "${with_default_path+set}" = set; then |
30095 | withval=$with_default_path; | 28703 | withval=$with_default_path; |
30096 | if test "x$external_path_file" = "x/etc/login.conf" ; then | 28704 | if test "x$external_path_file" = "x/etc/login.conf" ; then |
30097 | { $as_echo "$as_me:$LINENO: WARNING: | 28705 | { echo "$as_me:$LINENO: WARNING: |
30098 | --with-default-path=PATH has no effect on this system. | 28706 | --with-default-path=PATH has no effect on this system. |
30099 | Edit /etc/login.conf instead." >&5 | 28707 | Edit /etc/login.conf instead." >&5 |
30100 | $as_echo "$as_me: WARNING: | 28708 | echo "$as_me: WARNING: |
30101 | --with-default-path=PATH has no effect on this system. | 28709 | --with-default-path=PATH has no effect on this system. |
30102 | Edit /etc/login.conf instead." >&2;} | 28710 | Edit /etc/login.conf instead." >&2;} |
30103 | elif test "x$withval" != "xno" ; then | 28711 | elif test "x$withval" != "xno" ; then |
30104 | if test ! -z "$external_path_file" ; then | 28712 | if test ! -z "$external_path_file" ; then |
30105 | { $as_echo "$as_me:$LINENO: WARNING: | 28713 | { echo "$as_me:$LINENO: WARNING: |
30106 | --with-default-path=PATH will only be used if PATH is not defined in | 28714 | --with-default-path=PATH will only be used if PATH is not defined in |
30107 | $external_path_file ." >&5 | 28715 | $external_path_file ." >&5 |
30108 | $as_echo "$as_me: WARNING: | 28716 | echo "$as_me: WARNING: |
30109 | --with-default-path=PATH will only be used if PATH is not defined in | 28717 | --with-default-path=PATH will only be used if PATH is not defined in |
30110 | $external_path_file ." >&2;} | 28718 | $external_path_file ." >&2;} |
30111 | fi | 28719 | fi |
@@ -30115,14 +28723,14 @@ $external_path_file ." >&2;} | |||
30115 | 28723 | ||
30116 | else | 28724 | else |
30117 | if test "x$external_path_file" = "x/etc/login.conf" ; then | 28725 | if test "x$external_path_file" = "x/etc/login.conf" ; then |
30118 | { $as_echo "$as_me:$LINENO: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 | 28726 | { echo "$as_me:$LINENO: WARNING: Make sure the path to scp is in /etc/login.conf" >&5 |
30119 | $as_echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} | 28727 | echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;} |
30120 | else | 28728 | else |
30121 | if test ! -z "$external_path_file" ; then | 28729 | if test ! -z "$external_path_file" ; then |
30122 | { $as_echo "$as_me:$LINENO: WARNING: | 28730 | { echo "$as_me:$LINENO: WARNING: |
30123 | If PATH is defined in $external_path_file, ensure the path to scp is included, | 28731 | If PATH is defined in $external_path_file, ensure the path to scp is included, |
30124 | otherwise scp will not work." >&5 | 28732 | otherwise scp will not work." >&5 |
30125 | $as_echo "$as_me: WARNING: | 28733 | echo "$as_me: WARNING: |
30126 | If PATH is defined in $external_path_file, ensure the path to scp is included, | 28734 | If PATH is defined in $external_path_file, ensure the path to scp is included, |
30127 | otherwise scp will not work." >&2;} | 28735 | otherwise scp will not work." >&2;} |
30128 | fi | 28736 | fi |
@@ -30176,32 +28784,29 @@ case "(($ac_try" in | |||
30176 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28784 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30177 | *) ac_try_echo=$ac_try;; | 28785 | *) ac_try_echo=$ac_try;; |
30178 | esac | 28786 | esac |
30179 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 28787 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30180 | $as_echo "$ac_try_echo") >&5 | ||
30181 | (eval "$ac_link") 2>&5 | 28788 | (eval "$ac_link") 2>&5 |
30182 | ac_status=$? | 28789 | ac_status=$? |
30183 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30184 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | 28791 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
30185 | { (case "(($ac_try" in | 28792 | { (case "(($ac_try" in |
30186 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 28793 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30187 | *) ac_try_echo=$ac_try;; | 28794 | *) ac_try_echo=$ac_try;; |
30188 | esac | 28795 | esac |
30189 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 28796 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30190 | $as_echo "$ac_try_echo") >&5 | ||
30191 | (eval "$ac_try") 2>&5 | 28797 | (eval "$ac_try") 2>&5 |
30192 | ac_status=$? | 28798 | ac_status=$? |
30193 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 28799 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30194 | (exit $ac_status); }; }; then | 28800 | (exit $ac_status); }; }; then |
30195 | user_path=`cat conftest.stdpath` | 28801 | user_path=`cat conftest.stdpath` |
30196 | else | 28802 | else |
30197 | $as_echo "$as_me: program exited with status $ac_status" >&5 | 28803 | echo "$as_me: program exited with status $ac_status" >&5 |
30198 | $as_echo "$as_me: failed program was:" >&5 | 28804 | echo "$as_me: failed program was:" >&5 |
30199 | sed 's/^/| /' conftest.$ac_ext >&5 | 28805 | sed 's/^/| /' conftest.$ac_ext >&5 |
30200 | 28806 | ||
30201 | ( exit $ac_status ) | 28807 | ( exit $ac_status ) |
30202 | user_path="/usr/bin:/bin:/usr/sbin:/sbin" | 28808 | user_path="/usr/bin:/bin:/usr/sbin:/sbin" |
30203 | fi | 28809 | fi |
30204 | rm -rf conftest.dSYM | ||
30205 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 28810 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
30206 | fi | 28811 | fi |
30207 | 28812 | ||
@@ -30219,8 +28824,8 @@ fi | |||
30219 | echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 | 28824 | echo $user_path | grep "^$t_bindir" > /dev/null 2>&1 |
30220 | if test $? -ne 0 ; then | 28825 | if test $? -ne 0 ; then |
30221 | user_path=$user_path:$t_bindir | 28826 | user_path=$user_path:$t_bindir |
30222 | { $as_echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5 | 28827 | { echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5 |
30223 | $as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; } | 28828 | echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6; } |
30224 | fi | 28829 | fi |
30225 | fi | 28830 | fi |
30226 | fi | 28831 | fi |
@@ -30256,16 +28861,16 @@ fi | |||
30256 | 28861 | ||
30257 | 28862 | ||
30258 | 28863 | ||
30259 | { $as_echo "$as_me:$LINENO: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 | 28864 | { echo "$as_me:$LINENO: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5 |
30260 | $as_echo_n "checking if we need to convert IPv4 in IPv6-mapped addresses... " >&6; } | 28865 | echo $ECHO_N "checking if we need to convert IPv4 in IPv6-mapped addresses... $ECHO_C" >&6; } |
30261 | IPV4_IN6_HACK_MSG="no" | 28866 | IPV4_IN6_HACK_MSG="no" |
30262 | 28867 | ||
30263 | # Check whether --with-4in6 was given. | 28868 | # Check whether --with-4in6 was given. |
30264 | if test "${with_4in6+set}" = set; then | 28869 | if test "${with_4in6+set}" = set; then |
30265 | withval=$with_4in6; | 28870 | withval=$with_4in6; |
30266 | if test "x$withval" != "xno" ; then | 28871 | if test "x$withval" != "xno" ; then |
30267 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 28872 | { echo "$as_me:$LINENO: result: yes" >&5 |
30268 | $as_echo "yes" >&6; } | 28873 | echo "${ECHO_T}yes" >&6; } |
30269 | 28874 | ||
30270 | cat >>confdefs.h <<\_ACEOF | 28875 | cat >>confdefs.h <<\_ACEOF |
30271 | #define IPV4_IN_IPV6 1 | 28876 | #define IPV4_IN_IPV6 1 |
@@ -30273,23 +28878,23 @@ _ACEOF | |||
30273 | 28878 | ||
30274 | IPV4_IN6_HACK_MSG="yes" | 28879 | IPV4_IN6_HACK_MSG="yes" |
30275 | else | 28880 | else |
30276 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 28881 | { echo "$as_me:$LINENO: result: no" >&5 |
30277 | $as_echo "no" >&6; } | 28882 | echo "${ECHO_T}no" >&6; } |
30278 | fi | 28883 | fi |
30279 | 28884 | ||
30280 | else | 28885 | else |
30281 | 28886 | ||
30282 | if test "x$inet6_default_4in6" = "xyes"; then | 28887 | if test "x$inet6_default_4in6" = "xyes"; then |
30283 | { $as_echo "$as_me:$LINENO: result: yes (default)" >&5 | 28888 | { echo "$as_me:$LINENO: result: yes (default)" >&5 |
30284 | $as_echo "yes (default)" >&6; } | 28889 | echo "${ECHO_T}yes (default)" >&6; } |
30285 | cat >>confdefs.h <<\_ACEOF | 28890 | cat >>confdefs.h <<\_ACEOF |
30286 | #define IPV4_IN_IPV6 1 | 28891 | #define IPV4_IN_IPV6 1 |
30287 | _ACEOF | 28892 | _ACEOF |
30288 | 28893 | ||
30289 | IPV4_IN6_HACK_MSG="yes" | 28894 | IPV4_IN6_HACK_MSG="yes" |
30290 | else | 28895 | else |
30291 | { $as_echo "$as_me:$LINENO: result: no (default)" >&5 | 28896 | { echo "$as_me:$LINENO: result: no (default)" >&5 |
30292 | $as_echo "no (default)" >&6; } | 28897 | echo "${ECHO_T}no (default)" >&6; } |
30293 | fi | 28898 | fi |
30294 | 28899 | ||
30295 | 28900 | ||
@@ -30333,8 +28938,8 @@ if test "${with_pid_dir+set}" = set; then | |||
30333 | test "x${withval}" != "xyes"; then | 28938 | test "x${withval}" != "xyes"; then |
30334 | piddir=$withval | 28939 | piddir=$withval |
30335 | if test ! -d $piddir ; then | 28940 | if test ! -d $piddir ; then |
30336 | { $as_echo "$as_me:$LINENO: WARNING: ** no $piddir directory on this system **" >&5 | 28941 | { echo "$as_me:$LINENO: WARNING: ** no $piddir directory on this system **" >&5 |
30337 | $as_echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} | 28942 | echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;} |
30338 | fi | 28943 | fi |
30339 | fi | 28944 | fi |
30340 | 28945 | ||
@@ -30475,8 +29080,8 @@ fi | |||
30475 | 29080 | ||
30476 | 29081 | ||
30477 | 29082 | ||
30478 | { $as_echo "$as_me:$LINENO: checking if your system defines LASTLOG_FILE" >&5 | 29083 | { echo "$as_me:$LINENO: checking if your system defines LASTLOG_FILE" >&5 |
30479 | $as_echo_n "checking if your system defines LASTLOG_FILE... " >&6; } | 29084 | echo $ECHO_N "checking if your system defines LASTLOG_FILE... $ECHO_C" >&6; } |
30480 | cat >conftest.$ac_ext <<_ACEOF | 29085 | cat >conftest.$ac_ext <<_ACEOF |
30481 | /* confdefs.h. */ | 29086 | /* confdefs.h. */ |
30482 | _ACEOF | 29087 | _ACEOF |
@@ -30510,29 +29115,28 @@ case "(($ac_try" in | |||
30510 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29115 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30511 | *) ac_try_echo=$ac_try;; | 29116 | *) ac_try_echo=$ac_try;; |
30512 | esac | 29117 | esac |
30513 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 29118 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30514 | $as_echo "$ac_try_echo") >&5 | ||
30515 | (eval "$ac_compile") 2>conftest.er1 | 29119 | (eval "$ac_compile") 2>conftest.er1 |
30516 | ac_status=$? | 29120 | ac_status=$? |
30517 | grep -v '^ *+' conftest.er1 >conftest.err | 29121 | grep -v '^ *+' conftest.er1 >conftest.err |
30518 | rm -f conftest.er1 | 29122 | rm -f conftest.er1 |
30519 | cat conftest.err >&5 | 29123 | cat conftest.err >&5 |
30520 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30521 | (exit $ac_status); } && { | 29125 | (exit $ac_status); } && { |
30522 | test -z "$ac_c_werror_flag" || | 29126 | test -z "$ac_c_werror_flag" || |
30523 | test ! -s conftest.err | 29127 | test ! -s conftest.err |
30524 | } && test -s conftest.$ac_objext; then | 29128 | } && test -s conftest.$ac_objext; then |
30525 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 29129 | { echo "$as_me:$LINENO: result: yes" >&5 |
30526 | $as_echo "yes" >&6; } | 29130 | echo "${ECHO_T}yes" >&6; } |
30527 | else | 29131 | else |
30528 | $as_echo "$as_me: failed program was:" >&5 | 29132 | echo "$as_me: failed program was:" >&5 |
30529 | sed 's/^/| /' conftest.$ac_ext >&5 | 29133 | sed 's/^/| /' conftest.$ac_ext >&5 |
30530 | 29134 | ||
30531 | 29135 | ||
30532 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 29136 | { echo "$as_me:$LINENO: result: no" >&5 |
30533 | $as_echo "no" >&6; } | 29137 | echo "${ECHO_T}no" >&6; } |
30534 | { $as_echo "$as_me:$LINENO: checking if your system defines _PATH_LASTLOG" >&5 | 29138 | { echo "$as_me:$LINENO: checking if your system defines _PATH_LASTLOG" >&5 |
30535 | $as_echo_n "checking if your system defines _PATH_LASTLOG... " >&6; } | 29139 | echo $ECHO_N "checking if your system defines _PATH_LASTLOG... $ECHO_C" >&6; } |
30536 | cat >conftest.$ac_ext <<_ACEOF | 29140 | cat >conftest.$ac_ext <<_ACEOF |
30537 | /* confdefs.h. */ | 29141 | /* confdefs.h. */ |
30538 | _ACEOF | 29142 | _ACEOF |
@@ -30563,27 +29167,26 @@ case "(($ac_try" in | |||
30563 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29167 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30564 | *) ac_try_echo=$ac_try;; | 29168 | *) ac_try_echo=$ac_try;; |
30565 | esac | 29169 | esac |
30566 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 29170 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30567 | $as_echo "$ac_try_echo") >&5 | ||
30568 | (eval "$ac_compile") 2>conftest.er1 | 29171 | (eval "$ac_compile") 2>conftest.er1 |
30569 | ac_status=$? | 29172 | ac_status=$? |
30570 | grep -v '^ *+' conftest.er1 >conftest.err | 29173 | grep -v '^ *+' conftest.er1 >conftest.err |
30571 | rm -f conftest.er1 | 29174 | rm -f conftest.er1 |
30572 | cat conftest.err >&5 | 29175 | cat conftest.err >&5 |
30573 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29176 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30574 | (exit $ac_status); } && { | 29177 | (exit $ac_status); } && { |
30575 | test -z "$ac_c_werror_flag" || | 29178 | test -z "$ac_c_werror_flag" || |
30576 | test ! -s conftest.err | 29179 | test ! -s conftest.err |
30577 | } && test -s conftest.$ac_objext; then | 29180 | } && test -s conftest.$ac_objext; then |
30578 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 29181 | { echo "$as_me:$LINENO: result: yes" >&5 |
30579 | $as_echo "yes" >&6; } | 29182 | echo "${ECHO_T}yes" >&6; } |
30580 | else | 29183 | else |
30581 | $as_echo "$as_me: failed program was:" >&5 | 29184 | echo "$as_me: failed program was:" >&5 |
30582 | sed 's/^/| /' conftest.$ac_ext >&5 | 29185 | sed 's/^/| /' conftest.$ac_ext >&5 |
30583 | 29186 | ||
30584 | 29187 | ||
30585 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 29188 | { echo "$as_me:$LINENO: result: no" >&5 |
30586 | $as_echo "no" >&6; } | 29189 | echo "${ECHO_T}no" >&6; } |
30587 | system_lastlog_path=no | 29190 | system_lastlog_path=no |
30588 | 29191 | ||
30589 | fi | 29192 | fi |
@@ -30603,8 +29206,8 @@ if test -z "$conf_lastlog_location"; then | |||
30603 | fi | 29206 | fi |
30604 | done | 29207 | done |
30605 | if test -z "$conf_lastlog_location"; then | 29208 | if test -z "$conf_lastlog_location"; then |
30606 | { $as_echo "$as_me:$LINENO: WARNING: ** Cannot find lastlog **" >&5 | 29209 | { echo "$as_me:$LINENO: WARNING: ** Cannot find lastlog **" >&5 |
30607 | $as_echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} | 29210 | echo "$as_me: WARNING: ** Cannot find lastlog **" >&2;} |
30608 | fi | 29211 | fi |
30609 | fi | 29212 | fi |
30610 | fi | 29213 | fi |
@@ -30617,8 +29220,8 @@ _ACEOF | |||
30617 | 29220 | ||
30618 | fi | 29221 | fi |
30619 | 29222 | ||
30620 | { $as_echo "$as_me:$LINENO: checking if your system defines UTMP_FILE" >&5 | 29223 | { echo "$as_me:$LINENO: checking if your system defines UTMP_FILE" >&5 |
30621 | $as_echo_n "checking if your system defines UTMP_FILE... " >&6; } | 29224 | echo $ECHO_N "checking if your system defines UTMP_FILE... $ECHO_C" >&6; } |
30622 | cat >conftest.$ac_ext <<_ACEOF | 29225 | cat >conftest.$ac_ext <<_ACEOF |
30623 | /* confdefs.h. */ | 29226 | /* confdefs.h. */ |
30624 | _ACEOF | 29227 | _ACEOF |
@@ -30646,26 +29249,25 @@ case "(($ac_try" in | |||
30646 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29249 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30647 | *) ac_try_echo=$ac_try;; | 29250 | *) ac_try_echo=$ac_try;; |
30648 | esac | 29251 | esac |
30649 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 29252 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30650 | $as_echo "$ac_try_echo") >&5 | ||
30651 | (eval "$ac_compile") 2>conftest.er1 | 29253 | (eval "$ac_compile") 2>conftest.er1 |
30652 | ac_status=$? | 29254 | ac_status=$? |
30653 | grep -v '^ *+' conftest.er1 >conftest.err | 29255 | grep -v '^ *+' conftest.er1 >conftest.err |
30654 | rm -f conftest.er1 | 29256 | rm -f conftest.er1 |
30655 | cat conftest.err >&5 | 29257 | cat conftest.err >&5 |
30656 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30657 | (exit $ac_status); } && { | 29259 | (exit $ac_status); } && { |
30658 | test -z "$ac_c_werror_flag" || | 29260 | test -z "$ac_c_werror_flag" || |
30659 | test ! -s conftest.err | 29261 | test ! -s conftest.err |
30660 | } && test -s conftest.$ac_objext; then | 29262 | } && test -s conftest.$ac_objext; then |
30661 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 29263 | { echo "$as_me:$LINENO: result: yes" >&5 |
30662 | $as_echo "yes" >&6; } | 29264 | echo "${ECHO_T}yes" >&6; } |
30663 | else | 29265 | else |
30664 | $as_echo "$as_me: failed program was:" >&5 | 29266 | echo "$as_me: failed program was:" >&5 |
30665 | sed 's/^/| /' conftest.$ac_ext >&5 | 29267 | sed 's/^/| /' conftest.$ac_ext >&5 |
30666 | 29268 | ||
30667 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 29269 | { echo "$as_me:$LINENO: result: no" >&5 |
30668 | $as_echo "no" >&6; } | 29270 | echo "${ECHO_T}no" >&6; } |
30669 | system_utmp_path=no | 29271 | system_utmp_path=no |
30670 | 29272 | ||
30671 | fi | 29273 | fi |
@@ -30694,8 +29296,8 @@ _ACEOF | |||
30694 | 29296 | ||
30695 | fi | 29297 | fi |
30696 | 29298 | ||
30697 | { $as_echo "$as_me:$LINENO: checking if your system defines WTMP_FILE" >&5 | 29299 | { echo "$as_me:$LINENO: checking if your system defines WTMP_FILE" >&5 |
30698 | $as_echo_n "checking if your system defines WTMP_FILE... " >&6; } | 29300 | echo $ECHO_N "checking if your system defines WTMP_FILE... $ECHO_C" >&6; } |
30699 | cat >conftest.$ac_ext <<_ACEOF | 29301 | cat >conftest.$ac_ext <<_ACEOF |
30700 | /* confdefs.h. */ | 29302 | /* confdefs.h. */ |
30701 | _ACEOF | 29303 | _ACEOF |
@@ -30723,26 +29325,25 @@ case "(($ac_try" in | |||
30723 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29325 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30724 | *) ac_try_echo=$ac_try;; | 29326 | *) ac_try_echo=$ac_try;; |
30725 | esac | 29327 | esac |
30726 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 29328 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30727 | $as_echo "$ac_try_echo") >&5 | ||
30728 | (eval "$ac_compile") 2>conftest.er1 | 29329 | (eval "$ac_compile") 2>conftest.er1 |
30729 | ac_status=$? | 29330 | ac_status=$? |
30730 | grep -v '^ *+' conftest.er1 >conftest.err | 29331 | grep -v '^ *+' conftest.er1 >conftest.err |
30731 | rm -f conftest.er1 | 29332 | rm -f conftest.er1 |
30732 | cat conftest.err >&5 | 29333 | cat conftest.err >&5 |
30733 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29334 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30734 | (exit $ac_status); } && { | 29335 | (exit $ac_status); } && { |
30735 | test -z "$ac_c_werror_flag" || | 29336 | test -z "$ac_c_werror_flag" || |
30736 | test ! -s conftest.err | 29337 | test ! -s conftest.err |
30737 | } && test -s conftest.$ac_objext; then | 29338 | } && test -s conftest.$ac_objext; then |
30738 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 29339 | { echo "$as_me:$LINENO: result: yes" >&5 |
30739 | $as_echo "yes" >&6; } | 29340 | echo "${ECHO_T}yes" >&6; } |
30740 | else | 29341 | else |
30741 | $as_echo "$as_me: failed program was:" >&5 | 29342 | echo "$as_me: failed program was:" >&5 |
30742 | sed 's/^/| /' conftest.$ac_ext >&5 | 29343 | sed 's/^/| /' conftest.$ac_ext >&5 |
30743 | 29344 | ||
30744 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 29345 | { echo "$as_me:$LINENO: result: no" >&5 |
30745 | $as_echo "no" >&6; } | 29346 | echo "${ECHO_T}no" >&6; } |
30746 | system_wtmp_path=no | 29347 | system_wtmp_path=no |
30747 | 29348 | ||
30748 | fi | 29349 | fi |
@@ -30772,8 +29373,8 @@ _ACEOF | |||
30772 | fi | 29373 | fi |
30773 | 29374 | ||
30774 | 29375 | ||
30775 | { $as_echo "$as_me:$LINENO: checking if your system defines UTMPX_FILE" >&5 | 29376 | { echo "$as_me:$LINENO: checking if your system defines UTMPX_FILE" >&5 |
30776 | $as_echo_n "checking if your system defines UTMPX_FILE... " >&6; } | 29377 | echo $ECHO_N "checking if your system defines UTMPX_FILE... $ECHO_C" >&6; } |
30777 | cat >conftest.$ac_ext <<_ACEOF | 29378 | cat >conftest.$ac_ext <<_ACEOF |
30778 | /* confdefs.h. */ | 29379 | /* confdefs.h. */ |
30779 | _ACEOF | 29380 | _ACEOF |
@@ -30804,26 +29405,25 @@ case "(($ac_try" in | |||
30804 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29405 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30805 | *) ac_try_echo=$ac_try;; | 29406 | *) ac_try_echo=$ac_try;; |
30806 | esac | 29407 | esac |
30807 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 29408 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30808 | $as_echo "$ac_try_echo") >&5 | ||
30809 | (eval "$ac_compile") 2>conftest.er1 | 29409 | (eval "$ac_compile") 2>conftest.er1 |
30810 | ac_status=$? | 29410 | ac_status=$? |
30811 | grep -v '^ *+' conftest.er1 >conftest.err | 29411 | grep -v '^ *+' conftest.er1 >conftest.err |
30812 | rm -f conftest.er1 | 29412 | rm -f conftest.er1 |
30813 | cat conftest.err >&5 | 29413 | cat conftest.err >&5 |
30814 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29414 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30815 | (exit $ac_status); } && { | 29415 | (exit $ac_status); } && { |
30816 | test -z "$ac_c_werror_flag" || | 29416 | test -z "$ac_c_werror_flag" || |
30817 | test ! -s conftest.err | 29417 | test ! -s conftest.err |
30818 | } && test -s conftest.$ac_objext; then | 29418 | } && test -s conftest.$ac_objext; then |
30819 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 29419 | { echo "$as_me:$LINENO: result: yes" >&5 |
30820 | $as_echo "yes" >&6; } | 29420 | echo "${ECHO_T}yes" >&6; } |
30821 | else | 29421 | else |
30822 | $as_echo "$as_me: failed program was:" >&5 | 29422 | echo "$as_me: failed program was:" >&5 |
30823 | sed 's/^/| /' conftest.$ac_ext >&5 | 29423 | sed 's/^/| /' conftest.$ac_ext >&5 |
30824 | 29424 | ||
30825 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 29425 | { echo "$as_me:$LINENO: result: no" >&5 |
30826 | $as_echo "no" >&6; } | 29426 | echo "${ECHO_T}no" >&6; } |
30827 | system_utmpx_path=no | 29427 | system_utmpx_path=no |
30828 | 29428 | ||
30829 | fi | 29429 | fi |
@@ -30844,8 +29444,8 @@ _ACEOF | |||
30844 | 29444 | ||
30845 | fi | 29445 | fi |
30846 | 29446 | ||
30847 | { $as_echo "$as_me:$LINENO: checking if your system defines WTMPX_FILE" >&5 | 29447 | { echo "$as_me:$LINENO: checking if your system defines WTMPX_FILE" >&5 |
30848 | $as_echo_n "checking if your system defines WTMPX_FILE... " >&6; } | 29448 | echo $ECHO_N "checking if your system defines WTMPX_FILE... $ECHO_C" >&6; } |
30849 | cat >conftest.$ac_ext <<_ACEOF | 29449 | cat >conftest.$ac_ext <<_ACEOF |
30850 | /* confdefs.h. */ | 29450 | /* confdefs.h. */ |
30851 | _ACEOF | 29451 | _ACEOF |
@@ -30876,26 +29476,25 @@ case "(($ac_try" in | |||
30876 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | 29476 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
30877 | *) ac_try_echo=$ac_try;; | 29477 | *) ac_try_echo=$ac_try;; |
30878 | esac | 29478 | esac |
30879 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" | 29479 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
30880 | $as_echo "$ac_try_echo") >&5 | ||
30881 | (eval "$ac_compile") 2>conftest.er1 | 29480 | (eval "$ac_compile") 2>conftest.er1 |
30882 | ac_status=$? | 29481 | ac_status=$? |
30883 | grep -v '^ *+' conftest.er1 >conftest.err | 29482 | grep -v '^ *+' conftest.er1 >conftest.err |
30884 | rm -f conftest.er1 | 29483 | rm -f conftest.er1 |
30885 | cat conftest.err >&5 | 29484 | cat conftest.err >&5 |
30886 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 29485 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30887 | (exit $ac_status); } && { | 29486 | (exit $ac_status); } && { |
30888 | test -z "$ac_c_werror_flag" || | 29487 | test -z "$ac_c_werror_flag" || |
30889 | test ! -s conftest.err | 29488 | test ! -s conftest.err |
30890 | } && test -s conftest.$ac_objext; then | 29489 | } && test -s conftest.$ac_objext; then |
30891 | { $as_echo "$as_me:$LINENO: result: yes" >&5 | 29490 | { echo "$as_me:$LINENO: result: yes" >&5 |
30892 | $as_echo "yes" >&6; } | 29491 | echo "${ECHO_T}yes" >&6; } |
30893 | else | 29492 | else |
30894 | $as_echo "$as_me: failed program was:" >&5 | 29493 | echo "$as_me: failed program was:" >&5 |
30895 | sed 's/^/| /' conftest.$ac_ext >&5 | 29494 | sed 's/^/| /' conftest.$ac_ext >&5 |
30896 | 29495 | ||
30897 | { $as_echo "$as_me:$LINENO: result: no" >&5 | 29496 | { echo "$as_me:$LINENO: result: no" >&5 |
30898 | $as_echo "no" >&6; } | 29497 | echo "${ECHO_T}no" >&6; } |
30899 | system_wtmpx_path=no | 29498 | system_wtmpx_path=no |
30900 | 29499 | ||
30901 | fi | 29500 | fi |
@@ -30919,8 +29518,8 @@ fi | |||
30919 | 29518 | ||
30920 | if test ! -z "$blibpath" ; then | 29519 | if test ! -z "$blibpath" ; then |
30921 | LDFLAGS="$LDFLAGS $blibflags$blibpath" | 29520 | LDFLAGS="$LDFLAGS $blibflags$blibpath" |
30922 | { $as_echo "$as_me:$LINENO: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 | 29521 | { echo "$as_me:$LINENO: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&5 |
30923 | $as_echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} | 29522 | echo "$as_me: WARNING: Please check and edit blibpath in LDFLAGS in Makefile" >&2;} |
30924 | fi | 29523 | fi |
30925 | 29524 | ||
30926 | CFLAGS="$CFLAGS $werror_flags" | 29525 | CFLAGS="$CFLAGS $werror_flags" |
@@ -30935,7 +29534,7 @@ else | |||
30935 | fi | 29534 | fi |
30936 | 29535 | ||
30937 | 29536 | ||
30938 | ac_config_files="$ac_config_files Makefile buildpkg.sh opensshd.init openssh.xml openbsd-compat/Makefile openbsd-compat/regress/Makefile scard/Makefile ssh_prng_cmds survey.sh" | 29537 | ac_config_files="$ac_config_files Makefile buildpkg.sh opensshd.init openssh.xml openbsd-compat/Makefile openbsd-compat/regress/Makefile ssh_prng_cmds survey.sh" |
30939 | 29538 | ||
30940 | cat >confcache <<\_ACEOF | 29539 | cat >confcache <<\_ACEOF |
30941 | # This file is a shell script that caches the results of configure | 29540 | # This file is a shell script that caches the results of configure |
@@ -30964,12 +29563,11 @@ _ACEOF | |||
30964 | case $ac_val in #( | 29563 | case $ac_val in #( |
30965 | *${as_nl}*) | 29564 | *${as_nl}*) |
30966 | case $ac_var in #( | 29565 | case $ac_var in #( |
30967 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | 29566 | *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
30968 | $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | 29567 | echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
30969 | esac | 29568 | esac |
30970 | case $ac_var in #( | 29569 | case $ac_var in #( |
30971 | _ | IFS | as_nl) ;; #( | 29570 | _ | IFS | as_nl) ;; #( |
30972 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | ||
30973 | *) $as_unset $ac_var ;; | 29571 | *) $as_unset $ac_var ;; |
30974 | esac ;; | 29572 | esac ;; |
30975 | esac | 29573 | esac |
@@ -31002,12 +29600,12 @@ $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | |||
31002 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 29600 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
31003 | if test -w "$cache_file"; then | 29601 | if test -w "$cache_file"; then |
31004 | test "x$cache_file" != "x/dev/null" && | 29602 | test "x$cache_file" != "x/dev/null" && |
31005 | { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 | 29603 | { echo "$as_me:$LINENO: updating cache $cache_file" >&5 |
31006 | $as_echo "$as_me: updating cache $cache_file" >&6;} | 29604 | echo "$as_me: updating cache $cache_file" >&6;} |
31007 | cat confcache >$cache_file | 29605 | cat confcache >$cache_file |
31008 | else | 29606 | else |
31009 | { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 | 29607 | { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
31010 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 29608 | echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
31011 | fi | 29609 | fi |
31012 | fi | 29610 | fi |
31013 | rm -f confcache | 29611 | rm -f confcache |
@@ -31023,7 +29621,7 @@ ac_ltlibobjs= | |||
31023 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 29621 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
31024 | # 1. Remove the extension, and $U if already installed. | 29622 | # 1. Remove the extension, and $U if already installed. |
31025 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 29623 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
31026 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 29624 | ac_i=`echo "$ac_i" | sed "$ac_script"` |
31027 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 29625 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
31028 | # will be set to the directory where LIBOBJS objects are built. | 29626 | # will be set to the directory where LIBOBJS objects are built. |
31029 | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" | 29627 | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
@@ -31035,14 +29633,12 @@ LTLIBOBJS=$ac_ltlibobjs | |||
31035 | 29633 | ||
31036 | 29634 | ||
31037 | 29635 | ||
31038 | |||
31039 | : ${CONFIG_STATUS=./config.status} | 29636 | : ${CONFIG_STATUS=./config.status} |
31040 | ac_write_fail=0 | ||
31041 | ac_clean_files_save=$ac_clean_files | 29637 | ac_clean_files_save=$ac_clean_files |
31042 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 29638 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
31043 | { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | 29639 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
31044 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | 29640 | echo "$as_me: creating $CONFIG_STATUS" >&6;} |
31045 | cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 29641 | cat >$CONFIG_STATUS <<_ACEOF |
31046 | #! $SHELL | 29642 | #! $SHELL |
31047 | # Generated by $as_me. | 29643 | # Generated by $as_me. |
31048 | # Run this file to recreate the current configuration. | 29644 | # Run this file to recreate the current configuration. |
@@ -31055,7 +29651,7 @@ ac_cs_silent=false | |||
31055 | SHELL=\${CONFIG_SHELL-$SHELL} | 29651 | SHELL=\${CONFIG_SHELL-$SHELL} |
31056 | _ACEOF | 29652 | _ACEOF |
31057 | 29653 | ||
31058 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 29654 | cat >>$CONFIG_STATUS <<\_ACEOF |
31059 | ## --------------------- ## | 29655 | ## --------------------- ## |
31060 | ## M4sh Initialization. ## | 29656 | ## M4sh Initialization. ## |
31061 | ## --------------------- ## | 29657 | ## --------------------- ## |
@@ -31065,7 +29661,7 @@ DUALCASE=1; export DUALCASE # for MKS sh | |||
31065 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 29661 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
31066 | emulate sh | 29662 | emulate sh |
31067 | NULLCMD=: | 29663 | NULLCMD=: |
31068 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | 29664 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
31069 | # is contrary to our usage. Disable this feature. | 29665 | # is contrary to our usage. Disable this feature. |
31070 | alias -g '${1+"$@"}'='"$@"' | 29666 | alias -g '${1+"$@"}'='"$@"' |
31071 | setopt NO_GLOB_SUBST | 29667 | setopt NO_GLOB_SUBST |
@@ -31087,45 +29683,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |||
31087 | as_cr_digits='0123456789' | 29683 | as_cr_digits='0123456789' |
31088 | as_cr_alnum=$as_cr_Letters$as_cr_digits | 29684 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
31089 | 29685 | ||
31090 | as_nl=' | ||
31091 | ' | ||
31092 | export as_nl | ||
31093 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | ||
31094 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | ||
31095 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | ||
31096 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | ||
31097 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
31098 | as_echo='printf %s\n' | ||
31099 | as_echo_n='printf %s' | ||
31100 | else | ||
31101 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | ||
31102 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | ||
31103 | as_echo_n='/usr/ucb/echo -n' | ||
31104 | else | ||
31105 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | ||
31106 | as_echo_n_body='eval | ||
31107 | arg=$1; | ||
31108 | case $arg in | ||
31109 | *"$as_nl"*) | ||
31110 | expr "X$arg" : "X\\(.*\\)$as_nl"; | ||
31111 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | ||
31112 | esac; | ||
31113 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | ||
31114 | ' | ||
31115 | export as_echo_n_body | ||
31116 | as_echo_n='sh -c $as_echo_n_body as_echo' | ||
31117 | fi | ||
31118 | export as_echo_body | ||
31119 | as_echo='sh -c $as_echo_body as_echo' | ||
31120 | fi | ||
31121 | |||
31122 | # The user is always right. | 29686 | # The user is always right. |
31123 | if test "${PATH_SEPARATOR+set}" != set; then | 29687 | if test "${PATH_SEPARATOR+set}" != set; then |
31124 | PATH_SEPARATOR=: | 29688 | echo "#! /bin/sh" >conf$$.sh |
31125 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | 29689 | echo "exit 0" >>conf$$.sh |
31126 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | 29690 | chmod +x conf$$.sh |
31127 | PATH_SEPARATOR=';' | 29691 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
31128 | } | 29692 | PATH_SEPARATOR=';' |
29693 | else | ||
29694 | PATH_SEPARATOR=: | ||
29695 | fi | ||
29696 | rm -f conf$$.sh | ||
31129 | fi | 29697 | fi |
31130 | 29698 | ||
31131 | # Support unset when possible. | 29699 | # Support unset when possible. |
@@ -31141,6 +29709,8 @@ fi | |||
31141 | # there to prevent editors from complaining about space-tab. | 29709 | # there to prevent editors from complaining about space-tab. |
31142 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | 29710 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
31143 | # splitting by setting IFS to empty value.) | 29711 | # splitting by setting IFS to empty value.) |
29712 | as_nl=' | ||
29713 | ' | ||
31144 | IFS=" "" $as_nl" | 29714 | IFS=" "" $as_nl" |
31145 | 29715 | ||
31146 | # Find who we are. Look in the path if we contain no directory separator. | 29716 | # Find who we are. Look in the path if we contain no directory separator. |
@@ -31163,7 +29733,7 @@ if test "x$as_myself" = x; then | |||
31163 | as_myself=$0 | 29733 | as_myself=$0 |
31164 | fi | 29734 | fi |
31165 | if test ! -f "$as_myself"; then | 29735 | if test ! -f "$as_myself"; then |
31166 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | 29736 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
31167 | { (exit 1); exit 1; } | 29737 | { (exit 1); exit 1; } |
31168 | fi | 29738 | fi |
31169 | 29739 | ||
@@ -31176,10 +29746,17 @@ PS2='> ' | |||
31176 | PS4='+ ' | 29746 | PS4='+ ' |
31177 | 29747 | ||
31178 | # NLS nuisances. | 29748 | # NLS nuisances. |
31179 | LC_ALL=C | 29749 | for as_var in \ |
31180 | export LC_ALL | 29750 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
31181 | LANGUAGE=C | 29751 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
31182 | export LANGUAGE | 29752 | LC_TELEPHONE LC_TIME |
29753 | do | ||
29754 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | ||
29755 | eval $as_var=C; export $as_var | ||
29756 | else | ||
29757 | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | ||
29758 | fi | ||
29759 | done | ||
31183 | 29760 | ||
31184 | # Required to use basename. | 29761 | # Required to use basename. |
31185 | if expr a : '\(a\)' >/dev/null 2>&1 && | 29762 | if expr a : '\(a\)' >/dev/null 2>&1 && |
@@ -31201,7 +29778,7 @@ as_me=`$as_basename -- "$0" || | |||
31201 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | 29778 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
31202 | X"$0" : 'X\(//\)$' \| \ | 29779 | X"$0" : 'X\(//\)$' \| \ |
31203 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | 29780 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
31204 | $as_echo X/"$0" | | 29781 | echo X/"$0" | |
31205 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | 29782 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
31206 | s//\1/ | 29783 | s//\1/ |
31207 | q | 29784 | q |
@@ -31252,7 +29829,7 @@ $as_unset CDPATH | |||
31252 | s/-\n.*// | 29829 | s/-\n.*// |
31253 | ' >$as_me.lineno && | 29830 | ' >$as_me.lineno && |
31254 | chmod +x "$as_me.lineno" || | 29831 | chmod +x "$as_me.lineno" || |
31255 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | 29832 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
31256 | { (exit 1); exit 1; }; } | 29833 | { (exit 1); exit 1; }; } |
31257 | 29834 | ||
31258 | # Don't try to exec as it changes $[0], causing all sort of problems | 29835 | # Don't try to exec as it changes $[0], causing all sort of problems |
@@ -31280,6 +29857,7 @@ case `echo -n x` in | |||
31280 | *) | 29857 | *) |
31281 | ECHO_N='-n';; | 29858 | ECHO_N='-n';; |
31282 | esac | 29859 | esac |
29860 | |||
31283 | if expr a : '\(a\)' >/dev/null 2>&1 && | 29861 | if expr a : '\(a\)' >/dev/null 2>&1 && |
31284 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | 29862 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
31285 | as_expr=expr | 29863 | as_expr=expr |
@@ -31292,22 +29870,19 @@ if test -d conf$$.dir; then | |||
31292 | rm -f conf$$.dir/conf$$.file | 29870 | rm -f conf$$.dir/conf$$.file |
31293 | else | 29871 | else |
31294 | rm -f conf$$.dir | 29872 | rm -f conf$$.dir |
31295 | mkdir conf$$.dir 2>/dev/null | 29873 | mkdir conf$$.dir |
31296 | fi | 29874 | fi |
31297 | if (echo >conf$$.file) 2>/dev/null; then | 29875 | echo >conf$$.file |
31298 | if ln -s conf$$.file conf$$ 2>/dev/null; then | 29876 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
31299 | as_ln_s='ln -s' | 29877 | as_ln_s='ln -s' |
31300 | # ... but there are two gotchas: | 29878 | # ... but there are two gotchas: |
31301 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | 29879 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
31302 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | 29880 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
31303 | # In both cases, we have to default to `cp -p'. | 29881 | # In both cases, we have to default to `cp -p'. |
31304 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | 29882 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
31305 | as_ln_s='cp -p' | ||
31306 | elif ln conf$$.file conf$$ 2>/dev/null; then | ||
31307 | as_ln_s=ln | ||
31308 | else | ||
31309 | as_ln_s='cp -p' | 29883 | as_ln_s='cp -p' |
31310 | fi | 29884 | elif ln conf$$.file conf$$ 2>/dev/null; then |
29885 | as_ln_s=ln | ||
31311 | else | 29886 | else |
31312 | as_ln_s='cp -p' | 29887 | as_ln_s='cp -p' |
31313 | fi | 29888 | fi |
@@ -31332,10 +29907,10 @@ else | |||
31332 | as_test_x=' | 29907 | as_test_x=' |
31333 | eval sh -c '\'' | 29908 | eval sh -c '\'' |
31334 | if test -d "$1"; then | 29909 | if test -d "$1"; then |
31335 | test -d "$1/."; | 29910 | test -d "$1/."; |
31336 | else | 29911 | else |
31337 | case $1 in | 29912 | case $1 in |
31338 | -*)set "./$1";; | 29913 | -*)set "./$1";; |
31339 | esac; | 29914 | esac; |
31340 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | 29915 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
31341 | ???[sx]*):;;*)false;;esac;fi | 29916 | ???[sx]*):;;*)false;;esac;fi |
@@ -31358,7 +29933,7 @@ exec 6>&1 | |||
31358 | # values after options handling. | 29933 | # values after options handling. |
31359 | ac_log=" | 29934 | ac_log=" |
31360 | This file was extended by OpenSSH $as_me Portable, which was | 29935 | This file was extended by OpenSSH $as_me Portable, which was |
31361 | generated by GNU Autoconf 2.62. Invocation command line was | 29936 | generated by GNU Autoconf 2.61. Invocation command line was |
31362 | 29937 | ||
31363 | CONFIG_FILES = $CONFIG_FILES | 29938 | CONFIG_FILES = $CONFIG_FILES |
31364 | CONFIG_HEADERS = $CONFIG_HEADERS | 29939 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -31371,14 +29946,14 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` | |||
31371 | 29946 | ||
31372 | _ACEOF | 29947 | _ACEOF |
31373 | 29948 | ||
31374 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 29949 | cat >>$CONFIG_STATUS <<_ACEOF |
31375 | # Files that config.status was made for. | 29950 | # Files that config.status was made for. |
31376 | config_files="$ac_config_files" | 29951 | config_files="$ac_config_files" |
31377 | config_headers="$ac_config_headers" | 29952 | config_headers="$ac_config_headers" |
31378 | 29953 | ||
31379 | _ACEOF | 29954 | _ACEOF |
31380 | 29955 | ||
31381 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 29956 | cat >>$CONFIG_STATUS <<\_ACEOF |
31382 | ac_cs_usage="\ | 29957 | ac_cs_usage="\ |
31383 | \`$as_me' instantiates files from templates according to the | 29958 | \`$as_me' instantiates files from templates according to the |
31384 | current configuration. | 29959 | current configuration. |
@@ -31391,9 +29966,9 @@ Usage: $0 [OPTIONS] [FILE]... | |||
31391 | -d, --debug don't remove temporary files | 29966 | -d, --debug don't remove temporary files |
31392 | --recheck update $as_me by reconfiguring in the same conditions | 29967 | --recheck update $as_me by reconfiguring in the same conditions |
31393 | --file=FILE[:TEMPLATE] | 29968 | --file=FILE[:TEMPLATE] |
31394 | instantiate the configuration file FILE | 29969 | instantiate the configuration file FILE |
31395 | --header=FILE[:TEMPLATE] | 29970 | --header=FILE[:TEMPLATE] |
31396 | instantiate the configuration header FILE | 29971 | instantiate the configuration header FILE |
31397 | 29972 | ||
31398 | Configuration files: | 29973 | Configuration files: |
31399 | $config_files | 29974 | $config_files |
@@ -31404,25 +29979,24 @@ $config_headers | |||
31404 | Report bugs to <bug-autoconf@gnu.org>." | 29979 | Report bugs to <bug-autoconf@gnu.org>." |
31405 | 29980 | ||
31406 | _ACEOF | 29981 | _ACEOF |
31407 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 29982 | cat >>$CONFIG_STATUS <<_ACEOF |
31408 | ac_cs_version="\\ | 29983 | ac_cs_version="\\ |
31409 | OpenSSH config.status Portable | 29984 | OpenSSH config.status Portable |
31410 | configured by $0, generated by GNU Autoconf 2.62, | 29985 | configured by $0, generated by GNU Autoconf 2.61, |
31411 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | 29986 | with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
31412 | 29987 | ||
31413 | Copyright (C) 2008 Free Software Foundation, Inc. | 29988 | Copyright (C) 2006 Free Software Foundation, Inc. |
31414 | This config.status script is free software; the Free Software Foundation | 29989 | This config.status script is free software; the Free Software Foundation |
31415 | gives unlimited permission to copy, distribute and modify it." | 29990 | gives unlimited permission to copy, distribute and modify it." |
31416 | 29991 | ||
31417 | ac_pwd='$ac_pwd' | 29992 | ac_pwd='$ac_pwd' |
31418 | srcdir='$srcdir' | 29993 | srcdir='$srcdir' |
31419 | INSTALL='$INSTALL' | 29994 | INSTALL='$INSTALL' |
31420 | AWK='$AWK' | ||
31421 | test -n "\$AWK" || AWK=awk | ||
31422 | _ACEOF | 29995 | _ACEOF |
31423 | 29996 | ||
31424 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 29997 | cat >>$CONFIG_STATUS <<\_ACEOF |
31425 | # The default lists apply if the user does not specify any file. | 29998 | # If no file are specified by the user, then we need to provide default |
29999 | # value. By we need to know if files were specified by the user. | ||
31426 | ac_need_defaults=: | 30000 | ac_need_defaults=: |
31427 | while test $# != 0 | 30001 | while test $# != 0 |
31428 | do | 30002 | do |
@@ -31444,36 +30018,30 @@ do | |||
31444 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | 30018 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
31445 | ac_cs_recheck=: ;; | 30019 | ac_cs_recheck=: ;; |
31446 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | 30020 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
31447 | $as_echo "$ac_cs_version"; exit ;; | 30021 | echo "$ac_cs_version"; exit ;; |
31448 | --debug | --debu | --deb | --de | --d | -d ) | 30022 | --debug | --debu | --deb | --de | --d | -d ) |
31449 | debug=: ;; | 30023 | debug=: ;; |
31450 | --file | --fil | --fi | --f ) | 30024 | --file | --fil | --fi | --f ) |
31451 | $ac_shift | 30025 | $ac_shift |
31452 | case $ac_optarg in | 30026 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" |
31453 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
31454 | esac | ||
31455 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" | ||
31456 | ac_need_defaults=false;; | 30027 | ac_need_defaults=false;; |
31457 | --header | --heade | --head | --hea ) | 30028 | --header | --heade | --head | --hea ) |
31458 | $ac_shift | 30029 | $ac_shift |
31459 | case $ac_optarg in | 30030 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
31460 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
31461 | esac | ||
31462 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" | ||
31463 | ac_need_defaults=false;; | 30031 | ac_need_defaults=false;; |
31464 | --he | --h) | 30032 | --he | --h) |
31465 | # Conflict between --help and --header | 30033 | # Conflict between --help and --header |
31466 | { $as_echo "$as_me: error: ambiguous option: $1 | 30034 | { echo "$as_me: error: ambiguous option: $1 |
31467 | Try \`$0 --help' for more information." >&2 | 30035 | Try \`$0 --help' for more information." >&2 |
31468 | { (exit 1); exit 1; }; };; | 30036 | { (exit 1); exit 1; }; };; |
31469 | --help | --hel | -h ) | 30037 | --help | --hel | -h ) |
31470 | $as_echo "$ac_cs_usage"; exit ;; | 30038 | echo "$ac_cs_usage"; exit ;; |
31471 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 30039 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
31472 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | 30040 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
31473 | ac_cs_silent=: ;; | 30041 | ac_cs_silent=: ;; |
31474 | 30042 | ||
31475 | # This is an error. | 30043 | # This is an error. |
31476 | -*) { $as_echo "$as_me: error: unrecognized option: $1 | 30044 | -*) { echo "$as_me: error: unrecognized option: $1 |
31477 | Try \`$0 --help' for more information." >&2 | 30045 | Try \`$0 --help' for more information." >&2 |
31478 | { (exit 1); exit 1; }; } ;; | 30046 | { (exit 1); exit 1; }; } ;; |
31479 | 30047 | ||
@@ -31492,32 +30060,30 @@ if $ac_cs_silent; then | |||
31492 | fi | 30060 | fi |
31493 | 30061 | ||
31494 | _ACEOF | 30062 | _ACEOF |
31495 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 30063 | cat >>$CONFIG_STATUS <<_ACEOF |
31496 | if \$ac_cs_recheck; then | 30064 | if \$ac_cs_recheck; then |
31497 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | 30065 | echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
31498 | shift | 30066 | CONFIG_SHELL=$SHELL |
31499 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | ||
31500 | CONFIG_SHELL='$SHELL' | ||
31501 | export CONFIG_SHELL | 30067 | export CONFIG_SHELL |
31502 | exec "\$@" | 30068 | exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
31503 | fi | 30069 | fi |
31504 | 30070 | ||
31505 | _ACEOF | 30071 | _ACEOF |
31506 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 30072 | cat >>$CONFIG_STATUS <<\_ACEOF |
31507 | exec 5>>config.log | 30073 | exec 5>>config.log |
31508 | { | 30074 | { |
31509 | echo | 30075 | echo |
31510 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | 30076 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
31511 | ## Running $as_me. ## | 30077 | ## Running $as_me. ## |
31512 | _ASBOX | 30078 | _ASBOX |
31513 | $as_echo "$ac_log" | 30079 | echo "$ac_log" |
31514 | } >&5 | 30080 | } >&5 |
31515 | 30081 | ||
31516 | _ACEOF | 30082 | _ACEOF |
31517 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 30083 | cat >>$CONFIG_STATUS <<_ACEOF |
31518 | _ACEOF | 30084 | _ACEOF |
31519 | 30085 | ||
31520 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 30086 | cat >>$CONFIG_STATUS <<\_ACEOF |
31521 | 30087 | ||
31522 | # Handling of arguments. | 30088 | # Handling of arguments. |
31523 | for ac_config_target in $ac_config_targets | 30089 | for ac_config_target in $ac_config_targets |
@@ -31530,12 +30096,11 @@ do | |||
31530 | "openssh.xml") CONFIG_FILES="$CONFIG_FILES openssh.xml" ;; | 30096 | "openssh.xml") CONFIG_FILES="$CONFIG_FILES openssh.xml" ;; |
31531 | "openbsd-compat/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/Makefile" ;; | 30097 | "openbsd-compat/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/Makefile" ;; |
31532 | "openbsd-compat/regress/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/regress/Makefile" ;; | 30098 | "openbsd-compat/regress/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/regress/Makefile" ;; |
31533 | "scard/Makefile") CONFIG_FILES="$CONFIG_FILES scard/Makefile" ;; | ||
31534 | "ssh_prng_cmds") CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; | 30099 | "ssh_prng_cmds") CONFIG_FILES="$CONFIG_FILES ssh_prng_cmds" ;; |
31535 | "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;; | 30100 | "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;; |
31536 | 30101 | ||
31537 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 | 30102 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
31538 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | 30103 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
31539 | { (exit 1); exit 1; }; };; | 30104 | { (exit 1); exit 1; }; };; |
31540 | esac | 30105 | esac |
31541 | done | 30106 | done |
@@ -31575,143 +30140,216 @@ $debug || | |||
31575 | (umask 077 && mkdir "$tmp") | 30140 | (umask 077 && mkdir "$tmp") |
31576 | } || | 30141 | } || |
31577 | { | 30142 | { |
31578 | $as_echo "$as_me: cannot create a temporary directory in ." >&2 | 30143 | echo "$me: cannot create a temporary directory in ." >&2 |
31579 | { (exit 1); exit 1; } | 30144 | { (exit 1); exit 1; } |
31580 | } | 30145 | } |
31581 | 30146 | ||
31582 | # Set up the scripts for CONFIG_FILES section. | 30147 | # |
31583 | # No need to generate them if there are no CONFIG_FILES. | 30148 | # Set up the sed scripts for CONFIG_FILES section. |
31584 | # This happens for instance with `./config.status config.h'. | 30149 | # |
30150 | |||
30151 | # No need to generate the scripts if there are no CONFIG_FILES. | ||
30152 | # This happens for instance when ./config.status config.h | ||
31585 | if test -n "$CONFIG_FILES"; then | 30153 | if test -n "$CONFIG_FILES"; then |
31586 | 30154 | ||
30155 | _ACEOF | ||
31587 | 30156 | ||
31588 | ac_cr=' ' | 30157 | |
31589 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 30158 | |
31590 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 30159 | ac_delim='%!_!# ' |
31591 | ac_cs_awk_cr='\\r' | 30160 | for ac_last_try in false false false false false :; do |
31592 | else | 30161 | cat >conf$$subs.sed <<_ACEOF |
31593 | ac_cs_awk_cr=$ac_cr | 30162 | SHELL!$SHELL$ac_delim |
30163 | PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim | ||
30164 | PACKAGE_NAME!$PACKAGE_NAME$ac_delim | ||
30165 | PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim | ||
30166 | PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim | ||
30167 | PACKAGE_STRING!$PACKAGE_STRING$ac_delim | ||
30168 | PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim | ||
30169 | exec_prefix!$exec_prefix$ac_delim | ||
30170 | prefix!$prefix$ac_delim | ||
30171 | program_transform_name!$program_transform_name$ac_delim | ||
30172 | bindir!$bindir$ac_delim | ||
30173 | sbindir!$sbindir$ac_delim | ||
30174 | libexecdir!$libexecdir$ac_delim | ||
30175 | datarootdir!$datarootdir$ac_delim | ||
30176 | datadir!$datadir$ac_delim | ||
30177 | sysconfdir!$sysconfdir$ac_delim | ||
30178 | sharedstatedir!$sharedstatedir$ac_delim | ||
30179 | localstatedir!$localstatedir$ac_delim | ||
30180 | includedir!$includedir$ac_delim | ||
30181 | oldincludedir!$oldincludedir$ac_delim | ||
30182 | docdir!$docdir$ac_delim | ||
30183 | infodir!$infodir$ac_delim | ||
30184 | htmldir!$htmldir$ac_delim | ||
30185 | dvidir!$dvidir$ac_delim | ||
30186 | pdfdir!$pdfdir$ac_delim | ||
30187 | psdir!$psdir$ac_delim | ||
30188 | libdir!$libdir$ac_delim | ||
30189 | localedir!$localedir$ac_delim | ||
30190 | mandir!$mandir$ac_delim | ||
30191 | DEFS!$DEFS$ac_delim | ||
30192 | ECHO_C!$ECHO_C$ac_delim | ||
30193 | ECHO_N!$ECHO_N$ac_delim | ||
30194 | ECHO_T!$ECHO_T$ac_delim | ||
30195 | LIBS!$LIBS$ac_delim | ||
30196 | build_alias!$build_alias$ac_delim | ||
30197 | host_alias!$host_alias$ac_delim | ||
30198 | target_alias!$target_alias$ac_delim | ||
30199 | CC!$CC$ac_delim | ||
30200 | CFLAGS!$CFLAGS$ac_delim | ||
30201 | LDFLAGS!$LDFLAGS$ac_delim | ||
30202 | CPPFLAGS!$CPPFLAGS$ac_delim | ||
30203 | ac_ct_CC!$ac_ct_CC$ac_delim | ||
30204 | EXEEXT!$EXEEXT$ac_delim | ||
30205 | OBJEXT!$OBJEXT$ac_delim | ||
30206 | build!$build$ac_delim | ||
30207 | build_cpu!$build_cpu$ac_delim | ||
30208 | build_vendor!$build_vendor$ac_delim | ||
30209 | build_os!$build_os$ac_delim | ||
30210 | host!$host$ac_delim | ||
30211 | host_cpu!$host_cpu$ac_delim | ||
30212 | host_vendor!$host_vendor$ac_delim | ||
30213 | host_os!$host_os$ac_delim | ||
30214 | CPP!$CPP$ac_delim | ||
30215 | GREP!$GREP$ac_delim | ||
30216 | EGREP!$EGREP$ac_delim | ||
30217 | AWK!$AWK$ac_delim | ||
30218 | RANLIB!$RANLIB$ac_delim | ||
30219 | INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim | ||
30220 | INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim | ||
30221 | INSTALL_DATA!$INSTALL_DATA$ac_delim | ||
30222 | AR!$AR$ac_delim | ||
30223 | CAT!$CAT$ac_delim | ||
30224 | KILL!$KILL$ac_delim | ||
30225 | PERL!$PERL$ac_delim | ||
30226 | SED!$SED$ac_delim | ||
30227 | ENT!$ENT$ac_delim | ||
30228 | TEST_MINUS_S_SH!$TEST_MINUS_S_SH$ac_delim | ||
30229 | SH!$SH$ac_delim | ||
30230 | TEST_SHELL!$TEST_SHELL$ac_delim | ||
30231 | PATH_GROUPADD_PROG!$PATH_GROUPADD_PROG$ac_delim | ||
30232 | PATH_USERADD_PROG!$PATH_USERADD_PROG$ac_delim | ||
30233 | MAKE_PACKAGE_SUPPORTED!$MAKE_PACKAGE_SUPPORTED$ac_delim | ||
30234 | STARTUP_SCRIPT_SHELL!$STARTUP_SCRIPT_SHELL$ac_delim | ||
30235 | LOGIN_PROGRAM_FALLBACK!$LOGIN_PROGRAM_FALLBACK$ac_delim | ||
30236 | PATH_PASSWD_PROG!$PATH_PASSWD_PROG$ac_delim | ||
30237 | LD!$LD$ac_delim | ||
30238 | SSHDLIBS!$SSHDLIBS$ac_delim | ||
30239 | LIBEDIT!$LIBEDIT$ac_delim | ||
30240 | INSTALL_SSH_RAND_HELPER!$INSTALL_SSH_RAND_HELPER$ac_delim | ||
30241 | SSH_PRIVSEP_USER!$SSH_PRIVSEP_USER$ac_delim | ||
30242 | PROG_LS!$PROG_LS$ac_delim | ||
30243 | PROG_NETSTAT!$PROG_NETSTAT$ac_delim | ||
30244 | PROG_ARP!$PROG_ARP$ac_delim | ||
30245 | PROG_IFCONFIG!$PROG_IFCONFIG$ac_delim | ||
30246 | PROG_JSTAT!$PROG_JSTAT$ac_delim | ||
30247 | PROG_PS!$PROG_PS$ac_delim | ||
30248 | PROG_SAR!$PROG_SAR$ac_delim | ||
30249 | PROG_W!$PROG_W$ac_delim | ||
30250 | PROG_WHO!$PROG_WHO$ac_delim | ||
30251 | PROG_LAST!$PROG_LAST$ac_delim | ||
30252 | PROG_LASTLOG!$PROG_LASTLOG$ac_delim | ||
30253 | PROG_DF!$PROG_DF$ac_delim | ||
30254 | PROG_VMSTAT!$PROG_VMSTAT$ac_delim | ||
30255 | PROG_UPTIME!$PROG_UPTIME$ac_delim | ||
30256 | PROG_IPCS!$PROG_IPCS$ac_delim | ||
30257 | PROG_TAIL!$PROG_TAIL$ac_delim | ||
30258 | INSTALL_SSH_PRNG_CMDS!$INSTALL_SSH_PRNG_CMDS$ac_delim | ||
30259 | _ACEOF | ||
30260 | |||
30261 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then | ||
30262 | break | ||
30263 | elif $ac_last_try; then | ||
30264 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | ||
30265 | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | ||
30266 | { (exit 1); exit 1; }; } | ||
30267 | else | ||
30268 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ||
30269 | fi | ||
30270 | done | ||
30271 | |||
30272 | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` | ||
30273 | if test -n "$ac_eof"; then | ||
30274 | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` | ||
30275 | ac_eof=`expr $ac_eof + 1` | ||
31594 | fi | 30276 | fi |
31595 | 30277 | ||
31596 | echo 'BEGIN {' >"$tmp/subs1.awk" && | 30278 | cat >>$CONFIG_STATUS <<_ACEOF |
30279 | cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof | ||
30280 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | ||
30281 | _ACEOF | ||
30282 | sed ' | ||
30283 | s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g | ||
30284 | s/^/s,@/; s/!/@,|#_!!_#|/ | ||
30285 | :n | ||
30286 | t n | ||
30287 | s/'"$ac_delim"'$/,g/; t | ||
30288 | s/$/\\/; p | ||
30289 | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | ||
30290 | ' >>$CONFIG_STATUS <conf$$subs.sed | ||
30291 | rm -f conf$$subs.sed | ||
30292 | cat >>$CONFIG_STATUS <<_ACEOF | ||
30293 | CEOF$ac_eof | ||
31597 | _ACEOF | 30294 | _ACEOF |
31598 | 30295 | ||
31599 | 30296 | ||
31600 | { | ||
31601 | echo "cat >conf$$subs.awk <<_ACEOF" && | ||
31602 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | ||
31603 | echo "_ACEOF" | ||
31604 | } >conf$$subs.sh || | ||
31605 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | ||
31606 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | ||
31607 | { (exit 1); exit 1; }; } | ||
31608 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | ||
31609 | ac_delim='%!_!# ' | 30297 | ac_delim='%!_!# ' |
31610 | for ac_last_try in false false false false false :; do | 30298 | for ac_last_try in false false false false false :; do |
31611 | . ./conf$$subs.sh || | 30299 | cat >conf$$subs.sed <<_ACEOF |
31612 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | 30300 | KRB5CONF!$KRB5CONF$ac_delim |
31613 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | 30301 | PRIVSEP_PATH!$PRIVSEP_PATH$ac_delim |
31614 | { (exit 1); exit 1; }; } | 30302 | xauth_path!$xauth_path$ac_delim |
31615 | 30303 | STRIP_OPT!$STRIP_OPT$ac_delim | |
31616 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then | 30304 | XAUTH_PATH!$XAUTH_PATH$ac_delim |
30305 | NROFF!$NROFF$ac_delim | ||
30306 | MANTYPE!$MANTYPE$ac_delim | ||
30307 | mansubdir!$mansubdir$ac_delim | ||
30308 | user_path!$user_path$ac_delim | ||
30309 | piddir!$piddir$ac_delim | ||
30310 | TEST_SSH_IPV6!$TEST_SSH_IPV6$ac_delim | ||
30311 | LIBOBJS!$LIBOBJS$ac_delim | ||
30312 | LTLIBOBJS!$LTLIBOBJS$ac_delim | ||
30313 | _ACEOF | ||
30314 | |||
30315 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 13; then | ||
31617 | break | 30316 | break |
31618 | elif $ac_last_try; then | 30317 | elif $ac_last_try; then |
31619 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | 30318 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
31620 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | 30319 | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
31621 | { (exit 1); exit 1; }; } | 30320 | { (exit 1); exit 1; }; } |
31622 | else | 30321 | else |
31623 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 30322 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
31624 | fi | 30323 | fi |
31625 | done | 30324 | done |
31626 | rm -f conf$$subs.sh | ||
31627 | |||
31628 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
31629 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | ||
31630 | _ACEOF | ||
31631 | sed -n ' | ||
31632 | h | ||
31633 | s/^/S["/; s/!.*/"]=/ | ||
31634 | p | ||
31635 | g | ||
31636 | s/^[^!]*!// | ||
31637 | :repl | ||
31638 | t repl | ||
31639 | s/'"$ac_delim"'$// | ||
31640 | t delim | ||
31641 | :nl | ||
31642 | h | ||
31643 | s/\(.\{148\}\).*/\1/ | ||
31644 | t more1 | ||
31645 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | ||
31646 | p | ||
31647 | n | ||
31648 | b repl | ||
31649 | :more1 | ||
31650 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | ||
31651 | p | ||
31652 | g | ||
31653 | s/.\{148\}// | ||
31654 | t nl | ||
31655 | :delim | ||
31656 | h | ||
31657 | s/\(.\{148\}\).*/\1/ | ||
31658 | t more2 | ||
31659 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | ||
31660 | p | ||
31661 | b | ||
31662 | :more2 | ||
31663 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | ||
31664 | p | ||
31665 | g | ||
31666 | s/.\{148\}// | ||
31667 | t delim | ||
31668 | ' <conf$$subs.awk | sed ' | ||
31669 | /^[^""]/{ | ||
31670 | N | ||
31671 | s/\n// | ||
31672 | } | ||
31673 | ' >>$CONFIG_STATUS || ac_write_fail=1 | ||
31674 | rm -f conf$$subs.awk | ||
31675 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
31676 | _ACAWK | ||
31677 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | ||
31678 | for (key in S) S_is_set[key] = 1 | ||
31679 | FS = "" | ||
31680 | 30325 | ||
31681 | } | 30326 | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` |
31682 | { | 30327 | if test -n "$ac_eof"; then |
31683 | line = $ 0 | 30328 | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` |
31684 | nfields = split(line, field, "@") | 30329 | ac_eof=`expr $ac_eof + 1` |
31685 | substed = 0 | 30330 | fi |
31686 | len = length(field[1]) | 30331 | |
31687 | for (i = 2; i < nfields; i++) { | 30332 | cat >>$CONFIG_STATUS <<_ACEOF |
31688 | key = field[i] | 30333 | cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof |
31689 | keylen = length(key) | 30334 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end |
31690 | if (S_is_set[key]) { | 30335 | _ACEOF |
31691 | value = S[key] | 30336 | sed ' |
31692 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | 30337 | s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g |
31693 | len += length(value) + length(field[++i]) | 30338 | s/^/s,@/; s/!/@,|#_!!_#|/ |
31694 | substed = 1 | 30339 | :n |
31695 | } else | 30340 | t n |
31696 | len += 1 + keylen | 30341 | s/'"$ac_delim"'$/,g/; t |
31697 | } | 30342 | s/$/\\/; p |
31698 | 30343 | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | |
31699 | print line | 30344 | ' >>$CONFIG_STATUS <conf$$subs.sed |
31700 | } | 30345 | rm -f conf$$subs.sed |
31701 | 30346 | cat >>$CONFIG_STATUS <<_ACEOF | |
31702 | _ACAWK | 30347 | :end |
31703 | _ACEOF | 30348 | s/|#_!!_#|//g |
31704 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 30349 | CEOF$ac_eof |
31705 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | ||
31706 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | ||
31707 | else | ||
31708 | cat | ||
31709 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | ||
31710 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 | ||
31711 | $as_echo "$as_me: error: could not setup config files machinery" >&2;} | ||
31712 | { (exit 1); exit 1; }; } | ||
31713 | _ACEOF | 30350 | _ACEOF |
31714 | 30351 | ||
30352 | |||
31715 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | 30353 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
31716 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 30354 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
31717 | # trailing colons and then remove the whole line if VPATH becomes empty | 30355 | # trailing colons and then remove the whole line if VPATH becomes empty |
@@ -31727,133 +30365,19 @@ s/^[^=]*=[ ]*$// | |||
31727 | }' | 30365 | }' |
31728 | fi | 30366 | fi |
31729 | 30367 | ||
31730 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 30368 | cat >>$CONFIG_STATUS <<\_ACEOF |
31731 | fi # test -n "$CONFIG_FILES" | 30369 | fi # test -n "$CONFIG_FILES" |
31732 | 30370 | ||
31733 | # Set up the scripts for CONFIG_HEADERS section. | ||
31734 | # No need to generate them if there are no CONFIG_HEADERS. | ||
31735 | # This happens for instance with `./config.status Makefile'. | ||
31736 | if test -n "$CONFIG_HEADERS"; then | ||
31737 | cat >"$tmp/defines.awk" <<\_ACAWK || | ||
31738 | BEGIN { | ||
31739 | _ACEOF | ||
31740 | |||
31741 | # Transform confdefs.h into an awk script `defines.awk', embedded as | ||
31742 | # here-document in config.status, that substitutes the proper values into | ||
31743 | # config.h.in to produce config.h. | ||
31744 | |||
31745 | # Create a delimiter string that does not exist in confdefs.h, to ease | ||
31746 | # handling of long lines. | ||
31747 | ac_delim='%!_!# ' | ||
31748 | for ac_last_try in false false :; do | ||
31749 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | ||
31750 | if test -z "$ac_t"; then | ||
31751 | break | ||
31752 | elif $ac_last_try; then | ||
31753 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 | ||
31754 | $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} | ||
31755 | { (exit 1); exit 1; }; } | ||
31756 | else | ||
31757 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ||
31758 | fi | ||
31759 | done | ||
31760 | |||
31761 | # For the awk script, D is an array of macro values keyed by name, | ||
31762 | # likewise P contains macro parameters if any. Preserve backslash | ||
31763 | # newline sequences. | ||
31764 | 30371 | ||
31765 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | 30372 | for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS |
31766 | sed -n ' | ||
31767 | s/.\{148\}/&'"$ac_delim"'/g | ||
31768 | t rset | ||
31769 | :rset | ||
31770 | s/^[ ]*#[ ]*define[ ][ ]*/ / | ||
31771 | t def | ||
31772 | d | ||
31773 | :def | ||
31774 | s/\\$// | ||
31775 | t bsnl | ||
31776 | s/["\\]/\\&/g | ||
31777 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | ||
31778 | D["\1"]=" \3"/p | ||
31779 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | ||
31780 | d | ||
31781 | :bsnl | ||
31782 | s/["\\]/\\&/g | ||
31783 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | ||
31784 | D["\1"]=" \3\\\\\\n"\\/p | ||
31785 | t cont | ||
31786 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | ||
31787 | t cont | ||
31788 | d | ||
31789 | :cont | ||
31790 | n | ||
31791 | s/.\{148\}/&'"$ac_delim"'/g | ||
31792 | t clear | ||
31793 | :clear | ||
31794 | s/\\$// | ||
31795 | t bsnlc | ||
31796 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | ||
31797 | d | ||
31798 | :bsnlc | ||
31799 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | ||
31800 | b cont | ||
31801 | ' <confdefs.h | sed ' | ||
31802 | s/'"$ac_delim"'/"\\\ | ||
31803 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | ||
31804 | |||
31805 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
31806 | for (key in D) D_is_set[key] = 1 | ||
31807 | FS = "" | ||
31808 | } | ||
31809 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | ||
31810 | line = \$ 0 | ||
31811 | split(line, arg, " ") | ||
31812 | if (arg[1] == "#") { | ||
31813 | defundef = arg[2] | ||
31814 | mac1 = arg[3] | ||
31815 | } else { | ||
31816 | defundef = substr(arg[1], 2) | ||
31817 | mac1 = arg[2] | ||
31818 | } | ||
31819 | split(mac1, mac2, "(") #) | ||
31820 | macro = mac2[1] | ||
31821 | if (D_is_set[macro]) { | ||
31822 | # Preserve the white space surrounding the "#". | ||
31823 | prefix = substr(line, 1, index(line, defundef) - 1) | ||
31824 | print prefix "define", macro P[macro] D[macro] | ||
31825 | next | ||
31826 | } else { | ||
31827 | # Replace #undef with comments. This is necessary, for example, | ||
31828 | # in the case of _POSIX_SOURCE, which is predefined and required | ||
31829 | # on some systems where configure will not decide to define it. | ||
31830 | if (defundef == "undef") { | ||
31831 | print "/*", line, "*/" | ||
31832 | next | ||
31833 | } | ||
31834 | } | ||
31835 | } | ||
31836 | { print } | ||
31837 | _ACAWK | ||
31838 | _ACEOF | ||
31839 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
31840 | { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 | ||
31841 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;} | ||
31842 | { (exit 1); exit 1; }; } | ||
31843 | fi # test -n "$CONFIG_HEADERS" | ||
31844 | |||
31845 | |||
31846 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " | ||
31847 | shift | ||
31848 | for ac_tag | ||
31849 | do | 30373 | do |
31850 | case $ac_tag in | 30374 | case $ac_tag in |
31851 | :[FHLC]) ac_mode=$ac_tag; continue;; | 30375 | :[FHLC]) ac_mode=$ac_tag; continue;; |
31852 | esac | 30376 | esac |
31853 | case $ac_mode$ac_tag in | 30377 | case $ac_mode$ac_tag in |
31854 | :[FHL]*:*);; | 30378 | :[FHL]*:*);; |
31855 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 | 30379 | :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
31856 | $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} | 30380 | echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
31857 | { (exit 1); exit 1; }; };; | 30381 | { (exit 1); exit 1; }; };; |
31858 | :[FH]-) ac_tag=-:-;; | 30382 | :[FH]-) ac_tag=-:-;; |
31859 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 30383 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
@@ -31882,38 +30406,26 @@ $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} | |||
31882 | [\\/$]*) false;; | 30406 | [\\/$]*) false;; |
31883 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 30407 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
31884 | esac || | 30408 | esac || |
31885 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 | 30409 | { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
31886 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} | 30410 | echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
31887 | { (exit 1); exit 1; }; };; | 30411 | { (exit 1); exit 1; }; };; |
31888 | esac | 30412 | esac |
31889 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 30413 | ac_file_inputs="$ac_file_inputs $ac_f" |
31890 | ac_file_inputs="$ac_file_inputs '$ac_f'" | ||
31891 | done | 30414 | done |
31892 | 30415 | ||
31893 | # Let's still pretend it is `configure' which instantiates (i.e., don't | 30416 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
31894 | # use $as_me), people would be surprised to read: | 30417 | # use $as_me), people would be surprised to read: |
31895 | # /* config.h. Generated by config.status. */ | 30418 | # /* config.h. Generated by config.status. */ |
31896 | configure_input='Generated from '` | 30419 | configure_input="Generated from "`IFS=: |
31897 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | 30420 | echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." |
31898 | `' by configure.' | ||
31899 | if test x"$ac_file" != x-; then | 30421 | if test x"$ac_file" != x-; then |
31900 | configure_input="$ac_file. $configure_input" | 30422 | configure_input="$ac_file. $configure_input" |
31901 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 | 30423 | { echo "$as_me:$LINENO: creating $ac_file" >&5 |
31902 | $as_echo "$as_me: creating $ac_file" >&6;} | 30424 | echo "$as_me: creating $ac_file" >&6;} |
31903 | fi | 30425 | fi |
31904 | # Neutralize special characters interpreted by sed in replacement strings. | ||
31905 | case $configure_input in #( | ||
31906 | *\&* | *\|* | *\\* ) | ||
31907 | ac_sed_conf_input=`$as_echo "$configure_input" | | ||
31908 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | ||
31909 | *) ac_sed_conf_input=$configure_input;; | ||
31910 | esac | ||
31911 | 30426 | ||
31912 | case $ac_tag in | 30427 | case $ac_tag in |
31913 | *:-:* | *:-) cat >"$tmp/stdin" \ | 30428 | *:-:* | *:-) cat >"$tmp/stdin";; |
31914 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
31915 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
31916 | { (exit 1); exit 1; }; } ;; | ||
31917 | esac | 30429 | esac |
31918 | ;; | 30430 | ;; |
31919 | esac | 30431 | esac |
@@ -31923,7 +30435,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |||
31923 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 30435 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
31924 | X"$ac_file" : 'X\(//\)$' \| \ | 30436 | X"$ac_file" : 'X\(//\)$' \| \ |
31925 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || | 30437 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
31926 | $as_echo X"$ac_file" | | 30438 | echo X"$ac_file" | |
31927 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 30439 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
31928 | s//\1/ | 30440 | s//\1/ |
31929 | q | 30441 | q |
@@ -31949,7 +30461,7 @@ $as_echo X"$ac_file" | | |||
31949 | as_dirs= | 30461 | as_dirs= |
31950 | while :; do | 30462 | while :; do |
31951 | case $as_dir in #( | 30463 | case $as_dir in #( |
31952 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | 30464 | *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( |
31953 | *) as_qdir=$as_dir;; | 30465 | *) as_qdir=$as_dir;; |
31954 | esac | 30466 | esac |
31955 | as_dirs="'$as_qdir' $as_dirs" | 30467 | as_dirs="'$as_qdir' $as_dirs" |
@@ -31958,7 +30470,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |||
31958 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 30470 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
31959 | X"$as_dir" : 'X\(//\)$' \| \ | 30471 | X"$as_dir" : 'X\(//\)$' \| \ |
31960 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | 30472 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
31961 | $as_echo X"$as_dir" | | 30473 | echo X"$as_dir" | |
31962 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | 30474 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
31963 | s//\1/ | 30475 | s//\1/ |
31964 | q | 30476 | q |
@@ -31979,17 +30491,17 @@ $as_echo X"$as_dir" | | |||
31979 | test -d "$as_dir" && break | 30491 | test -d "$as_dir" && break |
31980 | done | 30492 | done |
31981 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 30493 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
31982 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 | 30494 | } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
31983 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} | 30495 | echo "$as_me: error: cannot create directory $as_dir" >&2;} |
31984 | { (exit 1); exit 1; }; }; } | 30496 | { (exit 1); exit 1; }; }; } |
31985 | ac_builddir=. | 30497 | ac_builddir=. |
31986 | 30498 | ||
31987 | case "$ac_dir" in | 30499 | case "$ac_dir" in |
31988 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | 30500 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
31989 | *) | 30501 | *) |
31990 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | 30502 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
31991 | # A ".." for each directory in $ac_dir_suffix. | 30503 | # A ".." for each directory in $ac_dir_suffix. |
31992 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | 30504 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
31993 | case $ac_top_builddir_sub in | 30505 | case $ac_top_builddir_sub in |
31994 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | 30506 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
31995 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | 30507 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
@@ -32029,13 +30541,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |||
32029 | esac | 30541 | esac |
32030 | _ACEOF | 30542 | _ACEOF |
32031 | 30543 | ||
32032 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 30544 | cat >>$CONFIG_STATUS <<\_ACEOF |
32033 | # If the template does not know about datarootdir, expand it. | 30545 | # If the template does not know about datarootdir, expand it. |
32034 | # FIXME: This hack should be removed a few years after 2.60. | 30546 | # FIXME: This hack should be removed a few years after 2.60. |
32035 | ac_datarootdir_hack=; ac_datarootdir_seen= | 30547 | ac_datarootdir_hack=; ac_datarootdir_seen= |
32036 | 30548 | ||
32037 | ac_sed_dataroot=' | 30549 | case `sed -n '/datarootdir/ { |
32038 | /datarootdir/ { | ||
32039 | p | 30550 | p |
32040 | q | 30551 | q |
32041 | } | 30552 | } |
@@ -32044,14 +30555,13 @@ ac_sed_dataroot=' | |||
32044 | /@infodir@/p | 30555 | /@infodir@/p |
32045 | /@localedir@/p | 30556 | /@localedir@/p |
32046 | /@mandir@/p | 30557 | /@mandir@/p |
32047 | ' | 30558 | ' $ac_file_inputs` in |
32048 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | ||
32049 | *datarootdir*) ac_datarootdir_seen=yes;; | 30559 | *datarootdir*) ac_datarootdir_seen=yes;; |
32050 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | 30560 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
32051 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | 30561 | { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
32052 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | 30562 | echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
32053 | _ACEOF | 30563 | _ACEOF |
32054 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 30564 | cat >>$CONFIG_STATUS <<_ACEOF |
32055 | ac_datarootdir_hack=' | 30565 | ac_datarootdir_hack=' |
32056 | s&@datadir@&$datadir&g | 30566 | s&@datadir@&$datadir&g |
32057 | s&@docdir@&$docdir&g | 30567 | s&@docdir@&$docdir&g |
@@ -32065,16 +30575,15 @@ _ACEOF | |||
32065 | # Neutralize VPATH when `$srcdir' = `.'. | 30575 | # Neutralize VPATH when `$srcdir' = `.'. |
32066 | # Shell code in configure.ac might set extrasub. | 30576 | # Shell code in configure.ac might set extrasub. |
32067 | # FIXME: do we really want to maintain this feature? | 30577 | # FIXME: do we really want to maintain this feature? |
32068 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 30578 | cat >>$CONFIG_STATUS <<_ACEOF |
32069 | ac_sed_extra="$ac_vpsub | 30579 | sed "$ac_vpsub |
32070 | $extrasub | 30580 | $extrasub |
32071 | _ACEOF | 30581 | _ACEOF |
32072 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 30582 | cat >>$CONFIG_STATUS <<\_ACEOF |
32073 | :t | 30583 | :t |
32074 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | 30584 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
32075 | s|@configure_input@|$ac_sed_conf_input|;t t | 30585 | s&@configure_input@&$configure_input&;t t |
32076 | s&@top_builddir@&$ac_top_builddir_sub&;t t | 30586 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
32077 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | ||
32078 | s&@srcdir@&$ac_srcdir&;t t | 30587 | s&@srcdir@&$ac_srcdir&;t t |
32079 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | 30588 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
32080 | s&@top_srcdir@&$ac_top_srcdir&;t t | 30589 | s&@top_srcdir@&$ac_top_srcdir&;t t |
@@ -32084,58 +30593,119 @@ s&@abs_builddir@&$ac_abs_builddir&;t t | |||
32084 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | 30593 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
32085 | s&@INSTALL@&$ac_INSTALL&;t t | 30594 | s&@INSTALL@&$ac_INSTALL&;t t |
32086 | $ac_datarootdir_hack | 30595 | $ac_datarootdir_hack |
32087 | " | 30596 | " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out |
32088 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | ||
32089 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
32090 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32091 | { (exit 1); exit 1; }; } | ||
32092 | 30597 | ||
32093 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 30598 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
32094 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 30599 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
32095 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 30600 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
32096 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 30601 | { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
32097 | which seems to be undefined. Please make sure it is defined." >&5 | 30602 | which seems to be undefined. Please make sure it is defined." >&5 |
32098 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 30603 | echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
32099 | which seems to be undefined. Please make sure it is defined." >&2;} | 30604 | which seems to be undefined. Please make sure it is defined." >&2;} |
32100 | 30605 | ||
32101 | rm -f "$tmp/stdin" | 30606 | rm -f "$tmp/stdin" |
32102 | case $ac_file in | 30607 | case $ac_file in |
32103 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 30608 | -) cat "$tmp/out"; rm -f "$tmp/out";; |
32104 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 30609 | *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; |
32105 | esac \ | 30610 | esac |
32106 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
32107 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32108 | { (exit 1); exit 1; }; } | ||
32109 | ;; | 30611 | ;; |
32110 | :H) | 30612 | :H) |
32111 | # | 30613 | # |
32112 | # CONFIG_HEADER | 30614 | # CONFIG_HEADER |
32113 | # | 30615 | # |
30616 | _ACEOF | ||
30617 | |||
30618 | # Transform confdefs.h into a sed script `conftest.defines', that | ||
30619 | # substitutes the proper values into config.h.in to produce config.h. | ||
30620 | rm -f conftest.defines conftest.tail | ||
30621 | # First, append a space to every undef/define line, to ease matching. | ||
30622 | echo 's/$/ /' >conftest.defines | ||
30623 | # Then, protect against being on the right side of a sed subst, or in | ||
30624 | # an unquoted here document, in config.status. If some macros were | ||
30625 | # called several times there might be several #defines for the same | ||
30626 | # symbol, which is useless. But do not sort them, since the last | ||
30627 | # AC_DEFINE must be honored. | ||
30628 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | ||
30629 | # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where | ||
30630 | # NAME is the cpp macro being defined, VALUE is the value it is being given. | ||
30631 | # PARAMS is the parameter list in the macro definition--in most cases, it's | ||
30632 | # just an empty string. | ||
30633 | ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' | ||
30634 | ac_dB='\\)[ (].*,\\1define\\2' | ||
30635 | ac_dC=' ' | ||
30636 | ac_dD=' ,' | ||
30637 | |||
30638 | uniq confdefs.h | | ||
30639 | sed -n ' | ||
30640 | t rset | ||
30641 | :rset | ||
30642 | s/^[ ]*#[ ]*define[ ][ ]*// | ||
30643 | t ok | ||
30644 | d | ||
30645 | :ok | ||
30646 | s/[\\&,]/\\&/g | ||
30647 | s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p | ||
30648 | s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p | ||
30649 | ' >>conftest.defines | ||
30650 | |||
30651 | # Remove the space that was appended to ease matching. | ||
30652 | # Then replace #undef with comments. This is necessary, for | ||
30653 | # example, in the case of _POSIX_SOURCE, which is predefined and required | ||
30654 | # on some systems where configure will not decide to define it. | ||
30655 | # (The regexp can be short, since the line contains either #define or #undef.) | ||
30656 | echo 's/ $// | ||
30657 | s,^[ #]*u.*,/* & */,' >>conftest.defines | ||
30658 | |||
30659 | # Break up conftest.defines: | ||
30660 | ac_max_sed_lines=50 | ||
30661 | |||
30662 | # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" | ||
30663 | # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" | ||
30664 | # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" | ||
30665 | # et cetera. | ||
30666 | ac_in='$ac_file_inputs' | ||
30667 | ac_out='"$tmp/out1"' | ||
30668 | ac_nxt='"$tmp/out2"' | ||
30669 | |||
30670 | while : | ||
30671 | do | ||
30672 | # Write a here document: | ||
30673 | cat >>$CONFIG_STATUS <<_ACEOF | ||
30674 | # First, check the format of the line: | ||
30675 | cat >"\$tmp/defines.sed" <<\\CEOF | ||
30676 | /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def | ||
30677 | /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def | ||
30678 | b | ||
30679 | :def | ||
30680 | _ACEOF | ||
30681 | sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS | ||
30682 | echo 'CEOF | ||
30683 | sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS | ||
30684 | ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in | ||
30685 | sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail | ||
30686 | grep . conftest.tail >/dev/null || break | ||
30687 | rm -f conftest.defines | ||
30688 | mv conftest.tail conftest.defines | ||
30689 | done | ||
30690 | rm -f conftest.defines conftest.tail | ||
30691 | |||
30692 | echo "ac_result=$ac_in" >>$CONFIG_STATUS | ||
30693 | cat >>$CONFIG_STATUS <<\_ACEOF | ||
32114 | if test x"$ac_file" != x-; then | 30694 | if test x"$ac_file" != x-; then |
32115 | { | 30695 | echo "/* $configure_input */" >"$tmp/config.h" |
32116 | $as_echo "/* $configure_input */" \ | 30696 | cat "$ac_result" >>"$tmp/config.h" |
32117 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 30697 | if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then |
32118 | } >"$tmp/config.h" \ | 30698 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
32119 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | 30699 | echo "$as_me: $ac_file is unchanged" >&6;} |
32120 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32121 | { (exit 1); exit 1; }; } | ||
32122 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | ||
32123 | { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | ||
32124 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | ||
32125 | else | 30700 | else |
32126 | rm -f "$ac_file" | 30701 | rm -f $ac_file |
32127 | mv "$tmp/config.h" "$ac_file" \ | 30702 | mv "$tmp/config.h" $ac_file |
32128 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 | ||
32129 | $as_echo "$as_me: error: could not create $ac_file" >&2;} | ||
32130 | { (exit 1); exit 1; }; } | ||
32131 | fi | 30703 | fi |
32132 | else | 30704 | else |
32133 | $as_echo "/* $configure_input */" \ | 30705 | echo "/* $configure_input */" |
32134 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 30706 | cat "$ac_result" |
32135 | || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 | ||
32136 | $as_echo "$as_me: error: could not create -" >&2;} | ||
32137 | { (exit 1); exit 1; }; } | ||
32138 | fi | 30707 | fi |
30708 | rm -f "$tmp/out12" | ||
32139 | ;; | 30709 | ;; |
32140 | 30710 | ||
32141 | 30711 | ||
@@ -32149,11 +30719,6 @@ _ACEOF | |||
32149 | chmod +x $CONFIG_STATUS | 30719 | chmod +x $CONFIG_STATUS |
32150 | ac_clean_files=$ac_clean_files_save | 30720 | ac_clean_files=$ac_clean_files_save |
32151 | 30721 | ||
32152 | test $ac_write_fail = 0 || | ||
32153 | { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 | ||
32154 | $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} | ||
32155 | { (exit 1); exit 1; }; } | ||
32156 | |||
32157 | 30722 | ||
32158 | # configure is writing to config.log, and then calls config.status. | 30723 | # configure is writing to config.log, and then calls config.status. |
32159 | # config.status does its own redirection, appending to config.log. | 30724 | # config.status does its own redirection, appending to config.log. |
@@ -32175,10 +30740,6 @@ if test "$no_create" != yes; then | |||
32175 | # would make configure fail if this is the last instruction. | 30740 | # would make configure fail if this is the last instruction. |
32176 | $ac_cs_success || { (exit 1); exit 1; } | 30741 | $ac_cs_success || { (exit 1); exit 1; } |
32177 | fi | 30742 | fi |
32178 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | ||
32179 | { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 | ||
32180 | $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} | ||
32181 | fi | ||
32182 | 30743 | ||
32183 | 30744 | ||
32184 | # Print summary of options | 30745 | # Print summary of options |