2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.62.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
43 # Printing a long string crashes Solaris 7 /usr/bin/printf.
44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 # Support unset when possible.
82 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
90 # We need space, tab and new line, in precisely that order. Quoting is
91 # there to prevent editors from complaining about space-tab.
92 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
93 # splitting by setting IFS to empty value.)
96 # Find who we are. Look in the path if we contain no directory separator.
98 *[\\/]* ) as_myself=$0 ;;
99 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
103 test -z "$as_dir" && as_dir=.
104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
110 # We did not find ourselves, most probably we were run as `sh COMMAND'
111 # in which case we are not to be found in the path.
112 if test "x$as_myself" = x; then
115 if test ! -f "$as_myself"; then
116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 { (exit 1); exit 1; }
120 # Work around bugs in pre-3.0 UWIN ksh.
121 for as_var in ENV MAIL MAILPATH
122 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
134 # Required to use basename.
135 if expr a : '\(a\)' >/dev/null 2>&1 &&
136 test "X`expr 00001 : '.*\(...\)'`" = X001; then
142 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
149 # Name of the executable.
150 as_me=`$as_basename -- "$0" ||
151 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152 X"$0" : 'X\(//\)$' \| \
153 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
155 sed '/^.*\/\([^/][^/]*\)\/*$/{
173 if test "x$CONFIG_SHELL" = x; then
174 if (eval ":") 2>/dev/null; then
180 if test $as_have_required = yes && (eval ":
190 as_func_ret_success () {
193 as_func_ret_failure () {
198 if as_func_success; then
202 echo as_func_success failed.
205 if as_func_failure; then
207 echo as_func_failure succeeded.
210 if as_func_ret_success; then
214 echo as_func_ret_success failed.
217 if as_func_ret_failure; then
219 echo as_func_ret_failure succeeded.
222 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 echo positional parameters were not saved.
229 test \$exitcode = 0) || { (exit 1); exit 1; }
234 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236 ") 2> /dev/null; then
240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 test -z "$as_dir" && as_dir=.
247 for as_base in sh bash ksh sh5; do
248 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
255 for as_shell in $as_candidate_shells $SHELL; do
256 # Try only shells that exist, to save several forks.
257 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258 { ("$as_shell") 2> /dev/null <<\_ASEOF
259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
267 case `(set -o) 2>/dev/null` in
268 *posix*) set -o posix ;;
277 CONFIG_SHELL=$as_shell
279 if { "$as_shell" 2> /dev/null <<\_ASEOF
280 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284 # is contrary to our usage. Disable this feature.
285 alias -g '${1+"$@"}'='"$@"'
288 case `(set -o) 2>/dev/null` in
289 *posix*) set -o posix ;;
305 as_func_ret_success () {
308 as_func_ret_failure () {
313 if as_func_success; then
317 echo as_func_success failed.
320 if as_func_failure; then
322 echo as_func_failure succeeded.
325 if as_func_ret_success; then
329 echo as_func_ret_success failed.
332 if as_func_ret_failure; then
334 echo as_func_ret_failure succeeded.
337 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 echo positional parameters were not saved.
344 test $exitcode = 0) || { (exit 1); exit 1; }
349 test "x$as_lineno_1" != "x$as_lineno_2" &&
350 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
361 if test "x$CONFIG_SHELL" != x; then
362 for as_var in BASH_ENV ENV
363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
370 if test $as_have_required = no; then
371 echo This script requires a shell more modern than all the
372 echo shells that I found on your system. Please install a
373 echo modern shell, or manually run the script under such a
374 echo shell if you do have one.
375 { (exit 1); exit 1; }
385 (eval "as_func_return () {
394 as_func_ret_success () {
397 as_func_ret_failure () {
402 if as_func_success; then
406 echo as_func_success failed.
409 if as_func_failure; then
411 echo as_func_failure succeeded.
414 if as_func_ret_success; then
418 echo as_func_ret_success failed.
421 if as_func_ret_failure; then
423 echo as_func_ret_failure succeeded.
426 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 echo positional parameters were not saved.
433 test \$exitcode = 0") || {
434 echo No shell found that supports shell functions.
435 echo Please tell bug-autoconf@gnu.org about your system,
436 echo including any error possibly output before this message.
437 echo This can help us improve future autoconf versions.
438 echo Configuration will now proceed without shell functions.
445 test "x$as_lineno_1" != "x$as_lineno_2" &&
446 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
448 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449 # uniformly replaced by the line number. The first 'sed' inserts a
450 # line-number line after each line using $LINENO; the second 'sed'
451 # does the real work. The second script uses 'N' to pair each
452 # line-number line with the line containing $LINENO, and appends
453 # trailing '-' during substitution so that $LINENO is not a special
455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
456 # scripts with optimization help from Paolo Bonzini. Blame Lee
457 # E. McMahon (1931-1989) for sed's syntax. :-)
469 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
473 chmod +x "$as_me.lineno" ||
474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475 { (exit 1); exit 1; }; }
477 # Don't try to exec as it changes $[0], causing all sort of problems
478 # (the dirname of $[0] is not the place where we might find the
479 # original and so on. Autoconf is especially sensitive to this).
481 # Exit status is that of the last command.
486 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
492 ECHO_C= ECHO_N= ECHO_T=
496 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
502 if expr a : '\(a\)' >/dev/null 2>&1 &&
503 test "X`expr 00001 : '.*\(...\)'`" = X001; then
509 rm -f conf$$ conf$$.exe conf$$.file
510 if test -d conf$$.dir; then
511 rm -f conf$$.dir/conf$$.file
514 mkdir conf$$.dir 2>/dev/null
516 if (echo >conf$$.file) 2>/dev/null; then
517 if ln -s conf$$.file conf$$ 2>/dev/null; then
519 # ... but there are two gotchas:
520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
522 # In both cases, we have to default to `cp -p'.
523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
525 elif ln conf$$.file conf$$ 2>/dev/null; then
533 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534 rmdir conf$$.dir 2>/dev/null
536 if mkdir -p . 2>/dev/null; then
539 test -d ./-p && rmdir ./-p
543 if test -x / >/dev/null 2>&1; then
546 if ls -dL / >/dev/null 2>&1; then
553 if test -d "$1"; then
559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
560 ???[sx]*):;;*)false;;esac;fi
564 as_executable_p=$as_test_x
566 # Sed expression to map a string onto a valid CPP name.
567 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
569 # Sed expression to map a string onto a valid variable name.
570 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
574 exec 7<&0 </dev/null 6>&1
577 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
578 # so uname gets run too.
579 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 ac_default_prefix=/usr/local
586 ac_config_libobj_dir=.
592 SHELL=${CONFIG_SHELL-/bin/sh}
594 # Identity of this package.
601 ac_unique_file="configure.in"
602 # Factoring default headers for most tests.
603 ac_includes_default="\
605 #ifdef HAVE_SYS_TYPES_H
606 # include <sys/types.h>
608 #ifdef HAVE_SYS_STAT_H
609 # include <sys/stat.h>
615 # ifdef HAVE_STDLIB_H
620 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
625 #ifdef HAVE_STRINGS_H
626 # include <strings.h>
628 #ifdef HAVE_INTTYPES_H
629 # include <inttypes.h>
647 program_transform_name
688 INSTALL_STRIP_PROGRAM
697 MAINTAINER_MODE_FALSE
800 enable_option_checking
801 enable_maintainer_mode
802 enable_dependency_tracking
809 ac_precious_vars='build_alias
835 # Initialize some variables set by options.
837 ac_init_version=false
838 ac_unrecognized_opts=
840 # The variables have the same names as the options, with
841 # dashes changed to underlines.
849 program_transform_name=s,x,x,
857 # Installation directory options.
858 # These are left unexpanded so users can "make install exec_prefix=/foo"
859 # and all the variables that are supposed to be based on exec_prefix
860 # by default will actually change.
861 # Use braces instead of parens because sh, perl, etc. also accept them.
862 # (The list follows the same order as the GNU Coding Standards.)
863 bindir='${exec_prefix}/bin'
864 sbindir='${exec_prefix}/sbin'
865 libexecdir='${exec_prefix}/libexec'
866 datarootdir='${prefix}/share'
867 datadir='${datarootdir}'
868 sysconfdir='${prefix}/etc'
869 sharedstatedir='${prefix}/com'
870 localstatedir='${prefix}/var'
871 includedir='${prefix}/include'
872 oldincludedir='/usr/include'
873 docdir='${datarootdir}/doc/${PACKAGE}'
874 infodir='${datarootdir}/info'
879 libdir='${exec_prefix}/lib'
880 localedir='${datarootdir}/locale'
881 mandir='${datarootdir}/man'
887 # If the previous option needs an argument, assign it.
888 if test -n "$ac_prev"; then
889 eval $ac_prev=\$ac_option
895 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 # Accept the important Cygnus configure options, so we can diagnose typos.
901 case $ac_dashdash$ac_option in
905 -bindir | --bindir | --bindi | --bind | --bin | --bi)
907 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
910 -build | --build | --buil | --bui | --bu)
911 ac_prev=build_alias ;;
912 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
913 build_alias=$ac_optarg ;;
915 -cache-file | --cache-file | --cache-fil | --cache-fi \
916 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
917 ac_prev=cache_file ;;
918 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
919 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
920 cache_file=$ac_optarg ;;
923 cache_file=config.cache ;;
925 -datadir | --datadir | --datadi | --datad)
927 -datadir=* | --datadir=* | --datadi=* | --datad=*)
928 datadir=$ac_optarg ;;
930 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
931 | --dataroo | --dataro | --datar)
932 ac_prev=datarootdir ;;
933 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
934 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
935 datarootdir=$ac_optarg ;;
937 -disable-* | --disable-*)
938 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
939 # Reject names that are not valid shell variable names.
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
942 { (exit 1); exit 1; }; }
943 ac_useropt_orig=$ac_useropt
944 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945 case $ac_user_opts in
949 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
950 ac_unrecognized_sep=', ';;
952 eval enable_$ac_useropt=no ;;
954 -docdir | --docdir | --docdi | --doc | --do)
956 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 -enable-* | --enable-*)
965 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
966 # Reject names that are not valid shell variable names.
967 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
968 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
969 { (exit 1); exit 1; }; }
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
979 eval enable_$ac_useropt=\$ac_optarg ;;
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
988 exec_prefix=$ac_optarg ;;
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
994 -help | --help | --hel | --he | -h)
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
1001 -host | --host | --hos | --ho)
1002 ac_prev=host_alias ;;
1003 -host=* | --host=* | --hos=* | --ho=*)
1004 host_alias=$ac_optarg ;;
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 htmldir=$ac_optarg ;;
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
1017 includedir=$ac_optarg ;;
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1022 infodir=$ac_optarg ;;
1024 -libdir | --libdir | --libdi | --libd)
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1027 libdir=$ac_optarg ;;
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
1034 libexecdir=$ac_optarg ;;
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
1042 | --localstate | --localstat | --localsta | --localst | --locals)
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1046 localstatedir=$ac_optarg ;;
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1051 mandir=$ac_optarg ;;
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1058 | --no-cr | --no-c | -n)
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1072 oldincludedir=$ac_optarg ;;
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1077 prefix=$ac_optarg ;;
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1084 program_prefix=$ac_optarg ;;
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1091 program_suffix=$ac_optarg ;;
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
1108 program_transform_name=$ac_optarg ;;
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1115 -psdir | --psdir | --psdi | --psd | --ps)
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1124 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 sbindir=$ac_optarg ;;
1130 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1131 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1132 | --sharedst | --shareds | --shared | --share | --shar \
1134 ac_prev=sharedstatedir ;;
1135 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1136 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1137 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 sharedstatedir=$ac_optarg ;;
1141 -site | --site | --sit)
1143 -site=* | --site=* | --sit=*)
1146 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1149 srcdir=$ac_optarg ;;
1151 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1152 | --syscon | --sysco | --sysc | --sys | --sy)
1153 ac_prev=sysconfdir ;;
1154 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1155 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1156 sysconfdir=$ac_optarg ;;
1158 -target | --target | --targe | --targ | --tar | --ta | --t)
1159 ac_prev=target_alias ;;
1160 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1161 target_alias=$ac_optarg ;;
1163 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 -version | --version | --versio | --versi | --vers | -V)
1167 ac_init_version=: ;;
1170 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1171 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1173 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1174 { (exit 1); exit 1; }; }
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1184 eval with_$ac_useropt=\$ac_optarg ;;
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1191 { (exit 1); exit 1; }; }
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1201 eval with_$ac_useropt=no ;;
1204 # Obsolete; use --with-x.
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1222 Try \`$0 --help' for more information." >&2
1223 { (exit 1); exit 1; }; }
1227 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1228 # Reject names that are not valid shell variable names.
1229 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1230 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1231 { (exit 1); exit 1; }; }
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1249 { (exit 1); exit 1; }; }
1252 if test -n "$ac_unrecognized_opts"; then
1253 case $enable_option_checking in
1255 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
1256 { (exit 1); exit 1; }; } ;;
1257 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
1261 # Check all directory arguments for consistency.
1262 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1263 datadir sysconfdir sharedstatedir localstatedir includedir \
1264 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1265 libdir localedir mandir
1267 eval ac_val=\$$ac_var
1268 # Remove trailing slashes.
1271 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1272 eval $ac_var=\$ac_val;;
1274 # Be sure to have absolute directory names.
1276 [\\/$]* | ?:[\\/]* ) continue;;
1277 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1279 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1280 { (exit 1); exit 1; }; }
1283 # There might be people who depend on the old broken behavior: `$host'
1284 # used to hold the argument of --host etc.
1285 # FIXME: To remove some day.
1288 target=$target_alias
1290 # FIXME: To remove some day.
1291 if test "x$host_alias" != x; then
1292 if test "x$build_alias" = x; then
1293 cross_compiling=maybe
1294 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1295 If a cross compiler is detected then cross compile mode will be used." >&2
1296 elif test "x$build_alias" != "x$host_alias"; then
1302 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1304 test "$silent" = yes && exec 6>/dev/null
1307 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1308 ac_ls_di=`ls -di .` &&
1309 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1310 { $as_echo "$as_me: error: Working directory cannot be determined" >&2
1311 { (exit 1); exit 1; }; }
1312 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1313 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1314 { (exit 1); exit 1; }; }
1317 # Find the source files, if location was not specified.
1318 if test -z "$srcdir"; then
1319 ac_srcdir_defaulted=yes
1320 # Try the directory containing this script, then the parent directory.
1321 ac_confdir=`$as_dirname -- "$as_myself" ||
1322 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323 X"$as_myself" : 'X\(//\)[^/]' \| \
1324 X"$as_myself" : 'X\(//\)$' \| \
1325 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1326 $as_echo X"$as_myself" |
1327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1349 ac_srcdir_defaulted=no
1351 if test ! -r "$srcdir/$ac_unique_file"; then
1352 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1353 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1354 { (exit 1); exit 1; }; }
1356 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1358 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1359 { (exit 1); exit 1; }; }
1361 # When building in place, set srcdir=.
1362 if test "$ac_abs_confdir" = "$ac_pwd"; then
1365 # Remove unnecessary trailing slashes from srcdir.
1366 # Double slashes in file names in object file debugging info
1367 # mess up M-x gdb in Emacs.
1369 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1371 for ac_var in $ac_precious_vars; do
1372 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1373 eval ac_env_${ac_var}_value=\$${ac_var}
1374 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1375 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1379 # Report the --help message.
1381 if test "$ac_init_help" = "long"; then
1382 # Omit some internal or obsolete options to make the list less imposing.
1383 # This message is too long to be a string in the A/UX 3.1 sh.
1385 \`configure' configures this package to adapt to many kinds of systems.
1387 Usage: $0 [OPTION]... [VAR=VALUE]...
1389 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1390 VAR=VALUE. See below for descriptions of some of the useful variables.
1392 Defaults for the options are specified in brackets.
1395 -h, --help display this help and exit
1396 --help=short display options specific to this package
1397 --help=recursive display the short help of all the included packages
1398 -V, --version display version information and exit
1399 -q, --quiet, --silent do not print \`checking...' messages
1400 --cache-file=FILE cache test results in FILE [disabled]
1401 -C, --config-cache alias for \`--cache-file=config.cache'
1402 -n, --no-create do not create output files
1403 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1405 Installation directories:
1406 --prefix=PREFIX install architecture-independent files in PREFIX
1407 [$ac_default_prefix]
1408 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1411 By default, \`make install' will install all the files in
1412 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1413 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1414 for instance \`--prefix=\$HOME'.
1416 For better control, use the options below.
1418 Fine tuning of the installation directories:
1419 --bindir=DIR user executables [EPREFIX/bin]
1420 --sbindir=DIR system admin executables [EPREFIX/sbin]
1421 --libexecdir=DIR program executables [EPREFIX/libexec]
1422 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1423 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1424 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1425 --libdir=DIR object code libraries [EPREFIX/lib]
1426 --includedir=DIR C header files [PREFIX/include]
1427 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1428 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1429 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1430 --infodir=DIR info documentation [DATAROOTDIR/info]
1431 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1432 --mandir=DIR man documentation [DATAROOTDIR/man]
1433 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1434 --htmldir=DIR html documentation [DOCDIR]
1435 --dvidir=DIR dvi documentation [DOCDIR]
1436 --pdfdir=DIR pdf documentation [DOCDIR]
1437 --psdir=DIR ps documentation [DOCDIR]
1443 --program-prefix=PREFIX prepend PREFIX to installed program names
1444 --program-suffix=SUFFIX append SUFFIX to installed program names
1445 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1448 --build=BUILD configure for building on BUILD [guessed]
1449 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1453 if test -n "$ac_init_help"; then
1458 --disable-option-checking ignore unrecognized --enable/--with options
1459 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1460 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1461 --enable-maintainer-mode enable make rules and dependencies not useful
1462 (and sometimes confusing) to the casual installer
1463 --disable-dependency-tracking speeds up one-time build
1464 --enable-dependency-tracking do not reject slow dependency extractors
1465 --enable-trace Enable generation of IO traces (warning: hurts
1467 --enable-watch Enable watchpoints in the debugger (warning: hurts
1469 --enable-sh4stats Enable statistics on executed sh4 instructions
1472 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1473 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1474 --with-osmesa Build with the osmesa GL library (software
1476 --with-gtk Build with the GTK UI. Default on X11 systems
1478 Some influential environment variables:
1479 CC C compiler command
1480 CFLAGS C compiler flags
1481 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1482 nonstandard directory <lib dir>
1483 LIBS libraries to pass to the linker, e.g. -l<library>
1484 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1485 you have headers in a nonstandard directory <include dir>
1486 CCAS assembler compiler command (defaults to CC)
1487 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1489 PKG_CONFIG path to pkg-config utility
1491 C compiler flags for LIBPNG, overriding pkg-config
1492 LIBPNG_LIBS linker flags for LIBPNG, overriding pkg-config
1493 GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1494 GLIB_LIBS linker flags for GLIB, overriding pkg-config
1495 GTK_CFLAGS C compiler flags for GTK, overriding pkg-config
1496 GTK_LIBS linker flags for GTK, overriding pkg-config
1498 C compiler flags for PULSE, overriding pkg-config
1499 PULSE_LIBS linker flags for PULSE, overriding pkg-config
1501 C compiler flags for ESOUND, overriding pkg-config
1502 ESOUND_LIBS linker flags for ESOUND, overriding pkg-config
1503 ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config
1504 ALSA_LIBS linker flags for ALSA, overriding pkg-config
1506 Use these variables to override the choices made by `configure' or to help
1507 it to find libraries and programs with nonstandard names/locations.
1513 if test "$ac_init_help" = "recursive"; then
1514 # If there are subdirs, report their specific --help.
1515 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1516 test -d "$ac_dir" ||
1517 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1522 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1524 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1525 # A ".." for each directory in $ac_dir_suffix.
1526 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1527 case $ac_top_builddir_sub in
1528 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1529 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1532 ac_abs_top_builddir=$ac_pwd
1533 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1534 # for backward compatibility:
1535 ac_top_builddir=$ac_top_build_prefix
1538 .) # We are building in place.
1540 ac_top_srcdir=$ac_top_builddir_sub
1541 ac_abs_top_srcdir=$ac_pwd ;;
1542 [\\/]* | ?:[\\/]* ) # Absolute name.
1543 ac_srcdir=$srcdir$ac_dir_suffix;
1544 ac_top_srcdir=$srcdir
1545 ac_abs_top_srcdir=$srcdir ;;
1547 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1548 ac_top_srcdir=$ac_top_build_prefix$srcdir
1549 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1551 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1553 cd "$ac_dir" || { ac_status=$?; continue; }
1554 # Check for guested configure.
1555 if test -f "$ac_srcdir/configure.gnu"; then
1557 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1558 elif test -f "$ac_srcdir/configure"; then
1560 $SHELL "$ac_srcdir/configure" --help=recursive
1562 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1564 cd "$ac_pwd" || { ac_status=$?; break; }
1568 test -n "$ac_init_help" && exit $ac_status
1569 if $ac_init_version; then
1572 generated by GNU Autoconf 2.62
1574 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1575 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1576 This configure script is free software; the Free Software Foundation
1577 gives unlimited permission to copy, distribute and modify it.
1581 cat >config.log <<_ACEOF
1582 This file contains any messages produced by compilers while
1583 running configure, to aid debugging if configure makes a mistake.
1585 It was created by $as_me, which was
1586 generated by GNU Autoconf 2.62. Invocation command line was
1598 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1599 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1600 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1601 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1602 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1604 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1605 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1607 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1608 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1609 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1610 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1611 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1612 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1613 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1621 test -z "$as_dir" && as_dir=.
1622 $as_echo "PATH: $as_dir"
1638 # Keep a trace of the command line.
1639 # Strip out --no-create and --no-recursion so they do not pile up.
1640 # Strip out --silent because we don't want to record it for future runs.
1641 # Also quote any args containing shell meta-characters.
1642 # Make two passes to allow for proper duplicate-argument suppression.
1646 ac_must_keep_next=false
1652 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1653 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1654 | -silent | --silent | --silen | --sile | --sil)
1657 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1660 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1662 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1663 if test $ac_must_keep_next = true; then
1664 ac_must_keep_next=false # Got value, back to normal.
1667 *=* | --config-cache | -C | -disable-* | --disable-* \
1668 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1669 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1670 | -with-* | --with-* | -without-* | --without-* | --x)
1671 case "$ac_configure_args0 " in
1672 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1675 -* ) ac_must_keep_next=true ;;
1678 ac_configure_args="$ac_configure_args '$ac_arg'"
1683 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1684 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1686 # When interrupted or exit'd, cleanup temporary files, and complete
1687 # config.log. We remove comments because anyway the quotes in there
1688 # would cause problems or look ugly.
1689 # WARNING: Use '\'' to represent an apostrophe within the trap.
1690 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1691 trap 'exit_status=$?
1692 # Save into config.log some information that might help in debugging.
1697 ## ---------------- ##
1698 ## Cache variables. ##
1699 ## ---------------- ##
1702 # The following way of writing the cache mishandles newlines in values,
1704 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1705 eval ac_val=\$$ac_var
1709 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1710 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1713 _ | IFS | as_nl) ;; #(
1714 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1715 *) $as_unset $ac_var ;;
1720 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1721 *${as_nl}ac_space=\ *)
1723 "s/'\''/'\''\\\\'\'''\''/g;
1724 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1727 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1735 ## ----------------- ##
1736 ## Output variables. ##
1737 ## ----------------- ##
1740 for ac_var in $ac_subst_vars
1742 eval ac_val=\$$ac_var
1744 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1746 $as_echo "$ac_var='\''$ac_val'\''"
1750 if test -n "$ac_subst_files"; then
1752 ## ------------------- ##
1753 ## File substitutions. ##
1754 ## ------------------- ##
1757 for ac_var in $ac_subst_files
1759 eval ac_val=\$$ac_var
1761 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1763 $as_echo "$ac_var='\''$ac_val'\''"
1768 if test -s confdefs.h; then
1778 test "$ac_signal" != 0 &&
1779 $as_echo "$as_me: caught signal $ac_signal"
1780 $as_echo "$as_me: exit $exit_status"
1782 rm -f core *.core core.conftest.* &&
1783 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1786 for ac_signal in 1 2 13 15; do
1787 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1791 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1792 rm -f -r conftest* confdefs.h
1794 # Predefined preprocessor variables.
1796 cat >>confdefs.h <<_ACEOF
1797 #define PACKAGE_NAME "$PACKAGE_NAME"
1801 cat >>confdefs.h <<_ACEOF
1802 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1806 cat >>confdefs.h <<_ACEOF
1807 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1811 cat >>confdefs.h <<_ACEOF
1812 #define PACKAGE_STRING "$PACKAGE_STRING"
1816 cat >>confdefs.h <<_ACEOF
1817 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1821 # Let the site file select an alternate cache file if it wants to.
1822 # Prefer an explicitly selected file to automatically selected ones.
1825 if test -n "$CONFIG_SITE"; then
1826 ac_site_file1=$CONFIG_SITE
1827 elif test "x$prefix" != xNONE; then
1828 ac_site_file1=$prefix/share/config.site
1829 ac_site_file2=$prefix/etc/config.site
1831 ac_site_file1=$ac_default_prefix/share/config.site
1832 ac_site_file2=$ac_default_prefix/etc/config.site
1834 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1836 test "x$ac_site_file" = xNONE && continue
1837 if test -r "$ac_site_file"; then
1838 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1839 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1840 sed 's/^/| /' "$ac_site_file" >&5
1845 if test -r "$cache_file"; then
1846 # Some versions of bash will fail to source /dev/null (special
1847 # files actually), so we avoid doing that.
1848 if test -f "$cache_file"; then
1849 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1850 $as_echo "$as_me: loading cache $cache_file" >&6;}
1852 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1853 *) . "./$cache_file";;
1857 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1858 $as_echo "$as_me: creating cache $cache_file" >&6;}
1862 # Check that the precious variables saved in the cache have kept the same
1864 ac_cache_corrupted=false
1865 for ac_var in $ac_precious_vars; do
1866 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1867 eval ac_new_set=\$ac_env_${ac_var}_set
1868 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1869 eval ac_new_val=\$ac_env_${ac_var}_value
1870 case $ac_old_set,$ac_new_set in
1872 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1873 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1874 ac_cache_corrupted=: ;;
1876 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1877 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1878 ac_cache_corrupted=: ;;
1881 if test "x$ac_old_val" != "x$ac_new_val"; then
1882 # differences in whitespace do not lead to failure.
1883 ac_old_val_w=`echo x $ac_old_val`
1884 ac_new_val_w=`echo x $ac_new_val`
1885 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1886 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1887 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1888 ac_cache_corrupted=:
1890 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1891 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1892 eval $ac_var=\$ac_old_val
1894 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1895 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1896 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1897 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1900 # Pass precious variables to config.status.
1901 if test "$ac_new_set" = set; then
1903 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1904 *) ac_arg=$ac_var=$ac_new_val ;;
1906 case " $ac_configure_args " in
1907 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1908 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1912 if $ac_cache_corrupted; then
1913 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1914 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1915 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1916 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1917 { (exit 1); exit 1; }; }
1937 ac_cpp='$CPP $CPPFLAGS'
1938 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1939 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1940 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1943 am__api_version="1.9"
1945 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1946 if test -f "$ac_dir/install-sh"; then
1948 ac_install_sh="$ac_aux_dir/install-sh -c"
1950 elif test -f "$ac_dir/install.sh"; then
1952 ac_install_sh="$ac_aux_dir/install.sh -c"
1954 elif test -f "$ac_dir/shtool"; then
1956 ac_install_sh="$ac_aux_dir/shtool install -c"
1960 if test -z "$ac_aux_dir"; then
1961 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1962 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1963 { (exit 1); exit 1; }; }
1966 # These three variables are undocumented and unsupported,
1967 # and are intended to be withdrawn in a future Autoconf release.
1968 # They can cause serious problems if a builder's source tree is in a directory
1969 # whose full name contains unusual characters.
1970 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1971 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1972 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1975 # Find a good install program. We prefer a C program (faster),
1976 # so one script is as good as another. But avoid the broken or
1977 # incompatible versions:
1978 # SysV /etc/install, /usr/sbin/install
1979 # SunOS /usr/etc/install
1980 # IRIX /sbin/install
1982 # AmigaOS /C/install, which installs bootblocks on floppy discs
1983 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1984 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1985 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1986 # OS/2's system install, which has a completely different semantic
1987 # ./install, which can be erroneously created by make from ./install.sh.
1988 # Reject install programs that cannot install multiple files.
1989 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1990 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1991 if test -z "$INSTALL"; then
1992 if test "${ac_cv_path_install+set}" = set; then
1993 $as_echo_n "(cached) " >&6
1995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1999 test -z "$as_dir" && as_dir=.
2000 # Account for people who put trailing slashes in PATH elements.
2002 ./ | .// | /cC/* | \
2003 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2004 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2007 # OSF1 and SCO ODT 3.0 have their own names for install.
2008 # Don't use installbsd from OSF since it installs stuff as root
2010 for ac_prog in ginstall scoinst install; do
2011 for ac_exec_ext in '' $ac_executable_extensions; do
2012 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2013 if test $ac_prog = install &&
2014 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2015 # AIX install. It has an incompatible calling convention.
2017 elif test $ac_prog = install &&
2018 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2019 # program-specific install script used by HP pwplus--don't use.
2022 rm -rf conftest.one conftest.two conftest.dir
2023 echo one > conftest.one
2024 echo two > conftest.two
2026 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2027 test -s conftest.one && test -s conftest.two &&
2028 test -s conftest.dir/conftest.one &&
2029 test -s conftest.dir/conftest.two
2031 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2044 rm -rf conftest.one conftest.two conftest.dir
2047 if test "${ac_cv_path_install+set}" = set; then
2048 INSTALL=$ac_cv_path_install
2050 # As a last resort, use the slow shell script. Don't cache a
2051 # value for INSTALL within a source directory, because that will
2052 # break other packages using the cache if that directory is
2053 # removed, or if the value is a relative name.
2054 INSTALL=$ac_install_sh
2057 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2058 $as_echo "$INSTALL" >&6; }
2060 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2061 # It thinks the first close brace ends the variable substitution.
2062 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2064 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2066 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2068 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2069 $as_echo_n "checking whether build environment is sane... " >&6; }
2072 echo timestamp > conftest.file
2073 # Do `set' in a subshell so we don't clobber the current shell's
2074 # arguments. Must try -L first in case configure is actually a
2075 # symlink; some systems play weird games with the mod time of symlinks
2076 # (eg FreeBSD returns the mod time of the symlink's containing
2079 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2080 if test "$*" = "X"; then
2082 set X `ls -t $srcdir/configure conftest.file`
2085 if test "$*" != "X $srcdir/configure conftest.file" \
2086 && test "$*" != "X conftest.file $srcdir/configure"; then
2088 # If neither matched, then we have a broken ls. This can happen
2089 # if, for instance, CONFIG_SHELL is bash and it inherits a
2090 # broken ls alias from the environment. This has actually
2091 # happened. Such a system could not be considered "sane".
2092 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2093 alias in your environment" >&5
2094 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2095 alias in your environment" >&2;}
2096 { (exit 1); exit 1; }; }
2099 test "$2" = conftest.file
2105 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2106 Check your system clock" >&5
2107 $as_echo "$as_me: error: newly created file is older than distributed files!
2108 Check your system clock" >&2;}
2109 { (exit 1); exit 1; }; }
2111 { $as_echo "$as_me:$LINENO: result: yes" >&5
2112 $as_echo "yes" >&6; }
2113 test "$program_prefix" != NONE &&
2114 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2115 # Use a double $ so make ignores it.
2116 test "$program_suffix" != NONE &&
2117 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2118 # Double any \ or $.
2119 # By default was `s,x,x', remove it if useless.
2120 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2121 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2123 # expand $ac_aux_dir to an absolute path
2124 am_aux_dir=`cd $ac_aux_dir && pwd`
2126 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2127 # Use eval to expand $SHELL
2128 if eval "$MISSING --run true"; then
2129 am_missing_run="$MISSING --run "
2132 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2133 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2136 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2137 # We used to keeping the `.' as first argument, in order to
2138 # allow $(mkdir_p) to be used without argument. As in
2139 # $(mkdir_p) $(somedir)
2140 # where $(somedir) is conditionally defined. However this is wrong
2142 # 1. if the package is installed by a user who cannot write `.'
2143 # make install will fail,
2144 # 2. the above comment should most certainly read
2145 # $(mkdir_p) $(DESTDIR)$(somedir)
2146 # so it does not work when $(somedir) is undefined and
2147 # $(DESTDIR) is not.
2148 # To support the latter case, we have to write
2149 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2150 # so the `.' trick is pointless.
2151 mkdir_p='mkdir -p --'
2153 # On NextStep and OpenStep, the `mkdir' command does not
2154 # recognize any option. It will interpret all options as
2155 # directories to create, and then abort because `.' already
2157 for d in ./-p ./--version;
2159 test -d $d && rmdir $d
2161 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2162 if test -f "$ac_aux_dir/mkinstalldirs"; then
2163 mkdir_p='$(mkinstalldirs)'
2165 mkdir_p='$(install_sh) -d'
2169 for ac_prog in gawk mawk nawk awk
2171 # Extract the first word of "$ac_prog", so it can be a program name with args.
2172 set dummy $ac_prog; ac_word=$2
2173 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2174 $as_echo_n "checking for $ac_word... " >&6; }
2175 if test "${ac_cv_prog_AWK+set}" = set; then
2176 $as_echo_n "(cached) " >&6
2178 if test -n "$AWK"; then
2179 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2185 test -z "$as_dir" && as_dir=.
2186 for ac_exec_ext in '' $ac_executable_extensions; do
2187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2188 ac_cv_prog_AWK="$ac_prog"
2189 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2199 if test -n "$AWK"; then
2200 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2201 $as_echo "$AWK" >&6; }
2203 { $as_echo "$as_me:$LINENO: result: no" >&5
2204 $as_echo "no" >&6; }
2208 test -n "$AWK" && break
2211 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2212 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2214 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2215 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2216 $as_echo_n "(cached) " >&6
2218 cat >conftest.make <<\_ACEOF
2221 @echo '@@@%%%=$(MAKE)=@@@%%%'
2223 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2224 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2226 eval ac_cv_prog_make_${ac_make}_set=yes;;
2228 eval ac_cv_prog_make_${ac_make}_set=no;;
2232 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2233 { $as_echo "$as_me:$LINENO: result: yes" >&5
2234 $as_echo "yes" >&6; }
2237 { $as_echo "$as_me:$LINENO: result: no" >&5
2238 $as_echo "no" >&6; }
2239 SET_MAKE="MAKE=${MAKE-make}"
2242 rm -rf .tst 2>/dev/null
2243 mkdir .tst 2>/dev/null
2244 if test -d .tst; then
2249 rmdir .tst 2>/dev/null
2251 # test to see if srcdir already configured
2252 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2253 test -f $srcdir/config.status; then
2254 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2255 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2256 { (exit 1); exit 1; }; }
2259 # test whether we have cygpath
2260 if test -z "$CYGPATH_W"; then
2261 if (cygpath --version) >/dev/null 2>/dev/null; then
2262 CYGPATH_W='cygpath -w'
2269 # Define the identity of the package.
2274 cat >>confdefs.h <<_ACEOF
2275 #define PACKAGE "$PACKAGE"
2279 cat >>confdefs.h <<_ACEOF
2280 #define VERSION "$VERSION"
2283 # Some tools Automake needs.
2285 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2288 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2291 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2294 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2297 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2299 install_sh=${install_sh-"$am_aux_dir/install-sh"}
2301 # Installed binaries are usually stripped using `strip' when the user
2302 # run `make install-strip'. However `strip' might not be the right
2303 # tool to use in cross-compilation environments, therefore Automake
2304 # will honor the `STRIP' environment variable to overrule this program.
2305 if test "$cross_compiling" != no; then
2306 if test -n "$ac_tool_prefix"; then
2307 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2308 set dummy ${ac_tool_prefix}strip; ac_word=$2
2309 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2310 $as_echo_n "checking for $ac_word... " >&6; }
2311 if test "${ac_cv_prog_STRIP+set}" = set; then
2312 $as_echo_n "(cached) " >&6
2314 if test -n "$STRIP"; then
2315 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2321 test -z "$as_dir" && as_dir=.
2322 for ac_exec_ext in '' $ac_executable_extensions; do
2323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2324 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2325 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2334 STRIP=$ac_cv_prog_STRIP
2335 if test -n "$STRIP"; then
2336 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2337 $as_echo "$STRIP" >&6; }
2339 { $as_echo "$as_me:$LINENO: result: no" >&5
2340 $as_echo "no" >&6; }
2345 if test -z "$ac_cv_prog_STRIP"; then
2347 # Extract the first word of "strip", so it can be a program name with args.
2348 set dummy strip; ac_word=$2
2349 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2350 $as_echo_n "checking for $ac_word... " >&6; }
2351 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2352 $as_echo_n "(cached) " >&6
2354 if test -n "$ac_ct_STRIP"; then
2355 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2361 test -z "$as_dir" && as_dir=.
2362 for ac_exec_ext in '' $ac_executable_extensions; do
2363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2364 ac_cv_prog_ac_ct_STRIP="strip"
2365 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2374 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2375 if test -n "$ac_ct_STRIP"; then
2376 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2377 $as_echo "$ac_ct_STRIP" >&6; }
2379 { $as_echo "$as_me:$LINENO: result: no" >&5
2380 $as_echo "no" >&6; }
2383 if test "x$ac_ct_STRIP" = x; then
2386 case $cross_compiling:$ac_tool_warned in
2388 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2389 whose name does not start with the host triplet. If you think this
2390 configuration is useful to you, please write to autoconf@gnu.org." >&5
2391 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2392 whose name does not start with the host triplet. If you think this
2393 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2394 ac_tool_warned=yes ;;
2399 STRIP="$ac_cv_prog_STRIP"
2403 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2405 # We need awk for the "check" target. The system "awk" is bad on
2407 # Always define AMTAR for backward compatibility.
2409 AMTAR=${AMTAR-"${am_missing_run}tar"}
2411 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2417 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2418 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2419 # Check whether --enable-maintainer-mode was given.
2420 if test "${enable_maintainer_mode+set}" = set; then
2421 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2423 USE_MAINTAINER_MODE=no
2426 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2427 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2430 if test $USE_MAINTAINER_MODE = yes; then
2431 MAINTAINER_MODE_TRUE=
2432 MAINTAINER_MODE_FALSE='#'
2434 MAINTAINER_MODE_TRUE='#'
2435 MAINTAINER_MODE_FALSE=
2438 MAINT=$MAINTAINER_MODE_TRUE
2441 ac_config_headers="$ac_config_headers config.h"
2444 DEPDIR="${am__leading_dot}deps"
2446 ac_config_commands="$ac_config_commands depfiles"
2449 am_make=${MAKE-make}
2450 cat > confinc << 'END'
2455 # If we don't find an include directive, just comment out the code.
2456 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2457 $as_echo_n "checking for style of include used by $am_make... " >&6; }
2461 # First try GNU make style include.
2462 echo "include confinc" > confmf
2463 # We grep out `Entering directory' and `Leaving directory'
2464 # messages which can occur if `w' ends up in MAKEFLAGS.
2465 # In particular we don't look at `^make:' because GNU make might
2466 # be invoked under some other name (usually "gmake"), in which
2467 # case it prints its new name instead of `make'.
2468 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2473 # Now try BSD make style include.
2474 if test "$am__include" = "#"; then
2475 echo '.include "confinc"' > confmf
2476 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2477 am__include=.include
2484 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2485 $as_echo "$_am_result" >&6; }
2486 rm -f confinc confmf
2488 # Check whether --enable-dependency-tracking was given.
2489 if test "${enable_dependency_tracking+set}" = set; then
2490 enableval=$enable_dependency_tracking;
2493 if test "x$enable_dependency_tracking" != xno; then
2494 am_depcomp="$ac_aux_dir/depcomp"
2499 if test "x$enable_dependency_tracking" != xno; then
2510 ac_cpp='$CPP $CPPFLAGS'
2511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2514 if test -n "$ac_tool_prefix"; then
2515 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2516 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2517 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2518 $as_echo_n "checking for $ac_word... " >&6; }
2519 if test "${ac_cv_prog_CC+set}" = set; then
2520 $as_echo_n "(cached) " >&6
2522 if test -n "$CC"; then
2523 ac_cv_prog_CC="$CC" # Let the user override the test.
2525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2529 test -z "$as_dir" && as_dir=.
2530 for ac_exec_ext in '' $ac_executable_extensions; do
2531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2532 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2533 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2543 if test -n "$CC"; then
2544 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2545 $as_echo "$CC" >&6; }
2547 { $as_echo "$as_me:$LINENO: result: no" >&5
2548 $as_echo "no" >&6; }
2553 if test -z "$ac_cv_prog_CC"; then
2555 # Extract the first word of "gcc", so it can be a program name with args.
2556 set dummy gcc; ac_word=$2
2557 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2558 $as_echo_n "checking for $ac_word... " >&6; }
2559 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2560 $as_echo_n "(cached) " >&6
2562 if test -n "$ac_ct_CC"; then
2563 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 ac_cv_prog_ac_ct_CC="gcc"
2573 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2583 if test -n "$ac_ct_CC"; then
2584 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2585 $as_echo "$ac_ct_CC" >&6; }
2587 { $as_echo "$as_me:$LINENO: result: no" >&5
2588 $as_echo "no" >&6; }
2591 if test "x$ac_ct_CC" = x; then
2594 case $cross_compiling:$ac_tool_warned in
2596 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2597 whose name does not start with the host triplet. If you think this
2598 configuration is useful to you, please write to autoconf@gnu.org." >&5
2599 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2600 whose name does not start with the host triplet. If you think this
2601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2602 ac_tool_warned=yes ;;
2610 if test -z "$CC"; then
2611 if test -n "$ac_tool_prefix"; then
2612 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2613 set dummy ${ac_tool_prefix}cc; ac_word=$2
2614 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2615 $as_echo_n "checking for $ac_word... " >&6; }
2616 if test "${ac_cv_prog_CC+set}" = set; then
2617 $as_echo_n "(cached) " >&6
2619 if test -n "$CC"; then
2620 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2626 test -z "$as_dir" && as_dir=.
2627 for ac_exec_ext in '' $ac_executable_extensions; do
2628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2629 ac_cv_prog_CC="${ac_tool_prefix}cc"
2630 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2640 if test -n "$CC"; then
2641 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2642 $as_echo "$CC" >&6; }
2644 { $as_echo "$as_me:$LINENO: result: no" >&5
2645 $as_echo "no" >&6; }
2651 if test -z "$CC"; then
2652 # Extract the first word of "cc", so it can be a program name with args.
2653 set dummy cc; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2659 if test -n "$CC"; then
2660 ac_cv_prog_CC="$CC" # Let the user override the test.
2663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2667 test -z "$as_dir" && as_dir=.
2668 for ac_exec_ext in '' $ac_executable_extensions; do
2669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2670 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2671 ac_prog_rejected=yes
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2682 if test $ac_prog_rejected = yes; then
2683 # We found a bogon in the path, so make sure we never use it.
2684 set dummy $ac_cv_prog_CC
2686 if test $# != 0; then
2687 # We chose a different compiler from the bogus one.
2688 # However, it has the same basename, so the bogon will be chosen
2689 # first if we set CC to just the basename; use the full file name.
2691 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2697 if test -n "$CC"; then
2698 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2699 $as_echo "$CC" >&6; }
2701 { $as_echo "$as_me:$LINENO: result: no" >&5
2702 $as_echo "no" >&6; }
2707 if test -z "$CC"; then
2708 if test -n "$ac_tool_prefix"; then
2709 for ac_prog in cl.exe
2711 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2712 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2713 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2714 $as_echo_n "checking for $ac_word... " >&6; }
2715 if test "${ac_cv_prog_CC+set}" = set; then
2716 $as_echo_n "(cached) " >&6
2718 if test -n "$CC"; then
2719 ac_cv_prog_CC="$CC" # Let the user override the test.
2721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2725 test -z "$as_dir" && as_dir=.
2726 for ac_exec_ext in '' $ac_executable_extensions; do
2727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2728 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2729 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2739 if test -n "$CC"; then
2740 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2741 $as_echo "$CC" >&6; }
2743 { $as_echo "$as_me:$LINENO: result: no" >&5
2744 $as_echo "no" >&6; }
2748 test -n "$CC" && break
2751 if test -z "$CC"; then
2753 for ac_prog in cl.exe
2755 # Extract the first word of "$ac_prog", so it can be a program name with args.
2756 set dummy $ac_prog; ac_word=$2
2757 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2758 $as_echo_n "checking for $ac_word... " >&6; }
2759 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2760 $as_echo_n "(cached) " >&6
2762 if test -n "$ac_ct_CC"; then
2763 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2769 test -z "$as_dir" && as_dir=.
2770 for ac_exec_ext in '' $ac_executable_extensions; do
2771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2772 ac_cv_prog_ac_ct_CC="$ac_prog"
2773 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2782 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2783 if test -n "$ac_ct_CC"; then
2784 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2785 $as_echo "$ac_ct_CC" >&6; }
2787 { $as_echo "$as_me:$LINENO: result: no" >&5
2788 $as_echo "no" >&6; }
2792 test -n "$ac_ct_CC" && break
2795 if test "x$ac_ct_CC" = x; then
2798 case $cross_compiling:$ac_tool_warned in
2800 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2801 whose name does not start with the host triplet. If you think this
2802 configuration is useful to you, please write to autoconf@gnu.org." >&5
2803 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2804 whose name does not start with the host triplet. If you think this
2805 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2806 ac_tool_warned=yes ;;
2815 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2816 See \`config.log' for more details." >&5
2817 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2818 See \`config.log' for more details." >&2;}
2819 { (exit 1); exit 1; }; }
2821 # Provide some information about the compiler.
2822 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2825 { (ac_try="$ac_compiler --version >&5"
2827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2828 *) ac_try_echo=$ac_try;;
2830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2831 $as_echo "$ac_try_echo") >&5
2832 (eval "$ac_compiler --version >&5") 2>&5
2834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2835 (exit $ac_status); }
2836 { (ac_try="$ac_compiler -v >&5"
2838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2839 *) ac_try_echo=$ac_try;;
2841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2842 $as_echo "$ac_try_echo") >&5
2843 (eval "$ac_compiler -v >&5") 2>&5
2845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }
2847 { (ac_try="$ac_compiler -V >&5"
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2853 $as_echo "$ac_try_echo") >&5
2854 (eval "$ac_compiler -V >&5") 2>&5
2856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2857 (exit $ac_status); }
2859 cat >conftest.$ac_ext <<_ACEOF
2862 cat confdefs.h >>conftest.$ac_ext
2863 cat >>conftest.$ac_ext <<_ACEOF
2864 /* end confdefs.h. */
2874 ac_clean_files_save=$ac_clean_files
2875 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2876 # Try to create an executable without -o first, disregard a.out.
2877 # It will help us diagnose broken compilers, and finding out an intuition
2879 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2880 $as_echo_n "checking for C compiler default output file name... " >&6; }
2881 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2883 # The possible output files:
2884 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2887 for ac_file in $ac_files
2890 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2891 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2896 if { (ac_try="$ac_link_default"
2898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2899 *) ac_try_echo=$ac_try;;
2901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2902 $as_echo "$ac_try_echo") >&5
2903 (eval "$ac_link_default") 2>&5
2905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906 (exit $ac_status); }; then
2907 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2908 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2909 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2910 # so that the user can short-circuit this test for compilers unknown to
2912 for ac_file in $ac_files ''
2914 test -f "$ac_file" || continue
2916 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2919 # We found the default executable, but exeext='' is most
2923 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2925 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2927 # We set ac_cv_exeext here because the later test for it is not
2928 # safe: cross compilers may not add the suffix if given an `-o'
2929 # argument, so we may need to know it at that point already.
2930 # Even if this section looks crufty: it has the advantage of
2937 test "$ac_cv_exeext" = no && ac_cv_exeext=
2943 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2944 $as_echo "$ac_file" >&6; }
2945 if test -z "$ac_file"; then
2946 $as_echo "$as_me: failed program was:" >&5
2947 sed 's/^/| /' conftest.$ac_ext >&5
2949 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2950 See \`config.log' for more details." >&5
2951 $as_echo "$as_me: error: C compiler cannot create executables
2952 See \`config.log' for more details." >&2;}
2953 { (exit 77); exit 77; }; }
2956 ac_exeext=$ac_cv_exeext
2958 # Check that the compiler produces executables we can run. If not, either
2959 # the compiler is broken, or we cross compile.
2960 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2961 $as_echo_n "checking whether the C compiler works... " >&6; }
2962 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2963 # If not cross compiling, check that we can run a simple program.
2964 if test "$cross_compiling" != yes; then
2965 if { ac_try='./$ac_file'
2966 { (case "(($ac_try" in
2967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968 *) ac_try_echo=$ac_try;;
2970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2971 $as_echo "$ac_try_echo") >&5
2972 (eval "$ac_try") 2>&5
2974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2975 (exit $ac_status); }; }; then
2978 if test "$cross_compiling" = maybe; then
2981 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2982 If you meant to cross compile, use \`--host'.
2983 See \`config.log' for more details." >&5
2984 $as_echo "$as_me: error: cannot run C compiled programs.
2985 If you meant to cross compile, use \`--host'.
2986 See \`config.log' for more details." >&2;}
2987 { (exit 1); exit 1; }; }
2991 { $as_echo "$as_me:$LINENO: result: yes" >&5
2992 $as_echo "yes" >&6; }
2994 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2995 ac_clean_files=$ac_clean_files_save
2996 # Check that the compiler produces executables we can run. If not, either
2997 # the compiler is broken, or we cross compile.
2998 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2999 $as_echo_n "checking whether we are cross compiling... " >&6; }
3000 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3001 $as_echo "$cross_compiling" >&6; }
3003 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3004 $as_echo_n "checking for suffix of executables... " >&6; }
3005 if { (ac_try="$ac_link"
3007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3008 *) ac_try_echo=$ac_try;;
3010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3011 $as_echo "$ac_try_echo") >&5
3012 (eval "$ac_link") 2>&5
3014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3015 (exit $ac_status); }; then
3016 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3017 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3018 # work properly (i.e., refer to `conftest.exe'), while it won't with
3020 for ac_file in conftest.exe conftest conftest.*; do
3021 test -f "$ac_file" || continue
3023 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3024 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3030 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3031 See \`config.log' for more details." >&5
3032 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3033 See \`config.log' for more details." >&2;}
3034 { (exit 1); exit 1; }; }
3037 rm -f conftest$ac_cv_exeext
3038 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3039 $as_echo "$ac_cv_exeext" >&6; }
3041 rm -f conftest.$ac_ext
3042 EXEEXT=$ac_cv_exeext
3044 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3045 $as_echo_n "checking for suffix of object files... " >&6; }
3046 if test "${ac_cv_objext+set}" = set; then
3047 $as_echo_n "(cached) " >&6
3049 cat >conftest.$ac_ext <<_ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3064 rm -f conftest.o conftest.obj
3065 if { (ac_try="$ac_compile"
3067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3068 *) ac_try_echo=$ac_try;;
3070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3071 $as_echo "$ac_try_echo") >&5
3072 (eval "$ac_compile") 2>&5
3074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3075 (exit $ac_status); }; then
3076 for ac_file in conftest.o conftest.obj conftest.*; do
3077 test -f "$ac_file" || continue;
3079 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3080 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3085 $as_echo "$as_me: failed program was:" >&5
3086 sed 's/^/| /' conftest.$ac_ext >&5
3088 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3089 See \`config.log' for more details." >&5
3090 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3091 See \`config.log' for more details." >&2;}
3092 { (exit 1); exit 1; }; }
3095 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3097 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3098 $as_echo "$ac_cv_objext" >&6; }
3099 OBJEXT=$ac_cv_objext
3101 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3102 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3103 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3104 $as_echo_n "(cached) " >&6
3106 cat >conftest.$ac_ext <<_ACEOF
3109 cat confdefs.h >>conftest.$ac_ext
3110 cat >>conftest.$ac_ext <<_ACEOF
3111 /* end confdefs.h. */
3124 rm -f conftest.$ac_objext
3125 if { (ac_try="$ac_compile"
3127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3128 *) ac_try_echo=$ac_try;;
3130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3131 $as_echo "$ac_try_echo") >&5
3132 (eval "$ac_compile") 2>conftest.er1
3134 grep -v '^ *+' conftest.er1 >conftest.err
3136 cat conftest.err >&5
3137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3138 (exit $ac_status); } && {
3139 test -z "$ac_c_werror_flag" ||
3140 test ! -s conftest.err
3141 } && test -s conftest.$ac_objext; then
3144 $as_echo "$as_me: failed program was:" >&5
3145 sed 's/^/| /' conftest.$ac_ext >&5
3150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3151 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3154 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3155 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3156 if test $ac_compiler_gnu = yes; then
3161 ac_test_CFLAGS=${CFLAGS+set}
3162 ac_save_CFLAGS=$CFLAGS
3163 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3164 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3165 if test "${ac_cv_prog_cc_g+set}" = set; then
3166 $as_echo_n "(cached) " >&6
3168 ac_save_c_werror_flag=$ac_c_werror_flag
3169 ac_c_werror_flag=yes
3172 cat >conftest.$ac_ext <<_ACEOF
3175 cat confdefs.h >>conftest.$ac_ext
3176 cat >>conftest.$ac_ext <<_ACEOF
3177 /* end confdefs.h. */
3187 rm -f conftest.$ac_objext
3188 if { (ac_try="$ac_compile"
3190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3191 *) ac_try_echo=$ac_try;;
3193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3194 $as_echo "$ac_try_echo") >&5
3195 (eval "$ac_compile") 2>conftest.er1
3197 grep -v '^ *+' conftest.er1 >conftest.err
3199 cat conftest.err >&5
3200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201 (exit $ac_status); } && {
3202 test -z "$ac_c_werror_flag" ||
3203 test ! -s conftest.err
3204 } && test -s conftest.$ac_objext; then
3207 $as_echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3211 cat >conftest.$ac_ext <<_ACEOF
3214 cat confdefs.h >>conftest.$ac_ext
3215 cat >>conftest.$ac_ext <<_ACEOF
3216 /* end confdefs.h. */
3226 rm -f conftest.$ac_objext
3227 if { (ac_try="$ac_compile"
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3233 $as_echo "$ac_try_echo") >&5
3234 (eval "$ac_compile") 2>conftest.er1
3236 grep -v '^ *+' conftest.er1 >conftest.err
3238 cat conftest.err >&5
3239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3240 (exit $ac_status); } && {
3241 test -z "$ac_c_werror_flag" ||
3242 test ! -s conftest.err
3243 } && test -s conftest.$ac_objext; then
3246 $as_echo "$as_me: failed program was:" >&5
3247 sed 's/^/| /' conftest.$ac_ext >&5
3249 ac_c_werror_flag=$ac_save_c_werror_flag
3251 cat >conftest.$ac_ext <<_ACEOF
3254 cat confdefs.h >>conftest.$ac_ext
3255 cat >>conftest.$ac_ext <<_ACEOF
3256 /* end confdefs.h. */
3266 rm -f conftest.$ac_objext
3267 if { (ac_try="$ac_compile"
3269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3270 *) ac_try_echo=$ac_try;;
3272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3273 $as_echo "$ac_try_echo") >&5
3274 (eval "$ac_compile") 2>conftest.er1
3276 grep -v '^ *+' conftest.er1 >conftest.err
3278 cat conftest.err >&5
3279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280 (exit $ac_status); } && {
3281 test -z "$ac_c_werror_flag" ||
3282 test ! -s conftest.err
3283 } && test -s conftest.$ac_objext; then
3286 $as_echo "$as_me: failed program was:" >&5
3287 sed 's/^/| /' conftest.$ac_ext >&5
3292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3299 ac_c_werror_flag=$ac_save_c_werror_flag
3301 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3302 $as_echo "$ac_cv_prog_cc_g" >&6; }
3303 if test "$ac_test_CFLAGS" = set; then
3304 CFLAGS=$ac_save_CFLAGS
3305 elif test $ac_cv_prog_cc_g = yes; then
3306 if test "$GCC" = yes; then
3312 if test "$GCC" = yes; then
3318 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3319 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3320 if test "${ac_cv_prog_cc_c89+set}" = set; then
3321 $as_echo_n "(cached) " >&6
3323 ac_cv_prog_cc_c89=no
3325 cat >conftest.$ac_ext <<_ACEOF
3328 cat confdefs.h >>conftest.$ac_ext
3329 cat >>conftest.$ac_ext <<_ACEOF
3330 /* end confdefs.h. */
3333 #include <sys/types.h>
3334 #include <sys/stat.h>
3335 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3336 struct buf { int x; };
3337 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3338 static char *e (p, i)
3344 static char *f (char * (*g) (char **, int), char **p, ...)
3349 s = g (p, va_arg (v,int));
3354 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3355 function prototypes and stuff, but not '\xHH' hex character constants.
3356 These don't provoke an error unfortunately, instead are silently treated
3357 as 'x'. The following induces an error, until -std is added to get
3358 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3359 array size at least. It's necessary to write '\x00'==0 to get something
3360 that's true only with -std. */
3361 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3363 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3364 inside strings and character constants. */
3366 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3368 int test (int i, double x);
3369 struct s1 {int (*f) (int a);};
3370 struct s2 {int (*f) (double a);};
3371 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3377 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3382 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3383 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3385 CC="$ac_save_CC $ac_arg"
3386 rm -f conftest.$ac_objext
3387 if { (ac_try="$ac_compile"
3389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3390 *) ac_try_echo=$ac_try;;
3392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3393 $as_echo "$ac_try_echo") >&5
3394 (eval "$ac_compile") 2>conftest.er1
3396 grep -v '^ *+' conftest.er1 >conftest.err
3398 cat conftest.err >&5
3399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3400 (exit $ac_status); } && {
3401 test -z "$ac_c_werror_flag" ||
3402 test ! -s conftest.err
3403 } && test -s conftest.$ac_objext; then
3404 ac_cv_prog_cc_c89=$ac_arg
3406 $as_echo "$as_me: failed program was:" >&5
3407 sed 's/^/| /' conftest.$ac_ext >&5
3412 rm -f core conftest.err conftest.$ac_objext
3413 test "x$ac_cv_prog_cc_c89" != "xno" && break
3415 rm -f conftest.$ac_ext
3420 case "x$ac_cv_prog_cc_c89" in
3422 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3423 $as_echo "none needed" >&6; } ;;
3425 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3426 $as_echo "unsupported" >&6; } ;;
3428 CC="$CC $ac_cv_prog_cc_c89"
3429 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3430 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3435 ac_cpp='$CPP $CPPFLAGS'
3436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3440 depcc="$CC" am_compiler_list=
3442 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3443 $as_echo_n "checking dependency style of $depcc... " >&6; }
3444 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3445 $as_echo_n "(cached) " >&6
3447 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3448 # We make a subdir and do the tests there. Otherwise we can end up
3449 # making bogus files that we don't know about and never remove. For
3450 # instance it was reported that on HP-UX the gcc test will end up
3451 # making a dummy file named `D' -- because `-MD' means `put the output
3454 # Copy depcomp to subdir because otherwise we won't find it if we're
3455 # using a relative directory.
3456 cp "$am_depcomp" conftest.dir
3458 # We will build objects and dependencies in a subdirectory because
3459 # it helps to detect inapplicable dependency modes. For instance
3460 # both Tru64's cc and ICC support -MD to output dependencies as a
3461 # side effect of compilation, but ICC will put the dependencies in
3462 # the current directory while Tru64 will put them in the object
3466 am_cv_CC_dependencies_compiler_type=none
3467 if test "$am_compiler_list" = ""; then
3468 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3470 for depmode in $am_compiler_list; do
3471 # Setup a source with many dependencies, because some compilers
3472 # like to wrap large dependency lists on column 80 (with \), and
3473 # we should not choose a depcomp mode which is confused by this.
3475 # We need to recreate these files for each test, as the compiler may
3476 # overwrite some of them when testing with obscure command lines.
3477 # This happens at least with the AIX C compiler.
3479 for i in 1 2 3 4 5 6; do
3480 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3481 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3482 # Solaris 8's {/usr,}/bin/sh.
3483 touch sub/conftst$i.h
3485 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3489 # after this tag, mechanisms are not by side-effect, so they'll
3490 # only be used when explicitly requested
3491 if test "x$enable_dependency_tracking" = xyes; then
3499 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3500 # mode. It turns out that the SunPro C++ compiler does not properly
3501 # handle `-M -o', and we need to detect this.
3502 if depmode=$depmode \
3503 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3504 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3505 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3506 >/dev/null 2>conftest.err &&
3507 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3508 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3509 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3510 # icc doesn't choke on unknown options, it will just issue warnings
3511 # or remarks (even with -Werror). So we grep stderr for any message
3512 # that says an option was ignored or not supported.
3513 # When given -MP, icc 7.0 and 7.1 complain thusly:
3514 # icc: Command line warning: ignoring option '-M'; no argument required
3515 # The diagnosis changed in icc 8.0:
3516 # icc: Command line remark: option '-MP' not supported
3517 if (grep 'ignoring option' conftest.err ||
3518 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3519 am_cv_CC_dependencies_compiler_type=$depmode
3528 am_cv_CC_dependencies_compiler_type=none
3532 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3533 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3534 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3539 test "x$enable_dependency_tracking" != xno \
3540 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3542 am__fastdepCC_FALSE='#'
3544 am__fastdepCC_TRUE='#'
3545 am__fastdepCC_FALSE=
3551 { $as_echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
3552 $as_echo_n "checking for strerror in -lcposix... " >&6; }
3553 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
3554 $as_echo_n "(cached) " >&6
3556 ac_check_lib_save_LIBS=$LIBS
3557 LIBS="-lcposix $LIBS"
3558 cat >conftest.$ac_ext <<_ACEOF
3561 cat confdefs.h >>conftest.$ac_ext
3562 cat >>conftest.$ac_ext <<_ACEOF
3563 /* end confdefs.h. */
3565 /* Override any GCC internal prototype to avoid an error.
3566 Use char because int might match the return type of a GCC
3567 builtin and then its argument prototype would still apply. */
3580 rm -f conftest.$ac_objext conftest$ac_exeext
3581 if { (ac_try="$ac_link"
3583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584 *) ac_try_echo=$ac_try;;
3586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3587 $as_echo "$ac_try_echo") >&5
3588 (eval "$ac_link") 2>conftest.er1
3590 grep -v '^ *+' conftest.er1 >conftest.err
3592 cat conftest.err >&5
3593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3594 (exit $ac_status); } && {
3595 test -z "$ac_c_werror_flag" ||
3596 test ! -s conftest.err
3597 } && test -s conftest$ac_exeext && {
3598 test "$cross_compiling" = yes ||
3599 $as_test_x conftest$ac_exeext
3601 ac_cv_lib_cposix_strerror=yes
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 ac_cv_lib_cposix_strerror=no
3609 rm -rf conftest.dSYM
3610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3611 conftest$ac_exeext conftest.$ac_ext
3612 LIBS=$ac_check_lib_save_LIBS
3614 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
3615 $as_echo "$ac_cv_lib_cposix_strerror" >&6; }
3616 if test $ac_cv_lib_cposix_strerror = yes; then
3617 LIBS="$LIBS -lcposix"
3623 ac_cpp='$CPP $CPPFLAGS'
3624 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3625 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3626 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3627 if test -n "$ac_tool_prefix"; then
3628 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3629 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3630 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3631 $as_echo_n "checking for $ac_word... " >&6; }
3632 if test "${ac_cv_prog_CC+set}" = set; then
3633 $as_echo_n "(cached) " >&6
3635 if test -n "$CC"; then
3636 ac_cv_prog_CC="$CC" # Let the user override the test.
3638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3642 test -z "$as_dir" && as_dir=.
3643 for ac_exec_ext in '' $ac_executable_extensions; do
3644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3645 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3646 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3656 if test -n "$CC"; then
3657 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3658 $as_echo "$CC" >&6; }
3660 { $as_echo "$as_me:$LINENO: result: no" >&5
3661 $as_echo "no" >&6; }
3666 if test -z "$ac_cv_prog_CC"; then
3668 # Extract the first word of "gcc", so it can be a program name with args.
3669 set dummy gcc; ac_word=$2
3670 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3671 $as_echo_n "checking for $ac_word... " >&6; }
3672 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3673 $as_echo_n "(cached) " >&6
3675 if test -n "$ac_ct_CC"; then
3676 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 test -z "$as_dir" && as_dir=.
3683 for ac_exec_ext in '' $ac_executable_extensions; do
3684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3685 ac_cv_prog_ac_ct_CC="gcc"
3686 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3695 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3696 if test -n "$ac_ct_CC"; then
3697 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3698 $as_echo "$ac_ct_CC" >&6; }
3700 { $as_echo "$as_me:$LINENO: result: no" >&5
3701 $as_echo "no" >&6; }
3704 if test "x$ac_ct_CC" = x; then
3707 case $cross_compiling:$ac_tool_warned in
3709 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3710 whose name does not start with the host triplet. If you think this
3711 configuration is useful to you, please write to autoconf@gnu.org." >&5
3712 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3713 whose name does not start with the host triplet. If you think this
3714 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3715 ac_tool_warned=yes ;;
3723 if test -z "$CC"; then
3724 if test -n "$ac_tool_prefix"; then
3725 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3726 set dummy ${ac_tool_prefix}cc; ac_word=$2
3727 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3728 $as_echo_n "checking for $ac_word... " >&6; }
3729 if test "${ac_cv_prog_CC+set}" = set; then
3730 $as_echo_n "(cached) " >&6
3732 if test -n "$CC"; then
3733 ac_cv_prog_CC="$CC" # Let the user override the test.
3735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739 test -z "$as_dir" && as_dir=.
3740 for ac_exec_ext in '' $ac_executable_extensions; do
3741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3742 ac_cv_prog_CC="${ac_tool_prefix}cc"
3743 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3753 if test -n "$CC"; then
3754 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3755 $as_echo "$CC" >&6; }
3757 { $as_echo "$as_me:$LINENO: result: no" >&5
3758 $as_echo "no" >&6; }
3764 if test -z "$CC"; then
3765 # Extract the first word of "cc", so it can be a program name with args.
3766 set dummy cc; ac_word=$2
3767 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3768 $as_echo_n "checking for $ac_word... " >&6; }
3769 if test "${ac_cv_prog_CC+set}" = set; then
3770 $as_echo_n "(cached) " >&6
3772 if test -n "$CC"; then
3773 ac_cv_prog_CC="$CC" # Let the user override the test.
3776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3780 test -z "$as_dir" && as_dir=.
3781 for ac_exec_ext in '' $ac_executable_extensions; do
3782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3783 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3784 ac_prog_rejected=yes
3788 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3795 if test $ac_prog_rejected = yes; then
3796 # We found a bogon in the path, so make sure we never use it.
3797 set dummy $ac_cv_prog_CC
3799 if test $# != 0; then
3800 # We chose a different compiler from the bogus one.
3801 # However, it has the same basename, so the bogon will be chosen
3802 # first if we set CC to just the basename; use the full file name.
3804 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3810 if test -n "$CC"; then
3811 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3812 $as_echo "$CC" >&6; }
3814 { $as_echo "$as_me:$LINENO: result: no" >&5
3815 $as_echo "no" >&6; }
3820 if test -z "$CC"; then
3821 if test -n "$ac_tool_prefix"; then
3822 for ac_prog in cl.exe
3824 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3825 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3826 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3827 $as_echo_n "checking for $ac_word... " >&6; }
3828 if test "${ac_cv_prog_CC+set}" = set; then
3829 $as_echo_n "(cached) " >&6
3831 if test -n "$CC"; then
3832 ac_cv_prog_CC="$CC" # Let the user override the test.
3834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3838 test -z "$as_dir" && as_dir=.
3839 for ac_exec_ext in '' $ac_executable_extensions; do
3840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3841 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3842 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3852 if test -n "$CC"; then
3853 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3854 $as_echo "$CC" >&6; }
3856 { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3861 test -n "$CC" && break
3864 if test -z "$CC"; then
3866 for ac_prog in cl.exe
3868 # Extract the first word of "$ac_prog", so it can be a program name with args.
3869 set dummy $ac_prog; ac_word=$2
3870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3871 $as_echo_n "checking for $ac_word... " >&6; }
3872 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3873 $as_echo_n "(cached) " >&6
3875 if test -n "$ac_ct_CC"; then
3876 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3882 test -z "$as_dir" && as_dir=.
3883 for ac_exec_ext in '' $ac_executable_extensions; do
3884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3885 ac_cv_prog_ac_ct_CC="$ac_prog"
3886 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3895 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3896 if test -n "$ac_ct_CC"; then
3897 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3898 $as_echo "$ac_ct_CC" >&6; }
3900 { $as_echo "$as_me:$LINENO: result: no" >&5
3901 $as_echo "no" >&6; }
3905 test -n "$ac_ct_CC" && break
3908 if test "x$ac_ct_CC" = x; then
3911 case $cross_compiling:$ac_tool_warned in
3913 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3914 whose name does not start with the host triplet. If you think this
3915 configuration is useful to you, please write to autoconf@gnu.org." >&5
3916 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3917 whose name does not start with the host triplet. If you think this
3918 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3919 ac_tool_warned=yes ;;
3928 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3929 See \`config.log' for more details." >&5
3930 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3931 See \`config.log' for more details." >&2;}
3932 { (exit 1); exit 1; }; }
3934 # Provide some information about the compiler.
3935 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3938 { (ac_try="$ac_compiler --version >&5"
3940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3941 *) ac_try_echo=$ac_try;;
3943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3944 $as_echo "$ac_try_echo") >&5
3945 (eval "$ac_compiler --version >&5") 2>&5
3947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3948 (exit $ac_status); }
3949 { (ac_try="$ac_compiler -v >&5"
3951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3952 *) ac_try_echo=$ac_try;;
3954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3955 $as_echo "$ac_try_echo") >&5
3956 (eval "$ac_compiler -v >&5") 2>&5
3958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3959 (exit $ac_status); }
3960 { (ac_try="$ac_compiler -V >&5"
3962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3963 *) ac_try_echo=$ac_try;;
3965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3966 $as_echo "$ac_try_echo") >&5
3967 (eval "$ac_compiler -V >&5") 2>&5
3969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); }
3972 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3973 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3974 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3975 $as_echo_n "(cached) " >&6
3977 cat >conftest.$ac_ext <<_ACEOF
3980 cat confdefs.h >>conftest.$ac_ext
3981 cat >>conftest.$ac_ext <<_ACEOF
3982 /* end confdefs.h. */
3995 rm -f conftest.$ac_objext
3996 if { (ac_try="$ac_compile"
3998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3999 *) ac_try_echo=$ac_try;;
4001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4002 $as_echo "$ac_try_echo") >&5
4003 (eval "$ac_compile") 2>conftest.er1
4005 grep -v '^ *+' conftest.er1 >conftest.err
4007 cat conftest.err >&5
4008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4009 (exit $ac_status); } && {
4010 test -z "$ac_c_werror_flag" ||
4011 test ! -s conftest.err
4012 } && test -s conftest.$ac_objext; then
4015 $as_echo "$as_me: failed program was:" >&5
4016 sed 's/^/| /' conftest.$ac_ext >&5
4021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4022 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4025 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4026 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4027 if test $ac_compiler_gnu = yes; then
4032 ac_test_CFLAGS=${CFLAGS+set}
4033 ac_save_CFLAGS=$CFLAGS
4034 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4035 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4036 if test "${ac_cv_prog_cc_g+set}" = set; then
4037 $as_echo_n "(cached) " >&6
4039 ac_save_c_werror_flag=$ac_c_werror_flag
4040 ac_c_werror_flag=yes
4043 cat >conftest.$ac_ext <<_ACEOF
4046 cat confdefs.h >>conftest.$ac_ext
4047 cat >>conftest.$ac_ext <<_ACEOF
4048 /* end confdefs.h. */
4058 rm -f conftest.$ac_objext
4059 if { (ac_try="$ac_compile"
4061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4062 *) ac_try_echo=$ac_try;;
4064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4065 $as_echo "$ac_try_echo") >&5
4066 (eval "$ac_compile") 2>conftest.er1
4068 grep -v '^ *+' conftest.er1 >conftest.err
4070 cat conftest.err >&5
4071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072 (exit $ac_status); } && {
4073 test -z "$ac_c_werror_flag" ||
4074 test ! -s conftest.err
4075 } && test -s conftest.$ac_objext; then
4078 $as_echo "$as_me: failed program was:" >&5
4079 sed 's/^/| /' conftest.$ac_ext >&5
4082 cat >conftest.$ac_ext <<_ACEOF
4085 cat confdefs.h >>conftest.$ac_ext
4086 cat >>conftest.$ac_ext <<_ACEOF
4087 /* end confdefs.h. */
4097 rm -f conftest.$ac_objext
4098 if { (ac_try="$ac_compile"
4100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4101 *) ac_try_echo=$ac_try;;
4103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4104 $as_echo "$ac_try_echo") >&5
4105 (eval "$ac_compile") 2>conftest.er1
4107 grep -v '^ *+' conftest.er1 >conftest.err
4109 cat conftest.err >&5
4110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4111 (exit $ac_status); } && {
4112 test -z "$ac_c_werror_flag" ||
4113 test ! -s conftest.err
4114 } && test -s conftest.$ac_objext; then
4117 $as_echo "$as_me: failed program was:" >&5
4118 sed 's/^/| /' conftest.$ac_ext >&5
4120 ac_c_werror_flag=$ac_save_c_werror_flag
4122 cat >conftest.$ac_ext <<_ACEOF
4125 cat confdefs.h >>conftest.$ac_ext
4126 cat >>conftest.$ac_ext <<_ACEOF
4127 /* end confdefs.h. */
4137 rm -f conftest.$ac_objext
4138 if { (ac_try="$ac_compile"
4140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4141 *) ac_try_echo=$ac_try;;
4143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4144 $as_echo "$ac_try_echo") >&5
4145 (eval "$ac_compile") 2>conftest.er1
4147 grep -v '^ *+' conftest.er1 >conftest.err
4149 cat conftest.err >&5
4150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4151 (exit $ac_status); } && {
4152 test -z "$ac_c_werror_flag" ||
4153 test ! -s conftest.err
4154 } && test -s conftest.$ac_objext; then
4157 $as_echo "$as_me: failed program was:" >&5
4158 sed 's/^/| /' conftest.$ac_ext >&5
4163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4170 ac_c_werror_flag=$ac_save_c_werror_flag
4172 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4173 $as_echo "$ac_cv_prog_cc_g" >&6; }
4174 if test "$ac_test_CFLAGS" = set; then
4175 CFLAGS=$ac_save_CFLAGS
4176 elif test $ac_cv_prog_cc_g = yes; then
4177 if test "$GCC" = yes; then
4183 if test "$GCC" = yes; then
4189 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4190 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4191 if test "${ac_cv_prog_cc_c89+set}" = set; then
4192 $as_echo_n "(cached) " >&6
4194 ac_cv_prog_cc_c89=no
4196 cat >conftest.$ac_ext <<_ACEOF
4199 cat confdefs.h >>conftest.$ac_ext
4200 cat >>conftest.$ac_ext <<_ACEOF
4201 /* end confdefs.h. */
4204 #include <sys/types.h>
4205 #include <sys/stat.h>
4206 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4207 struct buf { int x; };
4208 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4209 static char *e (p, i)
4215 static char *f (char * (*g) (char **, int), char **p, ...)
4220 s = g (p, va_arg (v,int));
4225 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4226 function prototypes and stuff, but not '\xHH' hex character constants.
4227 These don't provoke an error unfortunately, instead are silently treated
4228 as 'x'. The following induces an error, until -std is added to get
4229 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4230 array size at least. It's necessary to write '\x00'==0 to get something
4231 that's true only with -std. */
4232 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4234 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4235 inside strings and character constants. */
4237 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4239 int test (int i, double x);
4240 struct s1 {int (*f) (int a);};
4241 struct s2 {int (*f) (double a);};
4242 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4248 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4253 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4254 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4256 CC="$ac_save_CC $ac_arg"
4257 rm -f conftest.$ac_objext
4258 if { (ac_try="$ac_compile"
4260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;;
4263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4264 $as_echo "$ac_try_echo") >&5
4265 (eval "$ac_compile") 2>conftest.er1
4267 grep -v '^ *+' conftest.er1 >conftest.err
4269 cat conftest.err >&5
4270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271 (exit $ac_status); } && {
4272 test -z "$ac_c_werror_flag" ||
4273 test ! -s conftest.err
4274 } && test -s conftest.$ac_objext; then
4275 ac_cv_prog_cc_c89=$ac_arg
4277 $as_echo "$as_me: failed program was:" >&5
4278 sed 's/^/| /' conftest.$ac_ext >&5
4283 rm -f core conftest.err conftest.$ac_objext
4284 test "x$ac_cv_prog_cc_c89" != "xno" && break
4286 rm -f conftest.$ac_ext
4291 case "x$ac_cv_prog_cc_c89" in
4293 { $as_echo "$as_me:$LINENO: result: none needed" >&5
4294 $as_echo "none needed" >&6; } ;;
4296 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4297 $as_echo "unsupported" >&6; } ;;
4299 CC="$CC $ac_cv_prog_cc_c89"
4300 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4301 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4306 ac_cpp='$CPP $CPPFLAGS'
4307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4308 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4309 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4311 depcc="$CC" am_compiler_list=
4313 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4314 $as_echo_n "checking dependency style of $depcc... " >&6; }
4315 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4316 $as_echo_n "(cached) " >&6
4318 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4319 # We make a subdir and do the tests there. Otherwise we can end up
4320 # making bogus files that we don't know about and never remove. For
4321 # instance it was reported that on HP-UX the gcc test will end up
4322 # making a dummy file named `D' -- because `-MD' means `put the output
4325 # Copy depcomp to subdir because otherwise we won't find it if we're
4326 # using a relative directory.
4327 cp "$am_depcomp" conftest.dir
4329 # We will build objects and dependencies in a subdirectory because
4330 # it helps to detect inapplicable dependency modes. For instance
4331 # both Tru64's cc and ICC support -MD to output dependencies as a
4332 # side effect of compilation, but ICC will put the dependencies in
4333 # the current directory while Tru64 will put them in the object
4337 am_cv_CC_dependencies_compiler_type=none
4338 if test "$am_compiler_list" = ""; then
4339 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4341 for depmode in $am_compiler_list; do
4342 # Setup a source with many dependencies, because some compilers
4343 # like to wrap large dependency lists on column 80 (with \), and
4344 # we should not choose a depcomp mode which is confused by this.
4346 # We need to recreate these files for each test, as the compiler may
4347 # overwrite some of them when testing with obscure command lines.
4348 # This happens at least with the AIX C compiler.
4350 for i in 1 2 3 4 5 6; do
4351 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4352 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4353 # Solaris 8's {/usr,}/bin/sh.
4354 touch sub/conftst$i.h
4356 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4360 # after this tag, mechanisms are not by side-effect, so they'll
4361 # only be used when explicitly requested
4362 if test "x$enable_dependency_tracking" = xyes; then
4370 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4371 # mode. It turns out that the SunPro C++ compiler does not properly
4372 # handle `-M -o', and we need to detect this.
4373 if depmode=$depmode \
4374 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4375 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4376 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4377 >/dev/null 2>conftest.err &&
4378 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4379 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4380 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4381 # icc doesn't choke on unknown options, it will just issue warnings
4382 # or remarks (even with -Werror). So we grep stderr for any message
4383 # that says an option was ignored or not supported.
4384 # When given -MP, icc 7.0 and 7.1 complain thusly:
4385 # icc: Command line warning: ignoring option '-M'; no argument required
4386 # The diagnosis changed in icc 8.0:
4387 # icc: Command line remark: option '-MP' not supported
4388 if (grep 'ignoring option' conftest.err ||
4389 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4390 am_cv_CC_dependencies_compiler_type=$depmode
4399 am_cv_CC_dependencies_compiler_type=none
4403 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4404 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4405 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4410 test "x$enable_dependency_tracking" != xno \
4411 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4413 am__fastdepCC_FALSE='#'
4415 am__fastdepCC_TRUE='#'
4416 am__fastdepCC_FALSE=
4421 ac_cpp='$CPP $CPPFLAGS'
4422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4425 if test -n "$ac_tool_prefix"; then
4426 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4427 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4428 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4429 $as_echo_n "checking for $ac_word... " >&6; }
4430 if test "${ac_cv_prog_CC+set}" = set; then
4431 $as_echo_n "(cached) " >&6
4433 if test -n "$CC"; then
4434 ac_cv_prog_CC="$CC" # Let the user override the test.
4436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4440 test -z "$as_dir" && as_dir=.
4441 for ac_exec_ext in '' $ac_executable_extensions; do
4442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4443 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4444 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4454 if test -n "$CC"; then
4455 { $as_echo "$as_me:$LINENO: result: $CC" >&5
4456 $as_echo "$CC" >&6; }
4458 { $as_echo "$as_me:$LINENO: result: no" >&5
4459 $as_echo "no" >&6; }
4464 if test -z "$ac_cv_prog_CC"; then
4466 # Extract the first word of "gcc", so it can be a program name with args.
4467 set dummy gcc; ac_word=$2
4468 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4469 $as_echo_n "checking for $ac_word... " >&6; }
4470 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4471 $as_echo_n "(cached) " >&6
4473 if test -n "$ac_ct_CC"; then
4474 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480 test -z "$as_dir" && as_dir=.
4481 for ac_exec_ext in '' $ac_executable_extensions; do
4482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4483 ac_cv_prog_ac_ct_CC="gcc"
4484 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4494 if test -n "$ac_ct_CC"; then
4495 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4496 $as_echo "$ac_ct_CC" >&6; }
4498 { $as_echo "$as_me:$LINENO: result: no" >&5
4499 $as_echo "no" >&6; }
4502 if test "x$ac_ct_CC" = x; then
4505 case $cross_compiling:$ac_tool_warned in
4507 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4508 whose name does not start with the host triplet. If you think this
4509 configuration is useful to you, please write to autoconf@gnu.org." >&5
4510 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4511 whose name does not start with the host triplet. If you think this
4512 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4513 ac_tool_warned=yes ;;
4521 if test -z "$CC"; then
4522 if test -n "$ac_tool_prefix"; then
4523 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4524 set dummy ${ac_tool_prefix}cc; ac_word=$2
4525 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4526 $as_echo_n "checking for $ac_word... " >&6; }
4527 if test "${ac_cv_prog_CC+set}" = set; then
4528 $as_echo_n "(cached) " >&6
4530 if test -n "$CC"; then
4531 ac_cv_prog_CC="$CC" # Let the user override the test.
4533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4537 test -z "$as_dir" && as_dir=.
4538 for ac_exec_ext in '' $ac_executable_extensions; do
4539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4540 ac_cv_prog_CC="${ac_tool_prefix}cc"
4541 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4551 if test -n "$CC"; then
4552 { $as_echo "$as_me:$LINENO: result: $CC" >&5
4553 $as_echo "$CC" >&6; }
4555 { $as_echo "$as_me:$LINENO: result: no" >&5
4556 $as_echo "no" >&6; }
4562 if test -z "$CC"; then
4563 # Extract the first word of "cc", so it can be a program name with args.
4564 set dummy cc; ac_word=$2
4565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4566 $as_echo_n "checking for $ac_word... " >&6; }
4567 if test "${ac_cv_prog_CC+set}" = set; then
4568 $as_echo_n "(cached) " >&6
4570 if test -n "$CC"; then
4571 ac_cv_prog_CC="$CC" # Let the user override the test.
4574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4578 test -z "$as_dir" && as_dir=.
4579 for ac_exec_ext in '' $ac_executable_extensions; do
4580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4581 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4582 ac_prog_rejected=yes
4586 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4593 if test $ac_prog_rejected = yes; then
4594 # We found a bogon in the path, so make sure we never use it.
4595 set dummy $ac_cv_prog_CC
4597 if test $# != 0; then
4598 # We chose a different compiler from the bogus one.
4599 # However, it has the same basename, so the bogon will be chosen
4600 # first if we set CC to just the basename; use the full file name.
4602 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4608 if test -n "$CC"; then
4609 { $as_echo "$as_me:$LINENO: result: $CC" >&5
4610 $as_echo "$CC" >&6; }
4612 { $as_echo "$as_me:$LINENO: result: no" >&5
4613 $as_echo "no" >&6; }
4618 if test -z "$CC"; then
4619 if test -n "$ac_tool_prefix"; then
4620 for ac_prog in cl.exe
4622 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4623 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4624 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4625 $as_echo_n "checking for $ac_word... " >&6; }
4626 if test "${ac_cv_prog_CC+set}" = set; then
4627 $as_echo_n "(cached) " >&6
4629 if test -n "$CC"; then
4630 ac_cv_prog_CC="$CC" # Let the user override the test.
4632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4636 test -z "$as_dir" && as_dir=.
4637 for ac_exec_ext in '' $ac_executable_extensions; do
4638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4639 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4640 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4650 if test -n "$CC"; then
4651 { $as_echo "$as_me:$LINENO: result: $CC" >&5
4652 $as_echo "$CC" >&6; }
4654 { $as_echo "$as_me:$LINENO: result: no" >&5
4655 $as_echo "no" >&6; }
4659 test -n "$CC" && break
4662 if test -z "$CC"; then
4664 for ac_prog in cl.exe
4666 # Extract the first word of "$ac_prog", so it can be a program name with args.
4667 set dummy $ac_prog; ac_word=$2
4668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4669 $as_echo_n "checking for $ac_word... " >&6; }
4670 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4671 $as_echo_n "(cached) " >&6
4673 if test -n "$ac_ct_CC"; then
4674 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4680 test -z "$as_dir" && as_dir=.
4681 for ac_exec_ext in '' $ac_executable_extensions; do
4682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4683 ac_cv_prog_ac_ct_CC="$ac_prog"
4684 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4693 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4694 if test -n "$ac_ct_CC"; then
4695 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4696 $as_echo "$ac_ct_CC" >&6; }
4698 { $as_echo "$as_me:$LINENO: result: no" >&5
4699 $as_echo "no" >&6; }
4703 test -n "$ac_ct_CC" && break
4706 if test "x$ac_ct_CC" = x; then
4709 case $cross_compiling:$ac_tool_warned in
4711 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4712 whose name does not start with the host triplet. If you think this
4713 configuration is useful to you, please write to autoconf@gnu.org." >&5
4714 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4715 whose name does not start with the host triplet. If you think this
4716 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4717 ac_tool_warned=yes ;;
4726 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4727 See \`config.log' for more details." >&5
4728 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
4729 See \`config.log' for more details." >&2;}
4730 { (exit 1); exit 1; }; }
4732 # Provide some information about the compiler.
4733 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
4736 { (ac_try="$ac_compiler --version >&5"
4738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4739 *) ac_try_echo=$ac_try;;
4741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4742 $as_echo "$ac_try_echo") >&5
4743 (eval "$ac_compiler --version >&5") 2>&5
4745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4746 (exit $ac_status); }
4747 { (ac_try="$ac_compiler -v >&5"
4749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4750 *) ac_try_echo=$ac_try;;
4752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4753 $as_echo "$ac_try_echo") >&5
4754 (eval "$ac_compiler -v >&5") 2>&5
4756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4757 (exit $ac_status); }
4758 { (ac_try="$ac_compiler -V >&5"
4760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4761 *) ac_try_echo=$ac_try;;
4763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4764 $as_echo "$ac_try_echo") >&5
4765 (eval "$ac_compiler -V >&5") 2>&5
4767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4768 (exit $ac_status); }
4770 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4771 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4772 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4773 $as_echo_n "(cached) " >&6
4775 cat >conftest.$ac_ext <<_ACEOF
4778 cat confdefs.h >>conftest.$ac_ext
4779 cat >>conftest.$ac_ext <<_ACEOF
4780 /* end confdefs.h. */
4793 rm -f conftest.$ac_objext
4794 if { (ac_try="$ac_compile"
4796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4797 *) ac_try_echo=$ac_try;;
4799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4800 $as_echo "$ac_try_echo") >&5
4801 (eval "$ac_compile") 2>conftest.er1
4803 grep -v '^ *+' conftest.er1 >conftest.err
4805 cat conftest.err >&5
4806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4807 (exit $ac_status); } && {
4808 test -z "$ac_c_werror_flag" ||
4809 test ! -s conftest.err
4810 } && test -s conftest.$ac_objext; then
4813 $as_echo "$as_me: failed program was:" >&5
4814 sed 's/^/| /' conftest.$ac_ext >&5
4819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4820 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4823 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4824 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4825 if test $ac_compiler_gnu = yes; then
4830 ac_test_CFLAGS=${CFLAGS+set}
4831 ac_save_CFLAGS=$CFLAGS
4832 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4833 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4834 if test "${ac_cv_prog_cc_g+set}" = set; then
4835 $as_echo_n "(cached) " >&6
4837 ac_save_c_werror_flag=$ac_c_werror_flag
4838 ac_c_werror_flag=yes
4841 cat >conftest.$ac_ext <<_ACEOF
4844 cat confdefs.h >>conftest.$ac_ext
4845 cat >>conftest.$ac_ext <<_ACEOF
4846 /* end confdefs.h. */
4856 rm -f conftest.$ac_objext
4857 if { (ac_try="$ac_compile"
4859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4860 *) ac_try_echo=$ac_try;;
4862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4863 $as_echo "$ac_try_echo") >&5
4864 (eval "$ac_compile") 2>conftest.er1
4866 grep -v '^ *+' conftest.er1 >conftest.err
4868 cat conftest.err >&5
4869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4870 (exit $ac_status); } && {
4871 test -z "$ac_c_werror_flag" ||
4872 test ! -s conftest.err
4873 } && test -s conftest.$ac_objext; then
4876 $as_echo "$as_me: failed program was:" >&5
4877 sed 's/^/| /' conftest.$ac_ext >&5
4880 cat >conftest.$ac_ext <<_ACEOF
4883 cat confdefs.h >>conftest.$ac_ext
4884 cat >>conftest.$ac_ext <<_ACEOF
4885 /* end confdefs.h. */
4895 rm -f conftest.$ac_objext
4896 if { (ac_try="$ac_compile"
4898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4899 *) ac_try_echo=$ac_try;;
4901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4902 $as_echo "$ac_try_echo") >&5
4903 (eval "$ac_compile") 2>conftest.er1
4905 grep -v '^ *+' conftest.er1 >conftest.err
4907 cat conftest.err >&5
4908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4909 (exit $ac_status); } && {
4910 test -z "$ac_c_werror_flag" ||
4911 test ! -s conftest.err
4912 } && test -s conftest.$ac_objext; then
4915 $as_echo "$as_me: failed program was:" >&5
4916 sed 's/^/| /' conftest.$ac_ext >&5
4918 ac_c_werror_flag=$ac_save_c_werror_flag
4920 cat >conftest.$ac_ext <<_ACEOF
4923 cat confdefs.h >>conftest.$ac_ext
4924 cat >>conftest.$ac_ext <<_ACEOF
4925 /* end confdefs.h. */
4935 rm -f conftest.$ac_objext
4936 if { (ac_try="$ac_compile"
4938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4939 *) ac_try_echo=$ac_try;;
4941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4942 $as_echo "$ac_try_echo") >&5
4943 (eval "$ac_compile") 2>conftest.er1
4945 grep -v '^ *+' conftest.er1 >conftest.err
4947 cat conftest.err >&5
4948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4949 (exit $ac_status); } && {
4950 test -z "$ac_c_werror_flag" ||
4951 test ! -s conftest.err
4952 } && test -s conftest.$ac_objext; then
4955 $as_echo "$as_me: failed program was:" >&5
4956 sed 's/^/| /' conftest.$ac_ext >&5
4961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4968 ac_c_werror_flag=$ac_save_c_werror_flag
4970 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4971 $as_echo "$ac_cv_prog_cc_g" >&6; }
4972 if test "$ac_test_CFLAGS" = set; then
4973 CFLAGS=$ac_save_CFLAGS
4974 elif test $ac_cv_prog_cc_g = yes; then
4975 if test "$GCC" = yes; then
4981 if test "$GCC" = yes; then
4987 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4988 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4989 if test "${ac_cv_prog_cc_c89+set}" = set; then
4990 $as_echo_n "(cached) " >&6
4992 ac_cv_prog_cc_c89=no
4994 cat >conftest.$ac_ext <<_ACEOF
4997 cat confdefs.h >>conftest.$ac_ext
4998 cat >>conftest.$ac_ext <<_ACEOF
4999 /* end confdefs.h. */
5002 #include <sys/types.h>
5003 #include <sys/stat.h>
5004 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5005 struct buf { int x; };
5006 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5007 static char *e (p, i)
5013 static char *f (char * (*g) (char **, int), char **p, ...)
5018 s = g (p, va_arg (v,int));
5023 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5024 function prototypes and stuff, but not '\xHH' hex character constants.
5025 These don't provoke an error unfortunately, instead are silently treated
5026 as 'x'. The following induces an error, until -std is added to get
5027 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5028 array size at least. It's necessary to write '\x00'==0 to get something
5029 that's true only with -std. */
5030 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5032 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5033 inside strings and character constants. */
5035 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5037 int test (int i, double x);
5038 struct s1 {int (*f) (int a);};
5039 struct s2 {int (*f) (double a);};
5040 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5046 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5051 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5052 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5054 CC="$ac_save_CC $ac_arg"
5055 rm -f conftest.$ac_objext
5056 if { (ac_try="$ac_compile"
5058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5059 *) ac_try_echo=$ac_try;;
5061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5062 $as_echo "$ac_try_echo") >&5
5063 (eval "$ac_compile") 2>conftest.er1
5065 grep -v '^ *+' conftest.er1 >conftest.err
5067 cat conftest.err >&5
5068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 (exit $ac_status); } && {
5070 test -z "$ac_c_werror_flag" ||
5071 test ! -s conftest.err
5072 } && test -s conftest.$ac_objext; then
5073 ac_cv_prog_cc_c89=$ac_arg
5075 $as_echo "$as_me: failed program was:" >&5
5076 sed 's/^/| /' conftest.$ac_ext >&5
5081 rm -f core conftest.err conftest.$ac_objext
5082 test "x$ac_cv_prog_cc_c89" != "xno" && break
5084 rm -f conftest.$ac_ext
5089 case "x$ac_cv_prog_cc_c89" in
5091 { $as_echo "$as_me:$LINENO: result: none needed" >&5
5092 $as_echo "none needed" >&6; } ;;
5094 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
5095 $as_echo "unsupported" >&6; } ;;
5097 CC="$CC $ac_cv_prog_cc_c89"
5098 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
5099 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5104 ac_cpp='$CPP $CPPFLAGS'
5105 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5106 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5107 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5109 depcc="$CC" am_compiler_list=
5111 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5112 $as_echo_n "checking dependency style of $depcc... " >&6; }
5113 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5114 $as_echo_n "(cached) " >&6
5116 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5117 # We make a subdir and do the tests there. Otherwise we can end up
5118 # making bogus files that we don't know about and never remove. For
5119 # instance it was reported that on HP-UX the gcc test will end up
5120 # making a dummy file named `D' -- because `-MD' means `put the output
5123 # Copy depcomp to subdir because otherwise we won't find it if we're
5124 # using a relative directory.
5125 cp "$am_depcomp" conftest.dir
5127 # We will build objects and dependencies in a subdirectory because
5128 # it helps to detect inapplicable dependency modes. For instance
5129 # both Tru64's cc and ICC support -MD to output dependencies as a
5130 # side effect of compilation, but ICC will put the dependencies in
5131 # the current directory while Tru64 will put them in the object
5135 am_cv_CC_dependencies_compiler_type=none
5136 if test "$am_compiler_list" = ""; then
5137 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5139 for depmode in $am_compiler_list; do
5140 # Setup a source with many dependencies, because some compilers
5141 # like to wrap large dependency lists on column 80 (with \), and
5142 # we should not choose a depcomp mode which is confused by this.
5144 # We need to recreate these files for each test, as the compiler may
5145 # overwrite some of them when testing with obscure command lines.
5146 # This happens at least with the AIX C compiler.
5148 for i in 1 2 3 4 5 6; do
5149 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5150 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5151 # Solaris 8's {/usr,}/bin/sh.
5152 touch sub/conftst$i.h
5154 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5158 # after this tag, mechanisms are not by side-effect, so they'll
5159 # only be used when explicitly requested
5160 if test "x$enable_dependency_tracking" = xyes; then
5168 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5169 # mode. It turns out that the SunPro C++ compiler does not properly
5170 # handle `-M -o', and we need to detect this.
5171 if depmode=$depmode \
5172 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5173 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5174 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5175 >/dev/null 2>conftest.err &&
5176 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5177 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5178 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5179 # icc doesn't choke on unknown options, it will just issue warnings
5180 # or remarks (even with -Werror). So we grep stderr for any message
5181 # that says an option was ignored or not supported.
5182 # When given -MP, icc 7.0 and 7.1 complain thusly:
5183 # icc: Command line warning: ignoring option '-M'; no argument required
5184 # The diagnosis changed in icc 8.0:
5185 # icc: Command line remark: option '-MP' not supported
5186 if (grep 'ignoring option' conftest.err ||
5187 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5188 am_cv_CC_dependencies_compiler_type=$depmode
5197 am_cv_CC_dependencies_compiler_type=none
5201 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5202 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5203 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5208 test "x$enable_dependency_tracking" != xno \
5209 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5211 am__fastdepCC_FALSE='#'
5213 am__fastdepCC_TRUE='#'
5214 am__fastdepCC_FALSE=
5219 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
5221 # By default we simply use the C compiler to build assembly code.
5223 test "${CCAS+set}" = set || CCAS=$CC
5224 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
5229 ac_cpp='$CPP $CPPFLAGS'
5230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5233 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5234 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5235 # On Suns, sometimes $CPP names a directory.
5236 if test -n "$CPP" && test -d "$CPP"; then
5239 if test -z "$CPP"; then
5240 if test "${ac_cv_prog_CPP+set}" = set; then
5241 $as_echo_n "(cached) " >&6
5243 # Double quotes because CPP needs to be expanded
5244 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5247 for ac_c_preproc_warn_flag in '' yes
5249 # Use a header file that comes with gcc, so configuring glibc
5250 # with a fresh cross-compiler works.
5251 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5252 # <limits.h> exists even on freestanding compilers.
5253 # On the NeXT, cc -E runs the code through the compiler's parser,
5254 # not just through cpp. "Syntax error" is here to catch this case.
5255 cat >conftest.$ac_ext <<_ACEOF
5258 cat confdefs.h >>conftest.$ac_ext
5259 cat >>conftest.$ac_ext <<_ACEOF
5260 /* end confdefs.h. */
5262 # include <limits.h>
5264 # include <assert.h>
5268 if { (ac_try="$ac_cpp conftest.$ac_ext"
5270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5271 *) ac_try_echo=$ac_try;;
5273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5274 $as_echo "$ac_try_echo") >&5
5275 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5277 grep -v '^ *+' conftest.er1 >conftest.err
5279 cat conftest.err >&5
5280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281 (exit $ac_status); } >/dev/null && {
5282 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5283 test ! -s conftest.err
5287 $as_echo "$as_me: failed program was:" >&5
5288 sed 's/^/| /' conftest.$ac_ext >&5
5290 # Broken: fails on valid input.
5294 rm -f conftest.err conftest.$ac_ext
5296 # OK, works on sane cases. Now check whether nonexistent headers
5297 # can be detected and how.
5298 cat >conftest.$ac_ext <<_ACEOF
5301 cat confdefs.h >>conftest.$ac_ext
5302 cat >>conftest.$ac_ext <<_ACEOF
5303 /* end confdefs.h. */
5304 #include <ac_nonexistent.h>
5306 if { (ac_try="$ac_cpp conftest.$ac_ext"
5308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5309 *) ac_try_echo=$ac_try;;
5311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5312 $as_echo "$ac_try_echo") >&5
5313 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5315 grep -v '^ *+' conftest.er1 >conftest.err
5317 cat conftest.err >&5
5318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5319 (exit $ac_status); } >/dev/null && {
5320 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5321 test ! -s conftest.err
5323 # Broken: success on invalid input.
5326 $as_echo "$as_me: failed program was:" >&5
5327 sed 's/^/| /' conftest.$ac_ext >&5
5329 # Passes both tests.
5334 rm -f conftest.err conftest.$ac_ext
5337 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5338 rm -f conftest.err conftest.$ac_ext
5339 if $ac_preproc_ok; then
5351 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5352 $as_echo "$CPP" >&6; }
5354 for ac_c_preproc_warn_flag in '' yes
5356 # Use a header file that comes with gcc, so configuring glibc
5357 # with a fresh cross-compiler works.
5358 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5359 # <limits.h> exists even on freestanding compilers.
5360 # On the NeXT, cc -E runs the code through the compiler's parser,
5361 # not just through cpp. "Syntax error" is here to catch this case.
5362 cat >conftest.$ac_ext <<_ACEOF
5365 cat confdefs.h >>conftest.$ac_ext
5366 cat >>conftest.$ac_ext <<_ACEOF
5367 /* end confdefs.h. */
5369 # include <limits.h>
5371 # include <assert.h>
5375 if { (ac_try="$ac_cpp conftest.$ac_ext"
5377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5378 *) ac_try_echo=$ac_try;;
5380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5381 $as_echo "$ac_try_echo") >&5
5382 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5384 grep -v '^ *+' conftest.er1 >conftest.err
5386 cat conftest.err >&5
5387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5388 (exit $ac_status); } >/dev/null && {
5389 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5390 test ! -s conftest.err
5394 $as_echo "$as_me: failed program was:" >&5
5395 sed 's/^/| /' conftest.$ac_ext >&5
5397 # Broken: fails on valid input.
5401 rm -f conftest.err conftest.$ac_ext
5403 # OK, works on sane cases. Now check whether nonexistent headers
5404 # can be detected and how.
5405 cat >conftest.$ac_ext <<_ACEOF
5408 cat confdefs.h >>conftest.$ac_ext
5409 cat >>conftest.$ac_ext <<_ACEOF
5410 /* end confdefs.h. */
5411 #include <ac_nonexistent.h>
5413 if { (ac_try="$ac_cpp conftest.$ac_ext"
5415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5416 *) ac_try_echo=$ac_try;;
5418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5419 $as_echo "$ac_try_echo") >&5
5420 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5422 grep -v '^ *+' conftest.er1 >conftest.err
5424 cat conftest.err >&5
5425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5426 (exit $ac_status); } >/dev/null && {
5427 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5428 test ! -s conftest.err
5430 # Broken: success on invalid input.
5433 $as_echo "$as_me: failed program was:" >&5
5434 sed 's/^/| /' conftest.$ac_ext >&5
5436 # Passes both tests.
5441 rm -f conftest.err conftest.$ac_ext
5444 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5445 rm -f conftest.err conftest.$ac_ext
5446 if $ac_preproc_ok; then
5449 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5450 See \`config.log' for more details." >&5
5451 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5452 See \`config.log' for more details." >&2;}
5453 { (exit 1); exit 1; }; }
5457 ac_cpp='$CPP $CPPFLAGS'
5458 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5459 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5460 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5463 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5464 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5465 if test "${ac_cv_path_GREP+set}" = set; then
5466 $as_echo_n "(cached) " >&6
5468 if test -z "$GREP"; then
5469 ac_path_GREP_found=false
5470 # Loop through the user's path and test for each of PROGNAME-LIST
5471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5472 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5475 test -z "$as_dir" && as_dir=.
5476 for ac_prog in grep ggrep; do
5477 for ac_exec_ext in '' $ac_executable_extensions; do
5478 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5479 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5480 # Check for GNU ac_path_GREP and select it if it is found.
5481 # Check for GNU $ac_path_GREP
5482 case `"$ac_path_GREP" --version 2>&1` in
5484 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5487 $as_echo_n 0123456789 >"conftest.in"
5490 cat "conftest.in" "conftest.in" >"conftest.tmp"
5491 mv "conftest.tmp" "conftest.in"
5492 cp "conftest.in" "conftest.nl"
5493 $as_echo 'GREP' >> "conftest.nl"
5494 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5495 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5496 ac_count=`expr $ac_count + 1`
5497 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5498 # Best one so far, save it but keep looking for a better one
5499 ac_cv_path_GREP="$ac_path_GREP"
5500 ac_path_GREP_max=$ac_count
5502 # 10*(2^10) chars as input seems more than enough
5503 test $ac_count -gt 10 && break
5505 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5508 $ac_path_GREP_found && break 3
5513 if test -z "$ac_cv_path_GREP"; then
5514 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5515 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5516 { (exit 1); exit 1; }; }
5519 ac_cv_path_GREP=$GREP
5523 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5524 $as_echo "$ac_cv_path_GREP" >&6; }
5525 GREP="$ac_cv_path_GREP"
5528 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
5529 $as_echo_n "checking for egrep... " >&6; }
5530 if test "${ac_cv_path_EGREP+set}" = set; then
5531 $as_echo_n "(cached) " >&6
5533 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5534 then ac_cv_path_EGREP="$GREP -E"
5536 if test -z "$EGREP"; then
5537 ac_path_EGREP_found=false
5538 # Loop through the user's path and test for each of PROGNAME-LIST
5539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5540 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5543 test -z "$as_dir" && as_dir=.
5544 for ac_prog in egrep; do
5545 for ac_exec_ext in '' $ac_executable_extensions; do
5546 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5547 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5548 # Check for GNU ac_path_EGREP and select it if it is found.
5549 # Check for GNU $ac_path_EGREP
5550 case `"$ac_path_EGREP" --version 2>&1` in
5552 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5555 $as_echo_n 0123456789 >"conftest.in"
5558 cat "conftest.in" "conftest.in" >"conftest.tmp"
5559 mv "conftest.tmp" "conftest.in"
5560 cp "conftest.in" "conftest.nl"
5561 $as_echo 'EGREP' >> "conftest.nl"
5562 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5563 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5564 ac_count=`expr $ac_count + 1`
5565 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5566 # Best one so far, save it but keep looking for a better one
5567 ac_cv_path_EGREP="$ac_path_EGREP"
5568 ac_path_EGREP_max=$ac_count
5570 # 10*(2^10) chars as input seems more than enough
5571 test $ac_count -gt 10 && break
5573 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5576 $ac_path_EGREP_found && break 3
5581 if test -z "$ac_cv_path_EGREP"; then
5582 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5583 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5584 { (exit 1); exit 1; }; }
5587 ac_cv_path_EGREP=$EGREP
5592 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5593 $as_echo "$ac_cv_path_EGREP" >&6; }
5594 EGREP="$ac_cv_path_EGREP"
5597 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5598 $as_echo_n "checking for ANSI C header files... " >&6; }
5599 if test "${ac_cv_header_stdc+set}" = set; then
5600 $as_echo_n "(cached) " >&6
5602 cat >conftest.$ac_ext <<_ACEOF
5605 cat confdefs.h >>conftest.$ac_ext
5606 cat >>conftest.$ac_ext <<_ACEOF
5607 /* end confdefs.h. */
5621 rm -f conftest.$ac_objext
5622 if { (ac_try="$ac_compile"
5624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5625 *) ac_try_echo=$ac_try;;
5627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5628 $as_echo "$ac_try_echo") >&5
5629 (eval "$ac_compile") 2>conftest.er1
5631 grep -v '^ *+' conftest.er1 >conftest.err
5633 cat conftest.err >&5
5634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5635 (exit $ac_status); } && {
5636 test -z "$ac_c_werror_flag" ||
5637 test ! -s conftest.err
5638 } && test -s conftest.$ac_objext; then
5639 ac_cv_header_stdc=yes
5641 $as_echo "$as_me: failed program was:" >&5
5642 sed 's/^/| /' conftest.$ac_ext >&5
5644 ac_cv_header_stdc=no
5647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5649 if test $ac_cv_header_stdc = yes; then
5650 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5651 cat >conftest.$ac_ext <<_ACEOF
5654 cat confdefs.h >>conftest.$ac_ext
5655 cat >>conftest.$ac_ext <<_ACEOF
5656 /* end confdefs.h. */
5660 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5661 $EGREP "memchr" >/dev/null 2>&1; then
5664 ac_cv_header_stdc=no
5670 if test $ac_cv_header_stdc = yes; then
5671 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5672 cat >conftest.$ac_ext <<_ACEOF
5675 cat confdefs.h >>conftest.$ac_ext
5676 cat >>conftest.$ac_ext <<_ACEOF
5677 /* end confdefs.h. */
5681 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5682 $EGREP "free" >/dev/null 2>&1; then
5685 ac_cv_header_stdc=no
5691 if test $ac_cv_header_stdc = yes; then
5692 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5693 if test "$cross_compiling" = yes; then
5696 cat >conftest.$ac_ext <<_ACEOF
5699 cat confdefs.h >>conftest.$ac_ext
5700 cat >>conftest.$ac_ext <<_ACEOF
5701 /* end confdefs.h. */
5704 #if ((' ' & 0x0FF) == 0x020)
5705 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5706 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5708 # define ISLOWER(c) \
5709 (('a' <= (c) && (c) <= 'i') \
5710 || ('j' <= (c) && (c) <= 'r') \
5711 || ('s' <= (c) && (c) <= 'z'))
5712 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5715 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5720 for (i = 0; i < 256; i++)
5721 if (XOR (islower (i), ISLOWER (i))
5722 || toupper (i) != TOUPPER (i))
5727 rm -f conftest$ac_exeext
5728 if { (ac_try="$ac_link"
5730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5731 *) ac_try_echo=$ac_try;;
5733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5734 $as_echo "$ac_try_echo") >&5
5735 (eval "$ac_link") 2>&5
5737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5738 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5739 { (case "(($ac_try" in
5740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5741 *) ac_try_echo=$ac_try;;
5743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5744 $as_echo "$ac_try_echo") >&5
5745 (eval "$ac_try") 2>&5
5747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 (exit $ac_status); }; }; then
5751 $as_echo "$as_me: program exited with status $ac_status" >&5
5752 $as_echo "$as_me: failed program was:" >&5
5753 sed 's/^/| /' conftest.$ac_ext >&5
5756 ac_cv_header_stdc=no
5758 rm -rf conftest.dSYM
5759 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5765 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5766 $as_echo "$ac_cv_header_stdc" >&6; }
5767 if test $ac_cv_header_stdc = yes; then
5769 cat >>confdefs.h <<\_ACEOF
5770 #define STDC_HEADERS 1
5775 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5785 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5786 inttypes.h stdint.h unistd.h
5788 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5789 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5790 $as_echo_n "checking for $ac_header... " >&6; }
5791 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5792 $as_echo_n "(cached) " >&6
5794 cat >conftest.$ac_ext <<_ACEOF
5797 cat confdefs.h >>conftest.$ac_ext
5798 cat >>conftest.$ac_ext <<_ACEOF
5799 /* end confdefs.h. */
5800 $ac_includes_default
5802 #include <$ac_header>
5804 rm -f conftest.$ac_objext
5805 if { (ac_try="$ac_compile"
5807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5808 *) ac_try_echo=$ac_try;;
5810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5811 $as_echo "$ac_try_echo") >&5
5812 (eval "$ac_compile") 2>conftest.er1
5814 grep -v '^ *+' conftest.er1 >conftest.err
5816 cat conftest.err >&5
5817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5818 (exit $ac_status); } && {
5819 test -z "$ac_c_werror_flag" ||
5820 test ! -s conftest.err
5821 } && test -s conftest.$ac_objext; then
5822 eval "$as_ac_Header=yes"
5824 $as_echo "$as_me: failed program was:" >&5
5825 sed 's/^/| /' conftest.$ac_ext >&5
5827 eval "$as_ac_Header=no"
5830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5832 ac_res=`eval 'as_val=${'$as_ac_Header'}
5833 $as_echo "$as_val"'`
5834 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5835 $as_echo "$ac_res" >&6; }
5836 if test `eval 'as_val=${'$as_ac_Header'}
5837 $as_echo "$as_val"'` = yes; then
5838 cat >>confdefs.h <<_ACEOF
5839 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5847 # The cast to long int works around a bug in the HP C Compiler
5848 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5849 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5850 # This bug is HP SR number 8606223364.
5851 { $as_echo "$as_me:$LINENO: checking size of void *" >&5
5852 $as_echo_n "checking size of void *... " >&6; }
5853 if test "${ac_cv_sizeof_void_p+set}" = set; then
5854 $as_echo_n "(cached) " >&6
5856 if test "$cross_compiling" = yes; then
5857 # Depending upon the size, compute the lo and hi bounds.
5858 cat >conftest.$ac_ext <<_ACEOF
5861 cat confdefs.h >>conftest.$ac_ext
5862 cat >>conftest.$ac_ext <<_ACEOF
5863 /* end confdefs.h. */
5864 $ac_includes_default
5868 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)];
5875 rm -f conftest.$ac_objext
5876 if { (ac_try="$ac_compile"
5878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5879 *) ac_try_echo=$ac_try;;
5881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5882 $as_echo "$ac_try_echo") >&5
5883 (eval "$ac_compile") 2>conftest.er1
5885 grep -v '^ *+' conftest.er1 >conftest.err
5887 cat conftest.err >&5
5888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5889 (exit $ac_status); } && {
5890 test -z "$ac_c_werror_flag" ||
5891 test ! -s conftest.err
5892 } && test -s conftest.$ac_objext; then
5895 cat >conftest.$ac_ext <<_ACEOF
5898 cat confdefs.h >>conftest.$ac_ext
5899 cat >>conftest.$ac_ext <<_ACEOF
5900 /* end confdefs.h. */
5901 $ac_includes_default
5905 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
5912 rm -f conftest.$ac_objext
5913 if { (ac_try="$ac_compile"
5915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5916 *) ac_try_echo=$ac_try;;
5918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5919 $as_echo "$ac_try_echo") >&5
5920 (eval "$ac_compile") 2>conftest.er1
5922 grep -v '^ *+' conftest.er1 >conftest.err
5924 cat conftest.err >&5
5925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5926 (exit $ac_status); } && {
5927 test -z "$ac_c_werror_flag" ||
5928 test ! -s conftest.err
5929 } && test -s conftest.$ac_objext; then
5930 ac_hi=$ac_mid; break
5932 $as_echo "$as_me: failed program was:" >&5
5933 sed 's/^/| /' conftest.$ac_ext >&5
5935 ac_lo=`expr $ac_mid + 1`
5936 if test $ac_lo -le $ac_mid; then
5940 ac_mid=`expr 2 '*' $ac_mid + 1`
5943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5946 $as_echo "$as_me: failed program was:" >&5
5947 sed 's/^/| /' conftest.$ac_ext >&5
5949 cat >conftest.$ac_ext <<_ACEOF
5952 cat confdefs.h >>conftest.$ac_ext
5953 cat >>conftest.$ac_ext <<_ACEOF
5954 /* end confdefs.h. */
5955 $ac_includes_default
5959 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) < 0)];
5966 rm -f conftest.$ac_objext
5967 if { (ac_try="$ac_compile"
5969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5970 *) ac_try_echo=$ac_try;;
5972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5973 $as_echo "$ac_try_echo") >&5
5974 (eval "$ac_compile") 2>conftest.er1
5976 grep -v '^ *+' conftest.er1 >conftest.err
5978 cat conftest.err >&5
5979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5980 (exit $ac_status); } && {
5981 test -z "$ac_c_werror_flag" ||
5982 test ! -s conftest.err
5983 } && test -s conftest.$ac_objext; then
5986 cat >conftest.$ac_ext <<_ACEOF
5989 cat confdefs.h >>conftest.$ac_ext
5990 cat >>conftest.$ac_ext <<_ACEOF
5991 /* end confdefs.h. */
5992 $ac_includes_default
5996 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= $ac_mid)];
6003 rm -f conftest.$ac_objext
6004 if { (ac_try="$ac_compile"
6006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6007 *) ac_try_echo=$ac_try;;
6009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6010 $as_echo "$ac_try_echo") >&5
6011 (eval "$ac_compile") 2>conftest.er1
6013 grep -v '^ *+' conftest.er1 >conftest.err
6015 cat conftest.err >&5
6016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6017 (exit $ac_status); } && {
6018 test -z "$ac_c_werror_flag" ||
6019 test ! -s conftest.err
6020 } && test -s conftest.$ac_objext; then
6021 ac_lo=$ac_mid; break
6023 $as_echo "$as_me: failed program was:" >&5
6024 sed 's/^/| /' conftest.$ac_ext >&5
6026 ac_hi=`expr '(' $ac_mid ')' - 1`
6027 if test $ac_mid -le $ac_hi; then
6031 ac_mid=`expr 2 '*' $ac_mid`
6034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6037 $as_echo "$as_me: failed program was:" >&5
6038 sed 's/^/| /' conftest.$ac_ext >&5
6043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6047 # Binary search between lo and hi bounds.
6048 while test "x$ac_lo" != "x$ac_hi"; do
6049 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
6050 cat >conftest.$ac_ext <<_ACEOF
6053 cat confdefs.h >>conftest.$ac_ext
6054 cat >>conftest.$ac_ext <<_ACEOF
6055 /* end confdefs.h. */
6056 $ac_includes_default
6060 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
6067 rm -f conftest.$ac_objext
6068 if { (ac_try="$ac_compile"
6070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6071 *) ac_try_echo=$ac_try;;
6073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6074 $as_echo "$ac_try_echo") >&5
6075 (eval "$ac_compile") 2>conftest.er1
6077 grep -v '^ *+' conftest.er1 >conftest.err
6079 cat conftest.err >&5
6080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6081 (exit $ac_status); } && {
6082 test -z "$ac_c_werror_flag" ||
6083 test ! -s conftest.err
6084 } && test -s conftest.$ac_objext; then
6087 $as_echo "$as_me: failed program was:" >&5
6088 sed 's/^/| /' conftest.$ac_ext >&5
6090 ac_lo=`expr '(' $ac_mid ')' + 1`
6093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6096 ?*) ac_cv_sizeof_void_p=$ac_lo;;
6097 '') if test "$ac_cv_type_void_p" = yes; then
6098 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
6099 See \`config.log' for more details." >&5
6100 $as_echo "$as_me: error: cannot compute sizeof (void *)
6101 See \`config.log' for more details." >&2;}
6102 { (exit 77); exit 77; }; }
6104 ac_cv_sizeof_void_p=0
6108 cat >conftest.$ac_ext <<_ACEOF
6111 cat confdefs.h >>conftest.$ac_ext
6112 cat >>conftest.$ac_ext <<_ACEOF
6113 /* end confdefs.h. */
6114 $ac_includes_default
6115 static long int longval () { return (long int) (sizeof (void *)); }
6116 static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
6123 FILE *f = fopen ("conftest.val", "w");
6126 if (((long int) (sizeof (void *))) < 0)
6128 long int i = longval ();
6129 if (i != ((long int) (sizeof (void *))))
6131 fprintf (f, "%ld", i);
6135 unsigned long int i = ulongval ();
6136 if (i != ((long int) (sizeof (void *))))
6138 fprintf (f, "%lu", i);
6140 /* Do not output a trailing newline, as this causes \r\n confusion
6141 on some platforms. */
6142 return ferror (f) || fclose (f) != 0;
6148 rm -f conftest$ac_exeext
6149 if { (ac_try="$ac_link"
6151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6152 *) ac_try_echo=$ac_try;;
6154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6155 $as_echo "$ac_try_echo") >&5
6156 (eval "$ac_link") 2>&5
6158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6159 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6160 { (case "(($ac_try" in
6161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6162 *) ac_try_echo=$ac_try;;
6164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6165 $as_echo "$ac_try_echo") >&5
6166 (eval "$ac_try") 2>&5
6168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6169 (exit $ac_status); }; }; then
6170 ac_cv_sizeof_void_p=`cat conftest.val`
6172 $as_echo "$as_me: program exited with status $ac_status" >&5
6173 $as_echo "$as_me: failed program was:" >&5
6174 sed 's/^/| /' conftest.$ac_ext >&5
6177 if test "$ac_cv_type_void_p" = yes; then
6178 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
6179 See \`config.log' for more details." >&5
6180 $as_echo "$as_me: error: cannot compute sizeof (void *)
6181 See \`config.log' for more details." >&2;}
6182 { (exit 77); exit 77; }; }
6184 ac_cv_sizeof_void_p=0
6187 rm -rf conftest.dSYM
6188 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6192 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
6193 $as_echo "$ac_cv_sizeof_void_p" >&6; }
6197 cat >>confdefs.h <<_ACEOF
6198 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
6202 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6203 $as_echo_n "checking for ANSI C header files... " >&6; }
6204 if test "${ac_cv_header_stdc+set}" = set; then
6205 $as_echo_n "(cached) " >&6
6207 cat >conftest.$ac_ext <<_ACEOF
6210 cat confdefs.h >>conftest.$ac_ext
6211 cat >>conftest.$ac_ext <<_ACEOF
6212 /* end confdefs.h. */
6226 rm -f conftest.$ac_objext
6227 if { (ac_try="$ac_compile"
6229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6230 *) ac_try_echo=$ac_try;;
6232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6233 $as_echo "$ac_try_echo") >&5
6234 (eval "$ac_compile") 2>conftest.er1
6236 grep -v '^ *+' conftest.er1 >conftest.err
6238 cat conftest.err >&5
6239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6240 (exit $ac_status); } && {
6241 test -z "$ac_c_werror_flag" ||
6242 test ! -s conftest.err
6243 } && test -s conftest.$ac_objext; then
6244 ac_cv_header_stdc=yes
6246 $as_echo "$as_me: failed program was:" >&5
6247 sed 's/^/| /' conftest.$ac_ext >&5
6249 ac_cv_header_stdc=no
6252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6254 if test $ac_cv_header_stdc = yes; then
6255 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6256 cat >conftest.$ac_ext <<_ACEOF
6259 cat confdefs.h >>conftest.$ac_ext
6260 cat >>conftest.$ac_ext <<_ACEOF
6261 /* end confdefs.h. */
6265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6266 $EGREP "memchr" >/dev/null 2>&1; then
6269 ac_cv_header_stdc=no
6275 if test $ac_cv_header_stdc = yes; then
6276 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6277 cat >conftest.$ac_ext <<_ACEOF
6280 cat confdefs.h >>conftest.$ac_ext
6281 cat >>conftest.$ac_ext <<_ACEOF
6282 /* end confdefs.h. */
6286 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6287 $EGREP "free" >/dev/null 2>&1; then
6290 ac_cv_header_stdc=no
6296 if test $ac_cv_header_stdc = yes; then
6297 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6298 if test "$cross_compiling" = yes; then
6301 cat >conftest.$ac_ext <<_ACEOF
6304 cat confdefs.h >>conftest.$ac_ext
6305 cat >>conftest.$ac_ext <<_ACEOF
6306 /* end confdefs.h. */
6309 #if ((' ' & 0x0FF) == 0x020)
6310 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6311 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6313 # define ISLOWER(c) \
6314 (('a' <= (c) && (c) <= 'i') \
6315 || ('j' <= (c) && (c) <= 'r') \
6316 || ('s' <= (c) && (c) <= 'z'))
6317 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6320 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6325 for (i = 0; i < 256; i++)
6326 if (XOR (islower (i), ISLOWER (i))
6327 || toupper (i) != TOUPPER (i))
6332 rm -f conftest$ac_exeext
6333 if { (ac_try="$ac_link"
6335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6336 *) ac_try_echo=$ac_try;;
6338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6339 $as_echo "$ac_try_echo") >&5
6340 (eval "$ac_link") 2>&5
6342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6343 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6344 { (case "(($ac_try" in
6345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6346 *) ac_try_echo=$ac_try;;
6348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6349 $as_echo "$ac_try_echo") >&5
6350 (eval "$ac_try") 2>&5
6352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6353 (exit $ac_status); }; }; then
6356 $as_echo "$as_me: program exited with status $ac_status" >&5
6357 $as_echo "$as_me: failed program was:" >&5
6358 sed 's/^/| /' conftest.$ac_ext >&5
6361 ac_cv_header_stdc=no
6363 rm -rf conftest.dSYM
6364 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6370 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6371 $as_echo "$ac_cv_header_stdc" >&6; }
6372 if test $ac_cv_header_stdc = yes; then
6374 cat >>confdefs.h <<\_ACEOF
6375 #define STDC_HEADERS 1
6380 # Make sure we can run config.sub.
6381 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
6382 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
6383 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
6384 { (exit 1); exit 1; }; }
6386 { $as_echo "$as_me:$LINENO: checking build system type" >&5
6387 $as_echo_n "checking build system type... " >&6; }
6388 if test "${ac_cv_build+set}" = set; then
6389 $as_echo_n "(cached) " >&6
6391 ac_build_alias=$build_alias
6392 test "x$ac_build_alias" = x &&
6393 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
6394 test "x$ac_build_alias" = x &&
6395 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
6396 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
6397 { (exit 1); exit 1; }; }
6398 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
6399 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
6400 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
6401 { (exit 1); exit 1; }; }
6404 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
6405 $as_echo "$ac_cv_build" >&6; }
6406 case $ac_cv_build in
6408 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
6409 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
6410 { (exit 1); exit 1; }; };;
6413 ac_save_IFS=$IFS; IFS='-'
6419 # Remember, the first character of IFS is used to create $*,
6420 # except with old shells:
6423 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
6426 { $as_echo "$as_me:$LINENO: checking host system type" >&5
6427 $as_echo_n "checking host system type... " >&6; }
6428 if test "${ac_cv_host+set}" = set; then
6429 $as_echo_n "(cached) " >&6
6431 if test "x$host_alias" = x; then
6432 ac_cv_host=$ac_cv_build
6434 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
6435 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
6436 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
6437 { (exit 1); exit 1; }; }
6441 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
6442 $as_echo "$ac_cv_host" >&6; }
6445 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
6446 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
6447 { (exit 1); exit 1; }; };;
6450 ac_save_IFS=$IFS; IFS='-'
6456 # Remember, the first character of IFS is used to create $*,
6457 # except with old shells:
6460 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
6464 # Extract the first word of "pod2man", so it can be a program name with args.
6465 set dummy pod2man; ac_word=$2
6466 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6467 $as_echo_n "checking for $ac_word... " >&6; }
6468 if test "${ac_cv_path_POD2MAN+set}" = set; then
6469 $as_echo_n "(cached) " >&6
6473 ac_cv_path_POD2MAN="$POD2MAN" # Let the user override the test with a path.
6476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480 test -z "$as_dir" && as_dir=.
6481 for ac_exec_ext in '' $ac_executable_extensions; do
6482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6483 ac_cv_path_POD2MAN="$as_dir/$ac_word$ac_exec_ext"
6484 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6494 POD2MAN=$ac_cv_path_POD2MAN
6495 if test -n "$POD2MAN"; then
6496 { $as_echo "$as_me:$LINENO: result: $POD2MAN" >&5
6497 $as_echo "$POD2MAN" >&6; }
6499 { $as_echo "$as_me:$LINENO: result: no" >&5
6500 $as_echo "no" >&6; }
6504 # Extract the first word of "pod2html", so it can be a program name with args.
6505 set dummy pod2html; ac_word=$2
6506 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6507 $as_echo_n "checking for $ac_word... " >&6; }
6508 if test "${ac_cv_path_POD2HTML+set}" = set; then
6509 $as_echo_n "(cached) " >&6
6513 ac_cv_path_POD2HTML="$POD2HTML" # Let the user override the test with a path.
6516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6520 test -z "$as_dir" && as_dir=.
6521 for ac_exec_ext in '' $ac_executable_extensions; do
6522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6523 ac_cv_path_POD2HTML="$as_dir/$ac_word$ac_exec_ext"
6524 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6534 POD2HTML=$ac_cv_path_POD2HTML
6535 if test -n "$POD2HTML"; then
6536 { $as_echo "$as_me:$LINENO: result: $POD2HTML" >&5
6537 $as_echo "$POD2HTML" >&6; }
6539 { $as_echo "$as_me:$LINENO: result: no" >&5
6540 $as_echo "no" >&6; }
6546 # Check whether --enable-trace was given.
6547 if test "${enable_trace+set}" = set; then
6548 enableval=$enable_trace; if test "$enableval" == "yes"; then
6550 cat >>confdefs.h <<\_ACEOF
6551 #define ENABLE_TRACE_IO 1
6557 # Check whether --enable-watch was given.
6558 if test "${enable_watch+set}" = set; then
6559 enableval=$enable_watch; if test "$enableval" == "yes"; then
6561 cat >>confdefs.h <<\_ACEOF
6562 #define ENABLE_WATCH 1
6568 # Check whether --enable-sh4stats was given.
6569 if test "${enable_sh4stats+set}" = set; then
6570 enableval=$enable_sh4stats; if test "$enableval" == "yes"; then
6572 cat >>confdefs.h <<\_ACEOF
6573 #define ENABLE_SH4STATS 1
6580 # Check whether --with-osmesa was given.
6581 if test "${with_osmesa+set}" = set; then
6582 withval=$with_osmesa;
6588 # Check whether --with-gtk was given.
6589 if test "${with_gtk+set}" = set; then
6590 withval=$with_gtk; with_gtk=yes
6597 lxdream_save_cppflags="$CPPFLAGS"
6598 CPPFLAGS="$CPPFLAGS -x objective-c"
6599 cat >conftest.$ac_ext <<_ACEOF
6602 cat confdefs.h >>conftest.$ac_ext
6603 cat >>conftest.$ac_ext <<_ACEOF
6604 /* end confdefs.h. */
6614 rm -f conftest.$ac_objext
6615 if { (ac_try="$ac_compile"
6617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6618 *) ac_try_echo=$ac_try;;
6620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6621 $as_echo "$ac_try_echo") >&5
6622 (eval "$ac_compile") 2>conftest.er1
6624 grep -v '^ *+' conftest.er1 >conftest.err
6626 cat conftest.err >&5
6627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6628 (exit $ac_status); } && {
6629 test -z "$ac_c_werror_flag" ||
6630 test ! -s conftest.err
6631 } && test -s conftest.$ac_objext; then
6634 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
6635 { $as_echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
6636 $as_echo_n "checking for Cocoa/Cocoa.h... " >&6; }
6637 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
6638 $as_echo_n "(cached) " >&6
6640 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
6641 $as_echo "$ac_cv_header_Cocoa_Cocoa_h" >&6; }
6643 # Is the header compilable?
6644 { $as_echo "$as_me:$LINENO: checking Cocoa/Cocoa.h usability" >&5
6645 $as_echo_n "checking Cocoa/Cocoa.h usability... " >&6; }
6646 cat >conftest.$ac_ext <<_ACEOF
6649 cat confdefs.h >>conftest.$ac_ext
6650 cat >>conftest.$ac_ext <<_ACEOF
6651 /* end confdefs.h. */
6652 $ac_includes_default
6653 #include <Cocoa/Cocoa.h>
6655 rm -f conftest.$ac_objext
6656 if { (ac_try="$ac_compile"
6658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6659 *) ac_try_echo=$ac_try;;
6661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6662 $as_echo "$ac_try_echo") >&5
6663 (eval "$ac_compile") 2>conftest.er1
6665 grep -v '^ *+' conftest.er1 >conftest.err
6667 cat conftest.err >&5
6668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6669 (exit $ac_status); } && {
6670 test -z "$ac_c_werror_flag" ||
6671 test ! -s conftest.err
6672 } && test -s conftest.$ac_objext; then
6673 ac_header_compiler=yes
6675 $as_echo "$as_me: failed program was:" >&5
6676 sed 's/^/| /' conftest.$ac_ext >&5
6678 ac_header_compiler=no
6681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6682 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6683 $as_echo "$ac_header_compiler" >&6; }
6685 # Is the header present?
6686 { $as_echo "$as_me:$LINENO: checking Cocoa/Cocoa.h presence" >&5
6687 $as_echo_n "checking Cocoa/Cocoa.h presence... " >&6; }
6688 cat >conftest.$ac_ext <<_ACEOF
6691 cat confdefs.h >>conftest.$ac_ext
6692 cat >>conftest.$ac_ext <<_ACEOF
6693 /* end confdefs.h. */
6694 #include <Cocoa/Cocoa.h>
6696 if { (ac_try="$ac_cpp conftest.$ac_ext"
6698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6699 *) ac_try_echo=$ac_try;;
6701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6702 $as_echo "$ac_try_echo") >&5
6703 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6705 grep -v '^ *+' conftest.er1 >conftest.err
6707 cat conftest.err >&5
6708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6709 (exit $ac_status); } >/dev/null && {
6710 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6711 test ! -s conftest.err
6713 ac_header_preproc=yes
6715 $as_echo "$as_me: failed program was:" >&5
6716 sed 's/^/| /' conftest.$ac_ext >&5
6718 ac_header_preproc=no
6721 rm -f conftest.err conftest.$ac_ext
6722 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6723 $as_echo "$ac_header_preproc" >&6; }
6725 # So? What about this header?
6726 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6728 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&5
6729 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6730 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&5
6731 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&2;}
6732 ac_header_preproc=yes
6735 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&5
6736 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&2;}
6737 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?" >&5
6738 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?" >&2;}
6739 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&5
6740 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&2;}
6741 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: section \"Present But Cannot Be Compiled\"" >&5
6742 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: section \"Present But Cannot Be Compiled\"" >&2;}
6743 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&5
6744 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&2;}
6745 { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&5
6746 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&2;}
6750 { $as_echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
6751 $as_echo_n "checking for Cocoa/Cocoa.h... " >&6; }
6752 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
6753 $as_echo_n "(cached) " >&6
6755 ac_cv_header_Cocoa_Cocoa_h=$ac_header_preproc
6757 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
6758 $as_echo "$ac_cv_header_Cocoa_Cocoa_h" >&6; }
6761 if test $ac_cv_header_Cocoa_Cocoa_h = yes; then
6765 LIBS="$LIBS -framework AppKit"
6766 LIBS="$LIBS -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -framework OpenGL"
6768 cat >>confdefs.h <<\_ACEOF
6769 #define HAVE_COCOA 1
6773 cat >>confdefs.h <<\_ACEOF
6774 #define APPLE_BUILD 1