Conditionally define xmltarget_${name} variable in regdat.sh
[deliverable/binutils-gdb.git] / gdb / configure
CommitLineData
c906108c 1#! /bin/sh
c906108c 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
c906108c
SS
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
bec39cab 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
bec39cab 31fi
bec39cab 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_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.
43if 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 --'
47elif (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'
50else
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'
70fi
71
72# The user is always right.
73if 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 }
bec39cab
AC
79fi
80
81
81ecdfbb
RW
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.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
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
100IFS=$as_save_IFS
101
102 ;;
103esac
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.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
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.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
bec39cab
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
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.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $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
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if 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
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
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
199test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev/null; then :
201 as_have_required=yes
202else
203 as_have_required=no
204fi
205 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207else
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209as_found=false
210for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
bec39cab 211do
81ecdfbb
RW
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
225fi
226fi
227 done;;
228 esac
229 as_found=false
230done
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
234fi; }
235IFS=$as_save_IFS
236
237
238 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
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.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
253exec $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
257exit 255
81ecdfbb
RW
258fi
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."
bec39cab 266 else
81ecdfbb
RW
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."
bec39cab 271 fi
81ecdfbb
RW
272 exit 1
273fi
274fi
275fi
276SHELL=${CONFIG_SHELL-/bin/sh}
277export SHELL
278# Unset more variables known to interfere with behavior of common tools.
279CLICOLOR_FORCE= GREP_OPTIONS=
280unset CLICOLOR_FORCE GREP_OPTIONS
281
282## --------------------- ##
283## M4sh Shell Functions. ##
284## --------------------- ##
285# as_fn_unset VAR
286# ---------------
287# Portably unset VAR.
288as_fn_unset ()
289{
290 { eval $1=; unset $1;}
291}
292as_unset=as_fn_unset
293
294# as_fn_set_status STATUS
295# -----------------------
296# Set $? to STATUS, without forking.
297as_fn_set_status ()
298{
299 return $1
300} # as_fn_set_status
bec39cab 301
81ecdfbb
RW
302# as_fn_exit STATUS
303# -----------------
304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305as_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.
315as_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"
d0ac1c44 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
356
357
358} # as_fn_mkdir_p
d0ac1c44
SM
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365 test -f "$1" && test -x "$1"
366} # as_fn_executable_p
81ecdfbb
RW
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.
373if (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 }'
378else
379 as_fn_append ()
380 {
381 eval $1=\$$1\$2
382 }
383fi # 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.
390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
391 eval 'as_fn_arith ()
392 {
393 as_val=$(( $* ))
394 }'
395else
396 as_fn_arith ()
397 {
398 as_val=`expr "$@" || test $? -eq 1`
399 }
400fi # as_fn_arith
401
402
d0ac1c44
SM
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
81ecdfbb
RW
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
d0ac1c44 407# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
408as_fn_error ()
409{
d0ac1c44
SM
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
81ecdfbb 414 fi
d0ac1c44 415 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
416 as_fn_exit $as_status
417} # as_fn_error
418
419if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
421 as_expr=expr
422else
423 as_expr=false
424fi
425
81ecdfbb 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
427 as_basename=basename
428else
429 as_basename=false
430fi
431
81ecdfbb
RW
432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
bec39cab 437
81ecdfbb 438as_me=`$as_basename -- "$0" ||
bec39cab
AC
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
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'`
bec39cab 456
b4e70030
JB
457# Avoid depending upon Character Ranges.
458as_cr_letters='abcdefghijklmnopqrstuvwxyz'
459as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460as_cr_Letters=$as_cr_letters$as_cr_LETTERS
461as_cr_digits='0123456789'
462as_cr_alnum=$as_cr_Letters$as_cr_digits
4e8d927d 463
bec39cab 464
81ecdfbb
RW
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 |
bec39cab 474 sed '
81ecdfbb
RW
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
bec39cab 479 N
81ecdfbb
RW
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
bec39cab 482 t loop
81ecdfbb 483 s/-\n.*//
bec39cab 484 ' >$as_me.lineno &&
81ecdfbb
RW
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; }
bec39cab 487
d0ac1c44
SM
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
bec39cab
AC
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
81ecdfbb
RW
494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
bec39cab
AC
496 # Exit status is that of the last command.
497 exit
498}
499
81ecdfbb
RW
500ECHO_C= ECHO_N= ECHO_T=
501case `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';;
bec39cab
AC
511esac
512
81ecdfbb
RW
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
bec39cab 516else
81ecdfbb
RW
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
bec39cab 519fi
81ecdfbb
RW
520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 522 as_ln_s='ln -s'
81ecdfbb
RW
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.
d0ac1c44 526 # In both cases, we have to default to `cp -pR'.
81ecdfbb 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 528 as_ln_s='cp -pR'
81ecdfbb
RW
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
d0ac1c44 532 as_ln_s='cp -pR'
b4e70030 533 fi
bec39cab 534else
d0ac1c44 535 as_ln_s='cp -pR'
bec39cab 536fi
81ecdfbb
RW
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
bec39cab
AC
539
540if mkdir -p . 2>/dev/null; then
81ecdfbb 541 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
542else
543 test -d ./-p && rmdir ./-p
544 as_mkdir_p=false
545fi
546
d0ac1c44
SM
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
bec39cab
AC
549
550# Sed expression to map a string onto a valid CPP name.
551as_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.
554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
555
556
d0ac1c44
SM
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
c906108c 559
bec39cab 560# Name of the host.
d0ac1c44 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
bec39cab
AC
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
bec39cab
AC
565#
566# Initializations.
567#
c906108c 568ac_default_prefix=/usr/local
81ecdfbb 569ac_clean_files=
bec39cab 570ac_config_libobj_dir=.
81ecdfbb 571LIBOBJS=
bec39cab
AC
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
b4e70030 576
bec39cab
AC
577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
81ecdfbb 583PACKAGE_URL=
bec39cab
AC
584
585ac_unique_file="main.c"
586# Factoring default headers for most tests.
587ac_includes_default="\
588#include <stdio.h>
81ecdfbb 589#ifdef HAVE_SYS_TYPES_H
bec39cab
AC
590# include <sys/types.h>
591#endif
81ecdfbb 592#ifdef HAVE_SYS_STAT_H
bec39cab
AC
593# include <sys/stat.h>
594#endif
81ecdfbb 595#ifdef STDC_HEADERS
bec39cab
AC
596# include <stdlib.h>
597# include <stddef.h>
598#else
81ecdfbb 599# ifdef HAVE_STDLIB_H
bec39cab
AC
600# include <stdlib.h>
601# endif
602#endif
81ecdfbb
RW
603#ifdef HAVE_STRING_H
604# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
bec39cab
AC
605# include <memory.h>
606# endif
607# include <string.h>
608#endif
81ecdfbb 609#ifdef HAVE_STRINGS_H
bec39cab
AC
610# include <strings.h>
611#endif
81ecdfbb 612#ifdef HAVE_INTTYPES_H
bec39cab 613# include <inttypes.h>
bec39cab 614#endif
81ecdfbb
RW
615#ifdef HAVE_STDINT_H
616# include <stdint.h>
617#endif
618#ifdef HAVE_UNISTD_H
bec39cab
AC
619# include <unistd.h>
620#endif"
621
81ecdfbb 622enable_option_checking=no
d0ac1c44 623ac_header_list=
c971b7fa 624ac_subst_vars='LTLIBOBJS
81ecdfbb 625LIBOBJS
b292c783
JK
626GCORE_TRANSFORM_NAME
627GDB_TRANSFORM_NAME
e3487908 628XSLTPROC
81ecdfbb 629GDB_NM_FILE
393fd4c3
YQ
630LTLIBBABELTRACE
631LIBBABELTRACE
632HAVE_LIBBABELTRACE
21ea5acd
SDJ
633HAVE_NATIVE_GCORE_HOST
634NAT_GENERATED_FILES
635XM_CLIBS
636MH_CFLAGS
637LOADLIBES
638NAT_CDEPS
639NATDEPFILES
640NAT_FILE
81ecdfbb
RW
641target_subdir
642CONFIG_UNINSTALL
643CONFIG_INSTALL
644CONFIG_CLEAN
645CONFIG_ALL
646CONFIG_SRCS
647CONFIG_DEPS
648CONFIG_OBS
649PROFILE_CFLAGS
650ENABLE_CFLAGS
651SIM_OBS
652SIM
653XMKMF
654GDBTK_SRC_DIR
655GDBTK_CFLAGS
656GDBTKLIBS
657X_LIBS
658X_LDFLAGS
659X_CFLAGS
660TK_XINCLUDES
661TK_DEPS
662TK_LIBRARY
663TK_INCLUDE
664TK_STUB_LIB_SPEC
665TK_STUB_LIB_FLAG
666TK_STUB_LIB_FILE
667TK_LIB_SPEC
668TK_LIB_FLAG
669TK_LIB_FILE
670TK_SRC_DIR
671TK_BIN_DIR
672TK_VERSION
673TCL_DEPS
674TCL_LIBRARY
675TCL_INCLUDE
676TCL_STUB_LIB_SPEC
677TCL_STUB_LIB_FLAG
678TCL_STUB_LIB_FILE
679TCL_LIB_SPEC
680TCL_LIB_FLAG
681TCL_LIB_FILE
682TCL_SRC_DIR
683TCL_BIN_DIR
684TCL_PATCH_LEVEL
685TCL_VERSION
686WIN32LDAPP
687GUI_CFLAGS_X
688LIBGUI
608e2dbb
TT
689LTLIBLZMA
690LIBLZMA
691HAVE_LIBLZMA
81ecdfbb
RW
692WIN32LIBS
693SER_HARDWIRE
694WERROR_CFLAGS
695WARN_CFLAGS
696SYSTEM_GDBINIT
81ecdfbb
RW
697TARGET_SYSTEM_ROOT
698CONFIG_LDFLAGS
f6528abd 699RDYNAMIC
81ecdfbb 700ALLOCA
58bfce93
MM
701LTLIBIPT
702LIBIPT
703HAVE_LIBIPT
4df42755
DE
704HAVE_GUILE_FALSE
705HAVE_GUILE_TRUE
ed3ef339
DE
706GUILE_LIBS
707GUILE_CPPFLAGS
e76c5d17
DE
708GUILD_TARGET_FLAG
709GUILD
ed3ef339 710pkg_config_prog_path
4df42755
DE
711HAVE_PYTHON_FALSE
712HAVE_PYTHON_TRUE
ac534cba
JB
713PYTHON_LIBS
714PYTHON_CPPFLAGS
81ecdfbb 715PYTHON_CFLAGS
ec685c5e 716python_prog_path
2400729e
UW
717LTLIBMPFR
718LIBMPFR
719HAVE_LIBMPFR
81ecdfbb
RW
720LTLIBEXPAT
721LIBEXPAT
722HAVE_LIBEXPAT
b8e0a31c 723JIT_READER_DIR
f997c383 724TARGET_PTR
39037522 725READLINE_TEXI_INCFLAG
81ecdfbb
RW
726READLINE_CFLAGS
727READLINE_DEPS
728READLINE
016a3251
DD
729LTLIBICONV
730LIBICONV
711a72d3
L
731zlibinc
732zlibdir
81ecdfbb
RW
733MIG
734WINDRES
735DLLTOOL
c971b7fa 736AR
81ecdfbb
RW
737YFLAGS
738YACC
c971b7fa 739RANLIB
81ecdfbb 740LN_S
c971b7fa
PA
741INSTALL_DATA
742INSTALL_SCRIPT
743INSTALL_PROGRAM
744AWK
81ecdfbb
RW
745REPORT_BUGS_TEXI
746REPORT_BUGS_TO
747PKGVERSION
44cee4fd 748CODESIGN_CERT
b292c783 749HAVE_NATIVE_GCORE_TARGET
81ecdfbb
RW
750TARGET_OBS
751subdirs
752GDB_DATADIR
753DEBUGDIR
5048e516
JK
754MAKEINFO_EXTRA_FLAGS
755MAKEINFOFLAGS
756MAKEINFO
81ecdfbb
RW
757PACKAGE
758GNULIB_STDINT_H
81ecdfbb
RW
759CATOBJEXT
760GENCAT
761INSTOBJEXT
762DATADIRNAME
763CATALOGS
764POSUB
765GMSGFMT
766XGETTEXT
767INCINTL
768LIBINTL_DEP
769LIBINTL
770USE_NLS
81ecdfbb
RW
771CCDEPMODE
772DEPDIR
773am__leading_dot
0bcda685
PA
774CXX_DIALECT
775HAVE_CXX11
4869db5e
RM
776INSTALL_STRIP_PROGRAM
777STRIP
778install_sh
81ecdfbb
RW
779target_os
780target_vendor
781target_cpu
782target
783host_os
784host_vendor
785host_cpu
786host
787build_os
788build_vendor
789build_cpu
790build
c971b7fa
PA
791EGREP
792GREP
793CPP
3bc3d82a
PA
794ac_ct_CXX
795CXXFLAGS
796CXX
81ecdfbb
RW
797OBJEXT
798EXEEXT
799ac_ct_CC
800CPPFLAGS
801LDFLAGS
802CFLAGS
803CC
804MAINT
805MAINTAINER_MODE_FALSE
806MAINTAINER_MODE_TRUE
807target_alias
808host_alias
809build_alias
810LIBS
811ECHO_T
812ECHO_N
813ECHO_C
814DEFS
815mandir
816localedir
817libdir
818psdir
819pdfdir
820dvidir
821htmldir
822infodir
823docdir
824oldincludedir
825includedir
826localstatedir
827sharedstatedir
828sysconfdir
829datadir
830datarootdir
831libexecdir
832sbindir
833bindir
834program_transform_name
835prefix
836exec_prefix
837PACKAGE_URL
838PACKAGE_BUGREPORT
839PACKAGE_STRING
840PACKAGE_VERSION
841PACKAGE_TARNAME
842PACKAGE_NAME
843PATH_SEPARATOR
844SHELL'
2b351b19 845ac_subst_files='nat_makefile_frag'
81ecdfbb
RW
846ac_user_opts='
847enable_option_checking
848enable_maintainer_mode
da2f07f1
JK
849enable_plugins
850enable_largefile
81ecdfbb
RW
851with_separate_debug_dir
852with_gdb_datadir
853with_relocated_sources
7349ff92 854with_auto_load_dir
bccbefd2 855with_auto_load_safe_path
81ecdfbb
RW
856enable_targets
857enable_64_bit_bfd
81ecdfbb
RW
858enable_gdbmi
859enable_tui
860enable_gdbtk
05e7c244 861with_libunwind_ia64
81ecdfbb
RW
862with_curses
863enable_profiling
44cee4fd 864enable_codesign
81ecdfbb
RW
865with_pkgversion
866with_bugurl
711a72d3 867with_system_zlib
016a3251
DD
868with_gnu_ld
869enable_rpath
81ecdfbb 870with_libiconv_prefix
478aac75 871with_iconv_bin
81ecdfbb 872with_system_readline
b8e0a31c 873with_jit_reader_dir
81ecdfbb 874with_expat
81ecdfbb 875with_libexpat_prefix
2400729e
UW
876with_mpfr
877with_libmpfr_prefix
81ecdfbb 878with_python
ed3ef339 879with_guile
a8db4212 880enable_libmcheck
58bfce93
MM
881with_intel_pt
882with_libipt_prefix
81ecdfbb
RW
883with_included_regex
884with_sysroot
885with_system_gdbinit
886enable_werror
887enable_build_warnings
888enable_gdb_build_warnings
608e2dbb
TT
889with_lzma
890with_liblzma_prefix
81ecdfbb
RW
891with_tcl
892with_tk
893with_x
894enable_sim
895enable_multi_ice
496c0e1b 896enable_gdbserver
393fd4c3
YQ
897with_babeltrace
898with_libbabeltrace_prefix
81ecdfbb
RW
899'
900 ac_precious_vars='build_alias
901host_alias
902target_alias
903CC
904CFLAGS
905LDFLAGS
906LIBS
907CPPFLAGS
3bc3d82a
PA
908CXX
909CXXFLAGS
910CCC
81ecdfbb 911CPP
f06e05e0
JK
912MAKEINFO
913MAKEINFOFLAGS
81ecdfbb
RW
914YACC
915YFLAGS
916XMKMF'
5ae98d25 917ac_subdirs_all='testsuite
81ecdfbb
RW
918gdbtk
919multi-ice
920gdbserver'
c906108c
SS
921
922# Initialize some variables set by options.
bec39cab
AC
923ac_init_help=
924ac_init_version=false
81ecdfbb
RW
925ac_unrecognized_opts=
926ac_unrecognized_sep=
c906108c
SS
927# The variables have the same names as the options, with
928# dashes changed to underlines.
bec39cab 929cache_file=/dev/null
c906108c 930exec_prefix=NONE
c906108c 931no_create=
c906108c
SS
932no_recursion=
933prefix=NONE
934program_prefix=NONE
935program_suffix=NONE
936program_transform_name=s,x,x,
937silent=
938site=
939srcdir=
c906108c
SS
940verbose=
941x_includes=NONE
942x_libraries=NONE
bec39cab
AC
943
944# Installation directory options.
945# These are left unexpanded so users can "make install exec_prefix=/foo"
946# and all the variables that are supposed to be based on exec_prefix
947# by default will actually change.
948# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 949# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
950bindir='${exec_prefix}/bin'
951sbindir='${exec_prefix}/sbin'
952libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
953datarootdir='${prefix}/share'
954datadir='${datarootdir}'
c906108c
SS
955sysconfdir='${prefix}/etc'
956sharedstatedir='${prefix}/com'
957localstatedir='${prefix}/var'
c906108c
SS
958includedir='${prefix}/include'
959oldincludedir='/usr/include'
81ecdfbb
RW
960docdir='${datarootdir}/doc/${PACKAGE}'
961infodir='${datarootdir}/info'
962htmldir='${docdir}'
963dvidir='${docdir}'
964pdfdir='${docdir}'
965psdir='${docdir}'
966libdir='${exec_prefix}/lib'
967localedir='${datarootdir}/locale'
968mandir='${datarootdir}/man'
c906108c 969
c906108c 970ac_prev=
81ecdfbb 971ac_dashdash=
c906108c
SS
972for ac_option
973do
c906108c
SS
974 # If the previous option needs an argument, assign it.
975 if test -n "$ac_prev"; then
81ecdfbb 976 eval $ac_prev=\$ac_option
c906108c
SS
977 ac_prev=
978 continue
979 fi
980
81ecdfbb 981 case $ac_option in
d0ac1c44
SM
982 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
983 *=) ac_optarg= ;;
984 *) ac_optarg=yes ;;
81ecdfbb 985 esac
c906108c
SS
986
987 # Accept the important Cygnus configure options, so we can diagnose typos.
988
81ecdfbb
RW
989 case $ac_dashdash$ac_option in
990 --)
991 ac_dashdash=yes ;;
c906108c
SS
992
993 -bindir | --bindir | --bindi | --bind | --bin | --bi)
994 ac_prev=bindir ;;
995 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 996 bindir=$ac_optarg ;;
c906108c
SS
997
998 -build | --build | --buil | --bui | --bu)
bec39cab 999 ac_prev=build_alias ;;
c906108c 1000 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 1001 build_alias=$ac_optarg ;;
c906108c
SS
1002
1003 -cache-file | --cache-file | --cache-fil | --cache-fi \
1004 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1005 ac_prev=cache_file ;;
1006 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1007 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
1008 cache_file=$ac_optarg ;;
1009
1010 --config-cache | -C)
1011 cache_file=config.cache ;;
c906108c 1012
81ecdfbb 1013 -datadir | --datadir | --datadi | --datad)
c906108c 1014 ac_prev=datadir ;;
81ecdfbb 1015 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bec39cab 1016 datadir=$ac_optarg ;;
c906108c 1017
81ecdfbb
RW
1018 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1019 | --dataroo | --dataro | --datar)
1020 ac_prev=datarootdir ;;
1021 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1022 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1023 datarootdir=$ac_optarg ;;
1024
c906108c 1025 -disable-* | --disable-*)
81ecdfbb 1026 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 1027 # Reject names that are not valid shell variable names.
81ecdfbb 1028 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1029 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
1030 ac_useropt_orig=$ac_useropt
1031 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1032 case $ac_user_opts in
1033 *"
1034"enable_$ac_useropt"
1035"*) ;;
1036 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1037 ac_unrecognized_sep=', ';;
1038 esac
1039 eval enable_$ac_useropt=no ;;
1040
1041 -docdir | --docdir | --docdi | --doc | --do)
1042 ac_prev=docdir ;;
1043 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1044 docdir=$ac_optarg ;;
1045
1046 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1047 ac_prev=dvidir ;;
1048 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1049 dvidir=$ac_optarg ;;
c906108c
SS
1050
1051 -enable-* | --enable-*)
81ecdfbb 1052 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 1053 # Reject names that are not valid shell variable names.
81ecdfbb 1054 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1055 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
1056 ac_useropt_orig=$ac_useropt
1057 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1058 case $ac_user_opts in
1059 *"
1060"enable_$ac_useropt"
1061"*) ;;
1062 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1063 ac_unrecognized_sep=', ';;
b4e70030 1064 esac
81ecdfbb 1065 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1066
1067 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1068 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1069 | --exec | --exe | --ex)
1070 ac_prev=exec_prefix ;;
1071 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1072 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1073 | --exec=* | --exe=* | --ex=*)
bec39cab 1074 exec_prefix=$ac_optarg ;;
c906108c
SS
1075
1076 -gas | --gas | --ga | --g)
1077 # Obsolete; use --with-gas.
1078 with_gas=yes ;;
1079
bec39cab
AC
1080 -help | --help | --hel | --he | -h)
1081 ac_init_help=long ;;
1082 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1083 ac_init_help=recursive ;;
1084 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1085 ac_init_help=short ;;
c906108c
SS
1086
1087 -host | --host | --hos | --ho)
bec39cab 1088 ac_prev=host_alias ;;
c906108c 1089 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 1090 host_alias=$ac_optarg ;;
c906108c 1091
81ecdfbb
RW
1092 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1093 ac_prev=htmldir ;;
1094 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1095 | --ht=*)
1096 htmldir=$ac_optarg ;;
1097
c906108c
SS
1098 -includedir | --includedir | --includedi | --included | --include \
1099 | --includ | --inclu | --incl | --inc)
1100 ac_prev=includedir ;;
1101 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1102 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 1103 includedir=$ac_optarg ;;
c906108c
SS
1104
1105 -infodir | --infodir | --infodi | --infod | --info | --inf)
1106 ac_prev=infodir ;;
1107 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 1108 infodir=$ac_optarg ;;
c906108c
SS
1109
1110 -libdir | --libdir | --libdi | --libd)
1111 ac_prev=libdir ;;
1112 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 1113 libdir=$ac_optarg ;;
c906108c
SS
1114
1115 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1116 | --libexe | --libex | --libe)
1117 ac_prev=libexecdir ;;
1118 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1119 | --libexe=* | --libex=* | --libe=*)
bec39cab 1120 libexecdir=$ac_optarg ;;
c906108c 1121
81ecdfbb
RW
1122 -localedir | --localedir | --localedi | --localed | --locale)
1123 ac_prev=localedir ;;
1124 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1125 localedir=$ac_optarg ;;
1126
c906108c 1127 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1128 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1129 ac_prev=localstatedir ;;
1130 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1131 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bec39cab 1132 localstatedir=$ac_optarg ;;
c906108c
SS
1133
1134 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1135 ac_prev=mandir ;;
1136 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 1137 mandir=$ac_optarg ;;
c906108c
SS
1138
1139 -nfp | --nfp | --nf)
1140 # Obsolete; use --without-fp.
1141 with_fp=no ;;
1142
1143 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 1144 | --no-cr | --no-c | -n)
c906108c
SS
1145 no_create=yes ;;
1146
1147 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1148 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1149 no_recursion=yes ;;
1150
1151 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1152 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1153 | --oldin | --oldi | --old | --ol | --o)
1154 ac_prev=oldincludedir ;;
1155 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1156 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1157 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 1158 oldincludedir=$ac_optarg ;;
c906108c
SS
1159
1160 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1161 ac_prev=prefix ;;
1162 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 1163 prefix=$ac_optarg ;;
c906108c
SS
1164
1165 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1166 | --program-pre | --program-pr | --program-p)
1167 ac_prev=program_prefix ;;
1168 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1169 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 1170 program_prefix=$ac_optarg ;;
c906108c
SS
1171
1172 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1173 | --program-suf | --program-su | --program-s)
1174 ac_prev=program_suffix ;;
1175 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1176 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 1177 program_suffix=$ac_optarg ;;
c906108c
SS
1178
1179 -program-transform-name | --program-transform-name \
1180 | --program-transform-nam | --program-transform-na \
1181 | --program-transform-n | --program-transform- \
1182 | --program-transform | --program-transfor \
1183 | --program-transfo | --program-transf \
1184 | --program-trans | --program-tran \
1185 | --progr-tra | --program-tr | --program-t)
1186 ac_prev=program_transform_name ;;
1187 -program-transform-name=* | --program-transform-name=* \
1188 | --program-transform-nam=* | --program-transform-na=* \
1189 | --program-transform-n=* | --program-transform-=* \
1190 | --program-transform=* | --program-transfor=* \
1191 | --program-transfo=* | --program-transf=* \
1192 | --program-trans=* | --program-tran=* \
1193 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 1194 program_transform_name=$ac_optarg ;;
c906108c 1195
81ecdfbb
RW
1196 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1197 ac_prev=pdfdir ;;
1198 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1199 pdfdir=$ac_optarg ;;
1200
1201 -psdir | --psdir | --psdi | --psd | --ps)
1202 ac_prev=psdir ;;
1203 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1204 psdir=$ac_optarg ;;
1205
c906108c
SS
1206 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1207 | -silent | --silent | --silen | --sile | --sil)
1208 silent=yes ;;
1209
1210 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1211 ac_prev=sbindir ;;
1212 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1213 | --sbi=* | --sb=*)
bec39cab 1214 sbindir=$ac_optarg ;;
c906108c
SS
1215
1216 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1217 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1218 | --sharedst | --shareds | --shared | --share | --shar \
1219 | --sha | --sh)
1220 ac_prev=sharedstatedir ;;
1221 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1222 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1223 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1224 | --sha=* | --sh=*)
bec39cab 1225 sharedstatedir=$ac_optarg ;;
c906108c
SS
1226
1227 -site | --site | --sit)
1228 ac_prev=site ;;
1229 -site=* | --site=* | --sit=*)
bec39cab 1230 site=$ac_optarg ;;
3ace7edb 1231
c906108c
SS
1232 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1233 ac_prev=srcdir ;;
1234 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 1235 srcdir=$ac_optarg ;;
c906108c
SS
1236
1237 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1238 | --syscon | --sysco | --sysc | --sys | --sy)
1239 ac_prev=sysconfdir ;;
1240 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1241 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 1242 sysconfdir=$ac_optarg ;;
c906108c
SS
1243
1244 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 1245 ac_prev=target_alias ;;
c906108c 1246 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 1247 target_alias=$ac_optarg ;;
c906108c
SS
1248
1249 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1250 verbose=yes ;;
1251
bec39cab
AC
1252 -version | --version | --versio | --versi | --vers | -V)
1253 ac_init_version=: ;;
c906108c
SS
1254
1255 -with-* | --with-*)
81ecdfbb 1256 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1257 # Reject names that are not valid shell variable names.
81ecdfbb 1258 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1259 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1260 ac_useropt_orig=$ac_useropt
1261 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1262 case $ac_user_opts in
1263 *"
1264"with_$ac_useropt"
1265"*) ;;
1266 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1267 ac_unrecognized_sep=', ';;
b4e70030 1268 esac
81ecdfbb 1269 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1270
1271 -without-* | --without-*)
81ecdfbb 1272 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1273 # Reject names that are not valid shell variable names.
81ecdfbb 1274 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1275 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1276 ac_useropt_orig=$ac_useropt
1277 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1278 case $ac_user_opts in
1279 *"
1280"with_$ac_useropt"
1281"*) ;;
1282 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1283 ac_unrecognized_sep=', ';;
1284 esac
1285 eval with_$ac_useropt=no ;;
c906108c
SS
1286
1287 --x)
1288 # Obsolete; use --with-x.
1289 with_x=yes ;;
1290
1291 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1292 | --x-incl | --x-inc | --x-in | --x-i)
1293 ac_prev=x_includes ;;
1294 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1295 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 1296 x_includes=$ac_optarg ;;
c906108c
SS
1297
1298 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1299 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1300 ac_prev=x_libraries ;;
1301 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1302 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 1303 x_libraries=$ac_optarg ;;
c906108c 1304
d0ac1c44
SM
1305 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1306Try \`$0 --help' for more information"
c906108c
SS
1307 ;;
1308
bec39cab
AC
1309 *=*)
1310 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1311 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1312 case $ac_envvar in #(
1313 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1314 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1315 esac
1316 eval $ac_envvar=\$ac_optarg
bec39cab
AC
1317 export $ac_envvar ;;
1318
c906108c 1319 *)
bec39cab 1320 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1321 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bec39cab 1322 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1323 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1324 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1325 ;;
1326
1327 esac
1328done
1329
1330if test -n "$ac_prev"; then
bec39cab 1331 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1332 as_fn_error $? "missing argument to $ac_option"
c906108c 1333fi
c906108c 1334
81ecdfbb
RW
1335if test -n "$ac_unrecognized_opts"; then
1336 case $enable_option_checking in
1337 no) ;;
d0ac1c44 1338 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1339 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b4e70030 1340 esac
81ecdfbb 1341fi
b4e70030 1342
81ecdfbb
RW
1343# Check all directory arguments for consistency.
1344for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1345 datadir sysconfdir sharedstatedir localstatedir includedir \
1346 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1347 libdir localedir mandir
b4e70030 1348do
81ecdfbb
RW
1349 eval ac_val=\$$ac_var
1350 # Remove trailing slashes.
1351 case $ac_val in
1352 */ )
1353 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1354 eval $ac_var=\$ac_val;;
1355 esac
1356 # Be sure to have absolute directory names.
b4e70030 1357 case $ac_val in
81ecdfbb
RW
1358 [\\/$]* | ?:[\\/]* ) continue;;
1359 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1360 esac
d0ac1c44 1361 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1362done
1363
bec39cab
AC
1364# There might be people who depend on the old broken behavior: `$host'
1365# used to hold the argument of --host etc.
1366# FIXME: To remove some day.
1367build=$build_alias
1368host=$host_alias
1369target=$target_alias
1370
1371# FIXME: To remove some day.
1372if test "x$host_alias" != x; then
1373 if test "x$build_alias" = x; then
1374 cross_compiling=maybe
bec39cab
AC
1375 elif test "x$build_alias" != "x$host_alias"; then
1376 cross_compiling=yes
1377 fi
1378fi
c906108c 1379
bec39cab
AC
1380ac_tool_prefix=
1381test -n "$host_alias" && ac_tool_prefix=$host_alias-
1382
1383test "$silent" = yes && exec 6>/dev/null
c906108c 1384
c906108c 1385
81ecdfbb
RW
1386ac_pwd=`pwd` && test -n "$ac_pwd" &&
1387ac_ls_di=`ls -di .` &&
1388ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1389 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1390test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1391 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1392
1393
c906108c
SS
1394# Find the source files, if location was not specified.
1395if test -z "$srcdir"; then
1396 ac_srcdir_defaulted=yes
81ecdfbb
RW
1397 # Try the directory containing this script, then the parent directory.
1398 ac_confdir=`$as_dirname -- "$as_myself" ||
1399$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1400 X"$as_myself" : 'X\(//\)[^/]' \| \
1401 X"$as_myself" : 'X\(//\)$' \| \
1402 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1403$as_echo X"$as_myself" |
1404 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1405 s//\1/
1406 q
1407 }
1408 /^X\(\/\/\)[^/].*/{
1409 s//\1/
1410 q
1411 }
1412 /^X\(\/\/\)$/{
1413 s//\1/
1414 q
1415 }
1416 /^X\(\/\).*/{
1417 s//\1/
1418 q
1419 }
1420 s/.*/./; q'`
c906108c 1421 srcdir=$ac_confdir
81ecdfbb 1422 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1423 srcdir=..
1424 fi
1425else
1426 ac_srcdir_defaulted=no
1427fi
81ecdfbb
RW
1428if test ! -r "$srcdir/$ac_unique_file"; then
1429 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1430 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1431fi
1432ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1433ac_abs_confdir=`(
d0ac1c44 1434 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1435 pwd)`
1436# When building in place, set srcdir=.
1437if test "$ac_abs_confdir" = "$ac_pwd"; then
1438 srcdir=.
1439fi
1440# Remove unnecessary trailing slashes from srcdir.
1441# Double slashes in file names in object file debugging info
1442# mess up M-x gdb in Emacs.
1443case $srcdir in
1444*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1445esac
1446for ac_var in $ac_precious_vars; do
1447 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1448 eval ac_env_${ac_var}_value=\$${ac_var}
1449 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1450 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1451done
c906108c 1452
bec39cab
AC
1453#
1454# Report the --help message.
1455#
1456if test "$ac_init_help" = "long"; then
1457 # Omit some internal or obsolete options to make the list less imposing.
1458 # This message is too long to be a string in the A/UX 3.1 sh.
1459 cat <<_ACEOF
1460\`configure' configures this package to adapt to many kinds of systems.
1461
1462Usage: $0 [OPTION]... [VAR=VALUE]...
1463
1464To assign environment variables (e.g., CC, CFLAGS...), specify them as
1465VAR=VALUE. See below for descriptions of some of the useful variables.
1466
1467Defaults for the options are specified in brackets.
1468
1469Configuration:
1470 -h, --help display this help and exit
1471 --help=short display options specific to this package
1472 --help=recursive display the short help of all the included packages
1473 -V, --version display version information and exit
d0ac1c44 1474 -q, --quiet, --silent do not print \`checking ...' messages
bec39cab
AC
1475 --cache-file=FILE cache test results in FILE [disabled]
1476 -C, --config-cache alias for \`--cache-file=config.cache'
1477 -n, --no-create do not create output files
1478 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1479
bec39cab
AC
1480Installation directories:
1481 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1482 [$ac_default_prefix]
bec39cab 1483 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1484 [PREFIX]
bec39cab
AC
1485
1486By default, \`make install' will install all the files in
1487\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1488an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1489for instance \`--prefix=\$HOME'.
1490
1491For better control, use the options below.
1492
1493Fine tuning of the installation directories:
81ecdfbb
RW
1494 --bindir=DIR user executables [EPREFIX/bin]
1495 --sbindir=DIR system admin executables [EPREFIX/sbin]
1496 --libexecdir=DIR program executables [EPREFIX/libexec]
1497 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1498 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1499 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1500 --libdir=DIR object code libraries [EPREFIX/lib]
1501 --includedir=DIR C header files [PREFIX/include]
1502 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1503 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1504 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1505 --infodir=DIR info documentation [DATAROOTDIR/info]
1506 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1507 --mandir=DIR man documentation [DATAROOTDIR/man]
1508 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1509 --htmldir=DIR html documentation [DOCDIR]
1510 --dvidir=DIR dvi documentation [DOCDIR]
1511 --pdfdir=DIR pdf documentation [DOCDIR]
1512 --psdir=DIR ps documentation [DOCDIR]
bec39cab
AC
1513_ACEOF
1514
1515 cat <<\_ACEOF
1516
9009e1ae
MR
1517Program names:
1518 --program-prefix=PREFIX prepend PREFIX to installed program names
1519 --program-suffix=SUFFIX append SUFFIX to installed program names
1520 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1521
bec39cab
AC
1522X features:
1523 --x-includes=DIR X include files are in DIR
1524 --x-libraries=DIR X library files are in DIR
1525
1526System types:
1527 --build=BUILD configure for building on BUILD [guessed]
1528 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1529 --target=TARGET configure for building compilers for TARGET [HOST]
1530_ACEOF
1531fi
1532
1533if test -n "$ac_init_help"; then
1534
1535 cat <<\_ACEOF
1536
1537Optional Features:
81ecdfbb 1538 --disable-option-checking ignore unrecognized --enable/--with options
bec39cab
AC
1539 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1540 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1541 --enable-maintainer-mode
1542 enable make rules and dependencies not useful (and
1543 sometimes confusing) to the casual installer
2974be62 1544 --enable-plugins Enable support for plugins
da2f07f1 1545 --disable-largefile omit support for large files
a1220294
TT
1546 --enable-targets=TARGETS
1547 alternative target configurations
c0993dbe 1548 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
bec39cab
AC
1549 --disable-gdbmi disable machine-interface (MI)
1550 --enable-tui enable full-screen terminal user interface (TUI)
1551 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1552 --enable-profiling enable profiling of GDB
44cee4fd 1553 --enable-codesign=CERT sign gdb with 'codesign -s CERT'
3841debe 1554 --disable-rpath do not hardcode runtime library paths
17ef446e 1555 --enable-libmcheck Try linking with -lmcheck if available
a1220294 1556 --enable-werror treat compile warnings as errors
32c1c914 1557 --enable-build-warnings enable build-time compiler warnings if gcc is used
a1220294 1558 --enable-gdb-build-warnings
32c1c914 1559 enable GDB specific build-time compiler warnings if
a1220294 1560 gcc is used
32c1c914 1561 --enable-sim link gdb with simulator
bec39cab 1562 --enable-multi-ice build the multi-ice-gdb-server
496c0e1b
JB
1563 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1564 is auto)
bec39cab
AC
1565
1566Optional Packages:
1567 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1568 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
a1220294 1569 --with-separate-debug-dir=PATH
32c1c914 1570 look for global separate debug info in this path
62e4f60c 1571 [LIBDIR/debug]
b14b1491
TT
1572 --with-gdb-datadir=PATH look for global separate data files in this path
1573 [DATADIR/gdb]
29b0e8a2 1574 --with-relocated-sources=PATH
32c1c914 1575 automatically relocate this path for source files
7349ff92 1576 --with-auto-load-dir=PATH
aff139ff 1577 directories from which to load auto-loaded scripts
1564a261 1578 [$debugdir:$datadir/auto-load]
bccbefd2 1579 --with-auto-load-safe-path=PATH
aff139ff 1580 directories safe to hold auto-loaded files
7349ff92 1581 [--with-auto-load-dir]
bccbefd2
JK
1582 --without-auto-load-safe-path
1583 do not restrict auto-loaded files locations
05e7c244 1584 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
cb01cfba
JB
1585 --with-curses use the curses library instead of the termcap
1586 library
c16158bc
JM
1587 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1588 --with-bugurl=URL Direct users to URL to report a bug
711a72d3 1589 --with-system-zlib use installed libz
016a3251
DD
1590 --with-gnu-ld assume the C compiler uses GNU ld default=no
1591 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1592 --without-libiconv-prefix don't search for libiconv in includedir and libdir
478aac75 1593 --with-iconv-bin=PATH specify where to find the iconv program
6a30b0a5 1594 --with-system-readline use installed readline library
b8e0a31c
SD
1595 --with-jit-reader-dir=PATH
1596 directory to load the JIT readers from
5c39566f 1597 --with-expat include expat support (auto/yes/no)
3841debe
DJ
1598 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1599 --without-libexpat-prefix don't search for libexpat in includedir and libdir
2400729e
UW
1600 --with-mpfr include MPFR support (auto/yes/no)
1601 --with-libmpfr-prefix[=DIR] search for libmpfr in DIR/include and DIR/lib
1602 --without-libmpfr-prefix don't search for libmpfr in includedir and libdir
0c4a4063
DE
1603 --with-python[=PYTHON] include python support
1604 (auto/yes/no/<python-program>)
ed3ef339
DE
1605 --with-guile[=GUILE] include guile support
1606 (auto/yes/no/<guile-version>/<pkg-config-program>)
bc504a31 1607 --with-intel-pt include Intel Processor Trace support (auto/yes/no)
58bfce93
MM
1608 --with-libipt-prefix[=DIR] search for libipt in DIR/include and DIR/lib
1609 --without-libipt-prefix don't search for libipt in includedir and libdir
a1220294
TT
1610 --without-included-regex
1611 don't use included regex; this is the default on
1612 systems with version 2 of the GNU C library (use
1613 with caution on other system)
81ecdfbb 1614 --with-sysroot[=DIR] search for usr/lib et al within DIR
b14b1491 1615 --with-system-gdbinit=PATH
32c1c914 1616 automatically load a system-wide gdbinit file
608e2dbb
TT
1617 --with-lzma support lzma compression (auto/yes/no)
1618 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1619 --without-liblzma-prefix don't search for liblzma in includedir and libdir
5062cc19
KS
1620 --with-tcl directory containing tcl configuration (tclConfig.sh)
1621 --with-tk directory containing tk configuration (tkConfig.sh)
bec39cab 1622 --with-x use the X Window System
393fd4c3
YQ
1623 --with-babeltrace include babeltrace support (auto/yes/no)
1624 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1625 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
bec39cab
AC
1626
1627Some influential environment variables:
1628 CC C compiler command
1629 CFLAGS C compiler flags
1630 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1631 nonstandard directory <lib dir>
81ecdfbb 1632 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1633 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1634 you have headers in a nonstandard directory <include dir>
3bc3d82a
PA
1635 CXX C++ compiler command
1636 CXXFLAGS C++ compiler flags
bec39cab 1637 CPP C preprocessor
f06e05e0
JK
1638 MAKEINFO Parent configure detects if it is of sufficient version.
1639 MAKEINFOFLAGS
1640 Parameters for MAKEINFO.
d0ac1c44
SM
1641 YACC The `Yet Another Compiler Compiler' implementation to use.
1642 Defaults to the first program found out of: `bison -y', `byacc',
1643 `yacc'.
81ecdfbb
RW
1644 YFLAGS The list of arguments that will be passed by default to $YACC.
1645 This script will default YFLAGS to the empty string to avoid a
1646 default value of `-d' given by some make applications.
1647 XMKMF Path to xmkmf, Makefile generator for X Window System
bec39cab
AC
1648
1649Use these variables to override the choices made by `configure' or to help
1650it to find libraries and programs with nonstandard names/locations.
1651
81ecdfbb 1652Report bugs to the package provider.
bec39cab 1653_ACEOF
81ecdfbb 1654ac_status=$?
bec39cab
AC
1655fi
1656
1657if test "$ac_init_help" = "recursive"; then
1658 # If there are subdirs, report their specific --help.
bec39cab 1659 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1660 test -d "$ac_dir" ||
1661 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1662 continue
bec39cab
AC
1663 ac_builddir=.
1664
81ecdfbb
RW
1665case "$ac_dir" in
1666.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1667*)
1668 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1669 # A ".." for each directory in $ac_dir_suffix.
1670 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1671 case $ac_top_builddir_sub in
1672 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1673 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1674 esac ;;
1675esac
1676ac_abs_top_builddir=$ac_pwd
1677ac_abs_builddir=$ac_pwd$ac_dir_suffix
1678# for backward compatibility:
1679ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
1680
1681case $srcdir in
81ecdfbb 1682 .) # We are building in place.
bec39cab 1683 ac_srcdir=.
81ecdfbb
RW
1684 ac_top_srcdir=$ac_top_builddir_sub
1685 ac_abs_top_srcdir=$ac_pwd ;;
1686 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 1687 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1688 ac_top_srcdir=$srcdir
1689 ac_abs_top_srcdir=$srcdir ;;
1690 *) # Relative name.
1691 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1692 ac_top_srcdir=$ac_top_build_prefix$srcdir
1693 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 1694esac
81ecdfbb 1695ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 1696
81ecdfbb
RW
1697 cd "$ac_dir" || { ac_status=$?; continue; }
1698 # Check for guested configure.
1699 if test -f "$ac_srcdir/configure.gnu"; then
1700 echo &&
1701 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1702 elif test -f "$ac_srcdir/configure"; then
1703 echo &&
1704 $SHELL "$ac_srcdir/configure" --help=recursive
3ace7edb 1705 else
81ecdfbb
RW
1706 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1707 fi || ac_status=$?
1708 cd "$ac_pwd" || { ac_status=$?; break; }
bec39cab
AC
1709 done
1710fi
1711
81ecdfbb 1712test -n "$ac_init_help" && exit $ac_status
bec39cab
AC
1713if $ac_init_version; then
1714 cat <<\_ACEOF
81ecdfbb 1715configure
d0ac1c44 1716generated by GNU Autoconf 2.69
bec39cab 1717
d0ac1c44 1718Copyright (C) 2012 Free Software Foundation, Inc.
bec39cab
AC
1719This configure script is free software; the Free Software Foundation
1720gives unlimited permission to copy, distribute and modify it.
1721_ACEOF
81ecdfbb 1722 exit
bec39cab 1723fi
bec39cab 1724
81ecdfbb
RW
1725## ------------------------ ##
1726## Autoconf initialization. ##
1727## ------------------------ ##
bec39cab 1728
81ecdfbb
RW
1729# ac_fn_c_try_compile LINENO
1730# --------------------------
1731# Try to compile conftest.$ac_ext, and return whether this succeeded.
1732ac_fn_c_try_compile ()
1733{
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 rm -f conftest.$ac_objext
1736 if { { ac_try="$ac_compile"
1737case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740esac
1741eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742$as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_compile") 2>conftest.err
1744 ac_status=$?
1745 if test -s conftest.err; then
1746 grep -v '^ *+' conftest.err >conftest.er1
1747 cat conftest.er1 >&5
1748 mv -f conftest.er1 conftest.err
1749 fi
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; } && {
1752 test -z "$ac_c_werror_flag" ||
1753 test ! -s conftest.err
1754 } && test -s conftest.$ac_objext; then :
1755 ac_retval=0
1756else
1757 $as_echo "$as_me: failed program was:" >&5
1758sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1759
81ecdfbb
RW
1760 ac_retval=1
1761fi
d0ac1c44
SM
1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 as_fn_set_status $ac_retval
81ecdfbb
RW
1764
1765} # ac_fn_c_try_compile
1766
3bc3d82a
PA
1767# ac_fn_cxx_try_compile LINENO
1768# ----------------------------
1769# Try to compile conftest.$ac_ext, and return whether this succeeded.
1770ac_fn_cxx_try_compile ()
1771{
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 rm -f conftest.$ac_objext
1774 if { { ac_try="$ac_compile"
1775case "(($ac_try" in
1776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1778esac
1779eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780$as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_compile") 2>conftest.err
1782 ac_status=$?
1783 if test -s conftest.err; then
1784 grep -v '^ *+' conftest.err >conftest.er1
1785 cat conftest.er1 >&5
1786 mv -f conftest.er1 conftest.err
1787 fi
1788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1789 test $ac_status = 0; } && {
1790 test -z "$ac_cxx_werror_flag" ||
1791 test ! -s conftest.err
1792 } && test -s conftest.$ac_objext; then :
1793 ac_retval=0
1794else
1795 $as_echo "$as_me: failed program was:" >&5
1796sed 's/^/| /' conftest.$ac_ext >&5
1797
1798 ac_retval=1
1799fi
d0ac1c44
SM
1800 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1801 as_fn_set_status $ac_retval
3bc3d82a
PA
1802
1803} # ac_fn_cxx_try_compile
1804
81ecdfbb
RW
1805# ac_fn_c_try_cpp LINENO
1806# ----------------------
1807# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1808ac_fn_c_try_cpp ()
bec39cab 1809{
81ecdfbb
RW
1810 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1811 if { { ac_try="$ac_cpp conftest.$ac_ext"
1812case "(($ac_try" in
1813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1814 *) ac_try_echo=$ac_try;;
1815esac
1816eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1817$as_echo "$ac_try_echo"; } >&5
1818 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1819 ac_status=$?
1820 if test -s conftest.err; then
1821 grep -v '^ *+' conftest.err >conftest.er1
1822 cat conftest.er1 >&5
1823 mv -f conftest.er1 conftest.err
1824 fi
1825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1826 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1827 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1828 test ! -s conftest.err
1829 }; then :
1830 ac_retval=0
1831else
1832 $as_echo "$as_me: failed program was:" >&5
1833sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1834
81ecdfbb
RW
1835 ac_retval=1
1836fi
d0ac1c44
SM
1837 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1838 as_fn_set_status $ac_retval
bec39cab 1839
81ecdfbb 1840} # ac_fn_c_try_cpp
bec39cab 1841
81ecdfbb
RW
1842# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1843# -------------------------------------------------------
1844# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1845# the include files in INCLUDES and setting the cache variable VAR
1846# accordingly.
1847ac_fn_c_check_header_mongrel ()
1848{
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1850 if eval \${$3+:} false; then :
81ecdfbb
RW
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1852$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1853if eval \${$3+:} false; then :
81ecdfbb
RW
1854 $as_echo_n "(cached) " >&6
1855fi
1856eval ac_res=\$$3
1857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1858$as_echo "$ac_res" >&6; }
1859else
1860 # Is the header compilable?
1861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1862$as_echo_n "checking $2 usability... " >&6; }
1863cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1864/* end confdefs.h. */
1865$4
1866#include <$2>
1867_ACEOF
1868if ac_fn_c_try_compile "$LINENO"; then :
1869 ac_header_compiler=yes
1870else
1871 ac_header_compiler=no
1872fi
1873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1875$as_echo "$ac_header_compiler" >&6; }
bec39cab 1876
81ecdfbb
RW
1877# Is the header present?
1878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1879$as_echo_n "checking $2 presence... " >&6; }
1880cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881/* end confdefs.h. */
1882#include <$2>
1883_ACEOF
1884if ac_fn_c_try_cpp "$LINENO"; then :
1885 ac_header_preproc=yes
1886else
1887 ac_header_preproc=no
1888fi
d0ac1c44 1889rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1891$as_echo "$ac_header_preproc" >&6; }
bec39cab 1892
81ecdfbb
RW
1893# So? What about this header?
1894case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1895 yes:no: )
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1897$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1899$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1900 ;;
1901 no:yes:* )
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1903$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1905$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1907$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1909$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1911$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1912 ;;
1913esac
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1915$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1916if eval \${$3+:} false; then :
81ecdfbb
RW
1917 $as_echo_n "(cached) " >&6
1918else
1919 eval "$3=\$ac_header_compiler"
1920fi
1921eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923$as_echo "$ac_res" >&6; }
1924fi
d0ac1c44 1925 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
bec39cab 1926
81ecdfbb 1927} # ac_fn_c_check_header_mongrel
bec39cab 1928
81ecdfbb
RW
1929# ac_fn_c_try_run LINENO
1930# ----------------------
1931# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1932# that executables *can* be run.
1933ac_fn_c_try_run ()
1934{
1935 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1936 if { { ac_try="$ac_link"
1937case "(($ac_try" in
1938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1939 *) ac_try_echo=$ac_try;;
1940esac
1941eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1942$as_echo "$ac_try_echo"; } >&5
1943 (eval "$ac_link") 2>&5
1944 ac_status=$?
1945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1946 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1947 { { case "(($ac_try" in
1948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1949 *) ac_try_echo=$ac_try;;
1950esac
1951eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1952$as_echo "$ac_try_echo"; } >&5
1953 (eval "$ac_try") 2>&5
1954 ac_status=$?
1955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1956 test $ac_status = 0; }; }; then :
1957 ac_retval=0
1958else
1959 $as_echo "$as_me: program exited with status $ac_status" >&5
1960 $as_echo "$as_me: failed program was:" >&5
1961sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1962
81ecdfbb
RW
1963 ac_retval=$ac_status
1964fi
1965 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1966 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1967 as_fn_set_status $ac_retval
bec39cab 1968
81ecdfbb 1969} # ac_fn_c_try_run
bec39cab 1970
81ecdfbb
RW
1971# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1972# -------------------------------------------------------
1973# Tests whether HEADER exists and can be compiled using the include files in
1974# INCLUDES, setting the cache variable VAR accordingly.
1975ac_fn_c_check_header_compile ()
1976{
1977 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1979$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1980if eval \${$3+:} false; then :
81ecdfbb
RW
1981 $as_echo_n "(cached) " >&6
1982else
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984/* end confdefs.h. */
1985$4
1986#include <$2>
bec39cab 1987_ACEOF
81ecdfbb
RW
1988if ac_fn_c_try_compile "$LINENO"; then :
1989 eval "$3=yes"
1990else
1991 eval "$3=no"
1992fi
1993rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1994fi
1995eval ac_res=\$$3
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1997$as_echo "$ac_res" >&6; }
d0ac1c44 1998 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
bec39cab 1999
81ecdfbb 2000} # ac_fn_c_check_header_compile
bec39cab 2001
2974be62
AM
2002# ac_fn_c_try_link LINENO
2003# -----------------------
2004# Try to link conftest.$ac_ext, and return whether this succeeded.
2005ac_fn_c_try_link ()
2006{
2007 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2008 rm -f conftest.$ac_objext conftest$ac_exeext
2009 if { { ac_try="$ac_link"
2010case "(($ac_try" in
2011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2012 *) ac_try_echo=$ac_try;;
2013esac
2014eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2015$as_echo "$ac_try_echo"; } >&5
2016 (eval "$ac_link") 2>conftest.err
2017 ac_status=$?
2018 if test -s conftest.err; then
2019 grep -v '^ *+' conftest.err >conftest.er1
2020 cat conftest.er1 >&5
2021 mv -f conftest.er1 conftest.err
2022 fi
2023 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2024 test $ac_status = 0; } && {
2025 test -z "$ac_c_werror_flag" ||
2026 test ! -s conftest.err
2027 } && test -s conftest$ac_exeext && {
2028 test "$cross_compiling" = yes ||
d0ac1c44 2029 test -x conftest$ac_exeext
2974be62
AM
2030 }; then :
2031 ac_retval=0
2032else
2033 $as_echo "$as_me: failed program was:" >&5
2034sed 's/^/| /' conftest.$ac_ext >&5
2035
2036 ac_retval=1
2037fi
2038 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2039 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2040 # interfere with the next link command; also delete a directory that is
2041 # left behind by Apple's compiler. We do this before executing the actions.
2042 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
2043 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2044 as_fn_set_status $ac_retval
2974be62
AM
2045
2046} # ac_fn_c_try_link
2047
81ecdfbb
RW
2048# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2049# --------------------------------------------
2050# Tries to find the compile-time value of EXPR in a program that includes
2051# INCLUDES, setting VAR accordingly. Returns whether the value could be
2052# computed
2053ac_fn_c_compute_int ()
2054{
2055 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2056 if test "$cross_compiling" = yes; then
2057 # Depending upon the size, compute the lo and hi bounds.
2058cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2059/* end confdefs.h. */
2060$4
2061int
2062main ()
2063{
2064static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
2065test_array [0] = 0;
2066return test_array [0];
bec39cab 2067
81ecdfbb
RW
2068 ;
2069 return 0;
2070}
2071_ACEOF
2072if ac_fn_c_try_compile "$LINENO"; then :
2073 ac_lo=0 ac_mid=0
2074 while :; do
2075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2076/* end confdefs.h. */
2077$4
2078int
2079main ()
2080{
2081static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2082test_array [0] = 0;
2083return test_array [0];
bec39cab 2084
81ecdfbb
RW
2085 ;
2086 return 0;
2087}
2088_ACEOF
2089if ac_fn_c_try_compile "$LINENO"; then :
2090 ac_hi=$ac_mid; break
2091else
2092 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2093 if test $ac_lo -le $ac_mid; then
2094 ac_lo= ac_hi=
2095 break
2096 fi
2097 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
c906108c 2098fi
81ecdfbb
RW
2099rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100 done
c906108c 2101else
81ecdfbb
RW
2102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2103/* end confdefs.h. */
2104$4
2105int
2106main ()
2107{
2108static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2109test_array [0] = 0;
2110return test_array [0];
bec39cab 2111
81ecdfbb
RW
2112 ;
2113 return 0;
2114}
2115_ACEOF
2116if ac_fn_c_try_compile "$LINENO"; then :
2117 ac_hi=-1 ac_mid=-1
2118 while :; do
2119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2120/* end confdefs.h. */
2121$4
2122int
2123main ()
2124{
2125static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2126test_array [0] = 0;
2127return test_array [0];
bec39cab 2128
81ecdfbb
RW
2129 ;
2130 return 0;
2131}
2132_ACEOF
2133if ac_fn_c_try_compile "$LINENO"; then :
2134 ac_lo=$ac_mid; break
2135else
2136 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2137 if test $ac_mid -le $ac_hi; then
2138 ac_lo= ac_hi=
2139 break
2140 fi
2141 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2142fi
2143rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2144 done
2145else
2146 ac_lo= ac_hi=
2147fi
2148rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2149fi
2150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2151# Binary search between lo and hi bounds.
2152while test "x$ac_lo" != "x$ac_hi"; do
2153 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2155/* end confdefs.h. */
2156$4
2157int
2158main ()
2159{
2160static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2161test_array [0] = 0;
2162return test_array [0];
bec39cab 2163
81ecdfbb
RW
2164 ;
2165 return 0;
2166}
2167_ACEOF
2168if ac_fn_c_try_compile "$LINENO"; then :
2169 ac_hi=$ac_mid
2170else
2171 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2172fi
2173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2174done
2175case $ac_lo in #((
2176?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2177'') ac_retval=1 ;;
2178esac
2179 else
2180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2181/* end confdefs.h. */
2182$4
2183static long int longval () { return $2; }
2184static unsigned long int ulongval () { return $2; }
2185#include <stdio.h>
2186#include <stdlib.h>
2187int
2188main ()
2189{
bec39cab 2190
81ecdfbb
RW
2191 FILE *f = fopen ("conftest.val", "w");
2192 if (! f)
2193 return 1;
2194 if (($2) < 0)
2195 {
2196 long int i = longval ();
2197 if (i != ($2))
2198 return 1;
2199 fprintf (f, "%ld", i);
2200 }
2201 else
2202 {
2203 unsigned long int i = ulongval ();
2204 if (i != ($2))
2205 return 1;
2206 fprintf (f, "%lu", i);
2207 }
2208 /* Do not output a trailing newline, as this causes \r\n confusion
2209 on some platforms. */
2210 return ferror (f) || fclose (f) != 0;
bec39cab 2211
81ecdfbb
RW
2212 ;
2213 return 0;
2214}
2215_ACEOF
2216if ac_fn_c_try_run "$LINENO"; then :
2217 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2218else
2219 ac_retval=1
2220fi
2221rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2222 conftest.$ac_objext conftest.beam conftest.$ac_ext
2223rm -f conftest.val
bec39cab 2224
81ecdfbb 2225 fi
d0ac1c44
SM
2226 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2227 as_fn_set_status $ac_retval
bec39cab 2228
81ecdfbb 2229} # ac_fn_c_compute_int
bec39cab 2230
55a8c076
YQ
2231# ac_fn_c_check_func LINENO FUNC VAR
2232# ----------------------------------
2233# Tests whether FUNC exists, setting the cache variable VAR accordingly
2234ac_fn_c_check_func ()
81ecdfbb
RW
2235{
2236 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2238$as_echo_n "checking for $2... " >&6; }
d0ac1c44 2239if eval \${$3+:} false; then :
81ecdfbb
RW
2240 $as_echo_n "(cached) " >&6
2241else
81ecdfbb
RW
2242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2243/* end confdefs.h. */
55a8c076
YQ
2244/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2245 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2246#define $2 innocuous_$2
2247
2248/* System header to define __stub macros and hopefully few prototypes,
2249 which can conflict with char $2 (); below.
2250 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2251 <limits.h> exists even on freestanding compilers. */
2252
2253#ifdef __STDC__
2254# include <limits.h>
2255#else
2256# include <assert.h>
2257#endif
2258
2259#undef $2
2260
2261/* Override any GCC internal prototype to avoid an error.
2262 Use char because int might match the return type of a GCC
2263 builtin and then its argument prototype would still apply. */
2264#ifdef __cplusplus
2265extern "C"
2266#endif
2267char $2 ();
2268/* The GNU C library defines this for functions which it implements
2269 to always fail with ENOSYS. Some functions are actually named
2270 something starting with __ and the normal name is an alias. */
2271#if defined __stub_$2 || defined __stub___$2
2272choke me
2273#endif
2274
2275int
2276main ()
2277{
2278return $2 ();
2279 ;
2280 return 0;
2281}
2282_ACEOF
2283if ac_fn_c_try_link "$LINENO"; then :
2284 eval "$3=yes"
2285else
2286 eval "$3=no"
2287fi
2288rm -f core conftest.err conftest.$ac_objext \
2289 conftest$ac_exeext conftest.$ac_ext
2290fi
2291eval ac_res=\$$3
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2293$as_echo "$ac_res" >&6; }
d0ac1c44 2294 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
55a8c076
YQ
2295
2296} # ac_fn_c_check_func
2297
c56ccc05
MM
2298# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2299# ----------------------------------------------------
2300# Tries to find if the field MEMBER exists in type AGGR, after including
2301# INCLUDES, setting cache variable VAR accordingly.
2302ac_fn_c_check_member ()
2303{
2304 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2306$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 2307if eval \${$4+:} false; then :
c56ccc05
MM
2308 $as_echo_n "(cached) " >&6
2309else
2310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2311/* end confdefs.h. */
2312$5
2313int
2314main ()
2315{
2316static $2 ac_aggr;
2317if (ac_aggr.$3)
2318return 0;
2319 ;
2320 return 0;
2321}
2322_ACEOF
2323if ac_fn_c_try_compile "$LINENO"; then :
2324 eval "$4=yes"
2325else
2326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2327/* end confdefs.h. */
2328$5
2329int
2330main ()
2331{
2332static $2 ac_aggr;
2333if (sizeof ac_aggr.$3)
2334return 0;
2335 ;
2336 return 0;
2337}
2338_ACEOF
2339if ac_fn_c_try_compile "$LINENO"; then :
2340 eval "$4=yes"
2341else
2342 eval "$4=no"
2343fi
2344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2345fi
2346rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2347fi
2348eval ac_res=\$$4
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2350$as_echo "$ac_res" >&6; }
d0ac1c44 2351 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
c56ccc05
MM
2352
2353} # ac_fn_c_check_member
2354
07697489
PA
2355# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2356# -------------------------------------------
2357# Tests whether TYPE exists after having included INCLUDES, setting cache
2358# variable VAR accordingly.
2359ac_fn_c_check_type ()
2360{
2361 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2363$as_echo_n "checking for $2... " >&6; }
d0ac1c44 2364if eval \${$3+:} false; then :
07697489
PA
2365 $as_echo_n "(cached) " >&6
2366else
2367 eval "$3=no"
2368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2369/* end confdefs.h. */
2370$4
2371int
2372main ()
2373{
2374if (sizeof ($2))
2375 return 0;
2376 ;
2377 return 0;
2378}
2379_ACEOF
2380if ac_fn_c_try_compile "$LINENO"; then :
2381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2382/* end confdefs.h. */
2383$4
2384int
2385main ()
2386{
2387if (sizeof (($2)))
2388 return 0;
2389 ;
2390 return 0;
2391}
2392_ACEOF
2393if ac_fn_c_try_compile "$LINENO"; then :
2394
2395else
2396 eval "$3=yes"
2397fi
2398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2399fi
2400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2401fi
2402eval ac_res=\$$3
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2404$as_echo "$ac_res" >&6; }
d0ac1c44 2405 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
07697489
PA
2406
2407} # ac_fn_c_check_type
2408
d0ac1c44
SM
2409# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2410# ---------------------------------------------
2411# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2412# accordingly.
770d76d7
PA
2413ac_fn_c_check_decl ()
2414{
2415 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2416 as_decl_name=`echo $2|sed 's/ *(.*//'`
2417 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2419$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2420if eval \${$3+:} false; then :
770d76d7
PA
2421 $as_echo_n "(cached) " >&6
2422else
2423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2424/* end confdefs.h. */
2425$4
2426int
2427main ()
2428{
2429#ifndef $as_decl_name
2430#ifdef __cplusplus
2431 (void) $as_decl_use;
2432#else
2433 (void) $as_decl_name;
2434#endif
2435#endif
2436
2437 ;
2438 return 0;
2439}
2440_ACEOF
2441if ac_fn_c_try_compile "$LINENO"; then :
2442 eval "$3=yes"
2443else
2444 eval "$3=no"
2445fi
2446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2447fi
2448eval ac_res=\$$3
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2450$as_echo "$ac_res" >&6; }
d0ac1c44 2451 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
770d76d7
PA
2452
2453} # ac_fn_c_check_decl
81ecdfbb
RW
2454cat >config.log <<_ACEOF
2455This file contains any messages produced by compilers while
2456running configure, to aid debugging if configure makes a mistake.
d5af19ba 2457
81ecdfbb 2458It was created by $as_me, which was
d0ac1c44 2459generated by GNU Autoconf 2.69. Invocation command line was
b4e70030 2460
81ecdfbb 2461 $ $0 $@
413ccac7 2462
81ecdfbb
RW
2463_ACEOF
2464exec 5>>config.log
2465{
2466cat <<_ASUNAME
2467## --------- ##
2468## Platform. ##
2469## --------- ##
413ccac7 2470
81ecdfbb
RW
2471hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2472uname -m = `(uname -m) 2>/dev/null || echo unknown`
2473uname -r = `(uname -r) 2>/dev/null || echo unknown`
2474uname -s = `(uname -s) 2>/dev/null || echo unknown`
2475uname -v = `(uname -v) 2>/dev/null || echo unknown`
85981d60 2476
81ecdfbb
RW
2477/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2478/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
413ccac7 2479
81ecdfbb
RW
2480/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2481/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2482/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2483/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2484/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2485/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2486/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
c906108c 2487
81ecdfbb 2488_ASUNAME
bec39cab 2489
bec39cab
AC
2490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2491for as_dir in $PATH
2492do
2493 IFS=$as_save_IFS
2494 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2495 $as_echo "PATH: $as_dir"
2496 done
2497IFS=$as_save_IFS
bec39cab 2498
81ecdfbb 2499} >&5
bec39cab 2500
81ecdfbb 2501cat >&5 <<_ACEOF
bec39cab 2502
bec39cab 2503
81ecdfbb
RW
2504## ----------- ##
2505## Core tests. ##
2506## ----------- ##
2507
2508_ACEOF
2509
2510
2511# Keep a trace of the command line.
2512# Strip out --no-create and --no-recursion so they do not pile up.
2513# Strip out --silent because we don't want to record it for future runs.
2514# Also quote any args containing shell meta-characters.
2515# Make two passes to allow for proper duplicate-argument suppression.
2516ac_configure_args=
2517ac_configure_args0=
2518ac_configure_args1=
2519ac_must_keep_next=false
2520for ac_pass in 1 2
2521do
2522 for ac_arg
2523 do
2524 case $ac_arg in
2525 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2526 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2527 | -silent | --silent | --silen | --sile | --sil)
2528 continue ;;
2529 *\'*)
2530 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2531 esac
2532 case $ac_pass in
2533 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2534 2)
2535 as_fn_append ac_configure_args1 " '$ac_arg'"
2536 if test $ac_must_keep_next = true; then
2537 ac_must_keep_next=false # Got value, back to normal.
2538 else
2539 case $ac_arg in
2540 *=* | --config-cache | -C | -disable-* | --disable-* \
2541 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2542 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2543 | -with-* | --with-* | -without-* | --without-* | --x)
2544 case "$ac_configure_args0 " in
2545 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2546 esac
2547 ;;
2548 -* ) ac_must_keep_next=true ;;
2549 esac
2550 fi
2551 as_fn_append ac_configure_args " '$ac_arg'"
2552 ;;
2553 esac
2554 done
2555done
2556{ ac_configure_args0=; unset ac_configure_args0;}
2557{ ac_configure_args1=; unset ac_configure_args1;}
2558
2559# When interrupted or exit'd, cleanup temporary files, and complete
2560# config.log. We remove comments because anyway the quotes in there
2561# would cause problems or look ugly.
2562# WARNING: Use '\'' to represent an apostrophe within the trap.
2563# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2564trap 'exit_status=$?
2565 # Save into config.log some information that might help in debugging.
2566 {
2567 echo
2568
d0ac1c44 2569 $as_echo "## ---------------- ##
81ecdfbb 2570## Cache variables. ##
d0ac1c44 2571## ---------------- ##"
81ecdfbb
RW
2572 echo
2573 # The following way of writing the cache mishandles newlines in values,
2574(
2575 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2576 eval ac_val=\$$ac_var
2577 case $ac_val in #(
2578 *${as_nl}*)
2579 case $ac_var in #(
2580 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2581$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2582 esac
2583 case $ac_var in #(
2584 _ | IFS | as_nl) ;; #(
2585 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2586 *) { eval $ac_var=; unset $ac_var;} ;;
2587 esac ;;
2588 esac
2589 done
2590 (set) 2>&1 |
2591 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2592 *${as_nl}ac_space=\ *)
2593 sed -n \
2594 "s/'\''/'\''\\\\'\'''\''/g;
2595 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2596 ;; #(
2597 *)
2598 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2599 ;;
2600 esac |
2601 sort
2602)
2603 echo
2604
d0ac1c44 2605 $as_echo "## ----------------- ##
81ecdfbb 2606## Output variables. ##
d0ac1c44 2607## ----------------- ##"
81ecdfbb
RW
2608 echo
2609 for ac_var in $ac_subst_vars
2610 do
2611 eval ac_val=\$$ac_var
2612 case $ac_val in
2613 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2614 esac
2615 $as_echo "$ac_var='\''$ac_val'\''"
2616 done | sort
2617 echo
2618
2619 if test -n "$ac_subst_files"; then
d0ac1c44 2620 $as_echo "## ------------------- ##
81ecdfbb 2621## File substitutions. ##
d0ac1c44 2622## ------------------- ##"
81ecdfbb
RW
2623 echo
2624 for ac_var in $ac_subst_files
2625 do
2626 eval ac_val=\$$ac_var
2627 case $ac_val in
2628 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2629 esac
2630 $as_echo "$ac_var='\''$ac_val'\''"
2631 done | sort
2632 echo
2633 fi
2634
2635 if test -s confdefs.h; then
d0ac1c44 2636 $as_echo "## ----------- ##
81ecdfbb 2637## confdefs.h. ##
d0ac1c44 2638## ----------- ##"
81ecdfbb
RW
2639 echo
2640 cat confdefs.h
2641 echo
2642 fi
2643 test "$ac_signal" != 0 &&
2644 $as_echo "$as_me: caught signal $ac_signal"
2645 $as_echo "$as_me: exit $exit_status"
2646 } >&5
2647 rm -f core *.core core.conftest.* &&
2648 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2649 exit $exit_status
2650' 0
2651for ac_signal in 1 2 13 15; do
2652 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2653done
2654ac_signal=0
2655
2656# confdefs.h avoids OS command line length limits that DEFS can exceed.
2657rm -f -r conftest* confdefs.h
2658
2659$as_echo "/* confdefs.h */" > confdefs.h
2660
2661# Predefined preprocessor variables.
2662
2663cat >>confdefs.h <<_ACEOF
2664#define PACKAGE_NAME "$PACKAGE_NAME"
2665_ACEOF
2666
2667cat >>confdefs.h <<_ACEOF
2668#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2669_ACEOF
2670
2671cat >>confdefs.h <<_ACEOF
2672#define PACKAGE_VERSION "$PACKAGE_VERSION"
2673_ACEOF
2674
2675cat >>confdefs.h <<_ACEOF
2676#define PACKAGE_STRING "$PACKAGE_STRING"
2677_ACEOF
2678
2679cat >>confdefs.h <<_ACEOF
2680#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2681_ACEOF
2682
2683cat >>confdefs.h <<_ACEOF
2684#define PACKAGE_URL "$PACKAGE_URL"
2685_ACEOF
2686
2687
2688# Let the site file select an alternate cache file if it wants to.
2689# Prefer an explicitly selected file to automatically selected ones.
2690ac_site_file1=NONE
2691ac_site_file2=NONE
2692if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2693 # We do not want a PATH search for config.site.
2694 case $CONFIG_SITE in #((
2695 -*) ac_site_file1=./$CONFIG_SITE;;
2696 */*) ac_site_file1=$CONFIG_SITE;;
2697 *) ac_site_file1=./$CONFIG_SITE;;
2698 esac
81ecdfbb
RW
2699elif test "x$prefix" != xNONE; then
2700 ac_site_file1=$prefix/share/config.site
2701 ac_site_file2=$prefix/etc/config.site
2702else
2703 ac_site_file1=$ac_default_prefix/share/config.site
2704 ac_site_file2=$ac_default_prefix/etc/config.site
2705fi
2706for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2707do
2708 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2709 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2711$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2712 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2713 . "$ac_site_file" \
2714 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2715$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2716as_fn_error $? "failed to load site script $ac_site_file
2717See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
2718 fi
2719done
2720
2721if test -r "$cache_file"; then
d0ac1c44
SM
2722 # Some versions of bash will fail to source /dev/null (special files
2723 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2724 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2726$as_echo "$as_me: loading cache $cache_file" >&6;}
2727 case $cache_file in
2728 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2729 *) . "./$cache_file";;
2730 esac
2731 fi
2732else
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2734$as_echo "$as_me: creating cache $cache_file" >&6;}
2735 >$cache_file
bec39cab
AC
2736fi
2737
d0ac1c44
SM
2738as_fn_append ac_header_list " stdlib.h"
2739as_fn_append ac_header_list " unistd.h"
2740as_fn_append ac_header_list " sys/param.h"
81ecdfbb
RW
2741# Check that the precious variables saved in the cache have kept the same
2742# value.
2743ac_cache_corrupted=false
2744for ac_var in $ac_precious_vars; do
2745 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2746 eval ac_new_set=\$ac_env_${ac_var}_set
2747 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2748 eval ac_new_val=\$ac_env_${ac_var}_value
2749 case $ac_old_set,$ac_new_set in
2750 set,)
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2752$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2753 ac_cache_corrupted=: ;;
2754 ,set)
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2756$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2757 ac_cache_corrupted=: ;;
2758 ,);;
2759 *)
2760 if test "x$ac_old_val" != "x$ac_new_val"; then
2761 # differences in whitespace do not lead to failure.
2762 ac_old_val_w=`echo x $ac_old_val`
2763 ac_new_val_w=`echo x $ac_new_val`
2764 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2766$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2767 ac_cache_corrupted=:
2768 else
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2770$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2771 eval $ac_var=\$ac_old_val
2772 fi
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2774$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2776$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2777 fi;;
2778 esac
2779 # Pass precious variables to config.status.
2780 if test "$ac_new_set" = set; then
2781 case $ac_new_val in
2782 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2783 *) ac_arg=$ac_var=$ac_new_val ;;
2784 esac
2785 case " $ac_configure_args " in
2786 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2787 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2788 esac
2789 fi
2790done
2791if $ac_cache_corrupted; then
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2793$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2795$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2796 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
81ecdfbb
RW
2797fi
2798## -------------------- ##
2799## Main body of script. ##
2800## -------------------- ##
2801
2802ac_ext=c
2803ac_cpp='$CPP $CPPFLAGS'
2804ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2805ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2806ac_compiler_gnu=$ac_cv_c_compiler_gnu
2807
2808
2809
2810
2811
2812ac_config_headers="$ac_config_headers config.h:config.in"
2813
2814
2815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2816$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2817 # Check whether --enable-maintainer-mode was given.
2818if test "${enable_maintainer_mode+set}" = set; then :
2819 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2820else
2821 USE_MAINTAINER_MODE=no
2822fi
2823
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2825$as_echo "$USE_MAINTAINER_MODE" >&6; }
2826 if test $USE_MAINTAINER_MODE = yes; then
2827 MAINTAINER_MODE_TRUE=
2828 MAINTAINER_MODE_FALSE='#'
2829else
2830 MAINTAINER_MODE_TRUE='#'
2831 MAINTAINER_MODE_FALSE=
2832fi
2833
2834 MAINT=$MAINTAINER_MODE_TRUE
2835
2836
2837
17ef446e 2838# Set the 'development' global.
270c9937 2839. $srcdir/../bfd/development.sh
f5f1cdb6 2840
81ecdfbb
RW
2841ac_ext=c
2842ac_cpp='$CPP $CPPFLAGS'
2843ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2844ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2845ac_compiler_gnu=$ac_cv_c_compiler_gnu
2846if test -n "$ac_tool_prefix"; then
2847 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2848set dummy ${ac_tool_prefix}gcc; ac_word=$2
2849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2850$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2851if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2852 $as_echo_n "(cached) " >&6
c906108c
SS
2853else
2854 if test -n "$CC"; then
2855 ac_cv_prog_CC="$CC" # Let the user override the test.
2856else
bec39cab
AC
2857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2858for as_dir in $PATH
2859do
2860 IFS=$as_save_IFS
2861 test -z "$as_dir" && as_dir=.
81ecdfbb 2862 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2864 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2866 break 2
2867 fi
2868done
81ecdfbb
RW
2869 done
2870IFS=$as_save_IFS
bec39cab 2871
c906108c
SS
2872fi
2873fi
bec39cab 2874CC=$ac_cv_prog_CC
c906108c 2875if test -n "$CC"; then
81ecdfbb
RW
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2877$as_echo "$CC" >&6; }
c906108c 2878else
81ecdfbb
RW
2879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2880$as_echo "no" >&6; }
c906108c
SS
2881fi
2882
81ecdfbb 2883
b4e70030
JB
2884fi
2885if test -z "$ac_cv_prog_CC"; then
2886 ac_ct_CC=$CC
81ecdfbb
RW
2887 # Extract the first word of "gcc", so it can be a program name with args.
2888set dummy gcc; ac_word=$2
2889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2890$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2891if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2892 $as_echo_n "(cached) " >&6
b4e70030
JB
2893else
2894 if test -n "$ac_ct_CC"; then
2895 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2896else
2897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2898for as_dir in $PATH
2899do
2900 IFS=$as_save_IFS
2901 test -z "$as_dir" && as_dir=.
81ecdfbb 2902 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2904 ac_cv_prog_ac_ct_CC="gcc"
2905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b4e70030 2906 break 2
4e8d927d 2907 fi
b4e70030 2908done
81ecdfbb
RW
2909 done
2910IFS=$as_save_IFS
b4e70030
JB
2911
2912fi
2913fi
2914ac_ct_CC=$ac_cv_prog_ac_ct_CC
2915if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2917$as_echo "$ac_ct_CC" >&6; }
b4e70030 2918else
81ecdfbb
RW
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2920$as_echo "no" >&6; }
b4e70030
JB
2921fi
2922
81ecdfbb
RW
2923 if test "x$ac_ct_CC" = x; then
2924 CC=""
2925 else
2926 case $cross_compiling:$ac_tool_warned in
2927yes:)
2928{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2929$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2930ac_tool_warned=yes ;;
2931esac
2932 CC=$ac_ct_CC
2933 fi
b4e70030
JB
2934else
2935 CC="$ac_cv_prog_CC"
2936fi
2937
c906108c 2938if test -z "$CC"; then
81ecdfbb
RW
2939 if test -n "$ac_tool_prefix"; then
2940 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2941set dummy ${ac_tool_prefix}cc; ac_word=$2
2942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2943$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2944if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2945 $as_echo_n "(cached) " >&6
c906108c
SS
2946else
2947 if test -n "$CC"; then
2948 ac_cv_prog_CC="$CC" # Let the user override the test.
2949else
bec39cab
AC
2950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2951for as_dir in $PATH
2952do
2953 IFS=$as_save_IFS
2954 test -z "$as_dir" && as_dir=.
81ecdfbb 2955 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2957 ac_cv_prog_CC="${ac_tool_prefix}cc"
2958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2959 break 2
2960 fi
2961done
81ecdfbb
RW
2962 done
2963IFS=$as_save_IFS
2964
2965fi
2966fi
2967CC=$ac_cv_prog_CC
2968if test -n "$CC"; then
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2970$as_echo "$CC" >&6; }
2971else
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2973$as_echo "no" >&6; }
2974fi
2975
2976
2977 fi
2978fi
2979if test -z "$CC"; then
2980 # Extract the first word of "cc", so it can be a program name with args.
2981set dummy cc; ac_word=$2
2982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2983$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2984if ${ac_cv_prog_CC+:} false; then :
81ecdfbb
RW
2985 $as_echo_n "(cached) " >&6
2986else
2987 if test -n "$CC"; then
2988 ac_cv_prog_CC="$CC" # Let the user override the test.
2989else
2990 ac_prog_rejected=no
2991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2992for as_dir in $PATH
2993do
2994 IFS=$as_save_IFS
2995 test -z "$as_dir" && as_dir=.
2996 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2998 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2999 ac_prog_rejected=yes
3000 continue
3001 fi
3002 ac_cv_prog_CC="cc"
3003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3004 break 2
3005 fi
3006done
3007 done
3008IFS=$as_save_IFS
bec39cab 3009
c906108c
SS
3010if test $ac_prog_rejected = yes; then
3011 # We found a bogon in the path, so make sure we never use it.
3012 set dummy $ac_cv_prog_CC
3013 shift
bec39cab 3014 if test $# != 0; then
c906108c
SS
3015 # We chose a different compiler from the bogus one.
3016 # However, it has the same basename, so the bogon will be chosen
3017 # first if we set CC to just the basename; use the full file name.
3018 shift
bec39cab 3019 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
c906108c
SS
3020 fi
3021fi
3022fi
3023fi
bec39cab 3024CC=$ac_cv_prog_CC
c906108c 3025if test -n "$CC"; then
81ecdfbb
RW
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3027$as_echo "$CC" >&6; }
c906108c 3028else
81ecdfbb
RW
3029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3030$as_echo "no" >&6; }
c906108c
SS
3031fi
3032
81ecdfbb 3033
bec39cab
AC
3034fi
3035if test -z "$CC"; then
3036 if test -n "$ac_tool_prefix"; then
81ecdfbb 3037 for ac_prog in cl.exe
bec39cab
AC
3038 do
3039 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3040set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3042$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3043if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3044 $as_echo_n "(cached) " >&6
c906108c
SS
3045else
3046 if test -n "$CC"; then
3047 ac_cv_prog_CC="$CC" # Let the user override the test.
3048else
bec39cab
AC
3049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3050for as_dir in $PATH
3051do
3052 IFS=$as_save_IFS
3053 test -z "$as_dir" && as_dir=.
81ecdfbb 3054 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 3056 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
3058 break 2
3059 fi
3060done
81ecdfbb
RW
3061 done
3062IFS=$as_save_IFS
bec39cab 3063
c906108c
SS
3064fi
3065fi
bec39cab 3066CC=$ac_cv_prog_CC
c906108c 3067if test -n "$CC"; then
81ecdfbb
RW
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3069$as_echo "$CC" >&6; }
c906108c 3070else
81ecdfbb
RW
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3072$as_echo "no" >&6; }
c906108c 3073fi
bec39cab 3074
81ecdfbb 3075
bec39cab
AC
3076 test -n "$CC" && break
3077 done
3078fi
3079if test -z "$CC"; then
3080 ac_ct_CC=$CC
81ecdfbb 3081 for ac_prog in cl.exe
bec39cab
AC
3082do
3083 # Extract the first word of "$ac_prog", so it can be a program name with args.
3084set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3086$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3087if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3088 $as_echo_n "(cached) " >&6
bec39cab
AC
3089else
3090 if test -n "$ac_ct_CC"; then
3091 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3092else
3093as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3094for as_dir in $PATH
3095do
3096 IFS=$as_save_IFS
3097 test -z "$as_dir" && as_dir=.
81ecdfbb 3098 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 3100 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab 3102 break 2
c906108c 3103 fi
bec39cab 3104done
81ecdfbb
RW
3105 done
3106IFS=$as_save_IFS
bec39cab
AC
3107
3108fi
3109fi
3110ac_ct_CC=$ac_cv_prog_ac_ct_CC
3111if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3113$as_echo "$ac_ct_CC" >&6; }
bec39cab 3114else
81ecdfbb
RW
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3116$as_echo "no" >&6; }
c906108c
SS
3117fi
3118
81ecdfbb 3119
bec39cab
AC
3120 test -n "$ac_ct_CC" && break
3121done
c906108c 3122
81ecdfbb
RW
3123 if test "x$ac_ct_CC" = x; then
3124 CC=""
3125 else
3126 case $cross_compiling:$ac_tool_warned in
3127yes:)
3128{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3129$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3130ac_tool_warned=yes ;;
3131esac
3132 CC=$ac_ct_CC
3133 fi
bec39cab
AC
3134fi
3135
3136fi
3137
3138
81ecdfbb
RW
3139test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3140$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3141as_fn_error $? "no acceptable C compiler found in \$PATH
3142See \`config.log' for more details" "$LINENO" 5; }
bec39cab
AC
3143
3144# Provide some information about the compiler.
81ecdfbb
RW
3145$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3146set X $ac_compile
3147ac_compiler=$2
3148for ac_option in --version -v -V -qversion; do
3149 { { ac_try="$ac_compiler $ac_option >&5"
3150case "(($ac_try" in
3151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3152 *) ac_try_echo=$ac_try;;
3153esac
3154eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3155$as_echo "$ac_try_echo"; } >&5
3156 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
bec39cab 3157 ac_status=$?
81ecdfbb
RW
3158 if test -s conftest.err; then
3159 sed '10a\
3160... rest of stderr output deleted ...
3161 10q' conftest.err >conftest.er1
3162 cat conftest.er1 >&5
81ecdfbb 3163 fi
d0ac1c44 3164 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3166 test $ac_status = 0; }
3167done
bec39cab 3168
81ecdfbb 3169cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3170/* end confdefs.h. */
3171
3172int
3173main ()
3174{
3175
3176 ;
3177 return 0;
3178}
3179_ACEOF
3180ac_clean_files_save=$ac_clean_files
d0ac1c44 3181ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
bec39cab
AC
3182# Try to create an executable without -o first, disregard a.out.
3183# It will help us diagnose broken compilers, and finding out an intuition
3184# of exeext.
d0ac1c44
SM
3185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3186$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3187ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3188
3189# The possible output files:
3190ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3191
3192ac_rmfiles=
3193for ac_file in $ac_files
3194do
3195 case $ac_file in
3196 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3197 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3198 esac
3199done
3200rm -f $ac_rmfiles
3201
3202if { { ac_try="$ac_link_default"
3203case "(($ac_try" in
3204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3205 *) ac_try_echo=$ac_try;;
3206esac
3207eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3208$as_echo "$ac_try_echo"; } >&5
3209 (eval "$ac_link_default") 2>&5
3210 ac_status=$?
3211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3212 test $ac_status = 0; }; then :
3213 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3214# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3215# in a Makefile. We should not override ac_cv_exeext if it was cached,
3216# so that the user can short-circuit this test for compilers unknown to
3217# Autoconf.
3218for ac_file in $ac_files ''
bec39cab
AC
3219do
3220 test -f "$ac_file" || continue
3221 case $ac_file in
81ecdfbb 3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b4e70030
JB
3223 ;;
3224 [ab].out )
3225 # We found the default executable, but exeext='' is most
3226 # certainly right.
3227 break;;
3228 *.* )
81ecdfbb
RW
3229 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3230 then :; else
3231 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3232 fi
3233 # We set ac_cv_exeext here because the later test for it is not
3234 # safe: cross compilers may not add the suffix if given an `-o'
3235 # argument, so we may need to know it at that point already.
3236 # Even if this section looks crufty: it has the advantage of
3237 # actually working.
b4e70030
JB
3238 break;;
3239 * )
3240 break;;
bec39cab
AC
3241 esac
3242done
81ecdfbb
RW
3243test "$ac_cv_exeext" = no && ac_cv_exeext=
3244
bec39cab 3245else
81ecdfbb
RW
3246 ac_file=''
3247fi
81ecdfbb 3248if test -z "$ac_file"; then :
d0ac1c44
SM
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3250$as_echo "no" >&6; }
3251$as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3252sed 's/^/| /' conftest.$ac_ext >&5
3253
81ecdfbb
RW
3254{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3255$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3256as_fn_error 77 "C compiler cannot create executables
3257See \`config.log' for more details" "$LINENO" 5; }
3258else
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3260$as_echo "yes" >&6; }
bec39cab 3261fi
d0ac1c44
SM
3262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3263$as_echo_n "checking for C compiler default output file name... " >&6; }
3264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3265$as_echo "$ac_file" >&6; }
b4e70030 3266ac_exeext=$ac_cv_exeext
b4e70030 3267
d0ac1c44 3268rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
b4e70030 3269ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3271$as_echo_n "checking for suffix of executables... " >&6; }
3272if { { ac_try="$ac_link"
3273case "(($ac_try" in
3274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3275 *) ac_try_echo=$ac_try;;
3276esac
3277eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3278$as_echo "$ac_try_echo"; } >&5
3279 (eval "$ac_link") 2>&5
bec39cab 3280 ac_status=$?
81ecdfbb
RW
3281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3282 test $ac_status = 0; }; then :
b4e70030
JB
3283 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3284# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3285# work properly (i.e., refer to `conftest.exe'), while it won't with
3286# `rm'.
3287for ac_file in conftest.exe conftest conftest.*; do
3288 test -f "$ac_file" || continue
3289 case $ac_file in
81ecdfbb 3290 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b4e70030 3291 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b4e70030
JB
3292 break;;
3293 * ) break;;
3294 esac
3295done
c906108c 3296else
81ecdfbb
RW
3297 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3298$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3299as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3300See \`config.log' for more details" "$LINENO" 5; }
c906108c 3301fi
d0ac1c44 3302rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3304$as_echo "$ac_cv_exeext" >&6; }
c906108c 3305
b4e70030 3306rm -f conftest.$ac_ext
bec39cab
AC
3307EXEEXT=$ac_cv_exeext
3308ac_exeext=$EXEEXT
d0ac1c44
SM
3309cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3310/* end confdefs.h. */
3311#include <stdio.h>
3312int
3313main ()
3314{
3315FILE *f = fopen ("conftest.out", "w");
3316 return ferror (f) || fclose (f) != 0;
3317
3318 ;
3319 return 0;
3320}
3321_ACEOF
3322ac_clean_files="$ac_clean_files conftest.out"
3323# Check that the compiler produces executables we can run. If not, either
3324# the compiler is broken, or we cross compile.
3325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3326$as_echo_n "checking whether we are cross compiling... " >&6; }
3327if test "$cross_compiling" != yes; then
3328 { { ac_try="$ac_link"
3329case "(($ac_try" in
3330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3331 *) ac_try_echo=$ac_try;;
3332esac
3333eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3334$as_echo "$ac_try_echo"; } >&5
3335 (eval "$ac_link") 2>&5
3336 ac_status=$?
3337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3338 test $ac_status = 0; }
3339 if { ac_try='./conftest$ac_cv_exeext'
3340 { { case "(($ac_try" in
3341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3342 *) ac_try_echo=$ac_try;;
3343esac
3344eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3345$as_echo "$ac_try_echo"; } >&5
3346 (eval "$ac_try") 2>&5
3347 ac_status=$?
3348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3349 test $ac_status = 0; }; }; then
3350 cross_compiling=no
3351 else
3352 if test "$cross_compiling" = maybe; then
3353 cross_compiling=yes
3354 else
3355 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3356$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3357as_fn_error $? "cannot run C compiled programs.
3358If you meant to cross compile, use \`--host'.
3359See \`config.log' for more details" "$LINENO" 5; }
3360 fi
3361 fi
3362fi
3363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3364$as_echo "$cross_compiling" >&6; }
3365
3366rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3367ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3369$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3370if ${ac_cv_objext+:} false; then :
81ecdfbb 3371 $as_echo_n "(cached) " >&6
bec39cab 3372else
81ecdfbb 3373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
3374/* end confdefs.h. */
3375
3376int
3377main ()
3378{
3379
3380 ;
3381 return 0;
3382}
3383_ACEOF
3384rm -f conftest.o conftest.obj
81ecdfbb
RW
3385if { { ac_try="$ac_compile"
3386case "(($ac_try" in
3387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3388 *) ac_try_echo=$ac_try;;
3389esac
3390eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3391$as_echo "$ac_try_echo"; } >&5
3392 (eval "$ac_compile") 2>&5
3393 ac_status=$?
3394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3395 test $ac_status = 0; }; then :
3396 for ac_file in conftest.o conftest.obj conftest.*; do
3397 test -f "$ac_file" || continue;
bec39cab 3398 case $ac_file in
81ecdfbb 3399 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bec39cab
AC
3400 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3401 break;;
3402 esac
3403done
c906108c 3404else
81ecdfbb 3405 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3406sed 's/^/| /' conftest.$ac_ext >&5
3407
81ecdfbb
RW
3408{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3409$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3410as_fn_error $? "cannot compute suffix of object files: cannot compile
3411See \`config.log' for more details" "$LINENO" 5; }
c906108c 3412fi
b4e70030 3413rm -f conftest.$ac_cv_objext conftest.$ac_ext
bec39cab 3414fi
81ecdfbb
RW
3415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3416$as_echo "$ac_cv_objext" >&6; }
bec39cab
AC
3417OBJEXT=$ac_cv_objext
3418ac_objext=$OBJEXT
81ecdfbb
RW
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3420$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3421if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3422 $as_echo_n "(cached) " >&6
c906108c 3423else
81ecdfbb 3424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3425/* end confdefs.h. */
3426
3427int
3428main ()
3429{
3430#ifndef __GNUC__
3431 choke me
3432#endif
3433
3434 ;
3435 return 0;
3436}
3437_ACEOF
81ecdfbb 3438if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
3439 ac_compiler_gnu=yes
3440else
81ecdfbb 3441 ac_compiler_gnu=no
bec39cab 3442fi
81ecdfbb 3443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
3444ac_cv_c_compiler_gnu=$ac_compiler_gnu
3445
3446fi
81ecdfbb
RW
3447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3448$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3449if test $ac_compiler_gnu = yes; then
3450 GCC=yes
3451else
3452 GCC=
3453fi
bec39cab
AC
3454ac_test_CFLAGS=${CFLAGS+set}
3455ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3457$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3458if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb 3459 $as_echo_n "(cached) " >&6
bec39cab 3460else
81ecdfbb
RW
3461 ac_save_c_werror_flag=$ac_c_werror_flag
3462 ac_c_werror_flag=yes
3463 ac_cv_prog_cc_g=no
3464 CFLAGS="-g"
3465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3466/* end confdefs.h. */
3467
3468int
3469main ()
3470{
3471
3472 ;
3473 return 0;
3474}
3475_ACEOF
81ecdfbb 3476if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
3477 ac_cv_prog_cc_g=yes
3478else
81ecdfbb
RW
3479 CFLAGS=""
3480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3481/* end confdefs.h. */
3482
3483int
3484main ()
3485{
3486
3487 ;
3488 return 0;
3489}
3490_ACEOF
3491if ac_fn_c_try_compile "$LINENO"; then :
3492
3493else
3494 ac_c_werror_flag=$ac_save_c_werror_flag
3495 CFLAGS="-g"
3496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497/* end confdefs.h. */
3498
3499int
3500main ()
3501{
c906108c 3502
81ecdfbb
RW
3503 ;
3504 return 0;
3505}
3506_ACEOF
3507if ac_fn_c_try_compile "$LINENO"; then :
3508 ac_cv_prog_cc_g=yes
3509fi
3510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3511fi
3512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4e8d927d 3513fi
81ecdfbb
RW
3514rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3515 ac_c_werror_flag=$ac_save_c_werror_flag
bec39cab 3516fi
81ecdfbb
RW
3517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3518$as_echo "$ac_cv_prog_cc_g" >&6; }
c906108c 3519if test "$ac_test_CFLAGS" = set; then
bec39cab 3520 CFLAGS=$ac_save_CFLAGS
c906108c
SS
3521elif test $ac_cv_prog_cc_g = yes; then
3522 if test "$GCC" = yes; then
3523 CFLAGS="-g -O2"
3524 else
3525 CFLAGS="-g"
3526 fi
3527else
3528 if test "$GCC" = yes; then
3529 CFLAGS="-O2"
3530 else
3531 CFLAGS=
3532 fi
3533fi
81ecdfbb
RW
3534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3535$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3536if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3537 $as_echo_n "(cached) " >&6
bec39cab 3538else
81ecdfbb 3539 ac_cv_prog_cc_c89=no
bec39cab 3540ac_save_CC=$CC
81ecdfbb 3541cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3542/* end confdefs.h. */
c906108c
SS
3543#include <stdarg.h>
3544#include <stdio.h>
d0ac1c44 3545struct stat;
c906108c
SS
3546/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3547struct buf { int x; };
3548FILE * (*rcsopen) (struct buf *, struct stat *, int);
3549static char *e (p, i)
3550 char **p;
3551 int i;
3552{
3553 return p[i];
3554}
3555static char *f (char * (*g) (char **, int), char **p, ...)
3556{
3557 char *s;
3558 va_list v;
3559 va_start (v,p);
3560 s = g (p, va_arg (v,int));
3561 va_end (v);
3562 return s;
3563}
bec39cab
AC
3564
3565/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3566 function prototypes and stuff, but not '\xHH' hex character constants.
3567 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3568 as 'x'. The following induces an error, until -std is added to get
bec39cab
AC
3569 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3570 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3571 that's true only with -std. */
bec39cab
AC
3572int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3573
81ecdfbb
RW
3574/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3575 inside strings and character constants. */
3576#define FOO(x) 'x'
3577int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3578
c906108c
SS
3579int test (int i, double x);
3580struct s1 {int (*f) (int a);};
3581struct s2 {int (*f) (double a);};
3582int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3583int argc;
3584char **argv;
bec39cab
AC
3585int
3586main ()
3587{
c906108c 3588return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
bec39cab
AC
3589 ;
3590 return 0;
3591}
3592_ACEOF
81ecdfbb
RW
3593for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3594 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bec39cab
AC
3595do
3596 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3597 if ac_fn_c_try_compile "$LINENO"; then :
3598 ac_cv_prog_cc_c89=$ac_arg
c906108c 3599fi
81ecdfbb
RW
3600rm -f core conftest.err conftest.$ac_objext
3601 test "x$ac_cv_prog_cc_c89" != "xno" && break
c906108c 3602done
81ecdfbb 3603rm -f conftest.$ac_ext
bec39cab 3604CC=$ac_save_CC
c906108c
SS
3605
3606fi
81ecdfbb
RW
3607# AC_CACHE_VAL
3608case "x$ac_cv_prog_cc_c89" in
3609 x)
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3611$as_echo "none needed" >&6; } ;;
3612 xno)
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3614$as_echo "unsupported" >&6; } ;;
bec39cab 3615 *)
81ecdfbb
RW
3616 CC="$CC $ac_cv_prog_cc_c89"
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3618$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c906108c 3619esac
81ecdfbb 3620if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 3621
b4e70030
JB
3622fi
3623
bec39cab
AC
3624ac_ext=c
3625ac_cpp='$CPP $CPPFLAGS'
3626ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3627ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3628ac_compiler_gnu=$ac_cv_c_compiler_gnu
c906108c 3629
3bc3d82a
PA
3630ac_ext=cpp
3631ac_cpp='$CXXCPP $CPPFLAGS'
3632ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3633ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3634ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3635if test -z "$CXX"; then
3636 if test -n "$CCC"; then
3637 CXX=$CCC
3638 else
3639 if test -n "$ac_tool_prefix"; then
3640 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3641 do
3642 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3643set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3645$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3646if ${ac_cv_prog_CXX+:} false; then :
3bc3d82a
PA
3647 $as_echo_n "(cached) " >&6
3648else
3649 if test -n "$CXX"; then
3650 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3651else
3652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3653for as_dir in $PATH
3654do
3655 IFS=$as_save_IFS
3656 test -z "$as_dir" && as_dir=.
3657 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3658 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3bc3d82a
PA
3659 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3661 break 2
3662 fi
3663done
3664 done
3665IFS=$as_save_IFS
3666
3667fi
3668fi
3669CXX=$ac_cv_prog_CXX
3670if test -n "$CXX"; then
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3672$as_echo "$CXX" >&6; }
3673else
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3675$as_echo "no" >&6; }
3676fi
3677
3678
3679 test -n "$CXX" && break
3680 done
3681fi
3682if test -z "$CXX"; then
3683 ac_ct_CXX=$CXX
3684 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3685do
3686 # Extract the first word of "$ac_prog", so it can be a program name with args.
3687set dummy $ac_prog; ac_word=$2
3688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3689$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3690if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3bc3d82a
PA
3691 $as_echo_n "(cached) " >&6
3692else
3693 if test -n "$ac_ct_CXX"; then
3694 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3695else
3696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3697for as_dir in $PATH
3698do
3699 IFS=$as_save_IFS
3700 test -z "$as_dir" && as_dir=.
3701 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3702 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3bc3d82a
PA
3703 ac_cv_prog_ac_ct_CXX="$ac_prog"
3704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3705 break 2
3706 fi
3707done
3708 done
3709IFS=$as_save_IFS
3710
3711fi
3712fi
3713ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3714if test -n "$ac_ct_CXX"; then
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3716$as_echo "$ac_ct_CXX" >&6; }
3717else
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3719$as_echo "no" >&6; }
3720fi
3721
3722
3723 test -n "$ac_ct_CXX" && break
3724done
3725
3726 if test "x$ac_ct_CXX" = x; then
3727 CXX="g++"
3728 else
3729 case $cross_compiling:$ac_tool_warned in
3730yes:)
3731{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3732$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3733ac_tool_warned=yes ;;
3734esac
3735 CXX=$ac_ct_CXX
3736 fi
3737fi
3738
3739 fi
3740fi
3741# Provide some information about the compiler.
3742$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3743set X $ac_compile
3744ac_compiler=$2
3745for ac_option in --version -v -V -qversion; do
3746 { { ac_try="$ac_compiler $ac_option >&5"
3747case "(($ac_try" in
3748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3749 *) ac_try_echo=$ac_try;;
3750esac
3751eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3752$as_echo "$ac_try_echo"; } >&5
3753 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3754 ac_status=$?
3755 if test -s conftest.err; then
3756 sed '10a\
3757... rest of stderr output deleted ...
3758 10q' conftest.err >conftest.er1
3759 cat conftest.er1 >&5
3bc3d82a 3760 fi
d0ac1c44 3761 rm -f conftest.er1 conftest.err
3bc3d82a
PA
3762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3763 test $ac_status = 0; }
3764done
3765
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3767$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
d0ac1c44 3768if ${ac_cv_cxx_compiler_gnu+:} false; then :
3bc3d82a
PA
3769 $as_echo_n "(cached) " >&6
3770else
3771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3772/* end confdefs.h. */
3773
3774int
3775main ()
3776{
3777#ifndef __GNUC__
3778 choke me
3779#endif
3780
3781 ;
3782 return 0;
3783}
3784_ACEOF
3785if ac_fn_cxx_try_compile "$LINENO"; then :
3786 ac_compiler_gnu=yes
3787else
3788 ac_compiler_gnu=no
3789fi
3790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3791ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3792
3793fi
3794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3795$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3796if test $ac_compiler_gnu = yes; then
3797 GXX=yes
3798else
3799 GXX=
3800fi
3801ac_test_CXXFLAGS=${CXXFLAGS+set}
3802ac_save_CXXFLAGS=$CXXFLAGS
3803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3804$as_echo_n "checking whether $CXX accepts -g... " >&6; }
d0ac1c44 3805if ${ac_cv_prog_cxx_g+:} false; then :
3bc3d82a
PA
3806 $as_echo_n "(cached) " >&6
3807else
3808 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3809 ac_cxx_werror_flag=yes
3810 ac_cv_prog_cxx_g=no
3811 CXXFLAGS="-g"
3812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3813/* end confdefs.h. */
3814
3815int
3816main ()
3817{
3818
3819 ;
3820 return 0;
3821}
3822_ACEOF
3823if ac_fn_cxx_try_compile "$LINENO"; then :
3824 ac_cv_prog_cxx_g=yes
3825else
3826 CXXFLAGS=""
3827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3828/* end confdefs.h. */
3829
3830int
3831main ()
3832{
3833
3834 ;
3835 return 0;
3836}
3837_ACEOF
3838if ac_fn_cxx_try_compile "$LINENO"; then :
3839
3840else
3841 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3842 CXXFLAGS="-g"
3843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3844/* end confdefs.h. */
3845
3846int
3847main ()
3848{
3849
3850 ;
3851 return 0;
3852}
3853_ACEOF
3854if ac_fn_cxx_try_compile "$LINENO"; then :
3855 ac_cv_prog_cxx_g=yes
3856fi
3857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3858fi
3859rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3860fi
3861rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3863fi
3864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3865$as_echo "$ac_cv_prog_cxx_g" >&6; }
3866if test "$ac_test_CXXFLAGS" = set; then
3867 CXXFLAGS=$ac_save_CXXFLAGS
3868elif test $ac_cv_prog_cxx_g = yes; then
3869 if test "$GXX" = yes; then
3870 CXXFLAGS="-g -O2"
3871 else
3872 CXXFLAGS="-g"
3873 fi
3874else
3875 if test "$GXX" = yes; then
3876 CXXFLAGS="-O2"
3877 else
3878 CXXFLAGS=
3879 fi
3880fi
3881ac_ext=c
3882ac_cpp='$CPP $CPPFLAGS'
3883ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3884ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3885ac_compiler_gnu=$ac_cv_c_compiler_gnu
3886
3887
60ca704f 3888
bec39cab
AC
3889ac_ext=c
3890ac_cpp='$CPP $CPPFLAGS'
3891ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3892ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3893ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3895$as_echo_n "checking how to run the C preprocessor... " >&6; }
bec39cab
AC
3896# On Suns, sometimes $CPP names a directory.
3897if test -n "$CPP" && test -d "$CPP"; then
3898 CPP=
8bb2c122 3899fi
bec39cab 3900if test -z "$CPP"; then
d0ac1c44 3901 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 3902 $as_echo_n "(cached) " >&6
bec39cab
AC
3903else
3904 # Double quotes because CPP needs to be expanded
3905 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3906 do
3907 ac_preproc_ok=false
3908for ac_c_preproc_warn_flag in '' yes
3909do
3910 # Use a header file that comes with gcc, so configuring glibc
3911 # with a fresh cross-compiler works.
3912 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3913 # <limits.h> exists even on freestanding compilers.
3914 # On the NeXT, cc -E runs the code through the compiler's parser,
3915 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3917/* end confdefs.h. */
3918#ifdef __STDC__
3919# include <limits.h>
3920#else
3921# include <assert.h>
3922#endif
3923 Syntax error
3924_ACEOF
81ecdfbb 3925if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3926
81ecdfbb 3927else
bec39cab
AC
3928 # Broken: fails on valid input.
3929continue
3930fi
d0ac1c44 3931rm -f conftest.err conftest.i conftest.$ac_ext
bec39cab 3932
81ecdfbb 3933 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3934 # can be detected and how.
81ecdfbb 3935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3936/* end confdefs.h. */
3937#include <ac_nonexistent.h>
3938_ACEOF
81ecdfbb 3939if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3940 # Broken: success on invalid input.
3941continue
8bb2c122 3942else
bec39cab
AC
3943 # Passes both tests.
3944ac_preproc_ok=:
3945break
8bb2c122 3946fi
d0ac1c44 3947rm -f conftest.err conftest.i conftest.$ac_ext
8bb2c122 3948
bec39cab
AC
3949done
3950# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3951rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 3952if $ac_preproc_ok; then :
bec39cab
AC
3953 break
3954fi
8bb2c122 3955
bec39cab
AC
3956 done
3957 ac_cv_prog_CPP=$CPP
ddc9cd0f 3958
c906108c 3959fi
bec39cab
AC
3960 CPP=$ac_cv_prog_CPP
3961else
3962 ac_cv_prog_CPP=$CPP
c906108c 3963fi
81ecdfbb
RW
3964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3965$as_echo "$CPP" >&6; }
bec39cab
AC
3966ac_preproc_ok=false
3967for ac_c_preproc_warn_flag in '' yes
3968do
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.
81ecdfbb 3975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3976/* end confdefs.h. */
3977#ifdef __STDC__
3978# include <limits.h>
3979#else
3980# include <assert.h>
3981#endif
3982 Syntax error
3983_ACEOF
81ecdfbb 3984if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3985
81ecdfbb 3986else
bec39cab
AC
3987 # Broken: fails on valid input.
3988continue
3989fi
d0ac1c44 3990rm -f conftest.err conftest.i conftest.$ac_ext
bec39cab 3991
81ecdfbb 3992 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3993 # can be detected and how.
81ecdfbb 3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3995/* end confdefs.h. */
3996#include <ac_nonexistent.h>
3997_ACEOF
81ecdfbb 3998if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3999 # Broken: success on invalid input.
4000continue
c906108c 4001else
bec39cab
AC
4002 # Passes both tests.
4003ac_preproc_ok=:
4004break
c906108c 4005fi
d0ac1c44 4006rm -f conftest.err conftest.i conftest.$ac_ext
c906108c 4007
bec39cab
AC
4008done
4009# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4010rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4011if $ac_preproc_ok; then :
4012
c906108c 4013else
81ecdfbb
RW
4014 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4015$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4016as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4017See \`config.log' for more details" "$LINENO" 5; }
c906108c 4018fi
c906108c 4019
bec39cab
AC
4020ac_ext=c
4021ac_cpp='$CPP $CPPFLAGS'
4022ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4023ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4024ac_compiler_gnu=$ac_cv_c_compiler_gnu
4025
4026
81ecdfbb
RW
4027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4028$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4029if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 4030 $as_echo_n "(cached) " >&6
4e8d927d 4031else
81ecdfbb
RW
4032 if test -z "$GREP"; then
4033 ac_path_GREP_found=false
4034 # Loop through the user's path and test for each of PROGNAME-LIST
4035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4036for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4037do
4038 IFS=$as_save_IFS
4039 test -z "$as_dir" && as_dir=.
4040 for ac_prog in grep ggrep; do
4041 for ac_exec_ext in '' $ac_executable_extensions; do
4042 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4043 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4044# Check for GNU ac_path_GREP and select it if it is found.
4045 # Check for GNU $ac_path_GREP
4046case `"$ac_path_GREP" --version 2>&1` in
4047*GNU*)
4048 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4049*)
4050 ac_count=0
4051 $as_echo_n 0123456789 >"conftest.in"
4052 while :
4053 do
4054 cat "conftest.in" "conftest.in" >"conftest.tmp"
4055 mv "conftest.tmp" "conftest.in"
4056 cp "conftest.in" "conftest.nl"
4057 $as_echo 'GREP' >> "conftest.nl"
4058 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4059 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4060 as_fn_arith $ac_count + 1 && ac_count=$as_val
4061 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4062 # Best one so far, save it but keep looking for a better one
4063 ac_cv_path_GREP="$ac_path_GREP"
4064 ac_path_GREP_max=$ac_count
bec39cab 4065 fi
81ecdfbb
RW
4066 # 10*(2^10) chars as input seems more than enough
4067 test $ac_count -gt 10 && break
4068 done
4069 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4070esac
bec39cab 4071
81ecdfbb
RW
4072 $ac_path_GREP_found && break 3
4073 done
4074 done
4075 done
4076IFS=$as_save_IFS
4077 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4078 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb 4079 fi
c906108c 4080else
81ecdfbb 4081 ac_cv_path_GREP=$GREP
c906108c 4082fi
c906108c 4083
81ecdfbb
RW
4084fi
4085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4086$as_echo "$ac_cv_path_GREP" >&6; }
4087 GREP="$ac_cv_path_GREP"
c906108c 4088
c906108c 4089
81ecdfbb
RW
4090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4091$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4092if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4093 $as_echo_n "(cached) " >&6
783e057b 4094else
81ecdfbb
RW
4095 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4096 then ac_cv_path_EGREP="$GREP -E"
4097 else
4098 if test -z "$EGREP"; then
4099 ac_path_EGREP_found=false
4100 # Loop through the user's path and test for each of PROGNAME-LIST
4101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
783e057b
DJ
4103do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4106 for ac_prog in egrep; do
4107 for ac_exec_ext in '' $ac_executable_extensions; do
4108 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4109 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4110# Check for GNU ac_path_EGREP and select it if it is found.
4111 # Check for GNU $ac_path_EGREP
4112case `"$ac_path_EGREP" --version 2>&1` in
4113*GNU*)
4114 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4115*)
4116 ac_count=0
4117 $as_echo_n 0123456789 >"conftest.in"
4118 while :
4119 do
4120 cat "conftest.in" "conftest.in" >"conftest.tmp"
4121 mv "conftest.tmp" "conftest.in"
4122 cp "conftest.in" "conftest.nl"
4123 $as_echo 'EGREP' >> "conftest.nl"
4124 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4125 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4126 as_fn_arith $ac_count + 1 && ac_count=$as_val
4127 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4128 # Best one so far, save it but keep looking for a better one
4129 ac_cv_path_EGREP="$ac_path_EGREP"
4130 ac_path_EGREP_max=$ac_count
4131 fi
4132 # 10*(2^10) chars as input seems more than enough
4133 test $ac_count -gt 10 && break
4134 done
4135 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4136esac
bec39cab 4137
81ecdfbb
RW
4138 $ac_path_EGREP_found && break 3
4139 done
4140 done
4141 done
4142IFS=$as_save_IFS
4143 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4144 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
783e057b 4145 fi
783e057b 4146else
81ecdfbb 4147 ac_cv_path_EGREP=$EGREP
783e057b
DJ
4148fi
4149
81ecdfbb 4150 fi
783e057b 4151fi
81ecdfbb
RW
4152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4153$as_echo "$ac_cv_path_EGREP" >&6; }
4154 EGREP="$ac_cv_path_EGREP"
4155
783e057b 4156
81ecdfbb
RW
4157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4158$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4159if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 4160 $as_echo_n "(cached) " >&6
783e057b 4161else
81ecdfbb 4162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 4163/* end confdefs.h. */
783e057b 4164#include <stdlib.h>
bec39cab 4165#include <stdarg.h>
783e057b
DJ
4166#include <string.h>
4167#include <float.h>
c906108c 4168
bec39cab
AC
4169int
4170main ()
4171{
c906108c 4172
bec39cab
AC
4173 ;
4174 return 0;
4175}
4176_ACEOF
81ecdfbb 4177if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4178 ac_cv_header_stdc=yes
c906108c 4179else
81ecdfbb 4180 ac_cv_header_stdc=no
c906108c 4181fi
81ecdfbb 4182rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4183
783e057b
DJ
4184if test $ac_cv_header_stdc = yes; then
4185 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4187/* end confdefs.h. */
4188#include <string.h>
c906108c 4189
783e057b
DJ
4190_ACEOF
4191if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4192 $EGREP "memchr" >/dev/null 2>&1; then :
4193
c906108c 4194else
783e057b 4195 ac_cv_header_stdc=no
c906108c 4196fi
783e057b 4197rm -f conftest*
c906108c
SS
4198
4199fi
4200
783e057b
DJ
4201if test $ac_cv_header_stdc = yes; then
4202 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4204/* end confdefs.h. */
4205#include <stdlib.h>
bec39cab 4206
783e057b
DJ
4207_ACEOF
4208if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4209 $EGREP "free" >/dev/null 2>&1; then :
4210
bec39cab 4211else
783e057b 4212 ac_cv_header_stdc=no
bec39cab 4213fi
783e057b 4214rm -f conftest*
bec39cab
AC
4215
4216fi
bec39cab 4217
783e057b
DJ
4218if test $ac_cv_header_stdc = yes; then
4219 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4220 if test "$cross_compiling" = yes; then :
783e057b 4221 :
bec39cab 4222else
81ecdfbb 4223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4224/* end confdefs.h. */
4225#include <ctype.h>
81ecdfbb 4226#include <stdlib.h>
783e057b
DJ
4227#if ((' ' & 0x0FF) == 0x020)
4228# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4229# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4230#else
4231# define ISLOWER(c) \
4232 (('a' <= (c) && (c) <= 'i') \
4233 || ('j' <= (c) && (c) <= 'r') \
4234 || ('s' <= (c) && (c) <= 'z'))
4235# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4236#endif
4237
4238#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4239int
4240main ()
4241{
4242 int i;
4243 for (i = 0; i < 256; i++)
4244 if (XOR (islower (i), ISLOWER (i))
4245 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4246 return 2;
4247 return 0;
783e057b
DJ
4248}
4249_ACEOF
81ecdfbb 4250if ac_fn_c_try_run "$LINENO"; then :
783e057b 4251
81ecdfbb
RW
4252else
4253 ac_cv_header_stdc=no
783e057b 4254fi
81ecdfbb
RW
4255rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4256 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 4257fi
81ecdfbb 4258
783e057b
DJ
4259fi
4260fi
81ecdfbb
RW
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4262$as_echo "$ac_cv_header_stdc" >&6; }
783e057b
DJ
4263if test $ac_cv_header_stdc = yes; then
4264
81ecdfbb 4265$as_echo "#define STDC_HEADERS 1" >>confdefs.h
783e057b
DJ
4266
4267fi
4268
4269# On IRIX 5.3, sys/types and inttypes.h are conflicting.
783e057b
DJ
4270for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4271 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4272do :
4273 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4274ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4275"
d0ac1c44 4276if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
783e057b 4277 cat >>confdefs.h <<_ACEOF
81ecdfbb 4278#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
783e057b
DJ
4279_ACEOF
4280
4281fi
4282
4283done
4284
4285
4286
81ecdfbb 4287 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 4288if test "x$ac_cv_header_minix_config_h" = xyes; then :
783e057b
DJ
4289 MINIX=yes
4290else
4291 MINIX=
4292fi
4293
4294
4295 if test "$MINIX" = yes; then
4296
81ecdfbb 4297$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
783e057b
DJ
4298
4299
81ecdfbb 4300$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
783e057b
DJ
4301
4302
81ecdfbb 4303$as_echo "#define _MINIX 1" >>confdefs.h
783e057b
DJ
4304
4305 fi
4306
4307
81ecdfbb
RW
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4309$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 4310if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 4311 $as_echo_n "(cached) " >&6
783e057b 4312else
81ecdfbb 4313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4314/* end confdefs.h. */
4315
d0ac1c44
SM
4316# define __EXTENSIONS__ 1
4317 $ac_includes_default
783e057b
DJ
4318int
4319main ()
4320{
4321
4322 ;
4323 return 0;
4324}
4325_ACEOF
81ecdfbb 4326if ac_fn_c_try_compile "$LINENO"; then :
783e057b
DJ
4327 ac_cv_safe_to_define___extensions__=yes
4328else
81ecdfbb 4329 ac_cv_safe_to_define___extensions__=no
783e057b 4330fi
81ecdfbb 4331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b 4332fi
81ecdfbb
RW
4333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4334$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
783e057b 4335 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4336 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
783e057b 4337
81ecdfbb 4338 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
783e057b 4339
81ecdfbb 4340 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
783e057b 4341
81ecdfbb 4342 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
783e057b 4343
81ecdfbb 4344 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
783e057b
DJ
4345
4346
c971b7fa
PA
4347ac_aux_dir=
4348for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4349 if test -f "$ac_dir/install-sh"; then
4350 ac_aux_dir=$ac_dir
4351 ac_install_sh="$ac_aux_dir/install-sh -c"
4352 break
4353 elif test -f "$ac_dir/install.sh"; then
4354 ac_aux_dir=$ac_dir
4355 ac_install_sh="$ac_aux_dir/install.sh -c"
4356 break
4357 elif test -f "$ac_dir/shtool"; then
4358 ac_aux_dir=$ac_dir
4359 ac_install_sh="$ac_aux_dir/shtool install -c"
4360 break
4361 fi
c971b7fa
PA
4362done
4363if test -z "$ac_aux_dir"; then
d0ac1c44 4364 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
c971b7fa 4365fi
770d76d7 4366
c971b7fa
PA
4367# These three variables are undocumented and unsupported,
4368# and are intended to be withdrawn in a future Autoconf release.
4369# They can cause serious problems if a builder's source tree is in a directory
4370# whose full name contains unusual characters.
4371ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4372ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4373ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
770d76d7 4374
770d76d7 4375
c971b7fa
PA
4376# Make sure we can run config.sub.
4377$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4378 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
770d76d7 4379
c971b7fa
PA
4380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4381$as_echo_n "checking build system type... " >&6; }
d0ac1c44 4382if ${ac_cv_build+:} false; then :
c971b7fa 4383 $as_echo_n "(cached) " >&6
770d76d7 4384else
c971b7fa
PA
4385 ac_build_alias=$build_alias
4386test "x$ac_build_alias" = x &&
4387 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4388test "x$ac_build_alias" = x &&
d0ac1c44 4389 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
c971b7fa 4390ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 4391 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
c971b7fa 4392
770d76d7 4393fi
c971b7fa
PA
4394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4395$as_echo "$ac_cv_build" >&6; }
4396case $ac_cv_build in
4397*-*-*) ;;
d0ac1c44 4398*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
770d76d7 4399esac
c971b7fa
PA
4400build=$ac_cv_build
4401ac_save_IFS=$IFS; IFS='-'
4402set x $ac_cv_build
4403shift
4404build_cpu=$1
4405build_vendor=$2
4406shift; shift
4407# Remember, the first character of IFS is used to create $*,
4408# except with old shells:
4409build_os=$*
4410IFS=$ac_save_IFS
4411case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
770d76d7
PA
4412
4413
c971b7fa
PA
4414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4415$as_echo_n "checking host system type... " >&6; }
d0ac1c44 4416if ${ac_cv_host+:} false; then :
81ecdfbb
RW
4417 $as_echo_n "(cached) " >&6
4418else
c971b7fa
PA
4419 if test "x$host_alias" = x; then
4420 ac_cv_host=$ac_cv_build
81ecdfbb 4421else
c971b7fa 4422 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 4423 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 4424fi
81ecdfbb
RW
4425
4426fi
c971b7fa
PA
4427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4428$as_echo "$ac_cv_host" >&6; }
4429case $ac_cv_host in
4430*-*-*) ;;
d0ac1c44 4431*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 4432esac
c971b7fa
PA
4433host=$ac_cv_host
4434ac_save_IFS=$IFS; IFS='-'
4435set x $ac_cv_host
4436shift
4437host_cpu=$1
4438host_vendor=$2
4439shift; shift
4440# Remember, the first character of IFS is used to create $*,
4441# except with old shells:
4442host_os=$*
4443IFS=$ac_save_IFS
4444case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3388710e
JM
4445
4446
4447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4448$as_echo_n "checking target system type... " >&6; }
d0ac1c44 4449if ${ac_cv_target+:} false; then :
3388710e
JM
4450 $as_echo_n "(cached) " >&6
4451else
4452 if test "x$target_alias" = x; then
4453 ac_cv_target=$ac_cv_host
4454else
4455 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 4456 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3388710e
JM
4457fi
4458
4459fi
4460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4461$as_echo "$ac_cv_target" >&6; }
4462case $ac_cv_target in
4463*-*-*) ;;
d0ac1c44 4464*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
3388710e
JM
4465esac
4466target=$ac_cv_target
4467ac_save_IFS=$IFS; IFS='-'
4468set x $ac_cv_target
4469shift
4470target_cpu=$1
4471target_vendor=$2
4472shift; shift
4473# Remember, the first character of IFS is used to create $*,
4474# except with old shells:
4475target_os=$*
4476IFS=$ac_save_IFS
4477case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4478
4479
4480# The aliases save the names the user supplied, while $host etc.
4481# will get canonicalized.
4482test -n "$target_alias" &&
4483 test "$program_prefix$program_suffix$program_transform_name" = \
4484 NONENONEs,x,x, &&
4485 program_prefix=${target_alias}-
4486
4487# The tests for host and target for $enable_largefile require
4488# canonical names.
4489
4490
81ecdfbb 4491
da2f07f1
JK
4492# As the $enable_largefile decision depends on --enable-plugins we must set it
4493# even in directories otherwise not depending on the $plugins option.
4494
4495
2974be62
AM
4496 maybe_plugins=no
4497 for ac_header in dlfcn.h
4498do :
4499 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
4500"
d0ac1c44 4501if test "x$ac_cv_header_dlfcn_h" = xyes; then :
2974be62
AM
4502 cat >>confdefs.h <<_ACEOF
4503#define HAVE_DLFCN_H 1
4504_ACEOF
4505 maybe_plugins=yes
4506fi
4507
4508done
4509
4510 for ac_header in windows.h
4511do :
4512 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
4513"
d0ac1c44 4514if test "x$ac_cv_header_windows_h" = xyes; then :
2974be62
AM
4515 cat >>confdefs.h <<_ACEOF
4516#define HAVE_WINDOWS_H 1
4517_ACEOF
4518 maybe_plugins=yes
4519fi
4520
4521done
4522
4523
4524 # Check whether --enable-plugins was given.
da2f07f1
JK
4525if test "${enable_plugins+set}" = set; then :
4526 enableval=$enable_plugins; case "${enableval}" in
2974be62
AM
4527 no) plugins=no ;;
4528 *) plugins=yes
4529 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 4530 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
2974be62
AM
4531 fi ;;
4532 esac
da2f07f1 4533else
2974be62
AM
4534 plugins=$maybe_plugins
4535
da2f07f1
JK
4536fi
4537
2974be62 4538 if test "$plugins" = "yes"; then
458412c3
TT
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
4540$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 4541if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
4542 $as_echo_n "(cached) " >&6
4543else
4544 ac_func_search_save_LIBS=$LIBS
4545cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4546/* end confdefs.h. */
4547
4548/* Override any GCC internal prototype to avoid an error.
4549 Use char because int might match the return type of a GCC
4550 builtin and then its argument prototype would still apply. */
4551#ifdef __cplusplus
4552extern "C"
4553#endif
458412c3 4554char dlsym ();
2974be62
AM
4555int
4556main ()
4557{
458412c3 4558return dlsym ();
2974be62
AM
4559 ;
4560 return 0;
4561}
4562_ACEOF
4563for ac_lib in '' dl; do
4564 if test -z "$ac_lib"; then
4565 ac_res="none required"
4566 else
4567 ac_res=-l$ac_lib
4568 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4569 fi
4570 if ac_fn_c_try_link "$LINENO"; then :
458412c3 4571 ac_cv_search_dlsym=$ac_res
2974be62
AM
4572fi
4573rm -f core conftest.err conftest.$ac_objext \
4574 conftest$ac_exeext
d0ac1c44 4575 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
4576 break
4577fi
4578done
d0ac1c44 4579if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
4580
4581else
458412c3 4582 ac_cv_search_dlsym=no
2974be62
AM
4583fi
4584rm conftest.$ac_ext
4585LIBS=$ac_func_search_save_LIBS
4586fi
458412c3
TT
4587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
4588$as_echo "$ac_cv_search_dlsym" >&6; }
4589ac_res=$ac_cv_search_dlsym
2974be62
AM
4590if test "$ac_res" != no; then :
4591 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4592
4593fi
4594
4595 fi
da2f07f1
JK
4596
4597
4598case "${host}" in
4599 sparc-*-solaris*|i[3-7]86-*-solaris*)
4600 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4601 # are mutually exclusive; and without procfs support, the bfd/ elf module
4602 # cannot provide certain routines such as elfcore_write_prpsinfo
4603 # or elfcore_write_prstatus. So unless the user explicitly requested
4604 # large-file support through the --enable-largefile switch, disable
4605 # large-file support in favor of procfs support.
4606 test "${target}" = "${host}" -a "x$plugins" = xno \
4607 && : ${enable_largefile="no"}
4608 ;;
4609esac
4610
4611# Check whether --enable-largefile was given.
4612if test "${enable_largefile+set}" = set; then :
4613 enableval=$enable_largefile;
4614fi
4615
4616if test "$enable_largefile" != no; then
4617
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4619$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 4620if ${ac_cv_sys_largefile_CC+:} false; then :
da2f07f1
JK
4621 $as_echo_n "(cached) " >&6
4622else
4623 ac_cv_sys_largefile_CC=no
4624 if test "$GCC" != yes; then
4625 ac_save_CC=$CC
4626 while :; do
4627 # IRIX 6.2 and later do not support large files by default,
4628 # so use the C compiler's -n32 option if that helps.
4629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4630/* end confdefs.h. */
4631#include <sys/types.h>
4632 /* Check that off_t can represent 2**63 - 1 correctly.
4633 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4634 since some C++ compilers masquerading as C compilers
4635 incorrectly reject 9223372036854775807. */
4636#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4637 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4638 && LARGE_OFF_T % 2147483647 == 1)
4639 ? 1 : -1];
4640int
4641main ()
4642{
4643
4644 ;
4645 return 0;
4646}
4647_ACEOF
4648 if ac_fn_c_try_compile "$LINENO"; then :
4649 break
4650fi
4651rm -f core conftest.err conftest.$ac_objext
4652 CC="$CC -n32"
4653 if ac_fn_c_try_compile "$LINENO"; then :
4654 ac_cv_sys_largefile_CC=' -n32'; break
4655fi
4656rm -f core conftest.err conftest.$ac_objext
4657 break
4658 done
4659 CC=$ac_save_CC
4660 rm -f conftest.$ac_ext
4661 fi
4662fi
4663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4664$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4665 if test "$ac_cv_sys_largefile_CC" != no; then
4666 CC=$CC$ac_cv_sys_largefile_CC
4667 fi
4668
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4670$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 4671if ${ac_cv_sys_file_offset_bits+:} false; then :
da2f07f1
JK
4672 $as_echo_n "(cached) " >&6
4673else
4674 while :; do
4675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4676/* end confdefs.h. */
4677#include <sys/types.h>
4678 /* Check that off_t can represent 2**63 - 1 correctly.
4679 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4680 since some C++ compilers masquerading as C compilers
4681 incorrectly reject 9223372036854775807. */
4682#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4683 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4684 && LARGE_OFF_T % 2147483647 == 1)
4685 ? 1 : -1];
4686int
4687main ()
4688{
4689
4690 ;
4691 return 0;
4692}
4693_ACEOF
4694if ac_fn_c_try_compile "$LINENO"; then :
4695 ac_cv_sys_file_offset_bits=no; break
4696fi
4697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4699/* end confdefs.h. */
4700#define _FILE_OFFSET_BITS 64
4701#include <sys/types.h>
4702 /* Check that off_t can represent 2**63 - 1 correctly.
4703 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4704 since some C++ compilers masquerading as C compilers
4705 incorrectly reject 9223372036854775807. */
4706#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4707 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4708 && LARGE_OFF_T % 2147483647 == 1)
4709 ? 1 : -1];
4710int
4711main ()
4712{
4713
4714 ;
4715 return 0;
4716}
4717_ACEOF
4718if ac_fn_c_try_compile "$LINENO"; then :
4719 ac_cv_sys_file_offset_bits=64; break
4720fi
4721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4722 ac_cv_sys_file_offset_bits=unknown
4723 break
4724done
4725fi
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4727$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4728case $ac_cv_sys_file_offset_bits in #(
4729 no | unknown) ;;
4730 *)
4731cat >>confdefs.h <<_ACEOF
4732#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4733_ACEOF
4734;;
4735esac
4736rm -rf conftest*
4737 if test $ac_cv_sys_file_offset_bits = unknown; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4739$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 4740if ${ac_cv_sys_large_files+:} false; then :
da2f07f1
JK
4741 $as_echo_n "(cached) " >&6
4742else
4743 while :; do
4744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4745/* end confdefs.h. */
4746#include <sys/types.h>
4747 /* Check that off_t can represent 2**63 - 1 correctly.
4748 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4749 since some C++ compilers masquerading as C compilers
4750 incorrectly reject 9223372036854775807. */
4751#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4752 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4753 && LARGE_OFF_T % 2147483647 == 1)
4754 ? 1 : -1];
4755int
4756main ()
4757{
4758
4759 ;
4760 return 0;
4761}
4762_ACEOF
4763if ac_fn_c_try_compile "$LINENO"; then :
4764 ac_cv_sys_large_files=no; break
4765fi
4766rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768/* end confdefs.h. */
4769#define _LARGE_FILES 1
4770#include <sys/types.h>
4771 /* Check that off_t can represent 2**63 - 1 correctly.
4772 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4773 since some C++ compilers masquerading as C compilers
4774 incorrectly reject 9223372036854775807. */
4775#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4776 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4777 && LARGE_OFF_T % 2147483647 == 1)
4778 ? 1 : -1];
4779int
4780main ()
4781{
4782
4783 ;
4784 return 0;
4785}
4786_ACEOF
4787if ac_fn_c_try_compile "$LINENO"; then :
4788 ac_cv_sys_large_files=1; break
4789fi
4790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4791 ac_cv_sys_large_files=unknown
4792 break
4793done
4794fi
4795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4796$as_echo "$ac_cv_sys_large_files" >&6; }
4797case $ac_cv_sys_large_files in #(
4798 no | unknown) ;;
4799 *)
4800cat >>confdefs.h <<_ACEOF
4801#define _LARGE_FILES $ac_cv_sys_large_files
4802_ACEOF
4803;;
4804esac
4805rm -rf conftest*
4806 fi
d0ac1c44
SM
4807
4808
da2f07f1
JK
4809fi
4810
4811
4812
81ecdfbb
RW
4813
4814
4815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4816$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
d0ac1c44 4817if ${am_cv_prog_cc_stdc+:} false; then :
81ecdfbb
RW
4818 $as_echo_n "(cached) " >&6
4819else
4820 am_cv_prog_cc_stdc=no
4821ac_save_CC="$CC"
4822# Don't try gcc -ansi; that turns off useful extensions and
4823# breaks some systems' header files.
4824# AIX -qlanglvl=ansi
4825# Ultrix and OSF/1 -std1
4826# HP-UX 10.20 and later -Ae
4827# HP-UX older versions -Aa -D_HPUX_SOURCE
4828# SVR4 -Xc -D__EXTENSIONS__
4829for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4830do
783e057b 4831 CC="$ac_save_CC $ac_arg"
81ecdfbb 4832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4833/* end confdefs.h. */
4834#include <stdarg.h>
4835#include <stdio.h>
4836#include <sys/types.h>
4837#include <sys/stat.h>
4838/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4839struct buf { int x; };
4840FILE * (*rcsopen) (struct buf *, struct stat *, int);
4841static char *e (p, i)
4842 char **p;
4843 int i;
4844{
4845 return p[i];
4846}
4847static char *f (char * (*g) (char **, int), char **p, ...)
4848{
4849 char *s;
4850 va_list v;
4851 va_start (v,p);
4852 s = g (p, va_arg (v,int));
4853 va_end (v);
4854 return s;
4855}
4856int test (int i, double x);
4857struct s1 {int (*f) (int a);};
4858struct s2 {int (*f) (double a);};
4859int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4860int argc;
4861char **argv;
4862
4863int
4864main ()
4865{
4866
4867return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4868
4869 ;
4870 return 0;
4871}
4872_ACEOF
81ecdfbb 4873if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4874 am_cv_prog_cc_stdc="$ac_arg"; break
783e057b 4875fi
81ecdfbb 4876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
4877done
4878CC="$ac_save_CC"
4879
4880fi
4881
4882if test -z "$am_cv_prog_cc_stdc"; then
81ecdfbb
RW
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4884$as_echo "none needed" >&6; }
783e057b 4885else
81ecdfbb
RW
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4887$as_echo "$am_cv_prog_cc_stdc" >&6; }
783e057b
DJ
4888fi
4889case "x$am_cv_prog_cc_stdc" in
4890 x|xno) ;;
4891 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4892esac
4893
d0ac1c44
SM
4894# Expand $ac_aux_dir to an absolute path.
4895am_aux_dir=`cd "$ac_aux_dir" && pwd`
4869db5e 4896
d0ac1c44 4897if test x"${install_sh+set}" != xset; then
4869db5e
RM
4898 case $am_aux_dir in
4899 *\ * | *\ *)
4900 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4901 *)
4902 install_sh="\${SHELL} $am_aux_dir/install-sh"
4903 esac
4904fi
4905
d0ac1c44
SM
4906# Installed binaries are usually stripped using 'strip' when the user
4907# run "make install-strip". However 'strip' might not be the right
4869db5e 4908# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 4909# will honor the 'STRIP' environment variable to overrule this program.
4869db5e
RM
4910if test "$cross_compiling" != no; then
4911 if test -n "$ac_tool_prefix"; then
4912 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4913set dummy ${ac_tool_prefix}strip; ac_word=$2
4914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4915$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4916if ${ac_cv_prog_STRIP+:} false; then :
4869db5e
RM
4917 $as_echo_n "(cached) " >&6
4918else
4919 if test -n "$STRIP"; then
4920 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4921else
4922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4923for as_dir in $PATH
4924do
4925 IFS=$as_save_IFS
4926 test -z "$as_dir" && as_dir=.
4927 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4928 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4869db5e
RM
4929 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4931 break 2
4932 fi
4933done
4934 done
4935IFS=$as_save_IFS
4936
4937fi
4938fi
4939STRIP=$ac_cv_prog_STRIP
4940if test -n "$STRIP"; then
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4942$as_echo "$STRIP" >&6; }
4943else
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4945$as_echo "no" >&6; }
4946fi
4947
4948
4949fi
4950if test -z "$ac_cv_prog_STRIP"; then
4951 ac_ct_STRIP=$STRIP
4952 # Extract the first word of "strip", so it can be a program name with args.
4953set dummy strip; ac_word=$2
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4956if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4869db5e
RM
4957 $as_echo_n "(cached) " >&6
4958else
4959 if test -n "$ac_ct_STRIP"; then
4960 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4961else
4962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963for as_dir in $PATH
4964do
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4869db5e
RM
4969 ac_cv_prog_ac_ct_STRIP="strip"
4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4971 break 2
4972 fi
4973done
4974 done
4975IFS=$as_save_IFS
4976
4977fi
4978fi
4979ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4980if test -n "$ac_ct_STRIP"; then
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4982$as_echo "$ac_ct_STRIP" >&6; }
4983else
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985$as_echo "no" >&6; }
4986fi
4987
4988 if test "x$ac_ct_STRIP" = x; then
4989 STRIP=":"
4990 else
4991 case $cross_compiling:$ac_tool_warned in
4992yes:)
4993{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4994$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4995ac_tool_warned=yes ;;
4996esac
4997 STRIP=$ac_ct_STRIP
4998 fi
4999else
5000 STRIP="$ac_cv_prog_STRIP"
5001fi
5002
5003fi
5004INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
5005
783e057b
DJ
5006
5007ac_aux_dir=
81ecdfbb 5008for ac_dir in .. "$srcdir"/..; do
d0ac1c44
SM
5009 if test -f "$ac_dir/install-sh"; then
5010 ac_aux_dir=$ac_dir
5011 ac_install_sh="$ac_aux_dir/install-sh -c"
5012 break
5013 elif test -f "$ac_dir/install.sh"; then
5014 ac_aux_dir=$ac_dir
5015 ac_install_sh="$ac_aux_dir/install.sh -c"
5016 break
5017 elif test -f "$ac_dir/shtool"; then
5018 ac_aux_dir=$ac_dir
5019 ac_install_sh="$ac_aux_dir/shtool install -c"
5020 break
5021 fi
783e057b
DJ
5022done
5023if test -z "$ac_aux_dir"; then
d0ac1c44 5024 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
783e057b 5025fi
81ecdfbb
RW
5026
5027# These three variables are undocumented and unsupported,
5028# and are intended to be withdrawn in a future Autoconf release.
5029# They can cause serious problems if a builder's source tree is in a directory
5030# whose full name contains unusual characters.
5031ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
5032ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
5033ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
5034
783e057b 5035
783e057b 5036
9009e1ae
MR
5037test "$program_prefix" != NONE &&
5038 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5039# Use a double $ so make ignores it.
5040test "$program_suffix" != NONE &&
5041 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5042# Double any \ or $.
5043# By default was `s,x,x', remove it if useless.
5044ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5045program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5046
81ecdfbb 5047
0bcda685
PA
5048# We require a C++11 compiler. Check if one is available, and if
5049# necessary, set CXX_DIALECT to some -std=xxx switch.
5050
41260ac2 5051 ax_cxx_compile_alternatives="11 0x" ax_cxx_compile_cxx11_required=true
0bcda685
PA
5052 ac_ext=cpp
5053ac_cpp='$CXXCPP $CPPFLAGS'
5054ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5055ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5056ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5057 CXX_DIALECT=""
5058 ac_success=no
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
5060$as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
d0ac1c44 5061if ${ax_cv_cxx_compile_cxx11+:} false; then :
0bcda685
PA
5062 $as_echo_n "(cached) " >&6
5063else
5064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5065/* end confdefs.h. */
5066
5067
5068// If the compiler admits that it is not ready for C++11, why torture it?
5069// Hopefully, this will speed up the test.
5070
5071#ifndef __cplusplus
5072
5073#error "This is not a C++ compiler"
5074
5075#elif __cplusplus < 201103L
5076
5077#error "This is not a C++11 compiler"
5078
5079#else
5080
5081namespace cxx11
5082{
5083
5084 namespace test_static_assert
5085 {
5086
5087 template <typename T>
5088 struct check
5089 {
5090 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5091 };
5092
5093 }
5094
5095 namespace test_final_override
5096 {
5097
5098 struct Base
5099 {
5100 virtual void f() {}
5101 };
5102
5103 struct Derived : public Base
5104 {
5105 virtual void f() override {}
5106 };
5107
5108 }
5109
5110 namespace test_double_right_angle_brackets
5111 {
5112
5113 template < typename T >
5114 struct check {};
5115
5116 typedef check<void> single_type;
5117 typedef check<check<void>> double_type;
5118 typedef check<check<check<void>>> triple_type;
5119 typedef check<check<check<check<void>>>> quadruple_type;
5120
5121 }
5122
5123 namespace test_decltype
5124 {
5125
5126 int
5127 f()
5128 {
5129 int a = 1;
5130 decltype(a) b = 2;
5131 return a + b;
5132 }
5133
5134 }
5135
5136 namespace test_type_deduction
5137 {
5138
5139 template < typename T1, typename T2 >
5140 struct is_same
5141 {
5142 static const bool value = false;
5143 };
5144
5145 template < typename T >
5146 struct is_same<T, T>
5147 {
5148 static const bool value = true;
5149 };
5150
5151 template < typename T1, typename T2 >
5152 auto
5153 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5154 {
5155 return a1 + a2;
5156 }
5157
5158 int
5159 test(const int c, volatile int v)
5160 {
5161 static_assert(is_same<int, decltype(0)>::value == true, "");
5162 static_assert(is_same<int, decltype(c)>::value == false, "");
5163 static_assert(is_same<int, decltype(v)>::value == false, "");
5164 auto ac = c;
5165 auto av = v;
5166 auto sumi = ac + av + 'x';
5167 auto sumf = ac + av + 1.0;
5168 static_assert(is_same<int, decltype(ac)>::value == true, "");
5169 static_assert(is_same<int, decltype(av)>::value == true, "");
5170 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5171 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5172 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5173 return (sumf > 0.0) ? sumi : add(c, v);
5174 }
5175
5176 }
5177
5178 namespace test_noexcept
5179 {
5180
5181 int f() { return 0; }
5182 int g() noexcept { return 0; }
5183
5184 static_assert(noexcept(f()) == false, "");
5185 static_assert(noexcept(g()) == true, "");
5186
5187 }
5188
5189 namespace test_constexpr
5190 {
5191
5192 template < typename CharT >
5193 unsigned long constexpr
5194 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5195 {
5196 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5197 }
5198
5199 template < typename CharT >
5200 unsigned long constexpr
5201 strlen_c(const CharT *const s) noexcept
5202 {
5203 return strlen_c_r(s, 0UL);
5204 }
5205
5206 static_assert(strlen_c("") == 0UL, "");
5207 static_assert(strlen_c("1") == 1UL, "");
5208 static_assert(strlen_c("example") == 7UL, "");
5209 static_assert(strlen_c("another\0example") == 7UL, "");
5210
5211 }
5212
5213 namespace test_rvalue_references
5214 {
5215
5216 template < int N >
5217 struct answer
5218 {
5219 static constexpr int value = N;
5220 };
5221
5222 answer<1> f(int&) { return answer<1>(); }
5223 answer<2> f(const int&) { return answer<2>(); }
5224 answer<3> f(int&&) { return answer<3>(); }
5225
5226 void
5227 test()
5228 {
5229 int i = 0;
5230 const int c = 0;
5231 static_assert(decltype(f(i))::value == 1, "");
5232 static_assert(decltype(f(c))::value == 2, "");
5233 static_assert(decltype(f(0))::value == 3, "");
5234 }
5235
5236 }
5237
5238 namespace test_uniform_initialization
5239 {
5240
5241 struct test
5242 {
5243 static const int zero {};
5244 static const int one {1};
5245 };
5246
5247 static_assert(test::zero == 0, "");
5248 static_assert(test::one == 1, "");
5249
5250 }
5251
5252 namespace test_lambdas
5253 {
5254
5255 void
5256 test1()
5257 {
5258 auto lambda1 = [](){};
5259 auto lambda2 = lambda1;
5260 lambda1();
5261 lambda2();
5262 }
5263
5264 int
5265 test2()
5266 {
5267 auto a = [](int i, int j){ return i + j; }(1, 2);
5268 auto b = []() -> int { return '0'; }();
5269 auto c = [=](){ return a + b; }();
5270 auto d = [&](){ return c; }();
5271 auto e = [a, &b](int x) mutable {
5272 const auto identity = [](int y){ return y; };
5273 for (auto i = 0; i < a; ++i)
5274 a += b--;
5275 return x + identity(a + b);
5276 }(0);
5277 return a + b + c + d + e;
5278 }
5279
5280 int
5281 test3()
5282 {
5283 const auto nullary = [](){ return 0; };
5284 const auto unary = [](int x){ return x; };
5285 using nullary_t = decltype(nullary);
5286 using unary_t = decltype(unary);
5287 const auto higher1st = [](nullary_t f){ return f(); };
5288 const auto higher2nd = [unary](nullary_t f1){
5289 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5290 };
5291 return higher1st(nullary) + higher2nd(nullary)(unary);
5292 }
5293
5294 }
5295
5296 namespace test_variadic_templates
5297 {
5298
5299 template <int...>
5300 struct sum;
5301
5302 template <int N0, int... N1toN>
5303 struct sum<N0, N1toN...>
5304 {
5305 static constexpr auto value = N0 + sum<N1toN...>::value;
5306 };
5307
5308 template <>
5309 struct sum<>
5310 {
5311 static constexpr auto value = 0;
5312 };
5313
5314 static_assert(sum<>::value == 0, "");
5315 static_assert(sum<1>::value == 1, "");
5316 static_assert(sum<23>::value == 23, "");
5317 static_assert(sum<1, 2>::value == 3, "");
5318 static_assert(sum<5, 5, 11>::value == 21, "");
5319 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5320
5321 }
5322
5323 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5324 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5325 // because of this.
5326 namespace test_template_alias_sfinae
5327 {
5328
5329 struct foo {};
5330
5331 template<typename T>
5332 using member = typename T::member_type;
5333
5334 template<typename T>
5335 void func(...) {}
5336
5337 template<typename T>
5338 void func(member<T>*) {}
5339
5340 void test();
5341
5342 void test() { func<foo>(0); }
5343
5344 }
5345
5346} // namespace cxx11
5347
5348#endif // __cplusplus >= 201103L
5349
5350
5351
5352_ACEOF
5353if ac_fn_cxx_try_compile "$LINENO"; then :
5354 ax_cv_cxx_compile_cxx11=yes
5355else
5356 ax_cv_cxx_compile_cxx11=no
5357fi
5358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5359fi
5360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
5361$as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
5362 if test x$ax_cv_cxx_compile_cxx11 = xyes; then
5363 ac_success=yes
5364 fi
5365
5366 if test x$ac_success = xno; then
41260ac2
SM
5367 for alternative in ${ax_cxx_compile_alternatives}; do
5368 switch="-std=gnu++${alternative}"
0bcda685
PA
5369 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5371$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
d0ac1c44 5372if eval \${$cachevar+:} false; then :
0bcda685
PA
5373 $as_echo_n "(cached) " >&6
5374else
5375 ac_save_CXX="$CXX"
5376 CXX="$CXX $switch"
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378/* end confdefs.h. */
5379
5380
5381// If the compiler admits that it is not ready for C++11, why torture it?
5382// Hopefully, this will speed up the test.
5383
5384#ifndef __cplusplus
5385
5386#error "This is not a C++ compiler"
5387
5388#elif __cplusplus < 201103L
5389
5390#error "This is not a C++11 compiler"
5391
5392#else
5393
5394namespace cxx11
5395{
5396
5397 namespace test_static_assert
5398 {
5399
5400 template <typename T>
5401 struct check
5402 {
5403 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5404 };
5405
5406 }
5407
5408 namespace test_final_override
5409 {
5410
5411 struct Base
5412 {
5413 virtual void f() {}
5414 };
5415
5416 struct Derived : public Base
5417 {
5418 virtual void f() override {}
5419 };
5420
5421 }
5422
5423 namespace test_double_right_angle_brackets
5424 {
5425
5426 template < typename T >
5427 struct check {};
5428
5429 typedef check<void> single_type;
5430 typedef check<check<void>> double_type;
5431 typedef check<check<check<void>>> triple_type;
5432 typedef check<check<check<check<void>>>> quadruple_type;
5433
5434 }
5435
5436 namespace test_decltype
5437 {
5438
5439 int
5440 f()
5441 {
5442 int a = 1;
5443 decltype(a) b = 2;
5444 return a + b;
5445 }
5446
5447 }
5448
5449 namespace test_type_deduction
5450 {
5451
5452 template < typename T1, typename T2 >
5453 struct is_same
5454 {
5455 static const bool value = false;
5456 };
5457
5458 template < typename T >
5459 struct is_same<T, T>
5460 {
5461 static const bool value = true;
5462 };
5463
5464 template < typename T1, typename T2 >
5465 auto
5466 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5467 {
5468 return a1 + a2;
5469 }
5470
5471 int
5472 test(const int c, volatile int v)
5473 {
5474 static_assert(is_same<int, decltype(0)>::value == true, "");
5475 static_assert(is_same<int, decltype(c)>::value == false, "");
5476 static_assert(is_same<int, decltype(v)>::value == false, "");
5477 auto ac = c;
5478 auto av = v;
5479 auto sumi = ac + av + 'x';
5480 auto sumf = ac + av + 1.0;
5481 static_assert(is_same<int, decltype(ac)>::value == true, "");
5482 static_assert(is_same<int, decltype(av)>::value == true, "");
5483 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5484 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5485 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5486 return (sumf > 0.0) ? sumi : add(c, v);
5487 }
5488
5489 }
5490
5491 namespace test_noexcept
5492 {
5493
5494 int f() { return 0; }
5495 int g() noexcept { return 0; }
5496
5497 static_assert(noexcept(f()) == false, "");
5498 static_assert(noexcept(g()) == true, "");
5499
5500 }
5501
5502 namespace test_constexpr
5503 {
5504
5505 template < typename CharT >
5506 unsigned long constexpr
5507 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5508 {
5509 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5510 }
5511
5512 template < typename CharT >
5513 unsigned long constexpr
5514 strlen_c(const CharT *const s) noexcept
5515 {
5516 return strlen_c_r(s, 0UL);
5517 }
5518
5519 static_assert(strlen_c("") == 0UL, "");
5520 static_assert(strlen_c("1") == 1UL, "");
5521 static_assert(strlen_c("example") == 7UL, "");
5522 static_assert(strlen_c("another\0example") == 7UL, "");
5523
5524 }
5525
5526 namespace test_rvalue_references
5527 {
5528
5529 template < int N >
5530 struct answer
5531 {
5532 static constexpr int value = N;
5533 };
5534
5535 answer<1> f(int&) { return answer<1>(); }
5536 answer<2> f(const int&) { return answer<2>(); }
5537 answer<3> f(int&&) { return answer<3>(); }
5538
5539 void
5540 test()
5541 {
5542 int i = 0;
5543 const int c = 0;
5544 static_assert(decltype(f(i))::value == 1, "");
5545 static_assert(decltype(f(c))::value == 2, "");
5546 static_assert(decltype(f(0))::value == 3, "");
5547 }
5548
5549 }
5550
5551 namespace test_uniform_initialization
5552 {
5553
5554 struct test
5555 {
5556 static const int zero {};
5557 static const int one {1};
5558 };
5559
5560 static_assert(test::zero == 0, "");
5561 static_assert(test::one == 1, "");
5562
5563 }
5564
5565 namespace test_lambdas
5566 {
5567
5568 void
5569 test1()
5570 {
5571 auto lambda1 = [](){};
5572 auto lambda2 = lambda1;
5573 lambda1();
5574 lambda2();
5575 }
5576
5577 int
5578 test2()
5579 {
5580 auto a = [](int i, int j){ return i + j; }(1, 2);
5581 auto b = []() -> int { return '0'; }();
5582 auto c = [=](){ return a + b; }();
5583 auto d = [&](){ return c; }();
5584 auto e = [a, &b](int x) mutable {
5585 const auto identity = [](int y){ return y; };
5586 for (auto i = 0; i < a; ++i)
5587 a += b--;
5588 return x + identity(a + b);
5589 }(0);
5590 return a + b + c + d + e;
5591 }
5592
5593 int
5594 test3()
5595 {
5596 const auto nullary = [](){ return 0; };
5597 const auto unary = [](int x){ return x; };
5598 using nullary_t = decltype(nullary);
5599 using unary_t = decltype(unary);
5600 const auto higher1st = [](nullary_t f){ return f(); };
5601 const auto higher2nd = [unary](nullary_t f1){
5602 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5603 };
5604 return higher1st(nullary) + higher2nd(nullary)(unary);
5605 }
5606
5607 }
5608
5609 namespace test_variadic_templates
5610 {
5611
5612 template <int...>
5613 struct sum;
5614
5615 template <int N0, int... N1toN>
5616 struct sum<N0, N1toN...>
5617 {
5618 static constexpr auto value = N0 + sum<N1toN...>::value;
5619 };
5620
5621 template <>
5622 struct sum<>
5623 {
5624 static constexpr auto value = 0;
5625 };
5626
5627 static_assert(sum<>::value == 0, "");
5628 static_assert(sum<1>::value == 1, "");
5629 static_assert(sum<23>::value == 23, "");
5630 static_assert(sum<1, 2>::value == 3, "");
5631 static_assert(sum<5, 5, 11>::value == 21, "");
5632 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5633
5634 }
5635
5636 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5637 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5638 // because of this.
5639 namespace test_template_alias_sfinae
5640 {
5641
5642 struct foo {};
5643
5644 template<typename T>
5645 using member = typename T::member_type;
5646
5647 template<typename T>
5648 void func(...) {}
5649
5650 template<typename T>
5651 void func(member<T>*) {}
5652
5653 void test();
5654
5655 void test() { func<foo>(0); }
5656
5657 }
5658
5659} // namespace cxx11
5660
5661#endif // __cplusplus >= 201103L
5662
5663
5664
5665_ACEOF
5666if ac_fn_cxx_try_compile "$LINENO"; then :
5667 eval $cachevar=yes
5668else
5669 eval $cachevar=no
5670fi
5671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5672 CXX="$ac_save_CXX"
5673fi
5674eval ac_res=\$$cachevar
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5676$as_echo "$ac_res" >&6; }
5677 if eval test x\$$cachevar = xyes; then
5678 CXX_DIALECT="$switch"
5679 ac_success=yes
5680 break
5681 fi
5682 done
5683 fi
5684
5685 if test x$ac_success = xno; then
41260ac2
SM
5686 for alternative in ${ax_cxx_compile_alternatives}; do
5687 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
5688 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
0bcda685 5690$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
d0ac1c44 5691if eval \${$cachevar+:} false; then :
0bcda685
PA
5692 $as_echo_n "(cached) " >&6
5693else
5694 ac_save_CXX="$CXX"
41260ac2
SM
5695 CXX="$CXX $switch"
5696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0bcda685
PA
5697/* end confdefs.h. */
5698
5699
5700// If the compiler admits that it is not ready for C++11, why torture it?
5701// Hopefully, this will speed up the test.
5702
5703#ifndef __cplusplus
5704
5705#error "This is not a C++ compiler"
5706
5707#elif __cplusplus < 201103L
5708
5709#error "This is not a C++11 compiler"
5710
5711#else
5712
5713namespace cxx11
5714{
5715
5716 namespace test_static_assert
5717 {
5718
5719 template <typename T>
5720 struct check
5721 {
5722 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5723 };
5724
5725 }
5726
5727 namespace test_final_override
5728 {
5729
5730 struct Base
5731 {
5732 virtual void f() {}
5733 };
5734
5735 struct Derived : public Base
5736 {
5737 virtual void f() override {}
5738 };
5739
5740 }
5741
5742 namespace test_double_right_angle_brackets
5743 {
5744
5745 template < typename T >
5746 struct check {};
5747
5748 typedef check<void> single_type;
5749 typedef check<check<void>> double_type;
5750 typedef check<check<check<void>>> triple_type;
5751 typedef check<check<check<check<void>>>> quadruple_type;
5752
5753 }
5754
5755 namespace test_decltype
5756 {
5757
5758 int
5759 f()
5760 {
5761 int a = 1;
5762 decltype(a) b = 2;
5763 return a + b;
5764 }
5765
5766 }
5767
5768 namespace test_type_deduction
5769 {
5770
5771 template < typename T1, typename T2 >
5772 struct is_same
5773 {
5774 static const bool value = false;
5775 };
5776
5777 template < typename T >
5778 struct is_same<T, T>
5779 {
5780 static const bool value = true;
5781 };
5782
5783 template < typename T1, typename T2 >
5784 auto
5785 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5786 {
5787 return a1 + a2;
5788 }
5789
5790 int
5791 test(const int c, volatile int v)
5792 {
5793 static_assert(is_same<int, decltype(0)>::value == true, "");
5794 static_assert(is_same<int, decltype(c)>::value == false, "");
5795 static_assert(is_same<int, decltype(v)>::value == false, "");
5796 auto ac = c;
5797 auto av = v;
5798 auto sumi = ac + av + 'x';
5799 auto sumf = ac + av + 1.0;
5800 static_assert(is_same<int, decltype(ac)>::value == true, "");
5801 static_assert(is_same<int, decltype(av)>::value == true, "");
5802 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5803 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5804 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5805 return (sumf > 0.0) ? sumi : add(c, v);
5806 }
5807
5808 }
5809
5810 namespace test_noexcept
5811 {
5812
5813 int f() { return 0; }
5814 int g() noexcept { return 0; }
5815
5816 static_assert(noexcept(f()) == false, "");
5817 static_assert(noexcept(g()) == true, "");
5818
5819 }
5820
5821 namespace test_constexpr
5822 {
5823
5824 template < typename CharT >
5825 unsigned long constexpr
5826 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5827 {
5828 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5829 }
5830
5831 template < typename CharT >
5832 unsigned long constexpr
5833 strlen_c(const CharT *const s) noexcept
5834 {
5835 return strlen_c_r(s, 0UL);
5836 }
5837
5838 static_assert(strlen_c("") == 0UL, "");
5839 static_assert(strlen_c("1") == 1UL, "");
5840 static_assert(strlen_c("example") == 7UL, "");
5841 static_assert(strlen_c("another\0example") == 7UL, "");
5842
5843 }
5844
5845 namespace test_rvalue_references
5846 {
5847
5848 template < int N >
5849 struct answer
5850 {
5851 static constexpr int value = N;
5852 };
5853
5854 answer<1> f(int&) { return answer<1>(); }
5855 answer<2> f(const int&) { return answer<2>(); }
5856 answer<3> f(int&&) { return answer<3>(); }
5857
5858 void
5859 test()
5860 {
5861 int i = 0;
5862 const int c = 0;
5863 static_assert(decltype(f(i))::value == 1, "");
5864 static_assert(decltype(f(c))::value == 2, "");
5865 static_assert(decltype(f(0))::value == 3, "");
5866 }
5867
5868 }
5869
5870 namespace test_uniform_initialization
5871 {
5872
5873 struct test
5874 {
5875 static const int zero {};
5876 static const int one {1};
5877 };
5878
5879 static_assert(test::zero == 0, "");
5880 static_assert(test::one == 1, "");
5881
5882 }
5883
5884 namespace test_lambdas
5885 {
5886
5887 void
5888 test1()
5889 {
5890 auto lambda1 = [](){};
5891 auto lambda2 = lambda1;
5892 lambda1();
5893 lambda2();
5894 }
5895
5896 int
5897 test2()
5898 {
5899 auto a = [](int i, int j){ return i + j; }(1, 2);
5900 auto b = []() -> int { return '0'; }();
5901 auto c = [=](){ return a + b; }();
5902 auto d = [&](){ return c; }();
5903 auto e = [a, &b](int x) mutable {
5904 const auto identity = [](int y){ return y; };
5905 for (auto i = 0; i < a; ++i)
5906 a += b--;
5907 return x + identity(a + b);
5908 }(0);
5909 return a + b + c + d + e;
5910 }
5911
5912 int
5913 test3()
5914 {
5915 const auto nullary = [](){ return 0; };
5916 const auto unary = [](int x){ return x; };
5917 using nullary_t = decltype(nullary);
5918 using unary_t = decltype(unary);
5919 const auto higher1st = [](nullary_t f){ return f(); };
5920 const auto higher2nd = [unary](nullary_t f1){
5921 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5922 };
5923 return higher1st(nullary) + higher2nd(nullary)(unary);
5924 }
5925
5926 }
5927
5928 namespace test_variadic_templates
5929 {
5930
5931 template <int...>
5932 struct sum;
5933
5934 template <int N0, int... N1toN>
5935 struct sum<N0, N1toN...>
5936 {
5937 static constexpr auto value = N0 + sum<N1toN...>::value;
5938 };
5939
5940 template <>
5941 struct sum<>
5942 {
5943 static constexpr auto value = 0;
5944 };
5945
5946 static_assert(sum<>::value == 0, "");
5947 static_assert(sum<1>::value == 1, "");
5948 static_assert(sum<23>::value == 23, "");
5949 static_assert(sum<1, 2>::value == 3, "");
5950 static_assert(sum<5, 5, 11>::value == 21, "");
5951 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5952
5953 }
5954
5955 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5956 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5957 // because of this.
5958 namespace test_template_alias_sfinae
5959 {
5960
5961 struct foo {};
5962
5963 template<typename T>
5964 using member = typename T::member_type;
5965
5966 template<typename T>
5967 void func(...) {}
5968
5969 template<typename T>
5970 void func(member<T>*) {}
5971
5972 void test();
5973
5974 void test() { func<foo>(0); }
5975
5976 }
5977
5978} // namespace cxx11
5979
5980#endif // __cplusplus >= 201103L
5981
5982
5983
5984_ACEOF
5985if ac_fn_cxx_try_compile "$LINENO"; then :
5986 eval $cachevar=yes
5987else
5988 eval $cachevar=no
5989fi
5990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41260ac2 5991 CXX="$ac_save_CXX"
0bcda685
PA
5992fi
5993eval ac_res=\$$cachevar
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5995$as_echo "$ac_res" >&6; }
41260ac2
SM
5996 if eval test x\$$cachevar = xyes; then
5997 CXX_DIALECT="$switch"
5998 ac_success=yes
5999 break
6000 fi
6001 done
6002 if test x$ac_success = xyes; then
0bcda685
PA
6003 break
6004 fi
6005 done
6006 fi
6007 ac_ext=c
6008ac_cpp='$CPP $CPPFLAGS'
6009ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6010ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6011ac_compiler_gnu=$ac_cv_c_compiler_gnu
6012
6013 if test x$ax_cxx_compile_cxx11_required = xtrue; then
6014 if test x$ac_success = xno; then
d0ac1c44 6015 as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5
0bcda685
PA
6016 fi
6017 fi
6018 if test x$ac_success = xno; then
6019 HAVE_CXX11=0
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5
6021$as_echo "$as_me: No compiler with C++11 support was found" >&6;}
6022 else
6023 HAVE_CXX11=1
6024
6025$as_echo "#define HAVE_CXX11 1" >>confdefs.h
6026
6027 fi
6028
6029
6030
6031
a417dc56
RW
6032# Dependency checking.
6033rm -rf .tst 2>/dev/null
6034mkdir .tst 2>/dev/null
6035if test -d .tst; then
6036 am__leading_dot=.
6037else
6038 am__leading_dot=_
6039fi
6040rmdir .tst 2>/dev/null
6041
6042DEPDIR="${am__leading_dot}deps"
6043
81ecdfbb 6044ac_config_commands="$ac_config_commands depdir"
a417dc56
RW
6045
6046
6047depcc="$CC" am_compiler_list=
6048
6049am_depcomp=$ac_aux_dir/depcomp
81ecdfbb
RW
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6051$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6052if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 6053 $as_echo_n "(cached) " >&6
a417dc56
RW
6054else
6055 if test -f "$am_depcomp"; then
6056 # We make a subdir and do the tests there. Otherwise we can end up
6057 # making bogus files that we don't know about and never remove. For
6058 # instance it was reported that on HP-UX the gcc test will end up
6059 # making a dummy file named `D' -- because `-MD' means `put the output
6060 # in D'.
6061 mkdir conftest.dir
6062 # Copy depcomp to subdir because otherwise we won't find it if we're
6063 # using a relative directory.
6064 cp "$am_depcomp" conftest.dir
6065 cd conftest.dir
6066 # We will build objects and dependencies in a subdirectory because
6067 # it helps to detect inapplicable dependency modes. For instance
6068 # both Tru64's cc and ICC support -MD to output dependencies as a
6069 # side effect of compilation, but ICC will put the dependencies in
6070 # the current directory while Tru64 will put them in the object
6071 # directory.
6072 mkdir sub
6073
6074 am_cv_CC_dependencies_compiler_type=none
6075 if test "$am_compiler_list" = ""; then
6076 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6077 fi
6078 for depmode in $am_compiler_list; do
6079 if test $depmode = none; then break; fi
6080
81ecdfbb 6081 $as_echo "$as_me:$LINENO: trying $depmode" >&5
a417dc56
RW
6082 # Setup a source with many dependencies, because some compilers
6083 # like to wrap large dependency lists on column 80 (with \), and
6084 # we should not choose a depcomp mode which is confused by this.
6085 #
6086 # We need to recreate these files for each test, as the compiler may
6087 # overwrite some of them when testing with obscure command lines.
6088 # This happens at least with the AIX C compiler.
6089 : > sub/conftest.c
6090 for i in 1 2 3 4 5 6; do
6091 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6092 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6093 # Solaris 8's {/usr,}/bin/sh.
6094 touch sub/conftst$i.h
6095 done
6096 echo "include sub/conftest.Po" > confmf
6097
6098 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6099 # mode. It turns out that the SunPro C++ compiler does not properly
6100 # handle `-M -o', and we need to detect this.
6101 depcmd="depmode=$depmode \
6102 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6103 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6104 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6105 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6106 if env $depcmd > conftest.err 2>&1 &&
6107 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6108 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6109 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6110 # icc doesn't choke on unknown options, it will just issue warnings
6111 # or remarks (even with -Werror). So we grep stderr for any message
6112 # that says an option was ignored or not supported.
6113 # When given -MP, icc 7.0 and 7.1 complain thusly:
6114 # icc: Command line warning: ignoring option '-M'; no argument required
6115 # The diagnosis changed in icc 8.0:
6116 # icc: Command line remark: option '-MP' not supported
6117 if (grep 'ignoring option' conftest.err ||
6118 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6119 am_cv_CC_dependencies_compiler_type=$depmode
81ecdfbb 6120 $as_echo "$as_me:$LINENO: success" >&5
a417dc56
RW
6121 break
6122 fi
6123 fi
81ecdfbb 6124 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
a417dc56
RW
6125 sed -e 's/^/| /' < conftest.err >&5
6126 done
6127
6128 cd ..
6129 rm -rf conftest.dir
6130else
6131 am_cv_CC_dependencies_compiler_type=none
6132fi
6133
6134fi
81ecdfbb
RW
6135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6136$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
a417dc56 6137if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6138then as_fn_error $? "no usable dependency style found" "$LINENO" 5
a417dc56
RW
6139else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6140
6141fi
6142
6143
648d586d
JB
6144gnulib_extra_configure_args=
6145# If large-file support is disabled, make sure gnulib does the same.
6146if test "$enable_largefile" = no; then
6147gnulib_extra_configure_args="$gnulib_extra_configure_args --disable-largefile"
6148fi
6149
c971b7fa
PA
6150# Configure gnulib. We need to build gnulib under some other
6151# directory not "gnulib", to avoid the problem of both GDB and
6152# GDBserver wanting to build it in the same directory, when building
6153# in the source dir.
783e057b 6154
c971b7fa
PA
6155 in_src="gnulib"
6156 in_build="build-gnulib"
648d586d 6157 in_extra_args="$gnulib_extra_configure_args"
c971b7fa
PA
6158
6159 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
6160 # so they do not pile up.
6161 ac_sub_configure_args=
6162 ac_prev=
6163 eval "set x $ac_configure_args"
6164 shift
6165 for ac_arg
6166 do
6167 if test -n "$ac_prev"; then
6168 ac_prev=
6169 continue
6170 fi
6171 case $ac_arg in
6172 -cache-file | --cache-file | --cache-fil | --cache-fi \
6173 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
6174 ac_prev=cache_file ;;
6175 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
6176 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
6177 | --c=*)
6178 ;;
6179 --config-cache | -C)
6180 ;;
6181 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
6182 ac_prev=srcdir ;;
6183 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
6184 ;;
6185 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
6186 ac_prev=prefix ;;
6187 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
6188 ;;
6189 --disable-option-checking)
6190 ;;
6191 *)
6192 case $ac_arg in
6193 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6194 esac
6195 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
6196 esac
6197 done
6198
6199 # Always prepend --prefix to ensure using the same prefix
6200 # in subdir configurations.
6201 ac_arg="--prefix=$prefix"
6202 case $ac_arg in
6203 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6204 esac
6205 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
6206
6207 # Pass --silent
6208 if test "$silent" = yes; then
6209 ac_sub_configure_args="--silent $ac_sub_configure_args"
6210 fi
6211
6212 # Always prepend --disable-option-checking to silence warnings, since
6213 # different subdirs can have different --enable and --with options.
6214 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
6215
6216 ac_popdir=`pwd`
6217 ac_dir=$in_build
6218
6219 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
6220 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
6221 $as_echo "$ac_msg" >&6
6222 as_dir="$ac_dir"; as_fn_mkdir_p
6223
38ea300a
PA
6224 case $srcdir in
6225 [\\/]* | ?:[\\/]* )
6226 ac_srcdir=$srcdir/$in_src ;;
6227 *) # Relative name.
6228 ac_srcdir=../$srcdir/$in_src ;;
6229 esac
c971b7fa
PA
6230
6231 cd "$ac_dir"
6232
6233 ac_sub_configure=$ac_srcdir/configure
6234
6235 # Make the cache file name correct relative to the subdirectory.
6236 case $cache_file in
6237 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
6238 *) # Relative name.
6239 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
6240 esac
6241
648d586d
JB
6242 if test -n "$in_extra_args"; then
6243 # Add the extra args at the end.
6244 ac_sub_configure_args="$ac_sub_configure_args $in_extra_args"
6245 fi
6246
c971b7fa
PA
6247 { $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
6248$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
6249 # The eval makes quoting arguments work.
6250 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
6251 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
d0ac1c44 6252 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
c971b7fa
PA
6253
6254 cd "$ac_popdir"
783e057b 6255
c971b7fa
PA
6256
6257
6258CONFIG_OBS=
6259CONFIG_DEPS=
6260CONFIG_SRCS=
6261ENABLE_CFLAGS=
6262
6263CONFIG_ALL=
6264CONFIG_CLEAN=
6265CONFIG_INSTALL=
6266CONFIG_UNINSTALL=
6267
6268# If we haven't got the data from the intl directory,
6269# assume NLS is disabled.
6270USE_NLS=no
6271LIBINTL=
6272LIBINTL_DEP=
6273INCINTL=
6274XGETTEXT=
6275GMSGFMT=
6276POSUB=
783e057b
DJ
6277
6278if test -f ../intl/config.intl; then
6279 . ../intl/config.intl
6280fi
81ecdfbb
RW
6281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6282$as_echo_n "checking whether NLS is requested... " >&6; }
783e057b 6283if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6285$as_echo "no" >&6; }
783e057b 6286else
81ecdfbb
RW
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6288$as_echo "yes" >&6; }
783e057b 6289
81ecdfbb 6290$as_echo "#define ENABLE_NLS 1" >>confdefs.h
783e057b
DJ
6291
6292
81ecdfbb
RW
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6294$as_echo_n "checking for catalogs to be installed... " >&6; }
783e057b
DJ
6295 # Look for .po and .gmo files in the source directory.
6296 CATALOGS=
6297 XLINGUAS=
6298 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
6299 # If there aren't any .gmo files the shell will give us the
6300 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6301 # weeded out.
6302 case "$cat" in *\**)
6303 continue;;
6304 esac
6305 # The quadruple backslash is collapsed to a double backslash
6306 # by the backticks, then collapsed again by the double quotes,
6307 # leaving us with one backslash in the sed expression (right
6308 # before the dot that mustn't act as a wildcard).
c971b7fa
PA
6309 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6310 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
6311 # The user is allowed to set LINGUAS to a list of languages to
6312 # install catalogs for. If it's empty that means "all of them."
6313 if test "x$LINGUAS" = x; then
6314 CATALOGS="$CATALOGS $cat"
6315 XLINGUAS="$XLINGUAS $lang"
6316 else
6317 case "$LINGUAS" in *$lang*)
6318 CATALOGS="$CATALOGS $cat"
6319 XLINGUAS="$XLINGUAS $lang"
6320 ;;
6321 esac
e28b3332
DJ
6322 fi
6323 done
c971b7fa
PA
6324 LINGUAS="$XLINGUAS"
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
6326$as_echo "$LINGUAS" >&6; }
6327
6328
6329 DATADIRNAME=share
6330
6331 INSTOBJEXT=.mo
6332
6333 GENCAT=gencat
6334
6335 CATOBJEXT=.gmo
e28b3332 6336
e28b3332
DJ
6337fi
6338
c971b7fa
PA
6339localedir='${datadir}/locale'
6340
6341
6342if test x"$USE_NLS" = xyes; then
6343 CONFIG_ALL="$CONFIG_ALL all-po"
6344 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
6345 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
6346 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
e28b3332 6347fi
e28b3332 6348
c971b7fa
PA
6349GNULIB=build-gnulib/import
6350
6351# For Makefile dependencies.
6352GNULIB_STDINT_H=
6353if test x"$STDINT_H" != x; then
6354 GNULIB_STDINT_H=$GNULIB/$STDINT_H
e28b3332
DJ
6355fi
6356
6357
c971b7fa
PA
6358PACKAGE=gdb
6359
6360cat >>confdefs.h <<_ACEOF
6361#define PACKAGE "$PACKAGE"
6362_ACEOF
6363
6364
6365
6366# We never need to detect it in this sub-configure.
6367# But preserve it for config.status --recheck.
6368
6369
6370
6371MAKEINFO_EXTRA_FLAGS=""
6372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
6373$as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
d0ac1c44 6374if ${gdb_cv_have_makeinfo_click+:} false; then :
c971b7fa
PA
6375 $as_echo_n "(cached) " >&6
6376else
6377 echo '@clicksequence{a @click{} b}' >conftest.texinfo
6378 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
6379 gdb_cv_have_makeinfo_click=yes
6380 else
6381 gdb_cv_have_makeinfo_click=no
6382 fi
6383fi
6384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
6385$as_echo "$gdb_cv_have_makeinfo_click" >&6; }
6386if test x"$gdb_cv_have_makeinfo_click" = xyes; then
6387 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
6388fi
e28b3332
DJ
6389
6390
bec39cab
AC
6391
6392
81ecdfbb
RW
6393# Check whether --with-separate-debug-dir was given.
6394if test "${with_separate_debug_dir+set}" = set; then :
6395 withval=$with_separate_debug_dir;
b14b1491
TT
6396 DEBUGDIR=$withval
6397else
6398 DEBUGDIR=${libdir}/debug
81ecdfbb
RW
6399fi
6400
20e95c23 6401
783e057b
DJ
6402 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6403 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 6404 ac_define_dir=`eval echo $DEBUGDIR`
783e057b 6405 ac_define_dir=`eval echo $ac_define_dir`
20e95c23 6406
783e057b
DJ
6407cat >>confdefs.h <<_ACEOF
6408#define DEBUGDIR "$ac_define_dir"
20e95c23 6409_ACEOF
20e95c23 6410
20e95c23 6411
20e95c23 6412
0c4a4063 6413
b14b1491
TT
6414 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6415 if test "x$prefix" = xNONE; then
6416 test_prefix=/usr/local
6417 else
6418 test_prefix=$prefix
6419 fi
783e057b 6420 else
b14b1491 6421 test_prefix=$exec_prefix
783e057b 6422 fi
b14b1491
TT
6423 value=0
6424 case ${ac_define_dir} in
6425 "${test_prefix}"|"${test_prefix}/"*|\
6426 '${exec_prefix}'|'${exec_prefix}/'*)
6427 value=1
6428 ;;
6429 esac
6430
6431cat >>confdefs.h <<_ACEOF
6432#define DEBUGDIR_RELOCATABLE $value
6433_ACEOF
6434
6435
6436
0c4a4063 6437
f83d8a90
DE
6438# We can't pass paths as command line arguments.
6439# Mingw32 tries to be clever and will convert the paths for us.
6440# For example -DBINDIR="/usr/local/bin" passed on the command line may get
6441# converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
6442# This breaks GDB's relocatable path conversions since paths passed in
6443# config.h would not get so translated, the path prefixes no longer match.
6444
6445 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6446 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6447 ac_define_dir=`eval echo $bindir`
6448 ac_define_dir=`eval echo $ac_define_dir`
6449
6450cat >>confdefs.h <<_ACEOF
6451#define BINDIR "$ac_define_dir"
6452_ACEOF
6453
6454
6455
b14b1491
TT
6456# GDB's datadir relocation
6457
6458
6459
81ecdfbb
RW
6460# Check whether --with-gdb-datadir was given.
6461if test "${with_gdb_datadir+set}" = set; then :
6462 withval=$with_gdb_datadir;
b14b1491 6463 GDB_DATADIR=$withval
20e95c23 6464else
b14b1491 6465 GDB_DATADIR=${datadir}/gdb
81ecdfbb
RW
6466fi
6467
20e95c23 6468
b14b1491
TT
6469 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6470 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6471 ac_define_dir=`eval echo $GDB_DATADIR`
6472 ac_define_dir=`eval echo $ac_define_dir`
6473
6474cat >>confdefs.h <<_ACEOF
6475#define GDB_DATADIR "$ac_define_dir"
20e95c23
DJ
6476_ACEOF
6477
b14b1491
TT
6478
6479
0c4a4063 6480
b14b1491
TT
6481 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6482 if test "x$prefix" = xNONE; then
6483 test_prefix=/usr/local
6484 else
6485 test_prefix=$prefix
6486 fi
6487 else
6488 test_prefix=$exec_prefix
6489 fi
6490 value=0
6491 case ${ac_define_dir} in
6492 "${test_prefix}"|"${test_prefix}/"*|\
6493 '${exec_prefix}'|'${exec_prefix}/'*)
6494 value=1
6495 ;;
6496 esac
6497
6498cat >>confdefs.h <<_ACEOF
6499#define GDB_DATADIR_RELOCATABLE $value
6500_ACEOF
6501
6502
783e057b 6503
20e95c23 6504
0c4a4063 6505
81ecdfbb
RW
6506# Check whether --with-relocated-sources was given.
6507if test "${with_relocated_sources+set}" = set; then :
6508 withval=$with_relocated_sources; reloc_srcdir="${withval}"
29b0e8a2
JM
6509
6510 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6511 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6512 ac_define_dir=`eval echo $reloc_srcdir`
6513 ac_define_dir=`eval echo $ac_define_dir`
6514
6515cat >>confdefs.h <<_ACEOF
6516#define RELOC_SRCDIR "$ac_define_dir"
6517_ACEOF
6518
6519
6520
81ecdfbb
RW
6521fi
6522
29b0e8a2 6523
7349ff92
JK
6524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
6525$as_echo_n "checking for default auto-load directory... " >&6; }
6526
6527# Check whether --with-auto-load-dir was given.
6528if test "${with_auto_load_dir+set}" = set; then :
6529 withval=$with_auto_load_dir;
6530else
1564a261 6531 with_auto_load_dir='$debugdir:$datadir/auto-load'
7349ff92
JK
6532fi
6533
1564a261 6534escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
7349ff92
JK
6535
6536 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6537 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6538 ac_define_dir=`eval echo $escape_dir`
6539 ac_define_dir=`eval echo $ac_define_dir`
6540
6541cat >>confdefs.h <<_ACEOF
6542#define AUTO_LOAD_DIR "$ac_define_dir"
6543_ACEOF
6544
6545
6546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
6547$as_echo "$with_auto_load_dir" >&6; }
6548
bccbefd2
JK
6549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
6550$as_echo_n "checking for default auto-load safe-path... " >&6; }
6551
6552# Check whether --with-auto-load-safe-path was given.
6553if test "${with_auto_load_safe_path+set}" = set; then :
6554 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
6dea1fbd
JK
6555 with_auto_load_safe_path="/"
6556 fi
bccbefd2 6557else
7349ff92 6558 with_auto_load_safe_path="$with_auto_load_dir"
bccbefd2
JK
6559fi
6560
1564a261 6561escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
bccbefd2
JK
6562
6563 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
6564 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6dea1fbd 6565 ac_define_dir=`eval echo $escape_dir`
bccbefd2
JK
6566 ac_define_dir=`eval echo $ac_define_dir`
6567
6568cat >>confdefs.h <<_ACEOF
6dea1fbd 6569#define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
bccbefd2
JK
6570_ACEOF
6571
6572
6573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
6574$as_echo "$with_auto_load_safe_path" >&6; }
6575
29b0e8a2 6576
20e95c23 6577
5ae98d25 6578subdirs="$subdirs testsuite"
20e95c23
DJ
6579
6580
783e057b 6581# Check whether to support alternative target configurations
81ecdfbb
RW
6582# Check whether --enable-targets was given.
6583if test "${enable_targets+set}" = set; then :
6584 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 6585 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
783e057b
DJ
6586 ;;
6587 no) enable_targets= ;;
6588 *) enable_targets=$enableval ;;
6589esac
81ecdfbb
RW
6590fi
6591
20e95c23 6592
783e057b 6593# Check whether to enable 64-bit support on 32-bit hosts
81ecdfbb
RW
6594# Check whether --enable-64-bit-bfd was given.
6595if test "${enable_64_bit_bfd+set}" = set; then :
6596 enableval=$enable_64_bit_bfd; case "${enableval}" in
783e057b
DJ
6597 yes) want64=true ;;
6598 no) want64=false ;;
d0ac1c44 6599 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
783e057b
DJ
6600esac
6601else
6602 want64=false
81ecdfbb
RW
6603fi
6604
783e057b
DJ
6605# Provide defaults for some variables set by the per-host and per-target
6606# configuration.
6607gdb_host_obs=posix-hdep.o
20e95c23 6608
783e057b
DJ
6609if test "${target}" = "${host}"; then
6610 gdb_native=yes
6611else
6612 gdb_native=no
6613fi
20e95c23 6614
783e057b 6615. $srcdir/configure.host
20e95c23 6616
fb23d554
SDJ
6617# Add in the common host objects.
6618. $srcdir/common/common.host
6619gdb_host_obs="$gdb_host_obs $common_host_obs"
6620
783e057b 6621# Accumulate some settings from configure.tgt over all enabled targets
20e95c23 6622
783e057b
DJ
6623TARGET_OBS=
6624all_targets=
b292c783 6625HAVE_NATIVE_GCORE_TARGET=
20e95c23 6626
783e057b 6627for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
20e95c23 6628do
783e057b
DJ
6629 if test "$targ_alias" = "all"; then
6630 all_targets=true
6631 else
6632 # Canonicalize the secondary target names.
6633 result=`$ac_config_sub $targ_alias 2>/dev/null`
6634 if test -n "$result"; then
6635 targ=$result
6636 else
6637 targ=$targ_alias
6638 fi
20e95c23 6639
783e057b 6640 . ${srcdir}/configure.tgt
20e95c23 6641
bf307134 6642 if test -z "${gdb_target_obs}"; then :
d0ac1c44 6643 as_fn_error $? "configuration ${targ} is unsupported." "$LINENO" 5
bf307134
JB
6644fi
6645
783e057b
DJ
6646 # Target-specific object files
6647 for i in ${gdb_target_obs}; do
6648 case " $TARGET_OBS " in
6649 *" ${i} "*) ;;
6650 *)
6651 TARGET_OBS="$TARGET_OBS ${i}"
6652 ;;
6653 esac
6654 done
20e95c23 6655
783e057b
DJ
6656 # Check whether this target needs 64-bit CORE_ADDR
6657 if test x${want64} = xfalse; then
6658 . ${srcdir}/../bfd/config.bfd
6659 fi
b292c783
JK
6660
6661 # Check whether this target is native and supports gcore.
6662 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
6663 && $gdb_have_gcore; then
6664 HAVE_NATIVE_GCORE_TARGET=1
6665 fi
783e057b 6666 fi
20e95c23
DJ
6667done
6668
783e057b
DJ
6669if test x${all_targets} = xtrue; then
6670
6671 # We want all 64-bit targets if we either:
6672 # - run on a 64-bit host or
6673 # - already require 64-bit support for some other target or
6674 # - the --enable-64-bit-bfd option was supplied
6675 # Otherwise we only support all 32-bit targets.
6676 #
6677 # NOTE: This test must be in sync with the corresponding
6678 # tests in BFD!
20e95c23 6679
783e057b 6680 if test x${want64} = xfalse; then
81ecdfbb
RW
6681 # The cast to long int works around a bug in the HP C Compiler
6682# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6683# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6684# This bug is HP SR number 8606223364.
6685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
6686$as_echo_n "checking size of long... " >&6; }
d0ac1c44 6687if ${ac_cv_sizeof_long+:} false; then :
81ecdfbb 6688 $as_echo_n "(cached) " >&6
c0993dbe 6689else
81ecdfbb 6690 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
c0993dbe 6691
81ecdfbb
RW
6692else
6693 if test "$ac_cv_type_long" = yes; then
6694 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6695$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
6696as_fn_error 77 "cannot compute sizeof (long)
6697See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
6698 else
6699 ac_cv_sizeof_long=0
6700 fi
c0993dbe 6701fi
81ecdfbb 6702
c0993dbe 6703fi
81ecdfbb
RW
6704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
6705$as_echo "$ac_cv_sizeof_long" >&6; }
c0993dbe 6706
c0993dbe 6707
c0993dbe 6708
c0993dbe
UW
6709cat >>confdefs.h <<_ACEOF
6710#define SIZEOF_LONG $ac_cv_sizeof_long
6711_ACEOF
6712
6713
6714 if test "x${ac_cv_sizeof_long}" = "x8"; then
6715 want64=true
6716 fi
6717 fi
6718 if test x${want64} = xtrue; then
6719 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
6720 else
6721 TARGET_OBS='$(ALL_TARGET_OBS)'
6722 fi
6723fi
6724
6725
6726
b292c783 6727
c0993dbe
UW
6728# For other settings, only the main target counts.
6729gdb_sim=
6730gdb_osabi=
6731build_gdbserver=
6732targ=$target; . ${srcdir}/configure.tgt
6733
6734# Fetch the default architecture and default target vector from BFD.
6735targ=$target; . $srcdir/../bfd/config.bfd
6736
6737# We only want the first architecture, so strip off the others if
6738# there is more than one.
6739targ_archs=`echo $targ_archs | sed 's/ .*//'`
6740
6741if test "x$targ_archs" != x; then
6742
6743cat >>confdefs.h <<_ACEOF
6744#define DEFAULT_BFD_ARCH $targ_archs
6745_ACEOF
6746
6747fi
6748if test "x$targ_defvec" != x; then
6749
6750cat >>confdefs.h <<_ACEOF
6751#define DEFAULT_BFD_VEC $targ_defvec
6752_ACEOF
6753
6754fi
6755
c0993dbe 6756# Enable MI.
81ecdfbb
RW
6757# Check whether --enable-gdbmi was given.
6758if test "${enable_gdbmi+set}" = set; then :
6759 enableval=$enable_gdbmi; case $enableval in
c0993dbe
UW
6760 yes | no)
6761 ;;
6762 *)
d0ac1c44 6763 as_fn_error $? "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
c0993dbe
UW
6764 esac
6765else
6766 enable_gdbmi=yes
81ecdfbb
RW
6767fi
6768
c0993dbe
UW
6769if test x"$enable_gdbmi" = xyes; then
6770 if test -d $srcdir/mi; then
6771 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
6772 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
6773 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
6774 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
6775 fi
6776fi
6777
6778# Enable TUI.
81ecdfbb
RW
6779# Check whether --enable-tui was given.
6780if test "${enable_tui+set}" = set; then :
6781 enableval=$enable_tui; case $enableval in
3ca64bd3 6782 yes | no | auto)
c0993dbe
UW
6783 ;;
6784 *)
d0ac1c44 6785 as_fn_error $? "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
c0993dbe
UW
6786 esac
6787else
3ca64bd3 6788 enable_tui=auto
81ecdfbb
RW
6789fi
6790
c0993dbe
UW
6791
6792# Enable gdbtk.
81ecdfbb
RW
6793# Check whether --enable-gdbtk was given.
6794if test "${enable_gdbtk+set}" = set; then :
6795 enableval=$enable_gdbtk; case $enableval in
c0993dbe
UW
6796 yes | no)
6797 ;;
6798 *)
d0ac1c44 6799 as_fn_error $? "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
c0993dbe
UW
6800 esac
6801else
5062cc19 6802 if test -d $srcdir/gdbtk; then
c0993dbe
UW
6803 enable_gdbtk=yes
6804 else
6805 enable_gdbtk=no
6806 fi
81ecdfbb
RW
6807fi
6808
c0993dbe
UW
6809# We unconditionally disable gdbtk tests on selected platforms.
6810case $host_os in
6811 go32* | windows*)
81ecdfbb
RW
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
6813$as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
c0993dbe
UW
6814 enable_gdbtk=no ;;
6815esac
6816
05e7c244 6817# Libunwind support for ia64.
bec39cab 6818
05e7c244
JK
6819
6820# Check whether --with-libunwind-ia64 was given.
6821if test "${with_libunwind_ia64+set}" = set; then :
6822 withval=$with_libunwind_ia64;
bec39cab 6823else
05e7c244
JK
6824 with_libunwind_ia64=auto
6825fi
bec39cab 6826
05e7c244
JK
6827
6828# Backward compatibility option.
6829if test "${with_libunwind+set}" = set; then
6830 if test x"$with_libunwind_ia64" != xauto; then
d0ac1c44 6831 as_fn_error $? "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
05e7c244
JK
6832 fi
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
6834$as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
6835 with_libunwind_ia64="$with_libunwind"
6836fi
6837
6838case "$with_libunwind_ia64" in
6839 yes | no)
6840 ;;
6841 auto)
6842 for ac_header in libunwind-ia64.h
81ecdfbb 6843do :
b54a8fd7 6844 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
d0ac1c44 6845if test "x$ac_cv_header_libunwind_ia64_h" = xyes; then :
bec39cab 6846 cat >>confdefs.h <<_ACEOF
b54a8fd7 6847#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
6848_ACEOF
6849
6850fi
6851
6852done
6853
05e7c244
JK
6854 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
6855 ;;
6856 *)
d0ac1c44 6857 as_fn_error $? "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
05e7c244
JK
6858 ;;
6859esac
bec39cab 6860
05e7c244 6861if test x"$with_libunwind_ia64" = xyes; then
b54a8fd7 6862 for ac_header in libunwind-ia64.h
81ecdfbb 6863do :
b54a8fd7 6864 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
d0ac1c44 6865if test "x$ac_cv_header_libunwind_ia64_h" = xyes; then :
bec39cab 6866 cat >>confdefs.h <<_ACEOF
b54a8fd7 6867#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
6868_ACEOF
6869
6870fi
6871
6872done
6873
05e7c244 6874 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
d0ac1c44 6875 as_fn_error $? "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
05e7c244
JK
6876 fi
6877 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
6878 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
6879 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
a9322a30
TT
6880fi
6881
cb01cfba
JB
6882opt_curses=no
6883
81ecdfbb
RW
6884# Check whether --with-curses was given.
6885if test "${with_curses+set}" = set; then :
6886 withval=$with_curses; opt_curses=$withval
6887fi
6888
cb01cfba 6889
76a39ba7 6890prefer_curses=no
cb01cfba 6891if test "$opt_curses" = "yes"; then
76a39ba7 6892 prefer_curses=yes
cb01cfba
JB
6893fi
6894
a9322a30 6895# Profiling support.
81ecdfbb
RW
6896# Check whether --enable-profiling was given.
6897if test "${enable_profiling+set}" = set; then :
6898 enableval=$enable_profiling; case $enableval in
a9322a30
TT
6899 yes | no)
6900 ;;
6901 *)
d0ac1c44 6902 as_fn_error $? "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
a9322a30
TT
6903 esac
6904else
6905 enable_profiling=no
81ecdfbb 6906fi
bec39cab 6907
a9322a30
TT
6908
6909for ac_func in monstartup _mcleanup
81ecdfbb
RW
6910do :
6911 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6912ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 6913if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
6914 cat >>confdefs.h <<_ACEOF
6915#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 6916_ACEOF
a9322a30 6917
81ecdfbb
RW
6918fi
6919done
a9322a30 6920
81ecdfbb
RW
6921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
6922$as_echo_n "checking for _etext... " >&6; }
d0ac1c44 6923if ${ac_cv_var__etext+:} false; then :
81ecdfbb
RW
6924 $as_echo_n "(cached) " >&6
6925else
6926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6927/* end confdefs.h. */
6928#include <stdlib.h>
6929extern char _etext;
a9322a30
TT
6930
6931int
6932main ()
6933{
6934free (&_etext);
6935 ;
6936 return 0;
6937}
bec39cab 6938_ACEOF
81ecdfbb 6939if ac_fn_c_try_link "$LINENO"; then :
a9322a30 6940 ac_cv_var__etext=yes
bec39cab 6941else
81ecdfbb 6942 ac_cv_var__etext=no
bec39cab 6943fi
81ecdfbb
RW
6944rm -f core conftest.err conftest.$ac_objext \
6945 conftest$ac_exeext conftest.$ac_ext
bec39cab 6946fi
81ecdfbb
RW
6947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
6948$as_echo "$ac_cv_var__etext" >&6; }
a9322a30 6949if test $ac_cv_var__etext = yes; then
60ca704f 6950
81ecdfbb 6951$as_echo "#define HAVE__ETEXT 1" >>confdefs.h
bec39cab 6952
bec39cab 6953fi
81ecdfbb
RW
6954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
6955$as_echo_n "checking for etext... " >&6; }
d0ac1c44 6956if ${ac_cv_var_etext+:} false; then :
81ecdfbb 6957 $as_echo_n "(cached) " >&6
bec39cab 6958else
81ecdfbb 6959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6960/* end confdefs.h. */
a9322a30
TT
6961#include <stdlib.h>
6962extern char etext;
bec39cab
AC
6963
6964int
6965main ()
6966{
a9322a30 6967free (&etext);
bec39cab
AC
6968 ;
6969 return 0;
6970}
6971_ACEOF
81ecdfbb 6972if ac_fn_c_try_link "$LINENO"; then :
a9322a30 6973 ac_cv_var_etext=yes
bec39cab 6974else
81ecdfbb 6975 ac_cv_var_etext=no
bec39cab 6976fi
81ecdfbb
RW
6977rm -f core conftest.err conftest.$ac_objext \
6978 conftest$ac_exeext conftest.$ac_ext
bec39cab 6979fi
81ecdfbb
RW
6980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
6981$as_echo "$ac_cv_var_etext" >&6; }
a9322a30
TT
6982if test $ac_cv_var_etext = yes; then
6983
81ecdfbb 6984$as_echo "#define HAVE_ETEXT 1" >>confdefs.h
bec39cab
AC
6985
6986fi
a9322a30
TT
6987if test "$enable_profiling" = yes ; then
6988 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
d0ac1c44 6989 as_fn_error $? "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
a9322a30
TT
6990 fi
6991 PROFILE_CFLAGS=-pg
6992 OLD_CFLAGS="$CFLAGS"
6993 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
bec39cab 6994
81ecdfbb
RW
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
6996$as_echo_n "checking whether $CC supports -pg... " >&6; }
d0ac1c44 6997if ${ac_cv_cc_supports_pg+:} false; then :
81ecdfbb 6998 $as_echo_n "(cached) " >&6
bec39cab 6999else
81ecdfbb 7000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 7001/* end confdefs.h. */
bec39cab
AC
7002
7003int
7004main ()
7005{
a9322a30 7006int x;
bec39cab
AC
7007 ;
7008 return 0;
7009}
7010_ACEOF
81ecdfbb 7011if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 7012 ac_cv_cc_supports_pg=yes
bec39cab 7013else
81ecdfbb 7014 ac_cv_cc_supports_pg=no
bec39cab 7015fi
81ecdfbb 7016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 7017fi
81ecdfbb
RW
7018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
7019$as_echo "$ac_cv_cc_supports_pg" >&6; }
bec39cab 7020
a9322a30 7021 if test $ac_cv_cc_supports_pg = no; then
d0ac1c44 7022 as_fn_error $? "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
a9322a30 7023 fi
bec39cab 7024
a9322a30 7025 CFLAGS="$OLD_CFLAGS"
bec39cab
AC
7026fi
7027
44cee4fd
TT
7028CODESIGN_CERT=
7029# Check whether --enable-codesign was given.
7030if test "${enable_codesign+set}" = set; then :
7031 enableval=$enable_codesign; CODESIGN_CERT=$enableval
7032fi
7033
7034
7035
c16158bc
JM
7036
7037
81ecdfbb
RW
7038# Check whether --with-pkgversion was given.
7039if test "${with_pkgversion+set}" = set; then :
7040 withval=$with_pkgversion; case "$withval" in
d0ac1c44 7041 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
c16158bc
JM
7042 no) PKGVERSION= ;;
7043 *) PKGVERSION="($withval) " ;;
7044 esac
7045else
7046 PKGVERSION="(GDB) "
7047
81ecdfbb 7048fi
c16158bc
JM
7049
7050
7051
7052
81ecdfbb
RW
7053
7054# Check whether --with-bugurl was given.
7055if test "${with_bugurl+set}" = set; then :
7056 withval=$with_bugurl; case "$withval" in
d0ac1c44 7057 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
c16158bc
JM
7058 no) BUGURL=
7059 ;;
7060 *) BUGURL="$withval"
7061 ;;
7062 esac
7063else
7064 BUGURL="http://www.gnu.org/software/gdb/bugs/"
7065
81ecdfbb
RW
7066fi
7067
c16158bc
JM
7068 case ${BUGURL} in
7069 "")
7070 REPORT_BUGS_TO=
7071 REPORT_BUGS_TEXI=
7072 ;;
7073 *)
7074 REPORT_BUGS_TO="<$BUGURL>"
7075 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
7076 ;;
7077 esac;
7078
7079
7080
7081
7082cat >>confdefs.h <<_ACEOF
7083#define PKGVERSION "$PKGVERSION"
7084_ACEOF
7085
7086
7087cat >>confdefs.h <<_ACEOF
7088#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
7089_ACEOF
7090
7091
bec39cab
AC
7092# --------------------- #
7093# Checks for programs. #
7094# --------------------- #
7095
7096for ac_prog in gawk mawk nawk awk
7097do
7098 # Extract the first word of "$ac_prog", so it can be a program name with args.
7099set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7101$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7102if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 7103 $as_echo_n "(cached) " >&6
bec39cab
AC
7104else
7105 if test -n "$AWK"; then
7106 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7107else
7108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7109for as_dir in $PATH
7110do
7111 IFS=$as_save_IFS
7112 test -z "$as_dir" && as_dir=.
81ecdfbb 7113 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7115 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 7116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7117 break 2
7118 fi
7119done
81ecdfbb
RW
7120 done
7121IFS=$as_save_IFS
bec39cab
AC
7122
7123fi
7124fi
7125AWK=$ac_cv_prog_AWK
7126if test -n "$AWK"; then
81ecdfbb
RW
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7128$as_echo "$AWK" >&6; }
bec39cab 7129else
81ecdfbb
RW
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7131$as_echo "no" >&6; }
bec39cab
AC
7132fi
7133
bec39cab 7134
81ecdfbb 7135 test -n "$AWK" && break
bec39cab
AC
7136done
7137
c971b7fa
PA
7138# Find a good install program. We prefer a C program (faster),
7139# so one script is as good as another. But avoid the broken or
7140# incompatible versions:
7141# SysV /etc/install, /usr/sbin/install
7142# SunOS /usr/etc/install
7143# IRIX /sbin/install
7144# AIX /bin/install
7145# AmigaOS /C/install, which installs bootblocks on floppy discs
7146# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7147# AFS /usr/afsws/bin/install, which mishandles nonexistent args
7148# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7149# OS/2's system install, which has a completely different semantic
7150# ./install, which can be erroneously created by make from ./install.sh.
7151# Reject install programs that cannot install multiple files.
7152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
7153$as_echo_n "checking for a BSD-compatible install... " >&6; }
7154if test -z "$INSTALL"; then
d0ac1c44 7155if ${ac_cv_path_install+:} false; then :
c971b7fa
PA
7156 $as_echo_n "(cached) " >&6
7157else
7158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7159for as_dir in $PATH
7160do
7161 IFS=$as_save_IFS
7162 test -z "$as_dir" && as_dir=.
7163 # Account for people who put trailing slashes in PATH elements.
7164case $as_dir/ in #((
7165 ./ | .// | /[cC]/* | \
7166 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
7167 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
7168 /usr/ucb/* ) ;;
7169 *)
7170 # OSF1 and SCO ODT 3.0 have their own names for install.
7171 # Don't use installbsd from OSF since it installs stuff as root
7172 # by default.
7173 for ac_prog in ginstall scoinst install; do
7174 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7175 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
c971b7fa
PA
7176 if test $ac_prog = install &&
7177 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7178 # AIX install. It has an incompatible calling convention.
7179 :
7180 elif test $ac_prog = install &&
7181 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7182 # program-specific install script used by HP pwplus--don't use.
7183 :
7184 else
7185 rm -rf conftest.one conftest.two conftest.dir
7186 echo one > conftest.one
7187 echo two > conftest.two
7188 mkdir conftest.dir
7189 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
7190 test -s conftest.one && test -s conftest.two &&
7191 test -s conftest.dir/conftest.one &&
7192 test -s conftest.dir/conftest.two
7193 then
7194 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7195 break 3
7196 fi
7197 fi
7198 fi
7199 done
7200 done
7201 ;;
7202esac
7203
7204 done
7205IFS=$as_save_IFS
7206
7207rm -rf conftest.one conftest.two conftest.dir
7208
7209fi
7210 if test "${ac_cv_path_install+set}" = set; then
7211 INSTALL=$ac_cv_path_install
7212 else
7213 # As a last resort, use the slow shell script. Don't cache a
7214 # value for INSTALL within a source directory, because that will
7215 # break other packages using the cache if that directory is
7216 # removed, or if the value is a relative name.
7217 INSTALL=$ac_install_sh
7218 fi
7219fi
7220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
7221$as_echo "$INSTALL" >&6; }
7222
7223# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7224# It thinks the first close brace ends the variable substitution.
7225test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7226
7227test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
7228
7229test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
bec39cab 7230
81ecdfbb
RW
7231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7232$as_echo_n "checking whether ln -s works... " >&6; }
bec39cab
AC
7233LN_S=$as_ln_s
7234if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7236$as_echo "yes" >&6; }
bec39cab 7237else
81ecdfbb
RW
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
7239$as_echo "no, using $LN_S" >&6; }
bec39cab
AC
7240fi
7241
7242if test -n "$ac_tool_prefix"; then
7243 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7244set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
7245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7246$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7247if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 7248 $as_echo_n "(cached) " >&6
bec39cab
AC
7249else
7250 if test -n "$RANLIB"; then
7251 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7252else
7253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7254for as_dir in $PATH
7255do
7256 IFS=$as_save_IFS
7257 test -z "$as_dir" && as_dir=.
81ecdfbb 7258 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7260 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 7261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7262 break 2
7263 fi
7264done
81ecdfbb
RW
7265 done
7266IFS=$as_save_IFS
bec39cab
AC
7267
7268fi
7269fi
7270RANLIB=$ac_cv_prog_RANLIB
7271if test -n "$RANLIB"; then
81ecdfbb
RW
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7273$as_echo "$RANLIB" >&6; }
bec39cab 7274else
81ecdfbb
RW
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7276$as_echo "no" >&6; }
bec39cab
AC
7277fi
7278
81ecdfbb 7279
bec39cab
AC
7280fi
7281if test -z "$ac_cv_prog_RANLIB"; then
7282 ac_ct_RANLIB=$RANLIB
7283 # Extract the first word of "ranlib", so it can be a program name with args.
7284set dummy ranlib; ac_word=$2
81ecdfbb
RW
7285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7286$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7287if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 7288 $as_echo_n "(cached) " >&6
bec39cab
AC
7289else
7290 if test -n "$ac_ct_RANLIB"; then
7291 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7292else
7293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7294for as_dir in $PATH
7295do
7296 IFS=$as_save_IFS
7297 test -z "$as_dir" && as_dir=.
81ecdfbb 7298 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7300 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 7301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7302 break 2
7303 fi
7304done
81ecdfbb
RW
7305 done
7306IFS=$as_save_IFS
bec39cab 7307
bec39cab
AC
7308fi
7309fi
7310ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7311if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7313$as_echo "$ac_ct_RANLIB" >&6; }
bec39cab 7314else
81ecdfbb
RW
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7316$as_echo "no" >&6; }
bec39cab
AC
7317fi
7318
81ecdfbb
RW
7319 if test "x$ac_ct_RANLIB" = x; then
7320 RANLIB=":"
7321 else
7322 case $cross_compiling:$ac_tool_warned in
7323yes:)
7324{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7325$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7326ac_tool_warned=yes ;;
7327esac
7328 RANLIB=$ac_ct_RANLIB
7329 fi
bec39cab
AC
7330else
7331 RANLIB="$ac_cv_prog_RANLIB"
7332fi
7333
7334for ac_prog in 'bison -y' byacc
7335do
7336 # Extract the first word of "$ac_prog", so it can be a program name with args.
7337set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7339$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7340if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 7341 $as_echo_n "(cached) " >&6
bec39cab
AC
7342else
7343 if test -n "$YACC"; then
7344 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7345else
7346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7347for as_dir in $PATH
7348do
7349 IFS=$as_save_IFS
7350 test -z "$as_dir" && as_dir=.
81ecdfbb 7351 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7353 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7355 break 2
7356 fi
7357done
81ecdfbb
RW
7358 done
7359IFS=$as_save_IFS
bec39cab
AC
7360
7361fi
7362fi
7363YACC=$ac_cv_prog_YACC
7364if test -n "$YACC"; then
81ecdfbb
RW
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7366$as_echo "$YACC" >&6; }
bec39cab 7367else
81ecdfbb
RW
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7369$as_echo "no" >&6; }
bec39cab
AC
7370fi
7371
81ecdfbb 7372
bec39cab
AC
7373 test -n "$YACC" && break
7374done
7375test -n "$YACC" || YACC="yacc"
7376
7377
7378if test -n "$ac_tool_prefix"; then
7379 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7380set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
7381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7382$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7383if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 7384 $as_echo_n "(cached) " >&6
bec39cab
AC
7385else
7386 if test -n "$AR"; then
7387 ac_cv_prog_AR="$AR" # Let the user override the test.
7388else
7389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7390for as_dir in $PATH
7391do
7392 IFS=$as_save_IFS
7393 test -z "$as_dir" && as_dir=.
81ecdfbb 7394 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7396 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 7397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7398 break 2
7399 fi
7400done
81ecdfbb
RW
7401 done
7402IFS=$as_save_IFS
bec39cab
AC
7403
7404fi
7405fi
7406AR=$ac_cv_prog_AR
7407if test -n "$AR"; then
81ecdfbb
RW
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7409$as_echo "$AR" >&6; }
bec39cab 7410else
81ecdfbb
RW
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7412$as_echo "no" >&6; }
bec39cab
AC
7413fi
7414
81ecdfbb 7415
bec39cab
AC
7416fi
7417if test -z "$ac_cv_prog_AR"; then
7418 ac_ct_AR=$AR
7419 # Extract the first word of "ar", so it can be a program name with args.
7420set dummy ar; ac_word=$2
81ecdfbb
RW
7421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7422$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7423if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 7424 $as_echo_n "(cached) " >&6
bec39cab
AC
7425else
7426 if test -n "$ac_ct_AR"; then
7427 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7428else
7429as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7430for as_dir in $PATH
7431do
7432 IFS=$as_save_IFS
7433 test -z "$as_dir" && as_dir=.
81ecdfbb 7434 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7436 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 7437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7438 break 2
7439 fi
7440done
81ecdfbb
RW
7441 done
7442IFS=$as_save_IFS
bec39cab
AC
7443
7444fi
7445fi
7446ac_ct_AR=$ac_cv_prog_ac_ct_AR
7447if test -n "$ac_ct_AR"; then
81ecdfbb
RW
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7449$as_echo "$ac_ct_AR" >&6; }
bec39cab 7450else
81ecdfbb
RW
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7452$as_echo "no" >&6; }
bec39cab
AC
7453fi
7454
81ecdfbb
RW
7455 if test "x$ac_ct_AR" = x; then
7456 AR=""
7457 else
7458 case $cross_compiling:$ac_tool_warned in
7459yes:)
7460{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7461$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7462ac_tool_warned=yes ;;
7463esac
7464 AR=$ac_ct_AR
7465 fi
bec39cab
AC
7466else
7467 AR="$ac_cv_prog_AR"
7468fi
7469
7470if test -n "$ac_tool_prefix"; then
7471 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7472set dummy ${ac_tool_prefix}dlltool; ac_word=$2
81ecdfbb
RW
7473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7474$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7475if ${ac_cv_prog_DLLTOOL+:} false; then :
81ecdfbb 7476 $as_echo_n "(cached) " >&6
bec39cab
AC
7477else
7478 if test -n "$DLLTOOL"; then
7479 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7480else
7481as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7482for as_dir in $PATH
7483do
7484 IFS=$as_save_IFS
7485 test -z "$as_dir" && as_dir=.
81ecdfbb 7486 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7488 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
81ecdfbb 7489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7490 break 2
7491 fi
7492done
81ecdfbb
RW
7493 done
7494IFS=$as_save_IFS
bec39cab
AC
7495
7496fi
7497fi
7498DLLTOOL=$ac_cv_prog_DLLTOOL
7499if test -n "$DLLTOOL"; then
81ecdfbb
RW
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7501$as_echo "$DLLTOOL" >&6; }
bec39cab 7502else
81ecdfbb
RW
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7504$as_echo "no" >&6; }
bec39cab
AC
7505fi
7506
81ecdfbb 7507
bec39cab
AC
7508fi
7509if test -z "$ac_cv_prog_DLLTOOL"; then
7510 ac_ct_DLLTOOL=$DLLTOOL
7511 # Extract the first word of "dlltool", so it can be a program name with args.
7512set dummy dlltool; ac_word=$2
81ecdfbb
RW
7513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7514$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7515if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
81ecdfbb 7516 $as_echo_n "(cached) " >&6
bec39cab
AC
7517else
7518 if test -n "$ac_ct_DLLTOOL"; then
7519 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7520else
7521as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7522for as_dir in $PATH
7523do
7524 IFS=$as_save_IFS
7525 test -z "$as_dir" && as_dir=.
81ecdfbb 7526 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7528 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
81ecdfbb 7529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7530 break 2
7531 fi
7532done
81ecdfbb
RW
7533 done
7534IFS=$as_save_IFS
bec39cab
AC
7535
7536fi
7537fi
7538ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7539if test -n "$ac_ct_DLLTOOL"; then
81ecdfbb
RW
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7541$as_echo "$ac_ct_DLLTOOL" >&6; }
bec39cab 7542else
81ecdfbb
RW
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7544$as_echo "no" >&6; }
bec39cab
AC
7545fi
7546
81ecdfbb
RW
7547 if test "x$ac_ct_DLLTOOL" = x; then
7548 DLLTOOL=""
7549 else
7550 case $cross_compiling:$ac_tool_warned in
7551yes:)
7552{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7553$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7554ac_tool_warned=yes ;;
7555esac
7556 DLLTOOL=$ac_ct_DLLTOOL
7557 fi
bec39cab
AC
7558else
7559 DLLTOOL="$ac_cv_prog_DLLTOOL"
7560fi
7561
7562if test -n "$ac_tool_prefix"; then
7563 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
7564set dummy ${ac_tool_prefix}windres; ac_word=$2
81ecdfbb
RW
7565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7566$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7567if ${ac_cv_prog_WINDRES+:} false; then :
81ecdfbb 7568 $as_echo_n "(cached) " >&6
bec39cab
AC
7569else
7570 if test -n "$WINDRES"; then
7571 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7572else
7573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7574for as_dir in $PATH
7575do
7576 IFS=$as_save_IFS
7577 test -z "$as_dir" && as_dir=.
81ecdfbb 7578 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7580 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
81ecdfbb 7581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7582 break 2
7583 fi
7584done
81ecdfbb
RW
7585 done
7586IFS=$as_save_IFS
bec39cab
AC
7587
7588fi
7589fi
7590WINDRES=$ac_cv_prog_WINDRES
7591if test -n "$WINDRES"; then
81ecdfbb
RW
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
7593$as_echo "$WINDRES" >&6; }
bec39cab 7594else
81ecdfbb
RW
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7596$as_echo "no" >&6; }
bec39cab
AC
7597fi
7598
81ecdfbb 7599
bec39cab
AC
7600fi
7601if test -z "$ac_cv_prog_WINDRES"; then
7602 ac_ct_WINDRES=$WINDRES
7603 # Extract the first word of "windres", so it can be a program name with args.
7604set dummy windres; ac_word=$2
81ecdfbb
RW
7605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7606$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7607if ${ac_cv_prog_ac_ct_WINDRES+:} false; then :
81ecdfbb 7608 $as_echo_n "(cached) " >&6
bec39cab
AC
7609else
7610 if test -n "$ac_ct_WINDRES"; then
7611 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
7612else
7613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7614for as_dir in $PATH
7615do
7616 IFS=$as_save_IFS
7617 test -z "$as_dir" && as_dir=.
81ecdfbb 7618 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7619 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7620 ac_cv_prog_ac_ct_WINDRES="windres"
81ecdfbb 7621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7622 break 2
7623 fi
7624done
81ecdfbb
RW
7625 done
7626IFS=$as_save_IFS
bec39cab
AC
7627
7628fi
7629fi
7630ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
7631if test -n "$ac_ct_WINDRES"; then
81ecdfbb
RW
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
7633$as_echo "$ac_ct_WINDRES" >&6; }
bec39cab 7634else
81ecdfbb
RW
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7636$as_echo "no" >&6; }
c906108c 7637fi
bec39cab 7638
81ecdfbb
RW
7639 if test "x$ac_ct_WINDRES" = x; then
7640 WINDRES=""
7641 else
7642 case $cross_compiling:$ac_tool_warned in
7643yes:)
7644{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7645$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7646ac_tool_warned=yes ;;
7647esac
7648 WINDRES=$ac_ct_WINDRES
7649 fi
c906108c 7650else
bec39cab 7651 WINDRES="$ac_cv_prog_WINDRES"
c906108c
SS
7652fi
7653
bec39cab 7654
036c3acb
TS
7655case $host_os in
7656 gnu*)
7657 # Needed for GNU Hurd hosts.
7658 if test -n "$ac_tool_prefix"; then
bec39cab
AC
7659 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
7660set dummy ${ac_tool_prefix}mig; ac_word=$2
81ecdfbb
RW
7661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7662$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7663if ${ac_cv_prog_MIG+:} false; then :
81ecdfbb 7664 $as_echo_n "(cached) " >&6
c906108c 7665else
bec39cab
AC
7666 if test -n "$MIG"; then
7667 ac_cv_prog_MIG="$MIG" # Let the user override the test.
7668else
7669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7670for as_dir in $PATH
7671do
7672 IFS=$as_save_IFS
7673 test -z "$as_dir" && as_dir=.
81ecdfbb 7674 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7676 ac_cv_prog_MIG="${ac_tool_prefix}mig"
81ecdfbb 7677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7678 break 2
7679 fi
7680done
81ecdfbb
RW
7681 done
7682IFS=$as_save_IFS
bec39cab 7683
c906108c 7684fi
bec39cab
AC
7685fi
7686MIG=$ac_cv_prog_MIG
7687if test -n "$MIG"; then
81ecdfbb
RW
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
7689$as_echo "$MIG" >&6; }
c906108c 7690else
81ecdfbb
RW
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7692$as_echo "no" >&6; }
c906108c
SS
7693fi
7694
81ecdfbb 7695
bec39cab
AC
7696fi
7697if test -z "$ac_cv_prog_MIG"; then
7698 ac_ct_MIG=$MIG
7699 # Extract the first word of "mig", so it can be a program name with args.
7700set dummy mig; ac_word=$2
81ecdfbb
RW
7701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7702$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7703if ${ac_cv_prog_ac_ct_MIG+:} false; then :
81ecdfbb 7704 $as_echo_n "(cached) " >&6
bec39cab
AC
7705else
7706 if test -n "$ac_ct_MIG"; then
7707 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
7708else
7709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7710for as_dir in $PATH
7711do
7712 IFS=$as_save_IFS
7713 test -z "$as_dir" && as_dir=.
81ecdfbb 7714 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7715 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
bec39cab 7716 ac_cv_prog_ac_ct_MIG="mig"
81ecdfbb 7717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
7718 break 2
7719 fi
7720done
81ecdfbb
RW
7721 done
7722IFS=$as_save_IFS
c906108c 7723
bec39cab
AC
7724fi
7725fi
7726ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
7727if test -n "$ac_ct_MIG"; then
81ecdfbb
RW
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
7729$as_echo "$ac_ct_MIG" >&6; }
bec39cab 7730else
81ecdfbb
RW
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7732$as_echo "no" >&6; }
bec39cab 7733fi
c906108c 7734
81ecdfbb
RW
7735 if test "x$ac_ct_MIG" = x; then
7736 MIG=""
7737 else
7738 case $cross_compiling:$ac_tool_warned in
7739yes:)
7740{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7741$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7742ac_tool_warned=yes ;;
7743esac
7744 MIG=$ac_ct_MIG
7745 fi
bec39cab
AC
7746else
7747 MIG="$ac_cv_prog_MIG"
7748fi
c906108c 7749
036c3acb 7750 if test x"$MIG" = x; then
d0ac1c44 7751 as_fn_error $? "MIG not found but required for $host hosts" "$LINENO" 5
036c3acb
TS
7752 fi
7753 ;;
7754esac
c906108c 7755
bec39cab
AC
7756# ---------------------- #
7757# Checks for libraries. #
7758# ---------------------- #
c906108c 7759
bec39cab 7760# We might need to link with -lm; most simulators need it.
81ecdfbb
RW
7761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
7762$as_echo_n "checking for main in -lm... " >&6; }
d0ac1c44 7763if ${ac_cv_lib_m_main+:} false; then :
81ecdfbb 7764 $as_echo_n "(cached) " >&6
bec39cab
AC
7765else
7766 ac_check_lib_save_LIBS=$LIBS
7767LIBS="-lm $LIBS"
81ecdfbb 7768cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 7769/* end confdefs.h. */
c906108c 7770
c906108c 7771
bec39cab
AC
7772int
7773main ()
7774{
81ecdfbb 7775return main ();
bec39cab
AC
7776 ;
7777 return 0;
7778}
7779_ACEOF
81ecdfbb 7780if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
7781 ac_cv_lib_m_main=yes
7782else
81ecdfbb 7783 ac_cv_lib_m_main=no
bec39cab 7784fi
81ecdfbb
RW
7785rm -f core conftest.err conftest.$ac_objext \
7786 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
7787LIBS=$ac_check_lib_save_LIBS
7788fi
81ecdfbb
RW
7789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
7790$as_echo "$ac_cv_lib_m_main" >&6; }
d0ac1c44 7791if test "x$ac_cv_lib_m_main" = xyes; then :
bec39cab
AC
7792 cat >>confdefs.h <<_ACEOF
7793#define HAVE_LIBM 1
7794_ACEOF
7795
7796 LIBS="-lm $LIBS"
c906108c 7797
c906108c 7798fi
bec39cab
AC
7799
7800
bec39cab 7801# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
81ecdfbb
RW
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
7803$as_echo_n "checking for library containing gethostbyname... " >&6; }
d0ac1c44 7804if ${ac_cv_search_gethostbyname+:} false; then :
81ecdfbb 7805 $as_echo_n "(cached) " >&6
bec39cab
AC
7806else
7807 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7808cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 7809/* end confdefs.h. */
ddc9cd0f 7810
81ecdfbb
RW
7811/* Override any GCC internal prototype to avoid an error.
7812 Use char because int might match the return type of a GCC
7813 builtin and then its argument prototype would still apply. */
bec39cab
AC
7814#ifdef __cplusplus
7815extern "C"
7816#endif
bec39cab
AC
7817char gethostbyname ();
7818int
7819main ()
7820{
81ecdfbb 7821return gethostbyname ();
bec39cab
AC
7822 ;
7823 return 0;
7824}
7825_ACEOF
81ecdfbb
RW
7826for ac_lib in '' nsl; do
7827 if test -z "$ac_lib"; then
7828 ac_res="none required"
7829 else
7830 ac_res=-l$ac_lib
b4e70030 7831 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
7832 fi
7833 if ac_fn_c_try_link "$LINENO"; then :
7834 ac_cv_search_gethostbyname=$ac_res
7835fi
7836rm -f core conftest.err conftest.$ac_objext \
7837 conftest$ac_exeext
d0ac1c44 7838 if ${ac_cv_search_gethostbyname+:} false; then :
81ecdfbb
RW
7839 break
7840fi
7841done
d0ac1c44 7842if ${ac_cv_search_gethostbyname+:} false; then :
ddc9cd0f 7843
bec39cab 7844else
81ecdfbb 7845 ac_cv_search_gethostbyname=no
bec39cab 7846fi
81ecdfbb 7847rm conftest.$ac_ext
bec39cab
AC
7848LIBS=$ac_func_search_save_LIBS
7849fi
81ecdfbb
RW
7850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
7851$as_echo "$ac_cv_search_gethostbyname" >&6; }
7852ac_res=$ac_cv_search_gethostbyname
7853if test "$ac_res" != no; then :
7854 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
96baa820 7855
bec39cab 7856fi
96baa820 7857
c906108c 7858
b4e70030 7859# Some systems (e.g. Solaris) have `socketpair' in libsocket.
81ecdfbb
RW
7860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
7861$as_echo_n "checking for library containing socketpair... " >&6; }
d0ac1c44 7862if ${ac_cv_search_socketpair+:} false; then :
81ecdfbb 7863 $as_echo_n "(cached) " >&6
b4e70030
JB
7864else
7865 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7866cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
7867/* end confdefs.h. */
7868
81ecdfbb
RW
7869/* Override any GCC internal prototype to avoid an error.
7870 Use char because int might match the return type of a GCC
7871 builtin and then its argument prototype would still apply. */
b4e70030
JB
7872#ifdef __cplusplus
7873extern "C"
7874#endif
b4e70030
JB
7875char socketpair ();
7876int
7877main ()
7878{
81ecdfbb 7879return socketpair ();
b4e70030
JB
7880 ;
7881 return 0;
7882}
7883_ACEOF
81ecdfbb
RW
7884for ac_lib in '' socket; do
7885 if test -z "$ac_lib"; then
7886 ac_res="none required"
7887 else
7888 ac_res=-l$ac_lib
b4e70030 7889 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
7890 fi
7891 if ac_fn_c_try_link "$LINENO"; then :
7892 ac_cv_search_socketpair=$ac_res
7893fi
7894rm -f core conftest.err conftest.$ac_objext \
7895 conftest$ac_exeext
d0ac1c44 7896 if ${ac_cv_search_socketpair+:} false; then :
81ecdfbb
RW
7897 break
7898fi
7899done
d0ac1c44 7900if ${ac_cv_search_socketpair+:} false; then :
b4e70030 7901
b4e70030 7902else
81ecdfbb 7903 ac_cv_search_socketpair=no
b4e70030 7904fi
81ecdfbb 7905rm conftest.$ac_ext
b4e70030
JB
7906LIBS=$ac_func_search_save_LIBS
7907fi
81ecdfbb
RW
7908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
7909$as_echo "$ac_cv_search_socketpair" >&6; }
7910ac_res=$ac_cv_search_socketpair
7911if test "$ac_res" != no; then :
7912 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b4e70030
JB
7913
7914fi
7915
7916
233a11ab 7917# Link in zlib if we can. This allows us to read compressed debug sections.
b040ad30 7918
711a72d3 7919 # Use the system's zlib library.
39f3de7c
L
7920 zlibdir="-L\$(top_builddir)/../zlib"
7921 zlibinc="-I\$(top_srcdir)/../zlib"
b040ad30 7922
711a72d3
L
7923# Check whether --with-system-zlib was given.
7924if test "${with_system_zlib+set}" = set; then :
afa59b79
L
7925 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7926 zlibdir=
7927 zlibinc=
7928 fi
b040ad30 7929
233a11ab 7930fi
233a11ab 7931
233a11ab 7932
233a11ab 7933
b040ad30 7934
233a11ab 7935
25268153 7936# On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
37773e78 7937# On GNU/kFreeBSD systems, FreeBSD libutil is renamed to libutil-freebsd.
25268153
JB
7938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
7939$as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
d0ac1c44 7940if ${ac_cv_search_kinfo_getvmmap+:} false; then :
25268153
JB
7941 $as_echo_n "(cached) " >&6
7942else
7943 ac_func_search_save_LIBS=$LIBS
7944cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7945/* end confdefs.h. */
7946
7947/* Override any GCC internal prototype to avoid an error.
7948 Use char because int might match the return type of a GCC
7949 builtin and then its argument prototype would still apply. */
7950#ifdef __cplusplus
7951extern "C"
7952#endif
7953char kinfo_getvmmap ();
7954int
7955main ()
7956{
7957return kinfo_getvmmap ();
7958 ;
7959 return 0;
7960}
7961_ACEOF
37773e78 7962for ac_lib in '' util util-freebsd; do
25268153
JB
7963 if test -z "$ac_lib"; then
7964 ac_res="none required"
7965 else
7966 ac_res=-l$ac_lib
7967 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7968 fi
7969 if ac_fn_c_try_link "$LINENO"; then :
7970 ac_cv_search_kinfo_getvmmap=$ac_res
7971fi
7972rm -f core conftest.err conftest.$ac_objext \
7973 conftest$ac_exeext
d0ac1c44 7974 if ${ac_cv_search_kinfo_getvmmap+:} false; then :
25268153
JB
7975 break
7976fi
7977done
d0ac1c44 7978if ${ac_cv_search_kinfo_getvmmap+:} false; then :
25268153
JB
7979
7980else
7981 ac_cv_search_kinfo_getvmmap=no
7982fi
7983rm conftest.$ac_ext
7984LIBS=$ac_func_search_save_LIBS
7985fi
7986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getvmmap" >&5
7987$as_echo "$ac_cv_search_kinfo_getvmmap" >&6; }
7988ac_res=$ac_cv_search_kinfo_getvmmap
7989if test "$ac_res" != no; then :
7990 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7991
7992$as_echo "#define HAVE_KINFO_GETVMMAP 1" >>confdefs.h
7993
7994fi
7995
7996
92fce24d
JB
7997# fbsd-nat.c can also use kinfo_getfile.
7998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getfile" >&5
7999$as_echo_n "checking for library containing kinfo_getfile... " >&6; }
d0ac1c44 8000if ${ac_cv_search_kinfo_getfile+:} false; then :
92fce24d
JB
8001 $as_echo_n "(cached) " >&6
8002else
8003 ac_func_search_save_LIBS=$LIBS
8004cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8005/* end confdefs.h. */
8006
8007/* Override any GCC internal prototype to avoid an error.
8008 Use char because int might match the return type of a GCC
8009 builtin and then its argument prototype would still apply. */
8010#ifdef __cplusplus
8011extern "C"
8012#endif
8013char kinfo_getfile ();
8014int
8015main ()
8016{
8017return kinfo_getfile ();
8018 ;
8019 return 0;
8020}
8021_ACEOF
8022for ac_lib in '' util util-freebsd; do
8023 if test -z "$ac_lib"; then
8024 ac_res="none required"
8025 else
8026 ac_res=-l$ac_lib
8027 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8028 fi
8029 if ac_fn_c_try_link "$LINENO"; then :
8030 ac_cv_search_kinfo_getfile=$ac_res
8031fi
8032rm -f core conftest.err conftest.$ac_objext \
8033 conftest$ac_exeext
d0ac1c44 8034 if ${ac_cv_search_kinfo_getfile+:} false; then :
92fce24d
JB
8035 break
8036fi
8037done
d0ac1c44 8038if ${ac_cv_search_kinfo_getfile+:} false; then :
92fce24d
JB
8039
8040else
8041 ac_cv_search_kinfo_getfile=no
8042fi
8043rm conftest.$ac_ext
8044LIBS=$ac_func_search_save_LIBS
8045fi
8046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getfile" >&5
8047$as_echo "$ac_cv_search_kinfo_getfile" >&6; }
8048ac_res=$ac_cv_search_kinfo_getfile
8049if test "$ac_res" != no; then :
8050 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8051
8052$as_echo "#define HAVE_KINFO_GETFILE 1" >>confdefs.h
8053
8054fi
8055
8056
77f120bf 8057
016a3251
DD
8058 if test "X$prefix" = "XNONE"; then
8059 acl_final_prefix="$ac_default_prefix"
8060 else
8061 acl_final_prefix="$prefix"
8062 fi
8063 if test "X$exec_prefix" = "XNONE"; then
8064 acl_final_exec_prefix='${prefix}'
8065 else
8066 acl_final_exec_prefix="$exec_prefix"
8067 fi
8068 acl_save_prefix="$prefix"
8069 prefix="$acl_final_prefix"
8070 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
8071 prefix="$acl_save_prefix"
8072
8073
8074# Check whether --with-gnu-ld was given.
8075if test "${with_gnu_ld+set}" = set; then :
8076 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
8077else
8078 with_gnu_ld=no
8079fi
8080
8081# Prepare PATH_SEPARATOR.
8082# The user is always right.
8083if test "${PATH_SEPARATOR+set}" != set; then
8084 echo "#! /bin/sh" >conf$$.sh
8085 echo "exit 0" >>conf$$.sh
8086 chmod +x conf$$.sh
8087 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8088 PATH_SEPARATOR=';'
8089 else
8090 PATH_SEPARATOR=:
8091 fi
8092 rm -f conf$$.sh
8093fi
8094ac_prog=ld
8095if test "$GCC" = yes; then
8096 # Check if gcc -print-prog-name=ld gives a path.
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
8098$as_echo_n "checking for ld used by GCC... " >&6; }
8099 case $host in
8100 *-*-mingw*)
8101 # gcc leaves a trailing carriage return which upsets mingw
8102 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
8103 *)
8104 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
8105 esac
8106 case $ac_prog in
8107 # Accept absolute paths.
8108 [\\/]* | [A-Za-z]:[\\/]*)
8109 re_direlt='/[^/][^/]*/\.\./'
8110 # Canonicalize the path of ld
8111 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
8112 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
8113 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
8114 done
8115 test -z "$LD" && LD="$ac_prog"
8116 ;;
8117 "")
8118 # If it fails, then pretend we aren't using GCC.
8119 ac_prog=ld
8120 ;;
8121 *)
8122 # If it is relative, then search for the first ld in PATH.
8123 with_gnu_ld=unknown
8124 ;;
8125 esac
8126elif test "$with_gnu_ld" = yes; then
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
8128$as_echo_n "checking for GNU ld... " >&6; }
8129else
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8131$as_echo_n "checking for non-GNU ld... " >&6; }
8132fi
d0ac1c44 8133if ${acl_cv_path_LD+:} false; then :
016a3251
DD
8134 $as_echo_n "(cached) " >&6
8135else
8136 if test -z "$LD"; then
8137 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
8138 for ac_dir in $PATH; do
8139 test -z "$ac_dir" && ac_dir=.
8140 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
8141 acl_cv_path_LD="$ac_dir/$ac_prog"
8142 # Check to see if the program is GNU ld. I'd rather use --version,
8143 # but apparently some GNU ld's only accept -v.
8144 # Break only if it was the GNU/non-GNU ld that we prefer.
8145 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
8146 test "$with_gnu_ld" != no && break
8147 else
8148 test "$with_gnu_ld" != yes && break
8149 fi
8150 fi
8151 done
8152 IFS="$ac_save_ifs"
8153else
8154 acl_cv_path_LD="$LD" # Let the user override the test with a path.
8155fi
8156fi
8157
8158LD="$acl_cv_path_LD"
8159if test -n "$LD"; then
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8161$as_echo "$LD" >&6; }
8162else
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8164$as_echo "no" >&6; }
8165fi
d0ac1c44 8166test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
016a3251
DD
8167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8168$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 8169if ${acl_cv_prog_gnu_ld+:} false; then :
016a3251
DD
8170 $as_echo_n "(cached) " >&6
8171else
8172 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
8173if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
8174 acl_cv_prog_gnu_ld=yes
8175else
8176 acl_cv_prog_gnu_ld=no
8177fi
8178fi
8179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
8180$as_echo "$acl_cv_prog_gnu_ld" >&6; }
8181with_gnu_ld=$acl_cv_prog_gnu_ld
8182
8183
8184
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
8186$as_echo_n "checking for shared library run path origin... " >&6; }
d0ac1c44 8187if ${acl_cv_rpath+:} false; then :
016a3251
DD
8188 $as_echo_n "(cached) " >&6
8189else
8190
8191 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
8192 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
8193 . ./conftest.sh
8194 rm -f ./conftest.sh
8195 acl_cv_rpath=done
8196
8197fi
8198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
8199$as_echo "$acl_cv_rpath" >&6; }
8200 wl="$acl_cv_wl"
8201 libext="$acl_cv_libext"
8202 shlibext="$acl_cv_shlibext"
8203 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
8204 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
8205 hardcode_direct="$acl_cv_hardcode_direct"
8206 hardcode_minus_L="$acl_cv_hardcode_minus_L"
8207 # Check whether --enable-rpath was given.
8208if test "${enable_rpath+set}" = set; then :
8209 enableval=$enable_rpath; :
8210else
8211 enable_rpath=yes
8212fi
8213
8214
8215
8216
8217
8218
8219
8220
8221 use_additional=yes
8222
8223 acl_save_prefix="$prefix"
8224 prefix="$acl_final_prefix"
8225 acl_save_exec_prefix="$exec_prefix"
8226 exec_prefix="$acl_final_exec_prefix"
8227
8228 eval additional_includedir=\"$includedir\"
8229 eval additional_libdir=\"$libdir\"
8230
8231 exec_prefix="$acl_save_exec_prefix"
8232 prefix="$acl_save_prefix"
77f120bf 8233
6c7a06a3 8234
81ecdfbb
RW
8235# Check whether --with-libiconv-prefix was given.
8236if test "${with_libiconv_prefix+set}" = set; then :
8237 withval=$with_libiconv_prefix;
016a3251
DD
8238 if test "X$withval" = "Xno"; then
8239 use_additional=no
8240 else
8241 if test "X$withval" = "X"; then
8242
8243 acl_save_prefix="$prefix"
8244 prefix="$acl_final_prefix"
8245 acl_save_exec_prefix="$exec_prefix"
8246 exec_prefix="$acl_final_exec_prefix"
8247
8248 eval additional_includedir=\"$includedir\"
8249 eval additional_libdir=\"$libdir\"
8250
8251 exec_prefix="$acl_save_exec_prefix"
8252 prefix="$acl_save_prefix"
8253
8254 else
8255 additional_includedir="$withval/include"
8256 additional_libdir="$withval/lib"
8257 fi
8258 fi
6c7a06a3 8259
81ecdfbb
RW
8260fi
8261
016a3251
DD
8262 LIBICONV=
8263 LTLIBICONV=
8264 INCICONV=
8265 rpathdirs=
8266 ltrpathdirs=
8267 names_already_handled=
8268 names_next_round='iconv '
8269 while test -n "$names_next_round"; do
8270 names_this_round="$names_next_round"
8271 names_next_round=
8272 for name in $names_this_round; do
8273 already_handled=
8274 for n in $names_already_handled; do
8275 if test "$n" = "$name"; then
8276 already_handled=yes
8277 break
8278 fi
8279 done
8280 if test -z "$already_handled"; then
8281 names_already_handled="$names_already_handled $name"
8282 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8283 eval value=\"\$HAVE_LIB$uppername\"
8284 if test -n "$value"; then
8285 if test "$value" = yes; then
8286 eval value=\"\$LIB$uppername\"
8287 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
8288 eval value=\"\$LTLIB$uppername\"
8289 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
8290 else
8291 :
8292 fi
8293 else
8294 found_dir=
8295 found_la=
8296 found_so=
8297 found_a=
8298 if test $use_additional = yes; then
8299 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8300 found_dir="$additional_libdir"
8301 found_so="$additional_libdir/lib$name.$shlibext"
8302 if test -f "$additional_libdir/lib$name.la"; then
8303 found_la="$additional_libdir/lib$name.la"
8304 fi
8305 else
8306 if test -f "$additional_libdir/lib$name.$libext"; then
8307 found_dir="$additional_libdir"
8308 found_a="$additional_libdir/lib$name.$libext"
8309 if test -f "$additional_libdir/lib$name.la"; then
8310 found_la="$additional_libdir/lib$name.la"
8311 fi
8312 fi
8313 fi
8314 fi
8315 if test "X$found_dir" = "X"; then
8316 for x in $LDFLAGS $LTLIBICONV; do
8317
8318 acl_save_prefix="$prefix"
8319 prefix="$acl_final_prefix"
8320 acl_save_exec_prefix="$exec_prefix"
8321 exec_prefix="$acl_final_exec_prefix"
8322 eval x=\"$x\"
8323 exec_prefix="$acl_save_exec_prefix"
8324 prefix="$acl_save_prefix"
8325
8326 case "$x" in
8327 -L*)
8328 dir=`echo "X$x" | sed -e 's/^X-L//'`
8329 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8330 found_dir="$dir"
8331 found_so="$dir/lib$name.$shlibext"
8332 if test -f "$dir/lib$name.la"; then
8333 found_la="$dir/lib$name.la"
8334 fi
8335 else
8336 if test -f "$dir/lib$name.$libext"; then
8337 found_dir="$dir"
8338 found_a="$dir/lib$name.$libext"
8339 if test -f "$dir/lib$name.la"; then
8340 found_la="$dir/lib$name.la"
8341 fi
8342 fi
8343 fi
8344 ;;
8345 esac
8346 if test "X$found_dir" != "X"; then
8347 break
8348 fi
8349 done
8350 fi
8351 if test "X$found_dir" != "X"; then
8352 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
8353 if test "X$found_so" != "X"; then
8354 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8355 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8356 else
8357 haveit=
8358 for x in $ltrpathdirs; do
8359 if test "X$x" = "X$found_dir"; then
8360 haveit=yes
8361 break
8362 fi
8363 done
8364 if test -z "$haveit"; then
8365 ltrpathdirs="$ltrpathdirs $found_dir"
8366 fi
8367 if test "$hardcode_direct" = yes; then
8368 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8369 else
8370 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8371 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8372 haveit=
8373 for x in $rpathdirs; do
8374 if test "X$x" = "X$found_dir"; then
8375 haveit=yes
8376 break
8377 fi
8378 done
8379 if test -z "$haveit"; then
8380 rpathdirs="$rpathdirs $found_dir"
8381 fi
8382 else
8383 haveit=
8384 for x in $LDFLAGS $LIBICONV; do
8385
8386 acl_save_prefix="$prefix"
8387 prefix="$acl_final_prefix"
8388 acl_save_exec_prefix="$exec_prefix"
8389 exec_prefix="$acl_final_exec_prefix"
8390 eval x=\"$x\"
8391 exec_prefix="$acl_save_exec_prefix"
8392 prefix="$acl_save_prefix"
8393
8394 if test "X$x" = "X-L$found_dir"; then
8395 haveit=yes
8396 break
8397 fi
8398 done
8399 if test -z "$haveit"; then
8400 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
8401 fi
8402 if test "$hardcode_minus_L" != no; then
8403 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
8404 else
8405 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8406 fi
8407 fi
8408 fi
8409 fi
8410 else
8411 if test "X$found_a" != "X"; then
8412 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
8413 else
8414 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
8415 fi
8416 fi
8417 additional_includedir=
8418 case "$found_dir" in
8419 */lib | */lib/)
8420 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8421 additional_includedir="$basedir/include"
8422 ;;
8423 esac
8424 if test "X$additional_includedir" != "X"; then
8425 if test "X$additional_includedir" != "X/usr/include"; then
8426 haveit=
8427 if test "X$additional_includedir" = "X/usr/local/include"; then
8428 if test -n "$GCC"; then
8429 case $host_os in
8430 linux*) haveit=yes;;
8431 esac
8432 fi
8433 fi
8434 if test -z "$haveit"; then
8435 for x in $CPPFLAGS $INCICONV; do
8436
8437 acl_save_prefix="$prefix"
8438 prefix="$acl_final_prefix"
8439 acl_save_exec_prefix="$exec_prefix"
8440 exec_prefix="$acl_final_exec_prefix"
8441 eval x=\"$x\"
8442 exec_prefix="$acl_save_exec_prefix"
8443 prefix="$acl_save_prefix"
8444
8445 if test "X$x" = "X-I$additional_includedir"; then
8446 haveit=yes
8447 break
8448 fi
8449 done
8450 if test -z "$haveit"; then
8451 if test -d "$additional_includedir"; then
8452 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
8453 fi
8454 fi
8455 fi
8456 fi
8457 fi
8458 if test -n "$found_la"; then
8459 save_libdir="$libdir"
8460 case "$found_la" in
8461 */* | *\\*) . "$found_la" ;;
8462 *) . "./$found_la" ;;
8463 esac
8464 libdir="$save_libdir"
8465 for dep in $dependency_libs; do
8466 case "$dep" in
8467 -L*)
8468 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
8469 if test "X$additional_libdir" != "X/usr/lib"; then
8470 haveit=
8471 if test "X$additional_libdir" = "X/usr/local/lib"; then
8472 if test -n "$GCC"; then
8473 case $host_os in
8474 linux*) haveit=yes;;
8475 esac
8476 fi
8477 fi
8478 if test -z "$haveit"; then
8479 haveit=
8480 for x in $LDFLAGS $LIBICONV; do
8481
8482 acl_save_prefix="$prefix"
8483 prefix="$acl_final_prefix"
8484 acl_save_exec_prefix="$exec_prefix"
8485 exec_prefix="$acl_final_exec_prefix"
8486 eval x=\"$x\"
8487 exec_prefix="$acl_save_exec_prefix"
8488 prefix="$acl_save_prefix"
8489
8490 if test "X$x" = "X-L$additional_libdir"; then
8491 haveit=yes
8492 break
8493 fi
8494 done
8495 if test -z "$haveit"; then
8496 if test -d "$additional_libdir"; then
8497 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
8498 fi
8499 fi
8500 haveit=
8501 for x in $LDFLAGS $LTLIBICONV; do
8502
8503 acl_save_prefix="$prefix"
8504 prefix="$acl_final_prefix"
8505 acl_save_exec_prefix="$exec_prefix"
8506 exec_prefix="$acl_final_exec_prefix"
8507 eval x=\"$x\"
8508 exec_prefix="$acl_save_exec_prefix"
8509 prefix="$acl_save_prefix"
8510
8511 if test "X$x" = "X-L$additional_libdir"; then
8512 haveit=yes
8513 break
8514 fi
8515 done
8516 if test -z "$haveit"; then
8517 if test -d "$additional_libdir"; then
8518 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
8519 fi
8520 fi
8521 fi
8522 fi
8523 ;;
8524 -R*)
8525 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8526 if test "$enable_rpath" != no; then
8527 haveit=
8528 for x in $rpathdirs; do
8529 if test "X$x" = "X$dir"; then
8530 haveit=yes
8531 break
8532 fi
8533 done
8534 if test -z "$haveit"; then
8535 rpathdirs="$rpathdirs $dir"
8536 fi
8537 haveit=
8538 for x in $ltrpathdirs; do
8539 if test "X$x" = "X$dir"; then
8540 haveit=yes
8541 break
8542 fi
8543 done
8544 if test -z "$haveit"; then
8545 ltrpathdirs="$ltrpathdirs $dir"
8546 fi
8547 fi
8548 ;;
8549 -l*)
8550 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8551 ;;
8552 *.la)
8553 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8554 ;;
8555 *)
8556 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
8557 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
8558 ;;
8559 esac
8560 done
8561 fi
8562 else
8563 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8564 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
8565 fi
8566 fi
8567 fi
8568 done
8569 done
8570 if test "X$rpathdirs" != "X"; then
8571 if test -n "$hardcode_libdir_separator"; then
8572 alldirs=
8573 for found_dir in $rpathdirs; do
8574 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8575 done
8576 acl_save_libdir="$libdir"
8577 libdir="$alldirs"
8578 eval flag=\"$hardcode_libdir_flag_spec\"
8579 libdir="$acl_save_libdir"
8580 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8581 else
8582 for found_dir in $rpathdirs; do
8583 acl_save_libdir="$libdir"
8584 libdir="$found_dir"
8585 eval flag=\"$hardcode_libdir_flag_spec\"
8586 libdir="$acl_save_libdir"
8587 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8588 done
8589 fi
8590 fi
8591 if test "X$ltrpathdirs" != "X"; then
8592 for found_dir in $ltrpathdirs; do
8593 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
8594 done
8595 fi
8596
8597
8598
8599
8600
6c7a06a3 8601
6c7a06a3 8602
81ecdfbb
RW
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
8604$as_echo_n "checking for iconv... " >&6; }
d0ac1c44 8605if ${am_cv_func_iconv+:} false; then :
81ecdfbb 8606 $as_echo_n "(cached) " >&6
d542061a 8607else
6c7a06a3
TT
8608
8609 am_cv_func_iconv="no, consider installing GNU libiconv"
8610 am_cv_lib_iconv=no
016a3251
DD
8611 am_save_CPPFLAGS="$CPPFLAGS"
8612 CPPFLAGS="$CPPFLAGS $INCICONV"
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 8614/* end confdefs.h. */
6c7a06a3
TT
8615#include <stdlib.h>
8616#include <iconv.h>
d542061a
UW
8617int
8618main ()
8619{
6c7a06a3 8620iconv_t cd = iconv_open("","");
016a3251
DD
8621 iconv(cd,NULL,NULL,NULL,NULL);
8622 iconv_close(cd);
d542061a
UW
8623 ;
8624 return 0;
8625}
8626_ACEOF
81ecdfbb 8627if ac_fn_c_try_link "$LINENO"; then :
016a3251 8628 am_cv_func_iconv=yes
d542061a 8629fi
81ecdfbb
RW
8630rm -f core conftest.err conftest.$ac_objext \
8631 conftest$ac_exeext conftest.$ac_ext
016a3251 8632 CPPFLAGS="$am_save_CPPFLAGS"
94ae1714 8633
016a3251
DD
8634 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
8635 for _libs in .libs _libs; do
8636 am_save_CPPFLAGS="$CPPFLAGS"
8637 am_save_LIBS="$LIBS"
8638 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
8639 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
8640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 8641/* end confdefs.h. */
6c7a06a3
TT
8642#include <stdlib.h>
8643#include <iconv.h>
d542061a
UW
8644int
8645main ()
8646{
6c7a06a3 8647iconv_t cd = iconv_open("","");
016a3251
DD
8648 iconv(cd,NULL,NULL,NULL,NULL);
8649 iconv_close(cd);
d542061a
UW
8650 ;
8651 return 0;
8652}
8653_ACEOF
81ecdfbb 8654if ac_fn_c_try_link "$LINENO"; then :
016a3251
DD
8655 INCICONV="-I../libiconv/include"
8656 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
8657 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
8658 am_cv_lib_iconv=yes
8659 am_cv_func_iconv=yes
d542061a 8660fi
81ecdfbb
RW
8661rm -f core conftest.err conftest.$ac_objext \
8662 conftest$ac_exeext conftest.$ac_ext
016a3251
DD
8663 CPPFLAGS="$am_save_CPPFLAGS"
8664 LIBS="$am_save_LIBS"
8665 if test "$am_cv_func_iconv" = "yes"; then
8666 break
8667 fi
8668 done
77f120bf 8669 fi
94ae1714 8670
4edb1e84 8671 if test "$am_cv_func_iconv" != yes; then
6c7a06a3 8672 am_save_CPPFLAGS="$CPPFLAGS"
4edb1e84 8673 am_save_LIBS="$LIBS"
016a3251
DD
8674 CPPFLAGS="$LIBS $INCICONV"
8675 LIBS="$LIBS $LIBICONV"
81ecdfbb 8676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8677/* end confdefs.h. */
6c7a06a3
TT
8678#include <stdlib.h>
8679#include <iconv.h>
bec39cab
AC
8680int
8681main ()
8682{
6c7a06a3
TT
8683iconv_t cd = iconv_open("","");
8684 iconv(cd,NULL,NULL,NULL,NULL);
8685 iconv_close(cd);
bec39cab
AC
8686 ;
8687 return 0;
8688}
8689_ACEOF
81ecdfbb 8690if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 8691 am_cv_lib_iconv=yes
6c7a06a3 8692 am_cv_func_iconv=yes
627af7ea 8693fi
81ecdfbb
RW
8694rm -f core conftest.err conftest.$ac_objext \
8695 conftest$ac_exeext conftest.$ac_ext
fc3b640d 8696 CPPFLAGS="$am_save_CPPFLAGS"
016a3251 8697 LIBS="$am_save_LIBS"
6c7a06a3
TT
8698 fi
8699
8700fi
81ecdfbb
RW
8701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
8702$as_echo "$am_cv_func_iconv" >&6; }
016a3251
DD
8703 if test "$am_cv_func_iconv" = yes; then
8704
8705$as_echo "#define HAVE_ICONV 1" >>confdefs.h
94ae1714 8706
016a3251 8707 fi
fc3b640d 8708 if test "$am_cv_lib_iconv" = yes; then
016a3251
DD
8709
8710 for element in $INCICONV; do
8711 haveit=
8712 for x in $CPPFLAGS; do
8713
8714 acl_save_prefix="$prefix"
8715 prefix="$acl_final_prefix"
8716 acl_save_exec_prefix="$exec_prefix"
8717 exec_prefix="$acl_final_exec_prefix"
8718 eval x=\"$x\"
8719 exec_prefix="$acl_save_exec_prefix"
8720 prefix="$acl_save_prefix"
8721
8722 if test "X$x" = "X$element"; then
8723 haveit=yes
8724 break
8725 fi
8726 done
8727 if test -z "$haveit"; then
8728 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8729 fi
8730 done
8731
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
8733$as_echo_n "checking how to link with libiconv... " >&6; }
8734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
8735$as_echo "$LIBICONV" >&6; }
94ae1714 8736 else
016a3251
DD
8737 LIBICONV=
8738 LTLIBICONV=
fc3b640d 8739 fi
94ae1714 8740
6c7a06a3 8741
6c7a06a3 8742
016a3251 8743 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
8745$as_echo_n "checking for iconv declaration... " >&6; }
d0ac1c44 8746 if ${am_cv_proto_iconv+:} false; then :
81ecdfbb 8747 $as_echo_n "(cached) " >&6
6c7a06a3
TT
8748else
8749
81ecdfbb 8750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
8751/* end confdefs.h. */
8752
6c7a06a3
TT
8753#include <stdlib.h>
8754#include <iconv.h>
8755extern
b4e70030 8756#ifdef __cplusplus
6c7a06a3 8757"C"
b4e70030 8758#endif
6c7a06a3
TT
8759#if defined(__STDC__) || defined(__cplusplus)
8760size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
8761#else
8762size_t iconv();
8763#endif
8764
b4e70030
JB
8765int
8766main ()
8767{
6c7a06a3 8768
b4e70030
JB
8769 ;
8770 return 0;
8771}
8772_ACEOF
81ecdfbb 8773if ac_fn_c_try_compile "$LINENO"; then :
6c7a06a3 8774 am_cv_proto_iconv_arg1=""
4e8d927d 8775else
81ecdfbb 8776 am_cv_proto_iconv_arg1="const"
b4e70030 8777fi
81ecdfbb 8778rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6c7a06a3
TT
8779 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);"
8780fi
8781
8782 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 8783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
6c7a06a3 8784 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
8785$as_echo "${ac_t:-
8786 }$am_cv_proto_iconv" >&6; }
6c7a06a3
TT
8787
8788cat >>confdefs.h <<_ACEOF
8789#define ICONV_CONST $am_cv_proto_iconv_arg1
8790_ACEOF
8791
8792 fi
6c7a06a3
TT
8793
8794
478aac75
DE
8795# GDB may fork/exec the iconv program to get the list of supported character
8796# sets. Allow the user to specify where to find it.
8797# There are several factors affecting the choice of option name:
8798# - There is already --with-libiconv-prefix but we can't use it, it specifies
8799# the build-time location of libiconv files.
8800# - The program we need to find is iconv, which comes with glibc. The user
8801# doesn't necessarily have libiconv installed. Therefore naming this
8802# --with-libiconv-foo feels wrong.
8803# - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
8804# defined to work on directories not files (though it really doesn't know
8805# the difference).
8806# - Calling this --with-iconv-prefix is perceived to cause too much confusion
8807# with --with-libiconv-prefix.
8808# Putting these together is why the option name is --with-iconv-bin.
8809
8810
8811# Check whether --with-iconv-bin was given.
8812if test "${with_iconv_bin+set}" = set; then :
8813 withval=$with_iconv_bin; iconv_bin="${withval}"
8814
8815cat >>confdefs.h <<_ACEOF
8816#define ICONV_BIN "${iconv_bin}"
8817_ACEOF
8818
8819
8820 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8821 if test "x$prefix" = xNONE; then
8822 test_prefix=/usr/local
8823 else
8824 test_prefix=$prefix
8825 fi
8826 else
8827 test_prefix=$exec_prefix
8828 fi
8829 value=0
8830 case ${iconv_bin} in
8831 "${test_prefix}"|"${test_prefix}/"*|\
8832 '${exec_prefix}'|'${exec_prefix}/'*)
8833 value=1
8834 ;;
8835 esac
8836
8837cat >>confdefs.h <<_ACEOF
8838#define ICONV_BIN_RELOCATABLE $value
8839_ACEOF
8840
8841
8842
8843fi
8844
8845
cb01cfba 8846# For the TUI, we need enhanced curses functionality.
bd8a8e1b 8847if test x"$enable_tui" != xno; then
cb01cfba
JB
8848 prefer_curses=yes
8849fi
8850
8851curses_found=no
8852if test x"$prefer_curses" = xyes; then
8853 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
8854 # curses library because the latter might not provide all the
8855 # functionality we need. However, this leads to problems on systems
8856 # where the linker searches /usr/local/lib, but the compiler doesn't
8857 # search /usr/local/include, if ncurses is installed in /usr/local. A
8858 # default installation of ncurses on alpha*-dec-osf* will lead to such
8859 # a situation.
81ecdfbb
RW
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
8861$as_echo_n "checking for library containing waddstr... " >&6; }
d0ac1c44 8862if ${ac_cv_search_waddstr+:} false; then :
81ecdfbb 8863 $as_echo_n "(cached) " >&6
6c7a06a3
TT
8864else
8865 ac_func_search_save_LIBS=$LIBS
81ecdfbb 8866cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
8867/* end confdefs.h. */
8868
81ecdfbb
RW
8869/* Override any GCC internal prototype to avoid an error.
8870 Use char because int might match the return type of a GCC
8871 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
8872#ifdef __cplusplus
8873extern "C"
8874#endif
6c7a06a3
TT
8875char waddstr ();
8876int
8877main ()
8878{
81ecdfbb 8879return waddstr ();
6c7a06a3
TT
8880 ;
8881 return 0;
8882}
8883_ACEOF
5007d765 8884for ac_lib in '' ncursesw ncurses cursesX curses; do
81ecdfbb
RW
8885 if test -z "$ac_lib"; then
8886 ac_res="none required"
8887 else
8888 ac_res=-l$ac_lib
8889 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8890 fi
8891 if ac_fn_c_try_link "$LINENO"; then :
8892 ac_cv_search_waddstr=$ac_res
8893fi
8894rm -f core conftest.err conftest.$ac_objext \
8895 conftest$ac_exeext
d0ac1c44 8896 if ${ac_cv_search_waddstr+:} false; then :
81ecdfbb
RW
8897 break
8898fi
8899done
d0ac1c44 8900if ${ac_cv_search_waddstr+:} false; then :
81ecdfbb 8901
6c7a06a3 8902else
81ecdfbb
RW
8903 ac_cv_search_waddstr=no
8904fi
8905rm conftest.$ac_ext
8906LIBS=$ac_func_search_save_LIBS
8907fi
8908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
8909$as_echo "$ac_cv_search_waddstr" >&6; }
8910ac_res=$ac_cv_search_waddstr
8911if test "$ac_res" != no; then :
8912 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3
TT
8913
8914fi
8915
8916
cb01cfba
JB
8917 if test "$ac_cv_search_waddstr" != no; then
8918 curses_found=yes
8919 fi
8920fi
8921
8922# Check whether we should enable the TUI, but only do so if we really
8923# can.
8924if test x"$enable_tui" != xno; then
8925 if test -d $srcdir/tui; then
8926 if test "$curses_found" != no; then
6c7a06a3
TT
8927 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
8928 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
8929 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
8930 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
6c7a06a3
TT
8931 else
8932 if test x"$enable_tui" = xyes; then
d0ac1c44 8933 as_fn_error $? "no enhanced curses library found; disable TUI" "$LINENO" 5
6c7a06a3 8934 else
81ecdfbb
RW
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
8936$as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
6c7a06a3
TT
8937 fi
8938 fi
8939 fi
8940fi
8941
8942# Since GDB uses Readline, we need termcap functionality. In many
8943# cases this will be provided by the curses library, but some systems
96fe4562 8944# have a separate termcap library, or no curses library at all.
6c7a06a3
TT
8945
8946case $host_os in
8947 cygwin*)
8948 if test -d $srcdir/libtermcap; then
8949 LIBS="../libtermcap/libtermcap.a $LIBS"
8950 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
8951 fi ;;
8952 go32* | *djgpp*)
8953 ac_cv_search_tgetent="none required"
8954 ;;
6c7a06a3
TT
8955esac
8956
8957# These are the libraries checked by Readline.
81ecdfbb
RW
8958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
8959$as_echo_n "checking for library containing tgetent... " >&6; }
d0ac1c44 8960if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb 8961 $as_echo_n "(cached) " >&6
6c7a06a3
TT
8962else
8963 ac_func_search_save_LIBS=$LIBS
81ecdfbb 8964cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
8965/* end confdefs.h. */
8966
81ecdfbb
RW
8967/* Override any GCC internal prototype to avoid an error.
8968 Use char because int might match the return type of a GCC
8969 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
8970#ifdef __cplusplus
8971extern "C"
8972#endif
6c7a06a3
TT
8973char tgetent ();
8974int
8975main ()
8976{
81ecdfbb 8977return tgetent ();
6c7a06a3
TT
8978 ;
8979 return 0;
8980}
8981_ACEOF
5007d765 8982for ac_lib in '' termcap tinfo curses ncursesw ncurses; do
81ecdfbb
RW
8983 if test -z "$ac_lib"; then
8984 ac_res="none required"
8985 else
8986 ac_res=-l$ac_lib
6c7a06a3 8987 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
8988 fi
8989 if ac_fn_c_try_link "$LINENO"; then :
8990 ac_cv_search_tgetent=$ac_res
8991fi
8992rm -f core conftest.err conftest.$ac_objext \
8993 conftest$ac_exeext
d0ac1c44 8994 if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb
RW
8995 break
8996fi
8997done
d0ac1c44 8998if ${ac_cv_search_tgetent+:} false; then :
6c7a06a3 8999
6c7a06a3 9000else
81ecdfbb 9001 ac_cv_search_tgetent=no
6c7a06a3 9002fi
81ecdfbb 9003rm conftest.$ac_ext
6c7a06a3
TT
9004LIBS=$ac_func_search_save_LIBS
9005fi
81ecdfbb
RW
9006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
9007$as_echo "$ac_cv_search_tgetent" >&6; }
9008ac_res=$ac_cv_search_tgetent
9009if test "$ac_res" != no; then :
9010 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3 9011
06825bd1
MK
9012fi
9013
06825bd1 9014
bec39cab 9015if test "$ac_cv_search_tgetent" = no; then
7a85168d 9016 CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
8ee53726
MK
9017fi
9018
3841debe 9019
81ecdfbb
RW
9020# Check whether --with-system-readline was given.
9021if test "${with_system_readline+set}" = set; then :
9022 withval=$with_system_readline;
9023fi
6a30b0a5 9024
6a30b0a5
AS
9025
9026if test "$with_system_readline" = yes; then
9027 READLINE=-lreadline
9028 READLINE_DEPS=
9029 READLINE_CFLAGS=
39037522 9030 READLINE_TEXI_INCFLAG=
6a30b0a5
AS
9031else
9032 READLINE='$(READLINE_DIR)/libreadline.a'
9033 READLINE_DEPS='$(READLINE)'
9034 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
39037522 9035 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
6a30b0a5
AS
9036fi
9037
9038
9039
9040
9041
f997c383
SD
9042# Generate jit-reader.h
9043
9044# This is typedeffed to GDB_CORE_ADDR in jit-reader.h
9045TARGET_PTR=
9046
9047# The cast to long int works around a bug in the HP C Compiler
9048# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9049# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9050# This bug is HP SR number 8606223364.
9051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
9052$as_echo_n "checking size of unsigned long long... " >&6; }
d0ac1c44 9053if ${ac_cv_sizeof_unsigned_long_long+:} false; then :
f997c383
SD
9054 $as_echo_n "(cached) " >&6
9055else
9056 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
9057
9058else
9059 if test "$ac_cv_type_unsigned_long_long" = yes; then
9060 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9061$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
9062as_fn_error 77 "cannot compute sizeof (unsigned long long)
9063See \`config.log' for more details" "$LINENO" 5; }
f997c383
SD
9064 else
9065 ac_cv_sizeof_unsigned_long_long=0
9066 fi
9067fi
9068
9069fi
9070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
9071$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
9072
9073
9074
9075cat >>confdefs.h <<_ACEOF
9076#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
9077_ACEOF
9078
9079
9080# The cast to long int works around a bug in the HP C Compiler
9081# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9082# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9083# This bug is HP SR number 8606223364.
9084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
9085$as_echo_n "checking size of unsigned long... " >&6; }
d0ac1c44 9086if ${ac_cv_sizeof_unsigned_long+:} false; then :
f997c383
SD
9087 $as_echo_n "(cached) " >&6
9088else
9089 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
9090
9091else
9092 if test "$ac_cv_type_unsigned_long" = yes; then
9093 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9094$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
9095as_fn_error 77 "cannot compute sizeof (unsigned long)
9096See \`config.log' for more details" "$LINENO" 5; }
f997c383
SD
9097 else
9098 ac_cv_sizeof_unsigned_long=0
9099 fi
9100fi
9101
9102fi
9103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
9104$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
9105
9106
9107
9108cat >>confdefs.h <<_ACEOF
9109#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
9110_ACEOF
9111
9112
9113# The cast to long int works around a bug in the HP C Compiler
9114# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9115# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9116# This bug is HP SR number 8606223364.
9117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
9118$as_echo_n "checking size of unsigned __int128... " >&6; }
d0ac1c44 9119if ${ac_cv_sizeof_unsigned___int128+:} false; then :
f997c383
SD
9120 $as_echo_n "(cached) " >&6
9121else
9122 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
9123
9124else
9125 if test "$ac_cv_type_unsigned___int128" = yes; then
9126 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9127$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
9128as_fn_error 77 "cannot compute sizeof (unsigned __int128)
9129See \`config.log' for more details" "$LINENO" 5; }
f997c383
SD
9130 else
9131 ac_cv_sizeof_unsigned___int128=0
9132 fi
9133fi
9134
9135fi
9136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
9137$as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
9138
9139
9140
9141cat >>confdefs.h <<_ACEOF
9142#define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
9143_ACEOF
9144
9145
9146
9147if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
9148 TARGET_PTR="unsigned long"
9149elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
9150 TARGET_PTR="unsigned long long"
9151elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
9152 TARGET_PTR="unsigned __int128"
9153else
9154 TARGET_PTR="unsigned long"
9155fi
9156
9157
9158ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
9159
9160
a2d08b9e
SD
9161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9162$as_echo_n "checking for library containing dlopen... " >&6; }
d0ac1c44 9163if ${ac_cv_search_dlopen+:} false; then :
a2d08b9e
SD
9164 $as_echo_n "(cached) " >&6
9165else
9166 ac_func_search_save_LIBS=$LIBS
9167cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9168/* end confdefs.h. */
9169
9170/* Override any GCC internal prototype to avoid an error.
9171 Use char because int might match the return type of a GCC
9172 builtin and then its argument prototype would still apply. */
9173#ifdef __cplusplus
9174extern "C"
9175#endif
9176char dlopen ();
9177int
9178main ()
9179{
9180return dlopen ();
9181 ;
9182 return 0;
9183}
9184_ACEOF
9185for ac_lib in '' dl; do
9186 if test -z "$ac_lib"; then
9187 ac_res="none required"
9188 else
9189 ac_res=-l$ac_lib
9190 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9191 fi
9192 if ac_fn_c_try_link "$LINENO"; then :
9193 ac_cv_search_dlopen=$ac_res
9194fi
9195rm -f core conftest.err conftest.$ac_objext \
9196 conftest$ac_exeext
d0ac1c44 9197 if ${ac_cv_search_dlopen+:} false; then :
a2d08b9e
SD
9198 break
9199fi
9200done
d0ac1c44 9201if ${ac_cv_search_dlopen+:} false; then :
a2d08b9e
SD
9202
9203else
9204 ac_cv_search_dlopen=no
9205fi
9206rm conftest.$ac_ext
9207LIBS=$ac_func_search_save_LIBS
9208fi
9209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9210$as_echo "$ac_cv_search_dlopen" >&6; }
9211ac_res=$ac_cv_search_dlopen
9212if test "$ac_res" != no; then :
9213 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9214
9215fi
9216
9217
39037522 9218
b8e0a31c
SD
9219
9220# Check whether --with-jit-reader-dir was given.
9221if test "${with_jit_reader_dir+set}" = set; then :
9222 withval=$with_jit_reader_dir;
9223 JIT_READER_DIR=$withval
9224else
9225 JIT_READER_DIR=${libdir}/gdb
9226fi
9227
9228
9229 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
9230 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9231 ac_define_dir=`eval echo $JIT_READER_DIR`
9232 ac_define_dir=`eval echo $ac_define_dir`
9233
9234cat >>confdefs.h <<_ACEOF
9235#define JIT_READER_DIR "$ac_define_dir"
9236_ACEOF
9237
9238
9239
9240
9241 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
9242 if test "x$prefix" = xNONE; then
9243 test_prefix=/usr/local
9244 else
9245 test_prefix=$prefix
9246 fi
9247 else
9248 test_prefix=$exec_prefix
9249 fi
9250 value=0
9251 case ${ac_define_dir} in
9252 "${test_prefix}"|"${test_prefix}/"*|\
9253 '${exec_prefix}'|'${exec_prefix}/'*)
9254 value=1
9255 ;;
9256 esac
9257
9258cat >>confdefs.h <<_ACEOF
9259#define JIT_READER_DIR_RELOCATABLE $value
9260_ACEOF
9261
9262
9263
9264
9265
81ecdfbb
RW
9266# Check whether --with-expat was given.
9267if test "${with_expat+set}" = set; then :
9268 withval=$with_expat;
5c39566f
DJ
9269else
9270 with_expat=auto
81ecdfbb
RW
9271fi
9272
9273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
9274$as_echo_n "checking whether to use expat... " >&6; }
9275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
9276$as_echo "$with_expat" >&6; }
5c39566f
DJ
9277
9278if test "${with_expat}" = no; then
81ecdfbb
RW
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
9280$as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
5c39566f
DJ
9281 HAVE_LIBEXPAT=no
9282else
9283
3841debe
DJ
9284
9285
9286
9287
9288
9289
9290
9291 use_additional=yes
9292
9293 acl_save_prefix="$prefix"
9294 prefix="$acl_final_prefix"
9295 acl_save_exec_prefix="$exec_prefix"
9296 exec_prefix="$acl_final_exec_prefix"
9297
9298 eval additional_includedir=\"$includedir\"
9299 eval additional_libdir=\"$libdir\"
9300
9301 exec_prefix="$acl_save_exec_prefix"
9302 prefix="$acl_save_prefix"
9303
9304
81ecdfbb
RW
9305# Check whether --with-libexpat-prefix was given.
9306if test "${with_libexpat_prefix+set}" = set; then :
9307 withval=$with_libexpat_prefix;
3841debe
DJ
9308 if test "X$withval" = "Xno"; then
9309 use_additional=no
9310 else
9311 if test "X$withval" = "X"; then
9312
9313 acl_save_prefix="$prefix"
9314 prefix="$acl_final_prefix"
9315 acl_save_exec_prefix="$exec_prefix"
9316 exec_prefix="$acl_final_exec_prefix"
9317
9318 eval additional_includedir=\"$includedir\"
9319 eval additional_libdir=\"$libdir\"
9320
9321 exec_prefix="$acl_save_exec_prefix"
9322 prefix="$acl_save_prefix"
9323
9324 else
9325 additional_includedir="$withval/include"
9326 additional_libdir="$withval/lib"
9327 fi
9328 fi
9329
81ecdfbb
RW
9330fi
9331
3841debe
DJ
9332 LIBEXPAT=
9333 LTLIBEXPAT=
9334 INCEXPAT=
9335 rpathdirs=
9336 ltrpathdirs=
9337 names_already_handled=
9338 names_next_round='expat '
9339 while test -n "$names_next_round"; do
9340 names_this_round="$names_next_round"
9341 names_next_round=
9342 for name in $names_this_round; do
9343 already_handled=
9344 for n in $names_already_handled; do
9345 if test "$n" = "$name"; then
9346 already_handled=yes
9347 break
9348 fi
9349 done
9350 if test -z "$already_handled"; then
9351 names_already_handled="$names_already_handled $name"
9352 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9353 eval value=\"\$HAVE_LIB$uppername\"
9354 if test -n "$value"; then
9355 if test "$value" = yes; then
9356 eval value=\"\$LIB$uppername\"
9357 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
9358 eval value=\"\$LTLIB$uppername\"
9359 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
9360 else
9361 :
9362 fi
9363 else
9364 found_dir=
9365 found_la=
9366 found_so=
9367 found_a=
9368 if test $use_additional = yes; then
9369 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9370 found_dir="$additional_libdir"
9371 found_so="$additional_libdir/lib$name.$shlibext"
9372 if test -f "$additional_libdir/lib$name.la"; then
9373 found_la="$additional_libdir/lib$name.la"
9374 fi
9375 else
9376 if test -f "$additional_libdir/lib$name.$libext"; then
9377 found_dir="$additional_libdir"
9378 found_a="$additional_libdir/lib$name.$libext"
9379 if test -f "$additional_libdir/lib$name.la"; then
9380 found_la="$additional_libdir/lib$name.la"
9381 fi
9382 fi
9383 fi
9384 fi
9385 if test "X$found_dir" = "X"; then
9386 for x in $LDFLAGS $LTLIBEXPAT; do
9387
9388 acl_save_prefix="$prefix"
9389 prefix="$acl_final_prefix"
9390 acl_save_exec_prefix="$exec_prefix"
9391 exec_prefix="$acl_final_exec_prefix"
9392 eval x=\"$x\"
9393 exec_prefix="$acl_save_exec_prefix"
9394 prefix="$acl_save_prefix"
9395
9396 case "$x" in
9397 -L*)
9398 dir=`echo "X$x" | sed -e 's/^X-L//'`
9399 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9400 found_dir="$dir"
9401 found_so="$dir/lib$name.$shlibext"
9402 if test -f "$dir/lib$name.la"; then
9403 found_la="$dir/lib$name.la"
9404 fi
9405 else
9406 if test -f "$dir/lib$name.$libext"; then
9407 found_dir="$dir"
9408 found_a="$dir/lib$name.$libext"
9409 if test -f "$dir/lib$name.la"; then
9410 found_la="$dir/lib$name.la"
9411 fi
9412 fi
9413 fi
9414 ;;
9415 esac
9416 if test "X$found_dir" != "X"; then
9417 break
9418 fi
9419 done
9420 fi
9421 if test "X$found_dir" != "X"; then
9422 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
9423 if test "X$found_so" != "X"; then
9424 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9425 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9426 else
9427 haveit=
9428 for x in $ltrpathdirs; do
9429 if test "X$x" = "X$found_dir"; then
9430 haveit=yes
9431 break
9432 fi
9433 done
9434 if test -z "$haveit"; then
9435 ltrpathdirs="$ltrpathdirs $found_dir"
9436 fi
9437 if test "$hardcode_direct" = yes; then
9438 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9439 else
9440 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9441 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9442 haveit=
9443 for x in $rpathdirs; do
9444 if test "X$x" = "X$found_dir"; then
9445 haveit=yes
9446 break
9447 fi
9448 done
9449 if test -z "$haveit"; then
9450 rpathdirs="$rpathdirs $found_dir"
9451 fi
9452 else
9453 haveit=
9454 for x in $LDFLAGS $LIBEXPAT; do
9455
9456 acl_save_prefix="$prefix"
9457 prefix="$acl_final_prefix"
9458 acl_save_exec_prefix="$exec_prefix"
9459 exec_prefix="$acl_final_exec_prefix"
9460 eval x=\"$x\"
9461 exec_prefix="$acl_save_exec_prefix"
9462 prefix="$acl_save_prefix"
9463
9464 if test "X$x" = "X-L$found_dir"; then
9465 haveit=yes
9466 break
9467 fi
9468 done
9469 if test -z "$haveit"; then
9470 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
9471 fi
9472 if test "$hardcode_minus_L" != no; then
9473 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
9474 else
9475 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
9476 fi
9477 fi
9478 fi
9479 fi
9480 else
9481 if test "X$found_a" != "X"; then
9482 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
9483 else
9484 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
9485 fi
9486 fi
9487 additional_includedir=
9488 case "$found_dir" in
9489 */lib | */lib/)
9490 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9491 additional_includedir="$basedir/include"
9492 ;;
9493 esac
9494 if test "X$additional_includedir" != "X"; then
9495 if test "X$additional_includedir" != "X/usr/include"; then
9496 haveit=
9497 if test "X$additional_includedir" = "X/usr/local/include"; then
9498 if test -n "$GCC"; then
9499 case $host_os in
9500 linux*) haveit=yes;;
9501 esac
9502 fi
9503 fi
9504 if test -z "$haveit"; then
9505 for x in $CPPFLAGS $INCEXPAT; do
9506
9507 acl_save_prefix="$prefix"
9508 prefix="$acl_final_prefix"
9509 acl_save_exec_prefix="$exec_prefix"
9510 exec_prefix="$acl_final_exec_prefix"
9511 eval x=\"$x\"
9512 exec_prefix="$acl_save_exec_prefix"
9513 prefix="$acl_save_prefix"
9514
9515 if test "X$x" = "X-I$additional_includedir"; then
9516 haveit=yes
9517 break
9518 fi
9519 done
9520 if test -z "$haveit"; then
9521 if test -d "$additional_includedir"; then
9522 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
9523 fi
9524 fi
9525 fi
9526 fi
9527 fi
9528 if test -n "$found_la"; then
9529 save_libdir="$libdir"
9530 case "$found_la" in
9531 */* | *\\*) . "$found_la" ;;
9532 *) . "./$found_la" ;;
9533 esac
9534 libdir="$save_libdir"
9535 for dep in $dependency_libs; do
9536 case "$dep" in
9537 -L*)
9538 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
9539 if test "X$additional_libdir" != "X/usr/lib"; then
9540 haveit=
9541 if test "X$additional_libdir" = "X/usr/local/lib"; then
9542 if test -n "$GCC"; then
9543 case $host_os in
9544 linux*) haveit=yes;;
9545 esac
9546 fi
9547 fi
9548 if test -z "$haveit"; then
9549 haveit=
9550 for x in $LDFLAGS $LIBEXPAT; do
9551
9552 acl_save_prefix="$prefix"
9553 prefix="$acl_final_prefix"
9554 acl_save_exec_prefix="$exec_prefix"
9555 exec_prefix="$acl_final_exec_prefix"
9556 eval x=\"$x\"
9557 exec_prefix="$acl_save_exec_prefix"
9558 prefix="$acl_save_prefix"
9559
9560 if test "X$x" = "X-L$additional_libdir"; then
9561 haveit=yes
9562 break
9563 fi
9564 done
9565 if test -z "$haveit"; then
9566 if test -d "$additional_libdir"; then
9567 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
9568 fi
9569 fi
9570 haveit=
9571 for x in $LDFLAGS $LTLIBEXPAT; do
9572
9573 acl_save_prefix="$prefix"
9574 prefix="$acl_final_prefix"
9575 acl_save_exec_prefix="$exec_prefix"
9576 exec_prefix="$acl_final_exec_prefix"
9577 eval x=\"$x\"
9578 exec_prefix="$acl_save_exec_prefix"
9579 prefix="$acl_save_prefix"
9580
9581 if test "X$x" = "X-L$additional_libdir"; then
9582 haveit=yes
9583 break
9584 fi
9585 done
9586 if test -z "$haveit"; then
9587 if test -d "$additional_libdir"; then
9588 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
9589 fi
9590 fi
9591 fi
9592 fi
9593 ;;
9594 -R*)
9595 dir=`echo "X$dep" | sed -e 's/^X-R//'`
9596 if test "$enable_rpath" != no; then
9597 haveit=
9598 for x in $rpathdirs; do
9599 if test "X$x" = "X$dir"; then
9600 haveit=yes
9601 break
9602 fi
9603 done
9604 if test -z "$haveit"; then
9605 rpathdirs="$rpathdirs $dir"
9606 fi
9607 haveit=
9608 for x in $ltrpathdirs; do
9609 if test "X$x" = "X$dir"; then
9610 haveit=yes
9611 break
9612 fi
9613 done
9614 if test -z "$haveit"; then
9615 ltrpathdirs="$ltrpathdirs $dir"
9616 fi
9617 fi
9618 ;;
9619 -l*)
9620 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
9621 ;;
9622 *.la)
9623 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
9624 ;;
9625 *)
9626 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
9627 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
9628 ;;
81ecdfbb
RW
9629 esac
9630 done
9631 fi
9632 else
9633 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
9634 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
9635 fi
9636 fi
9637 fi
9638 done
9639 done
9640 if test "X$rpathdirs" != "X"; then
9641 if test -n "$hardcode_libdir_separator"; then
9642 alldirs=
9643 for found_dir in $rpathdirs; do
9644 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
9645 done
9646 acl_save_libdir="$libdir"
9647 libdir="$alldirs"
9648 eval flag=\"$hardcode_libdir_flag_spec\"
9649 libdir="$acl_save_libdir"
9650 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
9651 else
9652 for found_dir in $rpathdirs; do
9653 acl_save_libdir="$libdir"
9654 libdir="$found_dir"
9655 eval flag=\"$hardcode_libdir_flag_spec\"
9656 libdir="$acl_save_libdir"
9657 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
9658 done
9659 fi
9660 fi
9661 if test "X$ltrpathdirs" != "X"; then
9662 for found_dir in $ltrpathdirs; do
9663 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
9664 done
9665 fi
a9322a30
TT
9666
9667
81ecdfbb 9668 ac_save_CPPFLAGS="$CPPFLAGS"
a9322a30 9669
81ecdfbb
RW
9670 for element in $INCEXPAT; do
9671 haveit=
9672 for x in $CPPFLAGS; do
a9322a30 9673
81ecdfbb
RW
9674 acl_save_prefix="$prefix"
9675 prefix="$acl_final_prefix"
9676 acl_save_exec_prefix="$exec_prefix"
9677 exec_prefix="$acl_final_exec_prefix"
9678 eval x=\"$x\"
9679 exec_prefix="$acl_save_exec_prefix"
9680 prefix="$acl_save_prefix"
a8111142 9681
81ecdfbb
RW
9682 if test "X$x" = "X$element"; then
9683 haveit=yes
9684 break
9685 fi
9686 done
9687 if test -z "$haveit"; then
9688 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
9689 fi
9690 done
a9322a30
TT
9691
9692
81ecdfbb
RW
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
9694$as_echo_n "checking for libexpat... " >&6; }
d0ac1c44 9695if ${ac_cv_libexpat+:} false; then :
81ecdfbb 9696 $as_echo_n "(cached) " >&6
bec39cab 9697else
bec39cab 9698
81ecdfbb
RW
9699 ac_save_LIBS="$LIBS"
9700 LIBS="$LIBS $LIBEXPAT"
9701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9702/* end confdefs.h. */
81ecdfbb
RW
9703#include "expat.h"
9704int
9705main ()
9706{
9707XML_Parser p = XML_ParserCreate (0);
9708 ;
9709 return 0;
9710}
bec39cab 9711_ACEOF
81ecdfbb
RW
9712if ac_fn_c_try_link "$LINENO"; then :
9713 ac_cv_libexpat=yes
c906108c 9714else
81ecdfbb 9715 ac_cv_libexpat=no
bec39cab 9716fi
81ecdfbb
RW
9717rm -f core conftest.err conftest.$ac_objext \
9718 conftest$ac_exeext conftest.$ac_ext
9719 LIBS="$ac_save_LIBS"
c906108c 9720
95ca63c4 9721fi
81ecdfbb
RW
9722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
9723$as_echo "$ac_cv_libexpat" >&6; }
9724 if test "$ac_cv_libexpat" = yes; then
9725 HAVE_LIBEXPAT=yes
bec39cab 9726
81ecdfbb 9727$as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
bec39cab 9728
81ecdfbb
RW
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
9730$as_echo_n "checking how to link with libexpat... " >&6; }
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
9732$as_echo "$LIBEXPAT" >&6; }
9733 else
9734 HAVE_LIBEXPAT=no
9735 CPPFLAGS="$ac_save_CPPFLAGS"
9736 LIBEXPAT=
9737 LTLIBEXPAT=
9738 fi
95ca63c4
CF
9739
9740
9741
7cb9022a
MK
9742
9743
bec39cab 9744
81ecdfbb
RW
9745 if test "$HAVE_LIBEXPAT" != yes; then
9746 if test "$with_expat" = yes; then
d0ac1c44 9747 as_fn_error $? "expat is missing or unusable" "$LINENO" 5
81ecdfbb
RW
9748 else
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
9750$as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
9751 fi
9752 else
9753 save_LIBS=$LIBS
9754 LIBS="$LIBS $LIBEXPAT"
9755 for ac_func in XML_StopParser
9756do :
9757 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
d0ac1c44 9758if test "x$ac_cv_func_XML_StopParser" = xyes; then :
bec39cab 9759 cat >>confdefs.h <<_ACEOF
81ecdfbb 9760#define HAVE_XML_STOPPARSER 1
bec39cab 9761_ACEOF
95ca63c4 9762
bec39cab 9763fi
bec39cab 9764done
95ca63c4 9765
81ecdfbb
RW
9766 LIBS=$save_LIBS
9767 fi
a9322a30
TT
9768fi
9769
2400729e
UW
9770
9771# Check whether --with-mpfr was given.
9772if test "${with_mpfr+set}" = set; then :
9773 withval=$with_mpfr;
9774else
9775 with_mpfr=auto
9776fi
9777
9778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use MPFR" >&5
9779$as_echo_n "checking whether to use MPFR... " >&6; }
9780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mpfr" >&5
9781$as_echo "$with_mpfr" >&6; }
9782
9783if test "${with_mpfr}" = no; then
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MPFR support disabled; some features may be unavailable." >&5
9785$as_echo "$as_me: WARNING: MPFR support disabled; some features may be unavailable." >&2;}
9786 HAVE_LIBMPFR=no
9787else
9788
9789
9790
9791
9792
9793
9794
9795
9796 use_additional=yes
9797
9798 acl_save_prefix="$prefix"
9799 prefix="$acl_final_prefix"
9800 acl_save_exec_prefix="$exec_prefix"
9801 exec_prefix="$acl_final_exec_prefix"
9802
9803 eval additional_includedir=\"$includedir\"
9804 eval additional_libdir=\"$libdir\"
9805
9806 exec_prefix="$acl_save_exec_prefix"
9807 prefix="$acl_save_prefix"
9808
9809
9810# Check whether --with-libmpfr-prefix was given.
9811if test "${with_libmpfr_prefix+set}" = set; then :
9812 withval=$with_libmpfr_prefix;
9813 if test "X$withval" = "Xno"; then
9814 use_additional=no
9815 else
9816 if test "X$withval" = "X"; then
9817
9818 acl_save_prefix="$prefix"
9819 prefix="$acl_final_prefix"
9820 acl_save_exec_prefix="$exec_prefix"
9821 exec_prefix="$acl_final_exec_prefix"
9822
9823 eval additional_includedir=\"$includedir\"
9824 eval additional_libdir=\"$libdir\"
9825
9826 exec_prefix="$acl_save_exec_prefix"
9827 prefix="$acl_save_prefix"
9828
9829 else
9830 additional_includedir="$withval/include"
9831 additional_libdir="$withval/lib"
9832 fi
9833 fi
9834
9835fi
9836
9837 LIBMPFR=
9838 LTLIBMPFR=
9839 INCMPFR=
9840 rpathdirs=
9841 ltrpathdirs=
9842 names_already_handled=
9843 names_next_round='mpfr '
9844 while test -n "$names_next_round"; do
9845 names_this_round="$names_next_round"
9846 names_next_round=
9847 for name in $names_this_round; do
9848 already_handled=
9849 for n in $names_already_handled; do
9850 if test "$n" = "$name"; then
9851 already_handled=yes
9852 break
9853 fi
9854 done
9855 if test -z "$already_handled"; then
9856 names_already_handled="$names_already_handled $name"
9857 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9858 eval value=\"\$HAVE_LIB$uppername\"
9859 if test -n "$value"; then
9860 if test "$value" = yes; then
9861 eval value=\"\$LIB$uppername\"
9862 test -z "$value" || LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$value"
9863 eval value=\"\$LTLIB$uppername\"
9864 test -z "$value" || LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }$value"
9865 else
9866 :
9867 fi
9868 else
9869 found_dir=
9870 found_la=
9871 found_so=
9872 found_a=
9873 if test $use_additional = yes; then
9874 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9875 found_dir="$additional_libdir"
9876 found_so="$additional_libdir/lib$name.$shlibext"
9877 if test -f "$additional_libdir/lib$name.la"; then
9878 found_la="$additional_libdir/lib$name.la"
9879 fi
9880 else
9881 if test -f "$additional_libdir/lib$name.$libext"; then
9882 found_dir="$additional_libdir"
9883 found_a="$additional_libdir/lib$name.$libext"
9884 if test -f "$additional_libdir/lib$name.la"; then
9885 found_la="$additional_libdir/lib$name.la"
9886 fi
9887 fi
9888 fi
9889 fi
9890 if test "X$found_dir" = "X"; then
9891 for x in $LDFLAGS $LTLIBMPFR; do
9892
9893 acl_save_prefix="$prefix"
9894 prefix="$acl_final_prefix"
9895 acl_save_exec_prefix="$exec_prefix"
9896 exec_prefix="$acl_final_exec_prefix"
9897 eval x=\"$x\"
9898 exec_prefix="$acl_save_exec_prefix"
9899 prefix="$acl_save_prefix"
9900
9901 case "$x" in
9902 -L*)
9903 dir=`echo "X$x" | sed -e 's/^X-L//'`
9904 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9905 found_dir="$dir"
9906 found_so="$dir/lib$name.$shlibext"
9907 if test -f "$dir/lib$name.la"; then
9908 found_la="$dir/lib$name.la"
9909 fi
9910 else
9911 if test -f "$dir/lib$name.$libext"; then
9912 found_dir="$dir"
9913 found_a="$dir/lib$name.$libext"
9914 if test -f "$dir/lib$name.la"; then
9915 found_la="$dir/lib$name.la"
9916 fi
9917 fi
9918 fi
9919 ;;
9920 esac
9921 if test "X$found_dir" != "X"; then
9922 break
9923 fi
9924 done
9925 fi
9926 if test "X$found_dir" != "X"; then
9927 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-L$found_dir -l$name"
9928 if test "X$found_so" != "X"; then
9929 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9930 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9931 else
9932 haveit=
9933 for x in $ltrpathdirs; do
9934 if test "X$x" = "X$found_dir"; then
9935 haveit=yes
9936 break
9937 fi
9938 done
9939 if test -z "$haveit"; then
9940 ltrpathdirs="$ltrpathdirs $found_dir"
9941 fi
9942 if test "$hardcode_direct" = yes; then
9943 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9944 else
9945 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9946 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9947 haveit=
9948 for x in $rpathdirs; do
9949 if test "X$x" = "X$found_dir"; then
9950 haveit=yes
9951 break
9952 fi
9953 done
9954 if test -z "$haveit"; then
9955 rpathdirs="$rpathdirs $found_dir"
9956 fi
9957 else
9958 haveit=
9959 for x in $LDFLAGS $LIBMPFR; do
9960
9961 acl_save_prefix="$prefix"
9962 prefix="$acl_final_prefix"
9963 acl_save_exec_prefix="$exec_prefix"
9964 exec_prefix="$acl_final_exec_prefix"
9965 eval x=\"$x\"
9966 exec_prefix="$acl_save_exec_prefix"
9967 prefix="$acl_save_prefix"
9968
9969 if test "X$x" = "X-L$found_dir"; then
9970 haveit=yes
9971 break
9972 fi
9973 done
9974 if test -z "$haveit"; then
9975 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$found_dir"
9976 fi
9977 if test "$hardcode_minus_L" != no; then
9978 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_so"
9979 else
9980 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-l$name"
9981 fi
9982 fi
9983 fi
9984 fi
9985 else
9986 if test "X$found_a" != "X"; then
9987 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$found_a"
9988 else
9989 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$found_dir -l$name"
9990 fi
9991 fi
9992 additional_includedir=
9993 case "$found_dir" in
9994 */lib | */lib/)
9995 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9996 additional_includedir="$basedir/include"
9997 ;;
9998 esac
9999 if test "X$additional_includedir" != "X"; then
10000 if test "X$additional_includedir" != "X/usr/include"; then
10001 haveit=
10002 if test "X$additional_includedir" = "X/usr/local/include"; then
10003 if test -n "$GCC"; then
10004 case $host_os in
10005 linux*) haveit=yes;;
10006 esac
10007 fi
10008 fi
10009 if test -z "$haveit"; then
10010 for x in $CPPFLAGS $INCMPFR; do
10011
10012 acl_save_prefix="$prefix"
10013 prefix="$acl_final_prefix"
10014 acl_save_exec_prefix="$exec_prefix"
10015 exec_prefix="$acl_final_exec_prefix"
10016 eval x=\"$x\"
10017 exec_prefix="$acl_save_exec_prefix"
10018 prefix="$acl_save_prefix"
10019
10020 if test "X$x" = "X-I$additional_includedir"; then
10021 haveit=yes
10022 break
10023 fi
10024 done
10025 if test -z "$haveit"; then
10026 if test -d "$additional_includedir"; then
10027 INCMPFR="${INCMPFR}${INCMPFR:+ }-I$additional_includedir"
10028 fi
10029 fi
10030 fi
10031 fi
10032 fi
10033 if test -n "$found_la"; then
10034 save_libdir="$libdir"
10035 case "$found_la" in
10036 */* | *\\*) . "$found_la" ;;
10037 *) . "./$found_la" ;;
10038 esac
10039 libdir="$save_libdir"
10040 for dep in $dependency_libs; do
10041 case "$dep" in
10042 -L*)
10043 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
10044 if test "X$additional_libdir" != "X/usr/lib"; then
10045 haveit=
10046 if test "X$additional_libdir" = "X/usr/local/lib"; then
10047 if test -n "$GCC"; then
10048 case $host_os in
10049 linux*) haveit=yes;;
10050 esac
10051 fi
10052 fi
10053 if test -z "$haveit"; then
10054 haveit=
10055 for x in $LDFLAGS $LIBMPFR; do
10056
10057 acl_save_prefix="$prefix"
10058 prefix="$acl_final_prefix"
10059 acl_save_exec_prefix="$exec_prefix"
10060 exec_prefix="$acl_final_exec_prefix"
10061 eval x=\"$x\"
10062 exec_prefix="$acl_save_exec_prefix"
10063 prefix="$acl_save_prefix"
10064
10065 if test "X$x" = "X-L$additional_libdir"; then
10066 haveit=yes
10067 break
10068 fi
10069 done
10070 if test -z "$haveit"; then
10071 if test -d "$additional_libdir"; then
10072 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-L$additional_libdir"
10073 fi
10074 fi
10075 haveit=
10076 for x in $LDFLAGS $LTLIBMPFR; do
10077
10078 acl_save_prefix="$prefix"
10079 prefix="$acl_final_prefix"
10080 acl_save_exec_prefix="$exec_prefix"
10081 exec_prefix="$acl_final_exec_prefix"
10082 eval x=\"$x\"
10083 exec_prefix="$acl_save_exec_prefix"
10084 prefix="$acl_save_prefix"
10085
10086 if test "X$x" = "X-L$additional_libdir"; then
10087 haveit=yes
10088 break
10089 fi
10090 done
10091 if test -z "$haveit"; then
10092 if test -d "$additional_libdir"; then
10093 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-L$additional_libdir"
10094 fi
10095 fi
10096 fi
10097 fi
10098 ;;
10099 -R*)
10100 dir=`echo "X$dep" | sed -e 's/^X-R//'`
10101 if test "$enable_rpath" != no; then
10102 haveit=
10103 for x in $rpathdirs; do
10104 if test "X$x" = "X$dir"; then
10105 haveit=yes
10106 break
10107 fi
10108 done
10109 if test -z "$haveit"; then
10110 rpathdirs="$rpathdirs $dir"
10111 fi
10112 haveit=
10113 for x in $ltrpathdirs; do
10114 if test "X$x" = "X$dir"; then
10115 haveit=yes
10116 break
10117 fi
10118 done
10119 if test -z "$haveit"; then
10120 ltrpathdirs="$ltrpathdirs $dir"
10121 fi
10122 fi
10123 ;;
10124 -l*)
10125 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10126 ;;
10127 *.la)
10128 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10129 ;;
10130 *)
10131 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$dep"
10132 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }$dep"
10133 ;;
10134 esac
10135 done
10136 fi
10137 else
10138 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }-l$name"
10139 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-l$name"
10140 fi
10141 fi
10142 fi
10143 done
10144 done
10145 if test "X$rpathdirs" != "X"; then
10146 if test -n "$hardcode_libdir_separator"; then
10147 alldirs=
10148 for found_dir in $rpathdirs; do
10149 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10150 done
10151 acl_save_libdir="$libdir"
10152 libdir="$alldirs"
10153 eval flag=\"$hardcode_libdir_flag_spec\"
10154 libdir="$acl_save_libdir"
10155 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$flag"
10156 else
10157 for found_dir in $rpathdirs; do
10158 acl_save_libdir="$libdir"
10159 libdir="$found_dir"
10160 eval flag=\"$hardcode_libdir_flag_spec\"
10161 libdir="$acl_save_libdir"
10162 LIBMPFR="${LIBMPFR}${LIBMPFR:+ }$flag"
10163 done
10164 fi
10165 fi
10166 if test "X$ltrpathdirs" != "X"; then
10167 for found_dir in $ltrpathdirs; do
10168 LTLIBMPFR="${LTLIBMPFR}${LTLIBMPFR:+ }-R$found_dir"
10169 done
10170 fi
10171
10172
10173 ac_save_CPPFLAGS="$CPPFLAGS"
10174
10175 for element in $INCMPFR; do
10176 haveit=
10177 for x in $CPPFLAGS; do
10178
10179 acl_save_prefix="$prefix"
10180 prefix="$acl_final_prefix"
10181 acl_save_exec_prefix="$exec_prefix"
10182 exec_prefix="$acl_final_exec_prefix"
10183 eval x=\"$x\"
10184 exec_prefix="$acl_save_exec_prefix"
10185 prefix="$acl_save_prefix"
10186
10187 if test "X$x" = "X$element"; then
10188 haveit=yes
10189 break
10190 fi
10191 done
10192 if test -z "$haveit"; then
10193 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
10194 fi
10195 done
10196
10197
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpfr" >&5
10199$as_echo_n "checking for libmpfr... " >&6; }
d0ac1c44 10200if ${ac_cv_libmpfr+:} false; then :
2400729e
UW
10201 $as_echo_n "(cached) " >&6
10202else
10203
10204 ac_save_LIBS="$LIBS"
10205 LIBS="$LIBS $LIBMPFR"
10206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10207/* end confdefs.h. */
10208#include <mpfr.h>
10209int
10210main ()
10211{
10212mpfr_exp_t exp; mpfr_t x;
10213 mpfr_frexp (&exp, x, x, MPFR_RNDN);
10214 ;
10215 return 0;
10216}
10217_ACEOF
10218if ac_fn_c_try_link "$LINENO"; then :
10219 ac_cv_libmpfr=yes
10220else
10221 ac_cv_libmpfr=no
10222fi
10223rm -f core conftest.err conftest.$ac_objext \
10224 conftest$ac_exeext conftest.$ac_ext
10225 LIBS="$ac_save_LIBS"
10226
10227fi
10228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libmpfr" >&5
10229$as_echo "$ac_cv_libmpfr" >&6; }
10230 if test "$ac_cv_libmpfr" = yes; then
10231 HAVE_LIBMPFR=yes
10232
10233$as_echo "#define HAVE_LIBMPFR 1" >>confdefs.h
10234
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libmpfr" >&5
10236$as_echo_n "checking how to link with libmpfr... " >&6; }
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBMPFR" >&5
10238$as_echo "$LIBMPFR" >&6; }
10239 else
10240 HAVE_LIBMPFR=no
10241 CPPFLAGS="$ac_save_CPPFLAGS"
10242 LIBMPFR=
10243 LTLIBMPFR=
10244 fi
10245
10246
10247
10248
10249
10250
10251 if test "$HAVE_LIBMPFR" != yes; then
10252 if test "$with_mpfr" = yes; then
d0ac1c44 10253 as_fn_error $? "MPFR is missing or unusable" "$LINENO" 5
2400729e
UW
10254 else
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MPFR is missing or unusable; some features may be unavailable." >&5
10256$as_echo "$as_me: WARNING: MPFR is missing or unusable; some features may be unavailable." >&2;}
10257 fi
10258 fi
10259fi
10260
d344e670
DE
10261# --------------------- #
10262# Check for libpython. #
10263# --------------------- #
10264
a9322a30 10265
a9322a30
TT
10266
10267
ec685c5e 10268
0c4a4063 10269
81ecdfbb
RW
10270# Check whether --with-python was given.
10271if test "${with_python+set}" = set; then :
10272 withval=$with_python;
bec39cab 10273else
81ecdfbb 10274 with_python=auto
bec39cab 10275fi
bec39cab 10276
81ecdfbb
RW
10277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
10278$as_echo_n "checking whether to use python... " >&6; }
10279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
10280$as_echo "$with_python" >&6; }
9a156167 10281
81ecdfbb
RW
10282if test "${with_python}" = no; then
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
10284$as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
10285 have_libpython=no
bec39cab 10286else
81ecdfbb 10287 case "${with_python}" in
8c85a4e2 10288 [\\/]* | ?:[\\/]*)
ec685c5e
DE
10289 if test -d ${with_python}; then
10290 # Assume the python binary is ${with_python}/bin/python.
ec685c5e 10291 python_prog="${with_python}/bin/python"
0c4a4063 10292 python_prefix=
9c4ea6c5
JB
10293 # If python does not exit ${with_python}/bin, then try in
10294 # ${with_python}. On Windows/MinGW, this is where the Python
10295 # executable is.
10296 if test ! -x "${python_prog}"; then
10297 python_prog="${with_python}/python"
10298 python_prefix=
10299 fi
e7a30f46 10300 if test ! -x "${python_prog}"; then
ec685c5e
DE
10301 # Fall back to gdb 7.0/7.1 behaviour.
10302 python_prog=missing
0c4a4063 10303 python_prefix=${with_python}
ec685c5e 10304 fi
e7a30f46 10305 elif test -x "${with_python}"; then
ec685c5e
DE
10306 # While we can't run python compiled for $host (unless host == build),
10307 # the user could write a script that provides the needed information,
10308 # so we support that.
ec685c5e 10309 python_prog=${with_python}
0c4a4063 10310 python_prefix=
ec685c5e 10311 else
d0ac1c44 10312 as_fn_error $? "invalid value for --with-python" "$LINENO" 5
ec685c5e 10313 fi
81ecdfbb 10314 ;;
ec685c5e
DE
10315 */*)
10316 # Disallow --with-python=foo/bar.
d0ac1c44 10317 as_fn_error $? "invalid value for --with-python" "$LINENO" 5
81ecdfbb 10318 ;;
ec685c5e
DE
10319 *)
10320 # The user has either specified auto, yes, or the name of the python
10321 # program assumed to be in $PATH.
10322 python_prefix=
10323 case "${with_python}" in
10324 yes | auto)
10325 if test ${build} = ${host}; then
10326 # Extract the first word of "python", so it can be a program name with args.
10327set dummy python; ac_word=$2
10328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10329$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10330if ${ac_cv_path_python_prog_path+:} false; then :
ec685c5e
DE
10331 $as_echo_n "(cached) " >&6
10332else
10333 case $python_prog_path in
10334 [\\/]* | ?:[\\/]*)
10335 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10336 ;;
10337 *)
10338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10339for as_dir in $PATH
10340do
10341 IFS=$as_save_IFS
10342 test -z "$as_dir" && as_dir=.
10343 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ec685c5e
DE
10345 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10347 break 2
10348 fi
10349done
10350 done
10351IFS=$as_save_IFS
10352
10353 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10354 ;;
10355esac
10356fi
10357python_prog_path=$ac_cv_path_python_prog_path
10358if test -n "$python_prog_path"; then
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10360$as_echo "$python_prog_path" >&6; }
10361else
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10363$as_echo "no" >&6; }
10364fi
10365
10366
10367 if test "${python_prog_path}" = missing; then
10368 python_prog=missing
10369 else
10370 python_prog=${python_prog_path}
10371 fi
10372 else
10373 # Not much we can do except assume the cross-compiler will find the
10374 # right files.
10375 python_prog=missing
10376 fi
10377 ;;
10378 *)
10379 # While we can't run python compiled for $host (unless host == build),
10380 # the user could write a script that provides the needed information,
10381 # so we support that.
10382 python_prog="${with_python}"
10383 # Extract the first word of "${python_prog}", so it can be a program name with args.
10384set dummy ${python_prog}; ac_word=$2
10385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10386$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10387if ${ac_cv_path_python_prog_path+:} false; then :
ec685c5e
DE
10388 $as_echo_n "(cached) " >&6
10389else
10390 case $python_prog_path in
10391 [\\/]* | ?:[\\/]*)
10392 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10393 ;;
10394 *)
10395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10396for as_dir in $PATH
10397do
10398 IFS=$as_save_IFS
10399 test -z "$as_dir" && as_dir=.
10400 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10401 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ec685c5e
DE
10402 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10404 break 2
10405 fi
10406done
10407 done
10408IFS=$as_save_IFS
10409
10410 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10411 ;;
10412esac
10413fi
10414python_prog_path=$ac_cv_path_python_prog_path
10415if test -n "$python_prog_path"; then
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10417$as_echo "$python_prog_path" >&6; }
10418else
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10420$as_echo "no" >&6; }
10421fi
10422
10423
10424 if test "${python_prog_path}" = missing; then
d0ac1c44 10425 as_fn_error $? "unable to find python program ${python_prog}" "$LINENO" 5
ec685c5e
DE
10426 fi
10427 ;;
10428 esac
81ecdfbb
RW
10429 esac
10430
ec685c5e 10431 if test "${python_prog}" != missing; then
e7a30f46
DE
10432 # We have a python program to use, but it may be too old.
10433 # Don't flag an error for --with-python=auto (the default).
10434 have_python_config=yes
ec685c5e
DE
10435 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
10436 if test $? != 0; then
e7a30f46
DE
10437 have_python_config=failed
10438 if test "${with_python}" != auto; then
d0ac1c44 10439 as_fn_error $? "failure running python-config --includes" "$LINENO" 5
e7a30f46 10440 fi
ec685c5e
DE
10441 fi
10442 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
10443 if test $? != 0; then
e7a30f46
DE
10444 have_python_config=failed
10445 if test "${with_python}" != auto; then
d0ac1c44 10446 as_fn_error $? "failure running python-config --ldflags" "$LINENO" 5
e7a30f46 10447 fi
ec685c5e 10448 fi
0c4a4063
DE
10449 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
10450 if test $? != 0; then
e7a30f46
DE
10451 have_python_config=failed
10452 if test "${with_python}" != auto; then
d0ac1c44 10453 as_fn_error $? "failure running python-config --exec-prefix" "$LINENO" 5
e7a30f46 10454 fi
0c4a4063 10455 fi
ec685c5e 10456 else
ac534cba
JB
10457 # We do not have a python executable we can use to determine where
10458 # to find the Python headers and libs. We cannot guess the include
10459 # path from the python_prefix either, because that include path
10460 # depends on the Python version. So, there is nothing much we can
10461 # do except assume that the compiler will be able to find those files.
10462 python_includes=
10463 python_libs=
0c4a4063 10464 have_python_config=no
ec685c5e 10465 fi
bec39cab 10466
ec685c5e
DE
10467 # If we have python-config, only try the configuration it provides.
10468 # Otherwise fallback on the old way of trying different versions of
10469 # python in turn.
81ecdfbb 10470
ec685c5e
DE
10471 have_libpython=no
10472 if test "${have_python_config}" = yes; then
c1039e3c
JB
10473 # Determine the Python version by extracting "-lpython<version>"
10474 # part of the python_libs. <version> is usually X.Y with X and Y
10475 # being decimal numbers, but can also be XY (seen on Windows).
10476 #
10477 # The extraction is performed using sed with a regular expression.
10478 # Initially, the regexp used was using the '?' quantifier to make
10479 # the dot in the version number optional. Unfortunately, this
10480 # does not work with non-GNU versions of sed because, because of
10481 # what looks like a limitation (the '?' quantifier does not work
10482 # with back-references). We work around this limitation by using
10483 # the '*' quantifier instead. It means that, in theory, we might
10484 # match unexpected version strings such as "-lpython2..7", but
10485 # this seems unlikely in practice. And even if that happens,
10486 # an error will be triggered later on, when checking that version
10487 # number.
ec685c5e 10488 python_version=`echo " ${python_libs} " \
c1039e3c 10489 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
0c4a4063
DE
10490 case "${python_version}" in
10491 python*)
ec685c5e
DE
10492
10493 version=${python_version}
10494
10495 new_CPPFLAGS=${python_includes}
10496 new_LIBS=${python_libs}
81ecdfbb
RW
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10498$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 10499 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 10500 save_LIBS=$LIBS
ec685c5e 10501 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
bf27f0e2 10502 LIBS="$new_LIBS $LIBS"
ec685c5e 10503 found_usable_python=no
81ecdfbb 10504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10505/* end confdefs.h. */
ac534cba 10506#include "Python.h"
81ecdfbb
RW
10507int
10508main ()
10509{
10510Py_Initialize ();
10511 ;
10512 return 0;
10513}
bec39cab 10514_ACEOF
81ecdfbb 10515if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
10516 have_libpython=${version}
10517 found_usable_python=yes
ac534cba
JB
10518 PYTHON_CPPFLAGS=$new_CPPFLAGS
10519 PYTHON_LIBS=$new_LIBS
9a156167 10520fi
81ecdfbb
RW
10521rm -f core conftest.err conftest.$ac_objext \
10522 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
10523 CPPFLAGS=$save_CPPFLAGS
10524 LIBS=$save_LIBS
ec685c5e
DE
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10526$as_echo "${found_usable_python}" >&6; }
9a156167 10527
0c4a4063
DE
10528 ;;
10529 *)
d0ac1c44 10530 as_fn_error $? "unable to determine python version from ${python_libs}" "$LINENO" 5
0c4a4063
DE
10531 ;;
10532 esac
e7a30f46 10533 elif test "${have_python_config}" != failed; then
ec685c5e 10534 if test "${have_libpython}" = no; then
9a156167 10535
420697bb
TT
10536 version=python2.7
10537
10538 new_CPPFLAGS=${python_includes}
bf27f0e2 10539 new_LIBS="-lpython2.7 ${python_libs}"
420697bb
TT
10540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10541$as_echo_n "checking for ${version}... " >&6; }
10542 save_CPPFLAGS=$CPPFLAGS
10543 save_LIBS=$LIBS
10544 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
bf27f0e2 10545 LIBS="$new_LIBS $LIBS"
420697bb
TT
10546 found_usable_python=no
10547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10548/* end confdefs.h. */
ac534cba 10549#include "Python.h"
420697bb
TT
10550int
10551main ()
10552{
10553Py_Initialize ();
10554 ;
10555 return 0;
10556}
10557_ACEOF
10558if ac_fn_c_try_link "$LINENO"; then :
10559 have_libpython=${version}
10560 found_usable_python=yes
ac534cba
JB
10561 PYTHON_CPPFLAGS=$new_CPPFLAGS
10562 PYTHON_LIBS=$new_LIBS
420697bb
TT
10563fi
10564rm -f core conftest.err conftest.$ac_objext \
10565 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
10566 CPPFLAGS=$save_CPPFLAGS
10567 LIBS=$save_LIBS
420697bb
TT
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10569$as_echo "${found_usable_python}" >&6; }
10570
10571 fi
10572 if test "${have_libpython}" = no; then
10573
ec685c5e
DE
10574 version=python2.6
10575
10576 new_CPPFLAGS=${python_includes}
bf27f0e2 10577 new_LIBS="-lpython2.6 ${python_libs}"
ec685c5e
DE
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10579$as_echo_n "checking for ${version}... " >&6; }
10580 save_CPPFLAGS=$CPPFLAGS
10581 save_LIBS=$LIBS
10582 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
bf27f0e2 10583 LIBS="$new_LIBS $LIBS"
ec685c5e
DE
10584 found_usable_python=no
10585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10586/* end confdefs.h. */
ac534cba 10587#include "Python.h"
ec685c5e
DE
10588int
10589main ()
10590{
10591Py_Initialize ();
10592 ;
10593 return 0;
10594}
10595_ACEOF
10596if ac_fn_c_try_link "$LINENO"; then :
10597 have_libpython=${version}
10598 found_usable_python=yes
ac534cba
JB
10599 PYTHON_CPPFLAGS=$new_CPPFLAGS
10600 PYTHON_LIBS=$new_LIBS
ec685c5e
DE
10601fi
10602rm -f core conftest.err conftest.$ac_objext \
10603 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
10604 CPPFLAGS=$save_CPPFLAGS
10605 LIBS=$save_LIBS
ec685c5e
DE
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10607$as_echo "${found_usable_python}" >&6; }
9a156167 10608
81ecdfbb 10609 fi
ec685c5e 10610 if test ${have_libpython} = no; then
9a156167 10611
81ecdfbb 10612 version=python2.5
9a156167 10613
ec685c5e 10614 new_CPPFLAGS=${python_includes}
bf27f0e2 10615 new_LIBS="-lpython2.5 ${python_libs}"
81ecdfbb
RW
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10617$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 10618 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 10619 save_LIBS=$LIBS
ec685c5e 10620 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
bf27f0e2 10621 LIBS="$new_LIBS $LIBS"
ec685c5e 10622 found_usable_python=no
81ecdfbb 10623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 10624/* end confdefs.h. */
ac534cba 10625#include "Python.h"
81ecdfbb
RW
10626int
10627main ()
10628{
10629Py_Initialize ();
10630 ;
10631 return 0;
10632}
436868fb 10633_ACEOF
81ecdfbb 10634if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
10635 have_libpython=${version}
10636 found_usable_python=yes
ac534cba
JB
10637 PYTHON_CPPFLAGS=$new_CPPFLAGS
10638 PYTHON_LIBS=$new_LIBS
436868fb 10639fi
81ecdfbb
RW
10640rm -f core conftest.err conftest.$ac_objext \
10641 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
10642 CPPFLAGS=$save_CPPFLAGS
10643 LIBS=$save_LIBS
ec685c5e
DE
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10645$as_echo "${found_usable_python}" >&6; }
a9322a30 10646
81ecdfbb 10647 fi
ec685c5e 10648 if test ${have_libpython} = no; then
a9322a30 10649
81ecdfbb 10650 version=python2.4
a9322a30 10651
ec685c5e 10652 new_CPPFLAGS=${python_includes}
bf27f0e2 10653 new_LIBS="-lpython2.4 ${python_libs}"
81ecdfbb
RW
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10655$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 10656 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 10657 save_LIBS=$LIBS
ec685c5e 10658 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
bf27f0e2 10659 LIBS="$new_LIBS $LIBS"
ec685c5e 10660 found_usable_python=no
81ecdfbb 10661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 10662/* end confdefs.h. */
ac534cba 10663#include "Python.h"
a9322a30
TT
10664int
10665main ()
10666{
81ecdfbb 10667Py_Initialize ();
a9322a30
TT
10668 ;
10669 return 0;
10670}
436868fb 10671_ACEOF
81ecdfbb 10672if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
10673 have_libpython=${version}
10674 found_usable_python=yes
ac534cba
JB
10675 PYTHON_CPPFLAGS=$new_CPPFLAGS
10676 PYTHON_LIBS=$new_LIBS
436868fb 10677fi
81ecdfbb
RW
10678rm -f core conftest.err conftest.$ac_objext \
10679 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
10680 CPPFLAGS=$save_CPPFLAGS
10681 LIBS=$save_LIBS
ec685c5e
DE
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10683$as_echo "${found_usable_python}" >&6; }
81ecdfbb 10684
ec685c5e
DE
10685 fi
10686 fi
9c4ea6c5 10687 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
11763c18
TT
10688
10689$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
10690
9c4ea6c5 10691 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
ec685c5e
DE
10692
10693$as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
10694
9c4ea6c5 10695 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
ec685c5e
DE
10696
10697$as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
10698
9c4ea6c5 10699 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
81ecdfbb
RW
10700
10701$as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
10702
81ecdfbb 10703 fi
ec685c5e
DE
10704
10705 if test "${have_libpython}" = no; then
81ecdfbb
RW
10706 case "${with_python}" in
10707 yes)
d0ac1c44 10708 as_fn_error $? "python is missing or unusable" "$LINENO" 5
81ecdfbb
RW
10709 ;;
10710 auto)
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
10712$as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
10713 ;;
10714 *)
d0ac1c44 10715 as_fn_error $? "no usable python found at ${with_python}" "$LINENO" 5
81ecdfbb
RW
10716 ;;
10717 esac
0c4a4063
DE
10718 else
10719 if test -n "${python_prefix}"; then
10720
10721cat >>confdefs.h <<_ACEOF
10722#define WITH_PYTHON_PATH "${python_prefix}"
10723_ACEOF
10724
10725
10726 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
10727 if test "x$prefix" = xNONE; then
10728 test_prefix=/usr/local
10729 else
10730 test_prefix=$prefix
10731 fi
10732 else
10733 test_prefix=$exec_prefix
10734 fi
10735 value=0
10736 case ${python_prefix} in
10737 "${test_prefix}"|"${test_prefix}/"*|\
10738 '${exec_prefix}'|'${exec_prefix}/'*)
10739 value=1
10740 ;;
10741 esac
10742
10743cat >>confdefs.h <<_ACEOF
10744#define PYTHON_PATH_RELOCATABLE $value
10745_ACEOF
10746
10747
10748 fi
81ecdfbb 10749 fi
436868fb 10750fi
436868fb 10751
ec685c5e 10752if test "${have_libpython}" != no; then
436868fb 10753
81ecdfbb 10754$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
436868fb 10755
81ecdfbb
RW
10756 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
10757 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
10758 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
94f7449c 10759 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
81ecdfbb 10760 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
436868fb 10761
81ecdfbb
RW
10762 # Flags needed to compile Python code (taken from python-config --cflags).
10763 # We cannot call python-config directly because it will output whatever was
10764 # used when compiling the Python interpreter itself, including flags which
10765 # would make the python-related objects be compiled differently from the
10766 # rest of GDB (e.g., -O2 and -fPIC).
10767 if test "${GCC}" = yes; then
10768 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
10769 fi
436868fb 10770
81ecdfbb
RW
10771 if test "x${tentative_python_cflags}" != x; then
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
10773$as_echo_n "checking compiler flags for python code... " >&6; }
10774 for flag in ${tentative_python_cflags}; do
10775 # Check that the compiler accepts it
10776 saved_CFLAGS="$CFLAGS"
10777 CFLAGS="$CFLAGS $flag"
10778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10779/* end confdefs.h. */
81ecdfbb 10780
a9322a30
TT
10781int
10782main ()
10783{
a9322a30
TT
10784
10785 ;
10786 return 0;
10787}
bec39cab 10788_ACEOF
81ecdfbb
RW
10789if ac_fn_c_try_compile "$LINENO"; then :
10790 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
bec39cab 10791fi
81ecdfbb
RW
10792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10793 CFLAGS="$saved_CFLAGS"
10794 done
10795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
10796$as_echo "${PYTHON_CFLAGS}" >&6; }
10797 fi
043b6510 10798
c83393b9
JB
10799 # On x64 Windows, Python's include headers, and pyconfig.h in
10800 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
10801 # version of Windows. Unfortunately, MS_WIN64 is only defined if
10802 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
10803 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
10804 # The issue was reported to the Python community, but still isn't
10805 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
10806
043b6510 10807 case "$gdb_host" in
c83393b9
JB
10808 mingw64)
10809 if test "${GCC}" = yes; then
10810 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
10811 fi
10812 ;;
043b6510 10813 esac
a8db4212
YPK
10814
10815 # Note that "python -m threading" cannot be used to check for
10816 # threading support due to a bug in Python 2.7.3
10817 # (http://bugs.python.org/issue15567).
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
10819$as_echo_n "checking whether python supports threads... " >&6; }
10820 saved_CPPFLAGS="${CPPFLAGS}"
10821 CPPFLAGS="${PYTHON_CPPFLAGS}"
10822 # Note that the test is reversed so that python_has_threads=yes on
10823 # unexpected failures.
10824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10825/* end confdefs.h. */
10826
10827#include <Python.h>
10828#ifdef WITH_THREAD
10829# error
10830#endif
10831
10832_ACEOF
10833if ac_fn_c_try_cpp "$LINENO"; then :
10834 python_has_threads=no
10835else
10836 python_has_threads=yes
10837fi
d0ac1c44 10838rm -f conftest.err conftest.i conftest.$ac_ext
a8db4212
YPK
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
10840$as_echo "${python_has_threads}" >&6; }
10841 CPPFLAGS="${saved_CPPFLAGS}"
81ecdfbb 10842else
6dddc817
DE
10843 # Even if Python support is not compiled in, we need to have this file
10844 # included so that the "python" command, et.al., still exists.
8fd8d003 10845 CONFIG_OBS="$CONFIG_OBS python/python.o"
6dddc817 10846 CONFIG_SRCS="$CONFIG_SRCS python/python.c"
a9322a30 10847fi
9a156167 10848
a4a1c157
PA
10849# Work around Python http://bugs.python.org/issue10112. See also
10850# http://bugs.python.org/issue11410, otherwise -Wl,--dynamic-list has
10851# no effect. Note that the only test after this that uses Python is
10852# the -rdynamic/-Wl,--dynamic-list test, and we do want that one to be
10853# run without -export-dynamic too.
10854PYTHON_LIBS=`echo $PYTHON_LIBS | sed -e 's/-Xlinker -export-dynamic//'`
10855
10856
ed3ef339
DE
10857
10858
4df42755
DE
10859 if test "${have_libpython}" != no; then
10860 HAVE_PYTHON_TRUE=
10861 HAVE_PYTHON_FALSE='#'
10862else
10863 HAVE_PYTHON_TRUE='#'
10864 HAVE_PYTHON_FALSE=
10865fi
10866
ed3ef339
DE
10867
10868# -------------------- #
10869# Check for libguile. #
10870# -------------------- #
10871
10872
e1402065
DE
10873
10874
10875
10876
10877# Check whether --with-guile was given.
10878if test "${with_guile+set}" = set; then :
10879 withval=$with_guile;
10880else
10881 with_guile=auto
10882fi
10883
10884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use guile" >&5
10885$as_echo_n "checking whether to use guile... " >&6; }
10886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_guile" >&5
10887$as_echo "$with_guile" >&6; }
10888
ed3ef339
DE
10889# Extract the first word of "pkg-config", so it can be a program name with args.
10890set dummy pkg-config; ac_word=$2
10891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10892$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10893if ${ac_cv_path_pkg_config_prog_path+:} false; then :
ed3ef339
DE
10894 $as_echo_n "(cached) " >&6
10895else
10896 case $pkg_config_prog_path in
10897 [\\/]* | ?:[\\/]*)
10898 ac_cv_path_pkg_config_prog_path="$pkg_config_prog_path" # Let the user override the test with a path.
10899 ;;
10900 *)
10901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10902for as_dir in $PATH
10903do
10904 IFS=$as_save_IFS
10905 test -z "$as_dir" && as_dir=.
10906 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ed3ef339
DE
10908 ac_cv_path_pkg_config_prog_path="$as_dir/$ac_word$ac_exec_ext"
10909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10910 break 2
10911 fi
10912done
10913 done
10914IFS=$as_save_IFS
10915
10916 test -z "$ac_cv_path_pkg_config_prog_path" && ac_cv_path_pkg_config_prog_path="missing"
10917 ;;
10918esac
10919fi
10920pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path
10921if test -n "$pkg_config_prog_path"; then
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_config_prog_path" >&5
10923$as_echo "$pkg_config_prog_path" >&6; }
10924else
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10926$as_echo "no" >&6; }
10927fi
10928
10929
10930
6e66f753 10931try_guile_versions="guile-2.0"
ed3ef339
DE
10932have_libguile=no
10933case "${with_guile}" in
10934no)
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: guile support disabled; some features will be unavailable." >&5
10936$as_echo "$as_me: WARNING: guile support disabled; some features will be unavailable." >&2;}
10937 ;;
10938auto)
e1402065
DE
10939 if test "${pkg_config_prog_path}" = "missing"; then
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not found, guile support disabled" >&5
10941$as_echo "$as_me: WARNING: pkg-config not found, guile support disabled" >&2;}
10942 else
ed3ef339
DE
10943
10944 pkg_config=${pkg_config_prog_path}
10945 guile_version_list=${try_guile_versions}
10946 flag_errors=no
10947
ed3ef339
DE
10948 found_usable_guile=checking
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
10950$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
10951 for guile_version in ${guile_version_list}; do
10952 ${pkg_config} --exists ${guile_version} 2>/dev/null
10953 if test $? != 0; then
10954 continue
10955 fi
10956 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
10957 if test $? != 0; then
d0ac1c44 10958 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
ed3ef339
DE
10959 fi
10960 new_LIBS=`${pkg_config} --libs ${guile_version}`
10961 if test $? != 0; then
d0ac1c44 10962 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
ed3ef339
DE
10963 fi
10964 found_usable_guile=${guile_version}
10965 break
10966 done
10967 if test "${found_usable_guile}" = "checking"; then
10968 if test "${flag_errors}" = "yes"; then
d0ac1c44 10969 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
ed3ef339
DE
10970 else
10971 found_usable_guile=no
10972 fi
10973 fi
10974 if test "${found_usable_guile}" != no; then
10975 save_CPPFLAGS=$CPPFLAGS
10976 save_LIBS=$LIBS
10977 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10978 LIBS="$LIBS $new_LIBS"
10979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10980/* end confdefs.h. */
10981#include "libguile.h"
10982int
10983main ()
10984{
10985scm_init_guile ();
10986 ;
10987 return 0;
10988}
10989_ACEOF
10990if ac_fn_c_try_link "$LINENO"; then :
10991 have_libguile=yes
10992 GUILE_CPPFLAGS=$new_CPPFLAGS
10993 GUILE_LIBS=$new_LIBS
10994else
10995 found_usable_guile=no
10996fi
10997rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
92fab5a6 10999 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
d0ac1c44 11000if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
92fab5a6
AW
11001
11002$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11003
11004
11005fi
11006
ed3ef339
DE
11007 CPPFLAGS=$save_CPPFLAGS
11008 LIBS=$save_LIBS
11009 if test "${found_usable_guile}" = no; then
11010 if test "${flag_errors}" = yes; then
11011 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11012$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
11013as_fn_error $? "linking guile version ${guile_version} test program failed
11014See \`config.log' for more details" "$LINENO" 5; }
ed3ef339
DE
11015 fi
11016 fi
11017 fi
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11019$as_echo "${found_usable_guile}" >&6; }
11020
e1402065 11021 fi
ed3ef339
DE
11022 ;;
11023yes)
e1402065 11024 if test "${pkg_config_prog_path}" = "missing"; then
d0ac1c44 11025 as_fn_error $? "pkg-config not found" "$LINENO" 5
e1402065 11026 fi
ed3ef339
DE
11027
11028 pkg_config=${pkg_config_prog_path}
11029 guile_version_list=${try_guile_versions}
11030 flag_errors=yes
11031
ed3ef339
DE
11032 found_usable_guile=checking
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
11034$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
11035 for guile_version in ${guile_version_list}; do
11036 ${pkg_config} --exists ${guile_version} 2>/dev/null
11037 if test $? != 0; then
11038 continue
11039 fi
11040 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
11041 if test $? != 0; then
d0ac1c44 11042 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
ed3ef339
DE
11043 fi
11044 new_LIBS=`${pkg_config} --libs ${guile_version}`
11045 if test $? != 0; then
d0ac1c44 11046 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
ed3ef339
DE
11047 fi
11048 found_usable_guile=${guile_version}
11049 break
11050 done
11051 if test "${found_usable_guile}" = "checking"; then
11052 if test "${flag_errors}" = "yes"; then
d0ac1c44 11053 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
ed3ef339
DE
11054 else
11055 found_usable_guile=no
11056 fi
11057 fi
11058 if test "${found_usable_guile}" != no; then
11059 save_CPPFLAGS=$CPPFLAGS
11060 save_LIBS=$LIBS
11061 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
11062 LIBS="$LIBS $new_LIBS"
11063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11064/* end confdefs.h. */
11065#include "libguile.h"
11066int
11067main ()
11068{
11069scm_init_guile ();
11070 ;
11071 return 0;
11072}
11073_ACEOF
11074if ac_fn_c_try_link "$LINENO"; then :
11075 have_libguile=yes
11076 GUILE_CPPFLAGS=$new_CPPFLAGS
11077 GUILE_LIBS=$new_LIBS
11078else
11079 found_usable_guile=no
11080fi
11081rm -f core conftest.err conftest.$ac_objext \
11082 conftest$ac_exeext conftest.$ac_ext
92fab5a6 11083 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
d0ac1c44 11084if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
92fab5a6
AW
11085
11086$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11087
11088
11089fi
11090
ed3ef339
DE
11091 CPPFLAGS=$save_CPPFLAGS
11092 LIBS=$save_LIBS
11093 if test "${found_usable_guile}" = no; then
11094 if test "${flag_errors}" = yes; then
11095 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11096$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
11097as_fn_error $? "linking guile version ${guile_version} test program failed
11098See \`config.log' for more details" "$LINENO" 5; }
ed3ef339
DE
11099 fi
11100 fi
11101 fi
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11103$as_echo "${found_usable_guile}" >&6; }
11104
11105 ;;
11106[\\/]* | ?:[\\/]*)
e1402065 11107 if test -x "${with_guile}"; then
ed3ef339
DE
11108
11109 pkg_config=${with_guile}
11110 guile_version_list=${try_guile_versions}
11111 flag_errors=yes
11112
ed3ef339
DE
11113 found_usable_guile=checking
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
11115$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
11116 for guile_version in ${guile_version_list}; do
11117 ${pkg_config} --exists ${guile_version} 2>/dev/null
11118 if test $? != 0; then
11119 continue
11120 fi
11121 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
11122 if test $? != 0; then
d0ac1c44 11123 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
ed3ef339
DE
11124 fi
11125 new_LIBS=`${pkg_config} --libs ${guile_version}`
11126 if test $? != 0; then
d0ac1c44 11127 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
ed3ef339
DE
11128 fi
11129 found_usable_guile=${guile_version}
11130 break
11131 done
11132 if test "${found_usable_guile}" = "checking"; then
11133 if test "${flag_errors}" = "yes"; then
d0ac1c44 11134 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
ed3ef339
DE
11135 else
11136 found_usable_guile=no
11137 fi
11138 fi
11139 if test "${found_usable_guile}" != no; then
11140 save_CPPFLAGS=$CPPFLAGS
11141 save_LIBS=$LIBS
11142 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
11143 LIBS="$LIBS $new_LIBS"
11144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11145/* end confdefs.h. */
11146#include "libguile.h"
11147int
11148main ()
11149{
11150scm_init_guile ();
11151 ;
11152 return 0;
11153}
11154_ACEOF
11155if ac_fn_c_try_link "$LINENO"; then :
11156 have_libguile=yes
11157 GUILE_CPPFLAGS=$new_CPPFLAGS
11158 GUILE_LIBS=$new_LIBS
11159else
11160 found_usable_guile=no
11161fi
11162rm -f core conftest.err conftest.$ac_objext \
11163 conftest$ac_exeext conftest.$ac_ext
92fab5a6 11164 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
d0ac1c44 11165if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
92fab5a6
AW
11166
11167$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11168
11169
11170fi
11171
ed3ef339
DE
11172 CPPFLAGS=$save_CPPFLAGS
11173 LIBS=$save_LIBS
11174 if test "${found_usable_guile}" = no; then
11175 if test "${flag_errors}" = yes; then
11176 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11177$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
11178as_fn_error $? "linking guile version ${guile_version} test program failed
11179See \`config.log' for more details" "$LINENO" 5; }
ed3ef339
DE
11180 fi
11181 fi
11182 fi
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11184$as_echo "${found_usable_guile}" >&6; }
11185
e1402065 11186 else
d0ac1c44 11187 as_fn_error $? "Guile config program not executable: ${with_guile}" "$LINENO" 5
e1402065 11188 fi
ed3ef339
DE
11189 ;;
11190"" | */*)
11191 # Disallow --with=guile="" and --with-guile=foo/bar.
d0ac1c44 11192 as_fn_error $? "invalid value for --with-guile" "$LINENO" 5
ed3ef339
DE
11193 ;;
11194*)
11195 # A space separate list of guile versions to try, in order.
e1402065 11196 if test "${pkg_config_prog_path}" = "missing"; then
d0ac1c44 11197 as_fn_error $? "pkg-config not found" "$LINENO" 5
e1402065 11198 fi
ed3ef339
DE
11199
11200 pkg_config=${pkg_config_prog_path}
11201 guile_version_list=${with_guile}
11202 flag_errors=yes
11203
ed3ef339
DE
11204 found_usable_guile=checking
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
11206$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
11207 for guile_version in ${guile_version_list}; do
11208 ${pkg_config} --exists ${guile_version} 2>/dev/null
11209 if test $? != 0; then
11210 continue
11211 fi
11212 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
11213 if test $? != 0; then
d0ac1c44 11214 as_fn_error $? "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
ed3ef339
DE
11215 fi
11216 new_LIBS=`${pkg_config} --libs ${guile_version}`
11217 if test $? != 0; then
d0ac1c44 11218 as_fn_error $? "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
ed3ef339
DE
11219 fi
11220 found_usable_guile=${guile_version}
11221 break
11222 done
11223 if test "${found_usable_guile}" = "checking"; then
11224 if test "${flag_errors}" = "yes"; then
d0ac1c44 11225 as_fn_error $? "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
ed3ef339
DE
11226 else
11227 found_usable_guile=no
11228 fi
11229 fi
11230 if test "${found_usable_guile}" != no; then
11231 save_CPPFLAGS=$CPPFLAGS
11232 save_LIBS=$LIBS
11233 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
11234 LIBS="$LIBS $new_LIBS"
11235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11236/* end confdefs.h. */
11237#include "libguile.h"
11238int
11239main ()
11240{
11241scm_init_guile ();
11242 ;
11243 return 0;
11244}
11245_ACEOF
11246if ac_fn_c_try_link "$LINENO"; then :
11247 have_libguile=yes
11248 GUILE_CPPFLAGS=$new_CPPFLAGS
11249 GUILE_LIBS=$new_LIBS
11250else
11251 found_usable_guile=no
11252fi
11253rm -f core conftest.err conftest.$ac_objext \
11254 conftest$ac_exeext conftest.$ac_ext
92fab5a6 11255 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
d0ac1c44 11256if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = xyes; then :
92fab5a6
AW
11257
11258$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
11259
11260
11261fi
11262
ed3ef339
DE
11263 CPPFLAGS=$save_CPPFLAGS
11264 LIBS=$save_LIBS
11265 if test "${found_usable_guile}" = no; then
11266 if test "${flag_errors}" = yes; then
11267 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11268$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
11269as_fn_error $? "linking guile version ${guile_version} test program failed
11270See \`config.log' for more details" "$LINENO" 5; }
ed3ef339
DE
11271 fi
11272 fi
11273 fi
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
11275$as_echo "${found_usable_guile}" >&6; }
11276
11277 ;;
11278esac
11279
e76c5d17 11280if test "${have_libguile}" != no; then
d342a0da
DE
11281 case "${with_guile}" in
11282 [\\/]* | ?:[\\/]*)
e76c5d17
DE
11283
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
11285$as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
d0ac1c44 11286if ${ac_cv_guild_program_name+:} false; then :
e76c5d17
DE
11287 $as_echo_n "(cached) " >&6
11288else
d342a0da 11289 ac_cv_guild_program_name="`"${with_guile}" --variable guild "${guile_version}"`"
e76c5d17
DE
11290
11291 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
11292 # the 'guild' and 'bindir' variables. In that case, try to guess
11293 # what the program name is, at the risk of getting it wrong if
11294 # Guile was configured with '--program-suffix' or similar.
11295 if test "x$ac_cv_guild_program_name" = "x"; then
d342a0da 11296 guile_exec_prefix="`"${with_guile}" --variable exec_prefix "${guile_version}"`"
e76c5d17
DE
11297 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
11298 fi
11299
11300fi
11301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
11302$as_echo "$ac_cv_guild_program_name" >&6; }
11303
11304 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
d0ac1c44 11305 as_fn_error $? "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
e76c5d17
DE
11306 fi
11307
11308 GUILD="$ac_cv_guild_program_name"
11309
11310
d342a0da
DE
11311 ;;
11312 *)
11313
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
11315$as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
d0ac1c44 11316if ${ac_cv_guild_program_name+:} false; then :
d342a0da
DE
11317 $as_echo_n "(cached) " >&6
11318else
11319 ac_cv_guild_program_name="`"${pkg_config_prog_path}" --variable guild "${guile_version}"`"
11320
11321 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
11322 # the 'guild' and 'bindir' variables. In that case, try to guess
11323 # what the program name is, at the risk of getting it wrong if
11324 # Guile was configured with '--program-suffix' or similar.
11325 if test "x$ac_cv_guild_program_name" = "x"; then
11326 guile_exec_prefix="`"${pkg_config_prog_path}" --variable exec_prefix "${guile_version}"`"
11327 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
11328 fi
11329
11330fi
11331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
11332$as_echo "$ac_cv_guild_program_name" >&6; }
11333
11334 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
d0ac1c44 11335 as_fn_error $? "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
d342a0da
DE
11336 fi
11337
11338 GUILD="$ac_cv_guild_program_name"
11339
11340
11341 ;;
11342 esac
e76c5d17
DE
11343
11344
11345 if test "$cross_compiling" = no; then
11346 GUILD_TARGET_FLAG=
11347 else
11348 GUILD_TARGET_FLAG="--target=$host"
11349 fi
11350
11351
11352
11353
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether guild supports this host" >&5
11355$as_echo_n "checking whether guild supports this host... " >&6; }
d0ac1c44 11356if ${ac_cv_guild_ok+:} false; then :
e76c5d17
DE
11357 $as_echo_n "(cached) " >&6
11358else
11359 echo "$ac_cv_guild_program_name compile $GUILD_TARGET_FLAG -o conftest.go $srcdir/guile/lib/gdb/support.scm" >&5
11360 if "$ac_cv_guild_program_name" compile $GUILD_TARGET_FLAG -o conftest.go "$srcdir/guile/lib/gdb/support.scm" >&5 2>&5; then
11361 ac_cv_guild_ok=yes
11362 else
11363 ac_cv_guild_ok=no
11364 fi
11365fi
11366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_ok" >&5
11367$as_echo "$ac_cv_guild_ok" >&6; }
11368
11369 if test "$ac_cv_guild_ok" = no; then
11370 have_libguile=no
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling guile support" >&5
11372$as_echo "$as_me: WARNING: disabling guile support" >&2;}
11373 fi
11374fi
11375
ed3ef339
DE
11376if test "${have_libguile}" != no; then
11377
11378$as_echo "#define HAVE_GUILE 1" >>confdefs.h
11379
11380 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_GUILE_OBS)"
11381 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_GUILE_DEPS)"
11382 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_GUILE_SRCS)"
11383 CONFIG_INSTALL="$CONFIG_INSTALL install-guile"
11384 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_GUILE_CFLAGS)"
16954d5d
LC
11385
11386 save_LIBS="$LIBS"
11387 save_CPPFLAGS="$CPPFLAGS"
11388 LIBS="$GUILE_LIBS"
11389 CPPFLAGS="$GUILE_CPPFLAGS"
11390 for ac_func in scm_new_smob
11391do :
11392 ac_fn_c_check_func "$LINENO" "scm_new_smob" "ac_cv_func_scm_new_smob"
d0ac1c44 11393if test "x$ac_cv_func_scm_new_smob" = xyes; then :
16954d5d
LC
11394 cat >>confdefs.h <<_ACEOF
11395#define HAVE_SCM_NEW_SMOB 1
11396_ACEOF
11397
11398fi
11399done
11400
11401 LIBS="$save_LIBS"
11402 CPPFLAGS="$save_CPPFLAGS"
ed3ef339
DE
11403else
11404 # Even if Guile support is not compiled in, we need to have these files
11405 # included.
bd810fff 11406 CONFIG_OBS="$CONFIG_OBS guile/guile.o"
ed3ef339
DE
11407 CONFIG_SRCS="$CONFIG_SRCS guile/guile.c"
11408fi
9a156167 11409
ac534cba 11410
4df42755
DE
11411 if test "${have_libguile}" != no; then
11412 HAVE_GUILE_TRUE=
11413 HAVE_GUILE_FALSE='#'
11414else
11415 HAVE_GUILE_TRUE='#'
11416 HAVE_GUILE_FALSE=
11417fi
11418
ac534cba 11419
d344e670
DE
11420# --------------------- #
11421# Check for libmcheck. #
11422# --------------------- #
11423
a8db4212
YPK
11424# Enable -lmcheck by default (it provides cheap-enough memory mangling),
11425# but turn it off if Python is enabled with threads, since -lmcheck is
11426# not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
11427# and for releases.
17ef446e
PA
11428if test \( "${have_libpython}" = "no" -o "${python_has_threads}" = "no" \) \
11429 && $development; then
11430 libmcheck_default=yes
11431else
11432 libmcheck_default=no
a8db4212
YPK
11433fi
11434
17ef446e
PA
11435 # Check whether --enable-libmcheck was given.
11436if test "${enable_libmcheck+set}" = set; then :
11437 enableval=$enable_libmcheck; case "${enableval}" in
11438 yes | y) ENABLE_LIBMCHECK="yes" ;;
11439 no | n) ENABLE_LIBMCHECK="no" ;;
d0ac1c44 11440 *) as_fn_error $? "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
17ef446e
PA
11441 esac
11442fi
11443
11444
11445 if test -z "${ENABLE_LIBMCHECK}"; then
11446 ENABLE_LIBMCHECK=${libmcheck_default}
a8db4212 11447 fi
17ef446e
PA
11448
11449 if test "$ENABLE_LIBMCHECK" = "yes" ; then
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
a8db4212 11451$as_echo_n "checking for main in -lmcheck... " >&6; }
d0ac1c44 11452if ${ac_cv_lib_mcheck_main+:} false; then :
a8db4212
YPK
11453 $as_echo_n "(cached) " >&6
11454else
11455 ac_check_lib_save_LIBS=$LIBS
11456LIBS="-lmcheck $LIBS"
11457cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11458/* end confdefs.h. */
11459
11460
11461int
11462main ()
11463{
11464return main ();
11465 ;
11466 return 0;
11467}
11468_ACEOF
11469if ac_fn_c_try_link "$LINENO"; then :
11470 ac_cv_lib_mcheck_main=yes
11471else
11472 ac_cv_lib_mcheck_main=no
11473fi
11474rm -f core conftest.err conftest.$ac_objext \
11475 conftest$ac_exeext conftest.$ac_ext
11476LIBS=$ac_check_lib_save_LIBS
11477fi
11478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
11479$as_echo "$ac_cv_lib_mcheck_main" >&6; }
d0ac1c44 11480if test "x$ac_cv_lib_mcheck_main" = xyes; then :
a8db4212
YPK
11481 cat >>confdefs.h <<_ACEOF
11482#define HAVE_LIBMCHECK 1
11483_ACEOF
11484
11485 LIBS="-lmcheck $LIBS"
11486
11487fi
11488
17ef446e
PA
11489 fi
11490
11491
11492if test "$ENABLE_LIBMCHECK" = "yes" \
11493 -a "${have_libpython}" != "no" \
11494 -a "${python_has_threads}" = "yes" ; then
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
11496$as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
a8db4212
YPK
11497fi
11498
58bfce93
MM
11499
11500# Check whether --with-intel_pt was given.
11501if test "${with_intel_pt+set}" = set; then :
11502 withval=$with_intel_pt;
11503else
11504 with_intel_pt=auto
11505fi
11506
11507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use intel pt" >&5
11508$as_echo_n "checking whether to use intel pt... " >&6; }
11509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_intel_pt" >&5
11510$as_echo "$with_intel_pt" >&6; }
11511
11512if test "${with_intel_pt}" = no; then
bc504a31
PA
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&5
11514$as_echo "$as_me: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&2;}
58bfce93
MM
11515 HAVE_LIBIPT=no
11516else
5599c404
MM
11517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11518/* end confdefs.h. */
11519
11520#include <linux/perf_event.h>
11521#ifndef PERF_ATTR_SIZE_VER5
11522# error
11523#endif
11524
11525_ACEOF
11526if ac_fn_c_try_cpp "$LINENO"; then :
11527 perf_event=yes
11528else
11529 perf_event=no
11530fi
d0ac1c44 11531rm -f conftest.err conftest.i conftest.$ac_ext
5599c404
MM
11532 if test "$perf_event" != yes; then
11533 if test "$with_intel_pt" = yes; then
d0ac1c44 11534 as_fn_error $? "linux/perf_event.h missing or too old" "$LINENO" 5
5599c404
MM
11535 else
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&5
11537$as_echo "$as_me: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&2;}
11538 fi
11539 fi
11540
58bfce93
MM
11541
11542
11543
11544
11545
11546
11547
11548
11549 use_additional=yes
11550
11551 acl_save_prefix="$prefix"
11552 prefix="$acl_final_prefix"
11553 acl_save_exec_prefix="$exec_prefix"
11554 exec_prefix="$acl_final_exec_prefix"
11555
11556 eval additional_includedir=\"$includedir\"
11557 eval additional_libdir=\"$libdir\"
11558
11559 exec_prefix="$acl_save_exec_prefix"
11560 prefix="$acl_save_prefix"
11561
11562
11563# Check whether --with-libipt-prefix was given.
11564if test "${with_libipt_prefix+set}" = set; then :
11565 withval=$with_libipt_prefix;
11566 if test "X$withval" = "Xno"; then
11567 use_additional=no
11568 else
11569 if test "X$withval" = "X"; then
11570
11571 acl_save_prefix="$prefix"
11572 prefix="$acl_final_prefix"
11573 acl_save_exec_prefix="$exec_prefix"
11574 exec_prefix="$acl_final_exec_prefix"
11575
11576 eval additional_includedir=\"$includedir\"
11577 eval additional_libdir=\"$libdir\"
11578
11579 exec_prefix="$acl_save_exec_prefix"
11580 prefix="$acl_save_prefix"
11581
11582 else
11583 additional_includedir="$withval/include"
11584 additional_libdir="$withval/lib"
11585 fi
11586 fi
11587
11588fi
11589
11590 LIBIPT=
11591 LTLIBIPT=
11592 INCIPT=
11593 rpathdirs=
11594 ltrpathdirs=
11595 names_already_handled=
11596 names_next_round='ipt '
11597 while test -n "$names_next_round"; do
11598 names_this_round="$names_next_round"
11599 names_next_round=
11600 for name in $names_this_round; do
11601 already_handled=
11602 for n in $names_already_handled; do
11603 if test "$n" = "$name"; then
11604 already_handled=yes
11605 break
11606 fi
11607 done
11608 if test -z "$already_handled"; then
11609 names_already_handled="$names_already_handled $name"
11610 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
11611 eval value=\"\$HAVE_LIB$uppername\"
11612 if test -n "$value"; then
11613 if test "$value" = yes; then
11614 eval value=\"\$LIB$uppername\"
11615 test -z "$value" || LIBIPT="${LIBIPT}${LIBIPT:+ }$value"
11616 eval value=\"\$LTLIB$uppername\"
11617 test -z "$value" || LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$value"
11618 else
11619 :
11620 fi
11621 else
11622 found_dir=
11623 found_la=
11624 found_so=
11625 found_a=
11626 if test $use_additional = yes; then
11627 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
11628 found_dir="$additional_libdir"
11629 found_so="$additional_libdir/lib$name.$shlibext"
11630 if test -f "$additional_libdir/lib$name.la"; then
11631 found_la="$additional_libdir/lib$name.la"
11632 fi
11633 else
11634 if test -f "$additional_libdir/lib$name.$libext"; then
11635 found_dir="$additional_libdir"
11636 found_a="$additional_libdir/lib$name.$libext"
11637 if test -f "$additional_libdir/lib$name.la"; then
11638 found_la="$additional_libdir/lib$name.la"
11639 fi
11640 fi
11641 fi
11642 fi
11643 if test "X$found_dir" = "X"; then
11644 for x in $LDFLAGS $LTLIBIPT; do
11645
11646 acl_save_prefix="$prefix"
11647 prefix="$acl_final_prefix"
11648 acl_save_exec_prefix="$exec_prefix"
11649 exec_prefix="$acl_final_exec_prefix"
11650 eval x=\"$x\"
11651 exec_prefix="$acl_save_exec_prefix"
11652 prefix="$acl_save_prefix"
11653
11654 case "$x" in
11655 -L*)
11656 dir=`echo "X$x" | sed -e 's/^X-L//'`
11657 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
11658 found_dir="$dir"
11659 found_so="$dir/lib$name.$shlibext"
11660 if test -f "$dir/lib$name.la"; then
11661 found_la="$dir/lib$name.la"
11662 fi
11663 else
11664 if test -f "$dir/lib$name.$libext"; then
11665 found_dir="$dir"
11666 found_a="$dir/lib$name.$libext"
11667 if test -f "$dir/lib$name.la"; then
11668 found_la="$dir/lib$name.la"
11669 fi
11670 fi
11671 fi
11672 ;;
11673 esac
11674 if test "X$found_dir" != "X"; then
11675 break
11676 fi
11677 done
11678 fi
11679 if test "X$found_dir" != "X"; then
11680 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$found_dir -l$name"
11681 if test "X$found_so" != "X"; then
11682 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
11683 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11684 else
11685 haveit=
11686 for x in $ltrpathdirs; do
11687 if test "X$x" = "X$found_dir"; then
11688 haveit=yes
11689 break
11690 fi
11691 done
11692 if test -z "$haveit"; then
11693 ltrpathdirs="$ltrpathdirs $found_dir"
11694 fi
11695 if test "$hardcode_direct" = yes; then
11696 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11697 else
11698 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
11699 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11700 haveit=
11701 for x in $rpathdirs; do
11702 if test "X$x" = "X$found_dir"; then
11703 haveit=yes
11704 break
11705 fi
11706 done
11707 if test -z "$haveit"; then
11708 rpathdirs="$rpathdirs $found_dir"
11709 fi
11710 else
11711 haveit=
11712 for x in $LDFLAGS $LIBIPT; do
11713
11714 acl_save_prefix="$prefix"
11715 prefix="$acl_final_prefix"
11716 acl_save_exec_prefix="$exec_prefix"
11717 exec_prefix="$acl_final_exec_prefix"
11718 eval x=\"$x\"
11719 exec_prefix="$acl_save_exec_prefix"
11720 prefix="$acl_save_prefix"
11721
11722 if test "X$x" = "X-L$found_dir"; then
11723 haveit=yes
11724 break
11725 fi
11726 done
11727 if test -z "$haveit"; then
11728 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir"
11729 fi
11730 if test "$hardcode_minus_L" != no; then
11731 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
11732 else
11733 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
11734 fi
11735 fi
11736 fi
11737 fi
11738 else
11739 if test "X$found_a" != "X"; then
11740 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_a"
11741 else
11742 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir -l$name"
11743 fi
11744 fi
11745 additional_includedir=
11746 case "$found_dir" in
11747 */lib | */lib/)
11748 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
11749 additional_includedir="$basedir/include"
11750 ;;
11751 esac
11752 if test "X$additional_includedir" != "X"; then
11753 if test "X$additional_includedir" != "X/usr/include"; then
11754 haveit=
11755 if test "X$additional_includedir" = "X/usr/local/include"; then
11756 if test -n "$GCC"; then
11757 case $host_os in
11758 linux*) haveit=yes;;
11759 esac
11760 fi
11761 fi
11762 if test -z "$haveit"; then
11763 for x in $CPPFLAGS $INCIPT; do
11764
11765 acl_save_prefix="$prefix"
11766 prefix="$acl_final_prefix"
11767 acl_save_exec_prefix="$exec_prefix"
11768 exec_prefix="$acl_final_exec_prefix"
11769 eval x=\"$x\"
11770 exec_prefix="$acl_save_exec_prefix"
11771 prefix="$acl_save_prefix"
11772
11773 if test "X$x" = "X-I$additional_includedir"; then
11774 haveit=yes
11775 break
11776 fi
11777 done
11778 if test -z "$haveit"; then
11779 if test -d "$additional_includedir"; then
11780 INCIPT="${INCIPT}${INCIPT:+ }-I$additional_includedir"
11781 fi
11782 fi
11783 fi
11784 fi
11785 fi
11786 if test -n "$found_la"; then
11787 save_libdir="$libdir"
11788 case "$found_la" in
11789 */* | *\\*) . "$found_la" ;;
11790 *) . "./$found_la" ;;
11791 esac
11792 libdir="$save_libdir"
11793 for dep in $dependency_libs; do
11794 case "$dep" in
11795 -L*)
11796 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
11797 if test "X$additional_libdir" != "X/usr/lib"; then
11798 haveit=
11799 if test "X$additional_libdir" = "X/usr/local/lib"; then
11800 if test -n "$GCC"; then
11801 case $host_os in
11802 linux*) haveit=yes;;
11803 esac
11804 fi
11805 fi
11806 if test -z "$haveit"; then
11807 haveit=
11808 for x in $LDFLAGS $LIBIPT; do
11809
11810 acl_save_prefix="$prefix"
11811 prefix="$acl_final_prefix"
11812 acl_save_exec_prefix="$exec_prefix"
11813 exec_prefix="$acl_final_exec_prefix"
11814 eval x=\"$x\"
11815 exec_prefix="$acl_save_exec_prefix"
11816 prefix="$acl_save_prefix"
11817
11818 if test "X$x" = "X-L$additional_libdir"; then
11819 haveit=yes
11820 break
11821 fi
11822 done
11823 if test -z "$haveit"; then
11824 if test -d "$additional_libdir"; then
11825 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$additional_libdir"
11826 fi
11827 fi
11828 haveit=
11829 for x in $LDFLAGS $LTLIBIPT; do
11830
11831 acl_save_prefix="$prefix"
11832 prefix="$acl_final_prefix"
11833 acl_save_exec_prefix="$exec_prefix"
11834 exec_prefix="$acl_final_exec_prefix"
11835 eval x=\"$x\"
11836 exec_prefix="$acl_save_exec_prefix"
11837 prefix="$acl_save_prefix"
11838
11839 if test "X$x" = "X-L$additional_libdir"; then
11840 haveit=yes
11841 break
11842 fi
11843 done
11844 if test -z "$haveit"; then
11845 if test -d "$additional_libdir"; then
11846 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$additional_libdir"
11847 fi
11848 fi
11849 fi
11850 fi
11851 ;;
11852 -R*)
11853 dir=`echo "X$dep" | sed -e 's/^X-R//'`
11854 if test "$enable_rpath" != no; then
11855 haveit=
11856 for x in $rpathdirs; do
11857 if test "X$x" = "X$dir"; then
11858 haveit=yes
11859 break
11860 fi
11861 done
11862 if test -z "$haveit"; then
11863 rpathdirs="$rpathdirs $dir"
11864 fi
11865 haveit=
11866 for x in $ltrpathdirs; do
11867 if test "X$x" = "X$dir"; then
11868 haveit=yes
11869 break
11870 fi
11871 done
11872 if test -z "$haveit"; then
11873 ltrpathdirs="$ltrpathdirs $dir"
11874 fi
11875 fi
11876 ;;
11877 -l*)
11878 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
11879 ;;
11880 *.la)
11881 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
11882 ;;
11883 *)
11884 LIBIPT="${LIBIPT}${LIBIPT:+ }$dep"
11885 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$dep"
11886 ;;
11887 esac
11888 done
11889 fi
11890 else
11891 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
11892 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-l$name"
11893 fi
11894 fi
11895 fi
11896 done
11897 done
11898 if test "X$rpathdirs" != "X"; then
11899 if test -n "$hardcode_libdir_separator"; then
11900 alldirs=
11901 for found_dir in $rpathdirs; do
11902 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
11903 done
11904 acl_save_libdir="$libdir"
11905 libdir="$alldirs"
11906 eval flag=\"$hardcode_libdir_flag_spec\"
11907 libdir="$acl_save_libdir"
11908 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
11909 else
11910 for found_dir in $rpathdirs; do
11911 acl_save_libdir="$libdir"
11912 libdir="$found_dir"
11913 eval flag=\"$hardcode_libdir_flag_spec\"
11914 libdir="$acl_save_libdir"
11915 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
11916 done
11917 fi
11918 fi
11919 if test "X$ltrpathdirs" != "X"; then
11920 for found_dir in $ltrpathdirs; do
11921 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-R$found_dir"
11922 done
11923 fi
11924
11925
11926 ac_save_CPPFLAGS="$CPPFLAGS"
11927
11928 for element in $INCIPT; do
11929 haveit=
11930 for x in $CPPFLAGS; do
11931
11932 acl_save_prefix="$prefix"
11933 prefix="$acl_final_prefix"
11934 acl_save_exec_prefix="$exec_prefix"
11935 exec_prefix="$acl_final_exec_prefix"
11936 eval x=\"$x\"
11937 exec_prefix="$acl_save_exec_prefix"
11938 prefix="$acl_save_prefix"
11939
11940 if test "X$x" = "X$element"; then
11941 haveit=yes
11942 break
11943 fi
11944 done
11945 if test -z "$haveit"; then
11946 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
11947 fi
11948 done
11949
11950
11951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libipt" >&5
11952$as_echo_n "checking for libipt... " >&6; }
d0ac1c44 11953if ${ac_cv_libipt+:} false; then :
58bfce93
MM
11954 $as_echo_n "(cached) " >&6
11955else
11956
11957 ac_save_LIBS="$LIBS"
11958 LIBS="$LIBS $LIBIPT"
11959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11960/* end confdefs.h. */
11961#include "intel-pt.h"
11962int
11963main ()
11964{
11965pt_insn_alloc_decoder (0);
11966 ;
11967 return 0;
11968}
11969_ACEOF
11970if ac_fn_c_try_link "$LINENO"; then :
11971 ac_cv_libipt=yes
11972else
11973 ac_cv_libipt=no
11974fi
11975rm -f core conftest.err conftest.$ac_objext \
11976 conftest$ac_exeext conftest.$ac_ext
11977 LIBS="$ac_save_LIBS"
11978
11979fi
11980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libipt" >&5
11981$as_echo "$ac_cv_libipt" >&6; }
11982 if test "$ac_cv_libipt" = yes; then
11983 HAVE_LIBIPT=yes
11984
11985$as_echo "#define HAVE_LIBIPT 1" >>confdefs.h
11986
11987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libipt" >&5
11988$as_echo_n "checking how to link with libipt... " >&6; }
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBIPT" >&5
11990$as_echo "$LIBIPT" >&6; }
11991 else
11992 HAVE_LIBIPT=no
11993 CPPFLAGS="$ac_save_CPPFLAGS"
11994 LIBIPT=
11995 LTLIBIPT=
11996 fi
11997
11998
11999
12000
12001
12002
12003 if test "$HAVE_LIBIPT" != yes; then
12004 if test "$with_intel_pt" = yes; then
d0ac1c44 12005 as_fn_error $? "libipt is missing or unusable" "$LINENO" 5
58bfce93
MM
12006 else
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libipt is missing or unusable; some features may be unavailable." >&5
12008$as_echo "$as_me: WARNING: libipt is missing or unusable; some features may be unavailable." >&2;}
12009 fi
c56ccc05
MM
12010 else
12011 save_LIBS=$LIBS
12012 LIBS="$LIBS $LIBIPT"
12013 for ac_func in pt_insn_event
12014do :
12015 ac_fn_c_check_func "$LINENO" "pt_insn_event" "ac_cv_func_pt_insn_event"
d0ac1c44 12016if test "x$ac_cv_func_pt_insn_event" = xyes; then :
c56ccc05
MM
12017 cat >>confdefs.h <<_ACEOF
12018#define HAVE_PT_INSN_EVENT 1
12019_ACEOF
12020
12021fi
12022done
12023
12024 ac_fn_c_check_member "$LINENO" "struct pt_insn" "enabled" "ac_cv_member_struct_pt_insn_enabled" "#include <intel-pt.h>
12025"
d0ac1c44 12026if test "x$ac_cv_member_struct_pt_insn_enabled" = xyes; then :
c56ccc05
MM
12027
12028cat >>confdefs.h <<_ACEOF
12029#define HAVE_STRUCT_PT_INSN_ENABLED 1
12030_ACEOF
12031
12032
12033fi
12034ac_fn_c_check_member "$LINENO" "struct pt_insn" "resynced" "ac_cv_member_struct_pt_insn_resynced" "#include <intel-pt.h>
12035"
d0ac1c44 12036if test "x$ac_cv_member_struct_pt_insn_resynced" = xyes; then :
c56ccc05
MM
12037
12038cat >>confdefs.h <<_ACEOF
12039#define HAVE_STRUCT_PT_INSN_RESYNCED 1
12040_ACEOF
12041
12042
12043fi
12044
12045 LIBS=$save_LIBS
58bfce93
MM
12046 fi
12047fi
12048
81ecdfbb
RW
12049# ------------------------- #
12050# Checks for header files. #
12051# ------------------------- #
c890192f 12052
81ecdfbb
RW
12053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
12054$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 12055if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 12056 $as_echo_n "(cached) " >&6
bec39cab 12057else
81ecdfbb 12058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12059/* end confdefs.h. */
81ecdfbb
RW
12060#include <stdlib.h>
12061#include <stdarg.h>
12062#include <string.h>
12063#include <float.h>
12064
a9322a30
TT
12065int
12066main ()
12067{
a9322a30
TT
12068
12069 ;
12070 return 0;
12071}
bec39cab 12072_ACEOF
81ecdfbb
RW
12073if ac_fn_c_try_compile "$LINENO"; then :
12074 ac_cv_header_stdc=yes
bec39cab 12075else
81ecdfbb 12076 ac_cv_header_stdc=no
a9322a30 12077fi
81ecdfbb 12078rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 12079
81ecdfbb
RW
12080if test $ac_cv_header_stdc = yes; then
12081 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12083/* end confdefs.h. */
12084#include <string.h>
bec39cab 12085
81ecdfbb
RW
12086_ACEOF
12087if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12088 $EGREP "memchr" >/dev/null 2>&1; then :
bec39cab 12089
bec39cab 12090else
81ecdfbb
RW
12091 ac_cv_header_stdc=no
12092fi
12093rm -f conftest*
12094
12095fi
12096
12097if test $ac_cv_header_stdc = yes; then
12098 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12100/* end confdefs.h. */
12101#include <stdlib.h>
12102
bec39cab 12103_ACEOF
81ecdfbb
RW
12104if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12105 $EGREP "free" >/dev/null 2>&1; then :
06825bd1 12106
81ecdfbb
RW
12107else
12108 ac_cv_header_stdc=no
12109fi
12110rm -f conftest*
bec39cab 12111
bec39cab 12112fi
81ecdfbb
RW
12113
12114if test $ac_cv_header_stdc = yes; then
12115 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12116 if test "$cross_compiling" = yes; then :
12117 :
bec39cab 12118else
81ecdfbb 12119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12120/* end confdefs.h. */
81ecdfbb
RW
12121#include <ctype.h>
12122#include <stdlib.h>
12123#if ((' ' & 0x0FF) == 0x020)
12124# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12125# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12126#else
12127# define ISLOWER(c) \
12128 (('a' <= (c) && (c) <= 'i') \
12129 || ('j' <= (c) && (c) <= 'r') \
12130 || ('s' <= (c) && (c) <= 'z'))
12131# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12132#endif
12133
12134#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
a9322a30
TT
12135int
12136main ()
12137{
81ecdfbb
RW
12138 int i;
12139 for (i = 0; i < 256; i++)
12140 if (XOR (islower (i), ISLOWER (i))
12141 || toupper (i) != TOUPPER (i))
12142 return 2;
a9322a30
TT
12143 return 0;
12144}
bec39cab 12145_ACEOF
81ecdfbb
RW
12146if ac_fn_c_try_run "$LINENO"; then :
12147
bec39cab 12148else
81ecdfbb
RW
12149 ac_cv_header_stdc=no
12150fi
12151rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12152 conftest.$ac_objext conftest.beam conftest.$ac_ext
12153fi
bec39cab 12154
bec39cab 12155fi
a9322a30 12156fi
81ecdfbb
RW
12157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
12158$as_echo "$ac_cv_header_stdc" >&6; }
12159if test $ac_cv_header_stdc = yes; then
bec39cab 12160
81ecdfbb 12161$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5ee754fc 12162
81ecdfbb 12163fi
bec39cab 12164
81ecdfbb 12165# elf_hp.h is for HP/UX 64-bit shared library support.
9467110b 12166for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
161d1bec 12167 thread_db.h \
81ecdfbb
RW
12168 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
12169 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
44122162 12170 sys/reg.h sys/debugreg.h sys/select.h \
726e1356 12171 termios.h elf_hp.h \
9467110b 12172 dlfcn.h
81ecdfbb
RW
12173do :
12174 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12175ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 12176if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
bec39cab 12177 cat >>confdefs.h <<_ACEOF
81ecdfbb 12178#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 12179_ACEOF
c906108c 12180
bec39cab 12181fi
81ecdfbb
RW
12182
12183done
12184
81ecdfbb
RW
12185for ac_header in sys/user.h
12186do :
12187 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
12188# include <sys/param.h>
a9322a30
TT
12189#endif
12190
81ecdfbb 12191"
d0ac1c44 12192if test "x$ac_cv_header_sys_user_h" = xyes; then :
81ecdfbb
RW
12193 cat >>confdefs.h <<_ACEOF
12194#define HAVE_SYS_USER_H 1
bec39cab 12195_ACEOF
bec39cab 12196
a9322a30 12197fi
bec39cab 12198
81ecdfbb 12199done
5ee754fc 12200
5ee754fc 12201
5007d765 12202for ac_header in curses.h cursesX.h ncurses.h ncursesw/ncurses.h ncurses/ncurses.h ncurses/term.h
81ecdfbb
RW
12203do :
12204 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12205ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 12206if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
bec39cab 12207 cat >>confdefs.h <<_ACEOF
81ecdfbb 12208#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 12209_ACEOF
5ee754fc
MK
12210
12211fi
12212
81ecdfbb 12213done
bec39cab 12214
81ecdfbb
RW
12215for ac_header in term.h
12216do :
12217 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
12218# include <curses.h>
12219#endif
bec39cab 12220
81ecdfbb 12221"
d0ac1c44 12222if test "x$ac_cv_header_term_h" = xyes; then :
81ecdfbb
RW
12223 cat >>confdefs.h <<_ACEOF
12224#define HAVE_TERM_H 1
a8111142 12225_ACEOF
a8111142 12226
a8111142 12227fi
a8111142 12228
81ecdfbb 12229done
a8111142
TT
12230
12231
81ecdfbb
RW
12232# ------------------------- #
12233# Checks for declarations. #
12234# ------------------------- #
a9322a30 12235
07697489
PA
12236
12237 # Check for presence and size of long long.
12238 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
d0ac1c44 12239if test "x$ac_cv_type_long_long" = xyes; then :
07697489
PA
12240
12241cat >>confdefs.h <<_ACEOF
12242#define HAVE_LONG_LONG 1
12243_ACEOF
12244
12245# The cast to long int works around a bug in the HP C Compiler
12246# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12247# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12248# This bug is HP SR number 8606223364.
12249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12250$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 12251if ${ac_cv_sizeof_long_long+:} false; then :
07697489
PA
12252 $as_echo_n "(cached) " >&6
12253else
12254 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12255
12256else
12257 if test "$ac_cv_type_long_long" = yes; then
12258 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12259$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12260as_fn_error 77 "cannot compute sizeof (long long)
12261See \`config.log' for more details" "$LINENO" 5; }
07697489
PA
12262 else
12263 ac_cv_sizeof_long_long=0
12264 fi
12265fi
12266
12267fi
12268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12269$as_echo "$ac_cv_sizeof_long_long" >&6; }
12270
12271
12272
12273cat >>confdefs.h <<_ACEOF
12274#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12275_ACEOF
12276
12277
12278fi
12279
12280
d0ac1c44
SM
12281 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(char *)" | $as_tr_sh`
12282ac_fn_c_check_decl "$LINENO" "basename(char *)" "$as_ac_Symbol" "$ac_includes_default"
12283if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
07697489
PA
12284 ac_have_decl=1
12285else
12286 ac_have_decl=0
12287fi
12288
12289cat >>confdefs.h <<_ACEOF
12290#define HAVE_DECL_BASENAME $ac_have_decl
12291_ACEOF
12292ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
d0ac1c44 12293if test "x$ac_cv_have_decl_ffs" = xyes; then :
07697489
PA
12294 ac_have_decl=1
12295else
12296 ac_have_decl=0
12297fi
12298
12299cat >>confdefs.h <<_ACEOF
12300#define HAVE_DECL_FFS $ac_have_decl
12301_ACEOF
12302ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 12303if test "x$ac_cv_have_decl_asprintf" = xyes; then :
07697489
PA
12304 ac_have_decl=1
12305else
12306 ac_have_decl=0
12307fi
12308
12309cat >>confdefs.h <<_ACEOF
12310#define HAVE_DECL_ASPRINTF $ac_have_decl
12311_ACEOF
12312ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
d0ac1c44 12313if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
07697489
PA
12314 ac_have_decl=1
12315else
12316 ac_have_decl=0
12317fi
12318
12319cat >>confdefs.h <<_ACEOF
12320#define HAVE_DECL_VASPRINTF $ac_have_decl
12321_ACEOF
12322ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 12323if test "x$ac_cv_have_decl_snprintf" = xyes; then :
07697489
PA
12324 ac_have_decl=1
12325else
12326 ac_have_decl=0
12327fi
12328
12329cat >>confdefs.h <<_ACEOF
12330#define HAVE_DECL_SNPRINTF $ac_have_decl
12331_ACEOF
12332ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 12333if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
07697489
PA
12334 ac_have_decl=1
12335else
12336 ac_have_decl=0
12337fi
12338
12339cat >>confdefs.h <<_ACEOF
12340#define HAVE_DECL_VSNPRINTF $ac_have_decl
12341_ACEOF
12342
12343 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
d0ac1c44 12344if test "x$ac_cv_have_decl_strtol" = xyes; then :
07697489
PA
12345 ac_have_decl=1
12346else
12347 ac_have_decl=0
12348fi
12349
12350cat >>confdefs.h <<_ACEOF
12351#define HAVE_DECL_STRTOL $ac_have_decl
12352_ACEOF
12353ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
d0ac1c44 12354if test "x$ac_cv_have_decl_strtoul" = xyes; then :
07697489
PA
12355 ac_have_decl=1
12356else
12357 ac_have_decl=0
12358fi
12359
12360cat >>confdefs.h <<_ACEOF
12361#define HAVE_DECL_STRTOUL $ac_have_decl
12362_ACEOF
12363ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
d0ac1c44 12364if test "x$ac_cv_have_decl_strtoll" = xyes; then :
07697489
PA
12365 ac_have_decl=1
12366else
12367 ac_have_decl=0
12368fi
12369
12370cat >>confdefs.h <<_ACEOF
12371#define HAVE_DECL_STRTOLL $ac_have_decl
12372_ACEOF
12373ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
d0ac1c44 12374if test "x$ac_cv_have_decl_strtoull" = xyes; then :
07697489
PA
12375 ac_have_decl=1
12376else
12377 ac_have_decl=0
12378fi
12379
12380cat >>confdefs.h <<_ACEOF
12381#define HAVE_DECL_STRTOULL $ac_have_decl
12382_ACEOF
12383
12384 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
d0ac1c44 12385if test "x$ac_cv_have_decl_strverscmp" = xyes; then :
07697489
PA
12386 ac_have_decl=1
12387else
12388 ac_have_decl=0
12389fi
12390
12391cat >>confdefs.h <<_ACEOF
12392#define HAVE_DECL_STRVERSCMP $ac_have_decl
12393_ACEOF
12394
12395
12396
81ecdfbb 12397ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
d0ac1c44 12398if test "x$ac_cv_have_decl_free" = xyes; then :
81ecdfbb 12399 ac_have_decl=1
bec39cab 12400else
81ecdfbb
RW
12401 ac_have_decl=0
12402fi
12403
12404cat >>confdefs.h <<_ACEOF
12405#define HAVE_DECL_FREE $ac_have_decl
bec39cab 12406_ACEOF
81ecdfbb 12407ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
d0ac1c44 12408if test "x$ac_cv_have_decl_malloc" = xyes; then :
81ecdfbb
RW
12409 ac_have_decl=1
12410else
12411 ac_have_decl=0
12412fi
12413
12414cat >>confdefs.h <<_ACEOF
12415#define HAVE_DECL_MALLOC $ac_have_decl
bec39cab 12416_ACEOF
81ecdfbb 12417ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
d0ac1c44 12418if test "x$ac_cv_have_decl_realloc" = xyes; then :
81ecdfbb 12419 ac_have_decl=1
bec39cab 12420else
81ecdfbb
RW
12421 ac_have_decl=0
12422fi
bec39cab 12423
81ecdfbb
RW
12424cat >>confdefs.h <<_ACEOF
12425#define HAVE_DECL_REALLOC $ac_have_decl
bec39cab 12426_ACEOF
81ecdfbb 12427ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 12428if test "x$ac_cv_have_decl_snprintf" = xyes; then :
81ecdfbb
RW
12429 ac_have_decl=1
12430else
12431 ac_have_decl=0
5ee754fc 12432fi
81ecdfbb
RW
12433
12434cat >>confdefs.h <<_ACEOF
12435#define HAVE_DECL_SNPRINTF $ac_have_decl
a9322a30 12436_ACEOF
5ee754fc 12437
5ee754fc 12438
81ecdfbb
RW
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12440$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 12441if ${am_cv_val_LC_MESSAGES+:} false; then :
81ecdfbb 12442 $as_echo_n "(cached) " >&6
bec39cab 12443else
81ecdfbb 12444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12445/* end confdefs.h. */
81ecdfbb 12446#include <locale.h>
a9322a30
TT
12447int
12448main ()
12449{
81ecdfbb 12450return LC_MESSAGES
a9322a30
TT
12451 ;
12452 return 0;
12453}
bec39cab 12454_ACEOF
81ecdfbb
RW
12455if ac_fn_c_try_link "$LINENO"; then :
12456 am_cv_val_LC_MESSAGES=yes
bec39cab 12457else
81ecdfbb
RW
12458 am_cv_val_LC_MESSAGES=no
12459fi
12460rm -f core conftest.err conftest.$ac_objext \
12461 conftest$ac_exeext conftest.$ac_ext
12462fi
12463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12464$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12465 if test $am_cv_val_LC_MESSAGES = yes; then
bec39cab 12466
81ecdfbb
RW
12467$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12468
12469 fi
12470
12471
12472# ----------------------- #
12473# Checks for structures. #
12474# ----------------------- #
12475
12476ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
d0ac1c44 12477if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
81ecdfbb
RW
12478
12479cat >>confdefs.h <<_ACEOF
12480#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7eb368b3 12481_ACEOF
7eb368b3 12482
81ecdfbb 12483
7eb368b3 12484fi
81ecdfbb 12485ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
d0ac1c44 12486if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
7eb368b3 12487
a9322a30
TT
12488cat >>confdefs.h <<_ACEOF
12489#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7eb368b3
NR
12490_ACEOF
12491
a9322a30 12492
7eb368b3
NR
12493fi
12494
7eb368b3 12495
a9322a30
TT
12496# ------------------ #
12497# Checks for types. #
12498# ------------------ #
7eb368b3 12499
81ecdfbb 12500ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
a9322a30
TT
12501#include <sys/socket.h>
12502
81ecdfbb 12503"
d0ac1c44 12504if test "x$ac_cv_type_socklen_t" = xyes; then :
bec39cab 12505
a9322a30
TT
12506cat >>confdefs.h <<_ACEOF
12507#define HAVE_SOCKLEN_T 1
12508_ACEOF
12509
12510
12511fi
12512
12513
12514# ------------------------------------- #
12515# Checks for compiler characteristics. #
12516# ------------------------------------- #
12517
81ecdfbb
RW
12518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12519$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
d0ac1c44 12520if ${ac_cv_c_const+:} false; then :
81ecdfbb 12521 $as_echo_n "(cached) " >&6
a9322a30 12522else
81ecdfbb 12523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12524/* end confdefs.h. */
a9322a30
TT
12525
12526int
12527main ()
12528{
d0ac1c44 12529
a9322a30 12530#ifndef __cplusplus
d0ac1c44 12531 /* Ultrix mips cc rejects this sort of thing. */
a9322a30 12532 typedef int charset[2];
d0ac1c44 12533 const charset cs = { 0, 0 };
a9322a30 12534 /* SunOS 4.1.1 cc rejects this. */
81ecdfbb
RW
12535 char const *const *pcpcc;
12536 char **ppc;
a9322a30
TT
12537 /* NEC SVR4.0.2 mips cc rejects this. */
12538 struct point {int x, y;};
12539 static struct point const zero = {0,0};
12540 /* AIX XL C 1.02.0.0 rejects this.
12541 It does not let you subtract one const X* pointer from another in
12542 an arm of an if-expression whose if-part is not a constant
12543 expression */
12544 const char *g = "string";
81ecdfbb 12545 pcpcc = &g + (g ? g-g : 0);
a9322a30 12546 /* HPUX 7.0 cc rejects these. */
81ecdfbb
RW
12547 ++pcpcc;
12548 ppc = (char**) pcpcc;
12549 pcpcc = (char const *const *) ppc;
d0ac1c44
SM
12550 { /* SCO 3.2v4 cc rejects this sort of thing. */
12551 char tx;
12552 char *t = &tx;
a9322a30
TT
12553 char const *s = 0 ? (char *) 0 : (char const *) 0;
12554
12555 *t++ = 0;
81ecdfbb 12556 if (s) return 0;
a9322a30
TT
12557 }
12558 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12559 int x[] = {25, 17};
12560 const int *foo = &x[0];
12561 ++foo;
12562 }
12563 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12564 typedef const int *iptr;
12565 iptr p = 0;
12566 ++p;
12567 }
d0ac1c44 12568 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
a9322a30 12569 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
d0ac1c44
SM
12570 struct s { int j; const int *ap[3]; } bx;
12571 struct s *b = &bx; b->j = 5;
a9322a30
TT
12572 }
12573 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12574 const int foo = 10;
81ecdfbb 12575 if (!foo) return 0;
a9322a30 12576 }
81ecdfbb 12577 return !cs[0] && !zero.x;
a9322a30
TT
12578#endif
12579
12580 ;
12581 return 0;
12582}
bec39cab 12583_ACEOF
81ecdfbb 12584if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 12585 ac_cv_c_const=yes
5ee754fc 12586else
81ecdfbb 12587 ac_cv_c_const=no
5ee754fc 12588fi
81ecdfbb 12589rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 12590fi
81ecdfbb
RW
12591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12592$as_echo "$ac_cv_c_const" >&6; }
a9322a30 12593if test $ac_cv_c_const = no; then
bec39cab 12594
81ecdfbb 12595$as_echo "#define const /**/" >>confdefs.h
bec39cab 12596
5ee754fc 12597fi
bec39cab 12598
81ecdfbb
RW
12599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12600$as_echo_n "checking for inline... " >&6; }
d0ac1c44 12601if ${ac_cv_c_inline+:} false; then :
81ecdfbb 12602 $as_echo_n "(cached) " >&6
bec39cab 12603else
a9322a30
TT
12604 ac_cv_c_inline=no
12605for ac_kw in inline __inline__ __inline; do
81ecdfbb 12606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12607/* end confdefs.h. */
a9322a30
TT
12608#ifndef __cplusplus
12609typedef int foo_t;
12610static $ac_kw foo_t static_foo () {return 0; }
12611$ac_kw foo_t foo () {return 0; }
12612#endif
12613
bec39cab 12614_ACEOF
81ecdfbb
RW
12615if ac_fn_c_try_compile "$LINENO"; then :
12616 ac_cv_c_inline=$ac_kw
bec39cab 12617fi
81ecdfbb
RW
12618rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12619 test "$ac_cv_c_inline" != no && break
a9322a30 12620done
bec39cab 12621
5ee754fc 12622fi
81ecdfbb
RW
12623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12624$as_echo "$ac_cv_c_inline" >&6; }
5ee754fc 12625
a9322a30
TT
12626case $ac_cv_c_inline in
12627 inline | yes) ;;
12628 *)
12629 case $ac_cv_c_inline in
12630 no) ac_val=;;
12631 *) ac_val=$ac_cv_c_inline;;
12632 esac
12633 cat >>confdefs.h <<_ACEOF
12634#ifndef __cplusplus
12635#define inline $ac_val
12636#endif
12637_ACEOF
bec39cab
AC
12638 ;;
12639esac
bec39cab 12640
81ecdfbb
RW
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12642$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 12643if ${ac_cv_c_bigendian+:} false; then :
81ecdfbb 12644 $as_echo_n "(cached) " >&6
bec39cab 12645else
81ecdfbb
RW
12646 ac_cv_c_bigendian=unknown
12647 # See if we're dealing with a universal compiler.
12648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12649/* end confdefs.h. */
12650#ifndef __APPLE_CC__
12651 not a universal capable compiler
12652 #endif
12653 typedef int dummy;
12654
12655_ACEOF
12656if ac_fn_c_try_compile "$LINENO"; then :
12657
12658 # Check for potential -arch flags. It is not universal unless
12659 # there are at least two -arch flags with different values.
12660 ac_arch=
12661 ac_prev=
12662 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12663 if test -n "$ac_prev"; then
12664 case $ac_word in
12665 i?86 | x86_64 | ppc | ppc64)
12666 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12667 ac_arch=$ac_word
12668 else
12669 ac_cv_c_bigendian=universal
12670 break
12671 fi
12672 ;;
12673 esac
12674 ac_prev=
12675 elif test "x$ac_word" = "x-arch"; then
12676 ac_prev=arch
12677 fi
12678 done
12679fi
12680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12681 if test $ac_cv_c_bigendian = unknown; then
12682 # See if sys/param.h defines the BYTE_ORDER macro.
12683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12684/* end confdefs.h. */
a9322a30 12685#include <sys/types.h>
81ecdfbb 12686 #include <sys/param.h>
a9322a30
TT
12687
12688int
12689main ()
12690{
81ecdfbb
RW
12691#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12692 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12693 && LITTLE_ENDIAN)
12694 bogus endian macros
12695 #endif
a9322a30
TT
12696
12697 ;
12698 return 0;
12699}
bec39cab 12700_ACEOF
81ecdfbb 12701if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 12702 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 12703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12704/* end confdefs.h. */
a9322a30 12705#include <sys/types.h>
81ecdfbb 12706 #include <sys/param.h>
a9322a30
TT
12707
12708int
12709main ()
12710{
12711#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
12712 not big endian
12713 #endif
a9322a30
TT
12714
12715 ;
12716 return 0;
12717}
bec39cab 12718_ACEOF
81ecdfbb 12719if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 12720 ac_cv_c_bigendian=yes
5ee754fc 12721else
81ecdfbb 12722 ac_cv_c_bigendian=no
5ee754fc 12723fi
81ecdfbb
RW
12724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12725fi
12726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12727 fi
12728 if test $ac_cv_c_bigendian = unknown; then
12729 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12731/* end confdefs.h. */
12732#include <limits.h>
bec39cab 12733
81ecdfbb
RW
12734int
12735main ()
12736{
12737#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12738 bogus endian macros
12739 #endif
12740
12741 ;
12742 return 0;
12743}
7eb368b3 12744_ACEOF
81ecdfbb
RW
12745if ac_fn_c_try_compile "$LINENO"; then :
12746 # It does; now see whether it defined to _BIG_ENDIAN or not.
12747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb368b3 12748/* end confdefs.h. */
81ecdfbb
RW
12749#include <limits.h>
12750
7eb368b3
NR
12751int
12752main ()
12753{
81ecdfbb
RW
12754#ifndef _BIG_ENDIAN
12755 not big endian
12756 #endif
12757
7eb368b3
NR
12758 ;
12759 return 0;
12760}
12761_ACEOF
81ecdfbb 12762if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 12763 ac_cv_c_bigendian=yes
81ecdfbb
RW
12764else
12765 ac_cv_c_bigendian=no
a9322a30 12766fi
81ecdfbb 12767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 12768fi
81ecdfbb
RW
12769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12770 fi
12771 if test $ac_cv_c_bigendian = unknown; then
12772 # Compile a test program.
12773 if test "$cross_compiling" = yes; then :
12774 # Try to guess by grepping values from an object file.
12775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12776/* end confdefs.h. */
12777short int ascii_mm[] =
12778 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12779 short int ascii_ii[] =
12780 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12781 int use_ascii (int i) {
12782 return ascii_mm[i] + ascii_ii[i];
12783 }
12784 short int ebcdic_ii[] =
12785 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12786 short int ebcdic_mm[] =
12787 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12788 int use_ebcdic (int i) {
12789 return ebcdic_mm[i] + ebcdic_ii[i];
12790 }
12791 extern int foo;
7eb368b3 12792
81ecdfbb
RW
12793int
12794main ()
12795{
12796return use_ascii (foo) == use_ebcdic (foo);
12797 ;
12798 return 0;
12799}
12800_ACEOF
12801if ac_fn_c_try_compile "$LINENO"; then :
12802 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12803 ac_cv_c_bigendian=yes
12804 fi
12805 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12806 if test "$ac_cv_c_bigendian" = unknown; then
12807 ac_cv_c_bigendian=no
12808 else
12809 # finding both strings is unlikely to happen, but who knows?
12810 ac_cv_c_bigendian=unknown
12811 fi
12812 fi
7eb368b3 12813fi
81ecdfbb 12814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 12815else
81ecdfbb 12816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12817/* end confdefs.h. */
81ecdfbb 12818$ac_includes_default
d3ea6809
MM
12819int
12820main ()
12821{
81ecdfbb
RW
12822
12823 /* Are we little or big endian? From Harbison&Steele. */
12824 union
12825 {
12826 long int l;
12827 char c[sizeof (long int)];
12828 } u;
12829 u.l = 1;
12830 return u.c[sizeof (long int) - 1] == 1;
12831
12832 ;
12833 return 0;
d3ea6809
MM
12834}
12835_ACEOF
81ecdfbb 12836if ac_fn_c_try_run "$LINENO"; then :
a9322a30 12837 ac_cv_c_bigendian=no
d3ea6809 12838else
81ecdfbb 12839 ac_cv_c_bigendian=yes
d3ea6809 12840fi
81ecdfbb
RW
12841rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12842 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 12843fi
a9322a30 12844
81ecdfbb
RW
12845 fi
12846fi
12847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12848$as_echo "$ac_cv_c_bigendian" >&6; }
12849 case $ac_cv_c_bigendian in #(
12850 yes)
12851 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12852;; #(
12853 no)
12854 ;; #(
12855 universal)
12856
12857$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12858
12859 ;; #(
12860 *)
d0ac1c44 12861 as_fn_error $? "unknown endianness
81ecdfbb
RW
12862 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12863 esac
d3ea6809
MM
12864
12865
a9322a30
TT
12866# ------------------------------ #
12867# Checks for library functions. #
12868# ------------------------------ #
d3ea6809 12869
d0ac1c44
SM
12870
12871
12872
12873 for ac_header in $ac_header_list
81ecdfbb
RW
12874do :
12875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
d0ac1c44
SM
12876ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12877"
12878if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
bec39cab 12879 cat >>confdefs.h <<_ACEOF
81ecdfbb 12880#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 12881_ACEOF
b757528f 12882
b757528f 12883fi
bec39cab 12884
a9322a30 12885done
a3828db0 12886
d0ac1c44
SM
12887
12888
12889
12890
12891
12892
12893
a9322a30 12894for ac_func in getpagesize
81ecdfbb
RW
12895do :
12896 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
d0ac1c44 12897if test "x$ac_cv_func_getpagesize" = xyes; then :
bec39cab 12898 cat >>confdefs.h <<_ACEOF
81ecdfbb 12899#define HAVE_GETPAGESIZE 1
bec39cab 12900_ACEOF
bcb3dc3d 12901
bcb3dc3d
MK
12902fi
12903done
12904
81ecdfbb
RW
12905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12906$as_echo_n "checking for working mmap... " >&6; }
d0ac1c44 12907if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
81ecdfbb 12908 $as_echo_n "(cached) " >&6
a9322a30 12909else
81ecdfbb 12910 if test "$cross_compiling" = yes; then :
a9322a30 12911 ac_cv_func_mmap_fixed_mapped=no
bec39cab 12912else
81ecdfbb 12913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12914/* end confdefs.h. */
a9322a30
TT
12915$ac_includes_default
12916/* malloc might have been renamed as rpl_malloc. */
12917#undef malloc
bec39cab 12918
a9322a30
TT
12919/* Thanks to Mike Haertel and Jim Avera for this test.
12920 Here is a matrix of mmap possibilities:
12921 mmap private not fixed
12922 mmap private fixed at somewhere currently unmapped
12923 mmap private fixed at somewhere already mapped
12924 mmap shared not fixed
12925 mmap shared fixed at somewhere currently unmapped
12926 mmap shared fixed at somewhere already mapped
12927 For private mappings, we should verify that changes cannot be read()
12928 back from the file, nor mmap's back from the file at a different
12929 address. (There have been systems where private was not correctly
12930 implemented like the infamous i386 svr4.0, and systems where the
12931 VM page cache was not coherent with the file system buffer cache
12932 like early versions of FreeBSD and possibly contemporary NetBSD.)
12933 For shared mappings, we should conversely verify that changes get
12934 propagated back to all the places they're supposed to be.
bec39cab 12935
a9322a30
TT
12936 Grep wants private fixed already mapped.
12937 The main things grep needs to know about mmap are:
12938 * does it exist and is it safe to write into the mmap'd area
12939 * how to use it (BSD variants) */
8b9cf735 12940
a9322a30
TT
12941#include <fcntl.h>
12942#include <sys/mman.h>
8b9cf735 12943
81ecdfbb 12944#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
a9322a30 12945char *malloc ();
a3828db0
MK
12946#endif
12947
a9322a30 12948/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 12949#ifndef HAVE_GETPAGESIZE
a9322a30
TT
12950# ifdef _SC_PAGESIZE
12951# define getpagesize() sysconf(_SC_PAGESIZE)
12952# else /* no _SC_PAGESIZE */
81ecdfbb 12953# ifdef HAVE_SYS_PARAM_H
a9322a30
TT
12954# include <sys/param.h>
12955# ifdef EXEC_PAGESIZE
12956# define getpagesize() EXEC_PAGESIZE
12957# else /* no EXEC_PAGESIZE */
12958# ifdef NBPG
12959# define getpagesize() NBPG * CLSIZE
12960# ifndef CLSIZE
12961# define CLSIZE 1
12962# endif /* no CLSIZE */
12963# else /* no NBPG */
12964# ifdef NBPC
12965# define getpagesize() NBPC
12966# else /* no NBPC */
12967# ifdef PAGESIZE
12968# define getpagesize() PAGESIZE
12969# endif /* PAGESIZE */
12970# endif /* no NBPC */
12971# endif /* no NBPG */
12972# endif /* no EXEC_PAGESIZE */
12973# else /* no HAVE_SYS_PARAM_H */
12974# define getpagesize() 8192 /* punt totally */
12975# endif /* no HAVE_SYS_PARAM_H */
12976# endif /* no _SC_PAGESIZE */
12977
12978#endif /* no HAVE_GETPAGESIZE */
12979
bec39cab
AC
12980int
12981main ()
12982{
a9322a30 12983 char *data, *data2, *data3;
d0ac1c44 12984 const char *cdata2;
a9322a30 12985 int i, pagesize;
d0ac1c44 12986 int fd, fd2;
a9322a30
TT
12987
12988 pagesize = getpagesize ();
12989
12990 /* First, make a file with some known garbage in it. */
12991 data = (char *) malloc (pagesize);
12992 if (!data)
81ecdfbb 12993 return 1;
a9322a30
TT
12994 for (i = 0; i < pagesize; ++i)
12995 *(data + i) = rand ();
12996 umask (0);
12997 fd = creat ("conftest.mmap", 0600);
12998 if (fd < 0)
d0ac1c44 12999 return 2;
a9322a30 13000 if (write (fd, data, pagesize) != pagesize)
d0ac1c44 13001 return 3;
a9322a30
TT
13002 close (fd);
13003
d0ac1c44
SM
13004 /* Next, check that the tail of a page is zero-filled. File must have
13005 non-zero length, otherwise we risk SIGBUS for entire page. */
13006 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13007 if (fd2 < 0)
13008 return 4;
13009 cdata2 = "";
13010 if (write (fd2, cdata2, 1) != 1)
13011 return 5;
13012 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13013 if (data2 == MAP_FAILED)
13014 return 6;
13015 for (i = 0; i < pagesize; ++i)
13016 if (*(data2 + i))
13017 return 7;
13018 close (fd2);
13019 if (munmap (data2, pagesize))
13020 return 8;
13021
a9322a30
TT
13022 /* Next, try to mmap the file at a fixed address which already has
13023 something else allocated at it. If we can, also make sure that
13024 we see the same garbage. */
13025 fd = open ("conftest.mmap", O_RDWR);
13026 if (fd < 0)
d0ac1c44 13027 return 9;
a9322a30
TT
13028 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13029 MAP_PRIVATE | MAP_FIXED, fd, 0L))
d0ac1c44 13030 return 10;
a9322a30
TT
13031 for (i = 0; i < pagesize; ++i)
13032 if (*(data + i) != *(data2 + i))
d0ac1c44 13033 return 11;
a9322a30
TT
13034
13035 /* Finally, make sure that changes to the mapped area do not
13036 percolate back to the file as seen by read(). (This is a bug on
13037 some variants of i386 svr4.0.) */
13038 for (i = 0; i < pagesize; ++i)
13039 *(data2 + i) = *(data2 + i) + 1;
13040 data3 = (char *) malloc (pagesize);
13041 if (!data3)
d0ac1c44 13042 return 12;
a9322a30 13043 if (read (fd, data3, pagesize) != pagesize)
d0ac1c44 13044 return 13;
a9322a30
TT
13045 for (i = 0; i < pagesize; ++i)
13046 if (*(data + i) != *(data3 + i))
d0ac1c44 13047 return 14;
a9322a30 13048 close (fd);
81ecdfbb 13049 return 0;
bec39cab
AC
13050}
13051_ACEOF
81ecdfbb 13052if ac_fn_c_try_run "$LINENO"; then :
a9322a30 13053 ac_cv_func_mmap_fixed_mapped=yes
086ec9eb 13054else
81ecdfbb 13055 ac_cv_func_mmap_fixed_mapped=no
a3828db0 13056fi
81ecdfbb
RW
13057rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13058 conftest.$ac_objext conftest.beam conftest.$ac_ext
a3828db0 13059fi
81ecdfbb 13060
a9322a30 13061fi
81ecdfbb
RW
13062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13063$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
a9322a30
TT
13064if test $ac_cv_func_mmap_fixed_mapped = yes; then
13065
81ecdfbb 13066$as_echo "#define HAVE_MMAP 1" >>confdefs.h
a3828db0 13067
086ec9eb 13068fi
d0ac1c44 13069rm -f conftest.mmap conftest.txt
a3828db0 13070
81ecdfbb 13071ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
d0ac1c44 13072if test "x$ac_cv_type_pid_t" = xyes; then :
bec39cab 13073
a9322a30
TT
13074else
13075
13076cat >>confdefs.h <<_ACEOF
13077#define pid_t int
bec39cab 13078_ACEOF
086ec9eb
MK
13079
13080fi
13081
81ecdfbb
RW
13082for ac_header in vfork.h
13083do :
13084 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
d0ac1c44 13085if test "x$ac_cv_header_vfork_h" = xyes; then :
a3828db0 13086 cat >>confdefs.h <<_ACEOF
81ecdfbb 13087#define HAVE_VFORK_H 1
bec39cab 13088_ACEOF
c906108c
SS
13089
13090fi
a9322a30 13091
a3828db0 13092done
c906108c 13093
a9322a30 13094for ac_func in fork vfork
81ecdfbb
RW
13095do :
13096 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13097ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13098if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
a3828db0 13099 cat >>confdefs.h <<_ACEOF
81ecdfbb 13100#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 13101_ACEOF
b83266a0 13102
97bf5e38 13103fi
a3828db0 13104done
b83266a0 13105
a9322a30 13106if test "x$ac_cv_func_fork" = xyes; then
81ecdfbb
RW
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
13108$as_echo_n "checking for working fork... " >&6; }
d0ac1c44 13109if ${ac_cv_func_fork_works+:} false; then :
81ecdfbb 13110 $as_echo_n "(cached) " >&6
a9322a30 13111else
81ecdfbb 13112 if test "$cross_compiling" = yes; then :
a9322a30
TT
13113 ac_cv_func_fork_works=cross
13114else
81ecdfbb
RW
13115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13116/* end confdefs.h. */
13117$ac_includes_default
13118int
13119main ()
13120{
13121
13122 /* By Ruediger Kuhlmann. */
13123 return fork () < 0;
13124
13125 ;
13126 return 0;
13127}
a9322a30 13128_ACEOF
81ecdfbb 13129if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
13130 ac_cv_func_fork_works=yes
13131else
81ecdfbb 13132 ac_cv_func_fork_works=no
a9322a30 13133fi
81ecdfbb
RW
13134rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13135 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 13136fi
81ecdfbb 13137
a9322a30 13138fi
81ecdfbb
RW
13139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
13140$as_echo "$ac_cv_func_fork_works" >&6; }
a9322a30
TT
13141
13142else
13143 ac_cv_func_fork_works=$ac_cv_func_fork
13144fi
13145if test "x$ac_cv_func_fork_works" = xcross; then
13146 case $host in
13147 *-*-amigaos* | *-*-msdosdjgpp*)
13148 # Override, as these systems have only a dummy fork() stub
13149 ac_cv_func_fork_works=no
13150 ;;
13151 *)
13152 ac_cv_func_fork_works=yes
13153 ;;
13154 esac
81ecdfbb
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
13156$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
a9322a30
TT
13157fi
13158ac_cv_func_vfork_works=$ac_cv_func_vfork
13159if test "x$ac_cv_func_vfork" = xyes; then
81ecdfbb
RW
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
13161$as_echo_n "checking for working vfork... " >&6; }
d0ac1c44 13162if ${ac_cv_func_vfork_works+:} false; then :
81ecdfbb 13163 $as_echo_n "(cached) " >&6
a9322a30 13164else
81ecdfbb 13165 if test "$cross_compiling" = yes; then :
a9322a30
TT
13166 ac_cv_func_vfork_works=cross
13167else
81ecdfbb 13168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30
TT
13169/* end confdefs.h. */
13170/* Thanks to Paul Eggert for this test. */
81ecdfbb 13171$ac_includes_default
a9322a30 13172#include <sys/wait.h>
81ecdfbb 13173#ifdef HAVE_VFORK_H
a9322a30
TT
13174# include <vfork.h>
13175#endif
13176/* On some sparc systems, changes by the child to local and incoming
13177 argument registers are propagated back to the parent. The compiler
13178 is told about this with #include <vfork.h>, but some compilers
13179 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
13180 static variable whose address is put into a register that is
13181 clobbered by the vfork. */
13182static void
13183#ifdef __cplusplus
13184sparc_address_test (int arg)
13185# else
13186sparc_address_test (arg) int arg;
13187#endif
13188{
13189 static pid_t child;
13190 if (!child) {
13191 child = vfork ();
13192 if (child < 0) {
13193 perror ("vfork");
13194 _exit(2);
13195 }
13196 if (!child) {
13197 arg = getpid();
13198 write(-1, "", 0);
13199 _exit (arg);
13200 }
13201 }
13202}
13203
13204int
13205main ()
13206{
13207 pid_t parent = getpid ();
13208 pid_t child;
13209
13210 sparc_address_test (0);
13211
13212 child = vfork ();
13213
13214 if (child == 0) {
13215 /* Here is another test for sparc vfork register problems. This
13216 test uses lots of local variables, at least as many local
13217 variables as main has allocated so far including compiler
13218 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
13219 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
13220 reuse the register of parent for one of the local variables,
13221 since it will think that parent can't possibly be used any more
13222 in this routine. Assigning to the local variable will thus
13223 munge parent in the parent process. */
13224 pid_t
13225 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
13226 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
13227 /* Convince the compiler that p..p7 are live; otherwise, it might
13228 use the same hardware register for all 8 local variables. */
13229 if (p != p1 || p != p2 || p != p3 || p != p4
13230 || p != p5 || p != p6 || p != p7)
13231 _exit(1);
13232
13233 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
13234 from child file descriptors. If the child closes a descriptor
13235 before it execs or exits, this munges the parent's descriptor
13236 as well. Test for this by closing stdout in the child. */
13237 _exit(close(fileno(stdout)) != 0);
13238 } else {
13239 int status;
13240 struct stat st;
13241
13242 while (wait(&status) != child)
13243 ;
81ecdfbb 13244 return (
a9322a30
TT
13245 /* Was there some problem with vforking? */
13246 child < 0
13247
13248 /* Did the child fail? (This shouldn't happen.) */
13249 || status
13250
13251 /* Did the vfork/compiler bug occur? */
13252 || parent != getpid()
13253
13254 /* Did the file descriptor bug occur? */
13255 || fstat(fileno(stdout), &st) != 0
13256 );
13257 }
13258}
13259_ACEOF
81ecdfbb 13260if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
13261 ac_cv_func_vfork_works=yes
13262else
81ecdfbb 13263 ac_cv_func_vfork_works=no
a9322a30 13264fi
81ecdfbb
RW
13265rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13266 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 13267fi
81ecdfbb 13268
a9322a30 13269fi
81ecdfbb
RW
13270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
13271$as_echo "$ac_cv_func_vfork_works" >&6; }
a9322a30
TT
13272
13273fi;
13274if test "x$ac_cv_func_fork_works" = xcross; then
13275 ac_cv_func_vfork_works=$ac_cv_func_vfork
81ecdfbb
RW
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
13277$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
a9322a30
TT
13278fi
13279
13280if test "x$ac_cv_func_vfork_works" = xyes; then
13281
81ecdfbb 13282$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
a9322a30
TT
13283
13284else
13285
81ecdfbb 13286$as_echo "#define vfork fork" >>confdefs.h
a9322a30
TT
13287
13288fi
13289if test "x$ac_cv_func_fork_works" = xyes; then
13290
81ecdfbb 13291$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
a9322a30
TT
13292
13293fi
13294
cdf43629 13295for ac_func in getauxval getrusage getuid getgid \
bdca27a2 13296 pipe poll pread pread64 pwrite resize_term \
e671cd59 13297 sbrk getpgid setpgid setpgrp setsid \
9467110b 13298 sigaction sigprocmask sigsetmask socketpair \
110ed339 13299 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
3332aaf2 13300 setrlimit getrlimit posix_madvise waitpid \
4b8b5e72 13301 ptrace64 sigaltstack mkdtemp setns
81ecdfbb
RW
13302do :
13303 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13304ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13305if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6c7a06a3 13306 cat >>confdefs.h <<_ACEOF
81ecdfbb 13307#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6c7a06a3
TT
13308_ACEOF
13309
13310fi
13311done
13312
13313
81ecdfbb
RW
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
13315$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
d0ac1c44 13316if ${am_cv_langinfo_codeset+:} false; then :
81ecdfbb 13317 $as_echo_n "(cached) " >&6
6c7a06a3 13318else
81ecdfbb 13319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
13320/* end confdefs.h. */
13321#include <langinfo.h>
13322int
13323main ()
13324{
13325char* cs = nl_langinfo(CODESET);
bec39cab
AC
13326 ;
13327 return 0;
13328}
13329_ACEOF
81ecdfbb 13330if ac_fn_c_try_link "$LINENO"; then :
6c7a06a3 13331 am_cv_langinfo_codeset=yes
a4db0f07 13332else
81ecdfbb 13333 am_cv_langinfo_codeset=no
a4db0f07 13334fi
81ecdfbb
RW
13335rm -f core conftest.err conftest.$ac_objext \
13336 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 13337
a4db0f07 13338fi
81ecdfbb
RW
13339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
13340$as_echo "$am_cv_langinfo_codeset" >&6; }
6c7a06a3
TT
13341 if test $am_cv_langinfo_codeset = yes; then
13342
81ecdfbb 13343$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
a4db0f07 13344
6c7a06a3 13345 fi
c906108c 13346
d0ac1c44
SM
13347ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13348if test "x$ac_cv_type_size_t" = xyes; then :
13349
13350else
13351
13352cat >>confdefs.h <<_ACEOF
13353#define size_t unsigned int
13354_ACEOF
13355
13356fi
13357
06825bd1 13358
3266f10b
TT
13359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
13360$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 13361if ${ac_cv_header_stdc+:} false; then :
3266f10b
TT
13362 $as_echo_n "(cached) " >&6
13363else
13364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13365/* end confdefs.h. */
13366#include <stdlib.h>
13367#include <stdarg.h>
13368#include <string.h>
13369#include <float.h>
13370
13371int
13372main ()
13373{
13374
13375 ;
13376 return 0;
13377}
13378_ACEOF
13379if ac_fn_c_try_compile "$LINENO"; then :
13380 ac_cv_header_stdc=yes
13381else
13382 ac_cv_header_stdc=no
13383fi
13384rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13385
13386if test $ac_cv_header_stdc = yes; then
13387 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13389/* end confdefs.h. */
13390#include <string.h>
13391
13392_ACEOF
13393if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13394 $EGREP "memchr" >/dev/null 2>&1; then :
13395
13396else
13397 ac_cv_header_stdc=no
13398fi
13399rm -f conftest*
13400
13401fi
13402
13403if test $ac_cv_header_stdc = yes; then
13404 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13406/* end confdefs.h. */
13407#include <stdlib.h>
13408
13409_ACEOF
13410if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13411 $EGREP "free" >/dev/null 2>&1; then :
13412
13413else
13414 ac_cv_header_stdc=no
13415fi
13416rm -f conftest*
13417
13418fi
13419
13420if test $ac_cv_header_stdc = yes; then
13421 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13422 if test "$cross_compiling" = yes; then :
13423 :
13424else
13425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13426/* end confdefs.h. */
13427#include <ctype.h>
13428#include <stdlib.h>
13429#if ((' ' & 0x0FF) == 0x020)
13430# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13431# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13432#else
13433# define ISLOWER(c) \
13434 (('a' <= (c) && (c) <= 'i') \
13435 || ('j' <= (c) && (c) <= 'r') \
13436 || ('s' <= (c) && (c) <= 'z'))
13437# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13438#endif
13439
13440#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13441int
13442main ()
13443{
13444 int i;
13445 for (i = 0; i < 256; i++)
13446 if (XOR (islower (i), ISLOWER (i))
13447 || toupper (i) != TOUPPER (i))
13448 return 2;
13449 return 0;
13450}
13451_ACEOF
13452if ac_fn_c_try_run "$LINENO"; then :
13453
13454else
13455 ac_cv_header_stdc=no
13456fi
13457rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13458 conftest.$ac_objext conftest.beam conftest.$ac_ext
13459fi
13460
13461fi
13462fi
13463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
13464$as_echo "$ac_cv_header_stdc" >&6; }
13465if test $ac_cv_header_stdc = yes; then
13466
13467$as_echo "#define STDC_HEADERS 1" >>confdefs.h
13468
3266f10b
TT
13469fi
13470
13471 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13472# for constant arguments. Useless!
13473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13474$as_echo_n "checking for working alloca.h... " >&6; }
d0ac1c44 13475if ${ac_cv_working_alloca_h+:} false; then :
3266f10b
TT
13476 $as_echo_n "(cached) " >&6
13477else
13478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13479/* end confdefs.h. */
13480#include <alloca.h>
13481int
13482main ()
13483{
13484char *p = (char *) alloca (2 * sizeof (int));
13485 if (p) return 0;
13486 ;
13487 return 0;
13488}
13489_ACEOF
13490if ac_fn_c_try_link "$LINENO"; then :
13491 ac_cv_working_alloca_h=yes
13492else
13493 ac_cv_working_alloca_h=no
13494fi
13495rm -f core conftest.err conftest.$ac_objext \
13496 conftest$ac_exeext conftest.$ac_ext
13497fi
13498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13499$as_echo "$ac_cv_working_alloca_h" >&6; }
13500if test $ac_cv_working_alloca_h = yes; then
13501
13502$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13503
13504fi
13505
13506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13507$as_echo_n "checking for alloca... " >&6; }
d0ac1c44 13508if ${ac_cv_func_alloca_works+:} false; then :
3266f10b
TT
13509 $as_echo_n "(cached) " >&6
13510else
13511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13512/* end confdefs.h. */
13513#ifdef __GNUC__
13514# define alloca __builtin_alloca
13515#else
13516# ifdef _MSC_VER
13517# include <malloc.h>
13518# define alloca _alloca
13519# else
13520# ifdef HAVE_ALLOCA_H
13521# include <alloca.h>
13522# else
13523# ifdef _AIX
13524 #pragma alloca
13525# else
13526# ifndef alloca /* predefined by HP cc +Olibcalls */
d0ac1c44 13527void *alloca (size_t);
3266f10b
TT
13528# endif
13529# endif
13530# endif
13531# endif
13532#endif
13533
13534int
13535main ()
13536{
13537char *p = (char *) alloca (1);
13538 if (p) return 0;
13539 ;
13540 return 0;
13541}
13542_ACEOF
13543if ac_fn_c_try_link "$LINENO"; then :
13544 ac_cv_func_alloca_works=yes
13545else
13546 ac_cv_func_alloca_works=no
13547fi
13548rm -f core conftest.err conftest.$ac_objext \
13549 conftest$ac_exeext conftest.$ac_ext
13550fi
13551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13552$as_echo "$ac_cv_func_alloca_works" >&6; }
13553
13554if test $ac_cv_func_alloca_works = yes; then
13555
13556$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13557
13558else
13559 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13560# that cause trouble. Some versions do not even contain alloca or
13561# contain a buggy version. If you still want to use their alloca,
13562# use ar to extract alloca.o from them instead of compiling alloca.c.
13563
13564ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13565
13566$as_echo "#define C_ALLOCA 1" >>confdefs.h
13567
13568
13569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13570$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
d0ac1c44 13571if ${ac_cv_os_cray+:} false; then :
3266f10b
TT
13572 $as_echo_n "(cached) " >&6
13573else
13574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13575/* end confdefs.h. */
13576#if defined CRAY && ! defined CRAY2
13577webecray
13578#else
13579wenotbecray
13580#endif
13581
13582_ACEOF
13583if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13584 $EGREP "webecray" >/dev/null 2>&1; then :
13585 ac_cv_os_cray=yes
13586else
13587 ac_cv_os_cray=no
13588fi
13589rm -f conftest*
13590
13591fi
13592{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13593$as_echo "$ac_cv_os_cray" >&6; }
13594if test $ac_cv_os_cray = yes; then
13595 for ac_func in _getb67 GETB67 getb67; do
13596 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13597ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13598if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3266f10b
TT
13599
13600cat >>confdefs.h <<_ACEOF
13601#define CRAY_STACKSEG_END $ac_func
13602_ACEOF
13603
13604 break
13605fi
13606
13607 done
13608fi
13609
13610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13611$as_echo_n "checking stack direction for C alloca... " >&6; }
d0ac1c44 13612if ${ac_cv_c_stack_direction+:} false; then :
3266f10b
TT
13613 $as_echo_n "(cached) " >&6
13614else
13615 if test "$cross_compiling" = yes; then :
13616 ac_cv_c_stack_direction=0
13617else
13618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13619/* end confdefs.h. */
13620$ac_includes_default
13621int
d0ac1c44 13622find_stack_direction (int *addr, int depth)
3266f10b 13623{
d0ac1c44
SM
13624 int dir, dummy = 0;
13625 if (! addr)
13626 addr = &dummy;
13627 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13628 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13629 return dir + dummy;
3266f10b
TT
13630}
13631
13632int
d0ac1c44 13633main (int argc, char **argv)
3266f10b 13634{
d0ac1c44 13635 return find_stack_direction (0, argc + !argv + 20) < 0;
3266f10b
TT
13636}
13637_ACEOF
13638if ac_fn_c_try_run "$LINENO"; then :
13639 ac_cv_c_stack_direction=1
13640else
13641 ac_cv_c_stack_direction=-1
13642fi
13643rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13644 conftest.$ac_objext conftest.beam conftest.$ac_ext
13645fi
13646
13647fi
13648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13649$as_echo "$ac_cv_c_stack_direction" >&6; }
13650cat >>confdefs.h <<_ACEOF
13651#define STACK_DIRECTION $ac_cv_c_stack_direction
13652_ACEOF
13653
13654
13655fi
13656
13657
13658
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
13660$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
d0ac1c44 13661if ${am_cv_langinfo_codeset+:} false; then :
3266f10b
TT
13662 $as_echo_n "(cached) " >&6
13663else
13664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13665/* end confdefs.h. */
13666#include <langinfo.h>
13667int
13668main ()
13669{
13670char* cs = nl_langinfo(CODESET);
13671 ;
13672 return 0;
13673}
13674_ACEOF
13675if ac_fn_c_try_link "$LINENO"; then :
13676 am_cv_langinfo_codeset=yes
13677else
13678 am_cv_langinfo_codeset=no
13679fi
13680rm -f core conftest.err conftest.$ac_objext \
13681 conftest$ac_exeext conftest.$ac_ext
13682
13683fi
13684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
13685$as_echo "$am_cv_langinfo_codeset" >&6; }
13686 if test $am_cv_langinfo_codeset = yes; then
13687
13688$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
13689
13690 fi
13691
13692
44122162 13693 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
3266f10b
TT
13694do :
13695 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13696ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13697if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3266f10b
TT
13698 cat >>confdefs.h <<_ACEOF
13699#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13700_ACEOF
13701
13702fi
13703
13704done
13705
13706
f348d89a 13707 for ac_func in fdwalk getrlimit pipe pipe2 socketpair sigaction
3266f10b
TT
13708do :
13709 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13710ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13711if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3266f10b
TT
13712 cat >>confdefs.h <<_ACEOF
13713#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13714_ACEOF
13715
13716fi
13717done
13718
13719
13720 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
d0ac1c44 13721if test "x$ac_cv_have_decl_strerror" = xyes; then :
3266f10b
TT
13722 ac_have_decl=1
13723else
13724 ac_have_decl=0
13725fi
13726
13727cat >>confdefs.h <<_ACEOF
13728#define HAVE_DECL_STRERROR $ac_have_decl
13729_ACEOF
13730ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 13731if test "x$ac_cv_have_decl_strstr" = xyes; then :
3266f10b
TT
13732 ac_have_decl=1
13733else
13734 ac_have_decl=0
13735fi
13736
13737cat >>confdefs.h <<_ACEOF
13738#define HAVE_DECL_STRSTR $ac_have_decl
13739_ACEOF
13740
13741
e9bcb658
GB
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
13743$as_echo_n "checking for sigsetjmp... " >&6; }
d0ac1c44 13744if ${gdb_cv_func_sigsetjmp+:} false; then :
e9bcb658
GB
13745 $as_echo_n "(cached) " >&6
13746else
13747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13748/* end confdefs.h. */
13749
13750#include <setjmp.h>
13751
13752int
13753main ()
13754{
13755sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
13756 ;
13757 return 0;
13758}
13759_ACEOF
13760if ac_fn_c_try_compile "$LINENO"; then :
13761 gdb_cv_func_sigsetjmp=yes
13762else
13763 gdb_cv_func_sigsetjmp=no
13764fi
13765rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13766fi
13767{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
13768$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
13769if test $gdb_cv_func_sigsetjmp = yes; then
13770
13771$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
13772
13773fi
13774
3266f10b 13775
54019719
PA
13776# Check the return and argument types of ptrace.
13777
13778
54019719
PA
13779for ac_header in sys/ptrace.h ptrace.h
13780do :
13781 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13782ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13783if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
54019719
PA
13784 cat >>confdefs.h <<_ACEOF
13785#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13786_ACEOF
13787
13788fi
13789
13790done
13791
13792
a3828db0 13793gdb_ptrace_headers='
4ff70b84 13794#include <sys/types.h>
a3828db0
MK
13795#if HAVE_SYS_PTRACE_H
13796# include <sys/ptrace.h>
13797#endif
13798#if HAVE_UNISTD_H
13799# include <unistd.h>
13800#endif
13801'
13802# There is no point in checking if we don't have a prototype.
9b30624b 13803ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
81ecdfbb 13804"
d0ac1c44 13805if test "x$ac_cv_have_decl_ptrace" = xyes; then :
81ecdfbb 13806 ac_have_decl=1
06825bd1 13807else
81ecdfbb 13808 ac_have_decl=0
06825bd1 13809fi
06825bd1 13810
a3828db0 13811cat >>confdefs.h <<_ACEOF
81ecdfbb 13812#define HAVE_DECL_PTRACE $ac_have_decl
a3828db0 13813_ACEOF
81ecdfbb 13814if test $ac_have_decl = 1; then :
bec39cab 13815
a3828db0 13816else
a3828db0
MK
13817
13818 : ${gdb_cv_func_ptrace_ret='int'}
13819 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
13820
06825bd1
MK
13821fi
13822
064ef605
DJ
13823# Check return type. Varargs (used on GNU/Linux) conflict with the
13824# empty argument list, so check for that explicitly.
81ecdfbb
RW
13825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
13826$as_echo_n "checking return type of ptrace... " >&6; }
d0ac1c44 13827if ${gdb_cv_func_ptrace_ret+:} false; then :
81ecdfbb 13828 $as_echo_n "(cached) " >&6
bec39cab 13829else
81ecdfbb 13830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13831/* end confdefs.h. */
a3828db0 13832$gdb_ptrace_headers
bec39cab
AC
13833int
13834main ()
13835{
064ef605
DJ
13836extern long ptrace (enum __ptrace_request, ...);
13837 ;
13838 return 0;
13839}
13840_ACEOF
9b30624b 13841if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
13842 gdb_cv_func_ptrace_ret='long'
13843else
81ecdfbb 13844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
13845/* end confdefs.h. */
13846$gdb_ptrace_headers
13847int
13848main ()
13849{
a3828db0 13850extern int ptrace ();
bec39cab
AC
13851 ;
13852 return 0;
13853}
13854_ACEOF
9b30624b 13855if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 13856 gdb_cv_func_ptrace_ret='int'
70f9f479 13857else
81ecdfbb 13858 gdb_cv_func_ptrace_ret='long'
70f9f479 13859fi
81ecdfbb 13860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70f9f479 13861fi
81ecdfbb 13862rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
064ef605 13863fi
81ecdfbb
RW
13864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
13865$as_echo "$gdb_cv_func_ptrace_ret" >&6; }
bec39cab 13866
a3828db0
MK
13867cat >>confdefs.h <<_ACEOF
13868#define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
bec39cab 13869_ACEOF
70f9f479 13870
a3828db0 13871# Check argument types.
81ecdfbb
RW
13872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
13873$as_echo_n "checking types of arguments for ptrace... " >&6; }
d0ac1c44 13874if ${gdb_cv_func_ptrace_args+:} false; then :
81ecdfbb 13875 $as_echo_n "(cached) " >&6
bec39cab 13876else
a3828db0 13877
81ecdfbb 13878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
13879/* end confdefs.h. */
13880$gdb_ptrace_headers
13881int
13882main ()
13883{
13884extern long ptrace (enum __ptrace_request, ...);
13885 ;
13886 return 0;
13887}
13888_ACEOF
9b30624b 13889if ac_fn_c_try_compile "$LINENO"; then :
54019719 13890 gdb_cv_func_ptrace_args='enum __ptrace_request,int,long,long'
064ef605 13891else
064ef605 13892
a3828db0
MK
13893for gdb_arg1 in 'int' 'long'; do
13894 for gdb_arg2 in 'pid_t' 'int' 'long'; do
5ed10e6e 13895 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
96d7229d 13896 for gdb_arg4 in 'int' 'long' 'void *'; do
81ecdfbb 13897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13898/* end confdefs.h. */
a3828db0 13899$gdb_ptrace_headers
bec39cab
AC
13900int
13901main ()
13902{
a3828db0
MK
13903
13904extern $gdb_cv_func_ptrace_ret
13905 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
13906
bec39cab
AC
13907 ;
13908 return 0;
13909}
13910_ACEOF
9b30624b 13911if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
13912 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
13913 break 4;
5c7f2947 13914fi
81ecdfbb 13915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0 13916 for gdb_arg5 in 'int *' 'int' 'long'; do
81ecdfbb 13917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13918/* end confdefs.h. */
a3828db0 13919$gdb_ptrace_headers
bec39cab
AC
13920int
13921main ()
13922{
a3828db0
MK
13923
13924extern $gdb_cv_func_ptrace_ret
13925 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
13926
bec39cab
AC
13927 ;
13928 return 0;
13929}
13930_ACEOF
9b30624b 13931if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
13932
13933gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
13934 break 5;
78434e59 13935fi
81ecdfbb 13936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0
MK
13937 done
13938 done
13939 done
13940 done
13941done
13942# Provide a safe default value.
13943: ${gdb_cv_func_ptrace_args='int,int,long,long'}
13944
064ef605 13945fi
81ecdfbb 13946rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78434e59 13947fi
81ecdfbb
RW
13948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
13949$as_echo "$gdb_cv_func_ptrace_args" >&6; }
a3828db0
MK
13950ac_save_IFS=$IFS; IFS=','
13951set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
13952IFS=$ac_save_IFS
13953shift
bec39cab 13954
54019719
PA
13955cat >>confdefs.h <<_ACEOF
13956#define PTRACE_TYPE_ARG1 $1
13957_ACEOF
13958
13959
a3828db0
MK
13960cat >>confdefs.h <<_ACEOF
13961#define PTRACE_TYPE_ARG3 $3
13962_ACEOF
13963
96d7229d
LM
13964
13965cat >>confdefs.h <<_ACEOF
13966#define PTRACE_TYPE_ARG4 $4
13967_ACEOF
13968
a3828db0
MK
13969if test -n "$5"; then
13970
13971cat >>confdefs.h <<_ACEOF
13972#define PTRACE_TYPE_ARG5 $5
bec39cab 13973_ACEOF
78434e59
MK
13974
13975fi
13976
54019719 13977
a3828db0 13978if test "$cross_compiling" = no; then
81ecdfbb
RW
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
13980$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
d0ac1c44 13981if ${ac_cv_func_setpgrp_void+:} false; then :
81ecdfbb 13982 $as_echo_n "(cached) " >&6
a3828db0 13983else
81ecdfbb 13984 if test "$cross_compiling" = yes; then :
d0ac1c44 13985 as_fn_error $? "cannot check setpgrp when cross compiling" "$LINENO" 5
bec39cab 13986else
81ecdfbb 13987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13988/* end confdefs.h. */
81ecdfbb 13989$ac_includes_default
bec39cab
AC
13990int
13991main ()
13992{
a3828db0
MK
13993/* If this system has a BSD-style setpgrp which takes arguments,
13994 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
13995 exit successfully. */
81ecdfbb 13996 return setpgrp (1,1) != -1;
bec39cab
AC
13997 ;
13998 return 0;
13999}
14000_ACEOF
81ecdfbb 14001if ac_fn_c_try_run "$LINENO"; then :
a3828db0 14002 ac_cv_func_setpgrp_void=no
c906108c 14003else
81ecdfbb 14004 ac_cv_func_setpgrp_void=yes
c906108c 14005fi
81ecdfbb
RW
14006rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14007 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 14008fi
81ecdfbb 14009
a3828db0 14010fi
81ecdfbb
RW
14011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
14012$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0
MK
14013if test $ac_cv_func_setpgrp_void = yes; then
14014
81ecdfbb 14015$as_echo "#define SETPGRP_VOID 1" >>confdefs.h
97bf5e38
MK
14016
14017fi
a3828db0
MK
14018
14019else
81ecdfbb
RW
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
14021$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
d0ac1c44 14022if ${ac_cv_func_setpgrp_void+:} false; then :
81ecdfbb 14023 $as_echo_n "(cached) " >&6
97bf5e38 14024else
81ecdfbb 14025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14026/* end confdefs.h. */
a3828db0
MK
14027
14028#include <unistd.h>
14029
bec39cab
AC
14030int
14031main ()
14032{
a3828db0
MK
14033
14034 if (setpgrp(1,1) == -1)
14035 exit (0);
14036 else
14037 exit (1);
14038
bec39cab
AC
14039 ;
14040 return 0;
14041}
14042_ACEOF
81ecdfbb 14043if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14044 ac_cv_func_setpgrp_void=no
c906108c 14045else
81ecdfbb 14046 ac_cv_func_setpgrp_void=yes
c906108c 14047fi
81ecdfbb 14048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 14049fi
81ecdfbb
RW
14050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
14051$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0 14052if test $ac_cv_func_setpgrp_void = yes; then
81ecdfbb 14053 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
c3f6f71d 14054
a3828db0 14055fi
c906108c
SS
14056fi
14057
db1ff28b
JK
14058# Assume we'll default to using the included libiberty regex.
14059gdb_use_included_regex=yes
14060
14061# However, if the system regex is GNU regex, then default to *not*
14062# using the included regex.
14063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
14064$as_echo_n "checking for GNU regex... " >&6; }
d0ac1c44 14065if ${gdb_cv_have_gnu_regex+:} false; then :
db1ff28b
JK
14066 $as_echo_n "(cached) " >&6
14067else
14068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14069/* end confdefs.h. */
14070#include <gnu-versions.h>
14071int
14072main ()
14073{
14074#define REGEX_INTERFACE_VERSION 1
14075#if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
14076# error "Version mismatch"
14077#endif
14078 ;
14079 return 0;
14080}
14081_ACEOF
14082if ac_fn_c_try_compile "$LINENO"; then :
14083 gdb_cv_have_gnu_regex=yes
14084else
14085 gdb_cv_have_gnu_regex=no
14086fi
14087rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14088fi
14089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
14090$as_echo "$gdb_cv_have_gnu_regex" >&6; }
14091if test $gdb_cv_have_gnu_regex = yes; then
14092 gdb_use_included_regex=no
14093fi
14094
14095
14096# Check whether --with-included-regex was given.
14097if test "${with_included_regex+set}" = set; then :
14098 withval=$with_included_regex; gdb_with_regex=$withval
14099else
14100 gdb_with_regex=$gdb_use_included_regex
14101fi
14102
14103if test "$gdb_with_regex" = yes; then
14104
14105$as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
14106
14107fi
14108
81ecdfbb
RW
14109# Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
14110ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
14111#include <sys/proc.h>
14112
14113"
d0ac1c44 14114if test "x$ac_cv_member_struct_thread_td_pcb" = xyes; then :
c906108c 14115
5c45e068 14116cat >>confdefs.h <<_ACEOF
a3828db0 14117#define HAVE_STRUCT_THREAD_TD_PCB 1
bec39cab 14118_ACEOF
c906108c 14119
5c45e068 14120
97bf5e38 14121fi
c906108c 14122
5c45e068 14123
a3828db0 14124# See if <sys/lwp.h> defines `struct lwp`.
81ecdfbb
RW
14125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
14126$as_echo_n "checking for struct lwp... " >&6; }
d0ac1c44 14127if ${gdb_cv_struct_lwp+:} false; then :
81ecdfbb 14128 $as_echo_n "(cached) " >&6
bec39cab 14129else
81ecdfbb 14130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14131/* end confdefs.h. */
a3828db0 14132#include <sys/param.h>
c49fbc6c 14133#define _KMEMUSER
a3828db0 14134#include <sys/lwp.h>
bec39cab
AC
14135int
14136main ()
14137{
a3828db0 14138struct lwp l;
bec39cab
AC
14139 ;
14140 return 0;
14141}
14142_ACEOF
81ecdfbb 14143if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14144 gdb_cv_struct_lwp=yes
c906108c 14145else
81ecdfbb 14146 gdb_cv_struct_lwp=no
c906108c 14147fi
81ecdfbb 14148rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 14149fi
81ecdfbb
RW
14150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
14151$as_echo "$gdb_cv_struct_lwp" >&6; }
a3828db0 14152if test $gdb_cv_struct_lwp = yes; then
c906108c 14153
81ecdfbb 14154$as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
c906108c 14155
97bf5e38 14156fi
c906108c 14157
a3828db0 14158# See if <machine/reg.h> degines `struct reg'.
81ecdfbb
RW
14159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
14160$as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
d0ac1c44 14161if ${gdb_cv_struct_reg+:} false; then :
81ecdfbb 14162 $as_echo_n "(cached) " >&6
bec39cab 14163else
81ecdfbb 14164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14165/* end confdefs.h. */
a3828db0
MK
14166#include <sys/types.h>
14167#include <machine/reg.h>
bec39cab
AC
14168int
14169main ()
14170{
a3828db0 14171struct reg r;
bec39cab
AC
14172 ;
14173 return 0;
14174}
14175_ACEOF
81ecdfbb 14176if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14177 gdb_cv_struct_reg=yes
27ca5dad 14178else
81ecdfbb 14179 gdb_cv_struct_reg=no
27ca5dad 14180fi
81ecdfbb 14181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27ca5dad 14182fi
81ecdfbb
RW
14183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
14184$as_echo "$gdb_cv_struct_reg" >&6; }
a3828db0 14185if test $gdb_cv_struct_reg = yes; then
bec39cab 14186
81ecdfbb 14187$as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
27ca5dad
MC
14188
14189fi
97bf5e38 14190
a3828db0
MK
14191# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
14192# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
a6e69c1f
JB
14193ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <sys/types.h>
14194#include <machine/reg.h>
81ecdfbb 14195"
d0ac1c44 14196if test "x$ac_cv_member_struct_reg_r_fs" = xyes; then :
5c45e068
MK
14197
14198cat >>confdefs.h <<_ACEOF
a3828db0 14199#define HAVE_STRUCT_REG_R_FS 1
bec39cab 14200_ACEOF
3862412b 14201
5c45e068 14202
97bf5e38 14203fi
a6e69c1f
JB
14204ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <sys/types.h>
14205#include <machine/reg.h>
81ecdfbb 14206"
d0ac1c44 14207if test "x$ac_cv_member_struct_reg_r_gs" = xyes; then :
5c45e068
MK
14208
14209cat >>confdefs.h <<_ACEOF
a3828db0 14210#define HAVE_STRUCT_REG_R_GS 1
bec39cab 14211_ACEOF
3862412b 14212
5c45e068 14213
97bf5e38 14214fi
3862412b 14215
5c45e068 14216
6fea9e18
L
14217# See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
14218# Older amd64 Linux's don't have the fs_base and gs_base members of
14219# `struct user_regs_struct'.
f517c180
EA
14220ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/types.h>
14221#include <sys/user.h>
6fea9e18 14222"
d0ac1c44 14223if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = xyes; then :
6fea9e18
L
14224
14225cat >>confdefs.h <<_ACEOF
14226#define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
14227_ACEOF
14228
14229
14230fi
f517c180
EA
14231ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/types.h>
14232#include <sys/user.h>
6fea9e18 14233"
d0ac1c44 14234if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = xyes; then :
6fea9e18
L
14235
14236cat >>confdefs.h <<_ACEOF
14237#define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
14238_ACEOF
14239
14240
14241fi
14242
14243
a3828db0 14244# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
81ecdfbb
RW
14245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
14246$as_echo_n "checking for PTRACE_GETREGS... " >&6; }
d0ac1c44 14247if ${gdb_cv_have_ptrace_getregs+:} false; then :
81ecdfbb 14248 $as_echo_n "(cached) " >&6
451928c5 14249else
81ecdfbb 14250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14251/* end confdefs.h. */
a3828db0 14252#include <sys/ptrace.h>
bec39cab
AC
14253int
14254main ()
14255{
a3828db0 14256PTRACE_GETREGS;
bec39cab
AC
14257 ;
14258 return 0;
14259}
14260_ACEOF
81ecdfbb 14261if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14262 gdb_cv_have_ptrace_getregs=yes
451928c5 14263else
81ecdfbb 14264 gdb_cv_have_ptrace_getregs=no
451928c5 14265fi
81ecdfbb 14266rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
14267fi
14268
81ecdfbb
RW
14269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
14270$as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
a3828db0 14271if test $gdb_cv_have_ptrace_getregs = yes; then
60ca704f 14272
81ecdfbb 14273$as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
451928c5 14274
97bf5e38 14275fi
451928c5 14276
a3828db0 14277# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
81ecdfbb
RW
14278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
14279$as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
d0ac1c44 14280if ${gdb_cv_have_ptrace_getfpxregs+:} false; then :
81ecdfbb 14281 $as_echo_n "(cached) " >&6
451928c5 14282else
81ecdfbb 14283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14284/* end confdefs.h. */
a3828db0 14285#include <sys/ptrace.h>
bec39cab
AC
14286int
14287main ()
14288{
a3828db0 14289PTRACE_GETFPXREGS;
bec39cab
AC
14290 ;
14291 return 0;
14292}
14293_ACEOF
81ecdfbb 14294if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14295 gdb_cv_have_ptrace_getfpxregs=yes
451928c5 14296else
81ecdfbb 14297 gdb_cv_have_ptrace_getfpxregs=no
451928c5 14298fi
81ecdfbb 14299rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
14300fi
14301
81ecdfbb
RW
14302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
14303$as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
a3828db0 14304if test $gdb_cv_have_ptrace_getfpxregs = yes; then
60ca704f 14305
81ecdfbb 14306$as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
451928c5 14307
97bf5e38 14308fi
451928c5 14309
a3828db0 14310# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
81ecdfbb
RW
14311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
14312$as_echo_n "checking for PT_GETDBREGS... " >&6; }
d0ac1c44 14313if ${gdb_cv_have_pt_getdbregs+:} false; then :
81ecdfbb 14314 $as_echo_n "(cached) " >&6
3862412b 14315else
81ecdfbb 14316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14317/* end confdefs.h. */
a3828db0
MK
14318#include <sys/types.h>
14319#include <sys/ptrace.h>
bec39cab
AC
14320int
14321main ()
14322{
a3828db0 14323PT_GETDBREGS;
bec39cab
AC
14324 ;
14325 return 0;
14326}
14327_ACEOF
81ecdfbb 14328if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14329 gdb_cv_have_pt_getdbregs=yes
3862412b 14330else
81ecdfbb 14331 gdb_cv_have_pt_getdbregs=no
3862412b 14332fi
81ecdfbb 14333rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
14334fi
14335
81ecdfbb
RW
14336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
14337$as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
a3828db0 14338if test $gdb_cv_have_pt_getdbregs = yes; then
60ca704f 14339
81ecdfbb 14340$as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
3862412b 14341
97bf5e38 14342fi
3862412b 14343
a3828db0 14344# See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
81ecdfbb
RW
14345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
14346$as_echo_n "checking for PT_GETXMMREGS... " >&6; }
d0ac1c44 14347if ${gdb_cv_have_pt_getxmmregs+:} false; then :
81ecdfbb 14348 $as_echo_n "(cached) " >&6
3862412b 14349else
81ecdfbb 14350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14351/* end confdefs.h. */
a3828db0
MK
14352#include <sys/types.h>
14353#include <sys/ptrace.h>
bec39cab
AC
14354int
14355main ()
14356{
a3828db0 14357PT_GETXMMREGS;
bec39cab
AC
14358 ;
14359 return 0;
14360}
14361_ACEOF
81ecdfbb 14362if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 14363 gdb_cv_have_pt_getxmmregs=yes
3862412b 14364else
81ecdfbb 14365 gdb_cv_have_pt_getxmmregs=no
3862412b 14366fi
81ecdfbb 14367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
14368fi
14369
81ecdfbb
RW
14370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
14371$as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
a3828db0 14372if test $gdb_cv_have_pt_getxmmregs = yes; then
60ca704f 14373
81ecdfbb 14374$as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
3862412b 14375
97bf5e38 14376fi
3862412b 14377
6e9567fe
JB
14378# See if <sys/ptrace.h> supports LWP names on FreeBSD
14379# Older FreeBSD versions don't have the pl_tdname member of
14380# `struct ptrace_lwpinfo'.
14381ac_fn_c_check_member "$LINENO" "struct ptrace_lwpinfo" "pl_tdname" "ac_cv_member_struct_ptrace_lwpinfo_pl_tdname" "#include <sys/ptrace.h>
14382"
d0ac1c44 14383if test "x$ac_cv_member_struct_ptrace_lwpinfo_pl_tdname" = xyes; then :
6e9567fe
JB
14384
14385cat >>confdefs.h <<_ACEOF
14386#define HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME 1
14387_ACEOF
14388
14389
14390fi
14391
14392
e6cdd38e
JB
14393# See if <sys/ptrace.h> supports syscall fields on FreeBSD. The
14394# pl_syscall_code member of `struct ptrace_lwpinfo' was added in
14395# FreeBSD 10.3.
14396ac_fn_c_check_member "$LINENO" "struct ptrace_lwpinfo" "pl_syscall_code" "ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code" "#include <sys/ptrace.h>
14397"
d0ac1c44 14398if test "x$ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code" = xyes; then :
e6cdd38e
JB
14399
14400cat >>confdefs.h <<_ACEOF
14401#define HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE 1
14402_ACEOF
14403
14404
14405fi
14406
6e9567fe 14407
97bf5e38 14408if test "$ac_cv_header_sys_procfs_h" = yes; then
81ecdfbb
RW
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
14410$as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
d0ac1c44 14411 if ${bfd_cv_have_sys_procfs_type_gregset_t+:} false; then :
81ecdfbb 14412 $as_echo_n "(cached) " >&6
596c9d4b 14413else
81ecdfbb 14414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14415/* end confdefs.h. */
596c9d4b
KB
14416
14417#define _SYSCALL32
d30c5336
JK
14418/* Needed for new procfs interface on sparc-solaris. */
14419#define _STRUCTURED_PROC 1
596c9d4b 14420#include <sys/procfs.h>
bec39cab
AC
14421int
14422main ()
14423{
97bf5e38 14424gregset_t avar
bec39cab
AC
14425 ;
14426 return 0;
14427}
14428_ACEOF
81ecdfbb 14429if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14430 bfd_cv_have_sys_procfs_type_gregset_t=yes
596c9d4b 14431else
81ecdfbb 14432 bfd_cv_have_sys_procfs_type_gregset_t=no
bec39cab 14433
596c9d4b 14434fi
81ecdfbb 14435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
14436fi
14437
97bf5e38 14438 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
bec39cab 14439
81ecdfbb 14440$as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
596c9d4b
KB
14441
14442 fi
81ecdfbb
RW
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
14444$as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
451928c5 14445
81ecdfbb
RW
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
14447$as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
d0ac1c44 14448 if ${bfd_cv_have_sys_procfs_type_fpregset_t+:} false; then :
81ecdfbb 14449 $as_echo_n "(cached) " >&6
d84dd0c5 14450else
81ecdfbb 14451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14452/* end confdefs.h. */
97bf5e38
MK
14453
14454#define _SYSCALL32
d30c5336
JK
14455/* Needed for new procfs interface on sparc-solaris. */
14456#define _STRUCTURED_PROC 1
d84dd0c5 14457#include <sys/procfs.h>
bec39cab
AC
14458int
14459main ()
14460{
97bf5e38 14461fpregset_t avar
bec39cab
AC
14462 ;
14463 return 0;
14464}
14465_ACEOF
81ecdfbb 14466if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14467 bfd_cv_have_sys_procfs_type_fpregset_t=yes
d84dd0c5 14468else
81ecdfbb 14469 bfd_cv_have_sys_procfs_type_fpregset_t=no
bec39cab 14470
d84dd0c5 14471fi
81ecdfbb 14472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d84dd0c5
MK
14473fi
14474
97bf5e38 14475 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
bec39cab 14476
81ecdfbb 14477$as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
d84dd0c5 14478
97bf5e38 14479 fi
81ecdfbb
RW
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
14481$as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
d84dd0c5 14482
81ecdfbb
RW
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
14484$as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
d0ac1c44 14485 if ${bfd_cv_have_sys_procfs_type_prgregset_t+:} false; then :
81ecdfbb 14486 $as_echo_n "(cached) " >&6
c906108c 14487else
81ecdfbb 14488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14489/* end confdefs.h. */
c906108c 14490
97bf5e38 14491#define _SYSCALL32
d30c5336
JK
14492/* Needed for new procfs interface on sparc-solaris. */
14493#define _STRUCTURED_PROC 1
97bf5e38 14494#include <sys/procfs.h>
bec39cab
AC
14495int
14496main ()
14497{
97bf5e38 14498prgregset_t avar
bec39cab
AC
14499 ;
14500 return 0;
14501}
14502_ACEOF
81ecdfbb 14503if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14504 bfd_cv_have_sys_procfs_type_prgregset_t=yes
c906108c 14505else
81ecdfbb 14506 bfd_cv_have_sys_procfs_type_prgregset_t=no
bec39cab 14507
c906108c 14508fi
81ecdfbb 14509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
14510fi
14511
97bf5e38 14512 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
bec39cab 14513
81ecdfbb 14514$as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
c906108c 14515
97bf5e38 14516 fi
81ecdfbb
RW
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
14518$as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
c906108c 14519
81ecdfbb
RW
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
14521$as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
d0ac1c44 14522 if ${bfd_cv_have_sys_procfs_type_prfpregset_t+:} false; then :
81ecdfbb 14523 $as_echo_n "(cached) " >&6
d45fe813 14524else
81ecdfbb 14525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14526/* end confdefs.h. */
97bf5e38
MK
14527
14528#define _SYSCALL32
d30c5336
JK
14529/* Needed for new procfs interface on sparc-solaris. */
14530#define _STRUCTURED_PROC 1
97bf5e38 14531#include <sys/procfs.h>
bec39cab
AC
14532int
14533main ()
14534{
97bf5e38 14535prfpregset_t avar
bec39cab
AC
14536 ;
14537 return 0;
14538}
14539_ACEOF
81ecdfbb 14540if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14541 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
d45fe813 14542else
81ecdfbb 14543 bfd_cv_have_sys_procfs_type_prfpregset_t=no
bec39cab 14544
d45fe813 14545fi
81ecdfbb 14546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
14547fi
14548
97bf5e38 14549 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
bec39cab 14550
81ecdfbb 14551$as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
d45fe813 14552
97bf5e38 14553 fi
81ecdfbb
RW
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
14555$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
d45fe813 14556
81ecdfbb
RW
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
14558$as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
d0ac1c44 14559 if ${bfd_cv_have_sys_procfs_type_prgregset32_t+:} false; then :
81ecdfbb 14560 $as_echo_n "(cached) " >&6
d45fe813 14561else
81ecdfbb 14562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14563/* end confdefs.h. */
97bf5e38
MK
14564
14565#define _SYSCALL32
d30c5336
JK
14566/* Needed for new procfs interface on sparc-solaris. */
14567#define _STRUCTURED_PROC 1
97bf5e38 14568#include <sys/procfs.h>
bec39cab
AC
14569int
14570main ()
14571{
97bf5e38 14572prgregset32_t avar
bec39cab
AC
14573 ;
14574 return 0;
14575}
14576_ACEOF
81ecdfbb 14577if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14578 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
d45fe813 14579else
81ecdfbb 14580 bfd_cv_have_sys_procfs_type_prgregset32_t=no
bec39cab 14581
d45fe813 14582fi
81ecdfbb 14583rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
14584fi
14585
97bf5e38 14586 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
bec39cab 14587
81ecdfbb 14588$as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
d45fe813 14589
97bf5e38 14590 fi
81ecdfbb
RW
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
14592$as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
d45fe813 14593
81ecdfbb
RW
14594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
14595$as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
d0ac1c44 14596 if ${bfd_cv_have_sys_procfs_type_lwpid_t+:} false; then :
81ecdfbb 14597 $as_echo_n "(cached) " >&6
d45fe813 14598else
81ecdfbb 14599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14600/* end confdefs.h. */
97bf5e38 14601
d45fe813 14602#define _SYSCALL32
d30c5336
JK
14603/* Needed for new procfs interface on sparc-solaris. */
14604#define _STRUCTURED_PROC 1
97bf5e38 14605#include <sys/procfs.h>
bec39cab
AC
14606int
14607main ()
14608{
97bf5e38 14609lwpid_t avar
bec39cab
AC
14610 ;
14611 return 0;
14612}
14613_ACEOF
81ecdfbb 14614if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14615 bfd_cv_have_sys_procfs_type_lwpid_t=yes
d45fe813 14616else
81ecdfbb 14617 bfd_cv_have_sys_procfs_type_lwpid_t=no
bec39cab 14618
d45fe813 14619fi
81ecdfbb 14620rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
14621fi
14622
97bf5e38 14623 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
bec39cab 14624
81ecdfbb 14625$as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
d45fe813 14626
97bf5e38 14627 fi
81ecdfbb
RW
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
14629$as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
c906108c 14630
81ecdfbb
RW
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
14632$as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
d0ac1c44 14633 if ${bfd_cv_have_sys_procfs_type_psaddr_t+:} false; then :
81ecdfbb 14634 $as_echo_n "(cached) " >&6
c906108c 14635else
81ecdfbb 14636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14637/* end confdefs.h. */
c906108c 14638
97bf5e38 14639#define _SYSCALL32
d30c5336
JK
14640/* Needed for new procfs interface on sparc-solaris. */
14641#define _STRUCTURED_PROC 1
97bf5e38 14642#include <sys/procfs.h>
bec39cab
AC
14643int
14644main ()
14645{
97bf5e38 14646psaddr_t avar
bec39cab
AC
14647 ;
14648 return 0;
14649}
14650_ACEOF
81ecdfbb 14651if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 14652 bfd_cv_have_sys_procfs_type_psaddr_t=yes
c906108c 14653else
81ecdfbb 14654 bfd_cv_have_sys_procfs_type_psaddr_t=no
bec39cab 14655
c906108c 14656fi
81ecdfbb 14657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
14658fi
14659
97bf5e38 14660 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
bec39cab 14661
81ecdfbb 14662$as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
c906108c 14663
97bf5e38 14664 fi
81ecdfbb
RW
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
14666$as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
c906108c 14667
97bf5e38
MK
14668
14669
14670
97bf5e38 14671 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
81ecdfbb
RW
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
14673$as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
d0ac1c44 14674 if ${gdb_cv_prfpregset_t_broken+:} false; then :
81ecdfbb 14675 $as_echo_n "(cached) " >&6
c906108c 14676else
81ecdfbb 14677 if test "$cross_compiling" = yes; then :
97bf5e38 14678 gdb_cv_prfpregset_t_broken=yes
c906108c 14679else
81ecdfbb 14680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14681/* end confdefs.h. */
97bf5e38
MK
14682#include <sys/procfs.h>
14683 int main ()
14684 {
14685 if (sizeof (prfpregset_t) == sizeof (void *))
14686 return 1;
14687 return 0;
14688 }
bec39cab 14689_ACEOF
81ecdfbb 14690if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 14691 gdb_cv_prfpregset_t_broken=no
81ecdfbb
RW
14692else
14693 gdb_cv_prfpregset_t_broken=yes
c906108c 14694fi
81ecdfbb
RW
14695rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14696 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 14697fi
81ecdfbb 14698
c906108c
SS
14699fi
14700
81ecdfbb
RW
14701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
14702$as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
97bf5e38 14703 if test $gdb_cv_prfpregset_t_broken = yes; then
60ca704f 14704
81ecdfbb 14705$as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
c906108c 14706
97bf5e38
MK
14707 fi
14708 fi
c906108c 14709fi
c906108c 14710
bc8bcb4b 14711# Check if the compiler supports the `long long' type.
c906108c 14712
81ecdfbb
RW
14713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
14714$as_echo_n "checking for long long support in compiler... " >&6; }
d0ac1c44 14715if ${gdb_cv_c_long_long+:} false; then :
81ecdfbb 14716 $as_echo_n "(cached) " >&6
97bf5e38 14717else
81ecdfbb 14718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14719/* end confdefs.h. */
bc8bcb4b 14720extern long long foo;
bec39cab
AC
14721int
14722main ()
14723{
bc8bcb4b 14724switch (foo & 2) { case 0: return 1; }
bec39cab
AC
14725 ;
14726 return 0;
14727}
14728_ACEOF
81ecdfbb 14729if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
14730 gdb_cv_c_long_long=yes
14731else
81ecdfbb 14732 gdb_cv_c_long_long=no
97bf5e38 14733fi
81ecdfbb 14734rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 14735fi
81ecdfbb
RW
14736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
14737$as_echo "$gdb_cv_c_long_long" >&6; }
74a0d9f6
JK
14738if test $gdb_cv_c_long_long != yes; then
14739 # libdecnumber requires long long.
d0ac1c44 14740 as_fn_error $? "Compiler must support long long for GDB." "$LINENO" 5
97bf5e38
MK
14741fi
14742
bc8bcb4b 14743# Check if the compiler and runtime support printing long longs.
97bf5e38 14744
81ecdfbb
RW
14745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
14746$as_echo_n "checking for long long support in printf... " >&6; }
d0ac1c44 14747if ${gdb_cv_printf_has_long_long+:} false; then :
81ecdfbb 14748 $as_echo_n "(cached) " >&6
97bf5e38 14749else
81ecdfbb 14750 if test "$cross_compiling" = yes; then :
97bf5e38
MK
14751 gdb_cv_printf_has_long_long=no
14752else
81ecdfbb 14753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14754/* end confdefs.h. */
bc8bcb4b
MK
14755$ac_includes_default
14756int
14757main ()
14758{
14759char buf[32];
97bf5e38
MK
14760 long long l = 0;
14761 l = (l << 16) + 0x0123;
14762 l = (l << 16) + 0x4567;
14763 l = (l << 16) + 0x89ab;
14764 l = (l << 16) + 0xcdef;
14765 sprintf (buf, "0x%016llx", l);
14766 return (strcmp ("0x0123456789abcdef", buf));
bc8bcb4b
MK
14767 ;
14768 return 0;
c906108c 14769}
bec39cab 14770_ACEOF
81ecdfbb 14771if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
14772 gdb_cv_printf_has_long_long=yes
14773else
81ecdfbb 14774 gdb_cv_printf_has_long_long=no
97bf5e38 14775fi
81ecdfbb
RW
14776rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14777 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 14778fi
81ecdfbb 14779
97bf5e38 14780fi
81ecdfbb
RW
14781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
14782$as_echo "$gdb_cv_printf_has_long_long" >&6; }
97bf5e38 14783if test $gdb_cv_printf_has_long_long = yes; then
bc8bcb4b 14784
81ecdfbb 14785$as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
97bf5e38
MK
14786
14787fi
97bf5e38 14788
1a619819
LM
14789# Check if the compiler and runtime support printing decfloats.
14790
81ecdfbb
RW
14791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
14792$as_echo_n "checking for decfloat support in printf... " >&6; }
d0ac1c44 14793if ${gdb_cv_printf_has_decfloat+:} false; then :
81ecdfbb 14794 $as_echo_n "(cached) " >&6
1a619819 14795else
81ecdfbb 14796 if test "$cross_compiling" = yes; then :
1a619819
LM
14797 gdb_cv_printf_has_decfloat=no
14798else
81ecdfbb 14799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1a619819
LM
14800/* end confdefs.h. */
14801$ac_includes_default
14802int
14803main ()
14804{
14805char buf[64];
14806 _Decimal32 d32 = 1.2345df;
14807 _Decimal64 d64 = 1.2345dd;
14808 _Decimal128 d128 = 1.2345dl;
14809 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
14810 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
14811 ;
14812 return 0;
14813}
14814_ACEOF
81ecdfbb 14815if ac_fn_c_try_run "$LINENO"; then :
1a619819
LM
14816 gdb_cv_printf_has_decfloat=yes
14817else
81ecdfbb 14818 gdb_cv_printf_has_decfloat=no
1a619819 14819fi
81ecdfbb
RW
14820rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14821 conftest.$ac_objext conftest.beam conftest.$ac_ext
1a619819 14822fi
81ecdfbb 14823
1a619819 14824fi
81ecdfbb
RW
14825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
14826$as_echo "$gdb_cv_printf_has_decfloat" >&6; }
1a619819
LM
14827if test $gdb_cv_printf_has_decfloat = yes; then
14828
81ecdfbb 14829$as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
1a619819
LM
14830
14831fi
14832
bc8bcb4b
MK
14833# Check if the compiler supports the `long double' type. We can't use
14834# AC_C_LONG_DOUBLE because that one does additional checks on the
14835# constants defined in <float.h> that fail on some systems,
14836# e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
97bf5e38 14837
81ecdfbb
RW
14838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
14839$as_echo_n "checking for long double support in compiler... " >&6; }
d0ac1c44 14840if ${gdb_cv_c_long_double+:} false; then :
81ecdfbb 14841 $as_echo_n "(cached) " >&6
97bf5e38 14842else
81ecdfbb 14843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14844/* end confdefs.h. */
97bf5e38 14845long double foo;
bec39cab 14846_ACEOF
81ecdfbb 14847if ac_fn_c_try_compile "$LINENO"; then :
bc8bcb4b 14848 gdb_cv_c_long_double=yes
97bf5e38 14849else
81ecdfbb 14850 gdb_cv_c_long_double=no
97bf5e38 14851fi
81ecdfbb 14852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 14853fi
81ecdfbb
RW
14854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
14855$as_echo "$gdb_cv_c_long_double" >&6; }
bc8bcb4b 14856if test $gdb_cv_c_long_double = yes; then
c906108c 14857
81ecdfbb 14858$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
14859
14860fi
14861
bc8bcb4b 14862# Check if the compiler and runtime support printing long doubles.
97bf5e38 14863
81ecdfbb
RW
14864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
14865$as_echo_n "checking for long double support in printf... " >&6; }
d0ac1c44 14866if ${gdb_cv_printf_has_long_double+:} false; then :
81ecdfbb 14867 $as_echo_n "(cached) " >&6
97bf5e38 14868else
81ecdfbb 14869 if test "$cross_compiling" = yes; then :
97bf5e38
MK
14870 gdb_cv_printf_has_long_double=no
14871else
81ecdfbb 14872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14873/* end confdefs.h. */
bc8bcb4b
MK
14874$ac_includes_default
14875int
14876main ()
14877{
14878char buf[16];
97bf5e38
MK
14879 long double f = 3.141592653;
14880 sprintf (buf, "%Lg", f);
14881 return (strncmp ("3.14159", buf, 7));
bc8bcb4b
MK
14882 ;
14883 return 0;
97bf5e38 14884}
bec39cab 14885_ACEOF
81ecdfbb 14886if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 14887 gdb_cv_printf_has_long_double=yes
c906108c 14888else
81ecdfbb 14889 gdb_cv_printf_has_long_double=no
c906108c 14890fi
81ecdfbb
RW
14891rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14892 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 14893fi
81ecdfbb 14894
c906108c 14895fi
81ecdfbb
RW
14896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
14897$as_echo "$gdb_cv_printf_has_long_double" >&6; }
97bf5e38 14898if test $gdb_cv_printf_has_long_double = yes; then
bc8bcb4b 14899
81ecdfbb 14900$as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
14901
14902fi
97bf5e38 14903
bc8bcb4b 14904# Check if the compiler and runtime support scanning long doubles.
97bf5e38 14905
81ecdfbb
RW
14906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
14907$as_echo_n "checking for long double support in scanf... " >&6; }
d0ac1c44 14908if ${gdb_cv_scanf_has_long_double+:} false; then :
81ecdfbb 14909 $as_echo_n "(cached) " >&6
97bf5e38 14910else
81ecdfbb 14911 if test "$cross_compiling" = yes; then :
97bf5e38
MK
14912 gdb_cv_scanf_has_long_double=no
14913else
81ecdfbb 14914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14915/* end confdefs.h. */
bc8bcb4b
MK
14916#include <stdio.h>
14917int
14918main ()
14919{
14920char *buf = "3.141592653";
97bf5e38
MK
14921 long double f = 0;
14922 sscanf (buf, "%Lg", &f);
14923 return !(f > 3.14159 && f < 3.14160);
bc8bcb4b
MK
14924 ;
14925 return 0;
97bf5e38 14926}
bec39cab 14927_ACEOF
81ecdfbb 14928if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
14929 gdb_cv_scanf_has_long_double=yes
14930else
81ecdfbb 14931 gdb_cv_scanf_has_long_double=no
97bf5e38 14932fi
81ecdfbb
RW
14933rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14934 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 14935fi
81ecdfbb 14936
c906108c 14937fi
81ecdfbb
RW
14938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
14939$as_echo "$gdb_cv_scanf_has_long_double" >&6; }
97bf5e38 14940if test $gdb_cv_scanf_has_long_double = yes; then
bc8bcb4b 14941
81ecdfbb 14942$as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
14943
14944fi
c906108c 14945
438013df
AO
14946case ${host_os} in
14947aix*)
81ecdfbb
RW
14948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
14949$as_echo_n "checking for -bbigtoc option... " >&6; }
d0ac1c44 14950if ${gdb_cv_bigtoc+:} false; then :
81ecdfbb 14951 $as_echo_n "(cached) " >&6
438013df 14952else
bec39cab 14953
438013df
AO
14954 SAVE_LDFLAGS=$LDFLAGS
14955
14956 case $GCC in
14957 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
14958 *) gdb_cv_bigtoc=-bbigtoc ;;
14959 esac
14960
14961 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
81ecdfbb 14962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14963/* end confdefs.h. */
438013df 14964
bec39cab
AC
14965int
14966main ()
14967{
438013df 14968int i;
bec39cab
AC
14969 ;
14970 return 0;
14971}
14972_ACEOF
81ecdfbb 14973if ac_fn_c_try_link "$LINENO"; then :
bec39cab 14974
81ecdfbb
RW
14975else
14976 gdb_cv_bigtoc=
438013df 14977fi
81ecdfbb
RW
14978rm -f core conftest.err conftest.$ac_objext \
14979 conftest$ac_exeext conftest.$ac_ext
ec76baa5 14980 LDFLAGS="${SAVE_LDFLAGS}"
438013df 14981
bec39cab 14982fi
81ecdfbb
RW
14983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
14984$as_echo "$gdb_cv_bigtoc" >&6; }
438013df
AO
14985 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
14986 ;;
14987esac
14988
38f6b338 14989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
f6528abd 14990$as_echo_n "checking for the dynamic export flag... " >&6; }
38f6b338
JK
14991dynamic_list=false
14992if test "${gdb_native}" = yes; then
14993 # The dynamically loaded libthread_db needs access to symbols in the gdb
14994 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
14995 # may not be supported there.
14996 old_LDFLAGS="$LDFLAGS"
14997 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
14998 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
14999 LDFLAGS="$LDFLAGS $RDYNAMIC"
15000 if test "${have_libpython}" = no; then
15001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6528abd
JK
15002/* end confdefs.h. */
15003
15004int
15005main ()
15006{
15007
15008 ;
15009 return 0;
15010}
15011_ACEOF
15012if ac_fn_c_try_link "$LINENO"; then :
3bebe2f2
JK
15013 dynamic_list=true
15014fi
15015rm -f core conftest.err conftest.$ac_objext \
15016 conftest$ac_exeext conftest.$ac_ext
38f6b338
JK
15017 else
15018 # Workaround http://bugs.python.org/issue4434 where static
15019 # libpythonX.Y.a would get its symbols required for
15020 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
15021 # Problem does not happen for the recommended libpythonX.Y.so linkage.
a4a1c157
PA
15022
15023 # Note the workaround for Python
15024 # http://bugs.python.org/issue10112 earlier has removed
15025 # -export-dynamic from PYTHON_LIBS. That's exactly what we want
15026 # here too, as otherwise it'd make this -Wl,--dynamic-list test
15027 # always pass.
38f6b338
JK
15028 old_CFLAGS="$CFLAGS"
15029 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
8c1fb155
JK
15030 old_LIBS="$LIBS"
15031 LIBS="$LIBS $PYTHON_LIBS"
1b4f615e
PA
15032 old_CPPFLAGS="$CPPFLAGS"
15033 CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
38f6b338 15034 if test "$cross_compiling" = yes; then :
3bebe2f2 15035 true
f6528abd 15036else
3bebe2f2
JK
15037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15038/* end confdefs.h. */
1b4f615e 15039#include "Python.h"
3bebe2f2
JK
15040int
15041main ()
15042{
15043int err;
38f6b338
JK
15044 Py_Initialize ();
15045 err = PyRun_SimpleString ("import itertools\n");
15046 Py_Finalize ();
15047 return err == 0 ? 0 : 1;
3bebe2f2
JK
15048 ;
15049 return 0;
15050}
15051_ACEOF
15052if ac_fn_c_try_run "$LINENO"; then :
15053 dynamic_list=true
15054fi
15055rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15056 conftest.$ac_objext conftest.beam conftest.$ac_ext
15057fi
15058
8c1fb155 15059 LIBS="$old_LIBS"
38f6b338 15060 CFLAGS="$old_CFLAGS"
1b4f615e 15061 CPPFLAGS="$old_CPPFLAGS"
38f6b338
JK
15062 fi
15063 LDFLAGS="$old_LDFLAGS"
15064fi
15065if $dynamic_list; then
15066 found="-Wl,--dynamic-list"
15067 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
f6528abd 15068else
38f6b338
JK
15069 found="-rdynamic"
15070 RDYNAMIC="-rdynamic"
f6528abd 15071fi
f6528abd 15072
38f6b338 15073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
f6528abd 15074$as_echo "$found" >&6; }
0407b3f1 15075
f6528abd 15076
0407b3f1 15077if test ${build} = ${host} -a ${host} = ${target} ; then
c906108c 15078 case ${host_os} in
d92419e5 15079 aix*)
81ecdfbb
RW
15080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
15081$as_echo_n "checking for AiX thread debugging library... " >&6; }
d0ac1c44 15082 if ${gdb_cv_have_aix_thread_debug+:} false; then :
81ecdfbb 15083 $as_echo_n "(cached) " >&6
bec39cab 15084else
81ecdfbb 15085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15086/* end confdefs.h. */
d92419e5 15087#include <sys/pthdebug.h>
bec39cab
AC
15088int
15089main ()
15090{
d92419e5
JB
15091#ifndef PTHDB_VERSION_3
15092 #error
15093 #endif
bec39cab
AC
15094 ;
15095 return 0;
15096}
15097_ACEOF
81ecdfbb 15098if ac_fn_c_try_compile "$LINENO"; then :
d92419e5
JB
15099 gdb_cv_have_aix_thread_debug=yes
15100else
81ecdfbb 15101 gdb_cv_have_aix_thread_debug=no
d92419e5 15102fi
81ecdfbb 15103rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d92419e5
JB
15104fi
15105
81ecdfbb
RW
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
15107$as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
d92419e5
JB
15108 if test $gdb_cv_have_aix_thread_debug = yes; then
15109 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
3483b318 15110 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
7f533142 15111 LIBS="$LIBS -lpthdebug"
d645e32e
JB
15112
15113 # Older versions of AIX do not provide the declaration for
15114 # the getthrds function (it appears that it was introduced
15115 # with AIX 6.x).
15116 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
15117"
d0ac1c44 15118if test "x$ac_cv_have_decl_getthrds" = xyes; then :
d645e32e
JB
15119 ac_have_decl=1
15120else
15121 ac_have_decl=0
15122fi
15123
15124cat >>confdefs.h <<_ACEOF
15125#define HAVE_DECL_GETTHRDS $ac_have_decl
15126_ACEOF
15127
d92419e5
JB
15128 fi
15129 ;;
c906108c 15130 esac
bec39cab 15131
c906108c
SS
15132fi
15133
3f47be5c 15134if test "x$ac_cv_header_thread_db_h" = "xyes"; then
81ecdfbb
RW
15135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
15136$as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
d0ac1c44 15137if ${gdb_cv_thread_db_h_has_td_notalloc+:} false; then :
81ecdfbb 15138 $as_echo_n "(cached) " >&6
bec39cab 15139else
81ecdfbb 15140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15141/* end confdefs.h. */
3f47be5c 15142#include <thread_db.h>
bec39cab
AC
15143int
15144main ()
15145{
3f47be5c 15146int i = TD_NOTALLOC;
bec39cab
AC
15147 ;
15148 return 0;
15149}
15150_ACEOF
81ecdfbb 15151if ac_fn_c_try_compile "$LINENO"; then :
3f47be5c
EZ
15152 gdb_cv_thread_db_h_has_td_notalloc=yes
15153else
81ecdfbb 15154 gdb_cv_thread_db_h_has_td_notalloc=no
bec39cab 15155
3f47be5c 15156fi
81ecdfbb 15157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3f47be5c 15158
bec39cab 15159fi
81ecdfbb
RW
15160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
15161$as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
15162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
15163$as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
d0ac1c44 15164if ${gdb_cv_thread_db_h_has_td_version+:} false; then :
81ecdfbb 15165 $as_echo_n "(cached) " >&6
59f80f10 15166else
81ecdfbb 15167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
15168/* end confdefs.h. */
15169#include <thread_db.h>
15170int
15171main ()
15172{
15173int i = TD_VERSION;
15174 ;
15175 return 0;
15176}
15177_ACEOF
81ecdfbb 15178if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
15179 gdb_cv_thread_db_h_has_td_version=yes
15180else
81ecdfbb 15181 gdb_cv_thread_db_h_has_td_version=no
59f80f10
DJ
15182
15183fi
81ecdfbb 15184rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
15185
15186fi
81ecdfbb
RW
15187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
15188$as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
15189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
15190$as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
d0ac1c44 15191if ${gdb_cv_thread_db_h_has_td_notls+:} false; then :
81ecdfbb 15192 $as_echo_n "(cached) " >&6
59f80f10 15193else
81ecdfbb 15194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
15195/* end confdefs.h. */
15196#include <thread_db.h>
15197int
15198main ()
15199{
15200int i = TD_NOTLS;
15201 ;
15202 return 0;
15203}
15204_ACEOF
81ecdfbb 15205if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
15206 gdb_cv_thread_db_h_has_td_notls=yes
15207else
81ecdfbb 15208 gdb_cv_thread_db_h_has_td_notls=no
59f80f10
DJ
15209
15210fi
81ecdfbb 15211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
15212
15213fi
81ecdfbb
RW
15214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
15215$as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
3f47be5c
EZ
15216fi
15217if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
bec39cab 15218
81ecdfbb 15219$as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
3f47be5c 15220
59f80f10
DJ
15221fi
15222if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
15223
81ecdfbb 15224$as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
59f80f10
DJ
15225
15226fi
15227if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
15228
81ecdfbb 15229$as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
59f80f10 15230
3f47be5c
EZ
15231fi
15232
81ecdfbb
RW
15233ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
15234"
d0ac1c44 15235if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = xyes; then :
81ecdfbb 15236 ac_have_decl=1
10568435 15237else
81ecdfbb 15238 ac_have_decl=0
10568435 15239fi
10568435
JK
15240
15241cat >>confdefs.h <<_ACEOF
81ecdfbb 15242#define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
10568435
JK
15243_ACEOF
15244
15245
81ecdfbb
RW
15246if test "$cross_compiling" = yes; then :
15247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
15248/* end confdefs.h. */
15249#include <sys/personality.h>
15250int
15251main ()
15252{
15253
15254# if !HAVE_DECL_ADDR_NO_RANDOMIZE
15255# define ADDR_NO_RANDOMIZE 0x0040000
15256# endif
15257 /* Test the flag could be set and stays set. */
15258 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
15259 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
15260 return 1
15261 ;
15262 return 0;
15263}
15264_ACEOF
81ecdfbb 15265if ac_fn_c_try_link "$LINENO"; then :
10568435
JK
15266 have_personality=true
15267else
81ecdfbb 15268 have_personality=false
10568435 15269fi
81ecdfbb
RW
15270rm -f core conftest.err conftest.$ac_objext \
15271 conftest$ac_exeext conftest.$ac_ext
10568435 15272else
81ecdfbb 15273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
15274/* end confdefs.h. */
15275#include <sys/personality.h>
15276int
15277main ()
15278{
15279
15280# if !HAVE_DECL_ADDR_NO_RANDOMIZE
15281# define ADDR_NO_RANDOMIZE 0x0040000
15282# endif
15283 /* Test the flag could be set and stays set. */
15284 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
15285 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
15286 return 1
15287 ;
15288 return 0;
15289}
15290_ACEOF
81ecdfbb 15291if ac_fn_c_try_run "$LINENO"; then :
10568435
JK
15292 have_personality=true
15293else
81ecdfbb 15294 have_personality=false
10568435 15295fi
81ecdfbb
RW
15296rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15297 conftest.$ac_objext conftest.beam conftest.$ac_ext
10568435 15298fi
81ecdfbb 15299
10568435
JK
15300if $have_personality
15301then
15302
81ecdfbb 15303$as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
10568435
JK
15304
15305fi
15306
e655c1a2
PA
15307case $host_os in
15308 go32* | *djgpp*)
15309 gdbinit=gdb.ini
15310 ;;
15311 *)
15312 gdbinit=.gdbinit
15313 ;;
15314esac
15315
15316cat >>confdefs.h <<_ACEOF
15317#define GDBINIT "$gdbinit"
15318_ACEOF
15319
15320
fb40c209 15321
f83d8a90
DE
15322# Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
15323# except that the argument to --with-sysroot is optional.
15324# --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
15325if test "x$with_sysroot" = xyes; then
15326 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
15327fi
bec39cab 15328
81ecdfbb
RW
15329# Check whether --with-sysroot was given.
15330if test "${with_sysroot+set}" = set; then :
f83d8a90
DE
15331 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
15332else
15333 TARGET_SYSTEM_ROOT=
15334fi
030292b7 15335
030292b7 15336
f83d8a90
DE
15337 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
15338 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15339 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
15340 ac_define_dir=`eval echo $ac_define_dir`
030292b7 15341
f83d8a90
DE
15342cat >>confdefs.h <<_ACEOF
15343#define TARGET_SYSTEM_ROOT "$ac_define_dir"
15344_ACEOF
bec39cab 15345
030292b7 15346
b14b1491 15347
f83d8a90
DE
15348
15349 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
15350 if test "x$prefix" = xNONE; then
15351 test_prefix=/usr/local
15352 else
15353 test_prefix=$prefix
15354 fi
15355 else
15356 test_prefix=$exec_prefix
15357 fi
15358 value=0
15359 case ${ac_define_dir} in
15360 "${test_prefix}"|"${test_prefix}/"*|\
15361 '${exec_prefix}'|'${exec_prefix}/'*)
15362 value=1
15363 ;;
15364 esac
15365
15366cat >>confdefs.h <<_ACEOF
15367#define TARGET_SYSTEM_ROOT_RELOCATABLE $value
15368_ACEOF
030292b7
DJ
15369
15370
15371
16e7150e 15372
16e7150e 15373
81ecdfbb
RW
15374# Check whether --with-system-gdbinit was given.
15375if test "${with_system_gdbinit+set}" = set; then :
15376 withval=$with_system_gdbinit;
b14b1491
TT
15377 SYSTEM_GDBINIT=$withval
15378else
15379 SYSTEM_GDBINIT=
81ecdfbb
RW
15380fi
15381
16e7150e
JG
15382
15383 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
15384 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 15385 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
16e7150e
JG
15386 ac_define_dir=`eval echo $ac_define_dir`
15387
15388cat >>confdefs.h <<_ACEOF
15389#define SYSTEM_GDBINIT "$ac_define_dir"
15390_ACEOF
15391
15392
15393
0c4a4063 15394
b14b1491
TT
15395 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
15396 if test "x$prefix" = xNONE; then
15397 test_prefix=/usr/local
15398 else
15399 test_prefix=$prefix
15400 fi
15401 else
15402 test_prefix=$exec_prefix
15403 fi
15404 value=0
15405 case ${ac_define_dir} in
15406 "${test_prefix}"|"${test_prefix}/"*|\
15407 '${exec_prefix}'|'${exec_prefix}/'*)
15408 value=1
15409 ;;
15410 esac
16e7150e 15411
b14b1491
TT
15412cat >>confdefs.h <<_ACEOF
15413#define SYSTEM_GDBINIT_RELOCATABLE $value
16e7150e
JG
15414_ACEOF
15415
b14b1491 15416
16e7150e 15417
0c4a4063 15418
b835bb52 15419
81ecdfbb
RW
15420# Check whether --enable-werror was given.
15421if test "${enable_werror+set}" = set; then :
15422 enableval=$enable_werror; case "${enableval}" in
094a342e
MK
15423 yes | y) ERROR_ON_WARNING="yes" ;;
15424 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 15425 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
094a342e 15426 esac
81ecdfbb
RW
15427fi
15428
094a342e 15429
9a084706
PA
15430# Enable -Werror by default when using gcc. Turn it off for releases.
15431if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
094a342e
MK
15432 ERROR_ON_WARNING=yes
15433fi
15434
15435WERROR_CFLAGS=""
15436if test "${ERROR_ON_WARNING}" = yes ; then
15437 WERROR_CFLAGS="-Werror"
15438fi
15439
cf6de44d 15440# The options we'll try to enable.
aac331e4 15441build_warnings="-Wall -Wpointer-arith \
1cb5e2a4 15442-Wno-unused -Wunused-value -Wunused-function \
aac331e4 15443-Wno-switch -Wno-char-subscripts \
cf6de44d 15444-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
8465943a 15445-Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized \
7f8a5d38 15446-Wno-mismatched-tags \
632e107b 15447-Wno-error=deprecated-register \
85e26832 15448-Wsuggest-override \
1a34f210 15449-Wimplicit-fallthrough=3 \
aff689d3 15450-Wduplicated-cond"
3bc3d82a 15451
3526781e 15452case "${host}" in
4fa7574e
RO
15453 *-*-mingw32*)
15454 # Enable -Wno-format by default when using gcc on mingw since many
15455 # GCC versions complain about %I64.
15456 build_warnings="$build_warnings -Wno-format" ;;
15457 *-*-solaris*)
15458 # Solaris 11.4 <python2.7/ceval.h> uses #pragma no_inline that GCC
15459 # doesn't understand.
15460 build_warnings="$build_warnings -Wno-unknown-pragmas"
15461 # Solaris 11 <unistd.h> marks vfork deprecated.
15462 build_warnings="$build_warnings -Wno-deprecated-declarations" ;;
d3685d60 15463 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
3526781e
DJ
15464esac
15465
81ecdfbb
RW
15466# Check whether --enable-build-warnings was given.
15467if test "${enable_build_warnings+set}" = set; then :
15468 enableval=$enable_build_warnings; case "${enableval}" in
c906108c
SS
15469 yes) ;;
15470 no) build_warnings="-w";;
15471 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15472 build_warnings="${build_warnings} ${t}";;
15473 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15474 build_warnings="${t} ${build_warnings}";;
15475 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15476esac
d4f3574e 15477if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 15478 echo "Setting compiler warning flags = $build_warnings" 6>&1
c906108c 15479fi
81ecdfbb
RW
15480fi
15481# Check whether --enable-gdb-build-warnings was given.
15482if test "${enable_gdb_build_warnings+set}" = set; then :
15483 enableval=$enable_gdb_build_warnings; case "${enableval}" in
3b851bce
AC
15484 yes) ;;
15485 no) build_warnings="-w";;
15486 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15487 build_warnings="${build_warnings} ${t}";;
15488 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
15489 build_warnings="${t} ${build_warnings}";;
15490 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15491esac
15492if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
15493 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
15494fi
81ecdfbb 15495fi
3bc3d82a
PA
15496
15497# The set of warnings supported by a C++ compiler is not the same as
15498# of the C compiler.
cf6de44d 15499ac_ext=cpp
3bc3d82a
PA
15500ac_cpp='$CXXCPP $CPPFLAGS'
15501ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15502ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15503ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15504
3bc3d82a 15505
81ecdfbb 15506WARN_CFLAGS=""
c906108c
SS
15507if test "x${build_warnings}" != x -a "x$GCC" = xyes
15508then
81ecdfbb
RW
15509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
15510$as_echo_n "checking compiler warning flags... " >&6; }
746a987d
AC
15511 # Separate out the -Werror flag as some files just cannot be
15512 # compiled with it enabled.
15513 for w in ${build_warnings}; do
7544db95
PA
15514 # GCC does not complain about -Wno-unknown-warning. Invert
15515 # and test -Wunknown-warning instead.
15516 case $w in
15517 -Wno-*)
15518 wtest=`echo $w | sed 's/-Wno-/-W/g'` ;;
15519 *)
15520 wtest=$w ;;
15521 esac
15522
746a987d
AC
15523 case $w in
15524 -Werr*) WERROR_CFLAGS=-Werror ;;
3bc3d82a
PA
15525 *)
15526 # Check whether GCC accepts it.
4536bbc6 15527 saved_CFLAGS="$CFLAGS"
3e019bdc 15528 CFLAGS="$CFLAGS -Werror $wtest"
3bc3d82a 15529 saved_CXXFLAGS="$CXXFLAGS"
3e019bdc 15530 CXXFLAGS="$CXXFLAGS -Werror $wtest"
54019719 15531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15532/* end confdefs.h. */
4536bbc6 15533
bec39cab
AC
15534int
15535main ()
15536{
4536bbc6 15537
bec39cab
AC
15538 ;
15539 return 0;
15540}
15541_ACEOF
3bc3d82a 15542if ac_fn_cxx_try_compile "$LINENO"; then :
4536bbc6 15543 WARN_CFLAGS="${WARN_CFLAGS} $w"
4536bbc6 15544fi
81ecdfbb 15545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536bbc6 15546 CFLAGS="$saved_CFLAGS"
3bc3d82a 15547 CXXFLAGS="$saved_CXXFLAGS"
746a987d
AC
15548 esac
15549 done
81ecdfbb
RW
15550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
15551$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
15552fi
15553
15554
104c1213 15555
cf6de44d 15556ac_ext=c
3bc3d82a
PA
15557ac_cpp='$CPP $CPPFLAGS'
15558ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15559ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15560ac_compiler_gnu=$ac_cv_c_compiler_gnu
15561
3bc3d82a 15562
b835bb52 15563
7a292a7a 15564# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
15565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
15566$as_echo_n "checking for cygwin... " >&6; }
d0ac1c44 15567if ${gdb_cv_os_cygwin+:} false; then :
81ecdfbb 15568 $as_echo_n "(cached) " >&6
bec39cab 15569else
81ecdfbb 15570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15571/* end confdefs.h. */
7a292a7a
SS
15572
15573#if defined (__CYGWIN__) || defined (__CYGWIN32__)
15574lose
15575#endif
bec39cab 15576_ACEOF
7a292a7a 15577if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
92a021de 15578 $EGREP "^lose$" >/dev/null 2>&1; then :
7a292a7a
SS
15579 gdb_cv_os_cygwin=yes
15580else
7a292a7a
SS
15581 gdb_cv_os_cygwin=no
15582fi
15583rm -f conftest*
15584
15585fi
81ecdfbb
RW
15586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
15587$as_echo "$gdb_cv_os_cygwin" >&6; }
7a292a7a 15588
aff38e61 15589
3eb25fda 15590SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
aff38e61 15591case ${host} in
95cbc983
AC
15592 *go32* ) SER_HARDWIRE=ser-go32.o ;;
15593 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
0ea3f30e 15594 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
aff38e61
AC
15595esac
15596
15597
cd0fc7c3
SS
15598# libreadline needs libuser32.a in a cygwin environment
15599WIN32LIBS=
15600if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
15601 WIN32LIBS="-luser32"
15602 case "${target}" in
15603 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
15604 ;;
15605 esac
cd0fc7c3 15606fi
c906108c 15607
b4505029
MM
15608# The ser-tcp.c module requires sockets.
15609case ${host} in
15610 *mingw32*)
15611
81ecdfbb 15612$as_echo "#define USE_WIN32API 1" >>confdefs.h
b4505029
MM
15613
15614 WIN32LIBS="$WIN32LIBS -lws2_32"
15615 ;;
15616esac
15617
7a292a7a 15618
31d99776 15619# Add ELF support to GDB, but only if BFD includes ELF support.
def63ff0
TT
15620
15621 OLD_CFLAGS=$CFLAGS
15622 OLD_LDFLAGS=$LDFLAGS
15623 OLD_LIBS=$LIBS
15624 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
15625 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
15626 # always want our bfd.
15627 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
5a2d4533
L
15628 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
15629 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
def63ff0 15630 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
711a72d3 15631 LIBS="-lbfd -liberty -lz $intl $LIBS"
def63ff0 15632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
81ecdfbb 15633$as_echo_n "checking for ELF support in BFD... " >&6; }
d0ac1c44 15634if ${gdb_cv_var_elf+:} false; then :
81ecdfbb 15635 $as_echo_n "(cached) " >&6
31d99776 15636else
81ecdfbb 15637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31d99776
DJ
15638/* end confdefs.h. */
15639#include <stdlib.h>
def63ff0
TT
15640 #include "bfd.h"
15641 #include "elf-bfd.h"
31d99776
DJ
15642
15643int
15644main ()
15645{
def63ff0 15646return bfd_get_elf_phdr_upper_bound (NULL);
31d99776
DJ
15647 ;
15648 return 0;
15649}
15650_ACEOF
81ecdfbb 15651if ac_fn_c_try_link "$LINENO"; then :
31d99776
DJ
15652 gdb_cv_var_elf=yes
15653else
81ecdfbb 15654 gdb_cv_var_elf=no
31d99776 15655fi
81ecdfbb
RW
15656rm -f core conftest.err conftest.$ac_objext \
15657 conftest$ac_exeext conftest.$ac_ext
31d99776 15658fi
81ecdfbb
RW
15659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
15660$as_echo "$gdb_cv_var_elf" >&6; }
def63ff0
TT
15661 CFLAGS=$OLD_CFLAGS
15662 LDFLAGS=$OLD_LDFLAGS
15663 LIBS=$OLD_LIBS
31d99776 15664if test $gdb_cv_var_elf = yes; then
d4777acb 15665 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o dtrace-probe.o"
31d99776 15666
81ecdfbb 15667$as_echo "#define HAVE_ELF 1" >>confdefs.h
31d99776 15668
075ff26d
JK
15669 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
15670 if test "$plugins" = "yes"; then
a48b32c0
L
15671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
15672$as_echo_n "checking for library containing dlopen... " >&6; }
d0ac1c44 15673if ${ac_cv_search_dlopen+:} false; then :
a48b32c0
L
15674 $as_echo_n "(cached) " >&6
15675else
15676 ac_func_search_save_LIBS=$LIBS
15677cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15678/* end confdefs.h. */
15679
15680/* Override any GCC internal prototype to avoid an error.
15681 Use char because int might match the return type of a GCC
15682 builtin and then its argument prototype would still apply. */
15683#ifdef __cplusplus
15684extern "C"
15685#endif
15686char dlopen ();
15687int
15688main ()
15689{
15690return dlopen ();
15691 ;
15692 return 0;
15693}
15694_ACEOF
15695for ac_lib in '' dl; do
15696 if test -z "$ac_lib"; then
15697 ac_res="none required"
15698 else
15699 ac_res=-l$ac_lib
15700 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15701 fi
15702 if ac_fn_c_try_link "$LINENO"; then :
15703 ac_cv_search_dlopen=$ac_res
15704fi
15705rm -f core conftest.err conftest.$ac_objext \
15706 conftest$ac_exeext
d0ac1c44 15707 if ${ac_cv_search_dlopen+:} false; then :
a48b32c0
L
15708 break
15709fi
15710done
d0ac1c44 15711if ${ac_cv_search_dlopen+:} false; then :
a48b32c0
L
15712
15713else
15714 ac_cv_search_dlopen=no
15715fi
15716rm conftest.$ac_ext
15717LIBS=$ac_func_search_save_LIBS
15718fi
15719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
15720$as_echo "$ac_cv_search_dlopen" >&6; }
15721ac_res=$ac_cv_search_dlopen
15722if test "$ac_res" != no; then :
15723 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15724
15725fi
15726
075ff26d 15727 fi
31d99776 15728fi
31d99776 15729
4f05add4
TT
15730# Add macho support to GDB, but only if BFD includes it.
15731
15732 OLD_CFLAGS=$CFLAGS
15733 OLD_LDFLAGS=$LDFLAGS
15734 OLD_LIBS=$LIBS
15735 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
15736 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
15737 # always want our bfd.
15738 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
5a2d4533
L
15739 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
15740 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
4f05add4 15741 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
711a72d3 15742 LIBS="-lbfd -liberty -lz $intl $LIBS"
4f05add4
TT
15743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
15744$as_echo_n "checking for Mach-O support in BFD... " >&6; }
d0ac1c44 15745if ${gdb_cv_var_macho+:} false; then :
4f05add4
TT
15746 $as_echo_n "(cached) " >&6
15747else
15748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15749/* end confdefs.h. */
15750#include <stdlib.h>
15751 #include "bfd.h"
15752 #include "mach-o.h"
15753
15754int
15755main ()
15756{
15757return bfd_mach_o_lookup_command (NULL, 0, NULL);
15758 ;
15759 return 0;
15760}
15761_ACEOF
15762if ac_fn_c_try_link "$LINENO"; then :
15763 gdb_cv_var_macho=yes
15764else
15765 gdb_cv_var_macho=no
15766fi
15767rm -f core conftest.err conftest.$ac_objext \
15768 conftest$ac_exeext conftest.$ac_ext
15769fi
15770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
15771$as_echo "$gdb_cv_var_macho" >&6; }
15772 CFLAGS=$OLD_CFLAGS
15773 LDFLAGS=$OLD_LDFLAGS
15774 LIBS=$OLD_LIBS
15775if test $gdb_cv_var_macho = yes; then
15776 CONFIG_OBS="$CONFIG_OBS machoread.o"
15777fi
15778
121ce6e5
DJ
15779# Add any host-specific objects to GDB.
15780CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
15781
608e2dbb
TT
15782# If building on ELF, look for lzma support for embedded compressed debug info.
15783if test $gdb_cv_var_elf = yes; then
15784
15785# Check whether --with-lzma was given.
15786if test "${with_lzma+set}" = set; then :
15787 withval=$with_lzma;
15788else
15789 with_lzma=auto
15790fi
15791
15792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
15793$as_echo_n "checking whether to use lzma... " >&6; }
15794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
15795$as_echo "$with_lzma" >&6; }
15796
15797 if test "${with_lzma}" != no; then
15798
15799
15800
15801
15802
15803
15804
15805
15806 use_additional=yes
15807
15808 acl_save_prefix="$prefix"
15809 prefix="$acl_final_prefix"
15810 acl_save_exec_prefix="$exec_prefix"
15811 exec_prefix="$acl_final_exec_prefix"
15812
15813 eval additional_includedir=\"$includedir\"
15814 eval additional_libdir=\"$libdir\"
15815
15816 exec_prefix="$acl_save_exec_prefix"
15817 prefix="$acl_save_prefix"
15818
15819
15820# Check whether --with-liblzma-prefix was given.
15821if test "${with_liblzma_prefix+set}" = set; then :
15822 withval=$with_liblzma_prefix;
15823 if test "X$withval" = "Xno"; then
15824 use_additional=no
15825 else
15826 if test "X$withval" = "X"; then
15827
15828 acl_save_prefix="$prefix"
15829 prefix="$acl_final_prefix"
15830 acl_save_exec_prefix="$exec_prefix"
15831 exec_prefix="$acl_final_exec_prefix"
15832
15833 eval additional_includedir=\"$includedir\"
15834 eval additional_libdir=\"$libdir\"
15835
15836 exec_prefix="$acl_save_exec_prefix"
15837 prefix="$acl_save_prefix"
15838
15839 else
15840 additional_includedir="$withval/include"
15841 additional_libdir="$withval/lib"
15842 fi
15843 fi
15844
15845fi
15846
15847 LIBLZMA=
15848 LTLIBLZMA=
15849 INCLZMA=
15850 rpathdirs=
15851 ltrpathdirs=
15852 names_already_handled=
15853 names_next_round='lzma '
15854 while test -n "$names_next_round"; do
15855 names_this_round="$names_next_round"
15856 names_next_round=
15857 for name in $names_this_round; do
15858 already_handled=
15859 for n in $names_already_handled; do
15860 if test "$n" = "$name"; then
15861 already_handled=yes
15862 break
15863 fi
15864 done
15865 if test -z "$already_handled"; then
15866 names_already_handled="$names_already_handled $name"
15867 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
15868 eval value=\"\$HAVE_LIB$uppername\"
15869 if test -n "$value"; then
15870 if test "$value" = yes; then
15871 eval value=\"\$LIB$uppername\"
15872 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
15873 eval value=\"\$LTLIB$uppername\"
15874 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
15875 else
15876 :
15877 fi
15878 else
15879 found_dir=
15880 found_la=
15881 found_so=
15882 found_a=
15883 if test $use_additional = yes; then
15884 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
15885 found_dir="$additional_libdir"
15886 found_so="$additional_libdir/lib$name.$shlibext"
15887 if test -f "$additional_libdir/lib$name.la"; then
15888 found_la="$additional_libdir/lib$name.la"
15889 fi
15890 else
15891 if test -f "$additional_libdir/lib$name.$libext"; then
15892 found_dir="$additional_libdir"
15893 found_a="$additional_libdir/lib$name.$libext"
15894 if test -f "$additional_libdir/lib$name.la"; then
15895 found_la="$additional_libdir/lib$name.la"
15896 fi
15897 fi
15898 fi
15899 fi
15900 if test "X$found_dir" = "X"; then
15901 for x in $LDFLAGS $LTLIBLZMA; do
15902
15903 acl_save_prefix="$prefix"
15904 prefix="$acl_final_prefix"
15905 acl_save_exec_prefix="$exec_prefix"
15906 exec_prefix="$acl_final_exec_prefix"
15907 eval x=\"$x\"
15908 exec_prefix="$acl_save_exec_prefix"
15909 prefix="$acl_save_prefix"
15910
15911 case "$x" in
15912 -L*)
15913 dir=`echo "X$x" | sed -e 's/^X-L//'`
15914 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
15915 found_dir="$dir"
15916 found_so="$dir/lib$name.$shlibext"
15917 if test -f "$dir/lib$name.la"; then
15918 found_la="$dir/lib$name.la"
15919 fi
15920 else
15921 if test -f "$dir/lib$name.$libext"; then
15922 found_dir="$dir"
15923 found_a="$dir/lib$name.$libext"
15924 if test -f "$dir/lib$name.la"; then
15925 found_la="$dir/lib$name.la"
15926 fi
15927 fi
15928 fi
15929 ;;
15930 esac
15931 if test "X$found_dir" != "X"; then
15932 break
15933 fi
15934 done
15935 fi
15936 if test "X$found_dir" != "X"; then
15937 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
15938 if test "X$found_so" != "X"; then
15939 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
15940 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15941 else
15942 haveit=
15943 for x in $ltrpathdirs; do
15944 if test "X$x" = "X$found_dir"; then
15945 haveit=yes
15946 break
15947 fi
15948 done
15949 if test -z "$haveit"; then
15950 ltrpathdirs="$ltrpathdirs $found_dir"
15951 fi
15952 if test "$hardcode_direct" = yes; then
15953 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15954 else
15955 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
15956 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15957 haveit=
15958 for x in $rpathdirs; do
15959 if test "X$x" = "X$found_dir"; then
15960 haveit=yes
15961 break
15962 fi
15963 done
15964 if test -z "$haveit"; then
15965 rpathdirs="$rpathdirs $found_dir"
15966 fi
15967 else
15968 haveit=
15969 for x in $LDFLAGS $LIBLZMA; do
15970
15971 acl_save_prefix="$prefix"
15972 prefix="$acl_final_prefix"
15973 acl_save_exec_prefix="$exec_prefix"
15974 exec_prefix="$acl_final_exec_prefix"
15975 eval x=\"$x\"
15976 exec_prefix="$acl_save_exec_prefix"
15977 prefix="$acl_save_prefix"
15978
15979 if test "X$x" = "X-L$found_dir"; then
15980 haveit=yes
15981 break
15982 fi
15983 done
15984 if test -z "$haveit"; then
15985 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
15986 fi
15987 if test "$hardcode_minus_L" != no; then
15988 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
15989 else
15990 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
15991 fi
15992 fi
15993 fi
15994 fi
15995 else
15996 if test "X$found_a" != "X"; then
15997 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
15998 else
15999 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
16000 fi
16001 fi
16002 additional_includedir=
16003 case "$found_dir" in
16004 */lib | */lib/)
16005 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
16006 additional_includedir="$basedir/include"
16007 ;;
16008 esac
16009 if test "X$additional_includedir" != "X"; then
16010 if test "X$additional_includedir" != "X/usr/include"; then
16011 haveit=
16012 if test "X$additional_includedir" = "X/usr/local/include"; then
16013 if test -n "$GCC"; then
16014 case $host_os in
16015 linux*) haveit=yes;;
16016 esac
16017 fi
16018 fi
16019 if test -z "$haveit"; then
16020 for x in $CPPFLAGS $INCLZMA; do
16021
16022 acl_save_prefix="$prefix"
16023 prefix="$acl_final_prefix"
16024 acl_save_exec_prefix="$exec_prefix"
16025 exec_prefix="$acl_final_exec_prefix"
16026 eval x=\"$x\"
16027 exec_prefix="$acl_save_exec_prefix"
16028 prefix="$acl_save_prefix"
16029
16030 if test "X$x" = "X-I$additional_includedir"; then
16031 haveit=yes
16032 break
16033 fi
16034 done
16035 if test -z "$haveit"; then
16036 if test -d "$additional_includedir"; then
16037 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
16038 fi
16039 fi
16040 fi
16041 fi
16042 fi
16043 if test -n "$found_la"; then
16044 save_libdir="$libdir"
16045 case "$found_la" in
16046 */* | *\\*) . "$found_la" ;;
16047 *) . "./$found_la" ;;
16048 esac
16049 libdir="$save_libdir"
16050 for dep in $dependency_libs; do
16051 case "$dep" in
16052 -L*)
16053 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
16054 if test "X$additional_libdir" != "X/usr/lib"; then
16055 haveit=
16056 if test "X$additional_libdir" = "X/usr/local/lib"; then
16057 if test -n "$GCC"; then
16058 case $host_os in
16059 linux*) haveit=yes;;
16060 esac
16061 fi
16062 fi
16063 if test -z "$haveit"; then
16064 haveit=
16065 for x in $LDFLAGS $LIBLZMA; do
16066
16067 acl_save_prefix="$prefix"
16068 prefix="$acl_final_prefix"
16069 acl_save_exec_prefix="$exec_prefix"
16070 exec_prefix="$acl_final_exec_prefix"
16071 eval x=\"$x\"
16072 exec_prefix="$acl_save_exec_prefix"
16073 prefix="$acl_save_prefix"
16074
16075 if test "X$x" = "X-L$additional_libdir"; then
16076 haveit=yes
16077 break
16078 fi
16079 done
16080 if test -z "$haveit"; then
16081 if test -d "$additional_libdir"; then
16082 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
16083 fi
16084 fi
16085 haveit=
16086 for x in $LDFLAGS $LTLIBLZMA; do
16087
16088 acl_save_prefix="$prefix"
16089 prefix="$acl_final_prefix"
16090 acl_save_exec_prefix="$exec_prefix"
16091 exec_prefix="$acl_final_exec_prefix"
16092 eval x=\"$x\"
16093 exec_prefix="$acl_save_exec_prefix"
16094 prefix="$acl_save_prefix"
16095
16096 if test "X$x" = "X-L$additional_libdir"; then
16097 haveit=yes
16098 break
16099 fi
16100 done
16101 if test -z "$haveit"; then
16102 if test -d "$additional_libdir"; then
16103 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
16104 fi
16105 fi
16106 fi
16107 fi
16108 ;;
16109 -R*)
16110 dir=`echo "X$dep" | sed -e 's/^X-R//'`
16111 if test "$enable_rpath" != no; then
16112 haveit=
16113 for x in $rpathdirs; do
16114 if test "X$x" = "X$dir"; then
16115 haveit=yes
16116 break
16117 fi
16118 done
16119 if test -z "$haveit"; then
16120 rpathdirs="$rpathdirs $dir"
16121 fi
16122 haveit=
16123 for x in $ltrpathdirs; do
16124 if test "X$x" = "X$dir"; then
16125 haveit=yes
16126 break
16127 fi
16128 done
16129 if test -z "$haveit"; then
16130 ltrpathdirs="$ltrpathdirs $dir"
16131 fi
16132 fi
16133 ;;
16134 -l*)
16135 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
16136 ;;
16137 *.la)
16138 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
16139 ;;
16140 *)
16141 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
16142 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
16143 ;;
16144 esac
16145 done
16146 fi
16147 else
16148 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
16149 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
16150 fi
16151 fi
16152 fi
16153 done
16154 done
16155 if test "X$rpathdirs" != "X"; then
16156 if test -n "$hardcode_libdir_separator"; then
16157 alldirs=
16158 for found_dir in $rpathdirs; do
16159 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
16160 done
16161 acl_save_libdir="$libdir"
16162 libdir="$alldirs"
16163 eval flag=\"$hardcode_libdir_flag_spec\"
16164 libdir="$acl_save_libdir"
16165 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
16166 else
16167 for found_dir in $rpathdirs; do
16168 acl_save_libdir="$libdir"
16169 libdir="$found_dir"
16170 eval flag=\"$hardcode_libdir_flag_spec\"
16171 libdir="$acl_save_libdir"
16172 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
16173 done
16174 fi
16175 fi
16176 if test "X$ltrpathdirs" != "X"; then
16177 for found_dir in $ltrpathdirs; do
16178 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
16179 done
16180 fi
16181
16182
16183 ac_save_CPPFLAGS="$CPPFLAGS"
16184
16185 for element in $INCLZMA; do
16186 haveit=
16187 for x in $CPPFLAGS; do
16188
16189 acl_save_prefix="$prefix"
16190 prefix="$acl_final_prefix"
16191 acl_save_exec_prefix="$exec_prefix"
16192 exec_prefix="$acl_final_exec_prefix"
16193 eval x=\"$x\"
16194 exec_prefix="$acl_save_exec_prefix"
16195 prefix="$acl_save_prefix"
16196
16197 if test "X$x" = "X$element"; then
16198 haveit=yes
16199 break
16200 fi
16201 done
16202 if test -z "$haveit"; then
16203 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
16204 fi
16205 done
16206
16207
16208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
16209$as_echo_n "checking for liblzma... " >&6; }
d0ac1c44 16210if ${ac_cv_liblzma+:} false; then :
608e2dbb
TT
16211 $as_echo_n "(cached) " >&6
16212else
16213
16214 ac_save_LIBS="$LIBS"
16215 LIBS="$LIBS $LIBLZMA"
16216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16217/* end confdefs.h. */
16218#include "lzma.h"
16219int
16220main ()
16221{
16222lzma_index_iter iter;
16223 lzma_index_iter_init (&iter, 0);
16224 lzma_mf_is_supported (LZMA_MF_HC3);
16225 ;
16226 return 0;
16227}
16228_ACEOF
16229if ac_fn_c_try_link "$LINENO"; then :
16230 ac_cv_liblzma=yes
16231else
16232 ac_cv_liblzma=no
16233fi
16234rm -f core conftest.err conftest.$ac_objext \
16235 conftest$ac_exeext conftest.$ac_ext
16236 LIBS="$ac_save_LIBS"
16237
16238fi
16239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
16240$as_echo "$ac_cv_liblzma" >&6; }
16241 if test "$ac_cv_liblzma" = yes; then
16242 HAVE_LIBLZMA=yes
16243
16244$as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
16245
16246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
16247$as_echo_n "checking how to link with liblzma... " >&6; }
16248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
16249$as_echo "$LIBLZMA" >&6; }
16250 else
16251 HAVE_LIBLZMA=no
16252 CPPFLAGS="$ac_save_CPPFLAGS"
16253 LIBLZMA=
16254 LTLIBLZMA=
16255 fi
16256
16257
16258
16259
16260
16261
16262 if test "$HAVE_LIBLZMA" != yes; then
16263 if test "$with_lzma" = yes; then
d0ac1c44 16264 as_fn_error $? "missing liblzma for --with-lzma" "$LINENO" 5
608e2dbb
TT
16265 fi
16266 fi
16267 fi
16268fi
16269
3fc11d3e
JM
16270LIBGUI="../libgui/src/libgui.a"
16271GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
16272
16273
7a292a7a 16274
3fc11d3e
JM
16275WIN32LDAPP=
16276
16277
16278
d91670b9 16279case "${host}" in
686a5eed 16280*-*-cygwin* | *-*-mingw* )
d91670b9
CV
16281 configdir="win"
16282 ;;
16283*)
16284 configdir="unix"
16285 ;;
16286esac
3fc11d3e
JM
16287
16288GDBTKLIBS=
16289if test "${enable_gdbtk}" = "yes"; then
16290
d1c3b63a
KS
16291 # Gdbtk must have an absolute path to srcdir in order to run
16292 # properly when not installed.
16293 here=`pwd`
16294 cd ${srcdir}
16295 GDBTK_SRC_DIR=`pwd`
16296 cd $here
16297
bec39cab 16298
5062cc19
KS
16299 #
16300 # Ok, lets find the tcl configuration
16301 # First, look for one uninstalled.
16302 # the alternative search directory is invoked by --with-tcl
16303 #
3fc11d3e 16304
5062cc19
KS
16305 if test x"${no_tcl}" = x ; then
16306 # we reset no_tcl in case something fails here
16307 no_tcl=true
bec39cab 16308
81ecdfbb
RW
16309# Check whether --with-tcl was given.
16310if test "${with_tcl+set}" = set; then :
16311 withval=$with_tcl; with_tclconfig=${withval}
16312fi
16313
16314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
16315$as_echo_n "checking for Tcl configuration... " >&6; }
d0ac1c44 16316 if ${ac_cv_c_tclconfig+:} false; then :
81ecdfbb 16317 $as_echo_n "(cached) " >&6
3fc11d3e 16318else
bec39cab 16319
3fc11d3e 16320
5062cc19
KS
16321 # First check to see if --with-tcl was specified.
16322 case "${host}" in
16323 *-*-cygwin*) platDir="win" ;;
16324 *) platDir="unix" ;;
16325 esac
16326 if test x"${with_tclconfig}" != x ; then
16327 if test -f "${with_tclconfig}/tclConfig.sh" ; then
16328 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
16329 else
d0ac1c44 16330 as_fn_error $? "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
5062cc19
KS
16331 fi
16332 fi
16333
16334 # then check for a private Tcl installation
16335 if test x"${ac_cv_c_tclconfig}" = x ; then
16336 for i in \
16337 ../tcl \
16338 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16339 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
16340 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
16341 ../../tcl \
16342 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16343 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
16344 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
16345 ../../../tcl \
16346 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16347 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
16348 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
16349 if test -f "$i/$platDir/tclConfig.sh" ; then
16350 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
16351 break
16352 fi
16353 done
16354 fi
16355
16356 # on Darwin, check in Framework installation locations
16357 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
16358 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
16359 `ls -d /Library/Frameworks 2>/dev/null` \
16360 `ls -d /Network/Library/Frameworks 2>/dev/null` \
16361 `ls -d /System/Library/Frameworks 2>/dev/null` \
16362 ; do
16363 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
16364 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
16365 break
16366 fi
16367 done
16368 fi
16369
16370 # check in a few common install locations
16371 if test x"${ac_cv_c_tclconfig}" = x ; then
16372 for i in `ls -d ${libdir} 2>/dev/null` \
16373 `ls -d ${exec_prefix}/lib 2>/dev/null` \
16374 `ls -d ${prefix}/lib 2>/dev/null` \
16375 `ls -d /usr/local/lib 2>/dev/null` \
16376 `ls -d /usr/contrib/lib 2>/dev/null` \
16377 `ls -d /usr/lib 2>/dev/null` \
16378 ; do
16379 if test -f "$i/tclConfig.sh" ; then
16380 ac_cv_c_tclconfig=`(cd $i; pwd)`
16381 break
16382 fi
16383 done
16384 fi
3fc11d3e 16385
5062cc19
KS
16386 # check in a few other private locations
16387 if test x"${ac_cv_c_tclconfig}" = x ; then
16388 for i in \
16389 ${srcdir}/../tcl \
16390 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
16391 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
16392 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
16393 if test -f "$i/$platDir/tclConfig.sh" ; then
16394 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
16395 break
16396 fi
16397 done
16398 fi
bec39cab 16399
3fc11d3e
JM
16400fi
16401
5062cc19
KS
16402
16403 if test x"${ac_cv_c_tclconfig}" = x ; then
16404 TCL_BIN_DIR="# no Tcl configs found"
81ecdfbb
RW
16405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
16406$as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
5062cc19
KS
16407 else
16408 no_tcl=
16409 TCL_BIN_DIR=${ac_cv_c_tclconfig}
81ecdfbb
RW
16410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
16411$as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
5062cc19
KS
16412 fi
16413 fi
3fc11d3e 16414
bec39cab 16415
85541719
DE
16416 # If $no_tk is nonempty, then we can't do Tk, and there is no
16417 # point to doing Tcl.
bec39cab 16418
5062cc19
KS
16419 #
16420 # Ok, lets find the tk configuration
16421 # First, look for one uninstalled.
16422 # the alternative search directory is invoked by --with-tk
16423 #
3fc11d3e 16424
5062cc19
KS
16425 if test x"${no_tk}" = x ; then
16426 # we reset no_tk in case something fails here
16427 no_tk=true
bec39cab 16428
81ecdfbb
RW
16429# Check whether --with-tk was given.
16430if test "${with_tk+set}" = set; then :
16431 withval=$with_tk; with_tkconfig=${withval}
16432fi
16433
16434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
16435$as_echo_n "checking for Tk configuration... " >&6; }
d0ac1c44 16436 if ${ac_cv_c_tkconfig+:} false; then :
81ecdfbb 16437 $as_echo_n "(cached) " >&6
bec39cab 16438else
3fc11d3e
JM
16439
16440
5062cc19
KS
16441 # First check to see if --with-tkconfig was specified.
16442 if test x"${with_tkconfig}" != x ; then
16443 if test -f "${with_tkconfig}/tkConfig.sh" ; then
16444 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
16445 else
d0ac1c44 16446 as_fn_error $? "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
5062cc19
KS
16447 fi
16448 fi
3fc11d3e 16449
5062cc19
KS
16450 # then check for a private Tk library
16451 case "${host}" in
16452 *-*-cygwin*) platDir="win" ;;
16453 *) platDir="unix" ;;
16454 esac
16455 if test x"${ac_cv_c_tkconfig}" = x ; then
16456 for i in \
16457 ../tk \
16458 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16459 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
16460 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
16461 ../../tk \
16462 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16463 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
16464 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
16465 ../../../tk \
16466 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16467 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
16468 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
16469 if test -f "$i/$platDir/tkConfig.sh" ; then
16470 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
16471 break
16472 fi
16473 done
16474 fi
16475
16476 # on Darwin, check in Framework installation locations
16477 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
16478 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
16479 `ls -d /Library/Frameworks 2>/dev/null` \
16480 `ls -d /Network/Library/Frameworks 2>/dev/null` \
16481 `ls -d /System/Library/Frameworks 2>/dev/null` \
16482 ; do
16483 if test -f "$i/Tk.framework/tkConfig.sh" ; then
16484 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
16485 break
16486 fi
16487 done
16488 fi
16489
16490 # check in a few common install locations
16491 if test x"${ac_cv_c_tkconfig}" = x ; then
16492 for i in `ls -d ${libdir} 2>/dev/null` \
16493 `ls -d ${exec_prefix}/lib 2>/dev/null` \
16494 `ls -d ${prefix}/lib 2>/dev/null` \
16495 `ls -d /usr/local/lib 2>/dev/null` \
16496 `ls -d /usr/contrib/lib 2>/dev/null` \
16497 `ls -d /usr/lib 2>/dev/null` \
16498 ; do
16499 if test -f "$i/tkConfig.sh" ; then
16500 ac_cv_c_tkconfig=`(cd $i; pwd)`
16501 break
16502 fi
16503 done
16504 fi
16505 # check in a few other private locations
16506 if test x"${ac_cv_c_tkconfig}" = x ; then
16507 for i in \
16508 ${srcdir}/../tk \
16509 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
16510 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
16511 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
16512 if test -f "$i/$platDir/tkConfig.sh" ; then
16513 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
16514 break
16515 fi
16516 done
16517 fi
3fc11d3e 16518
3fc11d3e
JM
16519fi
16520
16521
5062cc19
KS
16522 if test x"${ac_cv_c_tkconfig}" = x ; then
16523 TK_BIN_DIR="# no Tk configs found"
81ecdfbb
RW
16524 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
16525$as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
5062cc19
KS
16526 else
16527 no_tk=
16528 TK_BIN_DIR=${ac_cv_c_tkconfig}
81ecdfbb
RW
16529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
16530$as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
5062cc19 16531 fi
3fc11d3e 16532 fi
dd2504ab 16533
dd2504ab 16534
85541719
DE
16535 if test -z "${no_tcl}" -a -z "${no_tk}"; then
16536
81ecdfbb
RW
16537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
16538$as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
85541719
DE
16539
16540 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
81ecdfbb
RW
16541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
16542$as_echo "loading" >&6; }
85541719
DE
16543 . ${TCL_BIN_DIR}/tclConfig.sh
16544 else
81ecdfbb
RW
16545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
16546$as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
85541719
DE
16547 fi
16548
16549 # eval is required to do the TCL_DBGX substitution
16550 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
16551 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
16552
16553 # If the TCL_BIN_DIR is the build directory (not the install directory),
16554 # then set the common variable name to the value of the build variables.
16555 # For example, the variable TCL_LIB_SPEC will be set to the value
16556 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
16557 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
16558 # installed and uninstalled version of Tcl.
16559 if test -f "${TCL_BIN_DIR}/Makefile" ; then
16560 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
16561 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
16562 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
16563 elif test "`uname -s`" = "Darwin"; then
16564 # If Tcl was built as a framework, attempt to use the libraries
16565 # from the framework at the given location so that linking works
a68ffae9 16566 # against Tcl.framework installed in an arbitrary location.
85541719
DE
16567 case ${TCL_DEFS} in
16568 *TCL_FRAMEWORK*)
16569 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
16570 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
16571 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
16572 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
16573 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
16574 break
16575 fi
16576 done
16577 fi
16578 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
16579 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
16580 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
16581 fi
16582 ;;
16583 esac
16584 fi
16585
16586 # eval is required to do the TCL_DBGX substitution
16587 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
16588 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
16589 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
16590 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
16591
16592
16593
16594
16595
16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
16606 # Check for in-tree tcl
16607 here=`pwd`
16608 cd ${srcdir}/..
16609 topdir=`pwd`
16610 cd ${here}
16611
16612 intree="no"
16613 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
16614 intree="yes"
16615 fi
16616
16617 # Find Tcl private headers
16618 if test x"${intree}" = xno; then
16619
81ecdfbb
RW
16620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
16621$as_echo_n "checking for Tcl private headers... " >&6; }
85541719
DE
16622 private_dir=""
16623 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
16624 if test -f ${dir}/tclInt.h ; then
16625 private_dir=${dir}
16626 fi
16627
16628 if test x"${private_dir}" = x; then
d0ac1c44 16629 as_fn_error $? "could not find private Tcl headers" "$LINENO" 5
85541719
DE
16630 else
16631 TCL_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
16632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
16633$as_echo "${private_dir}" >&6; }
85541719
DE
16634 fi
16635
16636 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
16637 TCL_LIBRARY="${TCL_LIB_SPEC}"
16638 TCL_DEPS=""
16639 else
16640 # If building tcl in the same src tree, private headers
16641 # are not needed, but we need to be sure to use the right
16642 # headers library
16643 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
16644 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
16645 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
16646 fi
16647
16648
16649
16650
16651
81ecdfbb
RW
16652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
16653$as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
dd2504ab 16654
5062cc19 16655 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
81ecdfbb
RW
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
16657$as_echo "loading" >&6; }
5062cc19 16658 . ${TK_BIN_DIR}/tkConfig.sh
3fc11d3e 16659 else
81ecdfbb
RW
16660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
16661$as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
3fc11d3e 16662 fi
bec39cab 16663
5062cc19
KS
16664 # eval is required to do the TK_DBGX substitution
16665 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
16666 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
16667
16668 # If the TK_BIN_DIR is the build directory (not the install directory),
16669 # then set the common variable name to the value of the build variables.
16670 # For example, the variable TK_LIB_SPEC will be set to the value
16671 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
16672 # instead of TK_BUILD_LIB_SPEC since it will work with both an
16673 # installed and uninstalled version of Tcl.
85541719 16674 if test -f "${TK_BIN_DIR}/Makefile" ; then
5062cc19
KS
16675 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
16676 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
16677 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
16678 elif test "`uname -s`" = "Darwin"; then
16679 # If Tk was built as a framework, attempt to use the libraries
16680 # from the framework at the given location so that linking works
a68ffae9 16681 # against Tk.framework installed in an arbitrary location.
5062cc19
KS
16682 case ${TK_DEFS} in
16683 *TK_FRAMEWORK*)
85541719 16684 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
5062cc19
KS
16685 for i in "`cd ${TK_BIN_DIR}; pwd`" \
16686 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
16687 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
16688 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
16689 break
16690 fi
16691 done
16692 fi
85541719 16693 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
5062cc19
KS
16694 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
16695 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
16696 fi
16697 ;;
16698 esac
3fc11d3e
JM
16699 fi
16700
5062cc19
KS
16701 # eval is required to do the TK_DBGX substitution
16702 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
16703 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
16704 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
16705 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
3fc11d3e 16706
3fc11d3e
JM
16707
16708
bec39cab
AC
16709
16710
16711
16712
16713
16714
16715
3fc11d3e 16716
3fc11d3e 16717
bec39cab 16718
bec39cab 16719
85541719
DE
16720 # Check for in-tree Tk
16721 intree="no"
16722 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
16723 intree="yes"
16724 fi
3fc11d3e 16725
85541719
DE
16726 # Find Tk private headers
16727 if test x"${intree}" = xno; then
3fc11d3e 16728
81ecdfbb
RW
16729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
16730$as_echo_n "checking for Tk private headers... " >&6; }
5062cc19
KS
16731 private_dir=""
16732 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
16733 if test -f ${dir}/tkInt.h; then
16734 private_dir=${dir}
3fc11d3e 16735 fi
bec39cab 16736
5062cc19 16737 if test x"${private_dir}" = x; then
d0ac1c44 16738 as_fn_error $? "could not find Tk private headers" "$LINENO" 5
3fc11d3e 16739 else
5062cc19 16740 TK_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
16741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
16742$as_echo "${private_dir}" >&6; }
3fc11d3e 16743 fi
3fc11d3e 16744
85541719
DE
16745 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
16746 TK_LIBRARY=${TK_LIB_SPEC}
16747 TK_DEPS=""
16748 else
16749 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
16750 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
16751 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
16752 fi
3fc11d3e
JM
16753
16754
3fc11d3e
JM
16755
16756
3fc11d3e 16757
85541719 16758 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
3fc11d3e 16759
85541719
DE
16760 # Include some libraries that Tcl and Tk want.
16761 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
16762 # Yes, the ordering seems wrong here. But it isn't.
16763 # TK_LIBS is the list of libraries that need to be linked
16764 # after Tcl/Tk. Note that this isn't put into LIBS. If it
16765 # were in LIBS then any link tests after this point would
16766 # try to include things like `$(LIBGUI)', which wouldn't work.
16767 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
4226a5a5 16768
85541719
DE
16769 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
16770 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
16771 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
16772 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
16773 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
16774 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
16775 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
3fc11d3e 16776
85541719
DE
16777 if test x$gdb_cv_os_cygwin = xyes; then
16778 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
16779 WIN32LDAPP="-Wl,--subsystem,console"
16780 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
3fc11d3e 16781 fi
ffc6a242 16782
81ecdfbb 16783 subdirs="$subdirs gdbtk"
3ace7edb 16784
85541719 16785 fi
3fc11d3e
JM
16786fi
16787
16788
16789
16790
16791
16792
16793
16794
81ecdfbb
RW
16795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
16796$as_echo_n "checking for X... " >&6; }
bec39cab 16797
c906108c 16798
81ecdfbb
RW
16799# Check whether --with-x was given.
16800if test "${with_x+set}" = set; then :
16801 withval=$with_x;
16802fi
c906108c
SS
16803
16804# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
16805if test "x$with_x" = xno; then
16806 # The user explicitly disabled X.
16807 have_x=disabled
16808else
81ecdfbb 16809 case $x_includes,$x_libraries in #(
d0ac1c44
SM
16810 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
16811 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 16812 $as_echo_n "(cached) " >&6
c906108c
SS
16813else
16814 # One or both of the vars are not set, and there is no cached value.
bec39cab 16815ac_x_includes=no ac_x_libraries=no
81ecdfbb 16816rm -f -r conftest.dir
bec39cab
AC
16817if mkdir conftest.dir; then
16818 cd conftest.dir
bec39cab 16819 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
16820incroot:
16821 @echo incroot='${INCROOT}'
16822usrlibdir:
16823 @echo usrlibdir='${USRLIBDIR}'
16824libdir:
16825 @echo libdir='${LIBDIR}'
16826_ACEOF
16827 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 16828 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
16829 for ac_var in incroot usrlibdir libdir; do
16830 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
16831 done
c906108c 16832 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
16833 for ac_extension in a so sl dylib la dll; do
16834 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
16835 test -f "$ac_im_libdir/libX11.$ac_extension"; then
bec39cab 16836 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
16837 fi
16838 done
16839 # Screen out bogus values from the imake configuration. They are
16840 # bogus both because they are the default anyway, and because
16841 # using them would break gcc on systems where it needs fixed includes.
bec39cab 16842 case $ac_im_incroot in
81ecdfbb 16843 /usr/include) ac_x_includes= ;;
bec39cab 16844 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 16845 esac
bec39cab 16846 case $ac_im_usrlibdir in
81ecdfbb 16847 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
bec39cab 16848 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
16849 esac
16850 fi
16851 cd ..
81ecdfbb 16852 rm -f -r conftest.dir
c906108c
SS
16853fi
16854
bec39cab
AC
16855# Standard set of common directories for X headers.
16856# Check X11 before X11Rn because it is often a symlink to the current release.
16857ac_x_header_dirs='
16858/usr/X11/include
81ecdfbb 16859/usr/X11R7/include
bec39cab
AC
16860/usr/X11R6/include
16861/usr/X11R5/include
16862/usr/X11R4/include
16863
16864/usr/include/X11
81ecdfbb 16865/usr/include/X11R7
bec39cab
AC
16866/usr/include/X11R6
16867/usr/include/X11R5
16868/usr/include/X11R4
16869
16870/usr/local/X11/include
81ecdfbb 16871/usr/local/X11R7/include
bec39cab
AC
16872/usr/local/X11R6/include
16873/usr/local/X11R5/include
16874/usr/local/X11R4/include
16875
16876/usr/local/include/X11
81ecdfbb 16877/usr/local/include/X11R7
bec39cab
AC
16878/usr/local/include/X11R6
16879/usr/local/include/X11R5
16880/usr/local/include/X11R4
16881
16882/usr/X386/include
16883/usr/x386/include
16884/usr/XFree86/include/X11
16885
16886/usr/include
16887/usr/local/include
16888/usr/unsupported/include
16889/usr/athena/include
16890/usr/local/x11r5/include
16891/usr/lpp/Xamples/include
16892
16893/usr/openwin/include
16894/usr/openwin/share/include'
16895
16896if test "$ac_x_includes" = no; then
81ecdfbb 16897 # Guess where to find include files, by looking for Xlib.h.
c906108c 16898 # First, try using that file with no special directory specified.
81ecdfbb 16899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 16900/* end confdefs.h. */
81ecdfbb 16901#include <X11/Xlib.h>
bec39cab 16902_ACEOF
81ecdfbb 16903if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
16904 # We can compile using X headers with no special include directory.
16905ac_x_includes=
16906else
bec39cab 16907 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 16908 if test -r "$ac_dir/X11/Xlib.h"; then
bec39cab
AC
16909 ac_x_includes=$ac_dir
16910 break
16911 fi
16912done
c906108c 16913fi
d0ac1c44 16914rm -f conftest.err conftest.i conftest.$ac_ext
bec39cab 16915fi # $ac_x_includes = no
c906108c 16916
bec39cab 16917if test "$ac_x_libraries" = no; then
c906108c 16918 # Check for the libraries.
c906108c
SS
16919 # See if we find them without any special options.
16920 # Don't add to $LIBS permanently.
bec39cab 16921 ac_save_LIBS=$LIBS
81ecdfbb
RW
16922 LIBS="-lX11 $LIBS"
16923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 16924/* end confdefs.h. */
81ecdfbb 16925#include <X11/Xlib.h>
bec39cab
AC
16926int
16927main ()
16928{
81ecdfbb 16929XrmInitialize ()
bec39cab
AC
16930 ;
16931 return 0;
16932}
16933_ACEOF
81ecdfbb 16934if ac_fn_c_try_link "$LINENO"; then :
bec39cab 16935 LIBS=$ac_save_LIBS
c906108c
SS
16936# We can link X programs with no special library path.
16937ac_x_libraries=
16938else
81ecdfbb
RW
16939 LIBS=$ac_save_LIBS
16940for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
c906108c 16941do
bec39cab 16942 # Don't even attempt the hair of trying to link an X program!
81ecdfbb
RW
16943 for ac_extension in a so sl dylib la dll; do
16944 if test -r "$ac_dir/libX11.$ac_extension"; then
c906108c
SS
16945 ac_x_libraries=$ac_dir
16946 break 2
16947 fi
16948 done
16949done
16950fi
81ecdfbb
RW
16951rm -f core conftest.err conftest.$ac_objext \
16952 conftest$ac_exeext conftest.$ac_ext
bec39cab 16953fi # $ac_x_libraries = no
c906108c 16954
81ecdfbb
RW
16955case $ac_x_includes,$ac_x_libraries in #(
16956 no,* | *,no | *\'*)
16957 # Didn't find X, or a directory has "'" in its name.
16958 ac_cv_have_x="have_x=no";; #(
16959 *)
16960 # Record where we found X for the cache.
16961 ac_cv_have_x="have_x=yes\
16962 ac_x_includes='$ac_x_includes'\
16963 ac_x_libraries='$ac_x_libraries'"
16964esac
c906108c 16965fi
81ecdfbb
RW
16966;; #(
16967 *) have_x=yes;;
16968 esac
c906108c
SS
16969 eval "$ac_cv_have_x"
16970fi # $with_x != no
16971
16972if test "$have_x" != yes; then
81ecdfbb
RW
16973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
16974$as_echo "$have_x" >&6; }
c906108c
SS
16975 no_x=yes
16976else
16977 # If each of the values was on the command line, it overrides each guess.
16978 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
16979 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
16980 # Update the cache value to reflect the command line values.
81ecdfbb
RW
16981 ac_cv_have_x="have_x=yes\
16982 ac_x_includes='$x_includes'\
16983 ac_x_libraries='$x_libraries'"
16984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
16985$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
c906108c
SS
16986fi
16987
16988
bec39cab 16989# Unlike the sim directory, whether a simulator is linked is controlled by
9b624dbe 16990# presence of a gdb_sim definition in the target configure.tgt entry.
7a292a7a
SS
16991# This code just checks for a few cases where we'd like to ignore those
16992# definitions, even when they're present in the '.mt' file. These cases
16993# are when --disable-sim is specified, or if the simulator directory is
6c5cfe5b 16994# not part of the source tree.
7a292a7a 16995#
81ecdfbb
RW
16996# Check whether --enable-sim was given.
16997if test "${enable_sim+set}" = set; then :
16998 enableval=$enable_sim; echo "enable_sim = $enable_sim";
7a292a7a
SS
16999 echo "enableval = ${enableval}";
17000 case "${enableval}" in
17001 yes) ignore_sim=false ;;
17002 no) ignore_sim=true ;;
17003 *) ignore_sim=false ;;
17004 esac
17005else
17006 ignore_sim=false
81ecdfbb
RW
17007fi
17008
7a292a7a
SS
17009
17010if test ! -d "${srcdir}/../sim"; then
17011 ignore_sim=true
17012fi
17013
9b624dbe
UW
17014SIM=
17015SIM_OBS=
17016if test "${ignore_sim}" = "false"; then
17017 if test x"${gdb_sim}" != x ; then
17018 SIM="${gdb_sim}"
17019 SIM_OBS="remote-sim.o"
60ca704f 17020
81ecdfbb 17021$as_echo "#define WITH_SIM 1" >>confdefs.h
7a292a7a 17022
976102cd
PA
17023
17024 # Some tdep code should only be compiled in when the ppc sim is
17025 # built. PR sim/13418.
17026 case $target in
17027 powerpc*-*-*)
17028
17029$as_echo "#define WITH_PPC_SIM 1" >>confdefs.h
17030
17031 ;;
17032 esac
9b624dbe 17033 fi
7a292a7a
SS
17034fi
17035
17036
17037
c906108c
SS
17038
17039
17040
17041
17042
17043
dfcd3bfb 17044
e56ac5c3
AC
17045
17046
b3a90332
AC
17047
17048
c35f4ffc 17049# List of host floatformats.
bec39cab
AC
17050
17051cat >>confdefs.h <<_ACEOF
c35f4ffc 17052#define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
bec39cab 17053_ACEOF
c35f4ffc 17054
bec39cab
AC
17055
17056cat >>confdefs.h <<_ACEOF
c35f4ffc 17057#define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
bec39cab
AC
17058_ACEOF
17059
c35f4ffc 17060
bec39cab 17061cat >>confdefs.h <<_ACEOF
c35f4ffc 17062#define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
bec39cab 17063_ACEOF
c35f4ffc
AC
17064
17065
c906108c
SS
17066# target_subdir is used by the testsuite to find the target libraries.
17067target_subdir=
17068if test "${host}" != "${target}"; then
17069 target_subdir="${target_alias}/"
17070fi
17071
17072
21ea5acd 17073# Import nat definitions.
2b351b19 17074nat_makefile_frag=/dev/null
771b4502 17075if test "${gdb_native}" = "yes"; then
21ea5acd
SDJ
17076 . ${srcdir}/configure.nat
17077 nativefile=$NAT_FILE
c906108c 17078fi
c906108c 17079
c906108c
SS
17080
17081
17082
21ea5acd
SDJ
17083
17084
17085
17086
17087
c906108c
SS
17088
17089
b00a8037 17090if test x"${gdb_osabi}" != x ; then
bec39cab
AC
17091
17092cat >>confdefs.h <<_ACEOF
b00a8037 17093#define GDB_OSABI_DEFAULT $gdb_osabi
bec39cab 17094_ACEOF
b00a8037
DJ
17095
17096fi
17097
8dcde887 17098# Enable multi-ice-gdb-server.
81ecdfbb
RW
17099# Check whether --enable-multi-ice was given.
17100if test "${enable_multi_ice+set}" = set; then :
17101 enableval=$enable_multi_ice; case $enableval in
8dcde887
MK
17102 yes | no)
17103 ;;
d0ac1c44 17104 *) as_fn_error $? "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
8dcde887 17105 esac
81ecdfbb 17106fi
b4e70030 17107
81ecdfbb
RW
17108if test "x$enable_multi_ice" = xyes; then
17109 subdirs="$subdirs multi-ice"
3ace7edb 17110
a85f51e7
DJ
17111fi
17112
496c0e1b
JB
17113# Check whether --enable-gdbserver was given.
17114if test "${enable_gdbserver+set}" = set; then :
17115 enableval=$enable_gdbserver; case "${enableval}" in
17116 yes| no|auto) ;;
d0ac1c44 17117 *) as_fn_error $? "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
496c0e1b
JB
17118esac
17119else
17120 enable_gdbserver=auto
17121fi
17122
17123
17124# We only build gdbserver automatically in a native configuration, and
17125# only if the user did not explicitly disable its build.
17126if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
81ecdfbb
RW
17127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
17128$as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
8dcde887 17129 if test "x$build_gdbserver" = xyes; then
81ecdfbb
RW
17130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17131$as_echo "yes" >&6; }
17132 subdirs="$subdirs gdbserver"
3ace7edb 17133
496c0e1b 17134 gdbserver_build_enabled=yes
8dcde887 17135 else
81ecdfbb
RW
17136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17137$as_echo "no" >&6; }
8dcde887
MK
17138 fi
17139fi
17140
496c0e1b
JB
17141# If the user explicitly request the gdbserver to be built, verify that
17142# we were in fact able to enable it.
17143if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
d0ac1c44 17144 as_fn_error $? "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
496c0e1b
JB
17145fi
17146
393fd4c3
YQ
17147# Check for babeltrace and babeltrace-ctf
17148
17149# Check whether --with-babeltrace was given.
17150if test "${with_babeltrace+set}" = set; then :
17151 withval=$with_babeltrace;
17152else
17153 with_babeltrace=auto
17154fi
17155
17156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
17157$as_echo_n "checking whether to use babeltrace... " >&6; }
17158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
17159$as_echo "$with_babeltrace" >&6; }
17160
17161if test "x$with_babeltrace" = "xno"; then
17162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
17163$as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
17164else
17165 # Append -Werror to CFLAGS so that configure can catch the warning
17166 # "assignment from incompatible pointer type", which is related to
17167 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
17168 # in GDB, while babeltrace 1.0.3 is broken.
17169 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
17170 # safe to save and restore CFLAGS here.
17171 saved_CFLAGS=$CFLAGS
17172 CFLAGS="$CFLAGS -Werror"
17173
17174
17175
17176
17177
17178
17179
17180
17181 use_additional=yes
17182
17183 acl_save_prefix="$prefix"
17184 prefix="$acl_final_prefix"
17185 acl_save_exec_prefix="$exec_prefix"
17186 exec_prefix="$acl_final_exec_prefix"
17187
17188 eval additional_includedir=\"$includedir\"
17189 eval additional_libdir=\"$libdir\"
17190
17191 exec_prefix="$acl_save_exec_prefix"
17192 prefix="$acl_save_prefix"
17193
17194
17195# Check whether --with-libbabeltrace-prefix was given.
17196if test "${with_libbabeltrace_prefix+set}" = set; then :
17197 withval=$with_libbabeltrace_prefix;
17198 if test "X$withval" = "Xno"; then
17199 use_additional=no
17200 else
17201 if test "X$withval" = "X"; then
17202
17203 acl_save_prefix="$prefix"
17204 prefix="$acl_final_prefix"
17205 acl_save_exec_prefix="$exec_prefix"
17206 exec_prefix="$acl_final_exec_prefix"
17207
17208 eval additional_includedir=\"$includedir\"
17209 eval additional_libdir=\"$libdir\"
17210
17211 exec_prefix="$acl_save_exec_prefix"
17212 prefix="$acl_save_prefix"
17213
17214 else
17215 additional_includedir="$withval/include"
17216 additional_libdir="$withval/lib"
17217 fi
17218 fi
17219
17220fi
17221
17222 LIBBABELTRACE=
17223 LTLIBBABELTRACE=
17224 INCBABELTRACE=
17225 rpathdirs=
17226 ltrpathdirs=
17227 names_already_handled=
17228 names_next_round='babeltrace babeltrace-ctf'
17229 while test -n "$names_next_round"; do
17230 names_this_round="$names_next_round"
17231 names_next_round=
17232 for name in $names_this_round; do
17233 already_handled=
17234 for n in $names_already_handled; do
17235 if test "$n" = "$name"; then
17236 already_handled=yes
17237 break
17238 fi
17239 done
17240 if test -z "$already_handled"; then
17241 names_already_handled="$names_already_handled $name"
17242 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17243 eval value=\"\$HAVE_LIB$uppername\"
17244 if test -n "$value"; then
17245 if test "$value" = yes; then
17246 eval value=\"\$LIB$uppername\"
17247 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
17248 eval value=\"\$LTLIB$uppername\"
17249 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
17250 else
17251 :
17252 fi
17253 else
17254 found_dir=
17255 found_la=
17256 found_so=
17257 found_a=
17258 if test $use_additional = yes; then
17259 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17260 found_dir="$additional_libdir"
17261 found_so="$additional_libdir/lib$name.$shlibext"
17262 if test -f "$additional_libdir/lib$name.la"; then
17263 found_la="$additional_libdir/lib$name.la"
17264 fi
17265 else
17266 if test -f "$additional_libdir/lib$name.$libext"; then
17267 found_dir="$additional_libdir"
17268 found_a="$additional_libdir/lib$name.$libext"
17269 if test -f "$additional_libdir/lib$name.la"; then
17270 found_la="$additional_libdir/lib$name.la"
17271 fi
17272 fi
17273 fi
17274 fi
17275 if test "X$found_dir" = "X"; then
17276 for x in $LDFLAGS $LTLIBBABELTRACE; do
17277
17278 acl_save_prefix="$prefix"
17279 prefix="$acl_final_prefix"
17280 acl_save_exec_prefix="$exec_prefix"
17281 exec_prefix="$acl_final_exec_prefix"
17282 eval x=\"$x\"
17283 exec_prefix="$acl_save_exec_prefix"
17284 prefix="$acl_save_prefix"
17285
17286 case "$x" in
17287 -L*)
17288 dir=`echo "X$x" | sed -e 's/^X-L//'`
17289 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17290 found_dir="$dir"
17291 found_so="$dir/lib$name.$shlibext"
17292 if test -f "$dir/lib$name.la"; then
17293 found_la="$dir/lib$name.la"
17294 fi
17295 else
17296 if test -f "$dir/lib$name.$libext"; then
17297 found_dir="$dir"
17298 found_a="$dir/lib$name.$libext"
17299 if test -f "$dir/lib$name.la"; then
17300 found_la="$dir/lib$name.la"
17301 fi
17302 fi
17303 fi
17304 ;;
17305 esac
17306 if test "X$found_dir" != "X"; then
17307 break
17308 fi
17309 done
17310 fi
17311 if test "X$found_dir" != "X"; then
17312 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
17313 if test "X$found_so" != "X"; then
17314 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17315 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17316 else
17317 haveit=
17318 for x in $ltrpathdirs; do
17319 if test "X$x" = "X$found_dir"; then
17320 haveit=yes
17321 break
17322 fi
17323 done
17324 if test -z "$haveit"; then
17325 ltrpathdirs="$ltrpathdirs $found_dir"
17326 fi
17327 if test "$hardcode_direct" = yes; then
17328 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17329 else
17330 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17331 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17332 haveit=
17333 for x in $rpathdirs; do
17334 if test "X$x" = "X$found_dir"; then
17335 haveit=yes
17336 break
17337 fi
17338 done
17339 if test -z "$haveit"; then
17340 rpathdirs="$rpathdirs $found_dir"
17341 fi
17342 else
17343 haveit=
17344 for x in $LDFLAGS $LIBBABELTRACE; do
17345
17346 acl_save_prefix="$prefix"
17347 prefix="$acl_final_prefix"
17348 acl_save_exec_prefix="$exec_prefix"
17349 exec_prefix="$acl_final_exec_prefix"
17350 eval x=\"$x\"
17351 exec_prefix="$acl_save_exec_prefix"
17352 prefix="$acl_save_prefix"
17353
17354 if test "X$x" = "X-L$found_dir"; then
17355 haveit=yes
17356 break
17357 fi
17358 done
17359 if test -z "$haveit"; then
17360 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
17361 fi
17362 if test "$hardcode_minus_L" != no; then
17363 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
17364 else
17365 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
17366 fi
17367 fi
17368 fi
17369 fi
17370 else
17371 if test "X$found_a" != "X"; then
17372 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
17373 else
17374 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
17375 fi
17376 fi
17377 additional_includedir=
17378 case "$found_dir" in
17379 */lib | */lib/)
17380 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17381 additional_includedir="$basedir/include"
17382 ;;
17383 esac
17384 if test "X$additional_includedir" != "X"; then
17385 if test "X$additional_includedir" != "X/usr/include"; then
17386 haveit=
17387 if test "X$additional_includedir" = "X/usr/local/include"; then
17388 if test -n "$GCC"; then
17389 case $host_os in
17390 linux*) haveit=yes;;
17391 esac
17392 fi
17393 fi
17394 if test -z "$haveit"; then
17395 for x in $CPPFLAGS $INCBABELTRACE; do
17396
17397 acl_save_prefix="$prefix"
17398 prefix="$acl_final_prefix"
17399 acl_save_exec_prefix="$exec_prefix"
17400 exec_prefix="$acl_final_exec_prefix"
17401 eval x=\"$x\"
17402 exec_prefix="$acl_save_exec_prefix"
17403 prefix="$acl_save_prefix"
17404
17405 if test "X$x" = "X-I$additional_includedir"; then
17406 haveit=yes
17407 break
17408 fi
17409 done
17410 if test -z "$haveit"; then
17411 if test -d "$additional_includedir"; then
17412 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
17413 fi
17414 fi
17415 fi
17416 fi
17417 fi
17418 if test -n "$found_la"; then
17419 save_libdir="$libdir"
17420 case "$found_la" in
17421 */* | *\\*) . "$found_la" ;;
17422 *) . "./$found_la" ;;
17423 esac
17424 libdir="$save_libdir"
17425 for dep in $dependency_libs; do
17426 case "$dep" in
17427 -L*)
17428 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17429 if test "X$additional_libdir" != "X/usr/lib"; then
17430 haveit=
17431 if test "X$additional_libdir" = "X/usr/local/lib"; then
17432 if test -n "$GCC"; then
17433 case $host_os in
17434 linux*) haveit=yes;;
17435 esac
17436 fi
17437 fi
17438 if test -z "$haveit"; then
17439 haveit=
17440 for x in $LDFLAGS $LIBBABELTRACE; do
17441
17442 acl_save_prefix="$prefix"
17443 prefix="$acl_final_prefix"
17444 acl_save_exec_prefix="$exec_prefix"
17445 exec_prefix="$acl_final_exec_prefix"
17446 eval x=\"$x\"
17447 exec_prefix="$acl_save_exec_prefix"
17448 prefix="$acl_save_prefix"
17449
17450 if test "X$x" = "X-L$additional_libdir"; then
17451 haveit=yes
17452 break
17453 fi
17454 done
17455 if test -z "$haveit"; then
17456 if test -d "$additional_libdir"; then
17457 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
17458 fi
17459 fi
17460 haveit=
17461 for x in $LDFLAGS $LTLIBBABELTRACE; do
17462
17463 acl_save_prefix="$prefix"
17464 prefix="$acl_final_prefix"
17465 acl_save_exec_prefix="$exec_prefix"
17466 exec_prefix="$acl_final_exec_prefix"
17467 eval x=\"$x\"
17468 exec_prefix="$acl_save_exec_prefix"
17469 prefix="$acl_save_prefix"
17470
17471 if test "X$x" = "X-L$additional_libdir"; then
17472 haveit=yes
17473 break
17474 fi
17475 done
17476 if test -z "$haveit"; then
17477 if test -d "$additional_libdir"; then
17478 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
17479 fi
17480 fi
17481 fi
17482 fi
17483 ;;
17484 -R*)
17485 dir=`echo "X$dep" | sed -e 's/^X-R//'`
17486 if test "$enable_rpath" != no; then
17487 haveit=
17488 for x in $rpathdirs; do
17489 if test "X$x" = "X$dir"; then
17490 haveit=yes
17491 break
17492 fi
17493 done
17494 if test -z "$haveit"; then
17495 rpathdirs="$rpathdirs $dir"
17496 fi
17497 haveit=
17498 for x in $ltrpathdirs; do
17499 if test "X$x" = "X$dir"; then
17500 haveit=yes
17501 break
17502 fi
17503 done
17504 if test -z "$haveit"; then
17505 ltrpathdirs="$ltrpathdirs $dir"
17506 fi
17507 fi
17508 ;;
17509 -l*)
17510 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17511 ;;
17512 *.la)
17513 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17514 ;;
17515 *)
17516 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
17517 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
17518 ;;
17519 esac
17520 done
17521 fi
17522 else
17523 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
17524 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
17525 fi
17526 fi
17527 fi
17528 done
17529 done
17530 if test "X$rpathdirs" != "X"; then
17531 if test -n "$hardcode_libdir_separator"; then
17532 alldirs=
17533 for found_dir in $rpathdirs; do
17534 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17535 done
17536 acl_save_libdir="$libdir"
17537 libdir="$alldirs"
17538 eval flag=\"$hardcode_libdir_flag_spec\"
17539 libdir="$acl_save_libdir"
17540 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
17541 else
17542 for found_dir in $rpathdirs; do
17543 acl_save_libdir="$libdir"
17544 libdir="$found_dir"
17545 eval flag=\"$hardcode_libdir_flag_spec\"
17546 libdir="$acl_save_libdir"
17547 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
17548 done
17549 fi
17550 fi
17551 if test "X$ltrpathdirs" != "X"; then
17552 for found_dir in $ltrpathdirs; do
17553 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
17554 done
17555 fi
17556
17557
17558 ac_save_CPPFLAGS="$CPPFLAGS"
17559
17560 for element in $INCBABELTRACE; do
17561 haveit=
17562 for x in $CPPFLAGS; do
17563
17564 acl_save_prefix="$prefix"
17565 prefix="$acl_final_prefix"
17566 acl_save_exec_prefix="$exec_prefix"
17567 exec_prefix="$acl_final_exec_prefix"
17568 eval x=\"$x\"
17569 exec_prefix="$acl_save_exec_prefix"
17570 prefix="$acl_save_prefix"
17571
17572 if test "X$x" = "X$element"; then
17573 haveit=yes
17574 break
17575 fi
17576 done
17577 if test -z "$haveit"; then
17578 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17579 fi
17580 done
17581
17582
17583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
17584$as_echo_n "checking for libbabeltrace... " >&6; }
d0ac1c44 17585if ${ac_cv_libbabeltrace+:} false; then :
393fd4c3
YQ
17586 $as_echo_n "(cached) " >&6
17587else
17588
17589 ac_save_LIBS="$LIBS"
17590 LIBS="$LIBS $LIBBABELTRACE"
17591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17592/* end confdefs.h. */
17593#include <babeltrace/babeltrace.h>
17594 #include <babeltrace/ctf/events.h>
17595 #include <babeltrace/ctf/iterator.h>
17596int
17597main ()
17598{
17599struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
17600 struct bt_ctf_event *event = NULL;
17601 const struct bt_definition *scope;
17602
13cdc2af 17603 pos->type = BT_SEEK_BEGIN;
65c749e7 17604 bt_iter_set_pos (bt_ctf_get_iter (NULL), pos);
393fd4c3
YQ
17605 scope = bt_ctf_get_top_level_scope (event,
17606 BT_STREAM_EVENT_HEADER);
17607 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
17608
17609 ;
17610 return 0;
17611}
17612_ACEOF
17613if ac_fn_c_try_link "$LINENO"; then :
17614 ac_cv_libbabeltrace=yes
17615else
17616 ac_cv_libbabeltrace=no
17617fi
17618rm -f core conftest.err conftest.$ac_objext \
17619 conftest$ac_exeext conftest.$ac_ext
17620 LIBS="$ac_save_LIBS"
17621
17622fi
17623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
17624$as_echo "$ac_cv_libbabeltrace" >&6; }
17625 if test "$ac_cv_libbabeltrace" = yes; then
17626 HAVE_LIBBABELTRACE=yes
17627
17628$as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
17629
17630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
17631$as_echo_n "checking how to link with libbabeltrace... " >&6; }
17632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
17633$as_echo "$LIBBABELTRACE" >&6; }
17634 else
17635 HAVE_LIBBABELTRACE=no
17636 CPPFLAGS="$ac_save_CPPFLAGS"
17637 LIBBABELTRACE=
17638 LTLIBBABELTRACE=
17639 fi
17640
17641
17642
17643
17644
17645
17646 CFLAGS=$saved_CFLAGS
17647
17648 if test "$HAVE_LIBBABELTRACE" != yes; then
17649 if test "$with_babeltrace" = yes; then
d0ac1c44 17650 as_fn_error $? "babeltrace is missing or unusable" "$LINENO" 5
393fd4c3
YQ
17651 else
17652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
17653$as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
17654 fi
17655 fi
17656fi
17657
21ea5acd
SDJ
17658# If nativefile (NAT_FILE) is not set in configure.nat, we link to an
17659# empty version.
c906108c
SS
17660
17661files=
17662links=
5a2402b8 17663
c906108c
SS
17664rm -f nm.h
17665if test "${nativefile}" != ""; then
0f475e27
AC
17666 case "${nativefile}" in
17667 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
17668 * ) GDB_NM_FILE="${nativefile}"
17669 esac
5a2402b8
AC
17670 files="${files} ${GDB_NM_FILE}"
17671 links="${links} nm.h"
60ca704f
SE
17672
17673cat >>confdefs.h <<_ACEOF
b78960be 17674#define GDB_NM_FILE "${GDB_NM_FILE}"
bec39cab 17675_ACEOF
5a2402b8 17676
c906108c 17677fi
5a2402b8
AC
17678
17679
e3487908
GKB
17680for ac_prog in xsltproc
17681do
17682 # Extract the first word of "$ac_prog", so it can be a program name with args.
17683set dummy $ac_prog; ac_word=$2
17684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17685$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 17686if ${ac_cv_path_XSLTPROC+:} false; then :
e3487908
GKB
17687 $as_echo_n "(cached) " >&6
17688else
17689 case $XSLTPROC in
17690 [\\/]* | ?:[\\/]*)
17691 ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path.
17692 ;;
17693 *)
17694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17695for as_dir in $PATH
17696do
17697 IFS=$as_save_IFS
17698 test -z "$as_dir" && as_dir=.
17699 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 17700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e3487908
GKB
17701 ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext"
17702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17703 break 2
17704 fi
17705done
17706 done
17707IFS=$as_save_IFS
17708
17709 ;;
17710esac
17711fi
17712XSLTPROC=$ac_cv_path_XSLTPROC
17713if test -n "$XSLTPROC"; then
17714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
17715$as_echo "$XSLTPROC" >&6; }
17716else
17717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17718$as_echo "no" >&6; }
17719fi
17720
17721
17722 test -n "$XSLTPROC" && break
17723done
17724test -n "$XSLTPROC" || XSLTPROC="missing"
17725
17726if test "x$USE_MAINTAINER_MODE" = xyes; then
17727 if test "${XSLTPROC}" = missing; then
d0ac1c44 17728 as_fn_error $? "unable to find xsltproc. maintainer-mode requires xsltproc." "$LINENO" 5
e3487908
GKB
17729 fi
17730fi
17731
17732
bec39cab
AC
17733ac_sources="$files"
17734ac_dests="$links"
17735while test -n "$ac_sources"; do
17736 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
17737 set $ac_sources; ac_source=$1; shift; ac_sources=$*
17738 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
17739done
81ecdfbb 17740ac_config_links="$ac_config_links $ac_config_links_1"
c906108c
SS
17741
17742
c906108c
SS
17743
17744
c906108c 17745
81ecdfbb 17746$as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
bec39cab 17747
bec39cab 17748
dcd1f979
TT
17749if $development; then
17750
17751$as_echo "#define GDB_SELF_TEST 1" >>confdefs.h
17752
b5884fa7 17753 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_UNITTESTS_OBS) common/selftest.o selftest-arch.o"
1e5ded6c 17754 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_UNITTESTS_SRCS) common/selftest.c selftest-arch.c"
dcd1f979
TT
17755fi
17756
b292c783 17757
f6a88844
JM
17758 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
17759 GDB_TRANSFORM_NAME=`echo gdb | sed -e "$gdb_ac_transform"`
17760 if test "x$GDB_TRANSFORM_NAME" = x; then
17761 GDB_TRANSFORM_NAME=gdb
17762 fi
17763
17764
17765
17766 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
17767 GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$gdb_ac_transform"`
17768 if test "x$GCORE_TRANSFORM_NAME" = x; then
17769 GCORE_TRANSFORM_NAME=gcore
17770 fi
17771
b292c783
JK
17772
17773ac_config_files="$ac_config_files gcore"
17774
141ec9f6 17775ac_config_files="$ac_config_files Makefile gdb-gdb.gdb gdb-gdb.py doc/Makefile data-directory/Makefile"
81ecdfbb 17776
89a34d1b 17777
bec39cab
AC
17778cat >confcache <<\_ACEOF
17779# This file is a shell script that caches the results of configure
17780# tests run on this system so they can be shared between configure
17781# scripts and configure runs, see configure's option --config-cache.
17782# It is not useful on other systems. If it contains results you don't
17783# want to keep, you may remove or edit it.
17784#
17785# config.status only pays attention to the cache file if you give it
17786# the --recheck option to rerun configure.
17787#
17788# `ac_cv_env_foo' variables (set or unset) will be overridden when
17789# loading this file, other *unset* `ac_cv_foo' will be assigned the
17790# following values.
17791
17792_ACEOF
17793
17794# The following way of writing the cache mishandles newlines in values,
17795# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 17796# So, we kill variables containing newlines.
bec39cab
AC
17797# Ultrix sh set writes to stderr and can't be redirected directly,
17798# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
17799(
17800 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17801 eval ac_val=\$$ac_var
17802 case $ac_val in #(
17803 *${as_nl}*)
17804 case $ac_var in #(
17805 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17806$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17807 esac
17808 case $ac_var in #(
17809 _ | IFS | as_nl) ;; #(
17810 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17811 *) { eval $ac_var=; unset $ac_var;} ;;
17812 esac ;;
17813 esac
17814 done
17815
bec39cab 17816 (set) 2>&1 |
81ecdfbb
RW
17817 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17818 *${as_nl}ac_space=\ *)
17819 # `set' does not quote correctly, so add quotes: double-quote
17820 # substitution turns \\\\ into \\, and sed turns \\ into \.
bec39cab
AC
17821 sed -n \
17822 "s/'/'\\\\''/g;
17823 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 17824 ;; #(
bec39cab
AC
17825 *)
17826 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 17827 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 17828 ;;
81ecdfbb
RW
17829 esac |
17830 sort
17831) |
bec39cab 17832 sed '
81ecdfbb 17833 /^ac_cv_env_/b end
bec39cab 17834 t clear
81ecdfbb 17835 :clear
bec39cab
AC
17836 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17837 t end
81ecdfbb
RW
17838 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17839 :end' >>confcache
17840if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17841 if test -w "$cache_file"; then
d0ac1c44 17842 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
17843 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17844$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
17845 if test ! -f "$cache_file" || test -h "$cache_file"; then
17846 cat confcache >"$cache_file"
17847 else
17848 case $cache_file in #(
17849 */* | ?:*)
17850 mv -f confcache "$cache_file"$$ &&
17851 mv -f "$cache_file"$$ "$cache_file" ;; #(
17852 *)
17853 mv -f confcache "$cache_file" ;;
17854 esac
17855 fi
17856 fi
bec39cab 17857 else
81ecdfbb
RW
17858 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17859$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
bec39cab
AC
17860 fi
17861fi
17862rm -f confcache
17863
17864test "x$prefix" = xNONE && prefix=$ac_default_prefix
17865# Let make expand exec_prefix.
17866test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17867
bec39cab
AC
17868DEFS=-DHAVE_CONFIG_H
17869
17870ac_libobjs=
17871ac_ltlibobjs=
d0ac1c44 17872U=
bec39cab
AC
17873for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17874 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
17875 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17876 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17877 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17878 # will be set to the directory where LIBOBJS objects are built.
17879 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17880 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
bec39cab
AC
17881done
17882LIBOBJS=$ac_libobjs
17883
17884LTLIBOBJS=$ac_ltlibobjs
17885
17886
85981d60 17887if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 17888 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 17889Usually this means the macro was only invoked conditionally." "$LINENO" 5
85981d60 17890fi
4df42755 17891if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
d0ac1c44 17892 as_fn_error $? "conditional \"HAVE_PYTHON\" was never defined.
4df42755
DE
17893Usually this means the macro was only invoked conditionally." "$LINENO" 5
17894fi
17895if test -z "${HAVE_GUILE_TRUE}" && test -z "${HAVE_GUILE_FALSE}"; then
d0ac1c44 17896 as_fn_error $? "conditional \"HAVE_GUILE\" was never defined.
4df42755
DE
17897Usually this means the macro was only invoked conditionally." "$LINENO" 5
17898fi
81ecdfbb
RW
17899
17900
d0ac1c44 17901: "${CONFIG_STATUS=./config.status}"
81ecdfbb 17902ac_write_fail=0
bec39cab
AC
17903ac_clean_files_save=$ac_clean_files
17904ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
17905{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17906$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17907as_write_fail=0
17908cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
bec39cab
AC
17909#! $SHELL
17910# Generated by $as_me.
17911# Run this file to recreate the current configuration.
17912# Compiler output produced by configure, useful for debugging
17913# configure, is in config.log if it exists.
17914
17915debug=false
17916ac_cs_recheck=false
17917ac_cs_silent=false
bec39cab 17918
81ecdfbb
RW
17919SHELL=\${CONFIG_SHELL-$SHELL}
17920export SHELL
17921_ASEOF
17922cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17923## -------------------- ##
17924## M4sh Initialization. ##
17925## -------------------- ##
17926
17927# Be more Bourne compatible
17928DUALCASE=1; export DUALCASE # for MKS sh
17929if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
17930 emulate sh
17931 NULLCMD=:
81ecdfbb 17932 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
17933 # is contrary to our usage. Disable this feature.
17934 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
17935 setopt NO_GLOB_SUBST
17936else
17937 case `(set -o) 2>/dev/null` in #(
17938 *posix*) :
17939 set -o posix ;; #(
17940 *) :
17941 ;;
17942esac
bec39cab 17943fi
bec39cab 17944
81ecdfbb
RW
17945
17946as_nl='
17947'
17948export as_nl
17949# Printing a long string crashes Solaris 7 /usr/bin/printf.
17950as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17951as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17952as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17953# Prefer a ksh shell builtin over an external printf program on Solaris,
17954# but without wasting forks for bash or zsh.
17955if test -z "$BASH_VERSION$ZSH_VERSION" \
17956 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17957 as_echo='print -r --'
17958 as_echo_n='print -rn --'
17959elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17960 as_echo='printf %s\n'
17961 as_echo_n='printf %s'
17962else
17963 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17964 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17965 as_echo_n='/usr/ucb/echo -n'
17966 else
17967 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17968 as_echo_n_body='eval
17969 arg=$1;
17970 case $arg in #(
17971 *"$as_nl"*)
17972 expr "X$arg" : "X\\(.*\\)$as_nl";
17973 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17974 esac;
17975 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17976 '
17977 export as_echo_n_body
17978 as_echo_n='sh -c $as_echo_n_body as_echo'
17979 fi
17980 export as_echo_body
17981 as_echo='sh -c $as_echo_body as_echo'
17982fi
17983
17984# The user is always right.
17985if test "${PATH_SEPARATOR+set}" != set; then
17986 PATH_SEPARATOR=:
17987 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17988 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17989 PATH_SEPARATOR=';'
17990 }
bec39cab
AC
17991fi
17992
17993
81ecdfbb
RW
17994# IFS
17995# We need space, tab and new line, in precisely that order. Quoting is
17996# there to prevent editors from complaining about space-tab.
17997# (If _AS_PATH_WALK were called with IFS unset, it would disable word
17998# splitting by setting IFS to empty value.)
17999IFS=" "" $as_nl"
18000
18001# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 18002as_myself=
81ecdfbb
RW
18003case $0 in #((
18004 *[\\/]* ) as_myself=$0 ;;
18005 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18006for as_dir in $PATH
18007do
18008 IFS=$as_save_IFS
18009 test -z "$as_dir" && as_dir=.
18010 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18011 done
18012IFS=$as_save_IFS
18013
18014 ;;
18015esac
18016# We did not find ourselves, most probably we were run as `sh COMMAND'
18017# in which case we are not to be found in the path.
18018if test "x$as_myself" = x; then
18019 as_myself=$0
18020fi
18021if test ! -f "$as_myself"; then
18022 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18023 exit 1
18024fi
18025
18026# Unset variables that we do not need and which cause bugs (e.g. in
18027# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18028# suppresses any "Segmentation fault" message there. '((' could
18029# trigger a bug in pdksh 5.2.14.
18030for as_var in BASH_ENV ENV MAIL MAILPATH
18031do eval test x\${$as_var+set} = xset \
18032 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18033done
bec39cab
AC
18034PS1='$ '
18035PS2='> '
18036PS4='+ '
18037
18038# NLS nuisances.
81ecdfbb
RW
18039LC_ALL=C
18040export LC_ALL
18041LANGUAGE=C
18042export LANGUAGE
18043
18044# CDPATH.
18045(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18046
18047
d0ac1c44
SM
18048# as_fn_error STATUS ERROR [LINENO LOG_FD]
18049# ----------------------------------------
81ecdfbb
RW
18050# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18051# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 18052# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
18053as_fn_error ()
18054{
d0ac1c44
SM
18055 as_status=$1; test $as_status -eq 0 && as_status=1
18056 if test "$4"; then
18057 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18058 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 18059 fi
d0ac1c44 18060 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
18061 as_fn_exit $as_status
18062} # as_fn_error
18063
18064
18065# as_fn_set_status STATUS
18066# -----------------------
18067# Set $? to STATUS, without forking.
18068as_fn_set_status ()
18069{
18070 return $1
18071} # as_fn_set_status
18072
18073# as_fn_exit STATUS
18074# -----------------
18075# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18076as_fn_exit ()
18077{
18078 set +e
18079 as_fn_set_status $1
18080 exit $1
18081} # as_fn_exit
18082
18083# as_fn_unset VAR
18084# ---------------
18085# Portably unset VAR.
18086as_fn_unset ()
18087{
18088 { eval $1=; unset $1;}
18089}
18090as_unset=as_fn_unset
18091# as_fn_append VAR VALUE
18092# ----------------------
18093# Append the text in VALUE to the end of the definition contained in VAR. Take
18094# advantage of any shell optimizations that allow amortized linear growth over
18095# repeated appends, instead of the typical quadratic growth present in naive
18096# implementations.
18097if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18098 eval 'as_fn_append ()
18099 {
18100 eval $1+=\$2
18101 }'
18102else
18103 as_fn_append ()
18104 {
18105 eval $1=\$$1\$2
18106 }
18107fi # as_fn_append
18108
18109# as_fn_arith ARG...
18110# ------------------
18111# Perform arithmetic evaluation on the ARGs, and store the result in the
18112# global $as_val. Take advantage of shells that can avoid forks. The arguments
18113# must be portable across $(()) and expr.
18114if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18115 eval 'as_fn_arith ()
18116 {
18117 as_val=$(( $* ))
18118 }'
18119else
18120 as_fn_arith ()
18121 {
18122 as_val=`expr "$@" || test $? -eq 1`
18123 }
18124fi # as_fn_arith
bec39cab 18125
81ecdfbb
RW
18126
18127if expr a : '\(a\)' >/dev/null 2>&1 &&
18128 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
18129 as_expr=expr
18130else
18131 as_expr=false
18132fi
18133
81ecdfbb 18134if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
18135 as_basename=basename
18136else
18137 as_basename=false
18138fi
18139
81ecdfbb
RW
18140if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18141 as_dirname=dirname
18142else
18143 as_dirname=false
18144fi
bec39cab 18145
81ecdfbb 18146as_me=`$as_basename -- "$0" ||
bec39cab
AC
18147$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18148 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
18149 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18150$as_echo X/"$0" |
18151 sed '/^.*\/\([^/][^/]*\)\/*$/{
18152 s//\1/
18153 q
18154 }
18155 /^X\/\(\/\/\)$/{
18156 s//\1/
18157 q
18158 }
18159 /^X\/\(\/\).*/{
18160 s//\1/
18161 q
18162 }
18163 s/.*/./; q'`
b4e70030 18164
b4e70030
JB
18165# Avoid depending upon Character Ranges.
18166as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18167as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18168as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18169as_cr_digits='0123456789'
18170as_cr_alnum=$as_cr_Letters$as_cr_digits
18171
81ecdfbb
RW
18172ECHO_C= ECHO_N= ECHO_T=
18173case `echo -n x` in #(((((
18174-n*)
18175 case `echo 'xy\c'` in
18176 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18177 xy) ECHO_C='\c';;
18178 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18179 ECHO_T=' ';;
18180 esac;;
18181*)
18182 ECHO_N='-n';;
bec39cab
AC
18183esac
18184
81ecdfbb
RW
18185rm -f conf$$ conf$$.exe conf$$.file
18186if test -d conf$$.dir; then
18187 rm -f conf$$.dir/conf$$.file
bec39cab 18188else
81ecdfbb
RW
18189 rm -f conf$$.dir
18190 mkdir conf$$.dir 2>/dev/null
bec39cab 18191fi
81ecdfbb
RW
18192if (echo >conf$$.file) 2>/dev/null; then
18193 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 18194 as_ln_s='ln -s'
81ecdfbb
RW
18195 # ... but there are two gotchas:
18196 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18197 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 18198 # In both cases, we have to default to `cp -pR'.
81ecdfbb 18199 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 18200 as_ln_s='cp -pR'
81ecdfbb
RW
18201 elif ln conf$$.file conf$$ 2>/dev/null; then
18202 as_ln_s=ln
18203 else
d0ac1c44 18204 as_ln_s='cp -pR'
b4e70030 18205 fi
bec39cab 18206else
d0ac1c44 18207 as_ln_s='cp -pR'
bec39cab 18208fi
81ecdfbb
RW
18209rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18210rmdir conf$$.dir 2>/dev/null
18211
18212
18213# as_fn_mkdir_p
18214# -------------
18215# Create "$as_dir" as a directory, including parents if necessary.
18216as_fn_mkdir_p ()
18217{
18218
18219 case $as_dir in #(
18220 -*) as_dir=./$as_dir;;
18221 esac
18222 test -d "$as_dir" || eval $as_mkdir_p || {
18223 as_dirs=
18224 while :; do
18225 case $as_dir in #(
18226 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18227 *) as_qdir=$as_dir;;
18228 esac
18229 as_dirs="'$as_qdir' $as_dirs"
18230 as_dir=`$as_dirname -- "$as_dir" ||
18231$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18232 X"$as_dir" : 'X\(//\)[^/]' \| \
18233 X"$as_dir" : 'X\(//\)$' \| \
18234 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18235$as_echo X"$as_dir" |
18236 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18237 s//\1/
18238 q
18239 }
18240 /^X\(\/\/\)[^/].*/{
18241 s//\1/
18242 q
18243 }
18244 /^X\(\/\/\)$/{
18245 s//\1/
18246 q
18247 }
18248 /^X\(\/\).*/{
18249 s//\1/
18250 q
18251 }
18252 s/.*/./; q'`
18253 test -d "$as_dir" && break
18254 done
18255 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 18256 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 18257
bec39cab 18258
81ecdfbb 18259} # as_fn_mkdir_p
bec39cab 18260if mkdir -p . 2>/dev/null; then
81ecdfbb 18261 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
18262else
18263 test -d ./-p && rmdir ./-p
18264 as_mkdir_p=false
18265fi
18266
d0ac1c44
SM
18267
18268# as_fn_executable_p FILE
18269# -----------------------
18270# Test if FILE is an executable regular file.
18271as_fn_executable_p ()
18272{
18273 test -f "$1" && test -x "$1"
18274} # as_fn_executable_p
18275as_test_x='test -x'
18276as_executable_p=as_fn_executable_p
bec39cab
AC
18277
18278# Sed expression to map a string onto a valid CPP name.
18279as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18280
18281# Sed expression to map a string onto a valid variable name.
18282as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18283
18284
bec39cab 18285exec 6>&1
81ecdfbb
RW
18286## ----------------------------------- ##
18287## Main body of $CONFIG_STATUS script. ##
18288## ----------------------------------- ##
18289_ASEOF
18290test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18291
18292cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18293# Save the log message, to keep $0 and so on meaningful, and to
bec39cab 18294# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
18295# values after options handling.
18296ac_log="
bec39cab 18297This file was extended by $as_me, which was
d0ac1c44 18298generated by GNU Autoconf 2.69. Invocation command line was
bec39cab
AC
18299
18300 CONFIG_FILES = $CONFIG_FILES
18301 CONFIG_HEADERS = $CONFIG_HEADERS
18302 CONFIG_LINKS = $CONFIG_LINKS
18303 CONFIG_COMMANDS = $CONFIG_COMMANDS
18304 $ $0 $@
18305
81ecdfbb
RW
18306on `(hostname || uname -n) 2>/dev/null | sed 1q`
18307"
18308
bec39cab
AC
18309_ACEOF
18310
81ecdfbb
RW
18311case $ac_config_files in *"
18312"*) set x $ac_config_files; shift; ac_config_files=$*;;
18313esac
234b45d4 18314
81ecdfbb
RW
18315case $ac_config_headers in *"
18316"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18317esac
b4e70030 18318
b4e70030 18319
81ecdfbb
RW
18320cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18321# Files that config.status was made for.
18322config_files="$ac_config_files"
18323config_headers="$ac_config_headers"
18324config_links="$ac_config_links"
18325config_commands="$ac_config_commands"
234b45d4 18326
81ecdfbb 18327_ACEOF
b4e70030 18328
81ecdfbb 18329cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 18330ac_cs_usage="\
81ecdfbb
RW
18331\`$as_me' instantiates files and other configuration actions
18332from templates according to the current configuration. Unless the files
18333and actions are specified as TAGs, all are instantiated by default.
234b45d4 18334
81ecdfbb 18335Usage: $0 [OPTION]... [TAG]...
234b45d4 18336
bec39cab 18337 -h, --help print this help, then exit
81ecdfbb 18338 -V, --version print version number and configuration settings, then exit
d0ac1c44 18339 --config print configuration, then exit
81ecdfbb
RW
18340 -q, --quiet, --silent
18341 do not print progress messages
bec39cab
AC
18342 -d, --debug don't remove temporary files
18343 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
18344 --file=FILE[:TEMPLATE]
18345 instantiate the configuration file FILE
18346 --header=FILE[:TEMPLATE]
18347 instantiate the configuration header FILE
234b45d4 18348
bec39cab
AC
18349Configuration files:
18350$config_files
234b45d4 18351
bec39cab
AC
18352Configuration headers:
18353$config_headers
234b45d4 18354
bec39cab
AC
18355Configuration links:
18356$config_links
234b45d4 18357
bec39cab
AC
18358Configuration commands:
18359$config_commands
18360
81ecdfbb 18361Report bugs to the package provider."
b4e70030 18362
81ecdfbb
RW
18363_ACEOF
18364cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 18365ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
bec39cab
AC
18366ac_cs_version="\\
18367config.status
d0ac1c44
SM
18368configured by $0, generated by GNU Autoconf 2.69,
18369 with options \\"\$ac_cs_config\\"
bec39cab 18370
d0ac1c44 18371Copyright (C) 2012 Free Software Foundation, Inc.
bec39cab
AC
18372This config.status script is free software; the Free Software Foundation
18373gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
18374
18375ac_pwd='$ac_pwd'
18376srcdir='$srcdir'
18377INSTALL='$INSTALL'
81ecdfbb
RW
18378AWK='$AWK'
18379test -n "\$AWK" || AWK=awk
bec39cab
AC
18380_ACEOF
18381
81ecdfbb
RW
18382cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18383# The default lists apply if the user does not specify any file.
bec39cab
AC
18384ac_need_defaults=:
18385while test $# != 0
18386do
18387 case $1 in
d0ac1c44 18388 --*=?*)
81ecdfbb
RW
18389 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18390 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bec39cab 18391 ac_shift=:
c906108c 18392 ;;
d0ac1c44
SM
18393 --*=)
18394 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18395 ac_optarg=
18396 ac_shift=:
18397 ;;
81ecdfbb 18398 *)
bec39cab
AC
18399 ac_option=$1
18400 ac_optarg=$2
18401 ac_shift=shift
c906108c 18402 ;;
bec39cab 18403 esac
c906108c 18404
bec39cab
AC
18405 case $ac_option in
18406 # Handling of the options.
bec39cab
AC
18407 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18408 ac_cs_recheck=: ;;
81ecdfbb
RW
18409 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18410 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
18411 --config | --confi | --conf | --con | --co | --c )
18412 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 18413 --debug | --debu | --deb | --de | --d | -d )
bec39cab
AC
18414 debug=: ;;
18415 --file | --fil | --fi | --f )
18416 $ac_shift
81ecdfbb
RW
18417 case $ac_optarg in
18418 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 18419 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
18420 esac
18421 as_fn_append CONFIG_FILES " '$ac_optarg'"
bec39cab
AC
18422 ac_need_defaults=false;;
18423 --header | --heade | --head | --hea )
18424 $ac_shift
81ecdfbb
RW
18425 case $ac_optarg in
18426 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18427 esac
18428 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
bec39cab 18429 ac_need_defaults=false;;
81ecdfbb
RW
18430 --he | --h)
18431 # Conflict between --help and --header
d0ac1c44 18432 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
18433Try \`$0 --help' for more information.";;
18434 --help | --hel | -h )
18435 $as_echo "$ac_cs_usage"; exit ;;
bec39cab
AC
18436 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18437 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18438 ac_cs_silent=: ;;
c906108c 18439
bec39cab 18440 # This is an error.
d0ac1c44 18441 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 18442Try \`$0 --help' for more information." ;;
c906108c 18443
81ecdfbb
RW
18444 *) as_fn_append ac_config_targets " $1"
18445 ac_need_defaults=false ;;
c906108c 18446
bec39cab
AC
18447 esac
18448 shift
18449done
c906108c 18450
bec39cab 18451ac_configure_extra_args=
c906108c 18452
bec39cab
AC
18453if $ac_cs_silent; then
18454 exec 6>/dev/null
18455 ac_configure_extra_args="$ac_configure_extra_args --silent"
18456fi
c906108c 18457
bec39cab 18458_ACEOF
81ecdfbb 18459cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab 18460if \$ac_cs_recheck; then
d0ac1c44 18461 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
18462 shift
18463 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18464 CONFIG_SHELL='$SHELL'
18465 export CONFIG_SHELL
18466 exec "\$@"
bec39cab
AC
18467fi
18468
18469_ACEOF
81ecdfbb
RW
18470cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18471exec 5>>config.log
18472{
18473 echo
18474 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18475## Running $as_me. ##
18476_ASBOX
18477 $as_echo "$ac_log"
18478} >&5
bec39cab 18479
81ecdfbb
RW
18480_ACEOF
18481cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c906108c 18482#
81ecdfbb 18483# INIT-COMMANDS
c906108c 18484#
a417dc56 18485ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
b4e70030 18486
bec39cab
AC
18487_ACEOF
18488
81ecdfbb 18489cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4e8d927d 18490
81ecdfbb 18491# Handling of arguments.
bec39cab 18492for ac_config_target in $ac_config_targets
c906108c 18493do
81ecdfbb
RW
18494 case $ac_config_target in
18495 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
18496 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
f997c383 18497 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
81ecdfbb 18498 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
b292c783 18499 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
81ecdfbb 18500 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
e2207b9a 18501 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
141ec9f6 18502 "gdb-gdb.py") CONFIG_FILES="$CONFIG_FILES gdb-gdb.py" ;;
5ae98d25 18503 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
aa2e2d8d 18504 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
81ecdfbb 18505
d0ac1c44 18506 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
18507 esac
18508done
18509
81ecdfbb 18510
bec39cab
AC
18511# If the user did not use the arguments to specify the items to instantiate,
18512# then the envvar interface is used. Set only those that are not.
18513# We use the long form for the default assignment because of an extremely
18514# bizarre bug on SunOS 4.1.3.
18515if $ac_need_defaults; then
18516 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18517 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18518 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18519 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18520fi
18521
b4e70030 18522# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 18523# simply because there is no reason against having it here, and in addition,
b4e70030 18524# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
18525# Hook for its removal unless debugging.
18526# Note that there is a small window in which the directory will not be cleaned:
18527# after its creation but before its name has been assigned to `$tmp'.
b4e70030
JB
18528$debug ||
18529{
d0ac1c44 18530 tmp= ac_tmp=
81ecdfbb 18531 trap 'exit_status=$?
d0ac1c44
SM
18532 : "${ac_tmp:=$tmp}"
18533 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
18534' 0
18535 trap 'as_fn_exit 1' 1 2 13 15
18536}
18537# Create a (secure) tmp directory for tmp files.
18538
18539{
18540 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 18541 test -d "$tmp"
81ecdfbb
RW
18542} ||
18543{
18544 tmp=./conf$$-$RANDOM
18545 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
18546} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18547ac_tmp=$tmp
81ecdfbb
RW
18548
18549# Set up the scripts for CONFIG_FILES section.
18550# No need to generate them if there are no CONFIG_FILES.
18551# This happens for instance with `./config.status config.h'.
18552if test -n "$CONFIG_FILES"; then
18553
18554if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18555 ac_cs_awk_getline=:
18556 ac_cs_awk_pipe_init=
18557 ac_cs_awk_read_file='
18558 while ((getline aline < (F[key])) > 0)
18559 print(aline)
18560 close(F[key])'
18561 ac_cs_awk_pipe_fini=
18562else
18563 ac_cs_awk_getline=false
18564 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18565 ac_cs_awk_read_file='
18566 print "|#_!!_#|"
18567 print "cat " F[key] " &&"
18568 '$ac_cs_awk_pipe_init
18569 # The final `:' finishes the AND list.
18570 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18571fi
18572ac_cr=`echo X | tr X '\015'`
18573# On cygwin, bash can eat \r inside `` if the user requested igncr.
18574# But we know of no other shell where ac_cr would be empty at this
18575# point, so we can use a bashism as a fallback.
18576if test "x$ac_cr" = x; then
18577 eval ac_cr=\$\'\\r\'
18578fi
18579ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18580if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 18581 ac_cs_awk_cr='\\r'
81ecdfbb
RW
18582else
18583 ac_cs_awk_cr=$ac_cr
18584fi
18585
d0ac1c44 18586echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
18587_ACEOF
18588
18589# Create commands to substitute file output variables.
18590{
18591 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
d0ac1c44 18592 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
81ecdfbb
RW
18593 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18594 echo "_ACAWK" &&
18595 echo "_ACEOF"
18596} >conf$$files.sh &&
18597. ./conf$$files.sh ||
d0ac1c44 18598 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
18599rm -f conf$$files.sh
18600
18601{
18602 echo "cat >conf$$subs.awk <<_ACEOF" &&
18603 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18604 echo "_ACEOF"
18605} >conf$$subs.sh ||
d0ac1c44
SM
18606 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18607ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
18608ac_delim='%!_!# '
18609for ac_last_try in false false false false false :; do
18610 . ./conf$$subs.sh ||
d0ac1c44 18611 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
18612
18613 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18614 if test $ac_delim_n = $ac_delim_num; then
18615 break
18616 elif $ac_last_try; then
d0ac1c44 18617 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
18618 else
18619 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18620 fi
18621done
18622rm -f conf$$subs.sh
18623
18624cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 18625cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
18626_ACEOF
18627sed -n '
18628h
18629s/^/S["/; s/!.*/"]=/
18630p
18631g
18632s/^[^!]*!//
18633:repl
18634t repl
18635s/'"$ac_delim"'$//
18636t delim
18637:nl
18638h
d0ac1c44 18639s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
18640t more1
18641s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18642p
18643n
18644b repl
18645:more1
18646s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18647p
18648g
18649s/.\{148\}//
18650t nl
18651:delim
18652h
d0ac1c44 18653s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
18654t more2
18655s/["\\]/\\&/g; s/^/"/; s/$/"/
18656p
18657b
18658:more2
18659s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18660p
18661g
18662s/.\{148\}//
18663t delim
18664' <conf$$subs.awk | sed '
18665/^[^""]/{
18666 N
18667 s/\n//
18668}
18669' >>$CONFIG_STATUS || ac_write_fail=1
18670rm -f conf$$subs.awk
18671cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18672_ACAWK
d0ac1c44 18673cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
18674 for (key in S) S_is_set[key] = 1
18675 FS = "\a"
18676 \$ac_cs_awk_pipe_init
18677}
18678{
18679 line = $ 0
18680 nfields = split(line, field, "@")
18681 substed = 0
18682 len = length(field[1])
18683 for (i = 2; i < nfields; i++) {
18684 key = field[i]
18685 keylen = length(key)
18686 if (S_is_set[key]) {
18687 value = S[key]
18688 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18689 len += length(value) + length(field[++i])
18690 substed = 1
18691 } else
18692 len += 1 + keylen
18693 }
18694 if (nfields == 3 && !substed) {
18695 key = field[2]
18696 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18697 \$ac_cs_awk_read_file
18698 next
18699 }
18700 }
18701 print line
b4e70030 18702}
81ecdfbb
RW
18703\$ac_cs_awk_pipe_fini
18704_ACAWK
18705_ACEOF
18706cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18707if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18708 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18709else
18710 cat
d0ac1c44
SM
18711fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
18712 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb
RW
18713_ACEOF
18714
d0ac1c44
SM
18715# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18716# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
18717# trailing colons and then remove the whole line if VPATH becomes empty
18718# (actually we leave an empty line to preserve line numbers).
18719if test "x$srcdir" = x.; then
d0ac1c44
SM
18720 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18721h
18722s///
18723s/^/:/
18724s/[ ]*$/:/
18725s/:\$(srcdir):/:/g
18726s/:\${srcdir}:/:/g
18727s/:@srcdir@:/:/g
18728s/^:*//
81ecdfbb 18729s/:*$//
d0ac1c44
SM
18730x
18731s/\(=[ ]*\).*/\1/
18732G
18733s/\n//
81ecdfbb
RW
18734s/^[^=]*=[ ]*$//
18735}'
18736fi
18737
18738cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18739fi # test -n "$CONFIG_FILES"
18740
18741# Set up the scripts for CONFIG_HEADERS section.
18742# No need to generate them if there are no CONFIG_HEADERS.
18743# This happens for instance with `./config.status Makefile'.
18744if test -n "$CONFIG_HEADERS"; then
d0ac1c44 18745cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
18746BEGIN {
18747_ACEOF
18748
18749# Transform confdefs.h into an awk script `defines.awk', embedded as
18750# here-document in config.status, that substitutes the proper values into
18751# config.h.in to produce config.h.
4e8d927d 18752
81ecdfbb
RW
18753# Create a delimiter string that does not exist in confdefs.h, to ease
18754# handling of long lines.
18755ac_delim='%!_!# '
18756for ac_last_try in false false :; do
d0ac1c44
SM
18757 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
18758 if test -z "$ac_tt"; then
81ecdfbb
RW
18759 break
18760 elif $ac_last_try; then
d0ac1c44 18761 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
18762 else
18763 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18764 fi
18765done
4e8d927d 18766
81ecdfbb
RW
18767# For the awk script, D is an array of macro values keyed by name,
18768# likewise P contains macro parameters if any. Preserve backslash
18769# newline sequences.
18770
18771ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18772sed -n '
18773s/.\{148\}/&'"$ac_delim"'/g
18774t rset
18775:rset
18776s/^[ ]*#[ ]*define[ ][ ]*/ /
18777t def
18778d
18779:def
18780s/\\$//
18781t bsnl
18782s/["\\]/\\&/g
18783s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18784D["\1"]=" \3"/p
18785s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18786d
18787:bsnl
18788s/["\\]/\\&/g
18789s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18790D["\1"]=" \3\\\\\\n"\\/p
18791t cont
18792s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18793t cont
18794d
18795:cont
18796n
18797s/.\{148\}/&'"$ac_delim"'/g
18798t clear
18799:clear
18800s/\\$//
18801t bsnlc
18802s/["\\]/\\&/g; s/^/"/; s/$/"/p
18803d
18804:bsnlc
18805s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18806b cont
18807' <confdefs.h | sed '
18808s/'"$ac_delim"'/"\\\
18809"/g' >>$CONFIG_STATUS || ac_write_fail=1
18810
18811cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18812 for (key in D) D_is_set[key] = 1
18813 FS = "\a"
18814}
18815/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18816 line = \$ 0
18817 split(line, arg, " ")
18818 if (arg[1] == "#") {
18819 defundef = arg[2]
18820 mac1 = arg[3]
18821 } else {
18822 defundef = substr(arg[1], 2)
18823 mac1 = arg[2]
18824 }
18825 split(mac1, mac2, "(") #)
18826 macro = mac2[1]
18827 prefix = substr(line, 1, index(line, defundef) - 1)
18828 if (D_is_set[macro]) {
18829 # Preserve the white space surrounding the "#".
18830 print prefix "define", macro P[macro] D[macro]
18831 next
18832 } else {
18833 # Replace #undef with comments. This is necessary, for example,
18834 # in the case of _POSIX_SOURCE, which is predefined and required
18835 # on some systems where configure will not decide to define it.
18836 if (defundef == "undef") {
18837 print "/*", prefix defundef, macro, "*/"
18838 next
18839 }
18840 }
b4e70030 18841}
81ecdfbb
RW
18842{ print }
18843_ACAWK
b4e70030 18844_ACEOF
81ecdfbb 18845cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 18846 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 18847fi # test -n "$CONFIG_HEADERS"
4e8d927d 18848
4e8d927d 18849
81ecdfbb
RW
18850eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18851shift
18852for ac_tag
18853do
18854 case $ac_tag in
18855 :[FHLC]) ac_mode=$ac_tag; continue;;
18856 esac
18857 case $ac_mode$ac_tag in
18858 :[FHL]*:*);;
d0ac1c44 18859 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
18860 :[FH]-) ac_tag=-:-;;
18861 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18862 esac
18863 ac_save_IFS=$IFS
18864 IFS=:
18865 set x $ac_tag
18866 IFS=$ac_save_IFS
18867 shift
18868 ac_file=$1
18869 shift
4e8d927d 18870
81ecdfbb
RW
18871 case $ac_mode in
18872 :L) ac_source=$1;;
18873 :[FH])
18874 ac_file_inputs=
18875 for ac_f
18876 do
18877 case $ac_f in
d0ac1c44 18878 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
18879 *) # Look for the file first in the build tree, then in the source tree
18880 # (if the path is not absolute). The absolute path cannot be DOS-style,
18881 # because $ac_f cannot contain `:'.
18882 test -f "$ac_f" ||
18883 case $ac_f in
18884 [\\/$]*) false;;
18885 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18886 esac ||
d0ac1c44 18887 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
18888 esac
18889 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18890 as_fn_append ac_file_inputs " '$ac_f'"
18891 done
18892
18893 # Let's still pretend it is `configure' which instantiates (i.e., don't
18894 # use $as_me), people would be surprised to read:
18895 # /* config.h. Generated by config.status. */
18896 configure_input='Generated from '`
18897 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18898 `' by configure.'
18899 if test x"$ac_file" != x-; then
18900 configure_input="$ac_file. $configure_input"
18901 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18902$as_echo "$as_me: creating $ac_file" >&6;}
b4e70030 18903 fi
81ecdfbb
RW
18904 # Neutralize special characters interpreted by sed in replacement strings.
18905 case $configure_input in #(
18906 *\&* | *\|* | *\\* )
18907 ac_sed_conf_input=`$as_echo "$configure_input" |
18908 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18909 *) ac_sed_conf_input=$configure_input;;
18910 esac
4e8d927d 18911
81ecdfbb 18912 case $ac_tag in
d0ac1c44
SM
18913 *:-:* | *:-) cat >"$ac_tmp/stdin" \
18914 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
18915 esac
18916 ;;
c906108c
SS
18917 esac
18918
81ecdfbb 18919 ac_dir=`$as_dirname -- "$ac_file" ||
bec39cab
AC
18920$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18921 X"$ac_file" : 'X\(//\)[^/]' \| \
18922 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
18923 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18924$as_echo X"$ac_file" |
18925 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18926 s//\1/
18927 q
18928 }
18929 /^X\(\/\/\)[^/].*/{
18930 s//\1/
18931 q
18932 }
18933 /^X\(\/\/\)$/{
18934 s//\1/
18935 q
18936 }
18937 /^X\(\/\).*/{
18938 s//\1/
18939 q
18940 }
18941 s/.*/./; q'`
18942 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
18943 ac_builddir=.
18944
81ecdfbb
RW
18945case "$ac_dir" in
18946.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18947*)
18948 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18949 # A ".." for each directory in $ac_dir_suffix.
18950 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18951 case $ac_top_builddir_sub in
18952 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18953 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18954 esac ;;
18955esac
18956ac_abs_top_builddir=$ac_pwd
18957ac_abs_builddir=$ac_pwd$ac_dir_suffix
18958# for backward compatibility:
18959ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
18960
18961case $srcdir in
81ecdfbb 18962 .) # We are building in place.
bec39cab 18963 ac_srcdir=.
81ecdfbb
RW
18964 ac_top_srcdir=$ac_top_builddir_sub
18965 ac_abs_top_srcdir=$ac_pwd ;;
18966 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 18967 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
18968 ac_top_srcdir=$srcdir
18969 ac_abs_top_srcdir=$srcdir ;;
18970 *) # Relative name.
18971 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18972 ac_top_srcdir=$ac_top_build_prefix$srcdir
18973 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 18974esac
81ecdfbb 18975ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 18976
c906108c 18977
81ecdfbb
RW
18978 case $ac_mode in
18979 :F)
18980 #
18981 # CONFIG_FILE
18982 #
c906108c 18983
bec39cab
AC
18984 case $INSTALL in
18985 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 18986 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 18987 esac
81ecdfbb 18988_ACEOF
121ce6e5 18989
81ecdfbb
RW
18990cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18991# If the template does not know about datarootdir, expand it.
18992# FIXME: This hack should be removed a few years after 2.60.
18993ac_datarootdir_hack=; ac_datarootdir_seen=
18994ac_sed_dataroot='
18995/datarootdir/ {
18996 p
18997 q
18998}
18999/@datadir@/p
19000/@docdir@/p
19001/@infodir@/p
19002/@localedir@/p
19003/@mandir@/p'
19004case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19005*datarootdir*) ac_datarootdir_seen=yes;;
19006*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19007 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19008$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19009_ACEOF
19010cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19011 ac_datarootdir_hack='
19012 s&@datadir@&$datadir&g
19013 s&@docdir@&$docdir&g
19014 s&@infodir@&$infodir&g
19015 s&@localedir@&$localedir&g
19016 s&@mandir@&$mandir&g
19017 s&\\\${datarootdir}&$datarootdir&g' ;;
19018esac
4e8d927d 19019_ACEOF
81ecdfbb
RW
19020
19021# Neutralize VPATH when `$srcdir' = `.'.
19022# Shell code in configure.ac might set extrasub.
19023# FIXME: do we really want to maintain this feature?
19024cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19025ac_sed_extra="$ac_vpsub
bec39cab
AC
19026$extrasub
19027_ACEOF
81ecdfbb 19028cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab
AC
19029:t
19030/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
19031s|@configure_input@|$ac_sed_conf_input|;t t
19032s&@top_builddir@&$ac_top_builddir_sub&;t t
19033s&@top_build_prefix@&$ac_top_build_prefix&;t t
19034s&@srcdir@&$ac_srcdir&;t t
19035s&@abs_srcdir@&$ac_abs_srcdir&;t t
19036s&@top_srcdir@&$ac_top_srcdir&;t t
19037s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19038s&@builddir@&$ac_builddir&;t t
19039s&@abs_builddir@&$ac_abs_builddir&;t t
19040s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19041s&@INSTALL@&$ac_INSTALL&;t t
81ecdfbb
RW
19042$ac_datarootdir_hack
19043"
19044eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19045if $ac_cs_awk_getline; then
d0ac1c44 19046 $AWK -f "$ac_tmp/subs.awk"
81ecdfbb 19047else
d0ac1c44
SM
19048 $AWK -f "$ac_tmp/subs.awk" | $SHELL
19049fi \
19050 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
19051
19052test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
19053 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19054 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19055 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 19056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 19057which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 19058$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 19059which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 19060
d0ac1c44 19061 rm -f "$ac_tmp/stdin"
bec39cab 19062 case $ac_file in
d0ac1c44
SM
19063 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19064 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 19065 esac \
d0ac1c44 19066 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
19067 ;;
19068 :H)
19069 #
19070 # CONFIG_HEADER
19071 #
bec39cab 19072 if test x"$ac_file" != x-; then
81ecdfbb
RW
19073 {
19074 $as_echo "/* $configure_input */" \
d0ac1c44
SM
19075 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19076 } >"$ac_tmp/config.h" \
19077 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19078 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
19079 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19080$as_echo "$as_me: $ac_file is unchanged" >&6;}
bec39cab 19081 else
81ecdfbb 19082 rm -f "$ac_file"
d0ac1c44
SM
19083 mv "$ac_tmp/config.h" "$ac_file" \
19084 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
bec39cab
AC
19085 fi
19086 else
81ecdfbb 19087 $as_echo "/* $configure_input */" \
d0ac1c44
SM
19088 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19089 || as_fn_error $? "could not create -" "$LINENO" 5
bec39cab 19090 fi
81ecdfbb
RW
19091 ;;
19092 :L)
19093 #
19094 # CONFIG_LINK
19095 #
c906108c 19096
81ecdfbb
RW
19097 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19098 :
b4e70030 19099 else
81ecdfbb
RW
19100 # Prefer the file from the source tree if names are identical.
19101 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19102 ac_source=$srcdir/$ac_source
19103 fi
b4e70030 19104
81ecdfbb
RW
19105 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19106$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b4e70030 19107
81ecdfbb 19108 if test ! -r "$ac_source"; then
d0ac1c44 19109 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
81ecdfbb
RW
19110 fi
19111 rm -f "$ac_file"
bec39cab 19112
81ecdfbb 19113 # Try a relative symlink, then a hard link, then a copy.
d0ac1c44 19114 case $ac_source in
81ecdfbb
RW
19115 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19116 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19117 esac
19118 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19119 ln "$ac_source" "$ac_file" 2>/dev/null ||
19120 cp -p "$ac_source" "$ac_file" ||
d0ac1c44 19121 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
81ecdfbb
RW
19122 fi
19123 ;;
19124 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19125$as_echo "$as_me: executing $ac_file commands" >&6;}
19126 ;;
c906108c 19127 esac
b4e70030 19128
bec39cab 19129
81ecdfbb
RW
19130 case $ac_file$ac_mode in
19131 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
b292c783 19132 "gcore":F) chmod +x gcore ;;
1e94266c
SM
19133 "Makefile":F)
19134case x$CONFIG_HEADERS in
19135xconfig.h:config.in)
19136echo > stamp-h ;;
19137esac
19138 ;;
19139 "gdb-gdb.gdb":F)
19140case x$CONFIG_HEADERS in
19141xconfig.h:config.in)
19142echo > stamp-h ;;
141ec9f6
SM
19143esac
19144 ;;
19145 "gdb-gdb.py":F)
19146case x$CONFIG_HEADERS in
19147xconfig.h:config.in)
19148echo > stamp-h ;;
1e94266c
SM
19149esac
19150 ;;
19151 "doc/Makefile":F)
19152case x$CONFIG_HEADERS in
19153xconfig.h:config.in)
19154echo > stamp-h ;;
19155esac
19156 ;;
19157 "data-directory/Makefile":F)
c906108c
SS
19158case x$CONFIG_HEADERS in
19159xconfig.h:config.in)
19160echo > stamp-h ;;
19161esac
bec39cab 19162 ;;
81ecdfbb 19163
bec39cab 19164 esac
81ecdfbb 19165done # for ac_tag
c906108c 19166
bec39cab 19167
81ecdfbb 19168as_fn_exit 0
bec39cab 19169_ACEOF
bec39cab
AC
19170ac_clean_files=$ac_clean_files_save
19171
81ecdfbb 19172test $ac_write_fail = 0 ||
d0ac1c44 19173 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 19174
bec39cab
AC
19175
19176# configure is writing to config.log, and then calls config.status.
19177# config.status does its own redirection, appending to config.log.
19178# Unfortunately, on DOS this fails, as config.log is still kept open
19179# by configure, so config.status won't be able to write to it; its
19180# output is simply discarded. So we exec the FD to /dev/null,
19181# effectively closing config.log, so it can be properly (re)opened and
19182# appended to by config.status. When coming back to configure, we
19183# need to make the FD available again.
19184if test "$no_create" != yes; then
19185 ac_cs_success=:
19186 ac_config_status_args=
19187 test "$silent" = yes &&
19188 ac_config_status_args="$ac_config_status_args --quiet"
19189 exec 5>/dev/null
19190 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19191 exec 5>>config.log
19192 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19193 # would make configure fail if this is the last instruction.
d0ac1c44 19194 $ac_cs_success || as_fn_exit 1
bec39cab 19195fi
c906108c 19196
bec39cab 19197#
81ecdfbb 19198# CONFIG_SUBDIRS section.
bec39cab 19199#
c906108c
SS
19200if test "$no_recursion" != yes; then
19201
81ecdfbb
RW
19202 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
19203 # so they do not pile up.
c906108c
SS
19204 ac_sub_configure_args=
19205 ac_prev=
fdc59709
PB
19206 eval "set x $ac_configure_args"
19207 shift
19208 for ac_arg
19209 do
c906108c
SS
19210 if test -n "$ac_prev"; then
19211 ac_prev=
19212 continue
19213 fi
bec39cab 19214 case $ac_arg in
c906108c
SS
19215 -cache-file | --cache-file | --cache-fil | --cache-fi \
19216 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
19217 ac_prev=cache_file ;;
19218 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bec39cab
AC
19219 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
19220 | --c=*)
19221 ;;
19222 --config-cache | -C)
c906108c
SS
19223 ;;
19224 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
19225 ac_prev=srcdir ;;
19226 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
19227 ;;
bec39cab
AC
19228 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
19229 ac_prev=prefix ;;
19230 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
19231 ;;
81ecdfbb
RW
19232 --disable-option-checking)
19233 ;;
fdc59709
PB
19234 *)
19235 case $ac_arg in
81ecdfbb 19236 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 19237 esac
81ecdfbb 19238 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
c906108c
SS
19239 esac
19240 done
19241
bec39cab
AC
19242 # Always prepend --prefix to ensure using the same prefix
19243 # in subdir configurations.
fdc59709
PB
19244 ac_arg="--prefix=$prefix"
19245 case $ac_arg in
81ecdfbb 19246 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 19247 esac
81ecdfbb
RW
19248 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
19249
19250 # Pass --silent
19251 if test "$silent" = yes; then
19252 ac_sub_configure_args="--silent $ac_sub_configure_args"
19253 fi
19254
19255 # Always prepend --disable-option-checking to silence warnings, since
19256 # different subdirs can have different --enable and --with options.
19257 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
bec39cab 19258
b4e70030 19259 ac_popdir=`pwd`
bec39cab 19260 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
c906108c
SS
19261
19262 # Do not complain, so a configure script can configure whichever
19263 # parts of a large source tree are present.
fdc59709 19264 test -d "$srcdir/$ac_dir" || continue
c906108c 19265
81ecdfbb
RW
19266 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
19267 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
19268 $as_echo "$ac_msg" >&6
19269 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
19270 ac_builddir=.
19271
81ecdfbb
RW
19272case "$ac_dir" in
19273.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19274*)
19275 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19276 # A ".." for each directory in $ac_dir_suffix.
19277 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19278 case $ac_top_builddir_sub in
19279 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19280 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19281 esac ;;
19282esac
19283ac_abs_top_builddir=$ac_pwd
19284ac_abs_builddir=$ac_pwd$ac_dir_suffix
19285# for backward compatibility:
19286ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
19287
19288case $srcdir in
81ecdfbb 19289 .) # We are building in place.
bec39cab 19290 ac_srcdir=.
81ecdfbb
RW
19291 ac_top_srcdir=$ac_top_builddir_sub
19292 ac_abs_top_srcdir=$ac_pwd ;;
19293 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 19294 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
19295 ac_top_srcdir=$srcdir
19296 ac_abs_top_srcdir=$srcdir ;;
19297 *) # Relative name.
19298 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19299 ac_top_srcdir=$ac_top_build_prefix$srcdir
19300 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 19301esac
81ecdfbb 19302ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c906108c 19303
c906108c 19304
fdc59709 19305 cd "$ac_dir"
c906108c
SS
19306
19307 # Check for guested configure; otherwise get Cygnus style configure.
fdc59709
PB
19308 if test -f "$ac_srcdir/configure.gnu"; then
19309 ac_sub_configure=$ac_srcdir/configure.gnu
19310 elif test -f "$ac_srcdir/configure"; then
19311 ac_sub_configure=$ac_srcdir/configure
19312 elif test -f "$ac_srcdir/configure.in"; then
19313 # This should be Cygnus configure.
19314 ac_sub_configure=$ac_aux_dir/configure
c906108c 19315 else
81ecdfbb
RW
19316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
19317$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
c906108c
SS
19318 ac_sub_configure=
19319 fi
19320
19321 # The recursion is here.
19322 if test -n "$ac_sub_configure"; then
c906108c 19323 # Make the cache file name correct relative to the subdirectory.
bec39cab
AC
19324 case $cache_file in
19325 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
81ecdfbb
RW
19326 *) # Relative name.
19327 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
c906108c 19328 esac
c906108c 19329
81ecdfbb
RW
19330 { $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
19331$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
c906108c 19332 # The eval makes quoting arguments work.
fdc59709
PB
19333 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
19334 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
d0ac1c44 19335 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
c906108c
SS
19336 fi
19337
fdc59709 19338 cd "$ac_popdir"
c906108c
SS
19339 done
19340fi
81ecdfbb
RW
19341if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19343$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19344fi
c906108c 19345
This page took 2.994433 seconds and 4 git commands to generate.