Changeset 1349:17ad763da3f7
- Timestamp:
- 09/09/09 20:05:40 (2 years ago)
- Branch:
- default
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (599 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1344 r1349 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3for libdodo 0.0.0.3 # Generated by GNU Autoconf 2.61 for libdodo 0.0.0. 4 4 # 5 5 # Report bugs to <issues.libdodo.org>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var366 done367 export CONFIG_SHELL368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 test -d "$1/.";534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 -*)set "./$1";;537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 638 616 #endif" 639 617 640 ac_subst_vars='LTLIBOBJS 618 ac_subst_vars='SHELL 619 PATH_SEPARATOR 620 PACKAGE_NAME 621 PACKAGE_TARNAME 622 PACKAGE_VERSION 623 PACKAGE_STRING 624 PACKAGE_BUGREPORT 625 exec_prefix 626 prefix 627 program_transform_name 628 bindir 629 sbindir 630 libexecdir 631 datarootdir 632 datadir 633 sysconfdir 634 sharedstatedir 635 localstatedir 636 includedir 637 oldincludedir 638 docdir 639 infodir 640 htmldir 641 dvidir 642 pdfdir 643 psdir 644 libdir 645 localedir 646 mandir 647 DEFS 648 ECHO_C 649 ECHO_N 650 ECHO_T 651 LIBS 652 build_alias 653 host_alias 654 target_alias 655 SO_VERSION 656 CC 657 CFLAGS 658 LDFLAGS 659 CPPFLAGS 660 ac_ct_CC 661 EXEEXT 662 OBJEXT 663 CPP 664 GREP 665 EGREP 666 CXX 667 CXXFLAGS 668 ac_ct_CXX 669 LN_S 670 SET_MAKE 671 INSTALL_PROGRAM 672 INSTALL_SCRIPT 673 INSTALL_DATA 674 TAGS 675 OBJECTS 676 DEPS 677 TESTS 678 DEBUG 679 CXXCPP 641 680 LIBOBJS 642 CXXCPP 643 DEBUG 644 TESTS 645 DEPS 646 OBJECTS 647 TAGS 648 INSTALL_DATA 649 INSTALL_SCRIPT 650 INSTALL_PROGRAM 651 SET_MAKE 652 LN_S 653 ac_ct_CXX 654 CXXFLAGS 655 CXX 656 EGREP 657 GREP 658 CPP 659 OBJEXT 660 EXEEXT 661 ac_ct_CC 662 CPPFLAGS 663 LDFLAGS 664 CFLAGS 665 CC 666 SO_VERSION 667 target_alias 668 host_alias 669 build_alias 670 LIBS 671 ECHO_T 672 ECHO_N 673 ECHO_C 674 DEFS 675 mandir 676 localedir 677 libdir 678 psdir 679 pdfdir 680 dvidir 681 htmldir 682 infodir 683 docdir 684 oldincludedir 685 includedir 686 localstatedir 687 sharedstatedir 688 sysconfdir 689 datadir 690 datarootdir 691 libexecdir 692 sbindir 693 bindir 694 program_transform_name 695 prefix 696 exec_prefix 697 PACKAGE_BUGREPORT 698 PACKAGE_STRING 699 PACKAGE_VERSION 700 PACKAGE_TARNAME 701 PACKAGE_NAME 702 PATH_SEPARATOR 703 SHELL' 681 LTLIBOBJS' 704 682 ac_subst_files='' 705 ac_user_opts='706 enable_option_checking707 enable_debug708 enable_profiling709 enable_libwrap710 enable_deque711 enable_io_xexec712 enable_database_xexec713 with_ipc714 with_sqlite3715 with_openssl716 with_bfd717 with_postgresql718 with_mysql719 with_fast_cgi720 with_pcre721 with_dl722 enable_fast_dynamic_loading723 with_libxml2724 with_threading_lib725 with_pthread_lib726 with_pthread_path727 with_bzip2728 with_zlib729 enable_zlib_lib730 with_iconv731 enable_iconv_lib732 with_imagemagick733 enable_graphics_xexec734 '735 683 ac_precious_vars='build_alias 736 684 host_alias … … 751 699 ac_init_help= 752 700 ac_init_version=false 753 ac_unrecognized_opts=754 ac_unrecognized_sep=755 701 # The variables have the same names as the options, with 756 702 # dashes changed to underlines. … … 851 797 852 798 -disable-* | --disable-*) 853 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`799 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 854 800 # Reject names that are not valid shell variable names. 855 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&856 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2801 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 802 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 857 803 { (exit 1); exit 1; }; } 858 ac_useropt_orig=$ac_useropt 859 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 860 case $ac_user_opts in 861 *" 862 "enable_$ac_useropt" 863 "*) ;; 864 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 865 ac_unrecognized_sep=', ';; 866 esac 867 eval enable_$ac_useropt=no ;; 804 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 805 eval enable_$ac_feature=no ;; 868 806 869 807 -docdir | --docdir | --docdi | --doc | --do) … … 878 816 879 817 -enable-* | --enable-*) 880 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`818 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 881 819 # Reject names that are not valid shell variable names. 882 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&883 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2820 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 821 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 884 822 { (exit 1); exit 1; }; } 885 ac_useropt_orig=$ac_useropt 886 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 887 case $ac_user_opts in 888 *" 889 "enable_$ac_useropt" 890 "*) ;; 891 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 892 ac_unrecognized_sep=', ';; 893 esac 894 eval enable_$ac_useropt=\$ac_optarg ;; 823 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 824 eval enable_$ac_feature=\$ac_optarg ;; 895 825 896 826 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1083 1013 1084 1014 -with-* | --with-*) 1085 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1015 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1086 1016 # Reject names that are not valid shell variable names. 1087 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1088 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21017 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1018 { echo "$as_me: error: invalid package name: $ac_package" >&2 1089 1019 { (exit 1); exit 1; }; } 1090 ac_useropt_orig=$ac_useropt 1091 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1092 case $ac_user_opts in 1093 *" 1094 "with_$ac_useropt" 1095 "*) ;; 1096 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1097 ac_unrecognized_sep=', ';; 1098 esac 1099 eval with_$ac_useropt=\$ac_optarg ;; 1020 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1021 eval with_$ac_package=\$ac_optarg ;; 1100 1022 1101 1023 -without-* | --without-*) 1102 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1024 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1103 1025 # Reject names that are not valid shell variable names. 1104 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1105 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21026 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1027 { echo "$as_me: error: invalid package name: $ac_package" >&2 1106 1028 { (exit 1); exit 1; }; } 1107 ac_useropt_orig=$ac_useropt 1108 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1109 case $ac_user_opts in 1110 *" 1111 "with_$ac_useropt" 1112 "*) ;; 1113 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1114 ac_unrecognized_sep=', ';; 1115 esac 1116 eval with_$ac_useropt=no ;; 1029 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1030 eval with_$ac_package=no ;; 1117 1031 1118 1032 --x) … … 1134 1048 x_libraries=$ac_optarg ;; 1135 1049 1136 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1050 -*) { echo "$as_me: error: unrecognized option: $ac_option 1137 1051 Try \`$0 --help' for more information." >&2 1138 1052 { (exit 1); exit 1; }; } … … 1143 1057 # Reject names that are not valid shell variable names. 1144 1058 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1145 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21059 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1146 1060 { (exit 1); exit 1; }; } 1147 1061 eval $ac_envvar=\$ac_optarg … … 1150 1064 *) 1151 1065 # FIXME: should be removed in autoconf 3.0. 1152 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21066 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1153 1067 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1154 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21068 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1155 1069 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1156 1070 ;; … … 1161 1075 if test -n "$ac_prev"; then 1162 1076 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1163 { $as_echo "$as_me: error: missing argument to $ac_option" >&21077 { echo "$as_me: error: missing argument to $ac_option" >&2 1164 1078 { (exit 1); exit 1; }; } 1165 1079 fi 1166 1080 1167 if test -n "$ac_unrecognized_opts"; then 1168 case $enable_option_checking in 1169 no) ;; 1170 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1171 { (exit 1); exit 1; }; } ;; 1172 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1173 esac 1174 fi 1175 1176 # Check all directory arguments for consistency. 1081 # Be sure to have absolute directory names. 1177 1082 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1178 1083 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1181 1086 do 1182 1087 eval ac_val=\$$ac_var 1183 # Remove trailing slashes.1184 case $ac_val in1185 */ )1186 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1187 eval $ac_var=\$ac_val;;1188 esac1189 # Be sure to have absolute directory names.1190 1088 case $ac_val in 1191 1089 [\\/$]* | ?:[\\/]* ) continue;; 1192 1090 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1193 1091 esac 1194 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21092 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1195 1093 { (exit 1); exit 1; }; } 1196 1094 done … … 1207 1105 if test "x$build_alias" = x; then 1208 1106 cross_compiling=maybe 1209 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1107 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1210 1108 If a cross compiler is detected then cross compile mode will be used." >&2 1211 1109 elif test "x$build_alias" != "x$host_alias"; then … … 1223 1121 ac_ls_di=`ls -di .` && 1224 1122 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1225 { $as_echo "$as_me: error: working directory cannot be determined" >&21123 { echo "$as_me: error: Working directory cannot be determined" >&2 1226 1124 { (exit 1); exit 1; }; } 1227 1125 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1228 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21126 { echo "$as_me: error: pwd does not report name of working directory" >&2 1229 1127 { (exit 1); exit 1; }; } 1230 1128 … … 1234 1132 ac_srcdir_defaulted=yes 1235 1133 # Try the directory containing this script, then the parent directory. 1236 ac_confdir=`$as_dirname -- "$ as_myself" ||1237 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1238 X"$ as_myself" : 'X\(//\)[^/]' \| \1239 X"$ as_myself" : 'X\(//\)$' \| \1240 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1241 $as_echo X"$as_myself" |1134 ac_confdir=`$as_dirname -- "$0" || 1135 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1136 X"$0" : 'X\(//\)[^/]' \| \ 1137 X"$0" : 'X\(//\)$' \| \ 1138 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1139 echo X"$0" | 1242 1140 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1243 1141 s//\1/ … … 1266 1164 if test ! -r "$srcdir/$ac_unique_file"; then 1267 1165 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1268 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21166 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1269 1167 { (exit 1); exit 1; }; } 1270 1168 fi 1271 1169 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1272 1170 ac_abs_confdir=`( 1273 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21171 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1274 1172 { (exit 1); exit 1; }; } 1275 1173 pwd)` … … 1320 1218 Installation directories: 1321 1219 --prefix=PREFIX install architecture-independent files in PREFIX 1322 [$ac_default_prefix]1220 [$ac_default_prefix] 1323 1221 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1324 [PREFIX]1222 [PREFIX] 1325 1223 1326 1224 By default, \`make install' will install all the files in … … 1332 1230 1333 1231 Fine tuning of the installation directories: 1334 --bindir=DIR user executables [EPREFIX/bin]1335 --sbindir=DIR system admin executables [EPREFIX/sbin]1336 --libexecdir=DIR program executables [EPREFIX/libexec]1337 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1338 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1339 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1340 --libdir=DIR object code libraries [EPREFIX/lib]1341 --includedir=DIR C header files [PREFIX/include]1342 --oldincludedir=DIR C header files for non-gcc [/usr/include]1343 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1344 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1345 --infodir=DIR info documentation [DATAROOTDIR/info]1346 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1347 --mandir=DIR man documentation [DATAROOTDIR/man]1348 --docdir=DIR documentation root [DATAROOTDIR/doc/libdodo]1349 --htmldir=DIR html documentation [DOCDIR]1350 --dvidir=DIR dvi documentation [DOCDIR]1351 --pdfdir=DIR pdf documentation [DOCDIR]1352 --psdir=DIR ps documentation [DOCDIR]1232 --bindir=DIR user executables [EPREFIX/bin] 1233 --sbindir=DIR system admin executables [EPREFIX/sbin] 1234 --libexecdir=DIR program executables [EPREFIX/libexec] 1235 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1236 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1237 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1238 --libdir=DIR object code libraries [EPREFIX/lib] 1239 --includedir=DIR C header files [PREFIX/include] 1240 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1241 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1242 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1243 --infodir=DIR info documentation [DATAROOTDIR/info] 1244 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1245 --mandir=DIR man documentation [DATAROOTDIR/man] 1246 --docdir=DIR documentation root [DATAROOTDIR/doc/libdodo] 1247 --htmldir=DIR html documentation [DOCDIR] 1248 --dvidir=DIR dvi documentation [DOCDIR] 1249 --pdfdir=DIR pdf documentation [DOCDIR] 1250 --psdir=DIR ps documentation [DOCDIR] 1353 1251 _ACEOF 1354 1252 … … 1364 1262 1365 1263 Optional Features: 1366 --disable-option-checking ignore unrecognized --enable/--with options1367 1264 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1368 1265 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1434 1331 # If there are subdirs, report their specific --help. 1435 1332 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1436 test -d "$ac_dir" || 1437 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1438 continue 1333 test -d "$ac_dir" || continue 1439 1334 ac_builddir=. 1440 1335 … … 1442 1337 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1443 1338 *) 1444 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1339 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1445 1340 # A ".." for each directory in $ac_dir_suffix. 1446 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1341 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1447 1342 case $ac_top_builddir_sub in 1448 1343 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1480 1375 $SHELL "$ac_srcdir/configure" --help=recursive 1481 1376 else 1482 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21377 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1483 1378 fi || ac_status=$? 1484 1379 cd "$ac_pwd" || { ac_status=$?; break; } … … 1490 1385 cat <<\_ACEOF 1491 1386 libdodo configure 0.0.0 1492 generated by GNU Autoconf 2.6 31387 generated by GNU Autoconf 2.61 1493 1388 1494 1389 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1495 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1390 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1496 1391 This configure script is free software; the Free Software Foundation 1497 1392 gives unlimited permission to copy, distribute and modify it. … … 1504 1399 1505 1400 It was created by libdodo $as_me 0.0.0, which was 1506 generated by GNU Autoconf 2.6 3. Invocation command line was1401 generated by GNU Autoconf 2.61. Invocation command line was 1507 1402 1508 1403 $ $0 $@ … … 1540 1435 IFS=$as_save_IFS 1541 1436 test -z "$as_dir" && as_dir=. 1542 $as_echo "PATH: $as_dir"1437 echo "PATH: $as_dir" 1543 1438 done 1544 1439 IFS=$as_save_IFS … … 1575 1470 continue ;; 1576 1471 *\'*) 1577 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1472 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1578 1473 esac 1579 1474 case $ac_pass in … … 1627 1522 *${as_nl}*) 1628 1523 case $ac_var in #( 1629 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51630 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1524 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1525 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1631 1526 esac 1632 1527 case $ac_var in #( 1633 1528 _ | IFS | as_nl) ;; #( 1634 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1635 1529 *) $as_unset $ac_var ;; 1636 1530 esac ;; … … 1662 1556 eval ac_val=\$$ac_var 1663 1557 case $ac_val in 1664 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1558 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1665 1559 esac 1666 $as_echo "$ac_var='\''$ac_val'\''"1560 echo "$ac_var='\''$ac_val'\''" 1667 1561 done | sort 1668 1562 echo … … 1679 1573 eval ac_val=\$$ac_var 1680 1574 case $ac_val in 1681 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1575 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1682 1576 esac 1683 $as_echo "$ac_var='\''$ac_val'\''"1577 echo "$ac_var='\''$ac_val'\''" 1684 1578 done | sort 1685 1579 echo … … 1697 1591 fi 1698 1592 test "$ac_signal" != 0 && 1699 $as_echo "$as_me: caught signal $ac_signal"1700 $as_echo "$as_me: exit $exit_status"1593 echo "$as_me: caught signal $ac_signal" 1594 echo "$as_me: exit $exit_status" 1701 1595 } >&5 1702 1596 rm -f core *.core core.conftest.* && … … 1740 1634 1741 1635 # Let the site file select an alternate cache file if it wants to. 1742 # Prefer an explicitly selected file to automatically selected ones. 1743 ac_site_file1=NONE 1744 ac_site_file2=NONE 1636 # Prefer explicitly selected file to automatically selected ones. 1745 1637 if test -n "$CONFIG_SITE"; then 1746 ac_site_file1=$CONFIG_SITE1638 set x "$CONFIG_SITE" 1747 1639 elif test "x$prefix" != xNONE; then 1748 ac_site_file1=$prefix/share/config.site1749 ac_site_file2=$prefix/etc/config.site1750 else 1751 ac_site_file1=$ac_default_prefix/share/config.site 1752 ac_site_file2=$ac_default_prefix/etc/config.site 1753 fi 1754 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1640 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1641 else 1642 set x "$ac_default_prefix/share/config.site" \ 1643 "$ac_default_prefix/etc/config.site" 1644 fi 1645 shift 1646 for ac_site_file 1755 1647 do 1756 test "x$ac_site_file" = xNONE && continue1757 1648 if test -r "$ac_site_file"; then 1758 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51759 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1649 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1650 echo "$as_me: loading site script $ac_site_file" >&6;} 1760 1651 sed 's/^/| /' "$ac_site_file" >&5 1761 1652 . "$ac_site_file" … … 1767 1658 # files actually), so we avoid doing that. 1768 1659 if test -f "$cache_file"; then 1769 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51770 $as_echo "$as_me: loading cache $cache_file" >&6;}1660 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1661 echo "$as_me: loading cache $cache_file" >&6;} 1771 1662 case $cache_file in 1772 1663 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1775 1666 fi 1776 1667 else 1777 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51778 $as_echo "$as_me: creating cache $cache_file" >&6;}1668 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1669 echo "$as_me: creating cache $cache_file" >&6;} 1779 1670 >$cache_file 1780 1671 fi … … 1790 1681 case $ac_old_set,$ac_new_set in 1791 1682 set,) 1792 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51793 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1683 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1684 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1794 1685 ac_cache_corrupted=: ;; 1795 1686 ,set) 1796 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51797 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1687 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1688 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1798 1689 ac_cache_corrupted=: ;; 1799 1690 ,);; 1800 1691 *) 1801 1692 if test "x$ac_old_val" != "x$ac_new_val"; then 1802 # differences in whitespace do not lead to failure. 1803 ac_old_val_w=`echo x $ac_old_val` 1804 ac_new_val_w=`echo x $ac_new_val` 1805 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1806 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1807 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1808 ac_cache_corrupted=: 1809 else 1810 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1811 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1812 eval $ac_var=\$ac_old_val 1813 fi 1814 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1815 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1816 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1817 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1693 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1694 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1695 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1696 echo "$as_me: former value: $ac_old_val" >&2;} 1697 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1698 echo "$as_me: current value: $ac_new_val" >&2;} 1699 ac_cache_corrupted=: 1818 1700 fi;; 1819 1701 esac … … 1821 1703 if test "$ac_new_set" = set; then 1822 1704 case $ac_new_val in 1823 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1705 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1824 1706 *) ac_arg=$ac_var=$ac_new_val ;; 1825 1707 esac … … 1831 1713 done 1832 1714 if $ac_cache_corrupted; then 1833 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1834 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1835 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1836 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1837 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1838 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1715 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1716 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1717 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1718 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1839 1719 { (exit 1); exit 1; }; } 1840 1720 fi … … 1905 1785 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1906 1786 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1907 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&51908 $as_echo_n "checking for $ac_word..." >&6; }1787 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1909 1789 if test "${ac_cv_prog_CC+set}" = set; then 1910 $as_echo_n "(cached)" >&61790 echo $ECHO_N "(cached) $ECHO_C" >&6 1911 1791 else 1912 1792 if test -n "$CC"; then … … 1921 1801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1922 1802 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1923 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1924 1804 break 2 1925 1805 fi … … 1932 1812 CC=$ac_cv_prog_CC 1933 1813 if test -n "$CC"; then 1934 { $as_echo "$as_me:$LINENO: result: $CC" >&51935 $as_echo "$CC" >&6; }1936 else 1937 { $as_echo "$as_me:$LINENO: result: no" >&51938 $as_echo "no" >&6; }1814 { echo "$as_me:$LINENO: result: $CC" >&5 1815 echo "${ECHO_T}$CC" >&6; } 1816 else 1817 { echo "$as_me:$LINENO: result: no" >&5 1818 echo "${ECHO_T}no" >&6; } 1939 1819 fi 1940 1820 … … 1945 1825 # Extract the first word of "gcc", so it can be a program name with args. 1946 1826 set dummy gcc; ac_word=$2 1947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&51948 $as_echo_n "checking for $ac_word..." >&6; }1827 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1949 1829 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1950 $as_echo_n "(cached)" >&61830 echo $ECHO_N "(cached) $ECHO_C" >&6 1951 1831 else 1952 1832 if test -n "$ac_ct_CC"; then … … 1961 1841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1962 1842 ac_cv_prog_ac_ct_CC="gcc" 1963 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51843 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1964 1844 break 2 1965 1845 fi … … 1972 1852 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1973 1853 if test -n "$ac_ct_CC"; then 1974 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&51975 $as_echo "$ac_ct_CC" >&6; }1976 else 1977 { $as_echo "$as_me:$LINENO: result: no" >&51978 $as_echo "no" >&6; }1854 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1855 echo "${ECHO_T}$ac_ct_CC" >&6; } 1856 else 1857 { echo "$as_me:$LINENO: result: no" >&5 1858 echo "${ECHO_T}no" >&6; } 1979 1859 fi 1980 1860 … … 1984 1864 case $cross_compiling:$ac_tool_warned in 1985 1865 yes:) 1986 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 1987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1866 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1867 whose name does not start with the host triplet. If you think this 1868 configuration is useful to you, please write to autoconf@gnu.org." >&5 1869 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1870 whose name does not start with the host triplet. If you think this 1871 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1988 1872 ac_tool_warned=yes ;; 1989 1873 esac … … 1998 1882 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1999 1883 set dummy ${ac_tool_prefix}cc; ac_word=$2 2000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52001 $as_echo_n "checking for $ac_word..." >&6; }1884 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2002 1886 if test "${ac_cv_prog_CC+set}" = set; then 2003 $as_echo_n "(cached)" >&61887 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 1888 else 2005 1889 if test -n "$CC"; then … … 2014 1898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2015 1899 ac_cv_prog_CC="${ac_tool_prefix}cc" 2016 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2017 1901 break 2 2018 1902 fi … … 2025 1909 CC=$ac_cv_prog_CC 2026 1910 if test -n "$CC"; then 2027 { $as_echo "$as_me:$LINENO: result: $CC" >&52028 $as_echo "$CC" >&6; }2029 else 2030 { $as_echo "$as_me:$LINENO: result: no" >&52031 $as_echo "no" >&6; }1911 { echo "$as_me:$LINENO: result: $CC" >&5 1912 echo "${ECHO_T}$CC" >&6; } 1913 else 1914 { echo "$as_me:$LINENO: result: no" >&5 1915 echo "${ECHO_T}no" >&6; } 2032 1916 fi 2033 1917 … … 2038 1922 # Extract the first word of "cc", so it can be a program name with args. 2039 1923 set dummy cc; ac_word=$2 2040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52041 $as_echo_n "checking for $ac_word..." >&6; }1924 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2042 1926 if test "${ac_cv_prog_CC+set}" = set; then 2043 $as_echo_n "(cached)" >&61927 echo $ECHO_N "(cached) $ECHO_C" >&6 2044 1928 else 2045 1929 if test -n "$CC"; then … … 2059 1943 fi 2060 1944 ac_cv_prog_CC="cc" 2061 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51945 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2062 1946 break 2 2063 1947 fi … … 2082 1966 CC=$ac_cv_prog_CC 2083 1967 if test -n "$CC"; then 2084 { $as_echo "$as_me:$LINENO: result: $CC" >&52085 $as_echo "$CC" >&6; }2086 else 2087 { $as_echo "$as_me:$LINENO: result: no" >&52088 $as_echo "no" >&6; }1968 { echo "$as_me:$LINENO: result: $CC" >&5 1969 echo "${ECHO_T}$CC" >&6; } 1970 else 1971 { echo "$as_me:$LINENO: result: no" >&5 1972 echo "${ECHO_T}no" >&6; } 2089 1973 fi 2090 1974 … … 2097 1981 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2098 1982 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2099 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52100 $as_echo_n "checking for $ac_word..." >&6; }1983 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2101 1985 if test "${ac_cv_prog_CC+set}" = set; then 2102 $as_echo_n "(cached)" >&61986 echo $ECHO_N "(cached) $ECHO_C" >&6 2103 1987 else 2104 1988 if test -n "$CC"; then … … 2113 1997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2114 1998 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2115 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2116 2000 break 2 2117 2001 fi … … 2124 2008 CC=$ac_cv_prog_CC 2125 2009 if test -n "$CC"; then 2126 { $as_echo "$as_me:$LINENO: result: $CC" >&52127 $as_echo "$CC" >&6; }2128 else 2129 { $as_echo "$as_me:$LINENO: result: no" >&52130 $as_echo "no" >&6; }2010 { echo "$as_me:$LINENO: result: $CC" >&5 2011 echo "${ECHO_T}$CC" >&6; } 2012 else 2013 { echo "$as_me:$LINENO: result: no" >&5 2014 echo "${ECHO_T}no" >&6; } 2131 2015 fi 2132 2016 … … 2141 2025 # Extract the first word of "$ac_prog", so it can be a program name with args. 2142 2026 set dummy $ac_prog; ac_word=$2 2143 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52144 $as_echo_n "checking for $ac_word..." >&6; }2027 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2145 2029 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2146 $as_echo_n "(cached)" >&62030 echo $ECHO_N "(cached) $ECHO_C" >&6 2147 2031 else 2148 2032 if test -n "$ac_ct_CC"; then … … 2157 2041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2158 2042 ac_cv_prog_ac_ct_CC="$ac_prog" 2159 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52043 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2160 2044 break 2 2161 2045 fi … … 2168 2052 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2169 2053 if test -n "$ac_ct_CC"; then 2170 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52171 $as_echo "$ac_ct_CC" >&6; }2172 else 2173 { $as_echo "$as_me:$LINENO: result: no" >&52174 $as_echo "no" >&6; }2054 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2055 echo "${ECHO_T}$ac_ct_CC" >&6; } 2056 else 2057 { echo "$as_me:$LINENO: result: no" >&5 2058 echo "${ECHO_T}no" >&6; } 2175 2059 fi 2176 2060 … … 2184 2068 case $cross_compiling:$ac_tool_warned in 2185 2069 yes:) 2186 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2187 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2070 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2071 whose name does not start with the host triplet. If you think this 2072 configuration is useful to you, please write to autoconf@gnu.org." >&5 2073 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2074 whose name does not start with the host triplet. If you think this 2075 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2188 2076 ac_tool_warned=yes ;; 2189 2077 esac … … 2195 2083 2196 2084 2197 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2199 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2085 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2200 2086 See \`config.log' for more details." >&5 2201 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2087 echo "$as_me: error: no acceptable C compiler found in \$PATH 2202 2088 See \`config.log' for more details." >&2;} 2203 { (exit 1); exit 1; }; } ; }2089 { (exit 1); exit 1; }; } 2204 2090 2205 2091 # Provide some information about the compiler. 2206 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2207 set X $ac_compile 2208 ac_compiler=$2 2092 echo "$as_me:$LINENO: checking for C compiler version" >&5 2093 ac_compiler=`set X $ac_compile; echo $2` 2209 2094 { (ac_try="$ac_compiler --version >&5" 2210 2095 case "(($ac_try" in … … 2212 2097 *) ac_try_echo=$ac_try;; 2213 2098 esac 2214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2215 $as_echo "$ac_try_echo") >&5 2099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2216 2100 (eval "$ac_compiler --version >&5") 2>&5 2217 2101 ac_status=$? 2218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2219 2103 (exit $ac_status); } 2220 2104 { (ac_try="$ac_compiler -v >&5" … … 2223 2107 *) ac_try_echo=$ac_try;; 2224 2108 esac 2225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2226 $as_echo "$ac_try_echo") >&5 2109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2227 2110 (eval "$ac_compiler -v >&5") 2>&5 2228 2111 ac_status=$? 2229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52112 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2230 2113 (exit $ac_status); } 2231 2114 { (ac_try="$ac_compiler -V >&5" … … 2234 2117 *) ac_try_echo=$ac_try;; 2235 2118 esac 2236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2237 $as_echo "$ac_try_echo") >&5 2119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2238 2120 (eval "$ac_compiler -V >&5") 2>&5 2239 2121 ac_status=$? 2240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2241 2123 (exit $ac_status); } 2242 2124 … … 2257 2139 _ACEOF 2258 2140 ac_clean_files_save=$ac_clean_files 2259 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2141 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2260 2142 # Try to create an executable without -o first, disregard a.out. 2261 2143 # It will help us diagnose broken compilers, and finding out an intuition 2262 2144 # of exeext. 2263 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2264 $as_echo_n "checking for C compiler default output file name... " >&6; } 2265 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2266 2267 # The possible output files: 2268 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2269 2145 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2146 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2147 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2148 # 2149 # List of possible output files, starting from the most likely. 2150 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2151 # only as a last resort. b.out is created by i960 compilers. 2152 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2153 # 2154 # The IRIX 6 linker writes into existing files which may not be 2155 # executable, retaining their permissions. Remove them first so a 2156 # subsequent execution test works. 2270 2157 ac_rmfiles= 2271 2158 for ac_file in $ac_files 2272 2159 do 2273 2160 case $ac_file in 2274 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2161 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2275 2162 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2276 2163 esac … … 2283 2170 *) ac_try_echo=$ac_try;; 2284 2171 esac 2285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2286 $as_echo "$ac_try_echo") >&5 2172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2287 2173 (eval "$ac_link_default") 2>&5 2288 2174 ac_status=$? 2289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2290 2176 (exit $ac_status); }; then 2291 2177 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2298 2184 test -f "$ac_file" || continue 2299 2185 case $ac_file in 2300 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2186 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2301 2187 ;; 2302 2188 [ab].out ) … … 2325 2211 fi 2326 2212 2327 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52328 $as_echo "$ac_file" >&6; }2213 { echo "$as_me:$LINENO: result: $ac_file" >&5 2214 echo "${ECHO_T}$ac_file" >&6; } 2329 2215 if test -z "$ac_file"; then 2330 $as_echo "$as_me: failed program was:" >&52216 echo "$as_me: failed program was:" >&5 2331 2217 sed 's/^/| /' conftest.$ac_ext >&5 2332 2218 2333 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2334 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2335 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2219 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2336 2220 See \`config.log' for more details." >&5 2337 $as_echo "$as_me: error: C compiler cannot create executables2221 echo "$as_me: error: C compiler cannot create executables 2338 2222 See \`config.log' for more details." >&2;} 2339 { (exit 77); exit 77; }; } ; }2223 { (exit 77); exit 77; }; } 2340 2224 fi 2341 2225 … … 2344 2228 # Check that the compiler produces executables we can run. If not, either 2345 2229 # the compiler is broken, or we cross compile. 2346 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&52347 $as_echo_n "checking whether the C compiler works..." >&6; }2230 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2231 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2348 2232 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2349 2233 # If not cross compiling, check that we can run a simple program. … … 2354 2238 *) ac_try_echo=$ac_try;; 2355 2239 esac 2356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2357 $as_echo "$ac_try_echo") >&5 2240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2358 2241 (eval "$ac_try") 2>&5 2359 2242 ac_status=$? 2360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2361 2244 (exit $ac_status); }; }; then 2362 2245 cross_compiling=no … … 2365 2248 cross_compiling=yes 2366 2249 else 2367 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2369 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2250 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2370 2251 If you meant to cross compile, use \`--host'. 2371 2252 See \`config.log' for more details." >&5 2372 $as_echo "$as_me: error: cannot run C compiled programs.2253 echo "$as_me: error: cannot run C compiled programs. 2373 2254 If you meant to cross compile, use \`--host'. 2374 2255 See \`config.log' for more details." >&2;} 2375 { (exit 1); exit 1; }; } ; }2256 { (exit 1); exit 1; }; } 2376 2257 fi 2377 2258 fi 2378 2259 fi 2379 { $as_echo "$as_me:$LINENO: result: yes" >&52380 $as_echo "yes" >&6; }2381 2382 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2260 { echo "$as_me:$LINENO: result: yes" >&5 2261 echo "${ECHO_T}yes" >&6; } 2262 2263 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2383 2264 ac_clean_files=$ac_clean_files_save 2384 2265 # Check that the compiler produces executables we can run. If not, either 2385 2266 # the compiler is broken, or we cross compile. 2386 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&52387 $as_echo_n "checking whether we are cross compiling..." >&6; }2388 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&52389 $as_echo "$cross_compiling" >&6; }2390 2391 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&52392 $as_echo_n "checking for suffix of executables..." >&6; }2267 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2268 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2269 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2270 echo "${ECHO_T}$cross_compiling" >&6; } 2271 2272 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2273 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2393 2274 if { (ac_try="$ac_link" 2394 2275 case "(($ac_try" in … … 2396 2277 *) ac_try_echo=$ac_try;; 2397 2278 esac 2398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2399 $as_echo "$ac_try_echo") >&5 2279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2400 2280 (eval "$ac_link") 2>&5 2401 2281 ac_status=$? 2402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52282 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2403 2283 (exit $ac_status); }; then 2404 2284 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2409 2289 test -f "$ac_file" || continue 2410 2290 case $ac_file in 2411 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2291 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2412 2292 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2413 2293 break;; … … 2416 2296 done 2417 2297 else 2418 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2419 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2420 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2298 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2421 2299 See \`config.log' for more details." >&5 2422 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2300 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2423 2301 See \`config.log' for more details." >&2;} 2424 { (exit 1); exit 1; }; } ; }2302 { (exit 1); exit 1; }; } 2425 2303 fi 2426 2304 2427 2305 rm -f conftest$ac_cv_exeext 2428 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52429 $as_echo "$ac_cv_exeext" >&6; }2306 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2307 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2430 2308 2431 2309 rm -f conftest.$ac_ext 2432 2310 EXEEXT=$ac_cv_exeext 2433 2311 ac_exeext=$EXEEXT 2434 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&52435 $as_echo_n "checking for suffix of object files..." >&6; }2312 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2313 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2436 2314 if test "${ac_cv_objext+set}" = set; then 2437 $as_echo_n "(cached)" >&62315 echo $ECHO_N "(cached) $ECHO_C" >&6 2438 2316 else 2439 2317 cat >conftest.$ac_ext <<_ACEOF … … 2458 2336 *) ac_try_echo=$ac_try;; 2459 2337 esac 2460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2461 $as_echo "$ac_try_echo") >&5 2338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2462 2339 (eval "$ac_compile") 2>&5 2463 2340 ac_status=$? 2464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2465 2342 (exit $ac_status); }; then 2466 2343 for ac_file in conftest.o conftest.obj conftest.*; do 2467 2344 test -f "$ac_file" || continue; 2468 2345 case $ac_file in 2469 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2346 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2470 2347 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2471 2348 break;; … … 2473 2350 done 2474 2351 else 2475 $as_echo "$as_me: failed program was:" >&52352 echo "$as_me: failed program was:" >&5 2476 2353 sed 's/^/| /' conftest.$ac_ext >&5 2477 2354 2478 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2479 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2480 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2355 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2481 2356 See \`config.log' for more details." >&5 2482 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile2357 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2483 2358 See \`config.log' for more details." >&2;} 2484 { (exit 1); exit 1; }; } ; }2359 { (exit 1); exit 1; }; } 2485 2360 fi 2486 2361 2487 2362 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2488 2363 fi 2489 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&52490 $as_echo "$ac_cv_objext" >&6; }2364 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2365 echo "${ECHO_T}$ac_cv_objext" >&6; } 2491 2366 OBJEXT=$ac_cv_objext 2492 2367 ac_objext=$OBJEXT 2493 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52494 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }2368 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2369 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2495 2370 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2496 $as_echo_n "(cached)" >&62371 echo $ECHO_N "(cached) $ECHO_C" >&6 2497 2372 else 2498 2373 cat >conftest.$ac_ext <<_ACEOF … … 2520 2395 *) ac_try_echo=$ac_try;; 2521 2396 esac 2522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2523 $as_echo "$ac_try_echo") >&5 2397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2524 2398 (eval "$ac_compile") 2>conftest.er1 2525 2399 ac_status=$? … … 2527 2401 rm -f conftest.er1 2528 2402 cat conftest.err >&5 2529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2530 2404 (exit $ac_status); } && { 2531 2405 test -z "$ac_c_werror_flag" || … … 2534 2408 ac_compiler_gnu=yes 2535 2409 else 2536 $as_echo "$as_me: failed program was:" >&52410 echo "$as_me: failed program was:" >&5 2537 2411 sed 's/^/| /' conftest.$ac_ext >&5 2538 2412 … … 2544 2418 2545 2419 fi 2546 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2547 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2548 if test $ac_compiler_gnu = yes; then 2549 GCC=yes 2550 else 2551 GCC= 2552 fi 2420 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2421 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2422 GCC=`test $ac_compiler_gnu = yes && echo yes` 2553 2423 ac_test_CFLAGS=${CFLAGS+set} 2554 2424 ac_save_CFLAGS=$CFLAGS 2555 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52556 $as_echo_n "checking whether $CC accepts -g..." >&6; }2425 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2426 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2557 2427 if test "${ac_cv_prog_cc_g+set}" = set; then 2558 $as_echo_n "(cached)" >&62428 echo $ECHO_N "(cached) $ECHO_C" >&6 2559 2429 else 2560 2430 ac_save_c_werror_flag=$ac_c_werror_flag … … 2583 2453 *) ac_try_echo=$ac_try;; 2584 2454 esac 2585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2586 $as_echo "$ac_try_echo") >&5 2455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2587 2456 (eval "$ac_compile") 2>conftest.er1 2588 2457 ac_status=$? … … 2590 2459 rm -f conftest.er1 2591 2460 cat conftest.err >&5 2592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2593 2462 (exit $ac_status); } && { 2594 2463 test -z "$ac_c_werror_flag" || … … 2597 2466 ac_cv_prog_cc_g=yes 2598 2467 else 2599 $as_echo "$as_me: failed program was:" >&52468 echo "$as_me: failed program was:" >&5 2600 2469 sed 's/^/| /' conftest.$ac_ext >&5 2601 2470 … … 2622 2491 *) ac_try_echo=$ac_try;; 2623 2492 esac 2624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2625 $as_echo "$ac_try_echo") >&5 2493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2626 2494 (eval "$ac_compile") 2>conftest.er1 2627 2495 ac_status=$? … … 2629 2497 rm -f conftest.er1 2630 2498 cat conftest.err >&5 2631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2632 2500 (exit $ac_status); } && { 2633 2501 test -z "$ac_c_werror_flag" || … … 2636 2504 : 2637 2505 else 2638 $as_echo "$as_me: failed program was:" >&52506 echo "$as_me: failed program was:" >&5 2639 2507 sed 's/^/| /' conftest.$ac_ext >&5 2640 2508 … … 2662 2530 *) ac_try_echo=$ac_try;; 2663 2531 esac 2664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2665 $as_echo "$ac_try_echo") >&5 2532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2666 2533 (eval "$ac_compile") 2>conftest.er1 2667 2534 ac_status=$? … … 2669 2536 rm -f conftest.er1 2670 2537 cat conftest.err >&5 2671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52538 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2672 2539 (exit $ac_status); } && { 2673 2540 test -z "$ac_c_werror_flag" || … … 2676 2543 ac_cv_prog_cc_g=yes 2677 2544 else 2678 $as_echo "$as_me: failed program was:" >&52545 echo "$as_me: failed program was:" >&5 2679 2546 sed 's/^/| /' conftest.$ac_ext >&5 2680 2547 … … 2691 2558 ac_c_werror_flag=$ac_save_c_werror_flag 2692 2559 fi 2693 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52694 $as_echo "$ac_cv_prog_cc_g" >&6; }2560 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2561 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2695 2562 if test "$ac_test_CFLAGS" = set; then 2696 2563 CFLAGS=$ac_save_CFLAGS … … 2708 2575 fi 2709 2576 fi 2710 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52711 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }2577 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2578 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2712 2579 if test "${ac_cv_prog_cc_c89+set}" = set; then 2713 $as_echo_n "(cached)" >&62580 echo $ECHO_N "(cached) $ECHO_C" >&6 2714 2581 else 2715 2582 ac_cv_prog_cc_c89=no … … 2782 2649 *) ac_try_echo=$ac_try;; 2783 2650 esac 2784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2785 $as_echo "$ac_try_echo") >&5 2651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2786 2652 (eval "$ac_compile") 2>conftest.er1 2787 2653 ac_status=$? … … 2789 2655 rm -f conftest.er1 2790 2656 cat conftest.err >&5 2791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2792 2658 (exit $ac_status); } && { 2793 2659 test -z "$ac_c_werror_flag" || … … 2796 2662 ac_cv_prog_cc_c89=$ac_arg 2797 2663 else 2798 $as_echo "$as_me: failed program was:" >&52664 echo "$as_me: failed program was:" >&5 2799 2665 sed 's/^/| /' conftest.$ac_ext >&5 2800 2666 … … 2812 2678 case "x$ac_cv_prog_cc_c89" in 2813 2679 x) 2814 { $as_echo "$as_me:$LINENO: result: none needed" >&52815 $as_echo "none needed" >&6; } ;;2680 { echo "$as_me:$LINENO: result: none needed" >&5 2681 echo "${ECHO_T}none needed" >&6; } ;; 2816 2682 xno) 2817 { $as_echo "$as_me:$LINENO: result: unsupported" >&52818 $as_echo "unsupported" >&6; } ;;2683 { echo "$as_me:$LINENO: result: unsupported" >&5 2684 echo "${ECHO_T}unsupported" >&6; } ;; 2819 2685 *) 2820 2686 CC="$CC $ac_cv_prog_cc_c89" 2821 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52822 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;2687 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2688 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2823 2689 esac 2824 2690 … … 2831 2697 2832 2698 2833 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&52834 $as_echo_n "checking for an ANSI C-conforming const..." >&6; }2699 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 2700 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 2835 2701 if test "${ac_cv_c_const+set}" = set; then 2836 $as_echo_n "(cached)" >&62702 echo $ECHO_N "(cached) $ECHO_C" >&6 2837 2703 else 2838 2704 cat >conftest.$ac_ext <<_ACEOF … … 2906 2772 *) ac_try_echo=$ac_try;; 2907 2773 esac 2908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2909 $as_echo "$ac_try_echo") >&5 2774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2910 2775 (eval "$ac_compile") 2>conftest.er1 2911 2776 ac_status=$? … … 2913 2778 rm -f conftest.er1 2914 2779 cat conftest.err >&5 2915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2916 2781 (exit $ac_status); } && { 2917 2782 test -z "$ac_c_werror_flag" || … … 2920 2785 ac_cv_c_const=yes 2921 2786 else 2922 $as_echo "$as_me: failed program was:" >&52787 echo "$as_me: failed program was:" >&5 2923 2788 sed 's/^/| /' conftest.$ac_ext >&5 2924 2789 … … 2928 2793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2929 2794 fi 2930 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&52931 $as_echo "$ac_cv_c_const" >&6; }2795 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 2796 echo "${ECHO_T}$ac_cv_c_const" >&6; } 2932 2797 if test $ac_cv_c_const = no; then 2933 2798 2934 2799 cat >>confdefs.h <<\_ACEOF 2935 #define const /**/2936 _ACEOF 2937 2938 fi 2939 2940 { $as_echo "$as_me:$LINENO: checking for inline" >&52941 $as_echo_n "checking for inline..." >&6; }2800 #define const 2801 _ACEOF 2802 2803 fi 2804 2805 { echo "$as_me:$LINENO: checking for inline" >&5 2806 echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 2942 2807 if test "${ac_cv_c_inline+set}" = set; then 2943 $as_echo_n "(cached)" >&62808 echo $ECHO_N "(cached) $ECHO_C" >&6 2944 2809 else 2945 2810 ac_cv_c_inline=no … … 2964 2829 *) ac_try_echo=$ac_try;; 2965 2830 esac 2966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2967 $as_echo "$ac_try_echo") >&5 2831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2968 2832 (eval "$ac_compile") 2>conftest.er1 2969 2833 ac_status=$? … … 2971 2835 rm -f conftest.er1 2972 2836 cat conftest.err >&5 2973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52837 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2974 2838 (exit $ac_status); } && { 2975 2839 test -z "$ac_c_werror_flag" || … … 2978 2842 ac_cv_c_inline=$ac_kw 2979 2843 else 2980 $as_echo "$as_me: failed program was:" >&52844 echo "$as_me: failed program was:" >&5 2981 2845 sed 's/^/| /' conftest.$ac_ext >&5 2982 2846 … … 2989 2853 2990 2854 fi 2991 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&52992 $as_echo "$ac_cv_c_inline" >&6; }2855 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 2856 echo "${ECHO_T}$ac_cv_c_inline" >&6; } 2993 2857 2994 2858 … … 3013 2877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3014 2878 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3015 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53016 $as_echo_n "checking how to run the C preprocessor..." >&6; }2879 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2880 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3017 2881 # On Suns, sometimes $CPP names a directory. 3018 2882 if test -n "$CPP" && test -d "$CPP"; then … … 3021 2885 if test -z "$CPP"; then 3022 2886 if test "${ac_cv_prog_CPP+set}" = set; then 3023 $as_echo_n "(cached)" >&62887 echo $ECHO_N "(cached) $ECHO_C" >&6 3024 2888 else 3025 2889 # Double quotes because CPP needs to be expanded … … 3053 2917 *) ac_try_echo=$ac_try;; 3054 2918 esac 3055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3056 $as_echo "$ac_try_echo") >&5 2919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3057 2920 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3058 2921 ac_status=$? … … 3060 2923 rm -f conftest.er1 3061 2924 cat conftest.err >&5 3062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3063 2926 (exit $ac_status); } >/dev/null && { 3064 2927 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3067 2930 : 3068 2931 else 3069 $as_echo "$as_me: failed program was:" >&52932 echo "$as_me: failed program was:" >&5 3070 2933 sed 's/^/| /' conftest.$ac_ext >&5 3071 2934 … … 3091 2954 *) ac_try_echo=$ac_try;; 3092 2955 esac 3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3094 $as_echo "$ac_try_echo") >&5 2956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3095 2957 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3096 2958 ac_status=$? … … 3098 2960 rm -f conftest.er1 3099 2961 cat conftest.err >&5 3100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52962 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3101 2963 (exit $ac_status); } >/dev/null && { 3102 2964 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3106 2968 continue 3107 2969 else 3108 $as_echo "$as_me: failed program was:" >&52970 echo "$as_me: failed program was:" >&5 3109 2971 sed 's/^/| /' conftest.$ac_ext >&5 3110 2972 … … 3131 2993 ac_cv_prog_CPP=$CPP 3132 2994 fi 3133 { $as_echo "$as_me:$LINENO: result: $CPP" >&53134 $as_echo "$CPP" >&6; }2995 { echo "$as_me:$LINENO: result: $CPP" >&5 2996 echo "${ECHO_T}$CPP" >&6; } 3135 2997 ac_preproc_ok=false 3136 2998 for ac_c_preproc_warn_flag in '' yes … … 3160 3022 *) ac_try_echo=$ac_try;; 3161 3023 esac 3162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3163 $as_echo "$ac_try_echo") >&5 3024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3164 3025 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3165 3026 ac_status=$? … … 3167 3028 rm -f conftest.er1 3168 3029 cat conftest.err >&5 3169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3170 3031 (exit $ac_status); } >/dev/null && { 3171 3032 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3174 3035 : 3175 3036 else 3176 $as_echo "$as_me: failed program was:" >&53037 echo "$as_me: failed program was:" >&5 3177 3038 sed 's/^/| /' conftest.$ac_ext >&5 3178 3039 … … 3198 3059 *) ac_try_echo=$ac_try;; 3199 3060 esac 3200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3201 $as_echo "$ac_try_echo") >&5 3061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3202 3062 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3203 3063 ac_status=$? … … 3205 3065 rm -f conftest.er1 3206 3066 cat conftest.err >&5 3207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3208 3068 (exit $ac_status); } >/dev/null && { 3209 3069 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3213 3073 continue 3214 3074 else 3215 $as_echo "$as_me: failed program was:" >&53075 echo "$as_me: failed program was:" >&5 3216 3076 sed 's/^/| /' conftest.$ac_ext >&5 3217 3077 … … 3229 3089 : 3230 3090 else 3231 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3233 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3091 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3234 3092 See \`config.log' for more details." >&5 3235 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3093 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3236 3094 See \`config.log' for more details." >&2;} 3237 { (exit 1); exit 1; }; } ; }3095 { (exit 1); exit 1; }; } 3238 3096 fi 3239 3097 … … 3245 3103 3246 3104 3247 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53248 $as_echo_n "checking for grep that handles long lines and -e..." >&6; }3105 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3106 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3249 3107 if test "${ac_cv_path_GREP+set}" = set; then 3250 $as_echo_n "(cached) " >&6 3251 else 3252 if test -z "$GREP"; then 3108 echo $ECHO_N "(cached) $ECHO_C" >&6 3109 else 3110 # Extract the first word of "grep ggrep" to use in msg output 3111 if test -z "$GREP"; then 3112 set dummy grep ggrep; ac_prog_name=$2 3113 if test "${ac_cv_path_GREP+set}" = set; then 3114 echo $ECHO_N "(cached) $ECHO_C" >&6 3115 else 3253 3116 ac_path_GREP_found=false 3254 # Loop through the user's path and test for each of PROGNAME-LIST3255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3117 # Loop through the user's path and test for each of PROGNAME-LIST 3118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3256 3119 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3257 3120 do … … 3259 3122 test -z "$as_dir" && as_dir=. 3260 3123 for ac_prog in grep ggrep; do 3261 for ac_exec_ext in '' $ac_executable_extensions; do3262 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3263 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3264 # Check for GNU ac_path_GREP and select it if it is found.3124 for ac_exec_ext in '' $ac_executable_extensions; do 3125 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3126 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3127 # Check for GNU ac_path_GREP and select it if it is found. 3265 3128 # Check for GNU $ac_path_GREP 3266 3129 case `"$ac_path_GREP" --version 2>&1` in … … 3269 3132 *) 3270 3133 ac_count=0 3271 $as_echo_n 0123456789>"conftest.in"3134 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3272 3135 while : 3273 3136 do … … 3275 3138 mv "conftest.tmp" "conftest.in" 3276 3139 cp "conftest.in" "conftest.nl" 3277 $as_echo 'GREP' >> "conftest.nl"3140 echo 'GREP' >> "conftest.nl" 3278 3141 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3279 3142 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3290 3153 esac 3291 3154 3292 $ac_path_GREP_found && break 3 3293 done3155 3156 $ac_path_GREP_found && break 3 3294 3157 done 3295 3158 done 3159 3160 done 3296 3161 IFS=$as_save_IFS 3297 if test -z "$ac_cv_path_GREP"; then 3298 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3299 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3162 3163 3164 fi 3165 3166 GREP="$ac_cv_path_GREP" 3167 if test -z "$GREP"; then 3168 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3169 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3300 3170 { (exit 1); exit 1; }; } 3301 fi 3171 fi 3172 3302 3173 else 3303 3174 ac_cv_path_GREP=$GREP 3304 3175 fi 3305 3176 3306 fi 3307 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3308 $as_echo "$ac_cv_path_GREP" >&6; } 3177 3178 fi 3179 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3180 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3309 3181 GREP="$ac_cv_path_GREP" 3310 3182 3311 3183 3312 { $as_echo "$as_me:$LINENO: checking for egrep" >&53313 $as_echo_n "checking for egrep..." >&6; }3184 { echo "$as_me:$LINENO: checking for egrep" >&5 3185 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 3314 3186 if test "${ac_cv_path_EGREP+set}" = set; then 3315 $as_echo_n "(cached)" >&63187 echo $ECHO_N "(cached) $ECHO_C" >&6 3316 3188 else 3317 3189 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3318 3190 then ac_cv_path_EGREP="$GREP -E" 3319 3191 else 3320 if test -z "$EGREP"; then 3192 # Extract the first word of "egrep" to use in msg output 3193 if test -z "$EGREP"; then 3194 set dummy egrep; ac_prog_name=$2 3195 if test "${ac_cv_path_EGREP+set}" = set; then 3196 echo $ECHO_N "(cached) $ECHO_C" >&6 3197 else 3321 3198 ac_path_EGREP_found=false 3322 # Loop through the user's path and test for each of PROGNAME-LIST3323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3199 # Loop through the user's path and test for each of PROGNAME-LIST 3200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3324 3201 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3325 3202 do … … 3327 3204 test -z "$as_dir" && as_dir=. 3328 3205 for ac_prog in egrep; do 3329 for ac_exec_ext in '' $ac_executable_extensions; do3330 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3331 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3332 # Check for GNU ac_path_EGREP and select it if it is found.3206 for ac_exec_ext in '' $ac_executable_extensions; do 3207 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3208 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3209 # Check for GNU ac_path_EGREP and select it if it is found. 3333 3210 # Check for GNU $ac_path_EGREP 3334 3211 case `"$ac_path_EGREP" --version 2>&1` in … … 3337 3214 *) 3338 3215 ac_count=0 3339 $as_echo_n 0123456789>"conftest.in"3216 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3340 3217 while : 3341 3218 do … … 3343 3220 mv "conftest.tmp" "conftest.in" 3344 3221 cp "conftest.in" "conftest.nl" 3345 $as_echo 'EGREP' >> "conftest.nl"3222 echo 'EGREP' >> "conftest.nl" 3346 3223 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3347 3224 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3358 3235 esac 3359 3236 3360 $ac_path_EGREP_found && break 3 3361 done3237 3238 $ac_path_EGREP_found && break 3 3362 3239 done 3363 3240 done 3241 3242 done 3364 3243 IFS=$as_save_IFS 3365 if test -z "$ac_cv_path_EGREP"; then 3366 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3367 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3244 3245 3246 fi 3247 3248 EGREP="$ac_cv_path_EGREP" 3249 if test -z "$EGREP"; then 3250 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3251 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3368 3252 { (exit 1); exit 1; }; } 3369 fi 3253 fi 3254 3370 3255 else 3371 3256 ac_cv_path_EGREP=$EGREP 3372 3257 fi 3373 3258 3259 3374 3260 fi 3375 3261 fi 3376 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53377 $as_echo "$ac_cv_path_EGREP" >&6; }3262 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3263 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 3378 3264 EGREP="$ac_cv_path_EGREP" 3379 3265 3380 3266 3381 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&53382 $as_echo_n "checking for ANSI C header files..." >&6; }3267 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3268 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3383 3269 if test "${ac_cv_header_stdc+set}" = set; then 3384 $as_echo_n "(cached)" >&63270 echo $ECHO_N "(cached) $ECHO_C" >&6 3385 3271 else 3386 3272 cat >conftest.$ac_ext <<_ACEOF … … 3409 3295 *) ac_try_echo=$ac_try;; 3410 3296 esac 3411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3412 $as_echo "$ac_try_echo") >&5 3297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3413 3298 (eval "$ac_compile") 2>conftest.er1 3414 3299 ac_status=$? … … 3416 3301 rm -f conftest.er1 3417 3302 cat conftest.err >&5 3418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3419 3304 (exit $ac_status); } && { 3420 3305 test -z "$ac_c_werror_flag" || … … 3423 3308 ac_cv_header_stdc=yes 3424 3309 else 3425 $as_echo "$as_me: failed program was:" >&53310 echo "$as_me: failed program was:" >&5 3426 3311 sed 's/^/| /' conftest.$ac_ext >&5 3427 3312 … … 3515 3400 *) ac_try_echo=$ac_try;; 3516 3401 esac 3517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3518 $as_echo "$ac_try_echo") >&5 3402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3519 3403 (eval "$ac_link") 2>&5 3520 3404 ac_status=$? 3521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3522 3406 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3523 3407 { (case "(($ac_try" in … … 3525 3409 *) ac_try_echo=$ac_try;; 3526 3410 esac 3527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3528 $as_echo "$ac_try_echo") >&5 3411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3529 3412 (eval "$ac_try") 2>&5 3530 3413 ac_status=$? 3531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53414 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3532 3415 (exit $ac_status); }; }; then 3533 3416 : 3534 3417 else 3535 $as_echo "$as_me: program exited with status $ac_status" >&53536 $as_echo "$as_me: failed program was:" >&53418 echo "$as_me: program exited with status $ac_status" >&5 3419 echo "$as_me: failed program was:" >&5 3537 3420 sed 's/^/| /' conftest.$ac_ext >&5 3538 3421 … … 3540 3423 ac_cv_header_stdc=no 3541 3424 fi 3542 rm -rf conftest.dSYM3543 3425 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3544 3426 fi … … 3547 3429 fi 3548 3430 fi 3549 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53550 $as_echo "$ac_cv_header_stdc" >&6; }3431 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3432 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 3551 3433 if test $ac_cv_header_stdc = yes; then 3552 3434 … … 3570 3452 inttypes.h stdint.h unistd.h 3571 3453 do 3572 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`3573 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&53574 $as_echo_n "checking for $ac_header..." >&6; }3454 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3455 { echo "$as_me:$LINENO: checking for $ac_header" >&5 3456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 3575 3457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3576 $as_echo_n "(cached)" >&63458 echo $ECHO_N "(cached) $ECHO_C" >&6 3577 3459 else 3578 3460 cat >conftest.$ac_ext <<_ACEOF … … 3592 3474 *) ac_try_echo=$ac_try;; 3593 3475 esac 3594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3595 $as_echo "$ac_try_echo") >&5 3476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3596 3477 (eval "$ac_compile") 2>conftest.er1 3597 3478 ac_status=$? … … 3599 3480 rm -f conftest.er1 3600 3481 cat conftest.err >&5 3601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3602 3483 (exit $ac_status); } && { 3603 3484 test -z "$ac_c_werror_flag" || … … 3606 3487 eval "$as_ac_Header=yes" 3607 3488 else 3608 $as_echo "$as_me: failed program was:" >&53489 echo "$as_me: failed program was:" >&5 3609 3490 sed 's/^/| /' conftest.$ac_ext >&5 3610 3491 … … 3614 3495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3615 3496 fi 3616 ac_res=`eval 'as_val=${'$as_ac_Header'} 3617 $as_echo "$as_val"'` 3618 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 3619 $as_echo "$ac_res" >&6; } 3620 as_val=`eval 'as_val=${'$as_ac_Header'} 3621 $as_echo "$as_val"'` 3622 if test "x$as_val" = x""yes; then 3497 ac_res=`eval echo '${'$as_ac_Header'}'` 3498 { echo "$as_me:$LINENO: result: $ac_res" >&5 3499 echo "${ECHO_T}$ac_res" >&6; } 3500 if test `eval echo '${'$as_ac_Header'}'` = yes; then 3623 3501 cat >>confdefs.h <<_ACEOF 3624 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 13502 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 3625 3503 _ACEOF 3626 3504 … … 3630 3508 3631 3509 3632 { $as_echo "$as_me:$LINENO: checking for size_t" >&53633 $as_echo_n "checking for size_t..." >&6; }3510 { echo "$as_me:$LINENO: checking for size_t" >&5 3511 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 3634 3512 if test "${ac_cv_type_size_t+set}" = set; then 3635 $as_echo_n "(cached) " >&6 3636 else 3637 ac_cv_type_size_t=no 3638 cat >conftest.$ac_ext <<_ACEOF 3513 echo $ECHO_N "(cached) $ECHO_C" >&6 3514 else 3515 cat >conftest.$ac_ext <<_ACEOF 3639 3516 /* confdefs.h. */ 3640 3517 _ACEOF … … 3643 3520 /* end confdefs.h. */ 3644 3521 $ac_includes_default 3522 typedef size_t ac__type_new_; 3645 3523 int 3646 3524 main () 3647 3525 { 3648 if (sizeof (size_t)) 3649 return 0; 3526 if ((ac__type_new_ *) 0) 3527 return 0; 3528 if (sizeof (ac__type_new_)) 3529 return 0; 3650 3530 ; 3651 3531 return 0; … … 3658 3538 *) ac_try_echo=$ac_try;; 3659 3539 esac 3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3661 $as_echo "$ac_try_echo") >&5 3540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3662 3541 (eval "$ac_compile") 2>conftest.er1 3663 3542 ac_status=$? … … 3665 3544 rm -f conftest.er1 3666 3545 cat conftest.err >&5 3667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3668 3547 (exit $ac_status); } && { 3669 3548 test -z "$ac_c_werror_flag" || 3670 3549 test ! -s conftest.err 3671 3550 } && test -s conftest.$ac_objext; then 3551 ac_cv_type_size_t=yes 3552 else 3553 echo "$as_me: failed program was:" >&5 3554 sed 's/^/| /' conftest.$ac_ext >&5 3555 3556 ac_cv_type_size_t=no 3557 fi 3558 3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3560 fi 3561 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 3562 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 3563 if test $ac_cv_type_size_t = yes; then 3564 : 3565 else 3566 3567 cat >>confdefs.h <<_ACEOF 3568 #define size_t unsigned int 3569 _ACEOF 3570 3571 fi 3572 3573 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 3574 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 3575 if test "${ac_cv_struct_tm+set}" = set; then 3576 echo $ECHO_N "(cached) $ECHO_C" >&6 3577 else 3672 3578 cat >conftest.$ac_ext <<_ACEOF 3673 3579 /* confdefs.h. */ … … 3676 3582 cat >>conftest.$ac_ext <<_ACEOF 3677 3583 /* end confdefs.h. */ 3678 $ac_includes_default 3584 #include <sys/types.h> 3585 #include <time.h> 3586 3679 3587 int 3680 3588 main () 3681 3589 { 3682 if (sizeof ((size_t))) 3683 return 0; 3590 struct tm tm; 3591 int *p = &tm.tm_sec; 3592 return !p; 3684 3593 ; 3685 3594 return 0; … … 3692 3601 *) ac_try_echo=$ac_try;; 3693 3602 esac 3694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3695 $as_echo "$ac_try_echo") >&5 3603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3696 3604 (eval "$ac_compile") 2>conftest.er1 3697 3605 ac_status=$? … … 3699 3607 rm -f conftest.er1 3700 3608 cat conftest.err >&5 3701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3702 (exit $ac_status); } && { 3703 test -z "$ac_c_werror_flag" || 3704 test ! -s conftest.err 3705 } && test -s conftest.$ac_objext; then 3706 : 3707 else 3708 $as_echo "$as_me: failed program was:" >&5 3709 sed 's/^/| /' conftest.$ac_ext >&5 3710 3711 ac_cv_type_size_t=yes 3712 fi 3713 3714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3715 else 3716 $as_echo "$as_me: failed program was:" >&5 3717 sed 's/^/| /' conftest.$ac_ext >&5 3718 3719 3720 fi 3721 3722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3723 fi 3724 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 3725 $as_echo "$ac_cv_type_size_t" >&6; } 3726 if test "x$ac_cv_type_size_t" = x""yes; then 3727 : 3728 else 3729 3730 cat >>confdefs.h <<_ACEOF 3731 #define size_t unsigned int 3732 _ACEOF 3733 3734 fi 3735 3736 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 3737 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 3738 if test "${ac_cv_struct_tm+set}" = set; then 3739 $as_echo_n "(cached) " >&6 3740 else 3741 cat >conftest.$ac_ext <<_ACEOF 3742 /* confdefs.h. */ 3743 _ACEOF 3744 cat confdefs.h >>conftest.$ac_ext 3745 cat >>conftest.$ac_ext <<_ACEOF 3746 /* end confdefs.h. */ 3747 #include <sys/types.h> 3748 #include <time.h> 3749 3750 int 3751 main () 3752 { 3753 struct tm tm; 3754 int *p = &tm.tm_sec; 3755 return !p; 3756 ; 3757 return 0; 3758 } 3759 _ACEOF 3760 rm -f conftest.$ac_objext 3761 if { (ac_try="$ac_compile" 3762 case "(($ac_try" in 3763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3764 *) ac_try_echo=$ac_try;; 3765 esac 3766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3767 $as_echo "$ac_try_echo") >&5 3768 (eval "$ac_compile") 2>conftest.er1 3769 ac_status=$? 3770 grep -v '^ *+' conftest.er1 >conftest.err 3771 rm -f conftest.er1 3772 cat conftest.err >&5 3773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3774 3610 (exit $ac_status); } && { 3775 3611 test -z "$ac_c_werror_flag" || … … 3778 3614 ac_cv_struct_tm=time.h 3779 3615 else 3780 $as_echo "$as_me: failed program was:" >&53616 echo "$as_me: failed program was:" >&5 3781 3617 sed 's/^/| /' conftest.$ac_ext >&5 3782 3618 … … 3786 3622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3787 3623 fi 3788 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&53789 $as_echo "$ac_cv_struct_tm" >&6; }3624 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 3625 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 3790 3626 if test $ac_cv_struct_tm = sys/time.h; then 3791 3627 … … 3797 3633 3798 3634 if test $ac_cv_c_compiler_gnu = yes; then 3799 { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&53800 $as_echo_n "checking whether $CC needs -traditional..." >&6; }3635 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 3636 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } 3801 3637 if test "${ac_cv_prog_gcc_traditional+set}" = set; then 3802 $as_echo_n "(cached)" >&63638 echo $ECHO_N "(cached) $ECHO_C" >&6 3803 3639 else 3804 3640 ac_pattern="Autoconf.*'x'" … … 3839 3675 fi 3840 3676 fi 3841 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&53842 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }3677 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 3678 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } 3843 3679 if test $ac_cv_prog_gcc_traditional = yes; then 3844 3680 CC="$CC -traditional" … … 3860 3696 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3861 3697 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3862 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53863 $as_echo_n "checking for $ac_word..." >&6; }3698 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3864 3700 if test "${ac_cv_prog_CXX+set}" = set; then 3865 $as_echo_n "(cached)" >&63701 echo $ECHO_N "(cached) $ECHO_C" >&6 3866 3702 else 3867 3703 if test -n "$CXX"; then … … 3876 3712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3877 3713 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3878 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3879 3715 break 2 3880 3716 fi … … 3887 3723 CXX=$ac_cv_prog_CXX 3888 3724 if test -n "$CXX"; then 3889 { $as_echo "$as_me:$LINENO: result: $CXX" >&53890 $as_echo "$CXX" >&6; }3891 else 3892 { $as_echo "$as_me:$LINENO: result: no" >&53893 $as_echo "no" >&6; }3725 { echo "$as_me:$LINENO: result: $CXX" >&5 3726 echo "${ECHO_T}$CXX" >&6; } 3727 else 3728 { echo "$as_me:$LINENO: result: no" >&5 3729 echo "${ECHO_T}no" >&6; } 3894 3730 fi 3895 3731 … … 3904 3740 # Extract the first word of "$ac_prog", so it can be a program name with args. 3905 3741 set dummy $ac_prog; ac_word=$2 3906 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53907 $as_echo_n "checking for $ac_word..." >&6; }3742 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3908 3744 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3909 $as_echo_n "(cached)" >&63745 echo $ECHO_N "(cached) $ECHO_C" >&6 3910 3746 else 3911 3747 if test -n "$ac_ct_CXX"; then … … 3920 3756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3921 3757 ac_cv_prog_ac_ct_CXX="$ac_prog" 3922 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3923 3759 break 2 3924 3760 fi … … 3931 3767 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3932 3768 if test -n "$ac_ct_CXX"; then 3933 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53934 $as_echo "$ac_ct_CXX" >&6; }3935 else 3936 { $as_echo "$as_me:$LINENO: result: no" >&53937 $as_echo "no" >&6; }3769 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3770 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3771 else 3772 { echo "$as_me:$LINENO: result: no" >&5 3773 echo "${ECHO_T}no" >&6; } 3938 3774 fi 3939 3775 … … 3947 3783 case $cross_compiling:$ac_tool_warned in 3948 3784 yes:) 3949 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3785 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3786 whose name does not start with the host triplet. If you think this 3787 configuration is useful to you, please write to autoconf@gnu.org." >&5 3788 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3789 whose name does not start with the host triplet. If you think this 3790 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3951 3791 ac_tool_warned=yes ;; 3952 3792 esac … … 3958 3798 fi 3959 3799 # Provide some information about the compiler. 3960 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3961 set X $ac_compile 3962 ac_compiler=$2 3800 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3801 ac_compiler=`set X $ac_compile; echo $2` 3963 3802 { (ac_try="$ac_compiler --version >&5" 3964 3803 case "(($ac_try" in … … 3966 3805 *) ac_try_echo=$ac_try;; 3967 3806 esac 3968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3969 $as_echo "$ac_try_echo") >&5 3807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3970 3808 (eval "$ac_compiler --version >&5") 2>&5 3971 3809 ac_status=$? 3972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3973 3811 (exit $ac_status); } 3974 3812 { (ac_try="$ac_compiler -v >&5" … … 3977 3815 *) ac_try_echo=$ac_try;; 3978 3816 esac 3979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3980 $as_echo "$ac_try_echo") >&5 3817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3981 3818 (eval "$ac_compiler -v >&5") 2>&5 3982 3819 ac_status=$? 3983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3984 3821 (exit $ac_status); } 3985 3822 { (ac_try="$ac_compiler -V >&5" … … 3988 3825 *) ac_try_echo=$ac_try;; 3989 3826 esac 3990 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3991 $as_echo "$ac_try_echo") >&5 3827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3992 3828 (eval "$ac_compiler -V >&5") 2>&5 3993 3829 ac_status=$? 3994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3995 3831 (exit $ac_status); } 3996 3832 3997 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53998 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3833 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3834 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3999 3835 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 4000 $as_echo_n "(cached)" >&63836 echo $ECHO_N "(cached) $ECHO_C" >&6 4001 3837 else 4002 3838 cat >conftest.$ac_ext <<_ACEOF … … 4024 3860 *) ac_try_echo=$ac_try;; 4025 3861 esac 4026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4027 $as_echo "$ac_try_echo") >&5 3862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4028 3863 (eval "$ac_compile") 2>conftest.er1 4029 3864 ac_status=$? … … 4031 3866 rm -f conftest.er1 4032 3867 cat conftest.err >&5 4033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4034 3869 (exit $ac_status); } && { 4035 3870 test -z "$ac_cxx_werror_flag" || … … 4038 3873 ac_compiler_gnu=yes 4039 3874 else 4040 $as_echo "$as_me: failed program was:" >&53875 echo "$as_me: failed program was:" >&5 4041 3876 sed 's/^/| /' conftest.$ac_ext >&5 4042 3877 … … 4048 3883 4049 3884 fi 4050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4051 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4052 if test $ac_compiler_gnu = yes; then 4053 GXX=yes 4054 else 4055 GXX= 4056 fi 3885 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3886 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3887 GXX=`test $ac_compiler_gnu = yes && echo yes` 4057 3888 ac_test_CXXFLAGS=${CXXFLAGS+set} 4058 3889 ac_save_CXXFLAGS=$CXXFLAGS 4059 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&54060 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3890 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3891 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 4061 3892 if test "${ac_cv_prog_cxx_g+set}" = set; then 4062 $as_echo_n "(cached)" >&63893 echo $ECHO_N "(cached) $ECHO_C" >&6 4063 3894 else 4064 3895 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 4087 3918 *) ac_try_echo=$ac_try;; 4088 3919 esac 4089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4090 $as_echo "$ac_try_echo") >&5 3920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4091 3921 (eval "$ac_compile") 2>conftest.er1 4092 3922 ac_status=$? … … 4094 3924 rm -f conftest.er1 4095 3925 cat conftest.err >&5 4096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4097 3927 (exit $ac_status); } && { 4098 3928 test -z "$ac_cxx_werror_flag" || … … 4101 3931 ac_cv_prog_cxx_g=yes 4102 3932 else 4103 $as_echo "$as_me: failed program was:" >&53933 echo "$as_me: failed program was:" >&5 4104 3934 sed 's/^/| /' conftest.$ac_ext >&5 4105 3935 … … 4126 3956 *) ac_try_echo=$ac_try;; 4127 3957 esac 4128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4129 $as_echo "$ac_try_echo") >&5 3958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4130 3959 (eval "$ac_compile") 2>conftest.er1 4131 3960 ac_status=$? … … 4133 3962 rm -f conftest.er1 4134 3963 cat conftest.err >&5 4135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53964 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4136 3965 (exit $ac_status); } && { 4137 3966 test -z "$ac_cxx_werror_flag" || … … 4140 3969 : 4141 3970 else 4142 $as_echo "$as_me: failed program was:" >&53971 echo "$as_me: failed program was:" >&5 4143 3972 sed 's/^/| /' conftest.$ac_ext >&5 4144 3973 … … 4166 3995 *) ac_try_echo=$ac_try;; 4167 3996 esac 4168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4169 $as_echo "$ac_try_echo") >&5 3997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4170 3998 (eval "$ac_compile") 2>conftest.er1 4171 3999 ac_status=$? … … 4173 4001 rm -f conftest.er1 4174 4002 cat conftest.err >&5 4175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4176 4004 (exit $ac_status); } && { 4177 4005 test -z "$ac_cxx_werror_flag" || … … 4180 4008 ac_cv_prog_cxx_g=yes 4181 4009 else 4182 $as_echo "$as_me: failed program was:" >&54010 echo "$as_me: failed program was:" >&5 4183 4011 sed 's/^/| /' conftest.$ac_ext >&5 4184 4012 … … 4195 4023 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4196 4024 fi 4197 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54198 $as_echo "$ac_cv_prog_cxx_g" >&6; }4025 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4026 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4199 4027 if test "$ac_test_CXXFLAGS" = set; then 4200 4028 CXXFLAGS=$ac_save_CXXFLAGS … … 4226 4054 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 4227 4055 set dummy ${ac_tool_prefix}gcc; ac_word=$2 4228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54229 $as_echo_n "checking for $ac_word..." >&6; }4056 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4230 4058 if test "${ac_cv_prog_CC+set}" = set; then 4231 $as_echo_n "(cached)" >&64059 echo $ECHO_N "(cached) $ECHO_C" >&6 4232 4060 else 4233 4061 if test -n "$CC"; then … … 4242 4070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4243 4071 ac_cv_prog_CC="${ac_tool_prefix}gcc" 4244 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4245 4073 break 2 4246 4074 fi … … 4253 4081 CC=$ac_cv_prog_CC 4254 4082 if test -n "$CC"; then 4255 { $as_echo "$as_me:$LINENO: result: $CC" >&54256 $as_echo "$CC" >&6; }4257 else 4258 { $as_echo "$as_me:$LINENO: result: no" >&54259 $as_echo "no" >&6; }4083 { echo "$as_me:$LINENO: result: $CC" >&5 4084 echo "${ECHO_T}$CC" >&6; } 4085 else 4086 { echo "$as_me:$LINENO: result: no" >&5 4087 echo "${ECHO_T}no" >&6; } 4260 4088 fi 4261 4089 … …
