2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (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 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir=.
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir=./$as_dir;;
283 test -d "$as_dir" || eval $as_mkdir_p || {
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
352 as_val=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
364 as_status=$?; test $as_status -eq 0 && as_status=1
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479 elif ln conf$$.file conf$$ 2>/dev/null; then
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
493 test -d ./-p && rmdir ./-p
497 if test -x / >/dev/null 2>&1; then
500 if ls -dL / >/dev/null 2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev/null 6>&1
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
537 ac_default_prefix=/usr/local
539 ac_config_libobj_dir=.
546 # Identity of this package.
554 ac_unique_file="main.c"
555 # Factoring default headers for most tests.
556 ac_includes_default="\
558 #ifdef HAVE_SYS_TYPES_H
559 # include <sys/types.h>
561 #ifdef HAVE_SYS_STAT_H
562 # include <sys/stat.h>
568 # ifdef HAVE_STDLIB_H
573 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
578 #ifdef HAVE_STRINGS_H
579 # include <strings.h>
581 #ifdef HAVE_INTTYPES_H
582 # include <inttypes.h>
591 enable_option_checking=no
592 ac_subst_vars='LTLIBOBJS
679 READLINE_TEXI_INCFLAG
700 HAVE_NATIVE_GCORE_TARGET
730 INSTALL_STRIP_PROGRAM
759 MAINTAINER_MODE_FALSE
788 program_transform_name
799 ac_subst_files='host_makefile_frag'
801 enable_option_checking
802 enable_maintainer_mode
805 enable_build_with_cxx
806 with_separate_debug_dir
808 with_relocated_sources
810 with_auto_load_safe_path
838 enable_build_warnings
839 enable_gdb_build_warnings
849 with_libbabeltrace_prefix
851 ac_precious_vars='build_alias
868 ac_subdirs_all='testsuite
873 # Initialize some variables set by options.
875 ac_init_version=false
876 ac_unrecognized_opts=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
887 program_transform_name=s,x,x,
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE}'
912 infodir='${datarootdir}/info'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 as_fn_error "invalid feature name: $ac_useropt"
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
989 eval enable_$ac_useropt=no ;;
991 -docdir | --docdir | --docdi | --doc | --do)
993 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 -enable-* | --enable-*)
1002 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003 # Reject names that are not valid shell variable names.
1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 as_fn_error "invalid feature name: $ac_useropt"
1006 ac_useropt_orig=$ac_useropt
1007 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1008 case $ac_user_opts in
1010 "enable_$ac_useropt"
1012 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1013 ac_unrecognized_sep=', ';;
1015 eval enable_$ac_useropt=\$ac_optarg ;;
1017 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1018 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1019 | --exec | --exe | --ex)
1020 ac_prev=exec_prefix ;;
1021 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1022 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1023 | --exec=* | --exe=* | --ex=*)
1024 exec_prefix=$ac_optarg ;;
1026 -gas | --gas | --ga | --g)
1027 # Obsolete; use --with-gas.
1030 -help | --help | --hel | --he | -h)
1031 ac_init_help=long ;;
1032 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1033 ac_init_help=recursive ;;
1034 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1035 ac_init_help=short ;;
1037 -host | --host | --hos | --ho)
1038 ac_prev=host_alias ;;
1039 -host=* | --host=* | --hos=* | --ho=*)
1040 host_alias=$ac_optarg ;;
1042 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046 htmldir=$ac_optarg ;;
1048 -includedir | --includedir | --includedi | --included | --include \
1049 | --includ | --inclu | --incl | --inc)
1050 ac_prev=includedir ;;
1051 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1052 | --includ=* | --inclu=* | --incl=* | --inc=*)
1053 includedir=$ac_optarg ;;
1055 -infodir | --infodir | --infodi | --infod | --info | --inf)
1057 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1058 infodir=$ac_optarg ;;
1060 -libdir | --libdir | --libdi | --libd)
1062 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1063 libdir=$ac_optarg ;;
1065 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1066 | --libexe | --libex | --libe)
1067 ac_prev=libexecdir ;;
1068 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1069 | --libexe=* | --libex=* | --libe=*)
1070 libexecdir=$ac_optarg ;;
1072 -localedir | --localedir | --localedi | --localed | --locale)
1073 ac_prev=localedir ;;
1074 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1075 localedir=$ac_optarg ;;
1077 -localstatedir | --localstatedir | --localstatedi | --localstated \
1078 | --localstate | --localstat | --localsta | --localst | --locals)
1079 ac_prev=localstatedir ;;
1080 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1081 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1082 localstatedir=$ac_optarg ;;
1084 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1087 mandir=$ac_optarg ;;
1089 -nfp | --nfp | --nf)
1090 # Obsolete; use --without-fp.
1093 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1094 | --no-cr | --no-c | -n)
1097 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1098 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1102 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1103 | --oldin | --oldi | --old | --ol | --o)
1104 ac_prev=oldincludedir ;;
1105 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1106 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1107 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1108 oldincludedir=$ac_optarg ;;
1110 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1113 prefix=$ac_optarg ;;
1115 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1116 | --program-pre | --program-pr | --program-p)
1117 ac_prev=program_prefix ;;
1118 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1119 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1120 program_prefix=$ac_optarg ;;
1122 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1123 | --program-suf | --program-su | --program-s)
1124 ac_prev=program_suffix ;;
1125 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1126 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1127 program_suffix=$ac_optarg ;;
1129 -program-transform-name | --program-transform-name \
1130 | --program-transform-nam | --program-transform-na \
1131 | --program-transform-n | --program-transform- \
1132 | --program-transform | --program-transfor \
1133 | --program-transfo | --program-transf \
1134 | --program-trans | --program-tran \
1135 | --progr-tra | --program-tr | --program-t)
1136 ac_prev=program_transform_name ;;
1137 -program-transform-name=* | --program-transform-name=* \
1138 | --program-transform-nam=* | --program-transform-na=* \
1139 | --program-transform-n=* | --program-transform-=* \
1140 | --program-transform=* | --program-transfor=* \
1141 | --program-transfo=* | --program-transf=* \
1142 | --program-trans=* | --program-tran=* \
1143 | --progr-tra=* | --program-tr=* | --program-t=*)
1144 program_transform_name=$ac_optarg ;;
1146 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1149 pdfdir=$ac_optarg ;;
1151 -psdir | --psdir | --psdi | --psd | --ps)
1153 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1157 | -silent | --silent | --silen | --sile | --sil)
1160 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164 sbindir=$ac_optarg ;;
1166 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1167 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1168 | --sharedst | --shareds | --shared | --share | --shar \
1170 ac_prev=sharedstatedir ;;
1171 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1172 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1173 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175 sharedstatedir=$ac_optarg ;;
1177 -site | --site | --sit)
1179 -site=* | --site=* | --sit=*)
1182 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1185 srcdir=$ac_optarg ;;
1187 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1188 | --syscon | --sysco | --sysc | --sys | --sy)
1189 ac_prev=sysconfdir ;;
1190 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1191 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1192 sysconfdir=$ac_optarg ;;
1194 -target | --target | --targe | --targ | --tar | --ta | --t)
1195 ac_prev=target_alias ;;
1196 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1197 target_alias=$ac_optarg ;;
1199 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 -version | --version | --versio | --versi | --vers | -V)
1203 ac_init_version=: ;;
1206 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1207 # Reject names that are not valid shell variable names.
1208 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1209 as_fn_error "invalid package name: $ac_useropt"
1210 ac_useropt_orig=$ac_useropt
1211 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1212 case $ac_user_opts in
1216 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1217 ac_unrecognized_sep=', ';;
1219 eval with_$ac_useropt=\$ac_optarg ;;
1221 -without-* | --without-*)
1222 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1223 # Reject names that are not valid shell variable names.
1224 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1225 as_fn_error "invalid package name: $ac_useropt"
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1235 eval with_$ac_useropt=no ;;
1238 # Obsolete; use --with-x.
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) as_fn_error "unrecognized option: \`$ac_option'
1256 Try \`$0 --help' for more information."
1260 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1261 # Reject names that are not valid shell variable names.
1262 case $ac_envvar in #(
1263 '' | [0-9]* | *[!_$as_cr_alnum]* )
1264 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 as_fn_error "missing argument to $ac_option"
1285 if test -n "$ac_unrecognized_opts"; then
1286 case $enable_option_checking in
1288 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1289 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1293 # Check all directory arguments for consistency.
1294 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1295 datadir sysconfdir sharedstatedir localstatedir includedir \
1296 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1297 libdir localedir mandir
1299 eval ac_val=\$$ac_var
1300 # Remove trailing slashes.
1303 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1304 eval $ac_var=\$ac_val;;
1306 # Be sure to have absolute directory names.
1308 [\\/$]* | ?:[\\/]* ) continue;;
1309 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1311 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1314 # There might be people who depend on the old broken behavior: `$host'
1315 # used to hold the argument of --host etc.
1316 # FIXME: To remove some day.
1319 target=$target_alias
1321 # FIXME: To remove some day.
1322 if test "x$host_alias" != x; then
1323 if test "x$build_alias" = x; then
1324 cross_compiling=maybe
1325 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1326 If a cross compiler is detected then cross compile mode will be used." >&2
1327 elif test "x$build_alias" != "x$host_alias"; then
1333 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1335 test "$silent" = yes && exec 6>/dev/null
1338 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1339 ac_ls_di=`ls -di .` &&
1340 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1341 as_fn_error "working directory cannot be determined"
1342 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1343 as_fn_error "pwd does not report name of working directory"
1346 # Find the source files, if location was not specified.
1347 if test -z "$srcdir"; then
1348 ac_srcdir_defaulted=yes
1349 # Try the directory containing this script, then the parent directory.
1350 ac_confdir=`$as_dirname -- "$as_myself" ||
1351 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1352 X"$as_myself" : 'X\(//\)[^/]' \| \
1353 X"$as_myself" : 'X\(//\)$' \| \
1354 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1355 $as_echo X"$as_myself" |
1356 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1374 if test ! -r "$srcdir/$ac_unique_file"; then
1378 ac_srcdir_defaulted=no
1380 if test ! -r "$srcdir/$ac_unique_file"; then
1381 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1382 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1384 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1386 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1388 # When building in place, set srcdir=.
1389 if test "$ac_abs_confdir" = "$ac_pwd"; then
1392 # Remove unnecessary trailing slashes from srcdir.
1393 # Double slashes in file names in object file debugging info
1394 # mess up M-x gdb in Emacs.
1396 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1398 for ac_var in $ac_precious_vars; do
1399 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1400 eval ac_env_${ac_var}_value=\$${ac_var}
1401 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1402 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1406 # Report the --help message.
1408 if test "$ac_init_help" = "long"; then
1409 # Omit some internal or obsolete options to make the list less imposing.
1410 # This message is too long to be a string in the A/UX 3.1 sh.
1412 \`configure' configures this package to adapt to many kinds of systems.
1414 Usage: $0 [OPTION]... [VAR=VALUE]...
1416 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1417 VAR=VALUE. See below for descriptions of some of the useful variables.
1419 Defaults for the options are specified in brackets.
1422 -h, --help display this help and exit
1423 --help=short display options specific to this package
1424 --help=recursive display the short help of all the included packages
1425 -V, --version display version information and exit
1426 -q, --quiet, --silent do not print \`checking...' messages
1427 --cache-file=FILE cache test results in FILE [disabled]
1428 -C, --config-cache alias for \`--cache-file=config.cache'
1429 -n, --no-create do not create output files
1430 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1432 Installation directories:
1433 --prefix=PREFIX install architecture-independent files in PREFIX
1434 [$ac_default_prefix]
1435 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1438 By default, \`make install' will install all the files in
1439 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1440 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1441 for instance \`--prefix=\$HOME'.
1443 For better control, use the options below.
1445 Fine tuning of the installation directories:
1446 --bindir=DIR user executables [EPREFIX/bin]
1447 --sbindir=DIR system admin executables [EPREFIX/sbin]
1448 --libexecdir=DIR program executables [EPREFIX/libexec]
1449 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1450 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1451 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1452 --libdir=DIR object code libraries [EPREFIX/lib]
1453 --includedir=DIR C header files [PREFIX/include]
1454 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1455 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1456 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1457 --infodir=DIR info documentation [DATAROOTDIR/info]
1458 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1459 --mandir=DIR man documentation [DATAROOTDIR/man]
1460 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1461 --htmldir=DIR html documentation [DOCDIR]
1462 --dvidir=DIR dvi documentation [DOCDIR]
1463 --pdfdir=DIR pdf documentation [DOCDIR]
1464 --psdir=DIR ps documentation [DOCDIR]
1470 --program-prefix=PREFIX prepend PREFIX to installed program names
1471 --program-suffix=SUFFIX append SUFFIX to installed program names
1472 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1475 --x-includes=DIR X include files are in DIR
1476 --x-libraries=DIR X library files are in DIR
1479 --build=BUILD configure for building on BUILD [guessed]
1480 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1481 --target=TARGET configure for building compilers for TARGET [HOST]
1485 if test -n "$ac_init_help"; then
1490 --disable-option-checking ignore unrecognized --enable/--with options
1491 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1492 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1493 --enable-maintainer-mode enable make rules and dependencies not useful
1494 (and sometimes confusing) to the casual installer
1495 --enable-plugins Enable support for plugins
1496 --disable-largefile omit support for large files
1497 --enable-build-with-cxx build with C++ compiler instead of C compiler
1498 --enable-targets=TARGETS
1499 alternative target configurations
1500 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1501 --disable-gdbcli disable command-line interface (CLI)
1502 --disable-gdbmi disable machine-interface (MI)
1503 --enable-tui enable full-screen terminal user interface (TUI)
1504 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1505 --enable-profiling enable profiling of GDB
1506 --disable-rpath do not hardcode runtime library paths
1507 --enable-libmcheck Try linking with -lmcheck if available
1508 --enable-werror treat compile warnings as errors
1509 --enable-build-warnings enable build-time compiler warnings if gcc is used
1510 --enable-gdb-build-warnings
1511 enable GDB specific build-time compiler warnings if
1513 --enable-sim link gdb with simulator
1514 --enable-multi-ice build the multi-ice-gdb-server
1515 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1519 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1520 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1521 --with-separate-debug-dir=PATH
1522 look for global separate debug info in this path
1524 --with-gdb-datadir=PATH look for global separate data files in this path
1526 --with-relocated-sources=PATH
1527 automatically relocate this path for source files
1528 --with-auto-load-dir=PATH
1529 directories from which to load auto-loaded scripts
1530 [$debugdir:$datadir/auto-load]
1531 --with-auto-load-safe-path=PATH
1532 directories safe to hold auto-loaded files
1533 [--with-auto-load-dir]
1534 --without-auto-load-safe-path
1535 do not restrict auto-loaded files locations
1536 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
1537 --with-curses use the curses library instead of the termcap
1539 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1540 --with-bugurl=URL Direct users to URL to report a bug
1541 --with-system-zlib use installed libz
1542 --with-libiconv-prefix=DIR
1543 search for libiconv in DIR/include and DIR/lib
1544 --with-iconv-bin=PATH specify where to find the iconv program
1545 --with-system-readline use installed readline library
1546 --with-jit-reader-dir=PATH
1547 directory to load the JIT readers from
1548 --with-expat include expat support (auto/yes/no)
1549 --with-gnu-ld assume the C compiler uses GNU ld default=no
1550 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1551 --without-libexpat-prefix don't search for libexpat in includedir and libdir
1552 --with-python[=PYTHON] include python support
1553 (auto/yes/no/<python-program>)
1554 --with-guile[=GUILE] include guile support
1555 (auto/yes/no/<guile-version>/<pkg-config-program>)
1556 --without-included-regex
1557 don't use included regex; this is the default on
1558 systems with version 2 of the GNU C library (use
1559 with caution on other system)
1560 --with-sysroot[=DIR] search for usr/lib et al within DIR
1561 --with-system-gdbinit=PATH
1562 automatically load a system-wide gdbinit file
1563 --with-lzma support lzma compression (auto/yes/no)
1564 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1565 --without-liblzma-prefix don't search for liblzma in includedir and libdir
1566 --with-tcl directory containing tcl configuration (tclConfig.sh)
1567 --with-tk directory containing tk configuration (tkConfig.sh)
1568 --with-x use the X Window System
1569 --with-babeltrace include babeltrace support (auto/yes/no)
1570 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1571 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
1573 Some influential environment variables:
1574 CC C compiler command
1575 CFLAGS C compiler flags
1576 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1577 nonstandard directory <lib dir>
1578 LIBS libraries to pass to the linker, e.g. -l<library>
1579 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1580 you have headers in a nonstandard directory <include dir>
1581 CXX C++ compiler command
1582 CXXFLAGS C++ compiler flags
1584 MAKEINFO Parent configure detects if it is of sufficient version.
1586 Parameters for MAKEINFO.
1587 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1588 the first program found out of: `bison -y', `byacc', `yacc'.
1589 YFLAGS The list of arguments that will be passed by default to $YACC.
1590 This script will default YFLAGS to the empty string to avoid a
1591 default value of `-d' given by some make applications.
1592 XMKMF Path to xmkmf, Makefile generator for X Window System
1594 Use these variables to override the choices made by `configure' or to help
1595 it to find libraries and programs with nonstandard names/locations.
1597 Report bugs to the package provider.
1602 if test "$ac_init_help" = "recursive"; then
1603 # If there are subdirs, report their specific --help.
1604 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1605 test -d "$ac_dir" ||
1606 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1611 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1613 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1614 # A ".." for each directory in $ac_dir_suffix.
1615 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1616 case $ac_top_builddir_sub in
1617 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1618 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1621 ac_abs_top_builddir=$ac_pwd
1622 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1623 # for backward compatibility:
1624 ac_top_builddir=$ac_top_build_prefix
1627 .) # We are building in place.
1629 ac_top_srcdir=$ac_top_builddir_sub
1630 ac_abs_top_srcdir=$ac_pwd ;;
1631 [\\/]* | ?:[\\/]* ) # Absolute name.
1632 ac_srcdir=$srcdir$ac_dir_suffix;
1633 ac_top_srcdir=$srcdir
1634 ac_abs_top_srcdir=$srcdir ;;
1636 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1637 ac_top_srcdir=$ac_top_build_prefix$srcdir
1638 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1640 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1642 cd "$ac_dir" || { ac_status=$?; continue; }
1643 # Check for guested configure.
1644 if test -f "$ac_srcdir/configure.gnu"; then
1646 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1647 elif test -f "$ac_srcdir/configure"; then
1649 $SHELL "$ac_srcdir/configure" --help=recursive
1651 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1653 cd "$ac_pwd" || { ac_status=$?; break; }
1657 test -n "$ac_init_help" && exit $ac_status
1658 if $ac_init_version; then
1661 generated by GNU Autoconf 2.64
1663 Copyright (C) 2009 Free Software Foundation, Inc.
1664 This configure script is free software; the Free Software Foundation
1665 gives unlimited permission to copy, distribute and modify it.
1670 ## ------------------------ ##
1671 ## Autoconf initialization. ##
1672 ## ------------------------ ##
1674 # ac_fn_c_try_compile LINENO
1675 # --------------------------
1676 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1677 ac_fn_c_try_compile ()
1679 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1680 rm -f conftest.$ac_objext
1681 if { { ac_try="$ac_compile"
1683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1684 *) ac_try_echo=$ac_try;;
1686 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1687 $as_echo "$ac_try_echo"; } >&5
1688 (eval "$ac_compile") 2>conftest.err
1690 if test -s conftest.err; then
1691 grep -v '^ *+' conftest.err >conftest.er1
1692 cat conftest.er1 >&5
1693 mv -f conftest.er1 conftest.err
1695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1696 test $ac_status = 0; } && {
1697 test -z "$ac_c_werror_flag" ||
1698 test ! -s conftest.err
1699 } && test -s conftest.$ac_objext; then :
1702 $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1707 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1710 } # ac_fn_c_try_compile
1712 # ac_fn_cxx_try_compile LINENO
1713 # ----------------------------
1714 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1715 ac_fn_cxx_try_compile ()
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 rm -f conftest.$ac_objext
1719 if { { ac_try="$ac_compile"
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725 $as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_compile") 2>conftest.err
1728 if test -s conftest.err; then
1729 grep -v '^ *+' conftest.err >conftest.er1
1730 cat conftest.er1 >&5
1731 mv -f conftest.er1 conftest.err
1733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1734 test $ac_status = 0; } && {
1735 test -z "$ac_cxx_werror_flag" ||
1736 test ! -s conftest.err
1737 } && test -s conftest.$ac_objext; then :
1740 $as_echo "$as_me: failed program was:" >&5
1741 sed 's/^/| /' conftest.$ac_ext >&5
1745 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1748 } # ac_fn_cxx_try_compile
1750 # ac_fn_c_try_cpp LINENO
1751 # ----------------------
1752 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1755 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1756 if { { ac_try="$ac_cpp conftest.$ac_ext"
1758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1759 *) ac_try_echo=$ac_try;;
1761 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1762 $as_echo "$ac_try_echo"; } >&5
1763 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1765 if test -s conftest.err; then
1766 grep -v '^ *+' conftest.err >conftest.er1
1767 cat conftest.er1 >&5
1768 mv -f conftest.er1 conftest.err
1770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1771 test $ac_status = 0; } >/dev/null && {
1772 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1773 test ! -s conftest.err
1777 $as_echo "$as_me: failed program was:" >&5
1778 sed 's/^/| /' conftest.$ac_ext >&5
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1787 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1788 # -------------------------------------------------------
1789 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1790 # the include files in INCLUDES and setting the cache variable VAR
1792 ac_fn_c_check_header_mongrel ()
1794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797 $as_echo_n "checking for $2... " >&6; }
1798 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799 $as_echo_n "(cached) " >&6
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1803 $as_echo "$ac_res" >&6; }
1805 # Is the header compilable?
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1807 $as_echo_n "checking $2 usability... " >&6; }
1808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1809 /* end confdefs.h. */
1813 if ac_fn_c_try_compile "$LINENO"; then :
1814 ac_header_compiler=yes
1816 ac_header_compiler=no
1818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1820 $as_echo "$ac_header_compiler" >&6; }
1822 # Is the header present?
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1824 $as_echo_n "checking $2 presence... " >&6; }
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1826 /* end confdefs.h. */
1829 if ac_fn_c_try_cpp "$LINENO"; then :
1830 ac_header_preproc=yes
1832 ac_header_preproc=no
1834 rm -f conftest.err conftest.$ac_ext
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1836 $as_echo "$ac_header_preproc" >&6; }
1838 # So? What about this header?
1839 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1842 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1844 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1848 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1850 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1852 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1854 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1856 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1860 $as_echo_n "checking for $2... " >&6; }
1861 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1862 $as_echo_n "(cached) " >&6
1864 eval "$3=\$ac_header_compiler"
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1868 $as_echo "$ac_res" >&6; }
1870 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1872 } # ac_fn_c_check_header_mongrel
1874 # ac_fn_c_try_run LINENO
1875 # ----------------------
1876 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1877 # that executables *can* be run.
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 if { { ac_try="$ac_link"
1883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1884 *) ac_try_echo=$ac_try;;
1886 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1887 $as_echo "$ac_try_echo"; } >&5
1888 (eval "$ac_link") 2>&5
1890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1891 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1892 { { case "(($ac_try" in
1893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1894 *) ac_try_echo=$ac_try;;
1896 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1897 $as_echo "$ac_try_echo"; } >&5
1898 (eval "$ac_try") 2>&5
1900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1901 test $ac_status = 0; }; }; then :
1904 $as_echo "$as_me: program exited with status $ac_status" >&5
1905 $as_echo "$as_me: failed program was:" >&5
1906 sed 's/^/| /' conftest.$ac_ext >&5
1908 ac_retval=$ac_status
1910 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1911 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1916 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1917 # -------------------------------------------------------
1918 # Tests whether HEADER exists and can be compiled using the include files in
1919 # INCLUDES, setting the cache variable VAR accordingly.
1920 ac_fn_c_check_header_compile ()
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1924 $as_echo_n "checking for $2... " >&6; }
1925 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1926 $as_echo_n "(cached) " >&6
1928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1929 /* end confdefs.h. */
1933 if ac_fn_c_try_compile "$LINENO"; then :
1938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1942 $as_echo "$ac_res" >&6; }
1943 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1945 } # ac_fn_c_check_header_compile
1947 # ac_fn_c_try_link LINENO
1948 # -----------------------
1949 # Try to link conftest.$ac_ext, and return whether this succeeded.
1952 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1953 rm -f conftest.$ac_objext conftest$ac_exeext
1954 if { { ac_try="$ac_link"
1956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1957 *) ac_try_echo=$ac_try;;
1959 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1960 $as_echo "$ac_try_echo"; } >&5
1961 (eval "$ac_link") 2>conftest.err
1963 if test -s conftest.err; then
1964 grep -v '^ *+' conftest.err >conftest.er1
1965 cat conftest.er1 >&5
1966 mv -f conftest.er1 conftest.err
1968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1969 test $ac_status = 0; } && {
1970 test -z "$ac_c_werror_flag" ||
1971 test ! -s conftest.err
1972 } && test -s conftest$ac_exeext && {
1973 test "$cross_compiling" = yes ||
1974 $as_test_x conftest$ac_exeext
1978 $as_echo "$as_me: failed program was:" >&5
1979 sed 's/^/| /' conftest.$ac_ext >&5
1983 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1984 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1985 # interfere with the next link command; also delete a directory that is
1986 # left behind by Apple's compiler. We do this before executing the actions.
1987 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1988 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1991 } # ac_fn_c_try_link
1993 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1994 # --------------------------------------------
1995 # Tries to find the compile-time value of EXPR in a program that includes
1996 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1998 ac_fn_c_compute_int ()
2000 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001 if test "$cross_compiling" = yes; then
2002 # Depending upon the size, compute the lo and hi bounds.
2003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2004 /* end confdefs.h. */
2009 static int test_array [1 - 2 * !(($2) >= 0)];
2016 if ac_fn_c_try_compile "$LINENO"; then :
2019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h. */
2025 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2032 if ac_fn_c_try_compile "$LINENO"; then :
2033 ac_hi=$ac_mid; break
2035 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2036 if test $ac_lo -le $ac_mid; then
2040 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2046 /* end confdefs.h. */
2051 static int test_array [1 - 2 * !(($2) < 0)];
2058 if ac_fn_c_try_compile "$LINENO"; then :
2061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2062 /* end confdefs.h. */
2067 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2074 if ac_fn_c_try_compile "$LINENO"; then :
2075 ac_lo=$ac_mid; break
2077 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2078 if test $ac_mid -le $ac_hi; then
2082 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 # Binary search between lo and hi bounds.
2093 while test "x$ac_lo" != "x$ac_hi"; do
2094 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2096 /* end confdefs.h. */
2101 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2108 if ac_fn_c_try_compile "$LINENO"; then :
2111 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2121 /* end confdefs.h. */
2123 static long int longval () { return $2; }
2124 static unsigned long int ulongval () { return $2; }
2131 FILE *f = fopen ("conftest.val", "w");
2136 long int i = longval ();
2139 fprintf (f, "%ld", i);
2143 unsigned long int i = ulongval ();
2146 fprintf (f, "%lu", i);
2148 /* Do not output a trailing newline, as this causes \r\n confusion
2149 on some platforms. */
2150 return ferror (f) || fclose (f) != 0;
2156 if ac_fn_c_try_run "$LINENO"; then :
2157 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2161 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2162 conftest.$ac_objext conftest.beam conftest.$ac_ext
2166 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2169 } # ac_fn_c_compute_int
2171 # ac_fn_c_check_func LINENO FUNC VAR
2172 # ----------------------------------
2173 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2174 ac_fn_c_check_func ()
2176 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2178 $as_echo_n "checking for $2... " >&6; }
2179 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2180 $as_echo_n "(cached) " >&6
2182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2183 /* end confdefs.h. */
2184 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2185 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2186 #define $2 innocuous_$2
2188 /* System header to define __stub macros and hopefully few prototypes,
2189 which can conflict with char $2 (); below.
2190 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2191 <limits.h> exists even on freestanding compilers. */
2194 # include <limits.h>
2196 # include <assert.h>
2201 /* Override any GCC internal prototype to avoid an error.
2202 Use char because int might match the return type of a GCC
2203 builtin and then its argument prototype would still apply. */
2208 /* The GNU C library defines this for functions which it implements
2209 to always fail with ENOSYS. Some functions are actually named
2210 something starting with __ and the normal name is an alias. */
2211 #if defined __stub_$2 || defined __stub___$2
2223 if ac_fn_c_try_link "$LINENO"; then :
2228 rm -f core conftest.err conftest.$ac_objext \
2229 conftest$ac_exeext conftest.$ac_ext
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2233 $as_echo "$ac_res" >&6; }
2234 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2236 } # ac_fn_c_check_func
2238 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2239 # -------------------------------------------
2240 # Tests whether TYPE exists after having included INCLUDES, setting cache
2241 # variable VAR accordingly.
2242 ac_fn_c_check_type ()
2244 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2246 $as_echo_n "checking for $2... " >&6; }
2247 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2248 $as_echo_n "(cached) " >&6
2251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2252 /* end confdefs.h. */
2263 if ac_fn_c_try_compile "$LINENO"; then :
2264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2265 /* end confdefs.h. */
2276 if ac_fn_c_try_compile "$LINENO"; then :
2281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2287 $as_echo "$ac_res" >&6; }
2288 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2290 } # ac_fn_c_check_type
2292 # ac_fn_c_check_decl LINENO SYMBOL VAR
2293 # ------------------------------------
2294 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2295 ac_fn_c_check_decl ()
2297 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2298 as_decl_name=`echo $2|sed 's/ *(.*//'`
2299 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2301 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2302 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2303 $as_echo_n "(cached) " >&6
2305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2306 /* end confdefs.h. */
2311 #ifndef $as_decl_name
2313 (void) $as_decl_use;
2315 (void) $as_decl_name;
2323 if ac_fn_c_try_compile "$LINENO"; then :
2328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2332 $as_echo "$ac_res" >&6; }
2333 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2335 } # ac_fn_c_check_decl
2337 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2338 # ----------------------------------------------------
2339 # Tries to find if the field MEMBER exists in type AGGR, after including
2340 # INCLUDES, setting cache variable VAR accordingly.
2341 ac_fn_c_check_member ()
2343 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2345 $as_echo_n "checking for $2.$3... " >&6; }
2346 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2347 $as_echo_n "(cached) " >&6
2349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2350 /* end confdefs.h. */
2362 if ac_fn_c_try_compile "$LINENO"; then :
2365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2366 /* end confdefs.h. */
2372 if (sizeof ac_aggr.$3)
2378 if ac_fn_c_try_compile "$LINENO"; then :
2383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2389 $as_echo "$ac_res" >&6; }
2390 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2392 } # ac_fn_c_check_member
2393 cat >config.log <<_ACEOF
2394 This file contains any messages produced by compilers while
2395 running configure, to aid debugging if configure makes a mistake.
2397 It was created by $as_me, which was
2398 generated by GNU Autoconf 2.64. Invocation command line was
2410 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2411 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2412 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2413 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2414 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2416 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2417 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2419 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2420 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2421 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2422 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2423 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2424 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2425 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2433 test -z "$as_dir" && as_dir=.
2434 $as_echo "PATH: $as_dir"
2450 # Keep a trace of the command line.
2451 # Strip out --no-create and --no-recursion so they do not pile up.
2452 # Strip out --silent because we don't want to record it for future runs.
2453 # Also quote any args containing shell meta-characters.
2454 # Make two passes to allow for proper duplicate-argument suppression.
2458 ac_must_keep_next=false
2464 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2465 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2466 | -silent | --silent | --silen | --sile | --sil)
2469 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2472 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2474 as_fn_append ac_configure_args1 " '$ac_arg'"
2475 if test $ac_must_keep_next = true; then
2476 ac_must_keep_next=false # Got value, back to normal.
2479 *=* | --config-cache | -C | -disable-* | --disable-* \
2480 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2481 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2482 | -with-* | --with-* | -without-* | --without-* | --x)
2483 case "$ac_configure_args0 " in
2484 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2487 -* ) ac_must_keep_next=true ;;
2490 as_fn_append ac_configure_args " '$ac_arg'"
2495 { ac_configure_args0=; unset ac_configure_args0;}
2496 { ac_configure_args1=; unset ac_configure_args1;}
2498 # When interrupted or exit'd, cleanup temporary files, and complete
2499 # config.log. We remove comments because anyway the quotes in there
2500 # would cause problems or look ugly.
2501 # WARNING: Use '\'' to represent an apostrophe within the trap.
2502 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2503 trap 'exit_status=$?
2504 # Save into config.log some information that might help in debugging.
2509 ## ---------------- ##
2510 ## Cache variables. ##
2511 ## ---------------- ##
2514 # The following way of writing the cache mishandles newlines in values,
2516 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2517 eval ac_val=\$$ac_var
2521 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2522 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2525 _ | IFS | as_nl) ;; #(
2526 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2527 *) { eval $ac_var=; unset $ac_var;} ;;
2532 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2533 *${as_nl}ac_space=\ *)
2535 "s/'\''/'\''\\\\'\'''\''/g;
2536 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2539 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2547 ## ----------------- ##
2548 ## Output variables. ##
2549 ## ----------------- ##
2552 for ac_var in $ac_subst_vars
2554 eval ac_val=\$$ac_var
2556 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2558 $as_echo "$ac_var='\''$ac_val'\''"
2562 if test -n "$ac_subst_files"; then
2564 ## ------------------- ##
2565 ## File substitutions. ##
2566 ## ------------------- ##
2569 for ac_var in $ac_subst_files
2571 eval ac_val=\$$ac_var
2573 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2575 $as_echo "$ac_var='\''$ac_val'\''"
2580 if test -s confdefs.h; then
2590 test "$ac_signal" != 0 &&
2591 $as_echo "$as_me: caught signal $ac_signal"
2592 $as_echo "$as_me: exit $exit_status"
2594 rm -f core *.core core.conftest.* &&
2595 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2598 for ac_signal in 1 2 13 15; do
2599 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2603 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2604 rm -f -r conftest* confdefs.h
2606 $as_echo "/* confdefs.h */" > confdefs.h
2608 # Predefined preprocessor variables.
2610 cat >>confdefs.h <<_ACEOF
2611 #define PACKAGE_NAME "$PACKAGE_NAME"
2614 cat >>confdefs.h <<_ACEOF
2615 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2618 cat >>confdefs.h <<_ACEOF
2619 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2622 cat >>confdefs.h <<_ACEOF
2623 #define PACKAGE_STRING "$PACKAGE_STRING"
2626 cat >>confdefs.h <<_ACEOF
2627 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2630 cat >>confdefs.h <<_ACEOF
2631 #define PACKAGE_URL "$PACKAGE_URL"
2635 # Let the site file select an alternate cache file if it wants to.
2636 # Prefer an explicitly selected file to automatically selected ones.
2639 if test -n "$CONFIG_SITE"; then
2640 ac_site_file1=$CONFIG_SITE
2641 elif test "x$prefix" != xNONE; then
2642 ac_site_file1=$prefix/share/config.site
2643 ac_site_file2=$prefix/etc/config.site
2645 ac_site_file1=$ac_default_prefix/share/config.site
2646 ac_site_file2=$ac_default_prefix/etc/config.site
2648 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2650 test "x$ac_site_file" = xNONE && continue
2651 if test -r "$ac_site_file"; then
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2653 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2654 sed 's/^/| /' "$ac_site_file" >&5
2659 if test -r "$cache_file"; then
2660 # Some versions of bash will fail to source /dev/null (special
2661 # files actually), so we avoid doing that.
2662 if test -f "$cache_file"; then
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2664 $as_echo "$as_me: loading cache $cache_file" >&6;}
2666 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2667 *) . "./$cache_file";;
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2672 $as_echo "$as_me: creating cache $cache_file" >&6;}
2676 # Check that the precious variables saved in the cache have kept the same
2678 ac_cache_corrupted=false
2679 for ac_var in $ac_precious_vars; do
2680 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2681 eval ac_new_set=\$ac_env_${ac_var}_set
2682 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2683 eval ac_new_val=\$ac_env_${ac_var}_value
2684 case $ac_old_set,$ac_new_set in
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2687 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2688 ac_cache_corrupted=: ;;
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2691 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2692 ac_cache_corrupted=: ;;
2695 if test "x$ac_old_val" != "x$ac_new_val"; then
2696 # differences in whitespace do not lead to failure.
2697 ac_old_val_w=`echo x $ac_old_val`
2698 ac_new_val_w=`echo x $ac_new_val`
2699 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2701 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2702 ac_cache_corrupted=:
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2705 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2706 eval $ac_var=\$ac_old_val
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2709 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2711 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2714 # Pass precious variables to config.status.
2715 if test "$ac_new_set" = set; then
2717 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2718 *) ac_arg=$ac_var=$ac_new_val ;;
2720 case " $ac_configure_args " in
2721 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2722 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2726 if $ac_cache_corrupted; then
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2728 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2730 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2731 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2733 ## -------------------- ##
2734 ## Main body of script. ##
2735 ## -------------------- ##
2738 ac_cpp='$CPP $CPPFLAGS'
2739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2747 ac_config_headers="$ac_config_headers config.h:config.in"
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2751 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2752 # Check whether --enable-maintainer-mode was given.
2753 if test "${enable_maintainer_mode+set}" = set; then :
2754 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2756 USE_MAINTAINER_MODE=no
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2760 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2761 if test $USE_MAINTAINER_MODE = yes; then
2762 MAINTAINER_MODE_TRUE=
2763 MAINTAINER_MODE_FALSE='#'
2765 MAINTAINER_MODE_TRUE='#'
2766 MAINTAINER_MODE_FALSE=
2769 MAINT=$MAINTAINER_MODE_TRUE
2773 # Set the 'development' global.
2774 . $srcdir/../bfd/development.sh
2777 ac_cpp='$CPP $CPPFLAGS'
2778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2781 if test -n "$ac_tool_prefix"; then
2782 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2783 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2785 $as_echo_n "checking for $ac_word... " >&6; }
2786 if test "${ac_cv_prog_CC+set}" = set; then :
2787 $as_echo_n "(cached) " >&6
2789 if test -n "$CC"; then
2790 ac_cv_prog_CC="$CC" # Let the user override the test.
2792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796 test -z "$as_dir" && as_dir=.
2797 for ac_exec_ext in '' $ac_executable_extensions; do
2798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2799 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2810 if test -n "$CC"; then
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2812 $as_echo "$CC" >&6; }
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815 $as_echo "no" >&6; }
2820 if test -z "$ac_cv_prog_CC"; then
2822 # Extract the first word of "gcc", so it can be a program name with args.
2823 set dummy gcc; ac_word=$2
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2825 $as_echo_n "checking for $ac_word... " >&6; }
2826 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2827 $as_echo_n "(cached) " >&6
2829 if test -n "$ac_ct_CC"; then
2830 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2836 test -z "$as_dir" && as_dir=.
2837 for ac_exec_ext in '' $ac_executable_extensions; do
2838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2839 ac_cv_prog_ac_ct_CC="gcc"
2840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2850 if test -n "$ac_ct_CC"; then
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2852 $as_echo "$ac_ct_CC" >&6; }
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2855 $as_echo "no" >&6; }
2858 if test "x$ac_ct_CC" = x; then
2861 case $cross_compiling:$ac_tool_warned in
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2864 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2865 ac_tool_warned=yes ;;
2873 if test -z "$CC"; then
2874 if test -n "$ac_tool_prefix"; then
2875 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2876 set dummy ${ac_tool_prefix}cc; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if test "${ac_cv_prog_CC+set}" = set; then :
2880 $as_echo_n "(cached) " >&6
2882 if test -n "$CC"; then
2883 ac_cv_prog_CC="$CC" # Let the user override the test.
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2889 test -z "$as_dir" && as_dir=.
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2892 ac_cv_prog_CC="${ac_tool_prefix}cc"
2893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2903 if test -n "$CC"; then
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2905 $as_echo "$CC" >&6; }
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2914 if test -z "$CC"; then
2915 # Extract the first word of "cc", so it can be a program name with args.
2916 set dummy cc; ac_word=$2
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918 $as_echo_n "checking for $ac_word... " >&6; }
2919 if test "${ac_cv_prog_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
2922 if test -n "$CC"; then
2923 ac_cv_prog_CC="$CC" # Let the user override the test.
2926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930 test -z "$as_dir" && as_dir=.
2931 for ac_exec_ext in '' $ac_executable_extensions; do
2932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2933 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2934 ac_prog_rejected=yes
2938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2945 if test $ac_prog_rejected = yes; then
2946 # We found a bogon in the path, so make sure we never use it.
2947 set dummy $ac_cv_prog_CC
2949 if test $# != 0; then
2950 # We chose a different compiler from the bogus one.
2951 # However, it has the same basename, so the bogon will be chosen
2952 # first if we set CC to just the basename; use the full file name.
2954 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2960 if test -n "$CC"; then
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2962 $as_echo "$CC" >&6; }
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965 $as_echo "no" >&6; }
2970 if test -z "$CC"; then
2971 if test -n "$ac_tool_prefix"; then
2972 for ac_prog in cl.exe
2974 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2975 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2977 $as_echo_n "checking for $ac_word... " >&6; }
2978 if test "${ac_cv_prog_CC+set}" = set; then :
2979 $as_echo_n "(cached) " >&6
2981 if test -n "$CC"; then
2982 ac_cv_prog_CC="$CC" # Let the user override the test.
2984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2988 test -z "$as_dir" && as_dir=.
2989 for ac_exec_ext in '' $ac_executable_extensions; do
2990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2991 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3002 if test -n "$CC"; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3004 $as_echo "$CC" >&6; }
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3007 $as_echo "no" >&6; }
3011 test -n "$CC" && break
3014 if test -z "$CC"; then
3016 for ac_prog in cl.exe
3018 # Extract the first word of "$ac_prog", so it can be a program name with args.
3019 set dummy $ac_prog; ac_word=$2
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3021 $as_echo_n "checking for $ac_word... " >&6; }
3022 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3023 $as_echo_n "(cached) " >&6
3025 if test -n "$ac_ct_CC"; then
3026 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3032 test -z "$as_dir" && as_dir=.
3033 for ac_exec_ext in '' $ac_executable_extensions; do
3034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3035 ac_cv_prog_ac_ct_CC="$ac_prog"
3036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3045 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3046 if test -n "$ac_ct_CC"; then
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3048 $as_echo "$ac_ct_CC" >&6; }
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3051 $as_echo "no" >&6; }
3055 test -n "$ac_ct_CC" && break
3058 if test "x$ac_ct_CC" = x; then
3061 case $cross_compiling:$ac_tool_warned in
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3065 ac_tool_warned=yes ;;
3074 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3075 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3076 as_fn_error "no acceptable C compiler found in \$PATH
3077 See \`config.log' for more details." "$LINENO" 5; }
3079 # Provide some information about the compiler.
3080 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3083 for ac_option in --version -v -V -qversion; do
3084 { { ac_try="$ac_compiler $ac_option >&5"
3086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087 *) ac_try_echo=$ac_try;;
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3093 if test -s conftest.err; then
3095 ... rest of stderr output deleted ...
3096 10q' conftest.err >conftest.er1
3097 cat conftest.er1 >&5
3098 rm -f conftest.er1 conftest.err
3100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3101 test $ac_status = 0; }
3104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3105 /* end confdefs.h. */
3115 ac_clean_files_save=$ac_clean_files
3116 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3117 # Try to create an executable without -o first, disregard a.out.
3118 # It will help us diagnose broken compilers, and finding out an intuition
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3121 $as_echo_n "checking for C compiler default output file name... " >&6; }
3122 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3124 # The possible output files:
3125 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3128 for ac_file in $ac_files
3131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3132 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3137 if { { ac_try="$ac_link_default"
3139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3140 *) ac_try_echo=$ac_try;;
3142 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3143 $as_echo "$ac_try_echo"; } >&5
3144 (eval "$ac_link_default") 2>&5
3146 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3147 test $ac_status = 0; }; then :
3148 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3149 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3150 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3151 # so that the user can short-circuit this test for compilers unknown to
3153 for ac_file in $ac_files ''
3155 test -f "$ac_file" || continue
3157 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3160 # We found the default executable, but exeext='' is most
3164 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3166 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3168 # We set ac_cv_exeext here because the later test for it is not
3169 # safe: cross compilers may not add the suffix if given an `-o'
3170 # argument, so we may need to know it at that point already.
3171 # Even if this section looks crufty: it has the advantage of
3178 test "$ac_cv_exeext" = no && ac_cv_exeext=
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3184 $as_echo "$ac_file" >&6; }
3185 if test -z "$ac_file"; then :
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3191 { as_fn_set_status 77
3192 as_fn_error "C compiler cannot create executables
3193 See \`config.log' for more details." "$LINENO" 5; }; }
3195 ac_exeext=$ac_cv_exeext
3197 # Check that the compiler produces executables we can run. If not, either
3198 # the compiler is broken, or we cross compile.
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3200 $as_echo_n "checking whether the C compiler works... " >&6; }
3201 # If not cross compiling, check that we can run a simple program.
3202 if test "$cross_compiling" != yes; then
3203 if { ac_try='./$ac_file'
3204 { { case "(($ac_try" in
3205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3206 *) ac_try_echo=$ac_try;;
3208 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3209 $as_echo "$ac_try_echo"; } >&5
3210 (eval "$ac_try") 2>&5
3212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3213 test $ac_status = 0; }; }; then
3216 if test "$cross_compiling" = maybe; then
3219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3221 as_fn_error "cannot run C compiled programs.
3222 If you meant to cross compile, use \`--host'.
3223 See \`config.log' for more details." "$LINENO" 5; }
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3228 $as_echo "yes" >&6; }
3230 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3231 ac_clean_files=$ac_clean_files_save
3232 # Check that the compiler produces executables we can run. If not, either
3233 # the compiler is broken, or we cross compile.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3235 $as_echo_n "checking whether we are cross compiling... " >&6; }
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3237 $as_echo "$cross_compiling" >&6; }
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3240 $as_echo_n "checking for suffix of executables... " >&6; }
3241 if { { ac_try="$ac_link"
3243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3244 *) ac_try_echo=$ac_try;;
3246 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3247 $as_echo "$ac_try_echo"; } >&5
3248 (eval "$ac_link") 2>&5
3250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3251 test $ac_status = 0; }; then :
3252 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3253 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3254 # work properly (i.e., refer to `conftest.exe'), while it won't with
3256 for ac_file in conftest.exe conftest conftest.*; do
3257 test -f "$ac_file" || continue
3259 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3260 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3268 as_fn_error "cannot compute suffix of executables: cannot compile and link
3269 See \`config.log' for more details." "$LINENO" 5; }
3271 rm -f conftest$ac_cv_exeext
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3273 $as_echo "$ac_cv_exeext" >&6; }
3275 rm -f conftest.$ac_ext
3276 EXEEXT=$ac_cv_exeext
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3279 $as_echo_n "checking for suffix of object files... " >&6; }
3280 if test "${ac_cv_objext+set}" = set; then :
3281 $as_echo_n "(cached) " >&6
3283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3284 /* end confdefs.h. */
3294 rm -f conftest.o conftest.obj
3295 if { { ac_try="$ac_compile"
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3300 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3301 $as_echo "$ac_try_echo"; } >&5
3302 (eval "$ac_compile") 2>&5
3304 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3305 test $ac_status = 0; }; then :
3306 for ac_file in conftest.o conftest.obj conftest.*; do
3307 test -f "$ac_file" || continue;
3309 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3310 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3315 $as_echo "$as_me: failed program was:" >&5
3316 sed 's/^/| /' conftest.$ac_ext >&5
3318 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3319 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3320 as_fn_error "cannot compute suffix of object files: cannot compile
3321 See \`config.log' for more details." "$LINENO" 5; }
3323 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3326 $as_echo "$ac_cv_objext" >&6; }
3327 OBJEXT=$ac_cv_objext
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3330 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3331 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3332 $as_echo_n "(cached) " >&6
3334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3335 /* end confdefs.h. */
3348 if ac_fn_c_try_compile "$LINENO"; then :
3353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3354 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3358 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3359 if test $ac_compiler_gnu = yes; then
3364 ac_test_CFLAGS=${CFLAGS+set}
3365 ac_save_CFLAGS=$CFLAGS
3366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3367 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3368 if test "${ac_cv_prog_cc_g+set}" = set; then :
3369 $as_echo_n "(cached) " >&6
3371 ac_save_c_werror_flag=$ac_c_werror_flag
3372 ac_c_werror_flag=yes
3375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3376 /* end confdefs.h. */
3386 if ac_fn_c_try_compile "$LINENO"; then :
3390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3391 /* end confdefs.h. */
3401 if ac_fn_c_try_compile "$LINENO"; then :
3404 ac_c_werror_flag=$ac_save_c_werror_flag
3406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3407 /* end confdefs.h. */
3417 if ac_fn_c_try_compile "$LINENO"; then :
3420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3425 ac_c_werror_flag=$ac_save_c_werror_flag
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3428 $as_echo "$ac_cv_prog_cc_g" >&6; }
3429 if test "$ac_test_CFLAGS" = set; then
3430 CFLAGS=$ac_save_CFLAGS
3431 elif test $ac_cv_prog_cc_g = yes; then
3432 if test "$GCC" = yes; then
3438 if test "$GCC" = yes; then
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3445 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3446 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3447 $as_echo_n "(cached) " >&6
3449 ac_cv_prog_cc_c89=no
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452 /* end confdefs.h. */
3455 #include <sys/types.h>
3456 #include <sys/stat.h>
3457 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3458 struct buf { int x; };
3459 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3460 static char *e (p, i)
3466 static char *f (char * (*g) (char **, int), char **p, ...)
3471 s = g (p, va_arg (v,int));
3476 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3477 function prototypes and stuff, but not '\xHH' hex character constants.
3478 These don't provoke an error unfortunately, instead are silently treated
3479 as 'x'. The following induces an error, until -std is added to get
3480 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3481 array size at least. It's necessary to write '\x00'==0 to get something
3482 that's true only with -std. */
3483 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3485 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3486 inside strings and character constants. */
3488 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3490 int test (int i, double x);
3491 struct s1 {int (*f) (int a);};
3492 struct s2 {int (*f) (double a);};
3493 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3499 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3504 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3505 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3507 CC="$ac_save_CC $ac_arg"
3508 if ac_fn_c_try_compile "$LINENO"; then :
3509 ac_cv_prog_cc_c89=$ac_arg
3511 rm -f core conftest.err conftest.$ac_objext
3512 test "x$ac_cv_prog_cc_c89" != "xno" && break
3514 rm -f conftest.$ac_ext
3519 case "x$ac_cv_prog_cc_c89" in
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3522 $as_echo "none needed" >&6; } ;;
3524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3525 $as_echo "unsupported" >&6; } ;;
3527 CC="$CC $ac_cv_prog_cc_c89"
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3529 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3531 if test "x$ac_cv_prog_cc_c89" != xno; then :
3536 ac_cpp='$CPP $CPPFLAGS'
3537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3542 ac_cpp='$CXXCPP $CPPFLAGS'
3543 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3544 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3545 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3546 if test -z "$CXX"; then
3547 if test -n "$CCC"; then
3550 if test -n "$ac_tool_prefix"; then
3551 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3553 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3554 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3556 $as_echo_n "checking for $ac_word... " >&6; }
3557 if test "${ac_cv_prog_CXX+set}" = set; then :
3558 $as_echo_n "(cached) " >&6
3560 if test -n "$CXX"; then
3561 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3567 test -z "$as_dir" && as_dir=.
3568 for ac_exec_ext in '' $ac_executable_extensions; do
3569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3570 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3581 if test -n "$CXX"; then
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3583 $as_echo "$CXX" >&6; }
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3586 $as_echo "no" >&6; }
3590 test -n "$CXX" && break
3593 if test -z "$CXX"; then
3595 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3597 # Extract the first word of "$ac_prog", so it can be a program name with args.
3598 set dummy $ac_prog; ac_word=$2
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3600 $as_echo_n "checking for $ac_word... " >&6; }
3601 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3602 $as_echo_n "(cached) " >&6
3604 if test -n "$ac_ct_CXX"; then
3605 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3611 test -z "$as_dir" && as_dir=.
3612 for ac_exec_ext in '' $ac_executable_extensions; do
3613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3614 ac_cv_prog_ac_ct_CXX="$ac_prog"
3615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3624 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3625 if test -n "$ac_ct_CXX"; then
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3627 $as_echo "$ac_ct_CXX" >&6; }
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3630 $as_echo "no" >&6; }
3634 test -n "$ac_ct_CXX" && break
3637 if test "x$ac_ct_CXX" = x; then
3640 case $cross_compiling:$ac_tool_warned in
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3643 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3644 ac_tool_warned=yes ;;
3652 # Provide some information about the compiler.
3653 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3656 for ac_option in --version -v -V -qversion; do
3657 { { ac_try="$ac_compiler $ac_option >&5"
3659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3660 *) ac_try_echo=$ac_try;;
3662 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3663 $as_echo "$ac_try_echo"; } >&5
3664 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3666 if test -s conftest.err; then
3668 ... rest of stderr output deleted ...
3669 10q' conftest.err >conftest.er1
3670 cat conftest.er1 >&5
3671 rm -f conftest.er1 conftest.err
3673 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3674 test $ac_status = 0; }
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3678 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3679 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3680 $as_echo_n "(cached) " >&6
3682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3683 /* end confdefs.h. */
3696 if ac_fn_cxx_try_compile "$LINENO"; then :
3701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3702 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3706 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3707 if test $ac_compiler_gnu = yes; then
3712 ac_test_CXXFLAGS=${CXXFLAGS+set}
3713 ac_save_CXXFLAGS=$CXXFLAGS
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3715 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3716 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3717 $as_echo_n "(cached) " >&6
3719 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3720 ac_cxx_werror_flag=yes
3723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3724 /* end confdefs.h. */
3734 if ac_fn_cxx_try_compile "$LINENO"; then :
3735 ac_cv_prog_cxx_g=yes
3738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3739 /* end confdefs.h. */
3749 if ac_fn_cxx_try_compile "$LINENO"; then :
3752 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3755 /* end confdefs.h. */
3765 if ac_fn_cxx_try_compile "$LINENO"; then :
3766 ac_cv_prog_cxx_g=yes
3768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3773 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3776 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3777 if test "$ac_test_CXXFLAGS" = set; then
3778 CXXFLAGS=$ac_save_CXXFLAGS
3779 elif test $ac_cv_prog_cxx_g = yes; then
3780 if test "$GXX" = yes; then
3786 if test "$GXX" = yes; then
3793 ac_cpp='$CPP $CPPFLAGS'
3794 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3795 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3796 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3801 ac_cpp='$CPP $CPPFLAGS'
3802 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3803 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3804 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3806 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3807 # On Suns, sometimes $CPP names a directory.
3808 if test -n "$CPP" && test -d "$CPP"; then
3811 if test -z "$CPP"; then
3812 if test "${ac_cv_prog_CPP+set}" = set; then :
3813 $as_echo_n "(cached) " >&6
3815 # Double quotes because CPP needs to be expanded
3816 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3819 for ac_c_preproc_warn_flag in '' yes
3821 # Use a header file that comes with gcc, so configuring glibc
3822 # with a fresh cross-compiler works.
3823 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3824 # <limits.h> exists even on freestanding compilers.
3825 # On the NeXT, cc -E runs the code through the compiler's parser,
3826 # not just through cpp. "Syntax error" is here to catch this case.
3827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3828 /* end confdefs.h. */
3830 # include <limits.h>
3832 # include <assert.h>
3836 if ac_fn_c_try_cpp "$LINENO"; then :
3839 # Broken: fails on valid input.
3842 rm -f conftest.err conftest.$ac_ext
3844 # OK, works on sane cases. Now check whether nonexistent headers
3845 # can be detected and how.
3846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3847 /* end confdefs.h. */
3848 #include <ac_nonexistent.h>
3850 if ac_fn_c_try_cpp "$LINENO"; then :
3851 # Broken: success on invalid input.
3854 # Passes both tests.
3858 rm -f conftest.err conftest.$ac_ext
3861 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3862 rm -f conftest.err conftest.$ac_ext
3863 if $ac_preproc_ok; then :
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3876 $as_echo "$CPP" >&6; }
3878 for ac_c_preproc_warn_flag in '' yes
3880 # Use a header file that comes with gcc, so configuring glibc
3881 # with a fresh cross-compiler works.
3882 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3883 # <limits.h> exists even on freestanding compilers.
3884 # On the NeXT, cc -E runs the code through the compiler's parser,
3885 # not just through cpp. "Syntax error" is here to catch this case.
3886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3887 /* end confdefs.h. */
3889 # include <limits.h>
3891 # include <assert.h>
3895 if ac_fn_c_try_cpp "$LINENO"; then :
3898 # Broken: fails on valid input.
3901 rm -f conftest.err conftest.$ac_ext
3903 # OK, works on sane cases. Now check whether nonexistent headers
3904 # can be detected and how.
3905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3906 /* end confdefs.h. */
3907 #include <ac_nonexistent.h>
3909 if ac_fn_c_try_cpp "$LINENO"; then :
3910 # Broken: success on invalid input.
3913 # Passes both tests.
3917 rm -f conftest.err conftest.$ac_ext
3920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3921 rm -f conftest.err conftest.$ac_ext
3922 if $ac_preproc_ok; then :
3925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3927 as_fn_error "C preprocessor \"$CPP\" fails sanity check
3928 See \`config.log' for more details." "$LINENO" 5; }
3932 ac_cpp='$CPP $CPPFLAGS'
3933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3939 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3940 if test "${ac_cv_path_GREP+set}" = set; then :
3941 $as_echo_n "(cached) " >&6
3943 if test -z "$GREP"; then
3944 ac_path_GREP_found=false
3945 # Loop through the user's path and test for each of PROGNAME-LIST
3946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3947 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3950 test -z "$as_dir" && as_dir=.
3951 for ac_prog in grep ggrep; do
3952 for ac_exec_ext in '' $ac_executable_extensions; do
3953 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3954 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3955 # Check for GNU ac_path_GREP and select it if it is found.
3956 # Check for GNU $ac_path_GREP
3957 case `"$ac_path_GREP" --version 2>&1` in
3959 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3962 $as_echo_n 0123456789 >"conftest.in"
3965 cat "conftest.in" "conftest.in" >"conftest.tmp"
3966 mv "conftest.tmp" "conftest.in"
3967 cp "conftest.in" "conftest.nl"
3968 $as_echo 'GREP' >> "conftest.nl"
3969 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3970 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3971 as_fn_arith $ac_count + 1 && ac_count=$as_val
3972 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3973 # Best one so far, save it but keep looking for a better one
3974 ac_cv_path_GREP="$ac_path_GREP"
3975 ac_path_GREP_max=$ac_count
3977 # 10*(2^10) chars as input seems more than enough
3978 test $ac_count -gt 10 && break
3980 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3983 $ac_path_GREP_found && break 3
3988 if test -z "$ac_cv_path_GREP"; then
3989 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3992 ac_cv_path_GREP=$GREP
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3997 $as_echo "$ac_cv_path_GREP" >&6; }
3998 GREP="$ac_cv_path_GREP"
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4002 $as_echo_n "checking for egrep... " >&6; }
4003 if test "${ac_cv_path_EGREP+set}" = set; then :
4004 $as_echo_n "(cached) " >&6
4006 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4007 then ac_cv_path_EGREP="$GREP -E"
4009 if test -z "$EGREP"; then
4010 ac_path_EGREP_found=false
4011 # Loop through the user's path and test for each of PROGNAME-LIST
4012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4013 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4016 test -z "$as_dir" && as_dir=.
4017 for ac_prog in egrep; do
4018 for ac_exec_ext in '' $ac_executable_extensions; do
4019 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4020 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4021 # Check for GNU ac_path_EGREP and select it if it is found.
4022 # Check for GNU $ac_path_EGREP
4023 case `"$ac_path_EGREP" --version 2>&1` in
4025 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4028 $as_echo_n 0123456789 >"conftest.in"
4031 cat "conftest.in" "conftest.in" >"conftest.tmp"
4032 mv "conftest.tmp" "conftest.in"
4033 cp "conftest.in" "conftest.nl"
4034 $as_echo 'EGREP' >> "conftest.nl"
4035 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4036 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4037 as_fn_arith $ac_count + 1 && ac_count=$as_val
4038 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4039 # Best one so far, save it but keep looking for a better one
4040 ac_cv_path_EGREP="$ac_path_EGREP"
4041 ac_path_EGREP_max=$ac_count
4043 # 10*(2^10) chars as input seems more than enough
4044 test $ac_count -gt 10 && break
4046 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4049 $ac_path_EGREP_found && break 3
4054 if test -z "$ac_cv_path_EGREP"; then
4055 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4058 ac_cv_path_EGREP=$EGREP
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4064 $as_echo "$ac_cv_path_EGREP" >&6; }
4065 EGREP="$ac_cv_path_EGREP"
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4069 $as_echo_n "checking for ANSI C header files... " >&6; }
4070 if test "${ac_cv_header_stdc+set}" = set; then :
4071 $as_echo_n "(cached) " >&6
4073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4074 /* end confdefs.h. */
4088 if ac_fn_c_try_compile "$LINENO"; then :
4089 ac_cv_header_stdc=yes
4091 ac_cv_header_stdc=no
4093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4095 if test $ac_cv_header_stdc = yes; then
4096 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4098 /* end confdefs.h. */
4102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4103 $EGREP "memchr" >/dev/null 2>&1; then :
4106 ac_cv_header_stdc=no
4112 if test $ac_cv_header_stdc = yes; then
4113 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4115 /* end confdefs.h. */
4119 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4120 $EGREP "free" >/dev/null 2>&1; then :
4123 ac_cv_header_stdc=no
4129 if test $ac_cv_header_stdc = yes; then
4130 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4131 if test "$cross_compiling" = yes; then :
4134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4135 /* end confdefs.h. */
4138 #if ((' ' & 0x0FF) == 0x020)
4139 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4140 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4142 # define ISLOWER(c) \
4143 (('a' <= (c) && (c) <= 'i') \
4144 || ('j' <= (c) && (c) <= 'r') \
4145 || ('s' <= (c) && (c) <= 'z'))
4146 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4149 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4154 for (i = 0; i < 256; i++)
4155 if (XOR (islower (i), ISLOWER (i))
4156 || toupper (i) != TOUPPER (i))
4161 if ac_fn_c_try_run "$LINENO"; then :
4164 ac_cv_header_stdc=no
4166 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4167 conftest.$ac_objext conftest.beam conftest.$ac_ext
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4173 $as_echo "$ac_cv_header_stdc" >&6; }
4174 if test $ac_cv_header_stdc = yes; then
4176 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4180 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4181 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4182 inttypes.h stdint.h unistd.h
4184 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4185 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4187 eval as_val=\$$as_ac_Header
4188 if test "x$as_val" = x""yes; then :
4189 cat >>confdefs.h <<_ACEOF
4190 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4199 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4200 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4207 if test "$MINIX" = yes; then
4209 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4212 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4215 $as_echo "#define _MINIX 1" >>confdefs.h
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4221 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4222 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4223 $as_echo_n "(cached) " >&6
4225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4226 /* end confdefs.h. */
4228 # define __EXTENSIONS__ 1
4229 $ac_includes_default
4238 if ac_fn_c_try_compile "$LINENO"; then :
4239 ac_cv_safe_to_define___extensions__=yes
4241 ac_cv_safe_to_define___extensions__=no
4243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4246 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4247 test $ac_cv_safe_to_define___extensions__ = yes &&
4248 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4250 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4252 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4254 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4256 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4260 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4261 for ac_t in install-sh install.sh shtool; do
4262 if test -f "$ac_dir/$ac_t"; then
4264 ac_install_sh="$ac_aux_dir/$ac_t -c"
4269 if test -z "$ac_aux_dir"; then
4270 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4273 # These three variables are undocumented and unsupported,
4274 # and are intended to be withdrawn in a future Autoconf release.
4275 # They can cause serious problems if a builder's source tree is in a directory
4276 # whose full name contains unusual characters.
4277 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4278 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4279 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4282 # Make sure we can run config.sub.
4283 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4284 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4287 $as_echo_n "checking build system type... " >&6; }
4288 if test "${ac_cv_build+set}" = set; then :
4289 $as_echo_n "(cached) " >&6
4291 ac_build_alias=$build_alias
4292 test "x$ac_build_alias" = x &&
4293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4294 test "x$ac_build_alias" = x &&
4295 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4296 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4297 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4301 $as_echo "$ac_cv_build" >&6; }
4302 case $ac_cv_build in
4304 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4307 ac_save_IFS=$IFS; IFS='-'
4313 # Remember, the first character of IFS is used to create $*,
4314 # except with old shells:
4317 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4321 $as_echo_n "checking host system type... " >&6; }
4322 if test "${ac_cv_host+set}" = set; then :
4323 $as_echo_n "(cached) " >&6
4325 if test "x$host_alias" = x; then
4326 ac_cv_host=$ac_cv_build
4328 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4329 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4334 $as_echo "$ac_cv_host" >&6; }
4337 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4340 ac_save_IFS=$IFS; IFS='-'
4346 # Remember, the first character of IFS is used to create $*,
4347 # except with old shells:
4350 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4354 $as_echo_n "checking target system type... " >&6; }
4355 if test "${ac_cv_target+set}" = set; then :
4356 $as_echo_n "(cached) " >&6
4358 if test "x$target_alias" = x; then
4359 ac_cv_target=$ac_cv_host
4361 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4362 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4367 $as_echo "$ac_cv_target" >&6; }
4368 case $ac_cv_target in
4370 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4372 target=$ac_cv_target
4373 ac_save_IFS=$IFS; IFS='-'
4379 # Remember, the first character of IFS is used to create $*,
4380 # except with old shells:
4383 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4386 # The aliases save the names the user supplied, while $host etc.
4387 # will get canonicalized.
4388 test -n "$target_alias" &&
4389 test "$program_prefix$program_suffix$program_transform_name" = \
4391 program_prefix=${target_alias}-
4393 # The tests for host and target for $enable_largefile require
4398 # As the $enable_largefile decision depends on --enable-plugins we must set it
4399 # even in directories otherwise not depending on the $plugins option.
4403 for ac_header in dlfcn.h
4405 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
4407 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
4408 cat >>confdefs.h <<_ACEOF
4409 #define HAVE_DLFCN_H 1
4416 for ac_header in windows.h
4418 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
4420 if test "x$ac_cv_header_windows_h" = x""yes; then :
4421 cat >>confdefs.h <<_ACEOF
4422 #define HAVE_WINDOWS_H 1
4430 # Check whether --enable-plugins was given.
4431 if test "${enable_plugins+set}" = set; then :
4432 enableval=$enable_plugins; case "${enableval}" in
4435 if test "$maybe_plugins" != "yes" ; then
4436 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
4440 plugins=$maybe_plugins
4444 if test "$plugins" = "yes"; then
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
4446 $as_echo_n "checking for library containing dlopen... " >&6; }
4447 if test "${ac_cv_search_dlopen+set}" = set; then :
4448 $as_echo_n "(cached) " >&6
4450 ac_func_search_save_LIBS=$LIBS
4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4452 /* end confdefs.h. */
4454 /* Override any GCC internal prototype to avoid an error.
4455 Use char because int might match the return type of a GCC
4456 builtin and then its argument prototype would still apply. */
4469 for ac_lib in '' dl; do
4470 if test -z "$ac_lib"; then
4471 ac_res="none required"
4474 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4476 if ac_fn_c_try_link "$LINENO"; then :
4477 ac_cv_search_dlopen=$ac_res
4479 rm -f core conftest.err conftest.$ac_objext \
4481 if test "${ac_cv_search_dlopen+set}" = set; then :
4485 if test "${ac_cv_search_dlopen+set}" = set; then :
4488 ac_cv_search_dlopen=no
4491 LIBS=$ac_func_search_save_LIBS
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
4494 $as_echo "$ac_cv_search_dlopen" >&6; }
4495 ac_res=$ac_cv_search_dlopen
4496 if test "$ac_res" != no; then :
4497 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4505 sparc-*-solaris*|i[3-7]86-*-solaris*)
4506 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4507 # are mutually exclusive; and without procfs support, the bfd/ elf module
4508 # cannot provide certain routines such as elfcore_write_prpsinfo
4509 # or elfcore_write_prstatus. So unless the user explicitly requested
4510 # large-file support through the --enable-largefile switch, disable
4511 # large-file support in favor of procfs support.
4512 test "${target}" = "${host}" -a "x$plugins" = xno \
4513 && : ${enable_largefile="no"}
4517 # Check whether --enable-largefile was given.
4518 if test "${enable_largefile+set}" = set; then :
4519 enableval=$enable_largefile;
4522 if test "$enable_largefile" != no; then
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4525 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4526 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4527 $as_echo_n "(cached) " >&6
4529 ac_cv_sys_largefile_CC=no
4530 if test "$GCC" != yes; then
4533 # IRIX 6.2 and later do not support large files by default,
4534 # so use the C compiler's -n32 option if that helps.
4535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4536 /* end confdefs.h. */
4537 #include <sys/types.h>
4538 /* Check that off_t can represent 2**63 - 1 correctly.
4539 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4540 since some C++ compilers masquerading as C compilers
4541 incorrectly reject 9223372036854775807. */
4542 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4543 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4544 && LARGE_OFF_T % 2147483647 == 1)
4554 if ac_fn_c_try_compile "$LINENO"; then :
4557 rm -f core conftest.err conftest.$ac_objext
4559 if ac_fn_c_try_compile "$LINENO"; then :
4560 ac_cv_sys_largefile_CC=' -n32'; break
4562 rm -f core conftest.err conftest.$ac_objext
4566 rm -f conftest.$ac_ext
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4570 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4571 if test "$ac_cv_sys_largefile_CC" != no; then
4572 CC=$CC$ac_cv_sys_largefile_CC
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4576 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4577 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4578 $as_echo_n "(cached) " >&6
4581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4582 /* end confdefs.h. */
4583 #include <sys/types.h>
4584 /* Check that off_t can represent 2**63 - 1 correctly.
4585 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4586 since some C++ compilers masquerading as C compilers
4587 incorrectly reject 9223372036854775807. */
4588 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4589 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4590 && LARGE_OFF_T % 2147483647 == 1)
4600 if ac_fn_c_try_compile "$LINENO"; then :
4601 ac_cv_sys_file_offset_bits=no; break
4603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4606 #define _FILE_OFFSET_BITS 64
4607 #include <sys/types.h>
4608 /* Check that off_t can represent 2**63 - 1 correctly.
4609 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4610 since some C++ compilers masquerading as C compilers
4611 incorrectly reject 9223372036854775807. */
4612 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4613 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4614 && LARGE_OFF_T % 2147483647 == 1)
4624 if ac_fn_c_try_compile "$LINENO"; then :
4625 ac_cv_sys_file_offset_bits=64; break
4627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4628 ac_cv_sys_file_offset_bits=unknown
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4633 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4634 case $ac_cv_sys_file_offset_bits in #(
4637 cat >>confdefs.h <<_ACEOF
4638 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4643 if test $ac_cv_sys_file_offset_bits = unknown; then
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4645 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4646 if test "${ac_cv_sys_large_files+set}" = set; then :
4647 $as_echo_n "(cached) " >&6
4650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4651 /* end confdefs.h. */
4652 #include <sys/types.h>
4653 /* Check that off_t can represent 2**63 - 1 correctly.
4654 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4655 since some C++ compilers masquerading as C compilers
4656 incorrectly reject 9223372036854775807. */
4657 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4658 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4659 && LARGE_OFF_T % 2147483647 == 1)
4669 if ac_fn_c_try_compile "$LINENO"; then :
4670 ac_cv_sys_large_files=no; break
4672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4674 /* end confdefs.h. */
4675 #define _LARGE_FILES 1
4676 #include <sys/types.h>
4677 /* Check that off_t can represent 2**63 - 1 correctly.
4678 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4679 since some C++ compilers masquerading as C compilers
4680 incorrectly reject 9223372036854775807. */
4681 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4682 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4683 && LARGE_OFF_T % 2147483647 == 1)
4693 if ac_fn_c_try_compile "$LINENO"; then :
4694 ac_cv_sys_large_files=1; break
4696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4697 ac_cv_sys_large_files=unknown
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4702 $as_echo "$ac_cv_sys_large_files" >&6; }
4703 case $ac_cv_sys_large_files in #(
4706 cat >>confdefs.h <<_ACEOF
4707 #define _LARGE_FILES $ac_cv_sys_large_files
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4720 $as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4721 if test "${am_cv_prog_cc_stdc+set}" = set; then :
4722 $as_echo_n "(cached) " >&6
4724 am_cv_prog_cc_stdc=no
4726 # Don't try gcc -ansi; that turns off useful extensions and
4727 # breaks some systems' header files.
4728 # AIX -qlanglvl=ansi
4729 # Ultrix and OSF/1 -std1
4730 # HP-UX 10.20 and later -Ae
4731 # HP-UX older versions -Aa -D_HPUX_SOURCE
4732 # SVR4 -Xc -D__EXTENSIONS__
4733 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4735 CC="$ac_save_CC $ac_arg"
4736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4737 /* end confdefs.h. */
4740 #include <sys/types.h>
4741 #include <sys/stat.h>
4742 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4743 struct buf { int x; };
4744 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4745 static char *e (p, i)
4751 static char *f (char * (*g) (char **, int), char **p, ...)
4756 s = g (p, va_arg (v,int));
4760 int test (int i, double x);
4761 struct s1 {int (*f) (int a);};
4762 struct s2 {int (*f) (double a);};
4763 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4771 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4777 if ac_fn_c_try_compile "$LINENO"; then :
4778 am_cv_prog_cc_stdc="$ac_arg"; break
4780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4786 if test -z "$am_cv_prog_cc_stdc"; then
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4788 $as_echo "none needed" >&6; }
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4791 $as_echo "$am_cv_prog_cc_stdc" >&6; }
4793 case "x$am_cv_prog_cc_stdc" in
4795 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4798 # expand $ac_aux_dir to an absolute path
4799 am_aux_dir=`cd $ac_aux_dir && pwd`
4801 if test x"${install_sh}" != xset; then
4804 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4806 install_sh="\${SHELL} $am_aux_dir/install-sh"
4810 # Installed binaries are usually stripped using `strip' when the user
4811 # run `make install-strip'. However `strip' might not be the right
4812 # tool to use in cross-compilation environments, therefore Automake
4813 # will honor the `STRIP' environment variable to overrule this program.
4814 if test "$cross_compiling" != no; then
4815 if test -n "$ac_tool_prefix"; then
4816 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4817 set dummy ${ac_tool_prefix}strip; ac_word=$2
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4819 $as_echo_n "checking for $ac_word... " >&6; }
4820 if test "${ac_cv_prog_STRIP+set}" = set; then :
4821 $as_echo_n "(cached) " >&6
4823 if test -n "$STRIP"; then
4824 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4830 test -z "$as_dir" && as_dir=.
4831 for ac_exec_ext in '' $ac_executable_extensions; do
4832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4833 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843 STRIP=$ac_cv_prog_STRIP
4844 if test -n "$STRIP"; then
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4846 $as_echo "$STRIP" >&6; }
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4849 $as_echo "no" >&6; }
4854 if test -z "$ac_cv_prog_STRIP"; then
4856 # Extract the first word of "strip", so it can be a program name with args.
4857 set dummy strip; ac_word=$2
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4859 $as_echo_n "checking for $ac_word... " >&6; }
4860 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4861 $as_echo_n "(cached) " >&6
4863 if test -n "$ac_ct_STRIP"; then
4864 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870 test -z "$as_dir" && as_dir=.
4871 for ac_exec_ext in '' $ac_executable_extensions; do
4872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4873 ac_cv_prog_ac_ct_STRIP="strip"
4874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4883 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4884 if test -n "$ac_ct_STRIP"; then
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4886 $as_echo "$ac_ct_STRIP" >&6; }
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4889 $as_echo "no" >&6; }
4892 if test "x$ac_ct_STRIP" = x; then
4895 case $cross_compiling:$ac_tool_warned in
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4898 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4899 ac_tool_warned=yes ;;
4904 STRIP="$ac_cv_prog_STRIP"
4908 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4912 for ac_dir in .. "$srcdir"/..; do
4913 for ac_t in install-sh install.sh shtool; do
4914 if test -f "$ac_dir/$ac_t"; then
4916 ac_install_sh="$ac_aux_dir/$ac_t -c"
4921 if test -z "$ac_aux_dir"; then
4922 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
4925 # These three variables are undocumented and unsupported,
4926 # and are intended to be withdrawn in a future Autoconf release.
4927 # They can cause serious problems if a builder's source tree is in a directory
4928 # whose full name contains unusual characters.
4929 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4930 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4931 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4935 test "$program_prefix" != NONE &&
4936 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4937 # Use a double $ so make ignores it.
4938 test "$program_suffix" != NONE &&
4939 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4940 # Double any \ or $.
4941 # By default was `s,x,x', remove it if useless.
4942 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4943 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4946 # See if we are building with C++, and substitute COMPILER.
4948 # Check whether --enable-build-with-cxx was given.
4949 if test "${enable_build_with_cxx+set}" = set; then :
4950 enableval=$enable_build_with_cxx; case $enableval in
4954 as_fn_error "bad value $enableval for --enable-build-with-cxx" "$LINENO" 5 ;;
4957 enable_build_with_cxx=no
4961 if test "$enable_build_with_cxx" = "yes"; then
4962 # We're using -fpermissive as shortcut for now.
4963 COMPILER='$(CXX) -fpermissive'
4970 # Dependency checking.
4971 rm -rf .tst 2>/dev/null
4972 mkdir .tst 2>/dev/null
4973 if test -d .tst; then
4978 rmdir .tst 2>/dev/null
4980 DEPDIR="${am__leading_dot}deps"
4982 ac_config_commands="$ac_config_commands depdir"
4985 depcc="$CC" am_compiler_list=
4987 am_depcomp=$ac_aux_dir/depcomp
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4989 $as_echo_n "checking dependency style of $depcc... " >&6; }
4990 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4993 if test -f "$am_depcomp"; then
4994 # We make a subdir and do the tests there. Otherwise we can end up
4995 # making bogus files that we don't know about and never remove. For
4996 # instance it was reported that on HP-UX the gcc test will end up
4997 # making a dummy file named `D' -- because `-MD' means `put the output
5000 # Copy depcomp to subdir because otherwise we won't find it if we're
5001 # using a relative directory.
5002 cp "$am_depcomp" conftest.dir
5004 # We will build objects and dependencies in a subdirectory because
5005 # it helps to detect inapplicable dependency modes. For instance
5006 # both Tru64's cc and ICC support -MD to output dependencies as a
5007 # side effect of compilation, but ICC will put the dependencies in
5008 # the current directory while Tru64 will put them in the object
5012 am_cv_CC_dependencies_compiler_type=none
5013 if test "$am_compiler_list" = ""; then
5014 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5016 for depmode in $am_compiler_list; do
5017 if test $depmode = none; then break; fi
5019 $as_echo "$as_me:$LINENO: trying $depmode" >&5
5020 # Setup a source with many dependencies, because some compilers
5021 # like to wrap large dependency lists on column 80 (with \), and
5022 # we should not choose a depcomp mode which is confused by this.
5024 # We need to recreate these files for each test, as the compiler may
5025 # overwrite some of them when testing with obscure command lines.
5026 # This happens at least with the AIX C compiler.
5028 for i in 1 2 3 4 5 6; do
5029 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5030 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5031 # Solaris 8's {/usr,}/bin/sh.
5032 touch sub/conftst$i.h
5034 echo "include sub/conftest.Po" > confmf
5036 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5037 # mode. It turns out that the SunPro C++ compiler does not properly
5038 # handle `-M -o', and we need to detect this.
5039 depcmd="depmode=$depmode \
5040 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5041 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5042 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
5043 echo "| $depcmd" | sed -e 's/ */ /g' >&5
5044 if env $depcmd > conftest.err 2>&1 &&
5045 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
5046 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
5047 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
5048 # icc doesn't choke on unknown options, it will just issue warnings
5049 # or remarks (even with -Werror). So we grep stderr for any message
5050 # that says an option was ignored or not supported.
5051 # When given -MP, icc 7.0 and 7.1 complain thusly:
5052 # icc: Command line warning: ignoring option '-M'; no argument required
5053 # The diagnosis changed in icc 8.0:
5054 # icc: Command line remark: option '-MP' not supported
5055 if (grep 'ignoring option' conftest.err ||
5056 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5057 am_cv_CC_dependencies_compiler_type=$depmode
5058 $as_echo "$as_me:$LINENO: success" >&5
5062 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
5063 sed -e 's/^/| /' < conftest.err >&5
5069 am_cv_CC_dependencies_compiler_type=none
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5074 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5075 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
5076 then as_fn_error "no usable dependency style found" "$LINENO" 5
5077 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5082 # Check for the 'make' the user wants to use.
5085 # Extract the first word of "$ac_prog", so it can be a program name with args.
5086 set dummy $ac_prog; ac_word=$2
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5088 $as_echo_n "checking for $ac_word... " >&6; }
5089 if test "${ac_cv_prog_MAKE+set}" = set; then :
5090 $as_echo_n "(cached) " >&6
5092 if test -n "$MAKE"; then
5093 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
5095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099 test -z "$as_dir" && as_dir=.
5100 for ac_exec_ext in '' $ac_executable_extensions; do
5101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5102 ac_cv_prog_MAKE="$ac_prog"
5103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5112 MAKE=$ac_cv_prog_MAKE
5113 if test -n "$MAKE"; then
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
5115 $as_echo "$MAKE" >&6; }
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5118 $as_echo "no" >&6; }
5122 test -n "$MAKE" && break
5126 case "`$MAKE --version 2>&1 | sed 1q`" in
5131 if test "$MAKE_IS_GNU" = yes; then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5140 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5142 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5143 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
5144 $as_echo_n "(cached) " >&6
5146 cat >conftest.make <<\_ACEOF
5149 @echo '@@@%%%=$(MAKE)=@@@%%%'
5151 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5152 case `${MAKE-make} -f conftest.make 2>/dev/null` in
5154 eval ac_cv_prog_make_${ac_make}_set=yes;;
5156 eval ac_cv_prog_make_${ac_make}_set=no;;
5160 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5162 $as_echo "yes" >&6; }
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5166 $as_echo "no" >&6; }
5167 SET_MAKE="MAKE=${MAKE-make}"
5171 gnulib_extra_configure_args=
5172 # If large-file support is disabled, make sure gnulib does the same.
5173 if test "$enable_largefile" = no; then
5174 gnulib_extra_configure_args="$gnulib_extra_configure_args --disable-largefile"
5177 # Configure gnulib. We need to build gnulib under some other
5178 # directory not "gnulib", to avoid the problem of both GDB and
5179 # GDBserver wanting to build it in the same directory, when building
5180 # in the source dir.
5183 in_build="build-gnulib"
5184 in_extra_args="$gnulib_extra_configure_args"
5186 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
5187 # so they do not pile up.
5188 ac_sub_configure_args=
5190 eval "set x $ac_configure_args"
5194 if test -n "$ac_prev"; then
5199 -cache-file | --cache-file | --cache-fil | --cache-fi \
5200 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
5201 ac_prev=cache_file ;;
5202 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
5203 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
5206 --config-cache | -C)
5208 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
5210 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5212 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
5214 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5216 --disable-option-checking)
5220 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5222 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
5226 # Always prepend --prefix to ensure using the same prefix
5227 # in subdir configurations.
5228 ac_arg="--prefix=$prefix"
5230 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5232 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
5235 if test "$silent" = yes; then
5236 ac_sub_configure_args="--silent $ac_sub_configure_args"
5239 # Always prepend --disable-option-checking to silence warnings, since
5240 # different subdirs can have different --enable and --with options.
5241 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
5246 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
5247 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
5248 $as_echo "$ac_msg" >&6
5249 as_dir="$ac_dir"; as_fn_mkdir_p
5253 ac_srcdir=$srcdir/$in_src ;;
5255 ac_srcdir=../$srcdir/$in_src ;;
5260 ac_sub_configure=$ac_srcdir/configure
5262 # Make the cache file name correct relative to the subdirectory.
5264 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
5266 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
5269 if test -n "$in_extra_args"; then
5270 # Add the extra args at the end.
5271 ac_sub_configure_args="$ac_sub_configure_args $in_extra_args"
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
5275 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
5276 # The eval makes quoting arguments work.
5277 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
5278 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
5279 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
5295 # If we haven't got the data from the intl directory,
5296 # assume NLS is disabled.
5305 if test -f ../intl/config.intl; then
5306 . ../intl/config.intl
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
5309 $as_echo_n "checking whether NLS is requested... " >&6; }
5310 if test x"$USE_NLS" != xyes; then
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5312 $as_echo "no" >&6; }
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5315 $as_echo "yes" >&6; }
5317 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
5321 $as_echo_n "checking for catalogs to be installed... " >&6; }
5322 # Look for .po and .gmo files in the source directory.
5325 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
5326 # If there aren't any .gmo files the shell will give us the
5327 # literal string "../path/to/srcdir/po/*.gmo" which has to be
5329 case "$cat" in *\**)
5332 # The quadruple backslash is collapsed to a double backslash
5333 # by the backticks, then collapsed again by the double quotes,
5334 # leaving us with one backslash in the sed expression (right
5335 # before the dot that mustn't act as a wildcard).
5336 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
5337 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
5338 # The user is allowed to set LINGUAS to a list of languages to
5339 # install catalogs for. If it's empty that means "all of them."
5340 if test "x$LINGUAS" = x; then
5341 CATALOGS="$CATALOGS $cat"
5342 XLINGUAS="$XLINGUAS $lang"
5344 case "$LINGUAS" in *$lang*)
5345 CATALOGS="$CATALOGS $cat"
5346 XLINGUAS="$XLINGUAS $lang"
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
5353 $as_echo "$LINGUAS" >&6; }
5366 localedir='${datadir}/locale'
5369 if test x"$USE_NLS" = xyes; then
5370 CONFIG_ALL="$CONFIG_ALL all-po"
5371 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
5372 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
5373 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
5376 GNULIB=build-gnulib/import
5378 # For Makefile dependencies.
5380 if test x"$STDINT_H" != x; then
5381 GNULIB_STDINT_H=$GNULIB/$STDINT_H
5387 cat >>confdefs.h <<_ACEOF
5388 #define PACKAGE "$PACKAGE"
5393 # We never need to detect it in this sub-configure.
5394 # But preserve it for config.status --recheck.
5398 MAKEINFO_EXTRA_FLAGS=""
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
5400 $as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
5401 if test "${gdb_cv_have_makeinfo_click+set}" = set; then :
5402 $as_echo_n "(cached) " >&6
5404 echo '@clicksequence{a @click{} b}' >conftest.texinfo
5405 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
5406 gdb_cv_have_makeinfo_click=yes
5408 gdb_cv_have_makeinfo_click=no
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
5412 $as_echo "$gdb_cv_have_makeinfo_click" >&6; }
5413 if test x"$gdb_cv_have_makeinfo_click" = xyes; then
5414 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
5420 # Check whether --with-separate-debug-dir was given.
5421 if test "${with_separate_debug_dir+set}" = set; then :
5422 withval=$with_separate_debug_dir;
5425 DEBUGDIR=${libdir}/debug
5429 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5430 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5431 ac_define_dir=`eval echo $DEBUGDIR`
5432 ac_define_dir=`eval echo $ac_define_dir`
5434 cat >>confdefs.h <<_ACEOF
5435 #define DEBUGDIR "$ac_define_dir"
5441 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
5442 if test "x$prefix" = xNONE; then
5443 test_prefix=/usr/local
5448 test_prefix=$exec_prefix
5451 case ${ac_define_dir} in
5452 "${test_prefix}"|"${test_prefix}/"*|\
5453 '${exec_prefix}'|'${exec_prefix}/'*)
5458 cat >>confdefs.h <<_ACEOF
5459 #define DEBUGDIR_RELOCATABLE $value
5465 # We can't pass paths as command line arguments.
5466 # Mingw32 tries to be clever and will convert the paths for us.
5467 # For example -DBINDIR="/usr/local/bin" passed on the command line may get
5468 # converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
5469 # This breaks GDB's relocatable path conversions since paths passed in
5470 # config.h would not get so translated, the path prefixes no longer match.
5472 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5473 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5474 ac_define_dir=`eval echo $bindir`
5475 ac_define_dir=`eval echo $ac_define_dir`
5477 cat >>confdefs.h <<_ACEOF
5478 #define BINDIR "$ac_define_dir"
5483 # GDB's datadir relocation
5487 # Check whether --with-gdb-datadir was given.
5488 if test "${with_gdb_datadir+set}" = set; then :
5489 withval=$with_gdb_datadir;
5490 GDB_DATADIR=$withval
5492 GDB_DATADIR=${datadir}/gdb
5496 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5497 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5498 ac_define_dir=`eval echo $GDB_DATADIR`
5499 ac_define_dir=`eval echo $ac_define_dir`
5501 cat >>confdefs.h <<_ACEOF
5502 #define GDB_DATADIR "$ac_define_dir"
5508 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
5509 if test "x$prefix" = xNONE; then
5510 test_prefix=/usr/local
5515 test_prefix=$exec_prefix
5518 case ${ac_define_dir} in
5519 "${test_prefix}"|"${test_prefix}/"*|\
5520 '${exec_prefix}'|'${exec_prefix}/'*)
5525 cat >>confdefs.h <<_ACEOF
5526 #define GDB_DATADIR_RELOCATABLE $value
5533 # Check whether --with-relocated-sources was given.
5534 if test "${with_relocated_sources+set}" = set; then :
5535 withval=$with_relocated_sources; reloc_srcdir="${withval}"
5537 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5538 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5539 ac_define_dir=`eval echo $reloc_srcdir`
5540 ac_define_dir=`eval echo $ac_define_dir`
5542 cat >>confdefs.h <<_ACEOF
5543 #define RELOC_SRCDIR "$ac_define_dir"
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
5552 $as_echo_n "checking for default auto-load directory... " >&6; }
5554 # Check whether --with-auto-load-dir was given.
5555 if test "${with_auto_load_dir+set}" = set; then :
5556 withval=$with_auto_load_dir;
5558 with_auto_load_dir='$debugdir:$datadir/auto-load'
5561 escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
5563 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5564 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5565 ac_define_dir=`eval echo $escape_dir`
5566 ac_define_dir=`eval echo $ac_define_dir`
5568 cat >>confdefs.h <<_ACEOF
5569 #define AUTO_LOAD_DIR "$ac_define_dir"
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
5574 $as_echo "$with_auto_load_dir" >&6; }
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
5577 $as_echo_n "checking for default auto-load safe-path... " >&6; }
5579 # Check whether --with-auto-load-safe-path was given.
5580 if test "${with_auto_load_safe_path+set}" = set; then :
5581 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
5582 with_auto_load_safe_path="/"
5585 with_auto_load_safe_path="$with_auto_load_dir"
5588 escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
5590 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5591 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5592 ac_define_dir=`eval echo $escape_dir`
5593 ac_define_dir=`eval echo $ac_define_dir`
5595 cat >>confdefs.h <<_ACEOF
5596 #define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
5601 $as_echo "$with_auto_load_safe_path" >&6; }
5605 subdirs="$subdirs testsuite"
5608 # Check whether to support alternative target configurations
5609 # Check whether --enable-targets was given.
5610 if test "${enable_targets+set}" = set; then :
5611 enableval=$enable_targets; case "${enableval}" in
5612 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
5614 no) enable_targets= ;;
5615 *) enable_targets=$enableval ;;
5620 # Check whether to enable 64-bit support on 32-bit hosts
5621 # Check whether --enable-64-bit-bfd was given.
5622 if test "${enable_64_bit_bfd+set}" = set; then :
5623 enableval=$enable_64_bit_bfd; case "${enableval}" in
5626 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
5632 # Provide defaults for some variables set by the per-host and per-target
5634 gdb_host_obs=posix-hdep.o
5636 if test "${target}" = "${host}"; then
5642 . $srcdir/configure.host
5644 # Add in the common host objects.
5645 . $srcdir/common/common.host
5646 gdb_host_obs="$gdb_host_obs $common_host_obs"
5648 # Accumulate some settings from configure.tgt over all enabled targets
5652 HAVE_NATIVE_GCORE_TARGET=
5654 for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
5656 if test "$targ_alias" = "all"; then
5659 # Canonicalize the secondary target names.
5660 result=`$ac_config_sub $targ_alias 2>/dev/null`
5661 if test -n "$result"; then
5667 . ${srcdir}/configure.tgt
5669 if test -z "${gdb_target_obs}"; then :
5670 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
5673 # Target-specific object files
5674 for i in ${gdb_target_obs}; do
5675 case " $TARGET_OBS " in
5678 TARGET_OBS="$TARGET_OBS ${i}"
5683 # Check whether this target needs 64-bit CORE_ADDR
5684 if test x${want64} = xfalse; then
5685 . ${srcdir}/../bfd/config.bfd
5688 # Check whether this target is native and supports gcore.
5689 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
5690 && $gdb_have_gcore; then
5691 HAVE_NATIVE_GCORE_TARGET=1
5696 if test x${all_targets} = xtrue; then
5698 # We want all 64-bit targets if we either:
5699 # - run on a 64-bit host or
5700 # - already require 64-bit support for some other target or
5701 # - the --enable-64-bit-bfd option was supplied
5702 # Otherwise we only support all 32-bit targets.
5704 # NOTE: This test must be in sync with the corresponding
5707 if test x${want64} = xfalse; then
5708 # The cast to long int works around a bug in the HP C Compiler
5709 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5710 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5711 # This bug is HP SR number 8606223364.
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5713 $as_echo_n "checking size of long... " >&6; }
5714 if test "${ac_cv_sizeof_long+set}" = set; then :
5715 $as_echo_n "(cached) " >&6
5717 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5720 if test "$ac_cv_type_long" = yes; then
5721 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5722 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5723 { as_fn_set_status 77
5724 as_fn_error "cannot compute sizeof (long)
5725 See \`config.log' for more details." "$LINENO" 5; }; }
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5733 $as_echo "$ac_cv_sizeof_long" >&6; }
5737 cat >>confdefs.h <<_ACEOF
5738 #define SIZEOF_LONG $ac_cv_sizeof_long
5742 if test "x${ac_cv_sizeof_long}" = "x8"; then
5746 if test x${want64} = xtrue; then
5747 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
5749 TARGET_OBS='$(ALL_TARGET_OBS)'
5756 # For other settings, only the main target counts.
5760 targ=$target; . ${srcdir}/configure.tgt
5762 # Fetch the default architecture and default target vector from BFD.
5763 targ=$target; . $srcdir/../bfd/config.bfd
5765 # We only want the first architecture, so strip off the others if
5766 # there is more than one.
5767 targ_archs=`echo $targ_archs | sed 's/ .*//'`
5769 if test "x$targ_archs" != x; then
5771 cat >>confdefs.h <<_ACEOF
5772 #define DEFAULT_BFD_ARCH $targ_archs
5776 if test "x$targ_defvec" != x; then
5778 cat >>confdefs.h <<_ACEOF
5779 #define DEFAULT_BFD_VEC $targ_defvec
5784 # The CLI cannot be disabled yet, but may be in the future.
5787 # Check whether --enable-gdbcli was given.
5788 if test "${enable_gdbcli+set}" = set; then :
5789 enableval=$enable_gdbcli; case $enableval in
5793 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
5795 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
5801 if test x"$enable_gdbcli" = xyes; then
5802 if test -d $srcdir/cli; then
5803 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
5804 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
5805 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
5806 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
5811 # Check whether --enable-gdbmi was given.
5812 if test "${enable_gdbmi+set}" = set; then :
5813 enableval=$enable_gdbmi; case $enableval in
5817 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
5823 if test x"$enable_gdbmi" = xyes; then
5824 if test -d $srcdir/mi; then
5825 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
5826 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
5827 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
5828 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
5833 # Check whether --enable-tui was given.
5834 if test "${enable_tui+set}" = set; then :
5835 enableval=$enable_tui; case $enableval in
5839 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
5847 # Check whether --enable-gdbtk was given.
5848 if test "${enable_gdbtk+set}" = set; then :
5849 enableval=$enable_gdbtk; case $enableval in
5853 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
5856 if test -d $srcdir/gdbtk; then
5863 # We unconditionally disable gdbtk tests on selected platforms.
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
5867 $as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
5871 # Libunwind support for ia64.
5874 # Check whether --with-libunwind-ia64 was given.
5875 if test "${with_libunwind_ia64+set}" = set; then :
5876 withval=$with_libunwind_ia64;
5878 with_libunwind_ia64=auto
5882 # Backward compatibility option.
5883 if test "${with_libunwind+set}" = set; then
5884 if test x"$with_libunwind_ia64" != xauto; then
5885 as_fn_error "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
5888 $as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
5889 with_libunwind_ia64="$with_libunwind"
5892 case "$with_libunwind_ia64" in
5896 for ac_header in libunwind-ia64.h
5898 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5899 if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
5900 cat >>confdefs.h <<_ACEOF
5901 #define HAVE_LIBUNWIND_IA64_H 1
5908 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
5911 as_fn_error "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
5915 if test x"$with_libunwind_ia64" = xyes; then
5916 for ac_header in libunwind-ia64.h
5918 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5919 if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
5920 cat >>confdefs.h <<_ACEOF
5921 #define HAVE_LIBUNWIND_IA64_H 1
5928 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
5929 as_fn_error "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
5931 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
5932 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
5933 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
5938 # Check whether --with-curses was given.
5939 if test "${with_curses+set}" = set; then :
5940 withval=$with_curses; opt_curses=$withval
5945 if test "$opt_curses" = "yes"; then
5949 # Profiling support.
5950 # Check whether --enable-profiling was given.
5951 if test "${enable_profiling+set}" = set; then :
5952 enableval=$enable_profiling; case $enableval in
5956 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
5963 for ac_func in monstartup _mcleanup
5965 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5966 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5967 eval as_val=\$$as_ac_var
5968 if test "x$as_val" = x""yes; then :
5969 cat >>confdefs.h <<_ACEOF
5970 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
5977 $as_echo_n "checking for _etext... " >&6; }
5978 if test "${ac_cv_var__etext+set}" = set; then :
5979 $as_echo_n "(cached) " >&6
5981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5982 /* end confdefs.h. */
5994 if ac_fn_c_try_link "$LINENO"; then :
5995 ac_cv_var__etext=yes
5999 rm -f core conftest.err conftest.$ac_objext \
6000 conftest$ac_exeext conftest.$ac_ext
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
6003 $as_echo "$ac_cv_var__etext" >&6; }
6004 if test $ac_cv_var__etext = yes; then
6006 $as_echo "#define HAVE__ETEXT 1" >>confdefs.h
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
6010 $as_echo_n "checking for etext... " >&6; }
6011 if test "${ac_cv_var_etext+set}" = set; then :
6012 $as_echo_n "(cached) " >&6
6014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6015 /* end confdefs.h. */
6027 if ac_fn_c_try_link "$LINENO"; then :
6032 rm -f core conftest.err conftest.$ac_objext \
6033 conftest$ac_exeext conftest.$ac_ext
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
6036 $as_echo "$ac_cv_var_etext" >&6; }
6037 if test $ac_cv_var_etext = yes; then
6039 $as_echo "#define HAVE_ETEXT 1" >>confdefs.h
6042 if test "$enable_profiling" = yes ; then
6043 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
6044 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
6047 OLD_CFLAGS="$CFLAGS"
6048 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
6051 $as_echo_n "checking whether $CC supports -pg... " >&6; }
6052 if test "${ac_cv_cc_supports_pg+set}" = set; then :
6053 $as_echo_n "(cached) " >&6
6055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6056 /* end confdefs.h. */
6066 if ac_fn_c_try_compile "$LINENO"; then :
6067 ac_cv_cc_supports_pg=yes
6069 ac_cv_cc_supports_pg=no
6071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
6074 $as_echo "$ac_cv_cc_supports_pg" >&6; }
6076 if test $ac_cv_cc_supports_pg = no; then
6077 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
6080 CFLAGS="$OLD_CFLAGS"
6085 # Check whether --with-pkgversion was given.
6086 if test "${with_pkgversion+set}" = set; then :
6087 withval=$with_pkgversion; case "$withval" in
6088 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6090 *) PKGVERSION="($withval) " ;;
6101 # Check whether --with-bugurl was given.
6102 if test "${with_bugurl+set}" = set; then :
6103 withval=$with_bugurl; case "$withval" in
6104 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6107 *) BUGURL="$withval"
6111 BUGURL="http://www.gnu.org/software/gdb/bugs/"
6121 REPORT_BUGS_TO="<$BUGURL>"
6122 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
6129 cat >>confdefs.h <<_ACEOF
6130 #define PKGVERSION "$PKGVERSION"
6134 cat >>confdefs.h <<_ACEOF
6135 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
6139 # --------------------- #
6140 # Checks for programs. #
6141 # --------------------- #
6143 for ac_prog in gawk mawk nawk awk
6145 # Extract the first word of "$ac_prog", so it can be a program name with args.
6146 set dummy $ac_prog; ac_word=$2
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6148 $as_echo_n "checking for $ac_word... " >&6; }
6149 if test "${ac_cv_prog_AWK+set}" = set; then :
6150 $as_echo_n "(cached) " >&6
6152 if test -n "$AWK"; then
6153 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6159 test -z "$as_dir" && as_dir=.
6160 for ac_exec_ext in '' $ac_executable_extensions; do
6161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6162 ac_cv_prog_AWK="$ac_prog"
6163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6173 if test -n "$AWK"; then
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
6175 $as_echo "$AWK" >&6; }
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6178 $as_echo "no" >&6; }
6182 test -n "$AWK" && break
6185 # Find a good install program. We prefer a C program (faster),
6186 # so one script is as good as another. But avoid the broken or
6187 # incompatible versions:
6188 # SysV /etc/install, /usr/sbin/install
6189 # SunOS /usr/etc/install
6190 # IRIX /sbin/install
6192 # AmigaOS /C/install, which installs bootblocks on floppy discs
6193 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6194 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6195 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6196 # OS/2's system install, which has a completely different semantic
6197 # ./install, which can be erroneously created by make from ./install.sh.
6198 # Reject install programs that cannot install multiple files.
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
6200 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6201 if test -z "$INSTALL"; then
6202 if test "${ac_cv_path_install+set}" = set; then :
6203 $as_echo_n "(cached) " >&6
6205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6209 test -z "$as_dir" && as_dir=.
6210 # Account for people who put trailing slashes in PATH elements.
6211 case $as_dir/ in #((
6212 ./ | .// | /[cC]/* | \
6213 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6214 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
6217 # OSF1 and SCO ODT 3.0 have their own names for install.
6218 # Don't use installbsd from OSF since it installs stuff as root
6220 for ac_prog in ginstall scoinst install; do
6221 for ac_exec_ext in '' $ac_executable_extensions; do
6222 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6223 if test $ac_prog = install &&
6224 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6225 # AIX install. It has an incompatible calling convention.
6227 elif test $ac_prog = install &&
6228 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6229 # program-specific install script used by HP pwplus--don't use.
6232 rm -rf conftest.one conftest.two conftest.dir
6233 echo one > conftest.one
6234 echo two > conftest.two
6236 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6237 test -s conftest.one && test -s conftest.two &&
6238 test -s conftest.dir/conftest.one &&
6239 test -s conftest.dir/conftest.two
6241 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6254 rm -rf conftest.one conftest.two conftest.dir
6257 if test "${ac_cv_path_install+set}" = set; then
6258 INSTALL=$ac_cv_path_install
6260 # As a last resort, use the slow shell script. Don't cache a
6261 # value for INSTALL within a source directory, because that will
6262 # break other packages using the cache if that directory is
6263 # removed, or if the value is a relative name.
6264 INSTALL=$ac_install_sh
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
6268 $as_echo "$INSTALL" >&6; }
6270 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6271 # It thinks the first close brace ends the variable substitution.
6272 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6274 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6276 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6279 $as_echo_n "checking whether ln -s works... " >&6; }
6281 if test "$LN_S" = "ln -s"; then
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6283 $as_echo "yes" >&6; }
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6286 $as_echo "no, using $LN_S" >&6; }
6289 if test -n "$ac_tool_prefix"; then
6290 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6291 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6293 $as_echo_n "checking for $ac_word... " >&6; }
6294 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6295 $as_echo_n "(cached) " >&6
6297 if test -n "$RANLIB"; then
6298 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir=.
6305 for ac_exec_ext in '' $ac_executable_extensions; do
6306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6307 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 RANLIB=$ac_cv_prog_RANLIB
6318 if test -n "$RANLIB"; then
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6320 $as_echo "$RANLIB" >&6; }
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6323 $as_echo "no" >&6; }
6328 if test -z "$ac_cv_prog_RANLIB"; then
6329 ac_ct_RANLIB=$RANLIB
6330 # Extract the first word of "ranlib", so it can be a program name with args.
6331 set dummy ranlib; ac_word=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6335 $as_echo_n "(cached) " >&6
6337 if test -n "$ac_ct_RANLIB"; then
6338 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6344 test -z "$as_dir" && as_dir=.
6345 for ac_exec_ext in '' $ac_executable_extensions; do
6346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6347 ac_cv_prog_ac_ct_RANLIB="ranlib"
6348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6358 if test -n "$ac_ct_RANLIB"; then
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6360 $as_echo "$ac_ct_RANLIB" >&6; }
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6366 if test "x$ac_ct_RANLIB" = x; then
6369 case $cross_compiling:$ac_tool_warned in
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6373 ac_tool_warned=yes ;;
6375 RANLIB=$ac_ct_RANLIB
6378 RANLIB="$ac_cv_prog_RANLIB"
6381 for ac_prog in 'bison -y' byacc
6383 # Extract the first word of "$ac_prog", so it can be a program name with args.
6384 set dummy $ac_prog; ac_word=$2
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6386 $as_echo_n "checking for $ac_word... " >&6; }
6387 if test "${ac_cv_prog_YACC+set}" = set; then :
6388 $as_echo_n "(cached) " >&6
6390 if test -n "$YACC"; then
6391 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6397 test -z "$as_dir" && as_dir=.
6398 for ac_exec_ext in '' $ac_executable_extensions; do
6399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6400 ac_cv_prog_YACC="$ac_prog"
6401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6410 YACC=$ac_cv_prog_YACC
6411 if test -n "$YACC"; then
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
6413 $as_echo "$YACC" >&6; }
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6416 $as_echo "no" >&6; }
6420 test -n "$YACC" && break
6422 test -n "$YACC" || YACC="yacc"
6425 if test -n "$ac_tool_prefix"; then
6426 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6427 set dummy ${ac_tool_prefix}ar; ac_word=$2
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429 $as_echo_n "checking for $ac_word... " >&6; }
6430 if test "${ac_cv_prog_AR+set}" = set; then :
6431 $as_echo_n "(cached) " >&6
6433 if test -n "$AR"; then
6434 ac_cv_prog_AR="$AR" # Let the user override the test.
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_AR="${ac_tool_prefix}ar"
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6454 if test -n "$AR"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6456 $as_echo "$AR" >&6; }
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459 $as_echo "no" >&6; }
6464 if test -z "$ac_cv_prog_AR"; then
6466 # Extract the first word of "ar", so it can be a program name with args.
6467 set dummy ar; ac_word=$2
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6469 $as_echo_n "checking for $ac_word... " >&6; }
6470 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6471 $as_echo_n "(cached) " >&6
6473 if test -n "$ac_ct_AR"; then
6474 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
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_prog_ac_ct_AR="ar"
6484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6493 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6494 if test -n "$ac_ct_AR"; then
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6496 $as_echo "$ac_ct_AR" >&6; }
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6499 $as_echo "no" >&6; }
6502 if test "x$ac_ct_AR" = x; then
6505 case $cross_compiling:$ac_tool_warned in
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6508 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6509 ac_tool_warned=yes ;;
6517 if test -n "$ac_tool_prefix"; then
6518 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6519 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6521 $as_echo_n "checking for $ac_word... " >&6; }
6522 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6523 $as_echo_n "(cached) " >&6
6525 if test -n "$DLLTOOL"; then
6526 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6532 test -z "$as_dir" && as_dir=.
6533 for ac_exec_ext in '' $ac_executable_extensions; do
6534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6535 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6545 DLLTOOL=$ac_cv_prog_DLLTOOL
6546 if test -n "$DLLTOOL"; then
6547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6548 $as_echo "$DLLTOOL" >&6; }
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6551 $as_echo "no" >&6; }
6556 if test -z "$ac_cv_prog_DLLTOOL"; then
6557 ac_ct_DLLTOOL=$DLLTOOL
6558 # Extract the first word of "dlltool", so it can be a program name with args.
6559 set dummy dlltool; ac_word=$2
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6561 $as_echo_n "checking for $ac_word... " >&6; }
6562 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6563 $as_echo_n "(cached) " >&6
6565 if test -n "$ac_ct_DLLTOOL"; then
6566 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6572 test -z "$as_dir" && as_dir=.
6573 for ac_exec_ext in '' $ac_executable_extensions; do
6574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6575 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6585 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6586 if test -n "$ac_ct_DLLTOOL"; then
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6588 $as_echo "$ac_ct_DLLTOOL" >&6; }
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6591 $as_echo "no" >&6; }
6594 if test "x$ac_ct_DLLTOOL" = x; then
6597 case $cross_compiling:$ac_tool_warned in
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6600 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6601 ac_tool_warned=yes ;;
6603 DLLTOOL=$ac_ct_DLLTOOL
6606 DLLTOOL="$ac_cv_prog_DLLTOOL"
6609 if test -n "$ac_tool_prefix"; then
6610 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6611 set dummy ${ac_tool_prefix}windres; ac_word=$2
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6613 $as_echo_n "checking for $ac_word... " >&6; }
6614 if test "${ac_cv_prog_WINDRES+set}" = set; then :
6615 $as_echo_n "(cached) " >&6
6617 if test -n "$WINDRES"; then
6618 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6624 test -z "$as_dir" && as_dir=.
6625 for ac_exec_ext in '' $ac_executable_extensions; do
6626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6627 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6637 WINDRES=$ac_cv_prog_WINDRES
6638 if test -n "$WINDRES"; then
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
6640 $as_echo "$WINDRES" >&6; }
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6643 $as_echo "no" >&6; }
6648 if test -z "$ac_cv_prog_WINDRES"; then
6649 ac_ct_WINDRES=$WINDRES
6650 # Extract the first word of "windres", so it can be a program name with args.
6651 set dummy windres; ac_word=$2
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6653 $as_echo_n "checking for $ac_word... " >&6; }
6654 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
6655 $as_echo_n "(cached) " >&6
6657 if test -n "$ac_ct_WINDRES"; then
6658 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6664 test -z "$as_dir" && as_dir=.
6665 for ac_exec_ext in '' $ac_executable_extensions; do
6666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6667 ac_cv_prog_ac_ct_WINDRES="windres"
6668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6677 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6678 if test -n "$ac_ct_WINDRES"; then
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
6680 $as_echo "$ac_ct_WINDRES" >&6; }
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6683 $as_echo "no" >&6; }
6686 if test "x$ac_ct_WINDRES" = x; then
6689 case $cross_compiling:$ac_tool_warned in
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6692 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6693 ac_tool_warned=yes ;;
6695 WINDRES=$ac_ct_WINDRES
6698 WINDRES="$ac_cv_prog_WINDRES"
6704 # Needed for GNU Hurd hosts.
6705 if test -n "$ac_tool_prefix"; then
6706 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
6707 set dummy ${ac_tool_prefix}mig; ac_word=$2
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6709 $as_echo_n "checking for $ac_word... " >&6; }
6710 if test "${ac_cv_prog_MIG+set}" = set; then :
6711 $as_echo_n "(cached) " >&6
6713 if test -n "$MIG"; then
6714 ac_cv_prog_MIG="$MIG" # Let the user override the test.
6716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6720 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6723 ac_cv_prog_MIG="${ac_tool_prefix}mig"
6724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6734 if test -n "$MIG"; then
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
6736 $as_echo "$MIG" >&6; }
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6739 $as_echo "no" >&6; }
6744 if test -z "$ac_cv_prog_MIG"; then
6746 # Extract the first word of "mig", so it can be a program name with args.
6747 set dummy mig; ac_word=$2
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6749 $as_echo_n "checking for $ac_word... " >&6; }
6750 if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then :
6751 $as_echo_n "(cached) " >&6
6753 if test -n "$ac_ct_MIG"; then
6754 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
6756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6760 test -z "$as_dir" && as_dir=.
6761 for ac_exec_ext in '' $ac_executable_extensions; do
6762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6763 ac_cv_prog_ac_ct_MIG="mig"
6764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6773 ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
6774 if test -n "$ac_ct_MIG"; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
6776 $as_echo "$ac_ct_MIG" >&6; }
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779 $as_echo "no" >&6; }
6782 if test "x$ac_ct_MIG" = x; then
6785 case $cross_compiling:$ac_tool_warned in
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6789 ac_tool_warned=yes ;;
6794 MIG="$ac_cv_prog_MIG"
6797 if test x"$MIG" = x; then
6798 as_fn_error "MIG not found but required for $host hosts" "$LINENO" 5
6803 # ---------------------- #
6804 # Checks for libraries. #
6805 # ---------------------- #
6807 # We might need to link with -lm; most simulators need it.
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
6809 $as_echo_n "checking for main in -lm... " >&6; }
6810 if test "${ac_cv_lib_m_main+set}" = set; then :
6811 $as_echo_n "(cached) " >&6
6813 ac_check_lib_save_LIBS=$LIBS
6815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6816 /* end confdefs.h. */
6827 if ac_fn_c_try_link "$LINENO"; then :
6828 ac_cv_lib_m_main=yes
6832 rm -f core conftest.err conftest.$ac_objext \
6833 conftest$ac_exeext conftest.$ac_ext
6834 LIBS=$ac_check_lib_save_LIBS
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
6837 $as_echo "$ac_cv_lib_m_main" >&6; }
6838 if test "x$ac_cv_lib_m_main" = x""yes; then :
6839 cat >>confdefs.h <<_ACEOF
6848 # We need to link with -lw to get `wctype' on Solaris before Solaris
6849 # 2.6. Solaris 2.6 and beyond have this function in libc, and have a
6850 # libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
6851 # is known to have this problem). Therefore we avoid libw if we can.
6852 ac_fn_c_check_func "$LINENO" "wctype" "ac_cv_func_wctype"
6853 if test "x$ac_cv_func_wctype" = x""yes; then :
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype in -lw" >&5
6857 $as_echo_n "checking for wctype in -lw... " >&6; }
6858 if test "${ac_cv_lib_w_wctype+set}" = set; then :
6859 $as_echo_n "(cached) " >&6
6861 ac_check_lib_save_LIBS=$LIBS
6863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6864 /* end confdefs.h. */
6866 /* Override any GCC internal prototype to avoid an error.
6867 Use char because int might match the return type of a GCC
6868 builtin and then its argument prototype would still apply. */
6881 if ac_fn_c_try_link "$LINENO"; then :
6882 ac_cv_lib_w_wctype=yes
6884 ac_cv_lib_w_wctype=no
6886 rm -f core conftest.err conftest.$ac_objext \
6887 conftest$ac_exeext conftest.$ac_ext
6888 LIBS=$ac_check_lib_save_LIBS
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wctype" >&5
6891 $as_echo "$ac_cv_lib_w_wctype" >&6; }
6892 if test "x$ac_cv_lib_w_wctype" = x""yes; then :
6893 cat >>confdefs.h <<_ACEOF
6904 # Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
6906 $as_echo_n "checking for library containing gethostbyname... " >&6; }
6907 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6910 ac_func_search_save_LIBS=$LIBS
6911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6912 /* end confdefs.h. */
6914 /* Override any GCC internal prototype to avoid an error.
6915 Use char because int might match the return type of a GCC
6916 builtin and then its argument prototype would still apply. */
6920 char gethostbyname ();
6924 return gethostbyname ();
6929 for ac_lib in '' nsl; do
6930 if test -z "$ac_lib"; then
6931 ac_res="none required"
6934 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6936 if ac_fn_c_try_link "$LINENO"; then :
6937 ac_cv_search_gethostbyname=$ac_res
6939 rm -f core conftest.err conftest.$ac_objext \
6941 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6945 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6948 ac_cv_search_gethostbyname=no
6951 LIBS=$ac_func_search_save_LIBS
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
6954 $as_echo "$ac_cv_search_gethostbyname" >&6; }
6955 ac_res=$ac_cv_search_gethostbyname
6956 if test "$ac_res" != no; then :
6957 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6962 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
6964 $as_echo_n "checking for library containing socketpair... " >&6; }
6965 if test "${ac_cv_search_socketpair+set}" = set; then :
6966 $as_echo_n "(cached) " >&6
6968 ac_func_search_save_LIBS=$LIBS
6969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6970 /* end confdefs.h. */
6972 /* Override any GCC internal prototype to avoid an error.
6973 Use char because int might match the return type of a GCC
6974 builtin and then its argument prototype would still apply. */
6982 return socketpair ();
6987 for ac_lib in '' socket; do
6988 if test -z "$ac_lib"; then
6989 ac_res="none required"
6992 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6994 if ac_fn_c_try_link "$LINENO"; then :
6995 ac_cv_search_socketpair=$ac_res
6997 rm -f core conftest.err conftest.$ac_objext \
6999 if test "${ac_cv_search_socketpair+set}" = set; then :
7003 if test "${ac_cv_search_socketpair+set}" = set; then :
7006 ac_cv_search_socketpair=no
7009 LIBS=$ac_func_search_save_LIBS
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
7012 $as_echo "$ac_cv_search_socketpair" >&6; }
7013 ac_res=$ac_cv_search_socketpair
7014 if test "$ac_res" != no; then :
7015 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7020 # Link in zlib if we can. This allows us to read compressed debug sections.
7022 # Use the system's zlib library.
7023 zlibdir="-L\$(top_builddir)/../zlib"
7024 zlibinc="-I\$(top_srcdir)/../zlib"
7026 # Check whether --with-system-zlib was given.
7027 if test "${with_system_zlib+set}" = set; then :
7028 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7039 # On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
7041 $as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
7042 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7043 $as_echo_n "(cached) " >&6
7045 ac_func_search_save_LIBS=$LIBS
7046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7047 /* end confdefs.h. */
7049 /* Override any GCC internal prototype to avoid an error.
7050 Use char because int might match the return type of a GCC
7051 builtin and then its argument prototype would still apply. */
7055 char kinfo_getvmmap ();
7059 return kinfo_getvmmap ();
7064 for ac_lib in '' util; do
7065 if test -z "$ac_lib"; then
7066 ac_res="none required"
7069 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7071 if ac_fn_c_try_link "$LINENO"; then :
7072 ac_cv_search_kinfo_getvmmap=$ac_res
7074 rm -f core conftest.err conftest.$ac_objext \
7076 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7080 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7083 ac_cv_search_kinfo_getvmmap=no
7086 LIBS=$ac_func_search_save_LIBS
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getvmmap" >&5
7089 $as_echo "$ac_cv_search_kinfo_getvmmap" >&6; }
7090 ac_res=$ac_cv_search_kinfo_getvmmap
7091 if test "$ac_res" != no; then :
7092 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7094 $as_echo "#define HAVE_KINFO_GETVMMAP 1" >>confdefs.h
7102 # Check whether --with-libiconv-prefix was given.
7103 if test "${with_libiconv_prefix+set}" = set; then :
7104 withval=$with_libiconv_prefix;
7105 for dir in `echo "$withval" | tr : ' '`; do
7106 if test -d $dir/include; then LIBICONV_INCLUDE="-I$dir/include"; fi
7107 if test -d $dir/lib; then LIBICONV_LIBDIR="-L$dir/lib"; fi
7113 BUILD_LIBICONV_LIBDIRS="../libiconv/lib/.libs ../libiconv/lib/_libs"
7114 BUILD_LIBICONV_INCLUDE="-I../libiconv/include"
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
7117 $as_echo_n "checking for iconv... " >&6; }
7118 if test "${am_cv_func_iconv+set}" = set; then :
7119 $as_echo_n "(cached) " >&6
7122 am_cv_func_iconv="no, consider installing GNU libiconv"
7124 am_cv_use_build_libiconv=no
7125 am_cv_build_libiconv_path=
7127 # If libiconv is part of the build tree, then try using it over
7129 if test -d ../libiconv; then
7130 for lib_dir in $BUILD_LIBICONV_LIBDIRS; do
7131 am_save_LIBS="$LIBS"
7132 am_save_CPPFLAGS="$CPPFLAGS"
7133 LIBS="$LIBS $lib_dir/libiconv.a"
7134 CPPFLAGS="$CPPFLAGS $BUILD_LIBICONV_INCLUDE"
7135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7136 /* end confdefs.h. */
7142 iconv_t cd = iconv_open("","");
7143 iconv(cd,NULL,NULL,NULL,NULL);
7149 if ac_fn_c_try_link "$LINENO"; then :
7150 am_cv_use_build_libiconv=yes
7151 am_cv_build_libiconv_path=$lib_dir/libiconv.a
7153 am_cv_func_iconv=yes
7155 rm -f core conftest.err conftest.$ac_objext \
7156 conftest$ac_exeext conftest.$ac_ext
7157 LIBS="$am_save_LIBS"
7158 CPPFLAGS="$am_save_CPPFLAGS"
7159 if test "$am_cv_use_build_libiconv" = "yes"; then
7165 # Next, try to find iconv in libc.
7166 if test "$am_cv_func_iconv" != yes; then
7167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7168 /* end confdefs.h. */
7174 iconv_t cd = iconv_open("","");
7175 iconv(cd,NULL,NULL,NULL,NULL);
7181 if ac_fn_c_try_link "$LINENO"; then :
7182 am_cv_func_iconv=yes
7184 rm -f core conftest.err conftest.$ac_objext \
7185 conftest$ac_exeext conftest.$ac_ext
7188 # If iconv was not in libc, try -liconv. In this case, arrange to
7189 # look in the libiconv prefix, if it was specified by the user.
7190 if test "$am_cv_func_iconv" != yes; then
7191 am_save_CPPFLAGS="$CPPFLAGS"
7192 am_save_LIBS="$LIBS"
7193 if test -n "$LIBICONV_INCLUDE"; then
7194 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
7195 LIBS="$LIBS $LIBICONV_LIBDIR"
7197 LIBS="$LIBS -liconv"
7198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7199 /* end confdefs.h. */
7205 iconv_t cd = iconv_open("","");
7206 iconv(cd,NULL,NULL,NULL,NULL);
7212 if ac_fn_c_try_link "$LINENO"; then :
7214 am_cv_func_iconv=yes
7216 rm -f core conftest.err conftest.$ac_objext \
7217 conftest$ac_exeext conftest.$ac_ext
7218 LIBS="$am_save_LIBS"
7219 CPPFLAGS="$am_save_CPPFLAGS"
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
7224 $as_echo "$am_cv_func_iconv" >&6; }
7226 # Set the various flags based on the cache variables. We can't rely
7227 # on the flags to remain set from the above code, due to caching.
7229 if test "$am_cv_lib_iconv" = yes; then
7235 if test "$am_cv_use_build_libiconv" = yes; then
7236 LIBICONV="$am_cv_build_libiconv_path"
7238 LIBICONV_INCLUDE="$BUILD_LIBICONV_INCLUDE"
7240 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
7241 LIBS="$LIBS $LIBICONV_LIBDIR $LIBICONV"
7243 if test "$am_cv_func_iconv" = yes; then
7245 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
7248 $as_echo_n "checking for iconv declaration... " >&6; }
7249 if test "${am_cv_proto_iconv+set}" = set; then :
7250 $as_echo_n "(cached) " >&6
7253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7254 /* end confdefs.h. */
7262 #if defined(__STDC__) || defined(__cplusplus)
7263 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
7276 if ac_fn_c_try_compile "$LINENO"; then :
7277 am_cv_proto_iconv_arg1=""
7279 am_cv_proto_iconv_arg1="const"
7281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7282 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
7285 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
7287 }$am_cv_proto_iconv" >&5
7289 }$am_cv_proto_iconv" >&6; }
7291 cat >>confdefs.h <<_ACEOF
7292 #define ICONV_CONST $am_cv_proto_iconv_arg1
7298 # GDB may fork/exec the iconv program to get the list of supported character
7299 # sets. Allow the user to specify where to find it.
7300 # There are several factors affecting the choice of option name:
7301 # - There is already --with-libiconv-prefix but we can't use it, it specifies
7302 # the build-time location of libiconv files.
7303 # - The program we need to find is iconv, which comes with glibc. The user
7304 # doesn't necessarily have libiconv installed. Therefore naming this
7305 # --with-libiconv-foo feels wrong.
7306 # - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
7307 # defined to work on directories not files (though it really doesn't know
7309 # - Calling this --with-iconv-prefix is perceived to cause too much confusion
7310 # with --with-libiconv-prefix.
7311 # Putting these together is why the option name is --with-iconv-bin.
7314 # Check whether --with-iconv-bin was given.
7315 if test "${with_iconv_bin+set}" = set; then :
7316 withval=$with_iconv_bin; iconv_bin="${withval}"
7318 cat >>confdefs.h <<_ACEOF
7319 #define ICONV_BIN "${iconv_bin}"
7323 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7324 if test "x$prefix" = xNONE; then
7325 test_prefix=/usr/local
7330 test_prefix=$exec_prefix
7333 case ${iconv_bin} in
7334 "${test_prefix}"|"${test_prefix}/"*|\
7335 '${exec_prefix}'|'${exec_prefix}/'*)
7340 cat >>confdefs.h <<_ACEOF
7341 #define ICONV_BIN_RELOCATABLE $value
7349 # For the TUI, we need enhanced curses functionality.
7350 if test x"$enable_tui" != xno; then
7355 if test x"$prefer_curses" = xyes; then
7356 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
7357 # curses library because the latter might not provide all the
7358 # functionality we need. However, this leads to problems on systems
7359 # where the linker searches /usr/local/lib, but the compiler doesn't
7360 # search /usr/local/include, if ncurses is installed in /usr/local. A
7361 # default installation of ncurses on alpha*-dec-osf* will lead to such
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
7364 $as_echo_n "checking for library containing waddstr... " >&6; }
7365 if test "${ac_cv_search_waddstr+set}" = set; then :
7366 $as_echo_n "(cached) " >&6
7368 ac_func_search_save_LIBS=$LIBS
7369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7370 /* end confdefs.h. */
7372 /* Override any GCC internal prototype to avoid an error.
7373 Use char because int might match the return type of a GCC
7374 builtin and then its argument prototype would still apply. */
7387 for ac_lib in '' ncurses cursesX curses; do
7388 if test -z "$ac_lib"; then
7389 ac_res="none required"
7392 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7394 if ac_fn_c_try_link "$LINENO"; then :
7395 ac_cv_search_waddstr=$ac_res
7397 rm -f core conftest.err conftest.$ac_objext \
7399 if test "${ac_cv_search_waddstr+set}" = set; then :
7403 if test "${ac_cv_search_waddstr+set}" = set; then :
7406 ac_cv_search_waddstr=no
7409 LIBS=$ac_func_search_save_LIBS
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
7412 $as_echo "$ac_cv_search_waddstr" >&6; }
7413 ac_res=$ac_cv_search_waddstr
7414 if test "$ac_res" != no; then :
7415 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7420 if test "$ac_cv_search_waddstr" != no; then
7425 # Check whether we should enable the TUI, but only do so if we really
7427 if test x"$enable_tui" != xno; then
7428 if test -d $srcdir/tui; then
7429 if test "$curses_found" != no; then
7430 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
7431 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
7432 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
7433 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
7435 if test x"$enable_tui" = xyes; then
7436 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
7439 $as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
7445 # Since GDB uses Readline, we need termcap functionality. In many
7446 # cases this will be provided by the curses library, but some systems
7447 # have a seperate termcap library, or no curses library at all.
7451 if test -d $srcdir/libtermcap; then
7452 LIBS="../libtermcap/libtermcap.a $LIBS"
7453 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
7456 ac_cv_search_tgetent="none required"
7460 # These are the libraries checked by Readline.
7461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
7462 $as_echo_n "checking for library containing tgetent... " >&6; }
7463 if test "${ac_cv_search_tgetent+set}" = set; then :
7464 $as_echo_n "(cached) " >&6
7466 ac_func_search_save_LIBS=$LIBS
7467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7468 /* end confdefs.h. */
7470 /* Override any GCC internal prototype to avoid an error.
7471 Use char because int might match the return type of a GCC
7472 builtin and then its argument prototype would still apply. */
7485 for ac_lib in '' termcap tinfo curses ncurses; do
7486 if test -z "$ac_lib"; then
7487 ac_res="none required"
7490 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7492 if ac_fn_c_try_link "$LINENO"; then :
7493 ac_cv_search_tgetent=$ac_res
7495 rm -f core conftest.err conftest.$ac_objext \
7497 if test "${ac_cv_search_tgetent+set}" = set; then :
7501 if test "${ac_cv_search_tgetent+set}" = set; then :
7504 ac_cv_search_tgetent=no
7507 LIBS=$ac_func_search_save_LIBS
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
7510 $as_echo "$ac_cv_search_tgetent" >&6; }
7511 ac_res=$ac_cv_search_tgetent
7512 if test "$ac_res" != no; then :
7513 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7518 if test "$ac_cv_search_tgetent" = no; then
7519 CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
7523 # Check whether --with-system-readline was given.
7524 if test "${with_system_readline+set}" = set; then :
7525 withval=$with_system_readline;
7529 if test "$with_system_readline" = yes; then
7533 READLINE_TEXI_INCFLAG=
7535 READLINE='$(READLINE_DIR)/libreadline.a'
7536 READLINE_DEPS='$(READLINE)'
7537 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
7538 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
7545 # Generate jit-reader.h
7547 # This is typedeffed to GDB_CORE_ADDR in jit-reader.h
7550 # The cast to long int works around a bug in the HP C Compiler
7551 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7552 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7553 # This bug is HP SR number 8606223364.
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
7555 $as_echo_n "checking size of unsigned long long... " >&6; }
7556 if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
7557 $as_echo_n "(cached) " >&6
7559 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
7562 if test "$ac_cv_type_unsigned_long_long" = yes; then
7563 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7564 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7565 { as_fn_set_status 77
7566 as_fn_error "cannot compute sizeof (unsigned long long)
7567 See \`config.log' for more details." "$LINENO" 5; }; }
7569 ac_cv_sizeof_unsigned_long_long=0
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
7575 $as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
7579 cat >>confdefs.h <<_ACEOF
7580 #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
7584 # The cast to long int works around a bug in the HP C Compiler
7585 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7586 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7587 # This bug is HP SR number 8606223364.
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
7589 $as_echo_n "checking size of unsigned long... " >&6; }
7590 if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
7591 $as_echo_n "(cached) " >&6
7593 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
7596 if test "$ac_cv_type_unsigned_long" = yes; then
7597 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7598 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7599 { as_fn_set_status 77
7600 as_fn_error "cannot compute sizeof (unsigned long)
7601 See \`config.log' for more details." "$LINENO" 5; }; }
7603 ac_cv_sizeof_unsigned_long=0
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
7609 $as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
7613 cat >>confdefs.h <<_ACEOF
7614 #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
7618 # The cast to long int works around a bug in the HP C Compiler
7619 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7620 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7621 # This bug is HP SR number 8606223364.
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
7623 $as_echo_n "checking size of unsigned __int128... " >&6; }
7624 if test "${ac_cv_sizeof_unsigned___int128+set}" = set; then :
7625 $as_echo_n "(cached) " >&6
7627 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
7630 if test "$ac_cv_type_unsigned___int128" = yes; then
7631 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7632 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7633 { as_fn_set_status 77
7634 as_fn_error "cannot compute sizeof (unsigned __int128)
7635 See \`config.log' for more details." "$LINENO" 5; }; }
7637 ac_cv_sizeof_unsigned___int128=0
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
7643 $as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
7647 cat >>confdefs.h <<_ACEOF
7648 #define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
7653 if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
7654 TARGET_PTR="unsigned long"
7655 elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
7656 TARGET_PTR="unsigned long long"
7657 elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
7658 TARGET_PTR="unsigned __int128"
7660 TARGET_PTR="unsigned long"
7664 ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
7668 $as_echo_n "checking for library containing dlopen... " >&6; }
7669 if test "${ac_cv_search_dlopen+set}" = set; then :
7670 $as_echo_n "(cached) " >&6
7672 ac_func_search_save_LIBS=$LIBS
7673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7674 /* end confdefs.h. */
7676 /* Override any GCC internal prototype to avoid an error.
7677 Use char because int might match the return type of a GCC
7678 builtin and then its argument prototype would still apply. */
7691 for ac_lib in '' dl; do
7692 if test -z "$ac_lib"; then
7693 ac_res="none required"
7696 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7698 if ac_fn_c_try_link "$LINENO"; then :
7699 ac_cv_search_dlopen=$ac_res
7701 rm -f core conftest.err conftest.$ac_objext \
7703 if test "${ac_cv_search_dlopen+set}" = set; then :
7707 if test "${ac_cv_search_dlopen+set}" = set; then :
7710 ac_cv_search_dlopen=no
7713 LIBS=$ac_func_search_save_LIBS
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
7716 $as_echo "$ac_cv_search_dlopen" >&6; }
7717 ac_res=$ac_cv_search_dlopen
7718 if test "$ac_res" != no; then :
7719 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7726 # Check whether --with-jit-reader-dir was given.
7727 if test "${with_jit_reader_dir+set}" = set; then :
7728 withval=$with_jit_reader_dir;
7729 JIT_READER_DIR=$withval
7731 JIT_READER_DIR=${libdir}/gdb
7735 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7736 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7737 ac_define_dir=`eval echo $JIT_READER_DIR`
7738 ac_define_dir=`eval echo $ac_define_dir`
7740 cat >>confdefs.h <<_ACEOF
7741 #define JIT_READER_DIR "$ac_define_dir"
7747 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7748 if test "x$prefix" = xNONE; then
7749 test_prefix=/usr/local
7754 test_prefix=$exec_prefix
7757 case ${ac_define_dir} in
7758 "${test_prefix}"|"${test_prefix}/"*|\
7759 '${exec_prefix}'|'${exec_prefix}/'*)
7764 cat >>confdefs.h <<_ACEOF
7765 #define JIT_READER_DIR_RELOCATABLE $value
7772 # Check whether --with-expat was given.
7773 if test "${with_expat+set}" = set; then :
7774 withval=$with_expat;
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
7780 $as_echo_n "checking whether to use expat... " >&6; }
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
7782 $as_echo "$with_expat" >&6; }
7784 if test "${with_expat}" = no; then
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
7786 $as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
7790 if test "X$prefix" = "XNONE"; then
7791 acl_final_prefix="$ac_default_prefix"
7793 acl_final_prefix="$prefix"
7795 if test "X$exec_prefix" = "XNONE"; then
7796 acl_final_exec_prefix='${prefix}'
7798 acl_final_exec_prefix="$exec_prefix"
7800 acl_save_prefix="$prefix"
7801 prefix="$acl_final_prefix"
7802 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7803 prefix="$acl_save_prefix"
7806 # Check whether --with-gnu-ld was given.
7807 if test "${with_gnu_ld+set}" = set; then :
7808 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7813 # Prepare PATH_SEPARATOR.
7814 # The user is always right.
7815 if test "${PATH_SEPARATOR+set}" != set; then
7816 echo "#! /bin/sh" >conf$$.sh
7817 echo "exit 0" >>conf$$.sh
7819 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7827 if test "$GCC" = yes; then
7828 # Check if gcc -print-prog-name=ld gives a path.
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
7830 $as_echo_n "checking for ld used by GCC... " >&6; }
7833 # gcc leaves a trailing carriage return which upsets mingw
7834 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7836 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7839 # Accept absolute paths.
7840 [\\/]* | [A-Za-z]:[\\/]*)
7841 re_direlt='/[^/][^/]*/\.\./'
7842 # Canonicalize the path of ld
7843 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7844 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7845 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7847 test -z "$LD" && LD="$ac_prog"
7850 # If it fails, then pretend we aren't using GCC.
7854 # If it is relative, then search for the first ld in PATH.
7858 elif test "$with_gnu_ld" = yes; then
7859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7860 $as_echo_n "checking for GNU ld... " >&6; }
7862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7863 $as_echo_n "checking for non-GNU ld... " >&6; }
7865 if test "${acl_cv_path_LD+set}" = set; then :
7866 $as_echo_n "(cached) " >&6
7868 if test -z "$LD"; then
7869 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
7870 for ac_dir in $PATH; do
7871 test -z "$ac_dir" && ac_dir=.
7872 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7873 acl_cv_path_LD="$ac_dir/$ac_prog"
7874 # Check to see if the program is GNU ld. I'd rather use --version,
7875 # but apparently some GNU ld's only accept -v.
7876 # Break only if it was the GNU/non-GNU ld that we prefer.
7877 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
7878 test "$with_gnu_ld" != no && break
7880 test "$with_gnu_ld" != yes && break
7886 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7890 LD="$acl_cv_path_LD"
7891 if test -n "$LD"; then
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7893 $as_echo "$LD" >&6; }
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7896 $as_echo "no" >&6; }
7898 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7900 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7901 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7904 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7905 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
7906 acl_cv_prog_gnu_ld=yes
7908 acl_cv_prog_gnu_ld=no
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
7912 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
7913 with_gnu_ld=$acl_cv_prog_gnu_ld
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
7918 $as_echo_n "checking for shared library run path origin... " >&6; }
7919 if test "${acl_cv_rpath+set}" = set; then :
7920 $as_echo_n "(cached) " >&6
7923 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
7924 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
7931 $as_echo "$acl_cv_rpath" >&6; }
7933 libext="$acl_cv_libext"
7934 shlibext="$acl_cv_shlibext"
7935 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
7936 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
7937 hardcode_direct="$acl_cv_hardcode_direct"
7938 hardcode_minus_L="$acl_cv_hardcode_minus_L"
7939 # Check whether --enable-rpath was given.
7940 if test "${enable_rpath+set}" = set; then :
7941 enableval=$enable_rpath; :
7957 acl_save_prefix="$prefix"
7958 prefix="$acl_final_prefix"
7959 acl_save_exec_prefix="$exec_prefix"
7960 exec_prefix="$acl_final_exec_prefix"
7962 eval additional_includedir=\"$includedir\"
7963 eval additional_libdir=\"$libdir\"
7965 exec_prefix="$acl_save_exec_prefix"
7966 prefix="$acl_save_prefix"
7969 # Check whether --with-libexpat-prefix was given.
7970 if test "${with_libexpat_prefix+set}" = set; then :
7971 withval=$with_libexpat_prefix;
7972 if test "X$withval" = "Xno"; then
7975 if test "X$withval" = "X"; then
7977 acl_save_prefix="$prefix"
7978 prefix="$acl_final_prefix"
7979 acl_save_exec_prefix="$exec_prefix"
7980 exec_prefix="$acl_final_exec_prefix"
7982 eval additional_includedir=\"$includedir\"
7983 eval additional_libdir=\"$libdir\"
7985 exec_prefix="$acl_save_exec_prefix"
7986 prefix="$acl_save_prefix"
7989 additional_includedir="$withval/include"
7990 additional_libdir="$withval/lib"
8001 names_already_handled=
8002 names_next_round='expat '
8003 while test -n "$names_next_round"; do
8004 names_this_round="$names_next_round"
8006 for name in $names_this_round; do
8008 for n in $names_already_handled; do
8009 if test "$n" = "$name"; then
8014 if test -z "$already_handled"; then
8015 names_already_handled="$names_already_handled $name"
8016 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8017 eval value=\"\$HAVE_LIB$uppername\"
8018 if test -n "$value"; then
8019 if test "$value" = yes; then
8020 eval value=\"\$LIB$uppername\"
8021 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
8022 eval value=\"\$LTLIB$uppername\"
8023 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
8032 if test $use_additional = yes; then
8033 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8034 found_dir="$additional_libdir"
8035 found_so="$additional_libdir/lib$name.$shlibext"
8036 if test -f "$additional_libdir/lib$name.la"; then
8037 found_la="$additional_libdir/lib$name.la"
8040 if test -f "$additional_libdir/lib$name.$libext"; then
8041 found_dir="$additional_libdir"
8042 found_a="$additional_libdir/lib$name.$libext"
8043 if test -f "$additional_libdir/lib$name.la"; then
8044 found_la="$additional_libdir/lib$name.la"
8049 if test "X$found_dir" = "X"; then
8050 for x in $LDFLAGS $LTLIBEXPAT; do
8052 acl_save_prefix="$prefix"
8053 prefix="$acl_final_prefix"
8054 acl_save_exec_prefix="$exec_prefix"
8055 exec_prefix="$acl_final_exec_prefix"
8057 exec_prefix="$acl_save_exec_prefix"
8058 prefix="$acl_save_prefix"
8062 dir=`echo "X$x" | sed -e 's/^X-L//'`
8063 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8065 found_so="$dir/lib$name.$shlibext"
8066 if test -f "$dir/lib$name.la"; then
8067 found_la="$dir/lib$name.la"
8070 if test -f "$dir/lib$name.$libext"; then
8072 found_a="$dir/lib$name.$libext"
8073 if test -f "$dir/lib$name.la"; then
8074 found_la="$dir/lib$name.la"
8080 if test "X$found_dir" != "X"; then
8085 if test "X$found_dir" != "X"; then
8086 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
8087 if test "X$found_so" != "X"; then
8088 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8089 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8092 for x in $ltrpathdirs; do
8093 if test "X$x" = "X$found_dir"; then
8098 if test -z "$haveit"; then
8099 ltrpathdirs="$ltrpathdirs $found_dir"
8101 if test "$hardcode_direct" = yes; then
8102 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8104 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8105 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8107 for x in $rpathdirs; do
8108 if test "X$x" = "X$found_dir"; then
8113 if test -z "$haveit"; then
8114 rpathdirs="$rpathdirs $found_dir"
8118 for x in $LDFLAGS $LIBEXPAT; do
8120 acl_save_prefix="$prefix"
8121 prefix="$acl_final_prefix"
8122 acl_save_exec_prefix="$exec_prefix"
8123 exec_prefix="$acl_final_exec_prefix"
8125 exec_prefix="$acl_save_exec_prefix"
8126 prefix="$acl_save_prefix"
8128 if test "X$x" = "X-L$found_dir"; then
8133 if test -z "$haveit"; then
8134 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
8136 if test "$hardcode_minus_L" != no; then
8137 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8139 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
8145 if test "X$found_a" != "X"; then
8146 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
8148 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
8151 additional_includedir=
8152 case "$found_dir" in
8154 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8155 additional_includedir="$basedir/include"
8158 if test "X$additional_includedir" != "X"; then
8159 if test "X$additional_includedir" != "X/usr/include"; then
8161 if test "X$additional_includedir" = "X/usr/local/include"; then
8162 if test -n "$GCC"; then
8164 linux*) haveit=yes;;
8168 if test -z "$haveit"; then
8169 for x in $CPPFLAGS $INCEXPAT; do
8171 acl_save_prefix="$prefix"
8172 prefix="$acl_final_prefix"
8173 acl_save_exec_prefix="$exec_prefix"
8174 exec_prefix="$acl_final_exec_prefix"
8176 exec_prefix="$acl_save_exec_prefix"
8177 prefix="$acl_save_prefix"
8179 if test "X$x" = "X-I$additional_includedir"; then
8184 if test -z "$haveit"; then
8185 if test -d "$additional_includedir"; then
8186 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
8192 if test -n "$found_la"; then
8193 save_libdir="$libdir"
8195 */* | *\\*) . "$found_la" ;;
8196 *) . "./$found_la" ;;
8198 libdir="$save_libdir"
8199 for dep in $dependency_libs; do
8202 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
8203 if test "X$additional_libdir" != "X/usr/lib"; then
8205 if test "X$additional_libdir" = "X/usr/local/lib"; then
8206 if test -n "$GCC"; then
8208 linux*) haveit=yes;;
8212 if test -z "$haveit"; then
8214 for x in $LDFLAGS $LIBEXPAT; do
8216 acl_save_prefix="$prefix"
8217 prefix="$acl_final_prefix"
8218 acl_save_exec_prefix="$exec_prefix"
8219 exec_prefix="$acl_final_exec_prefix"
8221 exec_prefix="$acl_save_exec_prefix"
8222 prefix="$acl_save_prefix"
8224 if test "X$x" = "X-L$additional_libdir"; then
8229 if test -z "$haveit"; then
8230 if test -d "$additional_libdir"; then
8231 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
8235 for x in $LDFLAGS $LTLIBEXPAT; do
8237 acl_save_prefix="$prefix"
8238 prefix="$acl_final_prefix"
8239 acl_save_exec_prefix="$exec_prefix"
8240 exec_prefix="$acl_final_exec_prefix"
8242 exec_prefix="$acl_save_exec_prefix"
8243 prefix="$acl_save_prefix"
8245 if test "X$x" = "X-L$additional_libdir"; then
8250 if test -z "$haveit"; then
8251 if test -d "$additional_libdir"; then
8252 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
8259 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8260 if test "$enable_rpath" != no; then
8262 for x in $rpathdirs; do
8263 if test "X$x" = "X$dir"; then
8268 if test -z "$haveit"; then
8269 rpathdirs="$rpathdirs $dir"
8272 for x in $ltrpathdirs; do
8273 if test "X$x" = "X$dir"; then
8278 if test -z "$haveit"; then
8279 ltrpathdirs="$ltrpathdirs $dir"
8284 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8287 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8290 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
8291 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
8297 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
8298 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
8304 if test "X$rpathdirs" != "X"; then
8305 if test -n "$hardcode_libdir_separator"; then
8307 for found_dir in $rpathdirs; do
8308 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8310 acl_save_libdir="$libdir"
8312 eval flag=\"$hardcode_libdir_flag_spec\"
8313 libdir="$acl_save_libdir"
8314 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
8316 for found_dir in $rpathdirs; do
8317 acl_save_libdir="$libdir"
8319 eval flag=\"$hardcode_libdir_flag_spec\"
8320 libdir="$acl_save_libdir"
8321 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
8325 if test "X$ltrpathdirs" != "X"; then
8326 for found_dir in $ltrpathdirs; do
8327 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
8332 ac_save_CPPFLAGS="$CPPFLAGS"
8334 for element in $INCEXPAT; do
8336 for x in $CPPFLAGS; do
8338 acl_save_prefix="$prefix"
8339 prefix="$acl_final_prefix"
8340 acl_save_exec_prefix="$exec_prefix"
8341 exec_prefix="$acl_final_exec_prefix"
8343 exec_prefix="$acl_save_exec_prefix"
8344 prefix="$acl_save_prefix"
8346 if test "X$x" = "X$element"; then
8351 if test -z "$haveit"; then
8352 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
8358 $as_echo_n "checking for libexpat... " >&6; }
8359 if test "${ac_cv_libexpat+set}" = set; then :
8360 $as_echo_n "(cached) " >&6
8363 ac_save_LIBS="$LIBS"
8364 LIBS="$LIBS $LIBEXPAT"
8365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8366 /* end confdefs.h. */
8371 XML_Parser p = XML_ParserCreate (0);
8376 if ac_fn_c_try_link "$LINENO"; then :
8381 rm -f core conftest.err conftest.$ac_objext \
8382 conftest$ac_exeext conftest.$ac_ext
8383 LIBS="$ac_save_LIBS"
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
8387 $as_echo "$ac_cv_libexpat" >&6; }
8388 if test "$ac_cv_libexpat" = yes; then
8391 $as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
8394 $as_echo_n "checking how to link with libexpat... " >&6; }
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
8396 $as_echo "$LIBEXPAT" >&6; }
8399 CPPFLAGS="$ac_save_CPPFLAGS"
8409 if test "$HAVE_LIBEXPAT" != yes; then
8410 if test "$with_expat" = yes; then
8411 as_fn_error "expat is missing or unusable" "$LINENO" 5
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
8414 $as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
8418 LIBS="$LIBS $LIBEXPAT"
8419 for ac_func in XML_StopParser
8421 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
8422 if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
8423 cat >>confdefs.h <<_ACEOF
8424 #define HAVE_XML_STOPPARSER 1
8434 # --------------------- #
8435 # Check for libpython. #
8436 # --------------------- #
8443 # Check whether --with-python was given.
8444 if test "${with_python+set}" = set; then :
8445 withval=$with_python;
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
8451 $as_echo_n "checking whether to use python... " >&6; }
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
8453 $as_echo "$with_python" >&6; }
8455 if test "${with_python}" = no; then
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
8457 $as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
8460 case "${with_python}" in
8462 if test -d ${with_python}; then
8463 # Assume the python binary is ${with_python}/bin/python.
8464 python_prog="${with_python}/bin/python"
8466 # If python does not exit ${with_python}/bin, then try in
8467 # ${with_python}. On Windows/MinGW, this is where the Python
8469 if test ! -x "${python_prog}"; then
8470 python_prog="${with_python}/python"
8473 if test ! -x "${python_prog}"; then
8474 # Fall back to gdb 7.0/7.1 behaviour.
8476 python_prefix=${with_python}
8478 elif test -x "${with_python}"; then
8479 # While we can't run python compiled for $host (unless host == build),
8480 # the user could write a script that provides the needed information,
8481 # so we support that.
8482 python_prog=${with_python}
8485 as_fn_error "invalid value for --with-python" "$LINENO" 5
8489 # Disallow --with-python=foo/bar.
8490 as_fn_error "invalid value for --with-python" "$LINENO" 5
8493 # The user has either specified auto, yes, or the name of the python
8494 # program assumed to be in $PATH.
8496 case "${with_python}" in
8498 if test ${build} = ${host}; then
8499 # Extract the first word of "python", so it can be a program name with args.
8500 set dummy python; ac_word=$2
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8502 $as_echo_n "checking for $ac_word... " >&6; }
8503 if test "${ac_cv_path_python_prog_path+set}" = set; then :
8504 $as_echo_n "(cached) " >&6
8506 case $python_prog_path in
8508 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515 test -z "$as_dir" && as_dir=.
8516 for ac_exec_ext in '' $ac_executable_extensions; do
8517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8518 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8526 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8530 python_prog_path=$ac_cv_path_python_prog_path
8531 if test -n "$python_prog_path"; then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8533 $as_echo "$python_prog_path" >&6; }
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8536 $as_echo "no" >&6; }
8540 if test "${python_prog_path}" = missing; then
8543 python_prog=${python_prog_path}
8546 # Not much we can do except assume the cross-compiler will find the
8552 # While we can't run python compiled for $host (unless host == build),
8553 # the user could write a script that provides the needed information,
8554 # so we support that.
8555 python_prog="${with_python}"
8556 # Extract the first word of "${python_prog}", so it can be a program name with args.
8557 set dummy ${python_prog}; ac_word=$2
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8559 $as_echo_n "checking for $ac_word... " >&6; }
8560 if test "${ac_cv_path_python_prog_path+set}" = set; then :
8561 $as_echo_n "(cached) " >&6
8563 case $python_prog_path in
8565 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8572 test -z "$as_dir" && as_dir=.
8573 for ac_exec_ext in '' $ac_executable_extensions; do
8574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8575 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8583 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8587 python_prog_path=$ac_cv_path_python_prog_path
8588 if test -n "$python_prog_path"; then
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8590 $as_echo "$python_prog_path" >&6; }
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8593 $as_echo "no" >&6; }
8597 if test "${python_prog_path}" = missing; then
8598 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
8604 if test "${python_prog}" != missing; then
8605 # We have a python program to use, but it may be too old.
8606 # Don't flag an error for --with-python=auto (the default).
8607 have_python_config=yes
8608 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
8609 if test $? != 0; then
8610 have_python_config=failed
8611 if test "${with_python}" != auto; then
8612 as_fn_error "failure running python-config --includes" "$LINENO" 5
8615 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
8616 if test $? != 0; then
8617 have_python_config=failed
8618 if test "${with_python}" != auto; then
8619 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
8622 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
8623 if test $? != 0; then
8624 have_python_config=failed
8625 if test "${with_python}" != auto; then
8626 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
8630 # We do not have a python executable we can use to determine where
8631 # to find the Python headers and libs. We cannot guess the include
8632 # path from the python_prefix either, because that include path
8633 # depends on the Python version. So, there is nothing much we can
8634 # do except assume that the compiler will be able to find those files.
8637 have_python_config=no
8640 # If we have python-config, only try the configuration it provides.
8641 # Otherwise fallback on the old way of trying different versions of
8645 if test "${have_python_config}" = yes; then
8646 # Determine the Python version by extracting "-lpython<version>"
8647 # part of the python_libs. <version> is usually X.Y with X and Y
8648 # being decimal numbers, but can also be XY (seen on Windows).
8650 # The extraction is performed using sed with a regular expression.
8651 # Initially, the regexp used was using the '?' quantifier to make
8652 # the dot in the version number optional. Unfortunately, this
8653 # does not work with non-GNU versions of sed because, because of
8654 # what looks like a limitation (the '?' quantifier does not work
8655 # with back-references). We work around this limitation by using
8656 # the '*' quantifier instead. It means that, in theory, we might
8657 # match unexpected version strings such as "-lpython2..7", but
8658 # this seems unlikely in practice. And even if that happens,
8659 # an error will be triggered later on, when checking that version
8661 python_version=`echo " ${python_libs} " \
8662 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
8663 case "${python_version}" in
8666 version=${python_version}
8668 new_CPPFLAGS=${python_includes}
8669 new_LIBS=${python_libs}
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8671 $as_echo_n "checking for ${version}... " >&6; }
8672 save_CPPFLAGS=$CPPFLAGS
8674 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8675 LIBS="$LIBS $new_LIBS"
8676 found_usable_python=no
8677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8678 /* end confdefs.h. */
8688 if ac_fn_c_try_link "$LINENO"; then :
8689 have_libpython=${version}
8690 found_usable_python=yes
8691 PYTHON_CPPFLAGS=$new_CPPFLAGS
8692 PYTHON_LIBS=$new_LIBS
8694 rm -f core conftest.err conftest.$ac_objext \
8695 conftest$ac_exeext conftest.$ac_ext
8696 CPPFLAGS=$save_CPPFLAGS
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8699 $as_echo "${found_usable_python}" >&6; }
8703 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
8706 elif test "${have_python_config}" != failed; then
8707 if test "${have_libpython}" = no; then
8711 new_CPPFLAGS=${python_includes}
8712 new_LIBS="${python_libs} -lpython2.7"
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8714 $as_echo_n "checking for ${version}... " >&6; }
8715 save_CPPFLAGS=$CPPFLAGS
8717 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8718 LIBS="$LIBS $new_LIBS"
8719 found_usable_python=no
8720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h. */
8731 if ac_fn_c_try_link "$LINENO"; then :
8732 have_libpython=${version}
8733 found_usable_python=yes
8734 PYTHON_CPPFLAGS=$new_CPPFLAGS
8735 PYTHON_LIBS=$new_LIBS
8737 rm -f core conftest.err conftest.$ac_objext \
8738 conftest$ac_exeext conftest.$ac_ext
8739 CPPFLAGS=$save_CPPFLAGS
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8742 $as_echo "${found_usable_python}" >&6; }
8745 if test "${have_libpython}" = no; then
8749 new_CPPFLAGS=${python_includes}
8750 new_LIBS="${python_libs} -lpython2.6"
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8752 $as_echo_n "checking for ${version}... " >&6; }
8753 save_CPPFLAGS=$CPPFLAGS
8755 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8756 LIBS="$LIBS $new_LIBS"
8757 found_usable_python=no
8758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8759 /* end confdefs.h. */
8769 if ac_fn_c_try_link "$LINENO"; then :
8770 have_libpython=${version}
8771 found_usable_python=yes
8772 PYTHON_CPPFLAGS=$new_CPPFLAGS
8773 PYTHON_LIBS=$new_LIBS
8775 rm -f core conftest.err conftest.$ac_objext \
8776 conftest$ac_exeext conftest.$ac_ext
8777 CPPFLAGS=$save_CPPFLAGS
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8780 $as_echo "${found_usable_python}" >&6; }
8783 if test ${have_libpython} = no; then
8787 new_CPPFLAGS=${python_includes}
8788 new_LIBS="${python_libs} -lpython2.5"
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8790 $as_echo_n "checking for ${version}... " >&6; }
8791 save_CPPFLAGS=$CPPFLAGS
8793 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8794 LIBS="$LIBS $new_LIBS"
8795 found_usable_python=no
8796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8807 if ac_fn_c_try_link "$LINENO"; then :
8808 have_libpython=${version}
8809 found_usable_python=yes
8810 PYTHON_CPPFLAGS=$new_CPPFLAGS
8811 PYTHON_LIBS=$new_LIBS
8813 rm -f core conftest.err conftest.$ac_objext \
8814 conftest$ac_exeext conftest.$ac_ext
8815 CPPFLAGS=$save_CPPFLAGS
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8818 $as_echo "${found_usable_python}" >&6; }
8821 if test ${have_libpython} = no; then
8825 new_CPPFLAGS=${python_includes}
8826 new_LIBS="${python_libs} -lpython2.4"
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8828 $as_echo_n "checking for ${version}... " >&6; }
8829 save_CPPFLAGS=$CPPFLAGS
8831 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8832 LIBS="$LIBS $new_LIBS"
8833 found_usable_python=no
8834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8835 /* end confdefs.h. */
8845 if ac_fn_c_try_link "$LINENO"; then :
8846 have_libpython=${version}
8847 found_usable_python=yes
8848 PYTHON_CPPFLAGS=$new_CPPFLAGS
8849 PYTHON_LIBS=$new_LIBS
8851 rm -f core conftest.err conftest.$ac_objext \
8852 conftest$ac_exeext conftest.$ac_ext
8853 CPPFLAGS=$save_CPPFLAGS
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8856 $as_echo "${found_usable_python}" >&6; }
8860 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
8862 $as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
8864 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
8866 $as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
8868 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
8870 $as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
8872 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
8874 $as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
8878 if test "${have_libpython}" = no; then
8879 case "${with_python}" in
8881 as_fn_error "python is missing or unusable" "$LINENO" 5
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
8885 $as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
8888 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
8892 if test -n "${python_prefix}"; then
8894 cat >>confdefs.h <<_ACEOF
8895 #define WITH_PYTHON_PATH "${python_prefix}"
8899 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8900 if test "x$prefix" = xNONE; then
8901 test_prefix=/usr/local
8906 test_prefix=$exec_prefix
8909 case ${python_prefix} in
8910 "${test_prefix}"|"${test_prefix}/"*|\
8911 '${exec_prefix}'|'${exec_prefix}/'*)
8916 cat >>confdefs.h <<_ACEOF
8917 #define PYTHON_PATH_RELOCATABLE $value
8925 if test "${have_libpython}" != no; then
8927 $as_echo "#define HAVE_PYTHON 1" >>confdefs.h
8929 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
8930 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
8931 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
8932 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
8933 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
8935 # Flags needed to compile Python code (taken from python-config --cflags).
8936 # We cannot call python-config directly because it will output whatever was
8937 # used when compiling the Python interpreter itself, including flags which
8938 # would make the python-related objects be compiled differently from the
8939 # rest of GDB (e.g., -O2 and -fPIC).
8940 if test "${GCC}" = yes; then
8941 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
8944 if test "x${tentative_python_cflags}" != x; then
8945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
8946 $as_echo_n "checking compiler flags for python code... " >&6; }
8947 for flag in ${tentative_python_cflags}; do
8948 # Check that the compiler accepts it
8949 saved_CFLAGS="$CFLAGS"
8950 CFLAGS="$CFLAGS $flag"
8951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8952 /* end confdefs.h. */
8962 if ac_fn_c_try_compile "$LINENO"; then :
8963 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
8965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8966 CFLAGS="$saved_CFLAGS"
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
8969 $as_echo "${PYTHON_CFLAGS}" >&6; }
8972 # On x64 Windows, Python's include headers, and pyconfig.h in
8973 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
8974 # version of Windows. Unfortunately, MS_WIN64 is only defined if
8975 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
8976 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
8977 # The issue was reported to the Python community, but still isn't
8978 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
8982 if test "${GCC}" = yes; then
8983 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
8988 # Note that "python -m threading" cannot be used to check for
8989 # threading support due to a bug in Python 2.7.3
8990 # (http://bugs.python.org/issue15567).
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
8992 $as_echo_n "checking whether python supports threads... " >&6; }
8993 saved_CPPFLAGS="${CPPFLAGS}"
8994 CPPFLAGS="${PYTHON_CPPFLAGS}"
8995 # Note that the test is reversed so that python_has_threads=yes on
8996 # unexpected failures.
8997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8998 /* end confdefs.h. */
9006 if ac_fn_c_try_cpp "$LINENO"; then :
9007 python_has_threads=no
9009 python_has_threads=yes
9011 rm -f conftest.err conftest.$ac_ext
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
9013 $as_echo "${python_has_threads}" >&6; }
9014 CPPFLAGS="${saved_CPPFLAGS}"
9016 # Even if Python support is not compiled in, we need to have this file
9017 # included so that the "python" command, et.al., still exists.
9018 CONFIG_OBS="$CONFIG_OBS python.o"
9019 CONFIG_SRCS="$CONFIG_SRCS python/python.c"
9024 if test "${have_libpython}" != no; then
9026 HAVE_PYTHON_FALSE='#'
9028 HAVE_PYTHON_TRUE='#'
9033 # -------------------- #
9034 # Check for libguile. #
9035 # -------------------- #
9042 # Check whether --with-guile was given.
9043 if test "${with_guile+set}" = set; then :
9044 withval=$with_guile;
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use guile" >&5
9050 $as_echo_n "checking whether to use guile... " >&6; }
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_guile" >&5
9052 $as_echo "$with_guile" >&6; }
9054 # Extract the first word of "pkg-config", so it can be a program name with args.
9055 set dummy pkg-config; ac_word=$2
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9057 $as_echo_n "checking for $ac_word... " >&6; }
9058 if test "${ac_cv_path_pkg_config_prog_path+set}" = set; then :
9059 $as_echo_n "(cached) " >&6
9061 case $pkg_config_prog_path in
9063 ac_cv_path_pkg_config_prog_path="$pkg_config_prog_path" # Let the user override the test with a path.
9066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9070 test -z "$as_dir" && as_dir=.
9071 for ac_exec_ext in '' $ac_executable_extensions; do
9072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9073 ac_cv_path_pkg_config_prog_path="$as_dir/$ac_word$ac_exec_ext"
9074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9081 test -z "$ac_cv_path_pkg_config_prog_path" && ac_cv_path_pkg_config_prog_path="missing"
9085 pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path
9086 if test -n "$pkg_config_prog_path"; then
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_config_prog_path" >&5
9088 $as_echo "$pkg_config_prog_path" >&6; }
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9091 $as_echo "no" >&6; }
9096 try_guile_versions="guile-2.2 guile-2.0"
9098 case "${with_guile}" in
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: guile support disabled; some features will be unavailable." >&5
9101 $as_echo "$as_me: WARNING: guile support disabled; some features will be unavailable." >&2;}
9104 if test "${pkg_config_prog_path}" = "missing"; then
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not found, guile support disabled" >&5
9106 $as_echo "$as_me: WARNING: pkg-config not found, guile support disabled" >&2;}
9109 pkg_config=${pkg_config_prog_path}
9110 guile_version_list=${try_guile_versions}
9113 found_usable_guile=checking
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9115 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9116 for guile_version in ${guile_version_list}; do
9117 ${pkg_config} --exists ${guile_version} 2>/dev/null
9118 if test $? != 0; then
9121 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9122 if test $? != 0; then
9123 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9125 new_LIBS=`${pkg_config} --libs ${guile_version}`
9126 if test $? != 0; then
9127 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9129 found_usable_guile=${guile_version}
9132 if test "${found_usable_guile}" = "checking"; then
9133 if test "${flag_errors}" = "yes"; then
9134 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9136 found_usable_guile=no
9139 if test "${found_usable_guile}" != no; then
9140 save_CPPFLAGS=$CPPFLAGS
9142 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9143 LIBS="$LIBS $new_LIBS"
9144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9145 /* end confdefs.h. */
9146 #include "libguile.h"
9155 if ac_fn_c_try_link "$LINENO"; then :
9157 GUILE_CPPFLAGS=$new_CPPFLAGS
9158 GUILE_LIBS=$new_LIBS
9160 found_usable_guile=no
9162 rm -f core conftest.err conftest.$ac_objext \
9163 conftest$ac_exeext conftest.$ac_ext
9164 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9165 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9167 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9172 CPPFLAGS=$save_CPPFLAGS
9174 if test "${found_usable_guile}" = no; then
9175 if test "${flag_errors}" = yes; then
9176 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9177 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9178 as_fn_error "linking guile version ${guile_version} test program failed
9179 See \`config.log' for more details." "$LINENO" 5; }
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9184 $as_echo "${found_usable_guile}" >&6; }
9189 if test "${pkg_config_prog_path}" = "missing"; then
9190 as_fn_error "pkg-config not found" "$LINENO" 5
9193 pkg_config=${pkg_config_prog_path}
9194 guile_version_list=${try_guile_versions}
9197 found_usable_guile=checking
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9199 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9200 for guile_version in ${guile_version_list}; do
9201 ${pkg_config} --exists ${guile_version} 2>/dev/null
9202 if test $? != 0; then
9205 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9206 if test $? != 0; then
9207 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9209 new_LIBS=`${pkg_config} --libs ${guile_version}`
9210 if test $? != 0; then
9211 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9213 found_usable_guile=${guile_version}
9216 if test "${found_usable_guile}" = "checking"; then
9217 if test "${flag_errors}" = "yes"; then
9218 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9220 found_usable_guile=no
9223 if test "${found_usable_guile}" != no; then
9224 save_CPPFLAGS=$CPPFLAGS
9226 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9227 LIBS="$LIBS $new_LIBS"
9228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9229 /* end confdefs.h. */
9230 #include "libguile.h"
9239 if ac_fn_c_try_link "$LINENO"; then :
9241 GUILE_CPPFLAGS=$new_CPPFLAGS
9242 GUILE_LIBS=$new_LIBS
9244 found_usable_guile=no
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9249 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9251 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9256 CPPFLAGS=$save_CPPFLAGS
9258 if test "${found_usable_guile}" = no; then
9259 if test "${flag_errors}" = yes; then
9260 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9261 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9262 as_fn_error "linking guile version ${guile_version} test program failed
9263 See \`config.log' for more details." "$LINENO" 5; }
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9268 $as_echo "${found_usable_guile}" >&6; }
9272 if test -x "${with_guile}"; then
9274 pkg_config=${with_guile}
9275 guile_version_list=${try_guile_versions}
9278 found_usable_guile=checking
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9280 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9281 for guile_version in ${guile_version_list}; do
9282 ${pkg_config} --exists ${guile_version} 2>/dev/null
9283 if test $? != 0; then
9286 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9287 if test $? != 0; then
9288 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9290 new_LIBS=`${pkg_config} --libs ${guile_version}`
9291 if test $? != 0; then
9292 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9294 found_usable_guile=${guile_version}
9297 if test "${found_usable_guile}" = "checking"; then
9298 if test "${flag_errors}" = "yes"; then
9299 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9301 found_usable_guile=no
9304 if test "${found_usable_guile}" != no; then
9305 save_CPPFLAGS=$CPPFLAGS
9307 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9308 LIBS="$LIBS $new_LIBS"
9309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9310 /* end confdefs.h. */
9311 #include "libguile.h"
9320 if ac_fn_c_try_link "$LINENO"; then :
9322 GUILE_CPPFLAGS=$new_CPPFLAGS
9323 GUILE_LIBS=$new_LIBS
9325 found_usable_guile=no
9327 rm -f core conftest.err conftest.$ac_objext \
9328 conftest$ac_exeext conftest.$ac_ext
9329 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9330 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9332 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9337 CPPFLAGS=$save_CPPFLAGS
9339 if test "${found_usable_guile}" = no; then
9340 if test "${flag_errors}" = yes; then
9341 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9342 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9343 as_fn_error "linking guile version ${guile_version} test program failed
9344 See \`config.log' for more details." "$LINENO" 5; }
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9349 $as_echo "${found_usable_guile}" >&6; }
9352 as_fn_error "Guile config program not executable: ${with_guile}" "$LINENO" 5
9356 # Disallow --with=guile="" and --with-guile=foo/bar.
9357 as_fn_error "invalid value for --with-guile" "$LINENO" 5
9360 # A space separate list of guile versions to try, in order.
9361 if test "${pkg_config_prog_path}" = "missing"; then
9362 as_fn_error "pkg-config not found" "$LINENO" 5
9365 pkg_config=${pkg_config_prog_path}
9366 guile_version_list=${with_guile}
9369 found_usable_guile=checking
9370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9371 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9372 for guile_version in ${guile_version_list}; do
9373 ${pkg_config} --exists ${guile_version} 2>/dev/null
9374 if test $? != 0; then
9377 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9378 if test $? != 0; then
9379 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9381 new_LIBS=`${pkg_config} --libs ${guile_version}`
9382 if test $? != 0; then
9383 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9385 found_usable_guile=${guile_version}
9388 if test "${found_usable_guile}" = "checking"; then
9389 if test "${flag_errors}" = "yes"; then
9390 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9392 found_usable_guile=no
9395 if test "${found_usable_guile}" != no; then
9396 save_CPPFLAGS=$CPPFLAGS
9398 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9399 LIBS="$LIBS $new_LIBS"
9400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9401 /* end confdefs.h. */
9402 #include "libguile.h"
9411 if ac_fn_c_try_link "$LINENO"; then :
9413 GUILE_CPPFLAGS=$new_CPPFLAGS
9414 GUILE_LIBS=$new_LIBS
9416 found_usable_guile=no
9418 rm -f core conftest.err conftest.$ac_objext \
9419 conftest$ac_exeext conftest.$ac_ext
9420 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9421 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9423 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9428 CPPFLAGS=$save_CPPFLAGS
9430 if test "${found_usable_guile}" = no; then
9431 if test "${flag_errors}" = yes; then
9432 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9434 as_fn_error "linking guile version ${guile_version} test program failed
9435 See \`config.log' for more details." "$LINENO" 5; }
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9440 $as_echo "${found_usable_guile}" >&6; }
9445 if test "${have_libguile}" != no; then
9446 case "${with_guile}" in
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
9450 $as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
9451 if test "${ac_cv_guild_program_name+set}" = set; then :
9452 $as_echo_n "(cached) " >&6
9454 ac_cv_guild_program_name="`"${with_guile}" --variable guild "${guile_version}"`"
9456 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
9457 # the 'guild' and 'bindir' variables. In that case, try to guess
9458 # what the program name is, at the risk of getting it wrong if
9459 # Guile was configured with '--program-suffix' or similar.
9460 if test "x$ac_cv_guild_program_name" = "x"; then
9461 guile_exec_prefix="`"${with_guile}" --variable exec_prefix "${guile_version}"`"
9462 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
9467 $as_echo "$ac_cv_guild_program_name" >&6; }
9469 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
9470 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
9473 GUILD="$ac_cv_guild_program_name"
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
9480 $as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
9481 if test "${ac_cv_guild_program_name+set}" = set; then :
9482 $as_echo_n "(cached) " >&6
9484 ac_cv_guild_program_name="`"${pkg_config_prog_path}" --variable guild "${guile_version}"`"
9486 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
9487 # the 'guild' and 'bindir' variables. In that case, try to guess
9488 # what the program name is, at the risk of getting it wrong if
9489 # Guile was configured with '--program-suffix' or similar.
9490 if test "x$ac_cv_guild_program_name" = "x"; then
9491 guile_exec_prefix="`"${pkg_config_prog_path}" --variable exec_prefix "${guile_version}"`"
9492 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
9497 $as_echo "$ac_cv_guild_program_name" >&6; }
9499 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
9500 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
9503 GUILD="$ac_cv_guild_program_name"
9510 if test "$cross_compiling" = no; then
9513 GUILD_TARGET_FLAG="--target=$host"
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether guild supports this host" >&5
9520 $as_echo_n "checking whether guild supports this host... " >&6; }
9521 if test "${ac_cv_guild_ok+set}" = set; then :
9522 $as_echo_n "(cached) " >&6
9524 echo "$ac_cv_guild_program_name compile $GUILD_TARGET_FLAG -o conftest.go $srcdir/guile/lib/gdb/support.scm" >&5
9525 if "$ac_cv_guild_program_name" compile $GUILD_TARGET_FLAG -o conftest.go "$srcdir/guile/lib/gdb/support.scm" >&5 2>&5; then
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_ok" >&5
9532 $as_echo "$ac_cv_guild_ok" >&6; }
9534 if test "$ac_cv_guild_ok" = no; then
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling guile support" >&5
9537 $as_echo "$as_me: WARNING: disabling guile support" >&2;}
9541 if test "${have_libguile}" != no; then
9543 $as_echo "#define HAVE_GUILE 1" >>confdefs.h
9545 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_GUILE_OBS)"
9546 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_GUILE_DEPS)"
9547 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_GUILE_SRCS)"
9548 CONFIG_INSTALL="$CONFIG_INSTALL install-guile"
9549 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_GUILE_CFLAGS)"
9552 save_CPPFLAGS="$CPPFLAGS"
9554 CPPFLAGS="$GUILE_CPPFLAGS"
9555 for ac_func in scm_new_smob
9557 ac_fn_c_check_func "$LINENO" "scm_new_smob" "ac_cv_func_scm_new_smob"
9558 if test "x$ac_cv_func_scm_new_smob" = x""yes; then :
9559 cat >>confdefs.h <<_ACEOF
9560 #define HAVE_SCM_NEW_SMOB 1
9567 CPPFLAGS="$save_CPPFLAGS"
9569 # Even if Guile support is not compiled in, we need to have these files
9571 CONFIG_OBS="$CONFIG_OBS guile.o"
9572 CONFIG_SRCS="$CONFIG_SRCS guile/guile.c"
9576 if test "${have_libguile}" != no; then
9578 HAVE_GUILE_FALSE='#'
9585 # --------------------- #
9586 # Check for libmcheck. #
9587 # --------------------- #
9589 # Enable -lmcheck by default (it provides cheap-enough memory mangling),
9590 # but turn it off if Python is enabled with threads, since -lmcheck is
9591 # not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
9593 if test \( "${have_libpython}" = "no" -o "${python_has_threads}" = "no" \) \
9594 && $development; then
9595 libmcheck_default=yes
9597 libmcheck_default=no
9600 # Check whether --enable-libmcheck was given.
9601 if test "${enable_libmcheck+set}" = set; then :
9602 enableval=$enable_libmcheck; case "${enableval}" in
9603 yes | y) ENABLE_LIBMCHECK="yes" ;;
9604 no | n) ENABLE_LIBMCHECK="no" ;;
9605 *) as_fn_error "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
9610 if test -z "${ENABLE_LIBMCHECK}"; then
9611 ENABLE_LIBMCHECK=${libmcheck_default}
9614 if test "$ENABLE_LIBMCHECK" = "yes" ; then
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
9616 $as_echo_n "checking for main in -lmcheck... " >&6; }
9617 if test "${ac_cv_lib_mcheck_main+set}" = set; then :
9618 $as_echo_n "(cached) " >&6
9620 ac_check_lib_save_LIBS=$LIBS
9621 LIBS="-lmcheck $LIBS"
9622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9623 /* end confdefs.h. */
9634 if ac_fn_c_try_link "$LINENO"; then :
9635 ac_cv_lib_mcheck_main=yes
9637 ac_cv_lib_mcheck_main=no
9639 rm -f core conftest.err conftest.$ac_objext \
9640 conftest$ac_exeext conftest.$ac_ext
9641 LIBS=$ac_check_lib_save_LIBS
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
9644 $as_echo "$ac_cv_lib_mcheck_main" >&6; }
9645 if test "x$ac_cv_lib_mcheck_main" = x""yes; then :
9646 cat >>confdefs.h <<_ACEOF
9647 #define HAVE_LIBMCHECK 1
9650 LIBS="-lmcheck $LIBS"
9657 if test "$ENABLE_LIBMCHECK" = "yes" \
9658 -a "${have_libpython}" != "no" \
9659 -a "${python_has_threads}" = "yes" ; then
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
9661 $as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
9664 # ------------------------- #
9665 # Checks for header files. #
9666 # ------------------------- #
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
9669 $as_echo_n "checking for ANSI C header files... " >&6; }
9670 if test "${ac_cv_header_stdc+set}" = set; then :
9671 $as_echo_n "(cached) " >&6
9673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9674 /* end confdefs.h. */
9688 if ac_fn_c_try_compile "$LINENO"; then :
9689 ac_cv_header_stdc=yes
9691 ac_cv_header_stdc=no
9693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9695 if test $ac_cv_header_stdc = yes; then
9696 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9698 /* end confdefs.h. */
9702 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9703 $EGREP "memchr" >/dev/null 2>&1; then :
9706 ac_cv_header_stdc=no
9712 if test $ac_cv_header_stdc = yes; then
9713 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9715 /* end confdefs.h. */
9719 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9720 $EGREP "free" >/dev/null 2>&1; then :
9723 ac_cv_header_stdc=no
9729 if test $ac_cv_header_stdc = yes; then
9730 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9731 if test "$cross_compiling" = yes; then :
9734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9735 /* end confdefs.h. */
9738 #if ((' ' & 0x0FF) == 0x020)
9739 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9740 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9742 # define ISLOWER(c) \
9743 (('a' <= (c) && (c) <= 'i') \
9744 || ('j' <= (c) && (c) <= 'r') \
9745 || ('s' <= (c) && (c) <= 'z'))
9746 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9749 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9754 for (i = 0; i < 256; i++)
9755 if (XOR (islower (i), ISLOWER (i))
9756 || toupper (i) != TOUPPER (i))
9761 if ac_fn_c_try_run "$LINENO"; then :
9764 ac_cv_header_stdc=no
9766 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9767 conftest.$ac_objext conftest.beam conftest.$ac_ext
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
9773 $as_echo "$ac_cv_header_stdc" >&6; }
9774 if test $ac_cv_header_stdc = yes; then
9776 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
9780 # elf_hp.h is for HP/UX 64-bit shared library support.
9781 for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
9784 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
9785 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
9786 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
9787 termios.h termio.h \
9791 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9792 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9793 eval as_val=\$$as_ac_Header
9794 if test "x$as_val" = x""yes; then :
9795 cat >>confdefs.h <<_ACEOF
9796 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9803 for ac_header in sys/proc.h
9805 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
9806 # include <sys/param.h>
9810 if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
9811 cat >>confdefs.h <<_ACEOF
9812 #define HAVE_SYS_PROC_H 1
9819 for ac_header in sys/user.h
9821 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
9822 # include <sys/param.h>
9826 if test "x$ac_cv_header_sys_user_h" = x""yes; then :
9827 cat >>confdefs.h <<_ACEOF
9828 #define HAVE_SYS_USER_H 1
9836 # On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
9837 # between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
9838 # think that we don't have <curses.h> if we're using GCC.
9841 if test "$GCC" = yes; then
9843 $as_echo "#define _MSE_INT_H 1" >>confdefs.h
9847 for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
9849 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9850 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9851 eval as_val=\$$as_ac_Header
9852 if test "x$as_val" = x""yes; then :
9853 cat >>confdefs.h <<_ACEOF
9854 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9861 for ac_header in term.h
9863 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
9864 # include <curses.h>
9868 if test "x$ac_cv_header_term_h" = x""yes; then :
9869 cat >>confdefs.h <<_ACEOF
9870 #define HAVE_TERM_H 1
9878 # ------------------------- #
9879 # Checks for declarations. #
9880 # ------------------------- #
9883 # Check for presence and size of long long.
9884 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
9885 if test "x$ac_cv_type_long_long" = x""yes; then :
9887 cat >>confdefs.h <<_ACEOF
9888 #define HAVE_LONG_LONG 1
9891 # The cast to long int works around a bug in the HP C Compiler
9892 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9893 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9894 # This bug is HP SR number 8606223364.
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
9896 $as_echo_n "checking size of long long... " >&6; }
9897 if test "${ac_cv_sizeof_long_long+set}" = set; then :
9898 $as_echo_n "(cached) " >&6
9900 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
9903 if test "$ac_cv_type_long_long" = yes; then
9904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9905 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9906 { as_fn_set_status 77
9907 as_fn_error "cannot compute sizeof (long long)
9908 See \`config.log' for more details." "$LINENO" 5; }; }
9910 ac_cv_sizeof_long_long=0
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
9916 $as_echo "$ac_cv_sizeof_long_long" >&6; }
9920 cat >>confdefs.h <<_ACEOF
9921 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9928 ac_fn_c_check_decl "$LINENO" "basename(char *)" "ac_cv_have_decl_basename_char_p_" "$ac_includes_default"
9929 if test "x$ac_cv_have_decl_basename_char_p_" = x""yes; then :
9935 cat >>confdefs.h <<_ACEOF
9936 #define HAVE_DECL_BASENAME $ac_have_decl
9938 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
9939 if test "x$ac_cv_have_decl_ffs" = x""yes; then :
9945 cat >>confdefs.h <<_ACEOF
9946 #define HAVE_DECL_FFS $ac_have_decl
9948 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
9949 if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
9955 cat >>confdefs.h <<_ACEOF
9956 #define HAVE_DECL_ASPRINTF $ac_have_decl
9958 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
9959 if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
9965 cat >>confdefs.h <<_ACEOF
9966 #define HAVE_DECL_VASPRINTF $ac_have_decl
9968 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
9969 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
9975 cat >>confdefs.h <<_ACEOF
9976 #define HAVE_DECL_SNPRINTF $ac_have_decl
9978 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
9979 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
9985 cat >>confdefs.h <<_ACEOF
9986 #define HAVE_DECL_VSNPRINTF $ac_have_decl
9989 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
9990 if test "x$ac_cv_have_decl_strtol" = x""yes; then :
9996 cat >>confdefs.h <<_ACEOF
9997 #define HAVE_DECL_STRTOL $ac_have_decl
9999 ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
10000 if test "x$ac_cv_have_decl_strtoul" = x""yes; then :
10006 cat >>confdefs.h <<_ACEOF
10007 #define HAVE_DECL_STRTOUL $ac_have_decl
10009 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
10010 if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
10016 cat >>confdefs.h <<_ACEOF
10017 #define HAVE_DECL_STRTOLL $ac_have_decl
10019 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
10020 if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
10026 cat >>confdefs.h <<_ACEOF
10027 #define HAVE_DECL_STRTOULL $ac_have_decl
10030 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
10031 if test "x$ac_cv_have_decl_strverscmp" = x""yes; then :
10037 cat >>confdefs.h <<_ACEOF
10038 #define HAVE_DECL_STRVERSCMP $ac_have_decl
10043 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
10044 if test "x$ac_cv_have_decl_free" = x""yes; then :
10050 cat >>confdefs.h <<_ACEOF
10051 #define HAVE_DECL_FREE $ac_have_decl
10053 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
10054 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
10060 cat >>confdefs.h <<_ACEOF
10061 #define HAVE_DECL_MALLOC $ac_have_decl
10063 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
10064 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
10070 cat >>confdefs.h <<_ACEOF
10071 #define HAVE_DECL_REALLOC $ac_have_decl
10073 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
10074 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
10080 cat >>confdefs.h <<_ACEOF
10081 #define HAVE_DECL_SNPRINTF $ac_have_decl
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
10086 $as_echo_n "checking for LC_MESSAGES... " >&6; }
10087 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
10088 $as_echo_n "(cached) " >&6
10090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10091 /* end confdefs.h. */
10092 #include <locale.h>
10101 if ac_fn_c_try_link "$LINENO"; then :
10102 am_cv_val_LC_MESSAGES=yes
10104 am_cv_val_LC_MESSAGES=no
10106 rm -f core conftest.err conftest.$ac_objext \
10107 conftest$ac_exeext conftest.$ac_ext
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
10110 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
10111 if test $am_cv_val_LC_MESSAGES = yes; then
10113 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
10118 # ----------------------- #
10119 # Checks for structures. #
10120 # ----------------------- #
10122 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
10123 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
10125 cat >>confdefs.h <<_ACEOF
10126 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
10131 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
10132 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
10134 cat >>confdefs.h <<_ACEOF
10135 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
10142 # ------------------ #
10143 # Checks for types. #
10144 # ------------------ #
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
10147 $as_echo_n "checking return type of signal handlers... " >&6; }
10148 if test "${ac_cv_type_signal+set}" = set; then :
10149 $as_echo_n "(cached) " >&6
10151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10152 /* end confdefs.h. */
10153 #include <sys/types.h>
10154 #include <signal.h>
10159 return *(signal (0, 0)) (0) == 1;
10164 if ac_fn_c_try_compile "$LINENO"; then :
10165 ac_cv_type_signal=int
10167 ac_cv_type_signal=void
10169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
10172 $as_echo "$ac_cv_type_signal" >&6; }
10174 cat >>confdefs.h <<_ACEOF
10175 #define RETSIGTYPE $ac_cv_type_signal
10179 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
10180 #include <sys/socket.h>
10183 if test "x$ac_cv_type_socklen_t" = x""yes; then :
10185 cat >>confdefs.h <<_ACEOF
10186 #define HAVE_SOCKLEN_T 1
10193 # ------------------------------------- #
10194 # Checks for compiler characteristics. #
10195 # ------------------------------------- #
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
10198 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
10199 if test "${ac_cv_c_const+set}" = set; then :
10200 $as_echo_n "(cached) " >&6
10202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10203 /* end confdefs.h. */
10208 /* FIXME: Include the comments suggested by Paul. */
10209 #ifndef __cplusplus
10210 /* Ultrix mips cc rejects this. */
10211 typedef int charset[2];
10213 /* SunOS 4.1.1 cc rejects this. */
10214 char const *const *pcpcc;
10216 /* NEC SVR4.0.2 mips cc rejects this. */
10217 struct point {int x, y;};
10218 static struct point const zero = {0,0};
10219 /* AIX XL C 1.02.0.0 rejects this.
10220 It does not let you subtract one const X* pointer from another in
10221 an arm of an if-expression whose if-part is not a constant
10223 const char *g = "string";
10224 pcpcc = &g + (g ? g-g : 0);
10225 /* HPUX 7.0 cc rejects these. */
10227 ppc = (char**) pcpcc;
10228 pcpcc = (char const *const *) ppc;
10229 { /* SCO 3.2v4 cc rejects this. */
10231 char const *s = 0 ? (char *) 0 : (char const *) 0;
10236 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10237 int x[] = {25, 17};
10238 const int *foo = &x[0];
10241 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10242 typedef const int *iptr;
10246 { /* AIX XL C 1.02.0.0 rejects this saying
10247 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10248 struct s { int j; const int *ap[3]; };
10249 struct s *b; b->j = 5;
10251 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10252 const int foo = 10;
10253 if (!foo) return 0;
10255 return !cs[0] && !zero.x;
10262 if ac_fn_c_try_compile "$LINENO"; then :
10267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
10270 $as_echo "$ac_cv_c_const" >&6; }
10271 if test $ac_cv_c_const = no; then
10273 $as_echo "#define const /**/" >>confdefs.h
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
10278 $as_echo_n "checking for inline... " >&6; }
10279 if test "${ac_cv_c_inline+set}" = set; then :
10280 $as_echo_n "(cached) " >&6
10283 for ac_kw in inline __inline__ __inline; do
10284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10285 /* end confdefs.h. */
10286 #ifndef __cplusplus
10288 static $ac_kw foo_t static_foo () {return 0; }
10289 $ac_kw foo_t foo () {return 0; }
10293 if ac_fn_c_try_compile "$LINENO"; then :
10294 ac_cv_c_inline=$ac_kw
10296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10297 test "$ac_cv_c_inline" != no && break
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
10302 $as_echo "$ac_cv_c_inline" >&6; }
10304 case $ac_cv_c_inline in
10307 case $ac_cv_c_inline in
10309 *) ac_val=$ac_cv_c_inline;;
10311 cat >>confdefs.h <<_ACEOF
10312 #ifndef __cplusplus
10313 #define inline $ac_val
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
10320 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
10321 if test "${ac_cv_c_bigendian+set}" = set; then :
10322 $as_echo_n "(cached) " >&6
10324 ac_cv_c_bigendian=unknown
10325 # See if we're dealing with a universal compiler.
10326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10327 /* end confdefs.h. */
10328 #ifndef __APPLE_CC__
10329 not a universal capable compiler
10334 if ac_fn_c_try_compile "$LINENO"; then :
10336 # Check for potential -arch flags. It is not universal unless
10337 # there are at least two -arch flags with different values.
10340 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
10341 if test -n "$ac_prev"; then
10343 i?86 | x86_64 | ppc | ppc64)
10344 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
10347 ac_cv_c_bigendian=universal
10353 elif test "x$ac_word" = "x-arch"; then
10358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10359 if test $ac_cv_c_bigendian = unknown; then
10360 # See if sys/param.h defines the BYTE_ORDER macro.
10361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10362 /* end confdefs.h. */
10363 #include <sys/types.h>
10364 #include <sys/param.h>
10369 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
10370 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
10372 bogus endian macros
10379 if ac_fn_c_try_compile "$LINENO"; then :
10380 # It does; now see whether it defined to BIG_ENDIAN or not.
10381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10382 /* end confdefs.h. */
10383 #include <sys/types.h>
10384 #include <sys/param.h>
10389 #if BYTE_ORDER != BIG_ENDIAN
10397 if ac_fn_c_try_compile "$LINENO"; then :
10398 ac_cv_c_bigendian=yes
10400 ac_cv_c_bigendian=no
10402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10406 if test $ac_cv_c_bigendian = unknown; then
10407 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
10408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10410 #include <limits.h>
10415 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
10416 bogus endian macros
10423 if ac_fn_c_try_compile "$LINENO"; then :
10424 # It does; now see whether it defined to _BIG_ENDIAN or not.
10425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10426 /* end confdefs.h. */
10427 #include <limits.h>
10432 #ifndef _BIG_ENDIAN
10440 if ac_fn_c_try_compile "$LINENO"; then :
10441 ac_cv_c_bigendian=yes
10443 ac_cv_c_bigendian=no
10445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10449 if test $ac_cv_c_bigendian = unknown; then
10450 # Compile a test program.
10451 if test "$cross_compiling" = yes; then :
10452 # Try to guess by grepping values from an object file.
10453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10454 /* end confdefs.h. */
10455 short int ascii_mm[] =
10456 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
10457 short int ascii_ii[] =
10458 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
10459 int use_ascii (int i) {
10460 return ascii_mm[i] + ascii_ii[i];
10462 short int ebcdic_ii[] =
10463 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
10464 short int ebcdic_mm[] =
10465 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
10466 int use_ebcdic (int i) {
10467 return ebcdic_mm[i] + ebcdic_ii[i];
10474 return use_ascii (foo) == use_ebcdic (foo);
10479 if ac_fn_c_try_compile "$LINENO"; then :
10480 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
10481 ac_cv_c_bigendian=yes
10483 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
10484 if test "$ac_cv_c_bigendian" = unknown; then
10485 ac_cv_c_bigendian=no
10487 # finding both strings is unlikely to happen, but who knows?
10488 ac_cv_c_bigendian=unknown
10492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10495 /* end confdefs.h. */
10496 $ac_includes_default
10501 /* Are we little or big endian? From Harbison&Steele. */
10505 char c[sizeof (long int)];
10508 return u.c[sizeof (long int) - 1] == 1;
10514 if ac_fn_c_try_run "$LINENO"; then :
10515 ac_cv_c_bigendian=no
10517 ac_cv_c_bigendian=yes
10519 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10520 conftest.$ac_objext conftest.beam conftest.$ac_ext
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
10526 $as_echo "$ac_cv_c_bigendian" >&6; }
10527 case $ac_cv_c_bigendian in #(
10529 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
10535 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
10539 as_fn_error "unknown endianness
10540 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
10544 # ------------------------------ #
10545 # Checks for library functions. #
10546 # ------------------------------ #
10548 for ac_header in stdlib.h unistd.h
10550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10551 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10552 eval as_val=\$$as_ac_Header
10553 if test "x$as_val" = x""yes; then :
10554 cat >>confdefs.h <<_ACEOF
10555 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10562 for ac_func in getpagesize
10564 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
10565 if test "x$ac_cv_func_getpagesize" = x""yes; then :
10566 cat >>confdefs.h <<_ACEOF
10567 #define HAVE_GETPAGESIZE 1
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
10574 $as_echo_n "checking for working mmap... " >&6; }
10575 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
10576 $as_echo_n "(cached) " >&6
10578 if test "$cross_compiling" = yes; then :
10579 ac_cv_func_mmap_fixed_mapped=no
10581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10582 /* end confdefs.h. */
10583 $ac_includes_default
10584 /* malloc might have been renamed as rpl_malloc. */
10587 /* Thanks to Mike Haertel and Jim Avera for this test.
10588 Here is a matrix of mmap possibilities:
10589 mmap private not fixed
10590 mmap private fixed at somewhere currently unmapped
10591 mmap private fixed at somewhere already mapped
10592 mmap shared not fixed
10593 mmap shared fixed at somewhere currently unmapped
10594 mmap shared fixed at somewhere already mapped
10595 For private mappings, we should verify that changes cannot be read()
10596 back from the file, nor mmap's back from the file at a different
10597 address. (There have been systems where private was not correctly
10598 implemented like the infamous i386 svr4.0, and systems where the
10599 VM page cache was not coherent with the file system buffer cache
10600 like early versions of FreeBSD and possibly contemporary NetBSD.)
10601 For shared mappings, we should conversely verify that changes get
10602 propagated back to all the places they're supposed to be.
10604 Grep wants private fixed already mapped.
10605 The main things grep needs to know about mmap are:
10606 * does it exist and is it safe to write into the mmap'd area
10607 * how to use it (BSD variants) */
10610 #include <sys/mman.h>
10612 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
10616 /* This mess was copied from the GNU getpagesize.h. */
10617 #ifndef HAVE_GETPAGESIZE
10618 /* Assume that all systems that can run configure have sys/param.h. */
10619 # ifndef HAVE_SYS_PARAM_H
10620 # define HAVE_SYS_PARAM_H 1
10623 # ifdef _SC_PAGESIZE
10624 # define getpagesize() sysconf(_SC_PAGESIZE)
10625 # else /* no _SC_PAGESIZE */
10626 # ifdef HAVE_SYS_PARAM_H
10627 # include <sys/param.h>
10628 # ifdef EXEC_PAGESIZE
10629 # define getpagesize() EXEC_PAGESIZE
10630 # else /* no EXEC_PAGESIZE */
10632 # define getpagesize() NBPG * CLSIZE
10635 # endif /* no CLSIZE */
10636 # else /* no NBPG */
10638 # define getpagesize() NBPC
10639 # else /* no NBPC */
10641 # define getpagesize() PAGESIZE
10642 # endif /* PAGESIZE */
10643 # endif /* no NBPC */
10644 # endif /* no NBPG */
10645 # endif /* no EXEC_PAGESIZE */
10646 # else /* no HAVE_SYS_PARAM_H */
10647 # define getpagesize() 8192 /* punt totally */
10648 # endif /* no HAVE_SYS_PARAM_H */
10649 # endif /* no _SC_PAGESIZE */
10651 #endif /* no HAVE_GETPAGESIZE */
10656 char *data, *data2, *data3;
10660 pagesize = getpagesize ();
10662 /* First, make a file with some known garbage in it. */
10663 data = (char *) malloc (pagesize);
10666 for (i = 0; i < pagesize; ++i)
10667 *(data + i) = rand ();
10669 fd = creat ("conftest.mmap", 0600);
10672 if (write (fd, data, pagesize) != pagesize)
10676 /* Next, try to mmap the file at a fixed address which already has
10677 something else allocated at it. If we can, also make sure that
10678 we see the same garbage. */
10679 fd = open ("conftest.mmap", O_RDWR);
10682 data2 = (char *) malloc (2 * pagesize);
10685 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
10686 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10687 MAP_PRIVATE | MAP_FIXED, fd, 0L))
10689 for (i = 0; i < pagesize; ++i)
10690 if (*(data + i) != *(data2 + i))
10693 /* Finally, make sure that changes to the mapped area do not
10694 percolate back to the file as seen by read(). (This is a bug on
10695 some variants of i386 svr4.0.) */
10696 for (i = 0; i < pagesize; ++i)
10697 *(data2 + i) = *(data2 + i) + 1;
10698 data3 = (char *) malloc (pagesize);
10701 if (read (fd, data3, pagesize) != pagesize)
10703 for (i = 0; i < pagesize; ++i)
10704 if (*(data + i) != *(data3 + i))
10710 if ac_fn_c_try_run "$LINENO"; then :
10711 ac_cv_func_mmap_fixed_mapped=yes
10713 ac_cv_func_mmap_fixed_mapped=no
10715 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10716 conftest.$ac_objext conftest.beam conftest.$ac_ext
10720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
10721 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
10722 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10724 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
10727 rm -f conftest.mmap
10729 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
10730 if test "x$ac_cv_type_pid_t" = x""yes; then :
10734 cat >>confdefs.h <<_ACEOF
10740 for ac_header in vfork.h
10742 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
10743 if test "x$ac_cv_header_vfork_h" = x""yes; then :
10744 cat >>confdefs.h <<_ACEOF
10745 #define HAVE_VFORK_H 1
10752 for ac_func in fork vfork
10754 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10755 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10756 eval as_val=\$$as_ac_var
10757 if test "x$as_val" = x""yes; then :
10758 cat >>confdefs.h <<_ACEOF
10759 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10765 if test "x$ac_cv_func_fork" = xyes; then
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
10767 $as_echo_n "checking for working fork... " >&6; }
10768 if test "${ac_cv_func_fork_works+set}" = set; then :
10769 $as_echo_n "(cached) " >&6
10771 if test "$cross_compiling" = yes; then :
10772 ac_cv_func_fork_works=cross
10774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10775 /* end confdefs.h. */
10776 $ac_includes_default
10781 /* By Ruediger Kuhlmann. */
10782 return fork () < 0;
10788 if ac_fn_c_try_run "$LINENO"; then :
10789 ac_cv_func_fork_works=yes
10791 ac_cv_func_fork_works=no
10793 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10794 conftest.$ac_objext conftest.beam conftest.$ac_ext
10798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
10799 $as_echo "$ac_cv_func_fork_works" >&6; }
10802 ac_cv_func_fork_works=$ac_cv_func_fork
10804 if test "x$ac_cv_func_fork_works" = xcross; then
10806 *-*-amigaos* | *-*-msdosdjgpp*)
10807 # Override, as these systems have only a dummy fork() stub
10808 ac_cv_func_fork_works=no
10811 ac_cv_func_fork_works=yes
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
10815 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
10817 ac_cv_func_vfork_works=$ac_cv_func_vfork
10818 if test "x$ac_cv_func_vfork" = xyes; then
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
10820 $as_echo_n "checking for working vfork... " >&6; }
10821 if test "${ac_cv_func_vfork_works+set}" = set; then :
10822 $as_echo_n "(cached) " >&6
10824 if test "$cross_compiling" = yes; then :
10825 ac_cv_func_vfork_works=cross
10827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10828 /* end confdefs.h. */
10829 /* Thanks to Paul Eggert for this test. */
10830 $ac_includes_default
10831 #include <sys/wait.h>
10832 #ifdef HAVE_VFORK_H
10833 # include <vfork.h>
10835 /* On some sparc systems, changes by the child to local and incoming
10836 argument registers are propagated back to the parent. The compiler
10837 is told about this with #include <vfork.h>, but some compilers
10838 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10839 static variable whose address is put into a register that is
10840 clobbered by the vfork. */
10843 sparc_address_test (int arg)
10845 sparc_address_test (arg) int arg;
10848 static pid_t child;
10866 pid_t parent = getpid ();
10869 sparc_address_test (0);
10874 /* Here is another test for sparc vfork register problems. This
10875 test uses lots of local variables, at least as many local
10876 variables as main has allocated so far including compiler
10877 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
10878 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
10879 reuse the register of parent for one of the local variables,
10880 since it will think that parent can't possibly be used any more
10881 in this routine. Assigning to the local variable will thus
10882 munge parent in the parent process. */
10884 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
10885 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
10886 /* Convince the compiler that p..p7 are live; otherwise, it might
10887 use the same hardware register for all 8 local variables. */
10888 if (p != p1 || p != p2 || p != p3 || p != p4
10889 || p != p5 || p != p6 || p != p7)
10892 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
10893 from child file descriptors. If the child closes a descriptor
10894 before it execs or exits, this munges the parent's descriptor
10895 as well. Test for this by closing stdout in the child. */
10896 _exit(close(fileno(stdout)) != 0);
10901 while (wait(&status) != child)
10904 /* Was there some problem with vforking? */
10907 /* Did the child fail? (This shouldn't happen.) */
10910 /* Did the vfork/compiler bug occur? */
10911 || parent != getpid()
10913 /* Did the file descriptor bug occur? */
10914 || fstat(fileno(stdout), &st) != 0
10919 if ac_fn_c_try_run "$LINENO"; then :
10920 ac_cv_func_vfork_works=yes
10922 ac_cv_func_vfork_works=no
10924 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10925 conftest.$ac_objext conftest.beam conftest.$ac_ext
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
10930 $as_echo "$ac_cv_func_vfork_works" >&6; }
10933 if test "x$ac_cv_func_fork_works" = xcross; then
10934 ac_cv_func_vfork_works=$ac_cv_func_vfork
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
10936 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
10939 if test "x$ac_cv_func_vfork_works" = xyes; then
10941 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
10945 $as_echo "#define vfork fork" >>confdefs.h
10948 if test "x$ac_cv_func_fork_works" = xyes; then
10950 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
10954 for ac_func in getauxval getrusage getuid getgid \
10955 pipe poll pread pread64 pwrite resize_term \
10956 sbrk setpgid setpgrp setsid \
10957 sigaction sigprocmask sigsetmask socketpair \
10958 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
10959 setrlimit getrlimit posix_madvise waitpid \
10960 ptrace64 sigaltstack mkdtemp setns
10962 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10963 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10964 eval as_val=\$$as_ac_var
10965 if test "x$as_val" = x""yes; then :
10966 cat >>confdefs.h <<_ACEOF
10967 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
10975 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
10976 if test "${am_cv_langinfo_codeset+set}" = set; then :
10977 $as_echo_n "(cached) " >&6
10979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10980 /* end confdefs.h. */
10981 #include <langinfo.h>
10985 char* cs = nl_langinfo(CODESET);
10990 if ac_fn_c_try_link "$LINENO"; then :
10991 am_cv_langinfo_codeset=yes
10993 am_cv_langinfo_codeset=no
10995 rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
11000 $as_echo "$am_cv_langinfo_codeset" >&6; }
11001 if test $am_cv_langinfo_codeset = yes; then
11003 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11009 $as_echo_n "checking for ANSI C header files... " >&6; }
11010 if test "${ac_cv_header_stdc+set}" = set; then :
11011 $as_echo_n "(cached) " >&6
11013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11014 /* end confdefs.h. */
11015 #include <stdlib.h>
11016 #include <stdarg.h>
11017 #include <string.h>
11028 if ac_fn_c_try_compile "$LINENO"; then :
11029 ac_cv_header_stdc=yes
11031 ac_cv_header_stdc=no
11033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11035 if test $ac_cv_header_stdc = yes; then
11036 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11038 /* end confdefs.h. */
11039 #include <string.h>
11042 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11043 $EGREP "memchr" >/dev/null 2>&1; then :
11046 ac_cv_header_stdc=no
11052 if test $ac_cv_header_stdc = yes; then
11053 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11055 /* end confdefs.h. */
11056 #include <stdlib.h>
11059 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11060 $EGREP "free" >/dev/null 2>&1; then :
11063 ac_cv_header_stdc=no
11069 if test $ac_cv_header_stdc = yes; then
11070 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11071 if test "$cross_compiling" = yes; then :
11074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11075 /* end confdefs.h. */
11077 #include <stdlib.h>
11078 #if ((' ' & 0x0FF) == 0x020)
11079 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11080 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11082 # define ISLOWER(c) \
11083 (('a' <= (c) && (c) <= 'i') \
11084 || ('j' <= (c) && (c) <= 'r') \
11085 || ('s' <= (c) && (c) <= 'z'))
11086 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11089 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11094 for (i = 0; i < 256; i++)
11095 if (XOR (islower (i), ISLOWER (i))
11096 || toupper (i) != TOUPPER (i))
11101 if ac_fn_c_try_run "$LINENO"; then :
11104 ac_cv_header_stdc=no
11106 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11107 conftest.$ac_objext conftest.beam conftest.$ac_ext
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11113 $as_echo "$ac_cv_header_stdc" >&6; }
11114 if test $ac_cv_header_stdc = yes; then
11116 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11120 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
11121 # for constant arguments. Useless!
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
11123 $as_echo_n "checking for working alloca.h... " >&6; }
11124 if test "${ac_cv_working_alloca_h+set}" = set; then :
11125 $as_echo_n "(cached) " >&6
11127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11128 /* end confdefs.h. */
11129 #include <alloca.h>
11133 char *p = (char *) alloca (2 * sizeof (int));
11139 if ac_fn_c_try_link "$LINENO"; then :
11140 ac_cv_working_alloca_h=yes
11142 ac_cv_working_alloca_h=no
11144 rm -f core conftest.err conftest.$ac_objext \
11145 conftest$ac_exeext conftest.$ac_ext
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
11148 $as_echo "$ac_cv_working_alloca_h" >&6; }
11149 if test $ac_cv_working_alloca_h = yes; then
11151 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
11156 $as_echo_n "checking for alloca... " >&6; }
11157 if test "${ac_cv_func_alloca_works+set}" = set; then :
11158 $as_echo_n "(cached) " >&6
11160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11161 /* end confdefs.h. */
11163 # define alloca __builtin_alloca
11166 # include <malloc.h>
11167 # define alloca _alloca
11169 # ifdef HAVE_ALLOCA_H
11170 # include <alloca.h>
11175 # ifndef alloca /* predefined by HP cc +Olibcalls */
11186 char *p = (char *) alloca (1);
11192 if ac_fn_c_try_link "$LINENO"; then :
11193 ac_cv_func_alloca_works=yes
11195 ac_cv_func_alloca_works=no
11197 rm -f core conftest.err conftest.$ac_objext \
11198 conftest$ac_exeext conftest.$ac_ext
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
11201 $as_echo "$ac_cv_func_alloca_works" >&6; }
11203 if test $ac_cv_func_alloca_works = yes; then
11205 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
11208 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
11209 # that cause trouble. Some versions do not even contain alloca or
11210 # contain a buggy version. If you still want to use their alloca,
11211 # use ar to extract alloca.o from them instead of compiling alloca.c.
11213 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
11215 $as_echo "#define C_ALLOCA 1" >>confdefs.h
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
11219 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
11220 if test "${ac_cv_os_cray+set}" = set; then :
11221 $as_echo_n "(cached) " >&6
11223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11224 /* end confdefs.h. */
11225 #if defined CRAY && ! defined CRAY2
11232 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11233 $EGREP "webecray" >/dev/null 2>&1; then :
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
11242 $as_echo "$ac_cv_os_cray" >&6; }
11243 if test $ac_cv_os_cray = yes; then
11244 for ac_func in _getb67 GETB67 getb67; do
11245 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11246 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11247 eval as_val=\$$as_ac_var
11248 if test "x$as_val" = x""yes; then :
11250 cat >>confdefs.h <<_ACEOF
11251 #define CRAY_STACKSEG_END $ac_func
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
11261 $as_echo_n "checking stack direction for C alloca... " >&6; }
11262 if test "${ac_cv_c_stack_direction+set}" = set; then :
11263 $as_echo_n "(cached) " >&6
11265 if test "$cross_compiling" = yes; then :
11266 ac_cv_c_stack_direction=0
11268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11269 /* end confdefs.h. */
11270 $ac_includes_default
11272 find_stack_direction ()
11274 static char *addr = 0;
11279 return find_stack_direction ();
11282 return (&dummy > addr) ? 1 : -1;
11288 return find_stack_direction () < 0;
11291 if ac_fn_c_try_run "$LINENO"; then :
11292 ac_cv_c_stack_direction=1
11294 ac_cv_c_stack_direction=-1
11296 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11297 conftest.$ac_objext conftest.beam conftest.$ac_ext
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
11302 $as_echo "$ac_cv_c_stack_direction" >&6; }
11303 cat >>confdefs.h <<_ACEOF
11304 #define STACK_DIRECTION $ac_cv_c_stack_direction
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
11313 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
11314 if test "${am_cv_langinfo_codeset+set}" = set; then :
11315 $as_echo_n "(cached) " >&6
11317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11318 /* end confdefs.h. */
11319 #include <langinfo.h>
11323 char* cs = nl_langinfo(CODESET);
11328 if ac_fn_c_try_link "$LINENO"; then :
11329 am_cv_langinfo_codeset=yes
11331 am_cv_langinfo_codeset=no
11333 rm -f core conftest.err conftest.$ac_objext \
11334 conftest$ac_exeext conftest.$ac_ext
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
11338 $as_echo "$am_cv_langinfo_codeset" >&6; }
11339 if test $am_cv_langinfo_codeset = yes; then
11341 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
11346 for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h
11348 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11349 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11350 eval as_val=\$$as_ac_Header
11351 if test "x$as_val" = x""yes; then :
11352 cat >>confdefs.h <<_ACEOF
11353 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11361 for ac_func in fdwalk getrlimit pipe pipe2 socketpair
11363 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11364 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11365 eval as_val=\$$as_ac_var
11366 if test "x$as_val" = x""yes; then :
11367 cat >>confdefs.h <<_ACEOF
11368 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11375 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
11376 if test "x$ac_cv_have_decl_strerror" = x""yes; then :
11382 cat >>confdefs.h <<_ACEOF
11383 #define HAVE_DECL_STRERROR $ac_have_decl
11385 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
11386 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
11392 cat >>confdefs.h <<_ACEOF
11393 #define HAVE_DECL_STRSTR $ac_have_decl
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
11398 $as_echo_n "checking for sigsetjmp... " >&6; }
11399 if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
11400 $as_echo_n "(cached) " >&6
11402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11403 /* end confdefs.h. */
11405 #include <setjmp.h>
11410 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
11415 if ac_fn_c_try_compile "$LINENO"; then :
11416 gdb_cv_func_sigsetjmp=yes
11418 gdb_cv_func_sigsetjmp=no
11420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
11423 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
11424 if test $gdb_cv_func_sigsetjmp = yes; then
11426 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
11431 # Check the return and argument types of ptrace. No canned test for
11432 # this, so roll our own.
11433 gdb_ptrace_headers='
11434 #include <sys/types.h>
11435 #if HAVE_SYS_PTRACE_H
11436 # include <sys/ptrace.h>
11439 # include <unistd.h>
11442 # There is no point in checking if we don't have a prototype.
11443 ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
11445 if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
11451 cat >>confdefs.h <<_ACEOF
11452 #define HAVE_DECL_PTRACE $ac_have_decl
11454 if test $ac_have_decl = 1; then :
11458 : ${gdb_cv_func_ptrace_ret='int'}
11459 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
11463 # Check return type. Varargs (used on GNU/Linux) conflict with the
11464 # empty argument list, so check for that explicitly.
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
11466 $as_echo_n "checking return type of ptrace... " >&6; }
11467 if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
11468 $as_echo_n "(cached) " >&6
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h. */
11472 $gdb_ptrace_headers
11476 extern long ptrace (enum __ptrace_request, ...);
11481 if ac_fn_c_try_compile "$LINENO"; then :
11482 gdb_cv_func_ptrace_ret='long'
11484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11485 /* end confdefs.h. */
11486 $gdb_ptrace_headers
11490 extern int ptrace ();
11495 if ac_fn_c_try_compile "$LINENO"; then :
11496 gdb_cv_func_ptrace_ret='int'
11498 gdb_cv_func_ptrace_ret='long'
11500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
11505 $as_echo "$gdb_cv_func_ptrace_ret" >&6; }
11507 cat >>confdefs.h <<_ACEOF
11508 #define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
11511 # Check argument types.
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
11513 $as_echo_n "checking types of arguments for ptrace... " >&6; }
11514 if test "${gdb_cv_func_ptrace_args+set}" = set; then :
11515 $as_echo_n "(cached) " >&6
11518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11519 /* end confdefs.h. */
11520 $gdb_ptrace_headers
11524 extern long ptrace (enum __ptrace_request, ...);
11529 if ac_fn_c_try_compile "$LINENO"; then :
11530 gdb_cv_func_ptrace_args='int,int,long,long'
11533 for gdb_arg1 in 'int' 'long'; do
11534 for gdb_arg2 in 'pid_t' 'int' 'long'; do
11535 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
11536 for gdb_arg4 in 'int' 'long' 'void *'; do
11537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11538 /* end confdefs.h. */
11539 $gdb_ptrace_headers
11544 extern $gdb_cv_func_ptrace_ret
11545 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
11551 if ac_fn_c_try_compile "$LINENO"; then :
11552 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
11555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11556 for gdb_arg5 in 'int *' 'int' 'long'; do
11557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 $gdb_ptrace_headers
11564 extern $gdb_cv_func_ptrace_ret
11565 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
11571 if ac_fn_c_try_compile "$LINENO"; then :
11573 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
11576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 # Provide a safe default value.
11583 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
11586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
11589 $as_echo "$gdb_cv_func_ptrace_args" >&6; }
11590 ac_save_IFS=$IFS; IFS=','
11591 set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
11595 cat >>confdefs.h <<_ACEOF
11596 #define PTRACE_TYPE_ARG3 $3
11600 cat >>confdefs.h <<_ACEOF
11601 #define PTRACE_TYPE_ARG4 $4
11604 if test -n "$5"; then
11606 cat >>confdefs.h <<_ACEOF
11607 #define PTRACE_TYPE_ARG5 $5
11612 if test "$cross_compiling" = no; then
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
11614 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
11615 if test "${ac_cv_func_setpgrp_void+set}" = set; then :
11616 $as_echo_n "(cached) " >&6
11618 if test "$cross_compiling" = yes; then :
11619 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
11621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11622 /* end confdefs.h. */
11623 $ac_includes_default
11627 /* If this system has a BSD-style setpgrp which takes arguments,
11628 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
11629 exit successfully. */
11630 return setpgrp (1,1) != -1;
11635 if ac_fn_c_try_run "$LINENO"; then :
11636 ac_cv_func_setpgrp_void=no
11638 ac_cv_func_setpgrp_void=yes
11640 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11641 conftest.$ac_objext conftest.beam conftest.$ac_ext
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
11646 $as_echo "$ac_cv_func_setpgrp_void" >&6; }
11647 if test $ac_cv_func_setpgrp_void = yes; then
11649 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
11655 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
11656 if test "${ac_cv_func_setpgrp_void+set}" = set; then :
11657 $as_echo_n "(cached) " >&6
11659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11660 /* end confdefs.h. */
11662 #include <unistd.h>
11668 if (setpgrp(1,1) == -1)
11677 if ac_fn_c_try_compile "$LINENO"; then :
11678 ac_cv_func_setpgrp_void=no
11680 ac_cv_func_setpgrp_void=yes
11682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
11685 $as_echo "$ac_cv_func_setpgrp_void" >&6; }
11686 if test $ac_cv_func_setpgrp_void = yes; then
11687 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
11692 # Assume we'll default to using the included libiberty regex.
11693 gdb_use_included_regex=yes
11695 # However, if the system regex is GNU regex, then default to *not*
11696 # using the included regex.
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
11698 $as_echo_n "checking for GNU regex... " >&6; }
11699 if test "${gdb_cv_have_gnu_regex+set}" = set; then :
11700 $as_echo_n "(cached) " >&6
11702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11703 /* end confdefs.h. */
11704 #include <gnu-versions.h>
11708 #define REGEX_INTERFACE_VERSION 1
11709 #if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
11710 # error "Version mismatch"
11716 if ac_fn_c_try_compile "$LINENO"; then :
11717 gdb_cv_have_gnu_regex=yes
11719 gdb_cv_have_gnu_regex=no
11721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
11724 $as_echo "$gdb_cv_have_gnu_regex" >&6; }
11725 if test $gdb_cv_have_gnu_regex = yes; then
11726 gdb_use_included_regex=no
11730 # Check whether --with-included-regex was given.
11731 if test "${with_included_regex+set}" = set; then :
11732 withval=$with_included_regex; gdb_with_regex=$withval
11734 gdb_with_regex=$gdb_use_included_regex
11737 if test "$gdb_with_regex" = yes; then
11739 $as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
11743 # Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
11744 ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
11745 #include <sys/proc.h>
11748 if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
11750 cat >>confdefs.h <<_ACEOF
11751 #define HAVE_STRUCT_THREAD_TD_PCB 1
11758 # See if <sys/lwp.h> defines `struct lwp`.
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
11760 $as_echo_n "checking for struct lwp... " >&6; }
11761 if test "${gdb_cv_struct_lwp+set}" = set; then :
11762 $as_echo_n "(cached) " >&6
11764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11765 /* end confdefs.h. */
11766 #include <sys/param.h>
11767 #include <sys/lwp.h>
11776 if ac_fn_c_try_compile "$LINENO"; then :
11777 gdb_cv_struct_lwp=yes
11779 gdb_cv_struct_lwp=no
11781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
11784 $as_echo "$gdb_cv_struct_lwp" >&6; }
11785 if test $gdb_cv_struct_lwp = yes; then
11787 $as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
11791 # See if <machine/reg.h> degines `struct reg'.
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
11793 $as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
11794 if test "${gdb_cv_struct_reg+set}" = set; then :
11795 $as_echo_n "(cached) " >&6
11797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11798 /* end confdefs.h. */
11799 #include <sys/types.h>
11800 #include <machine/reg.h>
11809 if ac_fn_c_try_compile "$LINENO"; then :
11810 gdb_cv_struct_reg=yes
11812 gdb_cv_struct_reg=no
11814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
11817 $as_echo "$gdb_cv_struct_reg" >&6; }
11818 if test $gdb_cv_struct_reg = yes; then
11820 $as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
11824 # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
11825 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
11826 ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <machine/reg.h>
11828 if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
11830 cat >>confdefs.h <<_ACEOF
11831 #define HAVE_STRUCT_REG_R_FS 1
11836 ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <machine/reg.h>
11838 if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
11840 cat >>confdefs.h <<_ACEOF
11841 #define HAVE_STRUCT_REG_R_GS 1
11848 # See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
11849 # Older amd64 Linux's don't have the fs_base and gs_base members of
11850 # `struct user_regs_struct'.
11851 ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/user.h>
11853 if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = x""yes; then :
11855 cat >>confdefs.h <<_ACEOF
11856 #define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
11861 ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/user.h>
11863 if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = x""yes; then :
11865 cat >>confdefs.h <<_ACEOF
11866 #define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
11873 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
11875 $as_echo_n "checking for PTRACE_GETREGS... " >&6; }
11876 if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
11877 $as_echo_n "(cached) " >&6
11879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11881 #include <sys/ptrace.h>
11890 if ac_fn_c_try_compile "$LINENO"; then :
11891 gdb_cv_have_ptrace_getregs=yes
11893 gdb_cv_have_ptrace_getregs=no
11895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
11899 $as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
11900 if test $gdb_cv_have_ptrace_getregs = yes; then
11902 $as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
11906 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
11908 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
11909 if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
11910 $as_echo_n "(cached) " >&6
11912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11913 /* end confdefs.h. */
11914 #include <sys/ptrace.h>
11923 if ac_fn_c_try_compile "$LINENO"; then :
11924 gdb_cv_have_ptrace_getfpxregs=yes
11926 gdb_cv_have_ptrace_getfpxregs=no
11928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
11932 $as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
11933 if test $gdb_cv_have_ptrace_getfpxregs = yes; then
11935 $as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
11939 # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
11941 $as_echo_n "checking for PT_GETDBREGS... " >&6; }
11942 if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
11943 $as_echo_n "(cached) " >&6
11945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h. */
11947 #include <sys/types.h>
11948 #include <sys/ptrace.h>
11957 if ac_fn_c_try_compile "$LINENO"; then :
11958 gdb_cv_have_pt_getdbregs=yes
11960 gdb_cv_have_pt_getdbregs=no
11962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
11966 $as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
11967 if test $gdb_cv_have_pt_getdbregs = yes; then
11969 $as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
11973 # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
11975 $as_echo_n "checking for PT_GETXMMREGS... " >&6; }
11976 if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
11977 $as_echo_n "(cached) " >&6
11979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11980 /* end confdefs.h. */
11981 #include <sys/types.h>
11982 #include <sys/ptrace.h>
11991 if ac_fn_c_try_compile "$LINENO"; then :
11992 gdb_cv_have_pt_getxmmregs=yes
11994 gdb_cv_have_pt_getxmmregs=no
11996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
12000 $as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
12001 if test $gdb_cv_have_pt_getxmmregs = yes; then
12003 $as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
12007 # Detect which type of /proc is in use, such as for Solaris.
12009 if test "${target}" = "${host}"; then
12011 *-*-sysv4.2* | *-*-sysv5* )
12013 $as_echo "#define NEW_PROC_API 1" >>confdefs.h
12016 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
12018 $as_echo "#define NEW_PROC_API 1" >>confdefs.h
12022 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
12024 $as_echo "#define _KMEMUSER 1" >>confdefs.h
12030 if test "$ac_cv_header_sys_procfs_h" = yes; then
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
12032 $as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
12033 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
12034 $as_echo_n "(cached) " >&6
12036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12037 /* end confdefs.h. */
12040 /* Needed for new procfs interface on sparc-solaris. */
12041 #define _STRUCTURED_PROC 1
12042 #include <sys/procfs.h>
12051 if ac_fn_c_try_compile "$LINENO"; then :
12052 bfd_cv_have_sys_procfs_type_gregset_t=yes
12054 bfd_cv_have_sys_procfs_type_gregset_t=no
12057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12060 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
12062 $as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
12066 $as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
12069 $as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
12070 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
12071 $as_echo_n "(cached) " >&6
12073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12074 /* end confdefs.h. */
12077 /* Needed for new procfs interface on sparc-solaris. */
12078 #define _STRUCTURED_PROC 1
12079 #include <sys/procfs.h>
12088 if ac_fn_c_try_compile "$LINENO"; then :
12089 bfd_cv_have_sys_procfs_type_fpregset_t=yes
12091 bfd_cv_have_sys_procfs_type_fpregset_t=no
12094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12097 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
12099 $as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
12103 $as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
12106 $as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
12107 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
12108 $as_echo_n "(cached) " >&6
12110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12111 /* end confdefs.h. */
12114 /* Needed for new procfs interface on sparc-solaris. */
12115 #define _STRUCTURED_PROC 1
12116 #include <sys/procfs.h>
12125 if ac_fn_c_try_compile "$LINENO"; then :
12126 bfd_cv_have_sys_procfs_type_prgregset_t=yes
12128 bfd_cv_have_sys_procfs_type_prgregset_t=no
12131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12134 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
12136 $as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
12140 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
12143 $as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
12144 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
12145 $as_echo_n "(cached) " >&6
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12151 /* Needed for new procfs interface on sparc-solaris. */
12152 #define _STRUCTURED_PROC 1
12153 #include <sys/procfs.h>
12162 if ac_fn_c_try_compile "$LINENO"; then :
12163 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
12165 bfd_cv_have_sys_procfs_type_prfpregset_t=no
12168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12171 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
12173 $as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
12177 $as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
12180 $as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
12181 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
12182 $as_echo_n "(cached) " >&6
12184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12185 /* end confdefs.h. */
12188 /* Needed for new procfs interface on sparc-solaris. */
12189 #define _STRUCTURED_PROC 1
12190 #include <sys/procfs.h>
12199 if ac_fn_c_try_compile "$LINENO"; then :
12200 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
12202 bfd_cv_have_sys_procfs_type_prgregset32_t=no
12205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12208 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
12210 $as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
12213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
12214 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
12216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
12217 $as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
12218 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
12219 $as_echo_n "(cached) " >&6
12221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12222 /* end confdefs.h. */
12225 /* Needed for new procfs interface on sparc-solaris. */
12226 #define _STRUCTURED_PROC 1
12227 #include <sys/procfs.h>
12236 if ac_fn_c_try_compile "$LINENO"; then :
12237 bfd_cv_have_sys_procfs_type_lwpid_t=yes
12239 bfd_cv_have_sys_procfs_type_lwpid_t=no
12242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12245 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
12247 $as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
12251 $as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
12254 $as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
12255 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
12256 $as_echo_n "(cached) " >&6
12258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12259 /* end confdefs.h. */
12262 /* Needed for new procfs interface on sparc-solaris. */
12263 #define _STRUCTURED_PROC 1
12264 #include <sys/procfs.h>
12273 if ac_fn_c_try_compile "$LINENO"; then :
12274 bfd_cv_have_sys_procfs_type_psaddr_t=yes
12276 bfd_cv_have_sys_procfs_type_psaddr_t=no
12279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12282 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
12284 $as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
12288 $as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
12291 $as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
12292 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
12293 $as_echo_n "(cached) " >&6
12295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12296 /* end confdefs.h. */
12299 /* Needed for new procfs interface on sparc-solaris. */
12300 #define _STRUCTURED_PROC 1
12301 #include <sys/procfs.h>
12310 if ac_fn_c_try_compile "$LINENO"; then :
12311 bfd_cv_have_sys_procfs_type_prsysent_t=yes
12313 bfd_cv_have_sys_procfs_type_prsysent_t=no
12316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12319 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
12321 $as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
12325 $as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
12328 $as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
12329 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
12330 $as_echo_n "(cached) " >&6
12332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12333 /* end confdefs.h. */
12336 /* Needed for new procfs interface on sparc-solaris. */
12337 #define _STRUCTURED_PROC 1
12338 #include <sys/procfs.h>
12347 if ac_fn_c_try_compile "$LINENO"; then :
12348 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
12350 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
12353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12356 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
12358 $as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
12362 $as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
12365 $as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
12366 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
12367 $as_echo_n "(cached) " >&6
12369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12370 /* end confdefs.h. */
12373 /* Needed for new procfs interface on sparc-solaris. */
12374 #define _STRUCTURED_PROC 1
12375 #include <sys/procfs.h>
12379 pr_sigaction64_t avar
12384 if ac_fn_c_try_compile "$LINENO"; then :
12385 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
12387 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
12390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12393 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
12395 $as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
12399 $as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
12402 $as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
12403 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
12404 $as_echo_n "(cached) " >&6
12406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12407 /* end confdefs.h. */
12410 /* Needed for new procfs interface on sparc-solaris. */
12411 #define _STRUCTURED_PROC 1
12412 #include <sys/procfs.h>
12416 pr_siginfo64_t avar
12421 if ac_fn_c_try_compile "$LINENO"; then :
12422 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
12424 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
12427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12430 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
12432 $as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
12435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
12436 $as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
12442 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
12444 $as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
12445 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
12446 $as_echo_n "(cached) " >&6
12448 if test "$cross_compiling" = yes; then :
12449 gdb_cv_prfpregset_t_broken=yes
12451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12452 /* end confdefs.h. */
12453 #include <sys/procfs.h>
12456 if (sizeof (prfpregset_t) == sizeof (void *))
12461 if ac_fn_c_try_run "$LINENO"; then :
12462 gdb_cv_prfpregset_t_broken=no
12464 gdb_cv_prfpregset_t_broken=yes
12466 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12467 conftest.$ac_objext conftest.beam conftest.$ac_ext
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
12473 $as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
12474 if test $gdb_cv_prfpregset_t_broken = yes; then
12476 $as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
12482 # Check if the compiler supports the `long long' type.
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
12485 $as_echo_n "checking for long long support in compiler... " >&6; }
12486 if test "${gdb_cv_c_long_long+set}" = set; then :
12487 $as_echo_n "(cached) " >&6
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12491 extern long long foo;
12495 switch (foo & 2) { case 0: return 1; }
12500 if ac_fn_c_try_compile "$LINENO"; then :
12501 gdb_cv_c_long_long=yes
12503 gdb_cv_c_long_long=no
12505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
12508 $as_echo "$gdb_cv_c_long_long" >&6; }
12509 if test $gdb_cv_c_long_long != yes; then
12510 # libdecnumber requires long long.
12511 as_fn_error "Compiler must support long long for GDB." "$LINENO" 5
12514 # Check if the compiler and runtime support printing long longs.
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
12517 $as_echo_n "checking for long long support in printf... " >&6; }
12518 if test "${gdb_cv_printf_has_long_long+set}" = set; then :
12519 $as_echo_n "(cached) " >&6
12521 if test "$cross_compiling" = yes; then :
12522 gdb_cv_printf_has_long_long=no
12524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12525 /* end confdefs.h. */
12526 $ac_includes_default
12532 l = (l << 16) + 0x0123;
12533 l = (l << 16) + 0x4567;
12534 l = (l << 16) + 0x89ab;
12535 l = (l << 16) + 0xcdef;
12536 sprintf (buf, "0x%016llx", l);
12537 return (strcmp ("0x0123456789abcdef", buf));
12542 if ac_fn_c_try_run "$LINENO"; then :
12543 gdb_cv_printf_has_long_long=yes
12545 gdb_cv_printf_has_long_long=no
12547 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12548 conftest.$ac_objext conftest.beam conftest.$ac_ext
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
12553 $as_echo "$gdb_cv_printf_has_long_long" >&6; }
12554 if test $gdb_cv_printf_has_long_long = yes; then
12556 $as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
12560 # Check if the compiler and runtime support printing decfloats.
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
12563 $as_echo_n "checking for decfloat support in printf... " >&6; }
12564 if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
12565 $as_echo_n "(cached) " >&6
12567 if test "$cross_compiling" = yes; then :
12568 gdb_cv_printf_has_decfloat=no
12570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12571 /* end confdefs.h. */
12572 $ac_includes_default
12577 _Decimal32 d32 = 1.2345df;
12578 _Decimal64 d64 = 1.2345dd;
12579 _Decimal128 d128 = 1.2345dl;
12580 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
12581 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
12586 if ac_fn_c_try_run "$LINENO"; then :
12587 gdb_cv_printf_has_decfloat=yes
12589 gdb_cv_printf_has_decfloat=no
12591 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12592 conftest.$ac_objext conftest.beam conftest.$ac_ext
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
12597 $as_echo "$gdb_cv_printf_has_decfloat" >&6; }
12598 if test $gdb_cv_printf_has_decfloat = yes; then
12600 $as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
12604 # Check if the compiler supports the `long double' type. We can't use
12605 # AC_C_LONG_DOUBLE because that one does additional checks on the
12606 # constants defined in <float.h> that fail on some systems,
12607 # e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
12610 $as_echo_n "checking for long double support in compiler... " >&6; }
12611 if test "${gdb_cv_c_long_double+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
12614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12615 /* end confdefs.h. */
12618 if ac_fn_c_try_compile "$LINENO"; then :
12619 gdb_cv_c_long_double=yes
12621 gdb_cv_c_long_double=no
12623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
12626 $as_echo "$gdb_cv_c_long_double" >&6; }
12627 if test $gdb_cv_c_long_double = yes; then
12629 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
12633 # Check if the compiler and runtime support printing long doubles.
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
12636 $as_echo_n "checking for long double support in printf... " >&6; }
12637 if test "${gdb_cv_printf_has_long_double+set}" = set; then :
12638 $as_echo_n "(cached) " >&6
12640 if test "$cross_compiling" = yes; then :
12641 gdb_cv_printf_has_long_double=no
12643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h. */
12645 $ac_includes_default
12650 long double f = 3.141592653;
12651 sprintf (buf, "%Lg", f);
12652 return (strncmp ("3.14159", buf, 7));
12657 if ac_fn_c_try_run "$LINENO"; then :
12658 gdb_cv_printf_has_long_double=yes
12660 gdb_cv_printf_has_long_double=no
12662 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12663 conftest.$ac_objext conftest.beam conftest.$ac_ext
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
12668 $as_echo "$gdb_cv_printf_has_long_double" >&6; }
12669 if test $gdb_cv_printf_has_long_double = yes; then
12671 $as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
12675 # Check if the compiler and runtime support scanning long doubles.
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
12678 $as_echo_n "checking for long double support in scanf... " >&6; }
12679 if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
12680 $as_echo_n "(cached) " >&6
12682 if test "$cross_compiling" = yes; then :
12683 gdb_cv_scanf_has_long_double=no
12685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12686 /* end confdefs.h. */
12691 char *buf = "3.141592653";
12693 sscanf (buf, "%Lg", &f);
12694 return !(f > 3.14159 && f < 3.14160);
12699 if ac_fn_c_try_run "$LINENO"; then :
12700 gdb_cv_scanf_has_long_double=yes
12702 gdb_cv_scanf_has_long_double=no
12704 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12705 conftest.$ac_objext conftest.beam conftest.$ac_ext
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
12710 $as_echo "$gdb_cv_scanf_has_long_double" >&6; }
12711 if test $gdb_cv_scanf_has_long_double = yes; then
12713 $as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
12719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
12720 $as_echo_n "checking for -bbigtoc option... " >&6; }
12721 if test "${gdb_cv_bigtoc+set}" = set; then :
12722 $as_echo_n "(cached) " >&6
12725 SAVE_LDFLAGS=$LDFLAGS
12728 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
12729 *) gdb_cv_bigtoc=-bbigtoc ;;
12732 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
12733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12744 if ac_fn_c_try_link "$LINENO"; then :
12749 rm -f core conftest.err conftest.$ac_objext \
12750 conftest$ac_exeext conftest.$ac_ext
12751 LDFLAGS="${SAVE_LDFLAGS}"
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
12755 $as_echo "$gdb_cv_bigtoc" >&6; }
12756 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
12761 $as_echo_n "checking for the dynamic export flag... " >&6; }
12763 if test "${gdb_native}" = yes; then
12764 # The dynamically loaded libthread_db needs access to symbols in the gdb
12765 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
12766 # may not be supported there.
12767 old_LDFLAGS="$LDFLAGS"
12768 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
12769 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
12770 LDFLAGS="$LDFLAGS $RDYNAMIC"
12771 if test "${have_libpython}" = no; then
12772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12773 /* end confdefs.h. */
12783 if ac_fn_c_try_link "$LINENO"; then :
12786 rm -f core conftest.err conftest.$ac_objext \
12787 conftest$ac_exeext conftest.$ac_ext
12789 # Workaround http://bugs.python.org/issue4434 where static
12790 # libpythonX.Y.a would get its symbols required for
12791 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
12792 # Problem does not happen for the recommended libpythonX.Y.so linkage.
12793 old_CFLAGS="$CFLAGS"
12794 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
12796 LIBS="$LIBS $PYTHON_LIBS"
12797 if test "$cross_compiling" = yes; then :
12800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12801 /* end confdefs.h. */
12802 #include "${have_libpython}/Python.h"
12808 err = PyRun_SimpleString ("import itertools\n");
12810 return err == 0 ? 0 : 1;
12815 if ac_fn_c_try_run "$LINENO"; then :
12818 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12819 conftest.$ac_objext conftest.beam conftest.$ac_ext
12823 CFLAGS="$old_CFLAGS"
12825 LDFLAGS="$old_LDFLAGS"
12827 if $dynamic_list; then
12828 found="-Wl,--dynamic-list"
12829 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
12832 RDYNAMIC="-rdynamic"
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
12836 $as_echo "$found" >&6; }
12839 if test ${build} = ${host} -a ${host} = ${target} ; then
12842 # See if thread_db library is around for Solaris thread debugging.
12843 # Note that we must explicitly test for version 1 of the library
12844 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
12846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris thread debugging library" >&5
12847 $as_echo_n "checking for Solaris thread debugging library... " >&6; }
12848 if test -f /usr/lib/libthread_db.so.1 ; then
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12850 $as_echo "yes" >&6; }
12852 $as_echo "#define HAVE_THREAD_DB_LIB 1" >>confdefs.h
12854 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
12855 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12857 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12858 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12859 $as_echo_n "(cached) " >&6
12861 ac_check_lib_save_LIBS=$LIBS
12863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12864 /* end confdefs.h. */
12866 /* Override any GCC internal prototype to avoid an error.
12867 Use char because int might match the return type of a GCC
12868 builtin and then its argument prototype would still apply. */
12881 if ac_fn_c_try_link "$LINENO"; then :
12882 ac_cv_lib_dl_dlopen=yes
12884 ac_cv_lib_dl_dlopen=no
12886 rm -f core conftest.err conftest.$ac_objext \
12887 conftest$ac_exeext conftest.$ac_ext
12888 LIBS=$ac_check_lib_save_LIBS
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12891 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12892 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12893 cat >>confdefs.h <<_ACEOF
12894 #define HAVE_LIBDL 1
12901 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} $RDYNAMIC"
12902 # Sun randomly tweaked the prototypes in <proc_service.h>
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <proc_service.h> is old" >&5
12905 $as_echo_n "checking if <proc_service.h> is old... " >&6; }
12906 if test "${gdb_cv_proc_service_is_old+set}" = set; then :
12907 $as_echo_n "(cached) " >&6
12910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12911 /* end confdefs.h. */
12913 #include <proc_service.h>
12914 ps_err_e ps_pdwrite
12915 (struct ps_prochandle*, psaddr_t, const void*, size_t);
12925 if ac_fn_c_try_compile "$LINENO"; then :
12926 gdb_cv_proc_service_is_old=no
12928 gdb_cv_proc_service_is_old=yes
12930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_proc_service_is_old" >&5
12935 $as_echo "$gdb_cv_proc_service_is_old" >&6; }
12936 if test $gdb_cv_proc_service_is_old = yes; then
12938 $as_echo "#define PROC_SERVICE_IS_OLD 1" >>confdefs.h
12942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12943 $as_echo "no" >&6; }
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
12948 $as_echo_n "checking for AiX thread debugging library... " >&6; }
12949 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
12950 $as_echo_n "(cached) " >&6
12952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12953 /* end confdefs.h. */
12954 #include <sys/pthdebug.h>
12958 #ifndef PTHDB_VERSION_3
12965 if ac_fn_c_try_compile "$LINENO"; then :
12966 gdb_cv_have_aix_thread_debug=yes
12968 gdb_cv_have_aix_thread_debug=no
12970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
12974 $as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
12975 if test $gdb_cv_have_aix_thread_debug = yes; then
12976 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
12977 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
12978 LIBS="$LIBS -lpthdebug"
12980 # Older versions of AIX do not provide the declaration for
12981 # the getthrds function (it appears that it was introduced
12983 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
12985 if test "x$ac_cv_have_decl_getthrds" = x""yes; then :
12991 cat >>confdefs.h <<_ACEOF
12992 #define HAVE_DECL_GETTHRDS $ac_have_decl
13001 if test "x$ac_cv_header_thread_db_h" = "xyes"; then
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
13003 $as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
13004 if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
13005 $as_echo_n "(cached) " >&6
13007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13008 /* end confdefs.h. */
13009 #include <thread_db.h>
13013 int i = TD_NOTALLOC;
13018 if ac_fn_c_try_compile "$LINENO"; then :
13019 gdb_cv_thread_db_h_has_td_notalloc=yes
13021 gdb_cv_thread_db_h_has_td_notalloc=no
13024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
13028 $as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
13030 $as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
13031 if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
13032 $as_echo_n "(cached) " >&6
13034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13035 /* end confdefs.h. */
13036 #include <thread_db.h>
13040 int i = TD_VERSION;
13045 if ac_fn_c_try_compile "$LINENO"; then :
13046 gdb_cv_thread_db_h_has_td_version=yes
13048 gdb_cv_thread_db_h_has_td_version=no
13051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
13055 $as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
13057 $as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
13058 if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
13059 $as_echo_n "(cached) " >&6
13061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13062 /* end confdefs.h. */
13063 #include <thread_db.h>
13072 if ac_fn_c_try_compile "$LINENO"; then :
13073 gdb_cv_thread_db_h_has_td_notls=yes
13075 gdb_cv_thread_db_h_has_td_notls=no
13078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
13082 $as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
13084 if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
13086 $as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
13089 if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
13091 $as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
13094 if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
13096 $as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
13100 if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/syscall.h> has __NR_tkill" >&5
13102 $as_echo_n "checking whether <sys/syscall.h> has __NR_tkill... " >&6; }
13103 if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then :
13104 $as_echo_n "(cached) " >&6
13106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13107 /* end confdefs.h. */
13108 #include <sys/syscall.h>
13112 int i = __NR_tkill;
13117 if ac_fn_c_try_compile "$LINENO"; then :
13118 gdb_cv_sys_syscall_h_has_tkill=yes
13120 gdb_cv_sys_syscall_h_has_tkill=no
13123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
13127 $as_echo "$gdb_cv_sys_syscall_h_has_tkill" >&6; }
13129 if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes"; then
13130 ac_fn_c_check_func "$LINENO" "syscall" "ac_cv_func_syscall"
13131 if test "x$ac_cv_func_syscall" = x""yes; then :
13133 $as_echo "#define HAVE_TKILL_SYSCALL 1" >>confdefs.h
13140 ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
13142 if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
13148 cat >>confdefs.h <<_ACEOF
13149 #define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
13153 if test "$cross_compiling" = yes; then :
13154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13155 /* end confdefs.h. */
13156 #include <sys/personality.h>
13161 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
13162 # define ADDR_NO_RANDOMIZE 0x0040000
13164 /* Test the flag could be set and stays set. */
13165 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
13166 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
13172 if ac_fn_c_try_link "$LINENO"; then :
13173 have_personality=true
13175 have_personality=false
13177 rm -f core conftest.err conftest.$ac_objext \
13178 conftest$ac_exeext conftest.$ac_ext
13180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13181 /* end confdefs.h. */
13182 #include <sys/personality.h>
13187 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
13188 # define ADDR_NO_RANDOMIZE 0x0040000
13190 /* Test the flag could be set and stays set. */
13191 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
13192 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
13198 if ac_fn_c_try_run "$LINENO"; then :
13199 have_personality=true
13201 have_personality=false
13203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13204 conftest.$ac_objext conftest.beam conftest.$ac_ext
13207 if $have_personality
13210 $as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
13223 cat >>confdefs.h <<_ACEOF
13224 #define GDBINIT "$gdbinit"
13229 # Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
13230 # except that the argument to --with-sysroot is optional.
13231 # --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
13232 if test "x$with_sysroot" = xyes; then
13233 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
13236 # Check whether --with-sysroot was given.
13237 if test "${with_sysroot+set}" = set; then :
13238 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
13240 TARGET_SYSTEM_ROOT=
13244 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
13245 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13246 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
13247 ac_define_dir=`eval echo $ac_define_dir`
13249 cat >>confdefs.h <<_ACEOF
13250 #define TARGET_SYSTEM_ROOT "$ac_define_dir"
13256 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
13257 if test "x$prefix" = xNONE; then
13258 test_prefix=/usr/local
13260 test_prefix=$prefix
13263 test_prefix=$exec_prefix
13266 case ${ac_define_dir} in
13267 "${test_prefix}"|"${test_prefix}/"*|\
13268 '${exec_prefix}'|'${exec_prefix}/'*)
13273 cat >>confdefs.h <<_ACEOF
13274 #define TARGET_SYSTEM_ROOT_RELOCATABLE $value
13281 # Check whether --with-system-gdbinit was given.
13282 if test "${with_system_gdbinit+set}" = set; then :
13283 withval=$with_system_gdbinit;
13284 SYSTEM_GDBINIT=$withval
13290 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
13291 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13292 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
13293 ac_define_dir=`eval echo $ac_define_dir`
13295 cat >>confdefs.h <<_ACEOF
13296 #define SYSTEM_GDBINIT "$ac_define_dir"
13302 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
13303 if test "x$prefix" = xNONE; then
13304 test_prefix=/usr/local
13306 test_prefix=$prefix
13309 test_prefix=$exec_prefix
13312 case ${ac_define_dir} in
13313 "${test_prefix}"|"${test_prefix}/"*|\
13314 '${exec_prefix}'|'${exec_prefix}/'*)
13319 cat >>confdefs.h <<_ACEOF
13320 #define SYSTEM_GDBINIT_RELOCATABLE $value
13326 # Check whether --enable-werror was given.
13327 if test "${enable_werror+set}" = set; then :
13328 enableval=$enable_werror; case "${enableval}" in
13329 yes | y) ERROR_ON_WARNING="yes" ;;
13330 no | n) ERROR_ON_WARNING="no" ;;
13331 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13336 # Enable -Werror by default when using gcc in C mode. Leave it off
13337 # for C++ until we're warning clean. Turn it off for releases.
13338 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" \
13339 && test x"$enable_build_with_cxx" != x"yes" \
13340 && $development; then
13341 ERROR_ON_WARNING=yes
13345 if test "${ERROR_ON_WARNING}" = yes ; then
13346 WERROR_CFLAGS="-Werror"
13349 # These options work in either C or C++ modes.
13350 build_warnings="-Wall -Wpointer-arith \
13351 -Wno-unused -Wunused-value -Wunused-function \
13352 -Wno-switch -Wno-char-subscripts \
13355 # Now add in C and C++ specific options, depending on mode.
13356 if test "$enable_build_with_cxx" = "yes"; then
13357 build_warnings="$build_warnings -Wno-sign-compare -Wno-write-strings \
13360 build_warnings="$build_warnings -Wpointer-sign -Wmissing-prototypes \
13361 -Wdeclaration-after-statement -Wmissing-parameter-type \
13362 -Wold-style-declaration -Wold-style-definition"
13365 # Enable -Wno-format by default when using gcc on mingw since many
13366 # GCC versions complain about %I64.
13368 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13369 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13372 # Check whether --enable-build-warnings was given.
13373 if test "${enable_build_warnings+set}" = set; then :
13374 enableval=$enable_build_warnings; case "${enableval}" in
13376 no) build_warnings="-w";;
13377 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13378 build_warnings="${build_warnings} ${t}";;
13379 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13380 build_warnings="${t} ${build_warnings}";;
13381 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13383 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13384 echo "Setting compiler warning flags = $build_warnings" 6>&1
13387 # Check whether --enable-gdb-build-warnings was given.
13388 if test "${enable_gdb_build_warnings+set}" = set; then :
13389 enableval=$enable_gdb_build_warnings; case "${enableval}" in
13391 no) build_warnings="-w";;
13392 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13393 build_warnings="${build_warnings} ${t}";;
13394 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13395 build_warnings="${t} ${build_warnings}";;
13396 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13398 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13399 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13403 # The set of warnings supported by a C++ compiler is not the same as
13404 # of the C compiler.
13405 if test "$enable_build_with_cxx" = "yes"; then
13407 ac_cpp='$CXXCPP $CPPFLAGS'
13408 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13409 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13410 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13415 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13418 $as_echo_n "checking compiler warning flags... " >&6; }
13419 # Separate out the -Werror flag as some files just cannot be
13420 # compiled with it enabled.
13421 for w in ${build_warnings}; do
13423 -Werr*) WERROR_CFLAGS=-Werror ;;
13425 # Check whether GCC accepts it.
13426 saved_CFLAGS="$CFLAGS"
13427 CFLAGS="$CFLAGS $w"
13428 saved_CXXFLAGS="$CXXFLAGS"
13429 CXXFLAGS="$CXXFLAGS $w"
13431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13432 /* end confdefs.h. */
13442 if ac_fn_cxx_try_compile "$LINENO"; then :
13443 WARN_CFLAGS="${WARN_CFLAGS} $w"
13445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13446 CFLAGS="$saved_CFLAGS"
13447 CXXFLAGS="$saved_CXXFLAGS"
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13451 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13456 if test "$enable_build_with_cxx" = "yes"; then
13458 ac_cpp='$CPP $CPPFLAGS'
13459 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13460 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13461 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13465 # In the Cygwin environment, we need some additional flags.
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
13467 $as_echo_n "checking for cygwin... " >&6; }
13468 if test "${gdb_cv_os_cygwin+set}" = set; then :
13469 $as_echo_n "(cached) " >&6
13471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13472 /* end confdefs.h. */
13474 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
13478 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13479 $EGREP "^lose$" >/dev/null 2>&1; then :
13480 gdb_cv_os_cygwin=yes
13482 gdb_cv_os_cygwin=no
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
13488 $as_echo "$gdb_cv_os_cygwin" >&6; }
13491 SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
13493 *go32* ) SER_HARDWIRE=ser-go32.o ;;
13494 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
13495 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
13499 # libreadline needs libuser32.a in a cygwin environment
13501 if test x$gdb_cv_os_cygwin = xyes; then
13502 WIN32LIBS="-luser32"
13503 case "${target}" in
13504 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
13509 # The ser-tcp.c module requires sockets.
13513 $as_echo "#define USE_WIN32API 1" >>confdefs.h
13515 WIN32LIBS="$WIN32LIBS -lws2_32"
13520 # Add ELF support to GDB, but only if BFD includes ELF support.
13523 OLD_LDFLAGS=$LDFLAGS
13525 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
13526 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
13527 # always want our bfd.
13528 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
13529 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
13530 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
13531 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
13532 LIBS="-lbfd -liberty -lz $intl $LIBS"
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
13534 $as_echo_n "checking for ELF support in BFD... " >&6; }
13535 if test "${gdb_cv_var_elf+set}" = set; then :
13536 $as_echo_n "(cached) " >&6
13538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13539 /* end confdefs.h. */
13540 #include <stdlib.h>
13542 #include "elf-bfd.h"
13547 return bfd_get_elf_phdr_upper_bound (NULL);
13552 if ac_fn_c_try_link "$LINENO"; then :
13557 rm -f core conftest.err conftest.$ac_objext \
13558 conftest$ac_exeext conftest.$ac_ext
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
13561 $as_echo "$gdb_cv_var_elf" >&6; }
13563 LDFLAGS=$OLD_LDFLAGS
13565 if test $gdb_cv_var_elf = yes; then
13566 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o dtrace-probe.o"
13568 $as_echo "#define HAVE_ELF 1" >>confdefs.h
13570 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
13571 if test "$plugins" = "yes"; then
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
13573 $as_echo_n "checking for library containing dlopen... " >&6; }
13574 if test "${ac_cv_search_dlopen+set}" = set; then :
13575 $as_echo_n "(cached) " >&6
13577 ac_func_search_save_LIBS=$LIBS
13578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13579 /* end confdefs.h. */
13581 /* Override any GCC internal prototype to avoid an error.
13582 Use char because int might match the return type of a GCC
13583 builtin and then its argument prototype would still apply. */
13596 for ac_lib in '' dl; do
13597 if test -z "$ac_lib"; then
13598 ac_res="none required"
13601 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13603 if ac_fn_c_try_link "$LINENO"; then :
13604 ac_cv_search_dlopen=$ac_res
13606 rm -f core conftest.err conftest.$ac_objext \
13608 if test "${ac_cv_search_dlopen+set}" = set; then :
13612 if test "${ac_cv_search_dlopen+set}" = set; then :
13615 ac_cv_search_dlopen=no
13617 rm conftest.$ac_ext
13618 LIBS=$ac_func_search_save_LIBS
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
13621 $as_echo "$ac_cv_search_dlopen" >&6; }
13622 ac_res=$ac_cv_search_dlopen
13623 if test "$ac_res" != no; then :
13624 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13631 # Add macho support to GDB, but only if BFD includes it.
13634 OLD_LDFLAGS=$LDFLAGS
13636 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
13637 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
13638 # always want our bfd.
13639 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
13640 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
13641 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
13642 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
13643 LIBS="-lbfd -liberty -lz $intl $LIBS"
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
13645 $as_echo_n "checking for Mach-O support in BFD... " >&6; }
13646 if test "${gdb_cv_var_macho+set}" = set; then :
13647 $as_echo_n "(cached) " >&6
13649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13650 /* end confdefs.h. */
13651 #include <stdlib.h>
13653 #include "mach-o.h"
13658 return bfd_mach_o_lookup_command (NULL, 0, NULL);
13663 if ac_fn_c_try_link "$LINENO"; then :
13664 gdb_cv_var_macho=yes
13666 gdb_cv_var_macho=no
13668 rm -f core conftest.err conftest.$ac_objext \
13669 conftest$ac_exeext conftest.$ac_ext
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
13672 $as_echo "$gdb_cv_var_macho" >&6; }
13674 LDFLAGS=$OLD_LDFLAGS
13676 if test $gdb_cv_var_macho = yes; then
13677 CONFIG_OBS="$CONFIG_OBS machoread.o"
13680 # Add any host-specific objects to GDB.
13681 CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
13683 # If building on ELF, look for lzma support for embedded compressed debug info.
13684 if test $gdb_cv_var_elf = yes; then
13686 # Check whether --with-lzma was given.
13687 if test "${with_lzma+set}" = set; then :
13688 withval=$with_lzma;
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
13694 $as_echo_n "checking whether to use lzma... " >&6; }
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
13696 $as_echo "$with_lzma" >&6; }
13698 if test "${with_lzma}" != no; then
13709 acl_save_prefix="$prefix"
13710 prefix="$acl_final_prefix"
13711 acl_save_exec_prefix="$exec_prefix"
13712 exec_prefix="$acl_final_exec_prefix"
13714 eval additional_includedir=\"$includedir\"
13715 eval additional_libdir=\"$libdir\"
13717 exec_prefix="$acl_save_exec_prefix"
13718 prefix="$acl_save_prefix"
13721 # Check whether --with-liblzma-prefix was given.
13722 if test "${with_liblzma_prefix+set}" = set; then :
13723 withval=$with_liblzma_prefix;
13724 if test "X$withval" = "Xno"; then
13727 if test "X$withval" = "X"; then
13729 acl_save_prefix="$prefix"
13730 prefix="$acl_final_prefix"
13731 acl_save_exec_prefix="$exec_prefix"
13732 exec_prefix="$acl_final_exec_prefix"
13734 eval additional_includedir=\"$includedir\"
13735 eval additional_libdir=\"$libdir\"
13737 exec_prefix="$acl_save_exec_prefix"
13738 prefix="$acl_save_prefix"
13741 additional_includedir="$withval/include"
13742 additional_libdir="$withval/lib"
13753 names_already_handled=
13754 names_next_round='lzma '
13755 while test -n "$names_next_round"; do
13756 names_this_round="$names_next_round"
13758 for name in $names_this_round; do
13760 for n in $names_already_handled; do
13761 if test "$n" = "$name"; then
13762 already_handled=yes
13766 if test -z "$already_handled"; then
13767 names_already_handled="$names_already_handled $name"
13768 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13769 eval value=\"\$HAVE_LIB$uppername\"
13770 if test -n "$value"; then
13771 if test "$value" = yes; then
13772 eval value=\"\$LIB$uppername\"
13773 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
13774 eval value=\"\$LTLIB$uppername\"
13775 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
13784 if test $use_additional = yes; then
13785 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13786 found_dir="$additional_libdir"
13787 found_so="$additional_libdir/lib$name.$shlibext"
13788 if test -f "$additional_libdir/lib$name.la"; then
13789 found_la="$additional_libdir/lib$name.la"
13792 if test -f "$additional_libdir/lib$name.$libext"; then
13793 found_dir="$additional_libdir"
13794 found_a="$additional_libdir/lib$name.$libext"
13795 if test -f "$additional_libdir/lib$name.la"; then
13796 found_la="$additional_libdir/lib$name.la"
13801 if test "X$found_dir" = "X"; then
13802 for x in $LDFLAGS $LTLIBLZMA; do
13804 acl_save_prefix="$prefix"
13805 prefix="$acl_final_prefix"
13806 acl_save_exec_prefix="$exec_prefix"
13807 exec_prefix="$acl_final_exec_prefix"
13809 exec_prefix="$acl_save_exec_prefix"
13810 prefix="$acl_save_prefix"
13814 dir=`echo "X$x" | sed -e 's/^X-L//'`
13815 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13817 found_so="$dir/lib$name.$shlibext"
13818 if test -f "$dir/lib$name.la"; then
13819 found_la="$dir/lib$name.la"
13822 if test -f "$dir/lib$name.$libext"; then
13824 found_a="$dir/lib$name.$libext"
13825 if test -f "$dir/lib$name.la"; then
13826 found_la="$dir/lib$name.la"
13832 if test "X$found_dir" != "X"; then
13837 if test "X$found_dir" != "X"; then
13838 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
13839 if test "X$found_so" != "X"; then
13840 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13841 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13844 for x in $ltrpathdirs; do
13845 if test "X$x" = "X$found_dir"; then
13850 if test -z "$haveit"; then
13851 ltrpathdirs="$ltrpathdirs $found_dir"
13853 if test "$hardcode_direct" = yes; then
13854 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13856 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13857 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13859 for x in $rpathdirs; do
13860 if test "X$x" = "X$found_dir"; then
13865 if test -z "$haveit"; then
13866 rpathdirs="$rpathdirs $found_dir"
13870 for x in $LDFLAGS $LIBLZMA; do
13872 acl_save_prefix="$prefix"
13873 prefix="$acl_final_prefix"
13874 acl_save_exec_prefix="$exec_prefix"
13875 exec_prefix="$acl_final_exec_prefix"
13877 exec_prefix="$acl_save_exec_prefix"
13878 prefix="$acl_save_prefix"
13880 if test "X$x" = "X-L$found_dir"; then
13885 if test -z "$haveit"; then
13886 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
13888 if test "$hardcode_minus_L" != no; then
13889 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13891 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
13897 if test "X$found_a" != "X"; then
13898 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
13900 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
13903 additional_includedir=
13904 case "$found_dir" in
13906 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13907 additional_includedir="$basedir/include"
13910 if test "X$additional_includedir" != "X"; then
13911 if test "X$additional_includedir" != "X/usr/include"; then
13913 if test "X$additional_includedir" = "X/usr/local/include"; then
13914 if test -n "$GCC"; then
13916 linux*) haveit=yes;;
13920 if test -z "$haveit"; then
13921 for x in $CPPFLAGS $INCLZMA; do
13923 acl_save_prefix="$prefix"
13924 prefix="$acl_final_prefix"
13925 acl_save_exec_prefix="$exec_prefix"
13926 exec_prefix="$acl_final_exec_prefix"
13928 exec_prefix="$acl_save_exec_prefix"
13929 prefix="$acl_save_prefix"
13931 if test "X$x" = "X-I$additional_includedir"; then
13936 if test -z "$haveit"; then
13937 if test -d "$additional_includedir"; then
13938 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
13944 if test -n "$found_la"; then
13945 save_libdir="$libdir"
13946 case "$found_la" in
13947 */* | *\\*) . "$found_la" ;;
13948 *) . "./$found_la" ;;
13950 libdir="$save_libdir"
13951 for dep in $dependency_libs; do
13954 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13955 if test "X$additional_libdir" != "X/usr/lib"; then
13957 if test "X$additional_libdir" = "X/usr/local/lib"; then
13958 if test -n "$GCC"; then
13960 linux*) haveit=yes;;
13964 if test -z "$haveit"; then
13966 for x in $LDFLAGS $LIBLZMA; do
13968 acl_save_prefix="$prefix"
13969 prefix="$acl_final_prefix"
13970 acl_save_exec_prefix="$exec_prefix"
13971 exec_prefix="$acl_final_exec_prefix"
13973 exec_prefix="$acl_save_exec_prefix"
13974 prefix="$acl_save_prefix"
13976 if test "X$x" = "X-L$additional_libdir"; then
13981 if test -z "$haveit"; then
13982 if test -d "$additional_libdir"; then
13983 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
13987 for x in $LDFLAGS $LTLIBLZMA; do
13989 acl_save_prefix="$prefix"
13990 prefix="$acl_final_prefix"
13991 acl_save_exec_prefix="$exec_prefix"
13992 exec_prefix="$acl_final_exec_prefix"
13994 exec_prefix="$acl_save_exec_prefix"
13995 prefix="$acl_save_prefix"
13997 if test "X$x" = "X-L$additional_libdir"; then
14002 if test -z "$haveit"; then
14003 if test -d "$additional_libdir"; then
14004 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
14011 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14012 if test "$enable_rpath" != no; then
14014 for x in $rpathdirs; do
14015 if test "X$x" = "X$dir"; then
14020 if test -z "$haveit"; then
14021 rpathdirs="$rpathdirs $dir"
14024 for x in $ltrpathdirs; do
14025 if test "X$x" = "X$dir"; then
14030 if test -z "$haveit"; then
14031 ltrpathdirs="$ltrpathdirs $dir"
14036 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14039 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14042 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
14043 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
14049 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
14050 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
14056 if test "X$rpathdirs" != "X"; then
14057 if test -n "$hardcode_libdir_separator"; then
14059 for found_dir in $rpathdirs; do
14060 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14062 acl_save_libdir="$libdir"
14064 eval flag=\"$hardcode_libdir_flag_spec\"
14065 libdir="$acl_save_libdir"
14066 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
14068 for found_dir in $rpathdirs; do
14069 acl_save_libdir="$libdir"
14070 libdir="$found_dir"
14071 eval flag=\"$hardcode_libdir_flag_spec\"
14072 libdir="$acl_save_libdir"
14073 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
14077 if test "X$ltrpathdirs" != "X"; then
14078 for found_dir in $ltrpathdirs; do
14079 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
14084 ac_save_CPPFLAGS="$CPPFLAGS"
14086 for element in $INCLZMA; do
14088 for x in $CPPFLAGS; do
14090 acl_save_prefix="$prefix"
14091 prefix="$acl_final_prefix"
14092 acl_save_exec_prefix="$exec_prefix"
14093 exec_prefix="$acl_final_exec_prefix"
14095 exec_prefix="$acl_save_exec_prefix"
14096 prefix="$acl_save_prefix"
14098 if test "X$x" = "X$element"; then
14103 if test -z "$haveit"; then
14104 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
14110 $as_echo_n "checking for liblzma... " >&6; }
14111 if test "${ac_cv_liblzma+set}" = set; then :
14112 $as_echo_n "(cached) " >&6
14115 ac_save_LIBS="$LIBS"
14116 LIBS="$LIBS $LIBLZMA"
14117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14118 /* end confdefs.h. */
14123 lzma_index_iter iter;
14124 lzma_index_iter_init (&iter, 0);
14125 lzma_mf_is_supported (LZMA_MF_HC3);
14130 if ac_fn_c_try_link "$LINENO"; then :
14135 rm -f core conftest.err conftest.$ac_objext \
14136 conftest$ac_exeext conftest.$ac_ext
14137 LIBS="$ac_save_LIBS"
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
14141 $as_echo "$ac_cv_liblzma" >&6; }
14142 if test "$ac_cv_liblzma" = yes; then
14145 $as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
14148 $as_echo_n "checking how to link with liblzma... " >&6; }
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
14150 $as_echo "$LIBLZMA" >&6; }
14153 CPPFLAGS="$ac_save_CPPFLAGS"
14163 if test "$HAVE_LIBLZMA" != yes; then
14164 if test "$with_lzma" = yes; then
14165 as_fn_error "missing liblzma for --with-lzma" "$LINENO" 5
14171 LIBGUI="../libgui/src/libgui.a"
14172 GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
14181 *-*-cygwin* | *-*-mingw* )
14190 if test "${enable_gdbtk}" = "yes"; then
14192 # Gdbtk must have an absolute path to srcdir in order to run
14193 # properly when not installed.
14196 GDBTK_SRC_DIR=`pwd`
14201 # Ok, lets find the tcl configuration
14202 # First, look for one uninstalled.
14203 # the alternative search directory is invoked by --with-tcl
14206 if test x"${no_tcl}" = x ; then
14207 # we reset no_tcl in case something fails here
14210 # Check whether --with-tcl was given.
14211 if test "${with_tcl+set}" = set; then :
14212 withval=$with_tcl; with_tclconfig=${withval}
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
14216 $as_echo_n "checking for Tcl configuration... " >&6; }
14217 if test "${ac_cv_c_tclconfig+set}" = set; then :
14218 $as_echo_n "(cached) " >&6
14222 # First check to see if --with-tcl was specified.
14224 *-*-cygwin*) platDir="win" ;;
14225 *) platDir="unix" ;;
14227 if test x"${with_tclconfig}" != x ; then
14228 if test -f "${with_tclconfig}/tclConfig.sh" ; then
14229 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
14231 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
14235 # then check for a private Tcl installation
14236 if test x"${ac_cv_c_tclconfig}" = x ; then
14239 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14240 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
14241 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
14243 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14244 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
14245 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
14247 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14248 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
14249 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
14250 if test -f "$i/$platDir/tclConfig.sh" ; then
14251 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
14257 # on Darwin, check in Framework installation locations
14258 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
14259 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
14260 `ls -d /Library/Frameworks 2>/dev/null` \
14261 `ls -d /Network/Library/Frameworks 2>/dev/null` \
14262 `ls -d /System/Library/Frameworks 2>/dev/null` \
14264 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
14265 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
14271 # check in a few common install locations
14272 if test x"${ac_cv_c_tclconfig}" = x ; then
14273 for i in `ls -d ${libdir} 2>/dev/null` \
14274 `ls -d ${exec_prefix}/lib 2>/dev/null` \
14275 `ls -d ${prefix}/lib 2>/dev/null` \
14276 `ls -d /usr/local/lib 2>/dev/null` \
14277 `ls -d /usr/contrib/lib 2>/dev/null` \
14278 `ls -d /usr/lib 2>/dev/null` \
14280 if test -f "$i/tclConfig.sh" ; then
14281 ac_cv_c_tclconfig=`(cd $i; pwd)`
14287 # check in a few other private locations
14288 if test x"${ac_cv_c_tclconfig}" = x ; then
14291 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14292 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
14293 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
14294 if test -f "$i/$platDir/tclConfig.sh" ; then
14295 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
14304 if test x"${ac_cv_c_tclconfig}" = x ; then
14305 TCL_BIN_DIR="# no Tcl configs found"
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
14307 $as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
14310 TCL_BIN_DIR=${ac_cv_c_tclconfig}
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
14312 $as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
14317 # If $no_tk is nonempty, then we can't do Tk, and there is no
14318 # point to doing Tcl.
14321 # Ok, lets find the tk configuration
14322 # First, look for one uninstalled.
14323 # the alternative search directory is invoked by --with-tk
14326 if test x"${no_tk}" = x ; then
14327 # we reset no_tk in case something fails here
14330 # Check whether --with-tk was given.
14331 if test "${with_tk+set}" = set; then :
14332 withval=$with_tk; with_tkconfig=${withval}
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
14336 $as_echo_n "checking for Tk configuration... " >&6; }
14337 if test "${ac_cv_c_tkconfig+set}" = set; then :
14338 $as_echo_n "(cached) " >&6
14342 # First check to see if --with-tkconfig was specified.
14343 if test x"${with_tkconfig}" != x ; then
14344 if test -f "${with_tkconfig}/tkConfig.sh" ; then
14345 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
14347 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
14351 # then check for a private Tk library
14353 *-*-cygwin*) platDir="win" ;;
14354 *) platDir="unix" ;;
14356 if test x"${ac_cv_c_tkconfig}" = x ; then
14359 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14360 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
14361 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
14363 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14364 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
14365 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
14367 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14368 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
14369 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
14370 if test -f "$i/$platDir/tkConfig.sh" ; then
14371 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
14377 # on Darwin, check in Framework installation locations
14378 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
14379 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
14380 `ls -d /Library/Frameworks 2>/dev/null` \
14381 `ls -d /Network/Library/Frameworks 2>/dev/null` \
14382 `ls -d /System/Library/Frameworks 2>/dev/null` \
14384 if test -f "$i/Tk.framework/tkConfig.sh" ; then
14385 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
14391 # check in a few common install locations
14392 if test x"${ac_cv_c_tkconfig}" = x ; then
14393 for i in `ls -d ${libdir} 2>/dev/null` \
14394 `ls -d ${exec_prefix}/lib 2>/dev/null` \
14395 `ls -d ${prefix}/lib 2>/dev/null` \
14396 `ls -d /usr/local/lib 2>/dev/null` \
14397 `ls -d /usr/contrib/lib 2>/dev/null` \
14398 `ls -d /usr/lib 2>/dev/null` \
14400 if test -f "$i/tkConfig.sh" ; then
14401 ac_cv_c_tkconfig=`(cd $i; pwd)`
14406 # check in a few other private locations
14407 if test x"${ac_cv_c_tkconfig}" = x ; then
14410 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14411 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
14412 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
14413 if test -f "$i/$platDir/tkConfig.sh" ; then
14414 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
14423 if test x"${ac_cv_c_tkconfig}" = x ; then
14424 TK_BIN_DIR="# no Tk configs found"
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
14426 $as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
14429 TK_BIN_DIR=${ac_cv_c_tkconfig}
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
14431 $as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
14436 if test -z "${no_tcl}" -a -z "${no_tk}"; then
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
14439 $as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
14441 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
14443 $as_echo "loading" >&6; }
14444 . ${TCL_BIN_DIR}/tclConfig.sh
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
14447 $as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
14450 # eval is required to do the TCL_DBGX substitution
14451 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
14452 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
14454 # If the TCL_BIN_DIR is the build directory (not the install directory),
14455 # then set the common variable name to the value of the build variables.
14456 # For example, the variable TCL_LIB_SPEC will be set to the value
14457 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
14458 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
14459 # installed and uninstalled version of Tcl.
14460 if test -f "${TCL_BIN_DIR}/Makefile" ; then
14461 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
14462 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
14463 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
14464 elif test "`uname -s`" = "Darwin"; then
14465 # If Tcl was built as a framework, attempt to use the libraries
14466 # from the framework at the given location so that linking works
14467 # against Tcl.framework installed in an arbitrary location.
14468 case ${TCL_DEFS} in
14470 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
14471 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
14472 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
14473 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
14474 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
14479 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
14480 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
14481 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
14487 # eval is required to do the TCL_DBGX substitution
14488 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
14489 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
14490 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
14491 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
14507 # Check for in-tree tcl
14514 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
14518 # Find Tcl private headers
14519 if test x"${intree}" = xno; then
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
14522 $as_echo_n "checking for Tcl private headers... " >&6; }
14524 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
14525 if test -f ${dir}/tclInt.h ; then
14529 if test x"${private_dir}" = x; then
14530 as_fn_error "could not find private Tcl headers" "$LINENO" 5
14532 TCL_PRIVATE_INCLUDE="-I${private_dir}"
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
14534 $as_echo "${private_dir}" >&6; }
14537 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
14538 TCL_LIBRARY="${TCL_LIB_SPEC}"
14541 # If building tcl in the same src tree, private headers
14542 # are not needed, but we need to be sure to use the right
14544 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
14545 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
14546 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
14554 $as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
14556 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
14558 $as_echo "loading" >&6; }
14559 . ${TK_BIN_DIR}/tkConfig.sh
14561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
14562 $as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
14565 # eval is required to do the TK_DBGX substitution
14566 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
14567 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
14569 # If the TK_BIN_DIR is the build directory (not the install directory),
14570 # then set the common variable name to the value of the build variables.
14571 # For example, the variable TK_LIB_SPEC will be set to the value
14572 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
14573 # instead of TK_BUILD_LIB_SPEC since it will work with both an
14574 # installed and uninstalled version of Tcl.
14575 if test -f "${TK_BIN_DIR}/Makefile" ; then
14576 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
14577 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
14578 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
14579 elif test "`uname -s`" = "Darwin"; then
14580 # If Tk was built as a framework, attempt to use the libraries
14581 # from the framework at the given location so that linking works
14582 # against Tk.framework installed in an arbitrary location.
14585 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
14586 for i in "`cd ${TK_BIN_DIR}; pwd`" \
14587 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
14588 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
14589 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
14594 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
14595 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
14596 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
14602 # eval is required to do the TK_DBGX substitution
14603 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
14604 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
14605 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
14606 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
14621 # Check for in-tree Tk
14623 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
14627 # Find Tk private headers
14628 if test x"${intree}" = xno; then
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
14631 $as_echo_n "checking for Tk private headers... " >&6; }
14633 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
14634 if test -f ${dir}/tkInt.h; then
14638 if test x"${private_dir}" = x; then
14639 as_fn_error "could not find Tk private headers" "$LINENO" 5
14641 TK_PRIVATE_INCLUDE="-I${private_dir}"
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
14643 $as_echo "${private_dir}" >&6; }
14646 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
14647 TK_LIBRARY=${TK_LIB_SPEC}
14650 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
14651 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
14652 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
14659 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
14661 # Include some libraries that Tcl and Tk want.
14662 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
14663 # Yes, the ordering seems wrong here. But it isn't.
14664 # TK_LIBS is the list of libraries that need to be linked
14665 # after Tcl/Tk. Note that this isn't put into LIBS. If it
14666 # were in LIBS then any link tests after this point would
14667 # try to include things like `$(LIBGUI)', which wouldn't work.
14668 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
14670 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
14671 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
14672 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
14673 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
14674 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
14675 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
14676 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
14678 if test x$gdb_cv_os_cygwin = xyes; then
14679 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
14680 WIN32LDAPP="-Wl,--subsystem,console"
14681 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
14684 subdirs="$subdirs gdbtk"
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14697 $as_echo_n "checking for X... " >&6; }
14700 # Check whether --with-x was given.
14701 if test "${with_x+set}" = set; then :
14705 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14706 if test "x$with_x" = xno; then
14707 # The user explicitly disabled X.
14710 case $x_includes,$x_libraries in #(
14711 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14712 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14713 $as_echo_n "(cached) " >&6
14715 # One or both of the vars are not set, and there is no cached value.
14716 ac_x_includes=no ac_x_libraries=no
14717 rm -f -r conftest.dir
14718 if mkdir conftest.dir; then
14720 cat >Imakefile <<'_ACEOF'
14722 @echo incroot='${INCROOT}'
14724 @echo usrlibdir='${USRLIBDIR}'
14726 @echo libdir='${LIBDIR}'
14728 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
14729 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
14730 for ac_var in incroot usrlibdir libdir; do
14731 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14733 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
14734 for ac_extension in a so sl dylib la dll; do
14735 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14736 test -f "$ac_im_libdir/libX11.$ac_extension"; then
14737 ac_im_usrlibdir=$ac_im_libdir; break
14740 # Screen out bogus values from the imake configuration. They are
14741 # bogus both because they are the default anyway, and because
14742 # using them would break gcc on systems where it needs fixed includes.
14743 case $ac_im_incroot in
14744 /usr/include) ac_x_includes= ;;
14745 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
14747 case $ac_im_usrlibdir in
14748 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
14749 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
14753 rm -f -r conftest.dir
14756 # Standard set of common directories for X headers.
14757 # Check X11 before X11Rn because it is often a symlink to the current release.
14771 /usr/local/X11/include
14772 /usr/local/X11R7/include
14773 /usr/local/X11R6/include
14774 /usr/local/X11R5/include
14775 /usr/local/X11R4/include
14777 /usr/local/include/X11
14778 /usr/local/include/X11R7
14779 /usr/local/include/X11R6
14780 /usr/local/include/X11R5
14781 /usr/local/include/X11R4
14785 /usr/XFree86/include/X11
14789 /usr/unsupported/include
14790 /usr/athena/include
14791 /usr/local/x11r5/include
14792 /usr/lpp/Xamples/include
14794 /usr/openwin/include
14795 /usr/openwin/share/include'
14797 if test "$ac_x_includes" = no; then
14798 # Guess where to find include files, by looking for Xlib.h.
14799 # First, try using that file with no special directory specified.
14800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14801 /* end confdefs.h. */
14802 #include <X11/Xlib.h>
14804 if ac_fn_c_try_cpp "$LINENO"; then :
14805 # We can compile using X headers with no special include directory.
14808 for ac_dir in $ac_x_header_dirs; do
14809 if test -r "$ac_dir/X11/Xlib.h"; then
14810 ac_x_includes=$ac_dir
14815 rm -f conftest.err conftest.$ac_ext
14816 fi # $ac_x_includes = no
14818 if test "$ac_x_libraries" = no; then
14819 # Check for the libraries.
14820 # See if we find them without any special options.
14821 # Don't add to $LIBS permanently.
14824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14825 /* end confdefs.h. */
14826 #include <X11/Xlib.h>
14835 if ac_fn_c_try_link "$LINENO"; then :
14837 # We can link X programs with no special library path.
14841 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
14843 # Don't even attempt the hair of trying to link an X program!
14844 for ac_extension in a so sl dylib la dll; do
14845 if test -r "$ac_dir/libX11.$ac_extension"; then
14846 ac_x_libraries=$ac_dir
14852 rm -f core conftest.err conftest.$ac_objext \
14853 conftest$ac_exeext conftest.$ac_ext
14854 fi # $ac_x_libraries = no
14856 case $ac_x_includes,$ac_x_libraries in #(
14857 no,* | *,no | *\'*)
14858 # Didn't find X, or a directory has "'" in its name.
14859 ac_cv_have_x="have_x=no";; #(
14861 # Record where we found X for the cache.
14862 ac_cv_have_x="have_x=yes\
14863 ac_x_includes='$ac_x_includes'\
14864 ac_x_libraries='$ac_x_libraries'"
14870 eval "$ac_cv_have_x"
14873 if test "$have_x" != yes; then
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14875 $as_echo "$have_x" >&6; }
14878 # If each of the values was on the command line, it overrides each guess.
14879 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14880 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14881 # Update the cache value to reflect the command line values.
14882 ac_cv_have_x="have_x=yes\
14883 ac_x_includes='$x_includes'\
14884 ac_x_libraries='$x_libraries'"
14885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14886 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
14890 # Unlike the sim directory, whether a simulator is linked is controlled by
14891 # presence of a gdb_sim definition in the target configure.tgt entry.
14892 # This code just checks for a few cases where we'd like to ignore those
14893 # definitions, even when they're present in the '.mt' file. These cases
14894 # are when --disable-sim is specified, or if the simulator directory is
14895 # not part of the source tree.
14897 # Check whether --enable-sim was given.
14898 if test "${enable_sim+set}" = set; then :
14899 enableval=$enable_sim; echo "enable_sim = $enable_sim";
14900 echo "enableval = ${enableval}";
14901 case "${enableval}" in
14902 yes) ignore_sim=false ;;
14903 no) ignore_sim=true ;;
14904 *) ignore_sim=false ;;
14911 if test ! -d "${srcdir}/../sim"; then
14917 if test "${ignore_sim}" = "false"; then
14918 if test x"${gdb_sim}" != x ; then
14920 SIM_OBS="remote-sim.o"
14922 $as_echo "#define WITH_SIM 1" >>confdefs.h
14940 # List of host floatformats.
14942 cat >>confdefs.h <<_ACEOF
14943 #define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
14947 cat >>confdefs.h <<_ACEOF
14948 #define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
14952 cat >>confdefs.h <<_ACEOF
14953 #define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
14957 # target_subdir is used by the testsuite to find the target libraries.
14959 if test "${host}" != "${target}"; then
14960 target_subdir="${target_alias}/"
14965 if test "${gdb_native}" = "yes"; then
14966 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
14967 if test ! -f ${host_makefile_frag}; then
14968 as_fn_error "\"*** Gdb does not support native target ${host}\"" "$LINENO" 5
14970 frags="$frags $host_makefile_frag"
14972 host_makefile_frag=/dev/null
14978 if test "${gdb_native}" = "yes"; then
14979 # We pick this up from the host configuration file (.mh) because we
14980 # do not have a native configuration Makefile fragment.
14981 nativefile=`sed -n '
14982 s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
14983 ' ${host_makefile_frag}`
14987 if test x"${gdb_osabi}" != x ; then
14989 cat >>confdefs.h <<_ACEOF
14990 #define GDB_OSABI_DEFAULT $gdb_osabi
14995 # Enable multi-ice-gdb-server.
14996 # Check whether --enable-multi-ice was given.
14997 if test "${enable_multi_ice+set}" = set; then :
14998 enableval=$enable_multi_ice; case $enableval in
15001 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
15005 if test "x$enable_multi_ice" = xyes; then
15006 subdirs="$subdirs multi-ice"
15010 # Check whether --enable-gdbserver was given.
15011 if test "${enable_gdbserver+set}" = set; then :
15012 enableval=$enable_gdbserver; case "${enableval}" in
15014 *) as_fn_error "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
15017 enable_gdbserver=auto
15021 # We only build gdbserver automatically in a native configuration, and
15022 # only if the user did not explicitly disable its build.
15023 if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
15025 $as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
15026 if test "x$build_gdbserver" = xyes; then
15027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15028 $as_echo "yes" >&6; }
15029 subdirs="$subdirs gdbserver"
15031 gdbserver_build_enabled=yes
15033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15034 $as_echo "no" >&6; }
15038 # If the user explicitly request the gdbserver to be built, verify that
15039 # we were in fact able to enable it.
15040 if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
15041 as_fn_error "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
15044 # Check for babeltrace and babeltrace-ctf
15046 # Check whether --with-babeltrace was given.
15047 if test "${with_babeltrace+set}" = set; then :
15048 withval=$with_babeltrace;
15050 with_babeltrace=auto
15053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
15054 $as_echo_n "checking whether to use babeltrace... " >&6; }
15055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
15056 $as_echo "$with_babeltrace" >&6; }
15058 if test "x$with_babeltrace" = "xno"; then
15059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
15060 $as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
15062 # Append -Werror to CFLAGS so that configure can catch the warning
15063 # "assignment from incompatible pointer type", which is related to
15064 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
15065 # in GDB, while babeltrace 1.0.3 is broken.
15066 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
15067 # safe to save and restore CFLAGS here.
15068 saved_CFLAGS=$CFLAGS
15069 CFLAGS="$CFLAGS -Werror"
15080 acl_save_prefix="$prefix"
15081 prefix="$acl_final_prefix"
15082 acl_save_exec_prefix="$exec_prefix"
15083 exec_prefix="$acl_final_exec_prefix"
15085 eval additional_includedir=\"$includedir\"
15086 eval additional_libdir=\"$libdir\"
15088 exec_prefix="$acl_save_exec_prefix"
15089 prefix="$acl_save_prefix"
15092 # Check whether --with-libbabeltrace-prefix was given.
15093 if test "${with_libbabeltrace_prefix+set}" = set; then :
15094 withval=$with_libbabeltrace_prefix;
15095 if test "X$withval" = "Xno"; then
15098 if test "X$withval" = "X"; then
15100 acl_save_prefix="$prefix"
15101 prefix="$acl_final_prefix"
15102 acl_save_exec_prefix="$exec_prefix"
15103 exec_prefix="$acl_final_exec_prefix"
15105 eval additional_includedir=\"$includedir\"
15106 eval additional_libdir=\"$libdir\"
15108 exec_prefix="$acl_save_exec_prefix"
15109 prefix="$acl_save_prefix"
15112 additional_includedir="$withval/include"
15113 additional_libdir="$withval/lib"
15124 names_already_handled=
15125 names_next_round='babeltrace babeltrace-ctf'
15126 while test -n "$names_next_round"; do
15127 names_this_round="$names_next_round"
15129 for name in $names_this_round; do
15131 for n in $names_already_handled; do
15132 if test "$n" = "$name"; then
15133 already_handled=yes
15137 if test -z "$already_handled"; then
15138 names_already_handled="$names_already_handled $name"
15139 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
15140 eval value=\"\$HAVE_LIB$uppername\"
15141 if test -n "$value"; then
15142 if test "$value" = yes; then
15143 eval value=\"\$LIB$uppername\"
15144 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
15145 eval value=\"\$LTLIB$uppername\"
15146 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
15155 if test $use_additional = yes; then
15156 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
15157 found_dir="$additional_libdir"
15158 found_so="$additional_libdir/lib$name.$shlibext"
15159 if test -f "$additional_libdir/lib$name.la"; then
15160 found_la="$additional_libdir/lib$name.la"
15163 if test -f "$additional_libdir/lib$name.$libext"; then
15164 found_dir="$additional_libdir"
15165 found_a="$additional_libdir/lib$name.$libext"
15166 if test -f "$additional_libdir/lib$name.la"; then
15167 found_la="$additional_libdir/lib$name.la"
15172 if test "X$found_dir" = "X"; then
15173 for x in $LDFLAGS $LTLIBBABELTRACE; do
15175 acl_save_prefix="$prefix"
15176 prefix="$acl_final_prefix"
15177 acl_save_exec_prefix="$exec_prefix"
15178 exec_prefix="$acl_final_exec_prefix"
15180 exec_prefix="$acl_save_exec_prefix"
15181 prefix="$acl_save_prefix"
15185 dir=`echo "X$x" | sed -e 's/^X-L//'`
15186 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
15188 found_so="$dir/lib$name.$shlibext"
15189 if test -f "$dir/lib$name.la"; then
15190 found_la="$dir/lib$name.la"
15193 if test -f "$dir/lib$name.$libext"; then
15195 found_a="$dir/lib$name.$libext"
15196 if test -f "$dir/lib$name.la"; then
15197 found_la="$dir/lib$name.la"
15203 if test "X$found_dir" != "X"; then
15208 if test "X$found_dir" != "X"; then
15209 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
15210 if test "X$found_so" != "X"; then
15211 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
15212 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15215 for x in $ltrpathdirs; do
15216 if test "X$x" = "X$found_dir"; then
15221 if test -z "$haveit"; then
15222 ltrpathdirs="$ltrpathdirs $found_dir"
15224 if test "$hardcode_direct" = yes; then
15225 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15227 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
15228 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15230 for x in $rpathdirs; do
15231 if test "X$x" = "X$found_dir"; then
15236 if test -z "$haveit"; then
15237 rpathdirs="$rpathdirs $found_dir"
15241 for x in $LDFLAGS $LIBBABELTRACE; do
15243 acl_save_prefix="$prefix"
15244 prefix="$acl_final_prefix"
15245 acl_save_exec_prefix="$exec_prefix"
15246 exec_prefix="$acl_final_exec_prefix"
15248 exec_prefix="$acl_save_exec_prefix"
15249 prefix="$acl_save_prefix"
15251 if test "X$x" = "X-L$found_dir"; then
15256 if test -z "$haveit"; then
15257 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
15259 if test "$hardcode_minus_L" != no; then
15260 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15262 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
15268 if test "X$found_a" != "X"; then
15269 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
15271 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
15274 additional_includedir=
15275 case "$found_dir" in
15277 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
15278 additional_includedir="$basedir/include"
15281 if test "X$additional_includedir" != "X"; then
15282 if test "X$additional_includedir" != "X/usr/include"; then
15284 if test "X$additional_includedir" = "X/usr/local/include"; then
15285 if test -n "$GCC"; then
15287 linux*) haveit=yes;;
15291 if test -z "$haveit"; then
15292 for x in $CPPFLAGS $INCBABELTRACE; do
15294 acl_save_prefix="$prefix"
15295 prefix="$acl_final_prefix"
15296 acl_save_exec_prefix="$exec_prefix"
15297 exec_prefix="$acl_final_exec_prefix"
15299 exec_prefix="$acl_save_exec_prefix"
15300 prefix="$acl_save_prefix"
15302 if test "X$x" = "X-I$additional_includedir"; then
15307 if test -z "$haveit"; then
15308 if test -d "$additional_includedir"; then
15309 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
15315 if test -n "$found_la"; then
15316 save_libdir="$libdir"
15317 case "$found_la" in
15318 */* | *\\*) . "$found_la" ;;
15319 *) . "./$found_la" ;;
15321 libdir="$save_libdir"
15322 for dep in $dependency_libs; do
15325 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
15326 if test "X$additional_libdir" != "X/usr/lib"; then
15328 if test "X$additional_libdir" = "X/usr/local/lib"; then
15329 if test -n "$GCC"; then
15331 linux*) haveit=yes;;
15335 if test -z "$haveit"; then
15337 for x in $LDFLAGS $LIBBABELTRACE; do
15339 acl_save_prefix="$prefix"
15340 prefix="$acl_final_prefix"
15341 acl_save_exec_prefix="$exec_prefix"
15342 exec_prefix="$acl_final_exec_prefix"
15344 exec_prefix="$acl_save_exec_prefix"
15345 prefix="$acl_save_prefix"
15347 if test "X$x" = "X-L$additional_libdir"; then
15352 if test -z "$haveit"; then
15353 if test -d "$additional_libdir"; then
15354 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
15358 for x in $LDFLAGS $LTLIBBABELTRACE; do
15360 acl_save_prefix="$prefix"
15361 prefix="$acl_final_prefix"
15362 acl_save_exec_prefix="$exec_prefix"
15363 exec_prefix="$acl_final_exec_prefix"
15365 exec_prefix="$acl_save_exec_prefix"
15366 prefix="$acl_save_prefix"
15368 if test "X$x" = "X-L$additional_libdir"; then
15373 if test -z "$haveit"; then
15374 if test -d "$additional_libdir"; then
15375 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
15382 dir=`echo "X$dep" | sed -e 's/^X-R//'`
15383 if test "$enable_rpath" != no; then
15385 for x in $rpathdirs; do
15386 if test "X$x" = "X$dir"; then
15391 if test -z "$haveit"; then
15392 rpathdirs="$rpathdirs $dir"
15395 for x in $ltrpathdirs; do
15396 if test "X$x" = "X$dir"; then
15401 if test -z "$haveit"; then
15402 ltrpathdirs="$ltrpathdirs $dir"
15407 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
15410 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15413 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
15414 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
15420 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
15421 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
15427 if test "X$rpathdirs" != "X"; then
15428 if test -n "$hardcode_libdir_separator"; then
15430 for found_dir in $rpathdirs; do
15431 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15433 acl_save_libdir="$libdir"
15435 eval flag=\"$hardcode_libdir_flag_spec\"
15436 libdir="$acl_save_libdir"
15437 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
15439 for found_dir in $rpathdirs; do
15440 acl_save_libdir="$libdir"
15441 libdir="$found_dir"
15442 eval flag=\"$hardcode_libdir_flag_spec\"
15443 libdir="$acl_save_libdir"
15444 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
15448 if test "X$ltrpathdirs" != "X"; then
15449 for found_dir in $ltrpathdirs; do
15450 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
15455 ac_save_CPPFLAGS="$CPPFLAGS"
15457 for element in $INCBABELTRACE; do
15459 for x in $CPPFLAGS; do
15461 acl_save_prefix="$prefix"
15462 prefix="$acl_final_prefix"
15463 acl_save_exec_prefix="$exec_prefix"
15464 exec_prefix="$acl_final_exec_prefix"
15466 exec_prefix="$acl_save_exec_prefix"
15467 prefix="$acl_save_prefix"
15469 if test "X$x" = "X$element"; then
15474 if test -z "$haveit"; then
15475 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
15481 $as_echo_n "checking for libbabeltrace... " >&6; }
15482 if test "${ac_cv_libbabeltrace+set}" = set; then :
15483 $as_echo_n "(cached) " >&6
15486 ac_save_LIBS="$LIBS"
15487 LIBS="$LIBS $LIBBABELTRACE"
15488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15489 /* end confdefs.h. */
15490 #include <babeltrace/babeltrace.h>
15491 #include <babeltrace/ctf/events.h>
15492 #include <babeltrace/ctf/iterator.h>
15496 struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
15497 struct bt_ctf_event *event = NULL;
15498 const struct bt_definition *scope;
15500 bt_iter_set_pos (bt_ctf_get_iter (NULL), pos);
15501 scope = bt_ctf_get_top_level_scope (event,
15502 BT_STREAM_EVENT_HEADER);
15503 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
15509 if ac_fn_c_try_link "$LINENO"; then :
15510 ac_cv_libbabeltrace=yes
15512 ac_cv_libbabeltrace=no
15514 rm -f core conftest.err conftest.$ac_objext \
15515 conftest$ac_exeext conftest.$ac_ext
15516 LIBS="$ac_save_LIBS"
15519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
15520 $as_echo "$ac_cv_libbabeltrace" >&6; }
15521 if test "$ac_cv_libbabeltrace" = yes; then
15522 HAVE_LIBBABELTRACE=yes
15524 $as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
15526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
15527 $as_echo_n "checking how to link with libbabeltrace... " >&6; }
15528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
15529 $as_echo "$LIBBABELTRACE" >&6; }
15531 HAVE_LIBBABELTRACE=no
15532 CPPFLAGS="$ac_save_CPPFLAGS"
15542 CFLAGS=$saved_CFLAGS
15544 if test "$HAVE_LIBBABELTRACE" != yes; then
15545 if test "$with_babeltrace" = yes; then
15546 as_fn_error "babeltrace is missing or unusable" "$LINENO" 5
15548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
15549 $as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
15554 # If nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
15555 # to an empty version.
15561 if test "${nativefile}" != ""; then
15562 case "${nativefile}" in
15563 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
15564 * ) GDB_NM_FILE="${nativefile}"
15566 files="${files} ${GDB_NM_FILE}"
15567 links="${links} nm.h"
15569 cat >>confdefs.h <<_ACEOF
15570 #define GDB_NM_FILE "${GDB_NM_FILE}"
15576 ac_sources="$files"
15578 while test -n "$ac_sources"; do
15579 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
15580 set $ac_sources; ac_source=$1; shift; ac_sources=$*
15581 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
15583 ac_config_links="$ac_config_links $ac_config_links_1"
15589 $as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
15593 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
15594 GDB_TRANSFORM_NAME=`echo gdb | sed -e "$gdb_ac_transform"`
15595 if test "x$GDB_TRANSFORM_NAME" = x; then
15596 GDB_TRANSFORM_NAME=gdb
15601 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
15602 GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$gdb_ac_transform"`
15603 if test "x$GCORE_TRANSFORM_NAME" = x; then
15604 GCORE_TRANSFORM_NAME=gcore
15608 ac_config_files="$ac_config_files gcore"
15611 ac_config_files="$ac_config_files Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile"
15613 ac_config_commands="$ac_config_commands default"
15615 cat >confcache <<\_ACEOF
15616 # This file is a shell script that caches the results of configure
15617 # tests run on this system so they can be shared between configure
15618 # scripts and configure runs, see configure's option --config-cache.
15619 # It is not useful on other systems. If it contains results you don't
15620 # want to keep, you may remove or edit it.
15622 # config.status only pays attention to the cache file if you give it
15623 # the --recheck option to rerun configure.
15625 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15626 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15627 # following values.
15631 # The following way of writing the cache mishandles newlines in values,
15632 # but we know of no workaround that is simple, portable, and efficient.
15633 # So, we kill variables containing newlines.
15634 # Ultrix sh set writes to stderr and can't be redirected directly,
15635 # and sets the high bit in the cache file unless we assign to the vars.
15637 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15638 eval ac_val=\$$ac_var
15642 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15643 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15646 _ | IFS | as_nl) ;; #(
15647 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15648 *) { eval $ac_var=; unset $ac_var;} ;;
15654 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15655 *${as_nl}ac_space=\ *)
15656 # `set' does not quote correctly, so add quotes: double-quote
15657 # substitution turns \\\\ into \\, and sed turns \\ into \.
15660 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15663 # `set' quotes correctly as required by POSIX, so do not add quotes.
15664 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15673 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15675 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15677 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15678 if test -w "$cache_file"; then
15679 test "x$cache_file" != "x/dev/null" &&
15680 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15681 $as_echo "$as_me: updating cache $cache_file" >&6;}
15682 cat confcache >$cache_file
15684 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15685 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15690 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15691 # Let make expand exec_prefix.
15692 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15694 DEFS=-DHAVE_CONFIG_H
15698 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15699 # 1. Remove the extension, and $U if already installed.
15700 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15701 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15702 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15703 # will be set to the directory where LIBOBJS objects are built.
15704 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15705 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15707 LIBOBJS=$ac_libobjs
15709 LTLIBOBJS=$ac_ltlibobjs
15712 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15713 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15714 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15716 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
15717 as_fn_error "conditional \"GMAKE\" was never defined.
15718 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15720 if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
15721 as_fn_error "conditional \"HAVE_PYTHON\" was never defined.
15722 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15724 if test -z "${HAVE_GUILE_TRUE}" && test -z "${HAVE_GUILE_FALSE}"; then
15725 as_fn_error "conditional \"HAVE_GUILE\" was never defined.
15726 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15730 : ${CONFIG_STATUS=./config.status}
15732 ac_clean_files_save=$ac_clean_files
15733 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15734 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15735 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15737 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15739 # Generated by $as_me.
15740 # Run this file to recreate the current configuration.
15741 # Compiler output produced by configure, useful for debugging
15742 # configure, is in config.log if it exists.
15745 ac_cs_recheck=false
15748 SHELL=\${CONFIG_SHELL-$SHELL}
15751 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15752 ## -------------------- ##
15753 ## M4sh Initialization. ##
15754 ## -------------------- ##
15756 # Be more Bourne compatible
15757 DUALCASE=1; export DUALCASE # for MKS sh
15758 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15761 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15762 # is contrary to our usage. Disable this feature.
15763 alias -g '${1+"$@"}'='"$@"'
15764 setopt NO_GLOB_SUBST
15766 case `(set -o) 2>/dev/null` in #(
15778 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15779 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15780 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15781 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15782 # Prefer a ksh shell builtin over an external printf program on Solaris,
15783 # but without wasting forks for bash or zsh.
15784 if test -z "$BASH_VERSION$ZSH_VERSION" \
15785 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15786 as_echo='print -r --'
15787 as_echo_n='print -rn --'
15788 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15789 as_echo='printf %s\n'
15790 as_echo_n='printf %s'
15792 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15793 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15794 as_echo_n='/usr/ucb/echo -n'
15796 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15797 as_echo_n_body='eval
15801 expr "X$arg" : "X\\(.*\\)$as_nl";
15802 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15804 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15806 export as_echo_n_body
15807 as_echo_n='sh -c $as_echo_n_body as_echo'
15809 export as_echo_body
15810 as_echo='sh -c $as_echo_body as_echo'
15813 # The user is always right.
15814 if test "${PATH_SEPARATOR+set}" != set; then
15816 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15817 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15824 # We need space, tab and new line, in precisely that order. Quoting is
15825 # there to prevent editors from complaining about space-tab.
15826 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15827 # splitting by setting IFS to empty value.)
15830 # Find who we are. Look in the path if we contain no directory separator.
15832 *[\\/]* ) as_myself=$0 ;;
15833 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15834 for as_dir in $PATH
15837 test -z "$as_dir" && as_dir=.
15838 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15844 # We did not find ourselves, most probably we were run as `sh COMMAND'
15845 # in which case we are not to be found in the path.
15846 if test "x$as_myself" = x; then
15849 if test ! -f "$as_myself"; then
15850 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15854 # Unset variables that we do not need and which cause bugs (e.g. in
15855 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15856 # suppresses any "Segmentation fault" message there. '((' could
15857 # trigger a bug in pdksh 5.2.14.
15858 for as_var in BASH_ENV ENV MAIL MAILPATH
15859 do eval test x\${$as_var+set} = xset \
15860 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15873 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15876 # as_fn_error ERROR [LINENO LOG_FD]
15877 # ---------------------------------
15878 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15879 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15880 # script with status $?, using 1 if that was 0.
15883 as_status=$?; test $as_status -eq 0 && as_status=1
15885 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15886 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15888 $as_echo "$as_me: error: $1" >&2
15889 as_fn_exit $as_status
15893 # as_fn_set_status STATUS
15894 # -----------------------
15895 # Set $? to STATUS, without forking.
15896 as_fn_set_status ()
15899 } # as_fn_set_status
15901 # as_fn_exit STATUS
15902 # -----------------
15903 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15907 as_fn_set_status $1
15913 # Portably unset VAR.
15916 { eval $1=; unset $1;}
15918 as_unset=as_fn_unset
15919 # as_fn_append VAR VALUE
15920 # ----------------------
15921 # Append the text in VALUE to the end of the definition contained in VAR. Take
15922 # advantage of any shell optimizations that allow amortized linear growth over
15923 # repeated appends, instead of the typical quadratic growth present in naive
15925 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15926 eval 'as_fn_append ()
15937 # as_fn_arith ARG...
15938 # ------------------
15939 # Perform arithmetic evaluation on the ARGs, and store the result in the
15940 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15941 # must be portable across $(()) and expr.
15942 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15943 eval 'as_fn_arith ()
15950 as_val=`expr "$@" || test $? -eq 1`
15955 if expr a : '\(a\)' >/dev/null 2>&1 &&
15956 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15962 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15963 as_basename=basename
15968 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15974 as_me=`$as_basename -- "$0" ||
15975 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15976 X"$0" : 'X\(//\)$' \| \
15977 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15979 sed '/^.*\/\([^/][^/]*\)\/*$/{
15993 # Avoid depending upon Character Ranges.
15994 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15995 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15996 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15997 as_cr_digits='0123456789'
15998 as_cr_alnum=$as_cr_Letters$as_cr_digits
16000 ECHO_C= ECHO_N= ECHO_T=
16001 case `echo -n x` in #(((((
16003 case `echo 'xy\c'` in
16004 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16006 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16013 rm -f conf$$ conf$$.exe conf$$.file
16014 if test -d conf$$.dir; then
16015 rm -f conf$$.dir/conf$$.file
16018 mkdir conf$$.dir 2>/dev/null
16020 if (echo >conf$$.file) 2>/dev/null; then
16021 if ln -s conf$$.file conf$$ 2>/dev/null; then
16023 # ... but there are two gotchas:
16024 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16025 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16026 # In both cases, we have to default to `cp -p'.
16027 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16029 elif ln conf$$.file conf$$ 2>/dev/null; then
16037 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16038 rmdir conf$$.dir 2>/dev/null
16043 # Create "$as_dir" as a directory, including parents if necessary.
16048 -*) as_dir=./$as_dir;;
16050 test -d "$as_dir" || eval $as_mkdir_p || {
16054 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16055 *) as_qdir=$as_dir;;
16057 as_dirs="'$as_qdir' $as_dirs"
16058 as_dir=`$as_dirname -- "$as_dir" ||
16059 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16060 X"$as_dir" : 'X\(//\)[^/]' \| \
16061 X"$as_dir" : 'X\(//\)$' \| \
16062 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16063 $as_echo X"$as_dir" |
16064 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16068 /^X\(\/\/\)[^/].*/{
16081 test -d "$as_dir" && break
16083 test -z "$as_dirs" || eval "mkdir $as_dirs"
16084 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16088 if mkdir -p . 2>/dev/null; then
16089 as_mkdir_p='mkdir -p "$as_dir"'
16091 test -d ./-p && rmdir ./-p
16095 if test -x / >/dev/null 2>&1; then
16096 as_test_x='test -x'
16098 if ls -dL / >/dev/null 2>&1; then
16105 if test -d "$1"; then
16111 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16112 ???[sx]*):;;*)false;;esac;fi
16116 as_executable_p=$as_test_x
16118 # Sed expression to map a string onto a valid CPP name.
16119 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16121 # Sed expression to map a string onto a valid variable name.
16122 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16126 ## ----------------------------------- ##
16127 ## Main body of $CONFIG_STATUS script. ##
16128 ## ----------------------------------- ##
16130 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16132 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16133 # Save the log message, to keep $0 and so on meaningful, and to
16134 # report actual input values of CONFIG_FILES etc. instead of their
16135 # values after options handling.
16137 This file was extended by $as_me, which was
16138 generated by GNU Autoconf 2.64. Invocation command line was
16140 CONFIG_FILES = $CONFIG_FILES
16141 CONFIG_HEADERS = $CONFIG_HEADERS
16142 CONFIG_LINKS = $CONFIG_LINKS
16143 CONFIG_COMMANDS = $CONFIG_COMMANDS
16146 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16151 case $ac_config_files in *"
16152 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16155 case $ac_config_headers in *"
16156 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16160 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16161 # Files that config.status was made for.
16162 config_files="$ac_config_files"
16163 config_headers="$ac_config_headers"
16164 config_links="$ac_config_links"
16165 config_commands="$ac_config_commands"
16169 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16171 \`$as_me' instantiates files and other configuration actions
16172 from templates according to the current configuration. Unless the files
16173 and actions are specified as TAGs, all are instantiated by default.
16175 Usage: $0 [OPTION]... [TAG]...
16177 -h, --help print this help, then exit
16178 -V, --version print version number and configuration settings, then exit
16179 -q, --quiet, --silent
16180 do not print progress messages
16181 -d, --debug don't remove temporary files
16182 --recheck update $as_me by reconfiguring in the same conditions
16183 --file=FILE[:TEMPLATE]
16184 instantiate the configuration file FILE
16185 --header=FILE[:TEMPLATE]
16186 instantiate the configuration header FILE
16188 Configuration files:
16191 Configuration headers:
16194 Configuration links:
16197 Configuration commands:
16200 Report bugs to the package provider."
16203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16206 configured by $0, generated by GNU Autoconf 2.64,
16207 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
16209 Copyright (C) 2009 Free Software Foundation, Inc.
16210 This config.status script is free software; the Free Software Foundation
16211 gives unlimited permission to copy, distribute and modify it."
16217 test -n "\$AWK" || AWK=awk
16220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16221 # The default lists apply if the user does not specify any file.
16227 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16228 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16239 # Handling of the options.
16240 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16242 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16243 $as_echo "$ac_cs_version"; exit ;;
16244 --debug | --debu | --deb | --de | --d | -d )
16246 --file | --fil | --fi | --f )
16249 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16251 as_fn_append CONFIG_FILES " '$ac_optarg'"
16252 ac_need_defaults=false;;
16253 --header | --heade | --head | --hea )
16256 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16258 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16259 ac_need_defaults=false;;
16261 # Conflict between --help and --header
16262 as_fn_error "ambiguous option: \`$1'
16263 Try \`$0 --help' for more information.";;
16264 --help | --hel | -h )
16265 $as_echo "$ac_cs_usage"; exit ;;
16266 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16267 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16270 # This is an error.
16271 -*) as_fn_error "unrecognized option: \`$1'
16272 Try \`$0 --help' for more information." ;;
16274 *) as_fn_append ac_config_targets " $1"
16275 ac_need_defaults=false ;;
16281 ac_configure_extra_args=
16283 if $ac_cs_silent; then
16285 ac_configure_extra_args="$ac_configure_extra_args --silent"
16289 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16290 if \$ac_cs_recheck; then
16291 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16293 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16294 CONFIG_SHELL='$SHELL'
16295 export CONFIG_SHELL
16300 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16304 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16305 ## Running $as_me. ##
16311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16315 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
16319 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16321 # Handling of arguments.
16322 for ac_config_target in $ac_config_targets
16324 case $ac_config_target in
16325 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16326 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
16327 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
16328 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
16329 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
16330 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16331 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
16332 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16333 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
16334 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16336 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16341 # If the user did not use the arguments to specify the items to instantiate,
16342 # then the envvar interface is used. Set only those that are not.
16343 # We use the long form for the default assignment because of an extremely
16344 # bizarre bug on SunOS 4.1.3.
16345 if $ac_need_defaults; then
16346 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16347 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16348 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16349 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16352 # Have a temporary directory for convenience. Make it in the build tree
16353 # simply because there is no reason against having it here, and in addition,
16354 # creating and moving files from /tmp can sometimes cause problems.
16355 # Hook for its removal unless debugging.
16356 # Note that there is a small window in which the directory will not be cleaned:
16357 # after its creation but before its name has been assigned to `$tmp'.
16361 trap 'exit_status=$?
16362 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16364 trap 'as_fn_exit 1' 1 2 13 15
16366 # Create a (secure) tmp directory for tmp files.
16369 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16370 test -n "$tmp" && test -d "$tmp"
16373 tmp=./conf$$-$RANDOM
16374 (umask 077 && mkdir "$tmp")
16375 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16377 # Set up the scripts for CONFIG_FILES section.
16378 # No need to generate them if there are no CONFIG_FILES.
16379 # This happens for instance with `./config.status config.h'.
16380 if test -n "$CONFIG_FILES"; then
16382 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16383 ac_cs_awk_getline=:
16384 ac_cs_awk_pipe_init=
16385 ac_cs_awk_read_file='
16386 while ((getline aline < (F[key])) > 0)
16389 ac_cs_awk_pipe_fini=
16391 ac_cs_awk_getline=false
16392 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16393 ac_cs_awk_read_file='
16395 print "cat " F[key] " &&"
16396 '$ac_cs_awk_pipe_init
16397 # The final `:' finishes the AND list.
16398 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16400 ac_cr=`echo X | tr X '\015'`
16401 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16402 # But we know of no other shell where ac_cr would be empty at this
16403 # point, so we can use a bashism as a fallback.
16404 if test "x$ac_cr" = x; then
16405 eval ac_cr=\$\'\\r\'
16407 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16408 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16411 ac_cs_awk_cr=$ac_cr
16414 echo 'BEGIN {' >"$tmp/subs1.awk" &&
16417 # Create commands to substitute file output variables.
16419 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16420 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
16421 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16424 } >conf$$files.sh &&
16425 . ./conf$$files.sh ||
16426 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16427 rm -f conf$$files.sh
16430 echo "cat >conf$$subs.awk <<_ACEOF" &&
16431 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16433 } >conf$$subs.sh ||
16434 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16435 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
16437 for ac_last_try in false false false false false :; do
16438 . ./conf$$subs.sh ||
16439 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16441 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16442 if test $ac_delim_n = $ac_delim_num; then
16444 elif $ac_last_try; then
16445 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16447 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16450 rm -f conf$$subs.sh
16452 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16453 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16457 s/^/S["/; s/!.*/"]=/
16467 s/\(.\{148\}\).*/\1/
16469 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16474 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16481 s/\(.\{148\}\).*/\1/
16483 s/["\\]/\\&/g; s/^/"/; s/$/"/
16487 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16492 ' <conf$$subs.awk | sed '
16497 ' >>$CONFIG_STATUS || ac_write_fail=1
16498 rm -f conf$$subs.awk
16499 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16501 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16502 for (key in S) S_is_set[key] = 1
16504 \$ac_cs_awk_pipe_init
16508 nfields = split(line, field, "@")
16510 len = length(field[1])
16511 for (i = 2; i < nfields; i++) {
16513 keylen = length(key)
16514 if (S_is_set[key]) {
16516 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16517 len += length(value) + length(field[++i])
16522 if (nfields == 3 && !substed) {
16524 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16525 \$ac_cs_awk_read_file
16531 \$ac_cs_awk_pipe_fini
16534 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16535 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16536 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16539 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16540 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16543 # VPATH may cause trouble with some makes, so we remove $(srcdir),
16544 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16545 # trailing colons and then remove the whole line if VPATH becomes empty
16546 # (actually we leave an empty line to preserve line numbers).
16547 if test "x$srcdir" = x.; then
16548 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16549 s/:*\$(srcdir):*/:/
16550 s/:*\${srcdir}:*/:/
16552 s/^\([^=]*=[ ]*\):*/\1/
16558 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16559 fi # test -n "$CONFIG_FILES"
16561 # Set up the scripts for CONFIG_HEADERS section.
16562 # No need to generate them if there are no CONFIG_HEADERS.
16563 # This happens for instance with `./config.status Makefile'.
16564 if test -n "$CONFIG_HEADERS"; then
16565 cat >"$tmp/defines.awk" <<\_ACAWK ||
16569 # Transform confdefs.h into an awk script `defines.awk', embedded as
16570 # here-document in config.status, that substitutes the proper values into
16571 # config.h.in to produce config.h.
16573 # Create a delimiter string that does not exist in confdefs.h, to ease
16574 # handling of long lines.
16576 for ac_last_try in false false :; do
16577 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16578 if test -z "$ac_t"; then
16580 elif $ac_last_try; then
16581 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16583 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16587 # For the awk script, D is an array of macro values keyed by name,
16588 # likewise P contains macro parameters if any. Preserve backslash
16589 # newline sequences.
16591 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16593 s/.\{148\}/&'"$ac_delim"'/g
16596 s/^[ ]*#[ ]*define[ ][ ]*/ /
16603 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16605 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16609 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16610 D["\1"]=" \3\\\\\\n"\\/p
16612 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16617 s/.\{148\}/&'"$ac_delim"'/g
16622 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16625 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16627 ' <confdefs.h | sed '
16628 s/'"$ac_delim"'/"\\\
16629 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16631 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16632 for (key in D) D_is_set[key] = 1
16635 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16637 split(line, arg, " ")
16638 if (arg[1] == "#") {
16642 defundef = substr(arg[1], 2)
16645 split(mac1, mac2, "(") #)
16647 prefix = substr(line, 1, index(line, defundef) - 1)
16648 if (D_is_set[macro]) {
16649 # Preserve the white space surrounding the "#".
16650 print prefix "define", macro P[macro] D[macro]
16653 # Replace #undef with comments. This is necessary, for example,
16654 # in the case of _POSIX_SOURCE, which is predefined and required
16655 # on some systems where configure will not decide to define it.
16656 if (defundef == "undef") {
16657 print "/*", prefix defundef, macro, "*/"
16665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16666 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16667 fi # test -n "$CONFIG_HEADERS"
16670 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16675 :[FHLC]) ac_mode=$ac_tag; continue;;
16677 case $ac_mode$ac_tag in
16679 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16680 :[FH]-) ac_tag=-:-;;
16681 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16698 -) ac_f="$tmp/stdin";;
16699 *) # Look for the file first in the build tree, then in the source tree
16700 # (if the path is not absolute). The absolute path cannot be DOS-style,
16701 # because $ac_f cannot contain `:'.
16705 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16707 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16709 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16710 as_fn_append ac_file_inputs " '$ac_f'"
16713 # Let's still pretend it is `configure' which instantiates (i.e., don't
16714 # use $as_me), people would be surprised to read:
16715 # /* config.h. Generated by config.status. */
16716 configure_input='Generated from '`
16717 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16719 if test x"$ac_file" != x-; then
16720 configure_input="$ac_file. $configure_input"
16721 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16722 $as_echo "$as_me: creating $ac_file" >&6;}
16724 # Neutralize special characters interpreted by sed in replacement strings.
16725 case $configure_input in #(
16726 *\&* | *\|* | *\\* )
16727 ac_sed_conf_input=`$as_echo "$configure_input" |
16728 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16729 *) ac_sed_conf_input=$configure_input;;
16733 *:-:* | *:-) cat >"$tmp/stdin" \
16734 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16739 ac_dir=`$as_dirname -- "$ac_file" ||
16740 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16741 X"$ac_file" : 'X\(//\)[^/]' \| \
16742 X"$ac_file" : 'X\(//\)$' \| \
16743 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16744 $as_echo X"$ac_file" |
16745 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16749 /^X\(\/\/\)[^/].*/{
16762 as_dir="$ac_dir"; as_fn_mkdir_p
16766 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16768 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16769 # A ".." for each directory in $ac_dir_suffix.
16770 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16771 case $ac_top_builddir_sub in
16772 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16773 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16776 ac_abs_top_builddir=$ac_pwd
16777 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16778 # for backward compatibility:
16779 ac_top_builddir=$ac_top_build_prefix
16782 .) # We are building in place.
16784 ac_top_srcdir=$ac_top_builddir_sub
16785 ac_abs_top_srcdir=$ac_pwd ;;
16786 [\\/]* | ?:[\\/]* ) # Absolute name.
16787 ac_srcdir=$srcdir$ac_dir_suffix;
16788 ac_top_srcdir=$srcdir
16789 ac_abs_top_srcdir=$srcdir ;;
16790 *) # Relative name.
16791 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16792 ac_top_srcdir=$ac_top_build_prefix$srcdir
16793 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16795 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16805 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16806 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16810 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16811 # If the template does not know about datarootdir, expand it.
16812 # FIXME: This hack should be removed a few years after 2.60.
16813 ac_datarootdir_hack=; ac_datarootdir_seen=
16824 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16825 *datarootdir*) ac_datarootdir_seen=yes;;
16826 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16828 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16830 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16831 ac_datarootdir_hack='
16832 s&@datadir@&$datadir&g
16833 s&@docdir@&$docdir&g
16834 s&@infodir@&$infodir&g
16835 s&@localedir@&$localedir&g
16836 s&@mandir@&$mandir&g
16837 s&\\\${datarootdir}&$datarootdir&g' ;;
16841 # Neutralize VPATH when `$srcdir' = `.'.
16842 # Shell code in configure.ac might set extrasub.
16843 # FIXME: do we really want to maintain this feature?
16844 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16845 ac_sed_extra="$ac_vpsub
16848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16850 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16851 s|@configure_input@|$ac_sed_conf_input|;t t
16852 s&@top_builddir@&$ac_top_builddir_sub&;t t
16853 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16854 s&@srcdir@&$ac_srcdir&;t t
16855 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16856 s&@top_srcdir@&$ac_top_srcdir&;t t
16857 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16858 s&@builddir@&$ac_builddir&;t t
16859 s&@abs_builddir@&$ac_abs_builddir&;t t
16860 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16861 s&@INSTALL@&$ac_INSTALL&;t t
16862 $ac_datarootdir_hack
16864 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16865 if $ac_cs_awk_getline; then
16866 $AWK -f "$tmp/subs.awk"
16868 $AWK -f "$tmp/subs.awk" | $SHELL
16870 || as_fn_error "could not create $ac_file" "$LINENO" 5
16872 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16873 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16874 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16876 which seems to be undefined. Please make sure it is defined." >&5
16877 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16878 which seems to be undefined. Please make sure it is defined." >&2;}
16882 -) cat "$tmp/out" && rm -f "$tmp/out";;
16883 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16885 || as_fn_error "could not create $ac_file" "$LINENO" 5
16891 if test x"$ac_file" != x-; then
16893 $as_echo "/* $configure_input */" \
16894 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16895 } >"$tmp/config.h" \
16896 || as_fn_error "could not create $ac_file" "$LINENO" 5
16897 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16898 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16899 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16902 mv "$tmp/config.h" "$ac_file" \
16903 || as_fn_error "could not create $ac_file" "$LINENO" 5
16906 $as_echo "/* $configure_input */" \
16907 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16908 || as_fn_error "could not create -" "$LINENO" 5
16916 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16919 # Prefer the file from the source tree if names are identical.
16920 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16921 ac_source=$srcdir/$ac_source
16924 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16925 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16927 if test ! -r "$ac_source"; then
16928 as_fn_error "$ac_source: file not found" "$LINENO" 5
16932 # Try a relative symlink, then a hard link, then a copy.
16934 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16935 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16937 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16938 ln "$ac_source" "$ac_file" 2>/dev/null ||
16939 cp -p "$ac_source" "$ac_file" ||
16940 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16943 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16944 $as_echo "$as_me: executing $ac_file commands" >&6;}
16949 case $ac_file$ac_mode in
16950 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
16951 "gcore":F) chmod +x gcore ;;
16953 case x$CONFIG_HEADERS in
16954 xconfig.h:config.in)
16965 ac_clean_files=$ac_clean_files_save
16967 test $ac_write_fail = 0 ||
16968 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16971 # configure is writing to config.log, and then calls config.status.
16972 # config.status does its own redirection, appending to config.log.
16973 # Unfortunately, on DOS this fails, as config.log is still kept open
16974 # by configure, so config.status won't be able to write to it; its
16975 # output is simply discarded. So we exec the FD to /dev/null,
16976 # effectively closing config.log, so it can be properly (re)opened and
16977 # appended to by config.status. When coming back to configure, we
16978 # need to make the FD available again.
16979 if test "$no_create" != yes; then
16981 ac_config_status_args=
16982 test "$silent" = yes &&
16983 ac_config_status_args="$ac_config_status_args --quiet"
16985 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16987 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16988 # would make configure fail if this is the last instruction.
16989 $ac_cs_success || as_fn_exit $?
16993 # CONFIG_SUBDIRS section.
16995 if test "$no_recursion" != yes; then
16997 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
16998 # so they do not pile up.
16999 ac_sub_configure_args=
17001 eval "set x $ac_configure_args"
17005 if test -n "$ac_prev"; then
17010 -cache-file | --cache-file | --cache-fil | --cache-fi \
17011 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
17012 ac_prev=cache_file ;;
17013 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
17014 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
17017 --config-cache | -C)
17019 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
17021 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
17023 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
17025 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
17027 --disable-option-checking)
17031 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
17033 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
17037 # Always prepend --prefix to ensure using the same prefix
17038 # in subdir configurations.
17039 ac_arg="--prefix=$prefix"
17041 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
17043 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
17046 if test "$silent" = yes; then
17047 ac_sub_configure_args="--silent $ac_sub_configure_args"
17050 # Always prepend --disable-option-checking to silence warnings, since
17051 # different subdirs can have different --enable and --with options.
17052 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
17055 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
17057 # Do not complain, so a configure script can configure whichever
17058 # parts of a large source tree are present.
17059 test -d "$srcdir/$ac_dir" || continue
17061 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
17062 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
17063 $as_echo "$ac_msg" >&6
17064 as_dir="$ac_dir"; as_fn_mkdir_p
17068 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17070 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17071 # A ".." for each directory in $ac_dir_suffix.
17072 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17073 case $ac_top_builddir_sub in
17074 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17075 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17078 ac_abs_top_builddir=$ac_pwd
17079 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17080 # for backward compatibility:
17081 ac_top_builddir=$ac_top_build_prefix
17084 .) # We are building in place.
17086 ac_top_srcdir=$ac_top_builddir_sub
17087 ac_abs_top_srcdir=$ac_pwd ;;
17088 [\\/]* | ?:[\\/]* ) # Absolute name.
17089 ac_srcdir=$srcdir$ac_dir_suffix;
17090 ac_top_srcdir=$srcdir
17091 ac_abs_top_srcdir=$srcdir ;;
17092 *) # Relative name.
17093 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17094 ac_top_srcdir=$ac_top_build_prefix$srcdir
17095 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17097 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17102 # Check for guested configure; otherwise get Cygnus style configure.
17103 if test -f "$ac_srcdir/configure.gnu"; then
17104 ac_sub_configure=$ac_srcdir/configure.gnu
17105 elif test -f "$ac_srcdir/configure"; then
17106 ac_sub_configure=$ac_srcdir/configure
17107 elif test -f "$ac_srcdir/configure.in"; then
17108 # This should be Cygnus configure.
17109 ac_sub_configure=$ac_aux_dir/configure
17111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
17112 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
17116 # The recursion is here.
17117 if test -n "$ac_sub_configure"; then
17118 # Make the cache file name correct relative to the subdirectory.
17119 case $cache_file in
17120 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
17121 *) # Relative name.
17122 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
17125 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
17126 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
17127 # The eval makes quoting arguments work.
17128 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
17129 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
17130 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
17136 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17138 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}