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
601 HAVE_NATIVE_GCORE_HOST
693 READLINE_TEXI_INCFLAG
716 HAVE_NATIVE_GCORE_TARGET
743 INSTALL_STRIP_PROGRAM
772 MAINTAINER_MODE_FALSE
801 program_transform_name
812 ac_subst_files='nat_makefile_frag'
814 enable_option_checking
815 enable_maintainer_mode
818 with_separate_debug_dir
820 with_relocated_sources
822 with_auto_load_safe_path
854 enable_build_warnings
855 enable_gdb_build_warnings
865 with_libbabeltrace_prefix
867 ac_precious_vars='build_alias
884 ac_subdirs_all='testsuite
889 # Initialize some variables set by options.
891 ac_init_version=false
892 ac_unrecognized_opts=
894 # The variables have the same names as the options, with
895 # dashes changed to underlines.
903 program_transform_name=s,x,x,
911 # Installation directory options.
912 # These are left unexpanded so users can "make install exec_prefix=/foo"
913 # and all the variables that are supposed to be based on exec_prefix
914 # by default will actually change.
915 # Use braces instead of parens because sh, perl, etc. also accept them.
916 # (The list follows the same order as the GNU Coding Standards.)
917 bindir='${exec_prefix}/bin'
918 sbindir='${exec_prefix}/sbin'
919 libexecdir='${exec_prefix}/libexec'
920 datarootdir='${prefix}/share'
921 datadir='${datarootdir}'
922 sysconfdir='${prefix}/etc'
923 sharedstatedir='${prefix}/com'
924 localstatedir='${prefix}/var'
925 includedir='${prefix}/include'
926 oldincludedir='/usr/include'
927 docdir='${datarootdir}/doc/${PACKAGE}'
928 infodir='${datarootdir}/info'
933 libdir='${exec_prefix}/lib'
934 localedir='${datarootdir}/locale'
935 mandir='${datarootdir}/man'
941 # If the previous option needs an argument, assign it.
942 if test -n "$ac_prev"; then
943 eval $ac_prev=\$ac_option
949 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
953 # Accept the important Cygnus configure options, so we can diagnose typos.
955 case $ac_dashdash$ac_option in
959 -bindir | --bindir | --bindi | --bind | --bin | --bi)
961 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
964 -build | --build | --buil | --bui | --bu)
965 ac_prev=build_alias ;;
966 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
967 build_alias=$ac_optarg ;;
969 -cache-file | --cache-file | --cache-fil | --cache-fi \
970 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
971 ac_prev=cache_file ;;
972 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
973 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
974 cache_file=$ac_optarg ;;
977 cache_file=config.cache ;;
979 -datadir | --datadir | --datadi | --datad)
981 -datadir=* | --datadir=* | --datadi=* | --datad=*)
982 datadir=$ac_optarg ;;
984 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
985 | --dataroo | --dataro | --datar)
986 ac_prev=datarootdir ;;
987 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
988 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
989 datarootdir=$ac_optarg ;;
991 -disable-* | --disable-*)
992 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
993 # Reject names that are not valid shell variable names.
994 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
995 as_fn_error "invalid feature name: $ac_useropt"
996 ac_useropt_orig=$ac_useropt
997 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
998 case $ac_user_opts in
1000 "enable_$ac_useropt"
1002 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1003 ac_unrecognized_sep=', ';;
1005 eval enable_$ac_useropt=no ;;
1007 -docdir | --docdir | --docdi | --doc | --do)
1009 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1010 docdir=$ac_optarg ;;
1012 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1014 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1015 dvidir=$ac_optarg ;;
1017 -enable-* | --enable-*)
1018 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1019 # Reject names that are not valid shell variable names.
1020 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1021 as_fn_error "invalid feature name: $ac_useropt"
1022 ac_useropt_orig=$ac_useropt
1023 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1024 case $ac_user_opts in
1026 "enable_$ac_useropt"
1028 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1029 ac_unrecognized_sep=', ';;
1031 eval enable_$ac_useropt=\$ac_optarg ;;
1033 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1034 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1035 | --exec | --exe | --ex)
1036 ac_prev=exec_prefix ;;
1037 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1038 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1039 | --exec=* | --exe=* | --ex=*)
1040 exec_prefix=$ac_optarg ;;
1042 -gas | --gas | --ga | --g)
1043 # Obsolete; use --with-gas.
1046 -help | --help | --hel | --he | -h)
1047 ac_init_help=long ;;
1048 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1049 ac_init_help=recursive ;;
1050 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1051 ac_init_help=short ;;
1053 -host | --host | --hos | --ho)
1054 ac_prev=host_alias ;;
1055 -host=* | --host=* | --hos=* | --ho=*)
1056 host_alias=$ac_optarg ;;
1058 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1060 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1062 htmldir=$ac_optarg ;;
1064 -includedir | --includedir | --includedi | --included | --include \
1065 | --includ | --inclu | --incl | --inc)
1066 ac_prev=includedir ;;
1067 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1068 | --includ=* | --inclu=* | --incl=* | --inc=*)
1069 includedir=$ac_optarg ;;
1071 -infodir | --infodir | --infodi | --infod | --info | --inf)
1073 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1074 infodir=$ac_optarg ;;
1076 -libdir | --libdir | --libdi | --libd)
1078 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1079 libdir=$ac_optarg ;;
1081 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1082 | --libexe | --libex | --libe)
1083 ac_prev=libexecdir ;;
1084 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1085 | --libexe=* | --libex=* | --libe=*)
1086 libexecdir=$ac_optarg ;;
1088 -localedir | --localedir | --localedi | --localed | --locale)
1089 ac_prev=localedir ;;
1090 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1091 localedir=$ac_optarg ;;
1093 -localstatedir | --localstatedir | --localstatedi | --localstated \
1094 | --localstate | --localstat | --localsta | --localst | --locals)
1095 ac_prev=localstatedir ;;
1096 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1097 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1098 localstatedir=$ac_optarg ;;
1100 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1102 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1103 mandir=$ac_optarg ;;
1105 -nfp | --nfp | --nf)
1106 # Obsolete; use --without-fp.
1109 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1110 | --no-cr | --no-c | -n)
1113 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1114 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1117 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1118 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1119 | --oldin | --oldi | --old | --ol | --o)
1120 ac_prev=oldincludedir ;;
1121 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1122 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1123 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1124 oldincludedir=$ac_optarg ;;
1126 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1128 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1129 prefix=$ac_optarg ;;
1131 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1132 | --program-pre | --program-pr | --program-p)
1133 ac_prev=program_prefix ;;
1134 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1135 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1136 program_prefix=$ac_optarg ;;
1138 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1139 | --program-suf | --program-su | --program-s)
1140 ac_prev=program_suffix ;;
1141 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1142 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1143 program_suffix=$ac_optarg ;;
1145 -program-transform-name | --program-transform-name \
1146 | --program-transform-nam | --program-transform-na \
1147 | --program-transform-n | --program-transform- \
1148 | --program-transform | --program-transfor \
1149 | --program-transfo | --program-transf \
1150 | --program-trans | --program-tran \
1151 | --progr-tra | --program-tr | --program-t)
1152 ac_prev=program_transform_name ;;
1153 -program-transform-name=* | --program-transform-name=* \
1154 | --program-transform-nam=* | --program-transform-na=* \
1155 | --program-transform-n=* | --program-transform-=* \
1156 | --program-transform=* | --program-transfor=* \
1157 | --program-transfo=* | --program-transf=* \
1158 | --program-trans=* | --program-tran=* \
1159 | --progr-tra=* | --program-tr=* | --program-t=*)
1160 program_transform_name=$ac_optarg ;;
1162 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1164 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1165 pdfdir=$ac_optarg ;;
1167 -psdir | --psdir | --psdi | --psd | --ps)
1169 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1172 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1173 | -silent | --silent | --silen | --sile | --sil)
1176 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1178 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1180 sbindir=$ac_optarg ;;
1182 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1183 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1184 | --sharedst | --shareds | --shared | --share | --shar \
1186 ac_prev=sharedstatedir ;;
1187 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1188 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1189 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1191 sharedstatedir=$ac_optarg ;;
1193 -site | --site | --sit)
1195 -site=* | --site=* | --sit=*)
1198 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1200 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1201 srcdir=$ac_optarg ;;
1203 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1204 | --syscon | --sysco | --sysc | --sys | --sy)
1205 ac_prev=sysconfdir ;;
1206 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1207 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1208 sysconfdir=$ac_optarg ;;
1210 -target | --target | --targe | --targ | --tar | --ta | --t)
1211 ac_prev=target_alias ;;
1212 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1213 target_alias=$ac_optarg ;;
1215 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1218 -version | --version | --versio | --versi | --vers | -V)
1219 ac_init_version=: ;;
1222 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
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--with-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1235 eval with_$ac_useropt=\$ac_optarg ;;
1237 -without-* | --without-*)
1238 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1239 # Reject names that are not valid shell variable names.
1240 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1241 as_fn_error "invalid package name: $ac_useropt"
1242 ac_useropt_orig=$ac_useropt
1243 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1244 case $ac_user_opts in
1248 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1249 ac_unrecognized_sep=', ';;
1251 eval with_$ac_useropt=no ;;
1254 # Obsolete; use --with-x.
1257 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1258 | --x-incl | --x-inc | --x-in | --x-i)
1259 ac_prev=x_includes ;;
1260 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1261 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1262 x_includes=$ac_optarg ;;
1264 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1265 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1266 ac_prev=x_libraries ;;
1267 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1268 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1269 x_libraries=$ac_optarg ;;
1271 -*) as_fn_error "unrecognized option: \`$ac_option'
1272 Try \`$0 --help' for more information."
1276 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1277 # Reject names that are not valid shell variable names.
1278 case $ac_envvar in #(
1279 '' | [0-9]* | *[!_$as_cr_alnum]* )
1280 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1282 eval $ac_envvar=\$ac_optarg
1283 export $ac_envvar ;;
1286 # FIXME: should be removed in autoconf 3.0.
1287 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1288 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1289 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1290 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1296 if test -n "$ac_prev"; then
1297 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1298 as_fn_error "missing argument to $ac_option"
1301 if test -n "$ac_unrecognized_opts"; then
1302 case $enable_option_checking in
1304 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1305 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1309 # Check all directory arguments for consistency.
1310 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1311 datadir sysconfdir sharedstatedir localstatedir includedir \
1312 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1313 libdir localedir mandir
1315 eval ac_val=\$$ac_var
1316 # Remove trailing slashes.
1319 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1320 eval $ac_var=\$ac_val;;
1322 # Be sure to have absolute directory names.
1324 [\\/$]* | ?:[\\/]* ) continue;;
1325 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1327 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1330 # There might be people who depend on the old broken behavior: `$host'
1331 # used to hold the argument of --host etc.
1332 # FIXME: To remove some day.
1335 target=$target_alias
1337 # FIXME: To remove some day.
1338 if test "x$host_alias" != x; then
1339 if test "x$build_alias" = x; then
1340 cross_compiling=maybe
1341 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1342 If a cross compiler is detected then cross compile mode will be used." >&2
1343 elif test "x$build_alias" != "x$host_alias"; then
1349 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1351 test "$silent" = yes && exec 6>/dev/null
1354 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1355 ac_ls_di=`ls -di .` &&
1356 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1357 as_fn_error "working directory cannot be determined"
1358 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1359 as_fn_error "pwd does not report name of working directory"
1362 # Find the source files, if location was not specified.
1363 if test -z "$srcdir"; then
1364 ac_srcdir_defaulted=yes
1365 # Try the directory containing this script, then the parent directory.
1366 ac_confdir=`$as_dirname -- "$as_myself" ||
1367 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1368 X"$as_myself" : 'X\(//\)[^/]' \| \
1369 X"$as_myself" : 'X\(//\)$' \| \
1370 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1371 $as_echo X"$as_myself" |
1372 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1394 ac_srcdir_defaulted=no
1396 if test ! -r "$srcdir/$ac_unique_file"; then
1397 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1398 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1400 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1402 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1404 # When building in place, set srcdir=.
1405 if test "$ac_abs_confdir" = "$ac_pwd"; then
1408 # Remove unnecessary trailing slashes from srcdir.
1409 # Double slashes in file names in object file debugging info
1410 # mess up M-x gdb in Emacs.
1412 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1414 for ac_var in $ac_precious_vars; do
1415 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1416 eval ac_env_${ac_var}_value=\$${ac_var}
1417 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1418 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1422 # Report the --help message.
1424 if test "$ac_init_help" = "long"; then
1425 # Omit some internal or obsolete options to make the list less imposing.
1426 # This message is too long to be a string in the A/UX 3.1 sh.
1428 \`configure' configures this package to adapt to many kinds of systems.
1430 Usage: $0 [OPTION]... [VAR=VALUE]...
1432 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1433 VAR=VALUE. See below for descriptions of some of the useful variables.
1435 Defaults for the options are specified in brackets.
1438 -h, --help display this help and exit
1439 --help=short display options specific to this package
1440 --help=recursive display the short help of all the included packages
1441 -V, --version display version information and exit
1442 -q, --quiet, --silent do not print \`checking...' messages
1443 --cache-file=FILE cache test results in FILE [disabled]
1444 -C, --config-cache alias for \`--cache-file=config.cache'
1445 -n, --no-create do not create output files
1446 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1448 Installation directories:
1449 --prefix=PREFIX install architecture-independent files in PREFIX
1450 [$ac_default_prefix]
1451 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1454 By default, \`make install' will install all the files in
1455 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1456 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1457 for instance \`--prefix=\$HOME'.
1459 For better control, use the options below.
1461 Fine tuning of the installation directories:
1462 --bindir=DIR user executables [EPREFIX/bin]
1463 --sbindir=DIR system admin executables [EPREFIX/sbin]
1464 --libexecdir=DIR program executables [EPREFIX/libexec]
1465 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1466 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1467 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1468 --libdir=DIR object code libraries [EPREFIX/lib]
1469 --includedir=DIR C header files [PREFIX/include]
1470 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1471 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1472 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1473 --infodir=DIR info documentation [DATAROOTDIR/info]
1474 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1475 --mandir=DIR man documentation [DATAROOTDIR/man]
1476 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1477 --htmldir=DIR html documentation [DOCDIR]
1478 --dvidir=DIR dvi documentation [DOCDIR]
1479 --pdfdir=DIR pdf documentation [DOCDIR]
1480 --psdir=DIR ps documentation [DOCDIR]
1486 --program-prefix=PREFIX prepend PREFIX to installed program names
1487 --program-suffix=SUFFIX append SUFFIX to installed program names
1488 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1491 --x-includes=DIR X include files are in DIR
1492 --x-libraries=DIR X library files are in DIR
1495 --build=BUILD configure for building on BUILD [guessed]
1496 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1497 --target=TARGET configure for building compilers for TARGET [HOST]
1501 if test -n "$ac_init_help"; then
1506 --disable-option-checking ignore unrecognized --enable/--with options
1507 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1508 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1509 --enable-maintainer-mode enable make rules and dependencies not useful
1510 (and sometimes confusing) to the casual installer
1511 --enable-plugins Enable support for plugins
1512 --disable-largefile omit support for large files
1513 --enable-targets=TARGETS
1514 alternative target configurations
1515 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1516 --disable-gdbcli disable command-line interface (CLI)
1517 --disable-gdbmi disable machine-interface (MI)
1518 --enable-tui enable full-screen terminal user interface (TUI)
1519 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1520 --enable-profiling enable profiling of GDB
1521 --disable-rpath do not hardcode runtime library paths
1522 --enable-libmcheck Try linking with -lmcheck if available
1523 --enable-werror treat compile warnings as errors
1524 --enable-build-warnings enable build-time compiler warnings if gcc is used
1525 --enable-gdb-build-warnings
1526 enable GDB specific build-time compiler warnings if
1528 --enable-sim link gdb with simulator
1529 --enable-multi-ice build the multi-ice-gdb-server
1530 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1534 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1535 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1536 --with-separate-debug-dir=PATH
1537 look for global separate debug info in this path
1539 --with-gdb-datadir=PATH look for global separate data files in this path
1541 --with-relocated-sources=PATH
1542 automatically relocate this path for source files
1543 --with-auto-load-dir=PATH
1544 directories from which to load auto-loaded scripts
1545 [$debugdir:$datadir/auto-load]
1546 --with-auto-load-safe-path=PATH
1547 directories safe to hold auto-loaded files
1548 [--with-auto-load-dir]
1549 --without-auto-load-safe-path
1550 do not restrict auto-loaded files locations
1551 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
1552 --with-curses use the curses library instead of the termcap
1554 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1555 --with-bugurl=URL Direct users to URL to report a bug
1556 --with-system-zlib use installed libz
1557 --with-gnu-ld assume the C compiler uses GNU ld default=no
1558 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1559 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1560 --with-iconv-bin=PATH specify where to find the iconv program
1561 --with-system-readline use installed readline library
1562 --with-jit-reader-dir=PATH
1563 directory to load the JIT readers from
1564 --with-expat include expat support (auto/yes/no)
1565 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1566 --without-libexpat-prefix don't search for libexpat in includedir and libdir
1567 --with-mpfr include MPFR support (auto/yes/no)
1568 --with-libmpfr-prefix[=DIR] search for libmpfr in DIR/include and DIR/lib
1569 --without-libmpfr-prefix don't search for libmpfr in includedir and libdir
1570 --with-python[=PYTHON] include python support
1571 (auto/yes/no/<python-program>)
1572 --with-guile[=GUILE] include guile support
1573 (auto/yes/no/<guile-version>/<pkg-config-program>)
1574 --with-intel-pt include Intel Processor Trace support (auto/yes/no)
1575 --with-libipt-prefix[=DIR] search for libipt in DIR/include and DIR/lib
1576 --without-libipt-prefix don't search for libipt in includedir and libdir
1577 --without-included-regex
1578 don't use included regex; this is the default on
1579 systems with version 2 of the GNU C library (use
1580 with caution on other system)
1581 --with-sysroot[=DIR] search for usr/lib et al within DIR
1582 --with-system-gdbinit=PATH
1583 automatically load a system-wide gdbinit file
1584 --with-lzma support lzma compression (auto/yes/no)
1585 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1586 --without-liblzma-prefix don't search for liblzma in includedir and libdir
1587 --with-tcl directory containing tcl configuration (tclConfig.sh)
1588 --with-tk directory containing tk configuration (tkConfig.sh)
1589 --with-x use the X Window System
1590 --with-babeltrace include babeltrace support (auto/yes/no)
1591 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1592 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
1594 Some influential environment variables:
1595 CC C compiler command
1596 CFLAGS C compiler flags
1597 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1598 nonstandard directory <lib dir>
1599 LIBS libraries to pass to the linker, e.g. -l<library>
1600 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1601 you have headers in a nonstandard directory <include dir>
1602 CXX C++ compiler command
1603 CXXFLAGS C++ compiler flags
1605 MAKEINFO Parent configure detects if it is of sufficient version.
1607 Parameters for MAKEINFO.
1608 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1609 the first program found out of: `bison -y', `byacc', `yacc'.
1610 YFLAGS The list of arguments that will be passed by default to $YACC.
1611 This script will default YFLAGS to the empty string to avoid a
1612 default value of `-d' given by some make applications.
1613 XMKMF Path to xmkmf, Makefile generator for X Window System
1615 Use these variables to override the choices made by `configure' or to help
1616 it to find libraries and programs with nonstandard names/locations.
1618 Report bugs to the package provider.
1623 if test "$ac_init_help" = "recursive"; then
1624 # If there are subdirs, report their specific --help.
1625 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1626 test -d "$ac_dir" ||
1627 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1632 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1634 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1635 # A ".." for each directory in $ac_dir_suffix.
1636 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1637 case $ac_top_builddir_sub in
1638 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1639 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1642 ac_abs_top_builddir=$ac_pwd
1643 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1644 # for backward compatibility:
1645 ac_top_builddir=$ac_top_build_prefix
1648 .) # We are building in place.
1650 ac_top_srcdir=$ac_top_builddir_sub
1651 ac_abs_top_srcdir=$ac_pwd ;;
1652 [\\/]* | ?:[\\/]* ) # Absolute name.
1653 ac_srcdir=$srcdir$ac_dir_suffix;
1654 ac_top_srcdir=$srcdir
1655 ac_abs_top_srcdir=$srcdir ;;
1657 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1658 ac_top_srcdir=$ac_top_build_prefix$srcdir
1659 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1661 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1663 cd "$ac_dir" || { ac_status=$?; continue; }
1664 # Check for guested configure.
1665 if test -f "$ac_srcdir/configure.gnu"; then
1667 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1668 elif test -f "$ac_srcdir/configure"; then
1670 $SHELL "$ac_srcdir/configure" --help=recursive
1672 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1674 cd "$ac_pwd" || { ac_status=$?; break; }
1678 test -n "$ac_init_help" && exit $ac_status
1679 if $ac_init_version; then
1682 generated by GNU Autoconf 2.64
1684 Copyright (C) 2009 Free Software Foundation, Inc.
1685 This configure script is free software; the Free Software Foundation
1686 gives unlimited permission to copy, distribute and modify it.
1691 ## ------------------------ ##
1692 ## Autoconf initialization. ##
1693 ## ------------------------ ##
1695 # ac_fn_c_try_compile LINENO
1696 # --------------------------
1697 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1698 ac_fn_c_try_compile ()
1700 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1701 rm -f conftest.$ac_objext
1702 if { { ac_try="$ac_compile"
1704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1705 *) ac_try_echo=$ac_try;;
1707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1708 $as_echo "$ac_try_echo"; } >&5
1709 (eval "$ac_compile") 2>conftest.err
1711 if test -s conftest.err; then
1712 grep -v '^ *+' conftest.err >conftest.er1
1713 cat conftest.er1 >&5
1714 mv -f conftest.er1 conftest.err
1716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1717 test $ac_status = 0; } && {
1718 test -z "$ac_c_werror_flag" ||
1719 test ! -s conftest.err
1720 } && test -s conftest.$ac_objext; then :
1723 $as_echo "$as_me: failed program was:" >&5
1724 sed 's/^/| /' conftest.$ac_ext >&5
1728 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1731 } # ac_fn_c_try_compile
1733 # ac_fn_cxx_try_compile LINENO
1734 # ----------------------------
1735 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1736 ac_fn_cxx_try_compile ()
1738 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1739 rm -f conftest.$ac_objext
1740 if { { ac_try="$ac_compile"
1742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1743 *) ac_try_echo=$ac_try;;
1745 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1746 $as_echo "$ac_try_echo"; } >&5
1747 (eval "$ac_compile") 2>conftest.err
1749 if test -s conftest.err; then
1750 grep -v '^ *+' conftest.err >conftest.er1
1751 cat conftest.er1 >&5
1752 mv -f conftest.er1 conftest.err
1754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1755 test $ac_status = 0; } && {
1756 test -z "$ac_cxx_werror_flag" ||
1757 test ! -s conftest.err
1758 } && test -s conftest.$ac_objext; then :
1761 $as_echo "$as_me: failed program was:" >&5
1762 sed 's/^/| /' conftest.$ac_ext >&5
1766 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1769 } # ac_fn_cxx_try_compile
1771 # ac_fn_c_try_cpp LINENO
1772 # ----------------------
1773 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 if { { ac_try="$ac_cpp conftest.$ac_ext"
1779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1780 *) ac_try_echo=$ac_try;;
1782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783 $as_echo "$ac_try_echo"; } >&5
1784 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1786 if test -s conftest.err; then
1787 grep -v '^ *+' conftest.err >conftest.er1
1788 cat conftest.er1 >&5
1789 mv -f conftest.er1 conftest.err
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; } >/dev/null && {
1793 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1794 test ! -s conftest.err
1798 $as_echo "$as_me: failed program was:" >&5
1799 sed 's/^/| /' conftest.$ac_ext >&5
1803 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1808 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1809 # -------------------------------------------------------
1810 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1811 # the include files in INCLUDES and setting the cache variable VAR
1813 ac_fn_c_check_header_mongrel ()
1815 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1816 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818 $as_echo_n "checking for $2... " >&6; }
1819 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1820 $as_echo_n "(cached) " >&6
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1824 $as_echo "$ac_res" >&6; }
1826 # Is the header compilable?
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1828 $as_echo_n "checking $2 usability... " >&6; }
1829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1830 /* end confdefs.h. */
1834 if ac_fn_c_try_compile "$LINENO"; then :
1835 ac_header_compiler=yes
1837 ac_header_compiler=no
1839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1841 $as_echo "$ac_header_compiler" >&6; }
1843 # Is the header present?
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1845 $as_echo_n "checking $2 presence... " >&6; }
1846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1847 /* end confdefs.h. */
1850 if ac_fn_c_try_cpp "$LINENO"; then :
1851 ac_header_preproc=yes
1853 ac_header_preproc=no
1855 rm -f conftest.err conftest.$ac_ext
1856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1857 $as_echo "$ac_header_preproc" >&6; }
1859 # So? What about this header?
1860 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1863 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1865 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1869 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1871 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1873 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1875 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1877 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1883 $as_echo_n "(cached) " >&6
1885 eval "$3=\$ac_header_compiler"
1888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1889 $as_echo "$ac_res" >&6; }
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1893 } # ac_fn_c_check_header_mongrel
1895 # ac_fn_c_try_run LINENO
1896 # ----------------------
1897 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1898 # that executables *can* be run.
1901 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1902 if { { ac_try="$ac_link"
1904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1905 *) ac_try_echo=$ac_try;;
1907 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1908 $as_echo "$ac_try_echo"; } >&5
1909 (eval "$ac_link") 2>&5
1911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1912 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1913 { { case "(($ac_try" in
1914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1915 *) ac_try_echo=$ac_try;;
1917 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1918 $as_echo "$ac_try_echo"; } >&5
1919 (eval "$ac_try") 2>&5
1921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1922 test $ac_status = 0; }; }; then :
1925 $as_echo "$as_me: program exited with status $ac_status" >&5
1926 $as_echo "$as_me: failed program was:" >&5
1927 sed 's/^/| /' conftest.$ac_ext >&5
1929 ac_retval=$ac_status
1931 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1932 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1937 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1938 # -------------------------------------------------------
1939 # Tests whether HEADER exists and can be compiled using the include files in
1940 # INCLUDES, setting the cache variable VAR accordingly.
1941 ac_fn_c_check_header_compile ()
1943 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1945 $as_echo_n "checking for $2... " >&6; }
1946 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1947 $as_echo_n "(cached) " >&6
1949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950 /* end confdefs.h. */
1954 if ac_fn_c_try_compile "$LINENO"; then :
1959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963 $as_echo "$ac_res" >&6; }
1964 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1966 } # ac_fn_c_check_header_compile
1968 # ac_fn_c_try_link LINENO
1969 # -----------------------
1970 # Try to link conftest.$ac_ext, and return whether this succeeded.
1973 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1974 rm -f conftest.$ac_objext conftest$ac_exeext
1975 if { { ac_try="$ac_link"
1977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1978 *) ac_try_echo=$ac_try;;
1980 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1981 $as_echo "$ac_try_echo"; } >&5
1982 (eval "$ac_link") 2>conftest.err
1984 if test -s conftest.err; then
1985 grep -v '^ *+' conftest.err >conftest.er1
1986 cat conftest.er1 >&5
1987 mv -f conftest.er1 conftest.err
1989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1990 test $ac_status = 0; } && {
1991 test -z "$ac_c_werror_flag" ||
1992 test ! -s conftest.err
1993 } && test -s conftest$ac_exeext && {
1994 test "$cross_compiling" = yes ||
1995 $as_test_x conftest$ac_exeext
1999 $as_echo "$as_me: failed program was:" >&5
2000 sed 's/^/| /' conftest.$ac_ext >&5
2004 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2005 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2006 # interfere with the next link command; also delete a directory that is
2007 # left behind by Apple's compiler. We do this before executing the actions.
2008 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2009 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2012 } # ac_fn_c_try_link
2014 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2015 # --------------------------------------------
2016 # Tries to find the compile-time value of EXPR in a program that includes
2017 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2019 ac_fn_c_compute_int ()
2021 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2022 if test "$cross_compiling" = yes; then
2023 # Depending upon the size, compute the lo and hi bounds.
2024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2025 /* end confdefs.h. */
2030 static int test_array [1 - 2 * !(($2) >= 0)];
2037 if ac_fn_c_try_compile "$LINENO"; then :
2040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2041 /* end confdefs.h. */
2046 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2053 if ac_fn_c_try_compile "$LINENO"; then :
2054 ac_hi=$ac_mid; break
2056 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2057 if test $ac_lo -le $ac_mid; then
2061 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2067 /* end confdefs.h. */
2072 static int test_array [1 - 2 * !(($2) < 0)];
2079 if ac_fn_c_try_compile "$LINENO"; then :
2082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2083 /* end confdefs.h. */
2088 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2095 if ac_fn_c_try_compile "$LINENO"; then :
2096 ac_lo=$ac_mid; break
2098 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2099 if test $ac_mid -le $ac_hi; then
2103 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2113 # Binary search between lo and hi bounds.
2114 while test "x$ac_lo" != "x$ac_hi"; do
2115 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2117 /* end confdefs.h. */
2122 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2129 if ac_fn_c_try_compile "$LINENO"; then :
2132 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2137 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2142 /* end confdefs.h. */
2144 static long int longval () { return $2; }
2145 static unsigned long int ulongval () { return $2; }
2152 FILE *f = fopen ("conftest.val", "w");
2157 long int i = longval ();
2160 fprintf (f, "%ld", i);
2164 unsigned long int i = ulongval ();
2167 fprintf (f, "%lu", i);
2169 /* Do not output a trailing newline, as this causes \r\n confusion
2170 on some platforms. */
2171 return ferror (f) || fclose (f) != 0;
2177 if ac_fn_c_try_run "$LINENO"; then :
2178 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2182 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2183 conftest.$ac_objext conftest.beam conftest.$ac_ext
2187 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2190 } # ac_fn_c_compute_int
2192 # ac_fn_c_check_func LINENO FUNC VAR
2193 # ----------------------------------
2194 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2195 ac_fn_c_check_func ()
2197 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2199 $as_echo_n "checking for $2... " >&6; }
2200 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2201 $as_echo_n "(cached) " >&6
2203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2204 /* end confdefs.h. */
2205 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2206 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2207 #define $2 innocuous_$2
2209 /* System header to define __stub macros and hopefully few prototypes,
2210 which can conflict with char $2 (); below.
2211 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2212 <limits.h> exists even on freestanding compilers. */
2215 # include <limits.h>
2217 # include <assert.h>
2222 /* Override any GCC internal prototype to avoid an error.
2223 Use char because int might match the return type of a GCC
2224 builtin and then its argument prototype would still apply. */
2229 /* The GNU C library defines this for functions which it implements
2230 to always fail with ENOSYS. Some functions are actually named
2231 something starting with __ and the normal name is an alias. */
2232 #if defined __stub_$2 || defined __stub___$2
2244 if ac_fn_c_try_link "$LINENO"; then :
2249 rm -f core conftest.err conftest.$ac_objext \
2250 conftest$ac_exeext conftest.$ac_ext
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2254 $as_echo "$ac_res" >&6; }
2255 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2257 } # ac_fn_c_check_func
2259 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2260 # ----------------------------------------------------
2261 # Tries to find if the field MEMBER exists in type AGGR, after including
2262 # INCLUDES, setting cache variable VAR accordingly.
2263 ac_fn_c_check_member ()
2265 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2267 $as_echo_n "checking for $2.$3... " >&6; }
2268 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2269 $as_echo_n "(cached) " >&6
2271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2272 /* end confdefs.h. */
2284 if ac_fn_c_try_compile "$LINENO"; then :
2287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2288 /* end confdefs.h. */
2294 if (sizeof ac_aggr.$3)
2300 if ac_fn_c_try_compile "$LINENO"; then :
2305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2311 $as_echo "$ac_res" >&6; }
2312 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2314 } # ac_fn_c_check_member
2316 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2317 # -------------------------------------------
2318 # Tests whether TYPE exists after having included INCLUDES, setting cache
2319 # variable VAR accordingly.
2320 ac_fn_c_check_type ()
2322 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2324 $as_echo_n "checking for $2... " >&6; }
2325 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2326 $as_echo_n "(cached) " >&6
2329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2330 /* end confdefs.h. */
2341 if ac_fn_c_try_compile "$LINENO"; then :
2342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2343 /* end confdefs.h. */
2354 if ac_fn_c_try_compile "$LINENO"; then :
2359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2365 $as_echo "$ac_res" >&6; }
2366 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2368 } # ac_fn_c_check_type
2370 # ac_fn_c_check_decl LINENO SYMBOL VAR
2371 # ------------------------------------
2372 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2373 ac_fn_c_check_decl ()
2375 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2376 as_decl_name=`echo $2|sed 's/ *(.*//'`
2377 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2379 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2380 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2381 $as_echo_n "(cached) " >&6
2383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2384 /* end confdefs.h. */
2389 #ifndef $as_decl_name
2391 (void) $as_decl_use;
2393 (void) $as_decl_name;
2401 if ac_fn_c_try_compile "$LINENO"; then :
2406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2410 $as_echo "$ac_res" >&6; }
2411 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2413 } # ac_fn_c_check_decl
2414 cat >config.log <<_ACEOF
2415 This file contains any messages produced by compilers while
2416 running configure, to aid debugging if configure makes a mistake.
2418 It was created by $as_me, which was
2419 generated by GNU Autoconf 2.64. Invocation command line was
2431 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2432 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2433 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2434 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2435 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2437 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2438 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2440 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2441 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2442 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2443 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2444 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2445 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2446 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2454 test -z "$as_dir" && as_dir=.
2455 $as_echo "PATH: $as_dir"
2471 # Keep a trace of the command line.
2472 # Strip out --no-create and --no-recursion so they do not pile up.
2473 # Strip out --silent because we don't want to record it for future runs.
2474 # Also quote any args containing shell meta-characters.
2475 # Make two passes to allow for proper duplicate-argument suppression.
2479 ac_must_keep_next=false
2485 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2486 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2487 | -silent | --silent | --silen | --sile | --sil)
2490 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2493 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2495 as_fn_append ac_configure_args1 " '$ac_arg'"
2496 if test $ac_must_keep_next = true; then
2497 ac_must_keep_next=false # Got value, back to normal.
2500 *=* | --config-cache | -C | -disable-* | --disable-* \
2501 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2502 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2503 | -with-* | --with-* | -without-* | --without-* | --x)
2504 case "$ac_configure_args0 " in
2505 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2508 -* ) ac_must_keep_next=true ;;
2511 as_fn_append ac_configure_args " '$ac_arg'"
2516 { ac_configure_args0=; unset ac_configure_args0;}
2517 { ac_configure_args1=; unset ac_configure_args1;}
2519 # When interrupted or exit'd, cleanup temporary files, and complete
2520 # config.log. We remove comments because anyway the quotes in there
2521 # would cause problems or look ugly.
2522 # WARNING: Use '\'' to represent an apostrophe within the trap.
2523 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2524 trap 'exit_status=$?
2525 # Save into config.log some information that might help in debugging.
2530 ## ---------------- ##
2531 ## Cache variables. ##
2532 ## ---------------- ##
2535 # The following way of writing the cache mishandles newlines in values,
2537 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2538 eval ac_val=\$$ac_var
2542 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2543 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2546 _ | IFS | as_nl) ;; #(
2547 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2548 *) { eval $ac_var=; unset $ac_var;} ;;
2553 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2554 *${as_nl}ac_space=\ *)
2556 "s/'\''/'\''\\\\'\'''\''/g;
2557 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2560 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2568 ## ----------------- ##
2569 ## Output variables. ##
2570 ## ----------------- ##
2573 for ac_var in $ac_subst_vars
2575 eval ac_val=\$$ac_var
2577 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2579 $as_echo "$ac_var='\''$ac_val'\''"
2583 if test -n "$ac_subst_files"; then
2585 ## ------------------- ##
2586 ## File substitutions. ##
2587 ## ------------------- ##
2590 for ac_var in $ac_subst_files
2592 eval ac_val=\$$ac_var
2594 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2596 $as_echo "$ac_var='\''$ac_val'\''"
2601 if test -s confdefs.h; then
2611 test "$ac_signal" != 0 &&
2612 $as_echo "$as_me: caught signal $ac_signal"
2613 $as_echo "$as_me: exit $exit_status"
2615 rm -f core *.core core.conftest.* &&
2616 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2619 for ac_signal in 1 2 13 15; do
2620 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2624 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2625 rm -f -r conftest* confdefs.h
2627 $as_echo "/* confdefs.h */" > confdefs.h
2629 # Predefined preprocessor variables.
2631 cat >>confdefs.h <<_ACEOF
2632 #define PACKAGE_NAME "$PACKAGE_NAME"
2635 cat >>confdefs.h <<_ACEOF
2636 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2639 cat >>confdefs.h <<_ACEOF
2640 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2643 cat >>confdefs.h <<_ACEOF
2644 #define PACKAGE_STRING "$PACKAGE_STRING"
2647 cat >>confdefs.h <<_ACEOF
2648 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2651 cat >>confdefs.h <<_ACEOF
2652 #define PACKAGE_URL "$PACKAGE_URL"
2656 # Let the site file select an alternate cache file if it wants to.
2657 # Prefer an explicitly selected file to automatically selected ones.
2660 if test -n "$CONFIG_SITE"; then
2661 ac_site_file1=$CONFIG_SITE
2662 elif test "x$prefix" != xNONE; then
2663 ac_site_file1=$prefix/share/config.site
2664 ac_site_file2=$prefix/etc/config.site
2666 ac_site_file1=$ac_default_prefix/share/config.site
2667 ac_site_file2=$ac_default_prefix/etc/config.site
2669 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2671 test "x$ac_site_file" = xNONE && continue
2672 if test -r "$ac_site_file"; then
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2674 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2675 sed 's/^/| /' "$ac_site_file" >&5
2680 if test -r "$cache_file"; then
2681 # Some versions of bash will fail to source /dev/null (special
2682 # files actually), so we avoid doing that.
2683 if test -f "$cache_file"; then
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2685 $as_echo "$as_me: loading cache $cache_file" >&6;}
2687 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2688 *) . "./$cache_file";;
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2693 $as_echo "$as_me: creating cache $cache_file" >&6;}
2697 # Check that the precious variables saved in the cache have kept the same
2699 ac_cache_corrupted=false
2700 for ac_var in $ac_precious_vars; do
2701 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2702 eval ac_new_set=\$ac_env_${ac_var}_set
2703 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2704 eval ac_new_val=\$ac_env_${ac_var}_value
2705 case $ac_old_set,$ac_new_set in
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2708 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2709 ac_cache_corrupted=: ;;
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2712 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2713 ac_cache_corrupted=: ;;
2716 if test "x$ac_old_val" != "x$ac_new_val"; then
2717 # differences in whitespace do not lead to failure.
2718 ac_old_val_w=`echo x $ac_old_val`
2719 ac_new_val_w=`echo x $ac_new_val`
2720 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2722 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2723 ac_cache_corrupted=:
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2726 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2727 eval $ac_var=\$ac_old_val
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2730 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2732 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2735 # Pass precious variables to config.status.
2736 if test "$ac_new_set" = set; then
2738 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2739 *) ac_arg=$ac_var=$ac_new_val ;;
2741 case " $ac_configure_args " in
2742 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2743 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2747 if $ac_cache_corrupted; then
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2751 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2752 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2754 ## -------------------- ##
2755 ## Main body of script. ##
2756 ## -------------------- ##
2759 ac_cpp='$CPP $CPPFLAGS'
2760 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2761 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2768 ac_config_headers="$ac_config_headers config.h:config.in"
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2772 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2773 # Check whether --enable-maintainer-mode was given.
2774 if test "${enable_maintainer_mode+set}" = set; then :
2775 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2777 USE_MAINTAINER_MODE=no
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2781 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2782 if test $USE_MAINTAINER_MODE = yes; then
2783 MAINTAINER_MODE_TRUE=
2784 MAINTAINER_MODE_FALSE='#'
2786 MAINTAINER_MODE_TRUE='#'
2787 MAINTAINER_MODE_FALSE=
2790 MAINT=$MAINTAINER_MODE_TRUE
2794 # Set the 'development' global.
2795 . $srcdir/../bfd/development.sh
2798 ac_cpp='$CPP $CPPFLAGS'
2799 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2800 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2801 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2802 if test -n "$ac_tool_prefix"; then
2803 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2804 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2806 $as_echo_n "checking for $ac_word... " >&6; }
2807 if test "${ac_cv_prog_CC+set}" = set; then :
2808 $as_echo_n "(cached) " >&6
2810 if test -n "$CC"; then
2811 ac_cv_prog_CC="$CC" # Let the user override the test.
2813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2817 test -z "$as_dir" && as_dir=.
2818 for ac_exec_ext in '' $ac_executable_extensions; do
2819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2820 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2831 if test -n "$CC"; then
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2833 $as_echo "$CC" >&6; }
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2836 $as_echo "no" >&6; }
2841 if test -z "$ac_cv_prog_CC"; then
2843 # Extract the first word of "gcc", so it can be a program name with args.
2844 set dummy gcc; ac_word=$2
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2846 $as_echo_n "checking for $ac_word... " >&6; }
2847 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2848 $as_echo_n "(cached) " >&6
2850 if test -n "$ac_ct_CC"; then
2851 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2857 test -z "$as_dir" && as_dir=.
2858 for ac_exec_ext in '' $ac_executable_extensions; do
2859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2860 ac_cv_prog_ac_ct_CC="gcc"
2861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2870 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2871 if test -n "$ac_ct_CC"; then
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2873 $as_echo "$ac_ct_CC" >&6; }
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2876 $as_echo "no" >&6; }
2879 if test "x$ac_ct_CC" = x; then
2882 case $cross_compiling:$ac_tool_warned in
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2885 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2886 ac_tool_warned=yes ;;
2894 if test -z "$CC"; then
2895 if test -n "$ac_tool_prefix"; then
2896 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2897 set dummy ${ac_tool_prefix}cc; ac_word=$2
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2899 $as_echo_n "checking for $ac_word... " >&6; }
2900 if test "${ac_cv_prog_CC+set}" = set; then :
2901 $as_echo_n "(cached) " >&6
2903 if test -n "$CC"; then
2904 ac_cv_prog_CC="$CC" # Let the user override the test.
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910 test -z "$as_dir" && as_dir=.
2911 for ac_exec_ext in '' $ac_executable_extensions; do
2912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2913 ac_cv_prog_CC="${ac_tool_prefix}cc"
2914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2924 if test -n "$CC"; then
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2926 $as_echo "$CC" >&6; }
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2929 $as_echo "no" >&6; }
2935 if test -z "$CC"; then
2936 # Extract the first word of "cc", so it can be a program name with args.
2937 set dummy cc; ac_word=$2
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939 $as_echo_n "checking for $ac_word... " >&6; }
2940 if test "${ac_cv_prog_CC+set}" = set; then :
2941 $as_echo_n "(cached) " >&6
2943 if test -n "$CC"; then
2944 ac_cv_prog_CC="$CC" # Let the user override the test.
2947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2951 test -z "$as_dir" && as_dir=.
2952 for ac_exec_ext in '' $ac_executable_extensions; do
2953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2954 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2955 ac_prog_rejected=yes
2959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2966 if test $ac_prog_rejected = yes; then
2967 # We found a bogon in the path, so make sure we never use it.
2968 set dummy $ac_cv_prog_CC
2970 if test $# != 0; then
2971 # We chose a different compiler from the bogus one.
2972 # However, it has the same basename, so the bogon will be chosen
2973 # first if we set CC to just the basename; use the full file name.
2975 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2981 if test -n "$CC"; then
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2983 $as_echo "$CC" >&6; }
2985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2986 $as_echo "no" >&6; }
2991 if test -z "$CC"; then
2992 if test -n "$ac_tool_prefix"; then
2993 for ac_prog in cl.exe
2995 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2996 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if test "${ac_cv_prog_CC+set}" = set; then :
3000 $as_echo_n "(cached) " >&6
3002 if test -n "$CC"; then
3003 ac_cv_prog_CC="$CC" # Let the user override the test.
3005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009 test -z "$as_dir" && as_dir=.
3010 for ac_exec_ext in '' $ac_executable_extensions; do
3011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3012 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3023 if test -n "$CC"; then
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3025 $as_echo "$CC" >&6; }
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3028 $as_echo "no" >&6; }
3032 test -n "$CC" && break
3035 if test -z "$CC"; then
3037 for ac_prog in cl.exe
3039 # Extract the first word of "$ac_prog", so it can be a program name with args.
3040 set dummy $ac_prog; ac_word=$2
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3042 $as_echo_n "checking for $ac_word... " >&6; }
3043 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3044 $as_echo_n "(cached) " >&6
3046 if test -n "$ac_ct_CC"; then
3047 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3053 test -z "$as_dir" && as_dir=.
3054 for ac_exec_ext in '' $ac_executable_extensions; do
3055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3056 ac_cv_prog_ac_ct_CC="$ac_prog"
3057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3066 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3067 if test -n "$ac_ct_CC"; then
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3069 $as_echo "$ac_ct_CC" >&6; }
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3072 $as_echo "no" >&6; }
3076 test -n "$ac_ct_CC" && break
3079 if test "x$ac_ct_CC" = x; then
3082 case $cross_compiling:$ac_tool_warned in
3084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3085 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3086 ac_tool_warned=yes ;;
3095 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3096 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3097 as_fn_error "no acceptable C compiler found in \$PATH
3098 See \`config.log' for more details." "$LINENO" 5; }
3100 # Provide some information about the compiler.
3101 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3104 for ac_option in --version -v -V -qversion; do
3105 { { ac_try="$ac_compiler $ac_option >&5"
3107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3108 *) ac_try_echo=$ac_try;;
3110 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3111 $as_echo "$ac_try_echo"; } >&5
3112 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3114 if test -s conftest.err; then
3116 ... rest of stderr output deleted ...
3117 10q' conftest.err >conftest.er1
3118 cat conftest.er1 >&5
3119 rm -f conftest.er1 conftest.err
3121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3122 test $ac_status = 0; }
3125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3126 /* end confdefs.h. */
3136 ac_clean_files_save=$ac_clean_files
3137 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3138 # Try to create an executable without -o first, disregard a.out.
3139 # It will help us diagnose broken compilers, and finding out an intuition
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3142 $as_echo_n "checking for C compiler default output file name... " >&6; }
3143 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3145 # The possible output files:
3146 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3149 for ac_file in $ac_files
3152 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3153 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3158 if { { ac_try="$ac_link_default"
3160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3161 *) ac_try_echo=$ac_try;;
3163 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3164 $as_echo "$ac_try_echo"; } >&5
3165 (eval "$ac_link_default") 2>&5
3167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3168 test $ac_status = 0; }; then :
3169 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3170 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3171 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3172 # so that the user can short-circuit this test for compilers unknown to
3174 for ac_file in $ac_files ''
3176 test -f "$ac_file" || continue
3178 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3181 # We found the default executable, but exeext='' is most
3185 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3187 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3189 # We set ac_cv_exeext here because the later test for it is not
3190 # safe: cross compilers may not add the suffix if given an `-o'
3191 # argument, so we may need to know it at that point already.
3192 # Even if this section looks crufty: it has the advantage of
3199 test "$ac_cv_exeext" = no && ac_cv_exeext=
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3205 $as_echo "$ac_file" >&6; }
3206 if test -z "$ac_file"; then :
3207 $as_echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3210 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3211 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3212 { as_fn_set_status 77
3213 as_fn_error "C compiler cannot create executables
3214 See \`config.log' for more details." "$LINENO" 5; }; }
3216 ac_exeext=$ac_cv_exeext
3218 # Check that the compiler produces executables we can run. If not, either
3219 # the compiler is broken, or we cross compile.
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3221 $as_echo_n "checking whether the C compiler works... " >&6; }
3222 # If not cross compiling, check that we can run a simple program.
3223 if test "$cross_compiling" != yes; then
3224 if { ac_try='./$ac_file'
3225 { { case "(($ac_try" in
3226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3227 *) ac_try_echo=$ac_try;;
3229 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3230 $as_echo "$ac_try_echo"; } >&5
3231 (eval "$ac_try") 2>&5
3233 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3234 test $ac_status = 0; }; }; then
3237 if test "$cross_compiling" = maybe; then
3240 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3241 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3242 as_fn_error "cannot run C compiled programs.
3243 If you meant to cross compile, use \`--host'.
3244 See \`config.log' for more details." "$LINENO" 5; }
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3249 $as_echo "yes" >&6; }
3251 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3252 ac_clean_files=$ac_clean_files_save
3253 # Check that the compiler produces executables we can run. If not, either
3254 # the compiler is broken, or we cross compile.
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3256 $as_echo_n "checking whether we are cross compiling... " >&6; }
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3258 $as_echo "$cross_compiling" >&6; }
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3261 $as_echo_n "checking for suffix of executables... " >&6; }
3262 if { { ac_try="$ac_link"
3264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3265 *) ac_try_echo=$ac_try;;
3267 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3268 $as_echo "$ac_try_echo"; } >&5
3269 (eval "$ac_link") 2>&5
3271 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3272 test $ac_status = 0; }; then :
3273 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3274 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3275 # work properly (i.e., refer to `conftest.exe'), while it won't with
3277 for ac_file in conftest.exe conftest conftest.*; do
3278 test -f "$ac_file" || continue
3280 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3281 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3288 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3289 as_fn_error "cannot compute suffix of executables: cannot compile and link
3290 See \`config.log' for more details." "$LINENO" 5; }
3292 rm -f conftest$ac_cv_exeext
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3294 $as_echo "$ac_cv_exeext" >&6; }
3296 rm -f conftest.$ac_ext
3297 EXEEXT=$ac_cv_exeext
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3300 $as_echo_n "checking for suffix of object files... " >&6; }
3301 if test "${ac_cv_objext+set}" = set; then :
3302 $as_echo_n "(cached) " >&6
3304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3305 /* end confdefs.h. */
3315 rm -f conftest.o conftest.obj
3316 if { { ac_try="$ac_compile"
3318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3319 *) ac_try_echo=$ac_try;;
3321 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3322 $as_echo "$ac_try_echo"; } >&5
3323 (eval "$ac_compile") 2>&5
3325 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3326 test $ac_status = 0; }; then :
3327 for ac_file in conftest.o conftest.obj conftest.*; do
3328 test -f "$ac_file" || continue;
3330 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3331 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3336 $as_echo "$as_me: failed program was:" >&5
3337 sed 's/^/| /' conftest.$ac_ext >&5
3339 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3340 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3341 as_fn_error "cannot compute suffix of object files: cannot compile
3342 See \`config.log' for more details." "$LINENO" 5; }
3344 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3347 $as_echo "$ac_cv_objext" >&6; }
3348 OBJEXT=$ac_cv_objext
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3351 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3352 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3353 $as_echo_n "(cached) " >&6
3355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356 /* end confdefs.h. */
3369 if ac_fn_c_try_compile "$LINENO"; then :
3374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3375 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3379 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3380 if test $ac_compiler_gnu = yes; then
3385 ac_test_CFLAGS=${CFLAGS+set}
3386 ac_save_CFLAGS=$CFLAGS
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3388 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3389 if test "${ac_cv_prog_cc_g+set}" = set; then :
3390 $as_echo_n "(cached) " >&6
3392 ac_save_c_werror_flag=$ac_c_werror_flag
3393 ac_c_werror_flag=yes
3396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3397 /* end confdefs.h. */
3407 if ac_fn_c_try_compile "$LINENO"; then :
3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3412 /* end confdefs.h. */
3422 if ac_fn_c_try_compile "$LINENO"; then :
3425 ac_c_werror_flag=$ac_save_c_werror_flag
3427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3428 /* end confdefs.h. */
3438 if ac_fn_c_try_compile "$LINENO"; then :
3441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3446 ac_c_werror_flag=$ac_save_c_werror_flag
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3449 $as_echo "$ac_cv_prog_cc_g" >&6; }
3450 if test "$ac_test_CFLAGS" = set; then
3451 CFLAGS=$ac_save_CFLAGS
3452 elif test $ac_cv_prog_cc_g = yes; then
3453 if test "$GCC" = yes; then
3459 if test "$GCC" = yes; then
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3466 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3467 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3468 $as_echo_n "(cached) " >&6
3470 ac_cv_prog_cc_c89=no
3472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3473 /* end confdefs.h. */
3476 #include <sys/types.h>
3477 #include <sys/stat.h>
3478 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3479 struct buf { int x; };
3480 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3481 static char *e (p, i)
3487 static char *f (char * (*g) (char **, int), char **p, ...)
3492 s = g (p, va_arg (v,int));
3497 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3498 function prototypes and stuff, but not '\xHH' hex character constants.
3499 These don't provoke an error unfortunately, instead are silently treated
3500 as 'x'. The following induces an error, until -std is added to get
3501 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3502 array size at least. It's necessary to write '\x00'==0 to get something
3503 that's true only with -std. */
3504 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3506 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3507 inside strings and character constants. */
3509 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3511 int test (int i, double x);
3512 struct s1 {int (*f) (int a);};
3513 struct s2 {int (*f) (double a);};
3514 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3520 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3525 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3526 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3528 CC="$ac_save_CC $ac_arg"
3529 if ac_fn_c_try_compile "$LINENO"; then :
3530 ac_cv_prog_cc_c89=$ac_arg
3532 rm -f core conftest.err conftest.$ac_objext
3533 test "x$ac_cv_prog_cc_c89" != "xno" && break
3535 rm -f conftest.$ac_ext
3540 case "x$ac_cv_prog_cc_c89" in
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3543 $as_echo "none needed" >&6; } ;;
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3546 $as_echo "unsupported" >&6; } ;;
3548 CC="$CC $ac_cv_prog_cc_c89"
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3550 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3552 if test "x$ac_cv_prog_cc_c89" != xno; then :
3557 ac_cpp='$CPP $CPPFLAGS'
3558 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3559 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3560 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3563 ac_cpp='$CXXCPP $CPPFLAGS'
3564 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3565 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3566 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3567 if test -z "$CXX"; then
3568 if test -n "$CCC"; then
3571 if test -n "$ac_tool_prefix"; then
3572 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3574 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3575 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3577 $as_echo_n "checking for $ac_word... " >&6; }
3578 if test "${ac_cv_prog_CXX+set}" = set; then :
3579 $as_echo_n "(cached) " >&6
3581 if test -n "$CXX"; then
3582 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 if test -n "$CXX"; then
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3604 $as_echo "$CXX" >&6; }
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3607 $as_echo "no" >&6; }
3611 test -n "$CXX" && break
3614 if test -z "$CXX"; then
3616 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3618 # Extract the first word of "$ac_prog", so it can be a program name with args.
3619 set dummy $ac_prog; ac_word=$2
3620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3621 $as_echo_n "checking for $ac_word... " >&6; }
3622 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3623 $as_echo_n "(cached) " >&6
3625 if test -n "$ac_ct_CXX"; then
3626 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632 test -z "$as_dir" && as_dir=.
3633 for ac_exec_ext in '' $ac_executable_extensions; do
3634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3635 ac_cv_prog_ac_ct_CXX="$ac_prog"
3636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3646 if test -n "$ac_ct_CXX"; then
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3648 $as_echo "$ac_ct_CXX" >&6; }
3650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3651 $as_echo "no" >&6; }
3655 test -n "$ac_ct_CXX" && break
3658 if test "x$ac_ct_CXX" = x; then
3661 case $cross_compiling:$ac_tool_warned in
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3664 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3665 ac_tool_warned=yes ;;
3673 # Provide some information about the compiler.
3674 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3677 for ac_option in --version -v -V -qversion; do
3678 { { ac_try="$ac_compiler $ac_option >&5"
3680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3681 *) ac_try_echo=$ac_try;;
3683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3684 $as_echo "$ac_try_echo"; } >&5
3685 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3687 if test -s conftest.err; then
3689 ... rest of stderr output deleted ...
3690 10q' conftest.err >conftest.er1
3691 cat conftest.er1 >&5
3692 rm -f conftest.er1 conftest.err
3694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3695 test $ac_status = 0; }
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3699 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3700 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3701 $as_echo_n "(cached) " >&6
3703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3704 /* end confdefs.h. */
3717 if ac_fn_cxx_try_compile "$LINENO"; then :
3722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3723 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3727 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3728 if test $ac_compiler_gnu = yes; then
3733 ac_test_CXXFLAGS=${CXXFLAGS+set}
3734 ac_save_CXXFLAGS=$CXXFLAGS
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3736 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3737 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3738 $as_echo_n "(cached) " >&6
3740 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3741 ac_cxx_werror_flag=yes
3744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3745 /* end confdefs.h. */
3755 if ac_fn_cxx_try_compile "$LINENO"; then :
3756 ac_cv_prog_cxx_g=yes
3759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3760 /* end confdefs.h. */
3770 if ac_fn_cxx_try_compile "$LINENO"; then :
3773 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3776 /* end confdefs.h. */
3786 if ac_fn_cxx_try_compile "$LINENO"; then :
3787 ac_cv_prog_cxx_g=yes
3789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3794 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3797 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3798 if test "$ac_test_CXXFLAGS" = set; then
3799 CXXFLAGS=$ac_save_CXXFLAGS
3800 elif test $ac_cv_prog_cxx_g = yes; then
3801 if test "$GXX" = yes; then
3807 if test "$GXX" = yes; then
3814 ac_cpp='$CPP $CPPFLAGS'
3815 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3816 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3817 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3822 ac_cpp='$CPP $CPPFLAGS'
3823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3825 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3827 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3828 # On Suns, sometimes $CPP names a directory.
3829 if test -n "$CPP" && test -d "$CPP"; then
3832 if test -z "$CPP"; then
3833 if test "${ac_cv_prog_CPP+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
3836 # Double quotes because CPP needs to be expanded
3837 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3840 for ac_c_preproc_warn_flag in '' yes
3842 # Use a header file that comes with gcc, so configuring glibc
3843 # with a fresh cross-compiler works.
3844 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3845 # <limits.h> exists even on freestanding compilers.
3846 # On the NeXT, cc -E runs the code through the compiler's parser,
3847 # not just through cpp. "Syntax error" is here to catch this case.
3848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3849 /* end confdefs.h. */
3851 # include <limits.h>
3853 # include <assert.h>
3857 if ac_fn_c_try_cpp "$LINENO"; then :
3860 # Broken: fails on valid input.
3863 rm -f conftest.err conftest.$ac_ext
3865 # OK, works on sane cases. Now check whether nonexistent headers
3866 # can be detected and how.
3867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3868 /* end confdefs.h. */
3869 #include <ac_nonexistent.h>
3871 if ac_fn_c_try_cpp "$LINENO"; then :
3872 # Broken: success on invalid input.
3875 # Passes both tests.
3879 rm -f conftest.err conftest.$ac_ext
3882 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3883 rm -f conftest.err conftest.$ac_ext
3884 if $ac_preproc_ok; then :
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3897 $as_echo "$CPP" >&6; }
3899 for ac_c_preproc_warn_flag in '' yes
3901 # Use a header file that comes with gcc, so configuring glibc
3902 # with a fresh cross-compiler works.
3903 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3904 # <limits.h> exists even on freestanding compilers.
3905 # On the NeXT, cc -E runs the code through the compiler's parser,
3906 # not just through cpp. "Syntax error" is here to catch this case.
3907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3908 /* end confdefs.h. */
3910 # include <limits.h>
3912 # include <assert.h>
3916 if ac_fn_c_try_cpp "$LINENO"; then :
3919 # Broken: fails on valid input.
3922 rm -f conftest.err conftest.$ac_ext
3924 # OK, works on sane cases. Now check whether nonexistent headers
3925 # can be detected and how.
3926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3927 /* end confdefs.h. */
3928 #include <ac_nonexistent.h>
3930 if ac_fn_c_try_cpp "$LINENO"; then :
3931 # Broken: success on invalid input.
3934 # Passes both tests.
3938 rm -f conftest.err conftest.$ac_ext
3941 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3942 rm -f conftest.err conftest.$ac_ext
3943 if $ac_preproc_ok; then :
3946 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3947 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3948 as_fn_error "C preprocessor \"$CPP\" fails sanity check
3949 See \`config.log' for more details." "$LINENO" 5; }
3953 ac_cpp='$CPP $CPPFLAGS'
3954 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3955 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3956 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3960 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3961 if test "${ac_cv_path_GREP+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3964 if test -z "$GREP"; then
3965 ac_path_GREP_found=false
3966 # Loop through the user's path and test for each of PROGNAME-LIST
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3971 test -z "$as_dir" && as_dir=.
3972 for ac_prog in grep ggrep; do
3973 for ac_exec_ext in '' $ac_executable_extensions; do
3974 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3975 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3976 # Check for GNU ac_path_GREP and select it if it is found.
3977 # Check for GNU $ac_path_GREP
3978 case `"$ac_path_GREP" --version 2>&1` in
3980 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3983 $as_echo_n 0123456789 >"conftest.in"
3986 cat "conftest.in" "conftest.in" >"conftest.tmp"
3987 mv "conftest.tmp" "conftest.in"
3988 cp "conftest.in" "conftest.nl"
3989 $as_echo 'GREP' >> "conftest.nl"
3990 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3991 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3992 as_fn_arith $ac_count + 1 && ac_count=$as_val
3993 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3994 # Best one so far, save it but keep looking for a better one
3995 ac_cv_path_GREP="$ac_path_GREP"
3996 ac_path_GREP_max=$ac_count
3998 # 10*(2^10) chars as input seems more than enough
3999 test $ac_count -gt 10 && break
4001 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4004 $ac_path_GREP_found && break 3
4009 if test -z "$ac_cv_path_GREP"; then
4010 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4013 ac_cv_path_GREP=$GREP
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4018 $as_echo "$ac_cv_path_GREP" >&6; }
4019 GREP="$ac_cv_path_GREP"
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4023 $as_echo_n "checking for egrep... " >&6; }
4024 if test "${ac_cv_path_EGREP+set}" = set; then :
4025 $as_echo_n "(cached) " >&6
4027 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4028 then ac_cv_path_EGREP="$GREP -E"
4030 if test -z "$EGREP"; then
4031 ac_path_EGREP_found=false
4032 # Loop through the user's path and test for each of PROGNAME-LIST
4033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4034 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4037 test -z "$as_dir" && as_dir=.
4038 for ac_prog in egrep; do
4039 for ac_exec_ext in '' $ac_executable_extensions; do
4040 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4041 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4042 # Check for GNU ac_path_EGREP and select it if it is found.
4043 # Check for GNU $ac_path_EGREP
4044 case `"$ac_path_EGREP" --version 2>&1` in
4046 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4049 $as_echo_n 0123456789 >"conftest.in"
4052 cat "conftest.in" "conftest.in" >"conftest.tmp"
4053 mv "conftest.tmp" "conftest.in"
4054 cp "conftest.in" "conftest.nl"
4055 $as_echo 'EGREP' >> "conftest.nl"
4056 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4057 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4058 as_fn_arith $ac_count + 1 && ac_count=$as_val
4059 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4060 # Best one so far, save it but keep looking for a better one
4061 ac_cv_path_EGREP="$ac_path_EGREP"
4062 ac_path_EGREP_max=$ac_count
4064 # 10*(2^10) chars as input seems more than enough
4065 test $ac_count -gt 10 && break
4067 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4070 $ac_path_EGREP_found && break 3
4075 if test -z "$ac_cv_path_EGREP"; then
4076 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4079 ac_cv_path_EGREP=$EGREP
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4085 $as_echo "$ac_cv_path_EGREP" >&6; }
4086 EGREP="$ac_cv_path_EGREP"
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4090 $as_echo_n "checking for ANSI C header files... " >&6; }
4091 if test "${ac_cv_header_stdc+set}" = set; then :
4092 $as_echo_n "(cached) " >&6
4094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4095 /* end confdefs.h. */
4109 if ac_fn_c_try_compile "$LINENO"; then :
4110 ac_cv_header_stdc=yes
4112 ac_cv_header_stdc=no
4114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4116 if test $ac_cv_header_stdc = yes; then
4117 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4119 /* end confdefs.h. */
4123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4124 $EGREP "memchr" >/dev/null 2>&1; then :
4127 ac_cv_header_stdc=no
4133 if test $ac_cv_header_stdc = yes; then
4134 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4136 /* end confdefs.h. */
4140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4141 $EGREP "free" >/dev/null 2>&1; then :
4144 ac_cv_header_stdc=no
4150 if test $ac_cv_header_stdc = yes; then
4151 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4152 if test "$cross_compiling" = yes; then :
4155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4156 /* end confdefs.h. */
4159 #if ((' ' & 0x0FF) == 0x020)
4160 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4161 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4163 # define ISLOWER(c) \
4164 (('a' <= (c) && (c) <= 'i') \
4165 || ('j' <= (c) && (c) <= 'r') \
4166 || ('s' <= (c) && (c) <= 'z'))
4167 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4170 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4175 for (i = 0; i < 256; i++)
4176 if (XOR (islower (i), ISLOWER (i))
4177 || toupper (i) != TOUPPER (i))
4182 if ac_fn_c_try_run "$LINENO"; then :
4185 ac_cv_header_stdc=no
4187 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4188 conftest.$ac_objext conftest.beam conftest.$ac_ext
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4194 $as_echo "$ac_cv_header_stdc" >&6; }
4195 if test $ac_cv_header_stdc = yes; then
4197 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4201 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4202 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4203 inttypes.h stdint.h unistd.h
4205 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4206 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4208 eval as_val=\$$as_ac_Header
4209 if test "x$as_val" = x""yes; then :
4210 cat >>confdefs.h <<_ACEOF
4211 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4220 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4221 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4228 if test "$MINIX" = yes; then
4230 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4233 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4236 $as_echo "#define _MINIX 1" >>confdefs.h
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4242 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4243 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4244 $as_echo_n "(cached) " >&6
4246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4247 /* end confdefs.h. */
4249 # define __EXTENSIONS__ 1
4250 $ac_includes_default
4259 if ac_fn_c_try_compile "$LINENO"; then :
4260 ac_cv_safe_to_define___extensions__=yes
4262 ac_cv_safe_to_define___extensions__=no
4264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4267 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4268 test $ac_cv_safe_to_define___extensions__ = yes &&
4269 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4271 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4273 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4275 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4277 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4281 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4282 for ac_t in install-sh install.sh shtool; do
4283 if test -f "$ac_dir/$ac_t"; then
4285 ac_install_sh="$ac_aux_dir/$ac_t -c"
4290 if test -z "$ac_aux_dir"; then
4291 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4294 # These three variables are undocumented and unsupported,
4295 # and are intended to be withdrawn in a future Autoconf release.
4296 # They can cause serious problems if a builder's source tree is in a directory
4297 # whose full name contains unusual characters.
4298 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4299 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4300 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4303 # Make sure we can run config.sub.
4304 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4305 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4308 $as_echo_n "checking build system type... " >&6; }
4309 if test "${ac_cv_build+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4312 ac_build_alias=$build_alias
4313 test "x$ac_build_alias" = x &&
4314 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4315 test "x$ac_build_alias" = x &&
4316 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4317 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4318 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4322 $as_echo "$ac_cv_build" >&6; }
4323 case $ac_cv_build in
4325 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4328 ac_save_IFS=$IFS; IFS='-'
4334 # Remember, the first character of IFS is used to create $*,
4335 # except with old shells:
4338 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4342 $as_echo_n "checking host system type... " >&6; }
4343 if test "${ac_cv_host+set}" = set; then :
4344 $as_echo_n "(cached) " >&6
4346 if test "x$host_alias" = x; then
4347 ac_cv_host=$ac_cv_build
4349 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4350 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4355 $as_echo "$ac_cv_host" >&6; }
4358 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4361 ac_save_IFS=$IFS; IFS='-'
4367 # Remember, the first character of IFS is used to create $*,
4368 # except with old shells:
4371 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4375 $as_echo_n "checking target system type... " >&6; }
4376 if test "${ac_cv_target+set}" = set; then :
4377 $as_echo_n "(cached) " >&6
4379 if test "x$target_alias" = x; then
4380 ac_cv_target=$ac_cv_host
4382 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4383 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4388 $as_echo "$ac_cv_target" >&6; }
4389 case $ac_cv_target in
4391 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4393 target=$ac_cv_target
4394 ac_save_IFS=$IFS; IFS='-'
4400 # Remember, the first character of IFS is used to create $*,
4401 # except with old shells:
4404 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4407 # The aliases save the names the user supplied, while $host etc.
4408 # will get canonicalized.
4409 test -n "$target_alias" &&
4410 test "$program_prefix$program_suffix$program_transform_name" = \
4412 program_prefix=${target_alias}-
4414 # The tests for host and target for $enable_largefile require
4419 # As the $enable_largefile decision depends on --enable-plugins we must set it
4420 # even in directories otherwise not depending on the $plugins option.
4424 for ac_header in dlfcn.h
4426 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
4428 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
4429 cat >>confdefs.h <<_ACEOF
4430 #define HAVE_DLFCN_H 1
4437 for ac_header in windows.h
4439 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
4441 if test "x$ac_cv_header_windows_h" = x""yes; then :
4442 cat >>confdefs.h <<_ACEOF
4443 #define HAVE_WINDOWS_H 1
4451 # Check whether --enable-plugins was given.
4452 if test "${enable_plugins+set}" = set; then :
4453 enableval=$enable_plugins; case "${enableval}" in
4456 if test "$maybe_plugins" != "yes" ; then
4457 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
4461 plugins=$maybe_plugins
4465 if test "$plugins" = "yes"; then
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
4467 $as_echo_n "checking for library containing dlopen... " >&6; }
4468 if test "${ac_cv_search_dlopen+set}" = set; then :
4469 $as_echo_n "(cached) " >&6
4471 ac_func_search_save_LIBS=$LIBS
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473 /* end confdefs.h. */
4475 /* Override any GCC internal prototype to avoid an error.
4476 Use char because int might match the return type of a GCC
4477 builtin and then its argument prototype would still apply. */
4490 for ac_lib in '' dl; do
4491 if test -z "$ac_lib"; then
4492 ac_res="none required"
4495 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4497 if ac_fn_c_try_link "$LINENO"; then :
4498 ac_cv_search_dlopen=$ac_res
4500 rm -f core conftest.err conftest.$ac_objext \
4502 if test "${ac_cv_search_dlopen+set}" = set; then :
4506 if test "${ac_cv_search_dlopen+set}" = set; then :
4509 ac_cv_search_dlopen=no
4512 LIBS=$ac_func_search_save_LIBS
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
4515 $as_echo "$ac_cv_search_dlopen" >&6; }
4516 ac_res=$ac_cv_search_dlopen
4517 if test "$ac_res" != no; then :
4518 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4526 sparc-*-solaris*|i[3-7]86-*-solaris*)
4527 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4528 # are mutually exclusive; and without procfs support, the bfd/ elf module
4529 # cannot provide certain routines such as elfcore_write_prpsinfo
4530 # or elfcore_write_prstatus. So unless the user explicitly requested
4531 # large-file support through the --enable-largefile switch, disable
4532 # large-file support in favor of procfs support.
4533 test "${target}" = "${host}" -a "x$plugins" = xno \
4534 && : ${enable_largefile="no"}
4538 # Check whether --enable-largefile was given.
4539 if test "${enable_largefile+set}" = set; then :
4540 enableval=$enable_largefile;
4543 if test "$enable_largefile" != no; then
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4546 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4547 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4548 $as_echo_n "(cached) " >&6
4550 ac_cv_sys_largefile_CC=no
4551 if test "$GCC" != yes; then
4554 # IRIX 6.2 and later do not support large files by default,
4555 # so use the C compiler's -n32 option if that helps.
4556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557 /* end confdefs.h. */
4558 #include <sys/types.h>
4559 /* Check that off_t can represent 2**63 - 1 correctly.
4560 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4561 since some C++ compilers masquerading as C compilers
4562 incorrectly reject 9223372036854775807. */
4563 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4564 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4565 && LARGE_OFF_T % 2147483647 == 1)
4575 if ac_fn_c_try_compile "$LINENO"; then :
4578 rm -f core conftest.err conftest.$ac_objext
4580 if ac_fn_c_try_compile "$LINENO"; then :
4581 ac_cv_sys_largefile_CC=' -n32'; break
4583 rm -f core conftest.err conftest.$ac_objext
4587 rm -f conftest.$ac_ext
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4591 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4592 if test "$ac_cv_sys_largefile_CC" != no; then
4593 CC=$CC$ac_cv_sys_largefile_CC
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4597 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4598 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4599 $as_echo_n "(cached) " >&6
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603 /* end confdefs.h. */
4604 #include <sys/types.h>
4605 /* Check that off_t can represent 2**63 - 1 correctly.
4606 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4607 since some C++ compilers masquerading as C compilers
4608 incorrectly reject 9223372036854775807. */
4609 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4610 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4611 && LARGE_OFF_T % 2147483647 == 1)
4621 if ac_fn_c_try_compile "$LINENO"; then :
4622 ac_cv_sys_file_offset_bits=no; break
4624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4626 /* end confdefs.h. */
4627 #define _FILE_OFFSET_BITS 64
4628 #include <sys/types.h>
4629 /* Check that off_t can represent 2**63 - 1 correctly.
4630 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4631 since some C++ compilers masquerading as C compilers
4632 incorrectly reject 9223372036854775807. */
4633 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4634 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4635 && LARGE_OFF_T % 2147483647 == 1)
4645 if ac_fn_c_try_compile "$LINENO"; then :
4646 ac_cv_sys_file_offset_bits=64; break
4648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4649 ac_cv_sys_file_offset_bits=unknown
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4654 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4655 case $ac_cv_sys_file_offset_bits in #(
4658 cat >>confdefs.h <<_ACEOF
4659 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4664 if test $ac_cv_sys_file_offset_bits = unknown; then
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4666 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4667 if test "${ac_cv_sys_large_files+set}" = set; then :
4668 $as_echo_n "(cached) " >&6
4671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4672 /* end confdefs.h. */
4673 #include <sys/types.h>
4674 /* Check that off_t can represent 2**63 - 1 correctly.
4675 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4676 since some C++ compilers masquerading as C compilers
4677 incorrectly reject 9223372036854775807. */
4678 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4679 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4680 && LARGE_OFF_T % 2147483647 == 1)
4690 if ac_fn_c_try_compile "$LINENO"; then :
4691 ac_cv_sys_large_files=no; break
4693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4695 /* end confdefs.h. */
4696 #define _LARGE_FILES 1
4697 #include <sys/types.h>
4698 /* Check that off_t can represent 2**63 - 1 correctly.
4699 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4700 since some C++ compilers masquerading as C compilers
4701 incorrectly reject 9223372036854775807. */
4702 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4703 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4704 && LARGE_OFF_T % 2147483647 == 1)
4714 if ac_fn_c_try_compile "$LINENO"; then :
4715 ac_cv_sys_large_files=1; break
4717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 ac_cv_sys_large_files=unknown
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4723 $as_echo "$ac_cv_sys_large_files" >&6; }
4724 case $ac_cv_sys_large_files in #(
4727 cat >>confdefs.h <<_ACEOF
4728 #define _LARGE_FILES $ac_cv_sys_large_files
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4741 $as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4742 if test "${am_cv_prog_cc_stdc+set}" = set; then :
4743 $as_echo_n "(cached) " >&6
4745 am_cv_prog_cc_stdc=no
4747 # Don't try gcc -ansi; that turns off useful extensions and
4748 # breaks some systems' header files.
4749 # AIX -qlanglvl=ansi
4750 # Ultrix and OSF/1 -std1
4751 # HP-UX 10.20 and later -Ae
4752 # HP-UX older versions -Aa -D_HPUX_SOURCE
4753 # SVR4 -Xc -D__EXTENSIONS__
4754 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4756 CC="$ac_save_CC $ac_arg"
4757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4758 /* end confdefs.h. */
4761 #include <sys/types.h>
4762 #include <sys/stat.h>
4763 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4764 struct buf { int x; };
4765 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4766 static char *e (p, i)
4772 static char *f (char * (*g) (char **, int), char **p, ...)
4777 s = g (p, va_arg (v,int));
4781 int test (int i, double x);
4782 struct s1 {int (*f) (int a);};
4783 struct s2 {int (*f) (double a);};
4784 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4792 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4798 if ac_fn_c_try_compile "$LINENO"; then :
4799 am_cv_prog_cc_stdc="$ac_arg"; break
4801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4807 if test -z "$am_cv_prog_cc_stdc"; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4809 $as_echo "none needed" >&6; }
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4812 $as_echo "$am_cv_prog_cc_stdc" >&6; }
4814 case "x$am_cv_prog_cc_stdc" in
4816 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4819 # expand $ac_aux_dir to an absolute path
4820 am_aux_dir=`cd $ac_aux_dir && pwd`
4822 if test x"${install_sh}" != xset; then
4825 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4827 install_sh="\${SHELL} $am_aux_dir/install-sh"
4831 # Installed binaries are usually stripped using `strip' when the user
4832 # run `make install-strip'. However `strip' might not be the right
4833 # tool to use in cross-compilation environments, therefore Automake
4834 # will honor the `STRIP' environment variable to overrule this program.
4835 if test "$cross_compiling" != no; then
4836 if test -n "$ac_tool_prefix"; then
4837 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4838 set dummy ${ac_tool_prefix}strip; ac_word=$2
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4840 $as_echo_n "checking for $ac_word... " >&6; }
4841 if test "${ac_cv_prog_STRIP+set}" = set; then :
4842 $as_echo_n "(cached) " >&6
4844 if test -n "$STRIP"; then
4845 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4851 test -z "$as_dir" && as_dir=.
4852 for ac_exec_ext in '' $ac_executable_extensions; do
4853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4854 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4864 STRIP=$ac_cv_prog_STRIP
4865 if test -n "$STRIP"; then
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4867 $as_echo "$STRIP" >&6; }
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4870 $as_echo "no" >&6; }
4875 if test -z "$ac_cv_prog_STRIP"; then
4877 # Extract the first word of "strip", so it can be a program name with args.
4878 set dummy strip; ac_word=$2
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4880 $as_echo_n "checking for $ac_word... " >&6; }
4881 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4882 $as_echo_n "(cached) " >&6
4884 if test -n "$ac_ct_STRIP"; then
4885 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891 test -z "$as_dir" && as_dir=.
4892 for ac_exec_ext in '' $ac_executable_extensions; do
4893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4894 ac_cv_prog_ac_ct_STRIP="strip"
4895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4904 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4905 if test -n "$ac_ct_STRIP"; then
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4907 $as_echo "$ac_ct_STRIP" >&6; }
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4910 $as_echo "no" >&6; }
4913 if test "x$ac_ct_STRIP" = x; then
4916 case $cross_compiling:$ac_tool_warned in
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4919 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4920 ac_tool_warned=yes ;;
4925 STRIP="$ac_cv_prog_STRIP"
4929 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4933 for ac_dir in .. "$srcdir"/..; do
4934 for ac_t in install-sh install.sh shtool; do
4935 if test -f "$ac_dir/$ac_t"; then
4937 ac_install_sh="$ac_aux_dir/$ac_t -c"
4942 if test -z "$ac_aux_dir"; then
4943 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
4946 # These three variables are undocumented and unsupported,
4947 # and are intended to be withdrawn in a future Autoconf release.
4948 # They can cause serious problems if a builder's source tree is in a directory
4949 # whose full name contains unusual characters.
4950 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4951 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4952 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4956 test "$program_prefix" != NONE &&
4957 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4958 # Use a double $ so make ignores it.
4959 test "$program_suffix" != NONE &&
4960 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4961 # Double any \ or $.
4962 # By default was `s,x,x', remove it if useless.
4963 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4964 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4967 # We require a C++11 compiler. Check if one is available, and if
4968 # necessary, set CXX_DIALECT to some -std=xxx switch.
4970 ax_cxx_compile_cxx11_required=true
4972 ac_cpp='$CXXCPP $CPPFLAGS'
4973 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4974 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4975 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
4979 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
4980 if test "${ax_cv_cxx_compile_cxx11+set}" = set; then :
4981 $as_echo_n "(cached) " >&6
4983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4984 /* end confdefs.h. */
4987 // If the compiler admits that it is not ready for C++11, why torture it?
4988 // Hopefully, this will speed up the test.
4992 #error "This is not a C++ compiler"
4994 #elif __cplusplus < 201103L
4996 #error "This is not a C++11 compiler"
5003 namespace test_static_assert
5006 template <typename T>
5009 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5014 namespace test_final_override
5022 struct Derived : public Base
5024 virtual void f() override {}
5029 namespace test_double_right_angle_brackets
5032 template < typename T >
5035 typedef check<void> single_type;
5036 typedef check<check<void>> double_type;
5037 typedef check<check<check<void>>> triple_type;
5038 typedef check<check<check<check<void>>>> quadruple_type;
5042 namespace test_decltype
5055 namespace test_type_deduction
5058 template < typename T1, typename T2 >
5061 static const bool value = false;
5064 template < typename T >
5065 struct is_same<T, T>
5067 static const bool value = true;
5070 template < typename T1, typename T2 >
5072 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5078 test(const int c, volatile int v)
5080 static_assert(is_same<int, decltype(0)>::value == true, "");
5081 static_assert(is_same<int, decltype(c)>::value == false, "");
5082 static_assert(is_same<int, decltype(v)>::value == false, "");
5085 auto sumi = ac + av + 'x';
5086 auto sumf = ac + av + 1.0;
5087 static_assert(is_same<int, decltype(ac)>::value == true, "");
5088 static_assert(is_same<int, decltype(av)>::value == true, "");
5089 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5090 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5091 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5092 return (sumf > 0.0) ? sumi : add(c, v);
5097 namespace test_noexcept
5100 int f() { return 0; }
5101 int g() noexcept { return 0; }
5103 static_assert(noexcept(f()) == false, "");
5104 static_assert(noexcept(g()) == true, "");
5108 namespace test_constexpr
5111 template < typename CharT >
5112 unsigned long constexpr
5113 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5115 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5118 template < typename CharT >
5119 unsigned long constexpr
5120 strlen_c(const CharT *const s) noexcept
5122 return strlen_c_r(s, 0UL);
5125 static_assert(strlen_c("") == 0UL, "");
5126 static_assert(strlen_c("1") == 1UL, "");
5127 static_assert(strlen_c("example") == 7UL, "");
5128 static_assert(strlen_c("another\0example") == 7UL, "");
5132 namespace test_rvalue_references
5138 static constexpr int value = N;
5141 answer<1> f(int&) { return answer<1>(); }
5142 answer<2> f(const int&) { return answer<2>(); }
5143 answer<3> f(int&&) { return answer<3>(); }
5150 static_assert(decltype(f(i))::value == 1, "");
5151 static_assert(decltype(f(c))::value == 2, "");
5152 static_assert(decltype(f(0))::value == 3, "");
5157 namespace test_uniform_initialization
5162 static const int zero {};
5163 static const int one {1};
5166 static_assert(test::zero == 0, "");
5167 static_assert(test::one == 1, "");
5171 namespace test_lambdas
5177 auto lambda1 = [](){};
5178 auto lambda2 = lambda1;
5186 auto a = [](int i, int j){ return i + j; }(1, 2);
5187 auto b = []() -> int { return '0'; }();
5188 auto c = [=](){ return a + b; }();
5189 auto d = [&](){ return c; }();
5190 auto e = [a, &b](int x) mutable {
5191 const auto identity = [](int y){ return y; };
5192 for (auto i = 0; i < a; ++i)
5194 return x + identity(a + b);
5196 return a + b + c + d + e;
5202 const auto nullary = [](){ return 0; };
5203 const auto unary = [](int x){ return x; };
5204 using nullary_t = decltype(nullary);
5205 using unary_t = decltype(unary);
5206 const auto higher1st = [](nullary_t f){ return f(); };
5207 const auto higher2nd = [unary](nullary_t f1){
5208 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5210 return higher1st(nullary) + higher2nd(nullary)(unary);
5215 namespace test_variadic_templates
5221 template <int N0, int... N1toN>
5222 struct sum<N0, N1toN...>
5224 static constexpr auto value = N0 + sum<N1toN...>::value;
5230 static constexpr auto value = 0;
5233 static_assert(sum<>::value == 0, "");
5234 static_assert(sum<1>::value == 1, "");
5235 static_assert(sum<23>::value == 23, "");
5236 static_assert(sum<1, 2>::value == 3, "");
5237 static_assert(sum<5, 5, 11>::value == 21, "");
5238 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5242 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5243 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5245 namespace test_template_alias_sfinae
5250 template<typename T>
5251 using member = typename T::member_type;
5253 template<typename T>
5256 template<typename T>
5257 void func(member<T>*) {}
5261 void test() { func<foo>(0); }
5265 } // namespace cxx11
5267 #endif // __cplusplus >= 201103L
5272 if ac_fn_cxx_try_compile "$LINENO"; then :
5273 ax_cv_cxx_compile_cxx11=yes
5275 ax_cv_cxx_compile_cxx11=no
5277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
5280 $as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
5281 if test x$ax_cv_cxx_compile_cxx11 = xyes; then
5285 if test x$ac_success = xno; then
5286 for switch in -std=gnu++11 -std=gnu++0x; do
5287 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5289 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
5290 if { as_var=$cachevar; eval "test \"\${$as_var+set}\" = set"; }; then :
5291 $as_echo_n "(cached) " >&6
5295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5296 /* end confdefs.h. */
5299 // If the compiler admits that it is not ready for C++11, why torture it?
5300 // Hopefully, this will speed up the test.
5304 #error "This is not a C++ compiler"
5306 #elif __cplusplus < 201103L
5308 #error "This is not a C++11 compiler"
5315 namespace test_static_assert
5318 template <typename T>
5321 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5326 namespace test_final_override
5334 struct Derived : public Base
5336 virtual void f() override {}
5341 namespace test_double_right_angle_brackets
5344 template < typename T >
5347 typedef check<void> single_type;
5348 typedef check<check<void>> double_type;
5349 typedef check<check<check<void>>> triple_type;
5350 typedef check<check<check<check<void>>>> quadruple_type;
5354 namespace test_decltype
5367 namespace test_type_deduction
5370 template < typename T1, typename T2 >
5373 static const bool value = false;
5376 template < typename T >
5377 struct is_same<T, T>
5379 static const bool value = true;
5382 template < typename T1, typename T2 >
5384 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5390 test(const int c, volatile int v)
5392 static_assert(is_same<int, decltype(0)>::value == true, "");
5393 static_assert(is_same<int, decltype(c)>::value == false, "");
5394 static_assert(is_same<int, decltype(v)>::value == false, "");
5397 auto sumi = ac + av + 'x';
5398 auto sumf = ac + av + 1.0;
5399 static_assert(is_same<int, decltype(ac)>::value == true, "");
5400 static_assert(is_same<int, decltype(av)>::value == true, "");
5401 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5402 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5403 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5404 return (sumf > 0.0) ? sumi : add(c, v);
5409 namespace test_noexcept
5412 int f() { return 0; }
5413 int g() noexcept { return 0; }
5415 static_assert(noexcept(f()) == false, "");
5416 static_assert(noexcept(g()) == true, "");
5420 namespace test_constexpr
5423 template < typename CharT >
5424 unsigned long constexpr
5425 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5427 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5430 template < typename CharT >
5431 unsigned long constexpr
5432 strlen_c(const CharT *const s) noexcept
5434 return strlen_c_r(s, 0UL);
5437 static_assert(strlen_c("") == 0UL, "");
5438 static_assert(strlen_c("1") == 1UL, "");
5439 static_assert(strlen_c("example") == 7UL, "");
5440 static_assert(strlen_c("another\0example") == 7UL, "");
5444 namespace test_rvalue_references
5450 static constexpr int value = N;
5453 answer<1> f(int&) { return answer<1>(); }
5454 answer<2> f(const int&) { return answer<2>(); }
5455 answer<3> f(int&&) { return answer<3>(); }
5462 static_assert(decltype(f(i))::value == 1, "");
5463 static_assert(decltype(f(c))::value == 2, "");
5464 static_assert(decltype(f(0))::value == 3, "");
5469 namespace test_uniform_initialization
5474 static const int zero {};
5475 static const int one {1};
5478 static_assert(test::zero == 0, "");
5479 static_assert(test::one == 1, "");
5483 namespace test_lambdas
5489 auto lambda1 = [](){};
5490 auto lambda2 = lambda1;
5498 auto a = [](int i, int j){ return i + j; }(1, 2);
5499 auto b = []() -> int { return '0'; }();
5500 auto c = [=](){ return a + b; }();
5501 auto d = [&](){ return c; }();
5502 auto e = [a, &b](int x) mutable {
5503 const auto identity = [](int y){ return y; };
5504 for (auto i = 0; i < a; ++i)
5506 return x + identity(a + b);
5508 return a + b + c + d + e;
5514 const auto nullary = [](){ return 0; };
5515 const auto unary = [](int x){ return x; };
5516 using nullary_t = decltype(nullary);
5517 using unary_t = decltype(unary);
5518 const auto higher1st = [](nullary_t f){ return f(); };
5519 const auto higher2nd = [unary](nullary_t f1){
5520 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5522 return higher1st(nullary) + higher2nd(nullary)(unary);
5527 namespace test_variadic_templates
5533 template <int N0, int... N1toN>
5534 struct sum<N0, N1toN...>
5536 static constexpr auto value = N0 + sum<N1toN...>::value;
5542 static constexpr auto value = 0;
5545 static_assert(sum<>::value == 0, "");
5546 static_assert(sum<1>::value == 1, "");
5547 static_assert(sum<23>::value == 23, "");
5548 static_assert(sum<1, 2>::value == 3, "");
5549 static_assert(sum<5, 5, 11>::value == 21, "");
5550 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5554 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5555 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5557 namespace test_template_alias_sfinae
5562 template<typename T>
5563 using member = typename T::member_type;
5565 template<typename T>
5568 template<typename T>
5569 void func(member<T>*) {}
5573 void test() { func<foo>(0); }
5577 } // namespace cxx11
5579 #endif // __cplusplus >= 201103L
5584 if ac_fn_cxx_try_compile "$LINENO"; then :
5589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5592 eval ac_res=\$$cachevar
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5594 $as_echo "$ac_res" >&6; }
5595 if eval test x\$$cachevar = xyes; then
5596 CXX_DIALECT="$switch"
5603 if test x$ac_success = xno; then
5604 for switch in -std=c++11 -std=c++0x +std=c++11 "-h std=c++11"; do
5605 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5607 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
5608 if { as_var=$cachevar; eval "test \"\${$as_var+set}\" = set"; }; then :
5609 $as_echo_n "(cached) " >&6
5613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5614 /* end confdefs.h. */
5617 // If the compiler admits that it is not ready for C++11, why torture it?
5618 // Hopefully, this will speed up the test.
5622 #error "This is not a C++ compiler"
5624 #elif __cplusplus < 201103L
5626 #error "This is not a C++11 compiler"
5633 namespace test_static_assert
5636 template <typename T>
5639 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5644 namespace test_final_override
5652 struct Derived : public Base
5654 virtual void f() override {}
5659 namespace test_double_right_angle_brackets
5662 template < typename T >
5665 typedef check<void> single_type;
5666 typedef check<check<void>> double_type;
5667 typedef check<check<check<void>>> triple_type;
5668 typedef check<check<check<check<void>>>> quadruple_type;
5672 namespace test_decltype
5685 namespace test_type_deduction
5688 template < typename T1, typename T2 >
5691 static const bool value = false;
5694 template < typename T >
5695 struct is_same<T, T>
5697 static const bool value = true;
5700 template < typename T1, typename T2 >
5702 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5708 test(const int c, volatile int v)
5710 static_assert(is_same<int, decltype(0)>::value == true, "");
5711 static_assert(is_same<int, decltype(c)>::value == false, "");
5712 static_assert(is_same<int, decltype(v)>::value == false, "");
5715 auto sumi = ac + av + 'x';
5716 auto sumf = ac + av + 1.0;
5717 static_assert(is_same<int, decltype(ac)>::value == true, "");
5718 static_assert(is_same<int, decltype(av)>::value == true, "");
5719 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5720 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5721 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5722 return (sumf > 0.0) ? sumi : add(c, v);
5727 namespace test_noexcept
5730 int f() { return 0; }
5731 int g() noexcept { return 0; }
5733 static_assert(noexcept(f()) == false, "");
5734 static_assert(noexcept(g()) == true, "");
5738 namespace test_constexpr
5741 template < typename CharT >
5742 unsigned long constexpr
5743 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5745 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5748 template < typename CharT >
5749 unsigned long constexpr
5750 strlen_c(const CharT *const s) noexcept
5752 return strlen_c_r(s, 0UL);
5755 static_assert(strlen_c("") == 0UL, "");
5756 static_assert(strlen_c("1") == 1UL, "");
5757 static_assert(strlen_c("example") == 7UL, "");
5758 static_assert(strlen_c("another\0example") == 7UL, "");
5762 namespace test_rvalue_references
5768 static constexpr int value = N;
5771 answer<1> f(int&) { return answer<1>(); }
5772 answer<2> f(const int&) { return answer<2>(); }
5773 answer<3> f(int&&) { return answer<3>(); }
5780 static_assert(decltype(f(i))::value == 1, "");
5781 static_assert(decltype(f(c))::value == 2, "");
5782 static_assert(decltype(f(0))::value == 3, "");
5787 namespace test_uniform_initialization
5792 static const int zero {};
5793 static const int one {1};
5796 static_assert(test::zero == 0, "");
5797 static_assert(test::one == 1, "");
5801 namespace test_lambdas
5807 auto lambda1 = [](){};
5808 auto lambda2 = lambda1;
5816 auto a = [](int i, int j){ return i + j; }(1, 2);
5817 auto b = []() -> int { return '0'; }();
5818 auto c = [=](){ return a + b; }();
5819 auto d = [&](){ return c; }();
5820 auto e = [a, &b](int x) mutable {
5821 const auto identity = [](int y){ return y; };
5822 for (auto i = 0; i < a; ++i)
5824 return x + identity(a + b);
5826 return a + b + c + d + e;
5832 const auto nullary = [](){ return 0; };
5833 const auto unary = [](int x){ return x; };
5834 using nullary_t = decltype(nullary);
5835 using unary_t = decltype(unary);
5836 const auto higher1st = [](nullary_t f){ return f(); };
5837 const auto higher2nd = [unary](nullary_t f1){
5838 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5840 return higher1st(nullary) + higher2nd(nullary)(unary);
5845 namespace test_variadic_templates
5851 template <int N0, int... N1toN>
5852 struct sum<N0, N1toN...>
5854 static constexpr auto value = N0 + sum<N1toN...>::value;
5860 static constexpr auto value = 0;
5863 static_assert(sum<>::value == 0, "");
5864 static_assert(sum<1>::value == 1, "");
5865 static_assert(sum<23>::value == 23, "");
5866 static_assert(sum<1, 2>::value == 3, "");
5867 static_assert(sum<5, 5, 11>::value == 21, "");
5868 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5872 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5873 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5875 namespace test_template_alias_sfinae
5880 template<typename T>
5881 using member = typename T::member_type;
5883 template<typename T>
5886 template<typename T>
5887 void func(member<T>*) {}
5891 void test() { func<foo>(0); }
5895 } // namespace cxx11
5897 #endif // __cplusplus >= 201103L
5902 if ac_fn_cxx_try_compile "$LINENO"; then :
5907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5910 eval ac_res=\$$cachevar
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5912 $as_echo "$ac_res" >&6; }
5913 if eval test x\$$cachevar = xyes; then
5914 CXX_DIALECT="$switch"
5921 ac_cpp='$CPP $CPPFLAGS'
5922 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5923 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5924 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5926 if test x$ax_cxx_compile_cxx11_required = xtrue; then
5927 if test x$ac_success = xno; then
5928 as_fn_error "*** A compiler with support for C++11 language features is required." "$LINENO" 5
5931 if test x$ac_success = xno; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5
5934 $as_echo "$as_me: No compiler with C++11 support was found" >&6;}
5938 $as_echo "#define HAVE_CXX11 1" >>confdefs.h
5945 # Dependency checking.
5946 rm -rf .tst 2>/dev/null
5947 mkdir .tst 2>/dev/null
5948 if test -d .tst; then
5953 rmdir .tst 2>/dev/null
5955 DEPDIR="${am__leading_dot}deps"
5957 ac_config_commands="$ac_config_commands depdir"
5960 depcc="$CC" am_compiler_list=
5962 am_depcomp=$ac_aux_dir/depcomp
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5964 $as_echo_n "checking dependency style of $depcc... " >&6; }
5965 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5966 $as_echo_n "(cached) " >&6
5968 if test -f "$am_depcomp"; then
5969 # We make a subdir and do the tests there. Otherwise we can end up
5970 # making bogus files that we don't know about and never remove. For
5971 # instance it was reported that on HP-UX the gcc test will end up
5972 # making a dummy file named `D' -- because `-MD' means `put the output
5975 # Copy depcomp to subdir because otherwise we won't find it if we're
5976 # using a relative directory.
5977 cp "$am_depcomp" conftest.dir
5979 # We will build objects and dependencies in a subdirectory because
5980 # it helps to detect inapplicable dependency modes. For instance
5981 # both Tru64's cc and ICC support -MD to output dependencies as a
5982 # side effect of compilation, but ICC will put the dependencies in
5983 # the current directory while Tru64 will put them in the object
5987 am_cv_CC_dependencies_compiler_type=none
5988 if test "$am_compiler_list" = ""; then
5989 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5991 for depmode in $am_compiler_list; do
5992 if test $depmode = none; then break; fi
5994 $as_echo "$as_me:$LINENO: trying $depmode" >&5
5995 # Setup a source with many dependencies, because some compilers
5996 # like to wrap large dependency lists on column 80 (with \), and
5997 # we should not choose a depcomp mode which is confused by this.
5999 # We need to recreate these files for each test, as the compiler may
6000 # overwrite some of them when testing with obscure command lines.
6001 # This happens at least with the AIX C compiler.
6003 for i in 1 2 3 4 5 6; do
6004 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6005 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6006 # Solaris 8's {/usr,}/bin/sh.
6007 touch sub/conftst$i.h
6009 echo "include sub/conftest.Po" > confmf
6011 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6012 # mode. It turns out that the SunPro C++ compiler does not properly
6013 # handle `-M -o', and we need to detect this.
6014 depcmd="depmode=$depmode \
6015 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6016 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6017 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6018 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6019 if env $depcmd > conftest.err 2>&1 &&
6020 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6021 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6022 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6023 # icc doesn't choke on unknown options, it will just issue warnings
6024 # or remarks (even with -Werror). So we grep stderr for any message
6025 # that says an option was ignored or not supported.
6026 # When given -MP, icc 7.0 and 7.1 complain thusly:
6027 # icc: Command line warning: ignoring option '-M'; no argument required
6028 # The diagnosis changed in icc 8.0:
6029 # icc: Command line remark: option '-MP' not supported
6030 if (grep 'ignoring option' conftest.err ||
6031 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6032 am_cv_CC_dependencies_compiler_type=$depmode
6033 $as_echo "$as_me:$LINENO: success" >&5
6037 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6038 sed -e 's/^/| /' < conftest.err >&5
6044 am_cv_CC_dependencies_compiler_type=none
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6049 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6050 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6051 then as_fn_error "no usable dependency style found" "$LINENO" 5
6052 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6057 gnulib_extra_configure_args=
6058 # If large-file support is disabled, make sure gnulib does the same.
6059 if test "$enable_largefile" = no; then
6060 gnulib_extra_configure_args="$gnulib_extra_configure_args --disable-largefile"
6063 # Configure gnulib. We need to build gnulib under some other
6064 # directory not "gnulib", to avoid the problem of both GDB and
6065 # GDBserver wanting to build it in the same directory, when building
6066 # in the source dir.
6069 in_build="build-gnulib"
6070 in_extra_args="$gnulib_extra_configure_args"
6072 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
6073 # so they do not pile up.
6074 ac_sub_configure_args=
6076 eval "set x $ac_configure_args"
6080 if test -n "$ac_prev"; then
6085 -cache-file | --cache-file | --cache-fil | --cache-fi \
6086 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
6087 ac_prev=cache_file ;;
6088 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
6089 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
6092 --config-cache | -C)
6094 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
6096 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
6098 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
6100 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
6102 --disable-option-checking)
6106 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6108 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
6112 # Always prepend --prefix to ensure using the same prefix
6113 # in subdir configurations.
6114 ac_arg="--prefix=$prefix"
6116 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6118 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
6121 if test "$silent" = yes; then
6122 ac_sub_configure_args="--silent $ac_sub_configure_args"
6125 # Always prepend --disable-option-checking to silence warnings, since
6126 # different subdirs can have different --enable and --with options.
6127 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
6132 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
6133 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
6134 $as_echo "$ac_msg" >&6
6135 as_dir="$ac_dir"; as_fn_mkdir_p
6139 ac_srcdir=$srcdir/$in_src ;;
6141 ac_srcdir=../$srcdir/$in_src ;;
6146 ac_sub_configure=$ac_srcdir/configure
6148 # Make the cache file name correct relative to the subdirectory.
6150 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
6152 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
6155 if test -n "$in_extra_args"; then
6156 # Add the extra args at the end.
6157 ac_sub_configure_args="$ac_sub_configure_args $in_extra_args"
6160 { $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
6161 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
6162 # The eval makes quoting arguments work.
6163 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
6164 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
6165 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
6181 # If we haven't got the data from the intl directory,
6182 # assume NLS is disabled.
6191 if test -f ../intl/config.intl; then
6192 . ../intl/config.intl
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6195 $as_echo_n "checking whether NLS is requested... " >&6; }
6196 if test x"$USE_NLS" != xyes; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198 $as_echo "no" >&6; }
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6201 $as_echo "yes" >&6; }
6203 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6207 $as_echo_n "checking for catalogs to be installed... " >&6; }
6208 # Look for .po and .gmo files in the source directory.
6211 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
6212 # If there aren't any .gmo files the shell will give us the
6213 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6215 case "$cat" in *\**)
6218 # The quadruple backslash is collapsed to a double backslash
6219 # by the backticks, then collapsed again by the double quotes,
6220 # leaving us with one backslash in the sed expression (right
6221 # before the dot that mustn't act as a wildcard).
6222 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6223 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
6224 # The user is allowed to set LINGUAS to a list of languages to
6225 # install catalogs for. If it's empty that means "all of them."
6226 if test "x$LINGUAS" = x; then
6227 CATALOGS="$CATALOGS $cat"
6228 XLINGUAS="$XLINGUAS $lang"
6230 case "$LINGUAS" in *$lang*)
6231 CATALOGS="$CATALOGS $cat"
6232 XLINGUAS="$XLINGUAS $lang"
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
6239 $as_echo "$LINGUAS" >&6; }
6252 localedir='${datadir}/locale'
6255 if test x"$USE_NLS" = xyes; then
6256 CONFIG_ALL="$CONFIG_ALL all-po"
6257 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
6258 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
6259 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
6262 GNULIB=build-gnulib/import
6264 # For Makefile dependencies.
6266 if test x"$STDINT_H" != x; then
6267 GNULIB_STDINT_H=$GNULIB/$STDINT_H
6273 cat >>confdefs.h <<_ACEOF
6274 #define PACKAGE "$PACKAGE"
6279 # We never need to detect it in this sub-configure.
6280 # But preserve it for config.status --recheck.
6284 MAKEINFO_EXTRA_FLAGS=""
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
6286 $as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
6287 if test "${gdb_cv_have_makeinfo_click+set}" = set; then :
6288 $as_echo_n "(cached) " >&6
6290 echo '@clicksequence{a @click{} b}' >conftest.texinfo
6291 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
6292 gdb_cv_have_makeinfo_click=yes
6294 gdb_cv_have_makeinfo_click=no
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
6298 $as_echo "$gdb_cv_have_makeinfo_click" >&6; }
6299 if test x"$gdb_cv_have_makeinfo_click" = xyes; then
6300 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
6306 # Check whether --with-separate-debug-dir was given.
6307 if test "${with_separate_debug_dir+set}" = set; then :
6308 withval=$with_separate_debug_dir;
6311 DEBUGDIR=${libdir}/debug
6315 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6316 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6317 ac_define_dir=`eval echo $DEBUGDIR`
6318 ac_define_dir=`eval echo $ac_define_dir`
6320 cat >>confdefs.h <<_ACEOF
6321 #define DEBUGDIR "$ac_define_dir"
6327 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6328 if test "x$prefix" = xNONE; then
6329 test_prefix=/usr/local
6334 test_prefix=$exec_prefix
6337 case ${ac_define_dir} in
6338 "${test_prefix}"|"${test_prefix}/"*|\
6339 '${exec_prefix}'|'${exec_prefix}/'*)
6344 cat >>confdefs.h <<_ACEOF
6345 #define DEBUGDIR_RELOCATABLE $value
6351 # We can't pass paths as command line arguments.
6352 # Mingw32 tries to be clever and will convert the paths for us.
6353 # For example -DBINDIR="/usr/local/bin" passed on the command line may get
6354 # converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
6355 # This breaks GDB's relocatable path conversions since paths passed in
6356 # config.h would not get so translated, the path prefixes no longer match.
6358 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6359 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6360 ac_define_dir=`eval echo $bindir`
6361 ac_define_dir=`eval echo $ac_define_dir`
6363 cat >>confdefs.h <<_ACEOF
6364 #define BINDIR "$ac_define_dir"
6369 # GDB's datadir relocation
6373 # Check whether --with-gdb-datadir was given.
6374 if test "${with_gdb_datadir+set}" = set; then :
6375 withval=$with_gdb_datadir;
6376 GDB_DATADIR=$withval
6378 GDB_DATADIR=${datadir}/gdb
6382 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6383 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6384 ac_define_dir=`eval echo $GDB_DATADIR`
6385 ac_define_dir=`eval echo $ac_define_dir`
6387 cat >>confdefs.h <<_ACEOF
6388 #define GDB_DATADIR "$ac_define_dir"
6394 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6395 if test "x$prefix" = xNONE; then
6396 test_prefix=/usr/local
6401 test_prefix=$exec_prefix
6404 case ${ac_define_dir} in
6405 "${test_prefix}"|"${test_prefix}/"*|\
6406 '${exec_prefix}'|'${exec_prefix}/'*)
6411 cat >>confdefs.h <<_ACEOF
6412 #define GDB_DATADIR_RELOCATABLE $value
6419 # Check whether --with-relocated-sources was given.
6420 if test "${with_relocated_sources+set}" = set; then :
6421 withval=$with_relocated_sources; reloc_srcdir="${withval}"
6423 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6424 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6425 ac_define_dir=`eval echo $reloc_srcdir`
6426 ac_define_dir=`eval echo $ac_define_dir`
6428 cat >>confdefs.h <<_ACEOF
6429 #define RELOC_SRCDIR "$ac_define_dir"
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
6438 $as_echo_n "checking for default auto-load directory... " >&6; }
6440 # Check whether --with-auto-load-dir was given.
6441 if test "${with_auto_load_dir+set}" = set; then :
6442 withval=$with_auto_load_dir;
6444 with_auto_load_dir='$debugdir:$datadir/auto-load'
6447 escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
6449 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6450 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6451 ac_define_dir=`eval echo $escape_dir`
6452 ac_define_dir=`eval echo $ac_define_dir`
6454 cat >>confdefs.h <<_ACEOF
6455 #define AUTO_LOAD_DIR "$ac_define_dir"
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
6460 $as_echo "$with_auto_load_dir" >&6; }
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
6463 $as_echo_n "checking for default auto-load safe-path... " >&6; }
6465 # Check whether --with-auto-load-safe-path was given.
6466 if test "${with_auto_load_safe_path+set}" = set; then :
6467 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
6468 with_auto_load_safe_path="/"
6471 with_auto_load_safe_path="$with_auto_load_dir"
6474 escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
6476 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6477 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6478 ac_define_dir=`eval echo $escape_dir`
6479 ac_define_dir=`eval echo $ac_define_dir`
6481 cat >>confdefs.h <<_ACEOF
6482 #define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
6487 $as_echo "$with_auto_load_safe_path" >&6; }
6491 subdirs="$subdirs testsuite"
6494 # Check whether to support alternative target configurations
6495 # Check whether --enable-targets was given.
6496 if test "${enable_targets+set}" = set; then :
6497 enableval=$enable_targets; case "${enableval}" in
6498 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
6500 no) enable_targets= ;;
6501 *) enable_targets=$enableval ;;
6506 # Check whether to enable 64-bit support on 32-bit hosts
6507 # Check whether --enable-64-bit-bfd was given.
6508 if test "${enable_64_bit_bfd+set}" = set; then :
6509 enableval=$enable_64_bit_bfd; case "${enableval}" in
6512 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
6518 # Provide defaults for some variables set by the per-host and per-target
6520 gdb_host_obs=posix-hdep.o
6522 if test "${target}" = "${host}"; then
6528 . $srcdir/configure.host
6530 # Add in the common host objects.
6531 . $srcdir/common/common.host
6532 gdb_host_obs="$gdb_host_obs $common_host_obs"
6534 # Accumulate some settings from configure.tgt over all enabled targets
6538 HAVE_NATIVE_GCORE_TARGET=
6540 for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
6542 if test "$targ_alias" = "all"; then
6545 # Canonicalize the secondary target names.
6546 result=`$ac_config_sub $targ_alias 2>/dev/null`
6547 if test -n "$result"; then
6553 . ${srcdir}/configure.tgt
6555 if test -z "${gdb_target_obs}"; then :
6556 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
6559 # Target-specific object files
6560 for i in ${gdb_target_obs}; do
6561 case " $TARGET_OBS " in
6564 TARGET_OBS="$TARGET_OBS ${i}"
6569 # Check whether this target needs 64-bit CORE_ADDR
6570 if test x${want64} = xfalse; then
6571 . ${srcdir}/../bfd/config.bfd
6574 # Check whether this target is native and supports gcore.
6575 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
6576 && $gdb_have_gcore; then
6577 HAVE_NATIVE_GCORE_TARGET=1
6582 if test x${all_targets} = xtrue; then
6584 # We want all 64-bit targets if we either:
6585 # - run on a 64-bit host or
6586 # - already require 64-bit support for some other target or
6587 # - the --enable-64-bit-bfd option was supplied
6588 # Otherwise we only support all 32-bit targets.
6590 # NOTE: This test must be in sync with the corresponding
6593 if test x${want64} = xfalse; then
6594 # The cast to long int works around a bug in the HP C Compiler
6595 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6596 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6597 # This bug is HP SR number 8606223364.
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
6599 $as_echo_n "checking size of long... " >&6; }
6600 if test "${ac_cv_sizeof_long+set}" = set; then :
6601 $as_echo_n "(cached) " >&6
6603 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
6606 if test "$ac_cv_type_long" = yes; then
6607 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6608 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6609 { as_fn_set_status 77
6610 as_fn_error "cannot compute sizeof (long)
6611 See \`config.log' for more details." "$LINENO" 5; }; }
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
6619 $as_echo "$ac_cv_sizeof_long" >&6; }
6623 cat >>confdefs.h <<_ACEOF
6624 #define SIZEOF_LONG $ac_cv_sizeof_long
6628 if test "x${ac_cv_sizeof_long}" = "x8"; then
6632 if test x${want64} = xtrue; then
6633 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
6635 TARGET_OBS='$(ALL_TARGET_OBS)'
6642 # For other settings, only the main target counts.
6646 targ=$target; . ${srcdir}/configure.tgt
6648 # Fetch the default architecture and default target vector from BFD.
6649 targ=$target; . $srcdir/../bfd/config.bfd
6651 # We only want the first architecture, so strip off the others if
6652 # there is more than one.
6653 targ_archs=`echo $targ_archs | sed 's/ .*//'`
6655 if test "x$targ_archs" != x; then
6657 cat >>confdefs.h <<_ACEOF
6658 #define DEFAULT_BFD_ARCH $targ_archs
6662 if test "x$targ_defvec" != x; then
6664 cat >>confdefs.h <<_ACEOF
6665 #define DEFAULT_BFD_VEC $targ_defvec
6670 # The CLI cannot be disabled yet, but may be in the future.
6673 # Check whether --enable-gdbcli was given.
6674 if test "${enable_gdbcli+set}" = set; then :
6675 enableval=$enable_gdbcli; case $enableval in
6679 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
6681 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
6687 if test x"$enable_gdbcli" = xyes; then
6688 if test -d $srcdir/cli; then
6689 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
6690 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
6691 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
6692 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
6697 # Check whether --enable-gdbmi was given.
6698 if test "${enable_gdbmi+set}" = set; then :
6699 enableval=$enable_gdbmi; case $enableval in
6703 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
6709 if test x"$enable_gdbmi" = xyes; then
6710 if test -d $srcdir/mi; then
6711 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
6712 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
6713 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
6714 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
6719 # Check whether --enable-tui was given.
6720 if test "${enable_tui+set}" = set; then :
6721 enableval=$enable_tui; case $enableval in
6725 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
6733 # Check whether --enable-gdbtk was given.
6734 if test "${enable_gdbtk+set}" = set; then :
6735 enableval=$enable_gdbtk; case $enableval in
6739 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
6742 if test -d $srcdir/gdbtk; then
6749 # We unconditionally disable gdbtk tests on selected platforms.
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
6753 $as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
6757 # Libunwind support for ia64.
6760 # Check whether --with-libunwind-ia64 was given.
6761 if test "${with_libunwind_ia64+set}" = set; then :
6762 withval=$with_libunwind_ia64;
6764 with_libunwind_ia64=auto
6768 # Backward compatibility option.
6769 if test "${with_libunwind+set}" = set; then
6770 if test x"$with_libunwind_ia64" != xauto; then
6771 as_fn_error "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
6774 $as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
6775 with_libunwind_ia64="$with_libunwind"
6778 case "$with_libunwind_ia64" in
6782 for ac_header in libunwind-ia64.h
6784 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
6785 if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
6786 cat >>confdefs.h <<_ACEOF
6787 #define HAVE_LIBUNWIND_IA64_H 1
6794 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
6797 as_fn_error "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
6801 if test x"$with_libunwind_ia64" = xyes; then
6802 for ac_header in libunwind-ia64.h
6804 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
6805 if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
6806 cat >>confdefs.h <<_ACEOF
6807 #define HAVE_LIBUNWIND_IA64_H 1
6814 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
6815 as_fn_error "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
6817 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
6818 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
6819 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
6824 # Check whether --with-curses was given.
6825 if test "${with_curses+set}" = set; then :
6826 withval=$with_curses; opt_curses=$withval
6831 if test "$opt_curses" = "yes"; then
6835 # Profiling support.
6836 # Check whether --enable-profiling was given.
6837 if test "${enable_profiling+set}" = set; then :
6838 enableval=$enable_profiling; case $enableval in
6842 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
6849 for ac_func in monstartup _mcleanup
6851 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6852 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
6853 eval as_val=\$$as_ac_var
6854 if test "x$as_val" = x""yes; then :
6855 cat >>confdefs.h <<_ACEOF
6856 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
6863 $as_echo_n "checking for _etext... " >&6; }
6864 if test "${ac_cv_var__etext+set}" = set; then :
6865 $as_echo_n "(cached) " >&6
6867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6868 /* end confdefs.h. */
6880 if ac_fn_c_try_link "$LINENO"; then :
6881 ac_cv_var__etext=yes
6885 rm -f core conftest.err conftest.$ac_objext \
6886 conftest$ac_exeext conftest.$ac_ext
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
6889 $as_echo "$ac_cv_var__etext" >&6; }
6890 if test $ac_cv_var__etext = yes; then
6892 $as_echo "#define HAVE__ETEXT 1" >>confdefs.h
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
6896 $as_echo_n "checking for etext... " >&6; }
6897 if test "${ac_cv_var_etext+set}" = set; then :
6898 $as_echo_n "(cached) " >&6
6900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6901 /* end confdefs.h. */
6913 if ac_fn_c_try_link "$LINENO"; then :
6918 rm -f core conftest.err conftest.$ac_objext \
6919 conftest$ac_exeext conftest.$ac_ext
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
6922 $as_echo "$ac_cv_var_etext" >&6; }
6923 if test $ac_cv_var_etext = yes; then
6925 $as_echo "#define HAVE_ETEXT 1" >>confdefs.h
6928 if test "$enable_profiling" = yes ; then
6929 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
6930 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
6933 OLD_CFLAGS="$CFLAGS"
6934 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
6937 $as_echo_n "checking whether $CC supports -pg... " >&6; }
6938 if test "${ac_cv_cc_supports_pg+set}" = set; then :
6939 $as_echo_n "(cached) " >&6
6941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6942 /* end confdefs.h. */
6952 if ac_fn_c_try_compile "$LINENO"; then :
6953 ac_cv_cc_supports_pg=yes
6955 ac_cv_cc_supports_pg=no
6957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
6960 $as_echo "$ac_cv_cc_supports_pg" >&6; }
6962 if test $ac_cv_cc_supports_pg = no; then
6963 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
6966 CFLAGS="$OLD_CFLAGS"
6971 # Check whether --with-pkgversion was given.
6972 if test "${with_pkgversion+set}" = set; then :
6973 withval=$with_pkgversion; case "$withval" in
6974 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6976 *) PKGVERSION="($withval) " ;;
6987 # Check whether --with-bugurl was given.
6988 if test "${with_bugurl+set}" = set; then :
6989 withval=$with_bugurl; case "$withval" in
6990 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6993 *) BUGURL="$withval"
6997 BUGURL="http://www.gnu.org/software/gdb/bugs/"
7007 REPORT_BUGS_TO="<$BUGURL>"
7008 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
7015 cat >>confdefs.h <<_ACEOF
7016 #define PKGVERSION "$PKGVERSION"
7020 cat >>confdefs.h <<_ACEOF
7021 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
7025 # --------------------- #
7026 # Checks for programs. #
7027 # --------------------- #
7029 for ac_prog in gawk mawk nawk awk
7031 # Extract the first word of "$ac_prog", so it can be a program name with args.
7032 set dummy $ac_prog; ac_word=$2
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7034 $as_echo_n "checking for $ac_word... " >&6; }
7035 if test "${ac_cv_prog_AWK+set}" = set; then :
7036 $as_echo_n "(cached) " >&6
7038 if test -n "$AWK"; then
7039 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7045 test -z "$as_dir" && as_dir=.
7046 for ac_exec_ext in '' $ac_executable_extensions; do
7047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7048 ac_cv_prog_AWK="$ac_prog"
7049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7059 if test -n "$AWK"; then
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7061 $as_echo "$AWK" >&6; }
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7064 $as_echo "no" >&6; }
7068 test -n "$AWK" && break
7071 # Find a good install program. We prefer a C program (faster),
7072 # so one script is as good as another. But avoid the broken or
7073 # incompatible versions:
7074 # SysV /etc/install, /usr/sbin/install
7075 # SunOS /usr/etc/install
7076 # IRIX /sbin/install
7078 # AmigaOS /C/install, which installs bootblocks on floppy discs
7079 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7080 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
7081 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7082 # OS/2's system install, which has a completely different semantic
7083 # ./install, which can be erroneously created by make from ./install.sh.
7084 # Reject install programs that cannot install multiple files.
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
7086 $as_echo_n "checking for a BSD-compatible install... " >&6; }
7087 if test -z "$INSTALL"; then
7088 if test "${ac_cv_path_install+set}" = set; then :
7089 $as_echo_n "(cached) " >&6
7091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7095 test -z "$as_dir" && as_dir=.
7096 # Account for people who put trailing slashes in PATH elements.
7097 case $as_dir/ in #((
7098 ./ | .// | /[cC]/* | \
7099 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
7100 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
7103 # OSF1 and SCO ODT 3.0 have their own names for install.
7104 # Don't use installbsd from OSF since it installs stuff as root
7106 for ac_prog in ginstall scoinst install; do
7107 for ac_exec_ext in '' $ac_executable_extensions; do
7108 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
7109 if test $ac_prog = install &&
7110 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7111 # AIX install. It has an incompatible calling convention.
7113 elif test $ac_prog = install &&
7114 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7115 # program-specific install script used by HP pwplus--don't use.
7118 rm -rf conftest.one conftest.two conftest.dir
7119 echo one > conftest.one
7120 echo two > conftest.two
7122 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
7123 test -s conftest.one && test -s conftest.two &&
7124 test -s conftest.dir/conftest.one &&
7125 test -s conftest.dir/conftest.two
7127 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7140 rm -rf conftest.one conftest.two conftest.dir
7143 if test "${ac_cv_path_install+set}" = set; then
7144 INSTALL=$ac_cv_path_install
7146 # As a last resort, use the slow shell script. Don't cache a
7147 # value for INSTALL within a source directory, because that will
7148 # break other packages using the cache if that directory is
7149 # removed, or if the value is a relative name.
7150 INSTALL=$ac_install_sh
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
7154 $as_echo "$INSTALL" >&6; }
7156 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7157 # It thinks the first close brace ends the variable substitution.
7158 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7160 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
7162 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7165 $as_echo_n "checking whether ln -s works... " >&6; }
7167 if test "$LN_S" = "ln -s"; then
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7169 $as_echo "yes" >&6; }
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
7172 $as_echo "no, using $LN_S" >&6; }
7175 if test -n "$ac_tool_prefix"; then
7176 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7177 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7179 $as_echo_n "checking for $ac_word... " >&6; }
7180 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7181 $as_echo_n "(cached) " >&6
7183 if test -n "$RANLIB"; then
7184 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7190 test -z "$as_dir" && as_dir=.
7191 for ac_exec_ext in '' $ac_executable_extensions; do
7192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7193 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7203 RANLIB=$ac_cv_prog_RANLIB
7204 if test -n "$RANLIB"; then
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7206 $as_echo "$RANLIB" >&6; }
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7209 $as_echo "no" >&6; }
7214 if test -z "$ac_cv_prog_RANLIB"; then
7215 ac_ct_RANLIB=$RANLIB
7216 # Extract the first word of "ranlib", so it can be a program name with args.
7217 set dummy ranlib; ac_word=$2
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7219 $as_echo_n "checking for $ac_word... " >&6; }
7220 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7221 $as_echo_n "(cached) " >&6
7223 if test -n "$ac_ct_RANLIB"; then
7224 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7230 test -z "$as_dir" && as_dir=.
7231 for ac_exec_ext in '' $ac_executable_extensions; do
7232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7233 ac_cv_prog_ac_ct_RANLIB="ranlib"
7234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7243 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7244 if test -n "$ac_ct_RANLIB"; then
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7246 $as_echo "$ac_ct_RANLIB" >&6; }
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7249 $as_echo "no" >&6; }
7252 if test "x$ac_ct_RANLIB" = x; then
7255 case $cross_compiling:$ac_tool_warned in
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7258 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7259 ac_tool_warned=yes ;;
7261 RANLIB=$ac_ct_RANLIB
7264 RANLIB="$ac_cv_prog_RANLIB"
7267 for ac_prog in 'bison -y' byacc
7269 # Extract the first word of "$ac_prog", so it can be a program name with args.
7270 set dummy $ac_prog; ac_word=$2
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7272 $as_echo_n "checking for $ac_word... " >&6; }
7273 if test "${ac_cv_prog_YACC+set}" = set; then :
7274 $as_echo_n "(cached) " >&6
7276 if test -n "$YACC"; then
7277 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7283 test -z "$as_dir" && as_dir=.
7284 for ac_exec_ext in '' $ac_executable_extensions; do
7285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7286 ac_cv_prog_YACC="$ac_prog"
7287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7296 YACC=$ac_cv_prog_YACC
7297 if test -n "$YACC"; then
7298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7299 $as_echo "$YACC" >&6; }
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7302 $as_echo "no" >&6; }
7306 test -n "$YACC" && break
7308 test -n "$YACC" || YACC="yacc"
7311 if test -n "$ac_tool_prefix"; then
7312 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7313 set dummy ${ac_tool_prefix}ar; ac_word=$2
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7315 $as_echo_n "checking for $ac_word... " >&6; }
7316 if test "${ac_cv_prog_AR+set}" = set; then :
7317 $as_echo_n "(cached) " >&6
7319 if test -n "$AR"; then
7320 ac_cv_prog_AR="$AR" # Let the user override the test.
7322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7326 test -z "$as_dir" && as_dir=.
7327 for ac_exec_ext in '' $ac_executable_extensions; do
7328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7329 ac_cv_prog_AR="${ac_tool_prefix}ar"
7330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7340 if test -n "$AR"; then
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7342 $as_echo "$AR" >&6; }
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7345 $as_echo "no" >&6; }
7350 if test -z "$ac_cv_prog_AR"; then
7352 # Extract the first word of "ar", so it can be a program name with args.
7353 set dummy ar; ac_word=$2
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7355 $as_echo_n "checking for $ac_word... " >&6; }
7356 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
7357 $as_echo_n "(cached) " >&6
7359 if test -n "$ac_ct_AR"; then
7360 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7366 test -z "$as_dir" && as_dir=.
7367 for ac_exec_ext in '' $ac_executable_extensions; do
7368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7369 ac_cv_prog_ac_ct_AR="ar"
7370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7379 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7380 if test -n "$ac_ct_AR"; then
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7382 $as_echo "$ac_ct_AR" >&6; }
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7385 $as_echo "no" >&6; }
7388 if test "x$ac_ct_AR" = x; then
7391 case $cross_compiling:$ac_tool_warned in
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7395 ac_tool_warned=yes ;;
7403 if test -n "$ac_tool_prefix"; then
7404 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7405 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7407 $as_echo_n "checking for $ac_word... " >&6; }
7408 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7409 $as_echo_n "(cached) " >&6
7411 if test -n "$DLLTOOL"; then
7412 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7418 test -z "$as_dir" && as_dir=.
7419 for ac_exec_ext in '' $ac_executable_extensions; do
7420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7431 DLLTOOL=$ac_cv_prog_DLLTOOL
7432 if test -n "$DLLTOOL"; then
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7434 $as_echo "$DLLTOOL" >&6; }
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7437 $as_echo "no" >&6; }
7442 if test -z "$ac_cv_prog_DLLTOOL"; then
7443 ac_ct_DLLTOOL=$DLLTOOL
7444 # Extract the first word of "dlltool", so it can be a program name with args.
7445 set dummy dlltool; ac_word=$2
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7447 $as_echo_n "checking for $ac_word... " >&6; }
7448 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
7449 $as_echo_n "(cached) " >&6
7451 if test -n "$ac_ct_DLLTOOL"; then
7452 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7458 test -z "$as_dir" && as_dir=.
7459 for ac_exec_ext in '' $ac_executable_extensions; do
7460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7461 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7471 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7472 if test -n "$ac_ct_DLLTOOL"; then
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7474 $as_echo "$ac_ct_DLLTOOL" >&6; }
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7477 $as_echo "no" >&6; }
7480 if test "x$ac_ct_DLLTOOL" = x; then
7483 case $cross_compiling:$ac_tool_warned in
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7487 ac_tool_warned=yes ;;
7489 DLLTOOL=$ac_ct_DLLTOOL
7492 DLLTOOL="$ac_cv_prog_DLLTOOL"
7495 if test -n "$ac_tool_prefix"; then
7496 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
7497 set dummy ${ac_tool_prefix}windres; ac_word=$2
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7499 $as_echo_n "checking for $ac_word... " >&6; }
7500 if test "${ac_cv_prog_WINDRES+set}" = set; then :
7501 $as_echo_n "(cached) " >&6
7503 if test -n "$WINDRES"; then
7504 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7510 test -z "$as_dir" && as_dir=.
7511 for ac_exec_ext in '' $ac_executable_extensions; do
7512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7513 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
7514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7523 WINDRES=$ac_cv_prog_WINDRES
7524 if test -n "$WINDRES"; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
7526 $as_echo "$WINDRES" >&6; }
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7529 $as_echo "no" >&6; }
7534 if test -z "$ac_cv_prog_WINDRES"; then
7535 ac_ct_WINDRES=$WINDRES
7536 # Extract the first word of "windres", so it can be a program name with args.
7537 set dummy windres; ac_word=$2
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7539 $as_echo_n "checking for $ac_word... " >&6; }
7540 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
7541 $as_echo_n "(cached) " >&6
7543 if test -n "$ac_ct_WINDRES"; then
7544 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
7546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7550 test -z "$as_dir" && as_dir=.
7551 for ac_exec_ext in '' $ac_executable_extensions; do
7552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7553 ac_cv_prog_ac_ct_WINDRES="windres"
7554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7563 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
7564 if test -n "$ac_ct_WINDRES"; then
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
7566 $as_echo "$ac_ct_WINDRES" >&6; }
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7569 $as_echo "no" >&6; }
7572 if test "x$ac_ct_WINDRES" = x; then
7575 case $cross_compiling:$ac_tool_warned in
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7578 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7579 ac_tool_warned=yes ;;
7581 WINDRES=$ac_ct_WINDRES
7584 WINDRES="$ac_cv_prog_WINDRES"
7590 # Needed for GNU Hurd hosts.
7591 if test -n "$ac_tool_prefix"; then
7592 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
7593 set dummy ${ac_tool_prefix}mig; ac_word=$2
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7595 $as_echo_n "checking for $ac_word... " >&6; }
7596 if test "${ac_cv_prog_MIG+set}" = set; then :
7597 $as_echo_n "(cached) " >&6
7599 if test -n "$MIG"; then
7600 ac_cv_prog_MIG="$MIG" # Let the user override the test.
7602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7606 test -z "$as_dir" && as_dir=.
7607 for ac_exec_ext in '' $ac_executable_extensions; do
7608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7609 ac_cv_prog_MIG="${ac_tool_prefix}mig"
7610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7620 if test -n "$MIG"; then
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
7622 $as_echo "$MIG" >&6; }
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7625 $as_echo "no" >&6; }
7630 if test -z "$ac_cv_prog_MIG"; then
7632 # Extract the first word of "mig", so it can be a program name with args.
7633 set dummy mig; ac_word=$2
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7635 $as_echo_n "checking for $ac_word... " >&6; }
7636 if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then :
7637 $as_echo_n "(cached) " >&6
7639 if test -n "$ac_ct_MIG"; then
7640 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
7642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7646 test -z "$as_dir" && as_dir=.
7647 for ac_exec_ext in '' $ac_executable_extensions; do
7648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7649 ac_cv_prog_ac_ct_MIG="mig"
7650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7659 ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
7660 if test -n "$ac_ct_MIG"; then
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
7662 $as_echo "$ac_ct_MIG" >&6; }
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7665 $as_echo "no" >&6; }
7668 if test "x$ac_ct_MIG" = x; then
7671 case $cross_compiling:$ac_tool_warned in
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7674 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7675 ac_tool_warned=yes ;;
7680 MIG="$ac_cv_prog_MIG"
7683 if test x"$MIG" = x; then
7684 as_fn_error "MIG not found but required for $host hosts" "$LINENO" 5
7689 # ---------------------- #
7690 # Checks for libraries. #
7691 # ---------------------- #
7693 # We might need to link with -lm; most simulators need it.
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
7695 $as_echo_n "checking for main in -lm... " >&6; }
7696 if test "${ac_cv_lib_m_main+set}" = set; then :
7697 $as_echo_n "(cached) " >&6
7699 ac_check_lib_save_LIBS=$LIBS
7701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7702 /* end confdefs.h. */
7713 if ac_fn_c_try_link "$LINENO"; then :
7714 ac_cv_lib_m_main=yes
7718 rm -f core conftest.err conftest.$ac_objext \
7719 conftest$ac_exeext conftest.$ac_ext
7720 LIBS=$ac_check_lib_save_LIBS
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
7723 $as_echo "$ac_cv_lib_m_main" >&6; }
7724 if test "x$ac_cv_lib_m_main" = x""yes; then :
7725 cat >>confdefs.h <<_ACEOF
7734 # Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
7736 $as_echo_n "checking for library containing gethostbyname... " >&6; }
7737 if test "${ac_cv_search_gethostbyname+set}" = set; then :
7738 $as_echo_n "(cached) " >&6
7740 ac_func_search_save_LIBS=$LIBS
7741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7742 /* end confdefs.h. */
7744 /* Override any GCC internal prototype to avoid an error.
7745 Use char because int might match the return type of a GCC
7746 builtin and then its argument prototype would still apply. */
7750 char gethostbyname ();
7754 return gethostbyname ();
7759 for ac_lib in '' nsl; do
7760 if test -z "$ac_lib"; then
7761 ac_res="none required"
7764 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7766 if ac_fn_c_try_link "$LINENO"; then :
7767 ac_cv_search_gethostbyname=$ac_res
7769 rm -f core conftest.err conftest.$ac_objext \
7771 if test "${ac_cv_search_gethostbyname+set}" = set; then :
7775 if test "${ac_cv_search_gethostbyname+set}" = set; then :
7778 ac_cv_search_gethostbyname=no
7781 LIBS=$ac_func_search_save_LIBS
7783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
7784 $as_echo "$ac_cv_search_gethostbyname" >&6; }
7785 ac_res=$ac_cv_search_gethostbyname
7786 if test "$ac_res" != no; then :
7787 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7792 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
7794 $as_echo_n "checking for library containing socketpair... " >&6; }
7795 if test "${ac_cv_search_socketpair+set}" = set; then :
7796 $as_echo_n "(cached) " >&6
7798 ac_func_search_save_LIBS=$LIBS
7799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7800 /* end confdefs.h. */
7802 /* Override any GCC internal prototype to avoid an error.
7803 Use char because int might match the return type of a GCC
7804 builtin and then its argument prototype would still apply. */
7812 return socketpair ();
7817 for ac_lib in '' socket; do
7818 if test -z "$ac_lib"; then
7819 ac_res="none required"
7822 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7824 if ac_fn_c_try_link "$LINENO"; then :
7825 ac_cv_search_socketpair=$ac_res
7827 rm -f core conftest.err conftest.$ac_objext \
7829 if test "${ac_cv_search_socketpair+set}" = set; then :
7833 if test "${ac_cv_search_socketpair+set}" = set; then :
7836 ac_cv_search_socketpair=no
7839 LIBS=$ac_func_search_save_LIBS
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
7842 $as_echo "$ac_cv_search_socketpair" >&6; }
7843 ac_res=$ac_cv_search_socketpair
7844 if test "$ac_res" != no; then :
7845 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7850 # Link in zlib if we can. This allows us to read compressed debug sections.
7852 # Use the system's zlib library.
7853 zlibdir="-L\$(top_builddir)/../zlib"
7854 zlibinc="-I\$(top_srcdir)/../zlib"
7856 # Check whether --with-system-zlib was given.
7857 if test "${with_system_zlib+set}" = set; then :
7858 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7869 # On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
7870 # On GNU/kFreeBSD systems, FreeBSD libutil is renamed to libutil-freebsd.
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
7872 $as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
7873 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7874 $as_echo_n "(cached) " >&6
7876 ac_func_search_save_LIBS=$LIBS
7877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7878 /* end confdefs.h. */
7880 /* Override any GCC internal prototype to avoid an error.
7881 Use char because int might match the return type of a GCC
7882 builtin and then its argument prototype would still apply. */
7886 char kinfo_getvmmap ();
7890 return kinfo_getvmmap ();
7895 for ac_lib in '' util util-freebsd; do
7896 if test -z "$ac_lib"; then
7897 ac_res="none required"
7900 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7902 if ac_fn_c_try_link "$LINENO"; then :
7903 ac_cv_search_kinfo_getvmmap=$ac_res
7905 rm -f core conftest.err conftest.$ac_objext \
7907 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7911 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7914 ac_cv_search_kinfo_getvmmap=no
7917 LIBS=$ac_func_search_save_LIBS
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getvmmap" >&5
7920 $as_echo "$ac_cv_search_kinfo_getvmmap" >&6; }
7921 ac_res=$ac_cv_search_kinfo_getvmmap
7922 if test "$ac_res" != no; then :
7923 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7925 $as_echo "#define HAVE_KINFO_GETVMMAP 1" >>confdefs.h
7931 if test "X$prefix" = "XNONE"; then
7932 acl_final_prefix="$ac_default_prefix"
7934 acl_final_prefix="$prefix"
7936 if test "X$exec_prefix" = "XNONE"; then
7937 acl_final_exec_prefix='${prefix}'
7939 acl_final_exec_prefix="$exec_prefix"
7941 acl_save_prefix="$prefix"
7942 prefix="$acl_final_prefix"
7943 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7944 prefix="$acl_save_prefix"
7947 # Check whether --with-gnu-ld was given.
7948 if test "${with_gnu_ld+set}" = set; then :
7949 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7954 # Prepare PATH_SEPARATOR.
7955 # The user is always right.
7956 if test "${PATH_SEPARATOR+set}" != set; then
7957 echo "#! /bin/sh" >conf$$.sh
7958 echo "exit 0" >>conf$$.sh
7960 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7968 if test "$GCC" = yes; then
7969 # Check if gcc -print-prog-name=ld gives a path.
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
7971 $as_echo_n "checking for ld used by GCC... " >&6; }
7974 # gcc leaves a trailing carriage return which upsets mingw
7975 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7977 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7980 # Accept absolute paths.
7981 [\\/]* | [A-Za-z]:[\\/]*)
7982 re_direlt='/[^/][^/]*/\.\./'
7983 # Canonicalize the path of ld
7984 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7985 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7986 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7988 test -z "$LD" && LD="$ac_prog"
7991 # If it fails, then pretend we aren't using GCC.
7995 # If it is relative, then search for the first ld in PATH.
7999 elif test "$with_gnu_ld" = yes; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
8001 $as_echo_n "checking for GNU ld... " >&6; }
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8004 $as_echo_n "checking for non-GNU ld... " >&6; }
8006 if test "${acl_cv_path_LD+set}" = set; then :
8007 $as_echo_n "(cached) " >&6
8009 if test -z "$LD"; then
8010 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
8011 for ac_dir in $PATH; do
8012 test -z "$ac_dir" && ac_dir=.
8013 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
8014 acl_cv_path_LD="$ac_dir/$ac_prog"
8015 # Check to see if the program is GNU ld. I'd rather use --version,
8016 # but apparently some GNU ld's only accept -v.
8017 # Break only if it was the GNU/non-GNU ld that we prefer.
8018 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
8019 test "$with_gnu_ld" != no && break
8021 test "$with_gnu_ld" != yes && break
8027 acl_cv_path_LD="$LD" # Let the user override the test with a path.
8031 LD="$acl_cv_path_LD"
8032 if test -n "$LD"; then
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8034 $as_echo "$LD" >&6; }
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8037 $as_echo "no" >&6; }
8039 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8041 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
8042 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
8043 $as_echo_n "(cached) " >&6
8045 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
8046 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
8047 acl_cv_prog_gnu_ld=yes
8049 acl_cv_prog_gnu_ld=no
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
8053 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
8054 with_gnu_ld=$acl_cv_prog_gnu_ld
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
8059 $as_echo_n "checking for shared library run path origin... " >&6; }
8060 if test "${acl_cv_rpath+set}" = set; then :
8061 $as_echo_n "(cached) " >&6
8064 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
8065 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
8072 $as_echo "$acl_cv_rpath" >&6; }
8074 libext="$acl_cv_libext"
8075 shlibext="$acl_cv_shlibext"
8076 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
8077 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
8078 hardcode_direct="$acl_cv_hardcode_direct"
8079 hardcode_minus_L="$acl_cv_hardcode_minus_L"
8080 # Check whether --enable-rpath was given.
8081 if test "${enable_rpath+set}" = set; then :
8082 enableval=$enable_rpath; :
8096 acl_save_prefix="$prefix"
8097 prefix="$acl_final_prefix"
8098 acl_save_exec_prefix="$exec_prefix"
8099 exec_prefix="$acl_final_exec_prefix"
8101 eval additional_includedir=\"$includedir\"
8102 eval additional_libdir=\"$libdir\"
8104 exec_prefix="$acl_save_exec_prefix"
8105 prefix="$acl_save_prefix"
8108 # Check whether --with-libiconv-prefix was given.
8109 if test "${with_libiconv_prefix+set}" = set; then :
8110 withval=$with_libiconv_prefix;
8111 if test "X$withval" = "Xno"; then
8114 if test "X$withval" = "X"; then
8116 acl_save_prefix="$prefix"
8117 prefix="$acl_final_prefix"
8118 acl_save_exec_prefix="$exec_prefix"
8119 exec_prefix="$acl_final_exec_prefix"
8121 eval additional_includedir=\"$includedir\"
8122 eval additional_libdir=\"$libdir\"
8124 exec_prefix="$acl_save_exec_prefix"
8125 prefix="$acl_save_prefix"
8128 additional_includedir="$withval/include"
8129 additional_libdir="$withval/lib"
8140 names_already_handled=
8141 names_next_round='iconv '
8142 while test -n "$names_next_round"; do
8143 names_this_round="$names_next_round"
8145 for name in $names_this_round; do
8147 for n in $names_already_handled; do
8148 if test "$n" = "$name"; then
8153 if test -z "$already_handled"; then
8154 names_already_handled="$names_already_handled $name"
8155 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8156 eval value=\"\$HAVE_LIB$uppername\"
8157 if test -n "$value"; then
8158 if test "$value" = yes; then
8159 eval value=\"\$LIB$uppername\"
8160 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
8161 eval value=\"\$LTLIB$uppername\"
8162 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
8171 if test $use_additional = yes; then
8172 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8173 found_dir="$additional_libdir"
8174 found_so="$additional_libdir/lib$name.$shlibext"
8175 if test -f "$additional_libdir/lib$name.la"; then
8176 found_la="$additional_libdir/lib$name.la"
8179 if test -f "$additional_libdir/lib$name.$libext"; then
8180 found_dir="$additional_libdir"
8181 found_a="$additional_libdir/lib$name.$libext"
8182 if test -f "$additional_libdir/lib$name.la"; then
8183 found_la="$additional_libdir/lib$name.la"
8188 if test "X$found_dir" = "X"; then
8189 for x in $LDFLAGS $LTLIBICONV; do
8191 acl_save_prefix="$prefix"
8192 prefix="$acl_final_prefix"
8193 acl_save_exec_prefix="$exec_prefix"
8194 exec_prefix="$acl_final_exec_prefix"
8196 exec_prefix="$acl_save_exec_prefix"
8197 prefix="$acl_save_prefix"
8201 dir=`echo "X$x" | sed -e 's/^X-L//'`
8202 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8204 found_so="$dir/lib$name.$shlibext"
8205 if test -f "$dir/lib$name.la"; then
8206 found_la="$dir/lib$name.la"
8209 if test -f "$dir/lib$name.$libext"; then
8211 found_a="$dir/lib$name.$libext"
8212 if test -f "$dir/lib$name.la"; then
8213 found_la="$dir/lib$name.la"
8219 if test "X$found_dir" != "X"; then
8224 if test "X$found_dir" != "X"; then
8225 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
8226 if test "X$found_so" != "X"; then
8227 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8228 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8231 for x in $ltrpathdirs; do
8232 if test "X$x" = "X$found_dir"; then
8237 if test -z "$haveit"; then
8238 ltrpathdirs="$ltrpathdirs $found_dir"
8240 if test "$hardcode_direct" = yes; then
8241 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8243 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8244 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8246 for x in $rpathdirs; do
8247 if test "X$x" = "X$found_dir"; then
8252 if test -z "$haveit"; then
8253 rpathdirs="$rpathdirs $found_dir"
8257 for x in $LDFLAGS $LIBICONV; do
8259 acl_save_prefix="$prefix"
8260 prefix="$acl_final_prefix"
8261 acl_save_exec_prefix="$exec_prefix"
8262 exec_prefix="$acl_final_exec_prefix"
8264 exec_prefix="$acl_save_exec_prefix"
8265 prefix="$acl_save_prefix"
8267 if test "X$x" = "X-L$found_dir"; then
8272 if test -z "$haveit"; then
8273 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
8275 if test "$hardcode_minus_L" != no; then
8276 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8278 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8284 if test "X$found_a" != "X"; then
8285 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
8287 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
8290 additional_includedir=
8291 case "$found_dir" in
8293 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8294 additional_includedir="$basedir/include"
8297 if test "X$additional_includedir" != "X"; then
8298 if test "X$additional_includedir" != "X/usr/include"; then
8300 if test "X$additional_includedir" = "X/usr/local/include"; then
8301 if test -n "$GCC"; then
8303 linux*) haveit=yes;;
8307 if test -z "$haveit"; then
8308 for x in $CPPFLAGS $INCICONV; do
8310 acl_save_prefix="$prefix"
8311 prefix="$acl_final_prefix"
8312 acl_save_exec_prefix="$exec_prefix"
8313 exec_prefix="$acl_final_exec_prefix"
8315 exec_prefix="$acl_save_exec_prefix"
8316 prefix="$acl_save_prefix"
8318 if test "X$x" = "X-I$additional_includedir"; then
8323 if test -z "$haveit"; then
8324 if test -d "$additional_includedir"; then
8325 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
8331 if test -n "$found_la"; then
8332 save_libdir="$libdir"
8334 */* | *\\*) . "$found_la" ;;
8335 *) . "./$found_la" ;;
8337 libdir="$save_libdir"
8338 for dep in $dependency_libs; do
8341 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
8342 if test "X$additional_libdir" != "X/usr/lib"; then
8344 if test "X$additional_libdir" = "X/usr/local/lib"; then
8345 if test -n "$GCC"; then
8347 linux*) haveit=yes;;
8351 if test -z "$haveit"; then
8353 for x in $LDFLAGS $LIBICONV; do
8355 acl_save_prefix="$prefix"
8356 prefix="$acl_final_prefix"
8357 acl_save_exec_prefix="$exec_prefix"
8358 exec_prefix="$acl_final_exec_prefix"
8360 exec_prefix="$acl_save_exec_prefix"
8361 prefix="$acl_save_prefix"
8363 if test "X$x" = "X-L$additional_libdir"; then
8368 if test -z "$haveit"; then
8369 if test -d "$additional_libdir"; then
8370 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
8374 for x in $LDFLAGS $LTLIBICONV; do
8376 acl_save_prefix="$prefix"
8377 prefix="$acl_final_prefix"
8378 acl_save_exec_prefix="$exec_prefix"
8379 exec_prefix="$acl_final_exec_prefix"
8381 exec_prefix="$acl_save_exec_prefix"
8382 prefix="$acl_save_prefix"
8384 if test "X$x" = "X-L$additional_libdir"; then
8389 if test -z "$haveit"; then
8390 if test -d "$additional_libdir"; then
8391 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
8398 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8399 if test "$enable_rpath" != no; then
8401 for x in $rpathdirs; do
8402 if test "X$x" = "X$dir"; then
8407 if test -z "$haveit"; then
8408 rpathdirs="$rpathdirs $dir"
8411 for x in $ltrpathdirs; do
8412 if test "X$x" = "X$dir"; then
8417 if test -z "$haveit"; then
8418 ltrpathdirs="$ltrpathdirs $dir"
8423 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8426 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8429 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
8430 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
8436 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8437 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
8443 if test "X$rpathdirs" != "X"; then
8444 if test -n "$hardcode_libdir_separator"; then
8446 for found_dir in $rpathdirs; do
8447 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8449 acl_save_libdir="$libdir"
8451 eval flag=\"$hardcode_libdir_flag_spec\"
8452 libdir="$acl_save_libdir"
8453 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8455 for found_dir in $rpathdirs; do
8456 acl_save_libdir="$libdir"
8458 eval flag=\"$hardcode_libdir_flag_spec\"
8459 libdir="$acl_save_libdir"
8460 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8464 if test "X$ltrpathdirs" != "X"; then
8465 for found_dir in $ltrpathdirs; do
8466 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
8477 $as_echo_n "checking for iconv... " >&6; }
8478 if test "${am_cv_func_iconv+set}" = set; then :
8479 $as_echo_n "(cached) " >&6
8482 am_cv_func_iconv="no, consider installing GNU libiconv"
8484 am_save_CPPFLAGS="$CPPFLAGS"
8485 CPPFLAGS="$CPPFLAGS $INCICONV"
8486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8487 /* end confdefs.h. */
8493 iconv_t cd = iconv_open("","");
8494 iconv(cd,NULL,NULL,NULL,NULL);
8500 if ac_fn_c_try_link "$LINENO"; then :
8501 am_cv_func_iconv=yes
8503 rm -f core conftest.err conftest.$ac_objext \
8504 conftest$ac_exeext conftest.$ac_ext
8505 CPPFLAGS="$am_save_CPPFLAGS"
8507 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
8508 for _libs in .libs _libs; do
8509 am_save_CPPFLAGS="$CPPFLAGS"
8510 am_save_LIBS="$LIBS"
8511 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
8512 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
8513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8514 /* end confdefs.h. */
8520 iconv_t cd = iconv_open("","");
8521 iconv(cd,NULL,NULL,NULL,NULL);
8527 if ac_fn_c_try_link "$LINENO"; then :
8528 INCICONV="-I../libiconv/include"
8529 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
8530 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
8532 am_cv_func_iconv=yes
8534 rm -f core conftest.err conftest.$ac_objext \
8535 conftest$ac_exeext conftest.$ac_ext
8536 CPPFLAGS="$am_save_CPPFLAGS"
8537 LIBS="$am_save_LIBS"
8538 if test "$am_cv_func_iconv" = "yes"; then
8544 if test "$am_cv_func_iconv" != yes; then
8545 am_save_CPPFLAGS="$CPPFLAGS"
8546 am_save_LIBS="$LIBS"
8547 CPPFLAGS="$LIBS $INCICONV"
8548 LIBS="$LIBS $LIBICONV"
8549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8550 /* end confdefs.h. */
8556 iconv_t cd = iconv_open("","");
8557 iconv(cd,NULL,NULL,NULL,NULL);
8563 if ac_fn_c_try_link "$LINENO"; then :
8565 am_cv_func_iconv=yes
8567 rm -f core conftest.err conftest.$ac_objext \
8568 conftest$ac_exeext conftest.$ac_ext
8569 CPPFLAGS="$am_save_CPPFLAGS"
8570 LIBS="$am_save_LIBS"
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
8575 $as_echo "$am_cv_func_iconv" >&6; }
8576 if test "$am_cv_func_iconv" = yes; then
8578 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
8581 if test "$am_cv_lib_iconv" = yes; then
8583 for element in $INCICONV; do
8585 for x in $CPPFLAGS; do
8587 acl_save_prefix="$prefix"
8588 prefix="$acl_final_prefix"
8589 acl_save_exec_prefix="$exec_prefix"
8590 exec_prefix="$acl_final_exec_prefix"
8592 exec_prefix="$acl_save_exec_prefix"
8593 prefix="$acl_save_prefix"
8595 if test "X$x" = "X$element"; then
8600 if test -z "$haveit"; then
8601 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
8606 $as_echo_n "checking how to link with libiconv... " >&6; }
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
8608 $as_echo "$LIBICONV" >&6; }
8616 if test "$am_cv_func_iconv" = yes; then
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
8618 $as_echo_n "checking for iconv declaration... " >&6; }
8619 if test "${am_cv_proto_iconv+set}" = set; then :
8620 $as_echo_n "(cached) " >&6
8623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8624 /* end confdefs.h. */
8632 #if defined(__STDC__) || defined(__cplusplus)
8633 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
8646 if ac_fn_c_try_compile "$LINENO"; then :
8647 am_cv_proto_iconv_arg1=""
8649 am_cv_proto_iconv_arg1="const"
8651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8652 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);"
8655 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
8657 }$am_cv_proto_iconv" >&5
8659 }$am_cv_proto_iconv" >&6; }
8661 cat >>confdefs.h <<_ACEOF
8662 #define ICONV_CONST $am_cv_proto_iconv_arg1
8668 # GDB may fork/exec the iconv program to get the list of supported character
8669 # sets. Allow the user to specify where to find it.
8670 # There are several factors affecting the choice of option name:
8671 # - There is already --with-libiconv-prefix but we can't use it, it specifies
8672 # the build-time location of libiconv files.
8673 # - The program we need to find is iconv, which comes with glibc. The user
8674 # doesn't necessarily have libiconv installed. Therefore naming this
8675 # --with-libiconv-foo feels wrong.
8676 # - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
8677 # defined to work on directories not files (though it really doesn't know
8679 # - Calling this --with-iconv-prefix is perceived to cause too much confusion
8680 # with --with-libiconv-prefix.
8681 # Putting these together is why the option name is --with-iconv-bin.
8684 # Check whether --with-iconv-bin was given.
8685 if test "${with_iconv_bin+set}" = set; then :
8686 withval=$with_iconv_bin; iconv_bin="${withval}"
8688 cat >>confdefs.h <<_ACEOF
8689 #define ICONV_BIN "${iconv_bin}"
8693 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8694 if test "x$prefix" = xNONE; then
8695 test_prefix=/usr/local
8700 test_prefix=$exec_prefix
8703 case ${iconv_bin} in
8704 "${test_prefix}"|"${test_prefix}/"*|\
8705 '${exec_prefix}'|'${exec_prefix}/'*)
8710 cat >>confdefs.h <<_ACEOF
8711 #define ICONV_BIN_RELOCATABLE $value
8719 # For the TUI, we need enhanced curses functionality.
8720 if test x"$enable_tui" != xno; then
8725 if test x"$prefer_curses" = xyes; then
8726 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
8727 # curses library because the latter might not provide all the
8728 # functionality we need. However, this leads to problems on systems
8729 # where the linker searches /usr/local/lib, but the compiler doesn't
8730 # search /usr/local/include, if ncurses is installed in /usr/local. A
8731 # default installation of ncurses on alpha*-dec-osf* will lead to such
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
8734 $as_echo_n "checking for library containing waddstr... " >&6; }
8735 if test "${ac_cv_search_waddstr+set}" = set; then :
8736 $as_echo_n "(cached) " >&6
8738 ac_func_search_save_LIBS=$LIBS
8739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8740 /* end confdefs.h. */
8742 /* Override any GCC internal prototype to avoid an error.
8743 Use char because int might match the return type of a GCC
8744 builtin and then its argument prototype would still apply. */
8757 for ac_lib in '' ncursesw ncurses cursesX curses; do
8758 if test -z "$ac_lib"; then
8759 ac_res="none required"
8762 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8764 if ac_fn_c_try_link "$LINENO"; then :
8765 ac_cv_search_waddstr=$ac_res
8767 rm -f core conftest.err conftest.$ac_objext \
8769 if test "${ac_cv_search_waddstr+set}" = set; then :
8773 if test "${ac_cv_search_waddstr+set}" = set; then :
8776 ac_cv_search_waddstr=no
8779 LIBS=$ac_func_search_save_LIBS
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
8782 $as_echo "$ac_cv_search_waddstr" >&6; }
8783 ac_res=$ac_cv_search_waddstr
8784 if test "$ac_res" != no; then :
8785 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8790 if test "$ac_cv_search_waddstr" != no; then
8795 # Check whether we should enable the TUI, but only do so if we really
8797 if test x"$enable_tui" != xno; then
8798 if test -d $srcdir/tui; then
8799 if test "$curses_found" != no; then
8800 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
8801 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
8802 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
8803 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
8805 if test x"$enable_tui" = xyes; then
8806 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
8809 $as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
8815 # Since GDB uses Readline, we need termcap functionality. In many
8816 # cases this will be provided by the curses library, but some systems
8817 # have a separate termcap library, or no curses library at all.
8821 if test -d $srcdir/libtermcap; then
8822 LIBS="../libtermcap/libtermcap.a $LIBS"
8823 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
8826 ac_cv_search_tgetent="none required"
8830 # These are the libraries checked by Readline.
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
8832 $as_echo_n "checking for library containing tgetent... " >&6; }
8833 if test "${ac_cv_search_tgetent+set}" = set; then :
8834 $as_echo_n "(cached) " >&6
8836 ac_func_search_save_LIBS=$LIBS
8837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8838 /* end confdefs.h. */
8840 /* Override any GCC internal prototype to avoid an error.
8841 Use char because int might match the return type of a GCC
8842 builtin and then its argument prototype would still apply. */
8855 for ac_lib in '' termcap tinfo curses ncursesw ncurses; do
8856 if test -z "$ac_lib"; then
8857 ac_res="none required"
8860 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8862 if ac_fn_c_try_link "$LINENO"; then :
8863 ac_cv_search_tgetent=$ac_res
8865 rm -f core conftest.err conftest.$ac_objext \
8867 if test "${ac_cv_search_tgetent+set}" = set; then :
8871 if test "${ac_cv_search_tgetent+set}" = set; then :
8874 ac_cv_search_tgetent=no
8877 LIBS=$ac_func_search_save_LIBS
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
8880 $as_echo "$ac_cv_search_tgetent" >&6; }
8881 ac_res=$ac_cv_search_tgetent
8882 if test "$ac_res" != no; then :
8883 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8888 if test "$ac_cv_search_tgetent" = no; then
8889 CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
8893 # Check whether --with-system-readline was given.
8894 if test "${with_system_readline+set}" = set; then :
8895 withval=$with_system_readline;
8899 if test "$with_system_readline" = yes; then
8903 READLINE_TEXI_INCFLAG=
8905 READLINE='$(READLINE_DIR)/libreadline.a'
8906 READLINE_DEPS='$(READLINE)'
8907 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
8908 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
8915 # Generate jit-reader.h
8917 # This is typedeffed to GDB_CORE_ADDR in jit-reader.h
8920 # The cast to long int works around a bug in the HP C Compiler
8921 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8922 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8923 # This bug is HP SR number 8606223364.
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
8925 $as_echo_n "checking size of unsigned long long... " >&6; }
8926 if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
8927 $as_echo_n "(cached) " >&6
8929 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
8932 if test "$ac_cv_type_unsigned_long_long" = yes; then
8933 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8934 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8935 { as_fn_set_status 77
8936 as_fn_error "cannot compute sizeof (unsigned long long)
8937 See \`config.log' for more details." "$LINENO" 5; }; }
8939 ac_cv_sizeof_unsigned_long_long=0
8944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
8945 $as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
8949 cat >>confdefs.h <<_ACEOF
8950 #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
8954 # The cast to long int works around a bug in the HP C Compiler
8955 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8956 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8957 # This bug is HP SR number 8606223364.
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
8959 $as_echo_n "checking size of unsigned long... " >&6; }
8960 if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
8961 $as_echo_n "(cached) " >&6
8963 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
8966 if test "$ac_cv_type_unsigned_long" = yes; then
8967 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8969 { as_fn_set_status 77
8970 as_fn_error "cannot compute sizeof (unsigned long)
8971 See \`config.log' for more details." "$LINENO" 5; }; }
8973 ac_cv_sizeof_unsigned_long=0
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
8979 $as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
8983 cat >>confdefs.h <<_ACEOF
8984 #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
8988 # The cast to long int works around a bug in the HP C Compiler
8989 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8990 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8991 # This bug is HP SR number 8606223364.
8992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
8993 $as_echo_n "checking size of unsigned __int128... " >&6; }
8994 if test "${ac_cv_sizeof_unsigned___int128+set}" = set; then :
8995 $as_echo_n "(cached) " >&6
8997 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
9000 if test "$ac_cv_type_unsigned___int128" = yes; then
9001 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9002 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9003 { as_fn_set_status 77
9004 as_fn_error "cannot compute sizeof (unsigned __int128)
9005 See \`config.log' for more details." "$LINENO" 5; }; }
9007 ac_cv_sizeof_unsigned___int128=0
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
9013 $as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
9017 cat >>confdefs.h <<_ACEOF
9018 #define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
9023 if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
9024 TARGET_PTR="unsigned long"
9025 elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
9026 TARGET_PTR="unsigned long long"
9027 elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
9028 TARGET_PTR="unsigned __int128"
9030 TARGET_PTR="unsigned long"
9034 ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9038 $as_echo_n "checking for library containing dlopen... " >&6; }
9039 if test "${ac_cv_search_dlopen+set}" = set; then :
9040 $as_echo_n "(cached) " >&6
9042 ac_func_search_save_LIBS=$LIBS
9043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9044 /* end confdefs.h. */
9046 /* Override any GCC internal prototype to avoid an error.
9047 Use char because int might match the return type of a GCC
9048 builtin and then its argument prototype would still apply. */
9061 for ac_lib in '' dl; do
9062 if test -z "$ac_lib"; then
9063 ac_res="none required"
9066 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9068 if ac_fn_c_try_link "$LINENO"; then :
9069 ac_cv_search_dlopen=$ac_res
9071 rm -f core conftest.err conftest.$ac_objext \
9073 if test "${ac_cv_search_dlopen+set}" = set; then :
9077 if test "${ac_cv_search_dlopen+set}" = set; then :
9080 ac_cv_search_dlopen=no
9083 LIBS=$ac_func_search_save_LIBS
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9086 $as_echo "$ac_cv_search_dlopen" >&6; }
9087 ac_res=$ac_cv_search_dlopen
9088 if test "$ac_res" != no; then :
9089 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9096 # Check whether --with-jit-reader-dir was given.
9097 if test "${with_jit_reader_dir+set}" = set; then :
9098 withval=$with_jit_reader_dir;
9099 JIT_READER_DIR=$withval
9101 JIT_READER_DIR=${libdir}/gdb
9105 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
9106 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9107 ac_define_dir=`eval echo $JIT_READER_DIR`
9108 ac_define_dir=`eval echo $ac_define_dir`
9110 cat >>confdefs.h <<_ACEOF
9111 #define JIT_READER_DIR "$ac_define_dir"
9117 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
9118 if test "x$prefix" = xNONE; then
9119 test_prefix=/usr/local
9124 test_prefix=$exec_prefix
9127 case ${ac_define_dir} in
9128 "${test_prefix}"|"${test_prefix}/"*|\
9129 '${exec_prefix}'|'${exec_prefix}/'*)
9134 cat >>confdefs.h <<_ACEOF
9135 #define JIT_READER_DIR_RELOCATABLE $value
9142 # Check whether --with-expat was given.
9143 if test "${with_expat+set}" = set; then :
9144 withval=$with_expat;
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
9150 $as_echo_n "checking whether to use expat... " >&6; }
9151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
9152 $as_echo "$with_expat" >&6; }
9154 if test "${with_expat}" = no; then
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
9156 $as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
9169 acl_save_prefix="$prefix"
9170 prefix="$acl_final_prefix"
9171 acl_save_exec_prefix="$exec_prefix"
9172 exec_prefix="$acl_final_exec_prefix"
9174 eval additional_includedir=\"$includedir\"
9175 eval additional_libdir=\"$libdir\"
9177 exec_prefix="$acl_save_exec_prefix"
9178 prefix="$acl_save_prefix"
9181 # Check whether --with-libexpat-prefix was given.
9182 if test "${with_libexpat_prefix+set}" = set; then :
9183 withval=$with_libexpat_prefix;
9184 if test "X$withval" = "Xno"; then
9187 if test "X$withval" = "X"; then
9189 acl_save_prefix="$prefix"
9190 prefix="$acl_final_prefix"
9191 acl_save_exec_prefix="$exec_prefix"
9192 exec_prefix="$acl_final_exec_prefix"
9194 eval additional_includedir=\"$includedir\"
9195 eval additional_libdir=\"$libdir\"
9197 exec_prefix="$acl_save_exec_prefix"
9198 prefix="$acl_save_prefix"
9201 additional_includedir="$withval/include"
9202 additional_libdir="$withval/lib"
9213 names_already_handled=
9214 names_next_round='expat '
9215 while test -n "$names_next_round"; do
9216 names_this_round="$names_next_round"
9218 for name in $names_this_round; do
9220 for n in $names_already_handled; do
9221 if test "$n" = "$name"; then
9226 if test -z "$already_handled"; then
9227 names_already_handled="$names_already_handled $name"
9228 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9229 eval value=\"\$HAVE_LIB$uppername\"
9230 if test -n "$value"; then
9231 if test "$value" = yes; then
9232 eval value=\"\$LIB$uppername\"
9233 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
9234 eval value=\"\$LTLIB$uppername\"
9235 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
9244 if test $use_additional = yes; then
9245 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9246 found_dir="$additional_libdir"
9247 found_so="$additional_libdir/lib$name.$shlibext"
9248 if test -f "$additional_libdir/lib$name.la"; then
9249 found_la="$additional_libdir/lib$name.la"
9252 if test -f "$additional_libdir/lib$name.$libext"; then
9253 found_dir="$additional_libdir"
9254 found_a="$additional_libdir/lib$name.$libext"
9255 if test -f "$additional_libdir/lib$name.la"; then
9256 found_la="$additional_libdir/lib$name.la"
9261 if test "X$found_dir" = "X"; then
9262 for x in $LDFLAGS $LTLIBEXPAT; do
9264 acl_save_prefix="$prefix"
9265 prefix="$acl_final_prefix"
9266 acl_save_exec_prefix="$exec_prefix"
9267 exec_prefix="$acl_final_exec_prefix"
9269 exec_prefix="$acl_save_exec_prefix"
9270 prefix="$acl_save_prefix"
9274 dir=`echo "X$x" | sed -e 's/^X-L//'`
9275 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9277 found_so="$dir/lib$name.$shlibext"
9278 if test -f "$dir/lib$name.la"; then
9279 found_la="$dir/lib$name.la"
9282 if test -f "$dir/lib$name.$libext"; then
9284 found_a="$dir/lib$name.$libext"
9285 if test -f "$dir/lib$name.la"; then
9286 found_la="$dir/lib$name.la"
9292 if test "X$found_dir" != "X"; then
9297 if test "X$found_dir" != "X"; then
9298 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
9299 if test "X$found_so" != "X"; then
9300 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9301 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9304 for x in $ltrpathdirs; do
9305 if test "X$x" = "X$found_dir"; then
9310 if test -z "$haveit"; then
9311 ltrpathdirs="$ltrpathdirs $found_dir"
9313 if test "$hardcode_direct" = yes; then
9314 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9316 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9317 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9319 for x in $rpathdirs; do
9320 if test "X$x" = "X$found_dir"; then
9325 if test -z "$haveit"; then
9326 rpathdirs="$rpathdirs $found_dir"
9330 for x in $LDFLAGS $LIBEXPAT; do
9332 acl_save_prefix="$prefix"
9333 prefix="$acl_final_prefix"
9334 acl_save_exec_prefix="$exec_prefix"
9335 exec_prefix="$acl_final_exec_prefix"
9337 exec_prefix="$acl_save_exec_prefix"
9338 prefix="$acl_save_prefix"
9340 if test "X$x" = "X-L$found_dir"; then
9345 if test -z "$haveit"; then
9346 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
9348 if test "$hardcode_minus_L" != no; then
9349 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9351 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
9357 if test "X$found_a" != "X"; then
9358 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
9360 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
9363 additional_includedir=
9364 case "$found_dir" in
9366 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9367 additional_includedir="$basedir/include"
9370 if test "X$additional_includedir" != "X"; then
9371 if test "X$additional_includedir" != "X/usr/include"; then
9373 if test "X$additional_includedir" = "X/usr/local/include"; then
9374 if test -n "$GCC"; then
9376 linux*) haveit=yes;;
9380 if test -z "$haveit"; then
9381 for x in $CPPFLAGS $INCEXPAT; do
9383 acl_save_prefix="$prefix"
9384 prefix="$acl_final_prefix"
9385 acl_save_exec_prefix="$exec_prefix"
9386 exec_prefix="$acl_final_exec_prefix"
9388 exec_prefix="$acl_save_exec_prefix"
9389 prefix="$acl_save_prefix"
9391 if test "X$x" = "X-I$additional_includedir"; then
9396 if test -z "$haveit"; then
9397 if test -d "$additional_includedir"; then
9398 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
9404 if test -n "$found_la"; then
9405 save_libdir="$libdir"
9407 */* | *\\*) . "$found_la" ;;
9408 *) . "./$found_la" ;;
9410 libdir="$save_libdir"
9411 for dep in $dependency_libs; do
9414 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
9415 if test "X$additional_libdir" != "X/usr/lib"; then
9417 if test "X$additional_libdir" = "X/usr/local/lib"; then
9418 if test -n "$GCC"; then
9420 linux*) haveit=yes;;
9424 if test -z "$haveit"; then
9426 for x in $LDFLAGS $LIBEXPAT; do
9428 acl_save_prefix="$prefix"
9429 prefix="$acl_final_prefix"
9430 acl_save_exec_prefix="$exec_prefix"
9431 exec_prefix="$acl_final_exec_prefix"
9433 exec_prefix="$acl_save_exec_prefix"
9434 prefix="$acl_save_prefix"
9436 if test "X$x" = "X-L$additional_libdir"; then
9441 if test -z "$haveit"; then
9442 if test -d "$additional_libdir"; then
9443 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
9447 for x in $LDFLAGS $LTLIBEXPAT; do
9449 acl_save_prefix="$prefix"
9450 prefix="$acl_final_prefix"
9451 acl_save_exec_prefix="$exec_prefix"
9452 exec_prefix="$acl_final_exec_prefix"
9454 exec_prefix="$acl_save_exec_prefix"
9455 prefix="$acl_save_prefix"
9457 if test "X$x" = "X-L$additional_libdir"; then
9462 if test -z "$haveit"; then
9463 if test -d "$additional_libdir"; then
9464 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
9471 dir=`echo "X$dep" | sed -e 's/^X-R//'`
9472 if test "$enable_rpath" != no; then
9474 for x in $rpathdirs; do
9475 if test "X$x" = "X$dir"; then
9480 if test -z "$haveit"; then
9481 rpathdirs="$rpathdirs $dir"
9484 for x in $ltrpathdirs; do
9485 if test "X$x" = "X$dir"; then
9490 if test -z "$haveit"; then
9491 ltrpathdirs="$ltrpathdirs $dir"
9496 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
9499 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
9502 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
9503 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
9509 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
9510 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
9516 if test "X$rpathdirs" != "X"; then
9517 if test -n "$hardcode_libdir_separator"; then
9519 for found_dir in $rpathdirs; do
9520 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
9522 acl_save_libdir="$libdir"
9524 eval flag=\"$hardcode_libdir_flag_spec\"
9525 libdir="$acl_save_libdir"
9526 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
9528 for found_dir in $rpathdirs; do
9529 acl_save_libdir="$libdir"
9531 eval flag=\"$hardcode_libdir_flag_spec\"
9532 libdir="$acl_save_libdir"
9533 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
9537 if test "X$ltrpathdirs" != "X"; then
9538 for found_dir in $ltrpathdirs; do
9539 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
9544 ac_save_CPPFLAGS="$CPPFLAGS"
9546 for element in $INCEXPAT; do
9548 for x in $CPPFLAGS; do
9550 acl_save_prefix="$prefix"
9551 prefix="$acl_final_prefix"
9552 acl_save_exec_prefix="$exec_prefix"
9553 exec_prefix="$acl_final_exec_prefix"
9555 exec_prefix="$acl_save_exec_prefix"
9556 prefix="$acl_save_prefix"
9558 if test "X$x" = "X$element"; then
9563 if test -z "$haveit"; then
9564 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
9569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
9570 $as_echo_n "checking for libexpat... " >&6; }
9571 if test "${ac_cv_libexpat+set}" = set; then :
9572 $as_echo_n "(cached) " >&6
9575 ac_save_LIBS="$LIBS"
9576 LIBS="$LIBS $LIBEXPAT"
9577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9578 /* end confdefs.h. */
9583 XML_Parser p = XML_ParserCreate (0);
9588 if ac_fn_c_try_link "$LINENO"; then :
9593 rm -f core conftest.err conftest.$ac_objext \
9594 conftest$ac_exeext conftest.$ac_ext
9595 LIBS="$ac_save_LIBS"
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
9599 $as_echo "$ac_cv_libexpat" >&6; }
9600 if test "$ac_cv_libexpat" = yes; then
9603 $as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
9606 $as_echo_n "checking how to link with libexpat... " >&6; }
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
9608 $as_echo "$LIBEXPAT" >&6; }
9611 CPPFLAGS="$ac_save_CPPFLAGS"
9621 if test "$HAVE_LIBEXPAT" != yes; then
9622 if test "$with_expat" = yes; then
9623 as_fn_error "expat is missing or unusable" "$LINENO" 5
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
9626 $as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
9630 LIBS="$LIBS $LIBEXPAT"
9631 for ac_func in XML_StopParser
9633 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
9634 if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
9635 cat >>confdefs.h <<_ACEOF
9636 #define HAVE_XML_STOPPARSER 1
9647 # Check whether --with-mpfr was given.
9648 if test "${with_mpfr+set}" = set; then :
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use MPFR" >&5
9655 $as_echo_n "checking whether to use MPFR... " >&6; }
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mpfr" >&5
9657 $as_echo "$with_mpfr" >&6; }
9659 if test "${with_mpfr}" = no; then
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MPFR support disabled; some features may be unavailable." >&5
9661 $as_echo "$as_me: WARNING: MPFR support disabled; some features may be unavailable." >&2;}
9674 acl_save_prefix="$prefix"
9675 prefix="$acl_final_prefix"
9676 acl_save_exec_prefix="$exec_prefix"
9677 exec_prefix="$acl_final_exec_prefix"
9679 eval additional_includedir=\"$includedir\"
9680 eval additional_libdir=\"$libdir\"
9682 exec_prefix="$acl_save_exec_prefix"
9683 prefix="$acl_save_prefix"
9686 # Check whether --with-libmpfr-prefix was given.
9687 if test "${with_libmpfr_prefix+set}" = set; then :
9688 withval=$with_libmpfr_prefix;
9689 if test "X$withval" = "Xno"; then
9692 if test "X$withval" = "X"; then
9694 acl_save_prefix="$prefix"
9695 prefix="$acl_final_prefix"
9696 acl_save_exec_prefix="$exec_prefix"
9697 exec_prefix="$acl_final_exec_prefix"
9699 eval additional_includedir=\"$includedir\"
9700 eval additional_libdir=\"$libdir\"
9702 exec_prefix="$acl_save_exec_prefix"
9703 prefix="$acl_save_prefix"
9706 additional_includedir="$withval/include"
9707 additional_libdir="$withval/lib"
9718 names_already_handled=
9719 names_next_round='mpfr '
9720 while test -n "$names_next_round"; do
9721 names_this_round="$names_next_round"
9723 for name in $names_this_round; do
9725 for n in $names_already_handled; do
9726 if test "$n" = "$name"; then
9731 if test -z "$already_handled"; then
9732 names_already_handled="$names_already_handled $name"
9733 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9734 eval value=\"\$HAVE_LIB$uppername\"
9735 if test -n "$value"; then
9736 if test "$value" = yes; then
9737 eval value=\"\$LIB$uppername\"
9738 test -z "$value" || LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$value"
9739 eval value=\"\$LTLIB$uppername\"
9740 test -z "$value" || LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }$value"
9749 if test $use_additional = yes; then
9750 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9751 found_dir="$additional_libdir"
9752 found_so="$additional_libdir/lib$name.$shlibext"
9753 if test -f "$additional_libdir/lib$name.la"; then
9754 found_la="$additional_libdir/lib$name.la"
9757 if test -f "$additional_libdir/lib$name.$libext"; then
9758 found_dir="$additional_libdir"
9759 found_a="$additional_libdir/lib$name.$libext"
9760 if test -f "$additional_libdir/lib$name.la"; then
9761 found_la="$additional_libdir/lib$name.la"
9766 if test "X$found_dir" = "X"; then
9767 for x in $LDFLAGS $LTLIBMPFR; do
9769 acl_save_prefix="$prefix"
9770 prefix="$acl_final_prefix"
9771 acl_save_exec_prefix="$exec_prefix"
9772 exec_prefix="$acl_final_exec_prefix"
9774 exec_prefix="$acl_save_exec_prefix"
9775 prefix="$acl_save_prefix"
9779 dir=`echo "X$x" | sed -e 's/^X-L//'`
9780 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9782 found_so="$dir/lib$name.$shlibext"
9783 if test -f "$dir/lib$name.la"; then
9784 found_la="$dir/lib$name.la"
9787 if test -f "$dir/lib$name.$libext"; then
9789 found_a="$dir/lib$name.$libext"
9790 if test -f "$dir/lib$name.la"; then
9791 found_la="$dir/lib$name.la"
9797 if test "X$found_dir" != "X"; then
9802 if test "X$found_dir" != "X"; then
9803 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-L$found_dir -l$name"
9804 if test "X$found_so" != "X"; then
9805 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9806 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9809 for x in $ltrpathdirs; do
9810 if test "X$x" = "X$found_dir"; then
9815 if test -z "$haveit"; then
9816 ltrpathdirs="$ltrpathdirs $found_dir"
9818 if test "$hardcode_direct" = yes; then
9819 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9821 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9822 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9824 for x in $rpathdirs; do
9825 if test "X$x" = "X$found_dir"; then
9830 if test -z "$haveit"; then
9831 rpathdirs="$rpathdirs $found_dir"
9835 for x in $LDFLAGS $LIBMPFR; do
9837 acl_save_prefix="$prefix"
9838 prefix="$acl_final_prefix"
9839 acl_save_exec_prefix="$exec_prefix"
9840 exec_prefix="$acl_final_exec_prefix"
9842 exec_prefix="$acl_save_exec_prefix"
9843 prefix="$acl_save_prefix"
9845 if test "X$x" = "X-L$found_dir"; then
9850 if test -z "$haveit"; then
9851 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$found_dir"
9853 if test "$hardcode_minus_L" != no; then
9854 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9856 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-l$name"
9862 if test "X$found_a" != "X"; then
9863 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_a"
9865 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$found_dir -l$name"
9868 additional_includedir=
9869 case "$found_dir" in
9871 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9872 additional_includedir="$basedir/include"
9875 if test "X$additional_includedir" != "X"; then
9876 if test "X$additional_includedir" != "X/usr/include"; then
9878 if test "X$additional_includedir" = "X/usr/local/include"; then
9879 if test -n "$GCC"; then
9881 linux*) haveit=yes;;
9885 if test -z "$haveit"; then
9886 for x in $CPPFLAGS $INCMPFR; do
9888 acl_save_prefix="$prefix"
9889 prefix="$acl_final_prefix"
9890 acl_save_exec_prefix="$exec_prefix"
9891 exec_prefix="$acl_final_exec_prefix"
9893 exec_prefix="$acl_save_exec_prefix"
9894 prefix="$acl_save_prefix"
9896 if test "X$x" = "X-I$additional_includedir"; then
9901 if test -z "$haveit"; then
9902 if test -d "$additional_includedir"; then
9903 INCMPFR="${INCMPFR}${INCMPFR:+ }-I$additional_includedir"
9909 if test -n "$found_la"; then
9910 save_libdir="$libdir"
9912 */* | *\\*) . "$found_la" ;;
9913 *) . "./$found_la" ;;
9915 libdir="$save_libdir"
9916 for dep in $dependency_libs; do
9919 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
9920 if test "X$additional_libdir" != "X/usr/lib"; then
9922 if test "X$additional_libdir" = "X/usr/local/lib"; then
9923 if test -n "$GCC"; then
9925 linux*) haveit=yes;;
9929 if test -z "$haveit"; then
9931 for x in $LDFLAGS $LIBMPFR; do
9933 acl_save_prefix="$prefix"
9934 prefix="$acl_final_prefix"
9935 acl_save_exec_prefix="$exec_prefix"
9936 exec_prefix="$acl_final_exec_prefix"
9938 exec_prefix="$acl_save_exec_prefix"
9939 prefix="$acl_save_prefix"
9941 if test "X$x" = "X-L$additional_libdir"; then
9946 if test -z "$haveit"; then
9947 if test -d "$additional_libdir"; then
9948 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$additional_libdir"
9952 for x in $LDFLAGS $LTLIBMPFR; do
9954 acl_save_prefix="$prefix"
9955 prefix="$acl_final_prefix"
9956 acl_save_exec_prefix="$exec_prefix"
9957 exec_prefix="$acl_final_exec_prefix"
9959 exec_prefix="$acl_save_exec_prefix"
9960 prefix="$acl_save_prefix"
9962 if test "X$x" = "X-L$additional_libdir"; then
9967 if test -z "$haveit"; then
9968 if test -d "$additional_libdir"; then
9969 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-L$additional_libdir"
9976 dir=`echo "X$dep" | sed -e 's/^X-R//'`
9977 if test "$enable_rpath" != no; then
9979 for x in $rpathdirs; do
9980 if test "X$x" = "X$dir"; then
9985 if test -z "$haveit"; then
9986 rpathdirs="$rpathdirs $dir"
9989 for x in $ltrpathdirs; do
9990 if test "X$x" = "X$dir"; then
9995 if test -z "$haveit"; then
9996 ltrpathdirs="$ltrpathdirs $dir"
10001 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10004 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10007 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$dep"
10008 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }$dep"
10014 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-l$name"
10015 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-l$name"
10021 if test "X$rpathdirs" != "X"; then
10022 if test -n "$hardcode_libdir_separator"; then
10024 for found_dir in $rpathdirs; do
10025 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10027 acl_save_libdir="$libdir"
10029 eval flag=\"$hardcode_libdir_flag_spec\"
10030 libdir="$acl_save_libdir"
10031 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$flag"
10033 for found_dir in $rpathdirs; do
10034 acl_save_libdir="$libdir"
10035 libdir="$found_dir"
10036 eval flag=\"$hardcode_libdir_flag_spec\"
10037 libdir="$acl_save_libdir"
10038 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$flag"
10042 if test "X$ltrpathdirs" != "X"; then
10043 for found_dir in $ltrpathdirs; do
10044 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-R$found_dir"
10049 ac_save_CPPFLAGS="$CPPFLAGS"
10051 for element in $INCMPFR; do
10053 for x in $CPPFLAGS; do
10055 acl_save_prefix="$prefix"
10056 prefix="$acl_final_prefix"
10057 acl_save_exec_prefix="$exec_prefix"
10058 exec_prefix="$acl_final_exec_prefix"
10060 exec_prefix="$acl_save_exec_prefix"
10061 prefix="$acl_save_prefix"
10063 if test "X$x" = "X$element"; then
10068 if test -z "$haveit"; then
10069 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpfr" >&5
10075 $as_echo_n "checking for libmpfr... " >&6; }
10076 if test "${ac_cv_libmpfr+set}" = set; then :
10077 $as_echo_n "(cached) " >&6
10080 ac_save_LIBS="$LIBS"
10081 LIBS="$LIBS $LIBMPFR"
10082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10083 /* end confdefs.h. */
10088 mpfr_exp_t exp; mpfr_t x;
10089 mpfr_frexp (&exp, x, x, MPFR_RNDN);
10094 if ac_fn_c_try_link "$LINENO"; then :
10099 rm -f core conftest.err conftest.$ac_objext \
10100 conftest$ac_exeext conftest.$ac_ext
10101 LIBS="$ac_save_LIBS"
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libmpfr" >&5
10105 $as_echo "$ac_cv_libmpfr" >&6; }
10106 if test "$ac_cv_libmpfr" = yes; then
10109 $as_echo "#define HAVE_LIBMPFR 1" >>confdefs.h
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libmpfr" >&5
10112 $as_echo_n "checking how to link with libmpfr... " >&6; }
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBMPFR" >&5
10114 $as_echo "$LIBMPFR" >&6; }
10117 CPPFLAGS="$ac_save_CPPFLAGS"
10127 if test "$HAVE_LIBMPFR" != yes; then
10128 if test "$with_mpfr" = yes; then
10129 as_fn_error "MPFR is missing or unusable" "$LINENO" 5
10131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MPFR is missing or unusable; some features may be unavailable." >&5
10132 $as_echo "$as_me: WARNING: MPFR is missing or unusable; some features may be unavailable." >&2;}
10137 # --------------------- #
10138 # Check for libpython. #
10139 # --------------------- #
10146 # Check whether --with-python was given.
10147 if test "${with_python+set}" = set; then :
10148 withval=$with_python;
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
10154 $as_echo_n "checking whether to use python... " >&6; }
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
10156 $as_echo "$with_python" >&6; }
10158 if test "${with_python}" = no; then
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
10160 $as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
10163 case "${with_python}" in
10165 if test -d ${with_python}; then
10166 # Assume the python binary is ${with_python}/bin/python.
10167 python_prog="${with_python}/bin/python"
10169 # If python does not exit ${with_python}/bin, then try in
10170 # ${with_python}. On Windows/MinGW, this is where the Python
10172 if test ! -x "${python_prog}"; then
10173 python_prog="${with_python}/python"
10176 if test ! -x "${python_prog}"; then
10177 # Fall back to gdb 7.0/7.1 behaviour.
10178 python_prog=missing
10179 python_prefix=${with_python}
10181 elif test -x "${with_python}"; then
10182 # While we can't run python compiled for $host (unless host == build),
10183 # the user could write a script that provides the needed information,
10184 # so we support that.
10185 python_prog=${with_python}
10188 as_fn_error "invalid value for --with-python" "$LINENO" 5
10192 # Disallow --with-python=foo/bar.
10193 as_fn_error "invalid value for --with-python" "$LINENO" 5
10196 # The user has either specified auto, yes, or the name of the python
10197 # program assumed to be in $PATH.
10199 case "${with_python}" in
10201 if test ${build} = ${host}; then
10202 # Extract the first word of "python", so it can be a program name with args.
10203 set dummy python; ac_word=$2
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10205 $as_echo_n "checking for $ac_word... " >&6; }
10206 if test "${ac_cv_path_python_prog_path+set}" = set; then :
10207 $as_echo_n "(cached) " >&6
10209 case $python_prog_path in
10211 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10215 for as_dir in $PATH
10218 test -z "$as_dir" && as_dir=.
10219 for ac_exec_ext in '' $ac_executable_extensions; do
10220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10221 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10229 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10233 python_prog_path=$ac_cv_path_python_prog_path
10234 if test -n "$python_prog_path"; then
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10236 $as_echo "$python_prog_path" >&6; }
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10239 $as_echo "no" >&6; }
10243 if test "${python_prog_path}" = missing; then
10244 python_prog=missing
10246 python_prog=${python_prog_path}
10249 # Not much we can do except assume the cross-compiler will find the
10251 python_prog=missing
10255 # While we can't run python compiled for $host (unless host == build),
10256 # the user could write a script that provides the needed information,
10257 # so we support that.
10258 python_prog="${with_python}"
10259 # Extract the first word of "${python_prog}", so it can be a program name with args.
10260 set dummy ${python_prog}; ac_word=$2
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10262 $as_echo_n "checking for $ac_word... " >&6; }
10263 if test "${ac_cv_path_python_prog_path+set}" = set; then :
10264 $as_echo_n "(cached) " >&6
10266 case $python_prog_path in
10268 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10272 for as_dir in $PATH
10275 test -z "$as_dir" && as_dir=.
10276 for ac_exec_ext in '' $ac_executable_extensions; do
10277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10278 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10286 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10290 python_prog_path=$ac_cv_path_python_prog_path
10291 if test -n "$python_prog_path"; then
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10293 $as_echo "$python_prog_path" >&6; }
10295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10296 $as_echo "no" >&6; }
10300 if test "${python_prog_path}" = missing; then
10301 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
10307 if test "${python_prog}" != missing; then
10308 # We have a python program to use, but it may be too old.
10309 # Don't flag an error for --with-python=auto (the default).
10310 have_python_config=yes
10311 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
10312 if test $? != 0; then
10313 have_python_config=failed
10314 if test "${with_python}" != auto; then
10315 as_fn_error "failure running python-config --includes" "$LINENO" 5
10318 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
10319 if test $? != 0; then
10320 have_python_config=failed
10321 if test "${with_python}" != auto; then
10322 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
10325 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
10326 if test $? != 0; then
10327 have_python_config=failed
10328 if test "${with_python}" != auto; then
10329 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
10333 # We do not have a python executable we can use to determine where
10334 # to find the Python headers and libs. We cannot guess the include
10335 # path from the python_prefix either, because that include path
10336 # depends on the Python version. So, there is nothing much we can
10337 # do except assume that the compiler will be able to find those files.
10340 have_python_config=no
10343 # If we have python-config, only try the configuration it provides.
10344 # Otherwise fallback on the old way of trying different versions of
10348 if test "${have_python_config}" = yes; then
10349 # Determine the Python version by extracting "-lpython<version>"
10350 # part of the python_libs. <version> is usually X.Y with X and Y
10351 # being decimal numbers, but can also be XY (seen on Windows).
10353 # The extraction is performed using sed with a regular expression.
10354 # Initially, the regexp used was using the '?' quantifier to make
10355 # the dot in the version number optional. Unfortunately, this
10356 # does not work with non-GNU versions of sed because, because of
10357 # what looks like a limitation (the '?' quantifier does not work
10358 # with back-references). We work around this limitation by using
10359 # the '*' quantifier instead. It means that, in theory, we might
10360 # match unexpected version strings such as "-lpython2..7", but
10361 # this seems unlikely in practice. And even if that happens,
10362 # an error will be triggered later on, when checking that version
10364 python_version=`echo " ${python_libs} " \
10365 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
10366 case "${python_version}" in
10369 version=${python_version}
10371 new_CPPFLAGS=${python_includes}
10372 new_LIBS=${python_libs}
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10374 $as_echo_n "checking for ${version}... " >&6; }
10375 save_CPPFLAGS=$CPPFLAGS
10377 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10378 LIBS="$LIBS $new_LIBS"
10379 found_usable_python=no
10380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10381 /* end confdefs.h. */
10382 #include "Python.h"
10391 if ac_fn_c_try_link "$LINENO"; then :
10392 have_libpython=${version}
10393 found_usable_python=yes
10394 PYTHON_CPPFLAGS=$new_CPPFLAGS
10395 PYTHON_LIBS=$new_LIBS
10397 rm -f core conftest.err conftest.$ac_objext \
10398 conftest$ac_exeext conftest.$ac_ext
10399 CPPFLAGS=$save_CPPFLAGS
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10402 $as_echo "${found_usable_python}" >&6; }
10406 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
10409 elif test "${have_python_config}" != failed; then
10410 if test "${have_libpython}" = no; then
10414 new_CPPFLAGS=${python_includes}
10415 new_LIBS="${python_libs} -lpython2.7"
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10417 $as_echo_n "checking for ${version}... " >&6; }
10418 save_CPPFLAGS=$CPPFLAGS
10420 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10421 LIBS="$LIBS $new_LIBS"
10422 found_usable_python=no
10423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10424 /* end confdefs.h. */
10425 #include "Python.h"
10434 if ac_fn_c_try_link "$LINENO"; then :
10435 have_libpython=${version}
10436 found_usable_python=yes
10437 PYTHON_CPPFLAGS=$new_CPPFLAGS
10438 PYTHON_LIBS=$new_LIBS
10440 rm -f core conftest.err conftest.$ac_objext \
10441 conftest$ac_exeext conftest.$ac_ext
10442 CPPFLAGS=$save_CPPFLAGS
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10445 $as_echo "${found_usable_python}" >&6; }
10448 if test "${have_libpython}" = no; then
10452 new_CPPFLAGS=${python_includes}
10453 new_LIBS="${python_libs} -lpython2.6"
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10455 $as_echo_n "checking for ${version}... " >&6; }
10456 save_CPPFLAGS=$CPPFLAGS
10458 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10459 LIBS="$LIBS $new_LIBS"
10460 found_usable_python=no
10461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10462 /* end confdefs.h. */
10463 #include "Python.h"
10472 if ac_fn_c_try_link "$LINENO"; then :
10473 have_libpython=${version}
10474 found_usable_python=yes
10475 PYTHON_CPPFLAGS=$new_CPPFLAGS
10476 PYTHON_LIBS=$new_LIBS
10478 rm -f core conftest.err conftest.$ac_objext \
10479 conftest$ac_exeext conftest.$ac_ext
10480 CPPFLAGS=$save_CPPFLAGS
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10483 $as_echo "${found_usable_python}" >&6; }
10486 if test ${have_libpython} = no; then
10490 new_CPPFLAGS=${python_includes}
10491 new_LIBS="${python_libs} -lpython2.5"
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10493 $as_echo_n "checking for ${version}... " >&6; }
10494 save_CPPFLAGS=$CPPFLAGS
10496 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10497 LIBS="$LIBS $new_LIBS"
10498 found_usable_python=no
10499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10500 /* end confdefs.h. */
10501 #include "Python.h"
10510 if ac_fn_c_try_link "$LINENO"; then :
10511 have_libpython=${version}
10512 found_usable_python=yes
10513 PYTHON_CPPFLAGS=$new_CPPFLAGS
10514 PYTHON_LIBS=$new_LIBS
10516 rm -f core conftest.err conftest.$ac_objext \
10517 conftest$ac_exeext conftest.$ac_ext
10518 CPPFLAGS=$save_CPPFLAGS
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10521 $as_echo "${found_usable_python}" >&6; }
10524 if test ${have_libpython} = no; then
10528 new_CPPFLAGS=${python_includes}
10529 new_LIBS="${python_libs} -lpython2.4"
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10531 $as_echo_n "checking for ${version}... " >&6; }
10532 save_CPPFLAGS=$CPPFLAGS
10534 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10535 LIBS="$LIBS $new_LIBS"
10536 found_usable_python=no
10537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10538 /* end confdefs.h. */
10539 #include "Python.h"
10548 if ac_fn_c_try_link "$LINENO"; then :
10549 have_libpython=${version}
10550 found_usable_python=yes
10551 PYTHON_CPPFLAGS=$new_CPPFLAGS
10552 PYTHON_LIBS=$new_LIBS
10554 rm -f core conftest.err conftest.$ac_objext \
10555 conftest$ac_exeext conftest.$ac_ext
10556 CPPFLAGS=$save_CPPFLAGS
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10559 $as_echo "${found_usable_python}" >&6; }
10563 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
10565 $as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
10567 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
10569 $as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
10571 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
10573 $as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
10575 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
10577 $as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
10581 if test "${have_libpython}" = no; then
10582 case "${with_python}" in
10584 as_fn_error "python is missing or unusable" "$LINENO" 5
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
10588 $as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
10591 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
10595 if test -n "${python_prefix}"; then
10597 cat >>confdefs.h <<_ACEOF
10598 #define WITH_PYTHON_PATH "${python_prefix}"
10602 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
10603 if test "x$prefix" = xNONE; then
10604 test_prefix=/usr/local
10606 test_prefix=$prefix
10609 test_prefix=$exec_prefix
10612 case ${python_prefix} in
10613 "${test_prefix}"|"${test_prefix}/"*|\
10614 '${exec_prefix}'|'${exec_prefix}/'*)
10619 cat >>confdefs.h <<_ACEOF
10620 #define PYTHON_PATH_RELOCATABLE $value
10628 if test "${have_libpython}" != no; then
10630 $as_echo "#define HAVE_PYTHON 1" >>confdefs.h
10632 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
10633 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
10634 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
10635 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
10636 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
10638 # Flags needed to compile Python code (taken from python-config --cflags).
10639 # We cannot call python-config directly because it will output whatever was
10640 # used when compiling the Python interpreter itself, including flags which
10641 # would make the python-related objects be compiled differently from the
10642 # rest of GDB (e.g., -O2 and -fPIC).
10643 if test "${GCC}" = yes; then
10644 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
10647 if test "x${tentative_python_cflags}" != x; then
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
10649 $as_echo_n "checking compiler flags for python code... " >&6; }
10650 for flag in ${tentative_python_cflags}; do
10651 # Check that the compiler accepts it
10652 saved_CFLAGS="$CFLAGS"
10653 CFLAGS="$CFLAGS $flag"
10654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10655 /* end confdefs.h. */
10665 if ac_fn_c_try_compile "$LINENO"; then :
10666 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
10668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10669 CFLAGS="$saved_CFLAGS"
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
10672 $as_echo "${PYTHON_CFLAGS}" >&6; }
10675 # On x64 Windows, Python's include headers, and pyconfig.h in
10676 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
10677 # version of Windows. Unfortunately, MS_WIN64 is only defined if
10678 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
10679 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
10680 # The issue was reported to the Python community, but still isn't
10681 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
10683 case "$gdb_host" in
10685 if test "${GCC}" = yes; then
10686 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
10691 # Note that "python -m threading" cannot be used to check for
10692 # threading support due to a bug in Python 2.7.3
10693 # (http://bugs.python.org/issue15567).
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
10695 $as_echo_n "checking whether python supports threads... " >&6; }
10696 saved_CPPFLAGS="${CPPFLAGS}"
10697 CPPFLAGS="${PYTHON_CPPFLAGS}"
10698 # Note that the test is reversed so that python_has_threads=yes on
10699 # unexpected failures.
10700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10701 /* end confdefs.h. */
10703 #include <Python.h>
10709 if ac_fn_c_try_cpp "$LINENO"; then :
10710 python_has_threads=no
10712 python_has_threads=yes
10714 rm -f conftest.err conftest.$ac_ext
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
10716 $as_echo "${python_has_threads}" >&6; }
10717 CPPFLAGS="${saved_CPPFLAGS}"
10719 # Even if Python support is not compiled in, we need to have this file
10720 # included so that the "python" command, et.al., still exists.
10721 CONFIG_OBS="$CONFIG_OBS python/python.o"
10722 CONFIG_SRCS="$CONFIG_SRCS python/python.c"
10725 # Work around Python http://bugs.python.org/issue10112. See also
10726 # http://bugs.python.org/issue11410, otherwise -Wl,--dynamic-list has
10727 # no effect. Note that the only test after this that uses Python is
10728 # the -rdynamic/-Wl,--dynamic-list test, and we do want that one to be
10729 # run without -export-dynamic too.
10730 PYTHON_LIBS=`echo $PYTHON_LIBS | sed -e 's/-Xlinker -export-dynamic//'`
10735 if test "${have_libpython}" != no; then
10737 HAVE_PYTHON_FALSE='#'
10739 HAVE_PYTHON_TRUE='#'
10744 # -------------------- #
10745 # Check for libguile. #
10746 # -------------------- #
10753 # Check whether --with-guile was given.
10754 if test "${with_guile+set}" = set; then :
10755 withval=$with_guile;
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use guile" >&5
10761 $as_echo_n "checking whether to use guile... " >&6; }
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_guile" >&5
10763 $as_echo "$with_guile" >&6; }
10765 # Extract the first word of "pkg-config", so it can be a program name with args.
10766 set dummy pkg-config; ac_word=$2
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10768 $as_echo_n "checking for $ac_word... " >&6; }
10769 if test "${ac_cv_path_pkg_config_prog_path+set}" = set; then :
10770 $as_echo_n "(cached) " >&6
10772 case $pkg_config_prog_path in
10774 ac_cv_path_pkg_config_prog_path="$pkg_config_prog_path" # Let the user override the test with a path.
10777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778 for as_dir in $PATH
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10784 ac_cv_path_pkg_config_prog_path="$as_dir/$ac_word$ac_exec_ext"
10785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10792 test -z "$ac_cv_path_pkg_config_prog_path" && ac_cv_path_pkg_config_prog_path="missing"
10796 pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path
10797 if test -n "$pkg_config_prog_path"; then
10798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_config_prog_path" >&5
10799 $as_echo "$pkg_config_prog_path" >&6; }
10801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10802 $as_echo "no" >&6; }
10807 try_guile_versions="guile-2.0"
10809 case "${with_guile}" in
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: guile support disabled; some features will be unavailable." >&5
10812 $as_echo "$as_me: WARNING: guile support disabled; some features will be unavailable." >&2;}
10815 if test "${pkg_config_prog_path}" = "missing"; then
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not found, guile support disabled" >&5
10817 $as_echo "$as_me: WARNING: pkg-config not found, guile support disabled" >&2;}
10820 pkg_config=${pkg_config_prog_path}
10821 guile_version_list=${try_guile_versions}
10824 found_usable_guile=checking
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10826 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10827 for guile_version in ${guile_version_list}; do
10828 ${pkg_config} --exists ${guile_version} 2>/dev/null
10829 if test $? != 0; then
10832 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10833 if test $? != 0; then
10834 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
10836 new_LIBS=`${pkg_config} --libs ${guile_version}`
10837 if test $? != 0; then
10838 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
10840 found_usable_guile=${guile_version}
10843 if test "${found_usable_guile}" = "checking"; then
10844 if test "${flag_errors}" = "yes"; then
10845 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
10847 found_usable_guile=no
10850 if test "${found_usable_guile}" != no; then
10851 save_CPPFLAGS=$CPPFLAGS
10853 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10854 LIBS="$LIBS $new_LIBS"
10855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10856 /* end confdefs.h. */
10857 #include "libguile.h"
10866 if ac_fn_c_try_link "$LINENO"; then :
10868 GUILE_CPPFLAGS=$new_CPPFLAGS
10869 GUILE_LIBS=$new_LIBS
10871 found_usable_guile=no
10873 rm -f core conftest.err conftest.$ac_objext \
10874 conftest$ac_exeext conftest.$ac_ext
10875 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
10876 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
10878 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
10883 CPPFLAGS=$save_CPPFLAGS
10885 if test "${found_usable_guile}" = no; then
10886 if test "${flag_errors}" = yes; then
10887 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10888 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10889 as_fn_error "linking guile version ${guile_version} test program failed
10890 See \`config.log' for more details." "$LINENO" 5; }
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
10895 $as_echo "${found_usable_guile}" >&6; }
10900 if test "${pkg_config_prog_path}" = "missing"; then
10901 as_fn_error "pkg-config not found" "$LINENO" 5
10904 pkg_config=${pkg_config_prog_path}
10905 guile_version_list=${try_guile_versions}
10908 found_usable_guile=checking
10909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10910 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10911 for guile_version in ${guile_version_list}; do
10912 ${pkg_config} --exists ${guile_version} 2>/dev/null
10913 if test $? != 0; then
10916 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10917 if test $? != 0; then
10918 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
10920 new_LIBS=`${pkg_config} --libs ${guile_version}`
10921 if test $? != 0; then
10922 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
10924 found_usable_guile=${guile_version}
10927 if test "${found_usable_guile}" = "checking"; then
10928 if test "${flag_errors}" = "yes"; then
10929 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
10931 found_usable_guile=no
10934 if test "${found_usable_guile}" != no; then
10935 save_CPPFLAGS=$CPPFLAGS
10937 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10938 LIBS="$LIBS $new_LIBS"
10939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10940 /* end confdefs.h. */
10941 #include "libguile.h"
10950 if ac_fn_c_try_link "$LINENO"; then :
10952 GUILE_CPPFLAGS=$new_CPPFLAGS
10953 GUILE_LIBS=$new_LIBS
10955 found_usable_guile=no
10957 rm -f core conftest.err conftest.$ac_objext \
10958 conftest$ac_exeext conftest.$ac_ext
10959 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
10960 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
10962 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
10967 CPPFLAGS=$save_CPPFLAGS
10969 if test "${found_usable_guile}" = no; then
10970 if test "${flag_errors}" = yes; then
10971 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10972 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10973 as_fn_error "linking guile version ${guile_version} test program failed
10974 See \`config.log' for more details." "$LINENO" 5; }
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
10979 $as_echo "${found_usable_guile}" >&6; }
10983 if test -x "${with_guile}"; then
10985 pkg_config=${with_guile}
10986 guile_version_list=${try_guile_versions}
10989 found_usable_guile=checking
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10991 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10992 for guile_version in ${guile_version_list}; do
10993 ${pkg_config} --exists ${guile_version} 2>/dev/null
10994 if test $? != 0; then
10997 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10998 if test $? != 0; then
10999 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
11001 new_LIBS=`${pkg_config} --libs ${guile_version}`
11002 if test $? != 0; then
11003 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
11005 found_usable_guile=${guile_version}
11008 if test "${found_usable_guile}" = "checking"; then
11009 if test "${flag_errors}" = "yes"; then
11010 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
11012 found_usable_guile=no
11015 if test "${found_usable_guile}" != no; then
11016 save_CPPFLAGS=$CPPFLAGS
11018 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
11019 LIBS="$LIBS $new_LIBS"
11020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11021 /* end confdefs.h. */
11022 #include "libguile.h"
11031 if ac_fn_c_try_link "$LINENO"; then :
11033 GUILE_CPPFLAGS=$new_CPPFLAGS
11034 GUILE_LIBS=$new_LIBS
11036 found_usable_guile=no
11038 rm -f core conftest.err conftest.$ac_objext \
11039 conftest$ac_exeext conftest.$ac_ext
11040 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
11041 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
11043 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11048 CPPFLAGS=$save_CPPFLAGS
11050 if test "${found_usable_guile}" = no; then
11051 if test "${flag_errors}" = yes; then
11052 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11053 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11054 as_fn_error "linking guile version ${guile_version} test program failed
11055 See \`config.log' for more details." "$LINENO" 5; }
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11060 $as_echo "${found_usable_guile}" >&6; }
11063 as_fn_error "Guile config program not executable: ${with_guile}" "$LINENO" 5
11067 # Disallow --with=guile="" and --with-guile=foo/bar.
11068 as_fn_error "invalid value for --with-guile" "$LINENO" 5
11071 # A space separate list of guile versions to try, in order.
11072 if test "${pkg_config_prog_path}" = "missing"; then
11073 as_fn_error "pkg-config not found" "$LINENO" 5
11076 pkg_config=${pkg_config_prog_path}
11077 guile_version_list=${with_guile}
11080 found_usable_guile=checking
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
11082 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
11083 for guile_version in ${guile_version_list}; do
11084 ${pkg_config} --exists ${guile_version} 2>/dev/null
11085 if test $? != 0; then
11088 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
11089 if test $? != 0; then
11090 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
11092 new_LIBS=`${pkg_config} --libs ${guile_version}`
11093 if test $? != 0; then
11094 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
11096 found_usable_guile=${guile_version}
11099 if test "${found_usable_guile}" = "checking"; then
11100 if test "${flag_errors}" = "yes"; then
11101 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
11103 found_usable_guile=no
11106 if test "${found_usable_guile}" != no; then
11107 save_CPPFLAGS=$CPPFLAGS
11109 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
11110 LIBS="$LIBS $new_LIBS"
11111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11112 /* end confdefs.h. */
11113 #include "libguile.h"
11122 if ac_fn_c_try_link "$LINENO"; then :
11124 GUILE_CPPFLAGS=$new_CPPFLAGS
11125 GUILE_LIBS=$new_LIBS
11127 found_usable_guile=no
11129 rm -f core conftest.err conftest.$ac_objext \
11130 conftest$ac_exeext conftest.$ac_ext
11131 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
11132 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
11134 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11139 CPPFLAGS=$save_CPPFLAGS
11141 if test "${found_usable_guile}" = no; then
11142 if test "${flag_errors}" = yes; then
11143 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11144 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11145 as_fn_error "linking guile version ${guile_version} test program failed
11146 See \`config.log' for more details." "$LINENO" 5; }
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11151 $as_echo "${found_usable_guile}" >&6; }
11156 if test "${have_libguile}" != no; then
11157 case "${with_guile}" in
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
11161 $as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
11162 if test "${ac_cv_guild_program_name+set}" = set; then :
11163 $as_echo_n "(cached) " >&6
11165 ac_cv_guild_program_name="`"${with_guile}" --variable guild "${guile_version}"`"
11167 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
11168 # the 'guild' and 'bindir' variables. In that case, try to guess
11169 # what the program name is, at the risk of getting it wrong if
11170 # Guile was configured with '--program-suffix' or similar.
11171 if test "x$ac_cv_guild_program_name" = "x"; then
11172 guile_exec_prefix="`"${with_guile}" --variable exec_prefix "${guile_version}"`"
11173 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
11178 $as_echo "$ac_cv_guild_program_name" >&6; }
11180 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
11181 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
11184 GUILD="$ac_cv_guild_program_name"
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
11191 $as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
11192 if test "${ac_cv_guild_program_name+set}" = set; then :
11193 $as_echo_n "(cached) " >&6
11195 ac_cv_guild_program_name="`"${pkg_config_prog_path}" --variable guild "${guile_version}"`"
11197 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
11198 # the 'guild' and 'bindir' variables. In that case, try to guess
11199 # what the program name is, at the risk of getting it wrong if
11200 # Guile was configured with '--program-suffix' or similar.
11201 if test "x$ac_cv_guild_program_name" = "x"; then
11202 guile_exec_prefix="`"${pkg_config_prog_path}" --variable exec_prefix "${guile_version}"`"
11203 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
11208 $as_echo "$ac_cv_guild_program_name" >&6; }
11210 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
11211 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
11214 GUILD="$ac_cv_guild_program_name"
11221 if test "$cross_compiling" = no; then
11224 GUILD_TARGET_FLAG="--target=$host"
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether guild supports this host" >&5
11231 $as_echo_n "checking whether guild supports this host... " >&6; }
11232 if test "${ac_cv_guild_ok+set}" = set; then :
11233 $as_echo_n "(cached) " >&6
11235 echo "$ac_cv_guild_program_name compile $GUILD_TARGET_FLAG -o conftest.go $srcdir/guile/lib/gdb/support.scm" >&5
11236 if "$ac_cv_guild_program_name" compile $GUILD_TARGET_FLAG -o conftest.go "$srcdir/guile/lib/gdb/support.scm" >&5 2>&5; then
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_ok" >&5
11243 $as_echo "$ac_cv_guild_ok" >&6; }
11245 if test "$ac_cv_guild_ok" = no; then
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling guile support" >&5
11248 $as_echo "$as_me: WARNING: disabling guile support" >&2;}
11252 if test "${have_libguile}" != no; then
11254 $as_echo "#define HAVE_GUILE 1" >>confdefs.h
11256 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_GUILE_OBS)"
11257 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_GUILE_DEPS)"
11258 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_GUILE_SRCS)"
11259 CONFIG_INSTALL="$CONFIG_INSTALL install-guile"
11260 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_GUILE_CFLAGS)"
11263 save_CPPFLAGS="$CPPFLAGS"
11265 CPPFLAGS="$GUILE_CPPFLAGS"
11266 for ac_func in scm_new_smob
11268 ac_fn_c_check_func "$LINENO" "scm_new_smob" "ac_cv_func_scm_new_smob"
11269 if test "x$ac_cv_func_scm_new_smob" = x""yes; then :
11270 cat >>confdefs.h <<_ACEOF
11271 #define HAVE_SCM_NEW_SMOB 1
11278 CPPFLAGS="$save_CPPFLAGS"
11280 # Even if Guile support is not compiled in, we need to have these files
11282 CONFIG_OBS="$CONFIG_OBS guile/guile.o"
11283 CONFIG_SRCS="$CONFIG_SRCS guile/guile.c"
11287 if test "${have_libguile}" != no; then
11289 HAVE_GUILE_FALSE='#'
11291 HAVE_GUILE_TRUE='#'
11296 # --------------------- #
11297 # Check for libmcheck. #
11298 # --------------------- #
11300 # Enable -lmcheck by default (it provides cheap-enough memory mangling),
11301 # but turn it off if Python is enabled with threads, since -lmcheck is
11302 # not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
11303 # and for releases.
11304 if test \( "${have_libpython}" = "no" -o "${python_has_threads}" = "no" \) \
11305 && $development; then
11306 libmcheck_default=yes
11308 libmcheck_default=no
11311 # Check whether --enable-libmcheck was given.
11312 if test "${enable_libmcheck+set}" = set; then :
11313 enableval=$enable_libmcheck; case "${enableval}" in
11314 yes | y) ENABLE_LIBMCHECK="yes" ;;
11315 no | n) ENABLE_LIBMCHECK="no" ;;
11316 *) as_fn_error "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
11321 if test -z "${ENABLE_LIBMCHECK}"; then
11322 ENABLE_LIBMCHECK=${libmcheck_default}
11325 if test "$ENABLE_LIBMCHECK" = "yes" ; then
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
11327 $as_echo_n "checking for main in -lmcheck... " >&6; }
11328 if test "${ac_cv_lib_mcheck_main+set}" = set; then :
11329 $as_echo_n "(cached) " >&6
11331 ac_check_lib_save_LIBS=$LIBS
11332 LIBS="-lmcheck $LIBS"
11333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11334 /* end confdefs.h. */
11345 if ac_fn_c_try_link "$LINENO"; then :
11346 ac_cv_lib_mcheck_main=yes
11348 ac_cv_lib_mcheck_main=no
11350 rm -f core conftest.err conftest.$ac_objext \
11351 conftest$ac_exeext conftest.$ac_ext
11352 LIBS=$ac_check_lib_save_LIBS
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
11355 $as_echo "$ac_cv_lib_mcheck_main" >&6; }
11356 if test "x$ac_cv_lib_mcheck_main" = x""yes; then :
11357 cat >>confdefs.h <<_ACEOF
11358 #define HAVE_LIBMCHECK 1
11361 LIBS="-lmcheck $LIBS"
11368 if test "$ENABLE_LIBMCHECK" = "yes" \
11369 -a "${have_libpython}" != "no" \
11370 -a "${python_has_threads}" = "yes" ; then
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
11372 $as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
11376 # Check whether --with-intel_pt was given.
11377 if test "${with_intel_pt+set}" = set; then :
11378 withval=$with_intel_pt;
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use intel pt" >&5
11384 $as_echo_n "checking whether to use intel pt... " >&6; }
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_intel_pt" >&5
11386 $as_echo "$with_intel_pt" >&6; }
11388 if test "${with_intel_pt}" = no; then
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&5
11390 $as_echo "$as_me: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&2;}
11393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11394 /* end confdefs.h. */
11396 #include <linux/perf_event.h>
11397 #ifndef PERF_ATTR_SIZE_VER5
11402 if ac_fn_c_try_cpp "$LINENO"; then :
11407 rm -f conftest.err conftest.$ac_ext
11408 if test "$perf_event" != yes; then
11409 if test "$with_intel_pt" = yes; then
11410 as_fn_error "linux/perf_event.h missing or too old" "$LINENO" 5
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&5
11413 $as_echo "$as_me: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&2;}
11427 acl_save_prefix="$prefix"
11428 prefix="$acl_final_prefix"
11429 acl_save_exec_prefix="$exec_prefix"
11430 exec_prefix="$acl_final_exec_prefix"
11432 eval additional_includedir=\"$includedir\"
11433 eval additional_libdir=\"$libdir\"
11435 exec_prefix="$acl_save_exec_prefix"
11436 prefix="$acl_save_prefix"
11439 # Check whether --with-libipt-prefix was given.
11440 if test "${with_libipt_prefix+set}" = set; then :
11441 withval=$with_libipt_prefix;
11442 if test "X$withval" = "Xno"; then
11445 if test "X$withval" = "X"; then
11447 acl_save_prefix="$prefix"
11448 prefix="$acl_final_prefix"
11449 acl_save_exec_prefix="$exec_prefix"
11450 exec_prefix="$acl_final_exec_prefix"
11452 eval additional_includedir=\"$includedir\"
11453 eval additional_libdir=\"$libdir\"
11455 exec_prefix="$acl_save_exec_prefix"
11456 prefix="$acl_save_prefix"
11459 additional_includedir="$withval/include"
11460 additional_libdir="$withval/lib"
11471 names_already_handled=
11472 names_next_round='ipt '
11473 while test -n "$names_next_round"; do
11474 names_this_round="$names_next_round"
11476 for name in $names_this_round; do
11478 for n in $names_already_handled; do
11479 if test "$n" = "$name"; then
11480 already_handled=yes
11484 if test -z "$already_handled"; then
11485 names_already_handled="$names_already_handled $name"
11486 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
11487 eval value=\"\$HAVE_LIB$uppername\"
11488 if test -n "$value"; then
11489 if test "$value" = yes; then
11490 eval value=\"\$LIB$uppername\"
11491 test -z "$value" || LIBIPT="${LIBIPT}${LIBIPT:+ }$value"
11492 eval value=\"\$LTLIB$uppername\"
11493 test -z "$value" || LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$value"
11502 if test $use_additional = yes; then
11503 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
11504 found_dir="$additional_libdir"
11505 found_so="$additional_libdir/lib$name.$shlibext"
11506 if test -f "$additional_libdir/lib$name.la"; then
11507 found_la="$additional_libdir/lib$name.la"
11510 if test -f "$additional_libdir/lib$name.$libext"; then
11511 found_dir="$additional_libdir"
11512 found_a="$additional_libdir/lib$name.$libext"
11513 if test -f "$additional_libdir/lib$name.la"; then
11514 found_la="$additional_libdir/lib$name.la"
11519 if test "X$found_dir" = "X"; then
11520 for x in $LDFLAGS $LTLIBIPT; do
11522 acl_save_prefix="$prefix"
11523 prefix="$acl_final_prefix"
11524 acl_save_exec_prefix="$exec_prefix"
11525 exec_prefix="$acl_final_exec_prefix"
11527 exec_prefix="$acl_save_exec_prefix"
11528 prefix="$acl_save_prefix"
11532 dir=`echo "X$x" | sed -e 's/^X-L//'`
11533 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
11535 found_so="$dir/lib$name.$shlibext"
11536 if test -f "$dir/lib$name.la"; then
11537 found_la="$dir/lib$name.la"
11540 if test -f "$dir/lib$name.$libext"; then
11542 found_a="$dir/lib$name.$libext"
11543 if test -f "$dir/lib$name.la"; then
11544 found_la="$dir/lib$name.la"
11550 if test "X$found_dir" != "X"; then
11555 if test "X$found_dir" != "X"; then
11556 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$found_dir -l$name"
11557 if test "X$found_so" != "X"; then
11558 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
11559 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11562 for x in $ltrpathdirs; do
11563 if test "X$x" = "X$found_dir"; then
11568 if test -z "$haveit"; then
11569 ltrpathdirs="$ltrpathdirs $found_dir"
11571 if test "$hardcode_direct" = yes; then
11572 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11574 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
11575 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11577 for x in $rpathdirs; do
11578 if test "X$x" = "X$found_dir"; then
11583 if test -z "$haveit"; then
11584 rpathdirs="$rpathdirs $found_dir"
11588 for x in $LDFLAGS $LIBIPT; do
11590 acl_save_prefix="$prefix"
11591 prefix="$acl_final_prefix"
11592 acl_save_exec_prefix="$exec_prefix"
11593 exec_prefix="$acl_final_exec_prefix"
11595 exec_prefix="$acl_save_exec_prefix"
11596 prefix="$acl_save_prefix"
11598 if test "X$x" = "X-L$found_dir"; then
11603 if test -z "$haveit"; then
11604 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir"
11606 if test "$hardcode_minus_L" != no; then
11607 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11609 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
11615 if test "X$found_a" != "X"; then
11616 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_a"
11618 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir -l$name"
11621 additional_includedir=
11622 case "$found_dir" in
11624 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
11625 additional_includedir="$basedir/include"
11628 if test "X$additional_includedir" != "X"; then
11629 if test "X$additional_includedir" != "X/usr/include"; then
11631 if test "X$additional_includedir" = "X/usr/local/include"; then
11632 if test -n "$GCC"; then
11634 linux*) haveit=yes;;
11638 if test -z "$haveit"; then
11639 for x in $CPPFLAGS $INCIPT; do
11641 acl_save_prefix="$prefix"
11642 prefix="$acl_final_prefix"
11643 acl_save_exec_prefix="$exec_prefix"
11644 exec_prefix="$acl_final_exec_prefix"
11646 exec_prefix="$acl_save_exec_prefix"
11647 prefix="$acl_save_prefix"
11649 if test "X$x" = "X-I$additional_includedir"; then
11654 if test -z "$haveit"; then
11655 if test -d "$additional_includedir"; then
11656 INCIPT="${INCIPT}${INCIPT:+ }-I$additional_includedir"
11662 if test -n "$found_la"; then
11663 save_libdir="$libdir"
11664 case "$found_la" in
11665 */* | *\\*) . "$found_la" ;;
11666 *) . "./$found_la" ;;
11668 libdir="$save_libdir"
11669 for dep in $dependency_libs; do
11672 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
11673 if test "X$additional_libdir" != "X/usr/lib"; then
11675 if test "X$additional_libdir" = "X/usr/local/lib"; then
11676 if test -n "$GCC"; then
11678 linux*) haveit=yes;;
11682 if test -z "$haveit"; then
11684 for x in $LDFLAGS $LIBIPT; do
11686 acl_save_prefix="$prefix"
11687 prefix="$acl_final_prefix"
11688 acl_save_exec_prefix="$exec_prefix"
11689 exec_prefix="$acl_final_exec_prefix"
11691 exec_prefix="$acl_save_exec_prefix"
11692 prefix="$acl_save_prefix"
11694 if test "X$x" = "X-L$additional_libdir"; then
11699 if test -z "$haveit"; then
11700 if test -d "$additional_libdir"; then
11701 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$additional_libdir"
11705 for x in $LDFLAGS $LTLIBIPT; do
11707 acl_save_prefix="$prefix"
11708 prefix="$acl_final_prefix"
11709 acl_save_exec_prefix="$exec_prefix"
11710 exec_prefix="$acl_final_exec_prefix"
11712 exec_prefix="$acl_save_exec_prefix"
11713 prefix="$acl_save_prefix"
11715 if test "X$x" = "X-L$additional_libdir"; then
11720 if test -z "$haveit"; then
11721 if test -d "$additional_libdir"; then
11722 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$additional_libdir"
11729 dir=`echo "X$dep" | sed -e 's/^X-R//'`
11730 if test "$enable_rpath" != no; then
11732 for x in $rpathdirs; do
11733 if test "X$x" = "X$dir"; then
11738 if test -z "$haveit"; then
11739 rpathdirs="$rpathdirs $dir"
11742 for x in $ltrpathdirs; do
11743 if test "X$x" = "X$dir"; then
11748 if test -z "$haveit"; then
11749 ltrpathdirs="$ltrpathdirs $dir"
11754 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
11757 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
11760 LIBIPT="${LIBIPT}${LIBIPT:+ }$dep"
11761 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$dep"
11767 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
11768 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-l$name"
11774 if test "X$rpathdirs" != "X"; then
11775 if test -n "$hardcode_libdir_separator"; then
11777 for found_dir in $rpathdirs; do
11778 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
11780 acl_save_libdir="$libdir"
11782 eval flag=\"$hardcode_libdir_flag_spec\"
11783 libdir="$acl_save_libdir"
11784 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
11786 for found_dir in $rpathdirs; do
11787 acl_save_libdir="$libdir"
11788 libdir="$found_dir"
11789 eval flag=\"$hardcode_libdir_flag_spec\"
11790 libdir="$acl_save_libdir"
11791 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
11795 if test "X$ltrpathdirs" != "X"; then
11796 for found_dir in $ltrpathdirs; do
11797 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-R$found_dir"
11802 ac_save_CPPFLAGS="$CPPFLAGS"
11804 for element in $INCIPT; do
11806 for x in $CPPFLAGS; do
11808 acl_save_prefix="$prefix"
11809 prefix="$acl_final_prefix"
11810 acl_save_exec_prefix="$exec_prefix"
11811 exec_prefix="$acl_final_exec_prefix"
11813 exec_prefix="$acl_save_exec_prefix"
11814 prefix="$acl_save_prefix"
11816 if test "X$x" = "X$element"; then
11821 if test -z "$haveit"; then
11822 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libipt" >&5
11828 $as_echo_n "checking for libipt... " >&6; }
11829 if test "${ac_cv_libipt+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
11833 ac_save_LIBS="$LIBS"
11834 LIBS="$LIBS $LIBIPT"
11835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11836 /* end confdefs.h. */
11837 #include "intel-pt.h"
11841 pt_insn_alloc_decoder (0);
11846 if ac_fn_c_try_link "$LINENO"; then :
11851 rm -f core conftest.err conftest.$ac_objext \
11852 conftest$ac_exeext conftest.$ac_ext
11853 LIBS="$ac_save_LIBS"
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libipt" >&5
11857 $as_echo "$ac_cv_libipt" >&6; }
11858 if test "$ac_cv_libipt" = yes; then
11861 $as_echo "#define HAVE_LIBIPT 1" >>confdefs.h
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libipt" >&5
11864 $as_echo_n "checking how to link with libipt... " >&6; }
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBIPT" >&5
11866 $as_echo "$LIBIPT" >&6; }
11869 CPPFLAGS="$ac_save_CPPFLAGS"
11879 if test "$HAVE_LIBIPT" != yes; then
11880 if test "$with_intel_pt" = yes; then
11881 as_fn_error "libipt is missing or unusable" "$LINENO" 5
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libipt is missing or unusable; some features may be unavailable." >&5
11884 $as_echo "$as_me: WARNING: libipt is missing or unusable; some features may be unavailable." >&2;}
11888 LIBS="$LIBS $LIBIPT"
11889 for ac_func in pt_insn_event
11891 ac_fn_c_check_func "$LINENO" "pt_insn_event" "ac_cv_func_pt_insn_event"
11892 if test "x$ac_cv_func_pt_insn_event" = x""yes; then :
11893 cat >>confdefs.h <<_ACEOF
11894 #define HAVE_PT_INSN_EVENT 1
11900 ac_fn_c_check_member "$LINENO" "struct pt_insn" "enabled" "ac_cv_member_struct_pt_insn_enabled" "#include <intel-pt.h>
11902 if test "x$ac_cv_member_struct_pt_insn_enabled" = x""yes; then :
11904 cat >>confdefs.h <<_ACEOF
11905 #define HAVE_STRUCT_PT_INSN_ENABLED 1
11910 ac_fn_c_check_member "$LINENO" "struct pt_insn" "resynced" "ac_cv_member_struct_pt_insn_resynced" "#include <intel-pt.h>
11912 if test "x$ac_cv_member_struct_pt_insn_resynced" = x""yes; then :
11914 cat >>confdefs.h <<_ACEOF
11915 #define HAVE_STRUCT_PT_INSN_RESYNCED 1
11925 # ------------------------- #
11926 # Checks for header files. #
11927 # ------------------------- #
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11930 $as_echo_n "checking for ANSI C header files... " >&6; }
11931 if test "${ac_cv_header_stdc+set}" = set; then :
11932 $as_echo_n "(cached) " >&6
11934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11935 /* end confdefs.h. */
11936 #include <stdlib.h>
11937 #include <stdarg.h>
11938 #include <string.h>
11949 if ac_fn_c_try_compile "$LINENO"; then :
11950 ac_cv_header_stdc=yes
11952 ac_cv_header_stdc=no
11954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 if test $ac_cv_header_stdc = yes; then
11957 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11959 /* end confdefs.h. */
11960 #include <string.h>
11963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11964 $EGREP "memchr" >/dev/null 2>&1; then :
11967 ac_cv_header_stdc=no
11973 if test $ac_cv_header_stdc = yes; then
11974 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11976 /* end confdefs.h. */
11977 #include <stdlib.h>
11980 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11981 $EGREP "free" >/dev/null 2>&1; then :
11984 ac_cv_header_stdc=no
11990 if test $ac_cv_header_stdc = yes; then
11991 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11992 if test "$cross_compiling" = yes; then :
11995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11996 /* end confdefs.h. */
11998 #include <stdlib.h>
11999 #if ((' ' & 0x0FF) == 0x020)
12000 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12001 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12003 # define ISLOWER(c) \
12004 (('a' <= (c) && (c) <= 'i') \
12005 || ('j' <= (c) && (c) <= 'r') \
12006 || ('s' <= (c) && (c) <= 'z'))
12007 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12010 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12015 for (i = 0; i < 256; i++)
12016 if (XOR (islower (i), ISLOWER (i))
12017 || toupper (i) != TOUPPER (i))
12022 if ac_fn_c_try_run "$LINENO"; then :
12025 ac_cv_header_stdc=no
12027 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12028 conftest.$ac_objext conftest.beam conftest.$ac_ext
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
12034 $as_echo "$ac_cv_header_stdc" >&6; }
12035 if test $ac_cv_header_stdc = yes; then
12037 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
12041 # elf_hp.h is for HP/UX 64-bit shared library support.
12042 for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
12045 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
12046 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
12047 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
12048 termios.h elf_hp.h \
12051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12052 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12053 eval as_val=\$$as_ac_Header
12054 if test "x$as_val" = x""yes; then :
12055 cat >>confdefs.h <<_ACEOF
12056 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12063 for ac_header in sys/proc.h
12065 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
12066 # include <sys/param.h>
12070 if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
12071 cat >>confdefs.h <<_ACEOF
12072 #define HAVE_SYS_PROC_H 1
12079 for ac_header in sys/user.h
12081 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
12082 # include <sys/param.h>
12086 if test "x$ac_cv_header_sys_user_h" = x""yes; then :
12087 cat >>confdefs.h <<_ACEOF
12088 #define HAVE_SYS_USER_H 1
12096 for ac_header in curses.h cursesX.h ncurses.h ncursesw/ncurses.h ncurses/ncurses.h ncurses/term.h
12098 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12099 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12100 eval as_val=\$$as_ac_Header
12101 if test "x$as_val" = x""yes; then :
12102 cat >>confdefs.h <<_ACEOF
12103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12110 for ac_header in term.h
12112 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
12113 # include <curses.h>
12117 if test "x$ac_cv_header_term_h" = x""yes; then :
12118 cat >>confdefs.h <<_ACEOF
12119 #define HAVE_TERM_H 1
12127 # ------------------------- #
12128 # Checks for declarations. #
12129 # ------------------------- #
12132 # Check for presence and size of long long.
12133 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12134 if test "x$ac_cv_type_long_long" = x""yes; then :
12136 cat >>confdefs.h <<_ACEOF
12137 #define HAVE_LONG_LONG 1
12140 # The cast to long int works around a bug in the HP C Compiler
12141 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12142 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12143 # This bug is HP SR number 8606223364.
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12145 $as_echo_n "checking size of long long... " >&6; }
12146 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12147 $as_echo_n "(cached) " >&6
12149 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12152 if test "$ac_cv_type_long_long" = yes; then
12153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12155 { as_fn_set_status 77
12156 as_fn_error "cannot compute sizeof (long long)
12157 See \`config.log' for more details." "$LINENO" 5; }; }
12159 ac_cv_sizeof_long_long=0
12164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12165 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12169 cat >>confdefs.h <<_ACEOF
12170 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12177 ac_fn_c_check_decl "$LINENO" "basename(char *)" "ac_cv_have_decl_basename_char_p_" "$ac_includes_default"
12178 if test "x$ac_cv_have_decl_basename_char_p_" = x""yes; then :
12184 cat >>confdefs.h <<_ACEOF
12185 #define HAVE_DECL_BASENAME $ac_have_decl
12187 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12188 if test "x$ac_cv_have_decl_ffs" = x""yes; then :
12194 cat >>confdefs.h <<_ACEOF
12195 #define HAVE_DECL_FFS $ac_have_decl
12197 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12198 if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
12204 cat >>confdefs.h <<_ACEOF
12205 #define HAVE_DECL_ASPRINTF $ac_have_decl
12207 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12208 if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
12214 cat >>confdefs.h <<_ACEOF
12215 #define HAVE_DECL_VASPRINTF $ac_have_decl
12217 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12218 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
12224 cat >>confdefs.h <<_ACEOF
12225 #define HAVE_DECL_SNPRINTF $ac_have_decl
12227 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
12228 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
12234 cat >>confdefs.h <<_ACEOF
12235 #define HAVE_DECL_VSNPRINTF $ac_have_decl
12238 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
12239 if test "x$ac_cv_have_decl_strtol" = x""yes; then :
12245 cat >>confdefs.h <<_ACEOF
12246 #define HAVE_DECL_STRTOL $ac_have_decl
12248 ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
12249 if test "x$ac_cv_have_decl_strtoul" = x""yes; then :
12255 cat >>confdefs.h <<_ACEOF
12256 #define HAVE_DECL_STRTOUL $ac_have_decl
12258 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
12259 if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
12265 cat >>confdefs.h <<_ACEOF
12266 #define HAVE_DECL_STRTOLL $ac_have_decl
12268 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
12269 if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
12275 cat >>confdefs.h <<_ACEOF
12276 #define HAVE_DECL_STRTOULL $ac_have_decl
12279 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
12280 if test "x$ac_cv_have_decl_strverscmp" = x""yes; then :
12286 cat >>confdefs.h <<_ACEOF
12287 #define HAVE_DECL_STRVERSCMP $ac_have_decl
12292 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
12293 if test "x$ac_cv_have_decl_free" = x""yes; then :
12299 cat >>confdefs.h <<_ACEOF
12300 #define HAVE_DECL_FREE $ac_have_decl
12302 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
12303 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
12309 cat >>confdefs.h <<_ACEOF
12310 #define HAVE_DECL_MALLOC $ac_have_decl
12312 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
12313 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
12319 cat >>confdefs.h <<_ACEOF
12320 #define HAVE_DECL_REALLOC $ac_have_decl
12322 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12323 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
12329 cat >>confdefs.h <<_ACEOF
12330 #define HAVE_DECL_SNPRINTF $ac_have_decl
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12335 $as_echo_n "checking for LC_MESSAGES... " >&6; }
12336 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
12337 $as_echo_n "(cached) " >&6
12339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12340 /* end confdefs.h. */
12341 #include <locale.h>
12350 if ac_fn_c_try_link "$LINENO"; then :
12351 am_cv_val_LC_MESSAGES=yes
12353 am_cv_val_LC_MESSAGES=no
12355 rm -f core conftest.err conftest.$ac_objext \
12356 conftest$ac_exeext conftest.$ac_ext
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12359 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12360 if test $am_cv_val_LC_MESSAGES = yes; then
12362 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12367 # ----------------------- #
12368 # Checks for structures. #
12369 # ----------------------- #
12371 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
12372 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
12374 cat >>confdefs.h <<_ACEOF
12375 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12380 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
12381 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
12383 cat >>confdefs.h <<_ACEOF
12384 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
12391 # ------------------ #
12392 # Checks for types. #
12393 # ------------------ #
12395 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
12396 #include <sys/socket.h>
12399 if test "x$ac_cv_type_socklen_t" = x""yes; then :
12401 cat >>confdefs.h <<_ACEOF
12402 #define HAVE_SOCKLEN_T 1
12409 # ------------------------------------- #
12410 # Checks for compiler characteristics. #
12411 # ------------------------------------- #
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12414 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12415 if test "${ac_cv_c_const+set}" = set; then :
12416 $as_echo_n "(cached) " >&6
12418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12419 /* end confdefs.h. */
12424 /* FIXME: Include the comments suggested by Paul. */
12425 #ifndef __cplusplus
12426 /* Ultrix mips cc rejects this. */
12427 typedef int charset[2];
12429 /* SunOS 4.1.1 cc rejects this. */
12430 char const *const *pcpcc;
12432 /* NEC SVR4.0.2 mips cc rejects this. */
12433 struct point {int x, y;};
12434 static struct point const zero = {0,0};
12435 /* AIX XL C 1.02.0.0 rejects this.
12436 It does not let you subtract one const X* pointer from another in
12437 an arm of an if-expression whose if-part is not a constant
12439 const char *g = "string";
12440 pcpcc = &g + (g ? g-g : 0);
12441 /* HPUX 7.0 cc rejects these. */
12443 ppc = (char**) pcpcc;
12444 pcpcc = (char const *const *) ppc;
12445 { /* SCO 3.2v4 cc rejects this. */
12447 char const *s = 0 ? (char *) 0 : (char const *) 0;
12452 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12453 int x[] = {25, 17};
12454 const int *foo = &x[0];
12457 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12458 typedef const int *iptr;
12462 { /* AIX XL C 1.02.0.0 rejects this saying
12463 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12464 struct s { int j; const int *ap[3]; };
12465 struct s *b; b->j = 5;
12467 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12468 const int foo = 10;
12469 if (!foo) return 0;
12471 return !cs[0] && !zero.x;
12478 if ac_fn_c_try_compile "$LINENO"; then :
12483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12486 $as_echo "$ac_cv_c_const" >&6; }
12487 if test $ac_cv_c_const = no; then
12489 $as_echo "#define const /**/" >>confdefs.h
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12494 $as_echo_n "checking for inline... " >&6; }
12495 if test "${ac_cv_c_inline+set}" = set; then :
12496 $as_echo_n "(cached) " >&6
12499 for ac_kw in inline __inline__ __inline; do
12500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12501 /* end confdefs.h. */
12502 #ifndef __cplusplus
12504 static $ac_kw foo_t static_foo () {return 0; }
12505 $ac_kw foo_t foo () {return 0; }
12509 if ac_fn_c_try_compile "$LINENO"; then :
12510 ac_cv_c_inline=$ac_kw
12512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12513 test "$ac_cv_c_inline" != no && break
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12518 $as_echo "$ac_cv_c_inline" >&6; }
12520 case $ac_cv_c_inline in
12523 case $ac_cv_c_inline in
12525 *) ac_val=$ac_cv_c_inline;;
12527 cat >>confdefs.h <<_ACEOF
12528 #ifndef __cplusplus
12529 #define inline $ac_val
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12536 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12537 if test "${ac_cv_c_bigendian+set}" = set; then :
12538 $as_echo_n "(cached) " >&6
12540 ac_cv_c_bigendian=unknown
12541 # See if we're dealing with a universal compiler.
12542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12543 /* end confdefs.h. */
12544 #ifndef __APPLE_CC__
12545 not a universal capable compiler
12550 if ac_fn_c_try_compile "$LINENO"; then :
12552 # Check for potential -arch flags. It is not universal unless
12553 # there are at least two -arch flags with different values.
12556 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12557 if test -n "$ac_prev"; then
12559 i?86 | x86_64 | ppc | ppc64)
12560 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12563 ac_cv_c_bigendian=universal
12569 elif test "x$ac_word" = "x-arch"; then
12574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12575 if test $ac_cv_c_bigendian = unknown; then
12576 # See if sys/param.h defines the BYTE_ORDER macro.
12577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12578 /* end confdefs.h. */
12579 #include <sys/types.h>
12580 #include <sys/param.h>
12585 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12586 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12588 bogus endian macros
12595 if ac_fn_c_try_compile "$LINENO"; then :
12596 # It does; now see whether it defined to BIG_ENDIAN or not.
12597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12598 /* end confdefs.h. */
12599 #include <sys/types.h>
12600 #include <sys/param.h>
12605 #if BYTE_ORDER != BIG_ENDIAN
12613 if ac_fn_c_try_compile "$LINENO"; then :
12614 ac_cv_c_bigendian=yes
12616 ac_cv_c_bigendian=no
12618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12622 if test $ac_cv_c_bigendian = unknown; then
12623 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12625 /* end confdefs.h. */
12626 #include <limits.h>
12631 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12632 bogus endian macros
12639 if ac_fn_c_try_compile "$LINENO"; then :
12640 # It does; now see whether it defined to _BIG_ENDIAN or not.
12641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12642 /* end confdefs.h. */
12643 #include <limits.h>
12648 #ifndef _BIG_ENDIAN
12656 if ac_fn_c_try_compile "$LINENO"; then :
12657 ac_cv_c_bigendian=yes
12659 ac_cv_c_bigendian=no
12661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12665 if test $ac_cv_c_bigendian = unknown; then
12666 # Compile a test program.
12667 if test "$cross_compiling" = yes; then :
12668 # Try to guess by grepping values from an object file.
12669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12670 /* end confdefs.h. */
12671 short int ascii_mm[] =
12672 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12673 short int ascii_ii[] =
12674 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12675 int use_ascii (int i) {
12676 return ascii_mm[i] + ascii_ii[i];
12678 short int ebcdic_ii[] =
12679 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12680 short int ebcdic_mm[] =
12681 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12682 int use_ebcdic (int i) {
12683 return ebcdic_mm[i] + ebcdic_ii[i];
12690 return use_ascii (foo) == use_ebcdic (foo);
12695 if ac_fn_c_try_compile "$LINENO"; then :
12696 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12697 ac_cv_c_bigendian=yes
12699 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12700 if test "$ac_cv_c_bigendian" = unknown; then
12701 ac_cv_c_bigendian=no
12703 # finding both strings is unlikely to happen, but who knows?
12704 ac_cv_c_bigendian=unknown
12708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12711 /* end confdefs.h. */
12712 $ac_includes_default
12717 /* Are we little or big endian? From Harbison&Steele. */
12721 char c[sizeof (long int)];
12724 return u.c[sizeof (long int) - 1] == 1;
12730 if ac_fn_c_try_run "$LINENO"; then :
12731 ac_cv_c_bigendian=no
12733 ac_cv_c_bigendian=yes
12735 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12736 conftest.$ac_objext conftest.beam conftest.$ac_ext
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12742 $as_echo "$ac_cv_c_bigendian" >&6; }
12743 case $ac_cv_c_bigendian in #(
12745 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12751 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12755 as_fn_error "unknown endianness
12756 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12760 # ------------------------------ #
12761 # Checks for library functions. #
12762 # ------------------------------ #
12764 for ac_header in stdlib.h unistd.h
12766 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12767 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12768 eval as_val=\$$as_ac_Header
12769 if test "x$as_val" = x""yes; then :
12770 cat >>confdefs.h <<_ACEOF
12771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12778 for ac_func in getpagesize
12780 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12781 if test "x$ac_cv_func_getpagesize" = x""yes; then :
12782 cat >>confdefs.h <<_ACEOF
12783 #define HAVE_GETPAGESIZE 1
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12790 $as_echo_n "checking for working mmap... " >&6; }
12791 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
12792 $as_echo_n "(cached) " >&6
12794 if test "$cross_compiling" = yes; then :
12795 ac_cv_func_mmap_fixed_mapped=no
12797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12798 /* end confdefs.h. */
12799 $ac_includes_default
12800 /* malloc might have been renamed as rpl_malloc. */
12803 /* Thanks to Mike Haertel and Jim Avera for this test.
12804 Here is a matrix of mmap possibilities:
12805 mmap private not fixed
12806 mmap private fixed at somewhere currently unmapped
12807 mmap private fixed at somewhere already mapped
12808 mmap shared not fixed
12809 mmap shared fixed at somewhere currently unmapped
12810 mmap shared fixed at somewhere already mapped
12811 For private mappings, we should verify that changes cannot be read()
12812 back from the file, nor mmap's back from the file at a different
12813 address. (There have been systems where private was not correctly
12814 implemented like the infamous i386 svr4.0, and systems where the
12815 VM page cache was not coherent with the file system buffer cache
12816 like early versions of FreeBSD and possibly contemporary NetBSD.)
12817 For shared mappings, we should conversely verify that changes get
12818 propagated back to all the places they're supposed to be.
12820 Grep wants private fixed already mapped.
12821 The main things grep needs to know about mmap are:
12822 * does it exist and is it safe to write into the mmap'd area
12823 * how to use it (BSD variants) */
12826 #include <sys/mman.h>
12828 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12832 /* This mess was copied from the GNU getpagesize.h. */
12833 #ifndef HAVE_GETPAGESIZE
12834 /* Assume that all systems that can run configure have sys/param.h. */
12835 # ifndef HAVE_SYS_PARAM_H
12836 # define HAVE_SYS_PARAM_H 1
12839 # ifdef _SC_PAGESIZE
12840 # define getpagesize() sysconf(_SC_PAGESIZE)
12841 # else /* no _SC_PAGESIZE */
12842 # ifdef HAVE_SYS_PARAM_H
12843 # include <sys/param.h>
12844 # ifdef EXEC_PAGESIZE
12845 # define getpagesize() EXEC_PAGESIZE
12846 # else /* no EXEC_PAGESIZE */
12848 # define getpagesize() NBPG * CLSIZE
12851 # endif /* no CLSIZE */
12852 # else /* no NBPG */
12854 # define getpagesize() NBPC
12855 # else /* no NBPC */
12857 # define getpagesize() PAGESIZE
12858 # endif /* PAGESIZE */
12859 # endif /* no NBPC */
12860 # endif /* no NBPG */
12861 # endif /* no EXEC_PAGESIZE */
12862 # else /* no HAVE_SYS_PARAM_H */
12863 # define getpagesize() 8192 /* punt totally */
12864 # endif /* no HAVE_SYS_PARAM_H */
12865 # endif /* no _SC_PAGESIZE */
12867 #endif /* no HAVE_GETPAGESIZE */
12872 char *data, *data2, *data3;
12876 pagesize = getpagesize ();
12878 /* First, make a file with some known garbage in it. */
12879 data = (char *) malloc (pagesize);
12882 for (i = 0; i < pagesize; ++i)
12883 *(data + i) = rand ();
12885 fd = creat ("conftest.mmap", 0600);
12888 if (write (fd, data, pagesize) != pagesize)
12892 /* Next, try to mmap the file at a fixed address which already has
12893 something else allocated at it. If we can, also make sure that
12894 we see the same garbage. */
12895 fd = open ("conftest.mmap", O_RDWR);
12898 data2 = (char *) malloc (2 * pagesize);
12901 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
12902 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12903 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12905 for (i = 0; i < pagesize; ++i)
12906 if (*(data + i) != *(data2 + i))
12909 /* Finally, make sure that changes to the mapped area do not
12910 percolate back to the file as seen by read(). (This is a bug on
12911 some variants of i386 svr4.0.) */
12912 for (i = 0; i < pagesize; ++i)
12913 *(data2 + i) = *(data2 + i) + 1;
12914 data3 = (char *) malloc (pagesize);
12917 if (read (fd, data3, pagesize) != pagesize)
12919 for (i = 0; i < pagesize; ++i)
12920 if (*(data + i) != *(data3 + i))
12926 if ac_fn_c_try_run "$LINENO"; then :
12927 ac_cv_func_mmap_fixed_mapped=yes
12929 ac_cv_func_mmap_fixed_mapped=no
12931 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12932 conftest.$ac_objext conftest.beam conftest.$ac_ext
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
12937 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
12938 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12940 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
12943 rm -f conftest.mmap
12945 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12946 if test "x$ac_cv_type_pid_t" = x""yes; then :
12950 cat >>confdefs.h <<_ACEOF
12956 for ac_header in vfork.h
12958 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
12959 if test "x$ac_cv_header_vfork_h" = x""yes; then :
12960 cat >>confdefs.h <<_ACEOF
12961 #define HAVE_VFORK_H 1
12968 for ac_func in fork vfork
12970 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12971 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12972 eval as_val=\$$as_ac_var
12973 if test "x$as_val" = x""yes; then :
12974 cat >>confdefs.h <<_ACEOF
12975 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12981 if test "x$ac_cv_func_fork" = xyes; then
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
12983 $as_echo_n "checking for working fork... " >&6; }
12984 if test "${ac_cv_func_fork_works+set}" = set; then :
12985 $as_echo_n "(cached) " >&6
12987 if test "$cross_compiling" = yes; then :
12988 ac_cv_func_fork_works=cross
12990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12991 /* end confdefs.h. */
12992 $ac_includes_default
12997 /* By Ruediger Kuhlmann. */
12998 return fork () < 0;
13004 if ac_fn_c_try_run "$LINENO"; then :
13005 ac_cv_func_fork_works=yes
13007 ac_cv_func_fork_works=no
13009 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13010 conftest.$ac_objext conftest.beam conftest.$ac_ext
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
13015 $as_echo "$ac_cv_func_fork_works" >&6; }
13018 ac_cv_func_fork_works=$ac_cv_func_fork
13020 if test "x$ac_cv_func_fork_works" = xcross; then
13022 *-*-amigaos* | *-*-msdosdjgpp*)
13023 # Override, as these systems have only a dummy fork() stub
13024 ac_cv_func_fork_works=no
13027 ac_cv_func_fork_works=yes
13030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
13031 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
13033 ac_cv_func_vfork_works=$ac_cv_func_vfork
13034 if test "x$ac_cv_func_vfork" = xyes; then
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
13036 $as_echo_n "checking for working vfork... " >&6; }
13037 if test "${ac_cv_func_vfork_works+set}" = set; then :
13038 $as_echo_n "(cached) " >&6
13040 if test "$cross_compiling" = yes; then :
13041 ac_cv_func_vfork_works=cross
13043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13044 /* end confdefs.h. */
13045 /* Thanks to Paul Eggert for this test. */
13046 $ac_includes_default
13047 #include <sys/wait.h>
13048 #ifdef HAVE_VFORK_H
13049 # include <vfork.h>
13051 /* On some sparc systems, changes by the child to local and incoming
13052 argument registers are propagated back to the parent. The compiler
13053 is told about this with #include <vfork.h>, but some compilers
13054 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
13055 static variable whose address is put into a register that is
13056 clobbered by the vfork. */
13059 sparc_address_test (int arg)
13061 sparc_address_test (arg) int arg;
13064 static pid_t child;
13082 pid_t parent = getpid ();
13085 sparc_address_test (0);
13090 /* Here is another test for sparc vfork register problems. This
13091 test uses lots of local variables, at least as many local
13092 variables as main has allocated so far including compiler
13093 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
13094 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
13095 reuse the register of parent for one of the local variables,
13096 since it will think that parent can't possibly be used any more
13097 in this routine. Assigning to the local variable will thus
13098 munge parent in the parent process. */
13100 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
13101 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
13102 /* Convince the compiler that p..p7 are live; otherwise, it might
13103 use the same hardware register for all 8 local variables. */
13104 if (p != p1 || p != p2 || p != p3 || p != p4
13105 || p != p5 || p != p6 || p != p7)
13108 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
13109 from child file descriptors. If the child closes a descriptor
13110 before it execs or exits, this munges the parent's descriptor
13111 as well. Test for this by closing stdout in the child. */
13112 _exit(close(fileno(stdout)) != 0);
13117 while (wait(&status) != child)
13120 /* Was there some problem with vforking? */
13123 /* Did the child fail? (This shouldn't happen.) */
13126 /* Did the vfork/compiler bug occur? */
13127 || parent != getpid()
13129 /* Did the file descriptor bug occur? */
13130 || fstat(fileno(stdout), &st) != 0
13135 if ac_fn_c_try_run "$LINENO"; then :
13136 ac_cv_func_vfork_works=yes
13138 ac_cv_func_vfork_works=no
13140 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13141 conftest.$ac_objext conftest.beam conftest.$ac_ext
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
13146 $as_echo "$ac_cv_func_vfork_works" >&6; }
13149 if test "x$ac_cv_func_fork_works" = xcross; then
13150 ac_cv_func_vfork_works=$ac_cv_func_vfork
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
13152 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
13155 if test "x$ac_cv_func_vfork_works" = xyes; then
13157 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
13161 $as_echo "#define vfork fork" >>confdefs.h
13164 if test "x$ac_cv_func_fork_works" = xyes; then
13166 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
13170 for ac_func in getauxval getrusage getuid getgid \
13171 pipe poll pread pread64 pwrite resize_term \
13172 sbrk setpgid setpgrp setsid \
13173 sigaction sigprocmask sigsetmask socketpair \
13174 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
13175 setrlimit getrlimit posix_madvise waitpid \
13176 ptrace64 sigaltstack mkdtemp setns
13178 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13179 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13180 eval as_val=\$$as_ac_var
13181 if test "x$as_val" = x""yes; then :
13182 cat >>confdefs.h <<_ACEOF
13183 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
13191 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
13192 if test "${am_cv_langinfo_codeset+set}" = set; then :
13193 $as_echo_n "(cached) " >&6
13195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13196 /* end confdefs.h. */
13197 #include <langinfo.h>
13201 char* cs = nl_langinfo(CODESET);
13206 if ac_fn_c_try_link "$LINENO"; then :
13207 am_cv_langinfo_codeset=yes
13209 am_cv_langinfo_codeset=no
13211 rm -f core conftest.err conftest.$ac_objext \
13212 conftest$ac_exeext conftest.$ac_ext
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
13216 $as_echo "$am_cv_langinfo_codeset" >&6; }
13217 if test $am_cv_langinfo_codeset = yes; then
13219 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
13225 $as_echo_n "checking for ANSI C header files... " >&6; }
13226 if test "${ac_cv_header_stdc+set}" = set; then :
13227 $as_echo_n "(cached) " >&6
13229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13230 /* end confdefs.h. */
13231 #include <stdlib.h>
13232 #include <stdarg.h>
13233 #include <string.h>
13244 if ac_fn_c_try_compile "$LINENO"; then :
13245 ac_cv_header_stdc=yes
13247 ac_cv_header_stdc=no
13249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13251 if test $ac_cv_header_stdc = yes; then
13252 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13254 /* end confdefs.h. */
13255 #include <string.h>
13258 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13259 $EGREP "memchr" >/dev/null 2>&1; then :
13262 ac_cv_header_stdc=no
13268 if test $ac_cv_header_stdc = yes; then
13269 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13271 /* end confdefs.h. */
13272 #include <stdlib.h>
13275 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13276 $EGREP "free" >/dev/null 2>&1; then :
13279 ac_cv_header_stdc=no
13285 if test $ac_cv_header_stdc = yes; then
13286 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13287 if test "$cross_compiling" = yes; then :
13290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13291 /* end confdefs.h. */
13293 #include <stdlib.h>
13294 #if ((' ' & 0x0FF) == 0x020)
13295 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13296 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13298 # define ISLOWER(c) \
13299 (('a' <= (c) && (c) <= 'i') \
13300 || ('j' <= (c) && (c) <= 'r') \
13301 || ('s' <= (c) && (c) <= 'z'))
13302 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13305 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13310 for (i = 0; i < 256; i++)
13311 if (XOR (islower (i), ISLOWER (i))
13312 || toupper (i) != TOUPPER (i))
13317 if ac_fn_c_try_run "$LINENO"; then :
13320 ac_cv_header_stdc=no
13322 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13323 conftest.$ac_objext conftest.beam conftest.$ac_ext
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
13329 $as_echo "$ac_cv_header_stdc" >&6; }
13330 if test $ac_cv_header_stdc = yes; then
13332 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
13336 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13337 # for constant arguments. Useless!
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13339 $as_echo_n "checking for working alloca.h... " >&6; }
13340 if test "${ac_cv_working_alloca_h+set}" = set; then :
13341 $as_echo_n "(cached) " >&6
13343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h. */
13345 #include <alloca.h>
13349 char *p = (char *) alloca (2 * sizeof (int));
13355 if ac_fn_c_try_link "$LINENO"; then :
13356 ac_cv_working_alloca_h=yes
13358 ac_cv_working_alloca_h=no
13360 rm -f core conftest.err conftest.$ac_objext \
13361 conftest$ac_exeext conftest.$ac_ext
13363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13364 $as_echo "$ac_cv_working_alloca_h" >&6; }
13365 if test $ac_cv_working_alloca_h = yes; then
13367 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13372 $as_echo_n "checking for alloca... " >&6; }
13373 if test "${ac_cv_func_alloca_works+set}" = set; then :
13374 $as_echo_n "(cached) " >&6
13376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13377 /* end confdefs.h. */
13379 # define alloca __builtin_alloca
13382 # include <malloc.h>
13383 # define alloca _alloca
13385 # ifdef HAVE_ALLOCA_H
13386 # include <alloca.h>
13391 # ifndef alloca /* predefined by HP cc +Olibcalls */
13402 char *p = (char *) alloca (1);
13408 if ac_fn_c_try_link "$LINENO"; then :
13409 ac_cv_func_alloca_works=yes
13411 ac_cv_func_alloca_works=no
13413 rm -f core conftest.err conftest.$ac_objext \
13414 conftest$ac_exeext conftest.$ac_ext
13416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13417 $as_echo "$ac_cv_func_alloca_works" >&6; }
13419 if test $ac_cv_func_alloca_works = yes; then
13421 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13424 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13425 # that cause trouble. Some versions do not even contain alloca or
13426 # contain a buggy version. If you still want to use their alloca,
13427 # use ar to extract alloca.o from them instead of compiling alloca.c.
13429 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13431 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13435 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13436 if test "${ac_cv_os_cray+set}" = set; then :
13437 $as_echo_n "(cached) " >&6
13439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13440 /* end confdefs.h. */
13441 #if defined CRAY && ! defined CRAY2
13448 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13449 $EGREP "webecray" >/dev/null 2>&1; then :
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13458 $as_echo "$ac_cv_os_cray" >&6; }
13459 if test $ac_cv_os_cray = yes; then
13460 for ac_func in _getb67 GETB67 getb67; do
13461 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13462 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13463 eval as_val=\$$as_ac_var
13464 if test "x$as_val" = x""yes; then :
13466 cat >>confdefs.h <<_ACEOF
13467 #define CRAY_STACKSEG_END $ac_func
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13477 $as_echo_n "checking stack direction for C alloca... " >&6; }
13478 if test "${ac_cv_c_stack_direction+set}" = set; then :
13479 $as_echo_n "(cached) " >&6
13481 if test "$cross_compiling" = yes; then :
13482 ac_cv_c_stack_direction=0
13484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13485 /* end confdefs.h. */
13486 $ac_includes_default
13488 find_stack_direction ()
13490 static char *addr = 0;
13495 return find_stack_direction ();
13498 return (&dummy > addr) ? 1 : -1;
13504 return find_stack_direction () < 0;
13507 if ac_fn_c_try_run "$LINENO"; then :
13508 ac_cv_c_stack_direction=1
13510 ac_cv_c_stack_direction=-1
13512 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13513 conftest.$ac_objext conftest.beam conftest.$ac_ext
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13518 $as_echo "$ac_cv_c_stack_direction" >&6; }
13519 cat >>confdefs.h <<_ACEOF
13520 #define STACK_DIRECTION $ac_cv_c_stack_direction
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
13529 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
13530 if test "${am_cv_langinfo_codeset+set}" = set; then :
13531 $as_echo_n "(cached) " >&6
13533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13534 /* end confdefs.h. */
13535 #include <langinfo.h>
13539 char* cs = nl_langinfo(CODESET);
13544 if ac_fn_c_try_link "$LINENO"; then :
13545 am_cv_langinfo_codeset=yes
13547 am_cv_langinfo_codeset=no
13549 rm -f core conftest.err conftest.$ac_objext \
13550 conftest$ac_exeext conftest.$ac_ext
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
13554 $as_echo "$am_cv_langinfo_codeset" >&6; }
13555 if test $am_cv_langinfo_codeset = yes; then
13557 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
13562 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 termios.h
13564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13565 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13566 eval as_val=\$$as_ac_Header
13567 if test "x$as_val" = x""yes; then :
13568 cat >>confdefs.h <<_ACEOF
13569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13577 for ac_func in fdwalk getrlimit pipe pipe2 socketpair sigaction
13579 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13580 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13581 eval as_val=\$$as_ac_var
13582 if test "x$as_val" = x""yes; then :
13583 cat >>confdefs.h <<_ACEOF
13584 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13591 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
13592 if test "x$ac_cv_have_decl_strerror" = x""yes; then :
13598 cat >>confdefs.h <<_ACEOF
13599 #define HAVE_DECL_STRERROR $ac_have_decl
13601 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13602 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13608 cat >>confdefs.h <<_ACEOF
13609 #define HAVE_DECL_STRSTR $ac_have_decl
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
13614 $as_echo_n "checking for sigsetjmp... " >&6; }
13615 if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
13616 $as_echo_n "(cached) " >&6
13618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13619 /* end confdefs.h. */
13621 #include <setjmp.h>
13626 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
13631 if ac_fn_c_try_compile "$LINENO"; then :
13632 gdb_cv_func_sigsetjmp=yes
13634 gdb_cv_func_sigsetjmp=no
13636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
13639 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
13640 if test $gdb_cv_func_sigsetjmp = yes; then
13642 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
13647 # Check the return and argument types of ptrace.
13650 for ac_header in sys/ptrace.h ptrace.h
13652 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13653 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13654 eval as_val=\$$as_ac_Header
13655 if test "x$as_val" = x""yes; then :
13656 cat >>confdefs.h <<_ACEOF
13657 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13665 gdb_ptrace_headers='
13666 #include <sys/types.h>
13667 #if HAVE_SYS_PTRACE_H
13668 # include <sys/ptrace.h>
13671 # include <unistd.h>
13674 # There is no point in checking if we don't have a prototype.
13675 ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
13677 if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
13683 cat >>confdefs.h <<_ACEOF
13684 #define HAVE_DECL_PTRACE $ac_have_decl
13686 if test $ac_have_decl = 1; then :
13690 : ${gdb_cv_func_ptrace_ret='int'}
13691 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
13695 # Check return type. Varargs (used on GNU/Linux) conflict with the
13696 # empty argument list, so check for that explicitly.
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
13698 $as_echo_n "checking return type of ptrace... " >&6; }
13699 if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
13700 $as_echo_n "(cached) " >&6
13702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13703 /* end confdefs.h. */
13704 $gdb_ptrace_headers
13708 extern long ptrace (enum __ptrace_request, ...);
13713 if ac_fn_c_try_compile "$LINENO"; then :
13714 gdb_cv_func_ptrace_ret='long'
13716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13717 /* end confdefs.h. */
13718 $gdb_ptrace_headers
13722 extern int ptrace ();
13727 if ac_fn_c_try_compile "$LINENO"; then :
13728 gdb_cv_func_ptrace_ret='int'
13730 gdb_cv_func_ptrace_ret='long'
13732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
13737 $as_echo "$gdb_cv_func_ptrace_ret" >&6; }
13739 cat >>confdefs.h <<_ACEOF
13740 #define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
13743 # Check argument types.
13744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
13745 $as_echo_n "checking types of arguments for ptrace... " >&6; }
13746 if test "${gdb_cv_func_ptrace_args+set}" = set; then :
13747 $as_echo_n "(cached) " >&6
13750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13751 /* end confdefs.h. */
13752 $gdb_ptrace_headers
13756 extern long ptrace (enum __ptrace_request, ...);
13761 if ac_fn_c_try_compile "$LINENO"; then :
13762 gdb_cv_func_ptrace_args='enum __ptrace_request,int,long,long'
13765 for gdb_arg1 in 'int' 'long'; do
13766 for gdb_arg2 in 'pid_t' 'int' 'long'; do
13767 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
13768 for gdb_arg4 in 'int' 'long' 'void *'; do
13769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13770 /* end confdefs.h. */
13771 $gdb_ptrace_headers
13776 extern $gdb_cv_func_ptrace_ret
13777 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
13783 if ac_fn_c_try_compile "$LINENO"; then :
13784 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
13787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13788 for gdb_arg5 in 'int *' 'int' 'long'; do
13789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13790 /* end confdefs.h. */
13791 $gdb_ptrace_headers
13796 extern $gdb_cv_func_ptrace_ret
13797 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
13803 if ac_fn_c_try_compile "$LINENO"; then :
13805 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
13808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13814 # Provide a safe default value.
13815 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
13818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
13821 $as_echo "$gdb_cv_func_ptrace_args" >&6; }
13822 ac_save_IFS=$IFS; IFS=','
13823 set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
13827 cat >>confdefs.h <<_ACEOF
13828 #define PTRACE_TYPE_ARG1 $1
13832 cat >>confdefs.h <<_ACEOF
13833 #define PTRACE_TYPE_ARG3 $3
13837 cat >>confdefs.h <<_ACEOF
13838 #define PTRACE_TYPE_ARG4 $4
13841 if test -n "$5"; then
13843 cat >>confdefs.h <<_ACEOF
13844 #define PTRACE_TYPE_ARG5 $5
13850 if test "$cross_compiling" = no; then
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
13852 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
13853 if test "${ac_cv_func_setpgrp_void+set}" = set; then :
13854 $as_echo_n "(cached) " >&6
13856 if test "$cross_compiling" = yes; then :
13857 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
13859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13860 /* end confdefs.h. */
13861 $ac_includes_default
13865 /* If this system has a BSD-style setpgrp which takes arguments,
13866 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
13867 exit successfully. */
13868 return setpgrp (1,1) != -1;
13873 if ac_fn_c_try_run "$LINENO"; then :
13874 ac_cv_func_setpgrp_void=no
13876 ac_cv_func_setpgrp_void=yes
13878 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13879 conftest.$ac_objext conftest.beam conftest.$ac_ext
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
13884 $as_echo "$ac_cv_func_setpgrp_void" >&6; }
13885 if test $ac_cv_func_setpgrp_void = yes; then
13887 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
13893 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
13894 if test "${ac_cv_func_setpgrp_void+set}" = set; then :
13895 $as_echo_n "(cached) " >&6
13897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13898 /* end confdefs.h. */
13900 #include <unistd.h>
13906 if (setpgrp(1,1) == -1)
13915 if ac_fn_c_try_compile "$LINENO"; then :
13916 ac_cv_func_setpgrp_void=no
13918 ac_cv_func_setpgrp_void=yes
13920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
13923 $as_echo "$ac_cv_func_setpgrp_void" >&6; }
13924 if test $ac_cv_func_setpgrp_void = yes; then
13925 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
13930 # Assume we'll default to using the included libiberty regex.
13931 gdb_use_included_regex=yes
13933 # However, if the system regex is GNU regex, then default to *not*
13934 # using the included regex.
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
13936 $as_echo_n "checking for GNU regex... " >&6; }
13937 if test "${gdb_cv_have_gnu_regex+set}" = set; then :
13938 $as_echo_n "(cached) " >&6
13940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13941 /* end confdefs.h. */
13942 #include <gnu-versions.h>
13946 #define REGEX_INTERFACE_VERSION 1
13947 #if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
13948 # error "Version mismatch"
13954 if ac_fn_c_try_compile "$LINENO"; then :
13955 gdb_cv_have_gnu_regex=yes
13957 gdb_cv_have_gnu_regex=no
13959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
13962 $as_echo "$gdb_cv_have_gnu_regex" >&6; }
13963 if test $gdb_cv_have_gnu_regex = yes; then
13964 gdb_use_included_regex=no
13968 # Check whether --with-included-regex was given.
13969 if test "${with_included_regex+set}" = set; then :
13970 withval=$with_included_regex; gdb_with_regex=$withval
13972 gdb_with_regex=$gdb_use_included_regex
13975 if test "$gdb_with_regex" = yes; then
13977 $as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
13981 # Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
13982 ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
13983 #include <sys/proc.h>
13986 if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
13988 cat >>confdefs.h <<_ACEOF
13989 #define HAVE_STRUCT_THREAD_TD_PCB 1
13996 # See if <sys/lwp.h> defines `struct lwp`.
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
13998 $as_echo_n "checking for struct lwp... " >&6; }
13999 if test "${gdb_cv_struct_lwp+set}" = set; then :
14000 $as_echo_n "(cached) " >&6
14002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14003 /* end confdefs.h. */
14004 #include <sys/param.h>
14006 #include <sys/lwp.h>
14015 if ac_fn_c_try_compile "$LINENO"; then :
14016 gdb_cv_struct_lwp=yes
14018 gdb_cv_struct_lwp=no
14020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
14023 $as_echo "$gdb_cv_struct_lwp" >&6; }
14024 if test $gdb_cv_struct_lwp = yes; then
14026 $as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
14030 # See if <machine/reg.h> degines `struct reg'.
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
14032 $as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
14033 if test "${gdb_cv_struct_reg+set}" = set; then :
14034 $as_echo_n "(cached) " >&6
14036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14037 /* end confdefs.h. */
14038 #include <sys/types.h>
14039 #include <machine/reg.h>
14048 if ac_fn_c_try_compile "$LINENO"; then :
14049 gdb_cv_struct_reg=yes
14051 gdb_cv_struct_reg=no
14053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
14056 $as_echo "$gdb_cv_struct_reg" >&6; }
14057 if test $gdb_cv_struct_reg = yes; then
14059 $as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
14063 # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
14064 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
14065 ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <sys/types.h>
14066 #include <machine/reg.h>
14068 if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
14070 cat >>confdefs.h <<_ACEOF
14071 #define HAVE_STRUCT_REG_R_FS 1
14076 ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <sys/types.h>
14077 #include <machine/reg.h>
14079 if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
14081 cat >>confdefs.h <<_ACEOF
14082 #define HAVE_STRUCT_REG_R_GS 1
14089 # See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
14090 # Older amd64 Linux's don't have the fs_base and gs_base members of
14091 # `struct user_regs_struct'.
14092 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>
14094 if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = x""yes; then :
14096 cat >>confdefs.h <<_ACEOF
14097 #define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
14102 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>
14104 if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = x""yes; then :
14106 cat >>confdefs.h <<_ACEOF
14107 #define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
14114 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
14116 $as_echo_n "checking for PTRACE_GETREGS... " >&6; }
14117 if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
14118 $as_echo_n "(cached) " >&6
14120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14121 /* end confdefs.h. */
14122 #include <sys/ptrace.h>
14131 if ac_fn_c_try_compile "$LINENO"; then :
14132 gdb_cv_have_ptrace_getregs=yes
14134 gdb_cv_have_ptrace_getregs=no
14136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
14140 $as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
14141 if test $gdb_cv_have_ptrace_getregs = yes; then
14143 $as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
14147 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
14149 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
14150 if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
14151 $as_echo_n "(cached) " >&6
14153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14154 /* end confdefs.h. */
14155 #include <sys/ptrace.h>
14164 if ac_fn_c_try_compile "$LINENO"; then :
14165 gdb_cv_have_ptrace_getfpxregs=yes
14167 gdb_cv_have_ptrace_getfpxregs=no
14169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
14173 $as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
14174 if test $gdb_cv_have_ptrace_getfpxregs = yes; then
14176 $as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
14180 # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
14182 $as_echo_n "checking for PT_GETDBREGS... " >&6; }
14183 if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
14184 $as_echo_n "(cached) " >&6
14186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14187 /* end confdefs.h. */
14188 #include <sys/types.h>
14189 #include <sys/ptrace.h>
14198 if ac_fn_c_try_compile "$LINENO"; then :
14199 gdb_cv_have_pt_getdbregs=yes
14201 gdb_cv_have_pt_getdbregs=no
14203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
14207 $as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
14208 if test $gdb_cv_have_pt_getdbregs = yes; then
14210 $as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
14214 # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
14216 $as_echo_n "checking for PT_GETXMMREGS... " >&6; }
14217 if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
14218 $as_echo_n "(cached) " >&6
14220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14221 /* end confdefs.h. */
14222 #include <sys/types.h>
14223 #include <sys/ptrace.h>
14232 if ac_fn_c_try_compile "$LINENO"; then :
14233 gdb_cv_have_pt_getxmmregs=yes
14235 gdb_cv_have_pt_getxmmregs=no
14237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
14241 $as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
14242 if test $gdb_cv_have_pt_getxmmregs = yes; then
14244 $as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
14248 # See if <sys/ptrace.h> supports LWP names on FreeBSD
14249 # Older FreeBSD versions don't have the pl_tdname member of
14250 # `struct ptrace_lwpinfo'.
14251 ac_fn_c_check_member "$LINENO" "struct ptrace_lwpinfo" "pl_tdname" "ac_cv_member_struct_ptrace_lwpinfo_pl_tdname" "#include <sys/ptrace.h>
14253 if test "x$ac_cv_member_struct_ptrace_lwpinfo_pl_tdname" = x""yes; then :
14255 cat >>confdefs.h <<_ACEOF
14256 #define HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME 1
14263 # See if <sys/ptrace.h> supports syscall fields on FreeBSD. The
14264 # pl_syscall_code member of `struct ptrace_lwpinfo' was added in
14266 ac_fn_c_check_member "$LINENO" "struct ptrace_lwpinfo" "pl_syscall_code" "ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code" "#include <sys/ptrace.h>
14268 if test "x$ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code" = x""yes; then :
14270 cat >>confdefs.h <<_ACEOF
14271 #define HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE 1
14278 # Detect which type of /proc is in use, such as for Solaris.
14280 if test "${target}" = "${host}"; then
14282 *-*-sysv4.2* | *-*-sysv5* )
14284 $as_echo "#define NEW_PROC_API 1" >>confdefs.h
14287 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
14289 $as_echo "#define NEW_PROC_API 1" >>confdefs.h
14295 if test "$ac_cv_header_sys_procfs_h" = yes; then
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
14297 $as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
14298 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
14299 $as_echo_n "(cached) " >&6
14301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14302 /* end confdefs.h. */
14305 /* Needed for new procfs interface on sparc-solaris. */
14306 #define _STRUCTURED_PROC 1
14307 #include <sys/procfs.h>
14316 if ac_fn_c_try_compile "$LINENO"; then :
14317 bfd_cv_have_sys_procfs_type_gregset_t=yes
14319 bfd_cv_have_sys_procfs_type_gregset_t=no
14322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14325 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
14327 $as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
14330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
14331 $as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
14333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
14334 $as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
14335 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
14336 $as_echo_n "(cached) " >&6
14338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14339 /* end confdefs.h. */
14342 /* Needed for new procfs interface on sparc-solaris. */
14343 #define _STRUCTURED_PROC 1
14344 #include <sys/procfs.h>
14353 if ac_fn_c_try_compile "$LINENO"; then :
14354 bfd_cv_have_sys_procfs_type_fpregset_t=yes
14356 bfd_cv_have_sys_procfs_type_fpregset_t=no
14359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14362 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
14364 $as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
14368 $as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
14371 $as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
14372 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
14373 $as_echo_n "(cached) " >&6
14375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14376 /* end confdefs.h. */
14379 /* Needed for new procfs interface on sparc-solaris. */
14380 #define _STRUCTURED_PROC 1
14381 #include <sys/procfs.h>
14390 if ac_fn_c_try_compile "$LINENO"; then :
14391 bfd_cv_have_sys_procfs_type_prgregset_t=yes
14393 bfd_cv_have_sys_procfs_type_prgregset_t=no
14396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14399 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
14401 $as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
14405 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
14408 $as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
14409 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
14410 $as_echo_n "(cached) " >&6
14412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14413 /* end confdefs.h. */
14416 /* Needed for new procfs interface on sparc-solaris. */
14417 #define _STRUCTURED_PROC 1
14418 #include <sys/procfs.h>
14427 if ac_fn_c_try_compile "$LINENO"; then :
14428 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
14430 bfd_cv_have_sys_procfs_type_prfpregset_t=no
14433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14436 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
14438 $as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
14442 $as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
14445 $as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
14446 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
14447 $as_echo_n "(cached) " >&6
14449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14450 /* end confdefs.h. */
14453 /* Needed for new procfs interface on sparc-solaris. */
14454 #define _STRUCTURED_PROC 1
14455 #include <sys/procfs.h>
14464 if ac_fn_c_try_compile "$LINENO"; then :
14465 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
14467 bfd_cv_have_sys_procfs_type_prgregset32_t=no
14470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14473 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
14475 $as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
14479 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
14481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
14482 $as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
14483 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
14484 $as_echo_n "(cached) " >&6
14486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14487 /* end confdefs.h. */
14490 /* Needed for new procfs interface on sparc-solaris. */
14491 #define _STRUCTURED_PROC 1
14492 #include <sys/procfs.h>
14501 if ac_fn_c_try_compile "$LINENO"; then :
14502 bfd_cv_have_sys_procfs_type_lwpid_t=yes
14504 bfd_cv_have_sys_procfs_type_lwpid_t=no
14507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14510 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
14512 $as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
14516 $as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
14519 $as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
14520 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
14521 $as_echo_n "(cached) " >&6
14523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14524 /* end confdefs.h. */
14527 /* Needed for new procfs interface on sparc-solaris. */
14528 #define _STRUCTURED_PROC 1
14529 #include <sys/procfs.h>
14538 if ac_fn_c_try_compile "$LINENO"; then :
14539 bfd_cv_have_sys_procfs_type_psaddr_t=yes
14541 bfd_cv_have_sys_procfs_type_psaddr_t=no
14544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14547 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
14549 $as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
14553 $as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
14556 $as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
14557 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
14558 $as_echo_n "(cached) " >&6
14560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14561 /* end confdefs.h. */
14564 /* Needed for new procfs interface on sparc-solaris. */
14565 #define _STRUCTURED_PROC 1
14566 #include <sys/procfs.h>
14575 if ac_fn_c_try_compile "$LINENO"; then :
14576 bfd_cv_have_sys_procfs_type_prsysent_t=yes
14578 bfd_cv_have_sys_procfs_type_prsysent_t=no
14581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14584 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
14586 $as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
14589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
14590 $as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
14593 $as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
14594 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
14595 $as_echo_n "(cached) " >&6
14597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14598 /* end confdefs.h. */
14601 /* Needed for new procfs interface on sparc-solaris. */
14602 #define _STRUCTURED_PROC 1
14603 #include <sys/procfs.h>
14612 if ac_fn_c_try_compile "$LINENO"; then :
14613 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
14615 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
14618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14621 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
14623 $as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
14627 $as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
14630 $as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
14631 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
14632 $as_echo_n "(cached) " >&6
14634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14635 /* end confdefs.h. */
14638 /* Needed for new procfs interface on sparc-solaris. */
14639 #define _STRUCTURED_PROC 1
14640 #include <sys/procfs.h>
14644 pr_sigaction64_t avar
14649 if ac_fn_c_try_compile "$LINENO"; then :
14650 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
14652 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
14655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14658 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
14660 $as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
14664 $as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
14667 $as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
14668 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
14669 $as_echo_n "(cached) " >&6
14671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14675 /* Needed for new procfs interface on sparc-solaris. */
14676 #define _STRUCTURED_PROC 1
14677 #include <sys/procfs.h>
14681 pr_siginfo64_t avar
14686 if ac_fn_c_try_compile "$LINENO"; then :
14687 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
14689 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
14692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14695 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
14697 $as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
14700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
14701 $as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
14707 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
14708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
14709 $as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
14710 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
14711 $as_echo_n "(cached) " >&6
14713 if test "$cross_compiling" = yes; then :
14714 gdb_cv_prfpregset_t_broken=yes
14716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14717 /* end confdefs.h. */
14718 #include <sys/procfs.h>
14721 if (sizeof (prfpregset_t) == sizeof (void *))
14726 if ac_fn_c_try_run "$LINENO"; then :
14727 gdb_cv_prfpregset_t_broken=no
14729 gdb_cv_prfpregset_t_broken=yes
14731 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14732 conftest.$ac_objext conftest.beam conftest.$ac_ext
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
14738 $as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
14739 if test $gdb_cv_prfpregset_t_broken = yes; then
14741 $as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
14747 # Check if the compiler supports the `long long' type.
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
14750 $as_echo_n "checking for long long support in compiler... " >&6; }
14751 if test "${gdb_cv_c_long_long+set}" = set; then :
14752 $as_echo_n "(cached) " >&6
14754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14755 /* end confdefs.h. */
14756 extern long long foo;
14760 switch (foo & 2) { case 0: return 1; }
14765 if ac_fn_c_try_compile "$LINENO"; then :
14766 gdb_cv_c_long_long=yes
14768 gdb_cv_c_long_long=no
14770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
14773 $as_echo "$gdb_cv_c_long_long" >&6; }
14774 if test $gdb_cv_c_long_long != yes; then
14775 # libdecnumber requires long long.
14776 as_fn_error "Compiler must support long long for GDB." "$LINENO" 5
14779 # Check if the compiler and runtime support printing long longs.
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
14782 $as_echo_n "checking for long long support in printf... " >&6; }
14783 if test "${gdb_cv_printf_has_long_long+set}" = set; then :
14784 $as_echo_n "(cached) " >&6
14786 if test "$cross_compiling" = yes; then :
14787 gdb_cv_printf_has_long_long=no
14789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14790 /* end confdefs.h. */
14791 $ac_includes_default
14797 l = (l << 16) + 0x0123;
14798 l = (l << 16) + 0x4567;
14799 l = (l << 16) + 0x89ab;
14800 l = (l << 16) + 0xcdef;
14801 sprintf (buf, "0x%016llx", l);
14802 return (strcmp ("0x0123456789abcdef", buf));
14807 if ac_fn_c_try_run "$LINENO"; then :
14808 gdb_cv_printf_has_long_long=yes
14810 gdb_cv_printf_has_long_long=no
14812 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14813 conftest.$ac_objext conftest.beam conftest.$ac_ext
14817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
14818 $as_echo "$gdb_cv_printf_has_long_long" >&6; }
14819 if test $gdb_cv_printf_has_long_long = yes; then
14821 $as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
14825 # Check if the compiler and runtime support printing decfloats.
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
14828 $as_echo_n "checking for decfloat support in printf... " >&6; }
14829 if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
14830 $as_echo_n "(cached) " >&6
14832 if test "$cross_compiling" = yes; then :
14833 gdb_cv_printf_has_decfloat=no
14835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14836 /* end confdefs.h. */
14837 $ac_includes_default
14842 _Decimal32 d32 = 1.2345df;
14843 _Decimal64 d64 = 1.2345dd;
14844 _Decimal128 d128 = 1.2345dl;
14845 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
14846 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
14851 if ac_fn_c_try_run "$LINENO"; then :
14852 gdb_cv_printf_has_decfloat=yes
14854 gdb_cv_printf_has_decfloat=no
14856 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14857 conftest.$ac_objext conftest.beam conftest.$ac_ext
14861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
14862 $as_echo "$gdb_cv_printf_has_decfloat" >&6; }
14863 if test $gdb_cv_printf_has_decfloat = yes; then
14865 $as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
14869 # Check if the compiler supports the `long double' type. We can't use
14870 # AC_C_LONG_DOUBLE because that one does additional checks on the
14871 # constants defined in <float.h> that fail on some systems,
14872 # e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
14875 $as_echo_n "checking for long double support in compiler... " >&6; }
14876 if test "${gdb_cv_c_long_double+set}" = set; then :
14877 $as_echo_n "(cached) " >&6
14879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14880 /* end confdefs.h. */
14883 if ac_fn_c_try_compile "$LINENO"; then :
14884 gdb_cv_c_long_double=yes
14886 gdb_cv_c_long_double=no
14888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
14891 $as_echo "$gdb_cv_c_long_double" >&6; }
14892 if test $gdb_cv_c_long_double = yes; then
14894 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
14898 # Check if the compiler and runtime support printing long doubles.
14900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
14901 $as_echo_n "checking for long double support in printf... " >&6; }
14902 if test "${gdb_cv_printf_has_long_double+set}" = set; then :
14903 $as_echo_n "(cached) " >&6
14905 if test "$cross_compiling" = yes; then :
14906 gdb_cv_printf_has_long_double=no
14908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14909 /* end confdefs.h. */
14910 $ac_includes_default
14915 long double f = 3.141592653;
14916 sprintf (buf, "%Lg", f);
14917 return (strncmp ("3.14159", buf, 7));
14922 if ac_fn_c_try_run "$LINENO"; then :
14923 gdb_cv_printf_has_long_double=yes
14925 gdb_cv_printf_has_long_double=no
14927 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14928 conftest.$ac_objext conftest.beam conftest.$ac_ext
14932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
14933 $as_echo "$gdb_cv_printf_has_long_double" >&6; }
14934 if test $gdb_cv_printf_has_long_double = yes; then
14936 $as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
14940 # Check if the compiler and runtime support scanning long doubles.
14942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
14943 $as_echo_n "checking for long double support in scanf... " >&6; }
14944 if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
14945 $as_echo_n "(cached) " >&6
14947 if test "$cross_compiling" = yes; then :
14948 gdb_cv_scanf_has_long_double=no
14950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14951 /* end confdefs.h. */
14956 char *buf = "3.141592653";
14958 sscanf (buf, "%Lg", &f);
14959 return !(f > 3.14159 && f < 3.14160);
14964 if ac_fn_c_try_run "$LINENO"; then :
14965 gdb_cv_scanf_has_long_double=yes
14967 gdb_cv_scanf_has_long_double=no
14969 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14970 conftest.$ac_objext conftest.beam conftest.$ac_ext
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
14975 $as_echo "$gdb_cv_scanf_has_long_double" >&6; }
14976 if test $gdb_cv_scanf_has_long_double = yes; then
14978 $as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
14985 $as_echo_n "checking for -bbigtoc option... " >&6; }
14986 if test "${gdb_cv_bigtoc+set}" = set; then :
14987 $as_echo_n "(cached) " >&6
14990 SAVE_LDFLAGS=$LDFLAGS
14993 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
14994 *) gdb_cv_bigtoc=-bbigtoc ;;
14997 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
14998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14999 /* end confdefs.h. */
15009 if ac_fn_c_try_link "$LINENO"; then :
15014 rm -f core conftest.err conftest.$ac_objext \
15015 conftest$ac_exeext conftest.$ac_ext
15016 LDFLAGS="${SAVE_LDFLAGS}"
15019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
15020 $as_echo "$gdb_cv_bigtoc" >&6; }
15021 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
15026 $as_echo_n "checking for the dynamic export flag... " >&6; }
15028 if test "${gdb_native}" = yes; then
15029 # The dynamically loaded libthread_db needs access to symbols in the gdb
15030 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
15031 # may not be supported there.
15032 old_LDFLAGS="$LDFLAGS"
15033 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
15034 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
15035 LDFLAGS="$LDFLAGS $RDYNAMIC"
15036 if test "${have_libpython}" = no; then
15037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15038 /* end confdefs.h. */
15048 if ac_fn_c_try_link "$LINENO"; then :
15051 rm -f core conftest.err conftest.$ac_objext \
15052 conftest$ac_exeext conftest.$ac_ext
15054 # Workaround http://bugs.python.org/issue4434 where static
15055 # libpythonX.Y.a would get its symbols required for
15056 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
15057 # Problem does not happen for the recommended libpythonX.Y.so linkage.
15059 # Note the workaround for Python
15060 # http://bugs.python.org/issue10112 earlier has removed
15061 # -export-dynamic from PYTHON_LIBS. That's exactly what we want
15062 # here too, as otherwise it'd make this -Wl,--dynamic-list test
15064 old_CFLAGS="$CFLAGS"
15065 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
15067 LIBS="$LIBS $PYTHON_LIBS"
15068 old_CPPFLAGS="$CPPFLAGS"
15069 CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
15070 if test "$cross_compiling" = yes; then :
15073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15074 /* end confdefs.h. */
15075 #include "Python.h"
15081 err = PyRun_SimpleString ("import itertools\n");
15083 return err == 0 ? 0 : 1;
15088 if ac_fn_c_try_run "$LINENO"; then :
15091 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15092 conftest.$ac_objext conftest.beam conftest.$ac_ext
15096 CFLAGS="$old_CFLAGS"
15097 CPPFLAGS="$old_CPPFLAGS"
15099 LDFLAGS="$old_LDFLAGS"
15101 if $dynamic_list; then
15102 found="-Wl,--dynamic-list"
15103 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
15106 RDYNAMIC="-rdynamic"
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
15110 $as_echo "$found" >&6; }
15113 if test ${build} = ${host} -a ${host} = ${target} ; then
15116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
15117 $as_echo_n "checking for AiX thread debugging library... " >&6; }
15118 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
15119 $as_echo_n "(cached) " >&6
15121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15122 /* end confdefs.h. */
15123 #include <sys/pthdebug.h>
15127 #ifndef PTHDB_VERSION_3
15134 if ac_fn_c_try_compile "$LINENO"; then :
15135 gdb_cv_have_aix_thread_debug=yes
15137 gdb_cv_have_aix_thread_debug=no
15139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
15143 $as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
15144 if test $gdb_cv_have_aix_thread_debug = yes; then
15145 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
15146 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
15147 LIBS="$LIBS -lpthdebug"
15149 # Older versions of AIX do not provide the declaration for
15150 # the getthrds function (it appears that it was introduced
15152 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
15154 if test "x$ac_cv_have_decl_getthrds" = x""yes; then :
15160 cat >>confdefs.h <<_ACEOF
15161 #define HAVE_DECL_GETTHRDS $ac_have_decl
15170 if test "x$ac_cv_header_thread_db_h" = "xyes"; then
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
15172 $as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
15173 if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
15174 $as_echo_n "(cached) " >&6
15176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15177 /* end confdefs.h. */
15178 #include <thread_db.h>
15182 int i = TD_NOTALLOC;
15187 if ac_fn_c_try_compile "$LINENO"; then :
15188 gdb_cv_thread_db_h_has_td_notalloc=yes
15190 gdb_cv_thread_db_h_has_td_notalloc=no
15193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
15197 $as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
15198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
15199 $as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
15200 if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
15201 $as_echo_n "(cached) " >&6
15203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15204 /* end confdefs.h. */
15205 #include <thread_db.h>
15209 int i = TD_VERSION;
15214 if ac_fn_c_try_compile "$LINENO"; then :
15215 gdb_cv_thread_db_h_has_td_version=yes
15217 gdb_cv_thread_db_h_has_td_version=no
15220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
15224 $as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
15225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
15226 $as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
15227 if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
15228 $as_echo_n "(cached) " >&6
15230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15231 /* end confdefs.h. */
15232 #include <thread_db.h>
15241 if ac_fn_c_try_compile "$LINENO"; then :
15242 gdb_cv_thread_db_h_has_td_notls=yes
15244 gdb_cv_thread_db_h_has_td_notls=no
15247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
15251 $as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
15253 if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
15255 $as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
15258 if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
15260 $as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
15263 if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
15265 $as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
15269 ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
15271 if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
15277 cat >>confdefs.h <<_ACEOF
15278 #define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
15282 if test "$cross_compiling" = yes; then :
15283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15284 /* end confdefs.h. */
15285 #include <sys/personality.h>
15290 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
15291 # define ADDR_NO_RANDOMIZE 0x0040000
15293 /* Test the flag could be set and stays set. */
15294 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
15295 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
15301 if ac_fn_c_try_link "$LINENO"; then :
15302 have_personality=true
15304 have_personality=false
15306 rm -f core conftest.err conftest.$ac_objext \
15307 conftest$ac_exeext conftest.$ac_ext
15309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15310 /* end confdefs.h. */
15311 #include <sys/personality.h>
15316 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
15317 # define ADDR_NO_RANDOMIZE 0x0040000
15319 /* Test the flag could be set and stays set. */
15320 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
15321 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
15327 if ac_fn_c_try_run "$LINENO"; then :
15328 have_personality=true
15330 have_personality=false
15332 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15333 conftest.$ac_objext conftest.beam conftest.$ac_ext
15336 if $have_personality
15339 $as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
15352 cat >>confdefs.h <<_ACEOF
15353 #define GDBINIT "$gdbinit"
15358 # Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
15359 # except that the argument to --with-sysroot is optional.
15360 # --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
15361 if test "x$with_sysroot" = xyes; then
15362 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
15365 # Check whether --with-sysroot was given.
15366 if test "${with_sysroot+set}" = set; then :
15367 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
15369 TARGET_SYSTEM_ROOT=
15373 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
15374 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15375 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
15376 ac_define_dir=`eval echo $ac_define_dir`
15378 cat >>confdefs.h <<_ACEOF
15379 #define TARGET_SYSTEM_ROOT "$ac_define_dir"
15385 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
15386 if test "x$prefix" = xNONE; then
15387 test_prefix=/usr/local
15389 test_prefix=$prefix
15392 test_prefix=$exec_prefix
15395 case ${ac_define_dir} in
15396 "${test_prefix}"|"${test_prefix}/"*|\
15397 '${exec_prefix}'|'${exec_prefix}/'*)
15402 cat >>confdefs.h <<_ACEOF
15403 #define TARGET_SYSTEM_ROOT_RELOCATABLE $value
15410 # Check whether --with-system-gdbinit was given.
15411 if test "${with_system_gdbinit+set}" = set; then :
15412 withval=$with_system_gdbinit;
15413 SYSTEM_GDBINIT=$withval
15419 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
15420 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15421 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
15422 ac_define_dir=`eval echo $ac_define_dir`
15424 cat >>confdefs.h <<_ACEOF
15425 #define SYSTEM_GDBINIT "$ac_define_dir"
15431 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
15432 if test "x$prefix" = xNONE; then
15433 test_prefix=/usr/local
15435 test_prefix=$prefix
15438 test_prefix=$exec_prefix
15441 case ${ac_define_dir} in
15442 "${test_prefix}"|"${test_prefix}/"*|\
15443 '${exec_prefix}'|'${exec_prefix}/'*)
15448 cat >>confdefs.h <<_ACEOF
15449 #define SYSTEM_GDBINIT_RELOCATABLE $value
15456 # Check whether --enable-werror was given.
15457 if test "${enable_werror+set}" = set; then :
15458 enableval=$enable_werror; case "${enableval}" in
15459 yes | y) ERROR_ON_WARNING="yes" ;;
15460 no | n) ERROR_ON_WARNING="no" ;;
15461 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
15466 # Enable -Werror by default when using gcc. Turn it off for releases.
15467 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
15468 ERROR_ON_WARNING=yes
15472 if test "${ERROR_ON_WARNING}" = yes ; then
15473 WERROR_CFLAGS="-Werror"
15476 # The options we'll try to enable.
15477 build_warnings="-Wall -Wpointer-arith \
15478 -Wno-unused -Wunused-value -Wunused-function \
15479 -Wno-switch -Wno-char-subscripts \
15480 -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
15481 -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized \
15482 -Wno-mismatched-tags"
15486 # Enable -Wno-format by default when using gcc on mingw since many
15487 # GCC versions complain about %I64.
15488 build_warnings="$build_warnings -Wno-format" ;;
15490 # Solaris 11.4 <python2.7/ceval.h> uses #pragma no_inline that GCC
15491 # doesn't understand.
15492 build_warnings="$build_warnings -Wno-unknown-pragmas"
15493 # Solaris 11 <unistd.h> marks vfork deprecated.
15494 build_warnings="$build_warnings -Wno-deprecated-declarations" ;;
15495 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
15498 # Check whether --enable-build-warnings was given.
15499 if test "${enable_build_warnings+set}" = set; then :
15500 enableval=$enable_build_warnings; case "${enableval}" in
15502 no) build_warnings="-w";;
15503 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15504 build_warnings="${build_warnings} ${t}";;
15505 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15506 build_warnings="${t} ${build_warnings}";;
15507 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15509 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
15510 echo "Setting compiler warning flags = $build_warnings" 6>&1
15513 # Check whether --enable-gdb-build-warnings was given.
15514 if test "${enable_gdb_build_warnings+set}" = set; then :
15515 enableval=$enable_gdb_build_warnings; case "${enableval}" in
15517 no) build_warnings="-w";;
15518 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15519 build_warnings="${build_warnings} ${t}";;
15520 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15521 build_warnings="${t} ${build_warnings}";;
15522 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15524 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
15525 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
15529 # The set of warnings supported by a C++ compiler is not the same as
15530 # of the C compiler.
15532 ac_cpp='$CXXCPP $CPPFLAGS'
15533 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15534 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15535 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15539 if test "x${build_warnings}" != x -a "x$GCC" = xyes
15541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
15542 $as_echo_n "checking compiler warning flags... " >&6; }
15543 # Separate out the -Werror flag as some files just cannot be
15544 # compiled with it enabled.
15545 for w in ${build_warnings}; do
15546 # GCC does not complain about -Wno-unknown-warning. Invert
15547 # and test -Wunknown-warning instead.
15550 wtest=`echo $w | sed 's/-Wno-/-W/g'` ;;
15556 -Werr*) WERROR_CFLAGS=-Werror ;;
15558 # Check whether GCC accepts it.
15559 saved_CFLAGS="$CFLAGS"
15560 CFLAGS="$CFLAGS -Werror $wtest"
15561 saved_CXXFLAGS="$CXXFLAGS"
15562 CXXFLAGS="$CXXFLAGS -Werror $wtest"
15563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15564 /* end confdefs.h. */
15574 if ac_fn_cxx_try_compile "$LINENO"; then :
15575 WARN_CFLAGS="${WARN_CFLAGS} $w"
15577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15578 CFLAGS="$saved_CFLAGS"
15579 CXXFLAGS="$saved_CXXFLAGS"
15582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
15583 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
15589 ac_cpp='$CPP $CPPFLAGS'
15590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15596 # In the Cygwin environment, we need some additional flags.
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
15598 $as_echo_n "checking for cygwin... " >&6; }
15599 if test "${gdb_cv_os_cygwin+set}" = set; then :
15600 $as_echo_n "(cached) " >&6
15602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15603 /* end confdefs.h. */
15605 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
15609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15610 $EGREP "^lose$" >/dev/null 2>&1; then :
15611 gdb_cv_os_cygwin=yes
15613 gdb_cv_os_cygwin=no
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
15619 $as_echo "$gdb_cv_os_cygwin" >&6; }
15622 SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
15624 *go32* ) SER_HARDWIRE=ser-go32.o ;;
15625 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
15626 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
15630 # libreadline needs libuser32.a in a cygwin environment
15632 if test x$gdb_cv_os_cygwin = xyes; then
15633 WIN32LIBS="-luser32"
15634 case "${target}" in
15635 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
15640 # The ser-tcp.c module requires sockets.
15644 $as_echo "#define USE_WIN32API 1" >>confdefs.h
15646 WIN32LIBS="$WIN32LIBS -lws2_32"
15651 # Add ELF support to GDB, but only if BFD includes ELF support.
15654 OLD_LDFLAGS=$LDFLAGS
15656 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
15657 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
15658 # always want our bfd.
15659 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
15660 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
15661 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
15662 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
15663 LIBS="-lbfd -liberty -lz $intl $LIBS"
15664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
15665 $as_echo_n "checking for ELF support in BFD... " >&6; }
15666 if test "${gdb_cv_var_elf+set}" = set; then :
15667 $as_echo_n "(cached) " >&6
15669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15670 /* end confdefs.h. */
15671 #include <stdlib.h>
15673 #include "elf-bfd.h"
15678 return bfd_get_elf_phdr_upper_bound (NULL);
15683 if ac_fn_c_try_link "$LINENO"; then :
15688 rm -f core conftest.err conftest.$ac_objext \
15689 conftest$ac_exeext conftest.$ac_ext
15691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
15692 $as_echo "$gdb_cv_var_elf" >&6; }
15694 LDFLAGS=$OLD_LDFLAGS
15696 if test $gdb_cv_var_elf = yes; then
15697 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o dtrace-probe.o"
15699 $as_echo "#define HAVE_ELF 1" >>confdefs.h
15701 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
15702 if test "$plugins" = "yes"; then
15703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
15704 $as_echo_n "checking for library containing dlopen... " >&6; }
15705 if test "${ac_cv_search_dlopen+set}" = set; then :
15706 $as_echo_n "(cached) " >&6
15708 ac_func_search_save_LIBS=$LIBS
15709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15710 /* end confdefs.h. */
15712 /* Override any GCC internal prototype to avoid an error.
15713 Use char because int might match the return type of a GCC
15714 builtin and then its argument prototype would still apply. */
15727 for ac_lib in '' dl; do
15728 if test -z "$ac_lib"; then
15729 ac_res="none required"
15732 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15734 if ac_fn_c_try_link "$LINENO"; then :
15735 ac_cv_search_dlopen=$ac_res
15737 rm -f core conftest.err conftest.$ac_objext \
15739 if test "${ac_cv_search_dlopen+set}" = set; then :
15743 if test "${ac_cv_search_dlopen+set}" = set; then :
15746 ac_cv_search_dlopen=no
15748 rm conftest.$ac_ext
15749 LIBS=$ac_func_search_save_LIBS
15751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
15752 $as_echo "$ac_cv_search_dlopen" >&6; }
15753 ac_res=$ac_cv_search_dlopen
15754 if test "$ac_res" != no; then :
15755 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15762 # Add macho support to GDB, but only if BFD includes it.
15765 OLD_LDFLAGS=$LDFLAGS
15767 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
15768 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
15769 # always want our bfd.
15770 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
15771 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
15772 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
15773 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
15774 LIBS="-lbfd -liberty -lz $intl $LIBS"
15775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
15776 $as_echo_n "checking for Mach-O support in BFD... " >&6; }
15777 if test "${gdb_cv_var_macho+set}" = set; then :
15778 $as_echo_n "(cached) " >&6
15780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15781 /* end confdefs.h. */
15782 #include <stdlib.h>
15784 #include "mach-o.h"
15789 return bfd_mach_o_lookup_command (NULL, 0, NULL);
15794 if ac_fn_c_try_link "$LINENO"; then :
15795 gdb_cv_var_macho=yes
15797 gdb_cv_var_macho=no
15799 rm -f core conftest.err conftest.$ac_objext \
15800 conftest$ac_exeext conftest.$ac_ext
15802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
15803 $as_echo "$gdb_cv_var_macho" >&6; }
15805 LDFLAGS=$OLD_LDFLAGS
15807 if test $gdb_cv_var_macho = yes; then
15808 CONFIG_OBS="$CONFIG_OBS machoread.o"
15811 # Add any host-specific objects to GDB.
15812 CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
15814 # If building on ELF, look for lzma support for embedded compressed debug info.
15815 if test $gdb_cv_var_elf = yes; then
15817 # Check whether --with-lzma was given.
15818 if test "${with_lzma+set}" = set; then :
15819 withval=$with_lzma;
15824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
15825 $as_echo_n "checking whether to use lzma... " >&6; }
15826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
15827 $as_echo "$with_lzma" >&6; }
15829 if test "${with_lzma}" != no; then
15840 acl_save_prefix="$prefix"
15841 prefix="$acl_final_prefix"
15842 acl_save_exec_prefix="$exec_prefix"
15843 exec_prefix="$acl_final_exec_prefix"
15845 eval additional_includedir=\"$includedir\"
15846 eval additional_libdir=\"$libdir\"
15848 exec_prefix="$acl_save_exec_prefix"
15849 prefix="$acl_save_prefix"
15852 # Check whether --with-liblzma-prefix was given.
15853 if test "${with_liblzma_prefix+set}" = set; then :
15854 withval=$with_liblzma_prefix;
15855 if test "X$withval" = "Xno"; then
15858 if test "X$withval" = "X"; then
15860 acl_save_prefix="$prefix"
15861 prefix="$acl_final_prefix"
15862 acl_save_exec_prefix="$exec_prefix"
15863 exec_prefix="$acl_final_exec_prefix"
15865 eval additional_includedir=\"$includedir\"
15866 eval additional_libdir=\"$libdir\"
15868 exec_prefix="$acl_save_exec_prefix"
15869 prefix="$acl_save_prefix"
15872 additional_includedir="$withval/include"
15873 additional_libdir="$withval/lib"
15884 names_already_handled=
15885 names_next_round='lzma '
15886 while test -n "$names_next_round"; do
15887 names_this_round="$names_next_round"
15889 for name in $names_this_round; do
15891 for n in $names_already_handled; do
15892 if test "$n" = "$name"; then
15893 already_handled=yes
15897 if test -z "$already_handled"; then
15898 names_already_handled="$names_already_handled $name"
15899 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
15900 eval value=\"\$HAVE_LIB$uppername\"
15901 if test -n "$value"; then
15902 if test "$value" = yes; then
15903 eval value=\"\$LIB$uppername\"
15904 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
15905 eval value=\"\$LTLIB$uppername\"
15906 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
15915 if test $use_additional = yes; then
15916 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
15917 found_dir="$additional_libdir"
15918 found_so="$additional_libdir/lib$name.$shlibext"
15919 if test -f "$additional_libdir/lib$name.la"; then
15920 found_la="$additional_libdir/lib$name.la"
15923 if test -f "$additional_libdir/lib$name.$libext"; then
15924 found_dir="$additional_libdir"
15925 found_a="$additional_libdir/lib$name.$libext"
15926 if test -f "$additional_libdir/lib$name.la"; then
15927 found_la="$additional_libdir/lib$name.la"
15932 if test "X$found_dir" = "X"; then
15933 for x in $LDFLAGS $LTLIBLZMA; do
15935 acl_save_prefix="$prefix"
15936 prefix="$acl_final_prefix"
15937 acl_save_exec_prefix="$exec_prefix"
15938 exec_prefix="$acl_final_exec_prefix"
15940 exec_prefix="$acl_save_exec_prefix"
15941 prefix="$acl_save_prefix"
15945 dir=`echo "X$x" | sed -e 's/^X-L//'`
15946 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
15948 found_so="$dir/lib$name.$shlibext"
15949 if test -f "$dir/lib$name.la"; then
15950 found_la="$dir/lib$name.la"
15953 if test -f "$dir/lib$name.$libext"; then
15955 found_a="$dir/lib$name.$libext"
15956 if test -f "$dir/lib$name.la"; then
15957 found_la="$dir/lib$name.la"
15963 if test "X$found_dir" != "X"; then
15968 if test "X$found_dir" != "X"; then
15969 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
15970 if test "X$found_so" != "X"; then
15971 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
15972 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15975 for x in $ltrpathdirs; do
15976 if test "X$x" = "X$found_dir"; then
15981 if test -z "$haveit"; then
15982 ltrpathdirs="$ltrpathdirs $found_dir"
15984 if test "$hardcode_direct" = yes; then
15985 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15987 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
15988 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15990 for x in $rpathdirs; do
15991 if test "X$x" = "X$found_dir"; then
15996 if test -z "$haveit"; then
15997 rpathdirs="$rpathdirs $found_dir"
16001 for x in $LDFLAGS $LIBLZMA; do
16003 acl_save_prefix="$prefix"
16004 prefix="$acl_final_prefix"
16005 acl_save_exec_prefix="$exec_prefix"
16006 exec_prefix="$acl_final_exec_prefix"
16008 exec_prefix="$acl_save_exec_prefix"
16009 prefix="$acl_save_prefix"
16011 if test "X$x" = "X-L$found_dir"; then
16016 if test -z "$haveit"; then
16017 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
16019 if test "$hardcode_minus_L" != no; then
16020 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
16022 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
16028 if test "X$found_a" != "X"; then
16029 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
16031 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
16034 additional_includedir=
16035 case "$found_dir" in
16037 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
16038 additional_includedir="$basedir/include"
16041 if test "X$additional_includedir" != "X"; then
16042 if test "X$additional_includedir" != "X/usr/include"; then
16044 if test "X$additional_includedir" = "X/usr/local/include"; then
16045 if test -n "$GCC"; then
16047 linux*) haveit=yes;;
16051 if test -z "$haveit"; then
16052 for x in $CPPFLAGS $INCLZMA; do
16054 acl_save_prefix="$prefix"
16055 prefix="$acl_final_prefix"
16056 acl_save_exec_prefix="$exec_prefix"
16057 exec_prefix="$acl_final_exec_prefix"
16059 exec_prefix="$acl_save_exec_prefix"
16060 prefix="$acl_save_prefix"
16062 if test "X$x" = "X-I$additional_includedir"; then
16067 if test -z "$haveit"; then
16068 if test -d "$additional_includedir"; then
16069 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
16075 if test -n "$found_la"; then
16076 save_libdir="$libdir"
16077 case "$found_la" in
16078 */* | *\\*) . "$found_la" ;;
16079 *) . "./$found_la" ;;
16081 libdir="$save_libdir"
16082 for dep in $dependency_libs; do
16085 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
16086 if test "X$additional_libdir" != "X/usr/lib"; then
16088 if test "X$additional_libdir" = "X/usr/local/lib"; then
16089 if test -n "$GCC"; then
16091 linux*) haveit=yes;;
16095 if test -z "$haveit"; then
16097 for x in $LDFLAGS $LIBLZMA; do
16099 acl_save_prefix="$prefix"
16100 prefix="$acl_final_prefix"
16101 acl_save_exec_prefix="$exec_prefix"
16102 exec_prefix="$acl_final_exec_prefix"
16104 exec_prefix="$acl_save_exec_prefix"
16105 prefix="$acl_save_prefix"
16107 if test "X$x" = "X-L$additional_libdir"; then
16112 if test -z "$haveit"; then
16113 if test -d "$additional_libdir"; then
16114 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
16118 for x in $LDFLAGS $LTLIBLZMA; do
16120 acl_save_prefix="$prefix"
16121 prefix="$acl_final_prefix"
16122 acl_save_exec_prefix="$exec_prefix"
16123 exec_prefix="$acl_final_exec_prefix"
16125 exec_prefix="$acl_save_exec_prefix"
16126 prefix="$acl_save_prefix"
16128 if test "X$x" = "X-L$additional_libdir"; then
16133 if test -z "$haveit"; then
16134 if test -d "$additional_libdir"; then
16135 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
16142 dir=`echo "X$dep" | sed -e 's/^X-R//'`
16143 if test "$enable_rpath" != no; then
16145 for x in $rpathdirs; do
16146 if test "X$x" = "X$dir"; then
16151 if test -z "$haveit"; then
16152 rpathdirs="$rpathdirs $dir"
16155 for x in $ltrpathdirs; do
16156 if test "X$x" = "X$dir"; then
16161 if test -z "$haveit"; then
16162 ltrpathdirs="$ltrpathdirs $dir"
16167 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
16170 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
16173 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
16174 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
16180 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
16181 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
16187 if test "X$rpathdirs" != "X"; then
16188 if test -n "$hardcode_libdir_separator"; then
16190 for found_dir in $rpathdirs; do
16191 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
16193 acl_save_libdir="$libdir"
16195 eval flag=\"$hardcode_libdir_flag_spec\"
16196 libdir="$acl_save_libdir"
16197 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
16199 for found_dir in $rpathdirs; do
16200 acl_save_libdir="$libdir"
16201 libdir="$found_dir"
16202 eval flag=\"$hardcode_libdir_flag_spec\"
16203 libdir="$acl_save_libdir"
16204 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
16208 if test "X$ltrpathdirs" != "X"; then
16209 for found_dir in $ltrpathdirs; do
16210 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
16215 ac_save_CPPFLAGS="$CPPFLAGS"
16217 for element in $INCLZMA; do
16219 for x in $CPPFLAGS; do
16221 acl_save_prefix="$prefix"
16222 prefix="$acl_final_prefix"
16223 acl_save_exec_prefix="$exec_prefix"
16224 exec_prefix="$acl_final_exec_prefix"
16226 exec_prefix="$acl_save_exec_prefix"
16227 prefix="$acl_save_prefix"
16229 if test "X$x" = "X$element"; then
16234 if test -z "$haveit"; then
16235 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
16240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
16241 $as_echo_n "checking for liblzma... " >&6; }
16242 if test "${ac_cv_liblzma+set}" = set; then :
16243 $as_echo_n "(cached) " >&6
16246 ac_save_LIBS="$LIBS"
16247 LIBS="$LIBS $LIBLZMA"
16248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16249 /* end confdefs.h. */
16254 lzma_index_iter iter;
16255 lzma_index_iter_init (&iter, 0);
16256 lzma_mf_is_supported (LZMA_MF_HC3);
16261 if ac_fn_c_try_link "$LINENO"; then :
16266 rm -f core conftest.err conftest.$ac_objext \
16267 conftest$ac_exeext conftest.$ac_ext
16268 LIBS="$ac_save_LIBS"
16271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
16272 $as_echo "$ac_cv_liblzma" >&6; }
16273 if test "$ac_cv_liblzma" = yes; then
16276 $as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
16278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
16279 $as_echo_n "checking how to link with liblzma... " >&6; }
16280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
16281 $as_echo "$LIBLZMA" >&6; }
16284 CPPFLAGS="$ac_save_CPPFLAGS"
16294 if test "$HAVE_LIBLZMA" != yes; then
16295 if test "$with_lzma" = yes; then
16296 as_fn_error "missing liblzma for --with-lzma" "$LINENO" 5
16302 LIBGUI="../libgui/src/libgui.a"
16303 GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
16312 *-*-cygwin* | *-*-mingw* )
16321 if test "${enable_gdbtk}" = "yes"; then
16323 # Gdbtk must have an absolute path to srcdir in order to run
16324 # properly when not installed.
16327 GDBTK_SRC_DIR=`pwd`
16332 # Ok, lets find the tcl configuration
16333 # First, look for one uninstalled.
16334 # the alternative search directory is invoked by --with-tcl
16337 if test x"${no_tcl}" = x ; then
16338 # we reset no_tcl in case something fails here
16341 # Check whether --with-tcl was given.
16342 if test "${with_tcl+set}" = set; then :
16343 withval=$with_tcl; with_tclconfig=${withval}
16346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
16347 $as_echo_n "checking for Tcl configuration... " >&6; }
16348 if test "${ac_cv_c_tclconfig+set}" = set; then :
16349 $as_echo_n "(cached) " >&6
16353 # First check to see if --with-tcl was specified.
16355 *-*-cygwin*) platDir="win" ;;
16356 *) platDir="unix" ;;
16358 if test x"${with_tclconfig}" != x ; then
16359 if test -f "${with_tclconfig}/tclConfig.sh" ; then
16360 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
16362 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
16366 # then check for a private Tcl installation
16367 if test x"${ac_cv_c_tclconfig}" = x ; then
16370 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16371 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
16372 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
16374 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16375 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
16376 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
16378 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16379 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
16380 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
16381 if test -f "$i/$platDir/tclConfig.sh" ; then
16382 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
16388 # on Darwin, check in Framework installation locations
16389 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
16390 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
16391 `ls -d /Library/Frameworks 2>/dev/null` \
16392 `ls -d /Network/Library/Frameworks 2>/dev/null` \
16393 `ls -d /System/Library/Frameworks 2>/dev/null` \
16395 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
16396 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
16402 # check in a few common install locations
16403 if test x"${ac_cv_c_tclconfig}" = x ; then
16404 for i in `ls -d ${libdir} 2>/dev/null` \
16405 `ls -d ${exec_prefix}/lib 2>/dev/null` \
16406 `ls -d ${prefix}/lib 2>/dev/null` \
16407 `ls -d /usr/local/lib 2>/dev/null` \
16408 `ls -d /usr/contrib/lib 2>/dev/null` \
16409 `ls -d /usr/lib 2>/dev/null` \
16411 if test -f "$i/tclConfig.sh" ; then
16412 ac_cv_c_tclconfig=`(cd $i; pwd)`
16418 # check in a few other private locations
16419 if test x"${ac_cv_c_tclconfig}" = x ; then
16422 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16423 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
16424 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
16425 if test -f "$i/$platDir/tclConfig.sh" ; then
16426 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
16435 if test x"${ac_cv_c_tclconfig}" = x ; then
16436 TCL_BIN_DIR="# no Tcl configs found"
16437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
16438 $as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
16441 TCL_BIN_DIR=${ac_cv_c_tclconfig}
16442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
16443 $as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
16448 # If $no_tk is nonempty, then we can't do Tk, and there is no
16449 # point to doing Tcl.
16452 # Ok, lets find the tk configuration
16453 # First, look for one uninstalled.
16454 # the alternative search directory is invoked by --with-tk
16457 if test x"${no_tk}" = x ; then
16458 # we reset no_tk in case something fails here
16461 # Check whether --with-tk was given.
16462 if test "${with_tk+set}" = set; then :
16463 withval=$with_tk; with_tkconfig=${withval}
16466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
16467 $as_echo_n "checking for Tk configuration... " >&6; }
16468 if test "${ac_cv_c_tkconfig+set}" = set; then :
16469 $as_echo_n "(cached) " >&6
16473 # First check to see if --with-tkconfig was specified.
16474 if test x"${with_tkconfig}" != x ; then
16475 if test -f "${with_tkconfig}/tkConfig.sh" ; then
16476 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
16478 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
16482 # then check for a private Tk library
16484 *-*-cygwin*) platDir="win" ;;
16485 *) platDir="unix" ;;
16487 if test x"${ac_cv_c_tkconfig}" = x ; then
16490 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16491 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
16492 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
16494 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16495 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
16496 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
16498 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16499 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
16500 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
16501 if test -f "$i/$platDir/tkConfig.sh" ; then
16502 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
16508 # on Darwin, check in Framework installation locations
16509 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
16510 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
16511 `ls -d /Library/Frameworks 2>/dev/null` \
16512 `ls -d /Network/Library/Frameworks 2>/dev/null` \
16513 `ls -d /System/Library/Frameworks 2>/dev/null` \
16515 if test -f "$i/Tk.framework/tkConfig.sh" ; then
16516 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
16522 # check in a few common install locations
16523 if test x"${ac_cv_c_tkconfig}" = x ; then
16524 for i in `ls -d ${libdir} 2>/dev/null` \
16525 `ls -d ${exec_prefix}/lib 2>/dev/null` \
16526 `ls -d ${prefix}/lib 2>/dev/null` \
16527 `ls -d /usr/local/lib 2>/dev/null` \
16528 `ls -d /usr/contrib/lib 2>/dev/null` \
16529 `ls -d /usr/lib 2>/dev/null` \
16531 if test -f "$i/tkConfig.sh" ; then
16532 ac_cv_c_tkconfig=`(cd $i; pwd)`
16537 # check in a few other private locations
16538 if test x"${ac_cv_c_tkconfig}" = x ; then
16541 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16542 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
16543 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
16544 if test -f "$i/$platDir/tkConfig.sh" ; then
16545 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
16554 if test x"${ac_cv_c_tkconfig}" = x ; then
16555 TK_BIN_DIR="# no Tk configs found"
16556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
16557 $as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
16560 TK_BIN_DIR=${ac_cv_c_tkconfig}
16561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
16562 $as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
16567 if test -z "${no_tcl}" -a -z "${no_tk}"; then
16569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
16570 $as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
16572 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
16573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
16574 $as_echo "loading" >&6; }
16575 . ${TCL_BIN_DIR}/tclConfig.sh
16577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
16578 $as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
16581 # eval is required to do the TCL_DBGX substitution
16582 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
16583 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
16585 # If the TCL_BIN_DIR is the build directory (not the install directory),
16586 # then set the common variable name to the value of the build variables.
16587 # For example, the variable TCL_LIB_SPEC will be set to the value
16588 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
16589 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
16590 # installed and uninstalled version of Tcl.
16591 if test -f "${TCL_BIN_DIR}/Makefile" ; then
16592 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
16593 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
16594 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
16595 elif test "`uname -s`" = "Darwin"; then
16596 # If Tcl was built as a framework, attempt to use the libraries
16597 # from the framework at the given location so that linking works
16598 # against Tcl.framework installed in an arbitrary location.
16599 case ${TCL_DEFS} in
16601 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
16602 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
16603 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
16604 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
16605 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
16610 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
16611 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
16612 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
16618 # eval is required to do the TCL_DBGX substitution
16619 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
16620 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
16621 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
16622 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
16638 # Check for in-tree tcl
16645 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
16649 # Find Tcl private headers
16650 if test x"${intree}" = xno; then
16652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
16653 $as_echo_n "checking for Tcl private headers... " >&6; }
16655 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
16656 if test -f ${dir}/tclInt.h ; then
16660 if test x"${private_dir}" = x; then
16661 as_fn_error "could not find private Tcl headers" "$LINENO" 5
16663 TCL_PRIVATE_INCLUDE="-I${private_dir}"
16664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
16665 $as_echo "${private_dir}" >&6; }
16668 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
16669 TCL_LIBRARY="${TCL_LIB_SPEC}"
16672 # If building tcl in the same src tree, private headers
16673 # are not needed, but we need to be sure to use the right
16675 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
16676 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
16677 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
16684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
16685 $as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
16687 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
16688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
16689 $as_echo "loading" >&6; }
16690 . ${TK_BIN_DIR}/tkConfig.sh
16692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
16693 $as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
16696 # eval is required to do the TK_DBGX substitution
16697 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
16698 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
16700 # If the TK_BIN_DIR is the build directory (not the install directory),
16701 # then set the common variable name to the value of the build variables.
16702 # For example, the variable TK_LIB_SPEC will be set to the value
16703 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
16704 # instead of TK_BUILD_LIB_SPEC since it will work with both an
16705 # installed and uninstalled version of Tcl.
16706 if test -f "${TK_BIN_DIR}/Makefile" ; then
16707 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
16708 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
16709 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
16710 elif test "`uname -s`" = "Darwin"; then
16711 # If Tk was built as a framework, attempt to use the libraries
16712 # from the framework at the given location so that linking works
16713 # against Tk.framework installed in an arbitrary location.
16716 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
16717 for i in "`cd ${TK_BIN_DIR}; pwd`" \
16718 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
16719 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
16720 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
16725 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
16726 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
16727 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
16733 # eval is required to do the TK_DBGX substitution
16734 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
16735 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
16736 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
16737 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
16752 # Check for in-tree Tk
16754 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
16758 # Find Tk private headers
16759 if test x"${intree}" = xno; then
16761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
16762 $as_echo_n "checking for Tk private headers... " >&6; }
16764 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
16765 if test -f ${dir}/tkInt.h; then
16769 if test x"${private_dir}" = x; then
16770 as_fn_error "could not find Tk private headers" "$LINENO" 5
16772 TK_PRIVATE_INCLUDE="-I${private_dir}"
16773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
16774 $as_echo "${private_dir}" >&6; }
16777 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
16778 TK_LIBRARY=${TK_LIB_SPEC}
16781 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
16782 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
16783 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
16790 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
16792 # Include some libraries that Tcl and Tk want.
16793 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
16794 # Yes, the ordering seems wrong here. But it isn't.
16795 # TK_LIBS is the list of libraries that need to be linked
16796 # after Tcl/Tk. Note that this isn't put into LIBS. If it
16797 # were in LIBS then any link tests after this point would
16798 # try to include things like `$(LIBGUI)', which wouldn't work.
16799 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
16801 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
16802 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
16803 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
16804 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
16805 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
16806 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
16807 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
16809 if test x$gdb_cv_os_cygwin = xyes; then
16810 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
16811 WIN32LDAPP="-Wl,--subsystem,console"
16812 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
16815 subdirs="$subdirs gdbtk"
16827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
16828 $as_echo_n "checking for X... " >&6; }
16831 # Check whether --with-x was given.
16832 if test "${with_x+set}" = set; then :
16836 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
16837 if test "x$with_x" = xno; then
16838 # The user explicitly disabled X.
16841 case $x_includes,$x_libraries in #(
16842 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
16843 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
16844 $as_echo_n "(cached) " >&6
16846 # One or both of the vars are not set, and there is no cached value.
16847 ac_x_includes=no ac_x_libraries=no
16848 rm -f -r conftest.dir
16849 if mkdir conftest.dir; then
16851 cat >Imakefile <<'_ACEOF'
16853 @echo incroot='${INCROOT}'
16855 @echo usrlibdir='${USRLIBDIR}'
16857 @echo libdir='${LIBDIR}'
16859 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
16860 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
16861 for ac_var in incroot usrlibdir libdir; do
16862 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
16864 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
16865 for ac_extension in a so sl dylib la dll; do
16866 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
16867 test -f "$ac_im_libdir/libX11.$ac_extension"; then
16868 ac_im_usrlibdir=$ac_im_libdir; break
16871 # Screen out bogus values from the imake configuration. They are
16872 # bogus both because they are the default anyway, and because
16873 # using them would break gcc on systems where it needs fixed includes.
16874 case $ac_im_incroot in
16875 /usr/include) ac_x_includes= ;;
16876 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
16878 case $ac_im_usrlibdir in
16879 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
16880 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
16884 rm -f -r conftest.dir
16887 # Standard set of common directories for X headers.
16888 # Check X11 before X11Rn because it is often a symlink to the current release.
16902 /usr/local/X11/include
16903 /usr/local/X11R7/include
16904 /usr/local/X11R6/include
16905 /usr/local/X11R5/include
16906 /usr/local/X11R4/include
16908 /usr/local/include/X11
16909 /usr/local/include/X11R7
16910 /usr/local/include/X11R6
16911 /usr/local/include/X11R5
16912 /usr/local/include/X11R4
16916 /usr/XFree86/include/X11
16920 /usr/unsupported/include
16921 /usr/athena/include
16922 /usr/local/x11r5/include
16923 /usr/lpp/Xamples/include
16925 /usr/openwin/include
16926 /usr/openwin/share/include'
16928 if test "$ac_x_includes" = no; then
16929 # Guess where to find include files, by looking for Xlib.h.
16930 # First, try using that file with no special directory specified.
16931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16932 /* end confdefs.h. */
16933 #include <X11/Xlib.h>
16935 if ac_fn_c_try_cpp "$LINENO"; then :
16936 # We can compile using X headers with no special include directory.
16939 for ac_dir in $ac_x_header_dirs; do
16940 if test -r "$ac_dir/X11/Xlib.h"; then
16941 ac_x_includes=$ac_dir
16946 rm -f conftest.err conftest.$ac_ext
16947 fi # $ac_x_includes = no
16949 if test "$ac_x_libraries" = no; then
16950 # Check for the libraries.
16951 # See if we find them without any special options.
16952 # Don't add to $LIBS permanently.
16955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16956 /* end confdefs.h. */
16957 #include <X11/Xlib.h>
16966 if ac_fn_c_try_link "$LINENO"; then :
16968 # We can link X programs with no special library path.
16972 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
16974 # Don't even attempt the hair of trying to link an X program!
16975 for ac_extension in a so sl dylib la dll; do
16976 if test -r "$ac_dir/libX11.$ac_extension"; then
16977 ac_x_libraries=$ac_dir
16983 rm -f core conftest.err conftest.$ac_objext \
16984 conftest$ac_exeext conftest.$ac_ext
16985 fi # $ac_x_libraries = no
16987 case $ac_x_includes,$ac_x_libraries in #(
16988 no,* | *,no | *\'*)
16989 # Didn't find X, or a directory has "'" in its name.
16990 ac_cv_have_x="have_x=no";; #(
16992 # Record where we found X for the cache.
16993 ac_cv_have_x="have_x=yes\
16994 ac_x_includes='$ac_x_includes'\
16995 ac_x_libraries='$ac_x_libraries'"
17001 eval "$ac_cv_have_x"
17004 if test "$have_x" != yes; then
17005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
17006 $as_echo "$have_x" >&6; }
17009 # If each of the values was on the command line, it overrides each guess.
17010 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
17011 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
17012 # Update the cache value to reflect the command line values.
17013 ac_cv_have_x="have_x=yes\
17014 ac_x_includes='$x_includes'\
17015 ac_x_libraries='$x_libraries'"
17016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
17017 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
17021 # Unlike the sim directory, whether a simulator is linked is controlled by
17022 # presence of a gdb_sim definition in the target configure.tgt entry.
17023 # This code just checks for a few cases where we'd like to ignore those
17024 # definitions, even when they're present in the '.mt' file. These cases
17025 # are when --disable-sim is specified, or if the simulator directory is
17026 # not part of the source tree.
17028 # Check whether --enable-sim was given.
17029 if test "${enable_sim+set}" = set; then :
17030 enableval=$enable_sim; echo "enable_sim = $enable_sim";
17031 echo "enableval = ${enableval}";
17032 case "${enableval}" in
17033 yes) ignore_sim=false ;;
17034 no) ignore_sim=true ;;
17035 *) ignore_sim=false ;;
17042 if test ! -d "${srcdir}/../sim"; then
17048 if test "${ignore_sim}" = "false"; then
17049 if test x"${gdb_sim}" != x ; then
17051 SIM_OBS="remote-sim.o"
17053 $as_echo "#define WITH_SIM 1" >>confdefs.h
17056 # Some tdep code should only be compiled in when the ppc sim is
17057 # built. PR sim/13418.
17061 $as_echo "#define WITH_PPC_SIM 1" >>confdefs.h
17081 # List of host floatformats.
17083 cat >>confdefs.h <<_ACEOF
17084 #define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
17088 cat >>confdefs.h <<_ACEOF
17089 #define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
17093 cat >>confdefs.h <<_ACEOF
17094 #define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
17098 # target_subdir is used by the testsuite to find the target libraries.
17100 if test "${host}" != "${target}"; then
17101 target_subdir="${target_alias}/"
17105 # Import nat definitions.
17106 nat_makefile_frag=/dev/null
17107 if test "${gdb_native}" = "yes"; then
17108 . ${srcdir}/configure.nat
17109 nativefile=$NAT_FILE
17122 if test x"${gdb_osabi}" != x ; then
17124 cat >>confdefs.h <<_ACEOF
17125 #define GDB_OSABI_DEFAULT $gdb_osabi
17130 # Enable multi-ice-gdb-server.
17131 # Check whether --enable-multi-ice was given.
17132 if test "${enable_multi_ice+set}" = set; then :
17133 enableval=$enable_multi_ice; case $enableval in
17136 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
17140 if test "x$enable_multi_ice" = xyes; then
17141 subdirs="$subdirs multi-ice"
17145 # Check whether --enable-gdbserver was given.
17146 if test "${enable_gdbserver+set}" = set; then :
17147 enableval=$enable_gdbserver; case "${enableval}" in
17149 *) as_fn_error "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
17152 enable_gdbserver=auto
17156 # We only build gdbserver automatically in a native configuration, and
17157 # only if the user did not explicitly disable its build.
17158 if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
17159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
17160 $as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
17161 if test "x$build_gdbserver" = xyes; then
17162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17163 $as_echo "yes" >&6; }
17164 subdirs="$subdirs gdbserver"
17166 gdbserver_build_enabled=yes
17168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17169 $as_echo "no" >&6; }
17173 # If the user explicitly request the gdbserver to be built, verify that
17174 # we were in fact able to enable it.
17175 if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
17176 as_fn_error "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
17179 # Check for babeltrace and babeltrace-ctf
17181 # Check whether --with-babeltrace was given.
17182 if test "${with_babeltrace+set}" = set; then :
17183 withval=$with_babeltrace;
17185 with_babeltrace=auto
17188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
17189 $as_echo_n "checking whether to use babeltrace... " >&6; }
17190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
17191 $as_echo "$with_babeltrace" >&6; }
17193 if test "x$with_babeltrace" = "xno"; then
17194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
17195 $as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
17197 # Append -Werror to CFLAGS so that configure can catch the warning
17198 # "assignment from incompatible pointer type", which is related to
17199 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
17200 # in GDB, while babeltrace 1.0.3 is broken.
17201 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
17202 # safe to save and restore CFLAGS here.
17203 saved_CFLAGS=$CFLAGS
17204 CFLAGS="$CFLAGS -Werror"
17215 acl_save_prefix="$prefix"
17216 prefix="$acl_final_prefix"
17217 acl_save_exec_prefix="$exec_prefix"
17218 exec_prefix="$acl_final_exec_prefix"
17220 eval additional_includedir=\"$includedir\"
17221 eval additional_libdir=\"$libdir\"
17223 exec_prefix="$acl_save_exec_prefix"
17224 prefix="$acl_save_prefix"
17227 # Check whether --with-libbabeltrace-prefix was given.
17228 if test "${with_libbabeltrace_prefix+set}" = set; then :
17229 withval=$with_libbabeltrace_prefix;
17230 if test "X$withval" = "Xno"; then
17233 if test "X$withval" = "X"; then
17235 acl_save_prefix="$prefix"
17236 prefix="$acl_final_prefix"
17237 acl_save_exec_prefix="$exec_prefix"
17238 exec_prefix="$acl_final_exec_prefix"
17240 eval additional_includedir=\"$includedir\"
17241 eval additional_libdir=\"$libdir\"
17243 exec_prefix="$acl_save_exec_prefix"
17244 prefix="$acl_save_prefix"
17247 additional_includedir="$withval/include"
17248 additional_libdir="$withval/lib"
17259 names_already_handled=
17260 names_next_round='babeltrace babeltrace-ctf'
17261 while test -n "$names_next_round"; do
17262 names_this_round="$names_next_round"
17264 for name in $names_this_round; do
17266 for n in $names_already_handled; do
17267 if test "$n" = "$name"; then
17268 already_handled=yes
17272 if test -z "$already_handled"; then
17273 names_already_handled="$names_already_handled $name"
17274 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17275 eval value=\"\$HAVE_LIB$uppername\"
17276 if test -n "$value"; then
17277 if test "$value" = yes; then
17278 eval value=\"\$LIB$uppername\"
17279 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
17280 eval value=\"\$LTLIB$uppername\"
17281 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
17290 if test $use_additional = yes; then
17291 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17292 found_dir="$additional_libdir"
17293 found_so="$additional_libdir/lib$name.$shlibext"
17294 if test -f "$additional_libdir/lib$name.la"; then
17295 found_la="$additional_libdir/lib$name.la"
17298 if test -f "$additional_libdir/lib$name.$libext"; then
17299 found_dir="$additional_libdir"
17300 found_a="$additional_libdir/lib$name.$libext"
17301 if test -f "$additional_libdir/lib$name.la"; then
17302 found_la="$additional_libdir/lib$name.la"
17307 if test "X$found_dir" = "X"; then
17308 for x in $LDFLAGS $LTLIBBABELTRACE; do
17310 acl_save_prefix="$prefix"
17311 prefix="$acl_final_prefix"
17312 acl_save_exec_prefix="$exec_prefix"
17313 exec_prefix="$acl_final_exec_prefix"
17315 exec_prefix="$acl_save_exec_prefix"
17316 prefix="$acl_save_prefix"
17320 dir=`echo "X$x" | sed -e 's/^X-L//'`
17321 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17323 found_so="$dir/lib$name.$shlibext"
17324 if test -f "$dir/lib$name.la"; then
17325 found_la="$dir/lib$name.la"
17328 if test -f "$dir/lib$name.$libext"; then
17330 found_a="$dir/lib$name.$libext"
17331 if test -f "$dir/lib$name.la"; then
17332 found_la="$dir/lib$name.la"
17338 if test "X$found_dir" != "X"; then
17343 if test "X$found_dir" != "X"; then
17344 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
17345 if test "X$found_so" != "X"; then
17346 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17347 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17350 for x in $ltrpathdirs; do
17351 if test "X$x" = "X$found_dir"; then
17356 if test -z "$haveit"; then
17357 ltrpathdirs="$ltrpathdirs $found_dir"
17359 if test "$hardcode_direct" = yes; then
17360 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17362 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17363 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17365 for x in $rpathdirs; do
17366 if test "X$x" = "X$found_dir"; then
17371 if test -z "$haveit"; then
17372 rpathdirs="$rpathdirs $found_dir"
17376 for x in $LDFLAGS $LIBBABELTRACE; do
17378 acl_save_prefix="$prefix"
17379 prefix="$acl_final_prefix"
17380 acl_save_exec_prefix="$exec_prefix"
17381 exec_prefix="$acl_final_exec_prefix"
17383 exec_prefix="$acl_save_exec_prefix"
17384 prefix="$acl_save_prefix"
17386 if test "X$x" = "X-L$found_dir"; then
17391 if test -z "$haveit"; then
17392 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
17394 if test "$hardcode_minus_L" != no; then
17395 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17397 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
17403 if test "X$found_a" != "X"; then
17404 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
17406 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
17409 additional_includedir=
17410 case "$found_dir" in
17412 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17413 additional_includedir="$basedir/include"
17416 if test "X$additional_includedir" != "X"; then
17417 if test "X$additional_includedir" != "X/usr/include"; then
17419 if test "X$additional_includedir" = "X/usr/local/include"; then
17420 if test -n "$GCC"; then
17422 linux*) haveit=yes;;
17426 if test -z "$haveit"; then
17427 for x in $CPPFLAGS $INCBABELTRACE; do
17429 acl_save_prefix="$prefix"
17430 prefix="$acl_final_prefix"
17431 acl_save_exec_prefix="$exec_prefix"
17432 exec_prefix="$acl_final_exec_prefix"
17434 exec_prefix="$acl_save_exec_prefix"
17435 prefix="$acl_save_prefix"
17437 if test "X$x" = "X-I$additional_includedir"; then
17442 if test -z "$haveit"; then
17443 if test -d "$additional_includedir"; then
17444 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
17450 if test -n "$found_la"; then
17451 save_libdir="$libdir"
17452 case "$found_la" in
17453 */* | *\\*) . "$found_la" ;;
17454 *) . "./$found_la" ;;
17456 libdir="$save_libdir"
17457 for dep in $dependency_libs; do
17460 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17461 if test "X$additional_libdir" != "X/usr/lib"; then
17463 if test "X$additional_libdir" = "X/usr/local/lib"; then
17464 if test -n "$GCC"; then
17466 linux*) haveit=yes;;
17470 if test -z "$haveit"; then
17472 for x in $LDFLAGS $LIBBABELTRACE; do
17474 acl_save_prefix="$prefix"
17475 prefix="$acl_final_prefix"
17476 acl_save_exec_prefix="$exec_prefix"
17477 exec_prefix="$acl_final_exec_prefix"
17479 exec_prefix="$acl_save_exec_prefix"
17480 prefix="$acl_save_prefix"
17482 if test "X$x" = "X-L$additional_libdir"; then
17487 if test -z "$haveit"; then
17488 if test -d "$additional_libdir"; then
17489 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
17493 for x in $LDFLAGS $LTLIBBABELTRACE; do
17495 acl_save_prefix="$prefix"
17496 prefix="$acl_final_prefix"
17497 acl_save_exec_prefix="$exec_prefix"
17498 exec_prefix="$acl_final_exec_prefix"
17500 exec_prefix="$acl_save_exec_prefix"
17501 prefix="$acl_save_prefix"
17503 if test "X$x" = "X-L$additional_libdir"; then
17508 if test -z "$haveit"; then
17509 if test -d "$additional_libdir"; then
17510 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
17517 dir=`echo "X$dep" | sed -e 's/^X-R//'`
17518 if test "$enable_rpath" != no; then
17520 for x in $rpathdirs; do
17521 if test "X$x" = "X$dir"; then
17526 if test -z "$haveit"; then
17527 rpathdirs="$rpathdirs $dir"
17530 for x in $ltrpathdirs; do
17531 if test "X$x" = "X$dir"; then
17536 if test -z "$haveit"; then
17537 ltrpathdirs="$ltrpathdirs $dir"
17542 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17545 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17548 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
17549 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
17555 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
17556 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
17562 if test "X$rpathdirs" != "X"; then
17563 if test -n "$hardcode_libdir_separator"; then
17565 for found_dir in $rpathdirs; do
17566 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17568 acl_save_libdir="$libdir"
17570 eval flag=\"$hardcode_libdir_flag_spec\"
17571 libdir="$acl_save_libdir"
17572 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
17574 for found_dir in $rpathdirs; do
17575 acl_save_libdir="$libdir"
17576 libdir="$found_dir"
17577 eval flag=\"$hardcode_libdir_flag_spec\"
17578 libdir="$acl_save_libdir"
17579 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
17583 if test "X$ltrpathdirs" != "X"; then
17584 for found_dir in $ltrpathdirs; do
17585 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
17590 ac_save_CPPFLAGS="$CPPFLAGS"
17592 for element in $INCBABELTRACE; do
17594 for x in $CPPFLAGS; do
17596 acl_save_prefix="$prefix"
17597 prefix="$acl_final_prefix"
17598 acl_save_exec_prefix="$exec_prefix"
17599 exec_prefix="$acl_final_exec_prefix"
17601 exec_prefix="$acl_save_exec_prefix"
17602 prefix="$acl_save_prefix"
17604 if test "X$x" = "X$element"; then
17609 if test -z "$haveit"; then
17610 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
17616 $as_echo_n "checking for libbabeltrace... " >&6; }
17617 if test "${ac_cv_libbabeltrace+set}" = set; then :
17618 $as_echo_n "(cached) " >&6
17621 ac_save_LIBS="$LIBS"
17622 LIBS="$LIBS $LIBBABELTRACE"
17623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17624 /* end confdefs.h. */
17625 #include <babeltrace/babeltrace.h>
17626 #include <babeltrace/ctf/events.h>
17627 #include <babeltrace/ctf/iterator.h>
17631 struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
17632 struct bt_ctf_event *event = NULL;
17633 const struct bt_definition *scope;
17635 pos->type = BT_SEEK_BEGIN;
17636 bt_iter_set_pos (bt_ctf_get_iter (NULL), pos);
17637 scope = bt_ctf_get_top_level_scope (event,
17638 BT_STREAM_EVENT_HEADER);
17639 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
17645 if ac_fn_c_try_link "$LINENO"; then :
17646 ac_cv_libbabeltrace=yes
17648 ac_cv_libbabeltrace=no
17650 rm -f core conftest.err conftest.$ac_objext \
17651 conftest$ac_exeext conftest.$ac_ext
17652 LIBS="$ac_save_LIBS"
17655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
17656 $as_echo "$ac_cv_libbabeltrace" >&6; }
17657 if test "$ac_cv_libbabeltrace" = yes; then
17658 HAVE_LIBBABELTRACE=yes
17660 $as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
17662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
17663 $as_echo_n "checking how to link with libbabeltrace... " >&6; }
17664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
17665 $as_echo "$LIBBABELTRACE" >&6; }
17667 HAVE_LIBBABELTRACE=no
17668 CPPFLAGS="$ac_save_CPPFLAGS"
17678 CFLAGS=$saved_CFLAGS
17680 if test "$HAVE_LIBBABELTRACE" != yes; then
17681 if test "$with_babeltrace" = yes; then
17682 as_fn_error "babeltrace is missing or unusable" "$LINENO" 5
17684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
17685 $as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
17690 # If nativefile (NAT_FILE) is not set in configure.nat, we link to an
17697 if test "${nativefile}" != ""; then
17698 case "${nativefile}" in
17699 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
17700 * ) GDB_NM_FILE="${nativefile}"
17702 files="${files} ${GDB_NM_FILE}"
17703 links="${links} nm.h"
17705 cat >>confdefs.h <<_ACEOF
17706 #define GDB_NM_FILE "${GDB_NM_FILE}"
17712 for ac_prog in xsltproc
17714 # Extract the first word of "$ac_prog", so it can be a program name with args.
17715 set dummy $ac_prog; ac_word=$2
17716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17717 $as_echo_n "checking for $ac_word... " >&6; }
17718 if test "${ac_cv_path_XSLTPROC+set}" = set; then :
17719 $as_echo_n "(cached) " >&6
17723 ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path.
17726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17727 for as_dir in $PATH
17730 test -z "$as_dir" && as_dir=.
17731 for ac_exec_ext in '' $ac_executable_extensions; do
17732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17733 ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext"
17734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17744 XSLTPROC=$ac_cv_path_XSLTPROC
17745 if test -n "$XSLTPROC"; then
17746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
17747 $as_echo "$XSLTPROC" >&6; }
17749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17750 $as_echo "no" >&6; }
17754 test -n "$XSLTPROC" && break
17756 test -n "$XSLTPROC" || XSLTPROC="missing"
17758 if test "x$USE_MAINTAINER_MODE" = xyes; then
17759 if test "${XSLTPROC}" = missing; then
17760 as_fn_error "unable to find xsltproc. maintainer-mode requires xsltproc." "$LINENO" 5
17765 ac_sources="$files"
17767 while test -n "$ac_sources"; do
17768 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
17769 set $ac_sources; ac_source=$1; shift; ac_sources=$*
17770 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
17772 ac_config_links="$ac_config_links $ac_config_links_1"
17778 $as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
17781 if $development; then
17783 $as_echo "#define GDB_SELF_TEST 1" >>confdefs.h
17785 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_UNITTESTS_OBS)"
17786 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_UNITTESTS_SRCS)"
17790 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
17791 GDB_TRANSFORM_NAME=`echo gdb | sed -e "$gdb_ac_transform"`
17792 if test "x$GDB_TRANSFORM_NAME" = x; then
17793 GDB_TRANSFORM_NAME=gdb
17798 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
17799 GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$gdb_ac_transform"`
17800 if test "x$GCORE_TRANSFORM_NAME" = x; then
17801 GCORE_TRANSFORM_NAME=gcore
17805 ac_config_files="$ac_config_files gcore"
17807 ac_config_files="$ac_config_files Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile"
17810 cat >confcache <<\_ACEOF
17811 # This file is a shell script that caches the results of configure
17812 # tests run on this system so they can be shared between configure
17813 # scripts and configure runs, see configure's option --config-cache.
17814 # It is not useful on other systems. If it contains results you don't
17815 # want to keep, you may remove or edit it.
17817 # config.status only pays attention to the cache file if you give it
17818 # the --recheck option to rerun configure.
17820 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17821 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17822 # following values.
17826 # The following way of writing the cache mishandles newlines in values,
17827 # but we know of no workaround that is simple, portable, and efficient.
17828 # So, we kill variables containing newlines.
17829 # Ultrix sh set writes to stderr and can't be redirected directly,
17830 # and sets the high bit in the cache file unless we assign to the vars.
17832 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17833 eval ac_val=\$$ac_var
17837 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17838 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17841 _ | IFS | as_nl) ;; #(
17842 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17843 *) { eval $ac_var=; unset $ac_var;} ;;
17849 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17850 *${as_nl}ac_space=\ *)
17851 # `set' does not quote correctly, so add quotes: double-quote
17852 # substitution turns \\\\ into \\, and sed turns \\ into \.
17855 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17858 # `set' quotes correctly as required by POSIX, so do not add quotes.
17859 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17868 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17870 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17872 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17873 if test -w "$cache_file"; then
17874 test "x$cache_file" != "x/dev/null" &&
17875 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17876 $as_echo "$as_me: updating cache $cache_file" >&6;}
17877 cat confcache >$cache_file
17879 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17880 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17885 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17886 # Let make expand exec_prefix.
17887 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17889 DEFS=-DHAVE_CONFIG_H
17893 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17894 # 1. Remove the extension, and $U if already installed.
17895 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17896 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17897 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17898 # will be set to the directory where LIBOBJS objects are built.
17899 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17900 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17902 LIBOBJS=$ac_libobjs
17904 LTLIBOBJS=$ac_ltlibobjs
17907 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17908 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17909 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17911 if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
17912 as_fn_error "conditional \"HAVE_PYTHON\" was never defined.
17913 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17915 if test -z "${HAVE_GUILE_TRUE}" && test -z "${HAVE_GUILE_FALSE}"; then
17916 as_fn_error "conditional \"HAVE_GUILE\" was never defined.
17917 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17921 : ${CONFIG_STATUS=./config.status}
17923 ac_clean_files_save=$ac_clean_files
17924 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17925 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17926 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17928 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17930 # Generated by $as_me.
17931 # Run this file to recreate the current configuration.
17932 # Compiler output produced by configure, useful for debugging
17933 # configure, is in config.log if it exists.
17936 ac_cs_recheck=false
17939 SHELL=\${CONFIG_SHELL-$SHELL}
17942 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17943 ## -------------------- ##
17944 ## M4sh Initialization. ##
17945 ## -------------------- ##
17947 # Be more Bourne compatible
17948 DUALCASE=1; export DUALCASE # for MKS sh
17949 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17952 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17953 # is contrary to our usage. Disable this feature.
17954 alias -g '${1+"$@"}'='"$@"'
17955 setopt NO_GLOB_SUBST
17957 case `(set -o) 2>/dev/null` in #(
17969 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17970 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17971 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17972 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17973 # Prefer a ksh shell builtin over an external printf program on Solaris,
17974 # but without wasting forks for bash or zsh.
17975 if test -z "$BASH_VERSION$ZSH_VERSION" \
17976 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17977 as_echo='print -r --'
17978 as_echo_n='print -rn --'
17979 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17980 as_echo='printf %s\n'
17981 as_echo_n='printf %s'
17983 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17984 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17985 as_echo_n='/usr/ucb/echo -n'
17987 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17988 as_echo_n_body='eval
17992 expr "X$arg" : "X\\(.*\\)$as_nl";
17993 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17995 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17997 export as_echo_n_body
17998 as_echo_n='sh -c $as_echo_n_body as_echo'
18000 export as_echo_body
18001 as_echo='sh -c $as_echo_body as_echo'
18004 # The user is always right.
18005 if test "${PATH_SEPARATOR+set}" != set; then
18007 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18008 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18015 # We need space, tab and new line, in precisely that order. Quoting is
18016 # there to prevent editors from complaining about space-tab.
18017 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18018 # splitting by setting IFS to empty value.)
18021 # Find who we are. Look in the path if we contain no directory separator.
18023 *[\\/]* ) as_myself=$0 ;;
18024 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18025 for as_dir in $PATH
18028 test -z "$as_dir" && as_dir=.
18029 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18035 # We did not find ourselves, most probably we were run as `sh COMMAND'
18036 # in which case we are not to be found in the path.
18037 if test "x$as_myself" = x; then
18040 if test ! -f "$as_myself"; then
18041 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18045 # Unset variables that we do not need and which cause bugs (e.g. in
18046 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18047 # suppresses any "Segmentation fault" message there. '((' could
18048 # trigger a bug in pdksh 5.2.14.
18049 for as_var in BASH_ENV ENV MAIL MAILPATH
18050 do eval test x\${$as_var+set} = xset \
18051 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18064 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18067 # as_fn_error ERROR [LINENO LOG_FD]
18068 # ---------------------------------
18069 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18070 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18071 # script with status $?, using 1 if that was 0.
18074 as_status=$?; test $as_status -eq 0 && as_status=1
18076 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18077 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18079 $as_echo "$as_me: error: $1" >&2
18080 as_fn_exit $as_status
18084 # as_fn_set_status STATUS
18085 # -----------------------
18086 # Set $? to STATUS, without forking.
18087 as_fn_set_status ()
18090 } # as_fn_set_status
18092 # as_fn_exit STATUS
18093 # -----------------
18094 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18098 as_fn_set_status $1
18104 # Portably unset VAR.
18107 { eval $1=; unset $1;}
18109 as_unset=as_fn_unset
18110 # as_fn_append VAR VALUE
18111 # ----------------------
18112 # Append the text in VALUE to the end of the definition contained in VAR. Take
18113 # advantage of any shell optimizations that allow amortized linear growth over
18114 # repeated appends, instead of the typical quadratic growth present in naive
18116 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18117 eval 'as_fn_append ()
18128 # as_fn_arith ARG...
18129 # ------------------
18130 # Perform arithmetic evaluation on the ARGs, and store the result in the
18131 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18132 # must be portable across $(()) and expr.
18133 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18134 eval 'as_fn_arith ()
18141 as_val=`expr "$@" || test $? -eq 1`
18146 if expr a : '\(a\)' >/dev/null 2>&1 &&
18147 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18153 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18154 as_basename=basename
18159 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18165 as_me=`$as_basename -- "$0" ||
18166 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18167 X"$0" : 'X\(//\)$' \| \
18168 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18170 sed '/^.*\/\([^/][^/]*\)\/*$/{
18184 # Avoid depending upon Character Ranges.
18185 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18186 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18187 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18188 as_cr_digits='0123456789'
18189 as_cr_alnum=$as_cr_Letters$as_cr_digits
18191 ECHO_C= ECHO_N= ECHO_T=
18192 case `echo -n x` in #(((((
18194 case `echo 'xy\c'` in
18195 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18197 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18204 rm -f conf$$ conf$$.exe conf$$.file
18205 if test -d conf$$.dir; then
18206 rm -f conf$$.dir/conf$$.file
18209 mkdir conf$$.dir 2>/dev/null
18211 if (echo >conf$$.file) 2>/dev/null; then
18212 if ln -s conf$$.file conf$$ 2>/dev/null; then
18214 # ... but there are two gotchas:
18215 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18216 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18217 # In both cases, we have to default to `cp -p'.
18218 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18220 elif ln conf$$.file conf$$ 2>/dev/null; then
18228 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18229 rmdir conf$$.dir 2>/dev/null
18234 # Create "$as_dir" as a directory, including parents if necessary.
18239 -*) as_dir=./$as_dir;;
18241 test -d "$as_dir" || eval $as_mkdir_p || {
18245 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18246 *) as_qdir=$as_dir;;
18248 as_dirs="'$as_qdir' $as_dirs"
18249 as_dir=`$as_dirname -- "$as_dir" ||
18250 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18251 X"$as_dir" : 'X\(//\)[^/]' \| \
18252 X"$as_dir" : 'X\(//\)$' \| \
18253 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18254 $as_echo X"$as_dir" |
18255 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18259 /^X\(\/\/\)[^/].*/{
18272 test -d "$as_dir" && break
18274 test -z "$as_dirs" || eval "mkdir $as_dirs"
18275 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18279 if mkdir -p . 2>/dev/null; then
18280 as_mkdir_p='mkdir -p "$as_dir"'
18282 test -d ./-p && rmdir ./-p
18286 if test -x / >/dev/null 2>&1; then
18287 as_test_x='test -x'
18289 if ls -dL / >/dev/null 2>&1; then
18296 if test -d "$1"; then
18302 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18303 ???[sx]*):;;*)false;;esac;fi
18307 as_executable_p=$as_test_x
18309 # Sed expression to map a string onto a valid CPP name.
18310 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18312 # Sed expression to map a string onto a valid variable name.
18313 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18317 ## ----------------------------------- ##
18318 ## Main body of $CONFIG_STATUS script. ##
18319 ## ----------------------------------- ##
18321 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18324 # Save the log message, to keep $0 and so on meaningful, and to
18325 # report actual input values of CONFIG_FILES etc. instead of their
18326 # values after options handling.
18328 This file was extended by $as_me, which was
18329 generated by GNU Autoconf 2.64. Invocation command line was
18331 CONFIG_FILES = $CONFIG_FILES
18332 CONFIG_HEADERS = $CONFIG_HEADERS
18333 CONFIG_LINKS = $CONFIG_LINKS
18334 CONFIG_COMMANDS = $CONFIG_COMMANDS
18337 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18342 case $ac_config_files in *"
18343 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18346 case $ac_config_headers in *"
18347 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18351 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18352 # Files that config.status was made for.
18353 config_files="$ac_config_files"
18354 config_headers="$ac_config_headers"
18355 config_links="$ac_config_links"
18356 config_commands="$ac_config_commands"
18360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18362 \`$as_me' instantiates files and other configuration actions
18363 from templates according to the current configuration. Unless the files
18364 and actions are specified as TAGs, all are instantiated by default.
18366 Usage: $0 [OPTION]... [TAG]...
18368 -h, --help print this help, then exit
18369 -V, --version print version number and configuration settings, then exit
18370 -q, --quiet, --silent
18371 do not print progress messages
18372 -d, --debug don't remove temporary files
18373 --recheck update $as_me by reconfiguring in the same conditions
18374 --file=FILE[:TEMPLATE]
18375 instantiate the configuration file FILE
18376 --header=FILE[:TEMPLATE]
18377 instantiate the configuration header FILE
18379 Configuration files:
18382 Configuration headers:
18385 Configuration links:
18388 Configuration commands:
18391 Report bugs to the package provider."
18394 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18397 configured by $0, generated by GNU Autoconf 2.64,
18398 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18400 Copyright (C) 2009 Free Software Foundation, Inc.
18401 This config.status script is free software; the Free Software Foundation
18402 gives unlimited permission to copy, distribute and modify it."
18408 test -n "\$AWK" || AWK=awk
18411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18412 # The default lists apply if the user does not specify any file.
18418 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18419 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18430 # Handling of the options.
18431 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18433 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18434 $as_echo "$ac_cs_version"; exit ;;
18435 --debug | --debu | --deb | --de | --d | -d )
18437 --file | --fil | --fi | --f )
18440 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18442 as_fn_append CONFIG_FILES " '$ac_optarg'"
18443 ac_need_defaults=false;;
18444 --header | --heade | --head | --hea )
18447 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18449 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18450 ac_need_defaults=false;;
18452 # Conflict between --help and --header
18453 as_fn_error "ambiguous option: \`$1'
18454 Try \`$0 --help' for more information.";;
18455 --help | --hel | -h )
18456 $as_echo "$ac_cs_usage"; exit ;;
18457 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18458 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18461 # This is an error.
18462 -*) as_fn_error "unrecognized option: \`$1'
18463 Try \`$0 --help' for more information." ;;
18465 *) as_fn_append ac_config_targets " $1"
18466 ac_need_defaults=false ;;
18472 ac_configure_extra_args=
18474 if $ac_cs_silent; then
18476 ac_configure_extra_args="$ac_configure_extra_args --silent"
18480 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18481 if \$ac_cs_recheck; then
18482 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18484 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18485 CONFIG_SHELL='$SHELL'
18486 export CONFIG_SHELL
18491 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18495 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18496 ## Running $as_me. ##
18502 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18506 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
18510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18512 # Handling of arguments.
18513 for ac_config_target in $ac_config_targets
18515 case $ac_config_target in
18516 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
18517 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
18518 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
18519 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
18520 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
18521 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18522 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
18523 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
18524 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
18526 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18531 # If the user did not use the arguments to specify the items to instantiate,
18532 # then the envvar interface is used. Set only those that are not.
18533 # We use the long form for the default assignment because of an extremely
18534 # bizarre bug on SunOS 4.1.3.
18535 if $ac_need_defaults; then
18536 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18537 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18538 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18539 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18542 # Have a temporary directory for convenience. Make it in the build tree
18543 # simply because there is no reason against having it here, and in addition,
18544 # creating and moving files from /tmp can sometimes cause problems.
18545 # Hook for its removal unless debugging.
18546 # Note that there is a small window in which the directory will not be cleaned:
18547 # after its creation but before its name has been assigned to `$tmp'.
18551 trap 'exit_status=$?
18552 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18554 trap 'as_fn_exit 1' 1 2 13 15
18556 # Create a (secure) tmp directory for tmp files.
18559 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18560 test -n "$tmp" && test -d "$tmp"
18563 tmp=./conf$$-$RANDOM
18564 (umask 077 && mkdir "$tmp")
18565 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18567 # Set up the scripts for CONFIG_FILES section.
18568 # No need to generate them if there are no CONFIG_FILES.
18569 # This happens for instance with `./config.status config.h'.
18570 if test -n "$CONFIG_FILES"; then
18572 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18573 ac_cs_awk_getline=:
18574 ac_cs_awk_pipe_init=
18575 ac_cs_awk_read_file='
18576 while ((getline aline < (F[key])) > 0)
18579 ac_cs_awk_pipe_fini=
18581 ac_cs_awk_getline=false
18582 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18583 ac_cs_awk_read_file='
18585 print "cat " F[key] " &&"
18586 '$ac_cs_awk_pipe_init
18587 # The final `:' finishes the AND list.
18588 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18590 ac_cr=`echo X | tr X '\015'`
18591 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18592 # But we know of no other shell where ac_cr would be empty at this
18593 # point, so we can use a bashism as a fallback.
18594 if test "x$ac_cr" = x; then
18595 eval ac_cr=\$\'\\r\'
18597 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18598 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18601 ac_cs_awk_cr=$ac_cr
18604 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18607 # Create commands to substitute file output variables.
18609 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18610 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18611 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18614 } >conf$$files.sh &&
18615 . ./conf$$files.sh ||
18616 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18617 rm -f conf$$files.sh
18620 echo "cat >conf$$subs.awk <<_ACEOF" &&
18621 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18623 } >conf$$subs.sh ||
18624 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18625 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18627 for ac_last_try in false false false false false :; do
18628 . ./conf$$subs.sh ||
18629 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18631 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18632 if test $ac_delim_n = $ac_delim_num; then
18634 elif $ac_last_try; then
18635 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18637 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18640 rm -f conf$$subs.sh
18642 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18643 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18647 s/^/S["/; s/!.*/"]=/
18657 s/\(.\{148\}\).*/\1/
18659 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18664 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18671 s/\(.\{148\}\).*/\1/
18673 s/["\\]/\\&/g; s/^/"/; s/$/"/
18677 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18682 ' <conf$$subs.awk | sed '
18687 ' >>$CONFIG_STATUS || ac_write_fail=1
18688 rm -f conf$$subs.awk
18689 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18691 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18692 for (key in S) S_is_set[key] = 1
18694 \$ac_cs_awk_pipe_init
18698 nfields = split(line, field, "@")
18700 len = length(field[1])
18701 for (i = 2; i < nfields; i++) {
18703 keylen = length(key)
18704 if (S_is_set[key]) {
18706 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18707 len += length(value) + length(field[++i])
18712 if (nfields == 3 && !substed) {
18714 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18715 \$ac_cs_awk_read_file
18721 \$ac_cs_awk_pipe_fini
18724 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18725 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18726 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18729 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18730 || as_fn_error "could not setup config files machinery" "$LINENO" 5
18733 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18734 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18735 # trailing colons and then remove the whole line if VPATH becomes empty
18736 # (actually we leave an empty line to preserve line numbers).
18737 if test "x$srcdir" = x.; then
18738 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18739 s/:*\$(srcdir):*/:/
18740 s/:*\${srcdir}:*/:/
18742 s/^\([^=]*=[ ]*\):*/\1/
18748 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18749 fi # test -n "$CONFIG_FILES"
18751 # Set up the scripts for CONFIG_HEADERS section.
18752 # No need to generate them if there are no CONFIG_HEADERS.
18753 # This happens for instance with `./config.status Makefile'.
18754 if test -n "$CONFIG_HEADERS"; then
18755 cat >"$tmp/defines.awk" <<\_ACAWK ||
18759 # Transform confdefs.h into an awk script `defines.awk', embedded as
18760 # here-document in config.status, that substitutes the proper values into
18761 # config.h.in to produce config.h.
18763 # Create a delimiter string that does not exist in confdefs.h, to ease
18764 # handling of long lines.
18766 for ac_last_try in false false :; do
18767 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18768 if test -z "$ac_t"; then
18770 elif $ac_last_try; then
18771 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18773 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18777 # For the awk script, D is an array of macro values keyed by name,
18778 # likewise P contains macro parameters if any. Preserve backslash
18779 # newline sequences.
18781 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18783 s/.\{148\}/&'"$ac_delim"'/g
18786 s/^[ ]*#[ ]*define[ ][ ]*/ /
18793 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18795 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18799 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18800 D["\1"]=" \3\\\\\\n"\\/p
18802 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18807 s/.\{148\}/&'"$ac_delim"'/g
18812 s/["\\]/\\&/g; s/^/"/; s/$/"/p
18815 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18817 ' <confdefs.h | sed '
18818 s/'"$ac_delim"'/"\\\
18819 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18821 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18822 for (key in D) D_is_set[key] = 1
18825 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18827 split(line, arg, " ")
18828 if (arg[1] == "#") {
18832 defundef = substr(arg[1], 2)
18835 split(mac1, mac2, "(") #)
18837 prefix = substr(line, 1, index(line, defundef) - 1)
18838 if (D_is_set[macro]) {
18839 # Preserve the white space surrounding the "#".
18840 print prefix "define", macro P[macro] D[macro]
18843 # Replace #undef with comments. This is necessary, for example,
18844 # in the case of _POSIX_SOURCE, which is predefined and required
18845 # on some systems where configure will not decide to define it.
18846 if (defundef == "undef") {
18847 print "/*", prefix defundef, macro, "*/"
18855 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18856 as_fn_error "could not setup config headers machinery" "$LINENO" 5
18857 fi # test -n "$CONFIG_HEADERS"
18860 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18865 :[FHLC]) ac_mode=$ac_tag; continue;;
18867 case $ac_mode$ac_tag in
18869 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18870 :[FH]-) ac_tag=-:-;;
18871 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18888 -) ac_f="$tmp/stdin";;
18889 *) # Look for the file first in the build tree, then in the source tree
18890 # (if the path is not absolute). The absolute path cannot be DOS-style,
18891 # because $ac_f cannot contain `:'.
18895 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18897 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18899 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18900 as_fn_append ac_file_inputs " '$ac_f'"
18903 # Let's still pretend it is `configure' which instantiates (i.e., don't
18904 # use $as_me), people would be surprised to read:
18905 # /* config.h. Generated by config.status. */
18906 configure_input='Generated from '`
18907 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18909 if test x"$ac_file" != x-; then
18910 configure_input="$ac_file. $configure_input"
18911 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18912 $as_echo "$as_me: creating $ac_file" >&6;}
18914 # Neutralize special characters interpreted by sed in replacement strings.
18915 case $configure_input in #(
18916 *\&* | *\|* | *\\* )
18917 ac_sed_conf_input=`$as_echo "$configure_input" |
18918 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18919 *) ac_sed_conf_input=$configure_input;;
18923 *:-:* | *:-) cat >"$tmp/stdin" \
18924 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18929 ac_dir=`$as_dirname -- "$ac_file" ||
18930 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18931 X"$ac_file" : 'X\(//\)[^/]' \| \
18932 X"$ac_file" : 'X\(//\)$' \| \
18933 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18934 $as_echo X"$ac_file" |
18935 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18939 /^X\(\/\/\)[^/].*/{
18952 as_dir="$ac_dir"; as_fn_mkdir_p
18956 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18958 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18959 # A ".." for each directory in $ac_dir_suffix.
18960 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18961 case $ac_top_builddir_sub in
18962 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18963 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18966 ac_abs_top_builddir=$ac_pwd
18967 ac_abs_builddir=$ac_pwd$ac_dir_suffix
18968 # for backward compatibility:
18969 ac_top_builddir=$ac_top_build_prefix
18972 .) # We are building in place.
18974 ac_top_srcdir=$ac_top_builddir_sub
18975 ac_abs_top_srcdir=$ac_pwd ;;
18976 [\\/]* | ?:[\\/]* ) # Absolute name.
18977 ac_srcdir=$srcdir$ac_dir_suffix;
18978 ac_top_srcdir=$srcdir
18979 ac_abs_top_srcdir=$srcdir ;;
18980 *) # Relative name.
18981 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18982 ac_top_srcdir=$ac_top_build_prefix$srcdir
18983 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
18985 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
18995 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18996 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19000 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19001 # If the template does not know about datarootdir, expand it.
19002 # FIXME: This hack should be removed a few years after 2.60.
19003 ac_datarootdir_hack=; ac_datarootdir_seen=
19014 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19015 *datarootdir*) ac_datarootdir_seen=yes;;
19016 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19018 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19020 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19021 ac_datarootdir_hack='
19022 s&@datadir@&$datadir&g
19023 s&@docdir@&$docdir&g
19024 s&@infodir@&$infodir&g
19025 s&@localedir@&$localedir&g
19026 s&@mandir@&$mandir&g
19027 s&\\\${datarootdir}&$datarootdir&g' ;;
19031 # Neutralize VPATH when `$srcdir' = `.'.
19032 # Shell code in configure.ac might set extrasub.
19033 # FIXME: do we really want to maintain this feature?
19034 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19035 ac_sed_extra="$ac_vpsub
19038 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19040 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19041 s|@configure_input@|$ac_sed_conf_input|;t t
19042 s&@top_builddir@&$ac_top_builddir_sub&;t t
19043 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19044 s&@srcdir@&$ac_srcdir&;t t
19045 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19046 s&@top_srcdir@&$ac_top_srcdir&;t t
19047 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19048 s&@builddir@&$ac_builddir&;t t
19049 s&@abs_builddir@&$ac_abs_builddir&;t t
19050 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19051 s&@INSTALL@&$ac_INSTALL&;t t
19052 $ac_datarootdir_hack
19054 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19055 if $ac_cs_awk_getline; then
19056 $AWK -f "$tmp/subs.awk"
19058 $AWK -f "$tmp/subs.awk" | $SHELL
19060 || as_fn_error "could not create $ac_file" "$LINENO" 5
19062 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19063 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19064 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19066 which seems to be undefined. Please make sure it is defined." >&5
19067 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19068 which seems to be undefined. Please make sure it is defined." >&2;}
19072 -) cat "$tmp/out" && rm -f "$tmp/out";;
19073 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19075 || as_fn_error "could not create $ac_file" "$LINENO" 5
19081 if test x"$ac_file" != x-; then
19083 $as_echo "/* $configure_input */" \
19084 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19085 } >"$tmp/config.h" \
19086 || as_fn_error "could not create $ac_file" "$LINENO" 5
19087 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19088 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19089 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19092 mv "$tmp/config.h" "$ac_file" \
19093 || as_fn_error "could not create $ac_file" "$LINENO" 5
19096 $as_echo "/* $configure_input */" \
19097 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19098 || as_fn_error "could not create -" "$LINENO" 5
19106 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19109 # Prefer the file from the source tree if names are identical.
19110 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19111 ac_source=$srcdir/$ac_source
19114 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19115 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19117 if test ! -r "$ac_source"; then
19118 as_fn_error "$ac_source: file not found" "$LINENO" 5
19122 # Try a relative symlink, then a hard link, then a copy.
19124 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19125 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19127 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19128 ln "$ac_source" "$ac_file" 2>/dev/null ||
19129 cp -p "$ac_source" "$ac_file" ||
19130 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19133 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19134 $as_echo "$as_me: executing $ac_file commands" >&6;}
19139 case $ac_file$ac_mode in
19140 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
19141 "gcore":F) chmod +x gcore ;;
19143 case x$CONFIG_HEADERS in
19144 xconfig.h:config.in)
19149 case x$CONFIG_HEADERS in
19150 xconfig.h:config.in)
19155 case x$CONFIG_HEADERS in
19156 xconfig.h:config.in)
19160 "data-directory/Makefile":F)
19161 case x$CONFIG_HEADERS in
19162 xconfig.h:config.in)
19173 ac_clean_files=$ac_clean_files_save
19175 test $ac_write_fail = 0 ||
19176 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19179 # configure is writing to config.log, and then calls config.status.
19180 # config.status does its own redirection, appending to config.log.
19181 # Unfortunately, on DOS this fails, as config.log is still kept open
19182 # by configure, so config.status won't be able to write to it; its
19183 # output is simply discarded. So we exec the FD to /dev/null,
19184 # effectively closing config.log, so it can be properly (re)opened and
19185 # appended to by config.status. When coming back to configure, we
19186 # need to make the FD available again.
19187 if test "$no_create" != yes; then
19189 ac_config_status_args=
19190 test "$silent" = yes &&
19191 ac_config_status_args="$ac_config_status_args --quiet"
19193 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19195 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19196 # would make configure fail if this is the last instruction.
19197 $ac_cs_success || as_fn_exit $?
19201 # CONFIG_SUBDIRS section.
19203 if test "$no_recursion" != yes; then
19205 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
19206 # so they do not pile up.
19207 ac_sub_configure_args=
19209 eval "set x $ac_configure_args"
19213 if test -n "$ac_prev"; then
19218 -cache-file | --cache-file | --cache-fil | --cache-fi \
19219 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
19220 ac_prev=cache_file ;;
19221 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
19222 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
19225 --config-cache | -C)
19227 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
19229 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
19231 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
19233 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
19235 --disable-option-checking)
19239 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19241 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
19245 # Always prepend --prefix to ensure using the same prefix
19246 # in subdir configurations.
19247 ac_arg="--prefix=$prefix"
19249 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19251 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
19254 if test "$silent" = yes; then
19255 ac_sub_configure_args="--silent $ac_sub_configure_args"
19258 # Always prepend --disable-option-checking to silence warnings, since
19259 # different subdirs can have different --enable and --with options.
19260 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
19263 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
19265 # Do not complain, so a configure script can configure whichever
19266 # parts of a large source tree are present.
19267 test -d "$srcdir/$ac_dir" || continue
19269 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
19270 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
19271 $as_echo "$ac_msg" >&6
19272 as_dir="$ac_dir"; as_fn_mkdir_p
19276 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19278 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19279 # A ".." for each directory in $ac_dir_suffix.
19280 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19281 case $ac_top_builddir_sub in
19282 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19283 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19286 ac_abs_top_builddir=$ac_pwd
19287 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19288 # for backward compatibility:
19289 ac_top_builddir=$ac_top_build_prefix
19292 .) # We are building in place.
19294 ac_top_srcdir=$ac_top_builddir_sub
19295 ac_abs_top_srcdir=$ac_pwd ;;
19296 [\\/]* | ?:[\\/]* ) # Absolute name.
19297 ac_srcdir=$srcdir$ac_dir_suffix;
19298 ac_top_srcdir=$srcdir
19299 ac_abs_top_srcdir=$srcdir ;;
19300 *) # Relative name.
19301 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19302 ac_top_srcdir=$ac_top_build_prefix$srcdir
19303 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19305 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19310 # Check for guested configure; otherwise get Cygnus style configure.
19311 if test -f "$ac_srcdir/configure.gnu"; then
19312 ac_sub_configure=$ac_srcdir/configure.gnu
19313 elif test -f "$ac_srcdir/configure"; then
19314 ac_sub_configure=$ac_srcdir/configure
19315 elif test -f "$ac_srcdir/configure.in"; then
19316 # This should be Cygnus configure.
19317 ac_sub_configure=$ac_aux_dir/configure
19319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
19320 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
19324 # The recursion is here.
19325 if test -n "$ac_sub_configure"; then
19326 # Make the cache file name correct relative to the subdirectory.
19327 case $cache_file in
19328 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
19329 *) # Relative name.
19330 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
19333 { $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
19334 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
19335 # The eval makes quoting arguments work.
19336 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
19337 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
19338 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
19344 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19346 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}