2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev
/null
; then :
205 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
208 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
210 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
213 test -z "$as_dir" && as_dir
=.
217 for as_base
in sh bash ksh sh5
; do
218 # Try only shells that exist, to save several forks.
219 as_shell
=$as_dir/$as_base
220 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
222 CONFIG_SHELL
=$as_shell as_have_required
=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
231 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
233 CONFIG_SHELL
=$SHELL as_have_required
=yes
238 if test "x$CONFIG_SHELL" != x
; then :
240 # We cannot yet assume a decent shell, so we have to provide a
241 # neutralization value for shells without unset; and this also
242 # works around shells that cannot unset nonexistent variables.
243 # Preserve -v and -x to the replacement shell.
246 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
248 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254 # Admittedly, this is quite paranoid, since all the known shells bail
255 # out after a failed `exec'.
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 if test x
$as_have_required = xno
; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x
${ZSH_VERSION+set} = xset
; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268 $0: including any error possibly output before this
269 $0: message. Then install a modern shell, or manually run
270 $0: the script under such a shell if you do have one."
276 SHELL
=${CONFIG_SHELL-/bin/sh}
278 # Unset more variables known to interfere with behavior of common tools.
279 CLICOLOR_FORCE
= GREP_OPTIONS
=
280 unset CLICOLOR_FORCE GREP_OPTIONS
282 ## --------------------- ##
283 ## M4sh Shell Functions. ##
284 ## --------------------- ##
287 # Portably unset VAR.
290 { eval $1=; unset $1;}
294 # as_fn_set_status STATUS
295 # -----------------------
296 # Set $? to STATUS, without forking.
304 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
314 # Create "$as_dir" as a directory, including parents if necessary.
319 -*) as_dir
=.
/$as_dir;;
321 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
325 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 as_dirs
="'$as_qdir' $as_dirs"
329 as_dir
=`$as_dirname -- "$as_dir" ||
330 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334 $as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
352 test -d "$as_dir" && break
354 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
355 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p
()
365 test -f "$1" && test -x "$1"
366 } # as_fn_executable_p
367 # as_fn_append VAR VALUE
368 # ----------------------
369 # Append the text in VALUE to the end of the definition contained in VAR. Take
370 # advantage of any shell optimizations that allow amortized linear growth over
371 # repeated appends, instead of the typical quadratic growth present in naive
373 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
374 eval 'as_fn_append ()
387 # Perform arithmetic evaluation on the ARGs, and store the result in the
388 # global $as_val. Take advantage of shells that can avoid forks. The arguments
389 # must be portable across $(()) and expr.
390 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
398 as_val
=`expr "$@" || test $? -eq 1`
403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
404 # ----------------------------------------
405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
407 # script with STATUS, using 1 if that was 0.
410 as_status
=$1; test $as_status -eq 0 && as_status
=1
412 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
415 $as_echo "$as_me: error: $2" >&2
416 as_fn_exit
$as_status
419 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
426 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
432 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
438 as_me
=`$as_basename -- "$0" ||
439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
457 # Avoid depending upon Character Ranges.
458 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
459 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
461 as_cr_digits
='0123456789'
462 as_cr_alnum
=$as_cr_Letters$as_cr_digits
465 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
466 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 chmod +x
"$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec
=no
; export _as_can_reexec
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
494 # original and so on. Autoconf is especially sensitive to this).
496 # Exit status is that of the last command.
500 ECHO_C
= ECHO_N
= ECHO_T
=
501 case `echo -n x` in #(((((
503 case `echo 'xy\c'` in
504 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
513 rm -f conf$$ conf$$.exe conf$$.
file
514 if test -d conf$$.dir
; then
515 rm -f conf$$.dir
/conf$$.
file
518 mkdir conf$$.dir
2>/dev
/null
520 if (echo >conf$$.
file) 2>/dev
/null
; then
521 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
526 # In both cases, we have to default to `cp -pR'.
527 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
529 elif ln conf$$.
file conf$$
2>/dev
/null
; then
537 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
538 rmdir conf$$.dir
2>/dev
/null
540 if mkdir
-p .
2>/dev
/null
; then
541 as_mkdir_p
='mkdir -p "$as_dir"'
543 test -d .
/-p && rmdir .
/-p
548 as_executable_p
=as_fn_executable_p
550 # Sed expression to map a string onto a valid CPP name.
551 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
553 # Sed expression to map a string onto a valid variable name.
554 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
562 # so uname gets run too.
563 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
568 ac_default_prefix
=/usr
/local
570 ac_config_libobj_dir
=.
577 # Identity of this package.
585 ac_unique_file
="server.cc"
586 # Factoring default headers for most tests.
587 ac_includes_default
="\
589 #ifdef HAVE_SYS_TYPES_H
590 # include <sys/types.h>
592 #ifdef HAVE_SYS_STAT_H
593 # include <sys/stat.h>
599 # ifdef HAVE_STDLIB_H
604 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
609 #ifdef HAVE_STRINGS_H
610 # include <strings.h>
612 #ifdef HAVE_INTTYPES_H
613 # include <inttypes.h>
623 ac_subst_vars
='LTLIBOBJS
687 INSTALL_STRIP_PROGRAM
704 MAINTAINER_MODE_FALSE
733 program_transform_name
746 enable_option_checking
747 enable_maintainer_mode
759 enable_build_warnings
760 enable_gdb_build_warnings
764 enable_inprocess_agent
766 ac_precious_vars
='build_alias
780 # Initialize some variables set by options.
782 ac_init_version
=false
783 ac_unrecognized_opts
=
785 # The variables have the same names as the options, with
786 # dashes changed to underlines.
794 program_transform_name
=s
,x
,x
,
802 # Installation directory options.
803 # These are left unexpanded so users can "make install exec_prefix=/foo"
804 # and all the variables that are supposed to be based on exec_prefix
805 # by default will actually change.
806 # Use braces instead of parens because sh, perl, etc. also accept them.
807 # (The list follows the same order as the GNU Coding Standards.)
808 bindir
='${exec_prefix}/bin'
809 sbindir
='${exec_prefix}/sbin'
810 libexecdir
='${exec_prefix}/libexec'
811 datarootdir
='${prefix}/share'
812 datadir
='${datarootdir}'
813 sysconfdir
='${prefix}/etc'
814 sharedstatedir
='${prefix}/com'
815 localstatedir
='${prefix}/var'
816 includedir
='${prefix}/include'
817 oldincludedir
='/usr/include'
818 docdir
='${datarootdir}/doc/${PACKAGE}'
819 infodir
='${datarootdir}/info'
824 libdir
='${exec_prefix}/lib'
825 localedir
='${datarootdir}/locale'
826 mandir
='${datarootdir}/man'
832 # If the previous option needs an argument, assign it.
833 if test -n "$ac_prev"; then
834 eval $ac_prev=\
$ac_option
840 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
845 # Accept the important Cygnus configure options, so we can diagnose typos.
847 case $ac_dashdash$ac_option in
851 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
853 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
856 -build |
--build |
--buil |
--bui |
--bu)
857 ac_prev
=build_alias
;;
858 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
859 build_alias
=$ac_optarg ;;
861 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
862 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
863 ac_prev
=cache_file
;;
864 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
865 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
866 cache_file
=$ac_optarg ;;
869 cache_file
=config.cache
;;
871 -datadir |
--datadir |
--datadi |
--datad)
873 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
874 datadir
=$ac_optarg ;;
876 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
877 |
--dataroo |
--dataro |
--datar)
878 ac_prev
=datarootdir
;;
879 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
880 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
881 datarootdir
=$ac_optarg ;;
883 -disable-* |
--disable-*)
884 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
885 # Reject names that are not valid shell variable names.
886 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
887 as_fn_error $?
"invalid feature name: $ac_useropt"
888 ac_useropt_orig
=$ac_useropt
889 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
890 case $ac_user_opts in
894 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
895 ac_unrecognized_sep
=', ';;
897 eval enable_
$ac_useropt=no
;;
899 -docdir |
--docdir |
--docdi |
--doc |
--do)
901 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
904 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
906 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
909 -enable-* |
--enable-*)
910 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
913 as_fn_error $?
"invalid feature name: $ac_useropt"
914 ac_useropt_orig
=$ac_useropt
915 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
916 case $ac_user_opts in
920 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
921 ac_unrecognized_sep
=', ';;
923 eval enable_
$ac_useropt=\
$ac_optarg ;;
925 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
926 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
927 |
--exec |
--exe |
--ex)
928 ac_prev
=exec_prefix
;;
929 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
930 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
931 |
--exec=* |
--exe=* |
--ex=*)
932 exec_prefix
=$ac_optarg ;;
934 -gas |
--gas |
--ga |
--g)
935 # Obsolete; use --with-gas.
938 -help |
--help |
--hel |
--he |
-h)
940 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
941 ac_init_help
=recursive
;;
942 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
943 ac_init_help
=short
;;
945 -host |
--host |
--hos |
--ho)
946 ac_prev
=host_alias
;;
947 -host=* |
--host=* |
--hos=* |
--ho=*)
948 host_alias
=$ac_optarg ;;
950 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
952 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
954 htmldir
=$ac_optarg ;;
956 -includedir |
--includedir |
--includedi |
--included |
--include \
957 |
--includ |
--inclu |
--incl |
--inc)
958 ac_prev
=includedir
;;
959 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
960 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
961 includedir
=$ac_optarg ;;
963 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
965 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
966 infodir
=$ac_optarg ;;
968 -libdir |
--libdir |
--libdi |
--libd)
970 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
973 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
974 |
--libexe |
--libex |
--libe)
975 ac_prev
=libexecdir
;;
976 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
977 |
--libexe=* |
--libex=* |
--libe=*)
978 libexecdir
=$ac_optarg ;;
980 -localedir |
--localedir |
--localedi |
--localed |
--locale)
982 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
983 localedir
=$ac_optarg ;;
985 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
986 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
987 ac_prev
=localstatedir
;;
988 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
989 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
990 localstatedir
=$ac_optarg ;;
992 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
994 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
998 # Obsolete; use --without-fp.
1001 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1002 |
--no-cr |
--no-c |
-n)
1005 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1006 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1009 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1010 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1011 |
--oldin |
--oldi |
--old |
--ol |
--o)
1012 ac_prev
=oldincludedir
;;
1013 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1014 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1015 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1016 oldincludedir
=$ac_optarg ;;
1018 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1020 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1021 prefix
=$ac_optarg ;;
1023 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1024 |
--program-pre |
--program-pr |
--program-p)
1025 ac_prev
=program_prefix
;;
1026 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1027 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1028 program_prefix
=$ac_optarg ;;
1030 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1031 |
--program-suf |
--program-su |
--program-s)
1032 ac_prev
=program_suffix
;;
1033 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1034 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1035 program_suffix
=$ac_optarg ;;
1037 -program-transform-name |
--program-transform-name \
1038 |
--program-transform-nam |
--program-transform-na \
1039 |
--program-transform-n |
--program-transform- \
1040 |
--program-transform |
--program-transfor \
1041 |
--program-transfo |
--program-transf \
1042 |
--program-trans |
--program-tran \
1043 |
--progr-tra |
--program-tr |
--program-t)
1044 ac_prev
=program_transform_name
;;
1045 -program-transform-name=* |
--program-transform-name=* \
1046 |
--program-transform-nam=* |
--program-transform-na=* \
1047 |
--program-transform-n=* |
--program-transform-=* \
1048 |
--program-transform=* |
--program-transfor=* \
1049 |
--program-transfo=* |
--program-transf=* \
1050 |
--program-trans=* |
--program-tran=* \
1051 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1052 program_transform_name
=$ac_optarg ;;
1054 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1056 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1057 pdfdir
=$ac_optarg ;;
1059 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1061 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1064 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1065 |
-silent |
--silent |
--silen |
--sile |
--sil)
1068 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1070 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1072 sbindir
=$ac_optarg ;;
1074 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1075 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1076 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1078 ac_prev
=sharedstatedir
;;
1079 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1080 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1081 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1083 sharedstatedir
=$ac_optarg ;;
1085 -site |
--site |
--sit)
1087 -site=* |
--site=* |
--sit=*)
1090 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1092 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1093 srcdir
=$ac_optarg ;;
1095 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1096 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1097 ac_prev
=sysconfdir
;;
1098 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1099 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1100 sysconfdir
=$ac_optarg ;;
1102 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1103 ac_prev
=target_alias
;;
1104 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1105 target_alias
=$ac_optarg ;;
1107 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1110 -version |
--version |
--versio |
--versi |
--vers |
-V)
1111 ac_init_version
=: ;;
1114 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1115 # Reject names that are not valid shell variable names.
1116 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1117 as_fn_error $?
"invalid package name: $ac_useropt"
1118 ac_useropt_orig
=$ac_useropt
1119 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1120 case $ac_user_opts in
1124 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1125 ac_unrecognized_sep
=', ';;
1127 eval with_
$ac_useropt=\
$ac_optarg ;;
1129 -without-* |
--without-*)
1130 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1131 # Reject names that are not valid shell variable names.
1132 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1133 as_fn_error $?
"invalid package name: $ac_useropt"
1134 ac_useropt_orig
=$ac_useropt
1135 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1136 case $ac_user_opts in
1140 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1141 ac_unrecognized_sep
=', ';;
1143 eval with_
$ac_useropt=no
;;
1146 # Obsolete; use --with-x.
1149 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1150 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1151 ac_prev
=x_includes
;;
1152 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1153 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1154 x_includes
=$ac_optarg ;;
1156 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1157 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1158 ac_prev
=x_libraries
;;
1159 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1160 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1161 x_libraries
=$ac_optarg ;;
1163 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1164 Try \`$0 --help' for more information"
1168 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 case $ac_envvar in #(
1171 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1172 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1174 eval $ac_envvar=\
$ac_optarg
1175 export $ac_envvar ;;
1178 # FIXME: should be removed in autoconf 3.0.
1179 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1180 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1181 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1182 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1188 if test -n "$ac_prev"; then
1189 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1190 as_fn_error $?
"missing argument to $ac_option"
1193 if test -n "$ac_unrecognized_opts"; then
1194 case $enable_option_checking in
1196 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1197 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1201 # Check all directory arguments for consistency.
1202 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1203 datadir sysconfdir sharedstatedir localstatedir includedir \
1204 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1205 libdir localedir mandir
1207 eval ac_val
=\$
$ac_var
1208 # Remove trailing slashes.
1211 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1212 eval $ac_var=\
$ac_val;;
1214 # Be sure to have absolute directory names.
1216 [\\/$
]* | ?
:[\\/]* ) continue;;
1217 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1219 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1222 # There might be people who depend on the old broken behavior: `$host'
1223 # used to hold the argument of --host etc.
1224 # FIXME: To remove some day.
1227 target
=$target_alias
1229 # FIXME: To remove some day.
1230 if test "x$host_alias" != x
; then
1231 if test "x$build_alias" = x
; then
1232 cross_compiling
=maybe
1233 elif test "x$build_alias" != "x$host_alias"; then
1239 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1241 test "$silent" = yes && exec 6>/dev
/null
1244 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1245 ac_ls_di
=`ls -di .` &&
1246 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1247 as_fn_error $?
"working directory cannot be determined"
1248 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1249 as_fn_error $?
"pwd does not report name of working directory"
1252 # Find the source files, if location was not specified.
1253 if test -z "$srcdir"; then
1254 ac_srcdir_defaulted
=yes
1255 # Try the directory containing this script, then the parent directory.
1256 ac_confdir
=`$as_dirname -- "$as_myself" ||
1257 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1258 X"$as_myself" : 'X\(//\)[^/]' \| \
1259 X"$as_myself" : 'X\(//\)$' \| \
1260 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1261 $as_echo X"$as_myself" |
1262 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 if test ! -r "$srcdir/$ac_unique_file"; then
1284 ac_srcdir_defaulted
=no
1286 if test ! -r "$srcdir/$ac_unique_file"; then
1287 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1288 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1290 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1292 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1294 # When building in place, set srcdir=.
1295 if test "$ac_abs_confdir" = "$ac_pwd"; then
1298 # Remove unnecessary trailing slashes from srcdir.
1299 # Double slashes in file names in object file debugging info
1300 # mess up M-x gdb in Emacs.
1302 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1304 for ac_var
in $ac_precious_vars; do
1305 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1306 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1307 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1308 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1312 # Report the --help message.
1314 if test "$ac_init_help" = "long"; then
1315 # Omit some internal or obsolete options to make the list less imposing.
1316 # This message is too long to be a string in the A/UX 3.1 sh.
1318 \`configure' configures this package to adapt to many kinds of systems.
1320 Usage: $0 [OPTION]... [VAR=VALUE]...
1322 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1323 VAR=VALUE. See below for descriptions of some of the useful variables.
1325 Defaults for the options are specified in brackets.
1328 -h, --help display this help and exit
1329 --help=short display options specific to this package
1330 --help=recursive display the short help of all the included packages
1331 -V, --version display version information and exit
1332 -q, --quiet, --silent do not print \`checking ...' messages
1333 --cache-file=FILE cache test results in FILE [disabled]
1334 -C, --config-cache alias for \`--cache-file=config.cache'
1335 -n, --no-create do not create output files
1336 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1338 Installation directories:
1339 --prefix=PREFIX install architecture-independent files in PREFIX
1340 [$ac_default_prefix]
1341 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1344 By default, \`make install' will install all the files in
1345 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1346 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1347 for instance \`--prefix=\$HOME'.
1349 For better control, use the options below.
1351 Fine tuning of the installation directories:
1352 --bindir=DIR user executables [EPREFIX/bin]
1353 --sbindir=DIR system admin executables [EPREFIX/sbin]
1354 --libexecdir=DIR program executables [EPREFIX/libexec]
1355 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1356 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1357 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1358 --libdir=DIR object code libraries [EPREFIX/lib]
1359 --includedir=DIR C header files [PREFIX/include]
1360 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1361 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1362 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1363 --infodir=DIR info documentation [DATAROOTDIR/info]
1364 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1365 --mandir=DIR man documentation [DATAROOTDIR/man]
1366 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1367 --htmldir=DIR html documentation [DOCDIR]
1368 --dvidir=DIR dvi documentation [DOCDIR]
1369 --pdfdir=DIR pdf documentation [DOCDIR]
1370 --psdir=DIR ps documentation [DOCDIR]
1376 --program-prefix=PREFIX prepend PREFIX to installed program names
1377 --program-suffix=SUFFIX append SUFFIX to installed program names
1378 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1381 --build=BUILD configure
for building on BUILD
[guessed
]
1382 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1383 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1387 if test -n "$ac_init_help"; then
1392 --disable-option-checking ignore unrecognized
--enable/--with options
1393 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1394 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1395 --enable-maintainer-mode
1396 enable make rules and dependencies not useful
(and
1397 sometimes confusing
) to the casual installer
1398 --disable-largefile omit support
for large files
1399 --disable-rpath do not hardcode runtime library paths
1400 --enable-unit-tests Enable the inclusion of unit tests when compiling
1402 --enable-werror treat compile warnings as errors
1403 --enable-build-warnings enable build-time compiler warnings
if gcc is used
1404 --enable-gdb-build-warnings
1405 enable GDB specific build-time compiler warnings
if
1407 --enable-inprocess-agent
1411 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1412 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1413 --with-intel-pt include Intel Processor Trace support
(auto
/yes
/no
)
1414 --with-gnu-ld assume the C compiler uses GNU ld default
=no
1415 --with-libipt-prefix[=DIR
] search
for libipt
in DIR
/include and DIR
/lib
1416 --without-libipt-prefix don
't search for libipt in includedir and libdir
1417 --with-libipt-type=TYPE type of library to search for (auto/static/shared)
1418 --with-ust=PATH Specify prefix directory for the installed UST package
1419 Equivalent to --with-ust-include=PATH/include
1420 plus --with-ust-lib=PATH/lib
1421 --with-ust-include=PATH Specify directory for installed UST include files
1422 --with-ust-lib=PATH Specify the directory for the installed UST library
1423 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1424 --with-bugurl=URL Direct users to URL to report a bug
1425 --with-libthread-db=PATH
1426 use given libthread_db directly
1428 Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
1433 LIBS libraries to pass to the linker, e.g. -l<library>
1434 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1435 you have headers in a nonstandard directory <include dir>
1436 CXX C++ compiler command
1437 CXXFLAGS C++ compiler flags
1440 Use these variables to override the choices made by `configure' or to
help
1441 it to
find libraries and programs with nonstandard names
/locations.
1443 Report bugs to the package provider.
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1457 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1459 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1464 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1467 ac_abs_top_builddir
=$ac_pwd
1468 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir
=$ac_top_build_prefix
1473 .
) # We are building in place.
1475 ac_top_srcdir
=$ac_top_builddir_sub
1476 ac_abs_top_srcdir
=$ac_pwd ;;
1477 [\\/]* | ?
:[\\/]* ) # Absolute name.
1478 ac_srcdir
=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir
=$srcdir
1480 ac_abs_top_srcdir
=$srcdir ;;
1482 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1486 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1507 generated by GNU Autoconf
2.69
1509 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1510 This configure
script is free software
; the Free Software Foundation
1511 gives unlimited permission to copy
, distribute and modify it.
1516 ## ------------------------ ##
1517 ## Autoconf initialization. ##
1518 ## ------------------------ ##
1520 # ac_fn_c_try_compile LINENO
1521 # --------------------------
1522 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1523 ac_fn_c_try_compile
()
1525 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1526 rm -f conftest.
$ac_objext
1527 if { { ac_try
="$ac_compile"
1529 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533 $as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1548 $as_echo "$as_me: failed program was:" >&5
1549 sed 's/^/| /' conftest.$ac_ext >&5
1553 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1554 as_fn_set_status $ac_retval
1556 } # ac_fn_c_try_compile
1558 # ac_fn_cxx_try_compile LINENO
1559 # ----------------------------
1560 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1561 ac_fn_cxx_try_compile ()
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext
1565 if { { ac_try="$ac_compile"
1567 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1568 *) ac_try_echo
=$ac_try;;
1570 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571 $as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_compile") 2>conftest.err
1574 if test -s conftest.err
; then
1575 grep -v '^ *+' conftest.err
>conftest.er1
1576 cat conftest.er1
>&5
1577 mv -f conftest.er1 conftest.err
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_cxx_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest.
$ac_objext; then :
1586 $as_echo "$as_me: failed program was:" >&5
1587 sed 's/^/| /' conftest.
$ac_ext >&5
1591 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1592 as_fn_set_status
$ac_retval
1594 } # ac_fn_cxx_try_compile
1596 # ac_fn_c_try_cpp LINENO
1597 # ----------------------
1598 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1601 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1602 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1604 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } > conftest.i && {
1618 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1623 $as_echo "$as_me: failed program was:" >&5
1624 sed 's/^/| /' conftest.$ac_ext >&5
1628 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1629 as_fn_set_status $ac_retval
1633 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1634 # -------------------------------------------------------
1635 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1636 # the include files in INCLUDES and setting the cache variable VAR
1638 ac_fn_c_check_header_mongrel ()
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 if eval \${$3+:} false; then :
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643 $as_echo_n "checking for $2... " >&6; }
1644 if eval \${$3+:} false; then :
1645 $as_echo_n "(cached) " >&6
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1649 $as_echo "$ac_res" >&6; }
1651 # Is the header compilable?
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1653 $as_echo_n "checking $2 usability... " >&6; }
1654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655 /* end confdefs.h. */
1659 if ac_fn_c_try_compile "$LINENO"; then :
1660 ac_header_compiler=yes
1662 ac_header_compiler=no
1664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1666 $as_echo "$ac_header_compiler" >&6; }
1668 # Is the header present?
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1670 $as_echo_n "checking $2 presence... " >&6; }
1671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672 /* end confdefs.h. */
1675 if ac_fn_c_try_cpp "$LINENO"; then :
1676 ac_header_preproc=yes
1678 ac_header_preproc=no
1680 rm -f conftest.err conftest.i conftest.$ac_ext
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1682 $as_echo "$ac_header_preproc" >&6; }
1684 # So? What about this header?
1685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1688 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1694 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1696 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1698 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1700 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1702 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706 $as_echo_n "checking for $2... " >&6; }
1707 if eval \${$3+:} false; then :
1708 $as_echo_n "(cached) " >&6
1710 eval "$3=\$ac_header_compiler"
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1714 $as_echo "$ac_res" >&6; }
1716 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1718 } # ac_fn_c_check_header_mongrel
1720 # ac_fn_c_try_run LINENO
1721 # ----------------------
1722 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1723 # that executables *can* be run.
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 if { { ac_try="$ac_link"
1729 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1730 *) ac_try_echo
=$ac_try;;
1732 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733 $as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_link") 2>&5
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1738 { { case "(($ac_try" in
1739 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1740 *) ac_try_echo=$ac_try;;
1742 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743 $as_echo "$ac_try_echo"; } >&5
1744 (eval "$ac_try") 2>&5
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; }; }; then :
1750 $as_echo "$as_me: program exited with status $ac_status" >&5
1751 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1754 ac_retval=$ac_status
1756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1757 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1758 as_fn_set_status $ac_retval
1762 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists and can be compiled using the include files in
1765 # INCLUDES, setting the cache variable VAR accordingly.
1766 ac_fn_c_check_header_compile ()
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; }
1771 if eval \${$3+:} false; then :
1772 $as_echo_n "(cached) " >&6
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775 /* end confdefs.h. */
1779 if ac_fn_c_try_compile "$LINENO"; then :
1784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788 $as_echo "$ac_res" >&6; }
1789 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1791 } # ac_fn_c_check_header_compile
1793 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1794 # -------------------------------------------
1795 # Tests whether TYPE exists after having included INCLUDES, setting cache
1796 # variable VAR accordingly.
1797 ac_fn_c_check_type ()
1799 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1801 $as_echo_n "checking for $2... " >&6; }
1802 if eval \${$3+:} false; then :
1803 $as_echo_n "(cached) " >&6
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h. */
1818 if ac_fn_c_try_compile "$LINENO"; then :
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */
1831 if ac_fn_c_try_compile "$LINENO"; then :
1836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1842 $as_echo "$ac_res" >&6; }
1843 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1845 } # ac_fn_c_check_type
1847 # ac_fn_c_try_link LINENO
1848 # -----------------------
1849 # Try to link conftest.$ac_ext, and return whether this succeeded.
1852 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1853 rm -f conftest.$ac_objext conftest$ac_exeext
1854 if { { ac_try="$ac_link"
1856 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1857 *) ac_try_echo
=$ac_try;;
1859 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1860 $as_echo "$ac_try_echo"; } >&5
1861 (eval "$ac_link") 2>conftest.err
1863 if test -s conftest.err
; then
1864 grep -v '^ *+' conftest.err
>conftest.er1
1865 cat conftest.er1
>&5
1866 mv -f conftest.er1 conftest.err
1868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1869 test $ac_status = 0; } && {
1870 test -z "$ac_c_werror_flag" ||
1871 test ! -s conftest.err
1872 } && test -s conftest
$ac_exeext && {
1873 test "$cross_compiling" = yes ||
1874 test -x conftest
$ac_exeext
1878 $as_echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.
$ac_ext >&5
1883 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1884 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1885 # interfere with the next link command; also delete a directory that is
1886 # left behind by Apple's compiler. We do this before executing the actions.
1887 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1888 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1889 as_fn_set_status
$ac_retval
1891 } # ac_fn_c_try_link
1893 # ac_fn_c_check_func LINENO FUNC VAR
1894 # ----------------------------------
1895 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1896 ac_fn_c_check_func
()
1898 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1900 $as_echo_n "checking for $2... " >&6; }
1901 if eval \
${$3+:} false
; then :
1902 $as_echo_n "(cached) " >&6
1904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1905 /* end confdefs.h. */
1906 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1907 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1908 #define $2 innocuous_$2
1910 /* System header to define __stub macros and hopefully few prototypes,
1911 which can conflict with char $2 (); below.
1912 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1913 <limits.h> exists even on freestanding compilers. */
1916 # include <limits.h>
1918 # include <assert.h>
1923 /* Override any GCC internal prototype to avoid an error.
1924 Use char because int might match the return type of a GCC
1925 builtin and then its argument prototype would still apply. */
1930 /* The GNU C library defines this for functions which it implements
1931 to always fail with ENOSYS. Some functions are actually named
1932 something starting with __ and the normal name is an alias. */
1933 #if defined __stub_$2 || defined __stub___$2
1945 if ac_fn_c_try_link
"$LINENO"; then :
1950 rm -f core conftest.err conftest.
$ac_objext \
1951 conftest
$ac_exeext conftest.
$ac_ext
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1955 $as_echo "$ac_res" >&6; }
1956 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1958 } # ac_fn_c_check_func
1960 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1961 # ---------------------------------------------
1962 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1964 ac_fn_c_check_decl
()
1966 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1967 as_decl_name
=`echo $2|sed 's/ *(.*//'`
1968 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1970 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1971 if eval \
${$3+:} false
; then :
1972 $as_echo_n "(cached) " >&6
1974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1975 /* end confdefs.h. */
1980 #ifndef $as_decl_name
1982 (void) $as_decl_use;
1984 (void) $as_decl_name;
1992 if ac_fn_c_try_compile
"$LINENO"; then :
1997 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2001 $as_echo "$ac_res" >&6; }
2002 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2004 } # ac_fn_c_check_decl
2006 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2007 # ----------------------------------------------------
2008 # Tries to find if the field MEMBER exists in type AGGR, after including
2009 # INCLUDES, setting cache variable VAR accordingly.
2010 ac_fn_c_check_member
()
2012 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2014 $as_echo_n "checking for $2.$3... " >&6; }
2015 if eval \
${$4+:} false
; then :
2016 $as_echo_n "(cached) " >&6
2018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2019 /* end confdefs.h. */
2031 if ac_fn_c_try_compile
"$LINENO"; then :
2034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2035 /* end confdefs.h. */
2041 if (sizeof ac_aggr.$3)
2047 if ac_fn_c_try_compile
"$LINENO"; then :
2052 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2058 $as_echo "$ac_res" >&6; }
2059 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2061 } # ac_fn_c_check_member
2063 # ac_fn_cxx_try_link LINENO
2064 # -------------------------
2065 # Try to link conftest.$ac_ext, and return whether this succeeded.
2066 ac_fn_cxx_try_link
()
2068 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2069 rm -f conftest.
$ac_objext conftest
$ac_exeext
2070 if { { ac_try
="$ac_link"
2072 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2073 *) ac_try_echo=$ac_try;;
2075 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2076 $as_echo "$ac_try_echo"; } >&5
2077 (eval "$ac_link") 2>conftest.err
2079 if test -s conftest.err; then
2080 grep -v '^ *+' conftest.err >conftest.er1
2081 cat conftest.er1 >&5
2082 mv -f conftest.er1 conftest.err
2084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2085 test $ac_status = 0; } && {
2086 test -z "$ac_cxx_werror_flag" ||
2087 test ! -s conftest.err
2088 } && test -s conftest$ac_exeext && {
2089 test "$cross_compiling" = yes ||
2090 test -x conftest$ac_exeext
2094 $as_echo "$as_me: failed program was:" >&5
2095 sed 's/^/| /' conftest.$ac_ext >&5
2099 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2100 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2101 # interfere with the next link command; also delete a directory that is
2102 # left behind by Apple's compiler. We do this before executing the actions.
2103 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2104 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2105 as_fn_set_status $ac_retval
2107 } # ac_fn_cxx_try_link
2109 # ac_fn_cxx_check_func LINENO FUNC VAR
2110 # ------------------------------------
2111 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2112 ac_fn_cxx_check_func ()
2114 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2116 $as_echo_n "checking for $2... " >&6; }
2117 if eval \${$3+:} false; then :
2118 $as_echo_n "(cached) " >&6
2120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2121 /* end confdefs.h. */
2122 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2123 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2124 #define $2 innocuous_$2
2126 /* System header to define __stub macros and hopefully few prototypes,
2127 which can conflict with char $2 (); below.
2128 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2129 <limits.h> exists even on freestanding compilers. */
2132 # include <limits.h>
2134 # include <assert.h>
2139 /* Override any GCC internal prototype to avoid an error.
2140 Use char because int might match the return type of a GCC
2141 builtin and then its argument prototype would still apply. */
2146 /* The GNU C library defines this for functions which it implements
2147 to always fail with ENOSYS. Some functions are actually named
2148 something starting with __ and the normal name is an alias. */
2149 #if defined __stub_$2 || defined __stub___$2
2161 if ac_fn_cxx_try_link "$LINENO"; then :
2166 rm -f core conftest.err conftest.$ac_objext \
2167 conftest$ac_exeext conftest.$ac_ext
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2171 $as_echo "$ac_res" >&6; }
2172 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2174 } # ac_fn_cxx_check_func
2176 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2177 # --------------------------------------------
2178 # Tries to find the compile-time value of EXPR in a program that includes
2179 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2181 ac_fn_c_compute_int ()
2183 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2184 if test "$cross_compiling" = yes; then
2185 # Depending upon the size, compute the lo and hi bounds.
2186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2187 /* end confdefs.h. */
2192 static int test_array [1 - 2 * !(($2) >= 0)];
2194 return test_array [0];
2200 if ac_fn_c_try_compile "$LINENO"; then :
2203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2204 /* end confdefs.h. */
2209 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2211 return test_array [0];
2217 if ac_fn_c_try_compile "$LINENO"; then :
2218 ac_hi=$ac_mid; break
2220 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2221 if test $ac_lo -le $ac_mid; then
2225 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2231 /* end confdefs.h. */
2236 static int test_array [1 - 2 * !(($2) < 0)];
2238 return test_array [0];
2244 if ac_fn_c_try_compile "$LINENO"; then :
2247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2248 /* end confdefs.h. */
2253 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2255 return test_array [0];
2261 if ac_fn_c_try_compile "$LINENO"; then :
2262 ac_lo=$ac_mid; break
2264 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2265 if test $ac_mid -le $ac_hi; then
2269 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2279 # Binary search between lo and hi bounds.
2280 while test "x$ac_lo" != "x$ac_hi"; do
2281 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2283 /* end confdefs.h. */
2288 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2290 return test_array [0];
2296 if ac_fn_c_try_compile "$LINENO"; then :
2299 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2304 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2309 /* end confdefs.h. */
2311 static long int longval () { return $2; }
2312 static unsigned long int ulongval () { return $2; }
2319 FILE *f = fopen ("conftest.val", "w");
2324 long int i = longval ();
2327 fprintf (f, "%ld", i);
2331 unsigned long int i = ulongval ();
2334 fprintf (f, "%lu", i);
2336 /* Do not output a trailing newline, as this causes \r\n confusion
2337 on some platforms. */
2338 return ferror (f) || fclose (f) != 0;
2344 if ac_fn_c_try_run "$LINENO"; then :
2345 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2349 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2350 conftest.$ac_objext conftest.beam conftest.$ac_ext
2354 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2355 as_fn_set_status $ac_retval
2357 } # ac_fn_c_compute_int
2358 cat >config.log <<_ACEOF
2359 This file contains any messages produced by compilers while
2360 running configure, to aid debugging if configure makes a mistake.
2362 It was created by $as_me, which was
2363 generated by GNU Autoconf 2.69. Invocation command line was
2375 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2376 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2377 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2378 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2379 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2381 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2382 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2384 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2385 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2386 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2387 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2388 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2389 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2390 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2398 test -z "$as_dir" && as_dir=.
2399 $as_echo "PATH: $as_dir"
2415 # Keep a trace of the command line.
2416 # Strip out --no-create and --no-recursion so they do not pile up.
2417 # Strip out --silent because we don't want to record it for future runs.
2418 # Also quote any args containing shell meta-characters.
2419 # Make two passes to allow for proper duplicate-argument suppression.
2423 ac_must_keep_next=false
2429 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2430 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2431 | -silent | --silent | --silen | --sile | --sil)
2434 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2437 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2439 as_fn_append ac_configure_args1 " '$ac_arg'"
2440 if test $ac_must_keep_next = true; then
2441 ac_must_keep_next=false # Got value, back to normal.
2444 *=* | --config-cache | -C | -disable-* | --disable-* \
2445 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2446 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2447 | -with-* | --with-* | -without-* | --without-* | --x)
2448 case "$ac_configure_args0 " in
2449 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2452 -* ) ac_must_keep_next=true ;;
2455 as_fn_append ac_configure_args " '$ac_arg'"
2460 { ac_configure_args0=; unset ac_configure_args0;}
2461 { ac_configure_args1=; unset ac_configure_args1;}
2463 # When interrupted or exit'd, cleanup temporary files, and complete
2464 # config.log. We remove comments because anyway the quotes in there
2465 # would cause problems or look ugly.
2466 # WARNING: Use '\'' to represent an apostrophe within the trap.
2467 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2468 trap 'exit_status=$?
2469 # Save into config.log some information that might help in debugging.
2473 $as_echo "## ---------------- ##
2474 ## Cache variables. ##
2475 ## ---------------- ##"
2477 # The following way of writing the cache mishandles newlines in values,
2479 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2480 eval ac_val=\$$ac_var
2484 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2485 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2488 _ | IFS | as_nl) ;; #(
2489 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2490 *) { eval $ac_var=; unset $ac_var;} ;;
2495 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2496 *${as_nl}ac_space=\ *)
2498 "s/'\''/'\''\\\\'\'''\''/g;
2499 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2502 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2509 $as_echo "## ----------------- ##
2510 ## Output variables. ##
2511 ## ----------------- ##"
2513 for ac_var in $ac_subst_vars
2515 eval ac_val=\$$ac_var
2517 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2519 $as_echo "$ac_var='\''$ac_val'\''"
2523 if test -n "$ac_subst_files"; then
2524 $as_echo "## ------------------- ##
2525 ## File substitutions. ##
2526 ## ------------------- ##"
2528 for ac_var in $ac_subst_files
2530 eval ac_val=\$$ac_var
2532 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2534 $as_echo "$ac_var='\''$ac_val'\''"
2539 if test -s confdefs.h; then
2540 $as_echo "## ----------- ##
2547 test "$ac_signal" != 0 &&
2548 $as_echo "$as_me: caught signal $ac_signal"
2549 $as_echo "$as_me: exit $exit_status"
2551 rm -f core *.core core.conftest.* &&
2552 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2555 for ac_signal in 1 2 13 15; do
2556 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2560 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2561 rm -f -r conftest* confdefs.h
2563 $as_echo "/* confdefs.h */" > confdefs.h
2565 # Predefined preprocessor variables.
2567 cat >>confdefs.h <<_ACEOF
2568 #define PACKAGE_NAME "$PACKAGE_NAME"
2571 cat >>confdefs.h <<_ACEOF
2572 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2575 cat >>confdefs.h <<_ACEOF
2576 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2579 cat >>confdefs.h <<_ACEOF
2580 #define PACKAGE_STRING "$PACKAGE_STRING"
2583 cat >>confdefs.h <<_ACEOF
2584 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2587 cat >>confdefs.h <<_ACEOF
2588 #define PACKAGE_URL "$PACKAGE_URL"
2592 # Let the site file select an alternate cache file if it wants to.
2593 # Prefer an explicitly selected file to automatically selected ones.
2596 if test -n "$CONFIG_SITE"; then
2597 # We do not want a PATH search for config.site.
2598 case $CONFIG_SITE in #((
2599 -*) ac_site_file1=./$CONFIG_SITE;;
2600 */*) ac_site_file1=$CONFIG_SITE;;
2601 *) ac_site_file1=./$CONFIG_SITE;;
2603 elif test "x$prefix" != xNONE; then
2604 ac_site_file1=$prefix/share/config.site
2605 ac_site_file2=$prefix/etc/config.site
2607 ac_site_file1=$ac_default_prefix/share/config.site
2608 ac_site_file2=$ac_default_prefix/etc/config.site
2610 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2612 test "x$ac_site_file" = xNONE && continue
2613 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2615 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2616 sed 's/^/| /' "$ac_site_file" >&5
2618 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2620 as_fn_error $? "failed to load site
script $ac_site_file
2621 See \
`config.log' for more details" "$LINENO" 5; }
2625 if test -r "$cache_file"; then
2626 # Some versions of bash will fail to source /dev/null (special files
2627 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2628 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2630 $as_echo "$as_me: loading cache $cache_file" >&6;}
2632 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2633 *) . "./$cache_file";;
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2638 $as_echo "$as_me: creating cache $cache_file" >&6;}
2642 as_fn_append ac_header_list " stdlib.h"
2643 as_fn_append ac_header_list " unistd.h"
2644 as_fn_append ac_header_list " sys/param.h"
2645 # Check that the precious variables saved in the cache have kept the same
2647 ac_cache_corrupted=false
2648 for ac_var in $ac_precious_vars; do
2649 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2650 eval ac_new_set=\$ac_env_${ac_var}_set
2651 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2652 eval ac_new_val=\$ac_env_${ac_var}_value
2653 case $ac_old_set,$ac_new_set in
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2656 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2657 ac_cache_corrupted=: ;;
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2660 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2661 ac_cache_corrupted=: ;;
2664 if test "x$ac_old_val" != "x$ac_new_val"; then
2665 # differences in whitespace do not lead to failure.
2666 ac_old_val_w=`echo x
$ac_old_val`
2667 ac_new_val_w=`echo x
$ac_new_val`
2668 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2670 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2671 ac_cache_corrupted=:
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2674 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2675 eval $ac_var=\$ac_old_val
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2678 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2680 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2683 # Pass precious variables to config.status.
2684 if test "$ac_new_set" = set; then
2686 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2687 *) ac_arg=$ac_var=$ac_new_val ;;
2689 case " $ac_configure_args " in
2690 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2691 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2695 if $ac_cache_corrupted; then
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2697 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2699 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2700 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2702 ## -------------------- ##
2703 ## Main body of script. ##
2704 ## -------------------- ##
2707 ac_cpp='$CPP $CPPFLAGS'
2708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2716 ac_config_headers="$ac_config_headers config.h:config.in"
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2721 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2722 # Check whether --enable-maintainer-mode was given.
2723 if test "${enable_maintainer_mode+set}" = set; then :
2724 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2726 USE_MAINTAINER_MODE=no
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2730 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2731 if test $USE_MAINTAINER_MODE = yes; then
2732 MAINTAINER_MODE_TRUE=
2733 MAINTAINER_MODE_FALSE='#'
2735 MAINTAINER_MODE_TRUE='#'
2736 MAINTAINER_MODE_FALSE=
2739 MAINT=$MAINTAINER_MODE_TRUE
2744 ac_cpp='$CPP $CPPFLAGS'
2745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2748 if test -n "$ac_tool_prefix"; then
2749 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2750 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2752 $as_echo_n "checking for $ac_word... " >&6; }
2753 if ${ac_cv_prog_CC+:} false; then :
2754 $as_echo_n "(cached) " >&6
2756 if test -n "$CC"; then
2757 ac_cv_prog_CC="$CC" # Let the user override the test.
2759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2763 test -z "$as_dir" && as_dir=.
2764 for ac_exec_ext in '' $ac_executable_extensions; do
2765 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2766 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2777 if test -n "$CC"; then
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2779 $as_echo "$CC" >&6; }
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2782 $as_echo "no" >&6; }
2787 if test -z "$ac_cv_prog_CC"; then
2789 # Extract the first word of "gcc", so it can be a program name with args.
2790 set dummy gcc; ac_word=$2
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2792 $as_echo_n "checking for $ac_word... " >&6; }
2793 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2794 $as_echo_n "(cached) " >&6
2796 if test -n "$ac_ct_CC"; then
2797 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2803 test -z "$as_dir" && as_dir=.
2804 for ac_exec_ext in '' $ac_executable_extensions; do
2805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2806 ac_cv_prog_ac_ct_CC="gcc"
2807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2816 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2817 if test -n "$ac_ct_CC"; then
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2819 $as_echo "$ac_ct_CC" >&6; }
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2822 $as_echo "no" >&6; }
2825 if test "x$ac_ct_CC" = x; then
2828 case $cross_compiling:$ac_tool_warned in
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2831 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2832 ac_tool_warned=yes ;;
2840 if test -z "$CC"; then
2841 if test -n "$ac_tool_prefix"; then
2842 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2843 set dummy ${ac_tool_prefix}cc; ac_word=$2
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2845 $as_echo_n "checking for $ac_word... " >&6; }
2846 if ${ac_cv_prog_CC+:} false; then :
2847 $as_echo_n "(cached) " >&6
2849 if test -n "$CC"; then
2850 ac_cv_prog_CC="$CC" # Let the user override the test.
2852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2856 test -z "$as_dir" && as_dir=.
2857 for ac_exec_ext in '' $ac_executable_extensions; do
2858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2859 ac_cv_prog_CC="${ac_tool_prefix}cc"
2860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2870 if test -n "$CC"; then
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2872 $as_echo "$CC" >&6; }
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2875 $as_echo "no" >&6; }
2881 if test -z "$CC"; then
2882 # Extract the first word of "cc", so it can be a program name with args.
2883 set dummy cc; ac_word=$2
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2885 $as_echo_n "checking for $ac_word... " >&6; }
2886 if ${ac_cv_prog_CC+:} false; then :
2887 $as_echo_n "(cached) " >&6
2889 if test -n "$CC"; then
2890 ac_cv_prog_CC="$CC" # Let the user override the test.
2893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2897 test -z "$as_dir" && as_dir=.
2898 for ac_exec_ext in '' $ac_executable_extensions; do
2899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2900 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2901 ac_prog_rejected=yes
2905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2912 if test $ac_prog_rejected = yes; then
2913 # We found a bogon in the path, so make sure we never use it.
2914 set dummy $ac_cv_prog_CC
2916 if test $# != 0; then
2917 # We chose a different compiler from the bogus one.
2918 # However, it has the same basename, so the bogon will be chosen
2919 # first if we set CC to just the basename; use the full file name.
2921 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2927 if test -n "$CC"; then
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2929 $as_echo "$CC" >&6; }
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932 $as_echo "no" >&6; }
2937 if test -z "$CC"; then
2938 if test -n "$ac_tool_prefix"; then
2939 for ac_prog in cl.exe
2941 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2942 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2944 $as_echo_n "checking for $ac_word... " >&6; }
2945 if ${ac_cv_prog_CC+:} false; then :
2946 $as_echo_n "(cached) " >&6
2948 if test -n "$CC"; then
2949 ac_cv_prog_CC="$CC" # Let the user override the test.
2951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2955 test -z "$as_dir" && as_dir=.
2956 for ac_exec_ext in '' $ac_executable_extensions; do
2957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2958 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2969 if test -n "$CC"; then
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2971 $as_echo "$CC" >&6; }
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2974 $as_echo "no" >&6; }
2978 test -n "$CC" && break
2981 if test -z "$CC"; then
2983 for ac_prog in cl.exe
2985 # Extract the first word of "$ac_prog", so it can be a program name with args.
2986 set dummy $ac_prog; ac_word=$2
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988 $as_echo_n "checking for $ac_word... " >&6; }
2989 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2990 $as_echo_n "(cached) " >&6
2992 if test -n "$ac_ct_CC"; then
2993 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2999 test -z "$as_dir" && as_dir=.
3000 for ac_exec_ext in '' $ac_executable_extensions; do
3001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3002 ac_cv_prog_ac_ct_CC="$ac_prog"
3003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3012 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3013 if test -n "$ac_ct_CC"; then
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3015 $as_echo "$ac_ct_CC" >&6; }
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3018 $as_echo "no" >&6; }
3022 test -n "$ac_ct_CC" && break
3025 if test "x$ac_ct_CC" = x; then
3028 case $cross_compiling:$ac_tool_warned in
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3031 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3032 ac_tool_warned=yes ;;
3041 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3042 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3043 as_fn_error $? "no acceptable C compiler found
in \
$PATH
3044 See \
`config.log' for more details" "$LINENO" 5; }
3046 # Provide some information about the compiler.
3047 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3050 for ac_option in --version -v -V -qversion; do
3051 { { ac_try="$ac_compiler $ac_option >&5"
3053 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3054 *) ac_try_echo
=$ac_try;;
3056 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3057 $as_echo "$ac_try_echo"; } >&5
3058 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3060 if test -s conftest.err
; then
3062 ... rest of stderr output deleted ...
3063 10q' conftest.err
>conftest.er1
3064 cat conftest.er1
>&5
3066 rm -f conftest.er1 conftest.err
3067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3068 test $ac_status = 0; }
3071 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3072 /* end confdefs.h. */
3082 ac_clean_files_save
=$ac_clean_files
3083 ac_clean_files
="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3084 # Try to create an executable without -o first, disregard a.out.
3085 # It will help us diagnose broken compilers, and finding out an intuition
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3088 $as_echo_n "checking whether the C compiler works... " >&6; }
3089 ac_link_default
=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3091 # The possible output files:
3092 ac_files
="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3095 for ac_file
in $ac_files
3098 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3099 * ) ac_rmfiles
="$ac_rmfiles $ac_file";;
3104 if { { ac_try
="$ac_link_default"
3106 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3107 *) ac_try_echo=$ac_try;;
3109 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3110 $as_echo "$ac_try_echo"; } >&5
3111 (eval "$ac_link_default") 2>&5
3113 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3114 test $ac_status = 0; }; then :
3115 # Autoconf-2.13 could set the ac_cv_exeext variable to `no
'.
3116 # So ignore a value of `no', otherwise this would lead to
`EXEEXT = no'
3117 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3118 # so that the user can short-circuit this test for compilers unknown to
3120 for ac_file in $ac_files ''
3122 test -f "$ac_file" || continue
3124 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3127 # We found the default executable, but exeext='' is most
3131 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3133 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3135 # We set ac_cv_exeext here because the later test for it is not
3136 # safe: cross compilers may not add the suffix if given an `-o'
3137 # argument, so we may need to know it at that point already.
3138 # Even if this section looks crufty: it has the advantage of
3145 test "$ac_cv_exeext" = no && ac_cv_exeext=
3150 if test -z "$ac_file"; then :
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3152 $as_echo "no" >&6; }
3153 $as_echo "$as_me: failed program was:" >&5
3154 sed 's
/^
/|
/' conftest.$ac_ext >&5
3156 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3157 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3158 as_fn_error 77 "C compiler cannot create executables
3159 See \`config.log
' for more details" "$LINENO" 5; }
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3162 $as_echo "yes" >&6; }
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3165 $as_echo_n "checking for C compiler default output file name... " >&6; }
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3167 $as_echo "$ac_file" >&6; }
3168 ac_exeext=$ac_cv_exeext
3170 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3171 ac_clean_files=$ac_clean_files_save
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3173 $as_echo_n "checking for suffix of executables... " >&6; }
3174 if { { ac_try="$ac_link"
3176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3177 *) ac_try_echo=$ac_try;;
3179 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3180 $as_echo "$ac_try_echo"; } >&5
3181 (eval "$ac_link") 2>&5
3183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3184 test $ac_status = 0; }; then :
3185 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
3186 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
3187 # work properly (i.e., refer to `conftest.exe
'), while it won't with
3189 for ac_file
in conftest.exe conftest conftest.
*; do
3190 test -f "$ac_file" ||
continue
3192 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3193 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3202 See \`config.log' for more details" "$LINENO" 5; }
3204 rm -f conftest conftest
$ac_cv_exeext
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3206 $as_echo "$ac_cv_exeext" >&6; }
3208 rm -f conftest.
$ac_ext
3209 EXEEXT
=$ac_cv_exeext
3211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3212 /* end confdefs.h. */
3217 FILE *f = fopen ("conftest.out", "w");
3218 return ferror (f) || fclose (f) != 0;
3224 ac_clean_files
="$ac_clean_files conftest.out"
3225 # Check that the compiler produces executables we can run. If not, either
3226 # the compiler is broken, or we cross compile.
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3228 $as_echo_n "checking whether we are cross compiling... " >&6; }
3229 if test "$cross_compiling" != yes; then
3230 { { ac_try
="$ac_link"
3232 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3233 *) ac_try_echo=$ac_try;;
3235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3236 $as_echo "$ac_try_echo"; } >&5
3237 (eval "$ac_link") 2>&5
3239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3240 test $ac_status = 0; }
3241 if { ac_try='./conftest$ac_cv_exeext'
3242 { { case "(($ac_try" in
3243 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3244 *) ac_try_echo
=$ac_try;;
3246 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3247 $as_echo "$ac_try_echo"; } >&5
3248 (eval "$ac_try") 2>&5
3250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3251 test $ac_status = 0; }; }; then
3254 if test "$cross_compiling" = maybe
; then
3257 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3258 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3259 as_fn_error $?
"cannot run C compiled programs.
3260 If you meant to cross compile, use \`--host'.
3261 See \`config.log' for more details" "$LINENO" 5; }
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3266 $as_echo "$cross_compiling" >&6; }
3268 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3269 ac_clean_files
=$ac_clean_files_save
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3271 $as_echo_n "checking for suffix of object files... " >&6; }
3272 if ${ac_cv_objext+:} false
; then :
3273 $as_echo_n "(cached) " >&6
3275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3276 /* end confdefs.h. */
3286 rm -f conftest.o conftest.obj
3287 if { { ac_try
="$ac_compile"
3289 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3292 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3293 $as_echo "$ac_try_echo"; } >&5
3294 (eval "$ac_compile") 2>&5
3296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3297 test $ac_status = 0; }; then :
3298 for ac_file in conftest.o conftest.obj conftest.*; do
3299 test -f "$ac_file" || continue;
3301 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3302 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3307 $as_echo "$as_me: failed program was:" >&5
3308 sed 's/^/| /' conftest.$ac_ext >&5
3310 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3311 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3312 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3313 See \
`config.log' for more details" "$LINENO" 5; }
3315 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3318 $as_echo "$ac_cv_objext" >&6; }
3319 OBJEXT=$ac_cv_objext
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3322 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3323 if ${ac_cv_c_compiler_gnu+:} false; then :
3324 $as_echo_n "(cached) " >&6
3326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3327 /* end confdefs.h. */
3340 if ac_fn_c_try_compile "$LINENO"; then :
3345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3346 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3350 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3351 if test $ac_compiler_gnu = yes; then
3356 ac_test_CFLAGS=${CFLAGS+set}
3357 ac_save_CFLAGS=$CFLAGS
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3359 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3360 if ${ac_cv_prog_cc_g+:} false; then :
3361 $as_echo_n "(cached) " >&6
3363 ac_save_c_werror_flag=$ac_c_werror_flag
3364 ac_c_werror_flag=yes
3367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3368 /* end confdefs.h. */
3378 if ac_fn_c_try_compile "$LINENO"; then :
3382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3383 /* end confdefs.h. */
3393 if ac_fn_c_try_compile "$LINENO"; then :
3396 ac_c_werror_flag=$ac_save_c_werror_flag
3398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3399 /* end confdefs.h. */
3409 if ac_fn_c_try_compile "$LINENO"; then :
3412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3417 ac_c_werror_flag=$ac_save_c_werror_flag
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3420 $as_echo "$ac_cv_prog_cc_g" >&6; }
3421 if test "$ac_test_CFLAGS" = set; then
3422 CFLAGS=$ac_save_CFLAGS
3423 elif test $ac_cv_prog_cc_g = yes; then
3424 if test "$GCC" = yes; then
3430 if test "$GCC" = yes; then
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3437 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3438 if ${ac_cv_prog_cc_c89+:} false; then :
3439 $as_echo_n "(cached) " >&6
3441 ac_cv_prog_cc_c89=no
3443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3444 /* end confdefs.h. */
3448 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3449 struct buf { int x; };
3450 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3451 static char *e (p, i)
3457 static char *f (char * (*g) (char **, int), char **p, ...)
3462 s = g (p, va_arg (v,int));
3467 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3468 function prototypes and stuff, but not '\xHH' hex character constants.
3469 These don't provoke an error unfortunately, instead are silently treated
3470 as 'x'. The following induces an error, until -std is added to get
3471 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3472 array size at least. It's necessary to write '\x00'==0 to get something
3473 that's true only with -std. */
3474 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3476 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3477 inside strings and character constants. */
3479 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3481 int test (int i, double x);
3482 struct s1 {int (*f) (int a);};
3483 struct s2 {int (*f) (double a);};
3484 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3490 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3495 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3496 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3498 CC="$ac_save_CC $ac_arg"
3499 if ac_fn_c_try_compile "$LINENO"; then :
3500 ac_cv_prog_cc_c89=$ac_arg
3502 rm -f core conftest.err conftest.$ac_objext
3503 test "x$ac_cv_prog_cc_c89" != "xno" && break
3505 rm -f conftest.$ac_ext
3510 case "x$ac_cv_prog_cc_c89" in
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3513 $as_echo "none needed" >&6; } ;;
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3516 $as_echo "unsupported" >&6; } ;;
3518 CC="$CC $ac_cv_prog_cc_c89"
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3520 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3522 if test "x$ac_cv_prog_cc_c89" != xno; then :
3527 ac_cpp='$CPP $CPPFLAGS'
3528 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3529 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3530 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3533 ac_cpp='$CXXCPP $CPPFLAGS'
3534 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3535 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3536 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3537 if test -z "$CXX"; then
3538 if test -n "$CCC"; then
3541 if test -n "$ac_tool_prefix"; then
3542 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3544 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3545 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3547 $as_echo_n "checking for $ac_word... " >&6; }
3548 if ${ac_cv_prog_CXX+:} false; then :
3549 $as_echo_n "(cached) " >&6
3551 if test -n "$CXX"; then
3552 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3558 test -z "$as_dir" && as_dir=.
3559 for ac_exec_ext in '' $ac_executable_extensions; do
3560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3561 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3572 if test -n "$CXX"; then
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3574 $as_echo "$CXX" >&6; }
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3577 $as_echo "no" >&6; }
3581 test -n "$CXX" && break
3584 if test -z "$CXX"; then
3586 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3588 # Extract the first word of "$ac_prog", so it can be a program name with args.
3589 set dummy $ac_prog; ac_word=$2
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3591 $as_echo_n "checking for $ac_word... " >&6; }
3592 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3593 $as_echo_n "(cached) " >&6
3595 if test -n "$ac_ct_CXX"; then
3596 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3602 test -z "$as_dir" && as_dir=.
3603 for ac_exec_ext in '' $ac_executable_extensions; do
3604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3605 ac_cv_prog_ac_ct_CXX="$ac_prog"
3606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3615 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3616 if test -n "$ac_ct_CXX"; then
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3618 $as_echo "$ac_ct_CXX" >&6; }
3620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3621 $as_echo "no" >&6; }
3625 test -n "$ac_ct_CXX" && break
3628 if test "x$ac_ct_CXX" = x; then
3631 case $cross_compiling:$ac_tool_warned in
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3634 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3635 ac_tool_warned=yes ;;
3643 # Provide some information about the compiler.
3644 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3647 for ac_option in --version -v -V -qversion; do
3648 { { ac_try="$ac_compiler $ac_option >&5"
3650 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3651 *) ac_try_echo
=$ac_try;;
3653 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3654 $as_echo "$ac_try_echo"; } >&5
3655 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3657 if test -s conftest.err
; then
3659 ... rest of stderr output deleted ...
3660 10q' conftest.err
>conftest.er1
3661 cat conftest.er1
>&5
3663 rm -f conftest.er1 conftest.err
3664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3665 test $ac_status = 0; }
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3669 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3670 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
3671 $as_echo_n "(cached) " >&6
3673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3674 /* end confdefs.h. */
3687 if ac_fn_cxx_try_compile
"$LINENO"; then :
3692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3693 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3697 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3698 if test $ac_compiler_gnu = yes; then
3703 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3704 ac_save_CXXFLAGS
=$CXXFLAGS
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3706 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3707 if ${ac_cv_prog_cxx_g+:} false
; then :
3708 $as_echo_n "(cached) " >&6
3710 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
3711 ac_cxx_werror_flag
=yes
3714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3715 /* end confdefs.h. */
3725 if ac_fn_cxx_try_compile
"$LINENO"; then :
3726 ac_cv_prog_cxx_g
=yes
3729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3730 /* end confdefs.h. */
3740 if ac_fn_cxx_try_compile
"$LINENO"; then :
3743 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
3745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3746 /* end confdefs.h. */
3756 if ac_fn_cxx_try_compile
"$LINENO"; then :
3757 ac_cv_prog_cxx_g
=yes
3759 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3761 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3763 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3764 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3767 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3768 if test "$ac_test_CXXFLAGS" = set; then
3769 CXXFLAGS
=$ac_save_CXXFLAGS
3770 elif test $ac_cv_prog_cxx_g = yes; then
3771 if test "$GXX" = yes; then
3777 if test "$GXX" = yes; then
3784 ac_cpp
='$CPP $CPPFLAGS'
3785 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3786 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3787 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3791 ac_cpp
='$CPP $CPPFLAGS'
3792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3796 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3797 # On Suns, sometimes $CPP names a directory.
3798 if test -n "$CPP" && test -d "$CPP"; then
3801 if test -z "$CPP"; then
3802 if ${ac_cv_prog_CPP+:} false
; then :
3803 $as_echo_n "(cached) " >&6
3805 # Double quotes because CPP needs to be expanded
3806 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3809 for ac_c_preproc_warn_flag
in '' yes
3811 # Use a header file that comes with gcc, so configuring glibc
3812 # with a fresh cross-compiler works.
3813 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3814 # <limits.h> exists even on freestanding compilers.
3815 # On the NeXT, cc -E runs the code through the compiler's parser,
3816 # not just through cpp. "Syntax error" is here to catch this case.
3817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3818 /* end confdefs.h. */
3820 # include <limits.h>
3822 # include <assert.h>
3826 if ac_fn_c_try_cpp
"$LINENO"; then :
3829 # Broken: fails on valid input.
3832 rm -f conftest.err conftest.i conftest.
$ac_ext
3834 # OK, works on sane cases. Now check whether nonexistent headers
3835 # can be detected and how.
3836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3837 /* end confdefs.h. */
3838 #include <ac_nonexistent.h>
3840 if ac_fn_c_try_cpp
"$LINENO"; then :
3841 # Broken: success on invalid input.
3844 # Passes both tests.
3848 rm -f conftest.err conftest.i conftest.
$ac_ext
3851 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3852 rm -f conftest.i conftest.err conftest.
$ac_ext
3853 if $ac_preproc_ok; then :
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3866 $as_echo "$CPP" >&6; }
3868 for ac_c_preproc_warn_flag
in '' yes
3870 # Use a header file that comes with gcc, so configuring glibc
3871 # with a fresh cross-compiler works.
3872 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3873 # <limits.h> exists even on freestanding compilers.
3874 # On the NeXT, cc -E runs the code through the compiler's parser,
3875 # not just through cpp. "Syntax error" is here to catch this case.
3876 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3877 /* end confdefs.h. */
3879 # include <limits.h>
3881 # include <assert.h>
3885 if ac_fn_c_try_cpp
"$LINENO"; then :
3888 # Broken: fails on valid input.
3891 rm -f conftest.err conftest.i conftest.
$ac_ext
3893 # OK, works on sane cases. Now check whether nonexistent headers
3894 # can be detected and how.
3895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3896 /* end confdefs.h. */
3897 #include <ac_nonexistent.h>
3899 if ac_fn_c_try_cpp
"$LINENO"; then :
3900 # Broken: success on invalid input.
3903 # Passes both tests.
3907 rm -f conftest.err conftest.i conftest.
$ac_ext
3910 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3911 rm -f conftest.i conftest.err conftest.
$ac_ext
3912 if $ac_preproc_ok; then :
3915 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3916 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3917 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
3918 See \`config.log' for more details" "$LINENO" 5; }
3922 ac_cpp
='$CPP $CPPFLAGS'
3923 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3924 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3925 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3929 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3930 if ${ac_cv_path_GREP+:} false
; then :
3931 $as_echo_n "(cached) " >&6
3933 if test -z "$GREP"; then
3934 ac_path_GREP_found
=false
3935 # Loop through the user's path and test for each of PROGNAME-LIST
3936 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3937 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3940 test -z "$as_dir" && as_dir
=.
3941 for ac_prog
in grep ggrep
; do
3942 for ac_exec_ext
in '' $ac_executable_extensions; do
3943 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3944 as_fn_executable_p
"$ac_path_GREP" ||
continue
3945 # Check for GNU ac_path_GREP and select it if it is found.
3946 # Check for GNU $ac_path_GREP
3947 case `"$ac_path_GREP" --version 2>&1` in
3949 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3952 $as_echo_n 0123456789 >"conftest.in"
3955 cat "conftest.in" "conftest.in" >"conftest.tmp"
3956 mv "conftest.tmp" "conftest.in"
3957 cp "conftest.in" "conftest.nl"
3958 $as_echo 'GREP' >> "conftest.nl"
3959 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3960 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3961 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3962 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3963 # Best one so far, save it but keep looking for a better one
3964 ac_cv_path_GREP
="$ac_path_GREP"
3965 ac_path_GREP_max
=$ac_count
3967 # 10*(2^10) chars as input seems more than enough
3968 test $ac_count -gt 10 && break
3970 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3973 $ac_path_GREP_found && break 3
3978 if test -z "$ac_cv_path_GREP"; then
3979 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3982 ac_cv_path_GREP
=$GREP
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3987 $as_echo "$ac_cv_path_GREP" >&6; }
3988 GREP
="$ac_cv_path_GREP"
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3992 $as_echo_n "checking for egrep... " >&6; }
3993 if ${ac_cv_path_EGREP+:} false
; then :
3994 $as_echo_n "(cached) " >&6
3996 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3997 then ac_cv_path_EGREP
="$GREP -E"
3999 if test -z "$EGREP"; then
4000 ac_path_EGREP_found
=false
4001 # Loop through the user's path and test for each of PROGNAME-LIST
4002 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4003 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4006 test -z "$as_dir" && as_dir
=.
4007 for ac_prog
in egrep; do
4008 for ac_exec_ext
in '' $ac_executable_extensions; do
4009 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4010 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4011 # Check for GNU ac_path_EGREP and select it if it is found.
4012 # Check for GNU $ac_path_EGREP
4013 case `"$ac_path_EGREP" --version 2>&1` in
4015 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4018 $as_echo_n 0123456789 >"conftest.in"
4021 cat "conftest.in" "conftest.in" >"conftest.tmp"
4022 mv "conftest.tmp" "conftest.in"
4023 cp "conftest.in" "conftest.nl"
4024 $as_echo 'EGREP' >> "conftest.nl"
4025 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4026 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4027 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4028 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4029 # Best one so far, save it but keep looking for a better one
4030 ac_cv_path_EGREP
="$ac_path_EGREP"
4031 ac_path_EGREP_max
=$ac_count
4033 # 10*(2^10) chars as input seems more than enough
4034 test $ac_count -gt 10 && break
4036 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4039 $ac_path_EGREP_found && break 3
4044 if test -z "$ac_cv_path_EGREP"; then
4045 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4048 ac_cv_path_EGREP
=$EGREP
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4054 $as_echo "$ac_cv_path_EGREP" >&6; }
4055 EGREP
="$ac_cv_path_EGREP"
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4059 $as_echo_n "checking for ANSI C header files... " >&6; }
4060 if ${ac_cv_header_stdc+:} false
; then :
4061 $as_echo_n "(cached) " >&6
4063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4064 /* end confdefs.h. */
4078 if ac_fn_c_try_compile
"$LINENO"; then :
4079 ac_cv_header_stdc
=yes
4081 ac_cv_header_stdc
=no
4083 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4085 if test $ac_cv_header_stdc = yes; then
4086 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4088 /* end confdefs.h. */
4092 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4093 $EGREP "memchr" >/dev
/null
2>&1; then :
4096 ac_cv_header_stdc
=no
4102 if test $ac_cv_header_stdc = yes; then
4103 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4105 /* end confdefs.h. */
4109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4110 $EGREP "free" >/dev
/null
2>&1; then :
4113 ac_cv_header_stdc
=no
4119 if test $ac_cv_header_stdc = yes; then
4120 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4121 if test "$cross_compiling" = yes; then :
4124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4125 /* end confdefs.h. */
4128 #if ((' ' & 0x0FF) == 0x020)
4129 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4130 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4132 # define ISLOWER(c) \
4133 (('a' <= (c) && (c) <= 'i') \
4134 || ('j' <= (c) && (c) <= 'r') \
4135 || ('s' <= (c) && (c) <= 'z'))
4136 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4139 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4144 for (i = 0; i < 256; i++)
4145 if (XOR (islower (i), ISLOWER (i))
4146 || toupper (i) != TOUPPER (i))
4151 if ac_fn_c_try_run
"$LINENO"; then :
4154 ac_cv_header_stdc
=no
4156 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4157 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4163 $as_echo "$ac_cv_header_stdc" >&6; }
4164 if test $ac_cv_header_stdc = yes; then
4166 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4170 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4171 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4172 inttypes.h stdint.h unistd.h
4174 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4175 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4177 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4178 cat >>confdefs.h
<<_ACEOF
4179 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4188 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4189 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4196 if test "$MINIX" = yes; then
4198 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4201 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4204 $as_echo "#define _MINIX 1" >>confdefs.h
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4210 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4211 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4212 $as_echo_n "(cached) " >&6
4214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4215 /* end confdefs.h. */
4217 # define __EXTENSIONS__ 1
4218 $ac_includes_default
4227 if ac_fn_c_try_compile
"$LINENO"; then :
4228 ac_cv_safe_to_define___extensions__
=yes
4230 ac_cv_safe_to_define___extensions__
=no
4232 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4235 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4236 test $ac_cv_safe_to_define___extensions__ = yes &&
4237 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4239 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4241 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4243 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4245 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4249 # Check whether --enable-largefile was given.
4250 if test "${enable_largefile+set}" = set; then :
4251 enableval
=$enable_largefile;
4254 if test "$enable_largefile" != no
; then
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4257 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4258 if ${ac_cv_sys_largefile_CC+:} false
; then :
4259 $as_echo_n "(cached) " >&6
4261 ac_cv_sys_largefile_CC
=no
4262 if test "$GCC" != yes; then
4265 # IRIX 6.2 and later do not support large files by default,
4266 # so use the C compiler's -n32 option if that helps.
4267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4268 /* end confdefs.h. */
4269 #include <sys/types.h>
4270 /* Check that off_t can represent 2**63 - 1 correctly.
4271 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4272 since some C++ compilers masquerading as C compilers
4273 incorrectly reject 9223372036854775807. */
4274 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4275 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4276 && LARGE_OFF_T % 2147483647 == 1)
4286 if ac_fn_c_try_compile
"$LINENO"; then :
4289 rm -f core conftest.err conftest.
$ac_objext
4291 if ac_fn_c_try_compile
"$LINENO"; then :
4292 ac_cv_sys_largefile_CC
=' -n32'; break
4294 rm -f core conftest.err conftest.
$ac_objext
4298 rm -f conftest.
$ac_ext
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4302 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4303 if test "$ac_cv_sys_largefile_CC" != no
; then
4304 CC
=$CC$ac_cv_sys_largefile_CC
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4308 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4309 if ${ac_cv_sys_file_offset_bits+:} false
; then :
4310 $as_echo_n "(cached) " >&6
4313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4314 /* end confdefs.h. */
4315 #include <sys/types.h>
4316 /* Check that off_t can represent 2**63 - 1 correctly.
4317 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4318 since some C++ compilers masquerading as C compilers
4319 incorrectly reject 9223372036854775807. */
4320 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4321 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4322 && LARGE_OFF_T % 2147483647 == 1)
4332 if ac_fn_c_try_compile
"$LINENO"; then :
4333 ac_cv_sys_file_offset_bits
=no
; break
4335 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4338 #define _FILE_OFFSET_BITS 64
4339 #include <sys/types.h>
4340 /* Check that off_t can represent 2**63 - 1 correctly.
4341 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4342 since some C++ compilers masquerading as C compilers
4343 incorrectly reject 9223372036854775807. */
4344 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4345 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4346 && LARGE_OFF_T % 2147483647 == 1)
4356 if ac_fn_c_try_compile
"$LINENO"; then :
4357 ac_cv_sys_file_offset_bits
=64; break
4359 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4360 ac_cv_sys_file_offset_bits
=unknown
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4365 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4366 case $ac_cv_sys_file_offset_bits in #(
4369 cat >>confdefs.h
<<_ACEOF
4370 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4375 if test $ac_cv_sys_file_offset_bits = unknown
; then
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4377 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4378 if ${ac_cv_sys_large_files+:} false
; then :
4379 $as_echo_n "(cached) " >&6
4382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4383 /* end confdefs.h. */
4384 #include <sys/types.h>
4385 /* Check that off_t can represent 2**63 - 1 correctly.
4386 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4387 since some C++ compilers masquerading as C compilers
4388 incorrectly reject 9223372036854775807. */
4389 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4390 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4391 && LARGE_OFF_T % 2147483647 == 1)
4401 if ac_fn_c_try_compile
"$LINENO"; then :
4402 ac_cv_sys_large_files
=no
; break
4404 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4406 /* end confdefs.h. */
4407 #define _LARGE_FILES 1
4408 #include <sys/types.h>
4409 /* Check that off_t can represent 2**63 - 1 correctly.
4410 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4411 since some C++ compilers masquerading as C compilers
4412 incorrectly reject 9223372036854775807. */
4413 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4414 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4415 && LARGE_OFF_T % 2147483647 == 1)
4425 if ac_fn_c_try_compile
"$LINENO"; then :
4426 ac_cv_sys_large_files
=1; break
4428 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4429 ac_cv_sys_large_files
=unknown
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4434 $as_echo "$ac_cv_sys_large_files" >&6; }
4435 case $ac_cv_sys_large_files in #(
4438 cat >>confdefs.h
<<_ACEOF
4439 #define _LARGE_FILES $ac_cv_sys_large_files
4450 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4451 if test -f "$ac_dir/install-sh"; then
4453 ac_install_sh
="$ac_aux_dir/install-sh -c"
4455 elif test -f "$ac_dir/install.sh"; then
4457 ac_install_sh
="$ac_aux_dir/install.sh -c"
4459 elif test -f "$ac_dir/shtool"; then
4461 ac_install_sh
="$ac_aux_dir/shtool install -c"
4465 if test -z "$ac_aux_dir"; then
4466 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4469 # These three variables are undocumented and unsupported,
4470 # and are intended to be withdrawn in a future Autoconf release.
4471 # They can cause serious problems if a builder's source tree is in a directory
4472 # whose full name contains unusual characters.
4473 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4474 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4475 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4478 # Expand $ac_aux_dir to an absolute path.
4479 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
4481 if test x
"${install_sh+set}" != xset
; then
4484 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
4486 install_sh
="\${SHELL} $am_aux_dir/install-sh"
4490 # Installed binaries are usually stripped using 'strip' when the user
4491 # run "make install-strip". However 'strip' might not be the right
4492 # tool to use in cross-compilation environments, therefore Automake
4493 # will honor the 'STRIP' environment variable to overrule this program.
4494 if test "$cross_compiling" != no
; then
4495 if test -n "$ac_tool_prefix"; then
4496 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4497 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4499 $as_echo_n "checking for $ac_word... " >&6; }
4500 if ${ac_cv_prog_STRIP+:} false
; then :
4501 $as_echo_n "(cached) " >&6
4503 if test -n "$STRIP"; then
4504 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4510 test -z "$as_dir" && as_dir
=.
4511 for ac_exec_ext
in '' $ac_executable_extensions; do
4512 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4513 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4523 STRIP
=$ac_cv_prog_STRIP
4524 if test -n "$STRIP"; then
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4526 $as_echo "$STRIP" >&6; }
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4529 $as_echo "no" >&6; }
4534 if test -z "$ac_cv_prog_STRIP"; then
4536 # Extract the first word of "strip", so it can be a program name with args.
4537 set dummy strip
; ac_word
=$2
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4539 $as_echo_n "checking for $ac_word... " >&6; }
4540 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
4541 $as_echo_n "(cached) " >&6
4543 if test -n "$ac_ct_STRIP"; then
4544 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4550 test -z "$as_dir" && as_dir
=.
4551 for ac_exec_ext
in '' $ac_executable_extensions; do
4552 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4553 ac_cv_prog_ac_ct_STRIP
="strip"
4554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4563 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4564 if test -n "$ac_ct_STRIP"; then
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4566 $as_echo "$ac_ct_STRIP" >&6; }
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4569 $as_echo "no" >&6; }
4572 if test "x$ac_ct_STRIP" = x
; then
4575 case $cross_compiling:$ac_tool_warned in
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4578 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4579 ac_tool_warned
=yes ;;
4584 STRIP
="$ac_cv_prog_STRIP"
4588 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
4591 # Make sure we can run config.sub.
4592 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4593 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4596 $as_echo_n "checking build system type... " >&6; }
4597 if ${ac_cv_build+:} false
; then :
4598 $as_echo_n "(cached) " >&6
4600 ac_build_alias
=$build_alias
4601 test "x$ac_build_alias" = x
&&
4602 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4603 test "x$ac_build_alias" = x
&&
4604 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4605 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4606 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4610 $as_echo "$ac_cv_build" >&6; }
4611 case $ac_cv_build in
4613 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4616 ac_save_IFS
=$IFS; IFS
='-'
4622 # Remember, the first character of IFS is used to create $*,
4623 # except with old shells:
4626 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4630 $as_echo_n "checking host system type... " >&6; }
4631 if ${ac_cv_host+:} false
; then :
4632 $as_echo_n "(cached) " >&6
4634 if test "x$host_alias" = x
; then
4635 ac_cv_host
=$ac_cv_build
4637 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4638 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4643 $as_echo "$ac_cv_host" >&6; }
4646 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4649 ac_save_IFS
=$IFS; IFS
='-'
4655 # Remember, the first character of IFS is used to create $*,
4656 # except with old shells:
4659 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4663 $as_echo_n "checking target system type... " >&6; }
4664 if ${ac_cv_target+:} false
; then :
4665 $as_echo_n "(cached) " >&6
4667 if test "x$target_alias" = x
; then
4668 ac_cv_target
=$ac_cv_host
4670 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4671 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4676 $as_echo "$ac_cv_target" >&6; }
4677 case $ac_cv_target in
4679 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
4681 target
=$ac_cv_target
4682 ac_save_IFS
=$IFS; IFS
='-'
4688 # Remember, the first character of IFS is used to create $*,
4689 # except with old shells:
4692 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
4695 # The aliases save the names the user supplied, while $host etc.
4696 # will get canonicalized.
4697 test -n "$target_alias" &&
4698 test "$program_prefix$program_suffix$program_transform_name" = \
4700 program_prefix
=${target_alias}-
4703 # Find a good install program. We prefer a C program (faster),
4704 # so one script is as good as another. But avoid the broken or
4705 # incompatible versions:
4706 # SysV /etc/install, /usr/sbin/install
4707 # SunOS /usr/etc/install
4708 # IRIX /sbin/install
4710 # AmigaOS /C/install, which installs bootblocks on floppy discs
4711 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4712 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4713 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4714 # OS/2's system install, which has a completely different semantic
4715 # ./install, which can be erroneously created by make from ./install.sh.
4716 # Reject install programs that cannot install multiple files.
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4718 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4719 if test -z "$INSTALL"; then
4720 if ${ac_cv_path_install+:} false
; then :
4721 $as_echo_n "(cached) " >&6
4723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4727 test -z "$as_dir" && as_dir
=.
4728 # Account for people who put trailing slashes in PATH elements.
4729 case $as_dir/ in #((
4730 .
/ | .
// |
/[cC
]/* | \
4731 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4732 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
4735 # OSF1 and SCO ODT 3.0 have their own names for install.
4736 # Don't use installbsd from OSF since it installs stuff as root
4738 for ac_prog
in ginstall scoinst
install; do
4739 for ac_exec_ext
in '' $ac_executable_extensions; do
4740 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
4741 if test $ac_prog = install &&
4742 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4743 # AIX install. It has an incompatible calling convention.
4745 elif test $ac_prog = install &&
4746 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4747 # program-specific install script used by HP pwplus--don't use.
4750 rm -rf conftest.one conftest.two conftest.dir
4751 echo one
> conftest.one
4752 echo two
> conftest.two
4754 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4755 test -s conftest.one
&& test -s conftest.two
&&
4756 test -s conftest.dir
/conftest.one
&&
4757 test -s conftest.dir
/conftest.two
4759 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4772 rm -rf conftest.one conftest.two conftest.dir
4775 if test "${ac_cv_path_install+set}" = set; then
4776 INSTALL
=$ac_cv_path_install
4778 # As a last resort, use the slow shell script. Don't cache a
4779 # value for INSTALL within a source directory, because that will
4780 # break other packages using the cache if that directory is
4781 # removed, or if the value is a relative name.
4782 INSTALL
=$ac_install_sh
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4786 $as_echo "$INSTALL" >&6; }
4788 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4789 # It thinks the first close brace ends the variable substitution.
4790 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4792 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4794 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4796 if test -n "$ac_tool_prefix"; then
4797 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4798 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4800 $as_echo_n "checking for $ac_word... " >&6; }
4801 if ${ac_cv_prog_AR+:} false
; then :
4802 $as_echo_n "(cached) " >&6
4804 if test -n "$AR"; then
4805 ac_cv_prog_AR
="$AR" # Let the user override the test.
4807 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4811 test -z "$as_dir" && as_dir
=.
4812 for ac_exec_ext
in '' $ac_executable_extensions; do
4813 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4814 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4825 if test -n "$AR"; then
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4827 $as_echo "$AR" >&6; }
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4835 if test -z "$ac_cv_prog_AR"; then
4837 # Extract the first word of "ar", so it can be a program name with args.
4838 set dummy
ar; 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 ${ac_cv_prog_ac_ct_AR+:} false
; then :
4842 $as_echo_n "(cached) " >&6
4844 if test -n "$ac_ct_AR"; then
4845 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # 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 as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4854 ac_cv_prog_ac_ct_AR
="ar"
4855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4864 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4865 if test -n "$ac_ct_AR"; then
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4867 $as_echo "$ac_ct_AR" >&6; }
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4870 $as_echo "no" >&6; }
4873 if test "x$ac_ct_AR" = x
; then
4876 case $cross_compiling:$ac_tool_warned in
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4879 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4880 ac_tool_warned
=yes ;;
4888 if test -n "$ac_tool_prefix"; then
4889 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4890 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4892 $as_echo_n "checking for $ac_word... " >&6; }
4893 if ${ac_cv_prog_RANLIB+:} false
; then :
4894 $as_echo_n "(cached) " >&6
4896 if test -n "$RANLIB"; then
4897 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4903 test -z "$as_dir" && as_dir
=.
4904 for ac_exec_ext
in '' $ac_executable_extensions; do
4905 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4906 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4916 RANLIB
=$ac_cv_prog_RANLIB
4917 if test -n "$RANLIB"; then
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4919 $as_echo "$RANLIB" >&6; }
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922 $as_echo "no" >&6; }
4927 if test -z "$ac_cv_prog_RANLIB"; then
4928 ac_ct_RANLIB
=$RANLIB
4929 # Extract the first word of "ranlib", so it can be a program name with args.
4930 set dummy ranlib
; ac_word
=$2
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4932 $as_echo_n "checking for $ac_word... " >&6; }
4933 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
4934 $as_echo_n "(cached) " >&6
4936 if test -n "$ac_ct_RANLIB"; then
4937 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4943 test -z "$as_dir" && as_dir
=.
4944 for ac_exec_ext
in '' $ac_executable_extensions; do
4945 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4946 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4956 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4957 if test -n "$ac_ct_RANLIB"; then
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4959 $as_echo "$ac_ct_RANLIB" >&6; }
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4962 $as_echo "no" >&6; }
4965 if test "x$ac_ct_RANLIB" = x
; then
4968 case $cross_compiling:$ac_tool_warned in
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4971 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4972 ac_tool_warned
=yes ;;
4974 RANLIB
=$ac_ct_RANLIB
4977 RANLIB
="$ac_cv_prog_RANLIB"
4981 test "$program_prefix" != NONE
&&
4982 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
4983 # Use a double $ so make ignores it.
4984 test "$program_suffix" != NONE
&&
4985 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
4986 # Double any \ or $.
4987 # By default was `s,x,x', remove it if useless.
4988 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
4989 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
4992 # We require a C++11 compiler. Check if one is available, and if
4993 # necessary, set CXX_DIALECT to some -std=xxx switch.
4995 ax_cxx_compile_alternatives
="11 0x" ax_cxx_compile_cxx11_required
=true
4997 ac_cpp
='$CXXCPP $CPPFLAGS'
4998 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4999 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5000 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
5004 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
5005 if ${ax_cv_cxx_compile_cxx11+:} false
; then :
5006 $as_echo_n "(cached) " >&6
5008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5009 /* end confdefs.h. */
5012 // If the compiler admits that it is not ready for C++11, why torture it?
5013 // Hopefully, this will speed up the test.
5017 #error "This is not a C++ compiler"
5019 #elif __cplusplus < 201103L
5021 #error "This is not a C++11 compiler"
5028 namespace test_static_assert
5031 template <typename T>
5034 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5039 namespace test_final_override
5047 struct Derived : public Base
5049 virtual void f() override {}
5054 namespace test_double_right_angle_brackets
5057 template < typename T >
5060 typedef check<void> single_type;
5061 typedef check<check<void>> double_type;
5062 typedef check<check<check<void>>> triple_type;
5063 typedef check<check<check<check<void>>>> quadruple_type;
5067 namespace test_decltype
5080 namespace test_type_deduction
5083 template < typename T1, typename T2 >
5086 static const bool value = false;
5089 template < typename T >
5090 struct is_same<T, T>
5092 static const bool value = true;
5095 template < typename T1, typename T2 >
5097 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5103 test(const int c, volatile int v)
5105 static_assert(is_same<int, decltype(0)>::value == true, "");
5106 static_assert(is_same<int, decltype(c)>::value == false, "");
5107 static_assert(is_same<int, decltype(v)>::value == false, "");
5110 auto sumi = ac + av + 'x';
5111 auto sumf = ac + av + 1.0;
5112 static_assert(is_same<int, decltype(ac)>::value == true, "");
5113 static_assert(is_same<int, decltype(av)>::value == true, "");
5114 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5115 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5116 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5117 return (sumf > 0.0) ? sumi : add(c, v);
5122 namespace test_noexcept
5125 int f() { return 0; }
5126 int g() noexcept { return 0; }
5128 static_assert(noexcept(f()) == false, "");
5129 static_assert(noexcept(g()) == true, "");
5133 namespace test_constexpr
5136 template < typename CharT >
5137 unsigned long constexpr
5138 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5140 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5143 template < typename CharT >
5144 unsigned long constexpr
5145 strlen_c(const CharT *const s) noexcept
5147 return strlen_c_r(s, 0UL);
5150 static_assert(strlen_c("") == 0UL, "");
5151 static_assert(strlen_c("1") == 1UL, "");
5152 static_assert(strlen_c("example") == 7UL, "");
5153 static_assert(strlen_c("another\0example") == 7UL, "");
5157 namespace test_rvalue_references
5163 static constexpr int value = N;
5166 answer<1> f(int&) { return answer<1>(); }
5167 answer<2> f(const int&) { return answer<2>(); }
5168 answer<3> f(int&&) { return answer<3>(); }
5175 static_assert(decltype(f(i))::value == 1, "");
5176 static_assert(decltype(f(c))::value == 2, "");
5177 static_assert(decltype(f(0))::value == 3, "");
5182 namespace test_uniform_initialization
5187 static const int zero {};
5188 static const int one {1};
5191 static_assert(test::zero == 0, "");
5192 static_assert(test::one == 1, "");
5196 namespace test_lambdas
5202 auto lambda1 = [](){};
5203 auto lambda2 = lambda1;
5211 auto a = [](int i, int j){ return i + j; }(1, 2);
5212 auto b = []() -> int { return '0'; }();
5213 auto c = [=](){ return a + b; }();
5214 auto d = [&](){ return c; }();
5215 auto e = [a, &b](int x) mutable {
5216 const auto identity = [](int y){ return y; };
5217 for (auto i = 0; i < a; ++i)
5219 return x + identity(a + b);
5221 return a + b + c + d + e;
5227 const auto nullary = [](){ return 0; };
5228 const auto unary = [](int x){ return x; };
5229 using nullary_t = decltype(nullary);
5230 using unary_t = decltype(unary);
5231 const auto higher1st = [](nullary_t f){ return f(); };
5232 const auto higher2nd = [unary](nullary_t f1){
5233 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5235 return higher1st(nullary) + higher2nd(nullary)(unary);
5240 namespace test_variadic_templates
5246 template <int N0, int... N1toN>
5247 struct sum<N0, N1toN...>
5249 static constexpr auto value = N0 + sum<N1toN...>::value;
5255 static constexpr auto value = 0;
5258 static_assert(sum<>::value == 0, "");
5259 static_assert(sum<1>::value == 1, "");
5260 static_assert(sum<23>::value == 23, "");
5261 static_assert(sum<1, 2>::value == 3, "");
5262 static_assert(sum<5, 5, 11>::value == 21, "");
5263 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5267 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5268 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5270 namespace test_template_alias_sfinae
5275 template<typename T>
5276 using member = typename T::member_type;
5278 template<typename T>
5281 template<typename T>
5282 void func(member<T>*) {}
5286 void test() { func<foo>(0); }
5290 } // namespace cxx11
5292 #endif // __cplusplus >= 201103L
5297 if ac_fn_cxx_try_compile
"$LINENO"; then :
5298 ax_cv_cxx_compile_cxx11
=yes
5300 ax_cv_cxx_compile_cxx11
=no
5302 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
5305 $as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
5306 if test x
$ax_cv_cxx_compile_cxx11 = xyes
; then
5310 if test x
$ac_success = xno
; then
5311 for alternative
in ${ax_cxx_compile_alternatives}; do
5312 switch
="-std=gnu++${alternative}"
5313 cachevar
=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5315 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
5316 if eval \
${$cachevar+:} false
; then :
5317 $as_echo_n "(cached) " >&6
5321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5322 /* end confdefs.h. */
5325 // If the compiler admits that it is not ready for C++11, why torture it?
5326 // Hopefully, this will speed up the test.
5330 #error "This is not a C++ compiler"
5332 #elif __cplusplus < 201103L
5334 #error "This is not a C++11 compiler"
5341 namespace test_static_assert
5344 template <typename T>
5347 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5352 namespace test_final_override
5360 struct Derived : public Base
5362 virtual void f() override {}
5367 namespace test_double_right_angle_brackets
5370 template < typename T >
5373 typedef check<void> single_type;
5374 typedef check<check<void>> double_type;
5375 typedef check<check<check<void>>> triple_type;
5376 typedef check<check<check<check<void>>>> quadruple_type;
5380 namespace test_decltype
5393 namespace test_type_deduction
5396 template < typename T1, typename T2 >
5399 static const bool value = false;
5402 template < typename T >
5403 struct is_same<T, T>
5405 static const bool value = true;
5408 template < typename T1, typename T2 >
5410 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5416 test(const int c, volatile int v)
5418 static_assert(is_same<int, decltype(0)>::value == true, "");
5419 static_assert(is_same<int, decltype(c)>::value == false, "");
5420 static_assert(is_same<int, decltype(v)>::value == false, "");
5423 auto sumi = ac + av + 'x';
5424 auto sumf = ac + av + 1.0;
5425 static_assert(is_same<int, decltype(ac)>::value == true, "");
5426 static_assert(is_same<int, decltype(av)>::value == true, "");
5427 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5428 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5429 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5430 return (sumf > 0.0) ? sumi : add(c, v);
5435 namespace test_noexcept
5438 int f() { return 0; }
5439 int g() noexcept { return 0; }
5441 static_assert(noexcept(f()) == false, "");
5442 static_assert(noexcept(g()) == true, "");
5446 namespace test_constexpr
5449 template < typename CharT >
5450 unsigned long constexpr
5451 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5453 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5456 template < typename CharT >
5457 unsigned long constexpr
5458 strlen_c(const CharT *const s) noexcept
5460 return strlen_c_r(s, 0UL);
5463 static_assert(strlen_c("") == 0UL, "");
5464 static_assert(strlen_c("1") == 1UL, "");
5465 static_assert(strlen_c("example") == 7UL, "");
5466 static_assert(strlen_c("another\0example") == 7UL, "");
5470 namespace test_rvalue_references
5476 static constexpr int value = N;
5479 answer<1> f(int&) { return answer<1>(); }
5480 answer<2> f(const int&) { return answer<2>(); }
5481 answer<3> f(int&&) { return answer<3>(); }
5488 static_assert(decltype(f(i))::value == 1, "");
5489 static_assert(decltype(f(c))::value == 2, "");
5490 static_assert(decltype(f(0))::value == 3, "");
5495 namespace test_uniform_initialization
5500 static const int zero {};
5501 static const int one {1};
5504 static_assert(test::zero == 0, "");
5505 static_assert(test::one == 1, "");
5509 namespace test_lambdas
5515 auto lambda1 = [](){};
5516 auto lambda2 = lambda1;
5524 auto a = [](int i, int j){ return i + j; }(1, 2);
5525 auto b = []() -> int { return '0'; }();
5526 auto c = [=](){ return a + b; }();
5527 auto d = [&](){ return c; }();
5528 auto e = [a, &b](int x) mutable {
5529 const auto identity = [](int y){ return y; };
5530 for (auto i = 0; i < a; ++i)
5532 return x + identity(a + b);
5534 return a + b + c + d + e;
5540 const auto nullary = [](){ return 0; };
5541 const auto unary = [](int x){ return x; };
5542 using nullary_t = decltype(nullary);
5543 using unary_t = decltype(unary);
5544 const auto higher1st = [](nullary_t f){ return f(); };
5545 const auto higher2nd = [unary](nullary_t f1){
5546 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5548 return higher1st(nullary) + higher2nd(nullary)(unary);
5553 namespace test_variadic_templates
5559 template <int N0, int... N1toN>
5560 struct sum<N0, N1toN...>
5562 static constexpr auto value = N0 + sum<N1toN...>::value;
5568 static constexpr auto value = 0;
5571 static_assert(sum<>::value == 0, "");
5572 static_assert(sum<1>::value == 1, "");
5573 static_assert(sum<23>::value == 23, "");
5574 static_assert(sum<1, 2>::value == 3, "");
5575 static_assert(sum<5, 5, 11>::value == 21, "");
5576 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5580 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5581 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5583 namespace test_template_alias_sfinae
5588 template<typename T>
5589 using member = typename T::member_type;
5591 template<typename T>
5594 template<typename T>
5595 void func(member<T>*) {}
5599 void test() { func<foo>(0); }
5603 } // namespace cxx11
5605 #endif // __cplusplus >= 201103L
5610 if ac_fn_cxx_try_compile
"$LINENO"; then :
5615 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5618 eval ac_res
=\$
$cachevar
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5620 $as_echo "$ac_res" >&6; }
5621 if eval test x\$
$cachevar = xyes
; then
5622 CXX_DIALECT
="$switch"
5629 if test x
$ac_success = xno
; then
5630 for alternative
in ${ax_cxx_compile_alternatives}; do
5631 for switch
in -std=c
++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
5632 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_
$switch" | $as_tr_sh`
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
$CXX supports C
++11 features with
$switch" >&5
5634 $as_echo_n "checking whether
$CXX supports C
++11 features with
$switch...
" >&6; }
5635 if eval \${$cachevar+:} false; then :
5636 $as_echo_n "(cached
) " >&6
5640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5641 /* end confdefs.h. */
5644 // If the compiler admits that it is not ready for C++11, why torture it?
5645 // Hopefully, this will speed up the test.
5649 #error "This is not a C
++ compiler
"
5651 #elif __cplusplus < 201103L
5653 #error "This is not a C
++11 compiler
"
5660 namespace test_static_assert
5663 template <typename T>
5666 static_assert(sizeof(int) <= sizeof(T), "not big enough
");
5671 namespace test_final_override
5679 struct Derived : public Base
5681 virtual void f() override {}
5686 namespace test_double_right_angle_brackets
5689 template < typename T >
5692 typedef check<void> single_type;
5693 typedef check<check<void>> double_type;
5694 typedef check<check<check<void>>> triple_type;
5695 typedef check<check<check<check<void>>>> quadruple_type;
5699 namespace test_decltype
5712 namespace test_type_deduction
5715 template < typename T1, typename T2 >
5718 static const bool value = false;
5721 template < typename T >
5722 struct is_same<T, T>
5724 static const bool value = true;
5727 template < typename T1, typename T2 >
5729 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5735 test(const int c, volatile int v)
5737 static_assert(is_same<int, decltype(0)>::value == true, "");
5738 static_assert(is_same<int, decltype(c)>::value == false, "");
5739 static_assert(is_same<int, decltype(v)>::value == false, "");
5742 auto sumi = ac + av + 'x';
5743 auto sumf = ac + av + 1.0;
5744 static_assert(is_same<int, decltype(ac)>::value == true, "");
5745 static_assert(is_same<int, decltype(av)>::value == true, "");
5746 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5747 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5748 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5749 return (sumf > 0.0) ? sumi : add(c, v);
5754 namespace test_noexcept
5757 int f() { return 0; }
5758 int g() noexcept { return 0; }
5760 static_assert(noexcept(f()) == false, "");
5761 static_assert(noexcept(g()) == true, "");
5765 namespace test_constexpr
5768 template < typename CharT >
5769 unsigned long constexpr
5770 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5772 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5775 template < typename CharT >
5776 unsigned long constexpr
5777 strlen_c(const CharT *const s) noexcept
5779 return strlen_c_r(s, 0UL);
5782 static_assert(strlen_c("") == 0UL, "");
5783 static_assert(strlen_c("1") == 1UL, "");
5784 static_assert(strlen_c("example
") == 7UL, "");
5785 static_assert(strlen_c("another\
0example
") == 7UL, "");
5789 namespace test_rvalue_references
5795 static constexpr int value = N;
5798 answer<1> f(int&) { return answer<1>(); }
5799 answer<2> f(const int&) { return answer<2>(); }
5800 answer<3> f(int&&) { return answer<3>(); }
5807 static_assert(decltype(f(i))::value == 1, "");
5808 static_assert(decltype(f(c))::value == 2, "");
5809 static_assert(decltype(f(0))::value == 3, "");
5814 namespace test_uniform_initialization
5819 static const int zero {};
5820 static const int one {1};
5823 static_assert(test::zero == 0, "");
5824 static_assert(test::one == 1, "");
5828 namespace test_lambdas
5834 auto lambda1 = [](){};
5835 auto lambda2 = lambda1;
5843 auto a = [](int i, int j){ return i + j; }(1, 2);
5844 auto b = []() -> int { return '0'; }();
5845 auto c = [=](){ return a + b; }();
5846 auto d = [&](){ return c; }();
5847 auto e = [a, &b](int x) mutable {
5848 const auto identity = [](int y){ return y; };
5849 for (auto i = 0; i < a; ++i)
5851 return x + identity(a + b);
5853 return a + b + c + d + e;
5859 const auto nullary = [](){ return 0; };
5860 const auto unary = [](int x){ return x; };
5861 using nullary_t = decltype(nullary);
5862 using unary_t = decltype(unary);
5863 const auto higher1st = [](nullary_t f){ return f(); };
5864 const auto higher2nd = [unary](nullary_t f1){
5865 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5867 return higher1st(nullary) + higher2nd(nullary)(unary);
5872 namespace test_variadic_templates
5878 template <int N0, int... N1toN>
5879 struct sum<N0, N1toN...>
5881 static constexpr auto value = N0 + sum<N1toN...>::value;
5887 static constexpr auto value = 0;
5890 static_assert(sum<>::value == 0, "");
5891 static_assert(sum<1>::value == 1, "");
5892 static_assert(sum<23>::value == 23, "");
5893 static_assert(sum<1, 2>::value == 3, "");
5894 static_assert(sum<5, 5, 11>::value == 21, "");
5895 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5899 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5900 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5902 namespace test_template_alias_sfinae
5907 template<typename T>
5908 using member = typename T::member_type;
5910 template<typename T>
5913 template<typename T>
5914 void func(member<T>*) {}
5918 void test() { func<foo>(0); }
5922 } // namespace cxx11
5924 #endif // __cplusplus >= 201103L
5929 if ac_fn_cxx_try_compile "$LINENO"; then :
5934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5937 eval ac_res=\$$cachevar
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_res" >&5
5939 $as_echo "$ac_res" >&6; }
5940 if eval test x\$$cachevar = xyes; then
5941 CXX_DIALECT="$switch"
5946 if test x$ac_success = xyes; then
5952 ac_cpp='$CPP $CPPFLAGS'
5953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5957 if test x$ax_cxx_compile_cxx11_required = xtrue; then
5958 if test x$ac_success = xno; then
5959 as_fn_error $? "*** A compiler with support
for C
++11 language features is required.
" "$LINENO" 5
5962 if test x$ac_success = xno; then
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C
++11 support was found
" >&5
5965 $as_echo "$as_me: No compiler with C
++11 support was found
" >&6;}
5969 $as_echo "#define HAVE_CXX11 1" >>confdefs.h
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5977 $as_echo_n "checking for ANSI C header files... " >&6; }
5978 if ${ac_cv_header_stdc+:} false
; then :
5979 $as_echo_n "(cached) " >&6
5981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5982 /* end confdefs.h. */
5996 if ac_fn_c_try_compile
"$LINENO"; then :
5997 ac_cv_header_stdc
=yes
5999 ac_cv_header_stdc
=no
6001 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6003 if test $ac_cv_header_stdc = yes; then
6004 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6006 /* end confdefs.h. */
6010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6011 $EGREP "memchr" >/dev
/null
2>&1; then :
6014 ac_cv_header_stdc
=no
6020 if test $ac_cv_header_stdc = yes; then
6021 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6023 /* end confdefs.h. */
6027 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6028 $EGREP "free" >/dev
/null
2>&1; then :
6031 ac_cv_header_stdc
=no
6037 if test $ac_cv_header_stdc = yes; then
6038 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6039 if test "$cross_compiling" = yes; then :
6042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6043 /* end confdefs.h. */
6046 #if ((' ' & 0x0FF) == 0x020)
6047 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6048 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6050 # define ISLOWER(c) \
6051 (('a' <= (c) && (c) <= 'i') \
6052 || ('j' <= (c) && (c) <= 'r') \
6053 || ('s' <= (c) && (c) <= 'z'))
6054 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6057 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6062 for (i = 0; i < 256; i++)
6063 if (XOR (islower (i), ISLOWER (i))
6064 || toupper (i) != TOUPPER (i))
6069 if ac_fn_c_try_run
"$LINENO"; then :
6072 ac_cv_header_stdc
=no
6074 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6075 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6081 $as_echo "$ac_cv_header_stdc" >&6; }
6082 if test $ac_cv_header_stdc = yes; then
6084 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6089 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
6090 if test "x$ac_cv_type_size_t" = xyes
; then :
6094 cat >>confdefs.h
<<_ACEOF
6095 #define size_t unsigned int
6103 for ac_header
in $ac_header_list
6105 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6106 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6108 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6109 cat >>confdefs.h
<<_ACEOF
6110 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6123 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
6124 if test "x$ac_cv_type_pid_t" = xyes
; then :
6128 cat >>confdefs.h
<<_ACEOF
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6135 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6136 if ${ac_cv_path_SED+:} false
; then :
6137 $as_echo_n "(cached) " >&6
6139 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
6140 for ac_i
in 1 2 3 4 5 6 7; do
6141 ac_script
="$ac_script$as_nl$ac_script"
6143 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
6144 { ac_script
=; unset ac_script
;}
6145 if test -z "$SED"; then
6146 ac_path_SED_found
=false
6147 # Loop through the user's path and test for each of PROGNAME-LIST
6148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6152 test -z "$as_dir" && as_dir
=.
6153 for ac_prog
in sed gsed
; do
6154 for ac_exec_ext
in '' $ac_executable_extensions; do
6155 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
6156 as_fn_executable_p
"$ac_path_SED" ||
continue
6157 # Check for GNU ac_path_SED and select it if it is found.
6158 # Check for GNU $ac_path_SED
6159 case `"$ac_path_SED" --version 2>&1` in
6161 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
6164 $as_echo_n 0123456789 >"conftest.in"
6167 cat "conftest.in" "conftest.in" >"conftest.tmp"
6168 mv "conftest.tmp" "conftest.in"
6169 cp "conftest.in" "conftest.nl"
6170 $as_echo '' >> "conftest.nl"
6171 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6172 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6173 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6174 if test $ac_count -gt ${ac_path_SED_max-0}; then
6175 # Best one so far, save it but keep looking for a better one
6176 ac_cv_path_SED
="$ac_path_SED"
6177 ac_path_SED_max
=$ac_count
6179 # 10*(2^10) chars as input seems more than enough
6180 test $ac_count -gt 10 && break
6182 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6185 $ac_path_SED_found && break 3
6190 if test -z "$ac_cv_path_SED"; then
6191 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6199 $as_echo "$ac_cv_path_SED" >&6; }
6200 SED
="$ac_cv_path_SED"
6204 if test "X$prefix" = "XNONE"; then
6205 acl_final_prefix
="$ac_default_prefix"
6207 acl_final_prefix
="$prefix"
6209 if test "X$exec_prefix" = "XNONE"; then
6210 acl_final_exec_prefix
='${prefix}'
6212 acl_final_exec_prefix
="$exec_prefix"
6214 acl_save_prefix
="$prefix"
6215 prefix
="$acl_final_prefix"
6216 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
6217 prefix
="$acl_save_prefix"
6220 # Check whether --with-gnu-ld was given.
6221 if test "${with_gnu_ld+set}" = set; then :
6222 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
6227 # Prepare PATH_SEPARATOR.
6228 # The user is always right.
6229 if test "${PATH_SEPARATOR+set}" != set; then
6230 echo "#! /bin/sh" >conf$$.sh
6231 echo "exit 0" >>conf$$.sh
6233 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6241 if test "$GCC" = yes; then
6242 # Check if gcc -print-prog-name=ld gives a path.
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
6244 $as_echo_n "checking for ld used by GCC... " >&6; }
6247 # gcc leaves a trailing carriage return which upsets mingw
6248 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6250 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
6253 # Accept absolute paths.
6254 [\\/]* |
[A-Za-z
]:[\\/]*)
6255 re_direlt
='/[^/][^/]*/\.\./'
6256 # Canonicalize the path of ld
6257 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
6258 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
6259 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
6261 test -z "$LD" && LD
="$ac_prog"
6264 # If it fails, then pretend we aren't using GCC.
6268 # If it is relative, then search for the first ld in PATH.
6272 elif test "$with_gnu_ld" = yes; then
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6274 $as_echo_n "checking for GNU ld... " >&6; }
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6277 $as_echo_n "checking for non-GNU ld... " >&6; }
6279 if ${acl_cv_path_LD+:} false
; then :
6280 $as_echo_n "(cached) " >&6
6282 if test -z "$LD"; then
6283 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
6284 for ac_dir
in $PATH; do
6285 test -z "$ac_dir" && ac_dir
=.
6286 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
6287 acl_cv_path_LD
="$ac_dir/$ac_prog"
6288 # Check to see if the program is GNU ld. I'd rather use --version,
6289 # but apparently some GNU ld's only accept -v.
6290 # Break only if it was the GNU/non-GNU ld that we prefer.
6291 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
6292 test "$with_gnu_ld" != no
&& break
6294 test "$with_gnu_ld" != yes && break
6300 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
6304 LD
="$acl_cv_path_LD"
6305 if test -n "$LD"; then
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6307 $as_echo "$LD" >&6; }
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6310 $as_echo "no" >&6; }
6312 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6314 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6315 if ${acl_cv_prog_gnu_ld+:} false
; then :
6316 $as_echo_n "(cached) " >&6
6318 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
6319 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
6320 acl_cv_prog_gnu_ld
=yes
6322 acl_cv_prog_gnu_ld
=no
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
6326 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
6327 with_gnu_ld
=$acl_cv_prog_gnu_ld
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
6332 $as_echo_n "checking for shared library run path origin... " >&6; }
6333 if ${acl_cv_rpath+:} false
; then :
6334 $as_echo_n "(cached) " >&6
6337 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
6338 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
6345 $as_echo "$acl_cv_rpath" >&6; }
6347 libext
="$acl_cv_libext"
6348 shlibext
="$acl_cv_shlibext"
6349 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
6350 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
6351 hardcode_direct
="$acl_cv_hardcode_direct"
6352 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
6353 # Check whether --enable-rpath was given.
6354 if test "${enable_rpath+set}" = set; then :
6355 enableval
=$enable_rpath; :
6362 # Set the 'development' global.
6363 .
$srcdir/..
/bfd
/development.sh
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6366 $as_echo_n "checking for ANSI C header files... " >&6; }
6367 if ${ac_cv_header_stdc+:} false
; then :
6368 $as_echo_n "(cached) " >&6
6370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6371 /* end confdefs.h. */
6385 if ac_fn_c_try_compile
"$LINENO"; then :
6386 ac_cv_header_stdc
=yes
6388 ac_cv_header_stdc
=no
6390 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6392 if test $ac_cv_header_stdc = yes; then
6393 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6395 /* end confdefs.h. */
6399 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6400 $EGREP "memchr" >/dev
/null
2>&1; then :
6403 ac_cv_header_stdc
=no
6409 if test $ac_cv_header_stdc = yes; then
6410 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6412 /* end confdefs.h. */
6416 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6417 $EGREP "free" >/dev
/null
2>&1; then :
6420 ac_cv_header_stdc
=no
6426 if test $ac_cv_header_stdc = yes; then
6427 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6428 if test "$cross_compiling" = yes; then :
6431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6432 /* end confdefs.h. */
6435 #if ((' ' & 0x0FF) == 0x020)
6436 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6437 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6439 # define ISLOWER(c) \
6440 (('a' <= (c) && (c) <= 'i') \
6441 || ('j' <= (c) && (c) <= 'r') \
6442 || ('s' <= (c) && (c) <= 'z'))
6443 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6446 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6451 for (i = 0; i < 256; i++)
6452 if (XOR (islower (i), ISLOWER (i))
6453 || toupper (i) != TOUPPER (i))
6458 if ac_fn_c_try_run
"$LINENO"; then :
6461 ac_cv_header_stdc
=no
6463 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6464 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6470 $as_echo "$ac_cv_header_stdc" >&6; }
6471 if test $ac_cv_header_stdc = yes; then
6473 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6477 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6478 # for constant arguments. Useless!
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
6480 $as_echo_n "checking for working alloca.h... " >&6; }
6481 if ${ac_cv_working_alloca_h+:} false
; then :
6482 $as_echo_n "(cached) " >&6
6484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6485 /* end confdefs.h. */
6490 char *p = (char *) alloca (2 * sizeof (int));
6496 if ac_fn_c_try_link
"$LINENO"; then :
6497 ac_cv_working_alloca_h
=yes
6499 ac_cv_working_alloca_h
=no
6501 rm -f core conftest.err conftest.
$ac_objext \
6502 conftest
$ac_exeext conftest.
$ac_ext
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
6505 $as_echo "$ac_cv_working_alloca_h" >&6; }
6506 if test $ac_cv_working_alloca_h = yes; then
6508 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
6513 $as_echo_n "checking for alloca... " >&6; }
6514 if ${ac_cv_func_alloca_works+:} false
; then :
6515 $as_echo_n "(cached) " >&6
6517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h. */
6520 # define alloca __builtin_alloca
6523 # include <malloc.h>
6524 # define alloca _alloca
6526 # ifdef HAVE_ALLOCA_H
6527 # include <alloca.h>
6532 # ifndef alloca /* predefined by HP cc +Olibcalls */
6533 void *alloca (size_t);
6543 char *p = (char *) alloca (1);
6549 if ac_fn_c_try_link
"$LINENO"; then :
6550 ac_cv_func_alloca_works
=yes
6552 ac_cv_func_alloca_works
=no
6554 rm -f core conftest.err conftest.
$ac_objext \
6555 conftest
$ac_exeext conftest.
$ac_ext
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
6558 $as_echo "$ac_cv_func_alloca_works" >&6; }
6560 if test $ac_cv_func_alloca_works = yes; then
6562 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
6565 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6566 # that cause trouble. Some versions do not even contain alloca or
6567 # contain a buggy version. If you still want to use their alloca,
6568 # use ar to extract alloca.o from them instead of compiling alloca.c.
6570 ALLOCA
=\
${LIBOBJDIR}alloca.
$ac_objext
6572 $as_echo "#define C_ALLOCA 1" >>confdefs.h
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
6576 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
6577 if ${ac_cv_os_cray+:} false
; then :
6578 $as_echo_n "(cached) " >&6
6580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6581 /* end confdefs.h. */
6582 #if defined CRAY && ! defined CRAY2
6589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6590 $EGREP "webecray" >/dev
/null
2>&1; then :
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
6599 $as_echo "$ac_cv_os_cray" >&6; }
6600 if test $ac_cv_os_cray = yes; then
6601 for ac_func
in _getb67 GETB67 getb67
; do
6602 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6603 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
6604 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
6606 cat >>confdefs.h
<<_ACEOF
6607 #define CRAY_STACKSEG_END $ac_func
6616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
6617 $as_echo_n "checking stack direction for C alloca... " >&6; }
6618 if ${ac_cv_c_stack_direction+:} false
; then :
6619 $as_echo_n "(cached) " >&6
6621 if test "$cross_compiling" = yes; then :
6622 ac_cv_c_stack_direction
=0
6624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6625 /* end confdefs.h. */
6626 $ac_includes_default
6628 find_stack_direction (int *addr, int depth)
6633 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
6634 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
6639 main (int argc, char **argv)
6641 return find_stack_direction (0, argc + !argv + 20) < 0;
6644 if ac_fn_c_try_run
"$LINENO"; then :
6645 ac_cv_c_stack_direction
=1
6647 ac_cv_c_stack_direction
=-1
6649 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6650 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
6655 $as_echo "$ac_cv_c_stack_direction" >&6; }
6656 cat >>confdefs.h
<<_ACEOF
6657 #define STACK_DIRECTION $ac_cv_c_stack_direction
6668 $as_echo "#define USE_WIN32API 1" >>confdefs.h
6670 WIN32APILIBS
="-lws2_32"
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
6676 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
6677 if ${am_cv_langinfo_codeset+:} false
; then :
6678 $as_echo_n "(cached) " >&6
6680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6681 /* end confdefs.h. */
6682 #include <langinfo.h>
6686 char* cs = nl_langinfo(CODESET);
6691 if ac_fn_c_try_link
"$LINENO"; then :
6692 am_cv_langinfo_codeset
=yes
6694 am_cv_langinfo_codeset
=no
6696 rm -f core conftest.err conftest.
$ac_objext \
6697 conftest
$ac_exeext conftest.
$ac_ext
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
6701 $as_echo "$am_cv_langinfo_codeset" >&6; }
6702 if test $am_cv_langinfo_codeset = yes; then
6704 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
6709 for ac_header
in linux
/perf_event.h locale.h memory.h signal.h sys
/resource.h sys
/socket.h sys
/un.h sys
/wait.h thread_db.h
wait.h termios.h dlfcn.h linux
/elf.h sys
/procfs.h proc_service.h poll.h sys
/poll.h sys
/select.h
6711 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6712 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6713 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6714 cat >>confdefs.h
<<_ACEOF
6715 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6724 for ac_func
in getpagesize
6726 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
6727 if test "x$ac_cv_func_getpagesize" = xyes
; then :
6728 cat >>confdefs.h
<<_ACEOF
6729 #define HAVE_GETPAGESIZE 1
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
6736 $as_echo_n "checking for working mmap... " >&6; }
6737 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
6738 $as_echo_n "(cached) " >&6
6740 if test "$cross_compiling" = yes; then :
6741 ac_cv_func_mmap_fixed_mapped
=no
6743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6744 /* end confdefs.h. */
6745 $ac_includes_default
6746 /* malloc might have been renamed as rpl_malloc. */
6749 /* Thanks to Mike Haertel and Jim Avera for this test.
6750 Here is a matrix of mmap possibilities:
6751 mmap private not fixed
6752 mmap private fixed at somewhere currently unmapped
6753 mmap private fixed at somewhere already mapped
6754 mmap shared not fixed
6755 mmap shared fixed at somewhere currently unmapped
6756 mmap shared fixed at somewhere already mapped
6757 For private mappings, we should verify that changes cannot be read()
6758 back from the file, nor mmap's back from the file at a different
6759 address. (There have been systems where private was not correctly
6760 implemented like the infamous i386 svr4.0, and systems where the
6761 VM page cache was not coherent with the file system buffer cache
6762 like early versions of FreeBSD and possibly contemporary NetBSD.)
6763 For shared mappings, we should conversely verify that changes get
6764 propagated back to all the places they're supposed to be.
6766 Grep wants private fixed already mapped.
6767 The main things grep needs to know about mmap are:
6768 * does it exist and is it safe to write into the mmap'd area
6769 * how to use it (BSD variants) */
6772 #include <sys/mman.h>
6774 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
6778 /* This mess was copied from the GNU getpagesize.h. */
6779 #ifndef HAVE_GETPAGESIZE
6780 # ifdef _SC_PAGESIZE
6781 # define getpagesize() sysconf(_SC_PAGESIZE)
6782 # else /* no _SC_PAGESIZE */
6783 # ifdef HAVE_SYS_PARAM_H
6784 # include <sys/param.h>
6785 # ifdef EXEC_PAGESIZE
6786 # define getpagesize() EXEC_PAGESIZE
6787 # else /* no EXEC_PAGESIZE */
6789 # define getpagesize() NBPG * CLSIZE
6792 # endif /* no CLSIZE */
6793 # else /* no NBPG */
6795 # define getpagesize() NBPC
6796 # else /* no NBPC */
6798 # define getpagesize() PAGESIZE
6799 # endif /* PAGESIZE */
6800 # endif /* no NBPC */
6801 # endif /* no NBPG */
6802 # endif /* no EXEC_PAGESIZE */
6803 # else /* no HAVE_SYS_PARAM_H */
6804 # define getpagesize() 8192 /* punt totally */
6805 # endif /* no HAVE_SYS_PARAM_H */
6806 # endif /* no _SC_PAGESIZE */
6808 #endif /* no HAVE_GETPAGESIZE */
6813 char *data, *data2, *data3;
6818 pagesize = getpagesize ();
6820 /* First, make a file with some known garbage in it. */
6821 data = (char *) malloc (pagesize);
6824 for (i = 0; i < pagesize; ++i)
6825 *(data + i) = rand ();
6827 fd = creat ("conftest.mmap", 0600);
6830 if (write (fd, data, pagesize) != pagesize)
6834 /* Next, check that the tail of a page is zero-filled. File must have
6835 non-zero length, otherwise we risk SIGBUS for entire page. */
6836 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
6840 if (write (fd2, cdata2, 1) != 1)
6842 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
6843 if (data2 == MAP_FAILED)
6845 for (i = 0; i < pagesize; ++i)
6849 if (munmap (data2, pagesize))
6852 /* Next, try to mmap the file at a fixed address which already has
6853 something else allocated at it. If we can, also make sure that
6854 we see the same garbage. */
6855 fd = open ("conftest.mmap", O_RDWR);
6858 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6859 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6861 for (i = 0; i < pagesize; ++i)
6862 if (*(data + i) != *(data2 + i))
6865 /* Finally, make sure that changes to the mapped area do not
6866 percolate back to the file as seen by read(). (This is a bug on
6867 some variants of i386 svr4.0.) */
6868 for (i = 0; i < pagesize; ++i)
6869 *(data2 + i) = *(data2 + i) + 1;
6870 data3 = (char *) malloc (pagesize);
6873 if (read (fd, data3, pagesize) != pagesize)
6875 for (i = 0; i < pagesize; ++i)
6876 if (*(data + i) != *(data3 + i))
6882 if ac_fn_c_try_run
"$LINENO"; then :
6883 ac_cv_func_mmap_fixed_mapped
=yes
6885 ac_cv_func_mmap_fixed_mapped
=no
6887 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6888 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
6893 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
6894 if test $ac_cv_func_mmap_fixed_mapped = yes; then
6896 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
6899 rm -f conftest.mmap conftest.txt
6901 for ac_header
in vfork.h
6903 ac_fn_c_check_header_mongrel
"$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
6904 if test "x$ac_cv_header_vfork_h" = xyes
; then :
6905 cat >>confdefs.h
<<_ACEOF
6906 #define HAVE_VFORK_H 1
6913 for ac_func
in fork vfork
6915 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6916 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
6917 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
6918 cat >>confdefs.h
<<_ACEOF
6919 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6925 if test "x$ac_cv_func_fork" = xyes
; then
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
6927 $as_echo_n "checking for working fork... " >&6; }
6928 if ${ac_cv_func_fork_works+:} false
; then :
6929 $as_echo_n "(cached) " >&6
6931 if test "$cross_compiling" = yes; then :
6932 ac_cv_func_fork_works
=cross
6934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6935 /* end confdefs.h. */
6936 $ac_includes_default
6941 /* By Ruediger Kuhlmann. */
6948 if ac_fn_c_try_run
"$LINENO"; then :
6949 ac_cv_func_fork_works
=yes
6951 ac_cv_func_fork_works
=no
6953 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6954 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
6959 $as_echo "$ac_cv_func_fork_works" >&6; }
6962 ac_cv_func_fork_works
=$ac_cv_func_fork
6964 if test "x$ac_cv_func_fork_works" = xcross
; then
6966 *-*-amigaos* |
*-*-msdosdjgpp*)
6967 # Override, as these systems have only a dummy fork() stub
6968 ac_cv_func_fork_works
=no
6971 ac_cv_func_fork_works
=yes
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
6975 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
6977 ac_cv_func_vfork_works
=$ac_cv_func_vfork
6978 if test "x$ac_cv_func_vfork" = xyes
; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
6980 $as_echo_n "checking for working vfork... " >&6; }
6981 if ${ac_cv_func_vfork_works+:} false
; then :
6982 $as_echo_n "(cached) " >&6
6984 if test "$cross_compiling" = yes; then :
6985 ac_cv_func_vfork_works
=cross
6987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6988 /* end confdefs.h. */
6989 /* Thanks to Paul Eggert for this test. */
6990 $ac_includes_default
6991 #include <sys/wait.h>
6995 /* On some sparc systems, changes by the child to local and incoming
6996 argument registers are propagated back to the parent. The compiler
6997 is told about this with #include <vfork.h>, but some compilers
6998 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
6999 static variable whose address is put into a register that is
7000 clobbered by the vfork. */
7003 sparc_address_test (int arg)
7005 sparc_address_test (arg) int arg;
7026 pid_t parent = getpid ();
7029 sparc_address_test (0);
7034 /* Here is another test for sparc vfork register problems. This
7035 test uses lots of local variables, at least as many local
7036 variables as main has allocated so far including compiler
7037 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
7038 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
7039 reuse the register of parent for one of the local variables,
7040 since it will think that parent can't possibly be used any more
7041 in this routine. Assigning to the local variable will thus
7042 munge parent in the parent process. */
7044 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
7045 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
7046 /* Convince the compiler that p..p7 are live; otherwise, it might
7047 use the same hardware register for all 8 local variables. */
7048 if (p != p1 || p != p2 || p != p3 || p != p4
7049 || p != p5 || p != p6 || p != p7)
7052 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
7053 from child file descriptors. If the child closes a descriptor
7054 before it execs or exits, this munges the parent's descriptor
7055 as well. Test for this by closing stdout in the child. */
7056 _exit(close(fileno(stdout)) != 0);
7061 while (wait(&status) != child)
7064 /* Was there some problem with vforking? */
7067 /* Did the child fail? (This shouldn't happen.) */
7070 /* Did the vfork/compiler bug occur? */
7071 || parent != getpid()
7073 /* Did the file descriptor bug occur? */
7074 || fstat(fileno(stdout), &st) != 0
7079 if ac_fn_c_try_run
"$LINENO"; then :
7080 ac_cv_func_vfork_works
=yes
7082 ac_cv_func_vfork_works
=no
7084 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7085 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
7090 $as_echo "$ac_cv_func_vfork_works" >&6; }
7093 if test "x$ac_cv_func_fork_works" = xcross
; then
7094 ac_cv_func_vfork_works
=$ac_cv_func_vfork
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
7096 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
7099 if test "x$ac_cv_func_vfork_works" = xyes
; then
7101 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
7105 $as_echo "#define vfork fork" >>confdefs.h
7108 if test "x$ac_cv_func_fork_works" = xyes
; then
7110 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
7114 for ac_func
in fdwalk getrlimit pipe pipe2 poll socketpair sigaction \
7115 ptrace64 sbrk setns sigaltstack sigprocmask \
7116 setpgid setpgrp getrusage getauxval
7118 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7119 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
7120 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7121 cat >>confdefs.h
<<_ACEOF
7122 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7129 ac_fn_c_check_decl
"$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
7131 if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = xyes
; then :
7137 cat >>confdefs.h
<<_ACEOF
7138 #define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
7142 if test "$cross_compiling" = yes; then :
7143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7144 /* end confdefs.h. */
7145 #include <sys/personality.h>
7150 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
7151 # define ADDR_NO_RANDOMIZE 0x0040000
7153 /* Test the flag could be set and stays set. */
7154 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
7155 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
7161 if ac_fn_c_try_link
"$LINENO"; then :
7162 have_personality
=true
7164 have_personality
=false
7166 rm -f core conftest.err conftest.
$ac_objext \
7167 conftest
$ac_exeext conftest.
$ac_ext
7169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7170 /* end confdefs.h. */
7171 #include <sys/personality.h>
7176 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
7177 # define ADDR_NO_RANDOMIZE 0x0040000
7179 /* Test the flag could be set and stays set. */
7180 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
7181 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
7187 if ac_fn_c_try_run
"$LINENO"; then :
7188 have_personality
=true
7190 have_personality
=false
7192 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7193 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7196 if $have_personality
7199 $as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
7203 ac_fn_c_check_decl
"$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
7204 if test "x$ac_cv_have_decl_strstr" = xyes
; then :
7210 cat >>confdefs.h
<<_ACEOF
7211 #define HAVE_DECL_STRSTR $ac_have_decl
7215 # ----------------------- #
7216 # Checks for structures. #
7217 # ----------------------- #
7219 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
7220 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
7222 cat >>confdefs.h
<<_ACEOF
7223 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7228 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
7229 if test "x$ac_cv_member_struct_stat_st_blksize" = xyes
; then :
7231 cat >>confdefs.h
<<_ACEOF
7232 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getfile" >&5
7240 $as_echo_n "checking for library containing kinfo_getfile... " >&6; }
7241 if ${ac_cv_search_kinfo_getfile+:} false
; then :
7242 $as_echo_n "(cached) " >&6
7244 ac_func_search_save_LIBS
=$LIBS
7245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7246 /* end confdefs.h. */
7248 /* Override any GCC internal prototype to avoid an error.
7249 Use char because int might match the return type of a GCC
7250 builtin and then its argument prototype would still apply. */
7254 char kinfo_getfile ();
7258 return kinfo_getfile ();
7263 for ac_lib
in '' util util-freebsd
; do
7264 if test -z "$ac_lib"; then
7265 ac_res
="none required"
7268 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
7270 if ac_fn_c_try_link
"$LINENO"; then :
7271 ac_cv_search_kinfo_getfile
=$ac_res
7273 rm -f core conftest.err conftest.
$ac_objext \
7275 if ${ac_cv_search_kinfo_getfile+:} false
; then :
7279 if ${ac_cv_search_kinfo_getfile+:} false
; then :
7282 ac_cv_search_kinfo_getfile
=no
7285 LIBS
=$ac_func_search_save_LIBS
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getfile" >&5
7288 $as_echo "$ac_cv_search_kinfo_getfile" >&6; }
7289 ac_res
=$ac_cv_search_kinfo_getfile
7290 if test "$ac_res" != no
; then :
7291 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
7293 $as_echo "#define HAVE_KINFO_GETFILE 1" >>confdefs.h
7298 # Check for std::thread. This does not work on some platforms, like
7301 ac_cpp
='$CXXCPP $CPPFLAGS'
7302 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7303 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7304 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
7311 ac_cpp
='$CPP $CPPFLAGS'
7312 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7313 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7314 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7318 # We used to check for pthread.h first, but this fails if pthread.h
7319 # requires special compiler flags (e.g. on Tru64 or Sequent).
7320 # It gets checked for in the link test anyway.
7322 # First of all, check if the user has set any of the PTHREAD_LIBS,
7323 # etcetera environment variables, and if threads linking works using
7325 if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then
7326 ax_pthread_save_CC
="$CC"
7327 ax_pthread_save_CFLAGS
="$CFLAGS"
7328 ax_pthread_save_LIBS
="$LIBS"
7329 if test "x$PTHREAD_CC" != "x"; then :
7332 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
7333 LIBS
="$PTHREAD_LIBS $LIBS"
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS" >&5
7335 $as_echo_n "checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS... " >&6; }
7336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7337 /* end confdefs.h. */
7339 /* Override any GCC internal prototype to avoid an error.
7340 Use char because int might match the return type of a GCC
7341 builtin and then its argument prototype would still apply. */
7345 char pthread_join ();
7349 return pthread_join ();
7354 if ac_fn_c_try_link
"$LINENO"; then :
7357 rm -f core conftest.err conftest.
$ac_objext \
7358 conftest
$ac_exeext conftest.
$ac_ext
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
7360 $as_echo "$ax_pthread_ok" >&6; }
7361 if test "x$ax_pthread_ok" = "xno"; then
7365 CC
="$ax_pthread_save_CC"
7366 CFLAGS
="$ax_pthread_save_CFLAGS"
7367 LIBS
="$ax_pthread_save_LIBS"
7370 # We must check for the threads library under a number of different
7371 # names; the ordering is very important because some systems
7372 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
7373 # libraries is broken (non-POSIX).
7375 # Create a list of thread flags to try. Items starting with a "-" are
7376 # C compiler flags, and other items are library names, except for "none"
7377 # which indicates that we try without any flags at all, and "pthread-config"
7378 # which is a program returning the flags for the Pth emulation library.
7380 ax_pthread_flags
="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
7382 # The ordering *is* (sometimes) important. Some notes on the
7383 # individual items follow:
7385 # pthreads: AIX (must check this before -lpthread)
7386 # none: in case threads are in libc; should be tried before -Kthread and
7387 # other compiler flags to prevent continual compiler warnings
7388 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
7389 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64
7390 # (Note: HP C rejects this with "bad form for `-t' option")
7391 # -pthreads: Solaris/gcc (Note: HP C also rejects)
7392 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
7393 # doesn't hurt to check since this sometimes defines pthreads and
7394 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
7395 # is present but should not be used directly; and before -mthreads,
7396 # because the compiler interprets this as "-mt" + "-hreads")
7397 # -mthreads: Mingw32/gcc, Lynx/gcc
7398 # pthread: Linux, etcetera
7399 # --thread-safe: KAI C++
7400 # pthread-config: use pthread-config program (for GNU Pth library)
7406 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
7407 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
7409 ax_pthread_flags
="-kthread lthread $ax_pthread_flags"
7414 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
7415 # multi-threading and also sets -lpthread."
7417 ax_pthread_flags
="-mt -pthread pthread $ax_pthread_flags"
7422 # IBM z/OS requires a feature-test macro to be defined in order to
7423 # enable POSIX threads at all, so give the user a hint if this is
7424 # not set. (We don't define these ourselves, as they can affect
7425 # other portions of the system API in unpredictable ways.)
7427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7428 /* end confdefs.h. */
7430 # if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS)
7431 AX_PTHREAD_ZOS_MISSING
7435 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7436 $EGREP "AX_PTHREAD_ZOS_MISSING" >/dev
/null
2>&1; then :
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&5
7438 $as_echo "$as_me: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&2;}
7446 # On Solaris (at least, for some versions), libc contains stubbed
7447 # (non-functional) versions of the pthreads routines, so link-based
7448 # tests will erroneously succeed. (N.B.: The stubs are missing
7449 # pthread_cleanup_push, or rather a function called by this macro,
7450 # so we could check for that, but who knows whether they'll stub
7451 # that too in a future libc.) So we'll check first for the
7452 # standard Solaris way of linking pthreads (-mt -lpthread).
7454 ax_pthread_flags
="-mt,pthread pthread $ax_pthread_flags"
7458 # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC)
7460 if test "x$GCC" = "xyes"; then :
7461 ax_pthread_flags
="-pthread -pthreads $ax_pthread_flags"
7464 # The presence of a feature test macro requesting re-entrant function
7465 # definitions is, on some systems, a strong hint that pthreads support is
7469 darwin
* | hpux
* | linux
* | osf
* | solaris
*)
7470 ax_pthread_check_macro
="_REENTRANT"
7474 ax_pthread_check_macro
="_THREAD_SAFE"
7478 ax_pthread_check_macro
="--"
7481 if test "x$ax_pthread_check_macro" = "x--"; then :
7482 ax_pthread_check_cond
=0
7484 ax_pthread_check_cond
="!defined($ax_pthread_check_macro)"
7487 # Are we compiling with Clang?
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5
7490 $as_echo_n "checking whether $CC is Clang... " >&6; }
7491 if ${ax_cv_PTHREAD_CLANG+:} false
; then :
7492 $as_echo_n "(cached) " >&6
7494 ax_cv_PTHREAD_CLANG
=no
7495 # Note that Autoconf sets GCC=yes for Clang as well as GCC
7496 if test "x$GCC" = "xyes"; then
7497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7498 /* end confdefs.h. */
7499 /* Note: Clang 2.7 lacks __clang_[a-z]+__ */
7500 # if defined(__clang__) && defined(__llvm__)
7501 AX_PTHREAD_CC_IS_CLANG
7505 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7506 $EGREP "AX_PTHREAD_CC_IS_CLANG" >/dev
/null
2>&1; then :
7507 ax_cv_PTHREAD_CLANG
=yes
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG" >&5
7515 $as_echo "$ax_cv_PTHREAD_CLANG" >&6; }
7516 ax_pthread_clang
="$ax_cv_PTHREAD_CLANG"
7518 ax_pthread_clang_warning
=no
7520 # Clang needs special handling, because older versions handle the -pthread
7521 # option in a rather... idiosyncratic way
7523 if test "x$ax_pthread_clang" = "xyes"; then
7525 # Clang takes -pthread; it has never supported any other flag
7527 # (Note 1: This will need to be revisited if a system that Clang
7528 # supports has POSIX threads in a separate library. This tends not
7529 # to be the way of modern systems, but it's conceivable.)
7531 # (Note 2: On some systems, notably Darwin, -pthread is not needed
7532 # to get POSIX threads support; the API is always present and
7533 # active. We could reasonably leave PTHREAD_CFLAGS empty. But
7534 # -pthread does define _REENTRANT, and while the Darwin headers
7535 # ignore this macro, third-party headers might not.)
7537 PTHREAD_CFLAGS
="-pthread"
7542 # However, older versions of Clang make a point of warning the user
7543 # that, in an invocation where only linking and no compilation is
7544 # taking place, the -pthread option has no effect ("argument unused
7545 # during compilation"). They expect -pthread to be passed in only
7546 # when source code is being compiled.
7548 # Problem is, this is at odds with the way Automake and most other
7549 # C build frameworks function, which is that the same flags used in
7550 # compilation (CFLAGS) are also used in linking. Many systems
7551 # supported by AX_PTHREAD require exactly this for POSIX threads
7552 # support, and in fact it is often not straightforward to specify a
7553 # flag that is used only in the compilation phase and not in
7554 # linking. Such a scenario is extremely rare in practice.
7556 # Even though use of the -pthread flag in linking would only print
7557 # a warning, this can be a nuisance for well-run software projects
7558 # that build with -Werror. So if the active version of Clang has
7559 # this misfeature, we search for an option to squash it.
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread" >&5
7562 $as_echo_n "checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread... " >&6; }
7563 if ${ax_cv_PTHREAD_CLANG_NO_WARN_FLAG+:} false
; then :
7564 $as_echo_n "(cached) " >&6
7566 ax_cv_PTHREAD_CLANG_NO_WARN_FLAG
=unknown
7567 # Create an alternate version of $ac_link that compiles and
7568 # links in two steps (.c -> .o, .o -> exe) instead of one
7569 # (.c -> exe), because the warning occurs only in the second
7571 ax_pthread_save_ac_link
="$ac_link"
7572 ax_pthread_sed
='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
7573 ax_pthread_link_step
=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
7574 ax_pthread_2step_ac_link
="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
7575 ax_pthread_save_CFLAGS
="$CFLAGS"
7576 for ax_pthread_try
in '' -Qunused-arguments -Wno-unused-command-line-argument unknown
; do
7577 if test "x$ax_pthread_try" = "xunknown"; then :
7580 CFLAGS
="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
7581 ac_link
="$ax_pthread_save_ac_link"
7582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7583 /* end confdefs.h. */
7584 int main(void){return 0;}
7586 if ac_fn_c_try_link
"$LINENO"; then :
7587 ac_link
="$ax_pthread_2step_ac_link"
7588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7589 /* end confdefs.h. */
7590 int main(void){return 0;}
7592 if ac_fn_c_try_link
"$LINENO"; then :
7595 rm -f core conftest.err conftest.
$ac_objext \
7596 conftest
$ac_exeext conftest.
$ac_ext
7599 rm -f core conftest.err conftest.
$ac_objext \
7600 conftest
$ac_exeext conftest.
$ac_ext
7602 ac_link
="$ax_pthread_save_ac_link"
7603 CFLAGS
="$ax_pthread_save_CFLAGS"
7604 if test "x$ax_pthread_try" = "x"; then :
7607 ax_cv_PTHREAD_CLANG_NO_WARN_FLAG
="$ax_pthread_try"
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&5
7611 $as_echo "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&6; }
7613 case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in
7615 *) PTHREAD_CFLAGS
="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;;
7618 fi # $ax_pthread_clang = yes
7620 if test "x$ax_pthread_ok" = "xno"; then
7621 for ax_pthread_try_flag
in $ax_pthread_flags; do
7623 case $ax_pthread_try_flag in
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
7626 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with -mt -lpthread" >&5
7631 $as_echo_n "checking whether pthreads work with -mt -lpthread... " >&6; }
7632 PTHREAD_CFLAGS
="-mt"
7633 PTHREAD_LIBS
="-lpthread"
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $ax_pthread_try_flag" >&5
7638 $as_echo_n "checking whether pthreads work with $ax_pthread_try_flag... " >&6; }
7639 PTHREAD_CFLAGS
="$ax_pthread_try_flag"
7643 # Extract the first word of "pthread-config", so it can be a program name with args.
7644 set dummy pthread-config
; ac_word
=$2
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7646 $as_echo_n "checking for $ac_word... " >&6; }
7647 if ${ac_cv_prog_ax_pthread_config+:} false
; then :
7648 $as_echo_n "(cached) " >&6
7650 if test -n "$ax_pthread_config"; then
7651 ac_cv_prog_ax_pthread_config
="$ax_pthread_config" # Let the user override the test.
7653 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7657 test -z "$as_dir" && as_dir
=.
7658 for ac_exec_ext
in '' $ac_executable_extensions; do
7659 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7660 ac_cv_prog_ax_pthread_config
="yes"
7661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7668 test -z "$ac_cv_prog_ax_pthread_config" && ac_cv_prog_ax_pthread_config
="no"
7671 ax_pthread_config
=$ac_cv_prog_ax_pthread_config
7672 if test -n "$ax_pthread_config"; then
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5
7674 $as_echo "$ax_pthread_config" >&6; }
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7677 $as_echo "no" >&6; }
7681 if test "x$ax_pthread_config" = "xno"; then :
7684 PTHREAD_CFLAGS
="`pthread-config --cflags`"
7685 PTHREAD_LIBS
="`pthread-config --ldflags` `pthread-config --libs`"
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$ax_pthread_try_flag" >&5
7690 $as_echo_n "checking for the pthreads library -l$ax_pthread_try_flag... " >&6; }
7691 PTHREAD_LIBS
="-l$ax_pthread_try_flag"
7695 ax_pthread_save_CFLAGS
="$CFLAGS"
7696 ax_pthread_save_LIBS
="$LIBS"
7697 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
7698 LIBS
="$PTHREAD_LIBS $LIBS"
7700 # Check for various functions. We must include pthread.h,
7701 # since some functions may be macros. (On the Sequent, we
7702 # need a special flag -Kthread to make this header compile.)
7703 # We check for pthread_join because it is in -lpthread on IRIX
7704 # while pthread_create is in libc. We check for pthread_attr_init
7705 # due to DEC craziness with -lpthreads. We check for
7706 # pthread_cleanup_push because it is one of the few pthread
7707 # functions on Solaris that doesn't have a non-functional libc stub.
7708 # We try pthread_create on general principles.
7710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7711 /* end confdefs.h. */
7712 #include <pthread.h>
7713 # if $ax_pthread_check_cond
7714 # error "$ax_pthread_check_macro must be defined"
7716 static void routine(void *a) { a = 0; }
7717 static void *start_routine(void *a) { return a; }
7721 pthread_t th; pthread_attr_t attr;
7722 pthread_create(&th, 0, start_routine, 0);
7723 pthread_join(th, 0);
7724 pthread_attr_init(&attr);
7725 pthread_cleanup_push(routine, 0);
7726 pthread_cleanup_pop(0) /* ; */
7731 if ac_fn_c_try_link
"$LINENO"; then :
7734 rm -f core conftest.err conftest.
$ac_objext \
7735 conftest
$ac_exeext conftest.
$ac_ext
7737 CFLAGS
="$ax_pthread_save_CFLAGS"
7738 LIBS
="$ax_pthread_save_LIBS"
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
7741 $as_echo "$ax_pthread_ok" >&6; }
7742 if test "x$ax_pthread_ok" = "xyes"; then :
7751 # Various other checks:
7752 if test "x$ax_pthread_ok" = "xyes"; then
7753 ax_pthread_save_CFLAGS
="$CFLAGS"
7754 ax_pthread_save_LIBS
="$LIBS"
7755 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
7756 LIBS
="$PTHREAD_LIBS $LIBS"
7758 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5
7760 $as_echo_n "checking for joinable pthread attribute... " >&6; }
7761 if ${ax_cv_PTHREAD_JOINABLE_ATTR+:} false
; then :
7762 $as_echo_n "(cached) " >&6
7764 ax_cv_PTHREAD_JOINABLE_ATTR
=unknown
7765 for ax_pthread_attr
in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED
; do
7766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7767 /* end confdefs.h. */
7768 #include <pthread.h>
7772 int attr = $ax_pthread_attr; return attr /* ; */
7777 if ac_fn_c_try_link
"$LINENO"; then :
7778 ax_cv_PTHREAD_JOINABLE_ATTR
=$ax_pthread_attr; break
7780 rm -f core conftest.err conftest.
$ac_objext \
7781 conftest
$ac_exeext conftest.
$ac_ext
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_JOINABLE_ATTR" >&5
7786 $as_echo "$ax_cv_PTHREAD_JOINABLE_ATTR" >&6; }
7787 if test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \
7788 test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \
7789 test "x$ax_pthread_joinable_attr_defined" != "xyes"; then :
7791 cat >>confdefs.h
<<_ACEOF
7792 #define PTHREAD_CREATE_JOINABLE $ax_cv_PTHREAD_JOINABLE_ATTR
7795 ax_pthread_joinable_attr_defined
=yes
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether more special flags are required for pthreads" >&5
7800 $as_echo_n "checking whether more special flags are required for pthreads... " >&6; }
7801 if ${ax_cv_PTHREAD_SPECIAL_FLAGS+:} false
; then :
7802 $as_echo_n "(cached) " >&6
7804 ax_cv_PTHREAD_SPECIAL_FLAGS
=no
7807 ax_cv_PTHREAD_SPECIAL_FLAGS
="-D_POSIX_PTHREAD_SEMANTICS"
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_SPECIAL_FLAGS" >&5
7813 $as_echo "$ax_cv_PTHREAD_SPECIAL_FLAGS" >&6; }
7814 if test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \
7815 test "x$ax_pthread_special_flags_added" != "xyes"; then :
7816 PTHREAD_CFLAGS
="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS"
7817 ax_pthread_special_flags_added
=yes
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5
7821 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; }
7822 if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false
; then :
7823 $as_echo_n "(cached) " >&6
7825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7826 /* end confdefs.h. */
7827 #include <pthread.h>
7831 int i = PTHREAD_PRIO_INHERIT;
7836 if ac_fn_c_try_link
"$LINENO"; then :
7837 ax_cv_PTHREAD_PRIO_INHERIT
=yes
7839 ax_cv_PTHREAD_PRIO_INHERIT
=no
7841 rm -f core conftest.err conftest.
$ac_objext \
7842 conftest
$ac_exeext conftest.
$ac_ext
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_PRIO_INHERIT" >&5
7846 $as_echo "$ax_cv_PTHREAD_PRIO_INHERIT" >&6; }
7847 if test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \
7848 test "x$ax_pthread_prio_inherit_defined" != "xyes"; then :
7850 $as_echo "#define HAVE_PTHREAD_PRIO_INHERIT 1" >>confdefs.h
7852 ax_pthread_prio_inherit_defined
=yes
7856 CFLAGS
="$ax_pthread_save_CFLAGS"
7857 LIBS
="$ax_pthread_save_LIBS"
7859 # More AIX lossage: compile with *_r variant
7860 if test "x$GCC" != "xyes"; then
7864 x
*/c89|x
*/c89_128|x
*/c99|x
*/c99_128|x
*/cc|x
*/cc128|x
*/xlc|x
*/xlc_v6|x
*/xlc128|x
*/xlc128_v6
) :
7865 #handle absolute path differently from PATH based program lookup
7868 if as_fn_executable_p
${CC}_r
; then :
7869 PTHREAD_CC
="${CC}_r"
7872 for ac_prog
in ${CC}_r
7874 # Extract the first word of "$ac_prog", so it can be a program name with args.
7875 set dummy
$ac_prog; ac_word
=$2
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7877 $as_echo_n "checking for $ac_word... " >&6; }
7878 if ${ac_cv_prog_PTHREAD_CC+:} false
; then :
7879 $as_echo_n "(cached) " >&6
7881 if test -n "$PTHREAD_CC"; then
7882 ac_cv_prog_PTHREAD_CC
="$PTHREAD_CC" # Let the user override the test.
7884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7888 test -z "$as_dir" && as_dir
=.
7889 for ac_exec_ext
in '' $ac_executable_extensions; do
7890 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7891 ac_cv_prog_PTHREAD_CC
="$ac_prog"
7892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7901 PTHREAD_CC
=$ac_cv_prog_PTHREAD_CC
7902 if test -n "$PTHREAD_CC"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5
7904 $as_echo "$PTHREAD_CC" >&6; }
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7907 $as_echo "no" >&6; }
7911 test -n "$PTHREAD_CC" && break
7913 test -n "$PTHREAD_CC" || PTHREAD_CC
="$CC"
7924 test -n "$PTHREAD_CC" || PTHREAD_CC
="$CC"
7930 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
7931 if test "x$ax_pthread_ok" = "xyes"; then
7939 ac_cpp
='$CXXCPP $CPPFLAGS'
7940 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7941 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7942 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
7945 if test "$threads" = "yes"; then
7947 LIBS
="$PTHREAD_LIBS $LIBS"
7948 save_CXXFLAGS
="$CXXFLAGS"
7949 CXXFLAGS
="$PTHREAD_CFLAGS $save_CXXFLAGS"
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::thread" >&5
7951 $as_echo_n "checking for std::thread... " >&6; }
7952 if ${gdb_cv_cxx_std_thread+:} false
; then :
7953 $as_echo_n "(cached) " >&6
7955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h. */
7962 std::thread t(callback);
7967 if ac_fn_cxx_try_compile
"$LINENO"; then :
7968 gdb_cv_cxx_std_thread
=yes
7970 gdb_cv_cxx_std_thread
=no
7972 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_cxx_std_thread" >&5
7975 $as_echo "$gdb_cv_cxx_std_thread" >&6; }
7977 # This check must be here, while LIBS includes any necessary
7978 # threading library.
7979 for ac_func
in pthread_sigmask pthread_setname_np
7981 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7982 ac_fn_cxx_check_func
"$LINENO" "$ac_func" "$as_ac_var"
7983 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7984 cat >>confdefs.h
<<_ACEOF
7985 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7993 CXXFLAGS
="$save_CXXFLAGS"
7995 if test "$gdb_cv_cxx_std_thread" = "yes"; then
7997 $as_echo "#define CXX_STD_THREAD 1" >>confdefs.h
8001 ac_cpp
='$CPP $CPPFLAGS'
8002 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8003 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8004 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
8008 $as_echo_n "checking for sigsetjmp... " >&6; }
8009 if ${gdb_cv_func_sigsetjmp+:} false
; then :
8010 $as_echo_n "(cached) " >&6
8012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8013 /* end confdefs.h. */
8020 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
8025 if ac_fn_c_try_compile
"$LINENO"; then :
8026 gdb_cv_func_sigsetjmp
=yes
8028 gdb_cv_func_sigsetjmp
=no
8030 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
8033 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
8034 if test "$gdb_cv_func_sigsetjmp" = "yes"; then
8036 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
8041 # Check whether --with-intel_pt was given.
8042 if test "${with_intel_pt+set}" = set; then :
8043 withval
=$with_intel_pt;
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use intel pt" >&5
8049 $as_echo_n "checking whether to use intel pt... " >&6; }
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_intel_pt" >&5
8051 $as_echo "$with_intel_pt" >&6; }
8053 if test "${with_intel_pt}" = no
; then
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&5
8055 $as_echo "$as_me: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&2;}
8058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8059 /* end confdefs.h. */
8061 #include <linux/perf_event.h>
8062 #ifndef PERF_ATTR_SIZE_VER5
8067 if ac_fn_c_try_cpp
"$LINENO"; then :
8072 rm -f conftest.err conftest.i conftest.
$ac_ext
8073 if test "$perf_event" != yes; then
8074 if test "$with_intel_pt" = yes; then
8075 as_fn_error $?
"linux/perf_event.h missing or too old" "$LINENO" 5
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&5
8078 $as_echo "$as_me: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&2;}
8092 acl_save_prefix
="$prefix"
8093 prefix
="$acl_final_prefix"
8094 acl_save_exec_prefix
="$exec_prefix"
8095 exec_prefix
="$acl_final_exec_prefix"
8097 eval additional_includedir
=\"$includedir\"
8098 eval additional_libdir
=\"$libdir\"
8100 exec_prefix
="$acl_save_exec_prefix"
8101 prefix
="$acl_save_prefix"
8104 # Check whether --with-libipt-prefix was given.
8105 if test "${with_libipt_prefix+set}" = set; then :
8106 withval
=$with_libipt_prefix;
8107 if test "X$withval" = "Xno"; then
8110 if test "X$withval" = "X"; then
8112 acl_save_prefix
="$prefix"
8113 prefix
="$acl_final_prefix"
8114 acl_save_exec_prefix
="$exec_prefix"
8115 exec_prefix
="$acl_final_exec_prefix"
8117 eval additional_includedir
=\"$includedir\"
8118 eval additional_libdir
=\"$libdir\"
8120 exec_prefix
="$acl_save_exec_prefix"
8121 prefix
="$acl_save_prefix"
8124 additional_includedir
="$withval/include"
8125 additional_libdir
="$withval/lib"
8132 # Check whether --with-libipt-type was given.
8133 if test "${with_libipt_type+set}" = set; then :
8134 withval
=$with_libipt_type; with_libipt_type
=$withval
8136 with_libipt_type
=auto
8139 lib_type
=`eval echo \$with_libipt_type`
8146 names_already_handled
=
8147 names_next_round
='ipt '
8148 while test -n "$names_next_round"; do
8149 names_this_round
="$names_next_round"
8151 for name
in $names_this_round; do
8153 for n
in $names_already_handled; do
8154 if test "$n" = "$name"; then
8159 if test -z "$already_handled"; then
8160 names_already_handled
="$names_already_handled $name"
8161 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8162 eval value
=\"\
$HAVE_LIB$uppername\"
8163 if test -n "$value"; then
8164 if test "$value" = yes; then
8165 eval value
=\"\
$LIB$uppername\"
8166 test -z "$value" || LIBIPT
="${LIBIPT}${LIBIPT:+ }$value"
8167 eval value
=\"\
$LTLIB$uppername\"
8168 test -z "$value" || LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }$value"
8177 if test $use_additional = yes; then
8178 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
8179 found_dir
="$additional_libdir"
8180 found_so
="$additional_libdir/lib$name.$shlibext"
8181 if test -f "$additional_libdir/lib$name.la"; then
8182 found_la
="$additional_libdir/lib$name.la"
8184 elif test x
$lib_type != xshared
; then
8185 if test -f "$additional_libdir/lib$name.$libext"; then
8186 found_dir
="$additional_libdir"
8187 found_a
="$additional_libdir/lib$name.$libext"
8188 if test -f "$additional_libdir/lib$name.la"; then
8189 found_la
="$additional_libdir/lib$name.la"
8194 if test "X$found_dir" = "X"; then
8195 for x
in $LDFLAGS $LTLIBIPT; do
8197 acl_save_prefix
="$prefix"
8198 prefix
="$acl_final_prefix"
8199 acl_save_exec_prefix
="$exec_prefix"
8200 exec_prefix
="$acl_final_exec_prefix"
8202 exec_prefix
="$acl_save_exec_prefix"
8203 prefix
="$acl_save_prefix"
8207 dir
=`echo "X$x" | sed -e 's/^X-L//'`
8208 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
8210 found_so
="$dir/lib$name.$shlibext"
8211 if test -f "$dir/lib$name.la"; then
8212 found_la
="$dir/lib$name.la"
8214 elif test x
$lib_type != xshared
; then
8215 if test -f "$dir/lib$name.$libext"; then
8217 found_a
="$dir/lib$name.$libext"
8218 if test -f "$dir/lib$name.la"; then
8219 found_la
="$dir/lib$name.la"
8225 if test "X$found_dir" != "X"; then
8230 if test "X$found_dir" != "X"; then
8231 LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }-L$found_dir -l$name"
8232 if test "X$found_so" != "X"; then
8233 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
8234 LIBIPT
="${LIBIPT}${LIBIPT:+ }$found_so"
8237 for x
in $ltrpathdirs; do
8238 if test "X$x" = "X$found_dir"; then
8243 if test -z "$haveit"; then
8244 ltrpathdirs
="$ltrpathdirs $found_dir"
8246 if test "$hardcode_direct" = yes; then
8247 LIBIPT
="${LIBIPT}${LIBIPT:+ }$found_so"
8249 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
8250 LIBIPT
="${LIBIPT}${LIBIPT:+ }$found_so"
8252 for x
in $rpathdirs; do
8253 if test "X$x" = "X$found_dir"; then
8258 if test -z "$haveit"; then
8259 rpathdirs
="$rpathdirs $found_dir"
8263 for x
in $LDFLAGS $LIBIPT; do
8265 acl_save_prefix
="$prefix"
8266 prefix
="$acl_final_prefix"
8267 acl_save_exec_prefix
="$exec_prefix"
8268 exec_prefix
="$acl_final_exec_prefix"
8270 exec_prefix
="$acl_save_exec_prefix"
8271 prefix
="$acl_save_prefix"
8273 if test "X$x" = "X-L$found_dir"; then
8278 if test -z "$haveit"; then
8279 LIBIPT
="${LIBIPT}${LIBIPT:+ }-L$found_dir"
8281 if test "$hardcode_minus_L" != no
; then
8282 LIBIPT
="${LIBIPT}${LIBIPT:+ }$found_so"
8284 LIBIPT
="${LIBIPT}${LIBIPT:+ }-l$name"
8290 if test "X$found_a" != "X"; then
8291 LIBIPT
="${LIBIPT}${LIBIPT:+ }$found_a"
8293 LIBIPT
="${LIBIPT}${LIBIPT:+ }-L$found_dir -l$name"
8296 additional_includedir
=
8297 case "$found_dir" in
8299 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8300 additional_includedir
="$basedir/include"
8303 if test "X$additional_includedir" != "X"; then
8304 if test "X$additional_includedir" != "X/usr/include"; then
8306 if test "X$additional_includedir" = "X/usr/local/include"; then
8307 if test -n "$GCC"; then
8309 linux
*) haveit
=yes;;
8313 if test -z "$haveit"; then
8314 for x
in $CPPFLAGS $INCIPT; do
8316 acl_save_prefix
="$prefix"
8317 prefix
="$acl_final_prefix"
8318 acl_save_exec_prefix
="$exec_prefix"
8319 exec_prefix
="$acl_final_exec_prefix"
8321 exec_prefix
="$acl_save_exec_prefix"
8322 prefix
="$acl_save_prefix"
8324 if test "X$x" = "X-I$additional_includedir"; then
8329 if test -z "$haveit"; then
8330 if test -d "$additional_includedir"; then
8331 INCIPT
="${INCIPT}${INCIPT:+ }-I$additional_includedir"
8337 if test -n "$found_la"; then
8338 save_libdir
="$libdir"
8340 */* |
*\\*) .
"$found_la" ;;
8341 *) .
"./$found_la" ;;
8343 libdir
="$save_libdir"
8344 for dep
in $dependency_libs; do
8347 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
8348 if test "X$additional_libdir" != "X/usr/lib"; then
8350 if test "X$additional_libdir" = "X/usr/local/lib"; then
8351 if test -n "$GCC"; then
8353 linux
*) haveit
=yes;;
8357 if test -z "$haveit"; then
8359 for x
in $LDFLAGS $LIBIPT; do
8361 acl_save_prefix
="$prefix"
8362 prefix
="$acl_final_prefix"
8363 acl_save_exec_prefix
="$exec_prefix"
8364 exec_prefix
="$acl_final_exec_prefix"
8366 exec_prefix
="$acl_save_exec_prefix"
8367 prefix
="$acl_save_prefix"
8369 if test "X$x" = "X-L$additional_libdir"; then
8374 if test -z "$haveit"; then
8375 if test -d "$additional_libdir"; then
8376 LIBIPT
="${LIBIPT}${LIBIPT:+ }-L$additional_libdir"
8380 for x
in $LDFLAGS $LTLIBIPT; do
8382 acl_save_prefix
="$prefix"
8383 prefix
="$acl_final_prefix"
8384 acl_save_exec_prefix
="$exec_prefix"
8385 exec_prefix
="$acl_final_exec_prefix"
8387 exec_prefix
="$acl_save_exec_prefix"
8388 prefix
="$acl_save_prefix"
8390 if test "X$x" = "X-L$additional_libdir"; then
8395 if test -z "$haveit"; then
8396 if test -d "$additional_libdir"; then
8397 LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }-L$additional_libdir"
8404 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
8405 if test "$enable_rpath" != no
; then
8407 for x
in $rpathdirs; do
8408 if test "X$x" = "X$dir"; then
8413 if test -z "$haveit"; then
8414 rpathdirs
="$rpathdirs $dir"
8417 for x
in $ltrpathdirs; do
8418 if test "X$x" = "X$dir"; then
8423 if test -z "$haveit"; then
8424 ltrpathdirs
="$ltrpathdirs $dir"
8429 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8432 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8435 LIBIPT
="${LIBIPT}${LIBIPT:+ }$dep"
8436 LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }$dep"
8442 if test "x$lib_type" = "xauto" ||
test "x$lib_type" = "xshared"; then
8443 LIBIPT
="${LIBIPT}${LIBIPT:+ }-l$name"
8444 LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }-l$name"
8446 LIBIPT
="${LIBIPT}${LIBIPT:+ }-l:lib$name.$libext"
8447 LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }-l:lib$name.$libext"
8454 if test "X$rpathdirs" != "X"; then
8455 if test -n "$hardcode_libdir_separator"; then
8457 for found_dir
in $rpathdirs; do
8458 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8460 acl_save_libdir
="$libdir"
8462 eval flag
=\"$hardcode_libdir_flag_spec\"
8463 libdir
="$acl_save_libdir"
8464 LIBIPT
="${LIBIPT}${LIBIPT:+ }$flag"
8466 for found_dir
in $rpathdirs; do
8467 acl_save_libdir
="$libdir"
8469 eval flag
=\"$hardcode_libdir_flag_spec\"
8470 libdir
="$acl_save_libdir"
8471 LIBIPT
="${LIBIPT}${LIBIPT:+ }$flag"
8475 if test "X$ltrpathdirs" != "X"; then
8476 for found_dir
in $ltrpathdirs; do
8477 LTLIBIPT
="${LTLIBIPT}${LTLIBIPT:+ }-R$found_dir"
8482 ac_save_CPPFLAGS
="$CPPFLAGS"
8484 for element
in $INCIPT; do
8486 for x
in $CPPFLAGS; do
8488 acl_save_prefix
="$prefix"
8489 prefix
="$acl_final_prefix"
8490 acl_save_exec_prefix
="$exec_prefix"
8491 exec_prefix
="$acl_final_exec_prefix"
8493 exec_prefix
="$acl_save_exec_prefix"
8494 prefix
="$acl_save_prefix"
8496 if test "X$x" = "X$element"; then
8501 if test -z "$haveit"; then
8502 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
8507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libipt" >&5
8508 $as_echo_n "checking for libipt... " >&6; }
8509 if ${ac_cv_libipt+:} false
; then :
8510 $as_echo_n "(cached) " >&6
8513 ac_save_LIBS
="$LIBS"
8514 LIBS
="$LIBS $LIBIPT"
8515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8516 /* end confdefs.h. */
8517 #include "intel-pt.h"
8521 pt_insn_alloc_decoder (0);
8526 if ac_fn_c_try_link
"$LINENO"; then :
8531 rm -f core conftest.err conftest.
$ac_objext \
8532 conftest
$ac_exeext conftest.
$ac_ext
8533 LIBS
="$ac_save_LIBS"
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libipt" >&5
8537 $as_echo "$ac_cv_libipt" >&6; }
8538 if test "$ac_cv_libipt" = yes; then
8541 $as_echo "#define HAVE_LIBIPT 1" >>confdefs.h
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libipt" >&5
8544 $as_echo_n "checking how to link with libipt... " >&6; }
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBIPT" >&5
8546 $as_echo "$LIBIPT" >&6; }
8549 CPPFLAGS
="$ac_save_CPPFLAGS"
8559 if test "$HAVE_LIBIPT" != yes; then
8560 if test "$with_intel_pt" = yes; then
8561 as_fn_error $?
"libipt is missing or unusable" "$LINENO" 5
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libipt is missing or unusable; some features may be unavailable." >&5
8564 $as_echo "$as_me: WARNING: libipt is missing or unusable; some features may be unavailable." >&2;}
8568 LIBS
="$LIBS $LIBIPT"
8569 for ac_func
in pt_insn_event
8571 ac_fn_c_check_func
"$LINENO" "pt_insn_event" "ac_cv_func_pt_insn_event"
8572 if test "x$ac_cv_func_pt_insn_event" = xyes
; then :
8573 cat >>confdefs.h
<<_ACEOF
8574 #define HAVE_PT_INSN_EVENT 1
8580 ac_fn_c_check_member
"$LINENO" "struct pt_insn" "enabled" "ac_cv_member_struct_pt_insn_enabled" "#include <intel-pt.h>
8582 if test "x$ac_cv_member_struct_pt_insn_enabled" = xyes
; then :
8584 cat >>confdefs.h
<<_ACEOF
8585 #define HAVE_STRUCT_PT_INSN_ENABLED 1
8590 ac_fn_c_check_member
"$LINENO" "struct pt_insn" "resynced" "ac_cv_member_struct_pt_insn_resynced" "#include <intel-pt.h>
8592 if test "x$ac_cv_member_struct_pt_insn_resynced" = xyes
; then :
8594 cat >>confdefs.h
<<_ACEOF
8595 #define HAVE_STRUCT_PT_INSN_RESYNCED 1
8605 if test "$ac_cv_header_sys_procfs_h" = yes; then
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
8607 $as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
8608 if ${bfd_cv_have_sys_procfs_type_gregset_t+:} false
; then :
8609 $as_echo_n "(cached) " >&6
8611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8612 /* end confdefs.h. */
8615 /* Needed for new procfs interface on sparc-solaris. */
8616 #define _STRUCTURED_PROC 1
8617 #include <sys/procfs.h>
8626 if ac_fn_c_try_compile
"$LINENO"; then :
8627 bfd_cv_have_sys_procfs_type_gregset_t
=yes
8629 bfd_cv_have_sys_procfs_type_gregset_t
=no
8632 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8635 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
8637 $as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
8641 $as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
8644 $as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
8645 if ${bfd_cv_have_sys_procfs_type_fpregset_t+:} false
; then :
8646 $as_echo_n "(cached) " >&6
8648 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8649 /* end confdefs.h. */
8652 /* Needed for new procfs interface on sparc-solaris. */
8653 #define _STRUCTURED_PROC 1
8654 #include <sys/procfs.h>
8663 if ac_fn_c_try_compile
"$LINENO"; then :
8664 bfd_cv_have_sys_procfs_type_fpregset_t
=yes
8666 bfd_cv_have_sys_procfs_type_fpregset_t
=no
8669 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8672 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
8674 $as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
8678 $as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
8681 $as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
8682 if ${bfd_cv_have_sys_procfs_type_prgregset_t+:} false
; then :
8683 $as_echo_n "(cached) " >&6
8685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8686 /* end confdefs.h. */
8689 /* Needed for new procfs interface on sparc-solaris. */
8690 #define _STRUCTURED_PROC 1
8691 #include <sys/procfs.h>
8700 if ac_fn_c_try_compile
"$LINENO"; then :
8701 bfd_cv_have_sys_procfs_type_prgregset_t
=yes
8703 bfd_cv_have_sys_procfs_type_prgregset_t
=no
8706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8709 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
8711 $as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
8715 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
8718 $as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
8719 if ${bfd_cv_have_sys_procfs_type_prfpregset_t+:} false
; then :
8720 $as_echo_n "(cached) " >&6
8722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h. */
8726 /* Needed for new procfs interface on sparc-solaris. */
8727 #define _STRUCTURED_PROC 1
8728 #include <sys/procfs.h>
8737 if ac_fn_c_try_compile
"$LINENO"; then :
8738 bfd_cv_have_sys_procfs_type_prfpregset_t
=yes
8740 bfd_cv_have_sys_procfs_type_prfpregset_t
=no
8743 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8746 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
8748 $as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
8752 $as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
8755 $as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
8756 if ${bfd_cv_have_sys_procfs_type_prgregset32_t+:} false
; then :
8757 $as_echo_n "(cached) " >&6
8759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8760 /* end confdefs.h. */
8763 /* Needed for new procfs interface on sparc-solaris. */
8764 #define _STRUCTURED_PROC 1
8765 #include <sys/procfs.h>
8774 if ac_fn_c_try_compile
"$LINENO"; then :
8775 bfd_cv_have_sys_procfs_type_prgregset32_t
=yes
8777 bfd_cv_have_sys_procfs_type_prgregset32_t
=no
8780 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8783 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
8785 $as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
8789 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
8792 $as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
8793 if ${bfd_cv_have_sys_procfs_type_lwpid_t+:} false
; then :
8794 $as_echo_n "(cached) " >&6
8796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8800 /* Needed for new procfs interface on sparc-solaris. */
8801 #define _STRUCTURED_PROC 1
8802 #include <sys/procfs.h>
8811 if ac_fn_c_try_compile
"$LINENO"; then :
8812 bfd_cv_have_sys_procfs_type_lwpid_t
=yes
8814 bfd_cv_have_sys_procfs_type_lwpid_t
=no
8817 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8820 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
8822 $as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
8826 $as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
8829 $as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
8830 if ${bfd_cv_have_sys_procfs_type_psaddr_t+:} false
; then :
8831 $as_echo_n "(cached) " >&6
8833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8834 /* end confdefs.h. */
8837 /* Needed for new procfs interface on sparc-solaris. */
8838 #define _STRUCTURED_PROC 1
8839 #include <sys/procfs.h>
8848 if ac_fn_c_try_compile
"$LINENO"; then :
8849 bfd_cv_have_sys_procfs_type_psaddr_t
=yes
8851 bfd_cv_have_sys_procfs_type_psaddr_t
=no
8854 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8857 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
8859 $as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
8863 $as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_fpregset_t in sys/procfs.h" >&5
8866 $as_echo_n "checking for elf_fpregset_t in sys/procfs.h... " >&6; }
8867 if ${bfd_cv_have_sys_procfs_type_elf_fpregset_t+:} false
; then :
8868 $as_echo_n "(cached) " >&6
8870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8871 /* end confdefs.h. */
8874 /* Needed for new procfs interface on sparc-solaris. */
8875 #define _STRUCTURED_PROC 1
8876 #include <sys/procfs.h>
8885 if ac_fn_c_try_compile
"$LINENO"; then :
8886 bfd_cv_have_sys_procfs_type_elf_fpregset_t
=yes
8888 bfd_cv_have_sys_procfs_type_elf_fpregset_t
=no
8891 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8894 if test $bfd_cv_have_sys_procfs_type_elf_fpregset_t = yes; then
8896 $as_echo "#define HAVE_ELF_FPREGSET_T 1" >>confdefs.h
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&5
8900 $as_echo "$bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&6; }
8904 # This is set by GDB_AC_COMMON.
8908 # Check whether we will enable the inclusion of unit tests when
8911 # The default value of this option changes depending whether we're on
8912 # development mode (in which case it's "true") or not (in which case
8913 # it's "false"). The $development variable is set by the GDB_AC_COMMON
8914 # macro, which must therefore be used before GDB_AC_SELFTEST.
8916 if test "x$development" != xtrue
&& test "x$development" != xfalse
; then :
8917 as_fn_error $?
"Invalid value for \$development, got \"$development\", expecting \"true\" or \"false\"." "$LINENO" 5
8920 # Check whether --enable-unit-tests was given.
8921 if test "${enable_unit_tests+set}" = set; then :
8922 enableval
=$enable_unit_tests; case "${enableval}" in
8923 yes) enable_unittests
=true
;;
8924 no
) enable_unittests
=false
;;
8925 *) as_fn_error $?
"bad value ${enableval} for --{enable,disable}-unit-tests option" "$LINENO" 5 ;;
8928 enable_unittests
=$development
8932 if $enable_unittests; then
8934 $as_echo "#define GDB_SELF_TEST 1" >>confdefs.h
8940 case ${build_alias} in
8941 "") build_noncanonical
=${build} ;;
8942 *) build_noncanonical
=${build_alias} ;;
8945 case ${host_alias} in
8946 "") host_noncanonical
=${build_noncanonical} ;;
8947 *) host_noncanonical
=${host_alias} ;;
8950 case ${target_alias} in
8951 "") target_noncanonical
=${host_noncanonical} ;;
8952 *) target_noncanonical
=${target_alias} ;;
8960 # Dependency checking.
8961 rm -rf .tst
2>/dev
/null
8962 mkdir .tst
2>/dev
/null
8963 if test -d .tst
; then
8968 rmdir .tst
2>/dev
/null
8970 DEPDIR
="${am__leading_dot}deps"
8972 ac_config_commands
="$ac_config_commands depdir"
8976 # If we haven't got the data from the intl directory,
8977 # assume NLS is disabled.
8986 if test -f ..
/intl
/config.intl
; then
8987 . ..
/intl
/config.intl
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8990 $as_echo_n "checking whether NLS is requested... " >&6; }
8991 if test x
"$USE_NLS" != xyes
; then
8992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8993 $as_echo "no" >&6; }
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8996 $as_echo "yes" >&6; }
8998 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
9002 $as_echo_n "checking for catalogs to be installed... " >&6; }
9003 # Look for .po and .gmo files in the source directory.
9006 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
9007 # If there aren't any .gmo files the shell will give us the
9008 # literal string "../path/to/srcdir/po/*.gmo" which has to be
9010 case "$cat" in *\
**)
9013 # The quadruple backslash is collapsed to a double backslash
9014 # by the backticks, then collapsed again by the double quotes,
9015 # leaving us with one backslash in the sed expression (right
9016 # before the dot that mustn't act as a wildcard).
9017 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
9018 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
9019 # The user is allowed to set LINGUAS to a list of languages to
9020 # install catalogs for. If it's empty that means "all of them."
9021 if test "x$LINGUAS" = x
; then
9022 CATALOGS
="$CATALOGS $cat"
9023 XLINGUAS
="$XLINGUAS $lang"
9025 case "$LINGUAS" in *$lang*)
9026 CATALOGS
="$CATALOGS $cat"
9027 XLINGUAS
="$XLINGUAS $lang"
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
9034 $as_echo "$LINGUAS" >&6; }
9047 # Create sub-directories for objects and dependencies.
9048 CONFIG_SRC_SUBDIR
="arch gdbsupport nat target"
9051 ac_config_commands
="$ac_config_commands gdbdepdir"
9054 depcc
="$CC" am_compiler_list
=
9056 am_depcomp
=$ac_aux_dir/depcomp
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
9058 $as_echo_n "checking dependency style of $depcc... " >&6; }
9059 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
9060 $as_echo_n "(cached) " >&6
9062 if test -f "$am_depcomp"; then
9063 # We make a subdir and do the tests there. Otherwise we can end up
9064 # making bogus files that we don't know about and never remove. For
9065 # instance it was reported that on HP-UX the gcc test will end up
9066 # making a dummy file named `D' -- because `-MD' means `put the output
9069 # Copy depcomp to subdir because otherwise we won't find it if we're
9070 # using a relative directory.
9071 cp "$am_depcomp" conftest.dir
9073 # We will build objects and dependencies in a subdirectory because
9074 # it helps to detect inapplicable dependency modes. For instance
9075 # both Tru64's cc and ICC support -MD to output dependencies as a
9076 # side effect of compilation, but ICC will put the dependencies in
9077 # the current directory while Tru64 will put them in the object
9081 am_cv_CC_dependencies_compiler_type
=none
9082 if test "$am_compiler_list" = ""; then
9083 am_compiler_list
=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
9085 for depmode
in $am_compiler_list; do
9086 if test $depmode = none
; then break; fi
9088 $as_echo "$as_me:$LINENO: trying $depmode" >&5
9089 # Setup a source with many dependencies, because some compilers
9090 # like to wrap large dependency lists on column 80 (with \), and
9091 # we should not choose a depcomp mode which is confused by this.
9093 # We need to recreate these files for each test, as the compiler may
9094 # overwrite some of them when testing with obscure command lines.
9095 # This happens at least with the AIX C compiler.
9097 for i
in 1 2 3 4 5 6; do
9098 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
9099 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
9100 # Solaris 8's {/usr,}/bin/sh.
9101 touch sub
/conftst
$i.h
9103 echo "include sub/conftest.Po" > confmf
9105 # We check with `-c' and `-o' for the sake of the "dashmstdout"
9106 # mode. It turns out that the SunPro C++ compiler does not properly
9107 # handle `-M -o', and we need to detect this.
9108 depcmd
="depmode=$depmode \
9109 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
9110 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9111 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
9112 echo "| $depcmd" |
sed -e 's/ */ /g' >&5
9113 if env
$depcmd > conftest.err
2>&1 &&
9114 grep sub
/conftst6.h sub
/conftest.Po
>>conftest.err
2>&1 &&
9115 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
>>conftest.err
2>&1 &&
9116 ${MAKE-make} -s -f confmf
>>conftest.err
2>&1; then
9117 # icc doesn't choke on unknown options, it will just issue warnings
9118 # or remarks (even with -Werror). So we grep stderr for any message
9119 # that says an option was ignored or not supported.
9120 # When given -MP, icc 7.0 and 7.1 complain thusly:
9121 # icc: Command line warning: ignoring option '-M'; no argument required
9122 # The diagnosis changed in icc 8.0:
9123 # icc: Command line remark: option '-MP' not supported
9124 if (grep 'ignoring option' conftest.err ||
9125 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
9126 am_cv_CC_dependencies_compiler_type
=$depmode
9127 $as_echo "$as_me:$LINENO: success" >&5
9131 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
9132 sed -e 's/^/| /' < conftest.err
>&5
9138 am_cv_CC_dependencies_compiler_type
=none
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
9143 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
9144 if test x
${am_cv_CC_dependencies_compiler_type-none} = xnone
9145 then as_fn_error $?
"no usable dependency style found" "$LINENO" 5
9146 else CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
9151 for ac_header
in termios.h sys
/reg.h string.h sys
/procfs.h linux
/elf.h fcntl.h signal.h sys
/file.h sys
/ioctl.h netinet
/in.h sys
/socket.h netdb.h netinet
/tcp.h arpa
/inet.h
9153 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9154 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9155 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9156 cat >>confdefs.h
<<_ACEOF
9157 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9164 for ac_header
in vfork.h
9166 ac_fn_c_check_header_mongrel
"$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
9167 if test "x$ac_cv_header_vfork_h" = xyes
; then :
9168 cat >>confdefs.h
<<_ACEOF
9169 #define HAVE_VFORK_H 1
9176 for ac_func
in fork vfork
9178 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9179 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
9180 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9181 cat >>confdefs.h
<<_ACEOF
9182 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9188 if test "x$ac_cv_func_fork" = xyes
; then
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
9190 $as_echo_n "checking for working fork... " >&6; }
9191 if ${ac_cv_func_fork_works+:} false
; then :
9192 $as_echo_n "(cached) " >&6
9194 if test "$cross_compiling" = yes; then :
9195 ac_cv_func_fork_works
=cross
9197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9198 /* end confdefs.h. */
9199 $ac_includes_default
9204 /* By Ruediger Kuhlmann. */
9211 if ac_fn_c_try_run
"$LINENO"; then :
9212 ac_cv_func_fork_works
=yes
9214 ac_cv_func_fork_works
=no
9216 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9217 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
9222 $as_echo "$ac_cv_func_fork_works" >&6; }
9225 ac_cv_func_fork_works
=$ac_cv_func_fork
9227 if test "x$ac_cv_func_fork_works" = xcross
; then
9229 *-*-amigaos* |
*-*-msdosdjgpp*)
9230 # Override, as these systems have only a dummy fork() stub
9231 ac_cv_func_fork_works
=no
9234 ac_cv_func_fork_works
=yes
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
9238 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
9240 ac_cv_func_vfork_works
=$ac_cv_func_vfork
9241 if test "x$ac_cv_func_vfork" = xyes
; then
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
9243 $as_echo_n "checking for working vfork... " >&6; }
9244 if ${ac_cv_func_vfork_works+:} false
; then :
9245 $as_echo_n "(cached) " >&6
9247 if test "$cross_compiling" = yes; then :
9248 ac_cv_func_vfork_works
=cross
9250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9251 /* end confdefs.h. */
9252 /* Thanks to Paul Eggert for this test. */
9253 $ac_includes_default
9254 #include <sys/wait.h>
9258 /* On some sparc systems, changes by the child to local and incoming
9259 argument registers are propagated back to the parent. The compiler
9260 is told about this with #include <vfork.h>, but some compilers
9261 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
9262 static variable whose address is put into a register that is
9263 clobbered by the vfork. */
9266 sparc_address_test (int arg)
9268 sparc_address_test (arg) int arg;
9289 pid_t parent = getpid ();
9292 sparc_address_test (0);
9297 /* Here is another test for sparc vfork register problems. This
9298 test uses lots of local variables, at least as many local
9299 variables as main has allocated so far including compiler
9300 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
9301 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
9302 reuse the register of parent for one of the local variables,
9303 since it will think that parent can't possibly be used any more
9304 in this routine. Assigning to the local variable will thus
9305 munge parent in the parent process. */
9307 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
9308 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
9309 /* Convince the compiler that p..p7 are live; otherwise, it might
9310 use the same hardware register for all 8 local variables. */
9311 if (p != p1 || p != p2 || p != p3 || p != p4
9312 || p != p5 || p != p6 || p != p7)
9315 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
9316 from child file descriptors. If the child closes a descriptor
9317 before it execs or exits, this munges the parent's descriptor
9318 as well. Test for this by closing stdout in the child. */
9319 _exit(close(fileno(stdout)) != 0);
9324 while (wait(&status) != child)
9327 /* Was there some problem with vforking? */
9330 /* Did the child fail? (This shouldn't happen.) */
9333 /* Did the vfork/compiler bug occur? */
9334 || parent != getpid()
9336 /* Did the file descriptor bug occur? */
9337 || fstat(fileno(stdout), &st) != 0
9342 if ac_fn_c_try_run
"$LINENO"; then :
9343 ac_cv_func_vfork_works
=yes
9345 ac_cv_func_vfork_works
=no
9347 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9348 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
9353 $as_echo "$ac_cv_func_vfork_works" >&6; }
9356 if test "x$ac_cv_func_fork_works" = xcross
; then
9357 ac_cv_func_vfork_works
=$ac_cv_func_vfork
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
9359 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
9362 if test "x$ac_cv_func_vfork_works" = xyes
; then
9364 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
9368 $as_echo "#define vfork fork" >>confdefs.h
9371 if test "x$ac_cv_func_fork_works" = xyes
; then
9373 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
9377 for ac_func
in pread pwrite pread64
9379 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9380 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
9381 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9382 cat >>confdefs.h
<<_ACEOF
9383 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9390 # Check the return and argument types of ptrace.
9393 for ac_header
in sys
/ptrace.h ptrace.h
9395 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9396 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9397 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9398 cat >>confdefs.h
<<_ACEOF
9399 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9407 gdb_ptrace_headers
='
9408 #include <sys/types.h>
9409 #if HAVE_SYS_PTRACE_H
9410 # include <sys/ptrace.h>
9413 # include <unistd.h>
9417 # Check return type. Varargs (used on GNU/Linux) conflict with the
9418 # empty argument list, so check for that explicitly.
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
9420 $as_echo_n "checking return type of ptrace... " >&6; }
9421 if ${gdb_cv_func_ptrace_ret+:} false
; then :
9422 $as_echo_n "(cached) " >&6
9424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9425 /* end confdefs.h. */
9430 extern long ptrace (enum __ptrace_request, ...);
9435 if ac_fn_c_try_compile
"$LINENO"; then :
9436 gdb_cv_func_ptrace_ret
='long'
9438 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9439 /* end confdefs.h. */
9444 extern int ptrace ();
9449 if ac_fn_c_try_compile
"$LINENO"; then :
9450 gdb_cv_func_ptrace_ret
='int'
9452 gdb_cv_func_ptrace_ret
='long'
9454 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9456 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
9459 $as_echo "$gdb_cv_func_ptrace_ret" >&6; }
9461 cat >>confdefs.h
<<_ACEOF
9462 #define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
9465 # Check argument types.
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
9467 $as_echo_n "checking types of arguments for ptrace... " >&6; }
9468 if ${gdb_cv_func_ptrace_args+:} false
; then :
9469 $as_echo_n "(cached) " >&6
9472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9473 /* end confdefs.h. */
9478 extern long ptrace (enum __ptrace_request, ...);
9483 if ac_fn_c_try_compile
"$LINENO"; then :
9484 gdb_cv_func_ptrace_args
='enum __ptrace_request,int,long,long'
9487 for gdb_arg1
in 'int' 'long'; do
9488 for gdb_arg2
in 'pid_t' 'int' 'long'; do
9489 for gdb_arg3
in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
9490 for gdb_arg4
in 'int' 'long' 'void *'; do
9491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9492 /* end confdefs.h. */
9498 extern $gdb_cv_func_ptrace_ret
9499 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
9505 if ac_fn_c_try_compile
"$LINENO"; then :
9506 gdb_cv_func_ptrace_args
="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
9509 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9510 for gdb_arg5
in 'int *' 'int' 'long'; do
9511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9512 /* end confdefs.h. */
9518 extern $gdb_cv_func_ptrace_ret
9519 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
9525 if ac_fn_c_try_compile
"$LINENO"; then :
9527 gdb_cv_func_ptrace_args
="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
9530 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9536 # Provide a safe default value.
9537 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
9540 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
9543 $as_echo "$gdb_cv_func_ptrace_args" >&6; }
9544 ac_save_IFS
=$IFS; IFS
=','
9545 set dummy
`echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
9549 cat >>confdefs.h
<<_ACEOF
9550 #define PTRACE_TYPE_ARG1 $1
9554 cat >>confdefs.h
<<_ACEOF
9555 #define PTRACE_TYPE_ARG3 $3
9559 cat >>confdefs.h
<<_ACEOF
9560 #define PTRACE_TYPE_ARG4 $4
9563 if test -n "$5"; then
9565 cat >>confdefs.h
<<_ACEOF
9566 #define PTRACE_TYPE_ARG5 $5
9577 # Check whether --with-ust was given.
9578 if test "${with_ust+set}" = set; then :
9583 # Check whether --with-ust_include was given.
9584 if test "${with_ust_include+set}" = set; then :
9585 withval
=$with_ust_include;
9589 # Check whether --with-ust_lib was given.
9590 if test "${with_ust_lib+set}" = set; then :
9591 withval
=$with_ust_lib;
9605 ustlibs
="-L$with_ust/lib -lust"
9606 ustinc
="-I$with_ust/include "
9609 if test "x$with_ust_include" != x
; then
9610 ustinc
="-I$with_ust_include "
9612 if test "x$with_ust_lib" != x
; then
9613 ustlibs
="-L$with_ust_lib -lust"
9616 if test "x$with_ust" != "xno"; then
9617 saved_CFLAGS
="$CFLAGS"
9618 CFLAGS
="$CFLAGS $ustinc"
9619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ust" >&5
9620 $as_echo_n "checking for ust... " >&6; }
9621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9622 /* end confdefs.h. */
9624 #define CONFIG_UST_GDB_INTEGRATION
9625 #include <ust/ust.h>
9635 if ac_fn_c_try_compile
"$LINENO"; then :
9636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9637 $as_echo "yes" >&6; };
9638 $as_echo "#define HAVE_UST 1" >>confdefs.h
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9642 $as_echo "no" >&6; }; ustlibs
= ; ustinc
=
9644 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9645 CFLAGS
="$saved_CFLAGS"
9648 # Flags needed for UST
9653 # Check whether --enable-werror was given.
9654 if test "${enable_werror+set}" = set; then :
9655 enableval
=$enable_werror; case "${enableval}" in
9656 yes | y
) ERROR_ON_WARNING
="yes" ;;
9657 no | n
) ERROR_ON_WARNING
="no" ;;
9658 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
9663 # Enable -Werror by default when using gcc. Turn it off for releases.
9664 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
9665 ERROR_ON_WARNING
=yes
9669 if test "${ERROR_ON_WARNING}" = yes ; then
9670 WERROR_CFLAGS
="-Werror"
9673 # The options we'll try to enable.
9674 build_warnings
="-Wall -Wpointer-arith \
9675 -Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
9676 -Wno-switch -Wno-char-subscripts \
9677 -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
9678 -Wno-sign-compare -Wno-error=maybe-uninitialized \
9679 -Wno-mismatched-tags \
9680 -Wno-error=deprecated-register \
9681 -Wsuggest-override \
9682 -Wimplicit-fallthrough=3 \
9686 -Wdeprecated-copy-dtor \
9688 -Wmissing-declarations \
9689 -Wmissing-prototypes \
9690 -Wstrict-null-sentinel \
9695 # Enable -Wno-format by default when using gcc on mingw since many
9696 # GCC versions complain about %I64.
9697 build_warnings
="$build_warnings -Wno-format" ;;
9699 # Solaris 11.4 <python2.7/ceval.h> uses #pragma no_inline that GCC
9700 # doesn't understand.
9701 build_warnings
="$build_warnings -Wno-unknown-pragmas"
9702 # Solaris 11 <unistd.h> marks vfork deprecated.
9703 build_warnings
="$build_warnings -Wno-deprecated-declarations" ;;
9705 # Note that gcc requires -Wformat for -Wformat-nonliteral to work,
9706 # but there's a special case for this below.
9707 build_warnings
="$build_warnings -Wformat-nonliteral" ;;
9710 # Check whether --enable-build-warnings was given.
9711 if test "${enable_build_warnings+set}" = set; then :
9712 enableval
=$enable_build_warnings; case "${enableval}" in
9714 no
) build_warnings
="-w";;
9715 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
9716 build_warnings
="${build_warnings} ${t}";;
9717 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
9718 build_warnings
="${t} ${build_warnings}";;
9719 *) build_warnings
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
9721 if test x
"$silent" != x
"yes" && test x
"$build_warnings" != x
""; then
9722 echo "Setting compiler warning flags = $build_warnings" 6>&1
9725 # Check whether --enable-gdb-build-warnings was given.
9726 if test "${enable_gdb_build_warnings+set}" = set; then :
9727 enableval
=$enable_gdb_build_warnings; case "${enableval}" in
9729 no
) build_warnings
="-w";;
9730 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
9731 build_warnings
="${build_warnings} ${t}";;
9732 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
9733 build_warnings
="${t} ${build_warnings}";;
9734 *) build_warnings
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
9736 if test x
"$silent" != x
"yes" && test x
"$build_warnings" != x
""; then
9737 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
9741 # The set of warnings supported by a C++ compiler is not the same as
9742 # of the C compiler.
9744 ac_cpp
='$CXXCPP $CPPFLAGS'
9745 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9746 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9747 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
9751 if test "x${build_warnings}" != x
-a "x$GCC" = xyes
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
9754 $as_echo_n "checking compiler warning flags... " >&6; }
9755 # Separate out the -Werror flag as some files just cannot be
9756 # compiled with it enabled.
9757 for w
in ${build_warnings}; do
9758 # GCC does not complain about -Wno-unknown-warning. Invert
9759 # and test -Wunknown-warning instead.
9762 wtest
=`echo $w | sed 's/-Wno-/-W/g'` ;;
9763 -Wformat-nonliteral)
9764 # gcc requires -Wformat before -Wformat-nonliteral
9765 # will work, so stick them together.
9774 -Werr*) WERROR_CFLAGS
=-Werror ;;
9776 # Check whether GCC accepts it.
9777 saved_CFLAGS
="$CFLAGS"
9778 CFLAGS
="$CFLAGS -Werror $wtest"
9779 saved_CXXFLAGS
="$CXXFLAGS"
9780 CXXFLAGS
="$CXXFLAGS -Werror $wtest"
9781 if test "x$w" = "x-Wunused-variable"; then
9782 # Check for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958,
9783 # fixed in GCC 4.9. This test is derived from the gdb
9784 # source code that triggered this bug in GCC.
9785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9786 /* end confdefs.h. */
9787 struct scoped_restore_base {};
9788 struct scoped_restore_tmpl : public scoped_restore_base {
9789 ~scoped_restore_tmpl() {}
9794 const scoped_restore_base &b = scoped_restore_tmpl();
9799 if ac_fn_cxx_try_compile
"$LINENO"; then :
9800 WARN_CFLAGS
="${WARN_CFLAGS} $w"
9802 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9805 /* end confdefs.h. */
9815 if ac_fn_cxx_try_compile
"$LINENO"; then :
9816 WARN_CFLAGS
="${WARN_CFLAGS} $w"
9818 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9820 CFLAGS
="$saved_CFLAGS"
9821 CXXFLAGS
="$saved_CXXFLAGS"
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
9825 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
9831 ac_cpp='$CPP $CPPFLAGS'
9832 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9833 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9834 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9840 for ac_func in dladdr
9842 ac_fn_c_check_func "$LINENO" "dladdr
" "ac_cv_func_dladdr
"
9843 if test "x
$ac_cv_func_dladdr" = xyes; then :
9844 cat >>confdefs.h <<_ACEOF
9845 #define HAVE_DLADDR 1
9854 # Check for presence and size of long long.
9855 ac_fn_c_check_type "$LINENO" "long long
" "ac_cv_type_long_long
" "$ac_includes_default"
9856 if test "x
$ac_cv_type_long_long" = xyes; then :
9858 cat >>confdefs.h <<_ACEOF
9859 #define HAVE_LONG_LONG 1
9862 # The cast to long int works around a bug in the HP C Compiler
9863 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9864 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9865 # This bug is HP SR number 8606223364.
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long
" >&5
9867 $as_echo_n "checking size of long long...
" >&6; }
9868 if ${ac_cv_sizeof_long_long+:} false; then :
9869 $as_echo_n "(cached
) " >&6
9871 if ac_fn_c_compute_int "$LINENO" "(long int
) (sizeof
(long long
))" "ac_cv_sizeof_long_long
" "$ac_includes_default"; then :
9874 if test "$ac_cv_type_long_long" = yes; then
9875 { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
9876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9877 as_fn_error 77 "cannot compute sizeof (long long)
9878 See \`config.log' for more details
" "$LINENO" 5; }
9880 ac_cv_sizeof_long_long=0
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_sizeof_long_long" >&5
9886 $as_echo "$ac_cv_sizeof_long_long" >&6; }
9890 cat >>confdefs.h <<_ACEOF
9891 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9898 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename
(char
*)" | $as_tr_sh`
9899 ac_fn_c_check_decl "$LINENO" "basename(char
*)" "$as_ac_Symbol" "$ac_includes_default"
9900 if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
9906 cat >>confdefs.h <<_ACEOF
9907 #define HAVE_DECL_BASENAME $ac_have_decl
9909 ac_fn_c_check_decl "$LINENO" "ffs
" "ac_cv_have_decl_ffs
" "$ac_includes_default"
9910 if test "x
$ac_cv_have_decl_ffs" = xyes; then :
9916 cat >>confdefs.h <<_ACEOF
9917 #define HAVE_DECL_FFS $ac_have_decl
9919 ac_fn_c_check_decl "$LINENO" "asprintf
" "ac_cv_have_decl_asprintf
" "$ac_includes_default"
9920 if test "x
$ac_cv_have_decl_asprintf" = xyes; then :
9926 cat >>confdefs.h <<_ACEOF
9927 #define HAVE_DECL_ASPRINTF $ac_have_decl
9929 ac_fn_c_check_decl "$LINENO" "vasprintf
" "ac_cv_have_decl_vasprintf
" "$ac_includes_default"
9930 if test "x
$ac_cv_have_decl_vasprintf" = xyes; then :
9936 cat >>confdefs.h <<_ACEOF
9937 #define HAVE_DECL_VASPRINTF $ac_have_decl
9939 ac_fn_c_check_decl "$LINENO" "snprintf
" "ac_cv_have_decl_snprintf
" "$ac_includes_default"
9940 if test "x
$ac_cv_have_decl_snprintf" = xyes; then :
9946 cat >>confdefs.h <<_ACEOF
9947 #define HAVE_DECL_SNPRINTF $ac_have_decl
9949 ac_fn_c_check_decl "$LINENO" "vsnprintf
" "ac_cv_have_decl_vsnprintf
" "$ac_includes_default"
9950 if test "x
$ac_cv_have_decl_vsnprintf" = xyes; then :
9956 cat >>confdefs.h <<_ACEOF
9957 #define HAVE_DECL_VSNPRINTF $ac_have_decl
9960 ac_fn_c_check_decl "$LINENO" "strtol
" "ac_cv_have_decl_strtol
" "$ac_includes_default"
9961 if test "x
$ac_cv_have_decl_strtol" = xyes; then :
9967 cat >>confdefs.h <<_ACEOF
9968 #define HAVE_DECL_STRTOL $ac_have_decl
9970 ac_fn_c_check_decl "$LINENO" "strtoul
" "ac_cv_have_decl_strtoul
" "$ac_includes_default"
9971 if test "x
$ac_cv_have_decl_strtoul" = xyes; then :
9977 cat >>confdefs.h <<_ACEOF
9978 #define HAVE_DECL_STRTOUL $ac_have_decl
9980 ac_fn_c_check_decl "$LINENO" "strtoll
" "ac_cv_have_decl_strtoll
" "$ac_includes_default"
9981 if test "x
$ac_cv_have_decl_strtoll" = xyes; then :
9987 cat >>confdefs.h <<_ACEOF
9988 #define HAVE_DECL_STRTOLL $ac_have_decl
9990 ac_fn_c_check_decl "$LINENO" "strtoull
" "ac_cv_have_decl_strtoull
" "$ac_includes_default"
9991 if test "x
$ac_cv_have_decl_strtoull" = xyes; then :
9997 cat >>confdefs.h <<_ACEOF
9998 #define HAVE_DECL_STRTOULL $ac_have_decl
10001 ac_fn_c_check_decl "$LINENO" "strverscmp
" "ac_cv_have_decl_strverscmp
" "$ac_includes_default"
10002 if test "x
$ac_cv_have_decl_strverscmp" = xyes; then :
10008 cat >>confdefs.h <<_ACEOF
10009 #define HAVE_DECL_STRVERSCMP $ac_have_decl
10014 ac_fn_c_check_decl "$LINENO" "perror
" "ac_cv_have_decl_perror
" "$ac_includes_default"
10015 if test "x
$ac_cv_have_decl_perror" = xyes; then :
10021 cat >>confdefs.h <<_ACEOF
10022 #define HAVE_DECL_PERROR $ac_have_decl
10024 ac_fn_c_check_decl "$LINENO" "vasprintf
" "ac_cv_have_decl_vasprintf
" "$ac_includes_default"
10025 if test "x
$ac_cv_have_decl_vasprintf" = xyes; then :
10031 cat >>confdefs.h <<_ACEOF
10032 #define HAVE_DECL_VASPRINTF $ac_have_decl
10034 ac_fn_c_check_decl "$LINENO" "vsnprintf
" "ac_cv_have_decl_vsnprintf
" "$ac_includes_default"
10035 if test "x
$ac_cv_have_decl_vsnprintf" = xyes; then :
10041 cat >>confdefs.h <<_ACEOF
10042 #define HAVE_DECL_VSNPRINTF $ac_have_decl
10046 ac_fn_c_check_type "$LINENO" "socklen_t
" "ac_cv_type_socklen_t
" "#include <sys/types.h>
10047 #include <sys/socket.h>
10050 if test "x
$ac_cv_type_socklen_t" = xyes; then :
10052 cat >>confdefs.h <<_ACEOF
10053 #define HAVE_SOCKLEN_T 1
10060 case "${target}" in
10062 # Starting with NDK version 9, <elf.h> actually includes definitions
10063 # of Elf32_auxv_t and Elf64_auxv_t. But sadly, <elf.h> includes
10064 # <sys/exec_elf.h> which defines some of the ELF types incorrectly,
10065 # leading to conflicts with the defintions from <linux/elf.h>.
10066 # This makes it impossible for us to include both <elf.h> and
10067 # <linux/elf.h>, which means that, in practice, we do not have
10068 # access to Elf32_auxv_t and Elf64_auxv_t on this platform.
10069 # Therefore, do not try to auto-detect availability, as it would
10070 # get it wrong on this platform.
10073 ac_fn_c_check_type "$LINENO" "Elf32_auxv_t
" "ac_cv_type_Elf32_auxv_t
" "#include <elf.h>
10076 if test "x
$ac_cv_type_Elf32_auxv_t" = xyes; then :
10078 cat >>confdefs.h <<_ACEOF
10079 #define HAVE_ELF32_AUXV_T 1
10084 ac_fn_c_check_type "$LINENO" "Elf64_auxv_t
" "ac_cv_type_Elf64_auxv_t
" "#include <elf.h>
10087 if test "x
$ac_cv_type_Elf64_auxv_t" = xyes; then :
10089 cat >>confdefs.h <<_ACEOF
10090 #define HAVE_ELF64_AUXV_T 1
10100 # Check whether --with-pkgversion was given.
10101 if test "${with_pkgversion+set}" = set; then :
10102 withval=$with_pkgversion; case "$withval" in
10103 yes) as_fn_error $? "package version not specified
" "$LINENO" 5 ;;
10105 *) PKGVERSION="($withval) " ;;
10108 PKGVERSION="(GDB
) "
10116 # Check whether --with-bugurl was given.
10117 if test "${with_bugurl+set}" = set; then :
10118 withval=$with_bugurl; case "$withval" in
10119 yes) as_fn_error $? "bug URL not specified
" "$LINENO" 5 ;;
10122 *) BUGURL="$withval"
10126 BUGURL="http
://www.gnu.org
/software
/gdb
/bugs
/"
10136 REPORT_BUGS_TO="<$BUGURL>"
10137 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
10144 cat >>confdefs.h <<_ACEOF
10145 #define PKGVERSION "$PKGVERSION"
10149 cat >>confdefs.h <<_ACEOF
10150 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
10154 # Check for various supplementary target information (beyond the
10155 # triplet) which might affect the choices in configure.srv.
10156 case "${target}" in
10157 i[34567]86-*-linux*)
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if building
for x86-64
" >&5
10159 $as_echo_n "checking
if building
for x86-64...
" >&6; }
10160 if ${gdb_cv_i386_is_x86_64+:} false; then :
10161 $as_echo_n "(cached
) " >&6
10163 save_CPPFLAGS="$CPPFLAGS"
10164 CPPFLAGS="$CPPFLAGS $CFLAGS"
10165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10166 /* end confdefs.h. */
10173 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
10174 $EGREP "got it
" >/dev/null 2>&1; then :
10175 gdb_cv_i386_is_x86_64=yes
10177 gdb_cv_i386_is_x86_64=no
10181 CPPFLAGS="$save_CPPFLAGS"
10183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $gdb_cv_i386_is_x86_64" >&5
10184 $as_echo "$gdb_cv_i386_is_x86_64" >&6; }
10188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if building
for x32
" >&5
10189 $as_echo_n "checking
if building
for x32...
" >&6; }
10190 if ${gdb_cv_x86_is_x32+:} false; then :
10191 $as_echo_n "(cached
) " >&6
10193 save_CPPFLAGS="$CPPFLAGS"
10194 CPPFLAGS="$CPPFLAGS $CFLAGS"
10195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10196 /* end confdefs.h. */
10198 #if __x86_64__ && __ILP32__
10203 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
10204 $EGREP "got it
" >/dev/null 2>&1; then :
10205 gdb_cv_x86_is_x32=yes
10207 gdb_cv_x86_is_x32=no
10211 CPPFLAGS="$save_CPPFLAGS"
10213 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $gdb_cv_x86_is_x32" >&5
10214 $as_echo "$gdb_cv_x86_is_x32" >&6; }
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if building
for Coldfire
" >&5
10219 $as_echo_n "checking
if building
for Coldfire...
" >&6; }
10220 if ${gdb_cv_m68k_is_coldfire+:} false; then :
10221 $as_echo_n "(cached
) " >&6
10223 save_CPPFLAGS="$CPPFLAGS"
10224 CPPFLAGS="$CPPFLAGS $CFLAGS"
10225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10226 /* end confdefs.h. */
10228 #ifdef __mcoldfire__
10233 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
10234 $EGREP "got it
" >/dev/null 2>&1; then :
10235 gdb_cv_m68k_is_coldfire=yes
10237 gdb_cv_m68k_is_coldfire=no
10241 CPPFLAGS="$save_CPPFLAGS"
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $gdb_cv_m68k_is_coldfire" >&5
10244 $as_echo "$gdb_cv_m68k_is_coldfire" >&6; }
10248 . ${srcdir}/configure.srv
10250 if test "${srv_mingwce}" = "yes"; then
10252 elif test "${srv_mingw}" = "yes"; then
10253 # WIN32APILIBS is set by GDB_AC_COMMON.
10254 LIBS="$LIBS $WIN32APILIBS"
10257 if test "${srv_linux_usrregs}" = "yes"; then
10259 $as_echo "#define HAVE_LINUX_USRREGS 1" >>confdefs.h
10263 if test "${srv_linux_regsets}" = "yes"; then
10265 $as_echo "#define HAVE_LINUX_REGSETS 1" >>confdefs.h
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
10269 $as_echo_n "checking for PTRACE_GETREGS... " >&6; }
10270 if ${gdbsrv_cv_have_ptrace_getregs+:} false
; then :
10271 $as_echo_n "(cached) " >&6
10273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10275 #include <sys/ptrace.h>
10284 if ac_fn_c_try_compile
"$LINENO"; then :
10285 gdbsrv_cv_have_ptrace_getregs
=yes
10287 gdbsrv_cv_have_ptrace_getregs
=no
10289 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdbsrv_cv_have_ptrace_getregs" >&5
10293 $as_echo "$gdbsrv_cv_have_ptrace_getregs" >&6; }
10294 if test "${gdbsrv_cv_have_ptrace_getregs}" = "yes"; then
10296 $as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
10301 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
10302 if ${gdbsrv_cv_have_ptrace_getfpxregs+:} false
; then :
10303 $as_echo_n "(cached) " >&6
10305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10306 /* end confdefs.h. */
10307 #include <sys/ptrace.h>
10316 if ac_fn_c_try_compile
"$LINENO"; then :
10317 gdbsrv_cv_have_ptrace_getfpxregs
=yes
10319 gdbsrv_cv_have_ptrace_getfpxregs
=no
10321 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdbsrv_cv_have_ptrace_getfpxregs" >&5
10325 $as_echo "$gdbsrv_cv_have_ptrace_getfpxregs" >&6; }
10326 if test "${gdbsrv_cv_have_ptrace_getfpxregs}" = "yes"; then
10328 $as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
10333 if test "${srv_linux_btrace}" = "yes"; then
10335 $as_echo "#define HAVE_LINUX_BTRACE 1" >>confdefs.h
10339 if test "$bfd_cv_have_sys_procfs_type_lwpid_t" != yes; then
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in thread_db.h" >&5
10341 $as_echo_n "checking for lwpid_t in thread_db.h... " >&6; }
10342 if ${gdbserver_cv_have_thread_db_type_lwpid_t+:} false
; then :
10343 $as_echo_n "(cached) " >&6
10345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10346 /* end confdefs.h. */
10348 #include <thread_db.h>
10357 if ac_fn_c_try_compile
"$LINENO"; then :
10358 gdbserver_cv_have_thread_db_type_lwpid_t
=yes
10360 gdbserver_cv_have_thread_db_type_lwpid_t
=no
10363 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10366 if test $gdbserver_cv_have_thread_db_type_lwpid_t = yes; then
10368 $as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdbserver_cv_have_thread_db_type_lwpid_t" >&5
10372 $as_echo "$gdbserver_cv_have_thread_db_type_lwpid_t" >&6; }
10376 if test "$bfd_cv_have_sys_procfs_type_psaddr_t" != yes; then
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in thread_db.h" >&5
10378 $as_echo_n "checking for psaddr_t in thread_db.h... " >&6; }
10379 if ${gdbserver_cv_have_thread_db_type_psaddr_t+:} false
; then :
10380 $as_echo_n "(cached) " >&6
10382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10383 /* end confdefs.h. */
10385 #include <thread_db.h>
10394 if ac_fn_c_try_compile
"$LINENO"; then :
10395 gdbserver_cv_have_thread_db_type_psaddr_t
=yes
10397 gdbserver_cv_have_thread_db_type_psaddr_t
=no
10400 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10403 if test $gdbserver_cv_have_thread_db_type_psaddr_t = yes; then
10405 $as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdbserver_cv_have_thread_db_type_psaddr_t" >&5
10409 $as_echo "$gdbserver_cv_have_thread_db_type_psaddr_t" >&6; }
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10415 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10416 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10417 $as_echo_n "(cached) " >&6
10419 ac_check_lib_save_LIBS
=$LIBS
10421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10422 /* end confdefs.h. */
10424 /* Override any GCC internal prototype to avoid an error.
10425 Use char because int might match the return type of a GCC
10426 builtin and then its argument prototype would still apply. */
10439 if ac_fn_c_try_link
"$LINENO"; then :
10440 ac_cv_lib_dl_dlopen
=yes
10442 ac_cv_lib_dl_dlopen
=no
10444 rm -f core conftest.err conftest.
$ac_objext \
10445 conftest
$ac_exeext conftest.
$ac_ext
10446 LIBS
=$ac_check_lib_save_LIBS
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10449 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10450 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10451 cat >>confdefs.h
<<_ACEOF
10452 #define HAVE_LIBDL 1
10461 srv_thread_depfiles
=
10464 if test "$srv_linux_thread_db" = "yes"; then
10465 if test "$ac_cv_lib_dl_dlopen" = "yes"; then
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
10468 $as_echo_n "checking for the dynamic export flag... " >&6; }
10469 old_LDFLAGS
="$LDFLAGS"
10470 # Older GNU ld supports --export-dynamic but --dynamic-list may not be
10472 RDYNAMIC
="-Wl,--dynamic-list=${srcdir}/proc-service.list"
10473 LDFLAGS
="$LDFLAGS $RDYNAMIC"
10474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10475 /* end confdefs.h. */
10485 if ac_fn_c_try_link
"$LINENO"; then :
10486 found
="-Wl,--dynamic-list"
10487 RDYNAMIC
='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
10489 RDYNAMIC
="-rdynamic"
10490 LDFLAGS
="$old_LDFLAGS $RDYNAMIC"
10491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10492 /* end confdefs.h. */
10502 if ac_fn_c_try_link
"$LINENO"; then :
10508 rm -f core conftest.err conftest.
$ac_objext \
10509 conftest
$ac_exeext conftest.
$ac_ext
10511 rm -f core conftest.err conftest.
$ac_objext \
10512 conftest
$ac_exeext conftest.
$ac_ext
10514 LDFLAGS
="$old_LDFLAGS"
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
10516 $as_echo "$found" >&6; }
10518 srv_libs
="-lthread_db"
10521 srv_thread_depfiles
="thread-db.o proc-service.o"
10523 $as_echo "#define USE_THREAD_DB 1" >>confdefs.h
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TD_VERSION" >&5
10526 $as_echo_n "checking for TD_VERSION... " >&6; }
10527 if ${gdbsrv_cv_have_td_version+:} false
; then :
10528 $as_echo_n "(cached) " >&6
10530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10531 /* end confdefs.h. */
10532 #include <thread_db.h>
10541 if ac_fn_c_try_compile
"$LINENO"; then :
10542 gdbsrv_cv_have_td_version
=yes
10544 gdbsrv_cv_have_td_version
=no
10546 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdbsrv_cv_have_td_version" >&5
10549 $as_echo "$gdbsrv_cv_have_td_version" >&6; }
10550 if test "$gdbsrv_cv_have_td_version" = yes; then
10552 $as_echo "#define HAVE_TD_VERSION 1" >>confdefs.h
10558 # Check whether --with-libthread-db was given.
10559 if test "${with_libthread_db+set}" = set; then :
10560 withval
=$with_libthread_db; srv_libthread_db_path
="${withval}"
10561 srv_libs
="$srv_libthread_db_path"
10566 if test "$srv_libs" != "" -a "$srv_libs" != "-ldl"; then
10568 $as_echo "#define USE_LIBTHREAD_DB_DIRECTLY 1" >>confdefs.h
10572 if test "$srv_xmlfiles" != ""; then
10573 srv_xmlbuiltin
="xml-builtin.o"
10575 $as_echo "#define USE_XML 1" >>confdefs.h
10578 tmp_xmlfiles
=$srv_xmlfiles
10580 for f
in $tmp_xmlfiles; do
10581 srv_xmlfiles
="$srv_xmlfiles \$(XML_DIR)/$f"
10585 GDBSERVER_DEPFILES
="$srv_regobj $srv_tgtobj $srv_hostio_err_objs $srv_thread_depfiles"
10586 GDBSERVER_LIBS
="$srv_libs"
10588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports __sync_*_compare_and_swap" >&5
10589 $as_echo_n "checking whether the target supports __sync_*_compare_and_swap... " >&6; }
10590 if ${gdbsrv_cv_have_sync_builtins+:} false
; then :
10591 $as_echo_n "(cached) " >&6
10594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10595 /* end confdefs.h. */
10600 int foo, bar; bar = __sync_val_compare_and_swap(&foo, 0, 1);
10605 if ac_fn_c_try_link
"$LINENO"; then :
10606 gdbsrv_cv_have_sync_builtins
=yes
10608 gdbsrv_cv_have_sync_builtins
=no
10610 rm -f core conftest.err conftest.
$ac_objext \
10611 conftest
$ac_exeext conftest.
$ac_ext
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdbsrv_cv_have_sync_builtins" >&5
10614 $as_echo "$gdbsrv_cv_have_sync_builtins" >&6; }
10615 if test "$gdbsrv_cv_have_sync_builtins" = yes; then
10617 $as_echo "#define HAVE_SYNC_BUILTINS 1" >>confdefs.h
10621 saved_cflags
="$CFLAGS"
10622 CFLAGS
="$CFLAGS -fvisibility=hidden"
10623 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10624 /* end confdefs.h. */
10634 if ac_fn_c_try_compile
"$LINENO"; then :
10635 gdbsrv_cv_have_visibility_hidden
=yes
10637 gdbsrv_cv_have_visibility_hidden
=no
10639 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10640 CFLAGS
="$saved_cflags"
10645 # check whether to enable the inprocess agent
10646 if test "$ipa_obj" != "" \
10647 -a "$gdbsrv_cv_have_sync_builtins" = yes \
10648 -a "$gdbsrv_cv_have_visibility_hidden" = yes; then
10654 # Check whether --enable-inprocess-agent was given.
10655 if test "${enable_inprocess_agent+set}" = set; then :
10656 enableval
=$enable_inprocess_agent; case "$enableval" in
10657 yes) want_ipa
=true
;;
10658 no
) want_ipa
=false
;;
10659 *) as_fn_error $?
"bad value $enableval for inprocess-agent" "$LINENO" 5 ;;
10666 if $want_ipa ; then
10667 if $have_ipa ; then
10668 IPA_DEPFILES
="$ipa_obj"
10669 extra_libraries
="$extra_libraries libinproctrace.so"
10671 as_fn_error $?
"inprocess agent not supported for this target" "$LINENO" 5
10682 GNULIB
=..
/gnulib
/import
10685 if test x
"$STDINT_H" != x
; then
10686 GNULIB_STDINT_H
=$GNULIB/$STDINT_H
10690 ac_config_files
="$ac_config_files Makefile"
10693 cat >confcache
<<\_ACEOF
10694 # This file is a shell script that caches the results of configure
10695 # tests run on this system so they can be shared between configure
10696 # scripts and configure runs, see configure's option --config-cache.
10697 # It is not useful on other systems. If it contains results you don't
10698 # want to keep, you may remove or edit it.
10700 # config.status only pays attention to the cache file if you give it
10701 # the --recheck option to rerun configure.
10703 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10704 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10705 # following values.
10709 # The following way of writing the cache mishandles newlines in values,
10710 # but we know of no workaround that is simple, portable, and efficient.
10711 # So, we kill variables containing newlines.
10712 # Ultrix sh set writes to stderr and can't be redirected directly,
10713 # and sets the high bit in the cache file unless we assign to the vars.
10715 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10716 eval ac_val
=\$
$ac_var
10720 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
10721 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10724 _ | IFS | as_nl
) ;; #(
10725 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
10726 *) { eval $ac_var=; unset $ac_var;} ;;
10732 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10733 *${as_nl}ac_space
=\
*)
10734 # `set' does not quote correctly, so add quotes: double-quote
10735 # substitution turns \\\\ into \\, and sed turns \\ into \.
10738 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10741 # `set' quotes correctly as required by POSIX, so do not add quotes.
10742 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10751 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10753 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10755 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
10756 if test -w "$cache_file"; then
10757 if test "x$cache_file" != "x/dev/null"; then
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
10759 $as_echo "$as_me: updating cache $cache_file" >&6;}
10760 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
10761 cat confcache
>"$cache_file"
10763 case $cache_file in #(
10765 mv -f confcache
"$cache_file"$$
&&
10766 mv -f "$cache_file"$$
"$cache_file" ;; #(
10768 mv -f confcache
"$cache_file" ;;
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
10774 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10779 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
10780 # Let make expand exec_prefix.
10781 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
10783 DEFS
=-DHAVE_CONFIG_H
10788 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
10789 # 1. Remove the extension, and $U if already installed.
10790 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
10791 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
10792 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
10793 # will be set to the directory where LIBOBJS objects are built.
10794 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10795 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
10797 LIBOBJS
=$ac_libobjs
10799 LTLIBOBJS
=$ac_ltlibobjs
10802 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10803 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
10804 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10807 : "${CONFIG_STATUS=./config.status}"
10809 ac_clean_files_save
=$ac_clean_files
10810 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
10812 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
10814 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
10816 # Generated by $as_me.
10817 # Run this file to recreate the current configuration.
10818 # Compiler output produced by configure, useful for debugging
10819 # configure, is in config.log if it exists.
10822 ac_cs_recheck=false
10825 SHELL=\${CONFIG_SHELL-$SHELL}
10828 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
10829 ## -------------------- ##
10830 ## M4sh Initialization. ##
10831 ## -------------------- ##
10833 # Be more Bourne compatible
10834 DUALCASE
=1; export DUALCASE
# for MKS sh
10835 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
10838 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
10839 # is contrary to our usage. Disable this feature.
10840 alias -g '${1+"$@"}'='"$@"'
10841 setopt NO_GLOB_SUBST
10843 case `(set -o) 2>/dev/null` in #(
10855 # Printing a long string crashes Solaris 7 /usr/bin/printf.
10856 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
10857 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
10858 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
10859 # Prefer a ksh shell builtin over an external printf program on Solaris,
10860 # but without wasting forks for bash or zsh.
10861 if test -z "$BASH_VERSION$ZSH_VERSION" \
10862 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
10863 as_echo='print
-r --'
10864 as_echo_n='print
-rn --'
10865 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
10866 as_echo='printf %s
\n'
10867 as_echo_n='printf %s
'
10869 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
10870 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
10871 as_echo_n='/usr
/ucb
/echo -n'
10873 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
10874 as_echo_n_body='eval
10878 expr "X$arg" : "X\\(.*\\)$as_nl";
10879 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
10881 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
10883 export as_echo_n_body
10884 as_echo_n='sh
-c $as_echo_n_body as_echo
'
10886 export as_echo_body
10887 as_echo='sh
-c $as_echo_body as_echo
'
10890 # The user is always right.
10891 if test "${PATH_SEPARATOR+set}" != set; then
10893 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
10894 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
10901 # We need space, tab and new line, in precisely that order. Quoting is
10902 # there to prevent editors from complaining about space-tab.
10903 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
10904 # splitting by setting IFS to empty value.)
10907 # Find who we are. Look in the path if we contain no directory separator.
10910 *[\\/]* ) as_myself=$0 ;;
10911 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10912 for as_dir in $PATH
10915 test -z "$as_dir" && as_dir=.
10916 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10922 # We did not find ourselves, most probably we were run as `sh COMMAND'
10923 # in which case we are not to be found in the path.
10924 if test "x$as_myself" = x
; then
10927 if test ! -f "$as_myself"; then
10928 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10932 # Unset variables that we do not need and which cause bugs (e.g. in
10933 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
10934 # suppresses any "Segmentation fault" message there. '((' could
10935 # trigger a bug in pdksh 5.2.14.
10936 for as_var
in BASH_ENV ENV MAIL MAILPATH
10937 do eval test x\
${$as_var+set} = xset \
10938 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
10951 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
10954 # as_fn_error STATUS ERROR [LINENO LOG_FD]
10955 # ----------------------------------------
10956 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
10957 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
10958 # script with STATUS, using 1 if that was 0.
10961 as_status
=$1; test $as_status -eq 0 && as_status
=1
10963 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
10964 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
10966 $as_echo "$as_me: error: $2" >&2
10967 as_fn_exit
$as_status
10971 # as_fn_set_status STATUS
10972 # -----------------------
10973 # Set $? to STATUS, without forking.
10974 as_fn_set_status
()
10977 } # as_fn_set_status
10979 # as_fn_exit STATUS
10980 # -----------------
10981 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
10985 as_fn_set_status
$1
10991 # Portably unset VAR.
10994 { eval $1=; unset $1;}
10996 as_unset
=as_fn_unset
10997 # as_fn_append VAR VALUE
10998 # ----------------------
10999 # Append the text in VALUE to the end of the definition contained in VAR. Take
11000 # advantage of any shell optimizations that allow amortized linear growth over
11001 # repeated appends, instead of the typical quadratic growth present in naive
11003 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
11004 eval 'as_fn_append ()
11015 # as_fn_arith ARG...
11016 # ------------------
11017 # Perform arithmetic evaluation on the ARGs, and store the result in the
11018 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11019 # must be portable across $(()) and expr.
11020 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
11021 eval 'as_fn_arith ()
11028 as_val
=`expr "$@" || test $? -eq 1`
11033 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
11034 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
11040 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11041 as_basename
=basename
11046 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
11052 as_me
=`$as_basename -- "$0" ||
11053 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11054 X"$0" : 'X\(//\)$' \| \
11055 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11057 sed '/^.*\/\([^/][^/]*\)\/*$/{
11071 # Avoid depending upon Character Ranges.
11072 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11073 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11074 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11075 as_cr_digits
='0123456789'
11076 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11078 ECHO_C
= ECHO_N
= ECHO_T
=
11079 case `echo -n x` in #(((((
11081 case `echo 'xy\c'` in
11082 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
11084 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
11091 rm -f conf$$ conf$$.exe conf$$.
file
11092 if test -d conf$$.dir
; then
11093 rm -f conf$$.dir
/conf$$.
file
11096 mkdir conf$$.dir
2>/dev
/null
11098 if (echo >conf$$.
file) 2>/dev
/null
; then
11099 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11101 # ... but there are two gotchas:
11102 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11103 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11104 # In both cases, we have to default to `cp -pR'.
11105 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
11107 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11115 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
11116 rmdir conf$$.dir
2>/dev
/null
11121 # Create "$as_dir" as a directory, including parents if necessary.
11126 -*) as_dir
=.
/$as_dir;;
11128 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
11132 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11133 *) as_qdir
=$as_dir;;
11135 as_dirs
="'$as_qdir' $as_dirs"
11136 as_dir
=`$as_dirname -- "$as_dir" ||
11137 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11138 X"$as_dir" : 'X\(//\)[^/]' \| \
11139 X"$as_dir" : 'X\(//\)$' \| \
11140 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11141 $as_echo X"$as_dir" |
11142 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11146 /^X\(\/\/\)[^/].*/{
11159 test -d "$as_dir" && break
11161 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
11162 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
11166 if mkdir
-p .
2>/dev
/null
; then
11167 as_mkdir_p
='mkdir -p "$as_dir"'
11169 test -d .
/-p && rmdir .
/-p
11174 # as_fn_executable_p FILE
11175 # -----------------------
11176 # Test if FILE is an executable regular file.
11177 as_fn_executable_p
()
11179 test -f "$1" && test -x "$1"
11180 } # as_fn_executable_p
11181 as_test_x
='test -x'
11182 as_executable_p
=as_fn_executable_p
11184 # Sed expression to map a string onto a valid CPP name.
11185 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11187 # Sed expression to map a string onto a valid variable name.
11188 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11192 ## ----------------------------------- ##
11193 ## Main body of $CONFIG_STATUS script. ##
11194 ## ----------------------------------- ##
11196 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
11198 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11199 # Save the log message, to keep $0 and so on meaningful, and to
11200 # report actual input values of CONFIG_FILES etc. instead of their
11201 # values after options handling.
11203 This file was extended by $as_me, which was
11204 generated by GNU Autoconf 2.69. Invocation command line was
11206 CONFIG_FILES = $CONFIG_FILES
11207 CONFIG_HEADERS = $CONFIG_HEADERS
11208 CONFIG_LINKS = $CONFIG_LINKS
11209 CONFIG_COMMANDS = $CONFIG_COMMANDS
11212 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11217 case $ac_config_files in *"
11218 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
11221 case $ac_config_headers in *"
11222 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
11226 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11227 # Files that config.status was made for.
11228 config_files="$ac_config_files"
11229 config_headers="$ac_config_headers"
11230 config_commands="$ac_config_commands"
11234 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11236 \`$as_me' instantiates files and other configuration actions
11237 from templates according to the current configuration. Unless the files
11238 and actions are specified as TAGs, all are instantiated by default.
11240 Usage: $0 [OPTION]... [TAG]...
11242 -h, --help print this help, then exit
11243 -V, --version print version number and configuration settings, then exit
11244 --config print configuration, then exit
11245 -q, --quiet, --silent
11246 do not print progress messages
11247 -d, --debug don't remove temporary files
11248 --recheck update $as_me by reconfiguring in the same conditions
11249 --file=FILE[:TEMPLATE]
11250 instantiate the configuration file FILE
11251 --header=FILE[:TEMPLATE]
11252 instantiate the configuration header FILE
11254 Configuration files:
11257 Configuration headers:
11260 Configuration commands:
11263 Report bugs to the package provider."
11266 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11267 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11270 configured by $0, generated by GNU Autoconf 2.69,
11271 with options \\"\$ac_cs_config\\"
11273 Copyright (C) 2012 Free Software Foundation, Inc.
11274 This config.status script is free software; the Free Software Foundation
11275 gives unlimited permission to copy, distribute and modify it."
11280 test -n "\$AWK" || AWK=awk
11283 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11284 # The default lists apply if the user does not specify any file.
11290 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
11291 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
11295 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
11307 # Handling of the options.
11308 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11310 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
11311 $as_echo "$ac_cs_version"; exit ;;
11312 --config |
--confi |
--conf |
--con |
--co |
--c )
11313 $as_echo "$ac_cs_config"; exit ;;
11314 --debug |
--debu |
--deb |
--de |
--d |
-d )
11316 --file |
--fil |
--fi |
--f )
11319 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11320 '') as_fn_error $?
"missing file argument" ;;
11322 as_fn_append CONFIG_FILES
" '$ac_optarg'"
11323 ac_need_defaults
=false
;;
11324 --header |
--heade |
--head |
--hea )
11327 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11329 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
11330 ac_need_defaults
=false
;;
11332 # Conflict between --help and --header
11333 as_fn_error $?
"ambiguous option: \`$1'
11334 Try \`$0 --help' for more information.";;
11335 --help |
--hel |
-h )
11336 $as_echo "$ac_cs_usage"; exit ;;
11337 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11338 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11341 # This is an error.
11342 -*) as_fn_error $?
"unrecognized option: \`$1'
11343 Try \`$0 --help' for more information." ;;
11345 *) as_fn_append ac_config_targets
" $1"
11346 ac_need_defaults
=false
;;
11352 ac_configure_extra_args
=
11354 if $ac_cs_silent; then
11356 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11360 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11361 if \$ac_cs_recheck; then
11362 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11364 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11365 CONFIG_SHELL='$SHELL'
11366 export CONFIG_SHELL
11371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11375 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11376 ## Running $as_me. ##
11382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11386 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
11387 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR CONFIG_SRC_SUBDIR="$CONFIG_SRC_SUBDIR"
11391 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11393 # Handling of arguments.
11394 for ac_config_target
in $ac_config_targets
11396 case $ac_config_target in
11397 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
11398 "depdir") CONFIG_COMMANDS
="$CONFIG_COMMANDS depdir" ;;
11399 "gdbdepdir") CONFIG_COMMANDS
="$CONFIG_COMMANDS gdbdepdir" ;;
11400 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
11402 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11407 # If the user did not use the arguments to specify the items to instantiate,
11408 # then the envvar interface is used. Set only those that are not.
11409 # We use the long form for the default assignment because of an extremely
11410 # bizarre bug on SunOS 4.1.3.
11411 if $ac_need_defaults; then
11412 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
11413 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
11414 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
11417 # Have a temporary directory for convenience. Make it in the build tree
11418 # simply because there is no reason against having it here, and in addition,
11419 # creating and moving files from /tmp can sometimes cause problems.
11420 # Hook for its removal unless debugging.
11421 # Note that there is a small window in which the directory will not be cleaned:
11422 # after its creation but before its name has been assigned to `$tmp'.
11426 trap 'exit_status=$?
11427 : "${ac_tmp:=$tmp}"
11428 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
11430 trap 'as_fn_exit 1' 1 2 13 15
11432 # Create a (secure) tmp directory for tmp files.
11435 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11439 tmp
=.
/conf$$
-$RANDOM
11440 (umask 077 && mkdir
"$tmp")
11441 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
11444 # Set up the scripts for CONFIG_FILES section.
11445 # No need to generate them if there are no CONFIG_FILES.
11446 # This happens for instance with `./config.status config.h'.
11447 if test -n "$CONFIG_FILES"; then
11450 ac_cr
=`echo X | tr X '\015'`
11451 # On cygwin, bash can eat \r inside `` if the user requested igncr.
11452 # But we know of no other shell where ac_cr would be empty at this
11453 # point, so we can use a bashism as a fallback.
11454 if test "x$ac_cr" = x
; then
11455 eval ac_cr
=\$
\'\\r
\'
11457 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11458 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11461 ac_cs_awk_cr
=$ac_cr
11464 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
11469 echo "cat >conf$$subs.awk <<_ACEOF" &&
11470 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11472 } >conf$$subs.sh ||
11473 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
11474 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
11476 for ac_last_try in false false false false false :; do
11477 . ./conf$$subs.sh ||
11478 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
11480 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
11481 if test $ac_delim_n = $ac_delim_num; then
11483 elif $ac_last_try; then
11484 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
11486 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
11489 rm -f conf$$subs.sh
11491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11492 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
11496 s/^/S["/; s
/!.
*/"]=/
11506 s/\(.\{148\}\)..*/\1/
11508 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
11513 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
11520 s/\(.\{148\}\)..*/\1/
11522 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
11526 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
11531 ' <conf$$subs.awk | sed '
11536 ' >>$CONFIG_STATUS || ac_write_fail=1
11537 rm -f conf$$subs.awk
11538 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11540 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
11541 for (key in S) S_is_set[key] = 1
11547 nfields = split(line, field, "@
")
11549 len = length(field[1])
11550 for (i = 2; i < nfields; i++) {
11552 keylen = length(key)
11553 if (S_is_set[key]) {
11555 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
11556 len += length(value) + length(field[++i])
11567 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11568 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
11569 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
11572 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
11573 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
11576 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
11577 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
11578 # trailing colons and then remove the whole line if VPATH becomes empty
11579 # (actually we leave an empty line to preserve line numbers).
11580 if test "x
$srcdir" = x.; then
11581 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
11599 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11600 fi # test -n "$CONFIG_FILES"
11602 # Set up the scripts for CONFIG_HEADERS section.
11603 # No need to generate them if there are no CONFIG_HEADERS.
11604 # This happens for instance with `./config.status Makefile'.
11605 if test -n "$CONFIG_HEADERS"; then
11606 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
11610 # Transform confdefs.h into an awk script `defines.awk', embedded as
11611 # here-document in config.status, that substitutes the proper values into
11612 # config.h.in to produce config.h.
11614 # Create a delimiter string that does not exist in confdefs.h, to ease
11615 # handling of long lines.
11617 for ac_last_try in false false :; do
11618 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
11619 if test -z "$ac_tt"; then
11621 elif $ac_last_try; then
11622 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
11624 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
11628 # For the awk script, D is an array of macro values keyed by name,
11629 # likewise P contains macro parameters if any. Preserve backslash
11630 # newline sequences.
11632 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11634 s/.\{148\}/&'"$ac_delim"'/g
11637 s/^[ ]*#[ ]*define[ ][ ]*/ /
11644 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
11646 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
11650 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
11651 D["\
1"]=" \
3\\\\\\n
"\\/p
11653 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
11658 s/.\{148\}/&'"$ac_delim"'/g
11663 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
11666 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
11668 ' <confdefs.h | sed '
11669 s/'"$ac_delim"'/"\\\
11670 "/g' >>$CONFIG_STATUS || ac_write_fail=1
11672 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11673 for (key in D) D_is_set[key] = 1
11676 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
11678 split(line, arg, " ")
11679 if (arg[1] == "#") {
11683 defundef
= substr
(arg
[1], 2)
11686 split(mac1
, mac2
, "(") #)
11688 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
11689 if (D_is_set
[macro
]) {
11690 # Preserve the white space surrounding the "#".
11691 print prefix
"define", macro P
[macro
] D
[macro
]
11694 # Replace #undef with comments. This is necessary, for example,
11695 # in the case of _POSIX_SOURCE, which is predefined and required
11696 # on some systems where configure will not decide to define it.
11697 if (defundef
== "undef") {
11698 print
"/*", prefix defundef
, macro
, "*/"
11706 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11707 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
11708 fi # test -n "$CONFIG_HEADERS"
11711 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
11716 :[FHLC
]) ac_mode
=$ac_tag; continue;;
11718 case $ac_mode$ac_tag in
11720 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
11721 :[FH
]-) ac_tag
=-:-;;
11722 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
11739 -) ac_f
="$ac_tmp/stdin";;
11740 *) # Look for the file first in the build tree, then in the source tree
11741 # (if the path is not absolute). The absolute path cannot be DOS-style,
11742 # because $ac_f cannot contain `:'.
11746 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
11748 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
11750 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
11751 as_fn_append ac_file_inputs
" '$ac_f'"
11754 # Let's still pretend it is `configure' which instantiates (i.e., don't
11755 # use $as_me), people would be surprised to read:
11756 # /* config.h. Generated by config.status. */
11757 configure_input
='Generated from '`
11758 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
11760 if test x
"$ac_file" != x-
; then
11761 configure_input
="$ac_file. $configure_input"
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
11763 $as_echo "$as_me: creating $ac_file" >&6;}
11765 # Neutralize special characters interpreted by sed in replacement strings.
11766 case $configure_input in #(
11767 *\
&* |
*\|
* |
*\\* )
11768 ac_sed_conf_input
=`$as_echo "$configure_input" |
11769 sed 's/[\\\\&|]/\\\\&/g'`;; #(
11770 *) ac_sed_conf_input
=$configure_input;;
11774 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
11775 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
11780 ac_dir
=`$as_dirname -- "$ac_file" ||
11781 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11782 X"$ac_file" : 'X\(//\)[^/]' \| \
11783 X"$ac_file" : 'X\(//\)$' \| \
11784 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
11785 $as_echo X"$ac_file" |
11786 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11790 /^X\(\/\/\)[^/].*/{
11803 as_dir
="$ac_dir"; as_fn_mkdir_p
11807 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
11809 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
11810 # A ".." for each directory in $ac_dir_suffix.
11811 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
11812 case $ac_top_builddir_sub in
11813 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
11814 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
11817 ac_abs_top_builddir
=$ac_pwd
11818 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
11819 # for backward compatibility:
11820 ac_top_builddir
=$ac_top_build_prefix
11823 .
) # We are building in place.
11825 ac_top_srcdir
=$ac_top_builddir_sub
11826 ac_abs_top_srcdir
=$ac_pwd ;;
11827 [\\/]* | ?
:[\\/]* ) # Absolute name.
11828 ac_srcdir
=$srcdir$ac_dir_suffix;
11829 ac_top_srcdir
=$srcdir
11830 ac_abs_top_srcdir
=$srcdir ;;
11831 *) # Relative name.
11832 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
11833 ac_top_srcdir
=$ac_top_build_prefix$srcdir
11834 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
11836 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
11846 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
11847 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
11851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11852 # If the template does not know about datarootdir, expand it.
11853 # FIXME: This hack should be removed a few years after 2.60.
11854 ac_datarootdir_hack
=; ac_datarootdir_seen
=
11865 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
11866 *datarootdir
*) ac_datarootdir_seen
=yes;;
11867 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11869 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11871 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11872 ac_datarootdir_hack='
11873 s&@datadir@&$datadir&g
11874 s&@docdir@&$docdir&g
11875 s&@infodir@&$infodir&g
11876 s&@localedir@&$localedir&g
11877 s&@mandir@&$mandir&g
11878 s&\\\${datarootdir}&$datarootdir&g' ;;
11882 # Neutralize VPATH when `$srcdir' = `.'.
11883 # Shell code in configure.ac might set extrasub.
11884 # FIXME: do we really want to maintain this feature?
11885 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11886 ac_sed_extra="$ac_vpsub
11889 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11891 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
11892 s|@configure_input@|
$ac_sed_conf_input|
;t t
11893 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
11894 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
11895 s
&@srcdir@
&$ac_srcdir&;t t
11896 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
11897 s
&@top_srcdir@
&$ac_top_srcdir&;t t
11898 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
11899 s
&@builddir@
&$ac_builddir&;t t
11900 s
&@abs_builddir@
&$ac_abs_builddir&;t t
11901 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
11902 s
&@INSTALL@
&$ac_INSTALL&;t t
11903 $ac_datarootdir_hack
11905 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
11906 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
11908 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
11909 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
11910 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
11911 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
11913 which seems to be undefined. Please make sure it is defined" >&5
11914 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
11915 which seems to be undefined. Please make sure it is defined" >&2;}
11917 rm -f "$ac_tmp/stdin"
11919 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
11920 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
11922 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11928 if test x"$ac_file" != x-; then
11930 $as_echo "/* $configure_input */" \
11931 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
11932 } >"$ac_tmp/config.h" \
11933 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11934 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
11936 $as_echo "$as_me: $ac_file is unchanged" >&6;}
11939 mv "$ac_tmp/config.h" "$ac_file" \
11940 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11943 $as_echo "/* $configure_input */" \
11944 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
11945 || as_fn_error $? "could not create -" "$LINENO" 5
11949 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
11950 $as_echo "$as_me: executing $ac_file commands" >&6;}
11955 case $ac_file$ac_mode in
11956 "config.h":H) echo > stamp-h ;;
11957 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
11959 for subdir in ${CONFIG_SRC_SUBDIR}
11961 $SHELL $ac_aux_dir/mkinstalldirs $subdir/$DEPDIR
11970 ac_clean_files=$ac_clean_files_save
11972 test $ac_write_fail = 0 ||
11973 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
11976 # configure is writing to config.log, and then calls config.status.
11977 # config.status does its own redirection, appending to config.log.
11978 # Unfortunately, on DOS this fails, as config.log is still kept open
11979 # by configure, so config.status won't be able to
write to it
; its
11980 # output is simply discarded. So we exec the FD to /dev/null,
11981 # effectively closing config.log, so it can be properly (re)opened and
11982 # appended to by config.status. When coming back to configure, we
11983 # need to make the FD available again.
11984 if test "$no_create" != yes; then
11986 ac_config_status_args
=
11987 test "$silent" = yes &&
11988 ac_config_status_args
="$ac_config_status_args --quiet"
11990 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
11992 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11993 # would make configure fail if this is the last instruction.
11994 $ac_cs_success || as_fn_exit
1
11996 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
11998 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}