]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/configure
Simplify Python checks in configure.ac
[thirdparty/binutils-gdb.git] / gdb / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
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 ## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
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+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
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
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
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'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
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.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
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
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
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 || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
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.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
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
156 as_fn_exit 255
157 fi
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 :
162 emulate sh
163 NULLCMD=:
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+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
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; }
182
183 exitcode=0
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 :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || 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 :
201 as_have_required=yes
202 else
203 as_have_required=no
204 fi
205 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207 else
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209 as_found=false
210 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
211 do
212 IFS=$as_save_IFS
213 test -z "$as_dir" && as_dir=.
214 as_found=:
215 case $as_dir in #(
216 /*)
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 :
224 break 2
225 fi
226 fi
227 done;;
228 esac
229 as_found=false
230 done
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
234 fi; }
235 IFS=$as_save_IFS
236
237
238 if test "x$CONFIG_SHELL" != x; then :
239 export CONFIG_SHELL
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.
244 BASH_ENV=/dev/null
245 ENV=/dev/null
246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247 case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252 esac
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
257 exit 255
258 fi
259
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."
266 else
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."
271 fi
272 exit 1
273 fi
274 fi
275 fi
276 SHELL=${CONFIG_SHELL-/bin/sh}
277 export SHELL
278 # Unset more variables known to interfere with behavior of common tools.
279 CLICOLOR_FORCE= GREP_OPTIONS=
280 unset CLICOLOR_FORCE GREP_OPTIONS
281
282 ## --------------------- ##
283 ## M4sh Shell Functions. ##
284 ## --------------------- ##
285 # as_fn_unset VAR
286 # ---------------
287 # Portably unset VAR.
288 as_fn_unset ()
289 {
290 { eval $1=; unset $1;}
291 }
292 as_unset=as_fn_unset
293
294 # as_fn_set_status STATUS
295 # -----------------------
296 # Set $? to STATUS, without forking.
297 as_fn_set_status ()
298 {
299 return $1
300 } # as_fn_set_status
301
302 # as_fn_exit STATUS
303 # -----------------
304 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305 as_fn_exit ()
306 {
307 set +e
308 as_fn_set_status $1
309 exit $1
310 } # as_fn_exit
311
312 # as_fn_mkdir_p
313 # -------------
314 # Create "$as_dir" as a directory, including parents if necessary.
315 as_fn_mkdir_p ()
316 {
317
318 case $as_dir in #(
319 -*) as_dir=./$as_dir;;
320 esac
321 test -d "$as_dir" || eval $as_mkdir_p || {
322 as_dirs=
323 while :; do
324 case $as_dir in #(
325 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
326 *) as_qdir=$as_dir;;
327 esac
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
336 s//\1/
337 q
338 }
339 /^X\(\/\/\)[^/].*/{
340 s//\1/
341 q
342 }
343 /^X\(\/\/\)$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\).*/{
348 s//\1/
349 q
350 }
351 s/.*/./; q'`
352 test -d "$as_dir" && break
353 done
354 test -z "$as_dirs" || eval "mkdir $as_dirs"
355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
356
357
358 } # as_fn_mkdir_p
359
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p ()
364 {
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
372 # implementations.
373 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
374 eval 'as_fn_append ()
375 {
376 eval $1+=\$2
377 }'
378 else
379 as_fn_append ()
380 {
381 eval $1=\$$1\$2
382 }
383 fi # as_fn_append
384
385 # as_fn_arith ARG...
386 # ------------------
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 :
391 eval 'as_fn_arith ()
392 {
393 as_val=$(( $* ))
394 }'
395 else
396 as_fn_arith ()
397 {
398 as_val=`expr "$@" || test $? -eq 1`
399 }
400 fi # as_fn_arith
401
402
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.
408 as_fn_error ()
409 {
410 as_status=$1; test $as_status -eq 0 && as_status=1
411 if test "$4"; then
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
414 fi
415 $as_echo "$as_me: error: $2" >&2
416 as_fn_exit $as_status
417 } # as_fn_error
418
419 if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
421 as_expr=expr
422 else
423 as_expr=false
424 fi
425
426 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
427 as_basename=basename
428 else
429 as_basename=false
430 fi
431
432 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434 else
435 as_dirname=false
436 fi
437
438 as_me=`$as_basename -- "$0" ||
439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442 $as_echo X/"$0" |
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
444 s//\1/
445 q
446 }
447 /^X\/\(\/\/\)$/{
448 s//\1/
449 q
450 }
451 /^X\/\(\/\).*/{
452 s//\1/
453 q
454 }
455 s/.*/./; q'`
456
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
463
464
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. :-)
470 sed -n '
471 p
472 /[$]LINENO/=
473 ' <$as_myself |
474 sed '
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
479 N
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
482 t loop
483 s/-\n.*//
484 ' >$as_me.lineno &&
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; }
487
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).
495 . "./$as_me.lineno"
496 # Exit status is that of the last command.
497 exit
498 }
499
500 ECHO_C= ECHO_N= ECHO_T=
501 case `echo -n x` in #(((((
502 -n*)
503 case `echo 'xy\c'` in
504 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
505 xy) ECHO_C='\c';;
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
507 ECHO_T=' ';;
508 esac;;
509 *)
510 ECHO_N='-n';;
511 esac
512
513 rm -f conf$$ conf$$.exe conf$$.file
514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
516 else
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
519 fi
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
522 as_ln_s='ln -s'
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 ||
528 as_ln_s='cp -pR'
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
532 as_ln_s='cp -pR'
533 fi
534 else
535 as_ln_s='cp -pR'
536 fi
537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538 rmdir conf$$.dir 2>/dev/null
539
540 if mkdir -p . 2>/dev/null; then
541 as_mkdir_p='mkdir -p "$as_dir"'
542 else
543 test -d ./-p && rmdir ./-p
544 as_mkdir_p=false
545 fi
546
547 as_test_x='test -x'
548 as_executable_p=as_fn_executable_p
549
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'"
552
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'"
555
556
557 test -n "$DJDIR" || exec 7<&0 </dev/null
558 exec 6>&1
559
560 # Name of the host.
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`
564
565 #
566 # Initializations.
567 #
568 ac_default_prefix=/usr/local
569 ac_clean_files=
570 ac_config_libobj_dir=.
571 LIBOBJS=
572 cross_compiling=no
573 subdirs=
574 MFLAGS=
575 MAKEFLAGS=
576
577 # Identity of this package.
578 PACKAGE_NAME=
579 PACKAGE_TARNAME=
580 PACKAGE_VERSION=
581 PACKAGE_STRING=
582 PACKAGE_BUGREPORT=
583 PACKAGE_URL=
584
585 ac_unique_file="main.c"
586 # Factoring default headers for most tests.
587 ac_includes_default="\
588 #include <stdio.h>
589 #ifdef HAVE_SYS_TYPES_H
590 # include <sys/types.h>
591 #endif
592 #ifdef HAVE_SYS_STAT_H
593 # include <sys/stat.h>
594 #endif
595 #ifdef STDC_HEADERS
596 # include <stdlib.h>
597 # include <stddef.h>
598 #else
599 # ifdef HAVE_STDLIB_H
600 # include <stdlib.h>
601 # endif
602 #endif
603 #ifdef HAVE_STRING_H
604 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 # include <memory.h>
606 # endif
607 # include <string.h>
608 #endif
609 #ifdef HAVE_STRINGS_H
610 # include <strings.h>
611 #endif
612 #ifdef HAVE_INTTYPES_H
613 # include <inttypes.h>
614 #endif
615 #ifdef HAVE_STDINT_H
616 # include <stdint.h>
617 #endif
618 #ifdef HAVE_UNISTD_H
619 # include <unistd.h>
620 #endif"
621
622 enable_option_checking=no
623 ac_header_list=
624 ac_subst_vars='LTLIBOBJS
625 LIBOBJS
626 GCORE_TRANSFORM_NAME
627 GDB_TRANSFORM_NAME
628 XSLTPROC
629 NM_H
630 GDB_NM_FILE
631 LTLIBXXHASH
632 LIBXXHASH
633 HAVE_LIBXXHASH
634 LTLIBBABELTRACE
635 LIBBABELTRACE
636 HAVE_LIBBABELTRACE
637 HAVE_NATIVE_GCORE_HOST
638 NAT_GENERATED_FILES
639 XM_CLIBS
640 MH_CFLAGS
641 LOADLIBES
642 NAT_CDEPS
643 NATDEPFILES
644 NAT_FILE
645 target_subdir
646 CONFIG_UNINSTALL
647 CONFIG_INSTALL
648 CONFIG_CLEAN
649 CONFIG_ALL
650 CONFIG_SRCS
651 CONFIG_DEPS
652 CONFIG_OBS
653 PROFILE_CFLAGS
654 ENABLE_CFLAGS
655 SIM_OBS
656 SIM
657 XMKMF
658 GDBTK_SRC_DIR
659 GDBTK_CFLAGS
660 GDBTKLIBS
661 X_LIBS
662 X_LDFLAGS
663 X_CFLAGS
664 TK_XINCLUDES
665 TK_DEPS
666 TK_LIBRARY
667 TK_INCLUDE
668 TK_STUB_LIB_SPEC
669 TK_STUB_LIB_FLAG
670 TK_STUB_LIB_FILE
671 TK_LIB_SPEC
672 TK_LIB_FLAG
673 TK_LIB_FILE
674 TK_SRC_DIR
675 TK_BIN_DIR
676 TK_VERSION
677 TCL_DEPS
678 TCL_LIBRARY
679 TCL_INCLUDE
680 TCL_STUB_LIB_SPEC
681 TCL_STUB_LIB_FLAG
682 TCL_STUB_LIB_FILE
683 TCL_LIB_SPEC
684 TCL_LIB_FLAG
685 TCL_LIB_FILE
686 TCL_SRC_DIR
687 TCL_BIN_DIR
688 TCL_PATCH_LEVEL
689 TCL_VERSION
690 WIN32LDAPP
691 GUI_CFLAGS_X
692 LIBGUI
693 LTLIBLZMA
694 LIBLZMA
695 HAVE_LIBLZMA
696 WIN32LIBS
697 SER_HARDWIRE
698 WERROR_CFLAGS
699 WARN_CFLAGS
700 SYSTEM_GDBINIT
701 TARGET_SYSTEM_ROOT
702 CONFIG_LDFLAGS
703 RDYNAMIC
704 ALLOCA
705 LTLIBIPT
706 LIBIPT
707 HAVE_LIBIPT
708 SRCHIGH_CFLAGS
709 SRCHIGH_LIBS
710 HAVE_GUILE_FALSE
711 HAVE_GUILE_TRUE
712 GUILE_LIBS
713 GUILE_CPPFLAGS
714 GUILD_TARGET_FLAG
715 GUILD
716 pkg_config_prog_path
717 HAVE_PYTHON_FALSE
718 HAVE_PYTHON_TRUE
719 PYTHON_LIBS
720 PYTHON_CPPFLAGS
721 PYTHON_CFLAGS
722 python_prog_path
723 LTLIBMPFR
724 LIBMPFR
725 HAVE_LIBMPFR
726 LTLIBEXPAT
727 LIBEXPAT
728 HAVE_LIBEXPAT
729 JIT_READER_DIR
730 TARGET_PTR
731 READLINE_TEXI_INCFLAG
732 READLINE_CFLAGS
733 READLINE_DEPS
734 READLINE
735 LTLIBICONV
736 LIBICONV
737 zlibinc
738 zlibdir
739 MIG
740 WINDRES
741 DLLTOOL
742 AR
743 YFLAGS
744 YACC
745 RANLIB
746 LN_S
747 INSTALL_DATA
748 INSTALL_SCRIPT
749 INSTALL_PROGRAM
750 AWK
751 REPORT_BUGS_TEXI
752 REPORT_BUGS_TO
753 PKGVERSION
754 CODESIGN_CERT
755 HAVE_NATIVE_GCORE_TARGET
756 TARGET_OBS
757 subdirs
758 GDB_DATADIR
759 DEBUGDIR
760 MAKEINFO_EXTRA_FLAGS
761 MAKEINFOFLAGS
762 MAKEINFO
763 PACKAGE
764 CATOBJEXT
765 GENCAT
766 INSTOBJEXT
767 DATADIRNAME
768 CATALOGS
769 POSUB
770 GMSGFMT
771 XGETTEXT
772 INCINTL
773 LIBINTL_DEP
774 LIBINTL
775 USE_NLS
776 CCDEPMODE
777 DEPDIR
778 am__leading_dot
779 CXX_DIALECT
780 HAVE_CXX11
781 INSTALL_STRIP_PROGRAM
782 STRIP
783 install_sh
784 target_os
785 target_vendor
786 target_cpu
787 target
788 host_os
789 host_vendor
790 host_cpu
791 host
792 build_os
793 build_vendor
794 build_cpu
795 build
796 EGREP
797 GREP
798 CPP
799 ac_ct_CXX
800 CXXFLAGS
801 CXX
802 OBJEXT
803 EXEEXT
804 ac_ct_CC
805 CPPFLAGS
806 LDFLAGS
807 CFLAGS
808 CC
809 MAINT
810 MAINTAINER_MODE_FALSE
811 MAINTAINER_MODE_TRUE
812 target_alias
813 host_alias
814 build_alias
815 LIBS
816 ECHO_T
817 ECHO_N
818 ECHO_C
819 DEFS
820 mandir
821 localedir
822 libdir
823 psdir
824 pdfdir
825 dvidir
826 htmldir
827 infodir
828 docdir
829 oldincludedir
830 includedir
831 localstatedir
832 sharedstatedir
833 sysconfdir
834 datadir
835 datarootdir
836 libexecdir
837 sbindir
838 bindir
839 program_transform_name
840 prefix
841 exec_prefix
842 PACKAGE_URL
843 PACKAGE_BUGREPORT
844 PACKAGE_STRING
845 PACKAGE_VERSION
846 PACKAGE_TARNAME
847 PACKAGE_NAME
848 PATH_SEPARATOR
849 SHELL'
850 ac_subst_files='nat_makefile_frag'
851 ac_user_opts='
852 enable_option_checking
853 enable_maintainer_mode
854 enable_plugins
855 enable_largefile
856 with_separate_debug_dir
857 with_gdb_datadir
858 with_relocated_sources
859 with_auto_load_dir
860 with_auto_load_safe_path
861 enable_targets
862 enable_64_bit_bfd
863 enable_gdbmi
864 enable_tui
865 enable_gdbtk
866 with_libunwind_ia64
867 with_curses
868 enable_profiling
869 enable_codesign
870 with_pkgversion
871 with_bugurl
872 with_system_zlib
873 with_gnu_ld
874 enable_rpath
875 with_libiconv_prefix
876 with_iconv_bin
877 with_system_readline
878 with_jit_reader_dir
879 with_expat
880 with_libexpat_prefix
881 with_mpfr
882 with_libmpfr_prefix
883 with_python
884 with_guile
885 enable_source_highlight
886 with_intel_pt
887 with_libipt_prefix
888 with_included_regex
889 with_sysroot
890 with_system_gdbinit
891 enable_werror
892 enable_build_warnings
893 enable_gdb_build_warnings
894 enable_ubsan
895 with_lzma
896 with_liblzma_prefix
897 with_tcl
898 with_tk
899 with_x
900 enable_sim
901 enable_gdbserver
902 with_babeltrace
903 with_libbabeltrace_prefix
904 with_xxhash
905 with_libxxhash_prefix
906 enable_unit_tests
907 '
908 ac_precious_vars='build_alias
909 host_alias
910 target_alias
911 CC
912 CFLAGS
913 LDFLAGS
914 LIBS
915 CPPFLAGS
916 CXX
917 CXXFLAGS
918 CCC
919 CPP
920 MAKEINFO
921 MAKEINFOFLAGS
922 YACC
923 YFLAGS
924 XMKMF'
925 ac_subdirs_all='testsuite
926 gdbtk
927 gdbserver'
928
929 # Initialize some variables set by options.
930 ac_init_help=
931 ac_init_version=false
932 ac_unrecognized_opts=
933 ac_unrecognized_sep=
934 # The variables have the same names as the options, with
935 # dashes changed to underlines.
936 cache_file=/dev/null
937 exec_prefix=NONE
938 no_create=
939 no_recursion=
940 prefix=NONE
941 program_prefix=NONE
942 program_suffix=NONE
943 program_transform_name=s,x,x,
944 silent=
945 site=
946 srcdir=
947 verbose=
948 x_includes=NONE
949 x_libraries=NONE
950
951 # Installation directory options.
952 # These are left unexpanded so users can "make install exec_prefix=/foo"
953 # and all the variables that are supposed to be based on exec_prefix
954 # by default will actually change.
955 # Use braces instead of parens because sh, perl, etc. also accept them.
956 # (The list follows the same order as the GNU Coding Standards.)
957 bindir='${exec_prefix}/bin'
958 sbindir='${exec_prefix}/sbin'
959 libexecdir='${exec_prefix}/libexec'
960 datarootdir='${prefix}/share'
961 datadir='${datarootdir}'
962 sysconfdir='${prefix}/etc'
963 sharedstatedir='${prefix}/com'
964 localstatedir='${prefix}/var'
965 includedir='${prefix}/include'
966 oldincludedir='/usr/include'
967 docdir='${datarootdir}/doc/${PACKAGE}'
968 infodir='${datarootdir}/info'
969 htmldir='${docdir}'
970 dvidir='${docdir}'
971 pdfdir='${docdir}'
972 psdir='${docdir}'
973 libdir='${exec_prefix}/lib'
974 localedir='${datarootdir}/locale'
975 mandir='${datarootdir}/man'
976
977 ac_prev=
978 ac_dashdash=
979 for ac_option
980 do
981 # If the previous option needs an argument, assign it.
982 if test -n "$ac_prev"; then
983 eval $ac_prev=\$ac_option
984 ac_prev=
985 continue
986 fi
987
988 case $ac_option in
989 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
990 *=) ac_optarg= ;;
991 *) ac_optarg=yes ;;
992 esac
993
994 # Accept the important Cygnus configure options, so we can diagnose typos.
995
996 case $ac_dashdash$ac_option in
997 --)
998 ac_dashdash=yes ;;
999
1000 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1001 ac_prev=bindir ;;
1002 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1003 bindir=$ac_optarg ;;
1004
1005 -build | --build | --buil | --bui | --bu)
1006 ac_prev=build_alias ;;
1007 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1008 build_alias=$ac_optarg ;;
1009
1010 -cache-file | --cache-file | --cache-fil | --cache-fi \
1011 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1012 ac_prev=cache_file ;;
1013 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1014 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1015 cache_file=$ac_optarg ;;
1016
1017 --config-cache | -C)
1018 cache_file=config.cache ;;
1019
1020 -datadir | --datadir | --datadi | --datad)
1021 ac_prev=datadir ;;
1022 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1023 datadir=$ac_optarg ;;
1024
1025 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1026 | --dataroo | --dataro | --datar)
1027 ac_prev=datarootdir ;;
1028 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1029 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1030 datarootdir=$ac_optarg ;;
1031
1032 -disable-* | --disable-*)
1033 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1034 # Reject names that are not valid shell variable names.
1035 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1036 as_fn_error $? "invalid feature name: $ac_useropt"
1037 ac_useropt_orig=$ac_useropt
1038 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1039 case $ac_user_opts in
1040 *"
1041 "enable_$ac_useropt"
1042 "*) ;;
1043 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1044 ac_unrecognized_sep=', ';;
1045 esac
1046 eval enable_$ac_useropt=no ;;
1047
1048 -docdir | --docdir | --docdi | --doc | --do)
1049 ac_prev=docdir ;;
1050 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1051 docdir=$ac_optarg ;;
1052
1053 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1054 ac_prev=dvidir ;;
1055 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1056 dvidir=$ac_optarg ;;
1057
1058 -enable-* | --enable-*)
1059 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1060 # Reject names that are not valid shell variable names.
1061 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1062 as_fn_error $? "invalid feature name: $ac_useropt"
1063 ac_useropt_orig=$ac_useropt
1064 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1065 case $ac_user_opts in
1066 *"
1067 "enable_$ac_useropt"
1068 "*) ;;
1069 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1070 ac_unrecognized_sep=', ';;
1071 esac
1072 eval enable_$ac_useropt=\$ac_optarg ;;
1073
1074 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1075 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1076 | --exec | --exe | --ex)
1077 ac_prev=exec_prefix ;;
1078 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1079 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1080 | --exec=* | --exe=* | --ex=*)
1081 exec_prefix=$ac_optarg ;;
1082
1083 -gas | --gas | --ga | --g)
1084 # Obsolete; use --with-gas.
1085 with_gas=yes ;;
1086
1087 -help | --help | --hel | --he | -h)
1088 ac_init_help=long ;;
1089 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1090 ac_init_help=recursive ;;
1091 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1092 ac_init_help=short ;;
1093
1094 -host | --host | --hos | --ho)
1095 ac_prev=host_alias ;;
1096 -host=* | --host=* | --hos=* | --ho=*)
1097 host_alias=$ac_optarg ;;
1098
1099 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1100 ac_prev=htmldir ;;
1101 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1102 | --ht=*)
1103 htmldir=$ac_optarg ;;
1104
1105 -includedir | --includedir | --includedi | --included | --include \
1106 | --includ | --inclu | --incl | --inc)
1107 ac_prev=includedir ;;
1108 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1109 | --includ=* | --inclu=* | --incl=* | --inc=*)
1110 includedir=$ac_optarg ;;
1111
1112 -infodir | --infodir | --infodi | --infod | --info | --inf)
1113 ac_prev=infodir ;;
1114 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1115 infodir=$ac_optarg ;;
1116
1117 -libdir | --libdir | --libdi | --libd)
1118 ac_prev=libdir ;;
1119 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1120 libdir=$ac_optarg ;;
1121
1122 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1123 | --libexe | --libex | --libe)
1124 ac_prev=libexecdir ;;
1125 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1126 | --libexe=* | --libex=* | --libe=*)
1127 libexecdir=$ac_optarg ;;
1128
1129 -localedir | --localedir | --localedi | --localed | --locale)
1130 ac_prev=localedir ;;
1131 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1132 localedir=$ac_optarg ;;
1133
1134 -localstatedir | --localstatedir | --localstatedi | --localstated \
1135 | --localstate | --localstat | --localsta | --localst | --locals)
1136 ac_prev=localstatedir ;;
1137 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1138 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1139 localstatedir=$ac_optarg ;;
1140
1141 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1142 ac_prev=mandir ;;
1143 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1144 mandir=$ac_optarg ;;
1145
1146 -nfp | --nfp | --nf)
1147 # Obsolete; use --without-fp.
1148 with_fp=no ;;
1149
1150 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1151 | --no-cr | --no-c | -n)
1152 no_create=yes ;;
1153
1154 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1155 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1156 no_recursion=yes ;;
1157
1158 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1159 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1160 | --oldin | --oldi | --old | --ol | --o)
1161 ac_prev=oldincludedir ;;
1162 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1163 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1164 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1165 oldincludedir=$ac_optarg ;;
1166
1167 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1168 ac_prev=prefix ;;
1169 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1170 prefix=$ac_optarg ;;
1171
1172 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1173 | --program-pre | --program-pr | --program-p)
1174 ac_prev=program_prefix ;;
1175 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1176 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1177 program_prefix=$ac_optarg ;;
1178
1179 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1180 | --program-suf | --program-su | --program-s)
1181 ac_prev=program_suffix ;;
1182 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1183 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1184 program_suffix=$ac_optarg ;;
1185
1186 -program-transform-name | --program-transform-name \
1187 | --program-transform-nam | --program-transform-na \
1188 | --program-transform-n | --program-transform- \
1189 | --program-transform | --program-transfor \
1190 | --program-transfo | --program-transf \
1191 | --program-trans | --program-tran \
1192 | --progr-tra | --program-tr | --program-t)
1193 ac_prev=program_transform_name ;;
1194 -program-transform-name=* | --program-transform-name=* \
1195 | --program-transform-nam=* | --program-transform-na=* \
1196 | --program-transform-n=* | --program-transform-=* \
1197 | --program-transform=* | --program-transfor=* \
1198 | --program-transfo=* | --program-transf=* \
1199 | --program-trans=* | --program-tran=* \
1200 | --progr-tra=* | --program-tr=* | --program-t=*)
1201 program_transform_name=$ac_optarg ;;
1202
1203 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1204 ac_prev=pdfdir ;;
1205 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1206 pdfdir=$ac_optarg ;;
1207
1208 -psdir | --psdir | --psdi | --psd | --ps)
1209 ac_prev=psdir ;;
1210 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1211 psdir=$ac_optarg ;;
1212
1213 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1214 | -silent | --silent | --silen | --sile | --sil)
1215 silent=yes ;;
1216
1217 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1218 ac_prev=sbindir ;;
1219 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1220 | --sbi=* | --sb=*)
1221 sbindir=$ac_optarg ;;
1222
1223 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1224 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1225 | --sharedst | --shareds | --shared | --share | --shar \
1226 | --sha | --sh)
1227 ac_prev=sharedstatedir ;;
1228 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1229 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1230 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1231 | --sha=* | --sh=*)
1232 sharedstatedir=$ac_optarg ;;
1233
1234 -site | --site | --sit)
1235 ac_prev=site ;;
1236 -site=* | --site=* | --sit=*)
1237 site=$ac_optarg ;;
1238
1239 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1240 ac_prev=srcdir ;;
1241 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1242 srcdir=$ac_optarg ;;
1243
1244 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1245 | --syscon | --sysco | --sysc | --sys | --sy)
1246 ac_prev=sysconfdir ;;
1247 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1248 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1249 sysconfdir=$ac_optarg ;;
1250
1251 -target | --target | --targe | --targ | --tar | --ta | --t)
1252 ac_prev=target_alias ;;
1253 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1254 target_alias=$ac_optarg ;;
1255
1256 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1257 verbose=yes ;;
1258
1259 -version | --version | --versio | --versi | --vers | -V)
1260 ac_init_version=: ;;
1261
1262 -with-* | --with-*)
1263 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1264 # Reject names that are not valid shell variable names.
1265 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1266 as_fn_error $? "invalid package name: $ac_useropt"
1267 ac_useropt_orig=$ac_useropt
1268 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1269 case $ac_user_opts in
1270 *"
1271 "with_$ac_useropt"
1272 "*) ;;
1273 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1274 ac_unrecognized_sep=', ';;
1275 esac
1276 eval with_$ac_useropt=\$ac_optarg ;;
1277
1278 -without-* | --without-*)
1279 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1280 # Reject names that are not valid shell variable names.
1281 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1282 as_fn_error $? "invalid package name: $ac_useropt"
1283 ac_useropt_orig=$ac_useropt
1284 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1285 case $ac_user_opts in
1286 *"
1287 "with_$ac_useropt"
1288 "*) ;;
1289 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1290 ac_unrecognized_sep=', ';;
1291 esac
1292 eval with_$ac_useropt=no ;;
1293
1294 --x)
1295 # Obsolete; use --with-x.
1296 with_x=yes ;;
1297
1298 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1299 | --x-incl | --x-inc | --x-in | --x-i)
1300 ac_prev=x_includes ;;
1301 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1302 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1303 x_includes=$ac_optarg ;;
1304
1305 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1306 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1307 ac_prev=x_libraries ;;
1308 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1309 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1310 x_libraries=$ac_optarg ;;
1311
1312 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1313 Try \`$0 --help' for more information"
1314 ;;
1315
1316 *=*)
1317 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1318 # Reject names that are not valid shell variable names.
1319 case $ac_envvar in #(
1320 '' | [0-9]* | *[!_$as_cr_alnum]* )
1321 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1322 esac
1323 eval $ac_envvar=\$ac_optarg
1324 export $ac_envvar ;;
1325
1326 *)
1327 # FIXME: should be removed in autoconf 3.0.
1328 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1329 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1330 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1331 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1332 ;;
1333
1334 esac
1335 done
1336
1337 if test -n "$ac_prev"; then
1338 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1339 as_fn_error $? "missing argument to $ac_option"
1340 fi
1341
1342 if test -n "$ac_unrecognized_opts"; then
1343 case $enable_option_checking in
1344 no) ;;
1345 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1346 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1347 esac
1348 fi
1349
1350 # Check all directory arguments for consistency.
1351 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1352 datadir sysconfdir sharedstatedir localstatedir includedir \
1353 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1354 libdir localedir mandir
1355 do
1356 eval ac_val=\$$ac_var
1357 # Remove trailing slashes.
1358 case $ac_val in
1359 */ )
1360 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1361 eval $ac_var=\$ac_val;;
1362 esac
1363 # Be sure to have absolute directory names.
1364 case $ac_val in
1365 [\\/$]* | ?:[\\/]* ) continue;;
1366 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1367 esac
1368 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1369 done
1370
1371 # There might be people who depend on the old broken behavior: `$host'
1372 # used to hold the argument of --host etc.
1373 # FIXME: To remove some day.
1374 build=$build_alias
1375 host=$host_alias
1376 target=$target_alias
1377
1378 # FIXME: To remove some day.
1379 if test "x$host_alias" != x; then
1380 if test "x$build_alias" = x; then
1381 cross_compiling=maybe
1382 elif test "x$build_alias" != "x$host_alias"; then
1383 cross_compiling=yes
1384 fi
1385 fi
1386
1387 ac_tool_prefix=
1388 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1389
1390 test "$silent" = yes && exec 6>/dev/null
1391
1392
1393 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1394 ac_ls_di=`ls -di .` &&
1395 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1396 as_fn_error $? "working directory cannot be determined"
1397 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1398 as_fn_error $? "pwd does not report name of working directory"
1399
1400
1401 # Find the source files, if location was not specified.
1402 if test -z "$srcdir"; then
1403 ac_srcdir_defaulted=yes
1404 # Try the directory containing this script, then the parent directory.
1405 ac_confdir=`$as_dirname -- "$as_myself" ||
1406 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1407 X"$as_myself" : 'X\(//\)[^/]' \| \
1408 X"$as_myself" : 'X\(//\)$' \| \
1409 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1410 $as_echo X"$as_myself" |
1411 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1412 s//\1/
1413 q
1414 }
1415 /^X\(\/\/\)[^/].*/{
1416 s//\1/
1417 q
1418 }
1419 /^X\(\/\/\)$/{
1420 s//\1/
1421 q
1422 }
1423 /^X\(\/\).*/{
1424 s//\1/
1425 q
1426 }
1427 s/.*/./; q'`
1428 srcdir=$ac_confdir
1429 if test ! -r "$srcdir/$ac_unique_file"; then
1430 srcdir=..
1431 fi
1432 else
1433 ac_srcdir_defaulted=no
1434 fi
1435 if test ! -r "$srcdir/$ac_unique_file"; then
1436 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1437 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1438 fi
1439 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1440 ac_abs_confdir=`(
1441 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1442 pwd)`
1443 # When building in place, set srcdir=.
1444 if test "$ac_abs_confdir" = "$ac_pwd"; then
1445 srcdir=.
1446 fi
1447 # Remove unnecessary trailing slashes from srcdir.
1448 # Double slashes in file names in object file debugging info
1449 # mess up M-x gdb in Emacs.
1450 case $srcdir in
1451 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1452 esac
1453 for ac_var in $ac_precious_vars; do
1454 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1455 eval ac_env_${ac_var}_value=\$${ac_var}
1456 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1457 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1458 done
1459
1460 #
1461 # Report the --help message.
1462 #
1463 if test "$ac_init_help" = "long"; then
1464 # Omit some internal or obsolete options to make the list less imposing.
1465 # This message is too long to be a string in the A/UX 3.1 sh.
1466 cat <<_ACEOF
1467 \`configure' configures this package to adapt to many kinds of systems.
1468
1469 Usage: $0 [OPTION]... [VAR=VALUE]...
1470
1471 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1472 VAR=VALUE. See below for descriptions of some of the useful variables.
1473
1474 Defaults for the options are specified in brackets.
1475
1476 Configuration:
1477 -h, --help display this help and exit
1478 --help=short display options specific to this package
1479 --help=recursive display the short help of all the included packages
1480 -V, --version display version information and exit
1481 -q, --quiet, --silent do not print \`checking ...' messages
1482 --cache-file=FILE cache test results in FILE [disabled]
1483 -C, --config-cache alias for \`--cache-file=config.cache'
1484 -n, --no-create do not create output files
1485 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1486
1487 Installation directories:
1488 --prefix=PREFIX install architecture-independent files in PREFIX
1489 [$ac_default_prefix]
1490 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1491 [PREFIX]
1492
1493 By default, \`make install' will install all the files in
1494 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1495 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1496 for instance \`--prefix=\$HOME'.
1497
1498 For better control, use the options below.
1499
1500 Fine tuning of the installation directories:
1501 --bindir=DIR user executables [EPREFIX/bin]
1502 --sbindir=DIR system admin executables [EPREFIX/sbin]
1503 --libexecdir=DIR program executables [EPREFIX/libexec]
1504 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1505 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1506 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1507 --libdir=DIR object code libraries [EPREFIX/lib]
1508 --includedir=DIR C header files [PREFIX/include]
1509 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1510 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1511 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1512 --infodir=DIR info documentation [DATAROOTDIR/info]
1513 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1514 --mandir=DIR man documentation [DATAROOTDIR/man]
1515 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1516 --htmldir=DIR html documentation [DOCDIR]
1517 --dvidir=DIR dvi documentation [DOCDIR]
1518 --pdfdir=DIR pdf documentation [DOCDIR]
1519 --psdir=DIR ps documentation [DOCDIR]
1520 _ACEOF
1521
1522 cat <<\_ACEOF
1523
1524 Program names:
1525 --program-prefix=PREFIX prepend PREFIX to installed program names
1526 --program-suffix=SUFFIX append SUFFIX to installed program names
1527 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1528
1529 X features:
1530 --x-includes=DIR X include files are in DIR
1531 --x-libraries=DIR X library files are in DIR
1532
1533 System types:
1534 --build=BUILD configure for building on BUILD [guessed]
1535 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1536 --target=TARGET configure for building compilers for TARGET [HOST]
1537 _ACEOF
1538 fi
1539
1540 if test -n "$ac_init_help"; then
1541
1542 cat <<\_ACEOF
1543
1544 Optional Features:
1545 --disable-option-checking ignore unrecognized --enable/--with options
1546 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1547 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1548 --enable-maintainer-mode
1549 enable make rules and dependencies not useful (and
1550 sometimes confusing) to the casual installer
1551 --enable-plugins Enable support for plugins
1552 --disable-largefile omit support for large files
1553 --enable-targets=TARGETS
1554 alternative target configurations
1555 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1556 --disable-gdbmi disable machine-interface (MI)
1557 --enable-tui enable full-screen terminal user interface (TUI)
1558 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1559 --enable-profiling enable profiling of GDB
1560 --enable-codesign=CERT sign gdb with 'codesign -s CERT'
1561 --disable-rpath do not hardcode runtime library paths
1562 --enable-source-highlight
1563 enable source-highlight for source listings
1564 --enable-werror treat compile warnings as errors
1565 --enable-build-warnings enable build-time compiler warnings if gcc is used
1566 --enable-gdb-build-warnings
1567 enable GDB specific build-time compiler warnings if
1568 gcc is used
1569 --enable-ubsan enable undefined behavior sanitizer (auto/yes/no)
1570 --enable-sim link gdb with simulator
1571 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1572 is auto)
1573 --enable-unit-tests Enable the inclusion of unit tests when compiling
1574 GDB
1575
1576 Optional Packages:
1577 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1578 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1579 --with-separate-debug-dir=PATH
1580 look for global separate debug info in this path
1581 [LIBDIR/debug]
1582 --with-gdb-datadir=PATH look for global separate data files in this path
1583 [DATADIR/gdb]
1584 --with-relocated-sources=PATH
1585 automatically relocate this path for source files
1586 --with-auto-load-dir=PATH
1587 directories from which to load auto-loaded scripts
1588 [$debugdir:$datadir/auto-load]
1589 --with-auto-load-safe-path=PATH
1590 directories safe to hold auto-loaded files
1591 [--with-auto-load-dir]
1592 --without-auto-load-safe-path
1593 do not restrict auto-loaded files locations
1594 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
1595 --with-curses use the curses library instead of the termcap
1596 library
1597 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1598 --with-bugurl=URL Direct users to URL to report a bug
1599 --with-system-zlib use installed libz
1600 --with-gnu-ld assume the C compiler uses GNU ld default=no
1601 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1602 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1603 --with-iconv-bin=PATH specify where to find the iconv program
1604 --with-system-readline use installed readline library
1605 --with-jit-reader-dir=PATH
1606 directory to load the JIT readers from
1607 --with-expat include expat support (auto/yes/no)
1608 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1609 --without-libexpat-prefix don't search for libexpat in includedir and libdir
1610 --with-mpfr include MPFR support (auto/yes/no)
1611 --with-libmpfr-prefix[=DIR] search for libmpfr in DIR/include and DIR/lib
1612 --without-libmpfr-prefix don't search for libmpfr in includedir and libdir
1613 --with-python[=PYTHON] include python support
1614 (auto/yes/no/<python-program>)
1615 --with-guile[=GUILE] include guile support
1616 (auto/yes/no/<guile-version>/<pkg-config-program>)
1617 --with-intel-pt include Intel Processor Trace support (auto/yes/no)
1618 --with-libipt-prefix[=DIR] search for libipt in DIR/include and DIR/lib
1619 --without-libipt-prefix don't search for libipt in includedir and libdir
1620 --without-included-regex
1621 don't use included regex; this is the default on
1622 systems with version 2 of the GNU C library (use
1623 with caution on other system)
1624 --with-sysroot[=DIR] search for usr/lib et al within DIR
1625 --with-system-gdbinit=PATH
1626 automatically load a system-wide gdbinit file
1627 --with-lzma support lzma compression (auto/yes/no)
1628 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1629 --without-liblzma-prefix don't search for liblzma in includedir and libdir
1630 --with-tcl directory containing tcl configuration (tclConfig.sh)
1631 --with-tk directory containing tk configuration (tkConfig.sh)
1632 --with-x use the X Window System
1633 --with-babeltrace include babeltrace support (auto/yes/no)
1634 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1635 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
1636 --with-xxhash use libxxhash for hashing (faster) (auto/yes/no)
1637 --with-libxxhash-prefix[=DIR] search for libxxhash in DIR/include and DIR/lib
1638 --without-libxxhash-prefix don't search for libxxhash in includedir and libdir
1639
1640 Some influential environment variables:
1641 CC C compiler command
1642 CFLAGS C compiler flags
1643 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1644 nonstandard directory <lib dir>
1645 LIBS libraries to pass to the linker, e.g. -l<library>
1646 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1647 you have headers in a nonstandard directory <include dir>
1648 CXX C++ compiler command
1649 CXXFLAGS C++ compiler flags
1650 CPP C preprocessor
1651 MAKEINFO Parent configure detects if it is of sufficient version.
1652 MAKEINFOFLAGS
1653 Parameters for MAKEINFO.
1654 YACC The `Yet Another Compiler Compiler' implementation to use.
1655 Defaults to the first program found out of: `bison -y', `byacc',
1656 `yacc'.
1657 YFLAGS The list of arguments that will be passed by default to $YACC.
1658 This script will default YFLAGS to the empty string to avoid a
1659 default value of `-d' given by some make applications.
1660 XMKMF Path to xmkmf, Makefile generator for X Window System
1661
1662 Use these variables to override the choices made by `configure' or to help
1663 it to find libraries and programs with nonstandard names/locations.
1664
1665 Report bugs to the package provider.
1666 _ACEOF
1667 ac_status=$?
1668 fi
1669
1670 if test "$ac_init_help" = "recursive"; then
1671 # If there are subdirs, report their specific --help.
1672 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1673 test -d "$ac_dir" ||
1674 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1675 continue
1676 ac_builddir=.
1677
1678 case "$ac_dir" in
1679 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1680 *)
1681 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1682 # A ".." for each directory in $ac_dir_suffix.
1683 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1684 case $ac_top_builddir_sub in
1685 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1686 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1687 esac ;;
1688 esac
1689 ac_abs_top_builddir=$ac_pwd
1690 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1691 # for backward compatibility:
1692 ac_top_builddir=$ac_top_build_prefix
1693
1694 case $srcdir in
1695 .) # We are building in place.
1696 ac_srcdir=.
1697 ac_top_srcdir=$ac_top_builddir_sub
1698 ac_abs_top_srcdir=$ac_pwd ;;
1699 [\\/]* | ?:[\\/]* ) # Absolute name.
1700 ac_srcdir=$srcdir$ac_dir_suffix;
1701 ac_top_srcdir=$srcdir
1702 ac_abs_top_srcdir=$srcdir ;;
1703 *) # Relative name.
1704 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1705 ac_top_srcdir=$ac_top_build_prefix$srcdir
1706 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1707 esac
1708 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1709
1710 cd "$ac_dir" || { ac_status=$?; continue; }
1711 # Check for guested configure.
1712 if test -f "$ac_srcdir/configure.gnu"; then
1713 echo &&
1714 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1715 elif test -f "$ac_srcdir/configure"; then
1716 echo &&
1717 $SHELL "$ac_srcdir/configure" --help=recursive
1718 else
1719 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1720 fi || ac_status=$?
1721 cd "$ac_pwd" || { ac_status=$?; break; }
1722 done
1723 fi
1724
1725 test -n "$ac_init_help" && exit $ac_status
1726 if $ac_init_version; then
1727 cat <<\_ACEOF
1728 configure
1729 generated by GNU Autoconf 2.69
1730
1731 Copyright (C) 2012 Free Software Foundation, Inc.
1732 This configure script is free software; the Free Software Foundation
1733 gives unlimited permission to copy, distribute and modify it.
1734 _ACEOF
1735 exit
1736 fi
1737
1738 ## ------------------------ ##
1739 ## Autoconf initialization. ##
1740 ## ------------------------ ##
1741
1742 # ac_fn_c_try_compile LINENO
1743 # --------------------------
1744 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1745 ac_fn_c_try_compile ()
1746 {
1747 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1748 rm -f conftest.$ac_objext
1749 if { { ac_try="$ac_compile"
1750 case "(($ac_try" in
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1752 *) ac_try_echo=$ac_try;;
1753 esac
1754 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1755 $as_echo "$ac_try_echo"; } >&5
1756 (eval "$ac_compile") 2>conftest.err
1757 ac_status=$?
1758 if test -s conftest.err; then
1759 grep -v '^ *+' conftest.err >conftest.er1
1760 cat conftest.er1 >&5
1761 mv -f conftest.er1 conftest.err
1762 fi
1763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1764 test $ac_status = 0; } && {
1765 test -z "$ac_c_werror_flag" ||
1766 test ! -s conftest.err
1767 } && test -s conftest.$ac_objext; then :
1768 ac_retval=0
1769 else
1770 $as_echo "$as_me: failed program was:" >&5
1771 sed 's/^/| /' conftest.$ac_ext >&5
1772
1773 ac_retval=1
1774 fi
1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1776 as_fn_set_status $ac_retval
1777
1778 } # ac_fn_c_try_compile
1779
1780 # ac_fn_cxx_try_compile LINENO
1781 # ----------------------------
1782 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1783 ac_fn_cxx_try_compile ()
1784 {
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 rm -f conftest.$ac_objext
1787 if { { ac_try="$ac_compile"
1788 case "(($ac_try" in
1789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1790 *) ac_try_echo=$ac_try;;
1791 esac
1792 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1793 $as_echo "$ac_try_echo"; } >&5
1794 (eval "$ac_compile") 2>conftest.err
1795 ac_status=$?
1796 if test -s conftest.err; then
1797 grep -v '^ *+' conftest.err >conftest.er1
1798 cat conftest.er1 >&5
1799 mv -f conftest.er1 conftest.err
1800 fi
1801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1802 test $ac_status = 0; } && {
1803 test -z "$ac_cxx_werror_flag" ||
1804 test ! -s conftest.err
1805 } && test -s conftest.$ac_objext; then :
1806 ac_retval=0
1807 else
1808 $as_echo "$as_me: failed program was:" >&5
1809 sed 's/^/| /' conftest.$ac_ext >&5
1810
1811 ac_retval=1
1812 fi
1813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1814 as_fn_set_status $ac_retval
1815
1816 } # ac_fn_cxx_try_compile
1817
1818 # ac_fn_c_try_cpp LINENO
1819 # ----------------------
1820 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1821 ac_fn_c_try_cpp ()
1822 {
1823 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1824 if { { ac_try="$ac_cpp conftest.$ac_ext"
1825 case "(($ac_try" in
1826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1827 *) ac_try_echo=$ac_try;;
1828 esac
1829 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1830 $as_echo "$ac_try_echo"; } >&5
1831 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1832 ac_status=$?
1833 if test -s conftest.err; then
1834 grep -v '^ *+' conftest.err >conftest.er1
1835 cat conftest.er1 >&5
1836 mv -f conftest.er1 conftest.err
1837 fi
1838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1839 test $ac_status = 0; } > conftest.i && {
1840 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1841 test ! -s conftest.err
1842 }; then :
1843 ac_retval=0
1844 else
1845 $as_echo "$as_me: failed program was:" >&5
1846 sed 's/^/| /' conftest.$ac_ext >&5
1847
1848 ac_retval=1
1849 fi
1850 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1851 as_fn_set_status $ac_retval
1852
1853 } # ac_fn_c_try_cpp
1854
1855 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1856 # -------------------------------------------------------
1857 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1858 # the include files in INCLUDES and setting the cache variable VAR
1859 # accordingly.
1860 ac_fn_c_check_header_mongrel ()
1861 {
1862 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1863 if eval \${$3+:} false; then :
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1865 $as_echo_n "checking for $2... " >&6; }
1866 if eval \${$3+:} false; then :
1867 $as_echo_n "(cached) " >&6
1868 fi
1869 eval ac_res=\$$3
1870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1871 $as_echo "$ac_res" >&6; }
1872 else
1873 # Is the header compilable?
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1875 $as_echo_n "checking $2 usability... " >&6; }
1876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1877 /* end confdefs.h. */
1878 $4
1879 #include <$2>
1880 _ACEOF
1881 if ac_fn_c_try_compile "$LINENO"; then :
1882 ac_header_compiler=yes
1883 else
1884 ac_header_compiler=no
1885 fi
1886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1888 $as_echo "$ac_header_compiler" >&6; }
1889
1890 # Is the header present?
1891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1892 $as_echo_n "checking $2 presence... " >&6; }
1893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1894 /* end confdefs.h. */
1895 #include <$2>
1896 _ACEOF
1897 if ac_fn_c_try_cpp "$LINENO"; then :
1898 ac_header_preproc=yes
1899 else
1900 ac_header_preproc=no
1901 fi
1902 rm -f conftest.err conftest.i conftest.$ac_ext
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1904 $as_echo "$ac_header_preproc" >&6; }
1905
1906 # So? What about this header?
1907 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1908 yes:no: )
1909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1910 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1912 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1913 ;;
1914 no:yes:* )
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1916 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1918 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1920 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1922 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1924 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1925 ;;
1926 esac
1927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1928 $as_echo_n "checking for $2... " >&6; }
1929 if eval \${$3+:} false; then :
1930 $as_echo_n "(cached) " >&6
1931 else
1932 eval "$3=\$ac_header_compiler"
1933 fi
1934 eval ac_res=\$$3
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1936 $as_echo "$ac_res" >&6; }
1937 fi
1938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1939
1940 } # ac_fn_c_check_header_mongrel
1941
1942 # ac_fn_c_try_run LINENO
1943 # ----------------------
1944 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1945 # that executables *can* be run.
1946 ac_fn_c_try_run ()
1947 {
1948 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1949 if { { ac_try="$ac_link"
1950 case "(($ac_try" in
1951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1952 *) ac_try_echo=$ac_try;;
1953 esac
1954 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1955 $as_echo "$ac_try_echo"; } >&5
1956 (eval "$ac_link") 2>&5
1957 ac_status=$?
1958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1959 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1960 { { case "(($ac_try" in
1961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1962 *) ac_try_echo=$ac_try;;
1963 esac
1964 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1965 $as_echo "$ac_try_echo"; } >&5
1966 (eval "$ac_try") 2>&5
1967 ac_status=$?
1968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1969 test $ac_status = 0; }; }; then :
1970 ac_retval=0
1971 else
1972 $as_echo "$as_me: program exited with status $ac_status" >&5
1973 $as_echo "$as_me: failed program was:" >&5
1974 sed 's/^/| /' conftest.$ac_ext >&5
1975
1976 ac_retval=$ac_status
1977 fi
1978 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1979 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1980 as_fn_set_status $ac_retval
1981
1982 } # ac_fn_c_try_run
1983
1984 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1985 # -------------------------------------------------------
1986 # Tests whether HEADER exists and can be compiled using the include files in
1987 # INCLUDES, setting the cache variable VAR accordingly.
1988 ac_fn_c_check_header_compile ()
1989 {
1990 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1992 $as_echo_n "checking for $2... " >&6; }
1993 if eval \${$3+:} false; then :
1994 $as_echo_n "(cached) " >&6
1995 else
1996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1997 /* end confdefs.h. */
1998 $4
1999 #include <$2>
2000 _ACEOF
2001 if ac_fn_c_try_compile "$LINENO"; then :
2002 eval "$3=yes"
2003 else
2004 eval "$3=no"
2005 fi
2006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007 fi
2008 eval ac_res=\$$3
2009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2010 $as_echo "$ac_res" >&6; }
2011 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2012
2013 } # ac_fn_c_check_header_compile
2014
2015 # ac_fn_c_try_link LINENO
2016 # -----------------------
2017 # Try to link conftest.$ac_ext, and return whether this succeeded.
2018 ac_fn_c_try_link ()
2019 {
2020 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2021 rm -f conftest.$ac_objext conftest$ac_exeext
2022 if { { ac_try="$ac_link"
2023 case "(($ac_try" in
2024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2025 *) ac_try_echo=$ac_try;;
2026 esac
2027 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2028 $as_echo "$ac_try_echo"; } >&5
2029 (eval "$ac_link") 2>conftest.err
2030 ac_status=$?
2031 if test -s conftest.err; then
2032 grep -v '^ *+' conftest.err >conftest.er1
2033 cat conftest.er1 >&5
2034 mv -f conftest.er1 conftest.err
2035 fi
2036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2037 test $ac_status = 0; } && {
2038 test -z "$ac_c_werror_flag" ||
2039 test ! -s conftest.err
2040 } && test -s conftest$ac_exeext && {
2041 test "$cross_compiling" = yes ||
2042 test -x conftest$ac_exeext
2043 }; then :
2044 ac_retval=0
2045 else
2046 $as_echo "$as_me: failed program was:" >&5
2047 sed 's/^/| /' conftest.$ac_ext >&5
2048
2049 ac_retval=1
2050 fi
2051 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2052 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2053 # interfere with the next link command; also delete a directory that is
2054 # left behind by Apple's compiler. We do this before executing the actions.
2055 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2056 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2057 as_fn_set_status $ac_retval
2058
2059 } # ac_fn_c_try_link
2060
2061 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2062 # --------------------------------------------
2063 # Tries to find the compile-time value of EXPR in a program that includes
2064 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2065 # computed
2066 ac_fn_c_compute_int ()
2067 {
2068 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2069 if test "$cross_compiling" = yes; then
2070 # Depending upon the size, compute the lo and hi bounds.
2071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2072 /* end confdefs.h. */
2073 $4
2074 int
2075 main ()
2076 {
2077 static int test_array [1 - 2 * !(($2) >= 0)];
2078 test_array [0] = 0;
2079 return test_array [0];
2080
2081 ;
2082 return 0;
2083 }
2084 _ACEOF
2085 if ac_fn_c_try_compile "$LINENO"; then :
2086 ac_lo=0 ac_mid=0
2087 while :; do
2088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2089 /* end confdefs.h. */
2090 $4
2091 int
2092 main ()
2093 {
2094 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2095 test_array [0] = 0;
2096 return test_array [0];
2097
2098 ;
2099 return 0;
2100 }
2101 _ACEOF
2102 if ac_fn_c_try_compile "$LINENO"; then :
2103 ac_hi=$ac_mid; break
2104 else
2105 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2106 if test $ac_lo -le $ac_mid; then
2107 ac_lo= ac_hi=
2108 break
2109 fi
2110 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2111 fi
2112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2113 done
2114 else
2115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2116 /* end confdefs.h. */
2117 $4
2118 int
2119 main ()
2120 {
2121 static int test_array [1 - 2 * !(($2) < 0)];
2122 test_array [0] = 0;
2123 return test_array [0];
2124
2125 ;
2126 return 0;
2127 }
2128 _ACEOF
2129 if ac_fn_c_try_compile "$LINENO"; then :
2130 ac_hi=-1 ac_mid=-1
2131 while :; do
2132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2133 /* end confdefs.h. */
2134 $4
2135 int
2136 main ()
2137 {
2138 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2139 test_array [0] = 0;
2140 return test_array [0];
2141
2142 ;
2143 return 0;
2144 }
2145 _ACEOF
2146 if ac_fn_c_try_compile "$LINENO"; then :
2147 ac_lo=$ac_mid; break
2148 else
2149 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2150 if test $ac_mid -le $ac_hi; then
2151 ac_lo= ac_hi=
2152 break
2153 fi
2154 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2155 fi
2156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2157 done
2158 else
2159 ac_lo= ac_hi=
2160 fi
2161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2162 fi
2163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2164 # Binary search between lo and hi bounds.
2165 while test "x$ac_lo" != "x$ac_hi"; do
2166 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2168 /* end confdefs.h. */
2169 $4
2170 int
2171 main ()
2172 {
2173 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2174 test_array [0] = 0;
2175 return test_array [0];
2176
2177 ;
2178 return 0;
2179 }
2180 _ACEOF
2181 if ac_fn_c_try_compile "$LINENO"; then :
2182 ac_hi=$ac_mid
2183 else
2184 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2185 fi
2186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2187 done
2188 case $ac_lo in #((
2189 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2190 '') ac_retval=1 ;;
2191 esac
2192 else
2193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2194 /* end confdefs.h. */
2195 $4
2196 static long int longval () { return $2; }
2197 static unsigned long int ulongval () { return $2; }
2198 #include <stdio.h>
2199 #include <stdlib.h>
2200 int
2201 main ()
2202 {
2203
2204 FILE *f = fopen ("conftest.val", "w");
2205 if (! f)
2206 return 1;
2207 if (($2) < 0)
2208 {
2209 long int i = longval ();
2210 if (i != ($2))
2211 return 1;
2212 fprintf (f, "%ld", i);
2213 }
2214 else
2215 {
2216 unsigned long int i = ulongval ();
2217 if (i != ($2))
2218 return 1;
2219 fprintf (f, "%lu", i);
2220 }
2221 /* Do not output a trailing newline, as this causes \r\n confusion
2222 on some platforms. */
2223 return ferror (f) || fclose (f) != 0;
2224
2225 ;
2226 return 0;
2227 }
2228 _ACEOF
2229 if ac_fn_c_try_run "$LINENO"; then :
2230 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2231 else
2232 ac_retval=1
2233 fi
2234 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2235 conftest.$ac_objext conftest.beam conftest.$ac_ext
2236 rm -f conftest.val
2237
2238 fi
2239 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2240 as_fn_set_status $ac_retval
2241
2242 } # ac_fn_c_compute_int
2243
2244 # ac_fn_c_check_func LINENO FUNC VAR
2245 # ----------------------------------
2246 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2247 ac_fn_c_check_func ()
2248 {
2249 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2251 $as_echo_n "checking for $2... " >&6; }
2252 if eval \${$3+:} false; then :
2253 $as_echo_n "(cached) " >&6
2254 else
2255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2256 /* end confdefs.h. */
2257 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2258 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2259 #define $2 innocuous_$2
2260
2261 /* System header to define __stub macros and hopefully few prototypes,
2262 which can conflict with char $2 (); below.
2263 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2264 <limits.h> exists even on freestanding compilers. */
2265
2266 #ifdef __STDC__
2267 # include <limits.h>
2268 #else
2269 # include <assert.h>
2270 #endif
2271
2272 #undef $2
2273
2274 /* Override any GCC internal prototype to avoid an error.
2275 Use char because int might match the return type of a GCC
2276 builtin and then its argument prototype would still apply. */
2277 #ifdef __cplusplus
2278 extern "C"
2279 #endif
2280 char $2 ();
2281 /* The GNU C library defines this for functions which it implements
2282 to always fail with ENOSYS. Some functions are actually named
2283 something starting with __ and the normal name is an alias. */
2284 #if defined __stub_$2 || defined __stub___$2
2285 choke me
2286 #endif
2287
2288 int
2289 main ()
2290 {
2291 return $2 ();
2292 ;
2293 return 0;
2294 }
2295 _ACEOF
2296 if ac_fn_c_try_link "$LINENO"; then :
2297 eval "$3=yes"
2298 else
2299 eval "$3=no"
2300 fi
2301 rm -f core conftest.err conftest.$ac_objext \
2302 conftest$ac_exeext conftest.$ac_ext
2303 fi
2304 eval ac_res=\$$3
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2306 $as_echo "$ac_res" >&6; }
2307 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2308
2309 } # ac_fn_c_check_func
2310
2311 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2312 # ----------------------------------------------------
2313 # Tries to find if the field MEMBER exists in type AGGR, after including
2314 # INCLUDES, setting cache variable VAR accordingly.
2315 ac_fn_c_check_member ()
2316 {
2317 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2319 $as_echo_n "checking for $2.$3... " >&6; }
2320 if eval \${$4+:} false; then :
2321 $as_echo_n "(cached) " >&6
2322 else
2323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2324 /* end confdefs.h. */
2325 $5
2326 int
2327 main ()
2328 {
2329 static $2 ac_aggr;
2330 if (ac_aggr.$3)
2331 return 0;
2332 ;
2333 return 0;
2334 }
2335 _ACEOF
2336 if ac_fn_c_try_compile "$LINENO"; then :
2337 eval "$4=yes"
2338 else
2339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2340 /* end confdefs.h. */
2341 $5
2342 int
2343 main ()
2344 {
2345 static $2 ac_aggr;
2346 if (sizeof ac_aggr.$3)
2347 return 0;
2348 ;
2349 return 0;
2350 }
2351 _ACEOF
2352 if ac_fn_c_try_compile "$LINENO"; then :
2353 eval "$4=yes"
2354 else
2355 eval "$4=no"
2356 fi
2357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2358 fi
2359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2360 fi
2361 eval ac_res=\$$4
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2363 $as_echo "$ac_res" >&6; }
2364 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2365
2366 } # ac_fn_c_check_member
2367
2368 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2369 # -------------------------------------------
2370 # Tests whether TYPE exists after having included INCLUDES, setting cache
2371 # variable VAR accordingly.
2372 ac_fn_c_check_type ()
2373 {
2374 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2376 $as_echo_n "checking for $2... " >&6; }
2377 if eval \${$3+:} false; then :
2378 $as_echo_n "(cached) " >&6
2379 else
2380 eval "$3=no"
2381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2382 /* end confdefs.h. */
2383 $4
2384 int
2385 main ()
2386 {
2387 if (sizeof ($2))
2388 return 0;
2389 ;
2390 return 0;
2391 }
2392 _ACEOF
2393 if ac_fn_c_try_compile "$LINENO"; then :
2394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2395 /* end confdefs.h. */
2396 $4
2397 int
2398 main ()
2399 {
2400 if (sizeof (($2)))
2401 return 0;
2402 ;
2403 return 0;
2404 }
2405 _ACEOF
2406 if ac_fn_c_try_compile "$LINENO"; then :
2407
2408 else
2409 eval "$3=yes"
2410 fi
2411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2412 fi
2413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2414 fi
2415 eval ac_res=\$$3
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2417 $as_echo "$ac_res" >&6; }
2418 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2419
2420 } # ac_fn_c_check_type
2421
2422 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2423 # ---------------------------------------------
2424 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2425 # accordingly.
2426 ac_fn_c_check_decl ()
2427 {
2428 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2429 as_decl_name=`echo $2|sed 's/ *(.*//'`
2430 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2432 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2433 if eval \${$3+:} false; then :
2434 $as_echo_n "(cached) " >&6
2435 else
2436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2437 /* end confdefs.h. */
2438 $4
2439 int
2440 main ()
2441 {
2442 #ifndef $as_decl_name
2443 #ifdef __cplusplus
2444 (void) $as_decl_use;
2445 #else
2446 (void) $as_decl_name;
2447 #endif
2448 #endif
2449
2450 ;
2451 return 0;
2452 }
2453 _ACEOF
2454 if ac_fn_c_try_compile "$LINENO"; then :
2455 eval "$3=yes"
2456 else
2457 eval "$3=no"
2458 fi
2459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2460 fi
2461 eval ac_res=\$$3
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2463 $as_echo "$ac_res" >&6; }
2464 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2465
2466 } # ac_fn_c_check_decl
2467
2468 # ac_fn_cxx_try_link LINENO
2469 # -------------------------
2470 # Try to link conftest.$ac_ext, and return whether this succeeded.
2471 ac_fn_cxx_try_link ()
2472 {
2473 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2474 rm -f conftest.$ac_objext conftest$ac_exeext
2475 if { { ac_try="$ac_link"
2476 case "(($ac_try" in
2477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2478 *) ac_try_echo=$ac_try;;
2479 esac
2480 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2481 $as_echo "$ac_try_echo"; } >&5
2482 (eval "$ac_link") 2>conftest.err
2483 ac_status=$?
2484 if test -s conftest.err; then
2485 grep -v '^ *+' conftest.err >conftest.er1
2486 cat conftest.er1 >&5
2487 mv -f conftest.er1 conftest.err
2488 fi
2489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2490 test $ac_status = 0; } && {
2491 test -z "$ac_cxx_werror_flag" ||
2492 test ! -s conftest.err
2493 } && test -s conftest$ac_exeext && {
2494 test "$cross_compiling" = yes ||
2495 test -x conftest$ac_exeext
2496 }; then :
2497 ac_retval=0
2498 else
2499 $as_echo "$as_me: failed program was:" >&5
2500 sed 's/^/| /' conftest.$ac_ext >&5
2501
2502 ac_retval=1
2503 fi
2504 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2505 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2506 # interfere with the next link command; also delete a directory that is
2507 # left behind by Apple's compiler. We do this before executing the actions.
2508 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2509 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2510 as_fn_set_status $ac_retval
2511
2512 } # ac_fn_cxx_try_link
2513 cat >config.log <<_ACEOF
2514 This file contains any messages produced by compilers while
2515 running configure, to aid debugging if configure makes a mistake.
2516
2517 It was created by $as_me, which was
2518 generated by GNU Autoconf 2.69. Invocation command line was
2519
2520 $ $0 $@
2521
2522 _ACEOF
2523 exec 5>>config.log
2524 {
2525 cat <<_ASUNAME
2526 ## --------- ##
2527 ## Platform. ##
2528 ## --------- ##
2529
2530 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2531 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2532 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2533 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2534 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2535
2536 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2537 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2538
2539 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2540 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2541 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2542 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2543 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2544 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2545 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2546
2547 _ASUNAME
2548
2549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2550 for as_dir in $PATH
2551 do
2552 IFS=$as_save_IFS
2553 test -z "$as_dir" && as_dir=.
2554 $as_echo "PATH: $as_dir"
2555 done
2556 IFS=$as_save_IFS
2557
2558 } >&5
2559
2560 cat >&5 <<_ACEOF
2561
2562
2563 ## ----------- ##
2564 ## Core tests. ##
2565 ## ----------- ##
2566
2567 _ACEOF
2568
2569
2570 # Keep a trace of the command line.
2571 # Strip out --no-create and --no-recursion so they do not pile up.
2572 # Strip out --silent because we don't want to record it for future runs.
2573 # Also quote any args containing shell meta-characters.
2574 # Make two passes to allow for proper duplicate-argument suppression.
2575 ac_configure_args=
2576 ac_configure_args0=
2577 ac_configure_args1=
2578 ac_must_keep_next=false
2579 for ac_pass in 1 2
2580 do
2581 for ac_arg
2582 do
2583 case $ac_arg in
2584 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2585 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2586 | -silent | --silent | --silen | --sile | --sil)
2587 continue ;;
2588 *\'*)
2589 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2590 esac
2591 case $ac_pass in
2592 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2593 2)
2594 as_fn_append ac_configure_args1 " '$ac_arg'"
2595 if test $ac_must_keep_next = true; then
2596 ac_must_keep_next=false # Got value, back to normal.
2597 else
2598 case $ac_arg in
2599 *=* | --config-cache | -C | -disable-* | --disable-* \
2600 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2601 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2602 | -with-* | --with-* | -without-* | --without-* | --x)
2603 case "$ac_configure_args0 " in
2604 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2605 esac
2606 ;;
2607 -* ) ac_must_keep_next=true ;;
2608 esac
2609 fi
2610 as_fn_append ac_configure_args " '$ac_arg'"
2611 ;;
2612 esac
2613 done
2614 done
2615 { ac_configure_args0=; unset ac_configure_args0;}
2616 { ac_configure_args1=; unset ac_configure_args1;}
2617
2618 # When interrupted or exit'd, cleanup temporary files, and complete
2619 # config.log. We remove comments because anyway the quotes in there
2620 # would cause problems or look ugly.
2621 # WARNING: Use '\'' to represent an apostrophe within the trap.
2622 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2623 trap 'exit_status=$?
2624 # Save into config.log some information that might help in debugging.
2625 {
2626 echo
2627
2628 $as_echo "## ---------------- ##
2629 ## Cache variables. ##
2630 ## ---------------- ##"
2631 echo
2632 # The following way of writing the cache mishandles newlines in values,
2633 (
2634 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2635 eval ac_val=\$$ac_var
2636 case $ac_val in #(
2637 *${as_nl}*)
2638 case $ac_var in #(
2639 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2640 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2641 esac
2642 case $ac_var in #(
2643 _ | IFS | as_nl) ;; #(
2644 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2645 *) { eval $ac_var=; unset $ac_var;} ;;
2646 esac ;;
2647 esac
2648 done
2649 (set) 2>&1 |
2650 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2651 *${as_nl}ac_space=\ *)
2652 sed -n \
2653 "s/'\''/'\''\\\\'\'''\''/g;
2654 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2655 ;; #(
2656 *)
2657 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2658 ;;
2659 esac |
2660 sort
2661 )
2662 echo
2663
2664 $as_echo "## ----------------- ##
2665 ## Output variables. ##
2666 ## ----------------- ##"
2667 echo
2668 for ac_var in $ac_subst_vars
2669 do
2670 eval ac_val=\$$ac_var
2671 case $ac_val in
2672 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2673 esac
2674 $as_echo "$ac_var='\''$ac_val'\''"
2675 done | sort
2676 echo
2677
2678 if test -n "$ac_subst_files"; then
2679 $as_echo "## ------------------- ##
2680 ## File substitutions. ##
2681 ## ------------------- ##"
2682 echo
2683 for ac_var in $ac_subst_files
2684 do
2685 eval ac_val=\$$ac_var
2686 case $ac_val in
2687 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2688 esac
2689 $as_echo "$ac_var='\''$ac_val'\''"
2690 done | sort
2691 echo
2692 fi
2693
2694 if test -s confdefs.h; then
2695 $as_echo "## ----------- ##
2696 ## confdefs.h. ##
2697 ## ----------- ##"
2698 echo
2699 cat confdefs.h
2700 echo
2701 fi
2702 test "$ac_signal" != 0 &&
2703 $as_echo "$as_me: caught signal $ac_signal"
2704 $as_echo "$as_me: exit $exit_status"
2705 } >&5
2706 rm -f core *.core core.conftest.* &&
2707 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2708 exit $exit_status
2709 ' 0
2710 for ac_signal in 1 2 13 15; do
2711 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2712 done
2713 ac_signal=0
2714
2715 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2716 rm -f -r conftest* confdefs.h
2717
2718 $as_echo "/* confdefs.h */" > confdefs.h
2719
2720 # Predefined preprocessor variables.
2721
2722 cat >>confdefs.h <<_ACEOF
2723 #define PACKAGE_NAME "$PACKAGE_NAME"
2724 _ACEOF
2725
2726 cat >>confdefs.h <<_ACEOF
2727 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2728 _ACEOF
2729
2730 cat >>confdefs.h <<_ACEOF
2731 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2732 _ACEOF
2733
2734 cat >>confdefs.h <<_ACEOF
2735 #define PACKAGE_STRING "$PACKAGE_STRING"
2736 _ACEOF
2737
2738 cat >>confdefs.h <<_ACEOF
2739 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2740 _ACEOF
2741
2742 cat >>confdefs.h <<_ACEOF
2743 #define PACKAGE_URL "$PACKAGE_URL"
2744 _ACEOF
2745
2746
2747 # Let the site file select an alternate cache file if it wants to.
2748 # Prefer an explicitly selected file to automatically selected ones.
2749 ac_site_file1=NONE
2750 ac_site_file2=NONE
2751 if test -n "$CONFIG_SITE"; then
2752 # We do not want a PATH search for config.site.
2753 case $CONFIG_SITE in #((
2754 -*) ac_site_file1=./$CONFIG_SITE;;
2755 */*) ac_site_file1=$CONFIG_SITE;;
2756 *) ac_site_file1=./$CONFIG_SITE;;
2757 esac
2758 elif test "x$prefix" != xNONE; then
2759 ac_site_file1=$prefix/share/config.site
2760 ac_site_file2=$prefix/etc/config.site
2761 else
2762 ac_site_file1=$ac_default_prefix/share/config.site
2763 ac_site_file2=$ac_default_prefix/etc/config.site
2764 fi
2765 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2766 do
2767 test "x$ac_site_file" = xNONE && continue
2768 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2770 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2771 sed 's/^/| /' "$ac_site_file" >&5
2772 . "$ac_site_file" \
2773 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2774 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2775 as_fn_error $? "failed to load site script $ac_site_file
2776 See \`config.log' for more details" "$LINENO" 5; }
2777 fi
2778 done
2779
2780 if test -r "$cache_file"; then
2781 # Some versions of bash will fail to source /dev/null (special files
2782 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2783 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2785 $as_echo "$as_me: loading cache $cache_file" >&6;}
2786 case $cache_file in
2787 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2788 *) . "./$cache_file";;
2789 esac
2790 fi
2791 else
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2793 $as_echo "$as_me: creating cache $cache_file" >&6;}
2794 >$cache_file
2795 fi
2796
2797 as_fn_append ac_header_list " stdlib.h"
2798 as_fn_append ac_header_list " unistd.h"
2799 as_fn_append ac_header_list " sys/param.h"
2800 # Check that the precious variables saved in the cache have kept the same
2801 # value.
2802 ac_cache_corrupted=false
2803 for ac_var in $ac_precious_vars; do
2804 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2805 eval ac_new_set=\$ac_env_${ac_var}_set
2806 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2807 eval ac_new_val=\$ac_env_${ac_var}_value
2808 case $ac_old_set,$ac_new_set in
2809 set,)
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2811 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2812 ac_cache_corrupted=: ;;
2813 ,set)
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2815 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2816 ac_cache_corrupted=: ;;
2817 ,);;
2818 *)
2819 if test "x$ac_old_val" != "x$ac_new_val"; then
2820 # differences in whitespace do not lead to failure.
2821 ac_old_val_w=`echo x $ac_old_val`
2822 ac_new_val_w=`echo x $ac_new_val`
2823 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2825 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2826 ac_cache_corrupted=:
2827 else
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2829 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2830 eval $ac_var=\$ac_old_val
2831 fi
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2833 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2835 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2836 fi;;
2837 esac
2838 # Pass precious variables to config.status.
2839 if test "$ac_new_set" = set; then
2840 case $ac_new_val in
2841 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2842 *) ac_arg=$ac_var=$ac_new_val ;;
2843 esac
2844 case " $ac_configure_args " in
2845 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2846 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2847 esac
2848 fi
2849 done
2850 if $ac_cache_corrupted; then
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2852 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2854 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2855 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2856 fi
2857 ## -------------------- ##
2858 ## Main body of script. ##
2859 ## -------------------- ##
2860
2861 ac_ext=c
2862 ac_cpp='$CPP $CPPFLAGS'
2863 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2864 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2865 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2866
2867
2868
2869
2870
2871 ac_config_headers="$ac_config_headers config.h:config.in"
2872
2873
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2875 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2876 # Check whether --enable-maintainer-mode was given.
2877 if test "${enable_maintainer_mode+set}" = set; then :
2878 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2879 else
2880 USE_MAINTAINER_MODE=no
2881 fi
2882
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2884 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2885 if test $USE_MAINTAINER_MODE = yes; then
2886 MAINTAINER_MODE_TRUE=
2887 MAINTAINER_MODE_FALSE='#'
2888 else
2889 MAINTAINER_MODE_TRUE='#'
2890 MAINTAINER_MODE_FALSE=
2891 fi
2892
2893 MAINT=$MAINTAINER_MODE_TRUE
2894
2895
2896
2897 # Set the 'development' global.
2898 . $srcdir/../bfd/development.sh
2899
2900 ac_ext=c
2901 ac_cpp='$CPP $CPPFLAGS'
2902 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2903 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2904 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2905 if test -n "$ac_tool_prefix"; then
2906 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2907 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2909 $as_echo_n "checking for $ac_word... " >&6; }
2910 if ${ac_cv_prog_CC+:} false; then :
2911 $as_echo_n "(cached) " >&6
2912 else
2913 if test -n "$CC"; then
2914 ac_cv_prog_CC="$CC" # Let the user override the test.
2915 else
2916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2917 for as_dir in $PATH
2918 do
2919 IFS=$as_save_IFS
2920 test -z "$as_dir" && as_dir=.
2921 for ac_exec_ext in '' $ac_executable_extensions; do
2922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2923 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2925 break 2
2926 fi
2927 done
2928 done
2929 IFS=$as_save_IFS
2930
2931 fi
2932 fi
2933 CC=$ac_cv_prog_CC
2934 if test -n "$CC"; then
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2936 $as_echo "$CC" >&6; }
2937 else
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2939 $as_echo "no" >&6; }
2940 fi
2941
2942
2943 fi
2944 if test -z "$ac_cv_prog_CC"; then
2945 ac_ct_CC=$CC
2946 # Extract the first word of "gcc", so it can be a program name with args.
2947 set dummy gcc; ac_word=$2
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2949 $as_echo_n "checking for $ac_word... " >&6; }
2950 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2951 $as_echo_n "(cached) " >&6
2952 else
2953 if test -n "$ac_ct_CC"; then
2954 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2955 else
2956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2957 for as_dir in $PATH
2958 do
2959 IFS=$as_save_IFS
2960 test -z "$as_dir" && as_dir=.
2961 for ac_exec_ext in '' $ac_executable_extensions; do
2962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2963 ac_cv_prog_ac_ct_CC="gcc"
2964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2965 break 2
2966 fi
2967 done
2968 done
2969 IFS=$as_save_IFS
2970
2971 fi
2972 fi
2973 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2974 if test -n "$ac_ct_CC"; then
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2976 $as_echo "$ac_ct_CC" >&6; }
2977 else
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2979 $as_echo "no" >&6; }
2980 fi
2981
2982 if test "x$ac_ct_CC" = x; then
2983 CC=""
2984 else
2985 case $cross_compiling:$ac_tool_warned in
2986 yes:)
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2989 ac_tool_warned=yes ;;
2990 esac
2991 CC=$ac_ct_CC
2992 fi
2993 else
2994 CC="$ac_cv_prog_CC"
2995 fi
2996
2997 if test -z "$CC"; then
2998 if test -n "$ac_tool_prefix"; then
2999 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3000 set dummy ${ac_tool_prefix}cc; ac_word=$2
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3002 $as_echo_n "checking for $ac_word... " >&6; }
3003 if ${ac_cv_prog_CC+:} false; then :
3004 $as_echo_n "(cached) " >&6
3005 else
3006 if test -n "$CC"; then
3007 ac_cv_prog_CC="$CC" # Let the user override the test.
3008 else
3009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3010 for as_dir in $PATH
3011 do
3012 IFS=$as_save_IFS
3013 test -z "$as_dir" && as_dir=.
3014 for ac_exec_ext in '' $ac_executable_extensions; do
3015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3016 ac_cv_prog_CC="${ac_tool_prefix}cc"
3017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3018 break 2
3019 fi
3020 done
3021 done
3022 IFS=$as_save_IFS
3023
3024 fi
3025 fi
3026 CC=$ac_cv_prog_CC
3027 if test -n "$CC"; then
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3029 $as_echo "$CC" >&6; }
3030 else
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3032 $as_echo "no" >&6; }
3033 fi
3034
3035
3036 fi
3037 fi
3038 if test -z "$CC"; then
3039 # Extract the first word of "cc", so it can be a program name with args.
3040 set dummy cc; ac_word=$2
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3042 $as_echo_n "checking for $ac_word... " >&6; }
3043 if ${ac_cv_prog_CC+:} false; then :
3044 $as_echo_n "(cached) " >&6
3045 else
3046 if test -n "$CC"; then
3047 ac_cv_prog_CC="$CC" # Let the user override the test.
3048 else
3049 ac_prog_rejected=no
3050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3051 for as_dir in $PATH
3052 do
3053 IFS=$as_save_IFS
3054 test -z "$as_dir" && as_dir=.
3055 for ac_exec_ext in '' $ac_executable_extensions; do
3056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3057 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3058 ac_prog_rejected=yes
3059 continue
3060 fi
3061 ac_cv_prog_CC="cc"
3062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 break 2
3064 fi
3065 done
3066 done
3067 IFS=$as_save_IFS
3068
3069 if test $ac_prog_rejected = yes; then
3070 # We found a bogon in the path, so make sure we never use it.
3071 set dummy $ac_cv_prog_CC
3072 shift
3073 if test $# != 0; then
3074 # We chose a different compiler from the bogus one.
3075 # However, it has the same basename, so the bogon will be chosen
3076 # first if we set CC to just the basename; use the full file name.
3077 shift
3078 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3079 fi
3080 fi
3081 fi
3082 fi
3083 CC=$ac_cv_prog_CC
3084 if test -n "$CC"; then
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3086 $as_echo "$CC" >&6; }
3087 else
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3089 $as_echo "no" >&6; }
3090 fi
3091
3092
3093 fi
3094 if test -z "$CC"; then
3095 if test -n "$ac_tool_prefix"; then
3096 for ac_prog in cl.exe
3097 do
3098 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3099 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if ${ac_cv_prog_CC+:} false; then :
3103 $as_echo_n "(cached) " >&6
3104 else
3105 if test -n "$CC"; then
3106 ac_cv_prog_CC="$CC" # Let the user override the test.
3107 else
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3110 do
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
3113 for ac_exec_ext in '' $ac_executable_extensions; do
3114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3115 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3117 break 2
3118 fi
3119 done
3120 done
3121 IFS=$as_save_IFS
3122
3123 fi
3124 fi
3125 CC=$ac_cv_prog_CC
3126 if test -n "$CC"; then
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3128 $as_echo "$CC" >&6; }
3129 else
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3132 fi
3133
3134
3135 test -n "$CC" && break
3136 done
3137 fi
3138 if test -z "$CC"; then
3139 ac_ct_CC=$CC
3140 for ac_prog in cl.exe
3141 do
3142 # Extract the first word of "$ac_prog", so it can be a program name with args.
3143 set dummy $ac_prog; ac_word=$2
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3145 $as_echo_n "checking for $ac_word... " >&6; }
3146 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3147 $as_echo_n "(cached) " >&6
3148 else
3149 if test -n "$ac_ct_CC"; then
3150 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3151 else
3152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3153 for as_dir in $PATH
3154 do
3155 IFS=$as_save_IFS
3156 test -z "$as_dir" && as_dir=.
3157 for ac_exec_ext in '' $ac_executable_extensions; do
3158 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3159 ac_cv_prog_ac_ct_CC="$ac_prog"
3160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3161 break 2
3162 fi
3163 done
3164 done
3165 IFS=$as_save_IFS
3166
3167 fi
3168 fi
3169 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3170 if test -n "$ac_ct_CC"; then
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3172 $as_echo "$ac_ct_CC" >&6; }
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3175 $as_echo "no" >&6; }
3176 fi
3177
3178
3179 test -n "$ac_ct_CC" && break
3180 done
3181
3182 if test "x$ac_ct_CC" = x; then
3183 CC=""
3184 else
3185 case $cross_compiling:$ac_tool_warned in
3186 yes:)
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3188 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3189 ac_tool_warned=yes ;;
3190 esac
3191 CC=$ac_ct_CC
3192 fi
3193 fi
3194
3195 fi
3196
3197
3198 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3200 as_fn_error $? "no acceptable C compiler found in \$PATH
3201 See \`config.log' for more details" "$LINENO" 5; }
3202
3203 # Provide some information about the compiler.
3204 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3205 set X $ac_compile
3206 ac_compiler=$2
3207 for ac_option in --version -v -V -qversion; do
3208 { { ac_try="$ac_compiler $ac_option >&5"
3209 case "(($ac_try" in
3210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3211 *) ac_try_echo=$ac_try;;
3212 esac
3213 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3214 $as_echo "$ac_try_echo"; } >&5
3215 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3216 ac_status=$?
3217 if test -s conftest.err; then
3218 sed '10a\
3219 ... rest of stderr output deleted ...
3220 10q' conftest.err >conftest.er1
3221 cat conftest.er1 >&5
3222 fi
3223 rm -f conftest.er1 conftest.err
3224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3225 test $ac_status = 0; }
3226 done
3227
3228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3229 /* end confdefs.h. */
3230
3231 int
3232 main ()
3233 {
3234
3235 ;
3236 return 0;
3237 }
3238 _ACEOF
3239 ac_clean_files_save=$ac_clean_files
3240 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3241 # Try to create an executable without -o first, disregard a.out.
3242 # It will help us diagnose broken compilers, and finding out an intuition
3243 # of exeext.
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3245 $as_echo_n "checking whether the C compiler works... " >&6; }
3246 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3247
3248 # The possible output files:
3249 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3250
3251 ac_rmfiles=
3252 for ac_file in $ac_files
3253 do
3254 case $ac_file in
3255 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3256 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3257 esac
3258 done
3259 rm -f $ac_rmfiles
3260
3261 if { { ac_try="$ac_link_default"
3262 case "(($ac_try" in
3263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3264 *) ac_try_echo=$ac_try;;
3265 esac
3266 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3267 $as_echo "$ac_try_echo"; } >&5
3268 (eval "$ac_link_default") 2>&5
3269 ac_status=$?
3270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3271 test $ac_status = 0; }; then :
3272 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3273 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3274 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3275 # so that the user can short-circuit this test for compilers unknown to
3276 # Autoconf.
3277 for ac_file in $ac_files ''
3278 do
3279 test -f "$ac_file" || continue
3280 case $ac_file in
3281 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3282 ;;
3283 [ab].out )
3284 # We found the default executable, but exeext='' is most
3285 # certainly right.
3286 break;;
3287 *.* )
3288 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3289 then :; else
3290 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3291 fi
3292 # We set ac_cv_exeext here because the later test for it is not
3293 # safe: cross compilers may not add the suffix if given an `-o'
3294 # argument, so we may need to know it at that point already.
3295 # Even if this section looks crufty: it has the advantage of
3296 # actually working.
3297 break;;
3298 * )
3299 break;;
3300 esac
3301 done
3302 test "$ac_cv_exeext" = no && ac_cv_exeext=
3303
3304 else
3305 ac_file=''
3306 fi
3307 if test -z "$ac_file"; then :
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309 $as_echo "no" >&6; }
3310 $as_echo "$as_me: failed program was:" >&5
3311 sed 's/^/| /' conftest.$ac_ext >&5
3312
3313 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3314 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3315 as_fn_error 77 "C compiler cannot create executables
3316 See \`config.log' for more details" "$LINENO" 5; }
3317 else
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3319 $as_echo "yes" >&6; }
3320 fi
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3322 $as_echo_n "checking for C compiler default output file name... " >&6; }
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3324 $as_echo "$ac_file" >&6; }
3325 ac_exeext=$ac_cv_exeext
3326
3327 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3328 ac_clean_files=$ac_clean_files_save
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3330 $as_echo_n "checking for suffix of executables... " >&6; }
3331 if { { ac_try="$ac_link"
3332 case "(($ac_try" in
3333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3334 *) ac_try_echo=$ac_try;;
3335 esac
3336 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3337 $as_echo "$ac_try_echo"; } >&5
3338 (eval "$ac_link") 2>&5
3339 ac_status=$?
3340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3341 test $ac_status = 0; }; then :
3342 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3343 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3344 # work properly (i.e., refer to `conftest.exe'), while it won't with
3345 # `rm'.
3346 for ac_file in conftest.exe conftest conftest.*; do
3347 test -f "$ac_file" || continue
3348 case $ac_file in
3349 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3350 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3351 break;;
3352 * ) break;;
3353 esac
3354 done
3355 else
3356 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3357 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3358 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3359 See \`config.log' for more details" "$LINENO" 5; }
3360 fi
3361 rm -f conftest conftest$ac_cv_exeext
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3363 $as_echo "$ac_cv_exeext" >&6; }
3364
3365 rm -f conftest.$ac_ext
3366 EXEEXT=$ac_cv_exeext
3367 ac_exeext=$EXEEXT
3368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3369 /* end confdefs.h. */
3370 #include <stdio.h>
3371 int
3372 main ()
3373 {
3374 FILE *f = fopen ("conftest.out", "w");
3375 return ferror (f) || fclose (f) != 0;
3376
3377 ;
3378 return 0;
3379 }
3380 _ACEOF
3381 ac_clean_files="$ac_clean_files conftest.out"
3382 # Check that the compiler produces executables we can run. If not, either
3383 # the compiler is broken, or we cross compile.
3384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3385 $as_echo_n "checking whether we are cross compiling... " >&6; }
3386 if test "$cross_compiling" != yes; then
3387 { { ac_try="$ac_link"
3388 case "(($ac_try" in
3389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3390 *) ac_try_echo=$ac_try;;
3391 esac
3392 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3393 $as_echo "$ac_try_echo"; } >&5
3394 (eval "$ac_link") 2>&5
3395 ac_status=$?
3396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3397 test $ac_status = 0; }
3398 if { ac_try='./conftest$ac_cv_exeext'
3399 { { case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;;
3402 esac
3403 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3404 $as_echo "$ac_try_echo"; } >&5
3405 (eval "$ac_try") 2>&5
3406 ac_status=$?
3407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3408 test $ac_status = 0; }; }; then
3409 cross_compiling=no
3410 else
3411 if test "$cross_compiling" = maybe; then
3412 cross_compiling=yes
3413 else
3414 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3415 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3416 as_fn_error $? "cannot run C compiled programs.
3417 If you meant to cross compile, use \`--host'.
3418 See \`config.log' for more details" "$LINENO" 5; }
3419 fi
3420 fi
3421 fi
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3423 $as_echo "$cross_compiling" >&6; }
3424
3425 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3426 ac_clean_files=$ac_clean_files_save
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3428 $as_echo_n "checking for suffix of object files... " >&6; }
3429 if ${ac_cv_objext+:} false; then :
3430 $as_echo_n "(cached) " >&6
3431 else
3432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3433 /* end confdefs.h. */
3434
3435 int
3436 main ()
3437 {
3438
3439 ;
3440 return 0;
3441 }
3442 _ACEOF
3443 rm -f conftest.o conftest.obj
3444 if { { ac_try="$ac_compile"
3445 case "(($ac_try" in
3446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3447 *) ac_try_echo=$ac_try;;
3448 esac
3449 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3450 $as_echo "$ac_try_echo"; } >&5
3451 (eval "$ac_compile") 2>&5
3452 ac_status=$?
3453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3454 test $ac_status = 0; }; then :
3455 for ac_file in conftest.o conftest.obj conftest.*; do
3456 test -f "$ac_file" || continue;
3457 case $ac_file in
3458 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3459 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3460 break;;
3461 esac
3462 done
3463 else
3464 $as_echo "$as_me: failed program was:" >&5
3465 sed 's/^/| /' conftest.$ac_ext >&5
3466
3467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3468 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3469 as_fn_error $? "cannot compute suffix of object files: cannot compile
3470 See \`config.log' for more details" "$LINENO" 5; }
3471 fi
3472 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3473 fi
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3475 $as_echo "$ac_cv_objext" >&6; }
3476 OBJEXT=$ac_cv_objext
3477 ac_objext=$OBJEXT
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3479 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3480 if ${ac_cv_c_compiler_gnu+:} false; then :
3481 $as_echo_n "(cached) " >&6
3482 else
3483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3484 /* end confdefs.h. */
3485
3486 int
3487 main ()
3488 {
3489 #ifndef __GNUC__
3490 choke me
3491 #endif
3492
3493 ;
3494 return 0;
3495 }
3496 _ACEOF
3497 if ac_fn_c_try_compile "$LINENO"; then :
3498 ac_compiler_gnu=yes
3499 else
3500 ac_compiler_gnu=no
3501 fi
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3503 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3504
3505 fi
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3507 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3508 if test $ac_compiler_gnu = yes; then
3509 GCC=yes
3510 else
3511 GCC=
3512 fi
3513 ac_test_CFLAGS=${CFLAGS+set}
3514 ac_save_CFLAGS=$CFLAGS
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3516 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3517 if ${ac_cv_prog_cc_g+:} false; then :
3518 $as_echo_n "(cached) " >&6
3519 else
3520 ac_save_c_werror_flag=$ac_c_werror_flag
3521 ac_c_werror_flag=yes
3522 ac_cv_prog_cc_g=no
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3526
3527 int
3528 main ()
3529 {
3530
3531 ;
3532 return 0;
3533 }
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3537 else
3538 CFLAGS=""
3539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3540 /* end confdefs.h. */
3541
3542 int
3543 main ()
3544 {
3545
3546 ;
3547 return 0;
3548 }
3549 _ACEOF
3550 if ac_fn_c_try_compile "$LINENO"; then :
3551
3552 else
3553 ac_c_werror_flag=$ac_save_c_werror_flag
3554 CFLAGS="-g"
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3557
3558 int
3559 main ()
3560 {
3561
3562 ;
3563 return 0;
3564 }
3565 _ACEOF
3566 if ac_fn_c_try_compile "$LINENO"; then :
3567 ac_cv_prog_cc_g=yes
3568 fi
3569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3570 fi
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3572 fi
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3574 ac_c_werror_flag=$ac_save_c_werror_flag
3575 fi
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3577 $as_echo "$ac_cv_prog_cc_g" >&6; }
3578 if test "$ac_test_CFLAGS" = set; then
3579 CFLAGS=$ac_save_CFLAGS
3580 elif test $ac_cv_prog_cc_g = yes; then
3581 if test "$GCC" = yes; then
3582 CFLAGS="-g -O2"
3583 else
3584 CFLAGS="-g"
3585 fi
3586 else
3587 if test "$GCC" = yes; then
3588 CFLAGS="-O2"
3589 else
3590 CFLAGS=
3591 fi
3592 fi
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3594 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3595 if ${ac_cv_prog_cc_c89+:} false; then :
3596 $as_echo_n "(cached) " >&6
3597 else
3598 ac_cv_prog_cc_c89=no
3599 ac_save_CC=$CC
3600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3601 /* end confdefs.h. */
3602 #include <stdarg.h>
3603 #include <stdio.h>
3604 struct stat;
3605 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3606 struct buf { int x; };
3607 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3608 static char *e (p, i)
3609 char **p;
3610 int i;
3611 {
3612 return p[i];
3613 }
3614 static char *f (char * (*g) (char **, int), char **p, ...)
3615 {
3616 char *s;
3617 va_list v;
3618 va_start (v,p);
3619 s = g (p, va_arg (v,int));
3620 va_end (v);
3621 return s;
3622 }
3623
3624 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3625 function prototypes and stuff, but not '\xHH' hex character constants.
3626 These don't provoke an error unfortunately, instead are silently treated
3627 as 'x'. The following induces an error, until -std is added to get
3628 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3629 array size at least. It's necessary to write '\x00'==0 to get something
3630 that's true only with -std. */
3631 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3632
3633 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3634 inside strings and character constants. */
3635 #define FOO(x) 'x'
3636 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3637
3638 int test (int i, double x);
3639 struct s1 {int (*f) (int a);};
3640 struct s2 {int (*f) (double a);};
3641 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3642 int argc;
3643 char **argv;
3644 int
3645 main ()
3646 {
3647 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3648 ;
3649 return 0;
3650 }
3651 _ACEOF
3652 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3653 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3654 do
3655 CC="$ac_save_CC $ac_arg"
3656 if ac_fn_c_try_compile "$LINENO"; then :
3657 ac_cv_prog_cc_c89=$ac_arg
3658 fi
3659 rm -f core conftest.err conftest.$ac_objext
3660 test "x$ac_cv_prog_cc_c89" != "xno" && break
3661 done
3662 rm -f conftest.$ac_ext
3663 CC=$ac_save_CC
3664
3665 fi
3666 # AC_CACHE_VAL
3667 case "x$ac_cv_prog_cc_c89" in
3668 x)
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3670 $as_echo "none needed" >&6; } ;;
3671 xno)
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3673 $as_echo "unsupported" >&6; } ;;
3674 *)
3675 CC="$CC $ac_cv_prog_cc_c89"
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3677 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3678 esac
3679 if test "x$ac_cv_prog_cc_c89" != xno; then :
3680
3681 fi
3682
3683 ac_ext=c
3684 ac_cpp='$CPP $CPPFLAGS'
3685 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3686 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3687 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3688
3689 ac_ext=cpp
3690 ac_cpp='$CXXCPP $CPPFLAGS'
3691 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3692 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3693 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3694 if test -z "$CXX"; then
3695 if test -n "$CCC"; then
3696 CXX=$CCC
3697 else
3698 if test -n "$ac_tool_prefix"; then
3699 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3700 do
3701 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3702 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3704 $as_echo_n "checking for $ac_word... " >&6; }
3705 if ${ac_cv_prog_CXX+:} false; then :
3706 $as_echo_n "(cached) " >&6
3707 else
3708 if test -n "$CXX"; then
3709 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3710 else
3711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3712 for as_dir in $PATH
3713 do
3714 IFS=$as_save_IFS
3715 test -z "$as_dir" && as_dir=.
3716 for ac_exec_ext in '' $ac_executable_extensions; do
3717 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3718 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3720 break 2
3721 fi
3722 done
3723 done
3724 IFS=$as_save_IFS
3725
3726 fi
3727 fi
3728 CXX=$ac_cv_prog_CXX
3729 if test -n "$CXX"; then
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3731 $as_echo "$CXX" >&6; }
3732 else
3733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3734 $as_echo "no" >&6; }
3735 fi
3736
3737
3738 test -n "$CXX" && break
3739 done
3740 fi
3741 if test -z "$CXX"; then
3742 ac_ct_CXX=$CXX
3743 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3744 do
3745 # Extract the first word of "$ac_prog", so it can be a program name with args.
3746 set dummy $ac_prog; ac_word=$2
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3748 $as_echo_n "checking for $ac_word... " >&6; }
3749 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3750 $as_echo_n "(cached) " >&6
3751 else
3752 if test -n "$ac_ct_CXX"; then
3753 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3754 else
3755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3756 for as_dir in $PATH
3757 do
3758 IFS=$as_save_IFS
3759 test -z "$as_dir" && as_dir=.
3760 for ac_exec_ext in '' $ac_executable_extensions; do
3761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3762 ac_cv_prog_ac_ct_CXX="$ac_prog"
3763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3764 break 2
3765 fi
3766 done
3767 done
3768 IFS=$as_save_IFS
3769
3770 fi
3771 fi
3772 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3773 if test -n "$ac_ct_CXX"; then
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3775 $as_echo "$ac_ct_CXX" >&6; }
3776 else
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3778 $as_echo "no" >&6; }
3779 fi
3780
3781
3782 test -n "$ac_ct_CXX" && break
3783 done
3784
3785 if test "x$ac_ct_CXX" = x; then
3786 CXX="g++"
3787 else
3788 case $cross_compiling:$ac_tool_warned in
3789 yes:)
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3791 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3792 ac_tool_warned=yes ;;
3793 esac
3794 CXX=$ac_ct_CXX
3795 fi
3796 fi
3797
3798 fi
3799 fi
3800 # Provide some information about the compiler.
3801 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3802 set X $ac_compile
3803 ac_compiler=$2
3804 for ac_option in --version -v -V -qversion; do
3805 { { ac_try="$ac_compiler $ac_option >&5"
3806 case "(($ac_try" in
3807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3808 *) ac_try_echo=$ac_try;;
3809 esac
3810 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3811 $as_echo "$ac_try_echo"; } >&5
3812 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3813 ac_status=$?
3814 if test -s conftest.err; then
3815 sed '10a\
3816 ... rest of stderr output deleted ...
3817 10q' conftest.err >conftest.er1
3818 cat conftest.er1 >&5
3819 fi
3820 rm -f conftest.er1 conftest.err
3821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3822 test $ac_status = 0; }
3823 done
3824
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3826 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3827 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3828 $as_echo_n "(cached) " >&6
3829 else
3830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3831 /* end confdefs.h. */
3832
3833 int
3834 main ()
3835 {
3836 #ifndef __GNUC__
3837 choke me
3838 #endif
3839
3840 ;
3841 return 0;
3842 }
3843 _ACEOF
3844 if ac_fn_cxx_try_compile "$LINENO"; then :
3845 ac_compiler_gnu=yes
3846 else
3847 ac_compiler_gnu=no
3848 fi
3849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3850 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3851
3852 fi
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3854 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3855 if test $ac_compiler_gnu = yes; then
3856 GXX=yes
3857 else
3858 GXX=
3859 fi
3860 ac_test_CXXFLAGS=${CXXFLAGS+set}
3861 ac_save_CXXFLAGS=$CXXFLAGS
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3863 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3864 if ${ac_cv_prog_cxx_g+:} false; then :
3865 $as_echo_n "(cached) " >&6
3866 else
3867 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3868 ac_cxx_werror_flag=yes
3869 ac_cv_prog_cxx_g=no
3870 CXXFLAGS="-g"
3871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3872 /* end confdefs.h. */
3873
3874 int
3875 main ()
3876 {
3877
3878 ;
3879 return 0;
3880 }
3881 _ACEOF
3882 if ac_fn_cxx_try_compile "$LINENO"; then :
3883 ac_cv_prog_cxx_g=yes
3884 else
3885 CXXFLAGS=""
3886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3887 /* end confdefs.h. */
3888
3889 int
3890 main ()
3891 {
3892
3893 ;
3894 return 0;
3895 }
3896 _ACEOF
3897 if ac_fn_cxx_try_compile "$LINENO"; then :
3898
3899 else
3900 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3901 CXXFLAGS="-g"
3902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3903 /* end confdefs.h. */
3904
3905 int
3906 main ()
3907 {
3908
3909 ;
3910 return 0;
3911 }
3912 _ACEOF
3913 if ac_fn_cxx_try_compile "$LINENO"; then :
3914 ac_cv_prog_cxx_g=yes
3915 fi
3916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3917 fi
3918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3919 fi
3920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3921 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3922 fi
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3924 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3925 if test "$ac_test_CXXFLAGS" = set; then
3926 CXXFLAGS=$ac_save_CXXFLAGS
3927 elif test $ac_cv_prog_cxx_g = yes; then
3928 if test "$GXX" = yes; then
3929 CXXFLAGS="-g -O2"
3930 else
3931 CXXFLAGS="-g"
3932 fi
3933 else
3934 if test "$GXX" = yes; then
3935 CXXFLAGS="-O2"
3936 else
3937 CXXFLAGS=
3938 fi
3939 fi
3940 ac_ext=c
3941 ac_cpp='$CPP $CPPFLAGS'
3942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3943 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3945
3946
3947
3948 ac_ext=c
3949 ac_cpp='$CPP $CPPFLAGS'
3950 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3951 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3952 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3954 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3955 # On Suns, sometimes $CPP names a directory.
3956 if test -n "$CPP" && test -d "$CPP"; then
3957 CPP=
3958 fi
3959 if test -z "$CPP"; then
3960 if ${ac_cv_prog_CPP+:} false; then :
3961 $as_echo_n "(cached) " >&6
3962 else
3963 # Double quotes because CPP needs to be expanded
3964 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3965 do
3966 ac_preproc_ok=false
3967 for ac_c_preproc_warn_flag in '' yes
3968 do
3969 # Use a header file that comes with gcc, so configuring glibc
3970 # with a fresh cross-compiler works.
3971 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3972 # <limits.h> exists even on freestanding compilers.
3973 # On the NeXT, cc -E runs the code through the compiler's parser,
3974 # not just through cpp. "Syntax error" is here to catch this case.
3975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3976 /* end confdefs.h. */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982 Syntax error
3983 _ACEOF
3984 if ac_fn_c_try_cpp "$LINENO"; then :
3985
3986 else
3987 # Broken: fails on valid input.
3988 continue
3989 fi
3990 rm -f conftest.err conftest.i conftest.$ac_ext
3991
3992 # OK, works on sane cases. Now check whether nonexistent headers
3993 # can be detected and how.
3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3995 /* end confdefs.h. */
3996 #include <ac_nonexistent.h>
3997 _ACEOF
3998 if ac_fn_c_try_cpp "$LINENO"; then :
3999 # Broken: success on invalid input.
4000 continue
4001 else
4002 # Passes both tests.
4003 ac_preproc_ok=:
4004 break
4005 fi
4006 rm -f conftest.err conftest.i conftest.$ac_ext
4007
4008 done
4009 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4010 rm -f conftest.i conftest.err conftest.$ac_ext
4011 if $ac_preproc_ok; then :
4012 break
4013 fi
4014
4015 done
4016 ac_cv_prog_CPP=$CPP
4017
4018 fi
4019 CPP=$ac_cv_prog_CPP
4020 else
4021 ac_cv_prog_CPP=$CPP
4022 fi
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4024 $as_echo "$CPP" >&6; }
4025 ac_preproc_ok=false
4026 for ac_c_preproc_warn_flag in '' yes
4027 do
4028 # Use a header file that comes with gcc, so configuring glibc
4029 # with a fresh cross-compiler works.
4030 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4031 # <limits.h> exists even on freestanding compilers.
4032 # On the NeXT, cc -E runs the code through the compiler's parser,
4033 # not just through cpp. "Syntax error" is here to catch this case.
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4036 #ifdef __STDC__
4037 # include <limits.h>
4038 #else
4039 # include <assert.h>
4040 #endif
4041 Syntax error
4042 _ACEOF
4043 if ac_fn_c_try_cpp "$LINENO"; then :
4044
4045 else
4046 # Broken: fails on valid input.
4047 continue
4048 fi
4049 rm -f conftest.err conftest.i conftest.$ac_ext
4050
4051 # OK, works on sane cases. Now check whether nonexistent headers
4052 # can be detected and how.
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4055 #include <ac_nonexistent.h>
4056 _ACEOF
4057 if ac_fn_c_try_cpp "$LINENO"; then :
4058 # Broken: success on invalid input.
4059 continue
4060 else
4061 # Passes both tests.
4062 ac_preproc_ok=:
4063 break
4064 fi
4065 rm -f conftest.err conftest.i conftest.$ac_ext
4066
4067 done
4068 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4069 rm -f conftest.i conftest.err conftest.$ac_ext
4070 if $ac_preproc_ok; then :
4071
4072 else
4073 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4075 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4076 See \`config.log' for more details" "$LINENO" 5; }
4077 fi
4078
4079 ac_ext=c
4080 ac_cpp='$CPP $CPPFLAGS'
4081 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4082 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4083 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4084
4085
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4087 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4088 if ${ac_cv_path_GREP+:} false; then :
4089 $as_echo_n "(cached) " >&6
4090 else
4091 if test -z "$GREP"; then
4092 ac_path_GREP_found=false
4093 # Loop through the user's path and test for each of PROGNAME-LIST
4094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4095 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4096 do
4097 IFS=$as_save_IFS
4098 test -z "$as_dir" && as_dir=.
4099 for ac_prog in grep ggrep; do
4100 for ac_exec_ext in '' $ac_executable_extensions; do
4101 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4102 as_fn_executable_p "$ac_path_GREP" || continue
4103 # Check for GNU ac_path_GREP and select it if it is found.
4104 # Check for GNU $ac_path_GREP
4105 case `"$ac_path_GREP" --version 2>&1` in
4106 *GNU*)
4107 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4108 *)
4109 ac_count=0
4110 $as_echo_n 0123456789 >"conftest.in"
4111 while :
4112 do
4113 cat "conftest.in" "conftest.in" >"conftest.tmp"
4114 mv "conftest.tmp" "conftest.in"
4115 cp "conftest.in" "conftest.nl"
4116 $as_echo 'GREP' >> "conftest.nl"
4117 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4118 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4119 as_fn_arith $ac_count + 1 && ac_count=$as_val
4120 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4121 # Best one so far, save it but keep looking for a better one
4122 ac_cv_path_GREP="$ac_path_GREP"
4123 ac_path_GREP_max=$ac_count
4124 fi
4125 # 10*(2^10) chars as input seems more than enough
4126 test $ac_count -gt 10 && break
4127 done
4128 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4129 esac
4130
4131 $ac_path_GREP_found && break 3
4132 done
4133 done
4134 done
4135 IFS=$as_save_IFS
4136 if test -z "$ac_cv_path_GREP"; then
4137 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4138 fi
4139 else
4140 ac_cv_path_GREP=$GREP
4141 fi
4142
4143 fi
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4145 $as_echo "$ac_cv_path_GREP" >&6; }
4146 GREP="$ac_cv_path_GREP"
4147
4148
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4150 $as_echo_n "checking for egrep... " >&6; }
4151 if ${ac_cv_path_EGREP+:} false; then :
4152 $as_echo_n "(cached) " >&6
4153 else
4154 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4155 then ac_cv_path_EGREP="$GREP -E"
4156 else
4157 if test -z "$EGREP"; then
4158 ac_path_EGREP_found=false
4159 # Loop through the user's path and test for each of PROGNAME-LIST
4160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4161 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4162 do
4163 IFS=$as_save_IFS
4164 test -z "$as_dir" && as_dir=.
4165 for ac_prog in egrep; do
4166 for ac_exec_ext in '' $ac_executable_extensions; do
4167 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4168 as_fn_executable_p "$ac_path_EGREP" || continue
4169 # Check for GNU ac_path_EGREP and select it if it is found.
4170 # Check for GNU $ac_path_EGREP
4171 case `"$ac_path_EGREP" --version 2>&1` in
4172 *GNU*)
4173 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4174 *)
4175 ac_count=0
4176 $as_echo_n 0123456789 >"conftest.in"
4177 while :
4178 do
4179 cat "conftest.in" "conftest.in" >"conftest.tmp"
4180 mv "conftest.tmp" "conftest.in"
4181 cp "conftest.in" "conftest.nl"
4182 $as_echo 'EGREP' >> "conftest.nl"
4183 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4184 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4185 as_fn_arith $ac_count + 1 && ac_count=$as_val
4186 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4187 # Best one so far, save it but keep looking for a better one
4188 ac_cv_path_EGREP="$ac_path_EGREP"
4189 ac_path_EGREP_max=$ac_count
4190 fi
4191 # 10*(2^10) chars as input seems more than enough
4192 test $ac_count -gt 10 && break
4193 done
4194 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4195 esac
4196
4197 $ac_path_EGREP_found && break 3
4198 done
4199 done
4200 done
4201 IFS=$as_save_IFS
4202 if test -z "$ac_cv_path_EGREP"; then
4203 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4204 fi
4205 else
4206 ac_cv_path_EGREP=$EGREP
4207 fi
4208
4209 fi
4210 fi
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4212 $as_echo "$ac_cv_path_EGREP" >&6; }
4213 EGREP="$ac_cv_path_EGREP"
4214
4215
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4217 $as_echo_n "checking for ANSI C header files... " >&6; }
4218 if ${ac_cv_header_stdc+:} false; then :
4219 $as_echo_n "(cached) " >&6
4220 else
4221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4222 /* end confdefs.h. */
4223 #include <stdlib.h>
4224 #include <stdarg.h>
4225 #include <string.h>
4226 #include <float.h>
4227
4228 int
4229 main ()
4230 {
4231
4232 ;
4233 return 0;
4234 }
4235 _ACEOF
4236 if ac_fn_c_try_compile "$LINENO"; then :
4237 ac_cv_header_stdc=yes
4238 else
4239 ac_cv_header_stdc=no
4240 fi
4241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4242
4243 if test $ac_cv_header_stdc = yes; then
4244 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4246 /* end confdefs.h. */
4247 #include <string.h>
4248
4249 _ACEOF
4250 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4251 $EGREP "memchr" >/dev/null 2>&1; then :
4252
4253 else
4254 ac_cv_header_stdc=no
4255 fi
4256 rm -f conftest*
4257
4258 fi
4259
4260 if test $ac_cv_header_stdc = yes; then
4261 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4263 /* end confdefs.h. */
4264 #include <stdlib.h>
4265
4266 _ACEOF
4267 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4268 $EGREP "free" >/dev/null 2>&1; then :
4269
4270 else
4271 ac_cv_header_stdc=no
4272 fi
4273 rm -f conftest*
4274
4275 fi
4276
4277 if test $ac_cv_header_stdc = yes; then
4278 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4279 if test "$cross_compiling" = yes; then :
4280 :
4281 else
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4284 #include <ctype.h>
4285 #include <stdlib.h>
4286 #if ((' ' & 0x0FF) == 0x020)
4287 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4288 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4289 #else
4290 # define ISLOWER(c) \
4291 (('a' <= (c) && (c) <= 'i') \
4292 || ('j' <= (c) && (c) <= 'r') \
4293 || ('s' <= (c) && (c) <= 'z'))
4294 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4295 #endif
4296
4297 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4298 int
4299 main ()
4300 {
4301 int i;
4302 for (i = 0; i < 256; i++)
4303 if (XOR (islower (i), ISLOWER (i))
4304 || toupper (i) != TOUPPER (i))
4305 return 2;
4306 return 0;
4307 }
4308 _ACEOF
4309 if ac_fn_c_try_run "$LINENO"; then :
4310
4311 else
4312 ac_cv_header_stdc=no
4313 fi
4314 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4315 conftest.$ac_objext conftest.beam conftest.$ac_ext
4316 fi
4317
4318 fi
4319 fi
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4321 $as_echo "$ac_cv_header_stdc" >&6; }
4322 if test $ac_cv_header_stdc = yes; then
4323
4324 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4325
4326 fi
4327
4328 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4329 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4330 inttypes.h stdint.h unistd.h
4331 do :
4332 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4333 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4334 "
4335 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4336 cat >>confdefs.h <<_ACEOF
4337 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4338 _ACEOF
4339
4340 fi
4341
4342 done
4343
4344
4345
4346 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4347 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4348 MINIX=yes
4349 else
4350 MINIX=
4351 fi
4352
4353
4354 if test "$MINIX" = yes; then
4355
4356 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4357
4358
4359 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4360
4361
4362 $as_echo "#define _MINIX 1" >>confdefs.h
4363
4364 fi
4365
4366
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4368 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4369 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371 else
4372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4373 /* end confdefs.h. */
4374
4375 # define __EXTENSIONS__ 1
4376 $ac_includes_default
4377 int
4378 main ()
4379 {
4380
4381 ;
4382 return 0;
4383 }
4384 _ACEOF
4385 if ac_fn_c_try_compile "$LINENO"; then :
4386 ac_cv_safe_to_define___extensions__=yes
4387 else
4388 ac_cv_safe_to_define___extensions__=no
4389 fi
4390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4391 fi
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4393 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4394 test $ac_cv_safe_to_define___extensions__ = yes &&
4395 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4396
4397 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4398
4399 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4400
4401 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4402
4403 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4404
4405
4406 ac_aux_dir=
4407 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4408 if test -f "$ac_dir/install-sh"; then
4409 ac_aux_dir=$ac_dir
4410 ac_install_sh="$ac_aux_dir/install-sh -c"
4411 break
4412 elif test -f "$ac_dir/install.sh"; then
4413 ac_aux_dir=$ac_dir
4414 ac_install_sh="$ac_aux_dir/install.sh -c"
4415 break
4416 elif test -f "$ac_dir/shtool"; then
4417 ac_aux_dir=$ac_dir
4418 ac_install_sh="$ac_aux_dir/shtool install -c"
4419 break
4420 fi
4421 done
4422 if test -z "$ac_aux_dir"; then
4423 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4424 fi
4425
4426 # These three variables are undocumented and unsupported,
4427 # and are intended to be withdrawn in a future Autoconf release.
4428 # They can cause serious problems if a builder's source tree is in a directory
4429 # whose full name contains unusual characters.
4430 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4431 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4432 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4433
4434
4435 # Make sure we can run config.sub.
4436 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4437 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4438
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4440 $as_echo_n "checking build system type... " >&6; }
4441 if ${ac_cv_build+:} false; then :
4442 $as_echo_n "(cached) " >&6
4443 else
4444 ac_build_alias=$build_alias
4445 test "x$ac_build_alias" = x &&
4446 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4447 test "x$ac_build_alias" = x &&
4448 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4449 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4450 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4451
4452 fi
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4454 $as_echo "$ac_cv_build" >&6; }
4455 case $ac_cv_build in
4456 *-*-*) ;;
4457 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4458 esac
4459 build=$ac_cv_build
4460 ac_save_IFS=$IFS; IFS='-'
4461 set x $ac_cv_build
4462 shift
4463 build_cpu=$1
4464 build_vendor=$2
4465 shift; shift
4466 # Remember, the first character of IFS is used to create $*,
4467 # except with old shells:
4468 build_os=$*
4469 IFS=$ac_save_IFS
4470 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4471
4472
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4474 $as_echo_n "checking host system type... " >&6; }
4475 if ${ac_cv_host+:} false; then :
4476 $as_echo_n "(cached) " >&6
4477 else
4478 if test "x$host_alias" = x; then
4479 ac_cv_host=$ac_cv_build
4480 else
4481 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4482 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4483 fi
4484
4485 fi
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4487 $as_echo "$ac_cv_host" >&6; }
4488 case $ac_cv_host in
4489 *-*-*) ;;
4490 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4491 esac
4492 host=$ac_cv_host
4493 ac_save_IFS=$IFS; IFS='-'
4494 set x $ac_cv_host
4495 shift
4496 host_cpu=$1
4497 host_vendor=$2
4498 shift; shift
4499 # Remember, the first character of IFS is used to create $*,
4500 # except with old shells:
4501 host_os=$*
4502 IFS=$ac_save_IFS
4503 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4504
4505
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4507 $as_echo_n "checking target system type... " >&6; }
4508 if ${ac_cv_target+:} false; then :
4509 $as_echo_n "(cached) " >&6
4510 else
4511 if test "x$target_alias" = x; then
4512 ac_cv_target=$ac_cv_host
4513 else
4514 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4515 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4516 fi
4517
4518 fi
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4520 $as_echo "$ac_cv_target" >&6; }
4521 case $ac_cv_target in
4522 *-*-*) ;;
4523 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
4524 esac
4525 target=$ac_cv_target
4526 ac_save_IFS=$IFS; IFS='-'
4527 set x $ac_cv_target
4528 shift
4529 target_cpu=$1
4530 target_vendor=$2
4531 shift; shift
4532 # Remember, the first character of IFS is used to create $*,
4533 # except with old shells:
4534 target_os=$*
4535 IFS=$ac_save_IFS
4536 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4537
4538
4539 # The aliases save the names the user supplied, while $host etc.
4540 # will get canonicalized.
4541 test -n "$target_alias" &&
4542 test "$program_prefix$program_suffix$program_transform_name" = \
4543 NONENONEs,x,x, &&
4544 program_prefix=${target_alias}-
4545
4546 # The tests for host and target for $enable_largefile require
4547 # canonical names.
4548
4549
4550
4551 # As the $enable_largefile decision depends on --enable-plugins we must set it
4552 # even in directories otherwise not depending on the $plugins option.
4553
4554
4555 maybe_plugins=no
4556 for ac_header in dlfcn.h
4557 do :
4558 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
4559 "
4560 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
4561 cat >>confdefs.h <<_ACEOF
4562 #define HAVE_DLFCN_H 1
4563 _ACEOF
4564 maybe_plugins=yes
4565 fi
4566
4567 done
4568
4569 for ac_header in windows.h
4570 do :
4571 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
4572 "
4573 if test "x$ac_cv_header_windows_h" = xyes; then :
4574 cat >>confdefs.h <<_ACEOF
4575 #define HAVE_WINDOWS_H 1
4576 _ACEOF
4577 maybe_plugins=yes
4578 fi
4579
4580 done
4581
4582
4583 # Check whether --enable-plugins was given.
4584 if test "${enable_plugins+set}" = set; then :
4585 enableval=$enable_plugins; case "${enableval}" in
4586 no) plugins=no ;;
4587 *) plugins=yes
4588 if test "$maybe_plugins" != "yes" ; then
4589 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
4590 fi ;;
4591 esac
4592 else
4593 plugins=$maybe_plugins
4594
4595 fi
4596
4597 if test "$plugins" = "yes"; then
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
4599 $as_echo_n "checking for library containing dlsym... " >&6; }
4600 if ${ac_cv_search_dlsym+:} false; then :
4601 $as_echo_n "(cached) " >&6
4602 else
4603 ac_func_search_save_LIBS=$LIBS
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4606
4607 /* Override any GCC internal prototype to avoid an error.
4608 Use char because int might match the return type of a GCC
4609 builtin and then its argument prototype would still apply. */
4610 #ifdef __cplusplus
4611 extern "C"
4612 #endif
4613 char dlsym ();
4614 int
4615 main ()
4616 {
4617 return dlsym ();
4618 ;
4619 return 0;
4620 }
4621 _ACEOF
4622 for ac_lib in '' dl; do
4623 if test -z "$ac_lib"; then
4624 ac_res="none required"
4625 else
4626 ac_res=-l$ac_lib
4627 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4628 fi
4629 if ac_fn_c_try_link "$LINENO"; then :
4630 ac_cv_search_dlsym=$ac_res
4631 fi
4632 rm -f core conftest.err conftest.$ac_objext \
4633 conftest$ac_exeext
4634 if ${ac_cv_search_dlsym+:} false; then :
4635 break
4636 fi
4637 done
4638 if ${ac_cv_search_dlsym+:} false; then :
4639
4640 else
4641 ac_cv_search_dlsym=no
4642 fi
4643 rm conftest.$ac_ext
4644 LIBS=$ac_func_search_save_LIBS
4645 fi
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
4647 $as_echo "$ac_cv_search_dlsym" >&6; }
4648 ac_res=$ac_cv_search_dlsym
4649 if test "$ac_res" != no; then :
4650 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4651
4652 fi
4653
4654 fi
4655
4656
4657 case "${host}" in
4658 sparc-*-solaris*|i[3-7]86-*-solaris*)
4659 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4660 # are mutually exclusive; and without procfs support, the bfd/ elf module
4661 # cannot provide certain routines such as elfcore_write_prpsinfo
4662 # or elfcore_write_prstatus. So unless the user explicitly requested
4663 # large-file support through the --enable-largefile switch, disable
4664 # large-file support in favor of procfs support.
4665 test "${target}" = "${host}" -a "x$plugins" = xno \
4666 && : ${enable_largefile="no"}
4667 ;;
4668 esac
4669
4670 # Check whether --enable-largefile was given.
4671 if test "${enable_largefile+set}" = set; then :
4672 enableval=$enable_largefile;
4673 fi
4674
4675 if test "$enable_largefile" != no; then
4676
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4678 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4679 if ${ac_cv_sys_largefile_CC+:} false; then :
4680 $as_echo_n "(cached) " >&6
4681 else
4682 ac_cv_sys_largefile_CC=no
4683 if test "$GCC" != yes; then
4684 ac_save_CC=$CC
4685 while :; do
4686 # IRIX 6.2 and later do not support large files by default,
4687 # so use the C compiler's -n32 option if that helps.
4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4689 /* end confdefs.h. */
4690 #include <sys/types.h>
4691 /* Check that off_t can represent 2**63 - 1 correctly.
4692 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4693 since some C++ compilers masquerading as C compilers
4694 incorrectly reject 9223372036854775807. */
4695 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4696 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4697 && LARGE_OFF_T % 2147483647 == 1)
4698 ? 1 : -1];
4699 int
4700 main ()
4701 {
4702
4703 ;
4704 return 0;
4705 }
4706 _ACEOF
4707 if ac_fn_c_try_compile "$LINENO"; then :
4708 break
4709 fi
4710 rm -f core conftest.err conftest.$ac_objext
4711 CC="$CC -n32"
4712 if ac_fn_c_try_compile "$LINENO"; then :
4713 ac_cv_sys_largefile_CC=' -n32'; break
4714 fi
4715 rm -f core conftest.err conftest.$ac_objext
4716 break
4717 done
4718 CC=$ac_save_CC
4719 rm -f conftest.$ac_ext
4720 fi
4721 fi
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4723 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4724 if test "$ac_cv_sys_largefile_CC" != no; then
4725 CC=$CC$ac_cv_sys_largefile_CC
4726 fi
4727
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4729 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4730 if ${ac_cv_sys_file_offset_bits+:} false; then :
4731 $as_echo_n "(cached) " >&6
4732 else
4733 while :; do
4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735 /* end confdefs.h. */
4736 #include <sys/types.h>
4737 /* Check that off_t can represent 2**63 - 1 correctly.
4738 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4739 since some C++ compilers masquerading as C compilers
4740 incorrectly reject 9223372036854775807. */
4741 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4742 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4743 && LARGE_OFF_T % 2147483647 == 1)
4744 ? 1 : -1];
4745 int
4746 main ()
4747 {
4748
4749 ;
4750 return 0;
4751 }
4752 _ACEOF
4753 if ac_fn_c_try_compile "$LINENO"; then :
4754 ac_cv_sys_file_offset_bits=no; break
4755 fi
4756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4758 /* end confdefs.h. */
4759 #define _FILE_OFFSET_BITS 64
4760 #include <sys/types.h>
4761 /* Check that off_t can represent 2**63 - 1 correctly.
4762 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4763 since some C++ compilers masquerading as C compilers
4764 incorrectly reject 9223372036854775807. */
4765 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4766 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4767 && LARGE_OFF_T % 2147483647 == 1)
4768 ? 1 : -1];
4769 int
4770 main ()
4771 {
4772
4773 ;
4774 return 0;
4775 }
4776 _ACEOF
4777 if ac_fn_c_try_compile "$LINENO"; then :
4778 ac_cv_sys_file_offset_bits=64; break
4779 fi
4780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4781 ac_cv_sys_file_offset_bits=unknown
4782 break
4783 done
4784 fi
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4786 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4787 case $ac_cv_sys_file_offset_bits in #(
4788 no | unknown) ;;
4789 *)
4790 cat >>confdefs.h <<_ACEOF
4791 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4792 _ACEOF
4793 ;;
4794 esac
4795 rm -rf conftest*
4796 if test $ac_cv_sys_file_offset_bits = unknown; then
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4798 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4799 if ${ac_cv_sys_large_files+:} false; then :
4800 $as_echo_n "(cached) " >&6
4801 else
4802 while :; do
4803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4804 /* end confdefs.h. */
4805 #include <sys/types.h>
4806 /* Check that off_t can represent 2**63 - 1 correctly.
4807 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4808 since some C++ compilers masquerading as C compilers
4809 incorrectly reject 9223372036854775807. */
4810 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4811 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4812 && LARGE_OFF_T % 2147483647 == 1)
4813 ? 1 : -1];
4814 int
4815 main ()
4816 {
4817
4818 ;
4819 return 0;
4820 }
4821 _ACEOF
4822 if ac_fn_c_try_compile "$LINENO"; then :
4823 ac_cv_sys_large_files=no; break
4824 fi
4825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4827 /* end confdefs.h. */
4828 #define _LARGE_FILES 1
4829 #include <sys/types.h>
4830 /* Check that off_t can represent 2**63 - 1 correctly.
4831 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4832 since some C++ compilers masquerading as C compilers
4833 incorrectly reject 9223372036854775807. */
4834 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4835 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4836 && LARGE_OFF_T % 2147483647 == 1)
4837 ? 1 : -1];
4838 int
4839 main ()
4840 {
4841
4842 ;
4843 return 0;
4844 }
4845 _ACEOF
4846 if ac_fn_c_try_compile "$LINENO"; then :
4847 ac_cv_sys_large_files=1; break
4848 fi
4849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4850 ac_cv_sys_large_files=unknown
4851 break
4852 done
4853 fi
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4855 $as_echo "$ac_cv_sys_large_files" >&6; }
4856 case $ac_cv_sys_large_files in #(
4857 no | unknown) ;;
4858 *)
4859 cat >>confdefs.h <<_ACEOF
4860 #define _LARGE_FILES $ac_cv_sys_large_files
4861 _ACEOF
4862 ;;
4863 esac
4864 rm -rf conftest*
4865 fi
4866
4867
4868 fi
4869
4870
4871
4872
4873
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4875 $as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4876 if ${am_cv_prog_cc_stdc+:} false; then :
4877 $as_echo_n "(cached) " >&6
4878 else
4879 am_cv_prog_cc_stdc=no
4880 ac_save_CC="$CC"
4881 # Don't try gcc -ansi; that turns off useful extensions and
4882 # breaks some systems' header files.
4883 # AIX -qlanglvl=ansi
4884 # Ultrix and OSF/1 -std1
4885 # HP-UX 10.20 and later -Ae
4886 # HP-UX older versions -Aa -D_HPUX_SOURCE
4887 # SVR4 -Xc -D__EXTENSIONS__
4888 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4889 do
4890 CC="$ac_save_CC $ac_arg"
4891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4892 /* end confdefs.h. */
4893 #include <stdarg.h>
4894 #include <stdio.h>
4895 #include <sys/types.h>
4896 #include <sys/stat.h>
4897 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4898 struct buf { int x; };
4899 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4900 static char *e (p, i)
4901 char **p;
4902 int i;
4903 {
4904 return p[i];
4905 }
4906 static char *f (char * (*g) (char **, int), char **p, ...)
4907 {
4908 char *s;
4909 va_list v;
4910 va_start (v,p);
4911 s = g (p, va_arg (v,int));
4912 va_end (v);
4913 return s;
4914 }
4915 int test (int i, double x);
4916 struct s1 {int (*f) (int a);};
4917 struct s2 {int (*f) (double a);};
4918 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4919 int argc;
4920 char **argv;
4921
4922 int
4923 main ()
4924 {
4925
4926 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4927
4928 ;
4929 return 0;
4930 }
4931 _ACEOF
4932 if ac_fn_c_try_compile "$LINENO"; then :
4933 am_cv_prog_cc_stdc="$ac_arg"; break
4934 fi
4935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4936 done
4937 CC="$ac_save_CC"
4938
4939 fi
4940
4941 if test -z "$am_cv_prog_cc_stdc"; then
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4943 $as_echo "none needed" >&6; }
4944 else
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4946 $as_echo "$am_cv_prog_cc_stdc" >&6; }
4947 fi
4948 case "x$am_cv_prog_cc_stdc" in
4949 x|xno) ;;
4950 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4951 esac
4952
4953 # Expand $ac_aux_dir to an absolute path.
4954 am_aux_dir=`cd "$ac_aux_dir" && pwd`
4955
4956 if test x"${install_sh+set}" != xset; then
4957 case $am_aux_dir in
4958 *\ * | *\ *)
4959 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4960 *)
4961 install_sh="\${SHELL} $am_aux_dir/install-sh"
4962 esac
4963 fi
4964
4965 # Installed binaries are usually stripped using 'strip' when the user
4966 # run "make install-strip". However 'strip' might not be the right
4967 # tool to use in cross-compilation environments, therefore Automake
4968 # will honor the 'STRIP' environment variable to overrule this program.
4969 if test "$cross_compiling" != no; then
4970 if test -n "$ac_tool_prefix"; then
4971 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4972 set dummy ${ac_tool_prefix}strip; ac_word=$2
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4974 $as_echo_n "checking for $ac_word... " >&6; }
4975 if ${ac_cv_prog_STRIP+:} false; then :
4976 $as_echo_n "(cached) " >&6
4977 else
4978 if test -n "$STRIP"; then
4979 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4980 else
4981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4982 for as_dir in $PATH
4983 do
4984 IFS=$as_save_IFS
4985 test -z "$as_dir" && as_dir=.
4986 for ac_exec_ext in '' $ac_executable_extensions; do
4987 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4988 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4990 break 2
4991 fi
4992 done
4993 done
4994 IFS=$as_save_IFS
4995
4996 fi
4997 fi
4998 STRIP=$ac_cv_prog_STRIP
4999 if test -n "$STRIP"; then
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5001 $as_echo "$STRIP" >&6; }
5002 else
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5004 $as_echo "no" >&6; }
5005 fi
5006
5007
5008 fi
5009 if test -z "$ac_cv_prog_STRIP"; then
5010 ac_ct_STRIP=$STRIP
5011 # Extract the first word of "strip", so it can be a program name with args.
5012 set dummy strip; ac_word=$2
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5014 $as_echo_n "checking for $ac_word... " >&6; }
5015 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5016 $as_echo_n "(cached) " >&6
5017 else
5018 if test -n "$ac_ct_STRIP"; then
5019 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5020 else
5021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5022 for as_dir in $PATH
5023 do
5024 IFS=$as_save_IFS
5025 test -z "$as_dir" && as_dir=.
5026 for ac_exec_ext in '' $ac_executable_extensions; do
5027 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5028 ac_cv_prog_ac_ct_STRIP="strip"
5029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5030 break 2
5031 fi
5032 done
5033 done
5034 IFS=$as_save_IFS
5035
5036 fi
5037 fi
5038 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5039 if test -n "$ac_ct_STRIP"; then
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5041 $as_echo "$ac_ct_STRIP" >&6; }
5042 else
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5044 $as_echo "no" >&6; }
5045 fi
5046
5047 if test "x$ac_ct_STRIP" = x; then
5048 STRIP=":"
5049 else
5050 case $cross_compiling:$ac_tool_warned in
5051 yes:)
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5053 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5054 ac_tool_warned=yes ;;
5055 esac
5056 STRIP=$ac_ct_STRIP
5057 fi
5058 else
5059 STRIP="$ac_cv_prog_STRIP"
5060 fi
5061
5062 fi
5063 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
5064
5065
5066 ac_aux_dir=
5067 for ac_dir in .. "$srcdir"/..; do
5068 if test -f "$ac_dir/install-sh"; then
5069 ac_aux_dir=$ac_dir
5070 ac_install_sh="$ac_aux_dir/install-sh -c"
5071 break
5072 elif test -f "$ac_dir/install.sh"; then
5073 ac_aux_dir=$ac_dir
5074 ac_install_sh="$ac_aux_dir/install.sh -c"
5075 break
5076 elif test -f "$ac_dir/shtool"; then
5077 ac_aux_dir=$ac_dir
5078 ac_install_sh="$ac_aux_dir/shtool install -c"
5079 break
5080 fi
5081 done
5082 if test -z "$ac_aux_dir"; then
5083 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
5084 fi
5085
5086 # These three variables are undocumented and unsupported,
5087 # and are intended to be withdrawn in a future Autoconf release.
5088 # They can cause serious problems if a builder's source tree is in a directory
5089 # whose full name contains unusual characters.
5090 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
5091 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
5092 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
5093
5094
5095
5096 test "$program_prefix" != NONE &&
5097 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5098 # Use a double $ so make ignores it.
5099 test "$program_suffix" != NONE &&
5100 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5101 # Double any \ or $.
5102 # By default was `s,x,x', remove it if useless.
5103 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5104 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5105
5106
5107 # We require a C++11 compiler. Check if one is available, and if
5108 # necessary, set CXX_DIALECT to some -std=xxx switch.
5109
5110 ax_cxx_compile_alternatives="11 0x" ax_cxx_compile_cxx11_required=true
5111 ac_ext=cpp
5112 ac_cpp='$CXXCPP $CPPFLAGS'
5113 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5114 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5115 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5116 CXX_DIALECT=""
5117 ac_success=no
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
5119 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
5120 if ${ax_cv_cxx_compile_cxx11+:} false; then :
5121 $as_echo_n "(cached) " >&6
5122 else
5123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5124 /* end confdefs.h. */
5125
5126
5127 // If the compiler admits that it is not ready for C++11, why torture it?
5128 // Hopefully, this will speed up the test.
5129
5130 #ifndef __cplusplus
5131
5132 #error "This is not a C++ compiler"
5133
5134 #elif __cplusplus < 201103L
5135
5136 #error "This is not a C++11 compiler"
5137
5138 #else
5139
5140 namespace cxx11
5141 {
5142
5143 namespace test_static_assert
5144 {
5145
5146 template <typename T>
5147 struct check
5148 {
5149 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5150 };
5151
5152 }
5153
5154 namespace test_final_override
5155 {
5156
5157 struct Base
5158 {
5159 virtual void f() {}
5160 };
5161
5162 struct Derived : public Base
5163 {
5164 virtual void f() override {}
5165 };
5166
5167 }
5168
5169 namespace test_double_right_angle_brackets
5170 {
5171
5172 template < typename T >
5173 struct check {};
5174
5175 typedef check<void> single_type;
5176 typedef check<check<void>> double_type;
5177 typedef check<check<check<void>>> triple_type;
5178 typedef check<check<check<check<void>>>> quadruple_type;
5179
5180 }
5181
5182 namespace test_decltype
5183 {
5184
5185 int
5186 f()
5187 {
5188 int a = 1;
5189 decltype(a) b = 2;
5190 return a + b;
5191 }
5192
5193 }
5194
5195 namespace test_type_deduction
5196 {
5197
5198 template < typename T1, typename T2 >
5199 struct is_same
5200 {
5201 static const bool value = false;
5202 };
5203
5204 template < typename T >
5205 struct is_same<T, T>
5206 {
5207 static const bool value = true;
5208 };
5209
5210 template < typename T1, typename T2 >
5211 auto
5212 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5213 {
5214 return a1 + a2;
5215 }
5216
5217 int
5218 test(const int c, volatile int v)
5219 {
5220 static_assert(is_same<int, decltype(0)>::value == true, "");
5221 static_assert(is_same<int, decltype(c)>::value == false, "");
5222 static_assert(is_same<int, decltype(v)>::value == false, "");
5223 auto ac = c;
5224 auto av = v;
5225 auto sumi = ac + av + 'x';
5226 auto sumf = ac + av + 1.0;
5227 static_assert(is_same<int, decltype(ac)>::value == true, "");
5228 static_assert(is_same<int, decltype(av)>::value == true, "");
5229 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5230 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5231 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5232 return (sumf > 0.0) ? sumi : add(c, v);
5233 }
5234
5235 }
5236
5237 namespace test_noexcept
5238 {
5239
5240 int f() { return 0; }
5241 int g() noexcept { return 0; }
5242
5243 static_assert(noexcept(f()) == false, "");
5244 static_assert(noexcept(g()) == true, "");
5245
5246 }
5247
5248 namespace test_constexpr
5249 {
5250
5251 template < typename CharT >
5252 unsigned long constexpr
5253 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5254 {
5255 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5256 }
5257
5258 template < typename CharT >
5259 unsigned long constexpr
5260 strlen_c(const CharT *const s) noexcept
5261 {
5262 return strlen_c_r(s, 0UL);
5263 }
5264
5265 static_assert(strlen_c("") == 0UL, "");
5266 static_assert(strlen_c("1") == 1UL, "");
5267 static_assert(strlen_c("example") == 7UL, "");
5268 static_assert(strlen_c("another\0example") == 7UL, "");
5269
5270 }
5271
5272 namespace test_rvalue_references
5273 {
5274
5275 template < int N >
5276 struct answer
5277 {
5278 static constexpr int value = N;
5279 };
5280
5281 answer<1> f(int&) { return answer<1>(); }
5282 answer<2> f(const int&) { return answer<2>(); }
5283 answer<3> f(int&&) { return answer<3>(); }
5284
5285 void
5286 test()
5287 {
5288 int i = 0;
5289 const int c = 0;
5290 static_assert(decltype(f(i))::value == 1, "");
5291 static_assert(decltype(f(c))::value == 2, "");
5292 static_assert(decltype(f(0))::value == 3, "");
5293 }
5294
5295 }
5296
5297 namespace test_uniform_initialization
5298 {
5299
5300 struct test
5301 {
5302 static const int zero {};
5303 static const int one {1};
5304 };
5305
5306 static_assert(test::zero == 0, "");
5307 static_assert(test::one == 1, "");
5308
5309 }
5310
5311 namespace test_lambdas
5312 {
5313
5314 void
5315 test1()
5316 {
5317 auto lambda1 = [](){};
5318 auto lambda2 = lambda1;
5319 lambda1();
5320 lambda2();
5321 }
5322
5323 int
5324 test2()
5325 {
5326 auto a = [](int i, int j){ return i + j; }(1, 2);
5327 auto b = []() -> int { return '0'; }();
5328 auto c = [=](){ return a + b; }();
5329 auto d = [&](){ return c; }();
5330 auto e = [a, &b](int x) mutable {
5331 const auto identity = [](int y){ return y; };
5332 for (auto i = 0; i < a; ++i)
5333 a += b--;
5334 return x + identity(a + b);
5335 }(0);
5336 return a + b + c + d + e;
5337 }
5338
5339 int
5340 test3()
5341 {
5342 const auto nullary = [](){ return 0; };
5343 const auto unary = [](int x){ return x; };
5344 using nullary_t = decltype(nullary);
5345 using unary_t = decltype(unary);
5346 const auto higher1st = [](nullary_t f){ return f(); };
5347 const auto higher2nd = [unary](nullary_t f1){
5348 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5349 };
5350 return higher1st(nullary) + higher2nd(nullary)(unary);
5351 }
5352
5353 }
5354
5355 namespace test_variadic_templates
5356 {
5357
5358 template <int...>
5359 struct sum;
5360
5361 template <int N0, int... N1toN>
5362 struct sum<N0, N1toN...>
5363 {
5364 static constexpr auto value = N0 + sum<N1toN...>::value;
5365 };
5366
5367 template <>
5368 struct sum<>
5369 {
5370 static constexpr auto value = 0;
5371 };
5372
5373 static_assert(sum<>::value == 0, "");
5374 static_assert(sum<1>::value == 1, "");
5375 static_assert(sum<23>::value == 23, "");
5376 static_assert(sum<1, 2>::value == 3, "");
5377 static_assert(sum<5, 5, 11>::value == 21, "");
5378 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5379
5380 }
5381
5382 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5383 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5384 // because of this.
5385 namespace test_template_alias_sfinae
5386 {
5387
5388 struct foo {};
5389
5390 template<typename T>
5391 using member = typename T::member_type;
5392
5393 template<typename T>
5394 void func(...) {}
5395
5396 template<typename T>
5397 void func(member<T>*) {}
5398
5399 void test();
5400
5401 void test() { func<foo>(0); }
5402
5403 }
5404
5405 } // namespace cxx11
5406
5407 #endif // __cplusplus >= 201103L
5408
5409
5410
5411 _ACEOF
5412 if ac_fn_cxx_try_compile "$LINENO"; then :
5413 ax_cv_cxx_compile_cxx11=yes
5414 else
5415 ax_cv_cxx_compile_cxx11=no
5416 fi
5417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5418 fi
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
5420 $as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
5421 if test x$ax_cv_cxx_compile_cxx11 = xyes; then
5422 ac_success=yes
5423 fi
5424
5425 if test x$ac_success = xno; then
5426 for alternative in ${ax_cxx_compile_alternatives}; do
5427 switch="-std=gnu++${alternative}"
5428 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5430 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
5431 if eval \${$cachevar+:} false; then :
5432 $as_echo_n "(cached) " >&6
5433 else
5434 ac_save_CXX="$CXX"
5435 CXX="$CXX $switch"
5436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5437 /* end confdefs.h. */
5438
5439
5440 // If the compiler admits that it is not ready for C++11, why torture it?
5441 // Hopefully, this will speed up the test.
5442
5443 #ifndef __cplusplus
5444
5445 #error "This is not a C++ compiler"
5446
5447 #elif __cplusplus < 201103L
5448
5449 #error "This is not a C++11 compiler"
5450
5451 #else
5452
5453 namespace cxx11
5454 {
5455
5456 namespace test_static_assert
5457 {
5458
5459 template <typename T>
5460 struct check
5461 {
5462 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5463 };
5464
5465 }
5466
5467 namespace test_final_override
5468 {
5469
5470 struct Base
5471 {
5472 virtual void f() {}
5473 };
5474
5475 struct Derived : public Base
5476 {
5477 virtual void f() override {}
5478 };
5479
5480 }
5481
5482 namespace test_double_right_angle_brackets
5483 {
5484
5485 template < typename T >
5486 struct check {};
5487
5488 typedef check<void> single_type;
5489 typedef check<check<void>> double_type;
5490 typedef check<check<check<void>>> triple_type;
5491 typedef check<check<check<check<void>>>> quadruple_type;
5492
5493 }
5494
5495 namespace test_decltype
5496 {
5497
5498 int
5499 f()
5500 {
5501 int a = 1;
5502 decltype(a) b = 2;
5503 return a + b;
5504 }
5505
5506 }
5507
5508 namespace test_type_deduction
5509 {
5510
5511 template < typename T1, typename T2 >
5512 struct is_same
5513 {
5514 static const bool value = false;
5515 };
5516
5517 template < typename T >
5518 struct is_same<T, T>
5519 {
5520 static const bool value = true;
5521 };
5522
5523 template < typename T1, typename T2 >
5524 auto
5525 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5526 {
5527 return a1 + a2;
5528 }
5529
5530 int
5531 test(const int c, volatile int v)
5532 {
5533 static_assert(is_same<int, decltype(0)>::value == true, "");
5534 static_assert(is_same<int, decltype(c)>::value == false, "");
5535 static_assert(is_same<int, decltype(v)>::value == false, "");
5536 auto ac = c;
5537 auto av = v;
5538 auto sumi = ac + av + 'x';
5539 auto sumf = ac + av + 1.0;
5540 static_assert(is_same<int, decltype(ac)>::value == true, "");
5541 static_assert(is_same<int, decltype(av)>::value == true, "");
5542 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5543 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5544 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5545 return (sumf > 0.0) ? sumi : add(c, v);
5546 }
5547
5548 }
5549
5550 namespace test_noexcept
5551 {
5552
5553 int f() { return 0; }
5554 int g() noexcept { return 0; }
5555
5556 static_assert(noexcept(f()) == false, "");
5557 static_assert(noexcept(g()) == true, "");
5558
5559 }
5560
5561 namespace test_constexpr
5562 {
5563
5564 template < typename CharT >
5565 unsigned long constexpr
5566 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5567 {
5568 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5569 }
5570
5571 template < typename CharT >
5572 unsigned long constexpr
5573 strlen_c(const CharT *const s) noexcept
5574 {
5575 return strlen_c_r(s, 0UL);
5576 }
5577
5578 static_assert(strlen_c("") == 0UL, "");
5579 static_assert(strlen_c("1") == 1UL, "");
5580 static_assert(strlen_c("example") == 7UL, "");
5581 static_assert(strlen_c("another\0example") == 7UL, "");
5582
5583 }
5584
5585 namespace test_rvalue_references
5586 {
5587
5588 template < int N >
5589 struct answer
5590 {
5591 static constexpr int value = N;
5592 };
5593
5594 answer<1> f(int&) { return answer<1>(); }
5595 answer<2> f(const int&) { return answer<2>(); }
5596 answer<3> f(int&&) { return answer<3>(); }
5597
5598 void
5599 test()
5600 {
5601 int i = 0;
5602 const int c = 0;
5603 static_assert(decltype(f(i))::value == 1, "");
5604 static_assert(decltype(f(c))::value == 2, "");
5605 static_assert(decltype(f(0))::value == 3, "");
5606 }
5607
5608 }
5609
5610 namespace test_uniform_initialization
5611 {
5612
5613 struct test
5614 {
5615 static const int zero {};
5616 static const int one {1};
5617 };
5618
5619 static_assert(test::zero == 0, "");
5620 static_assert(test::one == 1, "");
5621
5622 }
5623
5624 namespace test_lambdas
5625 {
5626
5627 void
5628 test1()
5629 {
5630 auto lambda1 = [](){};
5631 auto lambda2 = lambda1;
5632 lambda1();
5633 lambda2();
5634 }
5635
5636 int
5637 test2()
5638 {
5639 auto a = [](int i, int j){ return i + j; }(1, 2);
5640 auto b = []() -> int { return '0'; }();
5641 auto c = [=](){ return a + b; }();
5642 auto d = [&](){ return c; }();
5643 auto e = [a, &b](int x) mutable {
5644 const auto identity = [](int y){ return y; };
5645 for (auto i = 0; i < a; ++i)
5646 a += b--;
5647 return x + identity(a + b);
5648 }(0);
5649 return a + b + c + d + e;
5650 }
5651
5652 int
5653 test3()
5654 {
5655 const auto nullary = [](){ return 0; };
5656 const auto unary = [](int x){ return x; };
5657 using nullary_t = decltype(nullary);
5658 using unary_t = decltype(unary);
5659 const auto higher1st = [](nullary_t f){ return f(); };
5660 const auto higher2nd = [unary](nullary_t f1){
5661 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5662 };
5663 return higher1st(nullary) + higher2nd(nullary)(unary);
5664 }
5665
5666 }
5667
5668 namespace test_variadic_templates
5669 {
5670
5671 template <int...>
5672 struct sum;
5673
5674 template <int N0, int... N1toN>
5675 struct sum<N0, N1toN...>
5676 {
5677 static constexpr auto value = N0 + sum<N1toN...>::value;
5678 };
5679
5680 template <>
5681 struct sum<>
5682 {
5683 static constexpr auto value = 0;
5684 };
5685
5686 static_assert(sum<>::value == 0, "");
5687 static_assert(sum<1>::value == 1, "");
5688 static_assert(sum<23>::value == 23, "");
5689 static_assert(sum<1, 2>::value == 3, "");
5690 static_assert(sum<5, 5, 11>::value == 21, "");
5691 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5692
5693 }
5694
5695 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5696 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5697 // because of this.
5698 namespace test_template_alias_sfinae
5699 {
5700
5701 struct foo {};
5702
5703 template<typename T>
5704 using member = typename T::member_type;
5705
5706 template<typename T>
5707 void func(...) {}
5708
5709 template<typename T>
5710 void func(member<T>*) {}
5711
5712 void test();
5713
5714 void test() { func<foo>(0); }
5715
5716 }
5717
5718 } // namespace cxx11
5719
5720 #endif // __cplusplus >= 201103L
5721
5722
5723
5724 _ACEOF
5725 if ac_fn_cxx_try_compile "$LINENO"; then :
5726 eval $cachevar=yes
5727 else
5728 eval $cachevar=no
5729 fi
5730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5731 CXX="$ac_save_CXX"
5732 fi
5733 eval ac_res=\$$cachevar
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5735 $as_echo "$ac_res" >&6; }
5736 if eval test x\$$cachevar = xyes; then
5737 CXX_DIALECT="$switch"
5738 ac_success=yes
5739 break
5740 fi
5741 done
5742 fi
5743
5744 if test x$ac_success = xno; then
5745 for alternative in ${ax_cxx_compile_alternatives}; do
5746 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
5747 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5749 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
5750 if eval \${$cachevar+:} false; then :
5751 $as_echo_n "(cached) " >&6
5752 else
5753 ac_save_CXX="$CXX"
5754 CXX="$CXX $switch"
5755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5756 /* end confdefs.h. */
5757
5758
5759 // If the compiler admits that it is not ready for C++11, why torture it?
5760 // Hopefully, this will speed up the test.
5761
5762 #ifndef __cplusplus
5763
5764 #error "This is not a C++ compiler"
5765
5766 #elif __cplusplus < 201103L
5767
5768 #error "This is not a C++11 compiler"
5769
5770 #else
5771
5772 namespace cxx11
5773 {
5774
5775 namespace test_static_assert
5776 {
5777
5778 template <typename T>
5779 struct check
5780 {
5781 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5782 };
5783
5784 }
5785
5786 namespace test_final_override
5787 {
5788
5789 struct Base
5790 {
5791 virtual void f() {}
5792 };
5793
5794 struct Derived : public Base
5795 {
5796 virtual void f() override {}
5797 };
5798
5799 }
5800
5801 namespace test_double_right_angle_brackets
5802 {
5803
5804 template < typename T >
5805 struct check {};
5806
5807 typedef check<void> single_type;
5808 typedef check<check<void>> double_type;
5809 typedef check<check<check<void>>> triple_type;
5810 typedef check<check<check<check<void>>>> quadruple_type;
5811
5812 }
5813
5814 namespace test_decltype
5815 {
5816
5817 int
5818 f()
5819 {
5820 int a = 1;
5821 decltype(a) b = 2;
5822 return a + b;
5823 }
5824
5825 }
5826
5827 namespace test_type_deduction
5828 {
5829
5830 template < typename T1, typename T2 >
5831 struct is_same
5832 {
5833 static const bool value = false;
5834 };
5835
5836 template < typename T >
5837 struct is_same<T, T>
5838 {
5839 static const bool value = true;
5840 };
5841
5842 template < typename T1, typename T2 >
5843 auto
5844 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5845 {
5846 return a1 + a2;
5847 }
5848
5849 int
5850 test(const int c, volatile int v)
5851 {
5852 static_assert(is_same<int, decltype(0)>::value == true, "");
5853 static_assert(is_same<int, decltype(c)>::value == false, "");
5854 static_assert(is_same<int, decltype(v)>::value == false, "");
5855 auto ac = c;
5856 auto av = v;
5857 auto sumi = ac + av + 'x';
5858 auto sumf = ac + av + 1.0;
5859 static_assert(is_same<int, decltype(ac)>::value == true, "");
5860 static_assert(is_same<int, decltype(av)>::value == true, "");
5861 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5862 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5863 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5864 return (sumf > 0.0) ? sumi : add(c, v);
5865 }
5866
5867 }
5868
5869 namespace test_noexcept
5870 {
5871
5872 int f() { return 0; }
5873 int g() noexcept { return 0; }
5874
5875 static_assert(noexcept(f()) == false, "");
5876 static_assert(noexcept(g()) == true, "");
5877
5878 }
5879
5880 namespace test_constexpr
5881 {
5882
5883 template < typename CharT >
5884 unsigned long constexpr
5885 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5886 {
5887 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5888 }
5889
5890 template < typename CharT >
5891 unsigned long constexpr
5892 strlen_c(const CharT *const s) noexcept
5893 {
5894 return strlen_c_r(s, 0UL);
5895 }
5896
5897 static_assert(strlen_c("") == 0UL, "");
5898 static_assert(strlen_c("1") == 1UL, "");
5899 static_assert(strlen_c("example") == 7UL, "");
5900 static_assert(strlen_c("another\0example") == 7UL, "");
5901
5902 }
5903
5904 namespace test_rvalue_references
5905 {
5906
5907 template < int N >
5908 struct answer
5909 {
5910 static constexpr int value = N;
5911 };
5912
5913 answer<1> f(int&) { return answer<1>(); }
5914 answer<2> f(const int&) { return answer<2>(); }
5915 answer<3> f(int&&) { return answer<3>(); }
5916
5917 void
5918 test()
5919 {
5920 int i = 0;
5921 const int c = 0;
5922 static_assert(decltype(f(i))::value == 1, "");
5923 static_assert(decltype(f(c))::value == 2, "");
5924 static_assert(decltype(f(0))::value == 3, "");
5925 }
5926
5927 }
5928
5929 namespace test_uniform_initialization
5930 {
5931
5932 struct test
5933 {
5934 static const int zero {};
5935 static const int one {1};
5936 };
5937
5938 static_assert(test::zero == 0, "");
5939 static_assert(test::one == 1, "");
5940
5941 }
5942
5943 namespace test_lambdas
5944 {
5945
5946 void
5947 test1()
5948 {
5949 auto lambda1 = [](){};
5950 auto lambda2 = lambda1;
5951 lambda1();
5952 lambda2();
5953 }
5954
5955 int
5956 test2()
5957 {
5958 auto a = [](int i, int j){ return i + j; }(1, 2);
5959 auto b = []() -> int { return '0'; }();
5960 auto c = [=](){ return a + b; }();
5961 auto d = [&](){ return c; }();
5962 auto e = [a, &b](int x) mutable {
5963 const auto identity = [](int y){ return y; };
5964 for (auto i = 0; i < a; ++i)
5965 a += b--;
5966 return x + identity(a + b);
5967 }(0);
5968 return a + b + c + d + e;
5969 }
5970
5971 int
5972 test3()
5973 {
5974 const auto nullary = [](){ return 0; };
5975 const auto unary = [](int x){ return x; };
5976 using nullary_t = decltype(nullary);
5977 using unary_t = decltype(unary);
5978 const auto higher1st = [](nullary_t f){ return f(); };
5979 const auto higher2nd = [unary](nullary_t f1){
5980 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5981 };
5982 return higher1st(nullary) + higher2nd(nullary)(unary);
5983 }
5984
5985 }
5986
5987 namespace test_variadic_templates
5988 {
5989
5990 template <int...>
5991 struct sum;
5992
5993 template <int N0, int... N1toN>
5994 struct sum<N0, N1toN...>
5995 {
5996 static constexpr auto value = N0 + sum<N1toN...>::value;
5997 };
5998
5999 template <>
6000 struct sum<>
6001 {
6002 static constexpr auto value = 0;
6003 };
6004
6005 static_assert(sum<>::value == 0, "");
6006 static_assert(sum<1>::value == 1, "");
6007 static_assert(sum<23>::value == 23, "");
6008 static_assert(sum<1, 2>::value == 3, "");
6009 static_assert(sum<5, 5, 11>::value == 21, "");
6010 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6011
6012 }
6013
6014 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6015 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6016 // because of this.
6017 namespace test_template_alias_sfinae
6018 {
6019
6020 struct foo {};
6021
6022 template<typename T>
6023 using member = typename T::member_type;
6024
6025 template<typename T>
6026 void func(...) {}
6027
6028 template<typename T>
6029 void func(member<T>*) {}
6030
6031 void test();
6032
6033 void test() { func<foo>(0); }
6034
6035 }
6036
6037 } // namespace cxx11
6038
6039 #endif // __cplusplus >= 201103L
6040
6041
6042
6043 _ACEOF
6044 if ac_fn_cxx_try_compile "$LINENO"; then :
6045 eval $cachevar=yes
6046 else
6047 eval $cachevar=no
6048 fi
6049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6050 CXX="$ac_save_CXX"
6051 fi
6052 eval ac_res=\$$cachevar
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6054 $as_echo "$ac_res" >&6; }
6055 if eval test x\$$cachevar = xyes; then
6056 CXX_DIALECT="$switch"
6057 ac_success=yes
6058 break
6059 fi
6060 done
6061 if test x$ac_success = xyes; then
6062 break
6063 fi
6064 done
6065 fi
6066 ac_ext=c
6067 ac_cpp='$CPP $CPPFLAGS'
6068 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6069 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6070 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6071
6072 if test x$ax_cxx_compile_cxx11_required = xtrue; then
6073 if test x$ac_success = xno; then
6074 as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5
6075 fi
6076 fi
6077 if test x$ac_success = xno; then
6078 HAVE_CXX11=0
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5
6080 $as_echo "$as_me: No compiler with C++11 support was found" >&6;}
6081 else
6082 HAVE_CXX11=1
6083
6084 $as_echo "#define HAVE_CXX11 1" >>confdefs.h
6085
6086 fi
6087
6088
6089
6090
6091 # Dependency checking.
6092 rm -rf .tst 2>/dev/null
6093 mkdir .tst 2>/dev/null
6094 if test -d .tst; then
6095 am__leading_dot=.
6096 else
6097 am__leading_dot=_
6098 fi
6099 rmdir .tst 2>/dev/null
6100
6101 DEPDIR="${am__leading_dot}deps"
6102
6103 ac_config_commands="$ac_config_commands depdir"
6104
6105
6106 depcc="$CC" am_compiler_list=
6107
6108 am_depcomp=$ac_aux_dir/depcomp
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6110 $as_echo_n "checking dependency style of $depcc... " >&6; }
6111 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6112 $as_echo_n "(cached) " >&6
6113 else
6114 if test -f "$am_depcomp"; then
6115 # We make a subdir and do the tests there. Otherwise we can end up
6116 # making bogus files that we don't know about and never remove. For
6117 # instance it was reported that on HP-UX the gcc test will end up
6118 # making a dummy file named `D' -- because `-MD' means `put the output
6119 # in D'.
6120 mkdir conftest.dir
6121 # Copy depcomp to subdir because otherwise we won't find it if we're
6122 # using a relative directory.
6123 cp "$am_depcomp" conftest.dir
6124 cd conftest.dir
6125 # We will build objects and dependencies in a subdirectory because
6126 # it helps to detect inapplicable dependency modes. For instance
6127 # both Tru64's cc and ICC support -MD to output dependencies as a
6128 # side effect of compilation, but ICC will put the dependencies in
6129 # the current directory while Tru64 will put them in the object
6130 # directory.
6131 mkdir sub
6132
6133 am_cv_CC_dependencies_compiler_type=none
6134 if test "$am_compiler_list" = ""; then
6135 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6136 fi
6137 for depmode in $am_compiler_list; do
6138 if test $depmode = none; then break; fi
6139
6140 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6141 # Setup a source with many dependencies, because some compilers
6142 # like to wrap large dependency lists on column 80 (with \), and
6143 # we should not choose a depcomp mode which is confused by this.
6144 #
6145 # We need to recreate these files for each test, as the compiler may
6146 # overwrite some of them when testing with obscure command lines.
6147 # This happens at least with the AIX C compiler.
6148 : > sub/conftest.c
6149 for i in 1 2 3 4 5 6; do
6150 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6151 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6152 # Solaris 8's {/usr,}/bin/sh.
6153 touch sub/conftst$i.h
6154 done
6155 echo "include sub/conftest.Po" > confmf
6156
6157 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6158 # mode. It turns out that the SunPro C++ compiler does not properly
6159 # handle `-M -o', and we need to detect this.
6160 depcmd="depmode=$depmode \
6161 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6162 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6163 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6164 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6165 if env $depcmd > conftest.err 2>&1 &&
6166 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6167 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6168 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6169 # icc doesn't choke on unknown options, it will just issue warnings
6170 # or remarks (even with -Werror). So we grep stderr for any message
6171 # that says an option was ignored or not supported.
6172 # When given -MP, icc 7.0 and 7.1 complain thusly:
6173 # icc: Command line warning: ignoring option '-M'; no argument required
6174 # The diagnosis changed in icc 8.0:
6175 # icc: Command line remark: option '-MP' not supported
6176 if (grep 'ignoring option' conftest.err ||
6177 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6178 am_cv_CC_dependencies_compiler_type=$depmode
6179 $as_echo "$as_me:$LINENO: success" >&5
6180 break
6181 fi
6182 fi
6183 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6184 sed -e 's/^/| /' < conftest.err >&5
6185 done
6186
6187 cd ..
6188 rm -rf conftest.dir
6189 else
6190 am_cv_CC_dependencies_compiler_type=none
6191 fi
6192
6193 fi
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6195 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6196 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6197 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6198 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6199
6200 fi
6201
6202
6203
6204 CONFIG_OBS=
6205 CONFIG_DEPS=
6206 CONFIG_SRCS=
6207 ENABLE_CFLAGS=
6208
6209 CONFIG_ALL=
6210 CONFIG_CLEAN=
6211 CONFIG_INSTALL=
6212 CONFIG_UNINSTALL=
6213
6214 # If we haven't got the data from the intl directory,
6215 # assume NLS is disabled.
6216 USE_NLS=no
6217 LIBINTL=
6218 LIBINTL_DEP=
6219 INCINTL=
6220 XGETTEXT=
6221 GMSGFMT=
6222 POSUB=
6223
6224 if test -f ../intl/config.intl; then
6225 . ../intl/config.intl
6226 fi
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6228 $as_echo_n "checking whether NLS is requested... " >&6; }
6229 if test x"$USE_NLS" != xyes; then
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6231 $as_echo "no" >&6; }
6232 else
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6234 $as_echo "yes" >&6; }
6235
6236 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
6237
6238
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6240 $as_echo_n "checking for catalogs to be installed... " >&6; }
6241 # Look for .po and .gmo files in the source directory.
6242 CATALOGS=
6243 XLINGUAS=
6244 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
6245 # If there aren't any .gmo files the shell will give us the
6246 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6247 # weeded out.
6248 case "$cat" in *\**)
6249 continue;;
6250 esac
6251 # The quadruple backslash is collapsed to a double backslash
6252 # by the backticks, then collapsed again by the double quotes,
6253 # leaving us with one backslash in the sed expression (right
6254 # before the dot that mustn't act as a wildcard).
6255 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6256 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
6257 # The user is allowed to set LINGUAS to a list of languages to
6258 # install catalogs for. If it's empty that means "all of them."
6259 if test "x$LINGUAS" = x; then
6260 CATALOGS="$CATALOGS $cat"
6261 XLINGUAS="$XLINGUAS $lang"
6262 else
6263 case "$LINGUAS" in *$lang*)
6264 CATALOGS="$CATALOGS $cat"
6265 XLINGUAS="$XLINGUAS $lang"
6266 ;;
6267 esac
6268 fi
6269 done
6270 LINGUAS="$XLINGUAS"
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
6272 $as_echo "$LINGUAS" >&6; }
6273
6274
6275 DATADIRNAME=share
6276
6277 INSTOBJEXT=.mo
6278
6279 GENCAT=gencat
6280
6281 CATOBJEXT=.gmo
6282
6283 fi
6284
6285 localedir='${datadir}/locale'
6286
6287
6288 if test x"$USE_NLS" = xyes; then
6289 CONFIG_ALL="$CONFIG_ALL all-po"
6290 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
6291 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
6292 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
6293 fi
6294
6295 PACKAGE=gdb
6296
6297 cat >>confdefs.h <<_ACEOF
6298 #define PACKAGE "$PACKAGE"
6299 _ACEOF
6300
6301
6302
6303 # We never need to detect it in this sub-configure.
6304 # But preserve it for config.status --recheck.
6305
6306
6307
6308 MAKEINFO_EXTRA_FLAGS=""
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
6310 $as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
6311 if ${gdb_cv_have_makeinfo_click+:} false; then :
6312 $as_echo_n "(cached) " >&6
6313 else
6314 echo '@clicksequence{a @click{} b}' >conftest.texinfo
6315 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
6316 gdb_cv_have_makeinfo_click=yes
6317 else
6318 gdb_cv_have_makeinfo_click=no
6319 fi
6320 fi
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
6322 $as_echo "$gdb_cv_have_makeinfo_click" >&6; }
6323 if test x"$gdb_cv_have_makeinfo_click" = xyes; then
6324 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
6325 fi
6326
6327
6328
6329
6330 # Check whether --with-separate-debug-dir was given.
6331 if test "${with_separate_debug_dir+set}" = set; then :
6332 withval=$with_separate_debug_dir;
6333 DEBUGDIR=$withval
6334 else
6335 DEBUGDIR=${libdir}/debug
6336 fi
6337
6338
6339 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6340 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6341 ac_define_dir=`eval echo $DEBUGDIR`
6342 ac_define_dir=`eval echo $ac_define_dir`
6343
6344 cat >>confdefs.h <<_ACEOF
6345 #define DEBUGDIR "$ac_define_dir"
6346 _ACEOF
6347
6348
6349
6350
6351 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6352 if test "x$prefix" = xNONE; then
6353 test_prefix=/usr/local
6354 else
6355 test_prefix=$prefix
6356 fi
6357 else
6358 test_prefix=$exec_prefix
6359 fi
6360 value=0
6361 case ${ac_define_dir} in
6362 "${test_prefix}"|"${test_prefix}/"*|\
6363 '${exec_prefix}'|'${exec_prefix}/'*)
6364 value=1
6365 ;;
6366 esac
6367
6368 cat >>confdefs.h <<_ACEOF
6369 #define DEBUGDIR_RELOCATABLE $value
6370 _ACEOF
6371
6372
6373
6374
6375 # We can't pass paths as command line arguments.
6376 # Mingw32 tries to be clever and will convert the paths for us.
6377 # For example -DBINDIR="/usr/local/bin" passed on the command line may get
6378 # converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
6379 # This breaks GDB's relocatable path conversions since paths passed in
6380 # config.h would not get so translated, the path prefixes no longer match.
6381
6382 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6383 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6384 ac_define_dir=`eval echo $bindir`
6385 ac_define_dir=`eval echo $ac_define_dir`
6386
6387 cat >>confdefs.h <<_ACEOF
6388 #define BINDIR "$ac_define_dir"
6389 _ACEOF
6390
6391
6392
6393 # GDB's datadir relocation
6394
6395
6396
6397 # Check whether --with-gdb-datadir was given.
6398 if test "${with_gdb_datadir+set}" = set; then :
6399 withval=$with_gdb_datadir;
6400 GDB_DATADIR=$withval
6401 else
6402 GDB_DATADIR=${datadir}/gdb
6403 fi
6404
6405
6406 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6407 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6408 ac_define_dir=`eval echo $GDB_DATADIR`
6409 ac_define_dir=`eval echo $ac_define_dir`
6410
6411 cat >>confdefs.h <<_ACEOF
6412 #define GDB_DATADIR "$ac_define_dir"
6413 _ACEOF
6414
6415
6416
6417
6418 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6419 if test "x$prefix" = xNONE; then
6420 test_prefix=/usr/local
6421 else
6422 test_prefix=$prefix
6423 fi
6424 else
6425 test_prefix=$exec_prefix
6426 fi
6427 value=0
6428 case ${ac_define_dir} in
6429 "${test_prefix}"|"${test_prefix}/"*|\
6430 '${exec_prefix}'|'${exec_prefix}/'*)
6431 value=1
6432 ;;
6433 esac
6434
6435 cat >>confdefs.h <<_ACEOF
6436 #define GDB_DATADIR_RELOCATABLE $value
6437 _ACEOF
6438
6439
6440
6441
6442
6443 # Check whether --with-relocated-sources was given.
6444 if test "${with_relocated_sources+set}" = set; then :
6445 withval=$with_relocated_sources; reloc_srcdir="${withval}"
6446
6447 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6448 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6449 ac_define_dir=`eval echo $reloc_srcdir`
6450 ac_define_dir=`eval echo $ac_define_dir`
6451
6452 cat >>confdefs.h <<_ACEOF
6453 #define RELOC_SRCDIR "$ac_define_dir"
6454 _ACEOF
6455
6456
6457
6458 fi
6459
6460
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
6462 $as_echo_n "checking for default auto-load directory... " >&6; }
6463
6464 # Check whether --with-auto-load-dir was given.
6465 if test "${with_auto_load_dir+set}" = set; then :
6466 withval=$with_auto_load_dir;
6467 else
6468 with_auto_load_dir='$debugdir:$datadir/auto-load'
6469 fi
6470
6471 escape_dir=`echo $with_auto_load_dir | sed -e 's/[$]datadir\>/\\\\\\\\\\\\&/g' -e 's/[$]debugdir\>/\\\\\\\\\\\\&/g'`
6472
6473 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6474 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6475 ac_define_dir=`eval echo $escape_dir`
6476 ac_define_dir=`eval echo $ac_define_dir`
6477
6478 cat >>confdefs.h <<_ACEOF
6479 #define AUTO_LOAD_DIR "$ac_define_dir"
6480 _ACEOF
6481
6482
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
6484 $as_echo "$with_auto_load_dir" >&6; }
6485
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
6487 $as_echo_n "checking for default auto-load safe-path... " >&6; }
6488
6489 # Check whether --with-auto-load-safe-path was given.
6490 if test "${with_auto_load_safe_path+set}" = set; then :
6491 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
6492 with_auto_load_safe_path="/"
6493 fi
6494 else
6495 with_auto_load_safe_path="$with_auto_load_dir"
6496 fi
6497
6498 escape_dir=`echo $with_auto_load_safe_path | sed -e 's/[$]datadir\>/\\\\\\\\\\\\&/g' -e 's/[$]debugdir\>/\\\\\\\\\\\\&/g'`
6499
6500 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6501 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6502 ac_define_dir=`eval echo $escape_dir`
6503 ac_define_dir=`eval echo $ac_define_dir`
6504
6505 cat >>confdefs.h <<_ACEOF
6506 #define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
6507 _ACEOF
6508
6509
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
6511 $as_echo "$with_auto_load_safe_path" >&6; }
6512
6513
6514
6515 subdirs="$subdirs testsuite"
6516
6517
6518 # Check whether to support alternative target configurations
6519 # Check whether --enable-targets was given.
6520 if test "${enable_targets+set}" = set; then :
6521 enableval=$enable_targets; case "${enableval}" in
6522 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
6523 ;;
6524 no) enable_targets= ;;
6525 *) enable_targets=$enableval ;;
6526 esac
6527 fi
6528
6529
6530 # Check whether to enable 64-bit support on 32-bit hosts
6531 # Check whether --enable-64-bit-bfd was given.
6532 if test "${enable_64_bit_bfd+set}" = set; then :
6533 enableval=$enable_64_bit_bfd; case "${enableval}" in
6534 yes) want64=true ;;
6535 no) want64=false ;;
6536 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
6537 esac
6538 else
6539 want64=false
6540 fi
6541
6542 # Provide defaults for some variables set by the per-host and per-target
6543 # configuration.
6544 gdb_host_obs=posix-hdep.o
6545
6546 if test "${target}" = "${host}"; then
6547 gdb_native=yes
6548 else
6549 gdb_native=no
6550 fi
6551
6552 . $srcdir/configure.host
6553
6554 # Add in the common host objects.
6555 . $srcdir/gdbsupport/common.host
6556 gdb_host_obs="$gdb_host_obs $common_host_obs"
6557
6558 # Accumulate some settings from configure.tgt over all enabled targets
6559
6560 TARGET_OBS=
6561 all_targets=
6562 HAVE_NATIVE_GCORE_TARGET=
6563
6564 for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
6565 do
6566 if test "$targ_alias" = "all"; then
6567 all_targets=true
6568 else
6569 # Canonicalize the secondary target names.
6570 result=`$ac_config_sub $targ_alias 2>/dev/null`
6571 if test -n "$result"; then
6572 targ=$result
6573 else
6574 targ=$targ_alias
6575 fi
6576
6577 . ${srcdir}/configure.tgt
6578
6579 if test -z "${gdb_target_obs}"; then :
6580 as_fn_error $? "configuration ${targ} is unsupported." "$LINENO" 5
6581 fi
6582
6583 # Target-specific object files
6584 for i in ${gdb_target_obs}; do
6585 case " $TARGET_OBS " in
6586 *" ${i} "*) ;;
6587 *)
6588 TARGET_OBS="$TARGET_OBS ${i}"
6589 ;;
6590 esac
6591 done
6592
6593 # Check whether this target needs 64-bit CORE_ADDR
6594 if test x${want64} = xfalse; then
6595 . ${srcdir}/../bfd/config.bfd
6596 fi
6597
6598 # Check whether this target is native and supports gcore.
6599 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
6600 && $gdb_have_gcore; then
6601 HAVE_NATIVE_GCORE_TARGET=1
6602 fi
6603 fi
6604 done
6605
6606 if test x${all_targets} = xtrue; then
6607
6608 # We want all 64-bit targets if we either:
6609 # - run on a 64-bit host or
6610 # - already require 64-bit support for some other target or
6611 # - the --enable-64-bit-bfd option was supplied
6612 # Otherwise we only support all 32-bit targets.
6613 #
6614 # NOTE: This test must be in sync with the corresponding
6615 # tests in BFD!
6616
6617 if test x${want64} = xfalse; then
6618 # The cast to long int works around a bug in the HP C Compiler
6619 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6620 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6621 # This bug is HP SR number 8606223364.
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
6623 $as_echo_n "checking size of long... " >&6; }
6624 if ${ac_cv_sizeof_long+:} false; then :
6625 $as_echo_n "(cached) " >&6
6626 else
6627 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
6628
6629 else
6630 if test "$ac_cv_type_long" = yes; then
6631 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6632 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6633 as_fn_error 77 "cannot compute sizeof (long)
6634 See \`config.log' for more details" "$LINENO" 5; }
6635 else
6636 ac_cv_sizeof_long=0
6637 fi
6638 fi
6639
6640 fi
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
6642 $as_echo "$ac_cv_sizeof_long" >&6; }
6643
6644
6645
6646 cat >>confdefs.h <<_ACEOF
6647 #define SIZEOF_LONG $ac_cv_sizeof_long
6648 _ACEOF
6649
6650
6651 if test "x${ac_cv_sizeof_long}" = "x8"; then
6652 want64=true
6653 fi
6654 fi
6655 if test x${want64} = xtrue; then
6656 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
6657 else
6658 TARGET_OBS='$(ALL_TARGET_OBS)'
6659 fi
6660 fi
6661
6662
6663
6664
6665 # For other settings, only the main target counts.
6666 gdb_sim=
6667 gdb_osabi=
6668 build_gdbserver=
6669 targ=$target; . ${srcdir}/configure.tgt
6670
6671 # Fetch the default architecture and default target vector from BFD.
6672 targ=$target; . $srcdir/../bfd/config.bfd
6673
6674 # We only want the first architecture, so strip off the others if
6675 # there is more than one.
6676 targ_archs=`echo $targ_archs | sed 's/ .*//'`
6677
6678 if test "x$targ_archs" != x; then
6679
6680 cat >>confdefs.h <<_ACEOF
6681 #define DEFAULT_BFD_ARCH $targ_archs
6682 _ACEOF
6683
6684 fi
6685 if test "x$targ_defvec" != x; then
6686
6687 cat >>confdefs.h <<_ACEOF
6688 #define DEFAULT_BFD_VEC $targ_defvec
6689 _ACEOF
6690
6691 fi
6692
6693 # Enable MI.
6694 # Check whether --enable-gdbmi was given.
6695 if test "${enable_gdbmi+set}" = set; then :
6696 enableval=$enable_gdbmi; case $enableval in
6697 yes | no)
6698 ;;
6699 *)
6700 as_fn_error $? "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
6701 esac
6702 else
6703 enable_gdbmi=yes
6704 fi
6705
6706 if test x"$enable_gdbmi" = xyes; then
6707 if test -d $srcdir/mi; then
6708 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
6709 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
6710 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
6711 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
6712 fi
6713 fi
6714
6715 # Enable TUI.
6716 # Check whether --enable-tui was given.
6717 if test "${enable_tui+set}" = set; then :
6718 enableval=$enable_tui; case $enableval in
6719 yes | no | auto)
6720 ;;
6721 *)
6722 as_fn_error $? "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
6723 esac
6724 else
6725 enable_tui=auto
6726 fi
6727
6728
6729 # Enable gdbtk.
6730 # Check whether --enable-gdbtk was given.
6731 if test "${enable_gdbtk+set}" = set; then :
6732 enableval=$enable_gdbtk; case $enableval in
6733 yes | no)
6734 ;;
6735 *)
6736 as_fn_error $? "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
6737 esac
6738 else
6739 if test -d $srcdir/gdbtk; then
6740 enable_gdbtk=yes
6741 else
6742 enable_gdbtk=no
6743 fi
6744 fi
6745
6746 # We unconditionally disable gdbtk tests on selected platforms.
6747 case $host_os in
6748 go32* | windows*)
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
6750 $as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
6751 enable_gdbtk=no ;;
6752 esac
6753
6754 # Libunwind support for ia64.
6755
6756
6757 # Check whether --with-libunwind-ia64 was given.
6758 if test "${with_libunwind_ia64+set}" = set; then :
6759 withval=$with_libunwind_ia64;
6760 else
6761 with_libunwind_ia64=auto
6762 fi
6763
6764
6765 # Backward compatibility option.
6766 if test "${with_libunwind+set}" = set; then
6767 if test x"$with_libunwind_ia64" != xauto; then
6768 as_fn_error $? "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
6769 fi
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
6771 $as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
6772 with_libunwind_ia64="$with_libunwind"
6773 fi
6774
6775 case "$with_libunwind_ia64" in
6776 yes | no)
6777 ;;
6778 auto)
6779 for ac_header in libunwind-ia64.h
6780 do :
6781 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
6782 if test "x$ac_cv_header_libunwind_ia64_h" = xyes; then :
6783 cat >>confdefs.h <<_ACEOF
6784 #define HAVE_LIBUNWIND_IA64_H 1
6785 _ACEOF
6786
6787 fi
6788
6789 done
6790
6791 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
6792 ;;
6793 *)
6794 as_fn_error $? "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
6795 ;;
6796 esac
6797
6798 if test x"$with_libunwind_ia64" = xyes; then
6799 for ac_header in libunwind-ia64.h
6800 do :
6801 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
6802 if test "x$ac_cv_header_libunwind_ia64_h" = xyes; then :
6803 cat >>confdefs.h <<_ACEOF
6804 #define HAVE_LIBUNWIND_IA64_H 1
6805 _ACEOF
6806
6807 fi
6808
6809 done
6810
6811 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
6812 as_fn_error $? "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
6813 fi
6814 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
6815 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
6816 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
6817 fi
6818
6819 opt_curses=no
6820
6821 # Check whether --with-curses was given.
6822 if test "${with_curses+set}" = set; then :
6823 withval=$with_curses; opt_curses=$withval
6824 fi
6825
6826
6827 prefer_curses=no
6828 if test "$opt_curses" = "yes"; then
6829 prefer_curses=yes
6830 fi
6831
6832 # Profiling support.
6833 # Check whether --enable-profiling was given.
6834 if test "${enable_profiling+set}" = set; then :
6835 enableval=$enable_profiling; case $enableval in
6836 yes | no)
6837 ;;
6838 *)
6839 as_fn_error $? "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
6840 esac
6841 else
6842 enable_profiling=no
6843 fi
6844
6845
6846 for ac_func in monstartup _mcleanup
6847 do :
6848 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6849 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
6850 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6851 cat >>confdefs.h <<_ACEOF
6852 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6853 _ACEOF
6854
6855 fi
6856 done
6857
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
6859 $as_echo_n "checking for _etext... " >&6; }
6860 if ${ac_cv_var__etext+:} false; then :
6861 $as_echo_n "(cached) " >&6
6862 else
6863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6864 /* end confdefs.h. */
6865 #include <stdlib.h>
6866 extern char _etext;
6867
6868 int
6869 main ()
6870 {
6871 free (&_etext);
6872 ;
6873 return 0;
6874 }
6875 _ACEOF
6876 if ac_fn_c_try_link "$LINENO"; then :
6877 ac_cv_var__etext=yes
6878 else
6879 ac_cv_var__etext=no
6880 fi
6881 rm -f core conftest.err conftest.$ac_objext \
6882 conftest$ac_exeext conftest.$ac_ext
6883 fi
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
6885 $as_echo "$ac_cv_var__etext" >&6; }
6886 if test $ac_cv_var__etext = yes; then
6887
6888 $as_echo "#define HAVE__ETEXT 1" >>confdefs.h
6889
6890 fi
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
6892 $as_echo_n "checking for etext... " >&6; }
6893 if ${ac_cv_var_etext+:} false; then :
6894 $as_echo_n "(cached) " >&6
6895 else
6896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6897 /* end confdefs.h. */
6898 #include <stdlib.h>
6899 extern char etext;
6900
6901 int
6902 main ()
6903 {
6904 free (&etext);
6905 ;
6906 return 0;
6907 }
6908 _ACEOF
6909 if ac_fn_c_try_link "$LINENO"; then :
6910 ac_cv_var_etext=yes
6911 else
6912 ac_cv_var_etext=no
6913 fi
6914 rm -f core conftest.err conftest.$ac_objext \
6915 conftest$ac_exeext conftest.$ac_ext
6916 fi
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
6918 $as_echo "$ac_cv_var_etext" >&6; }
6919 if test $ac_cv_var_etext = yes; then
6920
6921 $as_echo "#define HAVE_ETEXT 1" >>confdefs.h
6922
6923 fi
6924 if test "$enable_profiling" = yes ; then
6925 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
6926 as_fn_error $? "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
6927 fi
6928 PROFILE_CFLAGS=-pg
6929 OLD_CFLAGS="$CFLAGS"
6930 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
6931
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
6933 $as_echo_n "checking whether $CC supports -pg... " >&6; }
6934 if ${ac_cv_cc_supports_pg+:} false; then :
6935 $as_echo_n "(cached) " >&6
6936 else
6937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6938 /* end confdefs.h. */
6939
6940 int
6941 main ()
6942 {
6943 int x;
6944 ;
6945 return 0;
6946 }
6947 _ACEOF
6948 if ac_fn_c_try_compile "$LINENO"; then :
6949 ac_cv_cc_supports_pg=yes
6950 else
6951 ac_cv_cc_supports_pg=no
6952 fi
6953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6954 fi
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
6956 $as_echo "$ac_cv_cc_supports_pg" >&6; }
6957
6958 if test $ac_cv_cc_supports_pg = no; then
6959 as_fn_error $? "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
6960 fi
6961
6962 CFLAGS="$OLD_CFLAGS"
6963 fi
6964
6965 CODESIGN_CERT=
6966 # Check whether --enable-codesign was given.
6967 if test "${enable_codesign+set}" = set; then :
6968 enableval=$enable_codesign; CODESIGN_CERT=$enableval
6969 fi
6970
6971
6972
6973
6974
6975 # Check whether --with-pkgversion was given.
6976 if test "${with_pkgversion+set}" = set; then :
6977 withval=$with_pkgversion; case "$withval" in
6978 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6979 no) PKGVERSION= ;;
6980 *) PKGVERSION="($withval) " ;;
6981 esac
6982 else
6983 PKGVERSION="(GDB) "
6984
6985 fi
6986
6987
6988
6989
6990
6991 # Check whether --with-bugurl was given.
6992 if test "${with_bugurl+set}" = set; then :
6993 withval=$with_bugurl; case "$withval" in
6994 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6995 no) BUGURL=
6996 ;;
6997 *) BUGURL="$withval"
6998 ;;
6999 esac
7000 else
7001 BUGURL="http://www.gnu.org/software/gdb/bugs/"
7002
7003 fi
7004
7005 case ${BUGURL} in
7006 "")
7007 REPORT_BUGS_TO=
7008 REPORT_BUGS_TEXI=
7009 ;;
7010 *)
7011 REPORT_BUGS_TO="<$BUGURL>"
7012 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
7013 ;;
7014 esac;
7015
7016
7017
7018
7019 cat >>confdefs.h <<_ACEOF
7020 #define PKGVERSION "$PKGVERSION"
7021 _ACEOF
7022
7023
7024 cat >>confdefs.h <<_ACEOF
7025 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
7026 _ACEOF
7027
7028
7029 # --------------------- #
7030 # Checks for programs. #
7031 # --------------------- #
7032
7033 for ac_prog in gawk mawk nawk awk
7034 do
7035 # Extract the first word of "$ac_prog", so it can be a program name with args.
7036 set dummy $ac_prog; ac_word=$2
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7038 $as_echo_n "checking for $ac_word... " >&6; }
7039 if ${ac_cv_prog_AWK+:} false; then :
7040 $as_echo_n "(cached) " >&6
7041 else
7042 if test -n "$AWK"; then
7043 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7044 else
7045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 for as_dir in $PATH
7047 do
7048 IFS=$as_save_IFS
7049 test -z "$as_dir" && as_dir=.
7050 for ac_exec_ext in '' $ac_executable_extensions; do
7051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7052 ac_cv_prog_AWK="$ac_prog"
7053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7054 break 2
7055 fi
7056 done
7057 done
7058 IFS=$as_save_IFS
7059
7060 fi
7061 fi
7062 AWK=$ac_cv_prog_AWK
7063 if test -n "$AWK"; then
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7065 $as_echo "$AWK" >&6; }
7066 else
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7068 $as_echo "no" >&6; }
7069 fi
7070
7071
7072 test -n "$AWK" && break
7073 done
7074
7075 # Find a good install program. We prefer a C program (faster),
7076 # so one script is as good as another. But avoid the broken or
7077 # incompatible versions:
7078 # SysV /etc/install, /usr/sbin/install
7079 # SunOS /usr/etc/install
7080 # IRIX /sbin/install
7081 # AIX /bin/install
7082 # AmigaOS /C/install, which installs bootblocks on floppy discs
7083 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7084 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
7085 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7086 # OS/2's system install, which has a completely different semantic
7087 # ./install, which can be erroneously created by make from ./install.sh.
7088 # Reject install programs that cannot install multiple files.
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
7090 $as_echo_n "checking for a BSD-compatible install... " >&6; }
7091 if test -z "$INSTALL"; then
7092 if ${ac_cv_path_install+:} false; then :
7093 $as_echo_n "(cached) " >&6
7094 else
7095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7096 for as_dir in $PATH
7097 do
7098 IFS=$as_save_IFS
7099 test -z "$as_dir" && as_dir=.
7100 # Account for people who put trailing slashes in PATH elements.
7101 case $as_dir/ in #((
7102 ./ | .// | /[cC]/* | \
7103 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
7104 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
7105 /usr/ucb/* ) ;;
7106 *)
7107 # OSF1 and SCO ODT 3.0 have their own names for install.
7108 # Don't use installbsd from OSF since it installs stuff as root
7109 # by default.
7110 for ac_prog in ginstall scoinst install; do
7111 for ac_exec_ext in '' $ac_executable_extensions; do
7112 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
7113 if test $ac_prog = install &&
7114 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7115 # AIX install. It has an incompatible calling convention.
7116 :
7117 elif test $ac_prog = install &&
7118 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7119 # program-specific install script used by HP pwplus--don't use.
7120 :
7121 else
7122 rm -rf conftest.one conftest.two conftest.dir
7123 echo one > conftest.one
7124 echo two > conftest.two
7125 mkdir conftest.dir
7126 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
7127 test -s conftest.one && test -s conftest.two &&
7128 test -s conftest.dir/conftest.one &&
7129 test -s conftest.dir/conftest.two
7130 then
7131 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7132 break 3
7133 fi
7134 fi
7135 fi
7136 done
7137 done
7138 ;;
7139 esac
7140
7141 done
7142 IFS=$as_save_IFS
7143
7144 rm -rf conftest.one conftest.two conftest.dir
7145
7146 fi
7147 if test "${ac_cv_path_install+set}" = set; then
7148 INSTALL=$ac_cv_path_install
7149 else
7150 # As a last resort, use the slow shell script. Don't cache a
7151 # value for INSTALL within a source directory, because that will
7152 # break other packages using the cache if that directory is
7153 # removed, or if the value is a relative name.
7154 INSTALL=$ac_install_sh
7155 fi
7156 fi
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
7158 $as_echo "$INSTALL" >&6; }
7159
7160 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7161 # It thinks the first close brace ends the variable substitution.
7162 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7163
7164 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
7165
7166 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
7167
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7169 $as_echo_n "checking whether ln -s works... " >&6; }
7170 LN_S=$as_ln_s
7171 if test "$LN_S" = "ln -s"; then
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7173 $as_echo "yes" >&6; }
7174 else
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
7176 $as_echo "no, using $LN_S" >&6; }
7177 fi
7178
7179 if test -n "$ac_tool_prefix"; then
7180 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7181 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7183 $as_echo_n "checking for $ac_word... " >&6; }
7184 if ${ac_cv_prog_RANLIB+:} false; then :
7185 $as_echo_n "(cached) " >&6
7186 else
7187 if test -n "$RANLIB"; then
7188 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7189 else
7190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7191 for as_dir in $PATH
7192 do
7193 IFS=$as_save_IFS
7194 test -z "$as_dir" && as_dir=.
7195 for ac_exec_ext in '' $ac_executable_extensions; do
7196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7197 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7199 break 2
7200 fi
7201 done
7202 done
7203 IFS=$as_save_IFS
7204
7205 fi
7206 fi
7207 RANLIB=$ac_cv_prog_RANLIB
7208 if test -n "$RANLIB"; then
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7210 $as_echo "$RANLIB" >&6; }
7211 else
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7213 $as_echo "no" >&6; }
7214 fi
7215
7216
7217 fi
7218 if test -z "$ac_cv_prog_RANLIB"; then
7219 ac_ct_RANLIB=$RANLIB
7220 # Extract the first word of "ranlib", so it can be a program name with args.
7221 set dummy ranlib; ac_word=$2
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7223 $as_echo_n "checking for $ac_word... " >&6; }
7224 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7225 $as_echo_n "(cached) " >&6
7226 else
7227 if test -n "$ac_ct_RANLIB"; then
7228 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7229 else
7230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7231 for as_dir in $PATH
7232 do
7233 IFS=$as_save_IFS
7234 test -z "$as_dir" && as_dir=.
7235 for ac_exec_ext in '' $ac_executable_extensions; do
7236 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7237 ac_cv_prog_ac_ct_RANLIB="ranlib"
7238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7239 break 2
7240 fi
7241 done
7242 done
7243 IFS=$as_save_IFS
7244
7245 fi
7246 fi
7247 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7248 if test -n "$ac_ct_RANLIB"; then
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7250 $as_echo "$ac_ct_RANLIB" >&6; }
7251 else
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7253 $as_echo "no" >&6; }
7254 fi
7255
7256 if test "x$ac_ct_RANLIB" = x; then
7257 RANLIB=":"
7258 else
7259 case $cross_compiling:$ac_tool_warned in
7260 yes:)
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7262 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7263 ac_tool_warned=yes ;;
7264 esac
7265 RANLIB=$ac_ct_RANLIB
7266 fi
7267 else
7268 RANLIB="$ac_cv_prog_RANLIB"
7269 fi
7270
7271 for ac_prog in 'bison -y' byacc
7272 do
7273 # Extract the first word of "$ac_prog", so it can be a program name with args.
7274 set dummy $ac_prog; ac_word=$2
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7276 $as_echo_n "checking for $ac_word... " >&6; }
7277 if ${ac_cv_prog_YACC+:} false; then :
7278 $as_echo_n "(cached) " >&6
7279 else
7280 if test -n "$YACC"; then
7281 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7282 else
7283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7284 for as_dir in $PATH
7285 do
7286 IFS=$as_save_IFS
7287 test -z "$as_dir" && as_dir=.
7288 for ac_exec_ext in '' $ac_executable_extensions; do
7289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7290 ac_cv_prog_YACC="$ac_prog"
7291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7292 break 2
7293 fi
7294 done
7295 done
7296 IFS=$as_save_IFS
7297
7298 fi
7299 fi
7300 YACC=$ac_cv_prog_YACC
7301 if test -n "$YACC"; then
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7303 $as_echo "$YACC" >&6; }
7304 else
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7306 $as_echo "no" >&6; }
7307 fi
7308
7309
7310 test -n "$YACC" && break
7311 done
7312 test -n "$YACC" || YACC="yacc"
7313
7314
7315 if test -n "$ac_tool_prefix"; then
7316 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7317 set dummy ${ac_tool_prefix}ar; ac_word=$2
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7319 $as_echo_n "checking for $ac_word... " >&6; }
7320 if ${ac_cv_prog_AR+:} false; then :
7321 $as_echo_n "(cached) " >&6
7322 else
7323 if test -n "$AR"; then
7324 ac_cv_prog_AR="$AR" # Let the user override the test.
7325 else
7326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7327 for as_dir in $PATH
7328 do
7329 IFS=$as_save_IFS
7330 test -z "$as_dir" && as_dir=.
7331 for ac_exec_ext in '' $ac_executable_extensions; do
7332 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7333 ac_cv_prog_AR="${ac_tool_prefix}ar"
7334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7335 break 2
7336 fi
7337 done
7338 done
7339 IFS=$as_save_IFS
7340
7341 fi
7342 fi
7343 AR=$ac_cv_prog_AR
7344 if test -n "$AR"; then
7345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7346 $as_echo "$AR" >&6; }
7347 else
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7349 $as_echo "no" >&6; }
7350 fi
7351
7352
7353 fi
7354 if test -z "$ac_cv_prog_AR"; then
7355 ac_ct_AR=$AR
7356 # Extract the first word of "ar", so it can be a program name with args.
7357 set dummy ar; ac_word=$2
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7359 $as_echo_n "checking for $ac_word... " >&6; }
7360 if ${ac_cv_prog_ac_ct_AR+:} false; then :
7361 $as_echo_n "(cached) " >&6
7362 else
7363 if test -n "$ac_ct_AR"; then
7364 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7365 else
7366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7367 for as_dir in $PATH
7368 do
7369 IFS=$as_save_IFS
7370 test -z "$as_dir" && as_dir=.
7371 for ac_exec_ext in '' $ac_executable_extensions; do
7372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7373 ac_cv_prog_ac_ct_AR="ar"
7374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7375 break 2
7376 fi
7377 done
7378 done
7379 IFS=$as_save_IFS
7380
7381 fi
7382 fi
7383 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7384 if test -n "$ac_ct_AR"; then
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7386 $as_echo "$ac_ct_AR" >&6; }
7387 else
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7389 $as_echo "no" >&6; }
7390 fi
7391
7392 if test "x$ac_ct_AR" = x; then
7393 AR=""
7394 else
7395 case $cross_compiling:$ac_tool_warned in
7396 yes:)
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7398 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7399 ac_tool_warned=yes ;;
7400 esac
7401 AR=$ac_ct_AR
7402 fi
7403 else
7404 AR="$ac_cv_prog_AR"
7405 fi
7406
7407 if test -n "$ac_tool_prefix"; then
7408 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7409 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7411 $as_echo_n "checking for $ac_word... " >&6; }
7412 if ${ac_cv_prog_DLLTOOL+:} false; then :
7413 $as_echo_n "(cached) " >&6
7414 else
7415 if test -n "$DLLTOOL"; then
7416 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7417 else
7418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7419 for as_dir in $PATH
7420 do
7421 IFS=$as_save_IFS
7422 test -z "$as_dir" && as_dir=.
7423 for ac_exec_ext in '' $ac_executable_extensions; do
7424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7425 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7427 break 2
7428 fi
7429 done
7430 done
7431 IFS=$as_save_IFS
7432
7433 fi
7434 fi
7435 DLLTOOL=$ac_cv_prog_DLLTOOL
7436 if test -n "$DLLTOOL"; then
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7438 $as_echo "$DLLTOOL" >&6; }
7439 else
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7441 $as_echo "no" >&6; }
7442 fi
7443
7444
7445 fi
7446 if test -z "$ac_cv_prog_DLLTOOL"; then
7447 ac_ct_DLLTOOL=$DLLTOOL
7448 # Extract the first word of "dlltool", so it can be a program name with args.
7449 set dummy dlltool; ac_word=$2
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7451 $as_echo_n "checking for $ac_word... " >&6; }
7452 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7453 $as_echo_n "(cached) " >&6
7454 else
7455 if test -n "$ac_ct_DLLTOOL"; then
7456 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7457 else
7458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7459 for as_dir in $PATH
7460 do
7461 IFS=$as_save_IFS
7462 test -z "$as_dir" && as_dir=.
7463 for ac_exec_ext in '' $ac_executable_extensions; do
7464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7465 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7467 break 2
7468 fi
7469 done
7470 done
7471 IFS=$as_save_IFS
7472
7473 fi
7474 fi
7475 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7476 if test -n "$ac_ct_DLLTOOL"; then
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7478 $as_echo "$ac_ct_DLLTOOL" >&6; }
7479 else
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7481 $as_echo "no" >&6; }
7482 fi
7483
7484 if test "x$ac_ct_DLLTOOL" = x; then
7485 DLLTOOL=""
7486 else
7487 case $cross_compiling:$ac_tool_warned in
7488 yes:)
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7490 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7491 ac_tool_warned=yes ;;
7492 esac
7493 DLLTOOL=$ac_ct_DLLTOOL
7494 fi
7495 else
7496 DLLTOOL="$ac_cv_prog_DLLTOOL"
7497 fi
7498
7499 if test -n "$ac_tool_prefix"; then
7500 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
7501 set dummy ${ac_tool_prefix}windres; ac_word=$2
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7503 $as_echo_n "checking for $ac_word... " >&6; }
7504 if ${ac_cv_prog_WINDRES+:} false; then :
7505 $as_echo_n "(cached) " >&6
7506 else
7507 if test -n "$WINDRES"; then
7508 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7509 else
7510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7511 for as_dir in $PATH
7512 do
7513 IFS=$as_save_IFS
7514 test -z "$as_dir" && as_dir=.
7515 for ac_exec_ext in '' $ac_executable_extensions; do
7516 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7517 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
7518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7519 break 2
7520 fi
7521 done
7522 done
7523 IFS=$as_save_IFS
7524
7525 fi
7526 fi
7527 WINDRES=$ac_cv_prog_WINDRES
7528 if test -n "$WINDRES"; then
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
7530 $as_echo "$WINDRES" >&6; }
7531 else
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7533 $as_echo "no" >&6; }
7534 fi
7535
7536
7537 fi
7538 if test -z "$ac_cv_prog_WINDRES"; then
7539 ac_ct_WINDRES=$WINDRES
7540 # Extract the first word of "windres", so it can be a program name with args.
7541 set dummy windres; ac_word=$2
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7543 $as_echo_n "checking for $ac_word... " >&6; }
7544 if ${ac_cv_prog_ac_ct_WINDRES+:} false; then :
7545 $as_echo_n "(cached) " >&6
7546 else
7547 if test -n "$ac_ct_WINDRES"; then
7548 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
7549 else
7550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7551 for as_dir in $PATH
7552 do
7553 IFS=$as_save_IFS
7554 test -z "$as_dir" && as_dir=.
7555 for ac_exec_ext in '' $ac_executable_extensions; do
7556 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7557 ac_cv_prog_ac_ct_WINDRES="windres"
7558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7559 break 2
7560 fi
7561 done
7562 done
7563 IFS=$as_save_IFS
7564
7565 fi
7566 fi
7567 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
7568 if test -n "$ac_ct_WINDRES"; then
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
7570 $as_echo "$ac_ct_WINDRES" >&6; }
7571 else
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7573 $as_echo "no" >&6; }
7574 fi
7575
7576 if test "x$ac_ct_WINDRES" = x; then
7577 WINDRES=""
7578 else
7579 case $cross_compiling:$ac_tool_warned in
7580 yes:)
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7582 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7583 ac_tool_warned=yes ;;
7584 esac
7585 WINDRES=$ac_ct_WINDRES
7586 fi
7587 else
7588 WINDRES="$ac_cv_prog_WINDRES"
7589 fi
7590
7591
7592 case $host_os in
7593 gnu*)
7594 # Needed for GNU Hurd hosts.
7595 if test -n "$ac_tool_prefix"; then
7596 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
7597 set dummy ${ac_tool_prefix}mig; ac_word=$2
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7599 $as_echo_n "checking for $ac_word... " >&6; }
7600 if ${ac_cv_prog_MIG+:} false; then :
7601 $as_echo_n "(cached) " >&6
7602 else
7603 if test -n "$MIG"; then
7604 ac_cv_prog_MIG="$MIG" # Let the user override the test.
7605 else
7606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7607 for as_dir in $PATH
7608 do
7609 IFS=$as_save_IFS
7610 test -z "$as_dir" && as_dir=.
7611 for ac_exec_ext in '' $ac_executable_extensions; do
7612 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7613 ac_cv_prog_MIG="${ac_tool_prefix}mig"
7614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7615 break 2
7616 fi
7617 done
7618 done
7619 IFS=$as_save_IFS
7620
7621 fi
7622 fi
7623 MIG=$ac_cv_prog_MIG
7624 if test -n "$MIG"; then
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
7626 $as_echo "$MIG" >&6; }
7627 else
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7629 $as_echo "no" >&6; }
7630 fi
7631
7632
7633 fi
7634 if test -z "$ac_cv_prog_MIG"; then
7635 ac_ct_MIG=$MIG
7636 # Extract the first word of "mig", so it can be a program name with args.
7637 set dummy mig; ac_word=$2
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7639 $as_echo_n "checking for $ac_word... " >&6; }
7640 if ${ac_cv_prog_ac_ct_MIG+:} false; then :
7641 $as_echo_n "(cached) " >&6
7642 else
7643 if test -n "$ac_ct_MIG"; then
7644 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
7645 else
7646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647 for as_dir in $PATH
7648 do
7649 IFS=$as_save_IFS
7650 test -z "$as_dir" && as_dir=.
7651 for ac_exec_ext in '' $ac_executable_extensions; do
7652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7653 ac_cv_prog_ac_ct_MIG="mig"
7654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7655 break 2
7656 fi
7657 done
7658 done
7659 IFS=$as_save_IFS
7660
7661 fi
7662 fi
7663 ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
7664 if test -n "$ac_ct_MIG"; then
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
7666 $as_echo "$ac_ct_MIG" >&6; }
7667 else
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7669 $as_echo "no" >&6; }
7670 fi
7671
7672 if test "x$ac_ct_MIG" = x; then
7673 MIG=""
7674 else
7675 case $cross_compiling:$ac_tool_warned in
7676 yes:)
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7678 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7679 ac_tool_warned=yes ;;
7680 esac
7681 MIG=$ac_ct_MIG
7682 fi
7683 else
7684 MIG="$ac_cv_prog_MIG"
7685 fi
7686
7687 if test x"$MIG" = x; then
7688 as_fn_error $? "MIG not found but required for $host hosts" "$LINENO" 5
7689 fi
7690 ;;
7691 esac
7692
7693 # ---------------------- #
7694 # Checks for libraries. #
7695 # ---------------------- #
7696
7697 # We might need to link with -lm; most simulators need it.
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
7699 $as_echo_n "checking for main in -lm... " >&6; }
7700 if ${ac_cv_lib_m_main+:} false; then :
7701 $as_echo_n "(cached) " >&6
7702 else
7703 ac_check_lib_save_LIBS=$LIBS
7704 LIBS="-lm $LIBS"
7705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7706 /* end confdefs.h. */
7707
7708
7709 int
7710 main ()
7711 {
7712 return main ();
7713 ;
7714 return 0;
7715 }
7716 _ACEOF
7717 if ac_fn_c_try_link "$LINENO"; then :
7718 ac_cv_lib_m_main=yes
7719 else
7720 ac_cv_lib_m_main=no
7721 fi
7722 rm -f core conftest.err conftest.$ac_objext \
7723 conftest$ac_exeext conftest.$ac_ext
7724 LIBS=$ac_check_lib_save_LIBS
7725 fi
7726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
7727 $as_echo "$ac_cv_lib_m_main" >&6; }
7728 if test "x$ac_cv_lib_m_main" = xyes; then :
7729 cat >>confdefs.h <<_ACEOF
7730 #define HAVE_LIBM 1
7731 _ACEOF
7732
7733 LIBS="-lm $LIBS"
7734
7735 fi
7736
7737
7738 # Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
7740 $as_echo_n "checking for library containing gethostbyname... " >&6; }
7741 if ${ac_cv_search_gethostbyname+:} false; then :
7742 $as_echo_n "(cached) " >&6
7743 else
7744 ac_func_search_save_LIBS=$LIBS
7745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7746 /* end confdefs.h. */
7747
7748 /* Override any GCC internal prototype to avoid an error.
7749 Use char because int might match the return type of a GCC
7750 builtin and then its argument prototype would still apply. */
7751 #ifdef __cplusplus
7752 extern "C"
7753 #endif
7754 char gethostbyname ();
7755 int
7756 main ()
7757 {
7758 return gethostbyname ();
7759 ;
7760 return 0;
7761 }
7762 _ACEOF
7763 for ac_lib in '' nsl; do
7764 if test -z "$ac_lib"; then
7765 ac_res="none required"
7766 else
7767 ac_res=-l$ac_lib
7768 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7769 fi
7770 if ac_fn_c_try_link "$LINENO"; then :
7771 ac_cv_search_gethostbyname=$ac_res
7772 fi
7773 rm -f core conftest.err conftest.$ac_objext \
7774 conftest$ac_exeext
7775 if ${ac_cv_search_gethostbyname+:} false; then :
7776 break
7777 fi
7778 done
7779 if ${ac_cv_search_gethostbyname+:} false; then :
7780
7781 else
7782 ac_cv_search_gethostbyname=no
7783 fi
7784 rm conftest.$ac_ext
7785 LIBS=$ac_func_search_save_LIBS
7786 fi
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
7788 $as_echo "$ac_cv_search_gethostbyname" >&6; }
7789 ac_res=$ac_cv_search_gethostbyname
7790 if test "$ac_res" != no; then :
7791 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7792
7793 fi
7794
7795
7796 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
7798 $as_echo_n "checking for library containing socketpair... " >&6; }
7799 if ${ac_cv_search_socketpair+:} false; then :
7800 $as_echo_n "(cached) " >&6
7801 else
7802 ac_func_search_save_LIBS=$LIBS
7803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7804 /* end confdefs.h. */
7805
7806 /* Override any GCC internal prototype to avoid an error.
7807 Use char because int might match the return type of a GCC
7808 builtin and then its argument prototype would still apply. */
7809 #ifdef __cplusplus
7810 extern "C"
7811 #endif
7812 char socketpair ();
7813 int
7814 main ()
7815 {
7816 return socketpair ();
7817 ;
7818 return 0;
7819 }
7820 _ACEOF
7821 for ac_lib in '' socket; do
7822 if test -z "$ac_lib"; then
7823 ac_res="none required"
7824 else
7825 ac_res=-l$ac_lib
7826 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7827 fi
7828 if ac_fn_c_try_link "$LINENO"; then :
7829 ac_cv_search_socketpair=$ac_res
7830 fi
7831 rm -f core conftest.err conftest.$ac_objext \
7832 conftest$ac_exeext
7833 if ${ac_cv_search_socketpair+:} false; then :
7834 break
7835 fi
7836 done
7837 if ${ac_cv_search_socketpair+:} false; then :
7838
7839 else
7840 ac_cv_search_socketpair=no
7841 fi
7842 rm conftest.$ac_ext
7843 LIBS=$ac_func_search_save_LIBS
7844 fi
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
7846 $as_echo "$ac_cv_search_socketpair" >&6; }
7847 ac_res=$ac_cv_search_socketpair
7848 if test "$ac_res" != no; then :
7849 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7850
7851 fi
7852
7853
7854 # Link in zlib if we can. This allows us to read compressed debug sections.
7855
7856 # Use the system's zlib library.
7857 zlibdir="-L\$(top_builddir)/../zlib"
7858 zlibinc="-I\$(top_srcdir)/../zlib"
7859
7860 # Check whether --with-system-zlib was given.
7861 if test "${with_system_zlib+set}" = set; then :
7862 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7863 zlibdir=
7864 zlibinc=
7865 fi
7866
7867 fi
7868
7869
7870
7871
7872
7873 # On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
7874 # On GNU/kFreeBSD systems, FreeBSD libutil is renamed to libutil-freebsd.
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
7876 $as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
7877 if ${ac_cv_search_kinfo_getvmmap+:} false; then :
7878 $as_echo_n "(cached) " >&6
7879 else
7880 ac_func_search_save_LIBS=$LIBS
7881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7882 /* end confdefs.h. */
7883
7884 /* Override any GCC internal prototype to avoid an error.
7885 Use char because int might match the return type of a GCC
7886 builtin and then its argument prototype would still apply. */
7887 #ifdef __cplusplus
7888 extern "C"
7889 #endif
7890 char kinfo_getvmmap ();
7891 int
7892 main ()
7893 {
7894 return kinfo_getvmmap ();
7895 ;
7896 return 0;
7897 }
7898 _ACEOF
7899 for ac_lib in '' util util-freebsd; do
7900 if test -z "$ac_lib"; then
7901 ac_res="none required"
7902 else
7903 ac_res=-l$ac_lib
7904 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7905 fi
7906 if ac_fn_c_try_link "$LINENO"; then :
7907 ac_cv_search_kinfo_getvmmap=$ac_res
7908 fi
7909 rm -f core conftest.err conftest.$ac_objext \
7910 conftest$ac_exeext
7911 if ${ac_cv_search_kinfo_getvmmap+:} false; then :
7912 break
7913 fi
7914 done
7915 if ${ac_cv_search_kinfo_getvmmap+:} false; then :
7916
7917 else
7918 ac_cv_search_kinfo_getvmmap=no
7919 fi
7920 rm conftest.$ac_ext
7921 LIBS=$ac_func_search_save_LIBS
7922 fi
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getvmmap" >&5
7924 $as_echo "$ac_cv_search_kinfo_getvmmap" >&6; }
7925 ac_res=$ac_cv_search_kinfo_getvmmap
7926 if test "$ac_res" != no; then :
7927 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7928
7929 $as_echo "#define HAVE_KINFO_GETVMMAP 1" >>confdefs.h
7930
7931 fi
7932
7933
7934 # fbsd-nat.c can also use kinfo_getfile.
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getfile" >&5
7936 $as_echo_n "checking for library containing kinfo_getfile... " >&6; }
7937 if ${ac_cv_search_kinfo_getfile+:} false; then :
7938 $as_echo_n "(cached) " >&6
7939 else
7940 ac_func_search_save_LIBS=$LIBS
7941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7942 /* end confdefs.h. */
7943
7944 /* Override any GCC internal prototype to avoid an error.
7945 Use char because int might match the return type of a GCC
7946 builtin and then its argument prototype would still apply. */
7947 #ifdef __cplusplus
7948 extern "C"
7949 #endif
7950 char kinfo_getfile ();
7951 int
7952 main ()
7953 {
7954 return kinfo_getfile ();
7955 ;
7956 return 0;
7957 }
7958 _ACEOF
7959 for ac_lib in '' util util-freebsd; do
7960 if test -z "$ac_lib"; then
7961 ac_res="none required"
7962 else
7963 ac_res=-l$ac_lib
7964 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7965 fi
7966 if ac_fn_c_try_link "$LINENO"; then :
7967 ac_cv_search_kinfo_getfile=$ac_res
7968 fi
7969 rm -f core conftest.err conftest.$ac_objext \
7970 conftest$ac_exeext
7971 if ${ac_cv_search_kinfo_getfile+:} false; then :
7972 break
7973 fi
7974 done
7975 if ${ac_cv_search_kinfo_getfile+:} false; then :
7976
7977 else
7978 ac_cv_search_kinfo_getfile=no
7979 fi
7980 rm conftest.$ac_ext
7981 LIBS=$ac_func_search_save_LIBS
7982 fi
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getfile" >&5
7984 $as_echo "$ac_cv_search_kinfo_getfile" >&6; }
7985 ac_res=$ac_cv_search_kinfo_getfile
7986 if test "$ac_res" != no; then :
7987 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7988
7989 $as_echo "#define HAVE_KINFO_GETFILE 1" >>confdefs.h
7990
7991 fi
7992
7993
7994
7995 if test "X$prefix" = "XNONE"; then
7996 acl_final_prefix="$ac_default_prefix"
7997 else
7998 acl_final_prefix="$prefix"
7999 fi
8000 if test "X$exec_prefix" = "XNONE"; then
8001 acl_final_exec_prefix='${prefix}'
8002 else
8003 acl_final_exec_prefix="$exec_prefix"
8004 fi
8005 acl_save_prefix="$prefix"
8006 prefix="$acl_final_prefix"
8007 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
8008 prefix="$acl_save_prefix"
8009
8010
8011 # Check whether --with-gnu-ld was given.
8012 if test "${with_gnu_ld+set}" = set; then :
8013 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
8014 else
8015 with_gnu_ld=no
8016 fi
8017
8018 # Prepare PATH_SEPARATOR.
8019 # The user is always right.
8020 if test "${PATH_SEPARATOR+set}" != set; then
8021 echo "#! /bin/sh" >conf$$.sh
8022 echo "exit 0" >>conf$$.sh
8023 chmod +x conf$$.sh
8024 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8025 PATH_SEPARATOR=';'
8026 else
8027 PATH_SEPARATOR=:
8028 fi
8029 rm -f conf$$.sh
8030 fi
8031 ac_prog=ld
8032 if test "$GCC" = yes; then
8033 # Check if gcc -print-prog-name=ld gives a path.
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
8035 $as_echo_n "checking for ld used by GCC... " >&6; }
8036 case $host in
8037 *-*-mingw*)
8038 # gcc leaves a trailing carriage return which upsets mingw
8039 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
8040 *)
8041 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
8042 esac
8043 case $ac_prog in
8044 # Accept absolute paths.
8045 [\\/]* | [A-Za-z]:[\\/]*)
8046 re_direlt='/[^/][^/]*/\.\./'
8047 # Canonicalize the path of ld
8048 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
8049 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
8050 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
8051 done
8052 test -z "$LD" && LD="$ac_prog"
8053 ;;
8054 "")
8055 # If it fails, then pretend we aren't using GCC.
8056 ac_prog=ld
8057 ;;
8058 *)
8059 # If it is relative, then search for the first ld in PATH.
8060 with_gnu_ld=unknown
8061 ;;
8062 esac
8063 elif test "$with_gnu_ld" = yes; then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
8065 $as_echo_n "checking for GNU ld... " >&6; }
8066 else
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8068 $as_echo_n "checking for non-GNU ld... " >&6; }
8069 fi
8070 if ${acl_cv_path_LD+:} false; then :
8071 $as_echo_n "(cached) " >&6
8072 else
8073 if test -z "$LD"; then
8074 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
8075 for ac_dir in $PATH; do
8076 test -z "$ac_dir" && ac_dir=.
8077 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
8078 acl_cv_path_LD="$ac_dir/$ac_prog"
8079 # Check to see if the program is GNU ld. I'd rather use --version,
8080 # but apparently some GNU ld's only accept -v.
8081 # Break only if it was the GNU/non-GNU ld that we prefer.
8082 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
8083 test "$with_gnu_ld" != no && break
8084 else
8085 test "$with_gnu_ld" != yes && break
8086 fi
8087 fi
8088 done
8089 IFS="$ac_save_ifs"
8090 else
8091 acl_cv_path_LD="$LD" # Let the user override the test with a path.
8092 fi
8093 fi
8094
8095 LD="$acl_cv_path_LD"
8096 if test -n "$LD"; then
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8098 $as_echo "$LD" >&6; }
8099 else
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8101 $as_echo "no" >&6; }
8102 fi
8103 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8105 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
8106 if ${acl_cv_prog_gnu_ld+:} false; then :
8107 $as_echo_n "(cached) " >&6
8108 else
8109 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
8110 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
8111 acl_cv_prog_gnu_ld=yes
8112 else
8113 acl_cv_prog_gnu_ld=no
8114 fi
8115 fi
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
8117 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
8118 with_gnu_ld=$acl_cv_prog_gnu_ld
8119
8120
8121
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
8123 $as_echo_n "checking for shared library run path origin... " >&6; }
8124 if ${acl_cv_rpath+:} false; then :
8125 $as_echo_n "(cached) " >&6
8126 else
8127
8128 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
8129 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
8130 . ./conftest.sh
8131 rm -f ./conftest.sh
8132 acl_cv_rpath=done
8133
8134 fi
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
8136 $as_echo "$acl_cv_rpath" >&6; }
8137 wl="$acl_cv_wl"
8138 libext="$acl_cv_libext"
8139 shlibext="$acl_cv_shlibext"
8140 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
8141 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
8142 hardcode_direct="$acl_cv_hardcode_direct"
8143 hardcode_minus_L="$acl_cv_hardcode_minus_L"
8144 # Check whether --enable-rpath was given.
8145 if test "${enable_rpath+set}" = set; then :
8146 enableval=$enable_rpath; :
8147 else
8148 enable_rpath=yes
8149 fi
8150
8151
8152
8153
8154
8155
8156
8157
8158 use_additional=yes
8159
8160 acl_save_prefix="$prefix"
8161 prefix="$acl_final_prefix"
8162 acl_save_exec_prefix="$exec_prefix"
8163 exec_prefix="$acl_final_exec_prefix"
8164
8165 eval additional_includedir=\"$includedir\"
8166 eval additional_libdir=\"$libdir\"
8167
8168 exec_prefix="$acl_save_exec_prefix"
8169 prefix="$acl_save_prefix"
8170
8171
8172 # Check whether --with-libiconv-prefix was given.
8173 if test "${with_libiconv_prefix+set}" = set; then :
8174 withval=$with_libiconv_prefix;
8175 if test "X$withval" = "Xno"; then
8176 use_additional=no
8177 else
8178 if test "X$withval" = "X"; then
8179
8180 acl_save_prefix="$prefix"
8181 prefix="$acl_final_prefix"
8182 acl_save_exec_prefix="$exec_prefix"
8183 exec_prefix="$acl_final_exec_prefix"
8184
8185 eval additional_includedir=\"$includedir\"
8186 eval additional_libdir=\"$libdir\"
8187
8188 exec_prefix="$acl_save_exec_prefix"
8189 prefix="$acl_save_prefix"
8190
8191 else
8192 additional_includedir="$withval/include"
8193 additional_libdir="$withval/lib"
8194 fi
8195 fi
8196
8197 fi
8198
8199 LIBICONV=
8200 LTLIBICONV=
8201 INCICONV=
8202 rpathdirs=
8203 ltrpathdirs=
8204 names_already_handled=
8205 names_next_round='iconv '
8206 while test -n "$names_next_round"; do
8207 names_this_round="$names_next_round"
8208 names_next_round=
8209 for name in $names_this_round; do
8210 already_handled=
8211 for n in $names_already_handled; do
8212 if test "$n" = "$name"; then
8213 already_handled=yes
8214 break
8215 fi
8216 done
8217 if test -z "$already_handled"; then
8218 names_already_handled="$names_already_handled $name"
8219 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8220 eval value=\"\$HAVE_LIB$uppername\"
8221 if test -n "$value"; then
8222 if test "$value" = yes; then
8223 eval value=\"\$LIB$uppername\"
8224 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
8225 eval value=\"\$LTLIB$uppername\"
8226 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
8227 else
8228 :
8229 fi
8230 else
8231 found_dir=
8232 found_la=
8233 found_so=
8234 found_a=
8235 if test $use_additional = yes; then
8236 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8237 found_dir="$additional_libdir"
8238 found_so="$additional_libdir/lib$name.$shlibext"
8239 if test -f "$additional_libdir/lib$name.la"; then
8240 found_la="$additional_libdir/lib$name.la"
8241 fi
8242 else
8243 if test -f "$additional_libdir/lib$name.$libext"; then
8244 found_dir="$additional_libdir"
8245 found_a="$additional_libdir/lib$name.$libext"
8246 if test -f "$additional_libdir/lib$name.la"; then
8247 found_la="$additional_libdir/lib$name.la"
8248 fi
8249 fi
8250 fi
8251 fi
8252 if test "X$found_dir" = "X"; then
8253 for x in $LDFLAGS $LTLIBICONV; do
8254
8255 acl_save_prefix="$prefix"
8256 prefix="$acl_final_prefix"
8257 acl_save_exec_prefix="$exec_prefix"
8258 exec_prefix="$acl_final_exec_prefix"
8259 eval x=\"$x\"
8260 exec_prefix="$acl_save_exec_prefix"
8261 prefix="$acl_save_prefix"
8262
8263 case "$x" in
8264 -L*)
8265 dir=`echo "X$x" | sed -e 's/^X-L//'`
8266 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8267 found_dir="$dir"
8268 found_so="$dir/lib$name.$shlibext"
8269 if test -f "$dir/lib$name.la"; then
8270 found_la="$dir/lib$name.la"
8271 fi
8272 else
8273 if test -f "$dir/lib$name.$libext"; then
8274 found_dir="$dir"
8275 found_a="$dir/lib$name.$libext"
8276 if test -f "$dir/lib$name.la"; then
8277 found_la="$dir/lib$name.la"
8278 fi
8279 fi
8280 fi
8281 ;;
8282 esac
8283 if test "X$found_dir" != "X"; then
8284 break
8285 fi
8286 done
8287 fi
8288 if test "X$found_dir" != "X"; then
8289 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
8290 if test "X$found_so" != "X"; then
8291 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8292 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8293 else
8294 haveit=
8295 for x in $ltrpathdirs; do
8296 if test "X$x" = "X$found_dir"; then
8297 haveit=yes
8298 break
8299 fi
8300 done
8301 if test -z "$haveit"; then
8302 ltrpathdirs="$ltrpathdirs $found_dir"
8303 fi
8304 if test "$hardcode_direct" = yes; then
8305 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8306 else
8307 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8308 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8309 haveit=
8310 for x in $rpathdirs; do
8311 if test "X$x" = "X$found_dir"; then
8312 haveit=yes
8313 break
8314 fi
8315 done
8316 if test -z "$haveit"; then
8317 rpathdirs="$rpathdirs $found_dir"
8318 fi
8319 else
8320 haveit=
8321 for x in $LDFLAGS $LIBICONV; do
8322
8323 acl_save_prefix="$prefix"
8324 prefix="$acl_final_prefix"
8325 acl_save_exec_prefix="$exec_prefix"
8326 exec_prefix="$acl_final_exec_prefix"
8327 eval x=\"$x\"
8328 exec_prefix="$acl_save_exec_prefix"
8329 prefix="$acl_save_prefix"
8330
8331 if test "X$x" = "X-L$found_dir"; then
8332 haveit=yes
8333 break
8334 fi
8335 done
8336 if test -z "$haveit"; then
8337 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
8338 fi
8339 if test "$hardcode_minus_L" != no; then
8340 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8341 else
8342 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8343 fi
8344 fi
8345 fi
8346 fi
8347 else
8348 if test "X$found_a" != "X"; then
8349 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
8350 else
8351 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
8352 fi
8353 fi
8354 additional_includedir=
8355 case "$found_dir" in
8356 */lib | */lib/)
8357 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8358 additional_includedir="$basedir/include"
8359 ;;
8360 esac
8361 if test "X$additional_includedir" != "X"; then
8362 if test "X$additional_includedir" != "X/usr/include"; then
8363 haveit=
8364 if test "X$additional_includedir" = "X/usr/local/include"; then
8365 if test -n "$GCC"; then
8366 case $host_os in
8367 linux*) haveit=yes;;
8368 esac
8369 fi
8370 fi
8371 if test -z "$haveit"; then
8372 for x in $CPPFLAGS $INCICONV; do
8373
8374 acl_save_prefix="$prefix"
8375 prefix="$acl_final_prefix"
8376 acl_save_exec_prefix="$exec_prefix"
8377 exec_prefix="$acl_final_exec_prefix"
8378 eval x=\"$x\"
8379 exec_prefix="$acl_save_exec_prefix"
8380 prefix="$acl_save_prefix"
8381
8382 if test "X$x" = "X-I$additional_includedir"; then
8383 haveit=yes
8384 break
8385 fi
8386 done
8387 if test -z "$haveit"; then
8388 if test -d "$additional_includedir"; then
8389 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
8390 fi
8391 fi
8392 fi
8393 fi
8394 fi
8395 if test -n "$found_la"; then
8396 save_libdir="$libdir"
8397 case "$found_la" in
8398 */* | *\\*) . "$found_la" ;;
8399 *) . "./$found_la" ;;
8400 esac
8401 libdir="$save_libdir"
8402 for dep in $dependency_libs; do
8403 case "$dep" in
8404 -L*)
8405 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
8406 if test "X$additional_libdir" != "X/usr/lib"; then
8407 haveit=
8408 if test "X$additional_libdir" = "X/usr/local/lib"; then
8409 if test -n "$GCC"; then
8410 case $host_os in
8411 linux*) haveit=yes;;
8412 esac
8413 fi
8414 fi
8415 if test -z "$haveit"; then
8416 haveit=
8417 for x in $LDFLAGS $LIBICONV; do
8418
8419 acl_save_prefix="$prefix"
8420 prefix="$acl_final_prefix"
8421 acl_save_exec_prefix="$exec_prefix"
8422 exec_prefix="$acl_final_exec_prefix"
8423 eval x=\"$x\"
8424 exec_prefix="$acl_save_exec_prefix"
8425 prefix="$acl_save_prefix"
8426
8427 if test "X$x" = "X-L$additional_libdir"; then
8428 haveit=yes
8429 break
8430 fi
8431 done
8432 if test -z "$haveit"; then
8433 if test -d "$additional_libdir"; then
8434 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
8435 fi
8436 fi
8437 haveit=
8438 for x in $LDFLAGS $LTLIBICONV; do
8439
8440 acl_save_prefix="$prefix"
8441 prefix="$acl_final_prefix"
8442 acl_save_exec_prefix="$exec_prefix"
8443 exec_prefix="$acl_final_exec_prefix"
8444 eval x=\"$x\"
8445 exec_prefix="$acl_save_exec_prefix"
8446 prefix="$acl_save_prefix"
8447
8448 if test "X$x" = "X-L$additional_libdir"; then
8449 haveit=yes
8450 break
8451 fi
8452 done
8453 if test -z "$haveit"; then
8454 if test -d "$additional_libdir"; then
8455 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
8456 fi
8457 fi
8458 fi
8459 fi
8460 ;;
8461 -R*)
8462 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8463 if test "$enable_rpath" != no; then
8464 haveit=
8465 for x in $rpathdirs; do
8466 if test "X$x" = "X$dir"; then
8467 haveit=yes
8468 break
8469 fi
8470 done
8471 if test -z "$haveit"; then
8472 rpathdirs="$rpathdirs $dir"
8473 fi
8474 haveit=
8475 for x in $ltrpathdirs; do
8476 if test "X$x" = "X$dir"; then
8477 haveit=yes
8478 break
8479 fi
8480 done
8481 if test -z "$haveit"; then
8482 ltrpathdirs="$ltrpathdirs $dir"
8483 fi
8484 fi
8485 ;;
8486 -l*)
8487 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8488 ;;
8489 *.la)
8490 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8491 ;;
8492 *)
8493 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
8494 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
8495 ;;
8496 esac
8497 done
8498 fi
8499 else
8500 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8501 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
8502 fi
8503 fi
8504 fi
8505 done
8506 done
8507 if test "X$rpathdirs" != "X"; then
8508 if test -n "$hardcode_libdir_separator"; then
8509 alldirs=
8510 for found_dir in $rpathdirs; do
8511 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8512 done
8513 acl_save_libdir="$libdir"
8514 libdir="$alldirs"
8515 eval flag=\"$hardcode_libdir_flag_spec\"
8516 libdir="$acl_save_libdir"
8517 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8518 else
8519 for found_dir in $rpathdirs; do
8520 acl_save_libdir="$libdir"
8521 libdir="$found_dir"
8522 eval flag=\"$hardcode_libdir_flag_spec\"
8523 libdir="$acl_save_libdir"
8524 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8525 done
8526 fi
8527 fi
8528 if test "X$ltrpathdirs" != "X"; then
8529 for found_dir in $ltrpathdirs; do
8530 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
8531 done
8532 fi
8533
8534
8535
8536
8537
8538
8539
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
8541 $as_echo_n "checking for iconv... " >&6; }
8542 if ${am_cv_func_iconv+:} false; then :
8543 $as_echo_n "(cached) " >&6
8544 else
8545
8546 am_cv_func_iconv="no, consider installing GNU libiconv"
8547 am_cv_lib_iconv=no
8548 am_save_CPPFLAGS="$CPPFLAGS"
8549 CPPFLAGS="$CPPFLAGS $INCICONV"
8550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8551 /* end confdefs.h. */
8552 #include <stdlib.h>
8553 #include <iconv.h>
8554 int
8555 main ()
8556 {
8557 iconv_t cd = iconv_open("","");
8558 iconv(cd,NULL,NULL,NULL,NULL);
8559 iconv_close(cd);
8560 ;
8561 return 0;
8562 }
8563 _ACEOF
8564 if ac_fn_c_try_link "$LINENO"; then :
8565 am_cv_func_iconv=yes
8566 fi
8567 rm -f core conftest.err conftest.$ac_objext \
8568 conftest$ac_exeext conftest.$ac_ext
8569 CPPFLAGS="$am_save_CPPFLAGS"
8570
8571 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
8572 for _libs in .libs _libs; do
8573 am_save_CPPFLAGS="$CPPFLAGS"
8574 am_save_LIBS="$LIBS"
8575 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
8576 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
8577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8578 /* end confdefs.h. */
8579 #include <stdlib.h>
8580 #include <iconv.h>
8581 int
8582 main ()
8583 {
8584 iconv_t cd = iconv_open("","");
8585 iconv(cd,NULL,NULL,NULL,NULL);
8586 iconv_close(cd);
8587 ;
8588 return 0;
8589 }
8590 _ACEOF
8591 if ac_fn_c_try_link "$LINENO"; then :
8592 INCICONV="-I../libiconv/include"
8593 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
8594 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
8595 am_cv_lib_iconv=yes
8596 am_cv_func_iconv=yes
8597 fi
8598 rm -f core conftest.err conftest.$ac_objext \
8599 conftest$ac_exeext conftest.$ac_ext
8600 CPPFLAGS="$am_save_CPPFLAGS"
8601 LIBS="$am_save_LIBS"
8602 if test "$am_cv_func_iconv" = "yes"; then
8603 break
8604 fi
8605 done
8606 fi
8607
8608 if test "$am_cv_func_iconv" != yes; then
8609 am_save_CPPFLAGS="$CPPFLAGS"
8610 am_save_LIBS="$LIBS"
8611 CPPFLAGS="$CPPFLAGS $INCICONV"
8612 LIBS="$LIBS $LIBICONV"
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 #include <stdlib.h>
8616 #include <iconv.h>
8617 int
8618 main ()
8619 {
8620 iconv_t cd = iconv_open("","");
8621 iconv(cd,NULL,NULL,NULL,NULL);
8622 iconv_close(cd);
8623 ;
8624 return 0;
8625 }
8626 _ACEOF
8627 if ac_fn_c_try_link "$LINENO"; then :
8628 am_cv_lib_iconv=yes
8629 am_cv_func_iconv=yes
8630 fi
8631 rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633 CPPFLAGS="$am_save_CPPFLAGS"
8634 LIBS="$am_save_LIBS"
8635 fi
8636
8637 fi
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
8639 $as_echo "$am_cv_func_iconv" >&6; }
8640 if test "$am_cv_func_iconv" = yes; then
8641
8642 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
8643
8644 fi
8645 if test "$am_cv_lib_iconv" = yes; then
8646
8647 for element in $INCICONV; do
8648 haveit=
8649 for x in $CPPFLAGS; do
8650
8651 acl_save_prefix="$prefix"
8652 prefix="$acl_final_prefix"
8653 acl_save_exec_prefix="$exec_prefix"
8654 exec_prefix="$acl_final_exec_prefix"
8655 eval x=\"$x\"
8656 exec_prefix="$acl_save_exec_prefix"
8657 prefix="$acl_save_prefix"
8658
8659 if test "X$x" = "X$element"; then
8660 haveit=yes
8661 break
8662 fi
8663 done
8664 if test -z "$haveit"; then
8665 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8666 fi
8667 done
8668
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
8670 $as_echo_n "checking how to link with libiconv... " >&6; }
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
8672 $as_echo "$LIBICONV" >&6; }
8673 else
8674 LIBICONV=
8675 LTLIBICONV=
8676 fi
8677
8678
8679
8680 if test "$am_cv_func_iconv" = yes; then
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
8682 $as_echo_n "checking for iconv declaration... " >&6; }
8683 if ${am_cv_proto_iconv+:} false; then :
8684 $as_echo_n "(cached) " >&6
8685 else
8686
8687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8688 /* end confdefs.h. */
8689
8690 #include <stdlib.h>
8691 #include <iconv.h>
8692 extern
8693 #ifdef __cplusplus
8694 "C"
8695 #endif
8696 #if defined(__STDC__) || defined(__cplusplus)
8697 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
8698 #else
8699 size_t iconv();
8700 #endif
8701
8702 int
8703 main ()
8704 {
8705
8706 ;
8707 return 0;
8708 }
8709 _ACEOF
8710 if ac_fn_c_try_compile "$LINENO"; then :
8711 am_cv_proto_iconv_arg1=""
8712 else
8713 am_cv_proto_iconv_arg1="const"
8714 fi
8715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8716 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
8717 fi
8718
8719 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
8721 }$am_cv_proto_iconv" >&5
8722 $as_echo "${ac_t:-
8723 }$am_cv_proto_iconv" >&6; }
8724
8725 cat >>confdefs.h <<_ACEOF
8726 #define ICONV_CONST $am_cv_proto_iconv_arg1
8727 _ACEOF
8728
8729 fi
8730
8731
8732 # GDB may fork/exec the iconv program to get the list of supported character
8733 # sets. Allow the user to specify where to find it.
8734 # There are several factors affecting the choice of option name:
8735 # - There is already --with-libiconv-prefix but we can't use it, it specifies
8736 # the build-time location of libiconv files.
8737 # - The program we need to find is iconv, which comes with glibc. The user
8738 # doesn't necessarily have libiconv installed. Therefore naming this
8739 # --with-libiconv-foo feels wrong.
8740 # - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
8741 # defined to work on directories not files (though it really doesn't know
8742 # the difference).
8743 # - Calling this --with-iconv-prefix is perceived to cause too much confusion
8744 # with --with-libiconv-prefix.
8745 # Putting these together is why the option name is --with-iconv-bin.
8746
8747
8748 # Check whether --with-iconv-bin was given.
8749 if test "${with_iconv_bin+set}" = set; then :
8750 withval=$with_iconv_bin; iconv_bin="${withval}"
8751
8752 cat >>confdefs.h <<_ACEOF
8753 #define ICONV_BIN "${iconv_bin}"
8754 _ACEOF
8755
8756
8757 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8758 if test "x$prefix" = xNONE; then
8759 test_prefix=/usr/local
8760 else
8761 test_prefix=$prefix
8762 fi
8763 else
8764 test_prefix=$exec_prefix
8765 fi
8766 value=0
8767 case ${iconv_bin} in
8768 "${test_prefix}"|"${test_prefix}/"*|\
8769 '${exec_prefix}'|'${exec_prefix}/'*)
8770 value=1
8771 ;;
8772 esac
8773
8774 cat >>confdefs.h <<_ACEOF
8775 #define ICONV_BIN_RELOCATABLE $value
8776 _ACEOF
8777
8778
8779
8780 fi
8781
8782
8783 # For the TUI, we need enhanced curses functionality.
8784 if test x"$enable_tui" != xno; then
8785 prefer_curses=yes
8786 fi
8787
8788 curses_found=no
8789 if test x"$prefer_curses" = xyes; then
8790 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
8791 # curses library because the latter might not provide all the
8792 # functionality we need. However, this leads to problems on systems
8793 # where the linker searches /usr/local/lib, but the compiler doesn't
8794 # search /usr/local/include, if ncurses is installed in /usr/local. A
8795 # default installation of ncurses on alpha*-dec-osf* will lead to such
8796 # a situation.
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
8798 $as_echo_n "checking for library containing waddstr... " >&6; }
8799 if ${ac_cv_search_waddstr+:} false; then :
8800 $as_echo_n "(cached) " >&6
8801 else
8802 ac_func_search_save_LIBS=$LIBS
8803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8804 /* end confdefs.h. */
8805
8806 /* Override any GCC internal prototype to avoid an error.
8807 Use char because int might match the return type of a GCC
8808 builtin and then its argument prototype would still apply. */
8809 #ifdef __cplusplus
8810 extern "C"
8811 #endif
8812 char waddstr ();
8813 int
8814 main ()
8815 {
8816 return waddstr ();
8817 ;
8818 return 0;
8819 }
8820 _ACEOF
8821 for ac_lib in '' ncursesw ncurses cursesX curses; do
8822 if test -z "$ac_lib"; then
8823 ac_res="none required"
8824 else
8825 ac_res=-l$ac_lib
8826 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8827 fi
8828 if ac_fn_c_try_link "$LINENO"; then :
8829 ac_cv_search_waddstr=$ac_res
8830 fi
8831 rm -f core conftest.err conftest.$ac_objext \
8832 conftest$ac_exeext
8833 if ${ac_cv_search_waddstr+:} false; then :
8834 break
8835 fi
8836 done
8837 if ${ac_cv_search_waddstr+:} false; then :
8838
8839 else
8840 ac_cv_search_waddstr=no
8841 fi
8842 rm conftest.$ac_ext
8843 LIBS=$ac_func_search_save_LIBS
8844 fi
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
8846 $as_echo "$ac_cv_search_waddstr" >&6; }
8847 ac_res=$ac_cv_search_waddstr
8848 if test "$ac_res" != no; then :
8849 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8850
8851 fi
8852
8853
8854 if test "$ac_cv_search_waddstr" != no; then
8855 curses_found=yes
8856 fi
8857 fi
8858
8859 # Check whether we should enable the TUI, but only do so if we really
8860 # can.
8861 if test x"$enable_tui" != xno; then
8862 if test -d $srcdir/tui; then
8863 if test "$curses_found" != no; then
8864 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
8865 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
8866 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
8867 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
8868 else
8869 if test x"$enable_tui" = xyes; then
8870 as_fn_error $? "no enhanced curses library found; disable TUI" "$LINENO" 5
8871 else
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
8873 $as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
8874 fi
8875 fi
8876 fi
8877 fi
8878
8879 # Since GDB uses Readline, we need termcap functionality. In many
8880 # cases this will be provided by the curses library, but some systems
8881 # have a separate termcap library, or no curses library at all.
8882
8883 case $host_os in
8884 cygwin*)
8885 if test -d $srcdir/libtermcap; then
8886 LIBS="../libtermcap/libtermcap.a $LIBS"
8887 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
8888 fi ;;
8889 go32* | *djgpp*)
8890 ac_cv_search_tgetent="none required"
8891 ;;
8892 esac
8893
8894 # These are the libraries checked by Readline.
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
8896 $as_echo_n "checking for library containing tgetent... " >&6; }
8897 if ${ac_cv_search_tgetent+:} false; then :
8898 $as_echo_n "(cached) " >&6
8899 else
8900 ac_func_search_save_LIBS=$LIBS
8901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8902 /* end confdefs.h. */
8903
8904 /* Override any GCC internal prototype to avoid an error.
8905 Use char because int might match the return type of a GCC
8906 builtin and then its argument prototype would still apply. */
8907 #ifdef __cplusplus
8908 extern "C"
8909 #endif
8910 char tgetent ();
8911 int
8912 main ()
8913 {
8914 return tgetent ();
8915 ;
8916 return 0;
8917 }
8918 _ACEOF
8919 for ac_lib in '' termcap tinfow tinfo curses ncursesw ncurses; do
8920 if test -z "$ac_lib"; then
8921 ac_res="none required"
8922 else
8923 ac_res=-l$ac_lib
8924 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8925 fi
8926 if ac_fn_c_try_link "$LINENO"; then :
8927 ac_cv_search_tgetent=$ac_res
8928 fi
8929 rm -f core conftest.err conftest.$ac_objext \
8930 conftest$ac_exeext
8931 if ${ac_cv_search_tgetent+:} false; then :
8932 break
8933 fi
8934 done
8935 if ${ac_cv_search_tgetent+:} false; then :
8936
8937 else
8938 ac_cv_search_tgetent=no
8939 fi
8940 rm conftest.$ac_ext
8941 LIBS=$ac_func_search_save_LIBS
8942 fi
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
8944 $as_echo "$ac_cv_search_tgetent" >&6; }
8945 ac_res=$ac_cv_search_tgetent
8946 if test "$ac_res" != no; then :
8947 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8948
8949 fi
8950
8951
8952 if test "$ac_cv_search_tgetent" = no; then
8953 CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
8954 fi
8955
8956
8957 # Check whether --with-system-readline was given.
8958 if test "${with_system_readline+set}" = set; then :
8959 withval=$with_system_readline;
8960 fi
8961
8962
8963 if test "$with_system_readline" = yes; then
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system readline is new enough" >&5
8965 $as_echo_n "checking whether system readline is new enough... " >&6; }
8966 if ${gdb_cv_readline_ok+:} false; then :
8967 $as_echo_n "(cached) " >&6
8968 else
8969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8970 /* end confdefs.h. */
8971 #include <stdio.h>
8972 #include <readline/readline.h>
8973 int
8974 main ()
8975 {
8976 #if RL_VERSION_MAJOR < 7
8977 # error "readline version 7 required"
8978 #endif
8979 ;
8980 return 0;
8981 }
8982 _ACEOF
8983 if ac_fn_c_try_compile "$LINENO"; then :
8984 gdb_cv_readline_ok=yes
8985 else
8986 gdb_cv_readline_ok=no
8987 fi
8988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8989 fi
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_readline_ok" >&5
8991 $as_echo "$gdb_cv_readline_ok" >&6; }
8992 if test "$gdb_cv_readline_ok" != yes; then
8993 as_fn_error $? "system readline is not new enough" "$LINENO" 5
8994 fi
8995
8996 READLINE=-lreadline
8997 READLINE_DEPS=
8998 READLINE_CFLAGS=
8999 READLINE_TEXI_INCFLAG=
9000 else
9001 READLINE='$(READLINE_DIR)/libreadline.a'
9002 READLINE_DEPS='$(READLINE)'
9003 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
9004 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
9005 fi
9006
9007
9008
9009
9010
9011 # Generate jit-reader.h
9012
9013 # This is typedeffed to GDB_CORE_ADDR in jit-reader.h
9014 TARGET_PTR=
9015
9016 # The cast to long int works around a bug in the HP C Compiler
9017 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9018 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9019 # This bug is HP SR number 8606223364.
9020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
9021 $as_echo_n "checking size of unsigned long long... " >&6; }
9022 if ${ac_cv_sizeof_unsigned_long_long+:} false; then :
9023 $as_echo_n "(cached) " >&6
9024 else
9025 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
9026
9027 else
9028 if test "$ac_cv_type_unsigned_long_long" = yes; then
9029 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9031 as_fn_error 77 "cannot compute sizeof (unsigned long long)
9032 See \`config.log' for more details" "$LINENO" 5; }
9033 else
9034 ac_cv_sizeof_unsigned_long_long=0
9035 fi
9036 fi
9037
9038 fi
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
9040 $as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
9041
9042
9043
9044 cat >>confdefs.h <<_ACEOF
9045 #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
9046 _ACEOF
9047
9048
9049 # The cast to long int works around a bug in the HP C Compiler
9050 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9051 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9052 # This bug is HP SR number 8606223364.
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
9054 $as_echo_n "checking size of unsigned long... " >&6; }
9055 if ${ac_cv_sizeof_unsigned_long+:} false; then :
9056 $as_echo_n "(cached) " >&6
9057 else
9058 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
9059
9060 else
9061 if test "$ac_cv_type_unsigned_long" = yes; then
9062 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9063 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9064 as_fn_error 77 "cannot compute sizeof (unsigned long)
9065 See \`config.log' for more details" "$LINENO" 5; }
9066 else
9067 ac_cv_sizeof_unsigned_long=0
9068 fi
9069 fi
9070
9071 fi
9072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
9073 $as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
9074
9075
9076
9077 cat >>confdefs.h <<_ACEOF
9078 #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
9079 _ACEOF
9080
9081
9082 # The cast to long int works around a bug in the HP C Compiler
9083 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9084 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9085 # This bug is HP SR number 8606223364.
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
9087 $as_echo_n "checking size of unsigned __int128... " >&6; }
9088 if ${ac_cv_sizeof_unsigned___int128+:} false; then :
9089 $as_echo_n "(cached) " >&6
9090 else
9091 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
9092
9093 else
9094 if test "$ac_cv_type_unsigned___int128" = yes; then
9095 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9096 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9097 as_fn_error 77 "cannot compute sizeof (unsigned __int128)
9098 See \`config.log' for more details" "$LINENO" 5; }
9099 else
9100 ac_cv_sizeof_unsigned___int128=0
9101 fi
9102 fi
9103
9104 fi
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
9106 $as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
9107
9108
9109
9110 cat >>confdefs.h <<_ACEOF
9111 #define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
9112 _ACEOF
9113
9114
9115
9116 if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
9117 TARGET_PTR="unsigned long"
9118 elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
9119 TARGET_PTR="unsigned long long"
9120 elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
9121 TARGET_PTR="unsigned __int128"
9122 else
9123 TARGET_PTR="unsigned long"
9124 fi
9125
9126
9127 ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
9128
9129
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9131 $as_echo_n "checking for library containing dlopen... " >&6; }
9132 if ${ac_cv_search_dlopen+:} false; then :
9133 $as_echo_n "(cached) " >&6
9134 else
9135 ac_func_search_save_LIBS=$LIBS
9136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9137 /* end confdefs.h. */
9138
9139 /* Override any GCC internal prototype to avoid an error.
9140 Use char because int might match the return type of a GCC
9141 builtin and then its argument prototype would still apply. */
9142 #ifdef __cplusplus
9143 extern "C"
9144 #endif
9145 char dlopen ();
9146 int
9147 main ()
9148 {
9149 return dlopen ();
9150 ;
9151 return 0;
9152 }
9153 _ACEOF
9154 for ac_lib in '' dl; do
9155 if test -z "$ac_lib"; then
9156 ac_res="none required"
9157 else
9158 ac_res=-l$ac_lib
9159 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9160 fi
9161 if ac_fn_c_try_link "$LINENO"; then :
9162 ac_cv_search_dlopen=$ac_res
9163 fi
9164 rm -f core conftest.err conftest.$ac_objext \
9165 conftest$ac_exeext
9166 if ${ac_cv_search_dlopen+:} false; then :
9167 break
9168 fi
9169 done
9170 if ${ac_cv_search_dlopen+:} false; then :
9171
9172 else
9173 ac_cv_search_dlopen=no
9174 fi
9175 rm conftest.$ac_ext
9176 LIBS=$ac_func_search_save_LIBS
9177 fi
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9179 $as_echo "$ac_cv_search_dlopen" >&6; }
9180 ac_res=$ac_cv_search_dlopen
9181 if test "$ac_res" != no; then :
9182 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9183
9184 fi
9185
9186
9187
9188
9189 # Check whether --with-jit-reader-dir was given.
9190 if test "${with_jit_reader_dir+set}" = set; then :
9191 withval=$with_jit_reader_dir;
9192 JIT_READER_DIR=$withval
9193 else
9194 JIT_READER_DIR=${libdir}/gdb
9195 fi
9196
9197
9198 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
9199 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9200 ac_define_dir=`eval echo $JIT_READER_DIR`
9201 ac_define_dir=`eval echo $ac_define_dir`
9202
9203 cat >>confdefs.h <<_ACEOF
9204 #define JIT_READER_DIR "$ac_define_dir"
9205 _ACEOF
9206
9207
9208
9209
9210 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
9211 if test "x$prefix" = xNONE; then
9212 test_prefix=/usr/local
9213 else
9214 test_prefix=$prefix
9215 fi
9216 else
9217 test_prefix=$exec_prefix
9218 fi
9219 value=0
9220 case ${ac_define_dir} in
9221 "${test_prefix}"|"${test_prefix}/"*|\
9222 '${exec_prefix}'|'${exec_prefix}/'*)
9223 value=1
9224 ;;
9225 esac
9226
9227 cat >>confdefs.h <<_ACEOF
9228 #define JIT_READER_DIR_RELOCATABLE $value
9229 _ACEOF
9230
9231
9232
9233
9234
9235 # Check whether --with-expat was given.
9236 if test "${with_expat+set}" = set; then :
9237 withval=$with_expat;
9238 else
9239 with_expat=auto
9240 fi
9241
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
9243 $as_echo_n "checking whether to use expat... " >&6; }
9244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
9245 $as_echo "$with_expat" >&6; }
9246
9247 if test "${with_expat}" = no; then
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
9249 $as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
9250 HAVE_LIBEXPAT=no
9251 else
9252
9253
9254
9255
9256
9257
9258
9259
9260 use_additional=yes
9261
9262 acl_save_prefix="$prefix"
9263 prefix="$acl_final_prefix"
9264 acl_save_exec_prefix="$exec_prefix"
9265 exec_prefix="$acl_final_exec_prefix"
9266
9267 eval additional_includedir=\"$includedir\"
9268 eval additional_libdir=\"$libdir\"
9269
9270 exec_prefix="$acl_save_exec_prefix"
9271 prefix="$acl_save_prefix"
9272
9273
9274 # Check whether --with-libexpat-prefix was given.
9275 if test "${with_libexpat_prefix+set}" = set; then :
9276 withval=$with_libexpat_prefix;
9277 if test "X$withval" = "Xno"; then
9278 use_additional=no
9279 else
9280 if test "X$withval" = "X"; then
9281
9282 acl_save_prefix="$prefix"
9283 prefix="$acl_final_prefix"
9284 acl_save_exec_prefix="$exec_prefix"
9285 exec_prefix="$acl_final_exec_prefix"
9286
9287 eval additional_includedir=\"$includedir\"
9288 eval additional_libdir=\"$libdir\"
9289
9290 exec_prefix="$acl_save_exec_prefix"
9291 prefix="$acl_save_prefix"
9292
9293 else
9294 additional_includedir="$withval/include"
9295 additional_libdir="$withval/lib"
9296 fi
9297 fi
9298
9299 fi
9300
9301 LIBEXPAT=
9302 LTLIBEXPAT=
9303 INCEXPAT=
9304 rpathdirs=
9305 ltrpathdirs=
9306 names_already_handled=
9307 names_next_round='expat '
9308 while test -n "$names_next_round"; do
9309 names_this_round="$names_next_round"
9310 names_next_round=
9311 for name in $names_this_round; do
9312 already_handled=
9313 for n in $names_already_handled; do
9314 if test "$n" = "$name"; then
9315 already_handled=yes
9316 break
9317 fi
9318 done
9319 if test -z "$already_handled"; then
9320 names_already_handled="$names_already_handled $name"
9321 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9322 eval value=\"\$HAVE_LIB$uppername\"
9323 if test -n "$value"; then
9324 if test "$value" = yes; then
9325 eval value=\"\$LIB$uppername\"
9326 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
9327 eval value=\"\$LTLIB$uppername\"
9328 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
9329 else
9330 :
9331 fi
9332 else
9333 found_dir=
9334 found_la=
9335 found_so=
9336 found_a=
9337 if test $use_additional = yes; then
9338 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9339 found_dir="$additional_libdir"
9340 found_so="$additional_libdir/lib$name.$shlibext"
9341 if test -f "$additional_libdir/lib$name.la"; then
9342 found_la="$additional_libdir/lib$name.la"
9343 fi
9344 else
9345 if test -f "$additional_libdir/lib$name.$libext"; then
9346 found_dir="$additional_libdir"
9347 found_a="$additional_libdir/lib$name.$libext"
9348 if test -f "$additional_libdir/lib$name.la"; then
9349 found_la="$additional_libdir/lib$name.la"
9350 fi
9351 fi
9352 fi
9353 fi
9354 if test "X$found_dir" = "X"; then
9355 for x in $LDFLAGS $LTLIBEXPAT; do
9356
9357 acl_save_prefix="$prefix"
9358 prefix="$acl_final_prefix"
9359 acl_save_exec_prefix="$exec_prefix"
9360 exec_prefix="$acl_final_exec_prefix"
9361 eval x=\"$x\"
9362 exec_prefix="$acl_save_exec_prefix"
9363 prefix="$acl_save_prefix"
9364
9365 case "$x" in
9366 -L*)
9367 dir=`echo "X$x" | sed -e 's/^X-L//'`
9368 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9369 found_dir="$dir"
9370 found_so="$dir/lib$name.$shlibext"
9371 if test -f "$dir/lib$name.la"; then
9372 found_la="$dir/lib$name.la"
9373 fi
9374 else
9375 if test -f "$dir/lib$name.$libext"; then
9376 found_dir="$dir"
9377 found_a="$dir/lib$name.$libext"
9378 if test -f "$dir/lib$name.la"; then
9379 found_la="$dir/lib$name.la"
9380 fi
9381 fi
9382 fi
9383 ;;
9384 esac
9385 if test "X$found_dir" != "X"; then
9386 break
9387 fi
9388 done
9389 fi
9390 if test "X$found_dir" != "X"; then
9391 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
9392 if test "X$found_so" != "X"; then
9393 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9394 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9395 else
9396 haveit=
9397 for x in $ltrpathdirs; do
9398 if test "X$x" = "X$found_dir"; then
9399 haveit=yes
9400 break
9401 fi
9402 done
9403 if test -z "$haveit"; then
9404 ltrpathdirs="$ltrpathdirs $found_dir"
9405 fi
9406 if test "$hardcode_direct" = yes; then
9407 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9408 else
9409 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9410 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9411 haveit=
9412 for x in $rpathdirs; do
9413 if test "X$x" = "X$found_dir"; then
9414 haveit=yes
9415 break
9416 fi
9417 done
9418 if test -z "$haveit"; then
9419 rpathdirs="$rpathdirs $found_dir"
9420 fi
9421 else
9422 haveit=
9423 for x in $LDFLAGS $LIBEXPAT; do
9424
9425 acl_save_prefix="$prefix"
9426 prefix="$acl_final_prefix"
9427 acl_save_exec_prefix="$exec_prefix"
9428 exec_prefix="$acl_final_exec_prefix"
9429 eval x=\"$x\"
9430 exec_prefix="$acl_save_exec_prefix"
9431 prefix="$acl_save_prefix"
9432
9433 if test "X$x" = "X-L$found_dir"; then
9434 haveit=yes
9435 break
9436 fi
9437 done
9438 if test -z "$haveit"; then
9439 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
9440 fi
9441 if test "$hardcode_minus_L" != no; then
9442 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9443 else
9444 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
9445 fi
9446 fi
9447 fi
9448 fi
9449 else
9450 if test "X$found_a" != "X"; then
9451 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
9452 else
9453 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
9454 fi
9455 fi
9456 additional_includedir=
9457 case "$found_dir" in
9458 */lib | */lib/)
9459 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9460 additional_includedir="$basedir/include"
9461 ;;
9462 esac
9463 if test "X$additional_includedir" != "X"; then
9464 if test "X$additional_includedir" != "X/usr/include"; then
9465 haveit=
9466 if test "X$additional_includedir" = "X/usr/local/include"; then
9467 if test -n "$GCC"; then
9468 case $host_os in
9469 linux*) haveit=yes;;
9470 esac
9471 fi
9472 fi
9473 if test -z "$haveit"; then
9474 for x in $CPPFLAGS $INCEXPAT; do
9475
9476 acl_save_prefix="$prefix"
9477 prefix="$acl_final_prefix"
9478 acl_save_exec_prefix="$exec_prefix"
9479 exec_prefix="$acl_final_exec_prefix"
9480 eval x=\"$x\"
9481 exec_prefix="$acl_save_exec_prefix"
9482 prefix="$acl_save_prefix"
9483
9484 if test "X$x" = "X-I$additional_includedir"; then
9485 haveit=yes
9486 break
9487 fi
9488 done
9489 if test -z "$haveit"; then
9490 if test -d "$additional_includedir"; then
9491 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
9492 fi
9493 fi
9494 fi
9495 fi
9496 fi
9497 if test -n "$found_la"; then
9498 save_libdir="$libdir"
9499 case "$found_la" in
9500 */* | *\\*) . "$found_la" ;;
9501 *) . "./$found_la" ;;
9502 esac
9503 libdir="$save_libdir"
9504 for dep in $dependency_libs; do
9505 case "$dep" in
9506 -L*)
9507 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
9508 if test "X$additional_libdir" != "X/usr/lib"; then
9509 haveit=
9510 if test "X$additional_libdir" = "X/usr/local/lib"; then
9511 if test -n "$GCC"; then
9512 case $host_os in
9513 linux*) haveit=yes;;
9514 esac
9515 fi
9516 fi
9517 if test -z "$haveit"; then
9518 haveit=
9519 for x in $LDFLAGS $LIBEXPAT; do
9520
9521 acl_save_prefix="$prefix"
9522 prefix="$acl_final_prefix"
9523 acl_save_exec_prefix="$exec_prefix"
9524 exec_prefix="$acl_final_exec_prefix"
9525 eval x=\"$x\"
9526 exec_prefix="$acl_save_exec_prefix"
9527 prefix="$acl_save_prefix"
9528
9529 if test "X$x" = "X-L$additional_libdir"; then
9530 haveit=yes
9531 break
9532 fi
9533 done
9534 if test -z "$haveit"; then
9535 if test -d "$additional_libdir"; then
9536 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
9537 fi
9538 fi
9539 haveit=
9540 for x in $LDFLAGS $LTLIBEXPAT; do
9541
9542 acl_save_prefix="$prefix"
9543 prefix="$acl_final_prefix"
9544 acl_save_exec_prefix="$exec_prefix"
9545 exec_prefix="$acl_final_exec_prefix"
9546 eval x=\"$x\"
9547 exec_prefix="$acl_save_exec_prefix"
9548 prefix="$acl_save_prefix"
9549
9550 if test "X$x" = "X-L$additional_libdir"; then
9551 haveit=yes
9552 break
9553 fi
9554 done
9555 if test -z "$haveit"; then
9556 if test -d "$additional_libdir"; then
9557 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
9558 fi
9559 fi
9560 fi
9561 fi
9562 ;;
9563 -R*)
9564 dir=`echo "X$dep" | sed -e 's/^X-R//'`
9565 if test "$enable_rpath" != no; then
9566 haveit=
9567 for x in $rpathdirs; do
9568 if test "X$x" = "X$dir"; then
9569 haveit=yes
9570 break
9571 fi
9572 done
9573 if test -z "$haveit"; then
9574 rpathdirs="$rpathdirs $dir"
9575 fi
9576 haveit=
9577 for x in $ltrpathdirs; do
9578 if test "X$x" = "X$dir"; then
9579 haveit=yes
9580 break
9581 fi
9582 done
9583 if test -z "$haveit"; then
9584 ltrpathdirs="$ltrpathdirs $dir"
9585 fi
9586 fi
9587 ;;
9588 -l*)
9589 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
9590 ;;
9591 *.la)
9592 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
9593 ;;
9594 *)
9595 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
9596 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
9597 ;;
9598 esac
9599 done
9600 fi
9601 else
9602 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
9603 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
9604 fi
9605 fi
9606 fi
9607 done
9608 done
9609 if test "X$rpathdirs" != "X"; then
9610 if test -n "$hardcode_libdir_separator"; then
9611 alldirs=
9612 for found_dir in $rpathdirs; do
9613 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
9614 done
9615 acl_save_libdir="$libdir"
9616 libdir="$alldirs"
9617 eval flag=\"$hardcode_libdir_flag_spec\"
9618 libdir="$acl_save_libdir"
9619 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
9620 else
9621 for found_dir in $rpathdirs; do
9622 acl_save_libdir="$libdir"
9623 libdir="$found_dir"
9624 eval flag=\"$hardcode_libdir_flag_spec\"
9625 libdir="$acl_save_libdir"
9626 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
9627 done
9628 fi
9629 fi
9630 if test "X$ltrpathdirs" != "X"; then
9631 for found_dir in $ltrpathdirs; do
9632 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
9633 done
9634 fi
9635
9636
9637 ac_save_CPPFLAGS="$CPPFLAGS"
9638
9639 for element in $INCEXPAT; do
9640 haveit=
9641 for x in $CPPFLAGS; do
9642
9643 acl_save_prefix="$prefix"
9644 prefix="$acl_final_prefix"
9645 acl_save_exec_prefix="$exec_prefix"
9646 exec_prefix="$acl_final_exec_prefix"
9647 eval x=\"$x\"
9648 exec_prefix="$acl_save_exec_prefix"
9649 prefix="$acl_save_prefix"
9650
9651 if test "X$x" = "X$element"; then
9652 haveit=yes
9653 break
9654 fi
9655 done
9656 if test -z "$haveit"; then
9657 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
9658 fi
9659 done
9660
9661
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
9663 $as_echo_n "checking for libexpat... " >&6; }
9664 if ${ac_cv_libexpat+:} false; then :
9665 $as_echo_n "(cached) " >&6
9666 else
9667
9668 ac_save_LIBS="$LIBS"
9669 LIBS="$LIBS $LIBEXPAT"
9670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9671 /* end confdefs.h. */
9672 #include "expat.h"
9673 int
9674 main ()
9675 {
9676 XML_Parser p = XML_ParserCreate (0);
9677 ;
9678 return 0;
9679 }
9680 _ACEOF
9681 if ac_fn_c_try_link "$LINENO"; then :
9682 ac_cv_libexpat=yes
9683 else
9684 ac_cv_libexpat=no
9685 fi
9686 rm -f core conftest.err conftest.$ac_objext \
9687 conftest$ac_exeext conftest.$ac_ext
9688 LIBS="$ac_save_LIBS"
9689
9690 fi
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
9692 $as_echo "$ac_cv_libexpat" >&6; }
9693 if test "$ac_cv_libexpat" = yes; then
9694 HAVE_LIBEXPAT=yes
9695
9696 $as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
9697
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
9699 $as_echo_n "checking how to link with libexpat... " >&6; }
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
9701 $as_echo "$LIBEXPAT" >&6; }
9702 else
9703 HAVE_LIBEXPAT=no
9704 CPPFLAGS="$ac_save_CPPFLAGS"
9705 LIBEXPAT=
9706 LTLIBEXPAT=
9707 fi
9708
9709
9710
9711
9712
9713
9714 if test "$HAVE_LIBEXPAT" != yes; then
9715 if test "$with_expat" = yes; then
9716 as_fn_error $? "expat is missing or unusable" "$LINENO" 5
9717 else
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
9719 $as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
9720 fi
9721 else
9722 save_LIBS=$LIBS
9723 LIBS="$LIBS $LIBEXPAT"
9724 for ac_func in XML_StopParser
9725 do :
9726 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
9727 if test "x$ac_cv_func_XML_StopParser" = xyes; then :
9728 cat >>confdefs.h <<_ACEOF
9729 #define HAVE_XML_STOPPARSER 1
9730 _ACEOF
9731
9732 fi
9733 done
9734
9735 LIBS=$save_LIBS
9736 fi
9737 fi
9738
9739
9740 # Check whether --with-mpfr was given.
9741 if test "${with_mpfr+set}" = set; then :
9742 withval=$with_mpfr;
9743 else
9744 with_mpfr=auto
9745 fi
9746
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use MPFR" >&5
9748 $as_echo_n "checking whether to use MPFR... " >&6; }
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mpfr" >&5
9750 $as_echo "$with_mpfr" >&6; }
9751
9752 if test "${with_mpfr}" = no; then
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MPFR support disabled; some features may be unavailable." >&5
9754 $as_echo "$as_me: WARNING: MPFR support disabled; some features may be unavailable." >&2;}
9755 HAVE_LIBMPFR=no
9756 else
9757
9758
9759
9760
9761
9762
9763
9764
9765 use_additional=yes
9766
9767 acl_save_prefix="$prefix"
9768 prefix="$acl_final_prefix"
9769 acl_save_exec_prefix="$exec_prefix"
9770 exec_prefix="$acl_final_exec_prefix"
9771
9772 eval additional_includedir=\"$includedir\"
9773 eval additional_libdir=\"$libdir\"
9774
9775 exec_prefix="$acl_save_exec_prefix"
9776 prefix="$acl_save_prefix"
9777
9778
9779 # Check whether --with-libmpfr-prefix was given.
9780 if test "${with_libmpfr_prefix+set}" = set; then :
9781 withval=$with_libmpfr_prefix;
9782 if test "X$withval" = "Xno"; then
9783 use_additional=no
9784 else
9785 if test "X$withval" = "X"; then
9786
9787 acl_save_prefix="$prefix"
9788 prefix="$acl_final_prefix"
9789 acl_save_exec_prefix="$exec_prefix"
9790 exec_prefix="$acl_final_exec_prefix"
9791
9792 eval additional_includedir=\"$includedir\"
9793 eval additional_libdir=\"$libdir\"
9794
9795 exec_prefix="$acl_save_exec_prefix"
9796 prefix="$acl_save_prefix"
9797
9798 else
9799 additional_includedir="$withval/include"
9800 additional_libdir="$withval/lib"
9801 fi
9802 fi
9803
9804 fi
9805
9806 LIBMPFR=
9807 LTLIBMPFR=
9808 INCMPFR=
9809 rpathdirs=
9810 ltrpathdirs=
9811 names_already_handled=
9812 names_next_round='mpfr gmp'
9813 while test -n "$names_next_round"; do
9814 names_this_round="$names_next_round"
9815 names_next_round=
9816 for name in $names_this_round; do
9817 already_handled=
9818 for n in $names_already_handled; do
9819 if test "$n" = "$name"; then
9820 already_handled=yes
9821 break
9822 fi
9823 done
9824 if test -z "$already_handled"; then
9825 names_already_handled="$names_already_handled $name"
9826 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9827 eval value=\"\$HAVE_LIB$uppername\"
9828 if test -n "$value"; then
9829 if test "$value" = yes; then
9830 eval value=\"\$LIB$uppername\"
9831 test -z "$value" || LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$value"
9832 eval value=\"\$LTLIB$uppername\"
9833 test -z "$value" || LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }$value"
9834 else
9835 :
9836 fi
9837 else
9838 found_dir=
9839 found_la=
9840 found_so=
9841 found_a=
9842 if test $use_additional = yes; then
9843 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9844 found_dir="$additional_libdir"
9845 found_so="$additional_libdir/lib$name.$shlibext"
9846 if test -f "$additional_libdir/lib$name.la"; then
9847 found_la="$additional_libdir/lib$name.la"
9848 fi
9849 else
9850 if test -f "$additional_libdir/lib$name.$libext"; then
9851 found_dir="$additional_libdir"
9852 found_a="$additional_libdir/lib$name.$libext"
9853 if test -f "$additional_libdir/lib$name.la"; then
9854 found_la="$additional_libdir/lib$name.la"
9855 fi
9856 fi
9857 fi
9858 fi
9859 if test "X$found_dir" = "X"; then
9860 for x in $LDFLAGS $LTLIBMPFR; do
9861
9862 acl_save_prefix="$prefix"
9863 prefix="$acl_final_prefix"
9864 acl_save_exec_prefix="$exec_prefix"
9865 exec_prefix="$acl_final_exec_prefix"
9866 eval x=\"$x\"
9867 exec_prefix="$acl_save_exec_prefix"
9868 prefix="$acl_save_prefix"
9869
9870 case "$x" in
9871 -L*)
9872 dir=`echo "X$x" | sed -e 's/^X-L//'`
9873 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9874 found_dir="$dir"
9875 found_so="$dir/lib$name.$shlibext"
9876 if test -f "$dir/lib$name.la"; then
9877 found_la="$dir/lib$name.la"
9878 fi
9879 else
9880 if test -f "$dir/lib$name.$libext"; then
9881 found_dir="$dir"
9882 found_a="$dir/lib$name.$libext"
9883 if test -f "$dir/lib$name.la"; then
9884 found_la="$dir/lib$name.la"
9885 fi
9886 fi
9887 fi
9888 ;;
9889 esac
9890 if test "X$found_dir" != "X"; then
9891 break
9892 fi
9893 done
9894 fi
9895 if test "X$found_dir" != "X"; then
9896 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-L$found_dir -l$name"
9897 if test "X$found_so" != "X"; then
9898 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9899 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9900 else
9901 haveit=
9902 for x in $ltrpathdirs; do
9903 if test "X$x" = "X$found_dir"; then
9904 haveit=yes
9905 break
9906 fi
9907 done
9908 if test -z "$haveit"; then
9909 ltrpathdirs="$ltrpathdirs $found_dir"
9910 fi
9911 if test "$hardcode_direct" = yes; then
9912 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9913 else
9914 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9915 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9916 haveit=
9917 for x in $rpathdirs; do
9918 if test "X$x" = "X$found_dir"; then
9919 haveit=yes
9920 break
9921 fi
9922 done
9923 if test -z "$haveit"; then
9924 rpathdirs="$rpathdirs $found_dir"
9925 fi
9926 else
9927 haveit=
9928 for x in $LDFLAGS $LIBMPFR; do
9929
9930 acl_save_prefix="$prefix"
9931 prefix="$acl_final_prefix"
9932 acl_save_exec_prefix="$exec_prefix"
9933 exec_prefix="$acl_final_exec_prefix"
9934 eval x=\"$x\"
9935 exec_prefix="$acl_save_exec_prefix"
9936 prefix="$acl_save_prefix"
9937
9938 if test "X$x" = "X-L$found_dir"; then
9939 haveit=yes
9940 break
9941 fi
9942 done
9943 if test -z "$haveit"; then
9944 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$found_dir"
9945 fi
9946 if test "$hardcode_minus_L" != no; then
9947 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9948 else
9949 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-l$name"
9950 fi
9951 fi
9952 fi
9953 fi
9954 else
9955 if test "X$found_a" != "X"; then
9956 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_a"
9957 else
9958 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$found_dir -l$name"
9959 fi
9960 fi
9961 additional_includedir=
9962 case "$found_dir" in
9963 */lib | */lib/)
9964 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9965 additional_includedir="$basedir/include"
9966 ;;
9967 esac
9968 if test "X$additional_includedir" != "X"; then
9969 if test "X$additional_includedir" != "X/usr/include"; then
9970 haveit=
9971 if test "X$additional_includedir" = "X/usr/local/include"; then
9972 if test -n "$GCC"; then
9973 case $host_os in
9974 linux*) haveit=yes;;
9975 esac
9976 fi
9977 fi
9978 if test -z "$haveit"; then
9979 for x in $CPPFLAGS $INCMPFR; do
9980
9981 acl_save_prefix="$prefix"
9982 prefix="$acl_final_prefix"
9983 acl_save_exec_prefix="$exec_prefix"
9984 exec_prefix="$acl_final_exec_prefix"
9985 eval x=\"$x\"
9986 exec_prefix="$acl_save_exec_prefix"
9987 prefix="$acl_save_prefix"
9988
9989 if test "X$x" = "X-I$additional_includedir"; then
9990 haveit=yes
9991 break
9992 fi
9993 done
9994 if test -z "$haveit"; then
9995 if test -d "$additional_includedir"; then
9996 INCMPFR="${INCMPFR}${INCMPFR:+ }-I$additional_includedir"
9997 fi
9998 fi
9999 fi
10000 fi
10001 fi
10002 if test -n "$found_la"; then
10003 save_libdir="$libdir"
10004 case "$found_la" in
10005 */* | *\\*) . "$found_la" ;;
10006 *) . "./$found_la" ;;
10007 esac
10008 libdir="$save_libdir"
10009 for dep in $dependency_libs; do
10010 case "$dep" in
10011 -L*)
10012 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
10013 if test "X$additional_libdir" != "X/usr/lib"; then
10014 haveit=
10015 if test "X$additional_libdir" = "X/usr/local/lib"; then
10016 if test -n "$GCC"; then
10017 case $host_os in
10018 linux*) haveit=yes;;
10019 esac
10020 fi
10021 fi
10022 if test -z "$haveit"; then
10023 haveit=
10024 for x in $LDFLAGS $LIBMPFR; do
10025
10026 acl_save_prefix="$prefix"
10027 prefix="$acl_final_prefix"
10028 acl_save_exec_prefix="$exec_prefix"
10029 exec_prefix="$acl_final_exec_prefix"
10030 eval x=\"$x\"
10031 exec_prefix="$acl_save_exec_prefix"
10032 prefix="$acl_save_prefix"
10033
10034 if test "X$x" = "X-L$additional_libdir"; then
10035 haveit=yes
10036 break
10037 fi
10038 done
10039 if test -z "$haveit"; then
10040 if test -d "$additional_libdir"; then
10041 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$additional_libdir"
10042 fi
10043 fi
10044 haveit=
10045 for x in $LDFLAGS $LTLIBMPFR; do
10046
10047 acl_save_prefix="$prefix"
10048 prefix="$acl_final_prefix"
10049 acl_save_exec_prefix="$exec_prefix"
10050 exec_prefix="$acl_final_exec_prefix"
10051 eval x=\"$x\"
10052 exec_prefix="$acl_save_exec_prefix"
10053 prefix="$acl_save_prefix"
10054
10055 if test "X$x" = "X-L$additional_libdir"; then
10056 haveit=yes
10057 break
10058 fi
10059 done
10060 if test -z "$haveit"; then
10061 if test -d "$additional_libdir"; then
10062 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-L$additional_libdir"
10063 fi
10064 fi
10065 fi
10066 fi
10067 ;;
10068 -R*)
10069 dir=`echo "X$dep" | sed -e 's/^X-R//'`
10070 if test "$enable_rpath" != no; then
10071 haveit=
10072 for x in $rpathdirs; do
10073 if test "X$x" = "X$dir"; then
10074 haveit=yes
10075 break
10076 fi
10077 done
10078 if test -z "$haveit"; then
10079 rpathdirs="$rpathdirs $dir"
10080 fi
10081 haveit=
10082 for x in $ltrpathdirs; do
10083 if test "X$x" = "X$dir"; then
10084 haveit=yes
10085 break
10086 fi
10087 done
10088 if test -z "$haveit"; then
10089 ltrpathdirs="$ltrpathdirs $dir"
10090 fi
10091 fi
10092 ;;
10093 -l*)
10094 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10095 ;;
10096 *.la)
10097 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10098 ;;
10099 *)
10100 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$dep"
10101 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }$dep"
10102 ;;
10103 esac
10104 done
10105 fi
10106 else
10107 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-l$name"
10108 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-l$name"
10109 fi
10110 fi
10111 fi
10112 done
10113 done
10114 if test "X$rpathdirs" != "X"; then
10115 if test -n "$hardcode_libdir_separator"; then
10116 alldirs=
10117 for found_dir in $rpathdirs; do
10118 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10119 done
10120 acl_save_libdir="$libdir"
10121 libdir="$alldirs"
10122 eval flag=\"$hardcode_libdir_flag_spec\"
10123 libdir="$acl_save_libdir"
10124 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$flag"
10125 else
10126 for found_dir in $rpathdirs; do
10127 acl_save_libdir="$libdir"
10128 libdir="$found_dir"
10129 eval flag=\"$hardcode_libdir_flag_spec\"
10130 libdir="$acl_save_libdir"
10131 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$flag"
10132 done
10133 fi
10134 fi
10135 if test "X$ltrpathdirs" != "X"; then
10136 for found_dir in $ltrpathdirs; do
10137 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-R$found_dir"
10138 done
10139 fi
10140
10141
10142 ac_save_CPPFLAGS="$CPPFLAGS"
10143
10144 for element in $INCMPFR; do
10145 haveit=
10146 for x in $CPPFLAGS; do
10147
10148 acl_save_prefix="$prefix"
10149 prefix="$acl_final_prefix"
10150 acl_save_exec_prefix="$exec_prefix"
10151 exec_prefix="$acl_final_exec_prefix"
10152 eval x=\"$x\"
10153 exec_prefix="$acl_save_exec_prefix"
10154 prefix="$acl_save_prefix"
10155
10156 if test "X$x" = "X$element"; then
10157 haveit=yes
10158 break
10159 fi
10160 done
10161 if test -z "$haveit"; then
10162 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
10163 fi
10164 done
10165
10166
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpfr" >&5
10168 $as_echo_n "checking for libmpfr... " >&6; }
10169 if ${ac_cv_libmpfr+:} false; then :
10170 $as_echo_n "(cached) " >&6
10171 else
10172
10173 ac_save_LIBS="$LIBS"
10174 LIBS="$LIBS $LIBMPFR"
10175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10176 /* end confdefs.h. */
10177 #include <mpfr.h>
10178 int
10179 main ()
10180 {
10181 mpfr_exp_t exp; mpfr_t x;
10182 mpfr_frexp (&exp, x, x, MPFR_RNDN);
10183 ;
10184 return 0;
10185 }
10186 _ACEOF
10187 if ac_fn_c_try_link "$LINENO"; then :
10188 ac_cv_libmpfr=yes
10189 else
10190 ac_cv_libmpfr=no
10191 fi
10192 rm -f core conftest.err conftest.$ac_objext \
10193 conftest$ac_exeext conftest.$ac_ext
10194 LIBS="$ac_save_LIBS"
10195
10196 fi
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libmpfr" >&5
10198 $as_echo "$ac_cv_libmpfr" >&6; }
10199 if test "$ac_cv_libmpfr" = yes; then
10200 HAVE_LIBMPFR=yes
10201
10202 $as_echo "#define HAVE_LIBMPFR 1" >>confdefs.h
10203
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libmpfr" >&5
10205 $as_echo_n "checking how to link with libmpfr... " >&6; }
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBMPFR" >&5
10207 $as_echo "$LIBMPFR" >&6; }
10208 else
10209 HAVE_LIBMPFR=no
10210 CPPFLAGS="$ac_save_CPPFLAGS"
10211 LIBMPFR=
10212 LTLIBMPFR=
10213 fi
10214
10215
10216
10217
10218
10219
10220 if test "$HAVE_LIBMPFR" != yes; then
10221 if test "$with_mpfr" = yes; then
10222 as_fn_error $? "MPFR is missing or unusable" "$LINENO" 5
10223 else
10224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MPFR is missing or unusable; some features may be unavailable." >&5
10225 $as_echo "$as_me: WARNING: MPFR is missing or unusable; some features may be unavailable." >&2;}
10226 fi
10227 fi
10228 fi
10229
10230 # --------------------- #
10231 # Check for libpython. #
10232 # --------------------- #
10233
10234
10235
10236
10237
10238
10239 # Check whether --with-python was given.
10240 if test "${with_python+set}" = set; then :
10241 withval=$with_python;
10242 else
10243 with_python=auto
10244 fi
10245
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
10247 $as_echo_n "checking whether to use python... " >&6; }
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
10249 $as_echo "$with_python" >&6; }
10250
10251 if test "${with_python}" = no; then
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
10253 $as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
10254 have_libpython=no
10255 else
10256 case "${with_python}" in
10257 [\\/]* | ?:[\\/]*)
10258 if test -d ${with_python}; then
10259 # Assume the python binary is ${with_python}/bin/python.
10260 python_prog="${with_python}/bin/python"
10261 python_prefix=
10262 # If python does not exit ${with_python}/bin, then try in
10263 # ${with_python}. On Windows/MinGW, this is where the Python
10264 # executable is.
10265 if test ! -x "${python_prog}"; then
10266 python_prog="${with_python}/python"
10267 python_prefix=
10268 fi
10269 if test ! -x "${python_prog}"; then
10270 # Fall back to gdb 7.0/7.1 behaviour.
10271 python_prog=missing
10272 python_prefix=${with_python}
10273 fi
10274 elif test -x "${with_python}"; then
10275 # While we can't run python compiled for $host (unless host == build),
10276 # the user could write a script that provides the needed information,
10277 # so we support that.
10278 python_prog=${with_python}
10279 python_prefix=
10280 else
10281 as_fn_error $? "invalid value for --with-python" "$LINENO" 5
10282 fi
10283 ;;
10284 */*)
10285 # Disallow --with-python=foo/bar.
10286 as_fn_error $? "invalid value for --with-python" "$LINENO" 5
10287 ;;
10288 *)
10289 # The user has either specified auto, yes, or the name of the python
10290 # program assumed to be in $PATH.
10291 python_prefix=
10292 case "${with_python}" in
10293 yes | auto)
10294 if test ${build} = ${host}; then
10295 # Extract the first word of "python", so it can be a program name with args.
10296 set dummy python; ac_word=$2
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10298 $as_echo_n "checking for $ac_word... " >&6; }
10299 if ${ac_cv_path_python_prog_path+:} false; then :
10300 $as_echo_n "(cached) " >&6
10301 else
10302 case $python_prog_path in
10303 [\\/]* | ?:[\\/]*)
10304 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10305 ;;
10306 *)
10307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10308 for as_dir in $PATH
10309 do
10310 IFS=$as_save_IFS
10311 test -z "$as_dir" && as_dir=.
10312 for ac_exec_ext in '' $ac_executable_extensions; do
10313 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10314 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10316 break 2
10317 fi
10318 done
10319 done
10320 IFS=$as_save_IFS
10321
10322 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10323 ;;
10324 esac
10325 fi
10326 python_prog_path=$ac_cv_path_python_prog_path
10327 if test -n "$python_prog_path"; then
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10329 $as_echo "$python_prog_path" >&6; }
10330 else
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10332 $as_echo "no" >&6; }
10333 fi
10334
10335
10336 if test "${python_prog_path}" = missing; then
10337 python_prog=missing
10338 else
10339 python_prog=${python_prog_path}
10340 fi
10341 else
10342 # Not much we can do except assume the cross-compiler will find the
10343 # right files.
10344 python_prog=missing
10345 fi
10346 ;;
10347 *)
10348 # While we can't run python compiled for $host (unless host == build),
10349 # the user could write a script that provides the needed information,
10350 # so we support that.
10351 python_prog="${with_python}"
10352 # Extract the first word of "${python_prog}", so it can be a program name with args.
10353 set dummy ${python_prog}; ac_word=$2
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10355 $as_echo_n "checking for $ac_word... " >&6; }
10356 if ${ac_cv_path_python_prog_path+:} false; then :
10357 $as_echo_n "(cached) " >&6
10358 else
10359 case $python_prog_path in
10360 [\\/]* | ?:[\\/]*)
10361 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10362 ;;
10363 *)
10364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10365 for as_dir in $PATH
10366 do
10367 IFS=$as_save_IFS
10368 test -z "$as_dir" && as_dir=.
10369 for ac_exec_ext in '' $ac_executable_extensions; do
10370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10371 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10373 break 2
10374 fi
10375 done
10376 done
10377 IFS=$as_save_IFS
10378
10379 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10380 ;;
10381 esac
10382 fi
10383 python_prog_path=$ac_cv_path_python_prog_path
10384 if test -n "$python_prog_path"; then
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10386 $as_echo "$python_prog_path" >&6; }
10387 else
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10389 $as_echo "no" >&6; }
10390 fi
10391
10392
10393 if test "${python_prog_path}" = missing; then
10394 as_fn_error $? "unable to find python program ${python_prog}" "$LINENO" 5
10395 fi
10396 ;;
10397 esac
10398 esac
10399
10400 if test "${python_prog}" != missing; then
10401 # We have a python program to use, but it may be too old.
10402 # Don't flag an error for --with-python=auto (the default).
10403 have_python_config=yes
10404 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
10405 if test $? != 0; then
10406 have_python_config=failed
10407 if test "${with_python}" != auto; then
10408 as_fn_error $? "failure running python-config --includes" "$LINENO" 5
10409 fi
10410 fi
10411 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
10412 if test $? != 0; then
10413 have_python_config=failed
10414 if test "${with_python}" != auto; then
10415 as_fn_error $? "failure running python-config --ldflags" "$LINENO" 5
10416 fi
10417 fi
10418 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
10419 if test $? != 0; then
10420 have_python_config=failed
10421 if test "${with_python}" != auto; then
10422 as_fn_error $? "failure running python-config --exec-prefix" "$LINENO" 5
10423 fi
10424 fi
10425 else
10426 # We do not have a python executable we can use to determine where
10427 # to find the Python headers and libs. We cannot guess the include
10428 # path from the python_prefix either, because that include path
10429 # depends on the Python version. So, there is nothing much we can
10430 # do except assume that the compiler will be able to find those files.
10431 python_includes=
10432 python_libs=
10433 have_python_config=no
10434 fi
10435
10436 # If we have python-config, only try the configuration it provides.
10437 # Otherwise fallback on the old way of trying different versions of
10438 # python in turn.
10439
10440 have_libpython=no
10441 if test "${have_python_config}" = yes; then
10442
10443
10444 new_CPPFLAGS=${python_includes}
10445 new_LIBS=${python_libs}
10446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python" >&5
10447 $as_echo_n "checking for python... " >&6; }
10448 save_CPPFLAGS=$CPPFLAGS
10449 save_LIBS=$LIBS
10450 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10451 LIBS="$new_LIBS $LIBS"
10452 found_usable_python=no
10453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10454 /* end confdefs.h. */
10455 #include "Python.h"
10456 int
10457 main ()
10458 {
10459 Py_Initialize ();
10460 ;
10461 return 0;
10462 }
10463 _ACEOF
10464 if ac_fn_c_try_link "$LINENO"; then :
10465 have_libpython=yes
10466 found_usable_python=yes
10467 PYTHON_CPPFLAGS=$new_CPPFLAGS
10468 PYTHON_LIBS=$new_LIBS
10469 fi
10470 rm -f core conftest.err conftest.$ac_objext \
10471 conftest$ac_exeext conftest.$ac_ext
10472 CPPFLAGS=$save_CPPFLAGS
10473 LIBS=$save_LIBS
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10475 $as_echo "${found_usable_python}" >&6; }
10476
10477 elif test "${have_python_config}" != failed; then
10478 if test "${have_libpython}" = no; then
10479
10480
10481 new_CPPFLAGS=${python_includes}
10482 new_LIBS="-lpython2.7 ${python_libs}"
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python" >&5
10484 $as_echo_n "checking for python... " >&6; }
10485 save_CPPFLAGS=$CPPFLAGS
10486 save_LIBS=$LIBS
10487 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10488 LIBS="$new_LIBS $LIBS"
10489 found_usable_python=no
10490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10491 /* end confdefs.h. */
10492 #include "Python.h"
10493 int
10494 main ()
10495 {
10496 Py_Initialize ();
10497 ;
10498 return 0;
10499 }
10500 _ACEOF
10501 if ac_fn_c_try_link "$LINENO"; then :
10502 have_libpython=yes
10503 found_usable_python=yes
10504 PYTHON_CPPFLAGS=$new_CPPFLAGS
10505 PYTHON_LIBS=$new_LIBS
10506 fi
10507 rm -f core conftest.err conftest.$ac_objext \
10508 conftest$ac_exeext conftest.$ac_ext
10509 CPPFLAGS=$save_CPPFLAGS
10510 LIBS=$save_LIBS
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10512 $as_echo "${found_usable_python}" >&6; }
10513
10514 fi
10515 if test "${have_libpython}" = no; then
10516
10517
10518 new_CPPFLAGS=${python_includes}
10519 new_LIBS="-lpython2.6 ${python_libs}"
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python" >&5
10521 $as_echo_n "checking for python... " >&6; }
10522 save_CPPFLAGS=$CPPFLAGS
10523 save_LIBS=$LIBS
10524 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10525 LIBS="$new_LIBS $LIBS"
10526 found_usable_python=no
10527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10528 /* end confdefs.h. */
10529 #include "Python.h"
10530 int
10531 main ()
10532 {
10533 Py_Initialize ();
10534 ;
10535 return 0;
10536 }
10537 _ACEOF
10538 if ac_fn_c_try_link "$LINENO"; then :
10539 have_libpython=yes
10540 found_usable_python=yes
10541 PYTHON_CPPFLAGS=$new_CPPFLAGS
10542 PYTHON_LIBS=$new_LIBS
10543 fi
10544 rm -f core conftest.err conftest.$ac_objext \
10545 conftest$ac_exeext conftest.$ac_ext
10546 CPPFLAGS=$save_CPPFLAGS
10547 LIBS=$save_LIBS
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10549 $as_echo "${found_usable_python}" >&6; }
10550
10551 fi
10552 fi
10553
10554 if test "${have_libpython}" = no; then
10555 case "${with_python}" in
10556 yes)
10557 as_fn_error $? "python is missing or unusable" "$LINENO" 5
10558 ;;
10559 auto)
10560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
10561 $as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
10562 ;;
10563 *)
10564 as_fn_error $? "no usable python found at ${with_python}" "$LINENO" 5
10565 ;;
10566 esac
10567 else
10568 if test -n "${python_prefix}"; then
10569
10570 cat >>confdefs.h <<_ACEOF
10571 #define WITH_PYTHON_PATH "${python_prefix}"
10572 _ACEOF
10573
10574
10575 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
10576 if test "x$prefix" = xNONE; then
10577 test_prefix=/usr/local
10578 else
10579 test_prefix=$prefix
10580 fi
10581 else
10582 test_prefix=$exec_prefix
10583 fi
10584 value=0
10585 case ${python_prefix} in
10586 "${test_prefix}"|"${test_prefix}/"*|\
10587 '${exec_prefix}'|'${exec_prefix}/'*)
10588 value=1
10589 ;;
10590 esac
10591
10592 cat >>confdefs.h <<_ACEOF
10593 #define PYTHON_PATH_RELOCATABLE $value
10594 _ACEOF
10595
10596
10597 fi
10598 fi
10599 fi
10600
10601 if test "${have_libpython}" != no; then
10602
10603 $as_echo "#define HAVE_PYTHON 1" >>confdefs.h
10604
10605 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
10606 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
10607 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
10608 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
10609 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
10610
10611 # Flags needed to compile Python code (taken from python-config --cflags).
10612 # We cannot call python-config directly because it will output whatever was
10613 # used when compiling the Python interpreter itself, including flags which
10614 # would make the python-related objects be compiled differently from the
10615 # rest of GDB (e.g., -O2 and -fPIC).
10616 if test "${GCC}" = yes; then
10617 tentative_python_cflags="-fno-strict-aliasing -fwrapv"
10618 # Python headers recommend -DNDEBUG, but it's unclear if that just
10619 # refers to building Python itself. In release mode, though, it
10620 # doesn't hurt for the Python code in gdb to follow.
10621 $development || tentative_python_cflags="$tentative_python_cflags -DNDEBUG"
10622 fi
10623
10624 if test "x${tentative_python_cflags}" != x; then
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
10626 $as_echo_n "checking compiler flags for python code... " >&6; }
10627 for flag in ${tentative_python_cflags}; do
10628 # Check that the compiler accepts it
10629 saved_CFLAGS="$CFLAGS"
10630 CFLAGS="$CFLAGS $flag"
10631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10632 /* end confdefs.h. */
10633
10634 int
10635 main ()
10636 {
10637
10638 ;
10639 return 0;
10640 }
10641 _ACEOF
10642 if ac_fn_c_try_compile "$LINENO"; then :
10643 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
10644 fi
10645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10646 CFLAGS="$saved_CFLAGS"
10647 done
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
10649 $as_echo "${PYTHON_CFLAGS}" >&6; }
10650 fi
10651
10652 # On x64 Windows, Python's include headers, and pyconfig.h in
10653 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
10654 # version of Windows. Unfortunately, MS_WIN64 is only defined if
10655 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
10656 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
10657 # The issue was reported to the Python community, but still isn't
10658 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
10659
10660 case "$gdb_host" in
10661 mingw64)
10662 if test "${GCC}" = yes; then
10663 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
10664 fi
10665 ;;
10666 esac
10667
10668 # Note that "python -m threading" cannot be used to check for
10669 # threading support due to a bug in Python 2.7.3
10670 # (http://bugs.python.org/issue15567).
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
10672 $as_echo_n "checking whether python supports threads... " >&6; }
10673 saved_CPPFLAGS="${CPPFLAGS}"
10674 CPPFLAGS="${PYTHON_CPPFLAGS}"
10675 # Note that the test is reversed so that python_has_threads=yes on
10676 # unexpected failures.
10677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10678 /* end confdefs.h. */
10679
10680 #include <Python.h>
10681 #ifdef WITH_THREAD
10682 # error
10683 #endif
10684
10685 _ACEOF
10686 if ac_fn_c_try_cpp "$LINENO"; then :
10687 python_has_threads=no
10688 else
10689 python_has_threads=yes
10690 fi
10691 rm -f conftest.err conftest.i conftest.$ac_ext
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
10693 $as_echo "${python_has_threads}" >&6; }
10694 CPPFLAGS="${saved_CPPFLAGS}"
10695 else
10696 # Even if Python support is not compiled in, we need to have this file
10697 # included so that the "python" command, et.al., still exists.
10698 CONFIG_OBS="$CONFIG_OBS python/python.o"
10699 CONFIG_SRCS="$CONFIG_SRCS python/python.c"
10700 fi
10701
10702 # Work around Python http://bugs.python.org/issue10112. See also
10703 # http://bugs.python.org/issue11410, otherwise -Wl,--dynamic-list has
10704 # no effect. Note that the only test after this that uses Python is
10705 # the -rdynamic/-Wl,--dynamic-list test, and we do want that one to be
10706 # run without -export-dynamic too.
10707 PYTHON_LIBS=`echo $PYTHON_LIBS | sed -e 's/-Xlinker -export-dynamic//'`
10708
10709
10710
10711
10712 if test "${have_libpython}" != no; then
10713 HAVE_PYTHON_TRUE=
10714 HAVE_PYTHON_FALSE='#'
10715 else
10716 HAVE_PYTHON_TRUE='#'
10717 HAVE_PYTHON_FALSE=
10718 fi
10719
10720
10721 # -------------------- #
10722 # Check for libguile. #
10723 # -------------------- #
10724
10725
10726
10727
10728
10729
10730 # Check whether --with-guile was given.
10731 if test "${with_guile+set}" = set; then :
10732 withval=$with_guile;
10733 else
10734 with_guile=auto
10735 fi
10736
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use guile" >&5
10738 $as_echo_n "checking whether to use guile... " >&6; }
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_guile" >&5
10740 $as_echo "$with_guile" >&6; }
10741
10742 # Extract the first word of "pkg-config", so it can be a program name with args.
10743 set dummy pkg-config; ac_word=$2
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10745 $as_echo_n "checking for $ac_word... " >&6; }
10746 if ${ac_cv_path_pkg_config_prog_path+:} false; then :
10747 $as_echo_n "(cached) " >&6
10748 else
10749 case $pkg_config_prog_path in
10750 [\\/]* | ?:[\\/]*)
10751 ac_cv_path_pkg_config_prog_path="$pkg_config_prog_path" # Let the user override the test with a path.
10752 ;;
10753 *)
10754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10755 for as_dir in $PATH
10756 do
10757 IFS=$as_save_IFS
10758 test -z "$as_dir" && as_dir=.
10759 for ac_exec_ext in '' $ac_executable_extensions; do
10760 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10761 ac_cv_path_pkg_config_prog_path="$as_dir/$ac_word$ac_exec_ext"
10762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10763 break 2
10764 fi
10765 done
10766 done
10767 IFS=$as_save_IFS
10768
10769 test -z "$ac_cv_path_pkg_config_prog_path" && ac_cv_path_pkg_config_prog_path="missing"
10770 ;;
10771 esac
10772 fi
10773 pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path
10774 if test -n "$pkg_config_prog_path"; then
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_config_prog_path" >&5
10776 $as_echo "$pkg_config_prog_path" >&6; }
10777 else
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10779 $as_echo "no" >&6; }
10780 fi
10781
10782
10783
10784 try_guile_versions="guile-2.0"
10785 have_libguile=no
10786 case "${with_guile}" in
10787 no)
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: guile support disabled; some features will be unavailable." >&5
10789 $as_echo "$as_me: WARNING: guile support disabled; some features will be unavailable." >&2;}
10790 ;;
10791 auto)
10792 if test "${pkg_config_prog_path}" = "missing"; then
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not found, guile support disabled" >&5
10794 $as_echo "$as_me: WARNING: pkg-config not found, guile support disabled" >&2;}
10795 else
10796
10797 pkg_config=${pkg_config_prog_path}
10798 guile_version_list=${try_guile_versions}
10799 flag_errors=no
10800
10801 found_usable_guile=checking
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10803 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10804 for guile_version in ${guile_version_list}; do
10805 ${pkg_config} --exists ${guile_version} 2>/dev/null
10806 if test $? != 0; then
10807 continue
10808 fi
10809 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10810 if test $? != 0; then
10811 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
10812 fi
10813 new_LIBS=`${pkg_config} --libs ${guile_version}`
10814 if test $? != 0; then
10815 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
10816 fi
10817 found_usable_guile=${guile_version}
10818 break
10819 done
10820 if test "${found_usable_guile}" = "checking"; then
10821 if test "${flag_errors}" = "yes"; then
10822 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
10823 else
10824 found_usable_guile=no
10825 fi
10826 fi
10827 if test "${found_usable_guile}" != no; then
10828 save_CPPFLAGS=$CPPFLAGS
10829 save_LIBS=$LIBS
10830 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10831 LIBS="$LIBS $new_LIBS"
10832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h. */
10834 #include "libguile.h"
10835 int
10836 main ()
10837 {
10838 scm_init_guile ();
10839 ;
10840 return 0;
10841 }
10842 _ACEOF
10843 if ac_fn_c_try_link "$LINENO"; then :
10844 have_libguile=yes
10845 GUILE_CPPFLAGS=$new_CPPFLAGS
10846 GUILE_LIBS=$new_LIBS
10847 else
10848 found_usable_guile=no
10849 fi
10850 rm -f core conftest.err conftest.$ac_objext \
10851 conftest$ac_exeext conftest.$ac_ext
10852 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
10853 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
10854
10855 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
10856
10857
10858 fi
10859
10860 CPPFLAGS=$save_CPPFLAGS
10861 LIBS=$save_LIBS
10862 if test "${found_usable_guile}" = no; then
10863 if test "${flag_errors}" = yes; then
10864 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10865 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10866 as_fn_error $? "linking guile version ${guile_version} test program failed
10867 See \`config.log' for more details" "$LINENO" 5; }
10868 fi
10869 fi
10870 fi
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
10872 $as_echo "${found_usable_guile}" >&6; }
10873
10874 fi
10875 ;;
10876 yes)
10877 if test "${pkg_config_prog_path}" = "missing"; then
10878 as_fn_error $? "pkg-config not found" "$LINENO" 5
10879 fi
10880
10881 pkg_config=${pkg_config_prog_path}
10882 guile_version_list=${try_guile_versions}
10883 flag_errors=yes
10884
10885 found_usable_guile=checking
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10887 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10888 for guile_version in ${guile_version_list}; do
10889 ${pkg_config} --exists ${guile_version} 2>/dev/null
10890 if test $? != 0; then
10891 continue
10892 fi
10893 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10894 if test $? != 0; then
10895 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
10896 fi
10897 new_LIBS=`${pkg_config} --libs ${guile_version}`
10898 if test $? != 0; then
10899 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
10900 fi
10901 found_usable_guile=${guile_version}
10902 break
10903 done
10904 if test "${found_usable_guile}" = "checking"; then
10905 if test "${flag_errors}" = "yes"; then
10906 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
10907 else
10908 found_usable_guile=no
10909 fi
10910 fi
10911 if test "${found_usable_guile}" != no; then
10912 save_CPPFLAGS=$CPPFLAGS
10913 save_LIBS=$LIBS
10914 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10915 LIBS="$LIBS $new_LIBS"
10916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10917 /* end confdefs.h. */
10918 #include "libguile.h"
10919 int
10920 main ()
10921 {
10922 scm_init_guile ();
10923 ;
10924 return 0;
10925 }
10926 _ACEOF
10927 if ac_fn_c_try_link "$LINENO"; then :
10928 have_libguile=yes
10929 GUILE_CPPFLAGS=$new_CPPFLAGS
10930 GUILE_LIBS=$new_LIBS
10931 else
10932 found_usable_guile=no
10933 fi
10934 rm -f core conftest.err conftest.$ac_objext \
10935 conftest$ac_exeext conftest.$ac_ext
10936 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
10937 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
10938
10939 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
10940
10941
10942 fi
10943
10944 CPPFLAGS=$save_CPPFLAGS
10945 LIBS=$save_LIBS
10946 if test "${found_usable_guile}" = no; then
10947 if test "${flag_errors}" = yes; then
10948 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10949 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10950 as_fn_error $? "linking guile version ${guile_version} test program failed
10951 See \`config.log' for more details" "$LINENO" 5; }
10952 fi
10953 fi
10954 fi
10955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
10956 $as_echo "${found_usable_guile}" >&6; }
10957
10958 ;;
10959 [\\/]* | ?:[\\/]*)
10960 if test -x "${with_guile}"; then
10961
10962 pkg_config=${with_guile}
10963 guile_version_list=${try_guile_versions}
10964 flag_errors=yes
10965
10966 found_usable_guile=checking
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10968 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10969 for guile_version in ${guile_version_list}; do
10970 ${pkg_config} --exists ${guile_version} 2>/dev/null
10971 if test $? != 0; then
10972 continue
10973 fi
10974 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10975 if test $? != 0; then
10976 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
10977 fi
10978 new_LIBS=`${pkg_config} --libs ${guile_version}`
10979 if test $? != 0; then
10980 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
10981 fi
10982 found_usable_guile=${guile_version}
10983 break
10984 done
10985 if test "${found_usable_guile}" = "checking"; then
10986 if test "${flag_errors}" = "yes"; then
10987 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
10988 else
10989 found_usable_guile=no
10990 fi
10991 fi
10992 if test "${found_usable_guile}" != no; then
10993 save_CPPFLAGS=$CPPFLAGS
10994 save_LIBS=$LIBS
10995 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10996 LIBS="$LIBS $new_LIBS"
10997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10998 /* end confdefs.h. */
10999 #include "libguile.h"
11000 int
11001 main ()
11002 {
11003 scm_init_guile ();
11004 ;
11005 return 0;
11006 }
11007 _ACEOF
11008 if ac_fn_c_try_link "$LINENO"; then :
11009 have_libguile=yes
11010 GUILE_CPPFLAGS=$new_CPPFLAGS
11011 GUILE_LIBS=$new_LIBS
11012 else
11013 found_usable_guile=no
11014 fi
11015 rm -f core conftest.err conftest.$ac_objext \
11016 conftest$ac_exeext conftest.$ac_ext
11017 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
11018 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
11019
11020 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11021
11022
11023 fi
11024
11025 CPPFLAGS=$save_CPPFLAGS
11026 LIBS=$save_LIBS
11027 if test "${found_usable_guile}" = no; then
11028 if test "${flag_errors}" = yes; then
11029 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11031 as_fn_error $? "linking guile version ${guile_version} test program failed
11032 See \`config.log' for more details" "$LINENO" 5; }
11033 fi
11034 fi
11035 fi
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11037 $as_echo "${found_usable_guile}" >&6; }
11038
11039 else
11040 as_fn_error $? "Guile config program not executable: ${with_guile}" "$LINENO" 5
11041 fi
11042 ;;
11043 "" | */*)
11044 # Disallow --with=guile="" and --with-guile=foo/bar.
11045 as_fn_error $? "invalid value for --with-guile" "$LINENO" 5
11046 ;;
11047 *)
11048 # A space separate list of guile versions to try, in order.
11049 if test "${pkg_config_prog_path}" = "missing"; then
11050 as_fn_error $? "pkg-config not found" "$LINENO" 5
11051 fi
11052
11053 pkg_config=${pkg_config_prog_path}
11054 guile_version_list=${with_guile}
11055 flag_errors=yes
11056
11057 found_usable_guile=checking
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
11059 $as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
11060 for guile_version in ${guile_version_list}; do
11061 ${pkg_config} --exists ${guile_version} 2>/dev/null
11062 if test $? != 0; then
11063 continue
11064 fi
11065 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
11066 if test $? != 0; then
11067 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
11068 fi
11069 new_LIBS=`${pkg_config} --libs ${guile_version}`
11070 if test $? != 0; then
11071 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
11072 fi
11073 found_usable_guile=${guile_version}
11074 break
11075 done
11076 if test "${found_usable_guile}" = "checking"; then
11077 if test "${flag_errors}" = "yes"; then
11078 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
11079 else
11080 found_usable_guile=no
11081 fi
11082 fi
11083 if test "${found_usable_guile}" != no; then
11084 save_CPPFLAGS=$CPPFLAGS
11085 save_LIBS=$LIBS
11086 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
11087 LIBS="$LIBS $new_LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11090 #include "libguile.h"
11091 int
11092 main ()
11093 {
11094 scm_init_guile ();
11095 ;
11096 return 0;
11097 }
11098 _ACEOF
11099 if ac_fn_c_try_link "$LINENO"; then :
11100 have_libguile=yes
11101 GUILE_CPPFLAGS=$new_CPPFLAGS
11102 GUILE_LIBS=$new_LIBS
11103 else
11104 found_usable_guile=no
11105 fi
11106 rm -f core conftest.err conftest.$ac_objext \
11107 conftest$ac_exeext conftest.$ac_ext
11108 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
11109 if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
11110
11111 $as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11112
11113
11114 fi
11115
11116 CPPFLAGS=$save_CPPFLAGS
11117 LIBS=$save_LIBS
11118 if test "${found_usable_guile}" = no; then
11119 if test "${flag_errors}" = yes; then
11120 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11121 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11122 as_fn_error $? "linking guile version ${guile_version} test program failed
11123 See \`config.log' for more details" "$LINENO" 5; }
11124 fi
11125 fi
11126 fi
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11128 $as_echo "${found_usable_guile}" >&6; }
11129
11130 ;;
11131 esac
11132
11133 if test "${have_libguile}" != no; then
11134 case "${with_guile}" in
11135 [\\/]* | ?:[\\/]*)
11136
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
11138 $as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
11139 if ${ac_cv_guild_program_name+:} false; then :
11140 $as_echo_n "(cached) " >&6
11141 else
11142 ac_cv_guild_program_name="`"${with_guile}" --variable guild "${guile_version}"`"
11143
11144 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
11145 # the 'guild' and 'bindir' variables. In that case, try to guess
11146 # what the program name is, at the risk of getting it wrong if
11147 # Guile was configured with '--program-suffix' or similar.
11148 if test "x$ac_cv_guild_program_name" = "x"; then
11149 guile_exec_prefix="`"${with_guile}" --variable exec_prefix "${guile_version}"`"
11150 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
11151 fi
11152
11153 fi
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
11155 $as_echo "$ac_cv_guild_program_name" >&6; }
11156
11157 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
11158 as_fn_error $? "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
11159 fi
11160
11161 GUILD="$ac_cv_guild_program_name"
11162
11163
11164 ;;
11165 *)
11166
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
11168 $as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
11169 if ${ac_cv_guild_program_name+:} false; then :
11170 $as_echo_n "(cached) " >&6
11171 else
11172 ac_cv_guild_program_name="`"${pkg_config_prog_path}" --variable guild "${guile_version}"`"
11173
11174 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
11175 # the 'guild' and 'bindir' variables. In that case, try to guess
11176 # what the program name is, at the risk of getting it wrong if
11177 # Guile was configured with '--program-suffix' or similar.
11178 if test "x$ac_cv_guild_program_name" = "x"; then
11179 guile_exec_prefix="`"${pkg_config_prog_path}" --variable exec_prefix "${guile_version}"`"
11180 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
11181 fi
11182
11183 fi
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
11185 $as_echo "$ac_cv_guild_program_name" >&6; }
11186
11187 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
11188 as_fn_error $? "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
11189 fi
11190
11191 GUILD="$ac_cv_guild_program_name"
11192
11193
11194 ;;
11195 esac
11196
11197
11198 if test "$cross_compiling" = no; then
11199 GUILD_TARGET_FLAG=
11200 else
11201 GUILD_TARGET_FLAG="--target=$host"
11202 fi
11203
11204
11205
11206
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether guild supports this host" >&5
11208 $as_echo_n "checking whether guild supports this host... " >&6; }
11209 if ${ac_cv_guild_ok+:} false; then :
11210 $as_echo_n "(cached) " >&6
11211 else
11212 echo "$ac_cv_guild_program_name compile $GUILD_TARGET_FLAG -o conftest.go $srcdir/guile/lib/gdb/support.scm" >&5
11213 if "$ac_cv_guild_program_name" compile $GUILD_TARGET_FLAG -o conftest.go "$srcdir/guile/lib/gdb/support.scm" >&5 2>&5; then
11214 ac_cv_guild_ok=yes
11215 else
11216 ac_cv_guild_ok=no
11217 fi
11218 fi
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_ok" >&5
11220 $as_echo "$ac_cv_guild_ok" >&6; }
11221
11222 if test "$ac_cv_guild_ok" = no; then
11223 have_libguile=no
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling guile support" >&5
11225 $as_echo "$as_me: WARNING: disabling guile support" >&2;}
11226 fi
11227 fi
11228
11229 if test "${have_libguile}" != no; then
11230
11231 $as_echo "#define HAVE_GUILE 1" >>confdefs.h
11232
11233 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_GUILE_OBS)"
11234 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_GUILE_DEPS)"
11235 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_GUILE_SRCS)"
11236 CONFIG_INSTALL="$CONFIG_INSTALL install-guile"
11237 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_GUILE_CFLAGS)"
11238
11239 save_LIBS="$LIBS"
11240 save_CPPFLAGS="$CPPFLAGS"
11241 LIBS="$GUILE_LIBS"
11242 CPPFLAGS="$GUILE_CPPFLAGS"
11243 for ac_func in scm_new_smob
11244 do :
11245 ac_fn_c_check_func "$LINENO" "scm_new_smob" "ac_cv_func_scm_new_smob"
11246 if test "x$ac_cv_func_scm_new_smob" = xyes; then :
11247 cat >>confdefs.h <<_ACEOF
11248 #define HAVE_SCM_NEW_SMOB 1
11249 _ACEOF
11250
11251 fi
11252 done
11253
11254 LIBS="$save_LIBS"
11255 CPPFLAGS="$save_CPPFLAGS"
11256 else
11257 # Even if Guile support is not compiled in, we need to have these files
11258 # included.
11259 CONFIG_OBS="$CONFIG_OBS guile/guile.o"
11260 CONFIG_SRCS="$CONFIG_SRCS guile/guile.c"
11261 fi
11262
11263
11264 if test "${have_libguile}" != no; then
11265 HAVE_GUILE_TRUE=
11266 HAVE_GUILE_FALSE='#'
11267 else
11268 HAVE_GUILE_TRUE='#'
11269 HAVE_GUILE_FALSE=
11270 fi
11271
11272
11273 # ---------------------------- #
11274 # Check for source highlight. #
11275 # ---------------------------- #
11276
11277 SRCHIGH_LIBS=
11278 SRCHIGH_CFLAGS=
11279
11280 # Check whether --enable-source-highlight was given.
11281 if test "${enable_source_highlight+set}" = set; then :
11282 enableval=$enable_source_highlight; case "${enableval}" in
11283 yes) enable_source_highlight=yes ;;
11284 no) enable_source_highlight=no ;;
11285 *) as_fn_error $? "bad value ${enableval} for source-highlight option" "$LINENO" 5 ;;
11286 esac
11287 else
11288 enable_source_highlight=auto
11289 fi
11290
11291
11292 if test "${enable_source_highlight}" != "no"; then
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the source-highlight library" >&5
11294 $as_echo_n "checking for the source-highlight library... " >&6; }
11295 if test "${pkg_config_prog_path}" = "missing"; then
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - pkg-config not found" >&5
11297 $as_echo "no - pkg-config not found" >&6; }
11298 if test "${enable_source_highlight}" = "yes"; then
11299 as_fn_error $? "pkg-config was not found in your system" "$LINENO" 5
11300 fi
11301 else
11302 case "$LDFLAGS" in
11303 *static-libstdc*)
11304 as_fn_error $? "source highlight is incompatible with -static-libstdc++; either use --disable-source-highlight or --without-static-standard-libraries" "$LINENO" 5
11305 ;;
11306 esac
11307
11308 if ${pkg_config_prog_path} --exists source-highlight; then
11309 SRCHIGH_CFLAGS=`${pkg_config_prog_path} --cflags source-highlight`
11310 SRCHIGH_LIBS=`${pkg_config_prog_path} --libs source-highlight`
11311
11312 $as_echo "#define HAVE_SOURCE_HIGHLIGHT 1" >>confdefs.h
11313
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11315 $as_echo "yes" >&6; }
11316 else
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318 $as_echo "no" >&6; }
11319 if test "${enable_source_highlight}" = "yes"; then
11320 as_fn_error $? "source-highlight was not found in your system" "$LINENO" 5
11321 fi
11322 fi
11323 fi
11324 fi
11325
11326
11327
11328
11329 # Check whether --with-intel_pt was given.
11330 if test "${with_intel_pt+set}" = set; then :
11331 withval=$with_intel_pt;
11332 else
11333 with_intel_pt=auto
11334 fi
11335
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use intel pt" >&5
11337 $as_echo_n "checking whether to use intel pt... " >&6; }
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_intel_pt" >&5
11339 $as_echo "$with_intel_pt" >&6; }
11340
11341 if test "${with_intel_pt}" = no; then
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&5
11343 $as_echo "$as_me: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&2;}
11344 HAVE_LIBIPT=no
11345 else
11346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11347 /* end confdefs.h. */
11348
11349 #include <linux/perf_event.h>
11350 #ifndef PERF_ATTR_SIZE_VER5
11351 # error
11352 #endif
11353
11354 _ACEOF
11355 if ac_fn_c_try_cpp "$LINENO"; then :
11356 perf_event=yes
11357 else
11358 perf_event=no
11359 fi
11360 rm -f conftest.err conftest.i conftest.$ac_ext
11361 if test "$perf_event" != yes; then
11362 if test "$with_intel_pt" = yes; then
11363 as_fn_error $? "linux/perf_event.h missing or too old" "$LINENO" 5
11364 else
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&5
11366 $as_echo "$as_me: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&2;}
11367 fi
11368 fi
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378 use_additional=yes
11379
11380 acl_save_prefix="$prefix"
11381 prefix="$acl_final_prefix"
11382 acl_save_exec_prefix="$exec_prefix"
11383 exec_prefix="$acl_final_exec_prefix"
11384
11385 eval additional_includedir=\"$includedir\"
11386 eval additional_libdir=\"$libdir\"
11387
11388 exec_prefix="$acl_save_exec_prefix"
11389 prefix="$acl_save_prefix"
11390
11391
11392 # Check whether --with-libipt-prefix was given.
11393 if test "${with_libipt_prefix+set}" = set; then :
11394 withval=$with_libipt_prefix;
11395 if test "X$withval" = "Xno"; then
11396 use_additional=no
11397 else
11398 if test "X$withval" = "X"; then
11399
11400 acl_save_prefix="$prefix"
11401 prefix="$acl_final_prefix"
11402 acl_save_exec_prefix="$exec_prefix"
11403 exec_prefix="$acl_final_exec_prefix"
11404
11405 eval additional_includedir=\"$includedir\"
11406 eval additional_libdir=\"$libdir\"
11407
11408 exec_prefix="$acl_save_exec_prefix"
11409 prefix="$acl_save_prefix"
11410
11411 else
11412 additional_includedir="$withval/include"
11413 additional_libdir="$withval/lib"
11414 fi
11415 fi
11416
11417 fi
11418
11419 LIBIPT=
11420 LTLIBIPT=
11421 INCIPT=
11422 rpathdirs=
11423 ltrpathdirs=
11424 names_already_handled=
11425 names_next_round='ipt '
11426 while test -n "$names_next_round"; do
11427 names_this_round="$names_next_round"
11428 names_next_round=
11429 for name in $names_this_round; do
11430 already_handled=
11431 for n in $names_already_handled; do
11432 if test "$n" = "$name"; then
11433 already_handled=yes
11434 break
11435 fi
11436 done
11437 if test -z "$already_handled"; then
11438 names_already_handled="$names_already_handled $name"
11439 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
11440 eval value=\"\$HAVE_LIB$uppername\"
11441 if test -n "$value"; then
11442 if test "$value" = yes; then
11443 eval value=\"\$LIB$uppername\"
11444 test -z "$value" || LIBIPT="${LIBIPT}${LIBIPT:+ }$value"
11445 eval value=\"\$LTLIB$uppername\"
11446 test -z "$value" || LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$value"
11447 else
11448 :
11449 fi
11450 else
11451 found_dir=
11452 found_la=
11453 found_so=
11454 found_a=
11455 if test $use_additional = yes; then
11456 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
11457 found_dir="$additional_libdir"
11458 found_so="$additional_libdir/lib$name.$shlibext"
11459 if test -f "$additional_libdir/lib$name.la"; then
11460 found_la="$additional_libdir/lib$name.la"
11461 fi
11462 else
11463 if test -f "$additional_libdir/lib$name.$libext"; then
11464 found_dir="$additional_libdir"
11465 found_a="$additional_libdir/lib$name.$libext"
11466 if test -f "$additional_libdir/lib$name.la"; then
11467 found_la="$additional_libdir/lib$name.la"
11468 fi
11469 fi
11470 fi
11471 fi
11472 if test "X$found_dir" = "X"; then
11473 for x in $LDFLAGS $LTLIBIPT; do
11474
11475 acl_save_prefix="$prefix"
11476 prefix="$acl_final_prefix"
11477 acl_save_exec_prefix="$exec_prefix"
11478 exec_prefix="$acl_final_exec_prefix"
11479 eval x=\"$x\"
11480 exec_prefix="$acl_save_exec_prefix"
11481 prefix="$acl_save_prefix"
11482
11483 case "$x" in
11484 -L*)
11485 dir=`echo "X$x" | sed -e 's/^X-L//'`
11486 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
11487 found_dir="$dir"
11488 found_so="$dir/lib$name.$shlibext"
11489 if test -f "$dir/lib$name.la"; then
11490 found_la="$dir/lib$name.la"
11491 fi
11492 else
11493 if test -f "$dir/lib$name.$libext"; then
11494 found_dir="$dir"
11495 found_a="$dir/lib$name.$libext"
11496 if test -f "$dir/lib$name.la"; then
11497 found_la="$dir/lib$name.la"
11498 fi
11499 fi
11500 fi
11501 ;;
11502 esac
11503 if test "X$found_dir" != "X"; then
11504 break
11505 fi
11506 done
11507 fi
11508 if test "X$found_dir" != "X"; then
11509 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$found_dir -l$name"
11510 if test "X$found_so" != "X"; then
11511 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
11512 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11513 else
11514 haveit=
11515 for x in $ltrpathdirs; do
11516 if test "X$x" = "X$found_dir"; then
11517 haveit=yes
11518 break
11519 fi
11520 done
11521 if test -z "$haveit"; then
11522 ltrpathdirs="$ltrpathdirs $found_dir"
11523 fi
11524 if test "$hardcode_direct" = yes; then
11525 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11526 else
11527 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
11528 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11529 haveit=
11530 for x in $rpathdirs; do
11531 if test "X$x" = "X$found_dir"; then
11532 haveit=yes
11533 break
11534 fi
11535 done
11536 if test -z "$haveit"; then
11537 rpathdirs="$rpathdirs $found_dir"
11538 fi
11539 else
11540 haveit=
11541 for x in $LDFLAGS $LIBIPT; do
11542
11543 acl_save_prefix="$prefix"
11544 prefix="$acl_final_prefix"
11545 acl_save_exec_prefix="$exec_prefix"
11546 exec_prefix="$acl_final_exec_prefix"
11547 eval x=\"$x\"
11548 exec_prefix="$acl_save_exec_prefix"
11549 prefix="$acl_save_prefix"
11550
11551 if test "X$x" = "X-L$found_dir"; then
11552 haveit=yes
11553 break
11554 fi
11555 done
11556 if test -z "$haveit"; then
11557 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir"
11558 fi
11559 if test "$hardcode_minus_L" != no; then
11560 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11561 else
11562 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
11563 fi
11564 fi
11565 fi
11566 fi
11567 else
11568 if test "X$found_a" != "X"; then
11569 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_a"
11570 else
11571 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir -l$name"
11572 fi
11573 fi
11574 additional_includedir=
11575 case "$found_dir" in
11576 */lib | */lib/)
11577 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
11578 additional_includedir="$basedir/include"
11579 ;;
11580 esac
11581 if test "X$additional_includedir" != "X"; then
11582 if test "X$additional_includedir" != "X/usr/include"; then
11583 haveit=
11584 if test "X$additional_includedir" = "X/usr/local/include"; then
11585 if test -n "$GCC"; then
11586 case $host_os in
11587 linux*) haveit=yes;;
11588 esac
11589 fi
11590 fi
11591 if test -z "$haveit"; then
11592 for x in $CPPFLAGS $INCIPT; do
11593
11594 acl_save_prefix="$prefix"
11595 prefix="$acl_final_prefix"
11596 acl_save_exec_prefix="$exec_prefix"
11597 exec_prefix="$acl_final_exec_prefix"
11598 eval x=\"$x\"
11599 exec_prefix="$acl_save_exec_prefix"
11600 prefix="$acl_save_prefix"
11601
11602 if test "X$x" = "X-I$additional_includedir"; then
11603 haveit=yes
11604 break
11605 fi
11606 done
11607 if test -z "$haveit"; then
11608 if test -d "$additional_includedir"; then
11609 INCIPT="${INCIPT}${INCIPT:+ }-I$additional_includedir"
11610 fi
11611 fi
11612 fi
11613 fi
11614 fi
11615 if test -n "$found_la"; then
11616 save_libdir="$libdir"
11617 case "$found_la" in
11618 */* | *\\*) . "$found_la" ;;
11619 *) . "./$found_la" ;;
11620 esac
11621 libdir="$save_libdir"
11622 for dep in $dependency_libs; do
11623 case "$dep" in
11624 -L*)
11625 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
11626 if test "X$additional_libdir" != "X/usr/lib"; then
11627 haveit=
11628 if test "X$additional_libdir" = "X/usr/local/lib"; then
11629 if test -n "$GCC"; then
11630 case $host_os in
11631 linux*) haveit=yes;;
11632 esac
11633 fi
11634 fi
11635 if test -z "$haveit"; then
11636 haveit=
11637 for x in $LDFLAGS $LIBIPT; do
11638
11639 acl_save_prefix="$prefix"
11640 prefix="$acl_final_prefix"
11641 acl_save_exec_prefix="$exec_prefix"
11642 exec_prefix="$acl_final_exec_prefix"
11643 eval x=\"$x\"
11644 exec_prefix="$acl_save_exec_prefix"
11645 prefix="$acl_save_prefix"
11646
11647 if test "X$x" = "X-L$additional_libdir"; then
11648 haveit=yes
11649 break
11650 fi
11651 done
11652 if test -z "$haveit"; then
11653 if test -d "$additional_libdir"; then
11654 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$additional_libdir"
11655 fi
11656 fi
11657 haveit=
11658 for x in $LDFLAGS $LTLIBIPT; do
11659
11660 acl_save_prefix="$prefix"
11661 prefix="$acl_final_prefix"
11662 acl_save_exec_prefix="$exec_prefix"
11663 exec_prefix="$acl_final_exec_prefix"
11664 eval x=\"$x\"
11665 exec_prefix="$acl_save_exec_prefix"
11666 prefix="$acl_save_prefix"
11667
11668 if test "X$x" = "X-L$additional_libdir"; then
11669 haveit=yes
11670 break
11671 fi
11672 done
11673 if test -z "$haveit"; then
11674 if test -d "$additional_libdir"; then
11675 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$additional_libdir"
11676 fi
11677 fi
11678 fi
11679 fi
11680 ;;
11681 -R*)
11682 dir=`echo "X$dep" | sed -e 's/^X-R//'`
11683 if test "$enable_rpath" != no; then
11684 haveit=
11685 for x in $rpathdirs; do
11686 if test "X$x" = "X$dir"; then
11687 haveit=yes
11688 break
11689 fi
11690 done
11691 if test -z "$haveit"; then
11692 rpathdirs="$rpathdirs $dir"
11693 fi
11694 haveit=
11695 for x in $ltrpathdirs; do
11696 if test "X$x" = "X$dir"; then
11697 haveit=yes
11698 break
11699 fi
11700 done
11701 if test -z "$haveit"; then
11702 ltrpathdirs="$ltrpathdirs $dir"
11703 fi
11704 fi
11705 ;;
11706 -l*)
11707 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
11708 ;;
11709 *.la)
11710 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
11711 ;;
11712 *)
11713 LIBIPT="${LIBIPT}${LIBIPT:+ }$dep"
11714 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$dep"
11715 ;;
11716 esac
11717 done
11718 fi
11719 else
11720 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
11721 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-l$name"
11722 fi
11723 fi
11724 fi
11725 done
11726 done
11727 if test "X$rpathdirs" != "X"; then
11728 if test -n "$hardcode_libdir_separator"; then
11729 alldirs=
11730 for found_dir in $rpathdirs; do
11731 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
11732 done
11733 acl_save_libdir="$libdir"
11734 libdir="$alldirs"
11735 eval flag=\"$hardcode_libdir_flag_spec\"
11736 libdir="$acl_save_libdir"
11737 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
11738 else
11739 for found_dir in $rpathdirs; do
11740 acl_save_libdir="$libdir"
11741 libdir="$found_dir"
11742 eval flag=\"$hardcode_libdir_flag_spec\"
11743 libdir="$acl_save_libdir"
11744 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
11745 done
11746 fi
11747 fi
11748 if test "X$ltrpathdirs" != "X"; then
11749 for found_dir in $ltrpathdirs; do
11750 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-R$found_dir"
11751 done
11752 fi
11753
11754
11755 ac_save_CPPFLAGS="$CPPFLAGS"
11756
11757 for element in $INCIPT; do
11758 haveit=
11759 for x in $CPPFLAGS; do
11760
11761 acl_save_prefix="$prefix"
11762 prefix="$acl_final_prefix"
11763 acl_save_exec_prefix="$exec_prefix"
11764 exec_prefix="$acl_final_exec_prefix"
11765 eval x=\"$x\"
11766 exec_prefix="$acl_save_exec_prefix"
11767 prefix="$acl_save_prefix"
11768
11769 if test "X$x" = "X$element"; then
11770 haveit=yes
11771 break
11772 fi
11773 done
11774 if test -z "$haveit"; then
11775 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
11776 fi
11777 done
11778
11779
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libipt" >&5
11781 $as_echo_n "checking for libipt... " >&6; }
11782 if ${ac_cv_libipt+:} false; then :
11783 $as_echo_n "(cached) " >&6
11784 else
11785
11786 ac_save_LIBS="$LIBS"
11787 LIBS="$LIBS $LIBIPT"
11788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11789 /* end confdefs.h. */
11790 #include "intel-pt.h"
11791 int
11792 main ()
11793 {
11794 pt_insn_alloc_decoder (0);
11795 ;
11796 return 0;
11797 }
11798 _ACEOF
11799 if ac_fn_c_try_link "$LINENO"; then :
11800 ac_cv_libipt=yes
11801 else
11802 ac_cv_libipt=no
11803 fi
11804 rm -f core conftest.err conftest.$ac_objext \
11805 conftest$ac_exeext conftest.$ac_ext
11806 LIBS="$ac_save_LIBS"
11807
11808 fi
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libipt" >&5
11810 $as_echo "$ac_cv_libipt" >&6; }
11811 if test "$ac_cv_libipt" = yes; then
11812 HAVE_LIBIPT=yes
11813
11814 $as_echo "#define HAVE_LIBIPT 1" >>confdefs.h
11815
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libipt" >&5
11817 $as_echo_n "checking how to link with libipt... " >&6; }
11818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBIPT" >&5
11819 $as_echo "$LIBIPT" >&6; }
11820 else
11821 HAVE_LIBIPT=no
11822 CPPFLAGS="$ac_save_CPPFLAGS"
11823 LIBIPT=
11824 LTLIBIPT=
11825 fi
11826
11827
11828
11829
11830
11831
11832 if test "$HAVE_LIBIPT" != yes; then
11833 if test "$with_intel_pt" = yes; then
11834 as_fn_error $? "libipt is missing or unusable" "$LINENO" 5
11835 else
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libipt is missing or unusable; some features may be unavailable." >&5
11837 $as_echo "$as_me: WARNING: libipt is missing or unusable; some features may be unavailable." >&2;}
11838 fi
11839 else
11840 save_LIBS=$LIBS
11841 LIBS="$LIBS $LIBIPT"
11842 for ac_func in pt_insn_event
11843 do :
11844 ac_fn_c_check_func "$LINENO" "pt_insn_event" "ac_cv_func_pt_insn_event"
11845 if test "x$ac_cv_func_pt_insn_event" = xyes; then :
11846 cat >>confdefs.h <<_ACEOF
11847 #define HAVE_PT_INSN_EVENT 1
11848 _ACEOF
11849
11850 fi
11851 done
11852
11853 ac_fn_c_check_member "$LINENO" "struct pt_insn" "enabled" "ac_cv_member_struct_pt_insn_enabled" "#include <intel-pt.h>
11854 "
11855 if test "x$ac_cv_member_struct_pt_insn_enabled" = xyes; then :
11856
11857 cat >>confdefs.h <<_ACEOF
11858 #define HAVE_STRUCT_PT_INSN_ENABLED 1
11859 _ACEOF
11860
11861
11862 fi
11863 ac_fn_c_check_member "$LINENO" "struct pt_insn" "resynced" "ac_cv_member_struct_pt_insn_resynced" "#include <intel-pt.h>
11864 "
11865 if test "x$ac_cv_member_struct_pt_insn_resynced" = xyes; then :
11866
11867 cat >>confdefs.h <<_ACEOF
11868 #define HAVE_STRUCT_PT_INSN_RESYNCED 1
11869 _ACEOF
11870
11871
11872 fi
11873
11874 LIBS=$save_LIBS
11875 fi
11876 fi
11877
11878 # ------------------------- #
11879 # Checks for header files. #
11880 # ------------------------- #
11881
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11883 $as_echo_n "checking for ANSI C header files... " >&6; }
11884 if ${ac_cv_header_stdc+:} false; then :
11885 $as_echo_n "(cached) " >&6
11886 else
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 #include <stdlib.h>
11890 #include <stdarg.h>
11891 #include <string.h>
11892 #include <float.h>
11893
11894 int
11895 main ()
11896 {
11897
11898 ;
11899 return 0;
11900 }
11901 _ACEOF
11902 if ac_fn_c_try_compile "$LINENO"; then :
11903 ac_cv_header_stdc=yes
11904 else
11905 ac_cv_header_stdc=no
11906 fi
11907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11908
11909 if test $ac_cv_header_stdc = yes; then
11910 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11912 /* end confdefs.h. */
11913 #include <string.h>
11914
11915 _ACEOF
11916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11917 $EGREP "memchr" >/dev/null 2>&1; then :
11918
11919 else
11920 ac_cv_header_stdc=no
11921 fi
11922 rm -f conftest*
11923
11924 fi
11925
11926 if test $ac_cv_header_stdc = yes; then
11927 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11929 /* end confdefs.h. */
11930 #include <stdlib.h>
11931
11932 _ACEOF
11933 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11934 $EGREP "free" >/dev/null 2>&1; then :
11935
11936 else
11937 ac_cv_header_stdc=no
11938 fi
11939 rm -f conftest*
11940
11941 fi
11942
11943 if test $ac_cv_header_stdc = yes; then
11944 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11945 if test "$cross_compiling" = yes; then :
11946 :
11947 else
11948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11949 /* end confdefs.h. */
11950 #include <ctype.h>
11951 #include <stdlib.h>
11952 #if ((' ' & 0x0FF) == 0x020)
11953 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11954 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11955 #else
11956 # define ISLOWER(c) \
11957 (('a' <= (c) && (c) <= 'i') \
11958 || ('j' <= (c) && (c) <= 'r') \
11959 || ('s' <= (c) && (c) <= 'z'))
11960 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11961 #endif
11962
11963 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11964 int
11965 main ()
11966 {
11967 int i;
11968 for (i = 0; i < 256; i++)
11969 if (XOR (islower (i), ISLOWER (i))
11970 || toupper (i) != TOUPPER (i))
11971 return 2;
11972 return 0;
11973 }
11974 _ACEOF
11975 if ac_fn_c_try_run "$LINENO"; then :
11976
11977 else
11978 ac_cv_header_stdc=no
11979 fi
11980 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11981 conftest.$ac_objext conftest.beam conftest.$ac_ext
11982 fi
11983
11984 fi
11985 fi
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11987 $as_echo "$ac_cv_header_stdc" >&6; }
11988 if test $ac_cv_header_stdc = yes; then
11989
11990 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11991
11992 fi
11993
11994 # elf_hp.h is for HP/UX 64-bit shared library support.
11995 for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
11996 thread_db.h linux/elf.h \
11997 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
11998 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
11999 sys/reg.h sys/debugreg.h sys/select.h \
12000 termios.h elf_hp.h
12001 do :
12002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12003 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12004 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12005 cat >>confdefs.h <<_ACEOF
12006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12007 _ACEOF
12008
12009 fi
12010
12011 done
12012
12013 for ac_header in sys/user.h
12014 do :
12015 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
12016 # include <sys/param.h>
12017 #endif
12018
12019 "
12020 if test "x$ac_cv_header_sys_user_h" = xyes; then :
12021 cat >>confdefs.h <<_ACEOF
12022 #define HAVE_SYS_USER_H 1
12023 _ACEOF
12024
12025 fi
12026
12027 done
12028
12029
12030 for ac_header in curses.h cursesX.h ncurses.h ncursesw/ncurses.h ncurses/ncurses.h ncurses/term.h
12031 do :
12032 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12033 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12034 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12035 cat >>confdefs.h <<_ACEOF
12036 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12037 _ACEOF
12038
12039 fi
12040
12041 done
12042
12043 for ac_header in term.h
12044 do :
12045 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
12046 # include <curses.h>
12047 #endif
12048
12049 "
12050 if test "x$ac_cv_header_term_h" = xyes; then :
12051 cat >>confdefs.h <<_ACEOF
12052 #define HAVE_TERM_H 1
12053 _ACEOF
12054
12055 fi
12056
12057 done
12058
12059
12060 # ------------------------- #
12061 # Checks for declarations. #
12062 # ------------------------- #
12063
12064
12065 # Check for presence and size of long long.
12066 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12067 if test "x$ac_cv_type_long_long" = xyes; then :
12068
12069 cat >>confdefs.h <<_ACEOF
12070 #define HAVE_LONG_LONG 1
12071 _ACEOF
12072
12073 # The cast to long int works around a bug in the HP C Compiler
12074 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12075 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12076 # This bug is HP SR number 8606223364.
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12078 $as_echo_n "checking size of long long... " >&6; }
12079 if ${ac_cv_sizeof_long_long+:} false; then :
12080 $as_echo_n "(cached) " >&6
12081 else
12082 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12083
12084 else
12085 if test "$ac_cv_type_long_long" = yes; then
12086 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12088 as_fn_error 77 "cannot compute sizeof (long long)
12089 See \`config.log' for more details" "$LINENO" 5; }
12090 else
12091 ac_cv_sizeof_long_long=0
12092 fi
12093 fi
12094
12095 fi
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12097 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12098
12099
12100
12101 cat >>confdefs.h <<_ACEOF
12102 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12103 _ACEOF
12104
12105
12106 fi
12107
12108
12109 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(char *)" | $as_tr_sh`
12110 ac_fn_c_check_decl "$LINENO" "basename(char *)" "$as_ac_Symbol" "$ac_includes_default"
12111 if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
12112 ac_have_decl=1
12113 else
12114 ac_have_decl=0
12115 fi
12116
12117 cat >>confdefs.h <<_ACEOF
12118 #define HAVE_DECL_BASENAME $ac_have_decl
12119 _ACEOF
12120 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12121 if test "x$ac_cv_have_decl_ffs" = xyes; then :
12122 ac_have_decl=1
12123 else
12124 ac_have_decl=0
12125 fi
12126
12127 cat >>confdefs.h <<_ACEOF
12128 #define HAVE_DECL_FFS $ac_have_decl
12129 _ACEOF
12130 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12131 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
12132 ac_have_decl=1
12133 else
12134 ac_have_decl=0
12135 fi
12136
12137 cat >>confdefs.h <<_ACEOF
12138 #define HAVE_DECL_ASPRINTF $ac_have_decl
12139 _ACEOF
12140 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12141 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
12142 ac_have_decl=1
12143 else
12144 ac_have_decl=0
12145 fi
12146
12147 cat >>confdefs.h <<_ACEOF
12148 #define HAVE_DECL_VASPRINTF $ac_have_decl
12149 _ACEOF
12150 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12151 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
12152 ac_have_decl=1
12153 else
12154 ac_have_decl=0
12155 fi
12156
12157 cat >>confdefs.h <<_ACEOF
12158 #define HAVE_DECL_SNPRINTF $ac_have_decl
12159 _ACEOF
12160 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
12161 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
12162 ac_have_decl=1
12163 else
12164 ac_have_decl=0
12165 fi
12166
12167 cat >>confdefs.h <<_ACEOF
12168 #define HAVE_DECL_VSNPRINTF $ac_have_decl
12169 _ACEOF
12170
12171 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
12172 if test "x$ac_cv_have_decl_strtol" = xyes; then :
12173 ac_have_decl=1
12174 else
12175 ac_have_decl=0
12176 fi
12177
12178 cat >>confdefs.h <<_ACEOF
12179 #define HAVE_DECL_STRTOL $ac_have_decl
12180 _ACEOF
12181 ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
12182 if test "x$ac_cv_have_decl_strtoul" = xyes; then :
12183 ac_have_decl=1
12184 else
12185 ac_have_decl=0
12186 fi
12187
12188 cat >>confdefs.h <<_ACEOF
12189 #define HAVE_DECL_STRTOUL $ac_have_decl
12190 _ACEOF
12191 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
12192 if test "x$ac_cv_have_decl_strtoll" = xyes; then :
12193 ac_have_decl=1
12194 else
12195 ac_have_decl=0
12196 fi
12197
12198 cat >>confdefs.h <<_ACEOF
12199 #define HAVE_DECL_STRTOLL $ac_have_decl
12200 _ACEOF
12201 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
12202 if test "x$ac_cv_have_decl_strtoull" = xyes; then :
12203 ac_have_decl=1
12204 else
12205 ac_have_decl=0
12206 fi
12207
12208 cat >>confdefs.h <<_ACEOF
12209 #define HAVE_DECL_STRTOULL $ac_have_decl
12210 _ACEOF
12211
12212 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
12213 if test "x$ac_cv_have_decl_strverscmp" = xyes; then :
12214 ac_have_decl=1
12215 else
12216 ac_have_decl=0
12217 fi
12218
12219 cat >>confdefs.h <<_ACEOF
12220 #define HAVE_DECL_STRVERSCMP $ac_have_decl
12221 _ACEOF
12222
12223
12224
12225 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12226 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
12227 ac_have_decl=1
12228 else
12229 ac_have_decl=0
12230 fi
12231
12232 cat >>confdefs.h <<_ACEOF
12233 #define HAVE_DECL_SNPRINTF $ac_have_decl
12234 _ACEOF
12235
12236
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12238 $as_echo_n "checking for LC_MESSAGES... " >&6; }
12239 if ${am_cv_val_LC_MESSAGES+:} false; then :
12240 $as_echo_n "(cached) " >&6
12241 else
12242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12243 /* end confdefs.h. */
12244 #include <locale.h>
12245 int
12246 main ()
12247 {
12248 return LC_MESSAGES
12249 ;
12250 return 0;
12251 }
12252 _ACEOF
12253 if ac_fn_c_try_link "$LINENO"; then :
12254 am_cv_val_LC_MESSAGES=yes
12255 else
12256 am_cv_val_LC_MESSAGES=no
12257 fi
12258 rm -f core conftest.err conftest.$ac_objext \
12259 conftest$ac_exeext conftest.$ac_ext
12260 fi
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12262 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12263 if test $am_cv_val_LC_MESSAGES = yes; then
12264
12265 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12266
12267 fi
12268
12269
12270 # ----------------------- #
12271 # Checks for structures. #
12272 # ----------------------- #
12273
12274 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
12275 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
12276
12277 cat >>confdefs.h <<_ACEOF
12278 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12279 _ACEOF
12280
12281
12282 fi
12283 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
12284 if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
12285
12286 cat >>confdefs.h <<_ACEOF
12287 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
12288 _ACEOF
12289
12290
12291 fi
12292
12293
12294 # ------------------ #
12295 # Checks for types. #
12296 # ------------------ #
12297
12298 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
12299 #include <sys/socket.h>
12300
12301 "
12302 if test "x$ac_cv_type_socklen_t" = xyes; then :
12303
12304 cat >>confdefs.h <<_ACEOF
12305 #define HAVE_SOCKLEN_T 1
12306 _ACEOF
12307
12308
12309 fi
12310
12311
12312 # ------------------------------------- #
12313 # Checks for compiler characteristics. #
12314 # ------------------------------------- #
12315
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12317 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12318 if ${ac_cv_c_const+:} false; then :
12319 $as_echo_n "(cached) " >&6
12320 else
12321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12322 /* end confdefs.h. */
12323
12324 int
12325 main ()
12326 {
12327
12328 #ifndef __cplusplus
12329 /* Ultrix mips cc rejects this sort of thing. */
12330 typedef int charset[2];
12331 const charset cs = { 0, 0 };
12332 /* SunOS 4.1.1 cc rejects this. */
12333 char const *const *pcpcc;
12334 char **ppc;
12335 /* NEC SVR4.0.2 mips cc rejects this. */
12336 struct point {int x, y;};
12337 static struct point const zero = {0,0};
12338 /* AIX XL C 1.02.0.0 rejects this.
12339 It does not let you subtract one const X* pointer from another in
12340 an arm of an if-expression whose if-part is not a constant
12341 expression */
12342 const char *g = "string";
12343 pcpcc = &g + (g ? g-g : 0);
12344 /* HPUX 7.0 cc rejects these. */
12345 ++pcpcc;
12346 ppc = (char**) pcpcc;
12347 pcpcc = (char const *const *) ppc;
12348 { /* SCO 3.2v4 cc rejects this sort of thing. */
12349 char tx;
12350 char *t = &tx;
12351 char const *s = 0 ? (char *) 0 : (char const *) 0;
12352
12353 *t++ = 0;
12354 if (s) return 0;
12355 }
12356 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12357 int x[] = {25, 17};
12358 const int *foo = &x[0];
12359 ++foo;
12360 }
12361 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12362 typedef const int *iptr;
12363 iptr p = 0;
12364 ++p;
12365 }
12366 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
12367 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12368 struct s { int j; const int *ap[3]; } bx;
12369 struct s *b = &bx; b->j = 5;
12370 }
12371 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12372 const int foo = 10;
12373 if (!foo) return 0;
12374 }
12375 return !cs[0] && !zero.x;
12376 #endif
12377
12378 ;
12379 return 0;
12380 }
12381 _ACEOF
12382 if ac_fn_c_try_compile "$LINENO"; then :
12383 ac_cv_c_const=yes
12384 else
12385 ac_cv_c_const=no
12386 fi
12387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12388 fi
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12390 $as_echo "$ac_cv_c_const" >&6; }
12391 if test $ac_cv_c_const = no; then
12392
12393 $as_echo "#define const /**/" >>confdefs.h
12394
12395 fi
12396
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12398 $as_echo_n "checking for inline... " >&6; }
12399 if ${ac_cv_c_inline+:} false; then :
12400 $as_echo_n "(cached) " >&6
12401 else
12402 ac_cv_c_inline=no
12403 for ac_kw in inline __inline__ __inline; do
12404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12405 /* end confdefs.h. */
12406 #ifndef __cplusplus
12407 typedef int foo_t;
12408 static $ac_kw foo_t static_foo () {return 0; }
12409 $ac_kw foo_t foo () {return 0; }
12410 #endif
12411
12412 _ACEOF
12413 if ac_fn_c_try_compile "$LINENO"; then :
12414 ac_cv_c_inline=$ac_kw
12415 fi
12416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12417 test "$ac_cv_c_inline" != no && break
12418 done
12419
12420 fi
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12422 $as_echo "$ac_cv_c_inline" >&6; }
12423
12424 case $ac_cv_c_inline in
12425 inline | yes) ;;
12426 *)
12427 case $ac_cv_c_inline in
12428 no) ac_val=;;
12429 *) ac_val=$ac_cv_c_inline;;
12430 esac
12431 cat >>confdefs.h <<_ACEOF
12432 #ifndef __cplusplus
12433 #define inline $ac_val
12434 #endif
12435 _ACEOF
12436 ;;
12437 esac
12438
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12440 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12441 if ${ac_cv_c_bigendian+:} false; then :
12442 $as_echo_n "(cached) " >&6
12443 else
12444 ac_cv_c_bigendian=unknown
12445 # See if we're dealing with a universal compiler.
12446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12447 /* end confdefs.h. */
12448 #ifndef __APPLE_CC__
12449 not a universal capable compiler
12450 #endif
12451 typedef int dummy;
12452
12453 _ACEOF
12454 if ac_fn_c_try_compile "$LINENO"; then :
12455
12456 # Check for potential -arch flags. It is not universal unless
12457 # there are at least two -arch flags with different values.
12458 ac_arch=
12459 ac_prev=
12460 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12461 if test -n "$ac_prev"; then
12462 case $ac_word in
12463 i?86 | x86_64 | ppc | ppc64)
12464 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12465 ac_arch=$ac_word
12466 else
12467 ac_cv_c_bigendian=universal
12468 break
12469 fi
12470 ;;
12471 esac
12472 ac_prev=
12473 elif test "x$ac_word" = "x-arch"; then
12474 ac_prev=arch
12475 fi
12476 done
12477 fi
12478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12479 if test $ac_cv_c_bigendian = unknown; then
12480 # See if sys/param.h defines the BYTE_ORDER macro.
12481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12482 /* end confdefs.h. */
12483 #include <sys/types.h>
12484 #include <sys/param.h>
12485
12486 int
12487 main ()
12488 {
12489 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12490 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12491 && LITTLE_ENDIAN)
12492 bogus endian macros
12493 #endif
12494
12495 ;
12496 return 0;
12497 }
12498 _ACEOF
12499 if ac_fn_c_try_compile "$LINENO"; then :
12500 # It does; now see whether it defined to BIG_ENDIAN or not.
12501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12502 /* end confdefs.h. */
12503 #include <sys/types.h>
12504 #include <sys/param.h>
12505
12506 int
12507 main ()
12508 {
12509 #if BYTE_ORDER != BIG_ENDIAN
12510 not big endian
12511 #endif
12512
12513 ;
12514 return 0;
12515 }
12516 _ACEOF
12517 if ac_fn_c_try_compile "$LINENO"; then :
12518 ac_cv_c_bigendian=yes
12519 else
12520 ac_cv_c_bigendian=no
12521 fi
12522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12523 fi
12524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12525 fi
12526 if test $ac_cv_c_bigendian = unknown; then
12527 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12529 /* end confdefs.h. */
12530 #include <limits.h>
12531
12532 int
12533 main ()
12534 {
12535 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12536 bogus endian macros
12537 #endif
12538
12539 ;
12540 return 0;
12541 }
12542 _ACEOF
12543 if ac_fn_c_try_compile "$LINENO"; then :
12544 # It does; now see whether it defined to _BIG_ENDIAN or not.
12545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12546 /* end confdefs.h. */
12547 #include <limits.h>
12548
12549 int
12550 main ()
12551 {
12552 #ifndef _BIG_ENDIAN
12553 not big endian
12554 #endif
12555
12556 ;
12557 return 0;
12558 }
12559 _ACEOF
12560 if ac_fn_c_try_compile "$LINENO"; then :
12561 ac_cv_c_bigendian=yes
12562 else
12563 ac_cv_c_bigendian=no
12564 fi
12565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12566 fi
12567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12568 fi
12569 if test $ac_cv_c_bigendian = unknown; then
12570 # Compile a test program.
12571 if test "$cross_compiling" = yes; then :
12572 # Try to guess by grepping values from an object file.
12573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12574 /* end confdefs.h. */
12575 short int ascii_mm[] =
12576 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12577 short int ascii_ii[] =
12578 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12579 int use_ascii (int i) {
12580 return ascii_mm[i] + ascii_ii[i];
12581 }
12582 short int ebcdic_ii[] =
12583 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12584 short int ebcdic_mm[] =
12585 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12586 int use_ebcdic (int i) {
12587 return ebcdic_mm[i] + ebcdic_ii[i];
12588 }
12589 extern int foo;
12590
12591 int
12592 main ()
12593 {
12594 return use_ascii (foo) == use_ebcdic (foo);
12595 ;
12596 return 0;
12597 }
12598 _ACEOF
12599 if ac_fn_c_try_compile "$LINENO"; then :
12600 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12601 ac_cv_c_bigendian=yes
12602 fi
12603 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12604 if test "$ac_cv_c_bigendian" = unknown; then
12605 ac_cv_c_bigendian=no
12606 else
12607 # finding both strings is unlikely to happen, but who knows?
12608 ac_cv_c_bigendian=unknown
12609 fi
12610 fi
12611 fi
12612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12613 else
12614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12615 /* end confdefs.h. */
12616 $ac_includes_default
12617 int
12618 main ()
12619 {
12620
12621 /* Are we little or big endian? From Harbison&Steele. */
12622 union
12623 {
12624 long int l;
12625 char c[sizeof (long int)];
12626 } u;
12627 u.l = 1;
12628 return u.c[sizeof (long int) - 1] == 1;
12629
12630 ;
12631 return 0;
12632 }
12633 _ACEOF
12634 if ac_fn_c_try_run "$LINENO"; then :
12635 ac_cv_c_bigendian=no
12636 else
12637 ac_cv_c_bigendian=yes
12638 fi
12639 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12640 conftest.$ac_objext conftest.beam conftest.$ac_ext
12641 fi
12642
12643 fi
12644 fi
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12646 $as_echo "$ac_cv_c_bigendian" >&6; }
12647 case $ac_cv_c_bigendian in #(
12648 yes)
12649 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12650 ;; #(
12651 no)
12652 ;; #(
12653 universal)
12654
12655 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12656
12657 ;; #(
12658 *)
12659 as_fn_error $? "unknown endianness
12660 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12661 esac
12662
12663
12664 # ------------------------------ #
12665 # Checks for library functions. #
12666 # ------------------------------ #
12667
12668
12669
12670
12671 for ac_header in $ac_header_list
12672 do :
12673 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12674 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12675 "
12676 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12677 cat >>confdefs.h <<_ACEOF
12678 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12679 _ACEOF
12680
12681 fi
12682
12683 done
12684
12685
12686
12687
12688
12689
12690
12691
12692 for ac_func in getpagesize
12693 do :
12694 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12695 if test "x$ac_cv_func_getpagesize" = xyes; then :
12696 cat >>confdefs.h <<_ACEOF
12697 #define HAVE_GETPAGESIZE 1
12698 _ACEOF
12699
12700 fi
12701 done
12702
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12704 $as_echo_n "checking for working mmap... " >&6; }
12705 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
12706 $as_echo_n "(cached) " >&6
12707 else
12708 if test "$cross_compiling" = yes; then :
12709 ac_cv_func_mmap_fixed_mapped=no
12710 else
12711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12712 /* end confdefs.h. */
12713 $ac_includes_default
12714 /* malloc might have been renamed as rpl_malloc. */
12715 #undef malloc
12716
12717 /* Thanks to Mike Haertel and Jim Avera for this test.
12718 Here is a matrix of mmap possibilities:
12719 mmap private not fixed
12720 mmap private fixed at somewhere currently unmapped
12721 mmap private fixed at somewhere already mapped
12722 mmap shared not fixed
12723 mmap shared fixed at somewhere currently unmapped
12724 mmap shared fixed at somewhere already mapped
12725 For private mappings, we should verify that changes cannot be read()
12726 back from the file, nor mmap's back from the file at a different
12727 address. (There have been systems where private was not correctly
12728 implemented like the infamous i386 svr4.0, and systems where the
12729 VM page cache was not coherent with the file system buffer cache
12730 like early versions of FreeBSD and possibly contemporary NetBSD.)
12731 For shared mappings, we should conversely verify that changes get
12732 propagated back to all the places they're supposed to be.
12733
12734 Grep wants private fixed already mapped.
12735 The main things grep needs to know about mmap are:
12736 * does it exist and is it safe to write into the mmap'd area
12737 * how to use it (BSD variants) */
12738
12739 #include <fcntl.h>
12740 #include <sys/mman.h>
12741
12742 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12743 char *malloc ();
12744 #endif
12745
12746 /* This mess was copied from the GNU getpagesize.h. */
12747 #ifndef HAVE_GETPAGESIZE
12748 # ifdef _SC_PAGESIZE
12749 # define getpagesize() sysconf(_SC_PAGESIZE)
12750 # else /* no _SC_PAGESIZE */
12751 # ifdef HAVE_SYS_PARAM_H
12752 # include <sys/param.h>
12753 # ifdef EXEC_PAGESIZE
12754 # define getpagesize() EXEC_PAGESIZE
12755 # else /* no EXEC_PAGESIZE */
12756 # ifdef NBPG
12757 # define getpagesize() NBPG * CLSIZE
12758 # ifndef CLSIZE
12759 # define CLSIZE 1
12760 # endif /* no CLSIZE */
12761 # else /* no NBPG */
12762 # ifdef NBPC
12763 # define getpagesize() NBPC
12764 # else /* no NBPC */
12765 # ifdef PAGESIZE
12766 # define getpagesize() PAGESIZE
12767 # endif /* PAGESIZE */
12768 # endif /* no NBPC */
12769 # endif /* no NBPG */
12770 # endif /* no EXEC_PAGESIZE */
12771 # else /* no HAVE_SYS_PARAM_H */
12772 # define getpagesize() 8192 /* punt totally */
12773 # endif /* no HAVE_SYS_PARAM_H */
12774 # endif /* no _SC_PAGESIZE */
12775
12776 #endif /* no HAVE_GETPAGESIZE */
12777
12778 int
12779 main ()
12780 {
12781 char *data, *data2, *data3;
12782 const char *cdata2;
12783 int i, pagesize;
12784 int fd, fd2;
12785
12786 pagesize = getpagesize ();
12787
12788 /* First, make a file with some known garbage in it. */
12789 data = (char *) malloc (pagesize);
12790 if (!data)
12791 return 1;
12792 for (i = 0; i < pagesize; ++i)
12793 *(data + i) = rand ();
12794 umask (0);
12795 fd = creat ("conftest.mmap", 0600);
12796 if (fd < 0)
12797 return 2;
12798 if (write (fd, data, pagesize) != pagesize)
12799 return 3;
12800 close (fd);
12801
12802 /* Next, check that the tail of a page is zero-filled. File must have
12803 non-zero length, otherwise we risk SIGBUS for entire page. */
12804 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
12805 if (fd2 < 0)
12806 return 4;
12807 cdata2 = "";
12808 if (write (fd2, cdata2, 1) != 1)
12809 return 5;
12810 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
12811 if (data2 == MAP_FAILED)
12812 return 6;
12813 for (i = 0; i < pagesize; ++i)
12814 if (*(data2 + i))
12815 return 7;
12816 close (fd2);
12817 if (munmap (data2, pagesize))
12818 return 8;
12819
12820 /* Next, try to mmap the file at a fixed address which already has
12821 something else allocated at it. If we can, also make sure that
12822 we see the same garbage. */
12823 fd = open ("conftest.mmap", O_RDWR);
12824 if (fd < 0)
12825 return 9;
12826 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12827 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12828 return 10;
12829 for (i = 0; i < pagesize; ++i)
12830 if (*(data + i) != *(data2 + i))
12831 return 11;
12832
12833 /* Finally, make sure that changes to the mapped area do not
12834 percolate back to the file as seen by read(). (This is a bug on
12835 some variants of i386 svr4.0.) */
12836 for (i = 0; i < pagesize; ++i)
12837 *(data2 + i) = *(data2 + i) + 1;
12838 data3 = (char *) malloc (pagesize);
12839 if (!data3)
12840 return 12;
12841 if (read (fd, data3, pagesize) != pagesize)
12842 return 13;
12843 for (i = 0; i < pagesize; ++i)
12844 if (*(data + i) != *(data3 + i))
12845 return 14;
12846 close (fd);
12847 return 0;
12848 }
12849 _ACEOF
12850 if ac_fn_c_try_run "$LINENO"; then :
12851 ac_cv_func_mmap_fixed_mapped=yes
12852 else
12853 ac_cv_func_mmap_fixed_mapped=no
12854 fi
12855 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12856 conftest.$ac_objext conftest.beam conftest.$ac_ext
12857 fi
12858
12859 fi
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
12861 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
12862 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12863
12864 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
12865
12866 fi
12867 rm -f conftest.mmap conftest.txt
12868
12869 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12870 if test "x$ac_cv_type_pid_t" = xyes; then :
12871
12872 else
12873
12874 cat >>confdefs.h <<_ACEOF
12875 #define pid_t int
12876 _ACEOF
12877
12878 fi
12879
12880 for ac_header in vfork.h
12881 do :
12882 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
12883 if test "x$ac_cv_header_vfork_h" = xyes; then :
12884 cat >>confdefs.h <<_ACEOF
12885 #define HAVE_VFORK_H 1
12886 _ACEOF
12887
12888 fi
12889
12890 done
12891
12892 for ac_func in fork vfork
12893 do :
12894 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12895 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12896 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12897 cat >>confdefs.h <<_ACEOF
12898 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12899 _ACEOF
12900
12901 fi
12902 done
12903
12904 if test "x$ac_cv_func_fork" = xyes; then
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
12906 $as_echo_n "checking for working fork... " >&6; }
12907 if ${ac_cv_func_fork_works+:} false; then :
12908 $as_echo_n "(cached) " >&6
12909 else
12910 if test "$cross_compiling" = yes; then :
12911 ac_cv_func_fork_works=cross
12912 else
12913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12914 /* end confdefs.h. */
12915 $ac_includes_default
12916 int
12917 main ()
12918 {
12919
12920 /* By Ruediger Kuhlmann. */
12921 return fork () < 0;
12922
12923 ;
12924 return 0;
12925 }
12926 _ACEOF
12927 if ac_fn_c_try_run "$LINENO"; then :
12928 ac_cv_func_fork_works=yes
12929 else
12930 ac_cv_func_fork_works=no
12931 fi
12932 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12933 conftest.$ac_objext conftest.beam conftest.$ac_ext
12934 fi
12935
12936 fi
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
12938 $as_echo "$ac_cv_func_fork_works" >&6; }
12939
12940 else
12941 ac_cv_func_fork_works=$ac_cv_func_fork
12942 fi
12943 if test "x$ac_cv_func_fork_works" = xcross; then
12944 case $host in
12945 *-*-amigaos* | *-*-msdosdjgpp*)
12946 # Override, as these systems have only a dummy fork() stub
12947 ac_cv_func_fork_works=no
12948 ;;
12949 *)
12950 ac_cv_func_fork_works=yes
12951 ;;
12952 esac
12953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
12954 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
12955 fi
12956 ac_cv_func_vfork_works=$ac_cv_func_vfork
12957 if test "x$ac_cv_func_vfork" = xyes; then
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
12959 $as_echo_n "checking for working vfork... " >&6; }
12960 if ${ac_cv_func_vfork_works+:} false; then :
12961 $as_echo_n "(cached) " >&6
12962 else
12963 if test "$cross_compiling" = yes; then :
12964 ac_cv_func_vfork_works=cross
12965 else
12966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12967 /* end confdefs.h. */
12968 /* Thanks to Paul Eggert for this test. */
12969 $ac_includes_default
12970 #include <sys/wait.h>
12971 #ifdef HAVE_VFORK_H
12972 # include <vfork.h>
12973 #endif
12974 /* On some sparc systems, changes by the child to local and incoming
12975 argument registers are propagated back to the parent. The compiler
12976 is told about this with #include <vfork.h>, but some compilers
12977 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
12978 static variable whose address is put into a register that is
12979 clobbered by the vfork. */
12980 static void
12981 #ifdef __cplusplus
12982 sparc_address_test (int arg)
12983 # else
12984 sparc_address_test (arg) int arg;
12985 #endif
12986 {
12987 static pid_t child;
12988 if (!child) {
12989 child = vfork ();
12990 if (child < 0) {
12991 perror ("vfork");
12992 _exit(2);
12993 }
12994 if (!child) {
12995 arg = getpid();
12996 write(-1, "", 0);
12997 _exit (arg);
12998 }
12999 }
13000 }
13001
13002 int
13003 main ()
13004 {
13005 pid_t parent = getpid ();
13006 pid_t child;
13007
13008 sparc_address_test (0);
13009
13010 child = vfork ();
13011
13012 if (child == 0) {
13013 /* Here is another test for sparc vfork register problems. This
13014 test uses lots of local variables, at least as many local
13015 variables as main has allocated so far including compiler
13016 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
13017 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
13018 reuse the register of parent for one of the local variables,
13019 since it will think that parent can't possibly be used any more
13020 in this routine. Assigning to the local variable will thus
13021 munge parent in the parent process. */
13022 pid_t
13023 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
13024 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
13025 /* Convince the compiler that p..p7 are live; otherwise, it might
13026 use the same hardware register for all 8 local variables. */
13027 if (p != p1 || p != p2 || p != p3 || p != p4
13028 || p != p5 || p != p6 || p != p7)
13029 _exit(1);
13030
13031 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
13032 from child file descriptors. If the child closes a descriptor
13033 before it execs or exits, this munges the parent's descriptor
13034 as well. Test for this by closing stdout in the child. */
13035 _exit(close(fileno(stdout)) != 0);
13036 } else {
13037 int status;
13038 struct stat st;
13039
13040 while (wait(&status) != child)
13041 ;
13042 return (
13043 /* Was there some problem with vforking? */
13044 child < 0
13045
13046 /* Did the child fail? (This shouldn't happen.) */
13047 || status
13048
13049 /* Did the vfork/compiler bug occur? */
13050 || parent != getpid()
13051
13052 /* Did the file descriptor bug occur? */
13053 || fstat(fileno(stdout), &st) != 0
13054 );
13055 }
13056 }
13057 _ACEOF
13058 if ac_fn_c_try_run "$LINENO"; then :
13059 ac_cv_func_vfork_works=yes
13060 else
13061 ac_cv_func_vfork_works=no
13062 fi
13063 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13064 conftest.$ac_objext conftest.beam conftest.$ac_ext
13065 fi
13066
13067 fi
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
13069 $as_echo "$ac_cv_func_vfork_works" >&6; }
13070
13071 fi;
13072 if test "x$ac_cv_func_fork_works" = xcross; then
13073 ac_cv_func_vfork_works=$ac_cv_func_vfork
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
13075 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
13076 fi
13077
13078 if test "x$ac_cv_func_vfork_works" = xyes; then
13079
13080 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
13081
13082 else
13083
13084 $as_echo "#define vfork fork" >>confdefs.h
13085
13086 fi
13087 if test "x$ac_cv_func_fork_works" = xyes; then
13088
13089 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
13090
13091 fi
13092
13093 for ac_func in getauxval getrusage getuid getgid \
13094 pipe poll pread pread64 pwrite resize_term \
13095 sbrk getpgid setpgid setpgrp setsid \
13096 sigaction sigsetmask socketpair \
13097 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
13098 setrlimit getrlimit posix_madvise waitpid \
13099 ptrace64 sigaltstack setns use_default_colors
13100 do :
13101 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13102 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13103 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13104 cat >>confdefs.h <<_ACEOF
13105 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13106 _ACEOF
13107
13108 fi
13109 done
13110
13111
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
13113 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
13114 if ${am_cv_langinfo_codeset+:} false; then :
13115 $as_echo_n "(cached) " >&6
13116 else
13117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13118 /* end confdefs.h. */
13119 #include <langinfo.h>
13120 int
13121 main ()
13122 {
13123 char* cs = nl_langinfo(CODESET);
13124 ;
13125 return 0;
13126 }
13127 _ACEOF
13128 if ac_fn_c_try_link "$LINENO"; then :
13129 am_cv_langinfo_codeset=yes
13130 else
13131 am_cv_langinfo_codeset=no
13132 fi
13133 rm -f core conftest.err conftest.$ac_objext \
13134 conftest$ac_exeext conftest.$ac_ext
13135
13136 fi
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
13138 $as_echo "$am_cv_langinfo_codeset" >&6; }
13139 if test $am_cv_langinfo_codeset = yes; then
13140
13141 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
13142
13143 fi
13144
13145 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13146 if test "x$ac_cv_type_size_t" = xyes; then :
13147
13148 else
13149
13150 cat >>confdefs.h <<_ACEOF
13151 #define size_t unsigned int
13152 _ACEOF
13153
13154 fi
13155
13156
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
13158 $as_echo_n "checking for ANSI C header files... " >&6; }
13159 if ${ac_cv_header_stdc+:} false; then :
13160 $as_echo_n "(cached) " >&6
13161 else
13162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13163 /* end confdefs.h. */
13164 #include <stdlib.h>
13165 #include <stdarg.h>
13166 #include <string.h>
13167 #include <float.h>
13168
13169 int
13170 main ()
13171 {
13172
13173 ;
13174 return 0;
13175 }
13176 _ACEOF
13177 if ac_fn_c_try_compile "$LINENO"; then :
13178 ac_cv_header_stdc=yes
13179 else
13180 ac_cv_header_stdc=no
13181 fi
13182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13183
13184 if test $ac_cv_header_stdc = yes; then
13185 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13187 /* end confdefs.h. */
13188 #include <string.h>
13189
13190 _ACEOF
13191 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13192 $EGREP "memchr" >/dev/null 2>&1; then :
13193
13194 else
13195 ac_cv_header_stdc=no
13196 fi
13197 rm -f conftest*
13198
13199 fi
13200
13201 if test $ac_cv_header_stdc = yes; then
13202 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13204 /* end confdefs.h. */
13205 #include <stdlib.h>
13206
13207 _ACEOF
13208 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13209 $EGREP "free" >/dev/null 2>&1; then :
13210
13211 else
13212 ac_cv_header_stdc=no
13213 fi
13214 rm -f conftest*
13215
13216 fi
13217
13218 if test $ac_cv_header_stdc = yes; then
13219 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13220 if test "$cross_compiling" = yes; then :
13221 :
13222 else
13223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13224 /* end confdefs.h. */
13225 #include <ctype.h>
13226 #include <stdlib.h>
13227 #if ((' ' & 0x0FF) == 0x020)
13228 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13229 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13230 #else
13231 # define ISLOWER(c) \
13232 (('a' <= (c) && (c) <= 'i') \
13233 || ('j' <= (c) && (c) <= 'r') \
13234 || ('s' <= (c) && (c) <= 'z'))
13235 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13236 #endif
13237
13238 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13239 int
13240 main ()
13241 {
13242 int i;
13243 for (i = 0; i < 256; i++)
13244 if (XOR (islower (i), ISLOWER (i))
13245 || toupper (i) != TOUPPER (i))
13246 return 2;
13247 return 0;
13248 }
13249 _ACEOF
13250 if ac_fn_c_try_run "$LINENO"; then :
13251
13252 else
13253 ac_cv_header_stdc=no
13254 fi
13255 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13256 conftest.$ac_objext conftest.beam conftest.$ac_ext
13257 fi
13258
13259 fi
13260 fi
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
13262 $as_echo "$ac_cv_header_stdc" >&6; }
13263 if test $ac_cv_header_stdc = yes; then
13264
13265 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
13266
13267 fi
13268
13269 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13270 # for constant arguments. Useless!
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13272 $as_echo_n "checking for working alloca.h... " >&6; }
13273 if ${ac_cv_working_alloca_h+:} false; then :
13274 $as_echo_n "(cached) " >&6
13275 else
13276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13277 /* end confdefs.h. */
13278 #include <alloca.h>
13279 int
13280 main ()
13281 {
13282 char *p = (char *) alloca (2 * sizeof (int));
13283 if (p) return 0;
13284 ;
13285 return 0;
13286 }
13287 _ACEOF
13288 if ac_fn_c_try_link "$LINENO"; then :
13289 ac_cv_working_alloca_h=yes
13290 else
13291 ac_cv_working_alloca_h=no
13292 fi
13293 rm -f core conftest.err conftest.$ac_objext \
13294 conftest$ac_exeext conftest.$ac_ext
13295 fi
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13297 $as_echo "$ac_cv_working_alloca_h" >&6; }
13298 if test $ac_cv_working_alloca_h = yes; then
13299
13300 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13301
13302 fi
13303
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13305 $as_echo_n "checking for alloca... " >&6; }
13306 if ${ac_cv_func_alloca_works+:} false; then :
13307 $as_echo_n "(cached) " >&6
13308 else
13309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13310 /* end confdefs.h. */
13311 #ifdef __GNUC__
13312 # define alloca __builtin_alloca
13313 #else
13314 # ifdef _MSC_VER
13315 # include <malloc.h>
13316 # define alloca _alloca
13317 # else
13318 # ifdef HAVE_ALLOCA_H
13319 # include <alloca.h>
13320 # else
13321 # ifdef _AIX
13322 #pragma alloca
13323 # else
13324 # ifndef alloca /* predefined by HP cc +Olibcalls */
13325 void *alloca (size_t);
13326 # endif
13327 # endif
13328 # endif
13329 # endif
13330 #endif
13331
13332 int
13333 main ()
13334 {
13335 char *p = (char *) alloca (1);
13336 if (p) return 0;
13337 ;
13338 return 0;
13339 }
13340 _ACEOF
13341 if ac_fn_c_try_link "$LINENO"; then :
13342 ac_cv_func_alloca_works=yes
13343 else
13344 ac_cv_func_alloca_works=no
13345 fi
13346 rm -f core conftest.err conftest.$ac_objext \
13347 conftest$ac_exeext conftest.$ac_ext
13348 fi
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13350 $as_echo "$ac_cv_func_alloca_works" >&6; }
13351
13352 if test $ac_cv_func_alloca_works = yes; then
13353
13354 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13355
13356 else
13357 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13358 # that cause trouble. Some versions do not even contain alloca or
13359 # contain a buggy version. If you still want to use their alloca,
13360 # use ar to extract alloca.o from them instead of compiling alloca.c.
13361
13362 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13363
13364 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13365
13366
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13368 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13369 if ${ac_cv_os_cray+:} false; then :
13370 $as_echo_n "(cached) " >&6
13371 else
13372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13373 /* end confdefs.h. */
13374 #if defined CRAY && ! defined CRAY2
13375 webecray
13376 #else
13377 wenotbecray
13378 #endif
13379
13380 _ACEOF
13381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13382 $EGREP "webecray" >/dev/null 2>&1; then :
13383 ac_cv_os_cray=yes
13384 else
13385 ac_cv_os_cray=no
13386 fi
13387 rm -f conftest*
13388
13389 fi
13390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13391 $as_echo "$ac_cv_os_cray" >&6; }
13392 if test $ac_cv_os_cray = yes; then
13393 for ac_func in _getb67 GETB67 getb67; do
13394 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13395 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13396 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13397
13398 cat >>confdefs.h <<_ACEOF
13399 #define CRAY_STACKSEG_END $ac_func
13400 _ACEOF
13401
13402 break
13403 fi
13404
13405 done
13406 fi
13407
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13409 $as_echo_n "checking stack direction for C alloca... " >&6; }
13410 if ${ac_cv_c_stack_direction+:} false; then :
13411 $as_echo_n "(cached) " >&6
13412 else
13413 if test "$cross_compiling" = yes; then :
13414 ac_cv_c_stack_direction=0
13415 else
13416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13417 /* end confdefs.h. */
13418 $ac_includes_default
13419 int
13420 find_stack_direction (int *addr, int depth)
13421 {
13422 int dir, dummy = 0;
13423 if (! addr)
13424 addr = &dummy;
13425 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13426 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13427 return dir + dummy;
13428 }
13429
13430 int
13431 main (int argc, char **argv)
13432 {
13433 return find_stack_direction (0, argc + !argv + 20) < 0;
13434 }
13435 _ACEOF
13436 if ac_fn_c_try_run "$LINENO"; then :
13437 ac_cv_c_stack_direction=1
13438 else
13439 ac_cv_c_stack_direction=-1
13440 fi
13441 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13442 conftest.$ac_objext conftest.beam conftest.$ac_ext
13443 fi
13444
13445 fi
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13447 $as_echo "$ac_cv_c_stack_direction" >&6; }
13448 cat >>confdefs.h <<_ACEOF
13449 #define STACK_DIRECTION $ac_cv_c_stack_direction
13450 _ACEOF
13451
13452
13453 fi
13454
13455
13456
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
13458 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
13459 if ${am_cv_langinfo_codeset+:} false; then :
13460 $as_echo_n "(cached) " >&6
13461 else
13462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13463 /* end confdefs.h. */
13464 #include <langinfo.h>
13465 int
13466 main ()
13467 {
13468 char* cs = nl_langinfo(CODESET);
13469 ;
13470 return 0;
13471 }
13472 _ACEOF
13473 if ac_fn_c_try_link "$LINENO"; then :
13474 am_cv_langinfo_codeset=yes
13475 else
13476 am_cv_langinfo_codeset=no
13477 fi
13478 rm -f core conftest.err conftest.$ac_objext \
13479 conftest$ac_exeext conftest.$ac_ext
13480
13481 fi
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
13483 $as_echo "$am_cv_langinfo_codeset" >&6; }
13484 if test $am_cv_langinfo_codeset = yes; then
13485
13486 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
13487
13488 fi
13489
13490
13491 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
13492 do :
13493 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13494 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13495 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13496 cat >>confdefs.h <<_ACEOF
13497 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13498 _ACEOF
13499
13500 fi
13501
13502 done
13503
13504
13505 for ac_func in fdwalk getrlimit pipe pipe2 socketpair sigaction \
13506 sigprocmask
13507 do :
13508 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13509 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13510 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13511 cat >>confdefs.h <<_ACEOF
13512 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13513 _ACEOF
13514
13515 fi
13516 done
13517
13518
13519 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
13520 if test "x$ac_cv_have_decl_strerror" = xyes; then :
13521 ac_have_decl=1
13522 else
13523 ac_have_decl=0
13524 fi
13525
13526 cat >>confdefs.h <<_ACEOF
13527 #define HAVE_DECL_STRERROR $ac_have_decl
13528 _ACEOF
13529 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13530 if test "x$ac_cv_have_decl_strstr" = xyes; then :
13531 ac_have_decl=1
13532 else
13533 ac_have_decl=0
13534 fi
13535
13536 cat >>confdefs.h <<_ACEOF
13537 #define HAVE_DECL_STRSTR $ac_have_decl
13538 _ACEOF
13539
13540
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
13542 $as_echo_n "checking for sigsetjmp... " >&6; }
13543 if ${gdb_cv_func_sigsetjmp+:} false; then :
13544 $as_echo_n "(cached) " >&6
13545 else
13546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13547 /* end confdefs.h. */
13548
13549 #include <setjmp.h>
13550
13551 int
13552 main ()
13553 {
13554 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
13555 ;
13556 return 0;
13557 }
13558 _ACEOF
13559 if ac_fn_c_try_compile "$LINENO"; then :
13560 gdb_cv_func_sigsetjmp=yes
13561 else
13562 gdb_cv_func_sigsetjmp=no
13563 fi
13564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13565 fi
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
13567 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
13568 if test $gdb_cv_func_sigsetjmp = yes; then
13569
13570 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
13571
13572 fi
13573
13574
13575 # Check the return and argument types of ptrace.
13576
13577
13578 for ac_header in sys/ptrace.h ptrace.h
13579 do :
13580 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13581 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13582 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13583 cat >>confdefs.h <<_ACEOF
13584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13585 _ACEOF
13586
13587 fi
13588
13589 done
13590
13591
13592 gdb_ptrace_headers='
13593 #include <sys/types.h>
13594 #if HAVE_SYS_PTRACE_H
13595 # include <sys/ptrace.h>
13596 #endif
13597 #if HAVE_UNISTD_H
13598 # include <unistd.h>
13599 #endif
13600 '
13601 # There is no point in checking if we don't have a prototype.
13602 ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
13603 "
13604 if test "x$ac_cv_have_decl_ptrace" = xyes; then :
13605 ac_have_decl=1
13606 else
13607 ac_have_decl=0
13608 fi
13609
13610 cat >>confdefs.h <<_ACEOF
13611 #define HAVE_DECL_PTRACE $ac_have_decl
13612 _ACEOF
13613 if test $ac_have_decl = 1; then :
13614
13615 else
13616
13617 : ${gdb_cv_func_ptrace_ret='int'}
13618 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
13619
13620 fi
13621
13622 # Check return type. Varargs (used on GNU/Linux) conflict with the
13623 # empty argument list, so check for that explicitly.
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
13625 $as_echo_n "checking return type of ptrace... " >&6; }
13626 if ${gdb_cv_func_ptrace_ret+:} false; then :
13627 $as_echo_n "(cached) " >&6
13628 else
13629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13630 /* end confdefs.h. */
13631 $gdb_ptrace_headers
13632 int
13633 main ()
13634 {
13635 extern long ptrace (enum __ptrace_request, ...);
13636 ;
13637 return 0;
13638 }
13639 _ACEOF
13640 if ac_fn_c_try_compile "$LINENO"; then :
13641 gdb_cv_func_ptrace_ret='long'
13642 else
13643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13644 /* end confdefs.h. */
13645 $gdb_ptrace_headers
13646 int
13647 main ()
13648 {
13649 extern int ptrace ();
13650 ;
13651 return 0;
13652 }
13653 _ACEOF
13654 if ac_fn_c_try_compile "$LINENO"; then :
13655 gdb_cv_func_ptrace_ret='int'
13656 else
13657 gdb_cv_func_ptrace_ret='long'
13658 fi
13659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13660 fi
13661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13662 fi
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
13664 $as_echo "$gdb_cv_func_ptrace_ret" >&6; }
13665
13666 cat >>confdefs.h <<_ACEOF
13667 #define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
13668 _ACEOF
13669
13670 # Check argument types.
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
13672 $as_echo_n "checking types of arguments for ptrace... " >&6; }
13673 if ${gdb_cv_func_ptrace_args+:} false; then :
13674 $as_echo_n "(cached) " >&6
13675 else
13676
13677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13678 /* end confdefs.h. */
13679 $gdb_ptrace_headers
13680 int
13681 main ()
13682 {
13683 extern long ptrace (enum __ptrace_request, ...);
13684 ;
13685 return 0;
13686 }
13687 _ACEOF
13688 if ac_fn_c_try_compile "$LINENO"; then :
13689 gdb_cv_func_ptrace_args='enum __ptrace_request,int,long,long'
13690 else
13691
13692 for gdb_arg1 in 'int' 'long'; do
13693 for gdb_arg2 in 'pid_t' 'int' 'long'; do
13694 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
13695 for gdb_arg4 in 'int' 'long' 'void *'; do
13696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13697 /* end confdefs.h. */
13698 $gdb_ptrace_headers
13699 int
13700 main ()
13701 {
13702
13703 extern $gdb_cv_func_ptrace_ret
13704 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
13705
13706 ;
13707 return 0;
13708 }
13709 _ACEOF
13710 if ac_fn_c_try_compile "$LINENO"; then :
13711 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
13712 break 4;
13713 fi
13714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13715 for gdb_arg5 in 'int *' 'int' 'long'; do
13716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13717 /* end confdefs.h. */
13718 $gdb_ptrace_headers
13719 int
13720 main ()
13721 {
13722
13723 extern $gdb_cv_func_ptrace_ret
13724 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
13725
13726 ;
13727 return 0;
13728 }
13729 _ACEOF
13730 if ac_fn_c_try_compile "$LINENO"; then :
13731
13732 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
13733 break 5;
13734 fi
13735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13736 done
13737 done
13738 done
13739 done
13740 done
13741 # Provide a safe default value.
13742 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
13743
13744 fi
13745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13746 fi
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
13748 $as_echo "$gdb_cv_func_ptrace_args" >&6; }
13749 ac_save_IFS=$IFS; IFS=','
13750 set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
13751 IFS=$ac_save_IFS
13752 shift
13753
13754 cat >>confdefs.h <<_ACEOF
13755 #define PTRACE_TYPE_ARG1 $1
13756 _ACEOF
13757
13758
13759 cat >>confdefs.h <<_ACEOF
13760 #define PTRACE_TYPE_ARG3 $3
13761 _ACEOF
13762
13763
13764 cat >>confdefs.h <<_ACEOF
13765 #define PTRACE_TYPE_ARG4 $4
13766 _ACEOF
13767
13768 if test -n "$5"; then
13769
13770 cat >>confdefs.h <<_ACEOF
13771 #define PTRACE_TYPE_ARG5 $5
13772 _ACEOF
13773
13774 fi
13775
13776
13777 if test "$cross_compiling" = no; then
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
13779 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
13780 if ${ac_cv_func_setpgrp_void+:} false; then :
13781 $as_echo_n "(cached) " >&6
13782 else
13783 if test "$cross_compiling" = yes; then :
13784 as_fn_error $? "cannot check setpgrp when cross compiling" "$LINENO" 5
13785 else
13786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13787 /* end confdefs.h. */
13788 $ac_includes_default
13789 int
13790 main ()
13791 {
13792 /* If this system has a BSD-style setpgrp which takes arguments,
13793 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
13794 exit successfully. */
13795 return setpgrp (1,1) != -1;
13796 ;
13797 return 0;
13798 }
13799 _ACEOF
13800 if ac_fn_c_try_run "$LINENO"; then :
13801 ac_cv_func_setpgrp_void=no
13802 else
13803 ac_cv_func_setpgrp_void=yes
13804 fi
13805 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13806 conftest.$ac_objext conftest.beam conftest.$ac_ext
13807 fi
13808
13809 fi
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
13811 $as_echo "$ac_cv_func_setpgrp_void" >&6; }
13812 if test $ac_cv_func_setpgrp_void = yes; then
13813
13814 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
13815
13816 fi
13817
13818 else
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
13820 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
13821 if ${ac_cv_func_setpgrp_void+:} false; then :
13822 $as_echo_n "(cached) " >&6
13823 else
13824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13825 /* end confdefs.h. */
13826
13827 #include <unistd.h>
13828
13829 int
13830 main ()
13831 {
13832
13833 if (setpgrp(1,1) == -1)
13834 exit (0);
13835 else
13836 exit (1);
13837
13838 ;
13839 return 0;
13840 }
13841 _ACEOF
13842 if ac_fn_c_try_compile "$LINENO"; then :
13843 ac_cv_func_setpgrp_void=no
13844 else
13845 ac_cv_func_setpgrp_void=yes
13846 fi
13847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13848 fi
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
13850 $as_echo "$ac_cv_func_setpgrp_void" >&6; }
13851 if test $ac_cv_func_setpgrp_void = yes; then
13852 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
13853
13854 fi
13855 fi
13856
13857 # Assume we'll default to using the included libiberty regex.
13858 gdb_use_included_regex=yes
13859
13860 # However, if the system regex is GNU regex, then default to *not*
13861 # using the included regex.
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
13863 $as_echo_n "checking for GNU regex... " >&6; }
13864 if ${gdb_cv_have_gnu_regex+:} false; then :
13865 $as_echo_n "(cached) " >&6
13866 else
13867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13868 /* end confdefs.h. */
13869 #include <gnu-versions.h>
13870 int
13871 main ()
13872 {
13873 #define REGEX_INTERFACE_VERSION 1
13874 #if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
13875 # error "Version mismatch"
13876 #endif
13877 ;
13878 return 0;
13879 }
13880 _ACEOF
13881 if ac_fn_c_try_compile "$LINENO"; then :
13882 gdb_cv_have_gnu_regex=yes
13883 else
13884 gdb_cv_have_gnu_regex=no
13885 fi
13886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13887 fi
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
13889 $as_echo "$gdb_cv_have_gnu_regex" >&6; }
13890 if test $gdb_cv_have_gnu_regex = yes; then
13891 gdb_use_included_regex=no
13892 fi
13893
13894
13895 # Check whether --with-included-regex was given.
13896 if test "${with_included_regex+set}" = set; then :
13897 withval=$with_included_regex; gdb_with_regex=$withval
13898 else
13899 gdb_with_regex=$gdb_use_included_regex
13900 fi
13901
13902 if test "$gdb_with_regex" = yes; then
13903
13904 $as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
13905
13906 fi
13907
13908 # Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
13909 ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
13910 #include <sys/proc.h>
13911
13912 "
13913 if test "x$ac_cv_member_struct_thread_td_pcb" = xyes; then :
13914
13915 cat >>confdefs.h <<_ACEOF
13916 #define HAVE_STRUCT_THREAD_TD_PCB 1
13917 _ACEOF
13918
13919
13920 fi
13921
13922
13923 # See if <sys/lwp.h> defines `struct lwp`.
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
13925 $as_echo_n "checking for struct lwp... " >&6; }
13926 if ${gdb_cv_struct_lwp+:} false; then :
13927 $as_echo_n "(cached) " >&6
13928 else
13929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13930 /* end confdefs.h. */
13931 #include <sys/param.h>
13932 #define _KMEMUSER
13933 #include <sys/lwp.h>
13934 int
13935 main ()
13936 {
13937 struct lwp l;
13938 ;
13939 return 0;
13940 }
13941 _ACEOF
13942 if ac_fn_c_try_compile "$LINENO"; then :
13943 gdb_cv_struct_lwp=yes
13944 else
13945 gdb_cv_struct_lwp=no
13946 fi
13947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13948 fi
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
13950 $as_echo "$gdb_cv_struct_lwp" >&6; }
13951 if test $gdb_cv_struct_lwp = yes; then
13952
13953 $as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
13954
13955 fi
13956
13957 # See if <machine/reg.h> degines `struct reg'.
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
13959 $as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
13960 if ${gdb_cv_struct_reg+:} false; then :
13961 $as_echo_n "(cached) " >&6
13962 else
13963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13964 /* end confdefs.h. */
13965 #include <sys/types.h>
13966 #include <machine/reg.h>
13967 int
13968 main ()
13969 {
13970 struct reg r;
13971 ;
13972 return 0;
13973 }
13974 _ACEOF
13975 if ac_fn_c_try_compile "$LINENO"; then :
13976 gdb_cv_struct_reg=yes
13977 else
13978 gdb_cv_struct_reg=no
13979 fi
13980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13981 fi
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
13983 $as_echo "$gdb_cv_struct_reg" >&6; }
13984 if test $gdb_cv_struct_reg = yes; then
13985
13986 $as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
13987
13988 fi
13989
13990 # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
13991 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
13992 ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <sys/types.h>
13993 #include <machine/reg.h>
13994 "
13995 if test "x$ac_cv_member_struct_reg_r_fs" = xyes; then :
13996
13997 cat >>confdefs.h <<_ACEOF
13998 #define HAVE_STRUCT_REG_R_FS 1
13999 _ACEOF
14000
14001
14002 fi
14003 ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <sys/types.h>
14004 #include <machine/reg.h>
14005 "
14006 if test "x$ac_cv_member_struct_reg_r_gs" = xyes; then :
14007
14008 cat >>confdefs.h <<_ACEOF
14009 #define HAVE_STRUCT_REG_R_GS 1
14010 _ACEOF
14011
14012
14013 fi
14014
14015
14016 # See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
14017 # Older amd64 Linux's don't have the fs_base and gs_base members of
14018 # `struct user_regs_struct'.
14019 ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/types.h>
14020 #include <sys/user.h>
14021 "
14022 if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = xyes; then :
14023
14024 cat >>confdefs.h <<_ACEOF
14025 #define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
14026 _ACEOF
14027
14028
14029 fi
14030 ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/types.h>
14031 #include <sys/user.h>
14032 "
14033 if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = xyes; then :
14034
14035 cat >>confdefs.h <<_ACEOF
14036 #define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
14037 _ACEOF
14038
14039
14040 fi
14041
14042
14043 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
14045 $as_echo_n "checking for PTRACE_GETREGS... " >&6; }
14046 if ${gdb_cv_have_ptrace_getregs+:} false; then :
14047 $as_echo_n "(cached) " >&6
14048 else
14049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14050 /* end confdefs.h. */
14051 #include <sys/ptrace.h>
14052 int
14053 main ()
14054 {
14055 PTRACE_GETREGS;
14056 ;
14057 return 0;
14058 }
14059 _ACEOF
14060 if ac_fn_c_try_compile "$LINENO"; then :
14061 gdb_cv_have_ptrace_getregs=yes
14062 else
14063 gdb_cv_have_ptrace_getregs=no
14064 fi
14065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14066 fi
14067
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
14069 $as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
14070 if test $gdb_cv_have_ptrace_getregs = yes; then
14071
14072 $as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
14073
14074 fi
14075
14076 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
14078 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
14079 if ${gdb_cv_have_ptrace_getfpxregs+:} false; then :
14080 $as_echo_n "(cached) " >&6
14081 else
14082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14083 /* end confdefs.h. */
14084 #include <sys/ptrace.h>
14085 int
14086 main ()
14087 {
14088 PTRACE_GETFPXREGS;
14089 ;
14090 return 0;
14091 }
14092 _ACEOF
14093 if ac_fn_c_try_compile "$LINENO"; then :
14094 gdb_cv_have_ptrace_getfpxregs=yes
14095 else
14096 gdb_cv_have_ptrace_getfpxregs=no
14097 fi
14098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14099 fi
14100
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
14102 $as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
14103 if test $gdb_cv_have_ptrace_getfpxregs = yes; then
14104
14105 $as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
14106
14107 fi
14108
14109 # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
14111 $as_echo_n "checking for PT_GETDBREGS... " >&6; }
14112 if ${gdb_cv_have_pt_getdbregs+:} false; then :
14113 $as_echo_n "(cached) " >&6
14114 else
14115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14116 /* end confdefs.h. */
14117 #include <sys/types.h>
14118 #include <sys/ptrace.h>
14119 int
14120 main ()
14121 {
14122 PT_GETDBREGS;
14123 ;
14124 return 0;
14125 }
14126 _ACEOF
14127 if ac_fn_c_try_compile "$LINENO"; then :
14128 gdb_cv_have_pt_getdbregs=yes
14129 else
14130 gdb_cv_have_pt_getdbregs=no
14131 fi
14132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14133 fi
14134
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
14136 $as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
14137 if test $gdb_cv_have_pt_getdbregs = yes; then
14138
14139 $as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
14140
14141 fi
14142
14143 # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
14145 $as_echo_n "checking for PT_GETXMMREGS... " >&6; }
14146 if ${gdb_cv_have_pt_getxmmregs+:} false; then :
14147 $as_echo_n "(cached) " >&6
14148 else
14149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14150 /* end confdefs.h. */
14151 #include <sys/types.h>
14152 #include <sys/ptrace.h>
14153 int
14154 main ()
14155 {
14156 PT_GETXMMREGS;
14157 ;
14158 return 0;
14159 }
14160 _ACEOF
14161 if ac_fn_c_try_compile "$LINENO"; then :
14162 gdb_cv_have_pt_getxmmregs=yes
14163 else
14164 gdb_cv_have_pt_getxmmregs=no
14165 fi
14166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14167 fi
14168
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
14170 $as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
14171 if test $gdb_cv_have_pt_getxmmregs = yes; then
14172
14173 $as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
14174
14175 fi
14176
14177 # See if <sys/ptrace.h> supports LWP names on FreeBSD
14178 # Older FreeBSD versions don't have the pl_tdname member of
14179 # `struct ptrace_lwpinfo'.
14180 ac_fn_c_check_member "$LINENO" "struct ptrace_lwpinfo" "pl_tdname" "ac_cv_member_struct_ptrace_lwpinfo_pl_tdname" "#include <sys/ptrace.h>
14181 "
14182 if test "x$ac_cv_member_struct_ptrace_lwpinfo_pl_tdname" = xyes; then :
14183
14184 cat >>confdefs.h <<_ACEOF
14185 #define HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME 1
14186 _ACEOF
14187
14188
14189 fi
14190
14191
14192 # See if <sys/ptrace.h> supports syscall fields on FreeBSD. The
14193 # pl_syscall_code member of `struct ptrace_lwpinfo' was added in
14194 # FreeBSD 10.3.
14195 ac_fn_c_check_member "$LINENO" "struct ptrace_lwpinfo" "pl_syscall_code" "ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code" "#include <sys/ptrace.h>
14196 "
14197 if test "x$ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code" = xyes; then :
14198
14199 cat >>confdefs.h <<_ACEOF
14200 #define HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE 1
14201 _ACEOF
14202
14203
14204 fi
14205
14206
14207 if test "$ac_cv_header_sys_procfs_h" = yes; then
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
14209 $as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
14210 if ${bfd_cv_have_sys_procfs_type_gregset_t+:} false; then :
14211 $as_echo_n "(cached) " >&6
14212 else
14213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14214 /* end confdefs.h. */
14215
14216 #define _SYSCALL32
14217 /* Needed for new procfs interface on sparc-solaris. */
14218 #define _STRUCTURED_PROC 1
14219 #include <sys/procfs.h>
14220 int
14221 main ()
14222 {
14223 gregset_t avar
14224 ;
14225 return 0;
14226 }
14227 _ACEOF
14228 if ac_fn_c_try_compile "$LINENO"; then :
14229 bfd_cv_have_sys_procfs_type_gregset_t=yes
14230 else
14231 bfd_cv_have_sys_procfs_type_gregset_t=no
14232
14233 fi
14234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14235 fi
14236
14237 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
14238
14239 $as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
14240
14241 fi
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
14243 $as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
14244
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
14246 $as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
14247 if ${bfd_cv_have_sys_procfs_type_fpregset_t+:} false; then :
14248 $as_echo_n "(cached) " >&6
14249 else
14250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14251 /* end confdefs.h. */
14252
14253 #define _SYSCALL32
14254 /* Needed for new procfs interface on sparc-solaris. */
14255 #define _STRUCTURED_PROC 1
14256 #include <sys/procfs.h>
14257 int
14258 main ()
14259 {
14260 fpregset_t avar
14261 ;
14262 return 0;
14263 }
14264 _ACEOF
14265 if ac_fn_c_try_compile "$LINENO"; then :
14266 bfd_cv_have_sys_procfs_type_fpregset_t=yes
14267 else
14268 bfd_cv_have_sys_procfs_type_fpregset_t=no
14269
14270 fi
14271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14272 fi
14273
14274 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
14275
14276 $as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
14277
14278 fi
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
14280 $as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
14281
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
14283 $as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
14284 if ${bfd_cv_have_sys_procfs_type_prgregset_t+:} false; then :
14285 $as_echo_n "(cached) " >&6
14286 else
14287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14288 /* end confdefs.h. */
14289
14290 #define _SYSCALL32
14291 /* Needed for new procfs interface on sparc-solaris. */
14292 #define _STRUCTURED_PROC 1
14293 #include <sys/procfs.h>
14294 int
14295 main ()
14296 {
14297 prgregset_t avar
14298 ;
14299 return 0;
14300 }
14301 _ACEOF
14302 if ac_fn_c_try_compile "$LINENO"; then :
14303 bfd_cv_have_sys_procfs_type_prgregset_t=yes
14304 else
14305 bfd_cv_have_sys_procfs_type_prgregset_t=no
14306
14307 fi
14308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14309 fi
14310
14311 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
14312
14313 $as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
14314
14315 fi
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
14317 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
14318
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
14320 $as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
14321 if ${bfd_cv_have_sys_procfs_type_prfpregset_t+:} false; then :
14322 $as_echo_n "(cached) " >&6
14323 else
14324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14325 /* end confdefs.h. */
14326
14327 #define _SYSCALL32
14328 /* Needed for new procfs interface on sparc-solaris. */
14329 #define _STRUCTURED_PROC 1
14330 #include <sys/procfs.h>
14331 int
14332 main ()
14333 {
14334 prfpregset_t avar
14335 ;
14336 return 0;
14337 }
14338 _ACEOF
14339 if ac_fn_c_try_compile "$LINENO"; then :
14340 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
14341 else
14342 bfd_cv_have_sys_procfs_type_prfpregset_t=no
14343
14344 fi
14345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14346 fi
14347
14348 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
14349
14350 $as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
14351
14352 fi
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
14354 $as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
14355
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
14357 $as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
14358 if ${bfd_cv_have_sys_procfs_type_prgregset32_t+:} false; then :
14359 $as_echo_n "(cached) " >&6
14360 else
14361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14362 /* end confdefs.h. */
14363
14364 #define _SYSCALL32
14365 /* Needed for new procfs interface on sparc-solaris. */
14366 #define _STRUCTURED_PROC 1
14367 #include <sys/procfs.h>
14368 int
14369 main ()
14370 {
14371 prgregset32_t avar
14372 ;
14373 return 0;
14374 }
14375 _ACEOF
14376 if ac_fn_c_try_compile "$LINENO"; then :
14377 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
14378 else
14379 bfd_cv_have_sys_procfs_type_prgregset32_t=no
14380
14381 fi
14382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14383 fi
14384
14385 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
14386
14387 $as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
14388
14389 fi
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
14391 $as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
14392
14393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
14394 $as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
14395 if ${bfd_cv_have_sys_procfs_type_lwpid_t+:} false; then :
14396 $as_echo_n "(cached) " >&6
14397 else
14398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14399 /* end confdefs.h. */
14400
14401 #define _SYSCALL32
14402 /* Needed for new procfs interface on sparc-solaris. */
14403 #define _STRUCTURED_PROC 1
14404 #include <sys/procfs.h>
14405 int
14406 main ()
14407 {
14408 lwpid_t avar
14409 ;
14410 return 0;
14411 }
14412 _ACEOF
14413 if ac_fn_c_try_compile "$LINENO"; then :
14414 bfd_cv_have_sys_procfs_type_lwpid_t=yes
14415 else
14416 bfd_cv_have_sys_procfs_type_lwpid_t=no
14417
14418 fi
14419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14420 fi
14421
14422 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
14423
14424 $as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
14425
14426 fi
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
14428 $as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
14429
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
14431 $as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
14432 if ${bfd_cv_have_sys_procfs_type_psaddr_t+:} false; then :
14433 $as_echo_n "(cached) " >&6
14434 else
14435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14436 /* end confdefs.h. */
14437
14438 #define _SYSCALL32
14439 /* Needed for new procfs interface on sparc-solaris. */
14440 #define _STRUCTURED_PROC 1
14441 #include <sys/procfs.h>
14442 int
14443 main ()
14444 {
14445 psaddr_t avar
14446 ;
14447 return 0;
14448 }
14449 _ACEOF
14450 if ac_fn_c_try_compile "$LINENO"; then :
14451 bfd_cv_have_sys_procfs_type_psaddr_t=yes
14452 else
14453 bfd_cv_have_sys_procfs_type_psaddr_t=no
14454
14455 fi
14456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14457 fi
14458
14459 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
14460
14461 $as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
14462
14463 fi
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
14465 $as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
14466
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_fpregset_t in sys/procfs.h" >&5
14468 $as_echo_n "checking for elf_fpregset_t in sys/procfs.h... " >&6; }
14469 if ${bfd_cv_have_sys_procfs_type_elf_fpregset_t+:} false; then :
14470 $as_echo_n "(cached) " >&6
14471 else
14472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14473 /* end confdefs.h. */
14474
14475 #define _SYSCALL32
14476 /* Needed for new procfs interface on sparc-solaris. */
14477 #define _STRUCTURED_PROC 1
14478 #include <sys/procfs.h>
14479 int
14480 main ()
14481 {
14482 elf_fpregset_t avar
14483 ;
14484 return 0;
14485 }
14486 _ACEOF
14487 if ac_fn_c_try_compile "$LINENO"; then :
14488 bfd_cv_have_sys_procfs_type_elf_fpregset_t=yes
14489 else
14490 bfd_cv_have_sys_procfs_type_elf_fpregset_t=no
14491
14492 fi
14493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14494 fi
14495
14496 if test $bfd_cv_have_sys_procfs_type_elf_fpregset_t = yes; then
14497
14498 $as_echo "#define HAVE_ELF_FPREGSET_T 1" >>confdefs.h
14499
14500 fi
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&5
14502 $as_echo "$bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&6; }
14503
14504 fi
14505
14506 # Check if the compiler supports the `long long' type.
14507
14508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
14509 $as_echo_n "checking for long long support in compiler... " >&6; }
14510 if ${gdb_cv_c_long_long+:} false; then :
14511 $as_echo_n "(cached) " >&6
14512 else
14513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14514 /* end confdefs.h. */
14515 extern long long foo;
14516 int
14517 main ()
14518 {
14519 switch (foo & 2) { case 0: return 1; }
14520 ;
14521 return 0;
14522 }
14523 _ACEOF
14524 if ac_fn_c_try_compile "$LINENO"; then :
14525 gdb_cv_c_long_long=yes
14526 else
14527 gdb_cv_c_long_long=no
14528 fi
14529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14530 fi
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
14532 $as_echo "$gdb_cv_c_long_long" >&6; }
14533 if test $gdb_cv_c_long_long != yes; then
14534 # libdecnumber requires long long.
14535 as_fn_error $? "Compiler must support long long for GDB." "$LINENO" 5
14536 fi
14537
14538 # Check if the compiler and runtime support printing long longs.
14539
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
14541 $as_echo_n "checking for long long support in printf... " >&6; }
14542 if ${gdb_cv_printf_has_long_long+:} false; then :
14543 $as_echo_n "(cached) " >&6
14544 else
14545 if test "$cross_compiling" = yes; then :
14546 gdb_cv_printf_has_long_long=no
14547 else
14548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14549 /* end confdefs.h. */
14550 $ac_includes_default
14551 int
14552 main ()
14553 {
14554 char buf[32];
14555 long long l = 0;
14556 l = (l << 16) + 0x0123;
14557 l = (l << 16) + 0x4567;
14558 l = (l << 16) + 0x89ab;
14559 l = (l << 16) + 0xcdef;
14560 sprintf (buf, "0x%016llx", l);
14561 return (strcmp ("0x0123456789abcdef", buf));
14562 ;
14563 return 0;
14564 }
14565 _ACEOF
14566 if ac_fn_c_try_run "$LINENO"; then :
14567 gdb_cv_printf_has_long_long=yes
14568 else
14569 gdb_cv_printf_has_long_long=no
14570 fi
14571 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14572 conftest.$ac_objext conftest.beam conftest.$ac_ext
14573 fi
14574
14575 fi
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
14577 $as_echo "$gdb_cv_printf_has_long_long" >&6; }
14578 if test $gdb_cv_printf_has_long_long = yes; then
14579
14580 $as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
14581
14582 fi
14583
14584 # Check if the compiler and runtime support printing decfloats.
14585
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
14587 $as_echo_n "checking for decfloat support in printf... " >&6; }
14588 if ${gdb_cv_printf_has_decfloat+:} false; then :
14589 $as_echo_n "(cached) " >&6
14590 else
14591 if test "$cross_compiling" = yes; then :
14592 gdb_cv_printf_has_decfloat=no
14593 else
14594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14595 /* end confdefs.h. */
14596 $ac_includes_default
14597 int
14598 main ()
14599 {
14600 char buf[64];
14601 _Decimal32 d32 = 1.2345df;
14602 _Decimal64 d64 = 1.2345dd;
14603 _Decimal128 d128 = 1.2345dl;
14604 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
14605 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
14606 ;
14607 return 0;
14608 }
14609 _ACEOF
14610 if ac_fn_c_try_run "$LINENO"; then :
14611 gdb_cv_printf_has_decfloat=yes
14612 else
14613 gdb_cv_printf_has_decfloat=no
14614 fi
14615 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14616 conftest.$ac_objext conftest.beam conftest.$ac_ext
14617 fi
14618
14619 fi
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
14621 $as_echo "$gdb_cv_printf_has_decfloat" >&6; }
14622 if test $gdb_cv_printf_has_decfloat = yes; then
14623
14624 $as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
14625
14626 fi
14627
14628 # Check if the compiler supports the `long double' type. We can't use
14629 # AC_C_LONG_DOUBLE because that one does additional checks on the
14630 # constants defined in <float.h> that fail on some systems,
14631 # e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
14632
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
14634 $as_echo_n "checking for long double support in compiler... " >&6; }
14635 if ${gdb_cv_c_long_double+:} false; then :
14636 $as_echo_n "(cached) " >&6
14637 else
14638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14639 /* end confdefs.h. */
14640 long double foo;
14641 _ACEOF
14642 if ac_fn_c_try_compile "$LINENO"; then :
14643 gdb_cv_c_long_double=yes
14644 else
14645 gdb_cv_c_long_double=no
14646 fi
14647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14648 fi
14649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
14650 $as_echo "$gdb_cv_c_long_double" >&6; }
14651 if test $gdb_cv_c_long_double = yes; then
14652
14653 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
14654
14655 fi
14656
14657 # Check if the compiler and runtime support printing long doubles.
14658
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
14660 $as_echo_n "checking for long double support in printf... " >&6; }
14661 if ${gdb_cv_printf_has_long_double+:} false; then :
14662 $as_echo_n "(cached) " >&6
14663 else
14664 if test "$cross_compiling" = yes; then :
14665 gdb_cv_printf_has_long_double=no
14666 else
14667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14668 /* end confdefs.h. */
14669 $ac_includes_default
14670 int
14671 main ()
14672 {
14673 char buf[16];
14674 long double f = 3.141592653;
14675 sprintf (buf, "%Lg", f);
14676 return (strncmp ("3.14159", buf, 7));
14677 ;
14678 return 0;
14679 }
14680 _ACEOF
14681 if ac_fn_c_try_run "$LINENO"; then :
14682 gdb_cv_printf_has_long_double=yes
14683 else
14684 gdb_cv_printf_has_long_double=no
14685 fi
14686 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14687 conftest.$ac_objext conftest.beam conftest.$ac_ext
14688 fi
14689
14690 fi
14691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
14692 $as_echo "$gdb_cv_printf_has_long_double" >&6; }
14693 if test $gdb_cv_printf_has_long_double = yes; then
14694
14695 $as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
14696
14697 fi
14698
14699 # Check if the compiler and runtime support scanning long doubles.
14700
14701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
14702 $as_echo_n "checking for long double support in scanf... " >&6; }
14703 if ${gdb_cv_scanf_has_long_double+:} false; then :
14704 $as_echo_n "(cached) " >&6
14705 else
14706 if test "$cross_compiling" = yes; then :
14707 gdb_cv_scanf_has_long_double=no
14708 else
14709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <stdio.h>
14712 int
14713 main ()
14714 {
14715 char *buf = "3.141592653";
14716 long double f = 0;
14717 sscanf (buf, "%Lg", &f);
14718 return !(f > 3.14159 && f < 3.14160);
14719 ;
14720 return 0;
14721 }
14722 _ACEOF
14723 if ac_fn_c_try_run "$LINENO"; then :
14724 gdb_cv_scanf_has_long_double=yes
14725 else
14726 gdb_cv_scanf_has_long_double=no
14727 fi
14728 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14729 conftest.$ac_objext conftest.beam conftest.$ac_ext
14730 fi
14731
14732 fi
14733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
14734 $as_echo "$gdb_cv_scanf_has_long_double" >&6; }
14735 if test $gdb_cv_scanf_has_long_double = yes; then
14736
14737 $as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
14738
14739 fi
14740
14741 case ${host_os} in
14742 aix*)
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
14744 $as_echo_n "checking for -bbigtoc option... " >&6; }
14745 if ${gdb_cv_bigtoc+:} false; then :
14746 $as_echo_n "(cached) " >&6
14747 else
14748
14749 SAVE_LDFLAGS=$LDFLAGS
14750
14751 case $GCC in
14752 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
14753 *) gdb_cv_bigtoc=-bbigtoc ;;
14754 esac
14755
14756 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
14757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14758 /* end confdefs.h. */
14759
14760 int
14761 main ()
14762 {
14763 int i;
14764 ;
14765 return 0;
14766 }
14767 _ACEOF
14768 if ac_fn_c_try_link "$LINENO"; then :
14769
14770 else
14771 gdb_cv_bigtoc=
14772 fi
14773 rm -f core conftest.err conftest.$ac_objext \
14774 conftest$ac_exeext conftest.$ac_ext
14775 LDFLAGS="${SAVE_LDFLAGS}"
14776
14777 fi
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
14779 $as_echo "$gdb_cv_bigtoc" >&6; }
14780 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
14781 ;;
14782 esac
14783
14784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
14785 $as_echo_n "checking for the dynamic export flag... " >&6; }
14786 dynamic_list=false
14787 if test "${gdb_native}" = yes; then
14788 # The dynamically loaded libthread_db needs access to symbols in the gdb
14789 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
14790 # may not be supported there.
14791 old_LDFLAGS="$LDFLAGS"
14792 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
14793 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
14794 LDFLAGS="$LDFLAGS $RDYNAMIC"
14795 if test "${have_libpython}" = no; then
14796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14797 /* end confdefs.h. */
14798
14799 int
14800 main ()
14801 {
14802
14803 ;
14804 return 0;
14805 }
14806 _ACEOF
14807 if ac_fn_c_try_link "$LINENO"; then :
14808 dynamic_list=true
14809 fi
14810 rm -f core conftest.err conftest.$ac_objext \
14811 conftest$ac_exeext conftest.$ac_ext
14812 else
14813 # Workaround http://bugs.python.org/issue4434 where static
14814 # libpythonX.Y.a would get its symbols required for
14815 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
14816 # Problem does not happen for the recommended libpythonX.Y.so linkage.
14817
14818 # Note the workaround for Python
14819 # http://bugs.python.org/issue10112 earlier has removed
14820 # -export-dynamic from PYTHON_LIBS. That's exactly what we want
14821 # here too, as otherwise it'd make this -Wl,--dynamic-list test
14822 # always pass.
14823 old_CFLAGS="$CFLAGS"
14824 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
14825 old_LIBS="$LIBS"
14826 LIBS="$LIBS $PYTHON_LIBS"
14827 old_CPPFLAGS="$CPPFLAGS"
14828 CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
14829 if test "$cross_compiling" = yes; then :
14830 true
14831 else
14832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14833 /* end confdefs.h. */
14834 #include "Python.h"
14835 int
14836 main ()
14837 {
14838 int err;
14839 Py_Initialize ();
14840 err = PyRun_SimpleString ("import itertools\n");
14841 Py_Finalize ();
14842 return err == 0 ? 0 : 1;
14843 ;
14844 return 0;
14845 }
14846 _ACEOF
14847 if ac_fn_c_try_run "$LINENO"; then :
14848 dynamic_list=true
14849 fi
14850 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14851 conftest.$ac_objext conftest.beam conftest.$ac_ext
14852 fi
14853
14854 LIBS="$old_LIBS"
14855 CFLAGS="$old_CFLAGS"
14856 CPPFLAGS="$old_CPPFLAGS"
14857 fi
14858 LDFLAGS="$old_LDFLAGS"
14859 fi
14860 if $dynamic_list; then
14861 found="-Wl,--dynamic-list"
14862 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
14863 else
14864 found="-rdynamic"
14865 RDYNAMIC="-rdynamic"
14866 fi
14867
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
14869 $as_echo "$found" >&6; }
14870
14871
14872 if test ${build} = ${host} -a ${host} = ${target} ; then
14873 case ${host_os} in
14874 aix*)
14875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
14876 $as_echo_n "checking for AiX thread debugging library... " >&6; }
14877 if ${gdb_cv_have_aix_thread_debug+:} false; then :
14878 $as_echo_n "(cached) " >&6
14879 else
14880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14881 /* end confdefs.h. */
14882 #include <sys/pthdebug.h>
14883 int
14884 main ()
14885 {
14886 #ifndef PTHDB_VERSION_3
14887 #error
14888 #endif
14889 ;
14890 return 0;
14891 }
14892 _ACEOF
14893 if ac_fn_c_try_compile "$LINENO"; then :
14894 gdb_cv_have_aix_thread_debug=yes
14895 else
14896 gdb_cv_have_aix_thread_debug=no
14897 fi
14898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14899 fi
14900
14901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
14902 $as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
14903 if test $gdb_cv_have_aix_thread_debug = yes; then
14904 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
14905 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
14906 LIBS="$LIBS -lpthdebug"
14907
14908 # Older versions of AIX do not provide the declaration for
14909 # the getthrds function (it appears that it was introduced
14910 # with AIX 6.x).
14911 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
14912 "
14913 if test "x$ac_cv_have_decl_getthrds" = xyes; then :
14914 ac_have_decl=1
14915 else
14916 ac_have_decl=0
14917 fi
14918
14919 cat >>confdefs.h <<_ACEOF
14920 #define HAVE_DECL_GETTHRDS $ac_have_decl
14921 _ACEOF
14922
14923 fi
14924 ;;
14925 esac
14926
14927 fi
14928
14929 if test "x$ac_cv_header_thread_db_h" = "xyes"; then
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
14931 $as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
14932 if ${gdb_cv_thread_db_h_has_td_notalloc+:} false; then :
14933 $as_echo_n "(cached) " >&6
14934 else
14935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14936 /* end confdefs.h. */
14937 #include <thread_db.h>
14938 int
14939 main ()
14940 {
14941 int i = TD_NOTALLOC;
14942 ;
14943 return 0;
14944 }
14945 _ACEOF
14946 if ac_fn_c_try_compile "$LINENO"; then :
14947 gdb_cv_thread_db_h_has_td_notalloc=yes
14948 else
14949 gdb_cv_thread_db_h_has_td_notalloc=no
14950
14951 fi
14952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14953
14954 fi
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
14956 $as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
14958 $as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
14959 if ${gdb_cv_thread_db_h_has_td_version+:} false; then :
14960 $as_echo_n "(cached) " >&6
14961 else
14962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14963 /* end confdefs.h. */
14964 #include <thread_db.h>
14965 int
14966 main ()
14967 {
14968 int i = TD_VERSION;
14969 ;
14970 return 0;
14971 }
14972 _ACEOF
14973 if ac_fn_c_try_compile "$LINENO"; then :
14974 gdb_cv_thread_db_h_has_td_version=yes
14975 else
14976 gdb_cv_thread_db_h_has_td_version=no
14977
14978 fi
14979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14980
14981 fi
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
14983 $as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
14985 $as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
14986 if ${gdb_cv_thread_db_h_has_td_notls+:} false; then :
14987 $as_echo_n "(cached) " >&6
14988 else
14989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14990 /* end confdefs.h. */
14991 #include <thread_db.h>
14992 int
14993 main ()
14994 {
14995 int i = TD_NOTLS;
14996 ;
14997 return 0;
14998 }
14999 _ACEOF
15000 if ac_fn_c_try_compile "$LINENO"; then :
15001 gdb_cv_thread_db_h_has_td_notls=yes
15002 else
15003 gdb_cv_thread_db_h_has_td_notls=no
15004
15005 fi
15006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15007
15008 fi
15009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
15010 $as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
15011 fi
15012 if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
15013
15014 $as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
15015
15016 fi
15017 if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
15018
15019 $as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
15020
15021 fi
15022 if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
15023
15024 $as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
15025
15026 fi
15027
15028 ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
15029 "
15030 if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = xyes; then :
15031 ac_have_decl=1
15032 else
15033 ac_have_decl=0
15034 fi
15035
15036 cat >>confdefs.h <<_ACEOF
15037 #define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
15038 _ACEOF
15039
15040
15041 if test "$cross_compiling" = yes; then :
15042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15043 /* end confdefs.h. */
15044 #include <sys/personality.h>
15045 int
15046 main ()
15047 {
15048
15049 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
15050 # define ADDR_NO_RANDOMIZE 0x0040000
15051 # endif
15052 /* Test the flag could be set and stays set. */
15053 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
15054 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
15055 return 1
15056 ;
15057 return 0;
15058 }
15059 _ACEOF
15060 if ac_fn_c_try_link "$LINENO"; then :
15061 have_personality=true
15062 else
15063 have_personality=false
15064 fi
15065 rm -f core conftest.err conftest.$ac_objext \
15066 conftest$ac_exeext conftest.$ac_ext
15067 else
15068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15069 /* end confdefs.h. */
15070 #include <sys/personality.h>
15071 int
15072 main ()
15073 {
15074
15075 # if !HAVE_DECL_ADDR_NO_RANDOMIZE
15076 # define ADDR_NO_RANDOMIZE 0x0040000
15077 # endif
15078 /* Test the flag could be set and stays set. */
15079 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
15080 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
15081 return 1
15082 ;
15083 return 0;
15084 }
15085 _ACEOF
15086 if ac_fn_c_try_run "$LINENO"; then :
15087 have_personality=true
15088 else
15089 have_personality=false
15090 fi
15091 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15092 conftest.$ac_objext conftest.beam conftest.$ac_ext
15093 fi
15094
15095 if $have_personality
15096 then
15097
15098 $as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
15099
15100 fi
15101
15102 case $host_os in
15103 go32* | *djgpp*)
15104 gdbinit=gdb.ini
15105 ;;
15106 *)
15107 gdbinit=.gdbinit
15108 ;;
15109 esac
15110
15111 cat >>confdefs.h <<_ACEOF
15112 #define GDBINIT "$gdbinit"
15113 _ACEOF
15114
15115
15116
15117 # Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
15118 # except that the argument to --with-sysroot is optional.
15119 # --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
15120 if test "x$with_sysroot" = xyes; then
15121 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
15122 fi
15123
15124 # Check whether --with-sysroot was given.
15125 if test "${with_sysroot+set}" = set; then :
15126 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
15127 else
15128 TARGET_SYSTEM_ROOT=
15129 fi
15130
15131
15132 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
15133 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15134 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
15135 ac_define_dir=`eval echo $ac_define_dir`
15136
15137 cat >>confdefs.h <<_ACEOF
15138 #define TARGET_SYSTEM_ROOT "$ac_define_dir"
15139 _ACEOF
15140
15141
15142
15143
15144 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
15145 if test "x$prefix" = xNONE; then
15146 test_prefix=/usr/local
15147 else
15148 test_prefix=$prefix
15149 fi
15150 else
15151 test_prefix=$exec_prefix
15152 fi
15153 value=0
15154 case ${ac_define_dir} in
15155 "${test_prefix}"|"${test_prefix}/"*|\
15156 '${exec_prefix}'|'${exec_prefix}/'*)
15157 value=1
15158 ;;
15159 esac
15160
15161 cat >>confdefs.h <<_ACEOF
15162 #define TARGET_SYSTEM_ROOT_RELOCATABLE $value
15163 _ACEOF
15164
15165
15166
15167
15168
15169 # Check whether --with-system-gdbinit was given.
15170 if test "${with_system_gdbinit+set}" = set; then :
15171 withval=$with_system_gdbinit;
15172 SYSTEM_GDBINIT=$withval
15173 else
15174 SYSTEM_GDBINIT=
15175 fi
15176
15177
15178 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
15179 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15180 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
15181 ac_define_dir=`eval echo $ac_define_dir`
15182
15183 cat >>confdefs.h <<_ACEOF
15184 #define SYSTEM_GDBINIT "$ac_define_dir"
15185 _ACEOF
15186
15187
15188
15189
15190 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
15191 if test "x$prefix" = xNONE; then
15192 test_prefix=/usr/local
15193 else
15194 test_prefix=$prefix
15195 fi
15196 else
15197 test_prefix=$exec_prefix
15198 fi
15199 value=0
15200 case ${ac_define_dir} in
15201 "${test_prefix}"|"${test_prefix}/"*|\
15202 '${exec_prefix}'|'${exec_prefix}/'*)
15203 value=1
15204 ;;
15205 esac
15206
15207 cat >>confdefs.h <<_ACEOF
15208 #define SYSTEM_GDBINIT_RELOCATABLE $value
15209 _ACEOF
15210
15211
15212
15213
15214
15215 # Check whether --enable-werror was given.
15216 if test "${enable_werror+set}" = set; then :
15217 enableval=$enable_werror; case "${enableval}" in
15218 yes | y) ERROR_ON_WARNING="yes" ;;
15219 no | n) ERROR_ON_WARNING="no" ;;
15220 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
15221 esac
15222 fi
15223
15224
15225 # Enable -Werror by default when using gcc. Turn it off for releases.
15226 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
15227 ERROR_ON_WARNING=yes
15228 fi
15229
15230 WERROR_CFLAGS=""
15231 if test "${ERROR_ON_WARNING}" = yes ; then
15232 WERROR_CFLAGS="-Werror"
15233 fi
15234
15235 # The options we'll try to enable.
15236 build_warnings="-Wall -Wpointer-arith \
15237 -Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
15238 -Wno-switch -Wno-char-subscripts \
15239 -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
15240 -Wno-sign-compare -Wno-error=maybe-uninitialized \
15241 -Wno-mismatched-tags \
15242 -Wno-error=deprecated-register \
15243 -Wsuggest-override \
15244 -Wimplicit-fallthrough=3 \
15245 -Wduplicated-cond \
15246 -Wshadow=local \
15247 -Wdeprecated-copy \
15248 -Wdeprecated-copy-dtor \
15249 -Wredundant-move"
15250
15251 case "${host}" in
15252 *-*-mingw32*)
15253 # Enable -Wno-format by default when using gcc on mingw since many
15254 # GCC versions complain about %I64.
15255 build_warnings="$build_warnings -Wno-format" ;;
15256 *-*-solaris*)
15257 # Solaris 11.4 <python2.7/ceval.h> uses #pragma no_inline that GCC
15258 # doesn't understand.
15259 build_warnings="$build_warnings -Wno-unknown-pragmas"
15260 # Solaris 11 <unistd.h> marks vfork deprecated.
15261 build_warnings="$build_warnings -Wno-deprecated-declarations" ;;
15262 *)
15263 # Note that gcc requires -Wformat for -Wformat-nonliteral to work,
15264 # but there's a special case for this below.
15265 build_warnings="$build_warnings -Wformat-nonliteral" ;;
15266 esac
15267
15268 # Check whether --enable-build-warnings was given.
15269 if test "${enable_build_warnings+set}" = set; then :
15270 enableval=$enable_build_warnings; case "${enableval}" in
15271 yes) ;;
15272 no) build_warnings="-w";;
15273 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15274 build_warnings="${build_warnings} ${t}";;
15275 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15276 build_warnings="${t} ${build_warnings}";;
15277 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15278 esac
15279 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
15280 echo "Setting compiler warning flags = $build_warnings" 6>&1
15281 fi
15282 fi
15283 # Check whether --enable-gdb-build-warnings was given.
15284 if test "${enable_gdb_build_warnings+set}" = set; then :
15285 enableval=$enable_gdb_build_warnings; case "${enableval}" in
15286 yes) ;;
15287 no) build_warnings="-w";;
15288 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15289 build_warnings="${build_warnings} ${t}";;
15290 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15291 build_warnings="${t} ${build_warnings}";;
15292 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15293 esac
15294 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
15295 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
15296 fi
15297 fi
15298
15299 # The set of warnings supported by a C++ compiler is not the same as
15300 # of the C compiler.
15301 ac_ext=cpp
15302 ac_cpp='$CXXCPP $CPPFLAGS'
15303 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15304 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15305 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15306
15307
15308 WARN_CFLAGS=""
15309 if test "x${build_warnings}" != x -a "x$GCC" = xyes
15310 then
15311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
15312 $as_echo_n "checking compiler warning flags... " >&6; }
15313 # Separate out the -Werror flag as some files just cannot be
15314 # compiled with it enabled.
15315 for w in ${build_warnings}; do
15316 # GCC does not complain about -Wno-unknown-warning. Invert
15317 # and test -Wunknown-warning instead.
15318 case $w in
15319 -Wno-*)
15320 wtest=`echo $w | sed 's/-Wno-/-W/g'` ;;
15321 -Wformat-nonliteral)
15322 # gcc requires -Wformat before -Wformat-nonliteral
15323 # will work, so stick them together.
15324 w="-Wformat $w"
15325 wtest="$w"
15326 ;;
15327 *)
15328 wtest=$w ;;
15329 esac
15330
15331 case $w in
15332 -Werr*) WERROR_CFLAGS=-Werror ;;
15333 *)
15334 # Check whether GCC accepts it.
15335 saved_CFLAGS="$CFLAGS"
15336 CFLAGS="$CFLAGS -Werror $wtest"
15337 saved_CXXFLAGS="$CXXFLAGS"
15338 CXXFLAGS="$CXXFLAGS -Werror $wtest"
15339 if test "x$w" = "x-Wunused-variable"; then
15340 # Check for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958,
15341 # fixed in GCC 4.9. This test is derived from the gdb
15342 # source code that triggered this bug in GCC.
15343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15344 /* end confdefs.h. */
15345 struct scoped_restore_base {};
15346 struct scoped_restore_tmpl : public scoped_restore_base {
15347 ~scoped_restore_tmpl() {}
15348 };
15349 int
15350 main ()
15351 {
15352 const scoped_restore_base &b = scoped_restore_tmpl();
15353 ;
15354 return 0;
15355 }
15356 _ACEOF
15357 if ac_fn_cxx_try_compile "$LINENO"; then :
15358 WARN_CFLAGS="${WARN_CFLAGS} $w"
15359 fi
15360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15361 else
15362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15363 /* end confdefs.h. */
15364
15365 int
15366 main ()
15367 {
15368
15369 ;
15370 return 0;
15371 }
15372 _ACEOF
15373 if ac_fn_cxx_try_compile "$LINENO"; then :
15374 WARN_CFLAGS="${WARN_CFLAGS} $w"
15375 fi
15376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15377 fi
15378 CFLAGS="$saved_CFLAGS"
15379 CXXFLAGS="$saved_CXXFLAGS"
15380 esac
15381 done
15382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
15383 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
15384 fi
15385
15386
15387
15388 ac_ext=c
15389 ac_cpp='$CPP $CPPFLAGS'
15390 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15391 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15392 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15393
15394
15395
15396 # Check whether --enable-ubsan was given.
15397 if test "${enable_ubsan+set}" = set; then :
15398 enableval=$enable_ubsan;
15399 else
15400 enable_ubsan=no
15401 fi
15402
15403 if test "x$enable_ubsan" = xauto; then
15404 if $development; then
15405 enable_ubsan=yes
15406 fi
15407 fi
15408 ac_ext=cpp
15409 ac_cpp='$CXXCPP $CPPFLAGS'
15410 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15411 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15412 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15413
15414 if test "x$enable_ubsan" = xyes; then
15415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fsanitize=undefined is accepted" >&5
15416 $as_echo_n "checking whether -fsanitize=undefined is accepted... " >&6; }
15417 saved_CXXFLAGS="$CXXFLAGS"
15418 CXXFLAGS="$CXXFLAGS -fsanitize=undefined -fno-sanitize-recover=undefined"
15419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15420 /* end confdefs.h. */
15421
15422 int
15423 main ()
15424 {
15425
15426 ;
15427 return 0;
15428 }
15429 _ACEOF
15430 if ac_fn_cxx_try_link "$LINENO"; then :
15431 enable_ubsan=yes
15432 else
15433 enable_ubsan=no
15434 fi
15435 rm -f core conftest.err conftest.$ac_objext \
15436 conftest$ac_exeext conftest.$ac_ext
15437 CXXFLAGS="$saved_CXXFLAGS"
15438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_ubsan" >&5
15439 $as_echo "$enable_ubsan" >&6; }
15440 if test "x$enable_ubsan" = xyes; then
15441 WARN_CFLAGS="$WARN_CFLAGS -fsanitize=undefined -fno-sanitize-recover=undefined"
15442 CONFIG_LDFLAGS="$CONFIG_LDFLAGS -fsanitize=undefined"
15443 fi
15444 fi
15445 ac_ext=c
15446 ac_cpp='$CPP $CPPFLAGS'
15447 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15448 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15449 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15450
15451
15452
15453 # In the Cygwin environment, we need some additional flags.
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
15455 $as_echo_n "checking for cygwin... " >&6; }
15456 if ${gdb_cv_os_cygwin+:} false; then :
15457 $as_echo_n "(cached) " >&6
15458 else
15459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15460 /* end confdefs.h. */
15461
15462 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
15463 lose
15464 #endif
15465 _ACEOF
15466 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15467 $EGREP "^lose$" >/dev/null 2>&1; then :
15468 gdb_cv_os_cygwin=yes
15469 else
15470 gdb_cv_os_cygwin=no
15471 fi
15472 rm -f conftest*
15473
15474 fi
15475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
15476 $as_echo "$gdb_cv_os_cygwin" >&6; }
15477
15478
15479 SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
15480 case ${host} in
15481 *go32* ) SER_HARDWIRE=ser-go32.o ;;
15482 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
15483 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
15484 *) SER_HARDWIRE="$SER_HARDWIRE ser-uds.o" ;;
15485 esac
15486
15487
15488 # libreadline needs libuser32.a in a cygwin environment
15489 WIN32LIBS=
15490 if test x$gdb_cv_os_cygwin = xyes; then
15491 WIN32LIBS="-luser32"
15492 case "${target}" in
15493 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
15494 ;;
15495 esac
15496 fi
15497
15498 # The ser-tcp.c module requires sockets.
15499 case ${host} in
15500 *mingw32*)
15501
15502 $as_echo "#define USE_WIN32API 1" >>confdefs.h
15503
15504 WIN32LIBS="$WIN32LIBS -lws2_32"
15505 ;;
15506 esac
15507
15508
15509 # Add ELF support to GDB, but only if BFD includes ELF support.
15510
15511 OLD_CFLAGS=$CFLAGS
15512 OLD_LDFLAGS=$LDFLAGS
15513 OLD_LIBS=$LIBS
15514 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
15515 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
15516 # always want our bfd.
15517 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
15518 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
15519 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
15520 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
15521 LIBS="-lbfd -liberty -lz $intl $LIBS"
15522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
15523 $as_echo_n "checking for ELF support in BFD... " >&6; }
15524 if ${gdb_cv_var_elf+:} false; then :
15525 $as_echo_n "(cached) " >&6
15526 else
15527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15528 /* end confdefs.h. */
15529 #include <stdlib.h>
15530 #include "bfd.h"
15531 #include "elf-bfd.h"
15532
15533 int
15534 main ()
15535 {
15536 return bfd_get_elf_phdr_upper_bound (NULL);
15537 ;
15538 return 0;
15539 }
15540 _ACEOF
15541 if ac_fn_c_try_link "$LINENO"; then :
15542 gdb_cv_var_elf=yes
15543 else
15544 gdb_cv_var_elf=no
15545 fi
15546 rm -f core conftest.err conftest.$ac_objext \
15547 conftest$ac_exeext conftest.$ac_ext
15548 fi
15549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
15550 $as_echo "$gdb_cv_var_elf" >&6; }
15551 CFLAGS=$OLD_CFLAGS
15552 LDFLAGS=$OLD_LDFLAGS
15553 LIBS=$OLD_LIBS
15554 if test $gdb_cv_var_elf = yes; then
15555 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o dtrace-probe.o"
15556
15557 $as_echo "#define HAVE_ELF 1" >>confdefs.h
15558
15559 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
15560 if test "$plugins" = "yes"; then
15561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
15562 $as_echo_n "checking for library containing dlopen... " >&6; }
15563 if ${ac_cv_search_dlopen+:} false; then :
15564 $as_echo_n "(cached) " >&6
15565 else
15566 ac_func_search_save_LIBS=$LIBS
15567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15568 /* end confdefs.h. */
15569
15570 /* Override any GCC internal prototype to avoid an error.
15571 Use char because int might match the return type of a GCC
15572 builtin and then its argument prototype would still apply. */
15573 #ifdef __cplusplus
15574 extern "C"
15575 #endif
15576 char dlopen ();
15577 int
15578 main ()
15579 {
15580 return dlopen ();
15581 ;
15582 return 0;
15583 }
15584 _ACEOF
15585 for ac_lib in '' dl; do
15586 if test -z "$ac_lib"; then
15587 ac_res="none required"
15588 else
15589 ac_res=-l$ac_lib
15590 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15591 fi
15592 if ac_fn_c_try_link "$LINENO"; then :
15593 ac_cv_search_dlopen=$ac_res
15594 fi
15595 rm -f core conftest.err conftest.$ac_objext \
15596 conftest$ac_exeext
15597 if ${ac_cv_search_dlopen+:} false; then :
15598 break
15599 fi
15600 done
15601 if ${ac_cv_search_dlopen+:} false; then :
15602
15603 else
15604 ac_cv_search_dlopen=no
15605 fi
15606 rm conftest.$ac_ext
15607 LIBS=$ac_func_search_save_LIBS
15608 fi
15609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
15610 $as_echo "$ac_cv_search_dlopen" >&6; }
15611 ac_res=$ac_cv_search_dlopen
15612 if test "$ac_res" != no; then :
15613 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15614
15615 fi
15616
15617 fi
15618 fi
15619
15620 # Add macho support to GDB, but only if BFD includes it.
15621
15622 OLD_CFLAGS=$CFLAGS
15623 OLD_LDFLAGS=$LDFLAGS
15624 OLD_LIBS=$LIBS
15625 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
15626 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
15627 # always want our bfd.
15628 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
15629 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
15630 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
15631 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
15632 LIBS="-lbfd -liberty -lz $intl $LIBS"
15633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
15634 $as_echo_n "checking for Mach-O support in BFD... " >&6; }
15635 if ${gdb_cv_var_macho+:} false; then :
15636 $as_echo_n "(cached) " >&6
15637 else
15638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15639 /* end confdefs.h. */
15640 #include <stdlib.h>
15641 #include "bfd.h"
15642 #include "mach-o.h"
15643
15644 int
15645 main ()
15646 {
15647 return bfd_mach_o_lookup_command (NULL, 0, NULL);
15648 ;
15649 return 0;
15650 }
15651 _ACEOF
15652 if ac_fn_c_try_link "$LINENO"; then :
15653 gdb_cv_var_macho=yes
15654 else
15655 gdb_cv_var_macho=no
15656 fi
15657 rm -f core conftest.err conftest.$ac_objext \
15658 conftest$ac_exeext conftest.$ac_ext
15659 fi
15660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
15661 $as_echo "$gdb_cv_var_macho" >&6; }
15662 CFLAGS=$OLD_CFLAGS
15663 LDFLAGS=$OLD_LDFLAGS
15664 LIBS=$OLD_LIBS
15665 if test $gdb_cv_var_macho = yes; then
15666 CONFIG_OBS="$CONFIG_OBS machoread.o"
15667 fi
15668
15669 # Add any host-specific objects to GDB.
15670 CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
15671
15672 # If building on ELF, look for lzma support for embedded compressed debug info.
15673 if test $gdb_cv_var_elf = yes; then
15674
15675 # Check whether --with-lzma was given.
15676 if test "${with_lzma+set}" = set; then :
15677 withval=$with_lzma;
15678 else
15679 with_lzma=auto
15680 fi
15681
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
15683 $as_echo_n "checking whether to use lzma... " >&6; }
15684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
15685 $as_echo "$with_lzma" >&6; }
15686
15687 if test "${with_lzma}" != no; then
15688
15689
15690
15691
15692
15693
15694
15695
15696 use_additional=yes
15697
15698 acl_save_prefix="$prefix"
15699 prefix="$acl_final_prefix"
15700 acl_save_exec_prefix="$exec_prefix"
15701 exec_prefix="$acl_final_exec_prefix"
15702
15703 eval additional_includedir=\"$includedir\"
15704 eval additional_libdir=\"$libdir\"
15705
15706 exec_prefix="$acl_save_exec_prefix"
15707 prefix="$acl_save_prefix"
15708
15709
15710 # Check whether --with-liblzma-prefix was given.
15711 if test "${with_liblzma_prefix+set}" = set; then :
15712 withval=$with_liblzma_prefix;
15713 if test "X$withval" = "Xno"; then
15714 use_additional=no
15715 else
15716 if test "X$withval" = "X"; then
15717
15718 acl_save_prefix="$prefix"
15719 prefix="$acl_final_prefix"
15720 acl_save_exec_prefix="$exec_prefix"
15721 exec_prefix="$acl_final_exec_prefix"
15722
15723 eval additional_includedir=\"$includedir\"
15724 eval additional_libdir=\"$libdir\"
15725
15726 exec_prefix="$acl_save_exec_prefix"
15727 prefix="$acl_save_prefix"
15728
15729 else
15730 additional_includedir="$withval/include"
15731 additional_libdir="$withval/lib"
15732 fi
15733 fi
15734
15735 fi
15736
15737 LIBLZMA=
15738 LTLIBLZMA=
15739 INCLZMA=
15740 rpathdirs=
15741 ltrpathdirs=
15742 names_already_handled=
15743 names_next_round='lzma '
15744 while test -n "$names_next_round"; do
15745 names_this_round="$names_next_round"
15746 names_next_round=
15747 for name in $names_this_round; do
15748 already_handled=
15749 for n in $names_already_handled; do
15750 if test "$n" = "$name"; then
15751 already_handled=yes
15752 break
15753 fi
15754 done
15755 if test -z "$already_handled"; then
15756 names_already_handled="$names_already_handled $name"
15757 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
15758 eval value=\"\$HAVE_LIB$uppername\"
15759 if test -n "$value"; then
15760 if test "$value" = yes; then
15761 eval value=\"\$LIB$uppername\"
15762 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
15763 eval value=\"\$LTLIB$uppername\"
15764 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
15765 else
15766 :
15767 fi
15768 else
15769 found_dir=
15770 found_la=
15771 found_so=
15772 found_a=
15773 if test $use_additional = yes; then
15774 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
15775 found_dir="$additional_libdir"
15776 found_so="$additional_libdir/lib$name.$shlibext"
15777 if test -f "$additional_libdir/lib$name.la"; then
15778 found_la="$additional_libdir/lib$name.la"
15779 fi
15780 else
15781 if test -f "$additional_libdir/lib$name.$libext"; then
15782 found_dir="$additional_libdir"
15783 found_a="$additional_libdir/lib$name.$libext"
15784 if test -f "$additional_libdir/lib$name.la"; then
15785 found_la="$additional_libdir/lib$name.la"
15786 fi
15787 fi
15788 fi
15789 fi
15790 if test "X$found_dir" = "X"; then
15791 for x in $LDFLAGS $LTLIBLZMA; do
15792
15793 acl_save_prefix="$prefix"
15794 prefix="$acl_final_prefix"
15795 acl_save_exec_prefix="$exec_prefix"
15796 exec_prefix="$acl_final_exec_prefix"
15797 eval x=\"$x\"
15798 exec_prefix="$acl_save_exec_prefix"
15799 prefix="$acl_save_prefix"
15800
15801 case "$x" in
15802 -L*)
15803 dir=`echo "X$x" | sed -e 's/^X-L//'`
15804 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
15805 found_dir="$dir"
15806 found_so="$dir/lib$name.$shlibext"
15807 if test -f "$dir/lib$name.la"; then
15808 found_la="$dir/lib$name.la"
15809 fi
15810 else
15811 if test -f "$dir/lib$name.$libext"; then
15812 found_dir="$dir"
15813 found_a="$dir/lib$name.$libext"
15814 if test -f "$dir/lib$name.la"; then
15815 found_la="$dir/lib$name.la"
15816 fi
15817 fi
15818 fi
15819 ;;
15820 esac
15821 if test "X$found_dir" != "X"; then
15822 break
15823 fi
15824 done
15825 fi
15826 if test "X$found_dir" != "X"; then
15827 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
15828 if test "X$found_so" != "X"; then
15829 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
15830 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15831 else
15832 haveit=
15833 for x in $ltrpathdirs; do
15834 if test "X$x" = "X$found_dir"; then
15835 haveit=yes
15836 break
15837 fi
15838 done
15839 if test -z "$haveit"; then
15840 ltrpathdirs="$ltrpathdirs $found_dir"
15841 fi
15842 if test "$hardcode_direct" = yes; then
15843 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15844 else
15845 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
15846 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15847 haveit=
15848 for x in $rpathdirs; do
15849 if test "X$x" = "X$found_dir"; then
15850 haveit=yes
15851 break
15852 fi
15853 done
15854 if test -z "$haveit"; then
15855 rpathdirs="$rpathdirs $found_dir"
15856 fi
15857 else
15858 haveit=
15859 for x in $LDFLAGS $LIBLZMA; do
15860
15861 acl_save_prefix="$prefix"
15862 prefix="$acl_final_prefix"
15863 acl_save_exec_prefix="$exec_prefix"
15864 exec_prefix="$acl_final_exec_prefix"
15865 eval x=\"$x\"
15866 exec_prefix="$acl_save_exec_prefix"
15867 prefix="$acl_save_prefix"
15868
15869 if test "X$x" = "X-L$found_dir"; then
15870 haveit=yes
15871 break
15872 fi
15873 done
15874 if test -z "$haveit"; then
15875 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
15876 fi
15877 if test "$hardcode_minus_L" != no; then
15878 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15879 else
15880 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
15881 fi
15882 fi
15883 fi
15884 fi
15885 else
15886 if test "X$found_a" != "X"; then
15887 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
15888 else
15889 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
15890 fi
15891 fi
15892 additional_includedir=
15893 case "$found_dir" in
15894 */lib | */lib/)
15895 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
15896 additional_includedir="$basedir/include"
15897 ;;
15898 esac
15899 if test "X$additional_includedir" != "X"; then
15900 if test "X$additional_includedir" != "X/usr/include"; then
15901 haveit=
15902 if test "X$additional_includedir" = "X/usr/local/include"; then
15903 if test -n "$GCC"; then
15904 case $host_os in
15905 linux*) haveit=yes;;
15906 esac
15907 fi
15908 fi
15909 if test -z "$haveit"; then
15910 for x in $CPPFLAGS $INCLZMA; do
15911
15912 acl_save_prefix="$prefix"
15913 prefix="$acl_final_prefix"
15914 acl_save_exec_prefix="$exec_prefix"
15915 exec_prefix="$acl_final_exec_prefix"
15916 eval x=\"$x\"
15917 exec_prefix="$acl_save_exec_prefix"
15918 prefix="$acl_save_prefix"
15919
15920 if test "X$x" = "X-I$additional_includedir"; then
15921 haveit=yes
15922 break
15923 fi
15924 done
15925 if test -z "$haveit"; then
15926 if test -d "$additional_includedir"; then
15927 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
15928 fi
15929 fi
15930 fi
15931 fi
15932 fi
15933 if test -n "$found_la"; then
15934 save_libdir="$libdir"
15935 case "$found_la" in
15936 */* | *\\*) . "$found_la" ;;
15937 *) . "./$found_la" ;;
15938 esac
15939 libdir="$save_libdir"
15940 for dep in $dependency_libs; do
15941 case "$dep" in
15942 -L*)
15943 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
15944 if test "X$additional_libdir" != "X/usr/lib"; then
15945 haveit=
15946 if test "X$additional_libdir" = "X/usr/local/lib"; then
15947 if test -n "$GCC"; then
15948 case $host_os in
15949 linux*) haveit=yes;;
15950 esac
15951 fi
15952 fi
15953 if test -z "$haveit"; then
15954 haveit=
15955 for x in $LDFLAGS $LIBLZMA; do
15956
15957 acl_save_prefix="$prefix"
15958 prefix="$acl_final_prefix"
15959 acl_save_exec_prefix="$exec_prefix"
15960 exec_prefix="$acl_final_exec_prefix"
15961 eval x=\"$x\"
15962 exec_prefix="$acl_save_exec_prefix"
15963 prefix="$acl_save_prefix"
15964
15965 if test "X$x" = "X-L$additional_libdir"; then
15966 haveit=yes
15967 break
15968 fi
15969 done
15970 if test -z "$haveit"; then
15971 if test -d "$additional_libdir"; then
15972 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
15973 fi
15974 fi
15975 haveit=
15976 for x in $LDFLAGS $LTLIBLZMA; do
15977
15978 acl_save_prefix="$prefix"
15979 prefix="$acl_final_prefix"
15980 acl_save_exec_prefix="$exec_prefix"
15981 exec_prefix="$acl_final_exec_prefix"
15982 eval x=\"$x\"
15983 exec_prefix="$acl_save_exec_prefix"
15984 prefix="$acl_save_prefix"
15985
15986 if test "X$x" = "X-L$additional_libdir"; then
15987 haveit=yes
15988 break
15989 fi
15990 done
15991 if test -z "$haveit"; then
15992 if test -d "$additional_libdir"; then
15993 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
15994 fi
15995 fi
15996 fi
15997 fi
15998 ;;
15999 -R*)
16000 dir=`echo "X$dep" | sed -e 's/^X-R//'`
16001 if test "$enable_rpath" != no; then
16002 haveit=
16003 for x in $rpathdirs; do
16004 if test "X$x" = "X$dir"; then
16005 haveit=yes
16006 break
16007 fi
16008 done
16009 if test -z "$haveit"; then
16010 rpathdirs="$rpathdirs $dir"
16011 fi
16012 haveit=
16013 for x in $ltrpathdirs; do
16014 if test "X$x" = "X$dir"; then
16015 haveit=yes
16016 break
16017 fi
16018 done
16019 if test -z "$haveit"; then
16020 ltrpathdirs="$ltrpathdirs $dir"
16021 fi
16022 fi
16023 ;;
16024 -l*)
16025 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
16026 ;;
16027 *.la)
16028 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
16029 ;;
16030 *)
16031 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
16032 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
16033 ;;
16034 esac
16035 done
16036 fi
16037 else
16038 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
16039 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
16040 fi
16041 fi
16042 fi
16043 done
16044 done
16045 if test "X$rpathdirs" != "X"; then
16046 if test -n "$hardcode_libdir_separator"; then
16047 alldirs=
16048 for found_dir in $rpathdirs; do
16049 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
16050 done
16051 acl_save_libdir="$libdir"
16052 libdir="$alldirs"
16053 eval flag=\"$hardcode_libdir_flag_spec\"
16054 libdir="$acl_save_libdir"
16055 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
16056 else
16057 for found_dir in $rpathdirs; do
16058 acl_save_libdir="$libdir"
16059 libdir="$found_dir"
16060 eval flag=\"$hardcode_libdir_flag_spec\"
16061 libdir="$acl_save_libdir"
16062 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
16063 done
16064 fi
16065 fi
16066 if test "X$ltrpathdirs" != "X"; then
16067 for found_dir in $ltrpathdirs; do
16068 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
16069 done
16070 fi
16071
16072
16073 ac_save_CPPFLAGS="$CPPFLAGS"
16074
16075 for element in $INCLZMA; do
16076 haveit=
16077 for x in $CPPFLAGS; do
16078
16079 acl_save_prefix="$prefix"
16080 prefix="$acl_final_prefix"
16081 acl_save_exec_prefix="$exec_prefix"
16082 exec_prefix="$acl_final_exec_prefix"
16083 eval x=\"$x\"
16084 exec_prefix="$acl_save_exec_prefix"
16085 prefix="$acl_save_prefix"
16086
16087 if test "X$x" = "X$element"; then
16088 haveit=yes
16089 break
16090 fi
16091 done
16092 if test -z "$haveit"; then
16093 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
16094 fi
16095 done
16096
16097
16098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
16099 $as_echo_n "checking for liblzma... " >&6; }
16100 if ${ac_cv_liblzma+:} false; then :
16101 $as_echo_n "(cached) " >&6
16102 else
16103
16104 ac_save_LIBS="$LIBS"
16105 LIBS="$LIBS $LIBLZMA"
16106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16107 /* end confdefs.h. */
16108 #include "lzma.h"
16109 int
16110 main ()
16111 {
16112 lzma_index_iter iter;
16113 lzma_index_iter_init (&iter, 0);
16114 lzma_mf_is_supported (LZMA_MF_HC3);
16115 ;
16116 return 0;
16117 }
16118 _ACEOF
16119 if ac_fn_c_try_link "$LINENO"; then :
16120 ac_cv_liblzma=yes
16121 else
16122 ac_cv_liblzma=no
16123 fi
16124 rm -f core conftest.err conftest.$ac_objext \
16125 conftest$ac_exeext conftest.$ac_ext
16126 LIBS="$ac_save_LIBS"
16127
16128 fi
16129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
16130 $as_echo "$ac_cv_liblzma" >&6; }
16131 if test "$ac_cv_liblzma" = yes; then
16132 HAVE_LIBLZMA=yes
16133
16134 $as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
16135
16136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
16137 $as_echo_n "checking how to link with liblzma... " >&6; }
16138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
16139 $as_echo "$LIBLZMA" >&6; }
16140 else
16141 HAVE_LIBLZMA=no
16142 CPPFLAGS="$ac_save_CPPFLAGS"
16143 LIBLZMA=
16144 LTLIBLZMA=
16145 fi
16146
16147
16148
16149
16150
16151
16152 if test "$HAVE_LIBLZMA" != yes; then
16153 if test "$with_lzma" = yes; then
16154 as_fn_error $? "missing liblzma for --with-lzma" "$LINENO" 5
16155 fi
16156 fi
16157 fi
16158 fi
16159
16160 LIBGUI="../libgui/src/libgui.a"
16161 GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
16162
16163
16164
16165 WIN32LDAPP=
16166
16167
16168
16169 case "${host}" in
16170 *-*-cygwin* | *-*-mingw* )
16171 configdir="win"
16172 ;;
16173 *)
16174 configdir="unix"
16175 ;;
16176 esac
16177
16178 GDBTKLIBS=
16179 if test "${enable_gdbtk}" = "yes"; then
16180
16181 # Gdbtk must have an absolute path to srcdir in order to run
16182 # properly when not installed.
16183 here=`pwd`
16184 cd ${srcdir}
16185 GDBTK_SRC_DIR=`pwd`
16186 cd $here
16187
16188
16189 #
16190 # Ok, lets find the tcl configuration
16191 # First, look for one uninstalled.
16192 # the alternative search directory is invoked by --with-tcl
16193 #
16194
16195 if test x"${no_tcl}" = x ; then
16196 # we reset no_tcl in case something fails here
16197 no_tcl=true
16198
16199 # Check whether --with-tcl was given.
16200 if test "${with_tcl+set}" = set; then :
16201 withval=$with_tcl; with_tclconfig=${withval}
16202 fi
16203
16204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
16205 $as_echo_n "checking for Tcl configuration... " >&6; }
16206 if ${ac_cv_c_tclconfig+:} false; then :
16207 $as_echo_n "(cached) " >&6
16208 else
16209
16210
16211 # First check to see if --with-tcl was specified.
16212 case "${host}" in
16213 *-*-cygwin*) platDir="win" ;;
16214 *) platDir="unix" ;;
16215 esac
16216 if test x"${with_tclconfig}" != x ; then
16217 if test -f "${with_tclconfig}/tclConfig.sh" ; then
16218 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
16219 else
16220 as_fn_error $? "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
16221 fi
16222 fi
16223
16224 # then check for a private Tcl installation
16225 if test x"${ac_cv_c_tclconfig}" = x ; then
16226 for i in \
16227 ../tcl \
16228 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16229 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
16230 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
16231 ../../tcl \
16232 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16233 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
16234 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
16235 ../../../tcl \
16236 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16237 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
16238 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
16239 if test -f "$i/$platDir/tclConfig.sh" ; then
16240 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
16241 break
16242 fi
16243 done
16244 fi
16245
16246 # on Darwin, check in Framework installation locations
16247 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
16248 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
16249 `ls -d /Library/Frameworks 2>/dev/null` \
16250 `ls -d /Network/Library/Frameworks 2>/dev/null` \
16251 `ls -d /System/Library/Frameworks 2>/dev/null` \
16252 ; do
16253 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
16254 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
16255 break
16256 fi
16257 done
16258 fi
16259
16260 # check in a few common install locations
16261 if test x"${ac_cv_c_tclconfig}" = x ; then
16262 for i in `ls -d ${libdir} 2>/dev/null` \
16263 `ls -d ${exec_prefix}/lib 2>/dev/null` \
16264 `ls -d ${prefix}/lib 2>/dev/null` \
16265 `ls -d /usr/local/lib 2>/dev/null` \
16266 `ls -d /usr/contrib/lib 2>/dev/null` \
16267 `ls -d /usr/lib 2>/dev/null` \
16268 ; do
16269 if test -f "$i/tclConfig.sh" ; then
16270 ac_cv_c_tclconfig=`(cd $i; pwd)`
16271 break
16272 fi
16273 done
16274 fi
16275
16276 # check in a few other private locations
16277 if test x"${ac_cv_c_tclconfig}" = x ; then
16278 for i in \
16279 ${srcdir}/../tcl \
16280 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16281 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
16282 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
16283 if test -f "$i/$platDir/tclConfig.sh" ; then
16284 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
16285 break
16286 fi
16287 done
16288 fi
16289
16290 fi
16291
16292
16293 if test x"${ac_cv_c_tclconfig}" = x ; then
16294 TCL_BIN_DIR="# no Tcl configs found"
16295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
16296 $as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
16297 else
16298 no_tcl=
16299 TCL_BIN_DIR=${ac_cv_c_tclconfig}
16300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
16301 $as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
16302 fi
16303 fi
16304
16305
16306 # If $no_tk is nonempty, then we can't do Tk, and there is no
16307 # point to doing Tcl.
16308
16309 #
16310 # Ok, lets find the tk configuration
16311 # First, look for one uninstalled.
16312 # the alternative search directory is invoked by --with-tk
16313 #
16314
16315 if test x"${no_tk}" = x ; then
16316 # we reset no_tk in case something fails here
16317 no_tk=true
16318
16319 # Check whether --with-tk was given.
16320 if test "${with_tk+set}" = set; then :
16321 withval=$with_tk; with_tkconfig=${withval}
16322 fi
16323
16324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
16325 $as_echo_n "checking for Tk configuration... " >&6; }
16326 if ${ac_cv_c_tkconfig+:} false; then :
16327 $as_echo_n "(cached) " >&6
16328 else
16329
16330
16331 # First check to see if --with-tkconfig was specified.
16332 if test x"${with_tkconfig}" != x ; then
16333 if test -f "${with_tkconfig}/tkConfig.sh" ; then
16334 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
16335 else
16336 as_fn_error $? "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
16337 fi
16338 fi
16339
16340 # then check for a private Tk library
16341 case "${host}" in
16342 *-*-cygwin*) platDir="win" ;;
16343 *) platDir="unix" ;;
16344 esac
16345 if test x"${ac_cv_c_tkconfig}" = x ; then
16346 for i in \
16347 ../tk \
16348 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16349 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
16350 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
16351 ../../tk \
16352 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16353 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
16354 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
16355 ../../../tk \
16356 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16357 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
16358 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
16359 if test -f "$i/$platDir/tkConfig.sh" ; then
16360 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
16361 break
16362 fi
16363 done
16364 fi
16365
16366 # on Darwin, check in Framework installation locations
16367 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
16368 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
16369 `ls -d /Library/Frameworks 2>/dev/null` \
16370 `ls -d /Network/Library/Frameworks 2>/dev/null` \
16371 `ls -d /System/Library/Frameworks 2>/dev/null` \
16372 ; do
16373 if test -f "$i/Tk.framework/tkConfig.sh" ; then
16374 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
16375 break
16376 fi
16377 done
16378 fi
16379
16380 # check in a few common install locations
16381 if test x"${ac_cv_c_tkconfig}" = x ; then
16382 for i in `ls -d ${libdir} 2>/dev/null` \
16383 `ls -d ${exec_prefix}/lib 2>/dev/null` \
16384 `ls -d ${prefix}/lib 2>/dev/null` \
16385 `ls -d /usr/local/lib 2>/dev/null` \
16386 `ls -d /usr/contrib/lib 2>/dev/null` \
16387 `ls -d /usr/lib 2>/dev/null` \
16388 ; do
16389 if test -f "$i/tkConfig.sh" ; then
16390 ac_cv_c_tkconfig=`(cd $i; pwd)`
16391 break
16392 fi
16393 done
16394 fi
16395 # check in a few other private locations
16396 if test x"${ac_cv_c_tkconfig}" = x ; then
16397 for i in \
16398 ${srcdir}/../tk \
16399 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16400 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
16401 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
16402 if test -f "$i/$platDir/tkConfig.sh" ; then
16403 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
16404 break
16405 fi
16406 done
16407 fi
16408
16409 fi
16410
16411
16412 if test x"${ac_cv_c_tkconfig}" = x ; then
16413 TK_BIN_DIR="# no Tk configs found"
16414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
16415 $as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
16416 else
16417 no_tk=
16418 TK_BIN_DIR=${ac_cv_c_tkconfig}
16419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
16420 $as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
16421 fi
16422 fi
16423
16424
16425 if test -z "${no_tcl}" -a -z "${no_tk}"; then
16426
16427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
16428 $as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
16429
16430 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
16431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
16432 $as_echo "loading" >&6; }
16433 . ${TCL_BIN_DIR}/tclConfig.sh
16434 else
16435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
16436 $as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
16437 fi
16438
16439 # eval is required to do the TCL_DBGX substitution
16440 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
16441 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
16442
16443 # If the TCL_BIN_DIR is the build directory (not the install directory),
16444 # then set the common variable name to the value of the build variables.
16445 # For example, the variable TCL_LIB_SPEC will be set to the value
16446 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
16447 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
16448 # installed and uninstalled version of Tcl.
16449 if test -f "${TCL_BIN_DIR}/Makefile" ; then
16450 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
16451 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
16452 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
16453 elif test "`uname -s`" = "Darwin"; then
16454 # If Tcl was built as a framework, attempt to use the libraries
16455 # from the framework at the given location so that linking works
16456 # against Tcl.framework installed in an arbitrary location.
16457 case ${TCL_DEFS} in
16458 *TCL_FRAMEWORK*)
16459 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
16460 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
16461 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
16462 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
16463 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
16464 break
16465 fi
16466 done
16467 fi
16468 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
16469 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
16470 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
16471 fi
16472 ;;
16473 esac
16474 fi
16475
16476 # eval is required to do the TCL_DBGX substitution
16477 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
16478 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
16479 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
16480 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
16481
16482
16483
16484
16485
16486
16487
16488
16489
16490
16491
16492
16493
16494
16495
16496 # Check for in-tree tcl
16497 here=`pwd`
16498 cd ${srcdir}/..
16499 topdir=`pwd`
16500 cd ${here}
16501
16502 intree="no"
16503 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
16504 intree="yes"
16505 fi
16506
16507 # Find Tcl private headers
16508 if test x"${intree}" = xno; then
16509
16510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
16511 $as_echo_n "checking for Tcl private headers... " >&6; }
16512 private_dir=""
16513 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
16514 if test -f ${dir}/tclInt.h ; then
16515 private_dir=${dir}
16516 fi
16517
16518 if test x"${private_dir}" = x; then
16519 as_fn_error $? "could not find private Tcl headers" "$LINENO" 5
16520 else
16521 TCL_PRIVATE_INCLUDE="-I${private_dir}"
16522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
16523 $as_echo "${private_dir}" >&6; }
16524 fi
16525
16526 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
16527 TCL_LIBRARY="${TCL_LIB_SPEC}"
16528 TCL_DEPS=""
16529 else
16530 # If building tcl in the same src tree, private headers
16531 # are not needed, but we need to be sure to use the right
16532 # headers library
16533 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
16534 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
16535 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
16536 fi
16537
16538
16539
16540
16541
16542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
16543 $as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
16544
16545 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
16546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
16547 $as_echo "loading" >&6; }
16548 . ${TK_BIN_DIR}/tkConfig.sh
16549 else
16550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
16551 $as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
16552 fi
16553
16554 # eval is required to do the TK_DBGX substitution
16555 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
16556 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
16557
16558 # If the TK_BIN_DIR is the build directory (not the install directory),
16559 # then set the common variable name to the value of the build variables.
16560 # For example, the variable TK_LIB_SPEC will be set to the value
16561 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
16562 # instead of TK_BUILD_LIB_SPEC since it will work with both an
16563 # installed and uninstalled version of Tcl.
16564 if test -f "${TK_BIN_DIR}/Makefile" ; then
16565 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
16566 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
16567 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
16568 elif test "`uname -s`" = "Darwin"; then
16569 # If Tk was built as a framework, attempt to use the libraries
16570 # from the framework at the given location so that linking works
16571 # against Tk.framework installed in an arbitrary location.
16572 case ${TK_DEFS} in
16573 *TK_FRAMEWORK*)
16574 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
16575 for i in "`cd ${TK_BIN_DIR}; pwd`" \
16576 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
16577 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
16578 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
16579 break
16580 fi
16581 done
16582 fi
16583 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
16584 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
16585 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
16586 fi
16587 ;;
16588 esac
16589 fi
16590
16591 # eval is required to do the TK_DBGX substitution
16592 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
16593 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
16594 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
16595 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610 # Check for in-tree Tk
16611 intree="no"
16612 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
16613 intree="yes"
16614 fi
16615
16616 # Find Tk private headers
16617 if test x"${intree}" = xno; then
16618
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
16620 $as_echo_n "checking for Tk private headers... " >&6; }
16621 private_dir=""
16622 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
16623 if test -f ${dir}/tkInt.h; then
16624 private_dir=${dir}
16625 fi
16626
16627 if test x"${private_dir}" = x; then
16628 as_fn_error $? "could not find Tk private headers" "$LINENO" 5
16629 else
16630 TK_PRIVATE_INCLUDE="-I${private_dir}"
16631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
16632 $as_echo "${private_dir}" >&6; }
16633 fi
16634
16635 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
16636 TK_LIBRARY=${TK_LIB_SPEC}
16637 TK_DEPS=""
16638 else
16639 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
16640 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
16641 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
16642 fi
16643
16644
16645
16646
16647
16648 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
16649
16650 # Include some libraries that Tcl and Tk want.
16651 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
16652 # Yes, the ordering seems wrong here. But it isn't.
16653 # TK_LIBS is the list of libraries that need to be linked
16654 # after Tcl/Tk. Note that this isn't put into LIBS. If it
16655 # were in LIBS then any link tests after this point would
16656 # try to include things like `$(LIBGUI)', which wouldn't work.
16657 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
16658
16659 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
16660 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
16661 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
16662 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
16663 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
16664 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
16665 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
16666
16667 if test x$gdb_cv_os_cygwin = xyes; then
16668 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
16669 WIN32LDAPP="-Wl,--subsystem,console"
16670 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
16671 fi
16672
16673 subdirs="$subdirs gdbtk"
16674
16675 fi
16676 fi
16677
16678
16679
16680
16681
16682
16683
16684
16685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
16686 $as_echo_n "checking for X... " >&6; }
16687
16688
16689 # Check whether --with-x was given.
16690 if test "${with_x+set}" = set; then :
16691 withval=$with_x;
16692 fi
16693
16694 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
16695 if test "x$with_x" = xno; then
16696 # The user explicitly disabled X.
16697 have_x=disabled
16698 else
16699 case $x_includes,$x_libraries in #(
16700 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
16701 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
16702 $as_echo_n "(cached) " >&6
16703 else
16704 # One or both of the vars are not set, and there is no cached value.
16705 ac_x_includes=no ac_x_libraries=no
16706 rm -f -r conftest.dir
16707 if mkdir conftest.dir; then
16708 cd conftest.dir
16709 cat >Imakefile <<'_ACEOF'
16710 incroot:
16711 @echo incroot='${INCROOT}'
16712 usrlibdir:
16713 @echo usrlibdir='${USRLIBDIR}'
16714 libdir:
16715 @echo libdir='${LIBDIR}'
16716 _ACEOF
16717 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
16718 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
16719 for ac_var in incroot usrlibdir libdir; do
16720 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
16721 done
16722 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
16723 for ac_extension in a so sl dylib la dll; do
16724 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
16725 test -f "$ac_im_libdir/libX11.$ac_extension"; then
16726 ac_im_usrlibdir=$ac_im_libdir; break
16727 fi
16728 done
16729 # Screen out bogus values from the imake configuration. They are
16730 # bogus both because they are the default anyway, and because
16731 # using them would break gcc on systems where it needs fixed includes.
16732 case $ac_im_incroot in
16733 /usr/include) ac_x_includes= ;;
16734 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
16735 esac
16736 case $ac_im_usrlibdir in
16737 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
16738 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
16739 esac
16740 fi
16741 cd ..
16742 rm -f -r conftest.dir
16743 fi
16744
16745 # Standard set of common directories for X headers.
16746 # Check X11 before X11Rn because it is often a symlink to the current release.
16747 ac_x_header_dirs='
16748 /usr/X11/include
16749 /usr/X11R7/include
16750 /usr/X11R6/include
16751 /usr/X11R5/include
16752 /usr/X11R4/include
16753
16754 /usr/include/X11
16755 /usr/include/X11R7
16756 /usr/include/X11R6
16757 /usr/include/X11R5
16758 /usr/include/X11R4
16759
16760 /usr/local/X11/include
16761 /usr/local/X11R7/include
16762 /usr/local/X11R6/include
16763 /usr/local/X11R5/include
16764 /usr/local/X11R4/include
16765
16766 /usr/local/include/X11
16767 /usr/local/include/X11R7
16768 /usr/local/include/X11R6
16769 /usr/local/include/X11R5
16770 /usr/local/include/X11R4
16771
16772 /usr/X386/include
16773 /usr/x386/include
16774 /usr/XFree86/include/X11
16775
16776 /usr/include
16777 /usr/local/include
16778 /usr/unsupported/include
16779 /usr/athena/include
16780 /usr/local/x11r5/include
16781 /usr/lpp/Xamples/include
16782
16783 /usr/openwin/include
16784 /usr/openwin/share/include'
16785
16786 if test "$ac_x_includes" = no; then
16787 # Guess where to find include files, by looking for Xlib.h.
16788 # First, try using that file with no special directory specified.
16789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16790 /* end confdefs.h. */
16791 #include <X11/Xlib.h>
16792 _ACEOF
16793 if ac_fn_c_try_cpp "$LINENO"; then :
16794 # We can compile using X headers with no special include directory.
16795 ac_x_includes=
16796 else
16797 for ac_dir in $ac_x_header_dirs; do
16798 if test -r "$ac_dir/X11/Xlib.h"; then
16799 ac_x_includes=$ac_dir
16800 break
16801 fi
16802 done
16803 fi
16804 rm -f conftest.err conftest.i conftest.$ac_ext
16805 fi # $ac_x_includes = no
16806
16807 if test "$ac_x_libraries" = no; then
16808 # Check for the libraries.
16809 # See if we find them without any special options.
16810 # Don't add to $LIBS permanently.
16811 ac_save_LIBS=$LIBS
16812 LIBS="-lX11 $LIBS"
16813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16814 /* end confdefs.h. */
16815 #include <X11/Xlib.h>
16816 int
16817 main ()
16818 {
16819 XrmInitialize ()
16820 ;
16821 return 0;
16822 }
16823 _ACEOF
16824 if ac_fn_c_try_link "$LINENO"; then :
16825 LIBS=$ac_save_LIBS
16826 # We can link X programs with no special library path.
16827 ac_x_libraries=
16828 else
16829 LIBS=$ac_save_LIBS
16830 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
16831 do
16832 # Don't even attempt the hair of trying to link an X program!
16833 for ac_extension in a so sl dylib la dll; do
16834 if test -r "$ac_dir/libX11.$ac_extension"; then
16835 ac_x_libraries=$ac_dir
16836 break 2
16837 fi
16838 done
16839 done
16840 fi
16841 rm -f core conftest.err conftest.$ac_objext \
16842 conftest$ac_exeext conftest.$ac_ext
16843 fi # $ac_x_libraries = no
16844
16845 case $ac_x_includes,$ac_x_libraries in #(
16846 no,* | *,no | *\'*)
16847 # Didn't find X, or a directory has "'" in its name.
16848 ac_cv_have_x="have_x=no";; #(
16849 *)
16850 # Record where we found X for the cache.
16851 ac_cv_have_x="have_x=yes\
16852 ac_x_includes='$ac_x_includes'\
16853 ac_x_libraries='$ac_x_libraries'"
16854 esac
16855 fi
16856 ;; #(
16857 *) have_x=yes;;
16858 esac
16859 eval "$ac_cv_have_x"
16860 fi # $with_x != no
16861
16862 if test "$have_x" != yes; then
16863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
16864 $as_echo "$have_x" >&6; }
16865 no_x=yes
16866 else
16867 # If each of the values was on the command line, it overrides each guess.
16868 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
16869 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
16870 # Update the cache value to reflect the command line values.
16871 ac_cv_have_x="have_x=yes\
16872 ac_x_includes='$x_includes'\
16873 ac_x_libraries='$x_libraries'"
16874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
16875 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
16876 fi
16877
16878
16879 # Unlike the sim directory, whether a simulator is linked is controlled by
16880 # presence of a gdb_sim definition in the target configure.tgt entry.
16881 # This code just checks for a few cases where we'd like to ignore those
16882 # definitions, even when they're present in the '.mt' file. These cases
16883 # are when --disable-sim is specified, or if the simulator directory is
16884 # not part of the source tree.
16885 #
16886 # Check whether --enable-sim was given.
16887 if test "${enable_sim+set}" = set; then :
16888 enableval=$enable_sim; echo "enable_sim = $enable_sim";
16889 echo "enableval = ${enableval}";
16890 case "${enableval}" in
16891 yes) ignore_sim=false ;;
16892 no) ignore_sim=true ;;
16893 *) ignore_sim=false ;;
16894 esac
16895 else
16896 ignore_sim=false
16897 fi
16898
16899
16900 if test ! -d "${srcdir}/../sim"; then
16901 ignore_sim=true
16902 fi
16903
16904 SIM=
16905 SIM_OBS=
16906 if test "${ignore_sim}" = "false"; then
16907 if test x"${gdb_sim}" != x ; then
16908 SIM="${gdb_sim}"
16909 SIM_OBS="remote-sim.o"
16910
16911 $as_echo "#define WITH_SIM 1" >>confdefs.h
16912
16913
16914 # Some tdep code should only be compiled in when the ppc sim is
16915 # built. PR sim/13418.
16916 case $target in
16917 powerpc*-*-*)
16918
16919 $as_echo "#define WITH_PPC_SIM 1" >>confdefs.h
16920
16921 ;;
16922 esac
16923 fi
16924 fi
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939 # List of host floatformats.
16940
16941 cat >>confdefs.h <<_ACEOF
16942 #define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
16943 _ACEOF
16944
16945
16946 cat >>confdefs.h <<_ACEOF
16947 #define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
16948 _ACEOF
16949
16950
16951 cat >>confdefs.h <<_ACEOF
16952 #define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
16953 _ACEOF
16954
16955
16956 # target_subdir is used by the testsuite to find the target libraries.
16957 target_subdir=
16958 if test "${host}" != "${target}"; then
16959 target_subdir="${target_alias}/"
16960 fi
16961
16962
16963 # Import nat definitions.
16964 nat_makefile_frag=/dev/null
16965 if test "${gdb_native}" = "yes"; then
16966 . ${srcdir}/configure.nat
16967 nativefile=$NAT_FILE
16968 fi
16969
16970
16971
16972
16973
16974
16975
16976
16977
16978
16979
16980 if test x"${gdb_osabi}" != x ; then
16981
16982 cat >>confdefs.h <<_ACEOF
16983 #define GDB_OSABI_DEFAULT $gdb_osabi
16984 _ACEOF
16985
16986 fi
16987
16988 # Check whether --enable-gdbserver was given.
16989 if test "${enable_gdbserver+set}" = set; then :
16990 enableval=$enable_gdbserver; case "${enableval}" in
16991 yes| no|auto) ;;
16992 *) as_fn_error $? "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
16993 esac
16994 else
16995 enable_gdbserver=auto
16996 fi
16997
16998
16999 # We only build gdbserver automatically in a native configuration, and
17000 # only if the user did not explicitly disable its build.
17001 if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
17002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
17003 $as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
17004 if test "x$build_gdbserver" = xyes; then
17005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17006 $as_echo "yes" >&6; }
17007 subdirs="$subdirs gdbserver"
17008
17009 gdbserver_build_enabled=yes
17010 else
17011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17012 $as_echo "no" >&6; }
17013 fi
17014 fi
17015
17016 # If the user explicitly request the gdbserver to be built, verify that
17017 # we were in fact able to enable it.
17018 if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
17019 as_fn_error $? "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
17020 fi
17021
17022 # Check for babeltrace and babeltrace-ctf
17023
17024 # Check whether --with-babeltrace was given.
17025 if test "${with_babeltrace+set}" = set; then :
17026 withval=$with_babeltrace;
17027 else
17028 with_babeltrace=auto
17029 fi
17030
17031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
17032 $as_echo_n "checking whether to use babeltrace... " >&6; }
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
17034 $as_echo "$with_babeltrace" >&6; }
17035
17036 if test "x$with_babeltrace" = "xno"; then
17037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
17038 $as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
17039 else
17040 # Append -Werror to CFLAGS so that configure can catch the warning
17041 # "assignment from incompatible pointer type", which is related to
17042 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
17043 # in GDB, while babeltrace 1.0.3 is broken.
17044 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
17045 # safe to save and restore CFLAGS here.
17046 saved_CFLAGS=$CFLAGS
17047 CFLAGS="$CFLAGS -Werror"
17048
17049
17050
17051
17052
17053
17054
17055
17056 use_additional=yes
17057
17058 acl_save_prefix="$prefix"
17059 prefix="$acl_final_prefix"
17060 acl_save_exec_prefix="$exec_prefix"
17061 exec_prefix="$acl_final_exec_prefix"
17062
17063 eval additional_includedir=\"$includedir\"
17064 eval additional_libdir=\"$libdir\"
17065
17066 exec_prefix="$acl_save_exec_prefix"
17067 prefix="$acl_save_prefix"
17068
17069
17070 # Check whether --with-libbabeltrace-prefix was given.
17071 if test "${with_libbabeltrace_prefix+set}" = set; then :
17072 withval=$with_libbabeltrace_prefix;
17073 if test "X$withval" = "Xno"; then
17074 use_additional=no
17075 else
17076 if test "X$withval" = "X"; then
17077
17078 acl_save_prefix="$prefix"
17079 prefix="$acl_final_prefix"
17080 acl_save_exec_prefix="$exec_prefix"
17081 exec_prefix="$acl_final_exec_prefix"
17082
17083 eval additional_includedir=\"$includedir\"
17084 eval additional_libdir=\"$libdir\"
17085
17086 exec_prefix="$acl_save_exec_prefix"
17087 prefix="$acl_save_prefix"
17088
17089 else
17090 additional_includedir="$withval/include"
17091 additional_libdir="$withval/lib"
17092 fi
17093 fi
17094
17095 fi
17096
17097 LIBBABELTRACE=
17098 LTLIBBABELTRACE=
17099 INCBABELTRACE=
17100 rpathdirs=
17101 ltrpathdirs=
17102 names_already_handled=
17103 names_next_round='babeltrace babeltrace-ctf'
17104 while test -n "$names_next_round"; do
17105 names_this_round="$names_next_round"
17106 names_next_round=
17107 for name in $names_this_round; do
17108 already_handled=
17109 for n in $names_already_handled; do
17110 if test "$n" = "$name"; then
17111 already_handled=yes
17112 break
17113 fi
17114 done
17115 if test -z "$already_handled"; then
17116 names_already_handled="$names_already_handled $name"
17117 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17118 eval value=\"\$HAVE_LIB$uppername\"
17119 if test -n "$value"; then
17120 if test "$value" = yes; then
17121 eval value=\"\$LIB$uppername\"
17122 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
17123 eval value=\"\$LTLIB$uppername\"
17124 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
17125 else
17126 :
17127 fi
17128 else
17129 found_dir=
17130 found_la=
17131 found_so=
17132 found_a=
17133 if test $use_additional = yes; then
17134 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17135 found_dir="$additional_libdir"
17136 found_so="$additional_libdir/lib$name.$shlibext"
17137 if test -f "$additional_libdir/lib$name.la"; then
17138 found_la="$additional_libdir/lib$name.la"
17139 fi
17140 else
17141 if test -f "$additional_libdir/lib$name.$libext"; then
17142 found_dir="$additional_libdir"
17143 found_a="$additional_libdir/lib$name.$libext"
17144 if test -f "$additional_libdir/lib$name.la"; then
17145 found_la="$additional_libdir/lib$name.la"
17146 fi
17147 fi
17148 fi
17149 fi
17150 if test "X$found_dir" = "X"; then
17151 for x in $LDFLAGS $LTLIBBABELTRACE; do
17152
17153 acl_save_prefix="$prefix"
17154 prefix="$acl_final_prefix"
17155 acl_save_exec_prefix="$exec_prefix"
17156 exec_prefix="$acl_final_exec_prefix"
17157 eval x=\"$x\"
17158 exec_prefix="$acl_save_exec_prefix"
17159 prefix="$acl_save_prefix"
17160
17161 case "$x" in
17162 -L*)
17163 dir=`echo "X$x" | sed -e 's/^X-L//'`
17164 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17165 found_dir="$dir"
17166 found_so="$dir/lib$name.$shlibext"
17167 if test -f "$dir/lib$name.la"; then
17168 found_la="$dir/lib$name.la"
17169 fi
17170 else
17171 if test -f "$dir/lib$name.$libext"; then
17172 found_dir="$dir"
17173 found_a="$dir/lib$name.$libext"
17174 if test -f "$dir/lib$name.la"; then
17175 found_la="$dir/lib$name.la"
17176 fi
17177 fi
17178 fi
17179 ;;
17180 esac
17181 if test "X$found_dir" != "X"; then
17182 break
17183 fi
17184 done
17185 fi
17186 if test "X$found_dir" != "X"; then
17187 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
17188 if test "X$found_so" != "X"; then
17189 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17190 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17191 else
17192 haveit=
17193 for x in $ltrpathdirs; do
17194 if test "X$x" = "X$found_dir"; then
17195 haveit=yes
17196 break
17197 fi
17198 done
17199 if test -z "$haveit"; then
17200 ltrpathdirs="$ltrpathdirs $found_dir"
17201 fi
17202 if test "$hardcode_direct" = yes; then
17203 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17204 else
17205 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17206 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17207 haveit=
17208 for x in $rpathdirs; do
17209 if test "X$x" = "X$found_dir"; then
17210 haveit=yes
17211 break
17212 fi
17213 done
17214 if test -z "$haveit"; then
17215 rpathdirs="$rpathdirs $found_dir"
17216 fi
17217 else
17218 haveit=
17219 for x in $LDFLAGS $LIBBABELTRACE; do
17220
17221 acl_save_prefix="$prefix"
17222 prefix="$acl_final_prefix"
17223 acl_save_exec_prefix="$exec_prefix"
17224 exec_prefix="$acl_final_exec_prefix"
17225 eval x=\"$x\"
17226 exec_prefix="$acl_save_exec_prefix"
17227 prefix="$acl_save_prefix"
17228
17229 if test "X$x" = "X-L$found_dir"; then
17230 haveit=yes
17231 break
17232 fi
17233 done
17234 if test -z "$haveit"; then
17235 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
17236 fi
17237 if test "$hardcode_minus_L" != no; then
17238 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17239 else
17240 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
17241 fi
17242 fi
17243 fi
17244 fi
17245 else
17246 if test "X$found_a" != "X"; then
17247 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
17248 else
17249 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
17250 fi
17251 fi
17252 additional_includedir=
17253 case "$found_dir" in
17254 */lib | */lib/)
17255 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17256 additional_includedir="$basedir/include"
17257 ;;
17258 esac
17259 if test "X$additional_includedir" != "X"; then
17260 if test "X$additional_includedir" != "X/usr/include"; then
17261 haveit=
17262 if test "X$additional_includedir" = "X/usr/local/include"; then
17263 if test -n "$GCC"; then
17264 case $host_os in
17265 linux*) haveit=yes;;
17266 esac
17267 fi
17268 fi
17269 if test -z "$haveit"; then
17270 for x in $CPPFLAGS $INCBABELTRACE; do
17271
17272 acl_save_prefix="$prefix"
17273 prefix="$acl_final_prefix"
17274 acl_save_exec_prefix="$exec_prefix"
17275 exec_prefix="$acl_final_exec_prefix"
17276 eval x=\"$x\"
17277 exec_prefix="$acl_save_exec_prefix"
17278 prefix="$acl_save_prefix"
17279
17280 if test "X$x" = "X-I$additional_includedir"; then
17281 haveit=yes
17282 break
17283 fi
17284 done
17285 if test -z "$haveit"; then
17286 if test -d "$additional_includedir"; then
17287 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
17288 fi
17289 fi
17290 fi
17291 fi
17292 fi
17293 if test -n "$found_la"; then
17294 save_libdir="$libdir"
17295 case "$found_la" in
17296 */* | *\\*) . "$found_la" ;;
17297 *) . "./$found_la" ;;
17298 esac
17299 libdir="$save_libdir"
17300 for dep in $dependency_libs; do
17301 case "$dep" in
17302 -L*)
17303 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17304 if test "X$additional_libdir" != "X/usr/lib"; then
17305 haveit=
17306 if test "X$additional_libdir" = "X/usr/local/lib"; then
17307 if test -n "$GCC"; then
17308 case $host_os in
17309 linux*) haveit=yes;;
17310 esac
17311 fi
17312 fi
17313 if test -z "$haveit"; then
17314 haveit=
17315 for x in $LDFLAGS $LIBBABELTRACE; do
17316
17317 acl_save_prefix="$prefix"
17318 prefix="$acl_final_prefix"
17319 acl_save_exec_prefix="$exec_prefix"
17320 exec_prefix="$acl_final_exec_prefix"
17321 eval x=\"$x\"
17322 exec_prefix="$acl_save_exec_prefix"
17323 prefix="$acl_save_prefix"
17324
17325 if test "X$x" = "X-L$additional_libdir"; then
17326 haveit=yes
17327 break
17328 fi
17329 done
17330 if test -z "$haveit"; then
17331 if test -d "$additional_libdir"; then
17332 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
17333 fi
17334 fi
17335 haveit=
17336 for x in $LDFLAGS $LTLIBBABELTRACE; do
17337
17338 acl_save_prefix="$prefix"
17339 prefix="$acl_final_prefix"
17340 acl_save_exec_prefix="$exec_prefix"
17341 exec_prefix="$acl_final_exec_prefix"
17342 eval x=\"$x\"
17343 exec_prefix="$acl_save_exec_prefix"
17344 prefix="$acl_save_prefix"
17345
17346 if test "X$x" = "X-L$additional_libdir"; then
17347 haveit=yes
17348 break
17349 fi
17350 done
17351 if test -z "$haveit"; then
17352 if test -d "$additional_libdir"; then
17353 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
17354 fi
17355 fi
17356 fi
17357 fi
17358 ;;
17359 -R*)
17360 dir=`echo "X$dep" | sed -e 's/^X-R//'`
17361 if test "$enable_rpath" != no; then
17362 haveit=
17363 for x in $rpathdirs; do
17364 if test "X$x" = "X$dir"; then
17365 haveit=yes
17366 break
17367 fi
17368 done
17369 if test -z "$haveit"; then
17370 rpathdirs="$rpathdirs $dir"
17371 fi
17372 haveit=
17373 for x in $ltrpathdirs; do
17374 if test "X$x" = "X$dir"; then
17375 haveit=yes
17376 break
17377 fi
17378 done
17379 if test -z "$haveit"; then
17380 ltrpathdirs="$ltrpathdirs $dir"
17381 fi
17382 fi
17383 ;;
17384 -l*)
17385 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17386 ;;
17387 *.la)
17388 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17389 ;;
17390 *)
17391 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
17392 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
17393 ;;
17394 esac
17395 done
17396 fi
17397 else
17398 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
17399 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
17400 fi
17401 fi
17402 fi
17403 done
17404 done
17405 if test "X$rpathdirs" != "X"; then
17406 if test -n "$hardcode_libdir_separator"; then
17407 alldirs=
17408 for found_dir in $rpathdirs; do
17409 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17410 done
17411 acl_save_libdir="$libdir"
17412 libdir="$alldirs"
17413 eval flag=\"$hardcode_libdir_flag_spec\"
17414 libdir="$acl_save_libdir"
17415 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
17416 else
17417 for found_dir in $rpathdirs; do
17418 acl_save_libdir="$libdir"
17419 libdir="$found_dir"
17420 eval flag=\"$hardcode_libdir_flag_spec\"
17421 libdir="$acl_save_libdir"
17422 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
17423 done
17424 fi
17425 fi
17426 if test "X$ltrpathdirs" != "X"; then
17427 for found_dir in $ltrpathdirs; do
17428 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
17429 done
17430 fi
17431
17432
17433 ac_save_CPPFLAGS="$CPPFLAGS"
17434
17435 for element in $INCBABELTRACE; do
17436 haveit=
17437 for x in $CPPFLAGS; do
17438
17439 acl_save_prefix="$prefix"
17440 prefix="$acl_final_prefix"
17441 acl_save_exec_prefix="$exec_prefix"
17442 exec_prefix="$acl_final_exec_prefix"
17443 eval x=\"$x\"
17444 exec_prefix="$acl_save_exec_prefix"
17445 prefix="$acl_save_prefix"
17446
17447 if test "X$x" = "X$element"; then
17448 haveit=yes
17449 break
17450 fi
17451 done
17452 if test -z "$haveit"; then
17453 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17454 fi
17455 done
17456
17457
17458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
17459 $as_echo_n "checking for libbabeltrace... " >&6; }
17460 if ${ac_cv_libbabeltrace+:} false; then :
17461 $as_echo_n "(cached) " >&6
17462 else
17463
17464 ac_save_LIBS="$LIBS"
17465 LIBS="$LIBS $LIBBABELTRACE"
17466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17467 /* end confdefs.h. */
17468 #include <babeltrace/babeltrace.h>
17469 #include <babeltrace/ctf/events.h>
17470 #include <babeltrace/ctf/iterator.h>
17471 int
17472 main ()
17473 {
17474 struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
17475 struct bt_ctf_event *event = NULL;
17476 const struct bt_definition *scope;
17477
17478 pos->type = BT_SEEK_BEGIN;
17479 bt_iter_set_pos (bt_ctf_get_iter (NULL), pos);
17480 scope = bt_ctf_get_top_level_scope (event,
17481 BT_STREAM_EVENT_HEADER);
17482 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
17483
17484 ;
17485 return 0;
17486 }
17487 _ACEOF
17488 if ac_fn_c_try_link "$LINENO"; then :
17489 ac_cv_libbabeltrace=yes
17490 else
17491 ac_cv_libbabeltrace=no
17492 fi
17493 rm -f core conftest.err conftest.$ac_objext \
17494 conftest$ac_exeext conftest.$ac_ext
17495 LIBS="$ac_save_LIBS"
17496
17497 fi
17498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
17499 $as_echo "$ac_cv_libbabeltrace" >&6; }
17500 if test "$ac_cv_libbabeltrace" = yes; then
17501 HAVE_LIBBABELTRACE=yes
17502
17503 $as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
17504
17505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
17506 $as_echo_n "checking how to link with libbabeltrace... " >&6; }
17507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
17508 $as_echo "$LIBBABELTRACE" >&6; }
17509 else
17510 HAVE_LIBBABELTRACE=no
17511 CPPFLAGS="$ac_save_CPPFLAGS"
17512 LIBBABELTRACE=
17513 LTLIBBABELTRACE=
17514 fi
17515
17516
17517
17518
17519
17520
17521 CFLAGS=$saved_CFLAGS
17522
17523 if test "$HAVE_LIBBABELTRACE" != yes; then
17524 if test "$with_babeltrace" = yes; then
17525 as_fn_error $? "babeltrace is missing or unusable" "$LINENO" 5
17526 else
17527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
17528 $as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
17529 fi
17530 fi
17531 fi
17532
17533 # Check for xxhash
17534
17535 # Check whether --with-xxhash was given.
17536 if test "${with_xxhash+set}" = set; then :
17537 withval=$with_xxhash;
17538 else
17539 with_xxhash=auto
17540 fi
17541
17542
17543 if test "x$with_xxhash" != "xno"; then
17544
17545
17546
17547
17548
17549
17550
17551
17552 use_additional=yes
17553
17554 acl_save_prefix="$prefix"
17555 prefix="$acl_final_prefix"
17556 acl_save_exec_prefix="$exec_prefix"
17557 exec_prefix="$acl_final_exec_prefix"
17558
17559 eval additional_includedir=\"$includedir\"
17560 eval additional_libdir=\"$libdir\"
17561
17562 exec_prefix="$acl_save_exec_prefix"
17563 prefix="$acl_save_prefix"
17564
17565
17566 # Check whether --with-libxxhash-prefix was given.
17567 if test "${with_libxxhash_prefix+set}" = set; then :
17568 withval=$with_libxxhash_prefix;
17569 if test "X$withval" = "Xno"; then
17570 use_additional=no
17571 else
17572 if test "X$withval" = "X"; then
17573
17574 acl_save_prefix="$prefix"
17575 prefix="$acl_final_prefix"
17576 acl_save_exec_prefix="$exec_prefix"
17577 exec_prefix="$acl_final_exec_prefix"
17578
17579 eval additional_includedir=\"$includedir\"
17580 eval additional_libdir=\"$libdir\"
17581
17582 exec_prefix="$acl_save_exec_prefix"
17583 prefix="$acl_save_prefix"
17584
17585 else
17586 additional_includedir="$withval/include"
17587 additional_libdir="$withval/lib"
17588 fi
17589 fi
17590
17591 fi
17592
17593 LIBXXHASH=
17594 LTLIBXXHASH=
17595 INCXXHASH=
17596 rpathdirs=
17597 ltrpathdirs=
17598 names_already_handled=
17599 names_next_round='xxhash '
17600 while test -n "$names_next_round"; do
17601 names_this_round="$names_next_round"
17602 names_next_round=
17603 for name in $names_this_round; do
17604 already_handled=
17605 for n in $names_already_handled; do
17606 if test "$n" = "$name"; then
17607 already_handled=yes
17608 break
17609 fi
17610 done
17611 if test -z "$already_handled"; then
17612 names_already_handled="$names_already_handled $name"
17613 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17614 eval value=\"\$HAVE_LIB$uppername\"
17615 if test -n "$value"; then
17616 if test "$value" = yes; then
17617 eval value=\"\$LIB$uppername\"
17618 test -z "$value" || LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$value"
17619 eval value=\"\$LTLIB$uppername\"
17620 test -z "$value" || LTLIBXXHASH="${LTLIBXXHASH}${LTLIBXXHASH:+ }$value"
17621 else
17622 :
17623 fi
17624 else
17625 found_dir=
17626 found_la=
17627 found_so=
17628 found_a=
17629 if test $use_additional = yes; then
17630 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17631 found_dir="$additional_libdir"
17632 found_so="$additional_libdir/lib$name.$shlibext"
17633 if test -f "$additional_libdir/lib$name.la"; then
17634 found_la="$additional_libdir/lib$name.la"
17635 fi
17636 else
17637 if test -f "$additional_libdir/lib$name.$libext"; then
17638 found_dir="$additional_libdir"
17639 found_a="$additional_libdir/lib$name.$libext"
17640 if test -f "$additional_libdir/lib$name.la"; then
17641 found_la="$additional_libdir/lib$name.la"
17642 fi
17643 fi
17644 fi
17645 fi
17646 if test "X$found_dir" = "X"; then
17647 for x in $LDFLAGS $LTLIBXXHASH; do
17648
17649 acl_save_prefix="$prefix"
17650 prefix="$acl_final_prefix"
17651 acl_save_exec_prefix="$exec_prefix"
17652 exec_prefix="$acl_final_exec_prefix"
17653 eval x=\"$x\"
17654 exec_prefix="$acl_save_exec_prefix"
17655 prefix="$acl_save_prefix"
17656
17657 case "$x" in
17658 -L*)
17659 dir=`echo "X$x" | sed -e 's/^X-L//'`
17660 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17661 found_dir="$dir"
17662 found_so="$dir/lib$name.$shlibext"
17663 if test -f "$dir/lib$name.la"; then
17664 found_la="$dir/lib$name.la"
17665 fi
17666 else
17667 if test -f "$dir/lib$name.$libext"; then
17668 found_dir="$dir"
17669 found_a="$dir/lib$name.$libext"
17670 if test -f "$dir/lib$name.la"; then
17671 found_la="$dir/lib$name.la"
17672 fi
17673 fi
17674 fi
17675 ;;
17676 esac
17677 if test "X$found_dir" != "X"; then
17678 break
17679 fi
17680 done
17681 fi
17682 if test "X$found_dir" != "X"; then
17683 LTLIBXXHASH="${LTLIBXXHASH}${LTLIBXXHASH:+ }-L$found_dir -l$name"
17684 if test "X$found_so" != "X"; then
17685 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17686 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$found_so"
17687 else
17688 haveit=
17689 for x in $ltrpathdirs; do
17690 if test "X$x" = "X$found_dir"; then
17691 haveit=yes
17692 break
17693 fi
17694 done
17695 if test -z "$haveit"; then
17696 ltrpathdirs="$ltrpathdirs $found_dir"
17697 fi
17698 if test "$hardcode_direct" = yes; then
17699 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$found_so"
17700 else
17701 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17702 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$found_so"
17703 haveit=
17704 for x in $rpathdirs; do
17705 if test "X$x" = "X$found_dir"; then
17706 haveit=yes
17707 break
17708 fi
17709 done
17710 if test -z "$haveit"; then
17711 rpathdirs="$rpathdirs $found_dir"
17712 fi
17713 else
17714 haveit=
17715 for x in $LDFLAGS $LIBXXHASH; do
17716
17717 acl_save_prefix="$prefix"
17718 prefix="$acl_final_prefix"
17719 acl_save_exec_prefix="$exec_prefix"
17720 exec_prefix="$acl_final_exec_prefix"
17721 eval x=\"$x\"
17722 exec_prefix="$acl_save_exec_prefix"
17723 prefix="$acl_save_prefix"
17724
17725 if test "X$x" = "X-L$found_dir"; then
17726 haveit=yes
17727 break
17728 fi
17729 done
17730 if test -z "$haveit"; then
17731 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }-L$found_dir"
17732 fi
17733 if test "$hardcode_minus_L" != no; then
17734 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$found_so"
17735 else
17736 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }-l$name"
17737 fi
17738 fi
17739 fi
17740 fi
17741 else
17742 if test "X$found_a" != "X"; then
17743 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$found_a"
17744 else
17745 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }-L$found_dir -l$name"
17746 fi
17747 fi
17748 additional_includedir=
17749 case "$found_dir" in
17750 */lib | */lib/)
17751 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17752 additional_includedir="$basedir/include"
17753 ;;
17754 esac
17755 if test "X$additional_includedir" != "X"; then
17756 if test "X$additional_includedir" != "X/usr/include"; then
17757 haveit=
17758 if test "X$additional_includedir" = "X/usr/local/include"; then
17759 if test -n "$GCC"; then
17760 case $host_os in
17761 linux*) haveit=yes;;
17762 esac
17763 fi
17764 fi
17765 if test -z "$haveit"; then
17766 for x in $CPPFLAGS $INCXXHASH; do
17767
17768 acl_save_prefix="$prefix"
17769 prefix="$acl_final_prefix"
17770 acl_save_exec_prefix="$exec_prefix"
17771 exec_prefix="$acl_final_exec_prefix"
17772 eval x=\"$x\"
17773 exec_prefix="$acl_save_exec_prefix"
17774 prefix="$acl_save_prefix"
17775
17776 if test "X$x" = "X-I$additional_includedir"; then
17777 haveit=yes
17778 break
17779 fi
17780 done
17781 if test -z "$haveit"; then
17782 if test -d "$additional_includedir"; then
17783 INCXXHASH="${INCXXHASH}${INCXXHASH:+ }-I$additional_includedir"
17784 fi
17785 fi
17786 fi
17787 fi
17788 fi
17789 if test -n "$found_la"; then
17790 save_libdir="$libdir"
17791 case "$found_la" in
17792 */* | *\\*) . "$found_la" ;;
17793 *) . "./$found_la" ;;
17794 esac
17795 libdir="$save_libdir"
17796 for dep in $dependency_libs; do
17797 case "$dep" in
17798 -L*)
17799 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17800 if test "X$additional_libdir" != "X/usr/lib"; then
17801 haveit=
17802 if test "X$additional_libdir" = "X/usr/local/lib"; then
17803 if test -n "$GCC"; then
17804 case $host_os in
17805 linux*) haveit=yes;;
17806 esac
17807 fi
17808 fi
17809 if test -z "$haveit"; then
17810 haveit=
17811 for x in $LDFLAGS $LIBXXHASH; do
17812
17813 acl_save_prefix="$prefix"
17814 prefix="$acl_final_prefix"
17815 acl_save_exec_prefix="$exec_prefix"
17816 exec_prefix="$acl_final_exec_prefix"
17817 eval x=\"$x\"
17818 exec_prefix="$acl_save_exec_prefix"
17819 prefix="$acl_save_prefix"
17820
17821 if test "X$x" = "X-L$additional_libdir"; then
17822 haveit=yes
17823 break
17824 fi
17825 done
17826 if test -z "$haveit"; then
17827 if test -d "$additional_libdir"; then
17828 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }-L$additional_libdir"
17829 fi
17830 fi
17831 haveit=
17832 for x in $LDFLAGS $LTLIBXXHASH; do
17833
17834 acl_save_prefix="$prefix"
17835 prefix="$acl_final_prefix"
17836 acl_save_exec_prefix="$exec_prefix"
17837 exec_prefix="$acl_final_exec_prefix"
17838 eval x=\"$x\"
17839 exec_prefix="$acl_save_exec_prefix"
17840 prefix="$acl_save_prefix"
17841
17842 if test "X$x" = "X-L$additional_libdir"; then
17843 haveit=yes
17844 break
17845 fi
17846 done
17847 if test -z "$haveit"; then
17848 if test -d "$additional_libdir"; then
17849 LTLIBXXHASH="${LTLIBXXHASH}${LTLIBXXHASH:+ }-L$additional_libdir"
17850 fi
17851 fi
17852 fi
17853 fi
17854 ;;
17855 -R*)
17856 dir=`echo "X$dep" | sed -e 's/^X-R//'`
17857 if test "$enable_rpath" != no; then
17858 haveit=
17859 for x in $rpathdirs; do
17860 if test "X$x" = "X$dir"; then
17861 haveit=yes
17862 break
17863 fi
17864 done
17865 if test -z "$haveit"; then
17866 rpathdirs="$rpathdirs $dir"
17867 fi
17868 haveit=
17869 for x in $ltrpathdirs; do
17870 if test "X$x" = "X$dir"; then
17871 haveit=yes
17872 break
17873 fi
17874 done
17875 if test -z "$haveit"; then
17876 ltrpathdirs="$ltrpathdirs $dir"
17877 fi
17878 fi
17879 ;;
17880 -l*)
17881 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17882 ;;
17883 *.la)
17884 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17885 ;;
17886 *)
17887 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$dep"
17888 LTLIBXXHASH="${LTLIBXXHASH}${LTLIBXXHASH:+ }$dep"
17889 ;;
17890 esac
17891 done
17892 fi
17893 else
17894 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }-l$name"
17895 LTLIBXXHASH="${LTLIBXXHASH}${LTLIBXXHASH:+ }-l$name"
17896 fi
17897 fi
17898 fi
17899 done
17900 done
17901 if test "X$rpathdirs" != "X"; then
17902 if test -n "$hardcode_libdir_separator"; then
17903 alldirs=
17904 for found_dir in $rpathdirs; do
17905 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17906 done
17907 acl_save_libdir="$libdir"
17908 libdir="$alldirs"
17909 eval flag=\"$hardcode_libdir_flag_spec\"
17910 libdir="$acl_save_libdir"
17911 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$flag"
17912 else
17913 for found_dir in $rpathdirs; do
17914 acl_save_libdir="$libdir"
17915 libdir="$found_dir"
17916 eval flag=\"$hardcode_libdir_flag_spec\"
17917 libdir="$acl_save_libdir"
17918 LIBXXHASH="${LIBXXHASH}${LIBXXHASH:+ }$flag"
17919 done
17920 fi
17921 fi
17922 if test "X$ltrpathdirs" != "X"; then
17923 for found_dir in $ltrpathdirs; do
17924 LTLIBXXHASH="${LTLIBXXHASH}${LTLIBXXHASH:+ }-R$found_dir"
17925 done
17926 fi
17927
17928
17929 ac_save_CPPFLAGS="$CPPFLAGS"
17930
17931 for element in $INCXXHASH; do
17932 haveit=
17933 for x in $CPPFLAGS; do
17934
17935 acl_save_prefix="$prefix"
17936 prefix="$acl_final_prefix"
17937 acl_save_exec_prefix="$exec_prefix"
17938 exec_prefix="$acl_final_exec_prefix"
17939 eval x=\"$x\"
17940 exec_prefix="$acl_save_exec_prefix"
17941 prefix="$acl_save_prefix"
17942
17943 if test "X$x" = "X$element"; then
17944 haveit=yes
17945 break
17946 fi
17947 done
17948 if test -z "$haveit"; then
17949 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17950 fi
17951 done
17952
17953
17954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxxhash" >&5
17955 $as_echo_n "checking for libxxhash... " >&6; }
17956 if ${ac_cv_libxxhash+:} false; then :
17957 $as_echo_n "(cached) " >&6
17958 else
17959
17960 ac_save_LIBS="$LIBS"
17961 LIBS="$LIBS $LIBXXHASH"
17962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17963 /* end confdefs.h. */
17964 #include <xxhash.h>
17965 int
17966 main ()
17967 {
17968 XXH32("foo", 3, 0);
17969
17970 ;
17971 return 0;
17972 }
17973 _ACEOF
17974 if ac_fn_c_try_link "$LINENO"; then :
17975 ac_cv_libxxhash=yes
17976 else
17977 ac_cv_libxxhash=no
17978 fi
17979 rm -f core conftest.err conftest.$ac_objext \
17980 conftest$ac_exeext conftest.$ac_ext
17981 LIBS="$ac_save_LIBS"
17982
17983 fi
17984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libxxhash" >&5
17985 $as_echo "$ac_cv_libxxhash" >&6; }
17986 if test "$ac_cv_libxxhash" = yes; then
17987 HAVE_LIBXXHASH=yes
17988
17989 $as_echo "#define HAVE_LIBXXHASH 1" >>confdefs.h
17990
17991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libxxhash" >&5
17992 $as_echo_n "checking how to link with libxxhash... " >&6; }
17993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXXHASH" >&5
17994 $as_echo "$LIBXXHASH" >&6; }
17995 else
17996 HAVE_LIBXXHASH=no
17997 CPPFLAGS="$ac_save_CPPFLAGS"
17998 LIBXXHASH=
17999 LTLIBXXHASH=
18000 fi
18001
18002
18003
18004
18005
18006
18007 if test "$HAVE_LIBXXHASH" != yes; then
18008 if test "$with_xxhash" = yes; then
18009 as_fn_error $? "xxhash is missing or unusable" "$LINENO" 5
18010 fi
18011 fi
18012 if test "x$with_xxhash" = "xauto"; then
18013 with_xxhash="$HAVE_LIBXXHASH"
18014 fi
18015 fi
18016
18017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use xxhash" >&5
18018 $as_echo_n "checking whether to use xxhash... " >&6; }
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_xxhash" >&5
18020 $as_echo "$with_xxhash" >&6; }
18021
18022 NM_H=
18023 rm -f nm.h
18024 if test "${nativefile}" != ""; then
18025 case "${nativefile}" in
18026 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
18027 * ) GDB_NM_FILE="${nativefile}"
18028 esac
18029 ac_config_links="$ac_config_links nm.h:$GDB_NM_FILE"
18030
18031
18032 cat >>confdefs.h <<_ACEOF
18033 #define GDB_NM_FILE "${GDB_NM_FILE}"
18034 _ACEOF
18035
18036 NM_H=nm.h
18037 fi
18038
18039
18040
18041 for ac_prog in xsltproc
18042 do
18043 # Extract the first word of "$ac_prog", so it can be a program name with args.
18044 set dummy $ac_prog; ac_word=$2
18045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18046 $as_echo_n "checking for $ac_word... " >&6; }
18047 if ${ac_cv_path_XSLTPROC+:} false; then :
18048 $as_echo_n "(cached) " >&6
18049 else
18050 case $XSLTPROC in
18051 [\\/]* | ?:[\\/]*)
18052 ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path.
18053 ;;
18054 *)
18055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18056 for as_dir in $PATH
18057 do
18058 IFS=$as_save_IFS
18059 test -z "$as_dir" && as_dir=.
18060 for ac_exec_ext in '' $ac_executable_extensions; do
18061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18062 ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext"
18063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18064 break 2
18065 fi
18066 done
18067 done
18068 IFS=$as_save_IFS
18069
18070 ;;
18071 esac
18072 fi
18073 XSLTPROC=$ac_cv_path_XSLTPROC
18074 if test -n "$XSLTPROC"; then
18075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
18076 $as_echo "$XSLTPROC" >&6; }
18077 else
18078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18079 $as_echo "no" >&6; }
18080 fi
18081
18082
18083 test -n "$XSLTPROC" && break
18084 done
18085 test -n "$XSLTPROC" || XSLTPROC="missing"
18086
18087 if test "x$USE_MAINTAINER_MODE" = xyes; then
18088 if test "${XSLTPROC}" = missing; then
18089 as_fn_error $? "unable to find xsltproc. maintainer-mode requires xsltproc." "$LINENO" 5
18090 fi
18091 fi
18092
18093
18094
18095
18096
18097 $as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
18098
18099
18100
18101 # Check whether we will enable the inclusion of unit tests when
18102 # compiling GDB.
18103 #
18104 # The default value of this option changes depending whether we're on
18105 # development mode (in which case it's "true") or not (in which case
18106 # it's "false").
18107 # Check whether --enable-unit-tests was given.
18108 if test "${enable_unit_tests+set}" = set; then :
18109 enableval=$enable_unit_tests; case "${enableval}" in
18110 yes) enable_unittests=true ;;
18111 no) enable_unittests=false ;;
18112 *) as_fn_error $? "bad value ${enableval} for --{enable,disable}-unit-tests option" "$LINENO" 5 ;;
18113 esac
18114 else
18115 enable_unittests=$development
18116 fi
18117
18118
18119 if $enable_unittests; then
18120
18121 $as_echo "#define GDB_SELF_TEST 1" >>confdefs.h
18122
18123
18124 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_UNITTESTS_OBS) gdbsupport/selftest.o selftest-arch.o"
18125 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_UNITTESTS_SRCS) gdbsupport/selftest.c selftest-arch.c"
18126
18127 fi
18128
18129
18130
18131 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
18132 GDB_TRANSFORM_NAME=`echo gdb | sed -e "$gdb_ac_transform"`
18133 if test "x$GDB_TRANSFORM_NAME" = x; then
18134 GDB_TRANSFORM_NAME=gdb
18135 fi
18136
18137
18138
18139 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
18140 GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$gdb_ac_transform"`
18141 if test "x$GCORE_TRANSFORM_NAME" = x; then
18142 GCORE_TRANSFORM_NAME=gcore
18143 fi
18144
18145
18146 ac_config_files="$ac_config_files gcore"
18147
18148 ac_config_files="$ac_config_files Makefile gdb-gdb.gdb gdb-gdb.py doc/Makefile data-directory/Makefile"
18149
18150
18151 cat >confcache <<\_ACEOF
18152 # This file is a shell script that caches the results of configure
18153 # tests run on this system so they can be shared between configure
18154 # scripts and configure runs, see configure's option --config-cache.
18155 # It is not useful on other systems. If it contains results you don't
18156 # want to keep, you may remove or edit it.
18157 #
18158 # config.status only pays attention to the cache file if you give it
18159 # the --recheck option to rerun configure.
18160 #
18161 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18162 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18163 # following values.
18164
18165 _ACEOF
18166
18167 # The following way of writing the cache mishandles newlines in values,
18168 # but we know of no workaround that is simple, portable, and efficient.
18169 # So, we kill variables containing newlines.
18170 # Ultrix sh set writes to stderr and can't be redirected directly,
18171 # and sets the high bit in the cache file unless we assign to the vars.
18172 (
18173 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18174 eval ac_val=\$$ac_var
18175 case $ac_val in #(
18176 *${as_nl}*)
18177 case $ac_var in #(
18178 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18179 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18180 esac
18181 case $ac_var in #(
18182 _ | IFS | as_nl) ;; #(
18183 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18184 *) { eval $ac_var=; unset $ac_var;} ;;
18185 esac ;;
18186 esac
18187 done
18188
18189 (set) 2>&1 |
18190 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18191 *${as_nl}ac_space=\ *)
18192 # `set' does not quote correctly, so add quotes: double-quote
18193 # substitution turns \\\\ into \\, and sed turns \\ into \.
18194 sed -n \
18195 "s/'/'\\\\''/g;
18196 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18197 ;; #(
18198 *)
18199 # `set' quotes correctly as required by POSIX, so do not add quotes.
18200 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18201 ;;
18202 esac |
18203 sort
18204 ) |
18205 sed '
18206 /^ac_cv_env_/b end
18207 t clear
18208 :clear
18209 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18210 t end
18211 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18212 :end' >>confcache
18213 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18214 if test -w "$cache_file"; then
18215 if test "x$cache_file" != "x/dev/null"; then
18216 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18217 $as_echo "$as_me: updating cache $cache_file" >&6;}
18218 if test ! -f "$cache_file" || test -h "$cache_file"; then
18219 cat confcache >"$cache_file"
18220 else
18221 case $cache_file in #(
18222 */* | ?:*)
18223 mv -f confcache "$cache_file"$$ &&
18224 mv -f "$cache_file"$$ "$cache_file" ;; #(
18225 *)
18226 mv -f confcache "$cache_file" ;;
18227 esac
18228 fi
18229 fi
18230 else
18231 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18232 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18233 fi
18234 fi
18235 rm -f confcache
18236
18237 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18238 # Let make expand exec_prefix.
18239 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18240
18241 DEFS=-DHAVE_CONFIG_H
18242
18243 ac_libobjs=
18244 ac_ltlibobjs=
18245 U=
18246 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18247 # 1. Remove the extension, and $U if already installed.
18248 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18249 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18250 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18251 # will be set to the directory where LIBOBJS objects are built.
18252 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18253 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18254 done
18255 LIBOBJS=$ac_libobjs
18256
18257 LTLIBOBJS=$ac_ltlibobjs
18258
18259
18260 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18261 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
18262 Usually this means the macro was only invoked conditionally." "$LINENO" 5
18263 fi
18264 if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
18265 as_fn_error $? "conditional \"HAVE_PYTHON\" was never defined.
18266 Usually this means the macro was only invoked conditionally." "$LINENO" 5
18267 fi
18268 if test -z "${HAVE_GUILE_TRUE}" && test -z "${HAVE_GUILE_FALSE}"; then
18269 as_fn_error $? "conditional \"HAVE_GUILE\" was never defined.
18270 Usually this means the macro was only invoked conditionally." "$LINENO" 5
18271 fi
18272
18273
18274 : "${CONFIG_STATUS=./config.status}"
18275 ac_write_fail=0
18276 ac_clean_files_save=$ac_clean_files
18277 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18278 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18279 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18280 as_write_fail=0
18281 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18282 #! $SHELL
18283 # Generated by $as_me.
18284 # Run this file to recreate the current configuration.
18285 # Compiler output produced by configure, useful for debugging
18286 # configure, is in config.log if it exists.
18287
18288 debug=false
18289 ac_cs_recheck=false
18290 ac_cs_silent=false
18291
18292 SHELL=\${CONFIG_SHELL-$SHELL}
18293 export SHELL
18294 _ASEOF
18295 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18296 ## -------------------- ##
18297 ## M4sh Initialization. ##
18298 ## -------------------- ##
18299
18300 # Be more Bourne compatible
18301 DUALCASE=1; export DUALCASE # for MKS sh
18302 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18303 emulate sh
18304 NULLCMD=:
18305 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18306 # is contrary to our usage. Disable this feature.
18307 alias -g '${1+"$@"}'='"$@"'
18308 setopt NO_GLOB_SUBST
18309 else
18310 case `(set -o) 2>/dev/null` in #(
18311 *posix*) :
18312 set -o posix ;; #(
18313 *) :
18314 ;;
18315 esac
18316 fi
18317
18318
18319 as_nl='
18320 '
18321 export as_nl
18322 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18323 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18324 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18325 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18326 # Prefer a ksh shell builtin over an external printf program on Solaris,
18327 # but without wasting forks for bash or zsh.
18328 if test -z "$BASH_VERSION$ZSH_VERSION" \
18329 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18330 as_echo='print -r --'
18331 as_echo_n='print -rn --'
18332 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18333 as_echo='printf %s\n'
18334 as_echo_n='printf %s'
18335 else
18336 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18337 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18338 as_echo_n='/usr/ucb/echo -n'
18339 else
18340 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18341 as_echo_n_body='eval
18342 arg=$1;
18343 case $arg in #(
18344 *"$as_nl"*)
18345 expr "X$arg" : "X\\(.*\\)$as_nl";
18346 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18347 esac;
18348 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18349 '
18350 export as_echo_n_body
18351 as_echo_n='sh -c $as_echo_n_body as_echo'
18352 fi
18353 export as_echo_body
18354 as_echo='sh -c $as_echo_body as_echo'
18355 fi
18356
18357 # The user is always right.
18358 if test "${PATH_SEPARATOR+set}" != set; then
18359 PATH_SEPARATOR=:
18360 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18361 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18362 PATH_SEPARATOR=';'
18363 }
18364 fi
18365
18366
18367 # IFS
18368 # We need space, tab and new line, in precisely that order. Quoting is
18369 # there to prevent editors from complaining about space-tab.
18370 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18371 # splitting by setting IFS to empty value.)
18372 IFS=" "" $as_nl"
18373
18374 # Find who we are. Look in the path if we contain no directory separator.
18375 as_myself=
18376 case $0 in #((
18377 *[\\/]* ) as_myself=$0 ;;
18378 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18379 for as_dir in $PATH
18380 do
18381 IFS=$as_save_IFS
18382 test -z "$as_dir" && as_dir=.
18383 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18384 done
18385 IFS=$as_save_IFS
18386
18387 ;;
18388 esac
18389 # We did not find ourselves, most probably we were run as `sh COMMAND'
18390 # in which case we are not to be found in the path.
18391 if test "x$as_myself" = x; then
18392 as_myself=$0
18393 fi
18394 if test ! -f "$as_myself"; then
18395 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18396 exit 1
18397 fi
18398
18399 # Unset variables that we do not need and which cause bugs (e.g. in
18400 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18401 # suppresses any "Segmentation fault" message there. '((' could
18402 # trigger a bug in pdksh 5.2.14.
18403 for as_var in BASH_ENV ENV MAIL MAILPATH
18404 do eval test x\${$as_var+set} = xset \
18405 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18406 done
18407 PS1='$ '
18408 PS2='> '
18409 PS4='+ '
18410
18411 # NLS nuisances.
18412 LC_ALL=C
18413 export LC_ALL
18414 LANGUAGE=C
18415 export LANGUAGE
18416
18417 # CDPATH.
18418 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18419
18420
18421 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18422 # ----------------------------------------
18423 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18424 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18425 # script with STATUS, using 1 if that was 0.
18426 as_fn_error ()
18427 {
18428 as_status=$1; test $as_status -eq 0 && as_status=1
18429 if test "$4"; then
18430 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18431 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18432 fi
18433 $as_echo "$as_me: error: $2" >&2
18434 as_fn_exit $as_status
18435 } # as_fn_error
18436
18437
18438 # as_fn_set_status STATUS
18439 # -----------------------
18440 # Set $? to STATUS, without forking.
18441 as_fn_set_status ()
18442 {
18443 return $1
18444 } # as_fn_set_status
18445
18446 # as_fn_exit STATUS
18447 # -----------------
18448 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18449 as_fn_exit ()
18450 {
18451 set +e
18452 as_fn_set_status $1
18453 exit $1
18454 } # as_fn_exit
18455
18456 # as_fn_unset VAR
18457 # ---------------
18458 # Portably unset VAR.
18459 as_fn_unset ()
18460 {
18461 { eval $1=; unset $1;}
18462 }
18463 as_unset=as_fn_unset
18464 # as_fn_append VAR VALUE
18465 # ----------------------
18466 # Append the text in VALUE to the end of the definition contained in VAR. Take
18467 # advantage of any shell optimizations that allow amortized linear growth over
18468 # repeated appends, instead of the typical quadratic growth present in naive
18469 # implementations.
18470 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18471 eval 'as_fn_append ()
18472 {
18473 eval $1+=\$2
18474 }'
18475 else
18476 as_fn_append ()
18477 {
18478 eval $1=\$$1\$2
18479 }
18480 fi # as_fn_append
18481
18482 # as_fn_arith ARG...
18483 # ------------------
18484 # Perform arithmetic evaluation on the ARGs, and store the result in the
18485 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18486 # must be portable across $(()) and expr.
18487 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18488 eval 'as_fn_arith ()
18489 {
18490 as_val=$(( $* ))
18491 }'
18492 else
18493 as_fn_arith ()
18494 {
18495 as_val=`expr "$@" || test $? -eq 1`
18496 }
18497 fi # as_fn_arith
18498
18499
18500 if expr a : '\(a\)' >/dev/null 2>&1 &&
18501 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18502 as_expr=expr
18503 else
18504 as_expr=false
18505 fi
18506
18507 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18508 as_basename=basename
18509 else
18510 as_basename=false
18511 fi
18512
18513 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18514 as_dirname=dirname
18515 else
18516 as_dirname=false
18517 fi
18518
18519 as_me=`$as_basename -- "$0" ||
18520 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18521 X"$0" : 'X\(//\)$' \| \
18522 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18523 $as_echo X/"$0" |
18524 sed '/^.*\/\([^/][^/]*\)\/*$/{
18525 s//\1/
18526 q
18527 }
18528 /^X\/\(\/\/\)$/{
18529 s//\1/
18530 q
18531 }
18532 /^X\/\(\/\).*/{
18533 s//\1/
18534 q
18535 }
18536 s/.*/./; q'`
18537
18538 # Avoid depending upon Character Ranges.
18539 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18540 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18541 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18542 as_cr_digits='0123456789'
18543 as_cr_alnum=$as_cr_Letters$as_cr_digits
18544
18545 ECHO_C= ECHO_N= ECHO_T=
18546 case `echo -n x` in #(((((
18547 -n*)
18548 case `echo 'xy\c'` in
18549 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18550 xy) ECHO_C='\c';;
18551 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18552 ECHO_T=' ';;
18553 esac;;
18554 *)
18555 ECHO_N='-n';;
18556 esac
18557
18558 rm -f conf$$ conf$$.exe conf$$.file
18559 if test -d conf$$.dir; then
18560 rm -f conf$$.dir/conf$$.file
18561 else
18562 rm -f conf$$.dir
18563 mkdir conf$$.dir 2>/dev/null
18564 fi
18565 if (echo >conf$$.file) 2>/dev/null; then
18566 if ln -s conf$$.file conf$$ 2>/dev/null; then
18567 as_ln_s='ln -s'
18568 # ... but there are two gotchas:
18569 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18570 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18571 # In both cases, we have to default to `cp -pR'.
18572 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18573 as_ln_s='cp -pR'
18574 elif ln conf$$.file conf$$ 2>/dev/null; then
18575 as_ln_s=ln
18576 else
18577 as_ln_s='cp -pR'
18578 fi
18579 else
18580 as_ln_s='cp -pR'
18581 fi
18582 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18583 rmdir conf$$.dir 2>/dev/null
18584
18585
18586 # as_fn_mkdir_p
18587 # -------------
18588 # Create "$as_dir" as a directory, including parents if necessary.
18589 as_fn_mkdir_p ()
18590 {
18591
18592 case $as_dir in #(
18593 -*) as_dir=./$as_dir;;
18594 esac
18595 test -d "$as_dir" || eval $as_mkdir_p || {
18596 as_dirs=
18597 while :; do
18598 case $as_dir in #(
18599 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18600 *) as_qdir=$as_dir;;
18601 esac
18602 as_dirs="'$as_qdir' $as_dirs"
18603 as_dir=`$as_dirname -- "$as_dir" ||
18604 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18605 X"$as_dir" : 'X\(//\)[^/]' \| \
18606 X"$as_dir" : 'X\(//\)$' \| \
18607 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18608 $as_echo X"$as_dir" |
18609 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18610 s//\1/
18611 q
18612 }
18613 /^X\(\/\/\)[^/].*/{
18614 s//\1/
18615 q
18616 }
18617 /^X\(\/\/\)$/{
18618 s//\1/
18619 q
18620 }
18621 /^X\(\/\).*/{
18622 s//\1/
18623 q
18624 }
18625 s/.*/./; q'`
18626 test -d "$as_dir" && break
18627 done
18628 test -z "$as_dirs" || eval "mkdir $as_dirs"
18629 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18630
18631
18632 } # as_fn_mkdir_p
18633 if mkdir -p . 2>/dev/null; then
18634 as_mkdir_p='mkdir -p "$as_dir"'
18635 else
18636 test -d ./-p && rmdir ./-p
18637 as_mkdir_p=false
18638 fi
18639
18640
18641 # as_fn_executable_p FILE
18642 # -----------------------
18643 # Test if FILE is an executable regular file.
18644 as_fn_executable_p ()
18645 {
18646 test -f "$1" && test -x "$1"
18647 } # as_fn_executable_p
18648 as_test_x='test -x'
18649 as_executable_p=as_fn_executable_p
18650
18651 # Sed expression to map a string onto a valid CPP name.
18652 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18653
18654 # Sed expression to map a string onto a valid variable name.
18655 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18656
18657
18658 exec 6>&1
18659 ## ----------------------------------- ##
18660 ## Main body of $CONFIG_STATUS script. ##
18661 ## ----------------------------------- ##
18662 _ASEOF
18663 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18664
18665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18666 # Save the log message, to keep $0 and so on meaningful, and to
18667 # report actual input values of CONFIG_FILES etc. instead of their
18668 # values after options handling.
18669 ac_log="
18670 This file was extended by $as_me, which was
18671 generated by GNU Autoconf 2.69. Invocation command line was
18672
18673 CONFIG_FILES = $CONFIG_FILES
18674 CONFIG_HEADERS = $CONFIG_HEADERS
18675 CONFIG_LINKS = $CONFIG_LINKS
18676 CONFIG_COMMANDS = $CONFIG_COMMANDS
18677 $ $0 $@
18678
18679 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18680 "
18681
18682 _ACEOF
18683
18684 case $ac_config_files in *"
18685 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18686 esac
18687
18688 case $ac_config_headers in *"
18689 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18690 esac
18691
18692
18693 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18694 # Files that config.status was made for.
18695 config_files="$ac_config_files"
18696 config_headers="$ac_config_headers"
18697 config_links="$ac_config_links"
18698 config_commands="$ac_config_commands"
18699
18700 _ACEOF
18701
18702 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18703 ac_cs_usage="\
18704 \`$as_me' instantiates files and other configuration actions
18705 from templates according to the current configuration. Unless the files
18706 and actions are specified as TAGs, all are instantiated by default.
18707
18708 Usage: $0 [OPTION]... [TAG]...
18709
18710 -h, --help print this help, then exit
18711 -V, --version print version number and configuration settings, then exit
18712 --config print configuration, then exit
18713 -q, --quiet, --silent
18714 do not print progress messages
18715 -d, --debug don't remove temporary files
18716 --recheck update $as_me by reconfiguring in the same conditions
18717 --file=FILE[:TEMPLATE]
18718 instantiate the configuration file FILE
18719 --header=FILE[:TEMPLATE]
18720 instantiate the configuration header FILE
18721
18722 Configuration files:
18723 $config_files
18724
18725 Configuration headers:
18726 $config_headers
18727
18728 Configuration links:
18729 $config_links
18730
18731 Configuration commands:
18732 $config_commands
18733
18734 Report bugs to the package provider."
18735
18736 _ACEOF
18737 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18738 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18739 ac_cs_version="\\
18740 config.status
18741 configured by $0, generated by GNU Autoconf 2.69,
18742 with options \\"\$ac_cs_config\\"
18743
18744 Copyright (C) 2012 Free Software Foundation, Inc.
18745 This config.status script is free software; the Free Software Foundation
18746 gives unlimited permission to copy, distribute and modify it."
18747
18748 ac_pwd='$ac_pwd'
18749 srcdir='$srcdir'
18750 INSTALL='$INSTALL'
18751 AWK='$AWK'
18752 test -n "\$AWK" || AWK=awk
18753 _ACEOF
18754
18755 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18756 # The default lists apply if the user does not specify any file.
18757 ac_need_defaults=:
18758 while test $# != 0
18759 do
18760 case $1 in
18761 --*=?*)
18762 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18763 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18764 ac_shift=:
18765 ;;
18766 --*=)
18767 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18768 ac_optarg=
18769 ac_shift=:
18770 ;;
18771 *)
18772 ac_option=$1
18773 ac_optarg=$2
18774 ac_shift=shift
18775 ;;
18776 esac
18777
18778 case $ac_option in
18779 # Handling of the options.
18780 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18781 ac_cs_recheck=: ;;
18782 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18783 $as_echo "$ac_cs_version"; exit ;;
18784 --config | --confi | --conf | --con | --co | --c )
18785 $as_echo "$ac_cs_config"; exit ;;
18786 --debug | --debu | --deb | --de | --d | -d )
18787 debug=: ;;
18788 --file | --fil | --fi | --f )
18789 $ac_shift
18790 case $ac_optarg in
18791 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18792 '') as_fn_error $? "missing file argument" ;;
18793 esac
18794 as_fn_append CONFIG_FILES " '$ac_optarg'"
18795 ac_need_defaults=false;;
18796 --header | --heade | --head | --hea )
18797 $ac_shift
18798 case $ac_optarg in
18799 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18800 esac
18801 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18802 ac_need_defaults=false;;
18803 --he | --h)
18804 # Conflict between --help and --header
18805 as_fn_error $? "ambiguous option: \`$1'
18806 Try \`$0 --help' for more information.";;
18807 --help | --hel | -h )
18808 $as_echo "$ac_cs_usage"; exit ;;
18809 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18810 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18811 ac_cs_silent=: ;;
18812
18813 # This is an error.
18814 -*) as_fn_error $? "unrecognized option: \`$1'
18815 Try \`$0 --help' for more information." ;;
18816
18817 *) as_fn_append ac_config_targets " $1"
18818 ac_need_defaults=false ;;
18819
18820 esac
18821 shift
18822 done
18823
18824 ac_configure_extra_args=
18825
18826 if $ac_cs_silent; then
18827 exec 6>/dev/null
18828 ac_configure_extra_args="$ac_configure_extra_args --silent"
18829 fi
18830
18831 _ACEOF
18832 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18833 if \$ac_cs_recheck; then
18834 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18835 shift
18836 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18837 CONFIG_SHELL='$SHELL'
18838 export CONFIG_SHELL
18839 exec "\$@"
18840 fi
18841
18842 _ACEOF
18843 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18844 exec 5>>config.log
18845 {
18846 echo
18847 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18848 ## Running $as_me. ##
18849 _ASBOX
18850 $as_echo "$ac_log"
18851 } >&5
18852
18853 _ACEOF
18854 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18855 #
18856 # INIT-COMMANDS
18857 #
18858 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
18859 GDB_NM_FILE=$GDB_NM_FILE
18860
18861 _ACEOF
18862
18863 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18864
18865 # Handling of arguments.
18866 for ac_config_target in $ac_config_targets
18867 do
18868 case $ac_config_target in
18869 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
18870 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
18871 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
18872 "nm.h") CONFIG_LINKS="$CONFIG_LINKS nm.h:$GDB_NM_FILE" ;;
18873 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
18874 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18875 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
18876 "gdb-gdb.py") CONFIG_FILES="$CONFIG_FILES gdb-gdb.py" ;;
18877 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
18878 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
18879
18880 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18881 esac
18882 done
18883
18884
18885 # If the user did not use the arguments to specify the items to instantiate,
18886 # then the envvar interface is used. Set only those that are not.
18887 # We use the long form for the default assignment because of an extremely
18888 # bizarre bug on SunOS 4.1.3.
18889 if $ac_need_defaults; then
18890 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18891 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18892 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18893 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18894 fi
18895
18896 # Have a temporary directory for convenience. Make it in the build tree
18897 # simply because there is no reason against having it here, and in addition,
18898 # creating and moving files from /tmp can sometimes cause problems.
18899 # Hook for its removal unless debugging.
18900 # Note that there is a small window in which the directory will not be cleaned:
18901 # after its creation but before its name has been assigned to `$tmp'.
18902 $debug ||
18903 {
18904 tmp= ac_tmp=
18905 trap 'exit_status=$?
18906 : "${ac_tmp:=$tmp}"
18907 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18908 ' 0
18909 trap 'as_fn_exit 1' 1 2 13 15
18910 }
18911 # Create a (secure) tmp directory for tmp files.
18912
18913 {
18914 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18915 test -d "$tmp"
18916 } ||
18917 {
18918 tmp=./conf$$-$RANDOM
18919 (umask 077 && mkdir "$tmp")
18920 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18921 ac_tmp=$tmp
18922
18923 # Set up the scripts for CONFIG_FILES section.
18924 # No need to generate them if there are no CONFIG_FILES.
18925 # This happens for instance with `./config.status config.h'.
18926 if test -n "$CONFIG_FILES"; then
18927
18928 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18929 ac_cs_awk_getline=:
18930 ac_cs_awk_pipe_init=
18931 ac_cs_awk_read_file='
18932 while ((getline aline < (F[key])) > 0)
18933 print(aline)
18934 close(F[key])'
18935 ac_cs_awk_pipe_fini=
18936 else
18937 ac_cs_awk_getline=false
18938 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18939 ac_cs_awk_read_file='
18940 print "|#_!!_#|"
18941 print "cat " F[key] " &&"
18942 '$ac_cs_awk_pipe_init
18943 # The final `:' finishes the AND list.
18944 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18945 fi
18946 ac_cr=`echo X | tr X '\015'`
18947 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18948 # But we know of no other shell where ac_cr would be empty at this
18949 # point, so we can use a bashism as a fallback.
18950 if test "x$ac_cr" = x; then
18951 eval ac_cr=\$\'\\r\'
18952 fi
18953 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18954 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18955 ac_cs_awk_cr='\\r'
18956 else
18957 ac_cs_awk_cr=$ac_cr
18958 fi
18959
18960 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18961 _ACEOF
18962
18963 # Create commands to substitute file output variables.
18964 {
18965 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18966 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
18967 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18968 echo "_ACAWK" &&
18969 echo "_ACEOF"
18970 } >conf$$files.sh &&
18971 . ./conf$$files.sh ||
18972 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18973 rm -f conf$$files.sh
18974
18975 {
18976 echo "cat >conf$$subs.awk <<_ACEOF" &&
18977 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18978 echo "_ACEOF"
18979 } >conf$$subs.sh ||
18980 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18981 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18982 ac_delim='%!_!# '
18983 for ac_last_try in false false false false false :; do
18984 . ./conf$$subs.sh ||
18985 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18986
18987 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18988 if test $ac_delim_n = $ac_delim_num; then
18989 break
18990 elif $ac_last_try; then
18991 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18992 else
18993 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18994 fi
18995 done
18996 rm -f conf$$subs.sh
18997
18998 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18999 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19000 _ACEOF
19001 sed -n '
19002 h
19003 s/^/S["/; s/!.*/"]=/
19004 p
19005 g
19006 s/^[^!]*!//
19007 :repl
19008 t repl
19009 s/'"$ac_delim"'$//
19010 t delim
19011 :nl
19012 h
19013 s/\(.\{148\}\)..*/\1/
19014 t more1
19015 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19016 p
19017 n
19018 b repl
19019 :more1
19020 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19021 p
19022 g
19023 s/.\{148\}//
19024 t nl
19025 :delim
19026 h
19027 s/\(.\{148\}\)..*/\1/
19028 t more2
19029 s/["\\]/\\&/g; s/^/"/; s/$/"/
19030 p
19031 b
19032 :more2
19033 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19034 p
19035 g
19036 s/.\{148\}//
19037 t delim
19038 ' <conf$$subs.awk | sed '
19039 /^[^""]/{
19040 N
19041 s/\n//
19042 }
19043 ' >>$CONFIG_STATUS || ac_write_fail=1
19044 rm -f conf$$subs.awk
19045 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19046 _ACAWK
19047 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19048 for (key in S) S_is_set[key] = 1
19049 FS = "\a"
19050 \$ac_cs_awk_pipe_init
19051 }
19052 {
19053 line = $ 0
19054 nfields = split(line, field, "@")
19055 substed = 0
19056 len = length(field[1])
19057 for (i = 2; i < nfields; i++) {
19058 key = field[i]
19059 keylen = length(key)
19060 if (S_is_set[key]) {
19061 value = S[key]
19062 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19063 len += length(value) + length(field[++i])
19064 substed = 1
19065 } else
19066 len += 1 + keylen
19067 }
19068 if (nfields == 3 && !substed) {
19069 key = field[2]
19070 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19071 \$ac_cs_awk_read_file
19072 next
19073 }
19074 }
19075 print line
19076 }
19077 \$ac_cs_awk_pipe_fini
19078 _ACAWK
19079 _ACEOF
19080 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19081 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19082 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19083 else
19084 cat
19085 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19086 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19087 _ACEOF
19088
19089 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19090 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19091 # trailing colons and then remove the whole line if VPATH becomes empty
19092 # (actually we leave an empty line to preserve line numbers).
19093 if test "x$srcdir" = x.; then
19094 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19095 h
19096 s///
19097 s/^/:/
19098 s/[ ]*$/:/
19099 s/:\$(srcdir):/:/g
19100 s/:\${srcdir}:/:/g
19101 s/:@srcdir@:/:/g
19102 s/^:*//
19103 s/:*$//
19104 x
19105 s/\(=[ ]*\).*/\1/
19106 G
19107 s/\n//
19108 s/^[^=]*=[ ]*$//
19109 }'
19110 fi
19111
19112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19113 fi # test -n "$CONFIG_FILES"
19114
19115 # Set up the scripts for CONFIG_HEADERS section.
19116 # No need to generate them if there are no CONFIG_HEADERS.
19117 # This happens for instance with `./config.status Makefile'.
19118 if test -n "$CONFIG_HEADERS"; then
19119 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19120 BEGIN {
19121 _ACEOF
19122
19123 # Transform confdefs.h into an awk script `defines.awk', embedded as
19124 # here-document in config.status, that substitutes the proper values into
19125 # config.h.in to produce config.h.
19126
19127 # Create a delimiter string that does not exist in confdefs.h, to ease
19128 # handling of long lines.
19129 ac_delim='%!_!# '
19130 for ac_last_try in false false :; do
19131 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19132 if test -z "$ac_tt"; then
19133 break
19134 elif $ac_last_try; then
19135 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19136 else
19137 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19138 fi
19139 done
19140
19141 # For the awk script, D is an array of macro values keyed by name,
19142 # likewise P contains macro parameters if any. Preserve backslash
19143 # newline sequences.
19144
19145 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19146 sed -n '
19147 s/.\{148\}/&'"$ac_delim"'/g
19148 t rset
19149 :rset
19150 s/^[ ]*#[ ]*define[ ][ ]*/ /
19151 t def
19152 d
19153 :def
19154 s/\\$//
19155 t bsnl
19156 s/["\\]/\\&/g
19157 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19158 D["\1"]=" \3"/p
19159 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19160 d
19161 :bsnl
19162 s/["\\]/\\&/g
19163 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19164 D["\1"]=" \3\\\\\\n"\\/p
19165 t cont
19166 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19167 t cont
19168 d
19169 :cont
19170 n
19171 s/.\{148\}/&'"$ac_delim"'/g
19172 t clear
19173 :clear
19174 s/\\$//
19175 t bsnlc
19176 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19177 d
19178 :bsnlc
19179 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19180 b cont
19181 ' <confdefs.h | sed '
19182 s/'"$ac_delim"'/"\\\
19183 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19184
19185 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19186 for (key in D) D_is_set[key] = 1
19187 FS = "\a"
19188 }
19189 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19190 line = \$ 0
19191 split(line, arg, " ")
19192 if (arg[1] == "#") {
19193 defundef = arg[2]
19194 mac1 = arg[3]
19195 } else {
19196 defundef = substr(arg[1], 2)
19197 mac1 = arg[2]
19198 }
19199 split(mac1, mac2, "(") #)
19200 macro = mac2[1]
19201 prefix = substr(line, 1, index(line, defundef) - 1)
19202 if (D_is_set[macro]) {
19203 # Preserve the white space surrounding the "#".
19204 print prefix "define", macro P[macro] D[macro]
19205 next
19206 } else {
19207 # Replace #undef with comments. This is necessary, for example,
19208 # in the case of _POSIX_SOURCE, which is predefined and required
19209 # on some systems where configure will not decide to define it.
19210 if (defundef == "undef") {
19211 print "/*", prefix defundef, macro, "*/"
19212 next
19213 }
19214 }
19215 }
19216 { print }
19217 _ACAWK
19218 _ACEOF
19219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19220 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19221 fi # test -n "$CONFIG_HEADERS"
19222
19223
19224 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19225 shift
19226 for ac_tag
19227 do
19228 case $ac_tag in
19229 :[FHLC]) ac_mode=$ac_tag; continue;;
19230 esac
19231 case $ac_mode$ac_tag in
19232 :[FHL]*:*);;
19233 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19234 :[FH]-) ac_tag=-:-;;
19235 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19236 esac
19237 ac_save_IFS=$IFS
19238 IFS=:
19239 set x $ac_tag
19240 IFS=$ac_save_IFS
19241 shift
19242 ac_file=$1
19243 shift
19244
19245 case $ac_mode in
19246 :L) ac_source=$1;;
19247 :[FH])
19248 ac_file_inputs=
19249 for ac_f
19250 do
19251 case $ac_f in
19252 -) ac_f="$ac_tmp/stdin";;
19253 *) # Look for the file first in the build tree, then in the source tree
19254 # (if the path is not absolute). The absolute path cannot be DOS-style,
19255 # because $ac_f cannot contain `:'.
19256 test -f "$ac_f" ||
19257 case $ac_f in
19258 [\\/$]*) false;;
19259 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19260 esac ||
19261 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19262 esac
19263 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19264 as_fn_append ac_file_inputs " '$ac_f'"
19265 done
19266
19267 # Let's still pretend it is `configure' which instantiates (i.e., don't
19268 # use $as_me), people would be surprised to read:
19269 # /* config.h. Generated by config.status. */
19270 configure_input='Generated from '`
19271 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19272 `' by configure.'
19273 if test x"$ac_file" != x-; then
19274 configure_input="$ac_file. $configure_input"
19275 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19276 $as_echo "$as_me: creating $ac_file" >&6;}
19277 fi
19278 # Neutralize special characters interpreted by sed in replacement strings.
19279 case $configure_input in #(
19280 *\&* | *\|* | *\\* )
19281 ac_sed_conf_input=`$as_echo "$configure_input" |
19282 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19283 *) ac_sed_conf_input=$configure_input;;
19284 esac
19285
19286 case $ac_tag in
19287 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19288 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19289 esac
19290 ;;
19291 esac
19292
19293 ac_dir=`$as_dirname -- "$ac_file" ||
19294 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19295 X"$ac_file" : 'X\(//\)[^/]' \| \
19296 X"$ac_file" : 'X\(//\)$' \| \
19297 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19298 $as_echo X"$ac_file" |
19299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19300 s//\1/
19301 q
19302 }
19303 /^X\(\/\/\)[^/].*/{
19304 s//\1/
19305 q
19306 }
19307 /^X\(\/\/\)$/{
19308 s//\1/
19309 q
19310 }
19311 /^X\(\/\).*/{
19312 s//\1/
19313 q
19314 }
19315 s/.*/./; q'`
19316 as_dir="$ac_dir"; as_fn_mkdir_p
19317 ac_builddir=.
19318
19319 case "$ac_dir" in
19320 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19321 *)
19322 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19323 # A ".." for each directory in $ac_dir_suffix.
19324 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19325 case $ac_top_builddir_sub in
19326 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19327 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19328 esac ;;
19329 esac
19330 ac_abs_top_builddir=$ac_pwd
19331 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19332 # for backward compatibility:
19333 ac_top_builddir=$ac_top_build_prefix
19334
19335 case $srcdir in
19336 .) # We are building in place.
19337 ac_srcdir=.
19338 ac_top_srcdir=$ac_top_builddir_sub
19339 ac_abs_top_srcdir=$ac_pwd ;;
19340 [\\/]* | ?:[\\/]* ) # Absolute name.
19341 ac_srcdir=$srcdir$ac_dir_suffix;
19342 ac_top_srcdir=$srcdir
19343 ac_abs_top_srcdir=$srcdir ;;
19344 *) # Relative name.
19345 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19346 ac_top_srcdir=$ac_top_build_prefix$srcdir
19347 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19348 esac
19349 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19350
19351
19352 case $ac_mode in
19353 :F)
19354 #
19355 # CONFIG_FILE
19356 #
19357
19358 case $INSTALL in
19359 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19360 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19361 esac
19362 _ACEOF
19363
19364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19365 # If the template does not know about datarootdir, expand it.
19366 # FIXME: This hack should be removed a few years after 2.60.
19367 ac_datarootdir_hack=; ac_datarootdir_seen=
19368 ac_sed_dataroot='
19369 /datarootdir/ {
19370 p
19371 q
19372 }
19373 /@datadir@/p
19374 /@docdir@/p
19375 /@infodir@/p
19376 /@localedir@/p
19377 /@mandir@/p'
19378 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19379 *datarootdir*) ac_datarootdir_seen=yes;;
19380 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19382 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19383 _ACEOF
19384 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19385 ac_datarootdir_hack='
19386 s&@datadir@&$datadir&g
19387 s&@docdir@&$docdir&g
19388 s&@infodir@&$infodir&g
19389 s&@localedir@&$localedir&g
19390 s&@mandir@&$mandir&g
19391 s&\\\${datarootdir}&$datarootdir&g' ;;
19392 esac
19393 _ACEOF
19394
19395 # Neutralize VPATH when `$srcdir' = `.'.
19396 # Shell code in configure.ac might set extrasub.
19397 # FIXME: do we really want to maintain this feature?
19398 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19399 ac_sed_extra="$ac_vpsub
19400 $extrasub
19401 _ACEOF
19402 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19403 :t
19404 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19405 s|@configure_input@|$ac_sed_conf_input|;t t
19406 s&@top_builddir@&$ac_top_builddir_sub&;t t
19407 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19408 s&@srcdir@&$ac_srcdir&;t t
19409 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19410 s&@top_srcdir@&$ac_top_srcdir&;t t
19411 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19412 s&@builddir@&$ac_builddir&;t t
19413 s&@abs_builddir@&$ac_abs_builddir&;t t
19414 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19415 s&@INSTALL@&$ac_INSTALL&;t t
19416 $ac_datarootdir_hack
19417 "
19418 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19419 if $ac_cs_awk_getline; then
19420 $AWK -f "$ac_tmp/subs.awk"
19421 else
19422 $AWK -f "$ac_tmp/subs.awk" | $SHELL
19423 fi \
19424 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19425
19426 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19427 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19428 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19429 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19430 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19431 which seems to be undefined. Please make sure it is defined" >&5
19432 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19433 which seems to be undefined. Please make sure it is defined" >&2;}
19434
19435 rm -f "$ac_tmp/stdin"
19436 case $ac_file in
19437 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19438 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19439 esac \
19440 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19441 ;;
19442 :H)
19443 #
19444 # CONFIG_HEADER
19445 #
19446 if test x"$ac_file" != x-; then
19447 {
19448 $as_echo "/* $configure_input */" \
19449 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19450 } >"$ac_tmp/config.h" \
19451 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19452 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19453 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19454 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19455 else
19456 rm -f "$ac_file"
19457 mv "$ac_tmp/config.h" "$ac_file" \
19458 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19459 fi
19460 else
19461 $as_echo "/* $configure_input */" \
19462 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19463 || as_fn_error $? "could not create -" "$LINENO" 5
19464 fi
19465 ;;
19466 :L)
19467 #
19468 # CONFIG_LINK
19469 #
19470
19471 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19472 :
19473 else
19474 # Prefer the file from the source tree if names are identical.
19475 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19476 ac_source=$srcdir/$ac_source
19477 fi
19478
19479 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19480 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19481
19482 if test ! -r "$ac_source"; then
19483 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19484 fi
19485 rm -f "$ac_file"
19486
19487 # Try a relative symlink, then a hard link, then a copy.
19488 case $ac_source in
19489 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19490 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19491 esac
19492 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19493 ln "$ac_source" "$ac_file" 2>/dev/null ||
19494 cp -p "$ac_source" "$ac_file" ||
19495 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19496 fi
19497 ;;
19498 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19499 $as_echo "$as_me: executing $ac_file commands" >&6;}
19500 ;;
19501 esac
19502
19503
19504 case $ac_file$ac_mode in
19505 "config.h":H) echo > stamp-h ;;
19506 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
19507 "nm.h":L) echo > stamp-nmh ;;
19508 "gcore":F) chmod +x gcore ;;
19509
19510 esac
19511 done # for ac_tag
19512
19513
19514 as_fn_exit 0
19515 _ACEOF
19516 ac_clean_files=$ac_clean_files_save
19517
19518 test $ac_write_fail = 0 ||
19519 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19520
19521
19522 # configure is writing to config.log, and then calls config.status.
19523 # config.status does its own redirection, appending to config.log.
19524 # Unfortunately, on DOS this fails, as config.log is still kept open
19525 # by configure, so config.status won't be able to write to it; its
19526 # output is simply discarded. So we exec the FD to /dev/null,
19527 # effectively closing config.log, so it can be properly (re)opened and
19528 # appended to by config.status. When coming back to configure, we
19529 # need to make the FD available again.
19530 if test "$no_create" != yes; then
19531 ac_cs_success=:
19532 ac_config_status_args=
19533 test "$silent" = yes &&
19534 ac_config_status_args="$ac_config_status_args --quiet"
19535 exec 5>/dev/null
19536 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19537 exec 5>>config.log
19538 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19539 # would make configure fail if this is the last instruction.
19540 $ac_cs_success || as_fn_exit 1
19541 fi
19542
19543 #
19544 # CONFIG_SUBDIRS section.
19545 #
19546 if test "$no_recursion" != yes; then
19547
19548 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
19549 # so they do not pile up.
19550 ac_sub_configure_args=
19551 ac_prev=
19552 eval "set x $ac_configure_args"
19553 shift
19554 for ac_arg
19555 do
19556 if test -n "$ac_prev"; then
19557 ac_prev=
19558 continue
19559 fi
19560 case $ac_arg in
19561 -cache-file | --cache-file | --cache-fil | --cache-fi \
19562 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
19563 ac_prev=cache_file ;;
19564 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
19565 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
19566 | --c=*)
19567 ;;
19568 --config-cache | -C)
19569 ;;
19570 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
19571 ac_prev=srcdir ;;
19572 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
19573 ;;
19574 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
19575 ac_prev=prefix ;;
19576 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
19577 ;;
19578 --disable-option-checking)
19579 ;;
19580 *)
19581 case $ac_arg in
19582 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19583 esac
19584 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
19585 esac
19586 done
19587
19588 # Always prepend --prefix to ensure using the same prefix
19589 # in subdir configurations.
19590 ac_arg="--prefix=$prefix"
19591 case $ac_arg in
19592 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19593 esac
19594 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
19595
19596 # Pass --silent
19597 if test "$silent" = yes; then
19598 ac_sub_configure_args="--silent $ac_sub_configure_args"
19599 fi
19600
19601 # Always prepend --disable-option-checking to silence warnings, since
19602 # different subdirs can have different --enable and --with options.
19603 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
19604
19605 ac_popdir=`pwd`
19606 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
19607
19608 # Do not complain, so a configure script can configure whichever
19609 # parts of a large source tree are present.
19610 test -d "$srcdir/$ac_dir" || continue
19611
19612 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
19613 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
19614 $as_echo "$ac_msg" >&6
19615 as_dir="$ac_dir"; as_fn_mkdir_p
19616 ac_builddir=.
19617
19618 case "$ac_dir" in
19619 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19620 *)
19621 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19622 # A ".." for each directory in $ac_dir_suffix.
19623 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19624 case $ac_top_builddir_sub in
19625 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19626 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19627 esac ;;
19628 esac
19629 ac_abs_top_builddir=$ac_pwd
19630 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19631 # for backward compatibility:
19632 ac_top_builddir=$ac_top_build_prefix
19633
19634 case $srcdir in
19635 .) # We are building in place.
19636 ac_srcdir=.
19637 ac_top_srcdir=$ac_top_builddir_sub
19638 ac_abs_top_srcdir=$ac_pwd ;;
19639 [\\/]* | ?:[\\/]* ) # Absolute name.
19640 ac_srcdir=$srcdir$ac_dir_suffix;
19641 ac_top_srcdir=$srcdir
19642 ac_abs_top_srcdir=$srcdir ;;
19643 *) # Relative name.
19644 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19645 ac_top_srcdir=$ac_top_build_prefix$srcdir
19646 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19647 esac
19648 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19649
19650
19651 cd "$ac_dir"
19652
19653 # Check for guested configure; otherwise get Cygnus style configure.
19654 if test -f "$ac_srcdir/configure.gnu"; then
19655 ac_sub_configure=$ac_srcdir/configure.gnu
19656 elif test -f "$ac_srcdir/configure"; then
19657 ac_sub_configure=$ac_srcdir/configure
19658 elif test -f "$ac_srcdir/configure.in"; then
19659 # This should be Cygnus configure.
19660 ac_sub_configure=$ac_aux_dir/configure
19661 else
19662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
19663 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
19664 ac_sub_configure=
19665 fi
19666
19667 # The recursion is here.
19668 if test -n "$ac_sub_configure"; then
19669 # Make the cache file name correct relative to the subdirectory.
19670 case $cache_file in
19671 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
19672 *) # Relative name.
19673 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
19674 esac
19675
19676 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
19677 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
19678 # The eval makes quoting arguments work.
19679 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
19680 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
19681 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
19682 fi
19683
19684 cd "$ac_popdir"
19685 done
19686 fi
19687 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19689 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19690 fi
19691