Changeset 1337:57059df95f00
- Timestamp:
- 09/09/09 00:04:22 (2 years ago)
- Branch:
- default
- Children:
- 1338:bdfbd8be70bc, 1343:8480fb64a362
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
- 1 moved
-
Makefile.freebsd.make.in (moved) (moved from trunk/Makefile.in) (3 diffs)
-
Makefile.gmake.in (copied) (copied from trunk/Makefile.in)
-
configure (modified) (604 diffs)
-
configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.freebsd.make.in
r1296 r1337 20 20 21 21 OBJECTS:=@OBJECTS@ 22 DEPS:=@DEPS@23 22 24 23 ########################################################### … … 26 25 VPATH:=src 27 26 28 all: deps@PACKAGE_NAME@27 all: @PACKAGE_NAME@ 29 28 dodo: all 30 29 build: all … … 43 42 @echo "-- Compiling: $<" 44 43 @$(CXX) $(CFLAGS) $(CPPFLAGS) -fPIC -c $< 45 46 deps: $(DEPS)47 %.d: %.cc48 @$(CXX) -MM $(CFLAGS) $(CPPFLAGS) -o $@ $<49 -include $(DEPS:.cc=.d)50 44 51 45 install: @PACKAGE_NAME@ -
trunk/configure
r1333 r1337 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3for libdodo 0.0.0.3 # Generated by GNU Autoconf 2.61 for libdodo 0.0.0. 4 4 # 5 5 # Report bugs to <issues.libdodo.org>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var366 done367 export CONFIG_SHELL368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 test -d "$1/.";534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 -*)set "./$1";;537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 638 616 #endif" 639 617 640 ac_subst_vars='LTLIBOBJS 618 ac_subst_vars='SHELL 619 PATH_SEPARATOR 620 PACKAGE_NAME 621 PACKAGE_TARNAME 622 PACKAGE_VERSION 623 PACKAGE_STRING 624 PACKAGE_BUGREPORT 625 exec_prefix 626 prefix 627 program_transform_name 628 bindir 629 sbindir 630 libexecdir 631 datarootdir 632 datadir 633 sysconfdir 634 sharedstatedir 635 localstatedir 636 includedir 637 oldincludedir 638 docdir 639 infodir 640 htmldir 641 dvidir 642 pdfdir 643 psdir 644 libdir 645 localedir 646 mandir 647 DEFS 648 ECHO_C 649 ECHO_N 650 ECHO_T 651 LIBS 652 build_alias 653 host_alias 654 target_alias 655 SO_VERSION 656 CC 657 CFLAGS 658 LDFLAGS 659 CPPFLAGS 660 ac_ct_CC 661 EXEEXT 662 OBJEXT 663 CPP 664 GREP 665 EGREP 666 CXX 667 CXXFLAGS 668 ac_ct_CXX 669 LN_S 670 SET_MAKE 671 INSTALL_PROGRAM 672 INSTALL_SCRIPT 673 INSTALL_DATA 674 TAGS 675 OBJECTS 676 DEPS 677 TESTS 678 DEBUG 679 CXXCPP 641 680 LIBOBJS 642 CXXCPP 643 DEBUG 644 TESTS 645 DEPS 646 OBJECTS 647 TAGS 648 INSTALL_DATA 649 INSTALL_SCRIPT 650 INSTALL_PROGRAM 651 SET_MAKE 652 LN_S 653 ac_ct_CXX 654 CXXFLAGS 655 CXX 656 EGREP 657 GREP 658 CPP 659 OBJEXT 660 EXEEXT 661 ac_ct_CC 662 CPPFLAGS 663 LDFLAGS 664 CFLAGS 665 CC 666 SO_VERSION 667 target_alias 668 host_alias 669 build_alias 670 LIBS 671 ECHO_T 672 ECHO_N 673 ECHO_C 674 DEFS 675 mandir 676 localedir 677 libdir 678 psdir 679 pdfdir 680 dvidir 681 htmldir 682 infodir 683 docdir 684 oldincludedir 685 includedir 686 localstatedir 687 sharedstatedir 688 sysconfdir 689 datadir 690 datarootdir 691 libexecdir 692 sbindir 693 bindir 694 program_transform_name 695 prefix 696 exec_prefix 697 PACKAGE_BUGREPORT 698 PACKAGE_STRING 699 PACKAGE_VERSION 700 PACKAGE_TARNAME 701 PACKAGE_NAME 702 PATH_SEPARATOR 703 SHELL' 681 LTLIBOBJS' 704 682 ac_subst_files='' 705 ac_user_opts='706 enable_option_checking707 enable_debug708 enable_profiling709 enable_libwrap710 enable_deque711 enable_io_xexec712 enable_database_xexec713 with_ipc714 with_sqlite3715 with_openssl716 with_bfd717 with_postgresql718 with_mysql719 with_fast_cgi720 with_pcre721 enable_dl722 enable_fast_dynamic_loading723 with_libxml2724 with_threading_lib725 with_pthread_lib726 with_pthread_path727 with_bzip2728 with_zlib729 enable_zlib_lib730 with_iconv731 enable_iconv_lib732 with_imagemagick733 enable_graphics_xexec734 enable_dl_lib735 '736 683 ac_precious_vars='build_alias 737 684 host_alias … … 752 699 ac_init_help= 753 700 ac_init_version=false 754 ac_unrecognized_opts=755 ac_unrecognized_sep=756 701 # The variables have the same names as the options, with 757 702 # dashes changed to underlines. … … 852 797 853 798 -disable-* | --disable-*) 854 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`799 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 855 800 # Reject names that are not valid shell variable names. 856 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&857 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2801 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 802 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 858 803 { (exit 1); exit 1; }; } 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 ;; 804 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 805 eval enable_$ac_feature=no ;; 869 806 870 807 -docdir | --docdir | --docdi | --doc | --do) … … 879 816 880 817 -enable-* | --enable-*) 881 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`818 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 882 819 # Reject names that are not valid shell variable names. 883 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&884 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2820 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 821 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 885 822 { (exit 1); exit 1; }; } 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 ;; 823 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 824 eval enable_$ac_feature=\$ac_optarg ;; 896 825 897 826 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1084 1013 1085 1014 -with-* | --with-*) 1086 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1015 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1087 1016 # Reject names that are not valid shell variable names. 1088 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1089 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21017 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1018 { echo "$as_me: error: invalid package name: $ac_package" >&2 1090 1019 { (exit 1); exit 1; }; } 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 ;; 1020 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1021 eval with_$ac_package=\$ac_optarg ;; 1101 1022 1102 1023 -without-* | --without-*) 1103 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1024 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1104 1025 # Reject names that are not valid shell variable names. 1105 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1106 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21026 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1027 { echo "$as_me: error: invalid package name: $ac_package" >&2 1107 1028 { (exit 1); exit 1; }; } 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 ;; 1029 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1030 eval with_$ac_package=no ;; 1118 1031 1119 1032 --x) … … 1135 1048 x_libraries=$ac_optarg ;; 1136 1049 1137 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1050 -*) { echo "$as_me: error: unrecognized option: $ac_option 1138 1051 Try \`$0 --help' for more information." >&2 1139 1052 { (exit 1); exit 1; }; } … … 1144 1057 # Reject names that are not valid shell variable names. 1145 1058 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1146 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21059 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1147 1060 { (exit 1); exit 1; }; } 1148 1061 eval $ac_envvar=\$ac_optarg … … 1151 1064 *) 1152 1065 # FIXME: should be removed in autoconf 3.0. 1153 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21066 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1154 1067 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1155 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21068 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1156 1069 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1157 1070 ;; … … 1162 1075 if test -n "$ac_prev"; then 1163 1076 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1164 { $as_echo "$as_me: error: missing argument to $ac_option" >&21077 { echo "$as_me: error: missing argument to $ac_option" >&2 1165 1078 { (exit 1); exit 1; }; } 1166 1079 fi 1167 1080 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. 1081 # Be sure to have absolute directory names. 1178 1082 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1179 1083 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1182 1086 do 1183 1087 eval ac_val=\$$ac_var 1184 # Remove trailing slashes.1185 case $ac_val in1186 */ )1187 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1188 eval $ac_var=\$ac_val;;1189 esac1190 # Be sure to have absolute directory names.1191 1088 case $ac_val in 1192 1089 [\\/$]* | ?:[\\/]* ) continue;; 1193 1090 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1194 1091 esac 1195 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21092 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1196 1093 { (exit 1); exit 1; }; } 1197 1094 done … … 1208 1105 if test "x$build_alias" = x; then 1209 1106 cross_compiling=maybe 1210 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1107 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1211 1108 If a cross compiler is detected then cross compile mode will be used." >&2 1212 1109 elif test "x$build_alias" != "x$host_alias"; then … … 1224 1121 ac_ls_di=`ls -di .` && 1225 1122 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1226 { $as_echo "$as_me: error: working directory cannot be determined" >&21123 { echo "$as_me: error: Working directory cannot be determined" >&2 1227 1124 { (exit 1); exit 1; }; } 1228 1125 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1229 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21126 { echo "$as_me: error: pwd does not report name of working directory" >&2 1230 1127 { (exit 1); exit 1; }; } 1231 1128 … … 1235 1132 ac_srcdir_defaulted=yes 1236 1133 # Try the directory containing this script, then the parent directory. 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" |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" | 1243 1140 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1244 1141 s//\1/ … … 1267 1164 if test ! -r "$srcdir/$ac_unique_file"; then 1268 1165 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1269 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21166 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1270 1167 { (exit 1); exit 1; }; } 1271 1168 fi 1272 1169 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1273 1170 ac_abs_confdir=`( 1274 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21171 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1275 1172 { (exit 1); exit 1; }; } 1276 1173 pwd)` … … 1321 1218 Installation directories: 1322 1219 --prefix=PREFIX install architecture-independent files in PREFIX 1323 [$ac_default_prefix]1220 [$ac_default_prefix] 1324 1221 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1325 [PREFIX]1222 [PREFIX] 1326 1223 1327 1224 By default, \`make install' will install all the files in … … 1333 1230 1334 1231 Fine tuning of the installation directories: 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]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] 1354 1251 _ACEOF 1355 1252 … … 1365 1262 1366 1263 Optional Features: 1367 --disable-option-checking ignore unrecognized --enable/--with options1368 1264 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1369 1265 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1436 1332 # If there are subdirs, report their specific --help. 1437 1333 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1438 test -d "$ac_dir" || 1439 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1440 continue 1334 test -d "$ac_dir" || continue 1441 1335 ac_builddir=. 1442 1336 … … 1444 1338 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1445 1339 *) 1446 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1340 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1447 1341 # A ".." for each directory in $ac_dir_suffix. 1448 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1342 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1449 1343 case $ac_top_builddir_sub in 1450 1344 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1482 1376 $SHELL "$ac_srcdir/configure" --help=recursive 1483 1377 else 1484 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21378 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1485 1379 fi || ac_status=$? 1486 1380 cd "$ac_pwd" || { ac_status=$?; break; } … … 1492 1386 cat <<\_ACEOF 1493 1387 libdodo configure 0.0.0 1494 generated by GNU Autoconf 2.6 31388 generated by GNU Autoconf 2.61 1495 1389 1496 1390 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1497 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1391 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1498 1392 This configure script is free software; the Free Software Foundation 1499 1393 gives unlimited permission to copy, distribute and modify it. … … 1506 1400 1507 1401 It was created by libdodo $as_me 0.0.0, which was 1508 generated by GNU Autoconf 2.6 3. Invocation command line was1402 generated by GNU Autoconf 2.61. Invocation command line was 1509 1403 1510 1404 $ $0 $@ … … 1542 1436 IFS=$as_save_IFS 1543 1437 test -z "$as_dir" && as_dir=. 1544 $as_echo "PATH: $as_dir"1438 echo "PATH: $as_dir" 1545 1439 done 1546 1440 IFS=$as_save_IFS … … 1577 1471 continue ;; 1578 1472 *\'*) 1579 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1473 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1580 1474 esac 1581 1475 case $ac_pass in … … 1629 1523 *${as_nl}*) 1630 1524 case $ac_var in #( 1631 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51632 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1525 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1526 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1633 1527 esac 1634 1528 case $ac_var in #( 1635 1529 _ | IFS | as_nl) ;; #( 1636 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1637 1530 *) $as_unset $ac_var ;; 1638 1531 esac ;; … … 1664 1557 eval ac_val=\$$ac_var 1665 1558 case $ac_val in 1666 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1559 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1667 1560 esac 1668 $as_echo "$ac_var='\''$ac_val'\''"1561 echo "$ac_var='\''$ac_val'\''" 1669 1562 done | sort 1670 1563 echo … … 1681 1574 eval ac_val=\$$ac_var 1682 1575 case $ac_val in 1683 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1576 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1684 1577 esac 1685 $as_echo "$ac_var='\''$ac_val'\''"1578 echo "$ac_var='\''$ac_val'\''" 1686 1579 done | sort 1687 1580 echo … … 1699 1592 fi 1700 1593 test "$ac_signal" != 0 && 1701 $as_echo "$as_me: caught signal $ac_signal"1702 $as_echo "$as_me: exit $exit_status"1594 echo "$as_me: caught signal $ac_signal" 1595 echo "$as_me: exit $exit_status" 1703 1596 } >&5 1704 1597 rm -f core *.core core.conftest.* && … … 1742 1635 1743 1636 # Let the site file select an alternate cache file if it wants to. 1744 # Prefer an explicitly selected file to automatically selected ones. 1745 ac_site_file1=NONE 1746 ac_site_file2=NONE 1637 # Prefer explicitly selected file to automatically selected ones. 1747 1638 if test -n "$CONFIG_SITE"; then 1748 ac_site_file1=$CONFIG_SITE1639 set x "$CONFIG_SITE" 1749 1640 elif test "x$prefix" != xNONE; then 1750 ac_site_file1=$prefix/share/config.site1751 ac_site_file2=$prefix/etc/config.site1752 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"1641 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1642 else 1643 set x "$ac_default_prefix/share/config.site" \ 1644 "$ac_default_prefix/etc/config.site" 1645 fi 1646 shift 1647 for ac_site_file 1757 1648 do 1758 test "x$ac_site_file" = xNONE && continue1759 1649 if test -r "$ac_site_file"; then 1760 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51761 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1650 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1651 echo "$as_me: loading site script $ac_site_file" >&6;} 1762 1652 sed 's/^/| /' "$ac_site_file" >&5 1763 1653 . "$ac_site_file" … … 1769 1659 # files actually), so we avoid doing that. 1770 1660 if test -f "$cache_file"; then 1771 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51772 $as_echo "$as_me: loading cache $cache_file" >&6;}1661 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1662 echo "$as_me: loading cache $cache_file" >&6;} 1773 1663 case $cache_file in 1774 1664 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1777 1667 fi 1778 1668 else 1779 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51780 $as_echo "$as_me: creating cache $cache_file" >&6;}1669 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1670 echo "$as_me: creating cache $cache_file" >&6;} 1781 1671 >$cache_file 1782 1672 fi … … 1792 1682 case $ac_old_set,$ac_new_set in 1793 1683 set,) 1794 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51795 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1684 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1685 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1796 1686 ac_cache_corrupted=: ;; 1797 1687 ,set) 1798 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51799 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1688 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1689 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1800 1690 ac_cache_corrupted=: ;; 1801 1691 ,);; 1802 1692 *) 1803 1693 if test "x$ac_old_val" != "x$ac_new_val"; then 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;} 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=: 1820 1701 fi;; 1821 1702 esac … … 1823 1704 if test "$ac_new_set" = set; then 1824 1705 case $ac_new_val in 1825 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1706 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1826 1707 *) ac_arg=$ac_var=$ac_new_val ;; 1827 1708 esac … … 1833 1714 done 1834 1715 if $ac_cache_corrupted; then 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;} 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;} 1841 1720 { (exit 1); exit 1; }; } 1842 1721 fi … … 1880 1759 case "$OS" in 1881 1760 FreeBSD) 1761 TARGET_MAKEFILE=Makefile.freebsd.make.in 1882 1762 SO_VERSION=${PACKAGE_VERSION#*.}; SO_VERSION=${SO_VERSION%.*} 1883 1763 ;; 1884 1764 Linux) 1765 TARGET_MAKEFILE=Makefile.gmake.in 1885 1766 SO_VERSION=${PACKAGE_VERSION} 1886 1767 ;; … … 1905 1786 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1906 1787 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1907 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&51908 $as_echo_n "checking for $ac_word..." >&6; }1788 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1909 1790 if test "${ac_cv_prog_CC+set}" = set; then 1910 $as_echo_n "(cached)" >&61791 echo $ECHO_N "(cached) $ECHO_C" >&6 1911 1792 else 1912 1793 if test -n "$CC"; then … … 1921 1802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1922 1803 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1923 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1924 1805 break 2 1925 1806 fi … … 1932 1813 CC=$ac_cv_prog_CC 1933 1814 if test -n "$CC"; then 1934 { $as_echo "$as_me:$LINENO: result: $CC" >&51935 $as_echo "$CC" >&6; }1936 else 1937 { $as_echo "$as_me:$LINENO: result: no" >&51938 $as_echo "no" >&6; }1815 { echo "$as_me:$LINENO: result: $CC" >&5 1816 echo "${ECHO_T}$CC" >&6; } 1817 else 1818 { echo "$as_me:$LINENO: result: no" >&5 1819 echo "${ECHO_T}no" >&6; } 1939 1820 fi 1940 1821 … … 1945 1826 # Extract the first word of "gcc", so it can be a program name with args. 1946 1827 set dummy gcc; ac_word=$2 1947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&51948 $as_echo_n "checking for $ac_word..." >&6; }1828 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1829 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1949 1830 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1950 $as_echo_n "(cached)" >&61831 echo $ECHO_N "(cached) $ECHO_C" >&6 1951 1832 else 1952 1833 if test -n "$ac_ct_CC"; then … … 1961 1842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1962 1843 ac_cv_prog_ac_ct_CC="gcc" 1963 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1964 1845 break 2 1965 1846 fi … … 1972 1853 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1973 1854 if test -n "$ac_ct_CC"; then 1974 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&51975 $as_echo "$ac_ct_CC" >&6; }1976 else 1977 { $as_echo "$as_me:$LINENO: result: no" >&51978 $as_echo "no" >&6; }1855 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1856 echo "${ECHO_T}$ac_ct_CC" >&6; } 1857 else 1858 { echo "$as_me:$LINENO: result: no" >&5 1859 echo "${ECHO_T}no" >&6; } 1979 1860 fi 1980 1861 … … 1984 1865 case $cross_compiling:$ac_tool_warned in 1985 1866 yes:) 1986 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 1987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 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 1873 ac_tool_warned=yes ;; 1989 1874 esac … … 1998 1883 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1999 1884 set dummy ${ac_tool_prefix}cc; ac_word=$2 2000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52001 $as_echo_n "checking for $ac_word..." >&6; }1885 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2002 1887 if test "${ac_cv_prog_CC+set}" = set; then 2003 $as_echo_n "(cached)" >&61888 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 1889 else 2005 1890 if test -n "$CC"; then … … 2014 1899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2015 1900 ac_cv_prog_CC="${ac_tool_prefix}cc" 2016 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2017 1902 break 2 2018 1903 fi … … 2025 1910 CC=$ac_cv_prog_CC 2026 1911 if test -n "$CC"; then 2027 { $as_echo "$as_me:$LINENO: result: $CC" >&52028 $as_echo "$CC" >&6; }2029 else 2030 { $as_echo "$as_me:$LINENO: result: no" >&52031 $as_echo "no" >&6; }1912 { echo "$as_me:$LINENO: result: $CC" >&5 1913 echo "${ECHO_T}$CC" >&6; } 1914 else 1915 { echo "$as_me:$LINENO: result: no" >&5 1916 echo "${ECHO_T}no" >&6; } 2032 1917 fi 2033 1918 … … 2038 1923 # Extract the first word of "cc", so it can be a program name with args. 2039 1924 set dummy cc; ac_word=$2 2040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52041 $as_echo_n "checking for $ac_word..." >&6; }1925 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1926 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2042 1927 if test "${ac_cv_prog_CC+set}" = set; then 2043 $as_echo_n "(cached)" >&61928 echo $ECHO_N "(cached) $ECHO_C" >&6 2044 1929 else 2045 1930 if test -n "$CC"; then … … 2059 1944 fi 2060 1945 ac_cv_prog_CC="cc" 2061 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2062 1947 break 2 2063 1948 fi … … 2082 1967 CC=$ac_cv_prog_CC 2083 1968 if test -n "$CC"; then 2084 { $as_echo "$as_me:$LINENO: result: $CC" >&52085 $as_echo "$CC" >&6; }2086 else 2087 { $as_echo "$as_me:$LINENO: result: no" >&52088 $as_echo "no" >&6; }1969 { echo "$as_me:$LINENO: result: $CC" >&5 1970 echo "${ECHO_T}$CC" >&6; } 1971 else 1972 { echo "$as_me:$LINENO: result: no" >&5 1973 echo "${ECHO_T}no" >&6; } 2089 1974 fi 2090 1975 … … 2097 1982 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2098 1983 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2099 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52100 $as_echo_n "checking for $ac_word..." >&6; }1984 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1985 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2101 1986 if test "${ac_cv_prog_CC+set}" = set; then 2102 $as_echo_n "(cached)" >&61987 echo $ECHO_N "(cached) $ECHO_C" >&6 2103 1988 else 2104 1989 if test -n "$CC"; then … … 2113 1998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2114 1999 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2115 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2116 2001 break 2 2117 2002 fi … … 2124 2009 CC=$ac_cv_prog_CC 2125 2010 if test -n "$CC"; then 2126 { $as_echo "$as_me:$LINENO: result: $CC" >&52127 $as_echo "$CC" >&6; }2128 else 2129 { $as_echo "$as_me:$LINENO: result: no" >&52130 $as_echo "no" >&6; }2011 { echo "$as_me:$LINENO: result: $CC" >&5 2012 echo "${ECHO_T}$CC" >&6; } 2013 else 2014 { echo "$as_me:$LINENO: result: no" >&5 2015 echo "${ECHO_T}no" >&6; } 2131 2016 fi 2132 2017 … … 2141 2026 # Extract the first word of "$ac_prog", so it can be a program name with args. 2142 2027 set dummy $ac_prog; ac_word=$2 2143 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52144 $as_echo_n "checking for $ac_word..." >&6; }2028 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2145 2030 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2146 $as_echo_n "(cached)" >&62031 echo $ECHO_N "(cached) $ECHO_C" >&6 2147 2032 else 2148 2033 if test -n "$ac_ct_CC"; then … … 2157 2042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2158 2043 ac_cv_prog_ac_ct_CC="$ac_prog" 2159 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2160 2045 break 2 2161 2046 fi … … 2168 2053 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2169 2054 if test -n "$ac_ct_CC"; then 2170 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52171 $as_echo "$ac_ct_CC" >&6; }2172 else 2173 { $as_echo "$as_me:$LINENO: result: no" >&52174 $as_echo "no" >&6; }2055 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2056 echo "${ECHO_T}$ac_ct_CC" >&6; } 2057 else 2058 { echo "$as_me:$LINENO: result: no" >&5 2059 echo "${ECHO_T}no" >&6; } 2175 2060 fi 2176 2061 … … 2184 2069 case $cross_compiling:$ac_tool_warned in 2185 2070 yes:) 2186 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2187 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 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 2077 ac_tool_warned=yes ;; 2189 2078 esac … … 2195 2084 2196 2085 2197 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2199 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2086 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2200 2087 See \`config.log' for more details." >&5 2201 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2088 echo "$as_me: error: no acceptable C compiler found in \$PATH 2202 2089 See \`config.log' for more details." >&2;} 2203 { (exit 1); exit 1; }; } ; }2090 { (exit 1); exit 1; }; } 2204 2091 2205 2092 # Provide some information about the compiler. 2206 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2207 set X $ac_compile 2208 ac_compiler=$2 2093 echo "$as_me:$LINENO: checking for C compiler version" >&5 2094 ac_compiler=`set X $ac_compile; echo $2` 2209 2095 { (ac_try="$ac_compiler --version >&5" 2210 2096 case "(($ac_try" in … … 2212 2098 *) ac_try_echo=$ac_try;; 2213 2099 esac 2214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2215 $as_echo "$ac_try_echo") >&5 2100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2216 2101 (eval "$ac_compiler --version >&5") 2>&5 2217 2102 ac_status=$? 2218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52103 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2219 2104 (exit $ac_status); } 2220 2105 { (ac_try="$ac_compiler -v >&5" … … 2223 2108 *) ac_try_echo=$ac_try;; 2224 2109 esac 2225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2226 $as_echo "$ac_try_echo") >&5 2110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2227 2111 (eval "$ac_compiler -v >&5") 2>&5 2228 2112 ac_status=$? 2229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52113 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2230 2114 (exit $ac_status); } 2231 2115 { (ac_try="$ac_compiler -V >&5" … … 2234 2118 *) ac_try_echo=$ac_try;; 2235 2119 esac 2236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2237 $as_echo "$ac_try_echo") >&5 2120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2238 2121 (eval "$ac_compiler -V >&5") 2>&5 2239 2122 ac_status=$? 2240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2241 2124 (exit $ac_status); } 2242 2125 … … 2257 2140 _ACEOF 2258 2141 ac_clean_files_save=$ac_clean_files 2259 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2142 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2260 2143 # Try to create an executable without -o first, disregard a.out. 2261 2144 # It will help us diagnose broken compilers, and finding out an intuition 2262 2145 # of exeext. 2263 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2264 $as_echo_n "checking for C compiler default output file name... " >&6; } 2265 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2266 2267 # The possible output files: 2268 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2269 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. 2270 2158 ac_rmfiles= 2271 2159 for ac_file in $ac_files 2272 2160 do 2273 2161 case $ac_file in 2274 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2162 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2275 2163 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2276 2164 esac … … 2283 2171 *) ac_try_echo=$ac_try;; 2284 2172 esac 2285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2286 $as_echo "$ac_try_echo") >&5 2173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2287 2174 (eval "$ac_link_default") 2>&5 2288 2175 ac_status=$? 2289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52176 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2290 2177 (exit $ac_status); }; then 2291 2178 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2298 2185 test -f "$ac_file" || continue 2299 2186 case $ac_file in 2300 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2187 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2301 2188 ;; 2302 2189 [ab].out ) … … 2325 2212 fi 2326 2213 2327 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52328 $as_echo "$ac_file" >&6; }2214 { echo "$as_me:$LINENO: result: $ac_file" >&5 2215 echo "${ECHO_T}$ac_file" >&6; } 2329 2216 if test -z "$ac_file"; then 2330 $as_echo "$as_me: failed program was:" >&52217 echo "$as_me: failed program was:" >&5 2331 2218 sed 's/^/| /' conftest.$ac_ext >&5 2332 2219 2333 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2334 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2335 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2220 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2336 2221 See \`config.log' for more details." >&5 2337 $as_echo "$as_me: error: C compiler cannot create executables2222 echo "$as_me: error: C compiler cannot create executables 2338 2223 See \`config.log' for more details." >&2;} 2339 { (exit 77); exit 77; }; } ; }2224 { (exit 77); exit 77; }; } 2340 2225 fi 2341 2226 … … 2344 2229 # Check that the compiler produces executables we can run. If not, either 2345 2230 # the compiler is broken, or we cross compile. 2346 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&52347 $as_echo_n "checking whether the C compiler works..." >&6; }2231 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2232 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2348 2233 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2349 2234 # If not cross compiling, check that we can run a simple program. … … 2354 2239 *) ac_try_echo=$ac_try;; 2355 2240 esac 2356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2357 $as_echo "$ac_try_echo") >&5 2241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2358 2242 (eval "$ac_try") 2>&5 2359 2243 ac_status=$? 2360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52244 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2361 2245 (exit $ac_status); }; }; then 2362 2246 cross_compiling=no … … 2365 2249 cross_compiling=yes 2366 2250 else 2367 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2369 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2251 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2370 2252 If you meant to cross compile, use \`--host'. 2371 2253 See \`config.log' for more details." >&5 2372 $as_echo "$as_me: error: cannot run C compiled programs.2254 echo "$as_me: error: cannot run C compiled programs. 2373 2255 If you meant to cross compile, use \`--host'. 2374 2256 See \`config.log' for more details." >&2;} 2375 { (exit 1); exit 1; }; } ; }2257 { (exit 1); exit 1; }; } 2376 2258 fi 2377 2259 fi 2378 2260 fi 2379 { $as_echo "$as_me:$LINENO: result: yes" >&52380 $as_echo "yes" >&6; }2381 2382 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2261 { echo "$as_me:$LINENO: result: yes" >&5 2262 echo "${ECHO_T}yes" >&6; } 2263 2264 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2383 2265 ac_clean_files=$ac_clean_files_save 2384 2266 # Check that the compiler produces executables we can run. If not, either 2385 2267 # the compiler is broken, or we cross compile. 2386 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&52387 $as_echo_n "checking whether we are cross compiling..." >&6; }2388 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&52389 $as_echo "$cross_compiling" >&6; }2390 2391 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&52392 $as_echo_n "checking for suffix of executables..." >&6; }2268 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2269 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2270 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2271 echo "${ECHO_T}$cross_compiling" >&6; } 2272 2273 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2274 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2393 2275 if { (ac_try="$ac_link" 2394 2276 case "(($ac_try" in … … 2396 2278 *) ac_try_echo=$ac_try;; 2397 2279 esac 2398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2399 $as_echo "$ac_try_echo") >&5 2280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2400 2281 (eval "$ac_link") 2>&5 2401 2282 ac_status=$? 2402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52283 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2403 2284 (exit $ac_status); }; then 2404 2285 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2409 2290 test -f "$ac_file" || continue 2410 2291 case $ac_file in 2411 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2292 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2412 2293 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2413 2294 break;; … … 2416 2297 done 2417 2298 else 2418 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2419 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2420 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2299 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2421 2300 See \`config.log' for more details." >&5 2422 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2301 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2423 2302 See \`config.log' for more details." >&2;} 2424 { (exit 1); exit 1; }; } ; }2303 { (exit 1); exit 1; }; } 2425 2304 fi 2426 2305 2427 2306 rm -f conftest$ac_cv_exeext 2428 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52429 $as_echo "$ac_cv_exeext" >&6; }2307 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2308 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2430 2309 2431 2310 rm -f conftest.$ac_ext 2432 2311 EXEEXT=$ac_cv_exeext 2433 2312 ac_exeext=$EXEEXT 2434 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&52435 $as_echo_n "checking for suffix of object files..." >&6; }2313 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2314 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2436 2315 if test "${ac_cv_objext+set}" = set; then 2437 $as_echo_n "(cached)" >&62316 echo $ECHO_N "(cached) $ECHO_C" >&6 2438 2317 else 2439 2318 cat >conftest.$ac_ext <<_ACEOF … … 2458 2337 *) ac_try_echo=$ac_try;; 2459 2338 esac 2460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2461 $as_echo "$ac_try_echo") >&5 2339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2462 2340 (eval "$ac_compile") 2>&5 2463 2341 ac_status=$? 2464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2465 2343 (exit $ac_status); }; then 2466 2344 for ac_file in conftest.o conftest.obj conftest.*; do 2467 2345 test -f "$ac_file" || continue; 2468 2346 case $ac_file in 2469 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2347 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2470 2348 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2471 2349 break;; … … 2473 2351 done 2474 2352 else 2475 $as_echo "$as_me: failed program was:" >&52353 echo "$as_me: failed program was:" >&5 2476 2354 sed 's/^/| /' conftest.$ac_ext >&5 2477 2355 2478 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2479 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2480 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2356 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2481 2357 See \`config.log' for more details." >&5 2482 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile2358 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2483 2359 See \`config.log' for more details." >&2;} 2484 { (exit 1); exit 1; }; } ; }2360 { (exit 1); exit 1; }; } 2485 2361 fi 2486 2362 2487 2363 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2488 2364 fi 2489 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&52490 $as_echo "$ac_cv_objext" >&6; }2365 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2366 echo "${ECHO_T}$ac_cv_objext" >&6; } 2491 2367 OBJEXT=$ac_cv_objext 2492 2368 ac_objext=$OBJEXT 2493 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52494 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }2369 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2370 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2495 2371 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2496 $as_echo_n "(cached)" >&62372 echo $ECHO_N "(cached) $ECHO_C" >&6 2497 2373 else 2498 2374 cat >conftest.$ac_ext <<_ACEOF … … 2520 2396 *) ac_try_echo=$ac_try;; 2521 2397 esac 2522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2523 $as_echo "$ac_try_echo") >&5 2398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2524 2399 (eval "$ac_compile") 2>conftest.er1 2525 2400 ac_status=$? … … 2527 2402 rm -f conftest.er1 2528 2403 cat conftest.err >&5 2529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2530 2405 (exit $ac_status); } && { 2531 2406 test -z "$ac_c_werror_flag" || … … 2534 2409 ac_compiler_gnu=yes 2535 2410 else 2536 $as_echo "$as_me: failed program was:" >&52411 echo "$as_me: failed program was:" >&5 2537 2412 sed 's/^/| /' conftest.$ac_ext >&5 2538 2413 … … 2544 2419 2545 2420 fi 2546 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2547 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2548 if test $ac_compiler_gnu = yes; then 2549 GCC=yes 2550 else 2551 GCC= 2552 fi 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` 2553 2424 ac_test_CFLAGS=${CFLAGS+set} 2554 2425 ac_save_CFLAGS=$CFLAGS 2555 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52556 $as_echo_n "checking whether $CC accepts -g..." >&6; }2426 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2427 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2557 2428 if test "${ac_cv_prog_cc_g+set}" = set; then 2558 $as_echo_n "(cached)" >&62429 echo $ECHO_N "(cached) $ECHO_C" >&6 2559 2430 else 2560 2431 ac_save_c_werror_flag=$ac_c_werror_flag … … 2583 2454 *) ac_try_echo=$ac_try;; 2584 2455 esac 2585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2586 $as_echo "$ac_try_echo") >&5 2456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2587 2457 (eval "$ac_compile") 2>conftest.er1 2588 2458 ac_status=$? … … 2590 2460 rm -f conftest.er1 2591 2461 cat conftest.err >&5 2592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2593 2463 (exit $ac_status); } && { 2594 2464 test -z "$ac_c_werror_flag" || … … 2597 2467 ac_cv_prog_cc_g=yes 2598 2468 else 2599 $as_echo "$as_me: failed program was:" >&52469 echo "$as_me: failed program was:" >&5 2600 2470 sed 's/^/| /' conftest.$ac_ext >&5 2601 2471 … … 2622 2492 *) ac_try_echo=$ac_try;; 2623 2493 esac 2624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2625 $as_echo "$ac_try_echo") >&5 2494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2626 2495 (eval "$ac_compile") 2>conftest.er1 2627 2496 ac_status=$? … … 2629 2498 rm -f conftest.er1 2630 2499 cat conftest.err >&5 2631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2632 2501 (exit $ac_status); } && { 2633 2502 test -z "$ac_c_werror_flag" || … … 2636 2505 : 2637 2506 else 2638 $as_echo "$as_me: failed program was:" >&52507 echo "$as_me: failed program was:" >&5 2639 2508 sed 's/^/| /' conftest.$ac_ext >&5 2640 2509 … … 2662 2531 *) ac_try_echo=$ac_try;; 2663 2532 esac 2664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2665 $as_echo "$ac_try_echo") >&5 2533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2666 2534 (eval "$ac_compile") 2>conftest.er1 2667 2535 ac_status=$? … … 2669 2537 rm -f conftest.er1 2670 2538 cat conftest.err >&5 2671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2672 2540 (exit $ac_status); } && { 2673 2541 test -z "$ac_c_werror_flag" || … … 2676 2544 ac_cv_prog_cc_g=yes 2677 2545 else 2678 $as_echo "$as_me: failed program was:" >&52546 echo "$as_me: failed program was:" >&5 2679 2547 sed 's/^/| /' conftest.$ac_ext >&5 2680 2548 … … 2691 2559 ac_c_werror_flag=$ac_save_c_werror_flag 2692 2560 fi 2693 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52694 $as_echo "$ac_cv_prog_cc_g" >&6; }2561 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2562 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2695 2563 if test "$ac_test_CFLAGS" = set; then 2696 2564 CFLAGS=$ac_save_CFLAGS … … 2708 2576 fi 2709 2577 fi 2710 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52711 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }2578 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2579 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2712 2580 if test "${ac_cv_prog_cc_c89+set}" = set; then 2713 $as_echo_n "(cached)" >&62581 echo $ECHO_N "(cached) $ECHO_C" >&6 2714 2582 else 2715 2583 ac_cv_prog_cc_c89=no … … 2782 2650 *) ac_try_echo=$ac_try;; 2783 2651 esac 2784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2785 $as_echo "$ac_try_echo") >&5 2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2786 2653 (eval "$ac_compile") 2>conftest.er1 2787 2654 ac_status=$? … … 2789 2656 rm -f conftest.er1 2790 2657 cat conftest.err >&5 2791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52658 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2792 2659 (exit $ac_status); } && { 2793 2660 test -z "$ac_c_werror_flag" || … … 2796 2663 ac_cv_prog_cc_c89=$ac_arg 2797 2664 else 2798 $as_echo "$as_me: failed program was:" >&52665 echo "$as_me: failed program was:" >&5 2799 2666 sed 's/^/| /' conftest.$ac_ext >&5 2800 2667 … … 2812 2679 case "x$ac_cv_prog_cc_c89" in 2813 2680 x) 2814 { $as_echo "$as_me:$LINENO: result: none needed" >&52815 $as_echo "none needed" >&6; } ;;2681 { echo "$as_me:$LINENO: result: none needed" >&5 2682 echo "${ECHO_T}none needed" >&6; } ;; 2816 2683 xno) 2817 { $as_echo "$as_me:$LINENO: result: unsupported" >&52818 $as_echo "unsupported" >&6; } ;;2684 { echo "$as_me:$LINENO: result: unsupported" >&5 2685 echo "${ECHO_T}unsupported" >&6; } ;; 2819 2686 *) 2820 2687 CC="$CC $ac_cv_prog_cc_c89" 2821 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52822 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;2688 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2689 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2823 2690 esac 2824 2691 … … 2831 2698 2832 2699 2833 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&52834 $as_echo_n "checking for an ANSI C-conforming const..." >&6; }2700 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 2701 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 2835 2702 if test "${ac_cv_c_const+set}" = set; then 2836 $as_echo_n "(cached)" >&62703 echo $ECHO_N "(cached) $ECHO_C" >&6 2837 2704 else 2838 2705 cat >conftest.$ac_ext <<_ACEOF … … 2906 2773 *) ac_try_echo=$ac_try;; 2907 2774 esac 2908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2909 $as_echo "$ac_try_echo") >&5 2775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2910 2776 (eval "$ac_compile") 2>conftest.er1 2911 2777 ac_status=$? … … 2913 2779 rm -f conftest.er1 2914 2780 cat conftest.err >&5 2915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2916 2782 (exit $ac_status); } && { 2917 2783 test -z "$ac_c_werror_flag" || … … 2920 2786 ac_cv_c_const=yes 2921 2787 else 2922 $as_echo "$as_me: failed program was:" >&52788 echo "$as_me: failed program was:" >&5 2923 2789 sed 's/^/| /' conftest.$ac_ext >&5 2924 2790 … … 2928 2794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2929 2795 fi 2930 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&52931 $as_echo "$ac_cv_c_const" >&6; }2796 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 2797 echo "${ECHO_T}$ac_cv_c_const" >&6; } 2932 2798 if test $ac_cv_c_const = no; then 2933 2799 2934 2800 cat >>confdefs.h <<\_ACEOF 2935 #define const /**/2936 _ACEOF 2937 2938 fi 2939 2940 { $as_echo "$as_me:$LINENO: checking for inline" >&52941 $as_echo_n "checking for inline..." >&6; }2801 #define const 2802 _ACEOF 2803 2804 fi 2805 2806 { echo "$as_me:$LINENO: checking for inline" >&5 2807 echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 2942 2808 if test "${ac_cv_c_inline+set}" = set; then 2943 $as_echo_n "(cached)" >&62809 echo $ECHO_N "(cached) $ECHO_C" >&6 2944 2810 else 2945 2811 ac_cv_c_inline=no … … 2964 2830 *) ac_try_echo=$ac_try;; 2965 2831 esac 2966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2967 $as_echo "$ac_try_echo") >&5 2832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2968 2833 (eval "$ac_compile") 2>conftest.er1 2969 2834 ac_status=$? … … 2971 2836 rm -f conftest.er1 2972 2837 cat conftest.err >&5 2973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2974 2839 (exit $ac_status); } && { 2975 2840 test -z "$ac_c_werror_flag" || … … 2978 2843 ac_cv_c_inline=$ac_kw 2979 2844 else 2980 $as_echo "$as_me: failed program was:" >&52845 echo "$as_me: failed program was:" >&5 2981 2846 sed 's/^/| /' conftest.$ac_ext >&5 2982 2847 … … 2989 2854 2990 2855 fi 2991 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&52992 $as_echo "$ac_cv_c_inline" >&6; }2856 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 2857 echo "${ECHO_T}$ac_cv_c_inline" >&6; } 2993 2858 2994 2859 … … 3013 2878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3014 2879 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3015 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53016 $as_echo_n "checking how to run the C preprocessor..." >&6; }2880 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2881 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3017 2882 # On Suns, sometimes $CPP names a directory. 3018 2883 if test -n "$CPP" && test -d "$CPP"; then … … 3021 2886 if test -z "$CPP"; then 3022 2887 if test "${ac_cv_prog_CPP+set}" = set; then 3023 $as_echo_n "(cached)" >&62888 echo $ECHO_N "(cached) $ECHO_C" >&6 3024 2889 else 3025 2890 # Double quotes because CPP needs to be expanded … … 3053 2918 *) ac_try_echo=$ac_try;; 3054 2919 esac 3055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3056 $as_echo "$ac_try_echo") >&5 2920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3057 2921 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3058 2922 ac_status=$? … … 3060 2924 rm -f conftest.er1 3061 2925 cat conftest.err >&5 3062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3063 2927 (exit $ac_status); } >/dev/null && { 3064 2928 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3067 2931 : 3068 2932 else 3069 $as_echo "$as_me: failed program was:" >&52933 echo "$as_me: failed program was:" >&5 3070 2934 sed 's/^/| /' conftest.$ac_ext >&5 3071 2935 … … 3091 2955 *) ac_try_echo=$ac_try;; 3092 2956 esac 3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3094 $as_echo "$ac_try_echo") >&5 2957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3095 2958 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3096 2959 ac_status=$? … … 3098 2961 rm -f conftest.er1 3099 2962 cat conftest.err >&5 3100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3101 2964 (exit $ac_status); } >/dev/null && { 3102 2965 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3106 2969 continue 3107 2970 else 3108 $as_echo "$as_me: failed program was:" >&52971 echo "$as_me: failed program was:" >&5 3109 2972 sed 's/^/| /' conftest.$ac_ext >&5 3110 2973 … … 3131 2994 ac_cv_prog_CPP=$CPP 3132 2995 fi 3133 { $as_echo "$as_me:$LINENO: result: $CPP" >&53134 $as_echo "$CPP" >&6; }2996 { echo "$as_me:$LINENO: result: $CPP" >&5 2997 echo "${ECHO_T}$CPP" >&6; } 3135 2998 ac_preproc_ok=false 3136 2999 for ac_c_preproc_warn_flag in '' yes … … 3160 3023 *) ac_try_echo=$ac_try;; 3161 3024 esac 3162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3163 $as_echo "$ac_try_echo") >&5 3025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3164 3026 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3165 3027 ac_status=$? … … 3167 3029 rm -f conftest.er1 3168 3030 cat conftest.err >&5 3169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3170 3032 (exit $ac_status); } >/dev/null && { 3171 3033 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3174 3036 : 3175 3037 else 3176 $as_echo "$as_me: failed program was:" >&53038 echo "$as_me: failed program was:" >&5 3177 3039 sed 's/^/| /' conftest.$ac_ext >&5 3178 3040 … … 3198 3060 *) ac_try_echo=$ac_try;; 3199 3061 esac 3200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3201 $as_echo "$ac_try_echo") >&5 3062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3202 3063 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3203 3064 ac_status=$? … … 3205 3066 rm -f conftest.er1 3206 3067 cat conftest.err >&5 3207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3208 3069 (exit $ac_status); } >/dev/null && { 3209 3070 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3213 3074 continue 3214 3075 else 3215 $as_echo "$as_me: failed program was:" >&53076 echo "$as_me: failed program was:" >&5 3216 3077 sed 's/^/| /' conftest.$ac_ext >&5 3217 3078 … … 3229 3090 : 3230 3091 else 3231 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3233 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3092 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3234 3093 See \`config.log' for more details." >&5 3235 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3094 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3236 3095 See \`config.log' for more details." >&2;} 3237 { (exit 1); exit 1; }; } ; }3096 { (exit 1); exit 1; }; } 3238 3097 fi 3239 3098 … … 3245 3104 3246 3105 3247 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53248 $as_echo_n "checking for grep that handles long lines and -e..." >&6; }3106 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3107 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3249 3108 if test "${ac_cv_path_GREP+set}" = set; then 3250 $as_echo_n "(cached) " >&6 3251 else 3252 if test -z "$GREP"; 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 3253 3117 ac_path_GREP_found=false 3254 # Loop through the user's path and test for each of PROGNAME-LIST3255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3118 # Loop through the user's path and test for each of PROGNAME-LIST 3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3256 3120 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3257 3121 do … … 3259 3123 test -z "$as_dir" && as_dir=. 3260 3124 for ac_prog in grep ggrep; do 3261 for ac_exec_ext in '' $ac_executable_extensions; do3262 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3263 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3264 # Check for GNU ac_path_GREP and select it if it is found.3125 for ac_exec_ext in '' $ac_executable_extensions; do 3126 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3127 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3128 # Check for GNU ac_path_GREP and select it if it is found. 3265 3129 # Check for GNU $ac_path_GREP 3266 3130 case `"$ac_path_GREP" --version 2>&1` in … … 3269 3133 *) 3270 3134 ac_count=0 3271 $as_echo_n 0123456789>"conftest.in"3135 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3272 3136 while : 3273 3137 do … … 3275 3139 mv "conftest.tmp" "conftest.in" 3276 3140 cp "conftest.in" "conftest.nl" 3277 $as_echo 'GREP' >> "conftest.nl"3141 echo 'GREP' >> "conftest.nl" 3278 3142 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3279 3143 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3290 3154 esac 3291 3155 3292 $ac_path_GREP_found && break 3 3293 done3156 3157 $ac_path_GREP_found && break 3 3294 3158 done 3295 3159 done 3160 3161 done 3296 3162 IFS=$as_save_IFS 3297 if test -z "$ac_cv_path_GREP"; then 3298 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3299 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 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;} 3300 3171 { (exit 1); exit 1; }; } 3301 fi 3172 fi 3173 3302 3174 else 3303 3175 ac_cv_path_GREP=$GREP 3304 3176 fi 3305 3177 3306 fi 3307 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3308 $as_echo "$ac_cv_path_GREP" >&6; } 3178 3179 fi 3180 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3181 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3309 3182 GREP="$ac_cv_path_GREP" 3310 3183 3311 3184 3312 { $as_echo "$as_me:$LINENO: checking for egrep" >&53313 $as_echo_n "checking for egrep..." >&6; }3185 { echo "$as_me:$LINENO: checking for egrep" >&5 3186 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 3314 3187 if test "${ac_cv_path_EGREP+set}" = set; then 3315 $as_echo_n "(cached)" >&63188 echo $ECHO_N "(cached) $ECHO_C" >&6 3316 3189 else 3317 3190 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3318 3191 then ac_cv_path_EGREP="$GREP -E" 3319 3192 else 3320 if test -z "$EGREP"; then 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 3321 3199 ac_path_EGREP_found=false 3322 # Loop through the user's path and test for each of PROGNAME-LIST3323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3200 # Loop through the user's path and test for each of PROGNAME-LIST 3201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3324 3202 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3325 3203 do … … 3327 3205 test -z "$as_dir" && as_dir=. 3328 3206 for ac_prog in egrep; do 3329 for ac_exec_ext in '' $ac_executable_extensions; do3330 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3331 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3332 # Check for GNU ac_path_EGREP and select it if it is found.3207 for ac_exec_ext in '' $ac_executable_extensions; do 3208 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3209 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3210 # Check for GNU ac_path_EGREP and select it if it is found. 3333 3211 # Check for GNU $ac_path_EGREP 3334 3212 case `"$ac_path_EGREP" --version 2>&1` in … … 3337 3215 *) 3338 3216 ac_count=0 3339 $as_echo_n 0123456789>"conftest.in"3217 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3340 3218 while : 3341 3219 do … … 3343 3221 mv "conftest.tmp" "conftest.in" 3344 3222 cp "conftest.in" "conftest.nl" 3345 $as_echo 'EGREP' >> "conftest.nl"3223 echo 'EGREP' >> "conftest.nl" 3346 3224 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3347 3225 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3358 3236 esac 3359 3237 3360 $ac_path_EGREP_found && break 3 3361 done3238 3239 $ac_path_EGREP_found && break 3 3362 3240 done 3363 3241 done 3242 3243 done 3364 3244 IFS=$as_save_IFS 3365 if test -z "$ac_cv_path_EGREP"; then 3366 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3367 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 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;} 3368 3253 { (exit 1); exit 1; }; } 3369 fi 3254 fi 3255 3370 3256 else 3371 3257 ac_cv_path_EGREP=$EGREP 3372 3258 fi 3373 3259 3260 3374 3261 fi 3375 3262 fi 3376 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53377 $as_echo "$ac_cv_path_EGREP" >&6; }3263 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3264 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 3378 3265 EGREP="$ac_cv_path_EGREP" 3379 3266 3380 3267 3381 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&53382 $as_echo_n "checking for ANSI C header files..." >&6; }3268 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3269 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3383 3270 if test "${ac_cv_header_stdc+set}" = set; then 3384 $as_echo_n "(cached)" >&63271 echo $ECHO_N "(cached) $ECHO_C" >&6 3385 3272 else 3386 3273 cat >conftest.$ac_ext <<_ACEOF … … 3409 3296 *) ac_try_echo=$ac_try;; 3410 3297 esac 3411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3412 $as_echo "$ac_try_echo") >&5 3298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3413 3299 (eval "$ac_compile") 2>conftest.er1 3414 3300 ac_status=$? … … 3416 3302 rm -f conftest.er1 3417 3303 cat conftest.err >&5 3418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3419 3305 (exit $ac_status); } && { 3420 3306 test -z "$ac_c_werror_flag" || … … 3423 3309 ac_cv_header_stdc=yes 3424 3310 else 3425 $as_echo "$as_me: failed program was:" >&53311 echo "$as_me: failed program was:" >&5 3426 3312 sed 's/^/| /' conftest.$ac_ext >&5 3427 3313 … … 3515 3401 *) ac_try_echo=$ac_try;; 3516 3402 esac 3517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3518 $as_echo "$ac_try_echo") >&5 3403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3519 3404 (eval "$ac_link") 2>&5 3520 3405 ac_status=$? 3521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3522 3407 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3523 3408 { (case "(($ac_try" in … … 3525 3410 *) ac_try_echo=$ac_try;; 3526 3411 esac 3527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3528 $as_echo "$ac_try_echo") >&5 3412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3529 3413 (eval "$ac_try") 2>&5 3530 3414 ac_status=$? 3531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3532 3416 (exit $ac_status); }; }; then 3533 3417 : 3534 3418 else 3535 $as_echo "$as_me: program exited with status $ac_status" >&53536 $as_echo "$as_me: failed program was:" >&53419 echo "$as_me: program exited with status $ac_status" >&5 3420 echo "$as_me: failed program was:" >&5 3537 3421 sed 's/^/| /' conftest.$ac_ext >&5 3538 3422 … … 3540 3424 ac_cv_header_stdc=no 3541 3425 fi 3542 rm -rf conftest.dSYM3543 3426 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3544 3427 fi … … 3547 3430 fi 3548 3431 fi 3549 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53550 $as_echo "$ac_cv_header_stdc" >&6; }3432 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3433 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 3551 3434 if test $ac_cv_header_stdc = yes; then 3552 3435 … … 3570 3453 inttypes.h stdint.h unistd.h 3571 3454 do 3572 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`3573 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&53574 $as_echo_n "checking for $ac_header..." >&6; }3455 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3456 { echo "$as_me:$LINENO: checking for $ac_header" >&5 3457 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 3575 3458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3576 $as_echo_n "(cached)" >&63459 echo $ECHO_N "(cached) $ECHO_C" >&6 3577 3460 else 3578 3461 cat >conftest.$ac_ext <<_ACEOF … … 3592 3475 *) ac_try_echo=$ac_try;; 3593 3476 esac 3594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3595 $as_echo "$ac_try_echo") >&5 3477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3596 3478 (eval "$ac_compile") 2>conftest.er1 3597 3479 ac_status=$? … … 3599 3481 rm -f conftest.er1 3600 3482 cat conftest.err >&5 3601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53483 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3602 3484 (exit $ac_status); } && { 3603 3485 test -z "$ac_c_werror_flag" || … … 3606 3488 eval "$as_ac_Header=yes" 3607 3489 else 3608 $as_echo "$as_me: failed program was:" >&53490 echo "$as_me: failed program was:" >&5 3609 3491 sed 's/^/| /' conftest.$ac_ext >&5 3610 3492 … … 3614 3496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3615 3497 fi 3616 ac_res=`eval 'as_val=${'$as_ac_Header'} 3617 $as_echo "$as_val"'` 3618 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 3619 $as_echo "$ac_res" >&6; } 3620 as_val=`eval 'as_val=${'$as_ac_Header'} 3621 $as_echo "$as_val"'` 3622 if test "x$as_val" = x""yes; then 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 3623 3502 cat >>confdefs.h <<_ACEOF 3624 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 13503 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 3625 3504 _ACEOF 3626 3505 … … 3630 3509 3631 3510 3632 { $as_echo "$as_me:$LINENO: checking for size_t" >&53633 $as_echo_n "checking for size_t..." >&6; }3511 { echo "$as_me:$LINENO: checking for size_t" >&5 3512 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 3634 3513 if test "${ac_cv_type_size_t+set}" = set; then 3635 $as_echo_n "(cached) " >&6 3636 else 3637 ac_cv_type_size_t=no 3638 cat >conftest.$ac_ext <<_ACEOF 3514 echo $ECHO_N "(cached) $ECHO_C" >&6 3515 else 3516 cat >conftest.$ac_ext <<_ACEOF 3639 3517 /* confdefs.h. */ 3640 3518 _ACEOF … … 3643 3521 /* end confdefs.h. */ 3644 3522 $ac_includes_default 3523 typedef size_t ac__type_new_; 3645 3524 int 3646 3525 main () 3647 3526 { 3648 if (sizeof (size_t)) 3649 return 0; 3527 if ((ac__type_new_ *) 0) 3528 return 0; 3529 if (sizeof (ac__type_new_)) 3530 return 0; 3650 3531 ; 3651 3532 return 0; … … 3658 3539 *) ac_try_echo=$ac_try;; 3659 3540 esac 3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3661 $as_echo "$ac_try_echo") >&5 3541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3662 3542 (eval "$ac_compile") 2>conftest.er1 3663 3543 ac_status=$? … … 3665 3545 rm -f conftest.er1 3666 3546 cat conftest.err >&5 3667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53547 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3668 3548 (exit $ac_status); } && { 3669 3549 test -z "$ac_c_werror_flag" || 3670 3550 test ! -s conftest.err 3671 3551 } && test -s conftest.$ac_objext; then 3552 ac_cv_type_size_t=yes 3553 else 3554 echo "$as_me: failed program was:" >&5 3555 sed 's/^/| /' conftest.$ac_ext >&5 3556 3557 ac_cv_type_size_t=no 3558 fi 3559 3560 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 3565 : 3566 else 3567 3568 cat >>confdefs.h <<_ACEOF 3569 #define size_t unsigned int 3570 _ACEOF 3571 3572 fi 3573 3574 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 3575 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 3576 if test "${ac_cv_struct_tm+set}" = set; then 3577 echo $ECHO_N "(cached) $ECHO_C" >&6 3578 else 3672 3579 cat >conftest.$ac_ext <<_ACEOF 3673 3580 /* confdefs.h. */ … … 3676 3583 cat >>conftest.$ac_ext <<_ACEOF 3677 3584 /* end confdefs.h. */ 3678 $ac_includes_default 3585 #include <sys/types.h> 3586 #include <time.h> 3587 3679 3588 int 3680 3589 main () 3681 3590 { 3682 if (sizeof ((size_t))) 3683 return 0; 3591 struct tm tm; 3592 int *p = &tm.tm_sec; 3593 return !p; 3684 3594 ; 3685 3595 return 0; … … 3692 3602 *) ac_try_echo=$ac_try;; 3693 3603 esac 3694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3695 $as_echo "$ac_try_echo") >&5 3604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3696 3605 (eval "$ac_compile") 2>conftest.er1 3697 3606 ac_status=$? … … 3699 3608 rm -f conftest.er1 3700 3609 cat conftest.err >&5 3701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3702 (exit $ac_status); } && { 3703 test -z "$ac_c_werror_flag" || 3704 test ! -s conftest.err 3705 } && test -s conftest.$ac_objext; then 3706 : 3707 else 3708 $as_echo "$as_me: failed program was:" >&5 3709 sed 's/^/| /' conftest.$ac_ext >&5 3710 3711 ac_cv_type_size_t=yes 3712 fi 3713 3714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3715 else 3716 $as_echo "$as_me: failed program was:" >&5 3717 sed 's/^/| /' conftest.$ac_ext >&5 3718 3719 3720 fi 3721 3722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3723 fi 3724 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 3725 $as_echo "$ac_cv_type_size_t" >&6; } 3726 if test "x$ac_cv_type_size_t" = x""yes; then 3727 : 3728 else 3729 3730 cat >>confdefs.h <<_ACEOF 3731 #define size_t unsigned int 3732 _ACEOF 3733 3734 fi 3735 3736 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 3737 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 3738 if test "${ac_cv_struct_tm+set}" = set; then 3739 $as_echo_n "(cached) " >&6 3740 else 3741 cat >conftest.$ac_ext <<_ACEOF 3742 /* confdefs.h. */ 3743 _ACEOF 3744 cat confdefs.h >>conftest.$ac_ext 3745 cat >>conftest.$ac_ext <<_ACEOF 3746 /* end confdefs.h. */ 3747 #include <sys/types.h> 3748 #include <time.h> 3749 3750 int 3751 main () 3752 { 3753 struct tm tm; 3754 int *p = &tm.tm_sec; 3755 return !p; 3756 ; 3757 return 0; 3758 } 3759 _ACEOF 3760 rm -f conftest.$ac_objext 3761 if { (ac_try="$ac_compile" 3762 case "(($ac_try" in 3763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3764 *) ac_try_echo=$ac_try;; 3765 esac 3766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3767 $as_echo "$ac_try_echo") >&5 3768 (eval "$ac_compile") 2>conftest.er1 3769 ac_status=$? 3770 grep -v '^ *+' conftest.er1 >conftest.err 3771 rm -f conftest.er1 3772 cat conftest.err >&5 3773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3774 3611 (exit $ac_status); } && { 3775 3612 test -z "$ac_c_werror_flag" || … … 3778 3615 ac_cv_struct_tm=time.h 3779 3616 else 3780 $as_echo "$as_me: failed program was:" >&53617 echo "$as_me: failed program was:" >&5 3781 3618 sed 's/^/| /' conftest.$ac_ext >&5 3782 3619 … … 3786 3623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3787 3624 fi 3788 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&53789 $as_echo "$ac_cv_struct_tm" >&6; }3625 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 3626 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 3790 3627 if test $ac_cv_struct_tm = sys/time.h; then 3791 3628 … … 3797 3634 3798 3635 if test $ac_cv_c_compiler_gnu = yes; then 3799 { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&53800 $as_echo_n "checking whether $CC needs -traditional..." >&6; }3636 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 3637 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } 3801 3638 if test "${ac_cv_prog_gcc_traditional+set}" = set; then 3802 $as_echo_n "(cached)" >&63639 echo $ECHO_N "(cached) $ECHO_C" >&6 3803 3640 else 3804 3641 ac_pattern="Autoconf.*'x'" … … 3839 3676 fi 3840 3677 fi 3841 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&53842 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }3678 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 3679 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } 3843 3680 if test $ac_cv_prog_gcc_traditional = yes; then 3844 3681 CC="$CC -traditional" … … 3860 3697 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3861 3698 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3862 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53863 $as_echo_n "checking for $ac_word..." >&6; }3699 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3864 3701 if test "${ac_cv_prog_CXX+set}" = set; then 3865 $as_echo_n "(cached)" >&63702 echo $ECHO_N "(cached) $ECHO_C" >&6 3866 3703 else 3867 3704 if test -n "$CXX"; then … … 3876 3713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3877 3714 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3878 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3879 3716 break 2 3880 3717 fi … … 3887 3724 CXX=$ac_cv_prog_CXX 3888 3725 if test -n "$CXX"; then 3889 { $as_echo "$as_me:$LINENO: result: $CXX" >&53890 $as_echo "$CXX" >&6; }3891 else 3892 { $as_echo "$as_me:$LINENO: result: no" >&53893 $as_echo "no" >&6; }3726 { echo "$as_me:$LINENO: result: $CXX" >&5 3727 echo "${ECHO_T}$CXX" >&6; } 3728 else 3729 { echo "$as_me:$LINENO: result: no" >&5 3730 echo "${ECHO_T}no" >&6; } 3894 3731 fi 3895 3732 … … 3904 3741 # Extract the first word of "$ac_prog", so it can be a program name with args. 3905 3742 set dummy $ac_prog; ac_word=$2 3906 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53907 $as_echo_n "checking for $ac_word..." >&6; }3743 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3908 3745 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3909 $as_echo_n "(cached)" >&63746 echo $ECHO_N "(cached) $ECHO_C" >&6 3910 3747 else 3911 3748 if test -n "$ac_ct_CXX"; then … … 3920 3757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3921 3758 ac_cv_prog_ac_ct_CXX="$ac_prog" 3922 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53759 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3923 3760 break 2 3924 3761 fi … … 3931 3768 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3932 3769 if test -n "$ac_ct_CXX"; then 3933 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53934 $as_echo "$ac_ct_CXX" >&6; }3935 else 3936 { $as_echo "$as_me:$LINENO: result: no" >&53937 $as_echo "no" >&6; }3770 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3771 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3772 else 3773 { echo "$as_me:$LINENO: result: no" >&5 3774 echo "${ECHO_T}no" >&6; } 3938 3775 fi 3939 3776 … … 3947 3784 case $cross_compiling:$ac_tool_warned in 3948 3785 yes:) 3949 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 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 3792 ac_tool_warned=yes ;; 3952 3793 esac … … 3958 3799 fi 3959 3800 # Provide some information about the compiler. 3960 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3961 set X $ac_compile 3962 ac_compiler=$2 3801 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3802 ac_compiler=`set X $ac_compile; echo $2` 3963 3803 { (ac_try="$ac_compiler --version >&5" 3964 3804 case "(($ac_try" in … … 3966 3806 *) ac_try_echo=$ac_try;; 3967 3807 esac 3968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3969 $as_echo "$ac_try_echo") >&5 3808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3970 3809 (eval "$ac_compiler --version >&5") 2>&5 3971 3810 ac_status=$? 3972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3973 3812 (exit $ac_status); } 3974 3813 { (ac_try="$ac_compiler -v >&5" … … 3977 3816 *) ac_try_echo=$ac_try;; 3978 3817 esac 3979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3980 $as_echo "$ac_try_echo") >&5 3818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3981 3819 (eval "$ac_compiler -v >&5") 2>&5 3982 3820 ac_status=$? 3983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3984 3822 (exit $ac_status); } 3985 3823 { (ac_try="$ac_compiler -V >&5" … … 3988 3826 *) ac_try_echo=$ac_try;; 3989 3827 esac 3990 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3991 $as_echo "$ac_try_echo") >&5 3828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3992 3829 (eval "$ac_compiler -V >&5") 2>&5 3993 3830 ac_status=$? 3994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53831 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3995 3832 (exit $ac_status); } 3996 3833 3997 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53998 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3834 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3835 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3999 3836 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 4000 $as_echo_n "(cached)" >&63837 echo $ECHO_N "(cached) $ECHO_C" >&6 4001 3838 else 4002 3839 cat >conftest.$ac_ext <<_ACEOF … … 4024 3861 *) ac_try_echo=$ac_try;; 4025 3862 esac 4026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4027 $as_echo "$ac_try_echo") >&5 3863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4028 3864 (eval "$ac_compile") 2>conftest.er1 4029 3865 ac_status=$? … … 4031 3867 rm -f conftest.er1 4032 3868 cat conftest.err >&5 4033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4034 3870 (exit $ac_status); } && { 4035 3871 test -z "$ac_cxx_werror_flag" || … … 4038 3874 ac_compiler_gnu=yes 4039 3875 else 4040 $as_echo "$as_me: failed program was:" >&53876 echo "$as_me: failed program was:" >&5 4041 3877 sed 's/^/| /' conftest.$ac_ext >&5 4042 3878 … … 4048 3884 4049 3885 fi 4050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4051 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4052 if test $ac_compiler_gnu = yes; then 4053 GXX=yes 4054 else 4055 GXX= 4056 fi 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` 4057 3889 ac_test_CXXFLAGS=${CXXFLAGS+set} 4058 3890 ac_save_CXXFLAGS=$CXXFLAGS 4059 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&54060 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3891 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3892 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 4061 3893 if test "${ac_cv_prog_cxx_g+set}" = set; then 4062 $as_echo_n "(cached)" >&63894 echo $ECHO_N "(cached) $ECHO_C" >&6 4063 3895 else 4064 3896 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 4087 3919 *) ac_try_echo=$ac_try;; 4088 3920 esac 4089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4090 $as_echo "$ac_try_echo") >&5 3921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4091 3922 (eval "$ac_compile") 2>conftest.er1 4092 3923 ac_status=$? … … 4094 3925 rm -f conftest.er1 4095 3926 cat conftest.err >&5 4096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4097 3928 (exit $ac_status); } && { 4098 3929 test -z "$ac_cxx_werror_flag" || … … 4101 3932 ac_cv_prog_cxx_g=yes 4102 3933 else 4103 $as_echo "$as_me: failed program was:" >&53934 echo "$as_me: failed program was:" >&5 4104 3935 sed 's/^/| /' conftest.$ac_ext >&5 4105 3936 … … 4126 3957 *) ac_try_echo=$ac_try;; 4127 3958 esac 4128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4129 $as_echo "$ac_try_echo") >&5 3959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4130 3960 (eval "$ac_compile") 2>conftest.er1 4131 3961 ac_status=$? … … 4133 3963 rm -f conftest.er1 4134 3964 cat conftest.err >&5 4135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53965 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4136 3966 (exit $ac_status); } && { 4137 3967 test -z "$ac_cxx_werror_flag" || … … 4140 3970 : 4141 3971 else 4142 $as_echo "$as_me: failed program was:" >&53972 echo "$as_me: failed program was:" >&5 4143 3973 sed 's/^/| /' conftest.$ac_ext >&5 4144 3974 … … 4166 3996 *) ac_try_echo=$ac_try;; 4167 3997 esac 4168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4169 $as_echo "$ac_try_echo") >&5 3998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4170 3999 (eval "$ac_compile") 2>conftest.er1 4171 4000 ac_status=$? … … 4173 4002 rm -f conftest.er1 4174 4003 cat conftest.err >&5 4175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4176 4005 (exit $ac_status); } && { 4177 4006 test -z "$ac_cxx_werror_flag" || … … 4180 4009 ac_cv_prog_cxx_g=yes 4181 4010 else 4182 $as_echo "$as_me: failed program was:" >&54011 echo "$as_me: failed program was:" >&5 4183 4012 sed 's/^/| /' conftest.$ac_ext >&5 4184 4013 … …
