Changeset 1343:8480fb64a362
- Timestamp:
- 09/08/09 22:17:40 (2 years ago)
- Branch:
- default
- Parents:
- 1342:04e45c59d68a (diff), 1337:57059df95f00 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- trunk
- Files:
-
- 1 deleted
- 4 edited
-
Makefile.in (deleted)
-
configure (modified) (602 diffs)
-
configure (modified) (3 diffs)
-
configure.in (modified) (1 diff)
-
configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1337 r1343 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1for libdodo 0.0.0.3 # Generated by GNU Autoconf 2.63 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 Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which20 # Pre-4.2 versions of Zsh do 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_nl 45 # 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_echo 48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in 61 *"$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_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 73 42 74 # The user is always right. 43 75 if test "${PATH_SEPARATOR+set}" != set; then 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 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 } 53 81 fi 54 82 … … 66 94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67 95 # splitting by setting IFS to empty value.) 68 as_nl='69 '70 96 IFS=" "" $as_nl" 71 97 … … 90 116 fi 91 117 if test ! -f "$as_myself"; then 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 119 { (exit 1); exit 1; } 94 120 fi … … 103 129 104 130 # NLS nuisances. 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 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 116 135 117 136 # Required to use basename. … … 135 154 X"$0" : 'X\(//\)$' \| \ 136 155 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 echo X/"$0" |156 $as_echo X/"$0" | 138 157 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 158 s//\1/ … … 161 180 fi 162 181 163 if test $as_have_required = yes && (eval ":182 if test $as_have_required = yes && (eval ": 164 183 (as_func_return () { 165 184 (exit \$1) … … 243 262 emulate sh 244 263 NULLCMD=: 245 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 246 265 # is contrary to our usage. Disable this feature. 247 266 alias -g '${1+"$@"}'='"$@"' … … 264 283 emulate sh 265 284 NULLCMD=: 266 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 267 286 # is contrary to our usage. Disable this feature. 268 287 alias -g '${1+"$@"}'='"$@"' … … 344 363 if test "x$CONFIG_SHELL" != x; then 345 364 for as_var in BASH_ENV ENV 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var347 done348 export CONFIG_SHELL349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 369 fi 351 370 … … 416 435 test \$exitcode = 0") || { 417 436 echo No shell found that supports shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 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. 421 441 } 422 442 … … 454 474 ' >$as_me.lineno && 455 475 chmod +x "$as_me.lineno" || 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 477 { (exit 1); exit 1; }; } 458 478 … … 482 502 ECHO_N='-n';; 483 503 esac 484 485 504 if expr a : '\(a\)' >/dev/null 2>&1 && 486 505 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 495 514 else 496 515 rm -f conf$$.dir 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 || 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 507 530 as_ln_s='cp -p' 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 531 fi 510 532 else 511 533 as_ln_s='cp -p' … … 532 554 eval sh -c '\'' 533 555 if test -d "$1"; then 534 test -d "$1/.";556 test -d "$1/."; 535 557 else 536 558 case $1 in 537 -*)set "./$1";;559 -*)set "./$1";; 538 560 esac; 539 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 616 638 #endif" 617 639 618 ac_subst_vars='SHELL 640 ac_subst_vars='LTLIBOBJS 641 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 619 702 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 680 LIBOBJS 681 LTLIBOBJS' 703 SHELL' 682 704 ac_subst_files='' 705 ac_user_opts=' 706 enable_option_checking 707 enable_debug 708 enable_profiling 709 enable_libwrap 710 enable_deque 711 enable_io_xexec 712 enable_database_xexec 713 with_ipc 714 with_sqlite3 715 with_openssl 716 with_bfd 717 with_postgresql 718 with_mysql 719 with_fast_cgi 720 with_pcre 721 enable_dl 722 enable_fast_dynamic_loading 723 with_libxml2 724 with_threading_lib 725 with_pthread_lib 726 with_pthread_path 727 with_bzip2 728 with_zlib 729 enable_zlib_lib 730 with_iconv 731 enable_iconv_lib 732 with_imagemagick 733 enable_graphics_xexec 734 enable_dl_lib 735 ' 683 736 ac_precious_vars='build_alias 684 737 host_alias … … 699 752 ac_init_help= 700 753 ac_init_version=false 754 ac_unrecognized_opts= 755 ac_unrecognized_sep= 701 756 # The variables have the same names as the options, with 702 757 # dashes changed to underlines. … … 797 852 798 853 -disable-* | --disable-*) 799 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`854 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 800 855 # Reject names that are not valid shell variable names. 801 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&802 { echo "$as_me: error: invalid feature name: $ac_feature" >&2856 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 857 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 803 858 { (exit 1); exit 1; }; } 804 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 805 eval enable_$ac_feature=no ;; 859 ac_useropt_orig=$ac_useropt 860 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 861 case $ac_user_opts in 862 *" 863 "enable_$ac_useropt" 864 "*) ;; 865 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 866 ac_unrecognized_sep=', ';; 867 esac 868 eval enable_$ac_useropt=no ;; 806 869 807 870 -docdir | --docdir | --docdi | --doc | --do) … … 816 879 817 880 -enable-* | --enable-*) 818 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`881 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 819 882 # Reject names that are not valid shell variable names. 820 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&821 { echo "$as_me: error: invalid feature name: $ac_feature" >&2883 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 884 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 822 885 { (exit 1); exit 1; }; } 823 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 824 eval enable_$ac_feature=\$ac_optarg ;; 886 ac_useropt_orig=$ac_useropt 887 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 888 case $ac_user_opts in 889 *" 890 "enable_$ac_useropt" 891 "*) ;; 892 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 893 ac_unrecognized_sep=', ';; 894 esac 895 eval enable_$ac_useropt=\$ac_optarg ;; 825 896 826 897 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1013 1084 1014 1085 -with-* | --with-*) 1015 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1086 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1016 1087 # Reject names that are not valid shell variable names. 1017 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1018 { echo "$as_me: error: invalid package name: $ac_package" >&21088 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1089 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1019 1090 { (exit 1); exit 1; }; } 1020 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1021 eval with_$ac_package=\$ac_optarg ;; 1091 ac_useropt_orig=$ac_useropt 1092 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1093 case $ac_user_opts in 1094 *" 1095 "with_$ac_useropt" 1096 "*) ;; 1097 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1098 ac_unrecognized_sep=', ';; 1099 esac 1100 eval with_$ac_useropt=\$ac_optarg ;; 1022 1101 1023 1102 -without-* | --without-*) 1024 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1103 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1025 1104 # Reject names that are not valid shell variable names. 1026 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1027 { echo "$as_me: error: invalid package name: $ac_package" >&21105 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1106 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1028 1107 { (exit 1); exit 1; }; } 1029 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1030 eval with_$ac_package=no ;; 1108 ac_useropt_orig=$ac_useropt 1109 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1110 case $ac_user_opts in 1111 *" 1112 "with_$ac_useropt" 1113 "*) ;; 1114 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1115 ac_unrecognized_sep=', ';; 1116 esac 1117 eval with_$ac_useropt=no ;; 1031 1118 1032 1119 --x) … … 1048 1135 x_libraries=$ac_optarg ;; 1049 1136 1050 -*) { echo "$as_me: error: unrecognized option: $ac_option1137 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1051 1138 Try \`$0 --help' for more information." >&2 1052 1139 { (exit 1); exit 1; }; } … … 1057 1144 # Reject names that are not valid shell variable names. 1058 1145 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1059 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21146 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1060 1147 { (exit 1); exit 1; }; } 1061 1148 eval $ac_envvar=\$ac_optarg … … 1064 1151 *) 1065 1152 # FIXME: should be removed in autoconf 3.0. 1066 echo "$as_me: WARNING: you should use --build, --host, --target" >&21153 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1067 1154 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1068 echo "$as_me: WARNING: invalid host type: $ac_option" >&21155 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1069 1156 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1070 1157 ;; … … 1075 1162 if test -n "$ac_prev"; then 1076 1163 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1077 { echo "$as_me: error: missing argument to $ac_option" >&21164 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1078 1165 { (exit 1); exit 1; }; } 1079 1166 fi 1080 1167 1081 # Be sure to have absolute directory names. 1168 if test -n "$ac_unrecognized_opts"; then 1169 case $enable_option_checking in 1170 no) ;; 1171 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1172 { (exit 1); exit 1; }; } ;; 1173 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1174 esac 1175 fi 1176 1177 # Check all directory arguments for consistency. 1082 1178 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1083 1179 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1086 1182 do 1087 1183 eval ac_val=\$$ac_var 1184 # Remove trailing slashes. 1185 case $ac_val in 1186 */ ) 1187 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1188 eval $ac_var=\$ac_val;; 1189 esac 1190 # Be sure to have absolute directory names. 1088 1191 case $ac_val in 1089 1192 [\\/$]* | ?:[\\/]* ) continue;; 1090 1193 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1091 1194 esac 1092 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21195 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1093 1196 { (exit 1); exit 1; }; } 1094 1197 done … … 1105 1208 if test "x$build_alias" = x; then 1106 1209 cross_compiling=maybe 1107 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1210 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1108 1211 If a cross compiler is detected then cross compile mode will be used." >&2 1109 1212 elif test "x$build_alias" != "x$host_alias"; then … … 1121 1224 ac_ls_di=`ls -di .` && 1122 1225 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1123 { echo "$as_me: error: Working directory cannot be determined" >&21226 { $as_echo "$as_me: error: working directory cannot be determined" >&2 1124 1227 { (exit 1); exit 1; }; } 1125 1228 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1126 { echo "$as_me: error: pwd does not report name of working directory" >&21229 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1127 1230 { (exit 1); exit 1; }; } 1128 1231 … … 1132 1235 ac_srcdir_defaulted=yes 1133 1236 # Try the directory containing this script, then the parent directory. 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" |1237 ac_confdir=`$as_dirname -- "$as_myself" || 1238 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1239 X"$as_myself" : 'X\(//\)[^/]' \| \ 1240 X"$as_myself" : 'X\(//\)$' \| \ 1241 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1242 $as_echo X"$as_myself" | 1140 1243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1141 1244 s//\1/ … … 1164 1267 if test ! -r "$srcdir/$ac_unique_file"; then 1165 1268 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1166 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21269 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1167 1270 { (exit 1); exit 1; }; } 1168 1271 fi 1169 1272 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1170 1273 ac_abs_confdir=`( 1171 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21274 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1172 1275 { (exit 1); exit 1; }; } 1173 1276 pwd)` … … 1218 1321 Installation directories: 1219 1322 --prefix=PREFIX install architecture-independent files in PREFIX 1220 [$ac_default_prefix]1323 [$ac_default_prefix] 1221 1324 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1222 [PREFIX]1325 [PREFIX] 1223 1326 1224 1327 By default, \`make install' will install all the files in … … 1230 1333 1231 1334 Fine tuning of the installation directories: 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]1335 --bindir=DIR user executables [EPREFIX/bin] 1336 --sbindir=DIR system admin executables [EPREFIX/sbin] 1337 --libexecdir=DIR program executables [EPREFIX/libexec] 1338 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1339 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1340 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1341 --libdir=DIR object code libraries [EPREFIX/lib] 1342 --includedir=DIR C header files [PREFIX/include] 1343 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1344 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1345 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1346 --infodir=DIR info documentation [DATAROOTDIR/info] 1347 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1348 --mandir=DIR man documentation [DATAROOTDIR/man] 1349 --docdir=DIR documentation root [DATAROOTDIR/doc/libdodo] 1350 --htmldir=DIR html documentation [DOCDIR] 1351 --dvidir=DIR dvi documentation [DOCDIR] 1352 --pdfdir=DIR pdf documentation [DOCDIR] 1353 --psdir=DIR ps documentation [DOCDIR] 1251 1354 _ACEOF 1252 1355 … … 1262 1365 1263 1366 Optional Features: 1367 --disable-option-checking ignore unrecognized --enable/--with options 1264 1368 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1265 1369 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1332 1436 # If there are subdirs, report their specific --help. 1333 1437 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1334 test -d "$ac_dir" || continue 1438 test -d "$ac_dir" || 1439 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1440 continue 1335 1441 ac_builddir=. 1336 1442 … … 1338 1444 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1339 1445 *) 1340 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1446 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1341 1447 # A ".." for each directory in $ac_dir_suffix. 1342 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1448 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1343 1449 case $ac_top_builddir_sub in 1344 1450 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1376 1482 $SHELL "$ac_srcdir/configure" --help=recursive 1377 1483 else 1378 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21484 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1379 1485 fi || ac_status=$? 1380 1486 cd "$ac_pwd" || { ac_status=$?; break; } … … 1386 1492 cat <<\_ACEOF 1387 1493 libdodo configure 0.0.0 1388 generated by GNU Autoconf 2.6 11494 generated by GNU Autoconf 2.63 1389 1495 1390 1496 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1391 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1497 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1392 1498 This configure script is free software; the Free Software Foundation 1393 1499 gives unlimited permission to copy, distribute and modify it. … … 1400 1506 1401 1507 It was created by libdodo $as_me 0.0.0, which was 1402 generated by GNU Autoconf 2.6 1. Invocation command line was1508 generated by GNU Autoconf 2.63. Invocation command line was 1403 1509 1404 1510 $ $0 $@ … … 1436 1542 IFS=$as_save_IFS 1437 1543 test -z "$as_dir" && as_dir=. 1438 echo "PATH: $as_dir"1544 $as_echo "PATH: $as_dir" 1439 1545 done 1440 1546 IFS=$as_save_IFS … … 1471 1577 continue ;; 1472 1578 *\'*) 1473 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1579 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1474 1580 esac 1475 1581 case $ac_pass in … … 1523 1629 *${as_nl}*) 1524 1630 case $ac_var in #( 1525 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51526 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1631 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 1632 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1527 1633 esac 1528 1634 case $ac_var in #( 1529 1635 _ | IFS | as_nl) ;; #( 1636 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1530 1637 *) $as_unset $ac_var ;; 1531 1638 esac ;; … … 1557 1664 eval ac_val=\$$ac_var 1558 1665 case $ac_val in 1559 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1666 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1560 1667 esac 1561 echo "$ac_var='\''$ac_val'\''"1668 $as_echo "$ac_var='\''$ac_val'\''" 1562 1669 done | sort 1563 1670 echo … … 1574 1681 eval ac_val=\$$ac_var 1575 1682 case $ac_val in 1576 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1683 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1577 1684 esac 1578 echo "$ac_var='\''$ac_val'\''"1685 $as_echo "$ac_var='\''$ac_val'\''" 1579 1686 done | sort 1580 1687 echo … … 1592 1699 fi 1593 1700 test "$ac_signal" != 0 && 1594 echo "$as_me: caught signal $ac_signal"1595 echo "$as_me: exit $exit_status"1701 $as_echo "$as_me: caught signal $ac_signal" 1702 $as_echo "$as_me: exit $exit_status" 1596 1703 } >&5 1597 1704 rm -f core *.core core.conftest.* && … … 1635 1742 1636 1743 # Let the site file select an alternate cache file if it wants to. 1637 # Prefer explicitly selected file to automatically selected ones. 1744 # Prefer an explicitly selected file to automatically selected ones. 1745 ac_site_file1=NONE 1746 ac_site_file2=NONE 1638 1747 if test -n "$CONFIG_SITE"; then 1639 set x "$CONFIG_SITE"1748 ac_site_file1=$CONFIG_SITE 1640 1749 elif test "x$prefix" != xNONE; then 1641 set x "$prefix/share/config.site" "$prefix/etc/config.site"1642 else1643 set x "$ac_default_prefix/share/config.site" \ 1644 "$ac_default_prefix/etc/config.site" 1645 fi 1646 shift 1647 for ac_site_file 1750 ac_site_file1=$prefix/share/config.site 1751 ac_site_file2=$prefix/etc/config.site 1752 else 1753 ac_site_file1=$ac_default_prefix/share/config.site 1754 ac_site_file2=$ac_default_prefix/etc/config.site 1755 fi 1756 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1648 1757 do 1758 test "x$ac_site_file" = xNONE && continue 1649 1759 if test -r "$ac_site_file"; then 1650 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51651 echo "$as_me: loading site script $ac_site_file" >&6;}1760 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1761 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1652 1762 sed 's/^/| /' "$ac_site_file" >&5 1653 1763 . "$ac_site_file" … … 1659 1769 # files actually), so we avoid doing that. 1660 1770 if test -f "$cache_file"; then 1661 { echo "$as_me:$LINENO: loading cache $cache_file" >&51662 echo "$as_me: loading cache $cache_file" >&6;}1771 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1772 $as_echo "$as_me: loading cache $cache_file" >&6;} 1663 1773 case $cache_file in 1664 1774 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1667 1777 fi 1668 1778 else 1669 { echo "$as_me:$LINENO: creating cache $cache_file" >&51670 echo "$as_me: creating cache $cache_file" >&6;}1779 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1780 $as_echo "$as_me: creating cache $cache_file" >&6;} 1671 1781 >$cache_file 1672 1782 fi … … 1682 1792 case $ac_old_set,$ac_new_set in 1683 1793 set,) 1684 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51685 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1794 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1795 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1686 1796 ac_cache_corrupted=: ;; 1687 1797 ,set) 1688 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51689 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1798 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1799 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1690 1800 ac_cache_corrupted=: ;; 1691 1801 ,);; 1692 1802 *) 1693 1803 if test "x$ac_old_val" != "x$ac_new_val"; then 1694 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1695 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1696 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1697 echo "$as_me: former value: $ac_old_val" >&2;} 1698 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1699 echo "$as_me: current value: $ac_new_val" >&2;} 1700 ac_cache_corrupted=: 1804 # differences in whitespace do not lead to failure. 1805 ac_old_val_w=`echo x $ac_old_val` 1806 ac_new_val_w=`echo x $ac_new_val` 1807 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1808 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1809 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1810 ac_cache_corrupted=: 1811 else 1812 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1813 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1814 eval $ac_var=\$ac_old_val 1815 fi 1816 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1817 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1818 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1819 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1701 1820 fi;; 1702 1821 esac … … 1704 1823 if test "$ac_new_set" = set; then 1705 1824 case $ac_new_val in 1706 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1825 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1707 1826 *) ac_arg=$ac_var=$ac_new_val ;; 1708 1827 esac … … 1714 1833 done 1715 1834 if $ac_cache_corrupted; then 1716 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1717 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1718 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1719 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1835 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1836 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1837 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1838 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1839 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1840 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1720 1841 { (exit 1); exit 1; }; } 1721 1842 fi … … 1786 1907 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1787 1908 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1788 { echo "$as_me:$LINENO: checking for $ac_word" >&51789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }1909 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1910 $as_echo_n "checking for $ac_word... " >&6; } 1790 1911 if test "${ac_cv_prog_CC+set}" = set; then 1791 echo $ECHO_N "(cached) $ECHO_C" >&61912 $as_echo_n "(cached) " >&6 1792 1913 else 1793 1914 if test -n "$CC"; then … … 1802 1923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1803 1924 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51925 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1805 1926 break 2 1806 1927 fi … … 1813 1934 CC=$ac_cv_prog_CC 1814 1935 if test -n "$CC"; then 1815 { echo "$as_me:$LINENO: result: $CC" >&51816 echo "${ECHO_T}$CC" >&6; }1817 else 1818 { echo "$as_me:$LINENO: result: no" >&51819 echo "${ECHO_T}no" >&6; }1936 { $as_echo "$as_me:$LINENO: result: $CC" >&5 1937 $as_echo "$CC" >&6; } 1938 else 1939 { $as_echo "$as_me:$LINENO: result: no" >&5 1940 $as_echo "no" >&6; } 1820 1941 fi 1821 1942 … … 1826 1947 # Extract the first word of "gcc", so it can be a program name with args. 1827 1948 set dummy gcc; ac_word=$2 1828 { echo "$as_me:$LINENO: checking for $ac_word" >&51829 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }1949 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1950 $as_echo_n "checking for $ac_word... " >&6; } 1830 1951 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1831 echo $ECHO_N "(cached) $ECHO_C" >&61952 $as_echo_n "(cached) " >&6 1832 1953 else 1833 1954 if test -n "$ac_ct_CC"; then … … 1842 1963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1843 1964 ac_cv_prog_ac_ct_CC="gcc" 1844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51965 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1845 1966 break 2 1846 1967 fi … … 1853 1974 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1854 1975 if test -n "$ac_ct_CC"; then 1855 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&51856 echo "${ECHO_T}$ac_ct_CC" >&6; }1857 else 1858 { echo "$as_me:$LINENO: result: no" >&51859 echo "${ECHO_T}no" >&6; }1976 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1977 $as_echo "$ac_ct_CC" >&6; } 1978 else 1979 { $as_echo "$as_me:$LINENO: result: no" >&5 1980 $as_echo "no" >&6; } 1860 1981 fi 1861 1982 … … 1865 1986 case $cross_compiling:$ac_tool_warned in 1866 1987 yes:) 1867 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1868 whose name does not start with the host triplet. If you think this 1869 configuration is useful to you, please write to autoconf@gnu.org." >&5 1870 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1871 whose name does not start with the host triplet. If you think this 1872 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1988 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 1989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1873 1990 ac_tool_warned=yes ;; 1874 1991 esac … … 1883 2000 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1884 2001 set dummy ${ac_tool_prefix}cc; ac_word=$2 1885 { echo "$as_me:$LINENO: checking for $ac_word" >&51886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2002 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2003 $as_echo_n "checking for $ac_word... " >&6; } 1887 2004 if test "${ac_cv_prog_CC+set}" = set; then 1888 echo $ECHO_N "(cached) $ECHO_C" >&62005 $as_echo_n "(cached) " >&6 1889 2006 else 1890 2007 if test -n "$CC"; then … … 1899 2016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1900 2017 ac_cv_prog_CC="${ac_tool_prefix}cc" 1901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52018 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1902 2019 break 2 1903 2020 fi … … 1910 2027 CC=$ac_cv_prog_CC 1911 2028 if test -n "$CC"; then 1912 { echo "$as_me:$LINENO: result: $CC" >&51913 echo "${ECHO_T}$CC" >&6; }1914 else 1915 { echo "$as_me:$LINENO: result: no" >&51916 echo "${ECHO_T}no" >&6; }2029 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2030 $as_echo "$CC" >&6; } 2031 else 2032 { $as_echo "$as_me:$LINENO: result: no" >&5 2033 $as_echo "no" >&6; } 1917 2034 fi 1918 2035 … … 1923 2040 # Extract the first word of "cc", so it can be a program name with args. 1924 2041 set dummy cc; ac_word=$2 1925 { echo "$as_me:$LINENO: checking for $ac_word" >&51926 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2042 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2043 $as_echo_n "checking for $ac_word... " >&6; } 1927 2044 if test "${ac_cv_prog_CC+set}" = set; then 1928 echo $ECHO_N "(cached) $ECHO_C" >&62045 $as_echo_n "(cached) " >&6 1929 2046 else 1930 2047 if test -n "$CC"; then … … 1944 2061 fi 1945 2062 ac_cv_prog_CC="cc" 1946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52063 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1947 2064 break 2 1948 2065 fi … … 1967 2084 CC=$ac_cv_prog_CC 1968 2085 if test -n "$CC"; then 1969 { echo "$as_me:$LINENO: result: $CC" >&51970 echo "${ECHO_T}$CC" >&6; }1971 else 1972 { echo "$as_me:$LINENO: result: no" >&51973 echo "${ECHO_T}no" >&6; }2086 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2087 $as_echo "$CC" >&6; } 2088 else 2089 { $as_echo "$as_me:$LINENO: result: no" >&5 2090 $as_echo "no" >&6; } 1974 2091 fi 1975 2092 … … 1982 2099 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1983 2100 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1984 { echo "$as_me:$LINENO: checking for $ac_word" >&51985 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2102 $as_echo_n "checking for $ac_word... " >&6; } 1986 2103 if test "${ac_cv_prog_CC+set}" = set; then 1987 echo $ECHO_N "(cached) $ECHO_C" >&62104 $as_echo_n "(cached) " >&6 1988 2105 else 1989 2106 if test -n "$CC"; then … … 1998 2115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1999 2116 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52117 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2001 2118 break 2 2002 2119 fi … … 2009 2126 CC=$ac_cv_prog_CC 2010 2127 if test -n "$CC"; then 2011 { echo "$as_me:$LINENO: result: $CC" >&52012 echo "${ECHO_T}$CC" >&6; }2013 else 2014 { echo "$as_me:$LINENO: result: no" >&52015 echo "${ECHO_T}no" >&6; }2128 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2129 $as_echo "$CC" >&6; } 2130 else 2131 { $as_echo "$as_me:$LINENO: result: no" >&5 2132 $as_echo "no" >&6; } 2016 2133 fi 2017 2134 … … 2026 2143 # Extract the first word of "$ac_prog", so it can be a program name with args. 2027 2144 set dummy $ac_prog; ac_word=$2 2028 { echo "$as_me:$LINENO: checking for $ac_word" >&52029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2145 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2146 $as_echo_n "checking for $ac_word... " >&6; } 2030 2147 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2031 echo $ECHO_N "(cached) $ECHO_C" >&62148 $as_echo_n "(cached) " >&6 2032 2149 else 2033 2150 if test -n "$ac_ct_CC"; then … … 2042 2159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2043 2160 ac_cv_prog_ac_ct_CC="$ac_prog" 2044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52161 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2045 2162 break 2 2046 2163 fi … … 2053 2170 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2054 2171 if test -n "$ac_ct_CC"; then 2055 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52056 echo "${ECHO_T}$ac_ct_CC" >&6; }2057 else 2058 { echo "$as_me:$LINENO: result: no" >&52059 echo "${ECHO_T}no" >&6; }2172 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2173 $as_echo "$ac_ct_CC" >&6; } 2174 else 2175 { $as_echo "$as_me:$LINENO: result: no" >&5 2176 $as_echo "no" >&6; } 2060 2177 fi 2061 2178 … … 2069 2186 case $cross_compiling:$ac_tool_warned in 2070 2187 yes:) 2071 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2072 whose name does not start with the host triplet. If you think this 2073 configuration is useful to you, please write to autoconf@gnu.org." >&5 2074 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2075 whose name does not start with the host triplet. If you think this 2076 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2188 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2189 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2077 2190 ac_tool_warned=yes ;; 2078 2191 esac … … 2084 2197 2085 2198 2086 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2199 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2201 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2087 2202 See \`config.log' for more details." >&5 2088 echo "$as_me: error: no acceptable C compiler found in \$PATH2203 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2089 2204 See \`config.log' for more details." >&2;} 2090 { (exit 1); exit 1; }; } 2205 { (exit 1); exit 1; }; }; } 2091 2206 2092 2207 # Provide some information about the compiler. 2093 echo "$as_me:$LINENO: checking for C compiler version" >&5 2094 ac_compiler=`set X $ac_compile; echo $2` 2208 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2209 set X $ac_compile 2210 ac_compiler=$2 2095 2211 { (ac_try="$ac_compiler --version >&5" 2096 2212 case "(($ac_try" in … … 2098 2214 *) ac_try_echo=$ac_try;; 2099 2215 esac 2100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2217 $as_echo "$ac_try_echo") >&5 2101 2218 (eval "$ac_compiler --version >&5") 2>&5 2102 2219 ac_status=$? 2103 echo "$as_me:$LINENO: \$? = $ac_status" >&52220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2104 2221 (exit $ac_status); } 2105 2222 { (ac_try="$ac_compiler -v >&5" … … 2108 2225 *) ac_try_echo=$ac_try;; 2109 2226 esac 2110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2228 $as_echo "$ac_try_echo") >&5 2111 2229 (eval "$ac_compiler -v >&5") 2>&5 2112 2230 ac_status=$? 2113 echo "$as_me:$LINENO: \$? = $ac_status" >&52231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2114 2232 (exit $ac_status); } 2115 2233 { (ac_try="$ac_compiler -V >&5" … … 2118 2236 *) ac_try_echo=$ac_try;; 2119 2237 esac 2120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2239 $as_echo "$ac_try_echo") >&5 2121 2240 (eval "$ac_compiler -V >&5") 2>&5 2122 2241 ac_status=$? 2123 echo "$as_me:$LINENO: \$? = $ac_status" >&52242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2124 2243 (exit $ac_status); } 2125 2244 … … 2140 2259 _ACEOF 2141 2260 ac_clean_files_save=$ac_clean_files 2142 ac_clean_files="$ac_clean_files a.out a. exe b.out"2261 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2143 2262 # Try to create an executable without -o first, disregard a.out. 2144 2263 # It will help us diagnose broken compilers, and finding out an intuition 2145 2264 # of exeext. 2146 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2147 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2148 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2149 # 2150 # List of possible output files, starting from the most likely. 2151 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2152 # only as a last resort. b.out is created by i960 compilers. 2153 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2154 # 2155 # The IRIX 6 linker writes into existing files which may not be 2156 # executable, retaining their permissions. Remove them first so a 2157 # subsequent execution test works. 2265 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2266 $as_echo_n "checking for C compiler default output file name... " >&6; } 2267 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2268 2269 # The possible output files: 2270 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2271 2158 2272 ac_rmfiles= 2159 2273 for ac_file in $ac_files 2160 2274 do 2161 2275 case $ac_file in 2162 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2276 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2163 2277 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2164 2278 esac … … 2171 2285 *) ac_try_echo=$ac_try;; 2172 2286 esac 2173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2288 $as_echo "$ac_try_echo") >&5 2174 2289 (eval "$ac_link_default") 2>&5 2175 2290 ac_status=$? 2176 echo "$as_me:$LINENO: \$? = $ac_status" >&52291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2177 2292 (exit $ac_status); }; then 2178 2293 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2185 2300 test -f "$ac_file" || continue 2186 2301 case $ac_file in 2187 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2302 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2188 2303 ;; 2189 2304 [ab].out ) … … 2212 2327 fi 2213 2328 2214 { echo "$as_me:$LINENO: result: $ac_file" >&52215 echo "${ECHO_T}$ac_file" >&6; }2329 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2330 $as_echo "$ac_file" >&6; } 2216 2331 if test -z "$ac_file"; then 2217 echo "$as_me: failed program was:" >&52332 $as_echo "$as_me: failed program was:" >&5 2218 2333 sed 's/^/| /' conftest.$ac_ext >&5 2219 2334 2220 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2335 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2336 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2337 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2221 2338 See \`config.log' for more details." >&5 2222 echo "$as_me: error: C compiler cannot create executables2339 $as_echo "$as_me: error: C compiler cannot create executables 2223 2340 See \`config.log' for more details." >&2;} 2224 { (exit 77); exit 77; }; } 2341 { (exit 77); exit 77; }; }; } 2225 2342 fi 2226 2343 … … 2229 2346 # Check that the compiler produces executables we can run. If not, either 2230 2347 # the compiler is broken, or we cross compile. 2231 { echo "$as_me:$LINENO: checking whether the C compiler works" >&52232 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }2348 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2349 $as_echo_n "checking whether the C compiler works... " >&6; } 2233 2350 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2234 2351 # If not cross compiling, check that we can run a simple program. … … 2239 2356 *) ac_try_echo=$ac_try;; 2240 2357 esac 2241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2359 $as_echo "$ac_try_echo") >&5 2242 2360 (eval "$ac_try") 2>&5 2243 2361 ac_status=$? 2244 echo "$as_me:$LINENO: \$? = $ac_status" >&52362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2245 2363 (exit $ac_status); }; }; then 2246 2364 cross_compiling=no … … 2249 2367 cross_compiling=yes 2250 2368 else 2251 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2369 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2370 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2371 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2252 2372 If you meant to cross compile, use \`--host'. 2253 2373 See \`config.log' for more details." >&5 2254 echo "$as_me: error: cannot run C compiled programs.2374 $as_echo "$as_me: error: cannot run C compiled programs. 2255 2375 If you meant to cross compile, use \`--host'. 2256 2376 See \`config.log' for more details." >&2;} 2257 { (exit 1); exit 1; }; } 2377 { (exit 1); exit 1; }; }; } 2258 2378 fi 2259 2379 fi 2260 2380 fi 2261 { echo "$as_me:$LINENO: result: yes" >&52262 echo "${ECHO_T}yes" >&6; }2263 2264 rm -f a.outa.exe conftest$ac_cv_exeext b.out2381 { $as_echo "$as_me:$LINENO: result: yes" >&5 2382 $as_echo "yes" >&6; } 2383 2384 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2265 2385 ac_clean_files=$ac_clean_files_save 2266 2386 # Check that the compiler produces executables we can run. If not, either 2267 2387 # the compiler is broken, or we cross compile. 2268 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52269 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2270 { echo "$as_me:$LINENO: result: $cross_compiling" >&52271 echo "${ECHO_T}$cross_compiling" >&6; }2272 2273 { echo "$as_me:$LINENO: checking for suffix of executables" >&52274 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2388 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2389 $as_echo_n "checking whether we are cross compiling... " >&6; } 2390 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2391 $as_echo "$cross_compiling" >&6; } 2392 2393 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2394 $as_echo_n "checking for suffix of executables... " >&6; } 2275 2395 if { (ac_try="$ac_link" 2276 2396 case "(($ac_try" in … … 2278 2398 *) ac_try_echo=$ac_try;; 2279 2399 esac 2280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2401 $as_echo "$ac_try_echo") >&5 2281 2402 (eval "$ac_link") 2>&5 2282 2403 ac_status=$? 2283 echo "$as_me:$LINENO: \$? = $ac_status" >&52404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2284 2405 (exit $ac_status); }; then 2285 2406 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2290 2411 test -f "$ac_file" || continue 2291 2412 case $ac_file in 2292 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2413 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2293 2414 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2294 2415 break;; … … 2297 2418 done 2298 2419 else 2299 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2420 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2422 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2300 2423 See \`config.log' for more details." >&5 2301 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2424 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2302 2425 See \`config.log' for more details." >&2;} 2303 { (exit 1); exit 1; }; } 2426 { (exit 1); exit 1; }; }; } 2304 2427 fi 2305 2428 2306 2429 rm -f conftest$ac_cv_exeext 2307 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52308 echo "${ECHO_T}$ac_cv_exeext" >&6; }2430 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2431 $as_echo "$ac_cv_exeext" >&6; } 2309 2432 2310 2433 rm -f conftest.$ac_ext 2311 2434 EXEEXT=$ac_cv_exeext 2312 2435 ac_exeext=$EXEEXT 2313 { echo "$as_me:$LINENO: checking for suffix of object files" >&52314 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2436 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2437 $as_echo_n "checking for suffix of object files... " >&6; } 2315 2438 if test "${ac_cv_objext+set}" = set; then 2316 echo $ECHO_N "(cached) $ECHO_C" >&62439 $as_echo_n "(cached) " >&6 2317 2440 else 2318 2441 cat >conftest.$ac_ext <<_ACEOF … … 2337 2460 *) ac_try_echo=$ac_try;; 2338 2461 esac 2339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2463 $as_echo "$ac_try_echo") >&5 2340 2464 (eval "$ac_compile") 2>&5 2341 2465 ac_status=$? 2342 echo "$as_me:$LINENO: \$? = $ac_status" >&52466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2343 2467 (exit $ac_status); }; then 2344 2468 for ac_file in conftest.o conftest.obj conftest.*; do 2345 2469 test -f "$ac_file" || continue; 2346 2470 case $ac_file in 2347 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2471 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2348 2472 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2349 2473 break;; … … 2351 2475 done 2352 2476 else 2353 echo "$as_me: failed program was:" >&52477 $as_echo "$as_me: failed program was:" >&5 2354 2478 sed 's/^/| /' conftest.$ac_ext >&5 2355 2479 2356 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2480 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2482 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2357 2483 See \`config.log' for more details." >&5 2358 echo "$as_me: error: cannot compute suffix of object files: cannot compile2484 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2359 2485 See \`config.log' for more details." >&2;} 2360 { (exit 1); exit 1; }; } 2486 { (exit 1); exit 1; }; }; } 2361 2487 fi 2362 2488 2363 2489 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2364 2490 fi 2365 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52366 echo "${ECHO_T}$ac_cv_objext" >&6; }2491 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2492 $as_echo "$ac_cv_objext" >&6; } 2367 2493 OBJEXT=$ac_cv_objext 2368 2494 ac_objext=$OBJEXT 2369 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52370 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2495 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2496 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2371 2497 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2372 echo $ECHO_N "(cached) $ECHO_C" >&62498 $as_echo_n "(cached) " >&6 2373 2499 else 2374 2500 cat >conftest.$ac_ext <<_ACEOF … … 2396 2522 *) ac_try_echo=$ac_try;; 2397 2523 esac 2398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2525 $as_echo "$ac_try_echo") >&5 2399 2526 (eval "$ac_compile") 2>conftest.er1 2400 2527 ac_status=$? … … 2402 2529 rm -f conftest.er1 2403 2530 cat conftest.err >&5 2404 echo "$as_me:$LINENO: \$? = $ac_status" >&52531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2405 2532 (exit $ac_status); } && { 2406 2533 test -z "$ac_c_werror_flag" || … … 2409 2536 ac_compiler_gnu=yes 2410 2537 else 2411 echo "$as_me: failed program was:" >&52538 $as_echo "$as_me: failed program was:" >&5 2412 2539 sed 's/^/| /' conftest.$ac_ext >&5 2413 2540 … … 2419 2546 2420 2547 fi 2421 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2422 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2423 GCC=`test $ac_compiler_gnu = yes && echo yes` 2548 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2549 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2550 if test $ac_compiler_gnu = yes; then 2551 GCC=yes 2552 else 2553 GCC= 2554 fi 2424 2555 ac_test_CFLAGS=${CFLAGS+set} 2425 2556 ac_save_CFLAGS=$CFLAGS 2426 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52427 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2557 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2558 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2428 2559 if test "${ac_cv_prog_cc_g+set}" = set; then 2429 echo $ECHO_N "(cached) $ECHO_C" >&62560 $as_echo_n "(cached) " >&6 2430 2561 else 2431 2562 ac_save_c_werror_flag=$ac_c_werror_flag … … 2454 2585 *) ac_try_echo=$ac_try;; 2455 2586 esac 2456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2588 $as_echo "$ac_try_echo") >&5 2457 2589 (eval "$ac_compile") 2>conftest.er1 2458 2590 ac_status=$? … … 2460 2592 rm -f conftest.er1 2461 2593 cat conftest.err >&5 2462 echo "$as_me:$LINENO: \$? = $ac_status" >&52594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2463 2595 (exit $ac_status); } && { 2464 2596 test -z "$ac_c_werror_flag" || … … 2467 2599 ac_cv_prog_cc_g=yes 2468 2600 else 2469 echo "$as_me: failed program was:" >&52601 $as_echo "$as_me: failed program was:" >&5 2470 2602 sed 's/^/| /' conftest.$ac_ext >&5 2471 2603 … … 2492 2624 *) ac_try_echo=$ac_try;; 2493 2625 esac 2494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2627 $as_echo "$ac_try_echo") >&5 2495 2628 (eval "$ac_compile") 2>conftest.er1 2496 2629 ac_status=$? … … 2498 2631 rm -f conftest.er1 2499 2632 cat conftest.err >&5 2500 echo "$as_me:$LINENO: \$? = $ac_status" >&52633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2501 2634 (exit $ac_status); } && { 2502 2635 test -z "$ac_c_werror_flag" || … … 2505 2638 : 2506 2639 else 2507 echo "$as_me: failed program was:" >&52640 $as_echo "$as_me: failed program was:" >&5 2508 2641 sed 's/^/| /' conftest.$ac_ext >&5 2509 2642 … … 2531 2664 *) ac_try_echo=$ac_try;; 2532 2665 esac 2533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2667 $as_echo "$ac_try_echo") >&5 2534 2668 (eval "$ac_compile") 2>conftest.er1 2535 2669 ac_status=$? … … 2537 2671 rm -f conftest.er1 2538 2672 cat conftest.err >&5 2539 echo "$as_me:$LINENO: \$? = $ac_status" >&52673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2540 2674 (exit $ac_status); } && { 2541 2675 test -z "$ac_c_werror_flag" || … … 2544 2678 ac_cv_prog_cc_g=yes 2545 2679 else 2546 echo "$as_me: failed program was:" >&52680 $as_echo "$as_me: failed program was:" >&5 2547 2681 sed 's/^/| /' conftest.$ac_ext >&5 2548 2682 … … 2559 2693 ac_c_werror_flag=$ac_save_c_werror_flag 2560 2694 fi 2561 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52562 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }2695 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2696 $as_echo "$ac_cv_prog_cc_g" >&6; } 2563 2697 if test "$ac_test_CFLAGS" = set; then 2564 2698 CFLAGS=$ac_save_CFLAGS … … 2576 2710 fi 2577 2711 fi 2578 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52579 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }2712 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2713 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2580 2714 if test "${ac_cv_prog_cc_c89+set}" = set; then 2581 echo $ECHO_N "(cached) $ECHO_C" >&62715 $as_echo_n "(cached) " >&6 2582 2716 else 2583 2717 ac_cv_prog_cc_c89=no … … 2650 2784 *) ac_try_echo=$ac_try;; 2651 2785 esac 2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2787 $as_echo "$ac_try_echo") >&5 2653 2788 (eval "$ac_compile") 2>conftest.er1 2654 2789 ac_status=$? … … 2656 2791 rm -f conftest.er1 2657 2792 cat conftest.err >&5 2658 echo "$as_me:$LINENO: \$? = $ac_status" >&52793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2659 2794 (exit $ac_status); } && { 2660 2795 test -z "$ac_c_werror_flag" || … … 2663 2798 ac_cv_prog_cc_c89=$ac_arg 2664 2799 else 2665 echo "$as_me: failed program was:" >&52800 $as_echo "$as_me: failed program was:" >&5 2666 2801 sed 's/^/| /' conftest.$ac_ext >&5 2667 2802 … … 2679 2814 case "x$ac_cv_prog_cc_c89" in 2680 2815 x) 2681 { echo "$as_me:$LINENO: result: none needed" >&52682 echo "${ECHO_T}none needed" >&6; } ;;2816 { $as_echo "$as_me:$LINENO: result: none needed" >&5 2817 $as_echo "none needed" >&6; } ;; 2683 2818 xno) 2684 { echo "$as_me:$LINENO: result: unsupported" >&52685 echo "${ECHO_T}unsupported" >&6; } ;;2819 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 2820 $as_echo "unsupported" >&6; } ;; 2686 2821 *) 2687 2822 CC="$CC $ac_cv_prog_cc_c89" 2688 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52689 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;2823 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2824 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 2690 2825 esac 2691 2826 … … 2698 2833 2699 2834 2700 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&52701 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }2835 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 2836 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } 2702 2837 if test "${ac_cv_c_const+set}" = set; then 2703 echo $ECHO_N "(cached) $ECHO_C" >&62838 $as_echo_n "(cached) " >&6 2704 2839 else 2705 2840 cat >conftest.$ac_ext <<_ACEOF … … 2773 2908 *) ac_try_echo=$ac_try;; 2774 2909 esac 2775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2911 $as_echo "$ac_try_echo") >&5 2776 2912 (eval "$ac_compile") 2>conftest.er1 2777 2913 ac_status=$? … … 2779 2915 rm -f conftest.er1 2780 2916 cat conftest.err >&5 2781 echo "$as_me:$LINENO: \$? = $ac_status" >&52917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2782 2918 (exit $ac_status); } && { 2783 2919 test -z "$ac_c_werror_flag" || … … 2786 2922 ac_cv_c_const=yes 2787 2923 else 2788 echo "$as_me: failed program was:" >&52924 $as_echo "$as_me: failed program was:" >&5 2789 2925 sed 's/^/| /' conftest.$ac_ext >&5 2790 2926 … … 2794 2930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2795 2931 fi 2796 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&52797 echo "${ECHO_T}$ac_cv_c_const" >&6; }2932 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 2933 $as_echo "$ac_cv_c_const" >&6; } 2798 2934 if test $ac_cv_c_const = no; then 2799 2935 2800 2936 cat >>confdefs.h <<\_ACEOF 2801 #define const 2802 _ACEOF 2803 2804 fi 2805 2806 { echo "$as_me:$LINENO: checking for inline" >&52807 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }2937 #define const /**/ 2938 _ACEOF 2939 2940 fi 2941 2942 { $as_echo "$as_me:$LINENO: checking for inline" >&5 2943 $as_echo_n "checking for inline... " >&6; } 2808 2944 if test "${ac_cv_c_inline+set}" = set; then 2809 echo $ECHO_N "(cached) $ECHO_C" >&62945 $as_echo_n "(cached) " >&6 2810 2946 else 2811 2947 ac_cv_c_inline=no … … 2830 2966 *) ac_try_echo=$ac_try;; 2831 2967 esac 2832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2969 $as_echo "$ac_try_echo") >&5 2833 2970 (eval "$ac_compile") 2>conftest.er1 2834 2971 ac_status=$? … … 2836 2973 rm -f conftest.er1 2837 2974 cat conftest.err >&5 2838 echo "$as_me:$LINENO: \$? = $ac_status" >&52975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2839 2976 (exit $ac_status); } && { 2840 2977 test -z "$ac_c_werror_flag" || … … 2843 2980 ac_cv_c_inline=$ac_kw 2844 2981 else 2845 echo "$as_me: failed program was:" >&52982 $as_echo "$as_me: failed program was:" >&5 2846 2983 sed 's/^/| /' conftest.$ac_ext >&5 2847 2984 … … 2854 2991 2855 2992 fi 2856 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&52857 echo "${ECHO_T}$ac_cv_c_inline" >&6; }2993 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 2994 $as_echo "$ac_cv_c_inline" >&6; } 2858 2995 2859 2996 … … 2878 3015 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2879 3016 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2880 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&52881 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }3017 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3018 $as_echo_n "checking how to run the C preprocessor... " >&6; } 2882 3019 # On Suns, sometimes $CPP names a directory. 2883 3020 if test -n "$CPP" && test -d "$CPP"; then … … 2886 3023 if test -z "$CPP"; then 2887 3024 if test "${ac_cv_prog_CPP+set}" = set; then 2888 echo $ECHO_N "(cached) $ECHO_C" >&63025 $as_echo_n "(cached) " >&6 2889 3026 else 2890 3027 # Double quotes because CPP needs to be expanded … … 2918 3055 *) ac_try_echo=$ac_try;; 2919 3056 esac 2920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3058 $as_echo "$ac_try_echo") >&5 2921 3059 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2922 3060 ac_status=$? … … 2924 3062 rm -f conftest.er1 2925 3063 cat conftest.err >&5 2926 echo "$as_me:$LINENO: \$? = $ac_status" >&53064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2927 3065 (exit $ac_status); } >/dev/null && { 2928 3066 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 2931 3069 : 2932 3070 else 2933 echo "$as_me: failed program was:" >&53071 $as_echo "$as_me: failed program was:" >&5 2934 3072 sed 's/^/| /' conftest.$ac_ext >&5 2935 3073 … … 2955 3093 *) ac_try_echo=$ac_try;; 2956 3094 esac 2957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3096 $as_echo "$ac_try_echo") >&5 2958 3097 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2959 3098 ac_status=$? … … 2961 3100 rm -f conftest.er1 2962 3101 cat conftest.err >&5 2963 echo "$as_me:$LINENO: \$? = $ac_status" >&53102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2964 3103 (exit $ac_status); } >/dev/null && { 2965 3104 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 2969 3108 continue 2970 3109 else 2971 echo "$as_me: failed program was:" >&53110 $as_echo "$as_me: failed program was:" >&5 2972 3111 sed 's/^/| /' conftest.$ac_ext >&5 2973 3112 … … 2994 3133 ac_cv_prog_CPP=$CPP 2995 3134 fi 2996 { echo "$as_me:$LINENO: result: $CPP" >&52997 echo "${ECHO_T}$CPP" >&6; }3135 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 3136 $as_echo "$CPP" >&6; } 2998 3137 ac_preproc_ok=false 2999 3138 for ac_c_preproc_warn_flag in '' yes … … 3023 3162 *) ac_try_echo=$ac_try;; 3024 3163 esac 3025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3165 $as_echo "$ac_try_echo") >&5 3026 3166 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3027 3167 ac_status=$? … … 3029 3169 rm -f conftest.er1 3030 3170 cat conftest.err >&5 3031 echo "$as_me:$LINENO: \$? = $ac_status" >&53171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3032 3172 (exit $ac_status); } >/dev/null && { 3033 3173 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3036 3176 : 3037 3177 else 3038 echo "$as_me: failed program was:" >&53178 $as_echo "$as_me: failed program was:" >&5 3039 3179 sed 's/^/| /' conftest.$ac_ext >&5 3040 3180 … … 3060 3200 *) ac_try_echo=$ac_try;; 3061 3201 esac 3062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3203 $as_echo "$ac_try_echo") >&5 3063 3204 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3064 3205 ac_status=$? … … 3066 3207 rm -f conftest.er1 3067 3208 cat conftest.err >&5 3068 echo "$as_me:$LINENO: \$? = $ac_status" >&53209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3069 3210 (exit $ac_status); } >/dev/null && { 3070 3211 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3074 3215 continue 3075 3216 else 3076 echo "$as_me: failed program was:" >&53217 $as_echo "$as_me: failed program was:" >&5 3077 3218 sed 's/^/| /' conftest.$ac_ext >&5 3078 3219 … … 3090 3231 : 3091 3232 else 3092 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3233 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3234 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3235 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3093 3236 See \`config.log' for more details." >&5 3094 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3237 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3095 3238 See \`config.log' for more details." >&2;} 3096 { (exit 1); exit 1; }; } 3239 { (exit 1); exit 1; }; }; } 3097 3240 fi 3098 3241 … … 3104 3247 3105 3248 3106 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53107 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }3249 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3250 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3108 3251 if test "${ac_cv_path_GREP+set}" = set; then 3109 echo $ECHO_N "(cached) $ECHO_C" >&6 3110 else 3111 # Extract the first word of "grep ggrep" to use in msg output 3112 if test -z "$GREP"; then 3113 set dummy grep ggrep; ac_prog_name=$2 3114 if test "${ac_cv_path_GREP+set}" = set; then 3115 echo $ECHO_N "(cached) $ECHO_C" >&6 3116 else 3252 $as_echo_n "(cached) " >&6 3253 else 3254 if test -z "$GREP"; then 3117 3255 ac_path_GREP_found=false 3118 # Loop through the user's path and test for each of PROGNAME-LIST3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3256 # Loop through the user's path and test for each of PROGNAME-LIST 3257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3120 3258 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3121 3259 do … … 3123 3261 test -z "$as_dir" && as_dir=. 3124 3262 for ac_prog in grep ggrep; do 3125 for ac_exec_ext in '' $ac_executable_extensions; do3126 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3127 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3128 # Check for GNU ac_path_GREP and select it if it is found.3263 for ac_exec_ext in '' $ac_executable_extensions; do 3264 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3265 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3266 # Check for GNU ac_path_GREP and select it if it is found. 3129 3267 # Check for GNU $ac_path_GREP 3130 3268 case `"$ac_path_GREP" --version 2>&1` in … … 3133 3271 *) 3134 3272 ac_count=0 3135 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3273 $as_echo_n 0123456789 >"conftest.in" 3136 3274 while : 3137 3275 do … … 3139 3277 mv "conftest.tmp" "conftest.in" 3140 3278 cp "conftest.in" "conftest.nl" 3141 echo 'GREP' >> "conftest.nl"3279 $as_echo 'GREP' >> "conftest.nl" 3142 3280 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3143 3281 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3154 3292 esac 3155 3293 3156 3157 $ac_path_GREP_found && break 33294 $ac_path_GREP_found && break 3 3295 done 3158 3296 done 3159 3297 done 3160 3161 done3162 3298 IFS=$as_save_IFS 3163 3164 3165 fi 3166 3167 GREP="$ac_cv_path_GREP" 3168 if test -z "$GREP"; then 3169 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3170 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3299 if test -z "$ac_cv_path_GREP"; then 3300 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3301 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3171 3302 { (exit 1); exit 1; }; } 3172 fi 3173 3303 fi 3174 3304 else 3175 3305 ac_cv_path_GREP=$GREP 3176 3306 fi 3177 3307 3178 3179 fi 3180 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3181 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3308 fi 3309 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3310 $as_echo "$ac_cv_path_GREP" >&6; } 3182 3311 GREP="$ac_cv_path_GREP" 3183 3312 3184 3313 3185 { echo "$as_me:$LINENO: checking for egrep" >&53186 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }3314 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 3315 $as_echo_n "checking for egrep... " >&6; } 3187 3316 if test "${ac_cv_path_EGREP+set}" = set; then 3188 echo $ECHO_N "(cached) $ECHO_C" >&63317 $as_echo_n "(cached) " >&6 3189 3318 else 3190 3319 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3191 3320 then ac_cv_path_EGREP="$GREP -E" 3192 3321 else 3193 # Extract the first word of "egrep" to use in msg output 3194 if test -z "$EGREP"; then 3195 set dummy egrep; ac_prog_name=$2 3196 if test "${ac_cv_path_EGREP+set}" = set; then 3197 echo $ECHO_N "(cached) $ECHO_C" >&6 3198 else 3322 if test -z "$EGREP"; then 3199 3323 ac_path_EGREP_found=false 3200 # Loop through the user's path and test for each of PROGNAME-LIST3201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3324 # Loop through the user's path and test for each of PROGNAME-LIST 3325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3202 3326 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3203 3327 do … … 3205 3329 test -z "$as_dir" && as_dir=. 3206 3330 for ac_prog in egrep; do 3207 for ac_exec_ext in '' $ac_executable_extensions; do3208 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3209 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3210 # Check for GNU ac_path_EGREP and select it if it is found.3331 for ac_exec_ext in '' $ac_executable_extensions; do 3332 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3333 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3334 # Check for GNU ac_path_EGREP and select it if it is found. 3211 3335 # Check for GNU $ac_path_EGREP 3212 3336 case `"$ac_path_EGREP" --version 2>&1` in … … 3215 3339 *) 3216 3340 ac_count=0 3217 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3341 $as_echo_n 0123456789 >"conftest.in" 3218 3342 while : 3219 3343 do … … 3221 3345 mv "conftest.tmp" "conftest.in" 3222 3346 cp "conftest.in" "conftest.nl" 3223 echo 'EGREP' >> "conftest.nl"3347 $as_echo 'EGREP' >> "conftest.nl" 3224 3348 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3225 3349 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3236 3360 esac 3237 3361 3238 3239 $ac_path_EGREP_found && break 33362 $ac_path_EGREP_found && break 3 3363 done 3240 3364 done 3241 3365 done 3242 3243 done3244 3366 IFS=$as_save_IFS 3245 3246 3247 fi 3248 3249 EGREP="$ac_cv_path_EGREP" 3250 if test -z "$EGREP"; then 3251 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3252 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3367 if test -z "$ac_cv_path_EGREP"; then 3368 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3369 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3253 3370 { (exit 1); exit 1; }; } 3254 fi 3255 3371 fi 3256 3372 else 3257 3373 ac_cv_path_EGREP=$EGREP 3258 3374 fi 3259 3375 3260 3261 3376 fi 3262 3377 fi 3263 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53264 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }3378 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3379 $as_echo "$ac_cv_path_EGREP" >&6; } 3265 3380 EGREP="$ac_cv_path_EGREP" 3266 3381 3267 3382 3268 { echo "$as_me:$LINENO: checking for ANSI C header files" >&53269 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }3383 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3384 $as_echo_n "checking for ANSI C header files... " >&6; } 3270 3385 if test "${ac_cv_header_stdc+set}" = set; then 3271 echo $ECHO_N "(cached) $ECHO_C" >&63386 $as_echo_n "(cached) " >&6 3272 3387 else 3273 3388 cat >conftest.$ac_ext <<_ACEOF … … 3296 3411 *) ac_try_echo=$ac_try;; 3297 3412 esac 3298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3414 $as_echo "$ac_try_echo") >&5 3299 3415 (eval "$ac_compile") 2>conftest.er1 3300 3416 ac_status=$? … … 3302 3418 rm -f conftest.er1 3303 3419 cat conftest.err >&5 3304 echo "$as_me:$LINENO: \$? = $ac_status" >&53420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3305 3421 (exit $ac_status); } && { 3306 3422 test -z "$ac_c_werror_flag" || … … 3309 3425 ac_cv_header_stdc=yes 3310 3426 else 3311 echo "$as_me: failed program was:" >&53427 $as_echo "$as_me: failed program was:" >&5 3312 3428 sed 's/^/| /' conftest.$ac_ext >&5 3313 3429 … … 3401 3517 *) ac_try_echo=$ac_try;; 3402 3518 esac 3403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3520 $as_echo "$ac_try_echo") >&5 3404 3521 (eval "$ac_link") 2>&5 3405 3522 ac_status=$? 3406 echo "$as_me:$LINENO: \$? = $ac_status" >&53523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3407 3524 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3408 3525 { (case "(($ac_try" in … … 3410 3527 *) ac_try_echo=$ac_try;; 3411 3528 esac 3412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3530 $as_echo "$ac_try_echo") >&5 3413 3531 (eval "$ac_try") 2>&5 3414 3532 ac_status=$? 3415 echo "$as_me:$LINENO: \$? = $ac_status" >&53533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3416 3534 (exit $ac_status); }; }; then 3417 3535 : 3418 3536 else 3419 echo "$as_me: program exited with status $ac_status" >&53420 echo "$as_me: failed program was:" >&53537 $as_echo "$as_me: program exited with status $ac_status" >&5 3538 $as_echo "$as_me: failed program was:" >&5 3421 3539 sed 's/^/| /' conftest.$ac_ext >&5 3422 3540 … … 3424 3542 ac_cv_header_stdc=no 3425 3543 fi 3544 rm -rf conftest.dSYM 3426 3545 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3427 3546 fi … … 3430 3549 fi 3431 3550 fi 3432 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53433 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }3551 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3552 $as_echo "$ac_cv_header_stdc" >&6; } 3434 3553 if test $ac_cv_header_stdc = yes; then 3435 3554 … … 3453 3572 inttypes.h stdint.h unistd.h 3454 3573 do 3455 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`3456 { echo "$as_me:$LINENO: checking for $ac_header" >&53457 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }3574 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 3575 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 3576 $as_echo_n "checking for $ac_header... " >&6; } 3458 3577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3459 echo $ECHO_N "(cached) $ECHO_C" >&63578 $as_echo_n "(cached) " >&6 3460 3579 else 3461 3580 cat >conftest.$ac_ext <<_ACEOF … … 3475 3594 *) ac_try_echo=$ac_try;; 3476 3595 esac 3477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3597 $as_echo "$ac_try_echo") >&5 3478 3598 (eval "$ac_compile") 2>conftest.er1 3479 3599 ac_status=$? … … 3481 3601 rm -f conftest.er1 3482 3602 cat conftest.err >&5 3483 echo "$as_me:$LINENO: \$? = $ac_status" >&53603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3484 3604 (exit $ac_status); } && { 3485 3605 test -z "$ac_c_werror_flag" || … … 3488 3608 eval "$as_ac_Header=yes" 3489 3609 else 3490 echo "$as_me: failed program was:" >&53610 $as_echo "$as_me: failed program was:" >&5 3491 3611 sed 's/^/| /' conftest.$ac_ext >&5 3492 3612 … … 3496 3616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3497 3617 fi 3498 ac_res=`eval echo '${'$as_ac_Header'}'` 3499 { echo "$as_me:$LINENO: result: $ac_res" >&5 3500 echo "${ECHO_T}$ac_res" >&6; } 3501 if test `eval echo '${'$as_ac_Header'}'` = yes; then 3618 ac_res=`eval 'as_val=${'$as_ac_Header'} 3619 $as_echo "$as_val"'` 3620 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 3621 $as_echo "$ac_res" >&6; } 3622 as_val=`eval 'as_val=${'$as_ac_Header'} 3623 $as_echo "$as_val"'` 3624 if test "x$as_val" = x""yes; then 3502 3625 cat >>confdefs.h <<_ACEOF 3503 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 13626 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 3504 3627 _ACEOF 3505 3628 … … 3509 3632 3510 3633 3511 { echo "$as_me:$LINENO: checking for size_t" >&53512 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }3634 { $as_echo "$as_me:$LINENO: checking for size_t" >&5 3635 $as_echo_n "checking for size_t... " >&6; } 3513 3636 if test "${ac_cv_type_size_t+set}" = set; then 3514 echo $ECHO_N "(cached) $ECHO_C" >&6 3515 else 3516 cat >conftest.$ac_ext <<_ACEOF 3637 $as_echo_n "(cached) " >&6 3638 else 3639 ac_cv_type_size_t=no 3640 cat >conftest.$ac_ext <<_ACEOF 3517 3641 /* confdefs.h. */ 3518 3642 _ACEOF … … 3521 3645 /* end confdefs.h. */ 3522 3646 $ac_includes_default 3523 typedef size_t ac__type_new_;3524 3647 int 3525 3648 main () 3526 3649 { 3527 if ((ac__type_new_ *) 0) 3528 return 0; 3529 if (sizeof (ac__type_new_)) 3530 return 0; 3650 if (sizeof (size_t)) 3651 return 0; 3531 3652 ; 3532 3653 return 0; … … 3539 3660 *) ac_try_echo=$ac_try;; 3540 3661 esac 3541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3663 $as_echo "$ac_try_echo") >&5 3542 3664 (eval "$ac_compile") 2>conftest.er1 3543 3665 ac_status=$? … … 3545 3667 rm -f conftest.er1 3546 3668 cat conftest.err >&5 3547 echo "$as_me:$LINENO: \$? = $ac_status" >&53669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3548 3670 (exit $ac_status); } && { 3549 3671 test -z "$ac_c_werror_flag" || 3550 3672 test ! -s conftest.err 3551 3673 } && test -s conftest.$ac_objext; then 3552 ac_cv_type_size_t=yes 3553 else 3554 echo "$as_me: failed program was:" >&5 3674 cat >conftest.$ac_ext <<_ACEOF 3675 /* confdefs.h. */ 3676 _ACEOF 3677 cat confdefs.h >>conftest.$ac_ext 3678 cat >>conftest.$ac_ext <<_ACEOF 3679 /* end confdefs.h. */ 3680 $ac_includes_default 3681 int 3682 main () 3683 { 3684 if (sizeof ((size_t))) 3685 return 0; 3686 ; 3687 return 0; 3688 } 3689 _ACEOF 3690 rm -f conftest.$ac_objext 3691 if { (ac_try="$ac_compile" 3692 case "(($ac_try" in 3693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3694 *) ac_try_echo=$ac_try;; 3695 esac 3696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3697 $as_echo "$ac_try_echo") >&5 3698 (eval "$ac_compile") 2>conftest.er1 3699 ac_status=$? 3700 grep -v '^ *+' conftest.er1 >conftest.err 3701 rm -f conftest.er1 3702 cat conftest.err >&5 3703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3704 (exit $ac_status); } && { 3705 test -z "$ac_c_werror_flag" || 3706 test ! -s conftest.err 3707 } && test -s conftest.$ac_objext; then 3708 : 3709 else 3710 $as_echo "$as_me: failed program was:" >&5 3555 3711 sed 's/^/| /' conftest.$ac_ext >&5 3556 3712 3557 ac_cv_type_size_t= no3713 ac_cv_type_size_t=yes 3558 3714 fi 3559 3715 3560 3716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3561 fi 3562 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 3563 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 3564 if test $ac_cv_type_size_t = yes; then 3717 else 3718 $as_echo "$as_me: failed program was:" >&5 3719 sed 's/^/| /' conftest.$ac_ext >&5 3720 3721 3722 fi 3723 3724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3725 fi 3726 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 3727 $as_echo "$ac_cv_type_size_t" >&6; } 3728 if test "x$ac_cv_type_size_t" = x""yes; then 3565 3729 : 3566 3730 else … … 3572 3736 fi 3573 3737 3574 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&53575 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }3738 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 3739 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 3576 3740 if test "${ac_cv_struct_tm+set}" = set; then 3577 echo $ECHO_N "(cached) $ECHO_C" >&63741 $as_echo_n "(cached) " >&6 3578 3742 else 3579 3743 cat >conftest.$ac_ext <<_ACEOF … … 3591 3755 struct tm tm; 3592 3756 int *p = &tm.tm_sec; 3593 return !p;3757 return !p; 3594 3758 ; 3595 3759 return 0; … … 3602 3766 *) ac_try_echo=$ac_try;; 3603 3767 esac 3604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3769 $as_echo "$ac_try_echo") >&5 3605 3770 (eval "$ac_compile") 2>conftest.er1 3606 3771 ac_status=$? … … 3608 3773 rm -f conftest.er1 3609 3774 cat conftest.err >&5 3610 echo "$as_me:$LINENO: \$? = $ac_status" >&53775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3611 3776 (exit $ac_status); } && { 3612 3777 test -z "$ac_c_werror_flag" || … … 3615 3780 ac_cv_struct_tm=time.h 3616 3781 else 3617 echo "$as_me: failed program was:" >&53782 $as_echo "$as_me: failed program was:" >&5 3618 3783 sed 's/^/| /' conftest.$ac_ext >&5 3619 3784 … … 3623 3788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3624 3789 fi 3625 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&53626 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }3790 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 3791 $as_echo "$ac_cv_struct_tm" >&6; } 3627 3792 if test $ac_cv_struct_tm = sys/time.h; then 3628 3793 … … 3634 3799 3635 3800 if test $ac_cv_c_compiler_gnu = yes; then 3636 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&53637 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }3801 { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 3802 $as_echo_n "checking whether $CC needs -traditional... " >&6; } 3638 3803 if test "${ac_cv_prog_gcc_traditional+set}" = set; then 3639 echo $ECHO_N "(cached) $ECHO_C" >&63804 $as_echo_n "(cached) " >&6 3640 3805 else 3641 3806 ac_pattern="Autoconf.*'x'" … … 3676 3841 fi 3677 3842 fi 3678 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&53679 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }3843 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 3844 $as_echo "$ac_cv_prog_gcc_traditional" >&6; } 3680 3845 if test $ac_cv_prog_gcc_traditional = yes; then 3681 3846 CC="$CC -traditional" … … 3697 3862 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3698 3863 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3699 { echo "$as_me:$LINENO: checking for $ac_word" >&53700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3864 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3865 $as_echo_n "checking for $ac_word... " >&6; } 3701 3866 if test "${ac_cv_prog_CXX+set}" = set; then 3702 echo $ECHO_N "(cached) $ECHO_C" >&63867 $as_echo_n "(cached) " >&6 3703 3868 else 3704 3869 if test -n "$CXX"; then … … 3713 3878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3714 3879 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53880 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3716 3881 break 2 3717 3882 fi … … 3724 3889 CXX=$ac_cv_prog_CXX 3725 3890 if test -n "$CXX"; then 3726 { echo "$as_me:$LINENO: result: $CXX" >&53727 echo "${ECHO_T}$CXX" >&6; }3728 else 3729 { echo "$as_me:$LINENO: result: no" >&53730 echo "${ECHO_T}no" >&6; }3891 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 3892 $as_echo "$CXX" >&6; } 3893 else 3894 { $as_echo "$as_me:$LINENO: result: no" >&5 3895 $as_echo "no" >&6; } 3731 3896 fi 3732 3897 … … 3741 3906 # Extract the first word of "$ac_prog", so it can be a program name with args. 3742 3907 set dummy $ac_prog; ac_word=$2 3743 { echo "$as_me:$LINENO: checking for $ac_word" >&53744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3908 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3909 $as_echo_n "checking for $ac_word... " >&6; } 3745 3910 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3746 echo $ECHO_N "(cached) $ECHO_C" >&63911 $as_echo_n "(cached) " >&6 3747 3912 else 3748 3913 if test -n "$ac_ct_CXX"; then … … 3757 3922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3758 3923 ac_cv_prog_ac_ct_CXX="$ac_prog" 3759 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53924 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3760 3925 break 2 3761 3926 fi … … 3768 3933 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3769 3934 if test -n "$ac_ct_CXX"; then 3770 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53771 echo "${ECHO_T}$ac_ct_CXX" >&6; }3772 else 3773 { echo "$as_me:$LINENO: result: no" >&53774 echo "${ECHO_T}no" >&6; }3935 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3936 $as_echo "$ac_ct_CXX" >&6; } 3937 else 3938 { $as_echo "$as_me:$LINENO: result: no" >&5 3939 $as_echo "no" >&6; } 3775 3940 fi 3776 3941 … … 3784 3949 case $cross_compiling:$ac_tool_warned in 3785 3950 yes:) 3786 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3787 whose name does not start with the host triplet. If you think this 3788 configuration is useful to you, please write to autoconf@gnu.org." >&5 3789 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3790 whose name does not start with the host triplet. If you think this 3791 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3951 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3792 3953 ac_tool_warned=yes ;; 3793 3954 esac … … 3799 3960 fi 3800 3961 # Provide some information about the compiler. 3801 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3802 ac_compiler=`set X $ac_compile; echo $2` 3962 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3963 set X $ac_compile 3964 ac_compiler=$2 3803 3965 { (ac_try="$ac_compiler --version >&5" 3804 3966 case "(($ac_try" in … … 3806 3968 *) ac_try_echo=$ac_try;; 3807 3969 esac 3808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3971 $as_echo "$ac_try_echo") >&5 3809 3972 (eval "$ac_compiler --version >&5") 2>&5 3810 3973 ac_status=$? 3811 echo "$as_me:$LINENO: \$? = $ac_status" >&53974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3812 3975 (exit $ac_status); } 3813 3976 { (ac_try="$ac_compiler -v >&5" … … 3816 3979 *) ac_try_echo=$ac_try;; 3817 3980 esac 3818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3982 $as_echo "$ac_try_echo") >&5 3819 3983 (eval "$ac_compiler -v >&5") 2>&5 3820 3984 ac_status=$? 3821 echo "$as_me:$LINENO: \$? = $ac_status" >&53985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3822 3986 (exit $ac_status); } 3823 3987 { (ac_try="$ac_compiler -V >&5" … … 3826 3990 *) ac_try_echo=$ac_try;; 3827 3991 esac 3828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3993 $as_echo "$ac_try_echo") >&5 3829 3994 (eval "$ac_compiler -V >&5") 2>&5 3830 3995 ac_status=$? 3831 echo "$as_me:$LINENO: \$? = $ac_status" >&53996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3832 3997 (exit $ac_status); } 3833 3998 3834 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53835 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }3999 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 4000 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3836 4001 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3837 echo $ECHO_N "(cached) $ECHO_C" >&64002 $as_echo_n "(cached) " >&6 3838 4003 else 3839 4004 cat >conftest.$ac_ext <<_ACEOF … … 3861 4026 *) ac_try_echo=$ac_try;; 3862 4027 esac 3863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4029 $as_echo "$ac_try_echo") >&5 3864 4030 (eval "$ac_compile") 2>conftest.er1 3865 4031 ac_status=$? … … 3867 4033 rm -f conftest.er1 3868 4034 cat conftest.err >&5 3869 echo "$as_me:$LINENO: \$? = $ac_status" >&54035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3870 4036 (exit $ac_status); } && { 3871 4037 test -z "$ac_cxx_werror_flag" || … … 3874 4040 ac_compiler_gnu=yes 3875 4041 else 3876 echo "$as_me: failed program was:" >&54042 $as_echo "$as_me: failed program was:" >&5 3877 4043 sed 's/^/| /' conftest.$ac_ext >&5 3878 4044 … … 3884 4050 3885 4051 fi 3886 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3887 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3888 GXX=`test $ac_compiler_gnu = yes && echo yes` 4052 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4053 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4054 if test $ac_compiler_gnu = yes; then 4055 GXX=yes 4056 else 4057 GXX= 4058 fi 3889 4059 ac_test_CXXFLAGS=${CXXFLAGS+set} 3890 4060 ac_save_CXXFLAGS=$CXXFLAGS 3891 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53892 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }4061 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 4062 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3893 4063 if test "${ac_cv_prog_cxx_g+set}" = set; then 3894 echo $ECHO_N "(cached) $ECHO_C" >&64064 $as_echo_n "(cached) " >&6 3895 4065 else 3896 4066 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3919 4089 *) ac_try_echo=$ac_try;; 3920 4090 esac 3921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4092 $as_echo "$ac_try_echo") >&5 3922 4093 (eval "$ac_compile") 2>conftest.er1 3923 4094 ac_status=$? … … 3925 4096 rm -f conftest.er1 3926 4097 cat conftest.err >&5 3927 echo "$as_me:$LINENO: \$? = $ac_status" >&54098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3928 4099 (exit $ac_status); } && { 3929 4100 test -z "$ac_cxx_werror_flag" || … … 3932 4103 ac_cv_prog_cxx_g=yes 3933 4104 else 3934 echo "$as_me: failed program was:" >&54105 $as_echo "$as_me: failed program was:" >&5 3935 4106 sed 's/^/| /' conftest.$ac_ext >&5 3936 4107 … … 3957 4128 *) ac_try_echo=$ac_try;; 3958 4129 esac 3959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4131 $as_echo "$ac_try_echo") >&5 3960 4132 (eval "$ac_compile") 2>conftest.er1 3961 4133 ac_status=$? … … 3963 4135 rm -f conftest.er1 3964 4136 cat conftest.err >&5 3965 echo "$as_me:$LINENO: \$? = $ac_status" >&54137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3966 4138 (exit $ac_status); } && { 3967 4139 test -z "$ac_cxx_werror_flag" || … … 3970 4142 : 3971 4143 else 3972 echo "$as_me: failed program was:" >&54144 $as_echo "$as_me: failed program was:" >&5 3973 4145 sed 's/^/| /' conftest.$ac_ext >&5 3974 4146 … … 3996 4168 *) ac_try_echo=$ac_try;; 3997 4169 esac 3998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4171 $as_echo "$ac_try_echo") >&5 3999 4172 (eval "$ac_compile") 2>conftest.er1 4000 4173 ac_status=$? … … 4002 4175 rm -f conftest.er1 4003 4176 cat conftest.err >&5 4004 echo "$as_me:$LINENO: \$? = $ac_status" >&54177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4005 4178 (exit $ac_status); } && { 4006 4179 test -z "$ac_cxx_werror_flag" || … … 4009 4182 ac_cv_prog_cxx_g=yes 4010 4183 else 4011 echo "$as_me: failed program was:" >&54184 $as_echo "$as_me: failed program was:" >&5 4012 4185 sed 's/^/| /' conftest.$ac_ext >&5 4013 4186 … … 4024 4197 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4025 4198 fi 4026 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54027 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }4199 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4200 $as_echo "$ac_cv_prog_cxx_g" >&6; } 4028 4201 if test "$ac_test_CXXFLAGS" = set; then 4029 4202 CXXFLAGS=$ac_save_CXXFLAGS … … 4055 4228 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 4056 4229 set dummy ${ac_tool_prefix}gcc; ac_word=$2 4057 { echo "$as_me:$LINENO: checking for $ac_word" >&54058 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4230 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4231 $as_echo_n "checking for $ac_word... " >&6; } 4059 4232 if test "${ac_cv_prog_CC+set}" = set; then 4060 echo $ECHO_N "(cached) $ECHO_C" >&64233 $as_echo_n "(cached) " >&6 4061 4234 else 4062 4235 if test -n "$CC"; then … … 4071 4244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4072 4245 ac_cv_prog_CC="${ac_tool_prefix}gcc" 4073 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54246 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4074 4247 break 2 4075 4248 fi … … 4082 4255 CC=$ac_cv_prog_CC 4083 4256 if test -n "$CC"; then 4084 { echo "$as_me:$LINENO: result: $CC" >&54085 echo "${ECHO_T}$CC" >&6; }4086 else 4087 { echo "$as_me:$LINENO: result: no" >&54088 echo "${ECHO_T}no" >&6; }4257 { $as_echo "$as_me:$LINENO: result: $CC" >&5 4258 $as_echo "$CC" >&6; } 4259 else 4260 { $as_echo "$as_me:$LINENO: result: no" >&5 4261 $as_echo "no" >&6; } 4089 4262 fi 4090 4263 … … 4095 4268 # Extract the first word of "gcc", so it can be a program name with args. 4096 4269 set dummy gcc; ac_word=$2 4097 { echo "$as_me:$LINENO: checking for $ac_word" >&54098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4270 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4271 $as_echo_n "checking for $ac_word... " >&6; } 4099 4272 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
